]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
French doc files: backport recent changes
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird bei farbigen Tabellenzeilen benutzt
83 \usepackage[table]{xcolor}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % Prüfung auf lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Prüfung auf diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % Damit der Index den Namen "Stichwortverzeichnis" erhält
166 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language ngerman
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_math auto
182 \font_default_family default
183 \use_non_tex_fonts false
184 \font_sc false
185 \font_osf false
186 \font_sf_scale 100
187 \font_tt_scale 100
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
197 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
198 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
199 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize a4paper
211 \use_geometry false
212 \use_package amsmath 2
213 \use_package amssymb 2
214 \use_package cancel 0
215 \use_package esint 0
216 \use_package mathdots 1
217 \use_package mathtools 0
218 \use_package mhchem 1
219 \use_package stackrel 0
220 \use_package stmaryrd 0
221 \use_package undertilde 0
222 \cite_engine basic
223 \cite_engine_type default
224 \biblio_style plain
225 \use_bibtopic false
226 \use_indices false
227 \paperorientation portrait
228 \suppress_date false
229 \justification true
230 \use_refstyle 0
231 \notefontcolor #0000ff
232 \index Stichwortverzeichnis
233 \shortcut idx
234 \color #008000
235 \end_index
236 \secnumdepth 3
237 \tocdepth 3
238 \paragraph_separation skip
239 \defskip medskip
240 \quotes_language german
241 \papercolumns 1
242 \papersides 2
243 \paperpagestyle default
244 \tracking_changes false
245 \output_changes false
246 \html_math_output 0
247 \html_css_as_file 0
248 \html_be_strict false
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 Das LyX-Handbuch der Einfügungen:
255 \begin_inset Newline newline
256 \end_inset
257
258  
259 \size larger
260 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
261 \end_layout
262
263 \begin_layout Author
264 vom LyX Team
265 \begin_inset Foot
266 status open
267
268 \begin_layout Plain Layout
269 \noindent
270
271 \size normal
272 Übersetzung und Bearbeitung: Hartmut Haase
273 \size default
274  (
275 \noun on
276 HHa
277 \noun default
278 , bis März 2010), Uwe Stöhr
279 \begin_inset Newline newline
280 \end_inset
281
282 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
283  bitte an: 
284 \begin_inset CommandInset href
285 LatexCommand href
286 name "lyx-docs@lists.lyx.org"
287 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
288 type "mailto:"
289
290 \end_inset
291
292
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Autor: Uwe Stöhr <uwestoehr@web.de>
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.1.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
335 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347  und 
348 \series bold
349 sidecap
350 \series default
351 .
352  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
353  denen sie benötigt werden.
354 \end_layout
355
356 \begin_layout Plain Layout
357 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
358  hier finden:
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
365 \end_layout
366
367 \end_inset
368
369
370 \end_layout
371
372 \begin_layout Chapter
373 Abbildungen
374 \begin_inset Index idx
375 status collapsed
376
377 \begin_layout Plain Layout
378 Abbildungen
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 Grafik-Dialog
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Abbildungen ! Grafik-Dialog
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "abs:Grafik-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
409  
410 \begin_inset Info
411 type  "icon"
412 arg   "dialog-show-new-inset graphics"
413 \end_inset
414
415  in der Werkzeugleiste oder wählen das Menü 
416 \family sans
417 Einfügen\SpecialChar \menuseparator
418 Grafik
419 \family default
420 .
421  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
422  
423 \family sans
424 Durchsuchen
425 \family default
426  eingeben können.
427  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
428  an der Sie sie eingefügt haben.
429 \end_layout
430
431 \begin_layout Standard
432 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
433  klicken.
434  Der Dialog hat drei Karteikarten:
435 \end_layout
436
437 \begin_layout Description
438
439 \family sans
440 Grafik
441 \family default
442  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
443  Version festlegen.
444  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
445 \begin_inset space ~
446 \end_inset
447
448
449 \begin_inset CommandInset ref
450 LatexCommand ref
451 reference "kap:In-LyX-verfügbare"
452
453 \end_inset
454
455  erklärt.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index idx
461 status collapsed
462
463 \begin_layout Plain Layout
464 Abbildungen ! rotierte
465 \end_layout
466
467 \end_inset
468
469 Sie können Abbildungen durch Angabe eines 
470 \family sans
471 Winkel
472 \family default
473
474 \begin_inset space ~
475 \end_inset
476
477
478 \family sans
479 (Grad)
480 \family default
481  und Festlegung eines 
482 \family sans
483 Drehpunktes
484 \family default
485  drehen.
486  Negative Winkel drehen im Uhrzeigersinn.
487  Die Abbildung wird auch in LyX gedreht.
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Abbildungen ! skalierte
497 \end_layout
498
499 \end_inset
500
501 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
502  oder Höhe und Breite definiert.
503  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
504  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
505  wobei sie möglicherweise verzerrt wird.
506  Um das zu vermeiden, sollten Sie 
507 \family sans
508 Seitenverhältnis
509 \begin_inset space ~
510 \end_inset
511
512 beibehalten
513 \family default
514  ankreuzen.
515  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
516  und Breite nicht überschritten werden.
517 \begin_inset Newline newline
518 \end_inset
519
520 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
521 nden Kontext-Menü 
522 \family sans
523 Datei extern bearbeiten
524 \family default
525  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
526  öffnen.
527  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
528 \family sans
529 Datei-Handhabung\SpecialChar \menuseparator
530 Dateiformate
531 \family default
532  festgelegt werden.
533 \end_layout
534
535 \begin_layout Description
536
537 \family sans
538 Ausschnitt
539 \family default
540  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
541  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
542  Wenn Sie auf 
543 \family sans
544 Lese
545 \begin_inset space ~
546 \end_inset
547
548 aus
549 \begin_inset space ~
550 \end_inset
551
552 Datei
553 \family default
554  klicken, werden die Koordinaten automatisch berechnet.
555  Die Option 
556 \family sans
557 Auf
558 \begin_inset space ~
559 \end_inset
560
561 Begrenzungsbox
562 \begin_inset space ~
563 \end_inset
564
565 zuschneiden
566 \family default
567  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
568  Koordinaten liegt.
569  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
570  diese Karteikarte ignorieren.
571 \end_layout
572
573 \begin_layout Description
574
575 \family sans
576 LaTeX-
577 \begin_inset space ~
578 \end_inset
579
580 und
581 \begin_inset space ~
582 \end_inset
583
584 LyX-Optionen
585 \family default
586  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
587  LaTeX-Experten können weitere LaTeX-Optionen definieren.
588 \begin_inset Newline newline
589 \end_inset
590
591 Ist die Option 
592 \family sans
593 Entwurfsmodus 
594 \family default
595 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
596  darin gedruckt.
597 \begin_inset Newline newline
598 \end_inset
599
600 Die Option 
601 \family sans
602 Beim
603 \begin_inset space ~
604 \end_inset
605
606 Exportieren
607 \begin_inset space ~
608 \end_inset
609
610 nicht
611 \begin_inset space ~
612 \end_inset
613
614 entpacken
615 \family default
616  betrifft nur gepackte EPS-Dateien, zum Beispiel 
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  LaTeX kann so mit ihnen umgehen.
622 \begin_inset Newline newline
623 \end_inset
624
625 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
626  wählen, siehe Anhang
627 \begin_inset space ~
628 \end_inset
629
630
631 \begin_inset CommandInset ref
632 LatexCommand ref
633 reference "abs:PostScript"
634
635 \end_inset
636
637 .
638  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
639 \begin_inset Newline newline
640 \end_inset
641
642
643 \series bold
644 gzip x.eps
645 \begin_inset Newline newline
646 \end_inset
647
648 zgrep %%Bounding x.eps.gz > x.eps.bb
649 \series default
650
651 \begin_inset Newline newline
652 \end_inset
653
654 Der zweite Befehl erzeugt die Begrenzungsbox 
655 \begin_inset Quotes gld
656 \end_inset
657
658 x.eps.bb
659 \begin_inset Quotes grd
660 \end_inset
661
662 , die LaTeX für gepackte Abbildungen benötigt.
663 \begin_inset Newline newline
664 \end_inset
665
666 Im Abschnitt 
667 \family sans
668 Grafikgruppe
669 \family default
670  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
671 n.
672 \begin_inset Index idx
673 status collapsed
674
675 \begin_layout Plain Layout
676 Abbildungen ! Einstellungsgruppen
677 \end_layout
678
679 \end_inset
680
681  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
682  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
683  der Gruppe geändert werden.
684  Damit kann man z.B.
685 \begin_inset space ~
686 \end_inset
687
688 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
689  Bild tun zu müssen.
690  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
691  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
692 \end_layout
693
694 \begin_layout Standard
695 \begin_inset VSpace bigskip
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 Hier ist eine zentrierte EPS-Abbildung
703 \begin_inset Foot
704 status collapsed
705
706 \begin_layout Plain Layout
707 Abbildungsformate sind in Abschnitt
708 \begin_inset space ~
709 \end_inset
710
711
712 \begin_inset CommandInset ref
713 LatexCommand ref
714 reference "abs:Bildformate"
715
716 \end_inset
717
718  beschrieben.
719 \end_layout
720
721 \end_inset
722
723  in einem eigenen Absatz:
724 \end_layout
725
726 \begin_layout Standard
727 \align center
728 \begin_inset Graphics
729         filename ../clipart/mobius.eps
730         scale 70
731         scaleBeforeRotation
732         rotateOrigin center
733
734 \end_inset
735
736
737 \end_layout
738
739 \begin_layout Standard
740 \noindent
741 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
742 \end_layout
743
744 \begin_layout Standard
745 \align center
746 \begin_inset Graphics
747         filename ../clipart/mobius.eps
748         scale 70
749         draft
750         scaleBeforeRotation
751         rotateOrigin center
752
753 \end_inset
754
755
756 \end_layout
757
758 \begin_layout Section
759 Gleitende Abbildungen
760 \begin_inset CommandInset label
761 LatexCommand label
762 name "abs:Gleitende-Abbildungen"
763
764 \end_inset
765
766
767 \begin_inset Index idx
768 status collapsed
769
770 \begin_layout Plain Layout
771 Abbildungen ! gleitende
772 \end_layout
773
774 \end_inset
775
776
777 \begin_inset Index idx
778 status collapsed
779
780 \begin_layout Plain Layout
781 Gleitobjekte ! Abbildungen
782 \end_layout
783
784 \end_inset
785
786
787 \end_layout
788
789 \begin_layout Standard
790 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
791 \begin_inset space ~
792 \end_inset
793
794
795 \begin_inset CommandInset ref
796 LatexCommand ref
797 reference "abs:Gleitobjekte-Einleitung"
798
799 \end_inset
800
801 .
802 \end_layout
803
804 \begin_layout Standard
805 Wenn Sie auf das Werkzeugleisten-Symbol 
806 \begin_inset Info
807 type  "icon"
808 arg   "float-insert figure"
809 \end_inset
810
811  klicken oder 
812 \family sans
813 Einfügen\SpecialChar \menuseparator
814 Gleit\SpecialChar \-
815 objekt\SpecialChar \menuseparator
816 Abbildung
817 \family default
818  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
819  In das rot umrahmte Feld rechts von 
820 \emph on
821 Abbildung
822 \begin_inset space ~
823 \end_inset
824
825 Nr:
826 \emph default
827  schreiben Sie die Bildbeschriftung.
828  Nach einem Klick oberhalb oder unterhalb von 
829 \emph on
830 Abbildung
831 \begin_inset space ~
832 \end_inset
833
834 Nr:
835 \emph default
836  können Sie dann eine Abbildung wie 
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "abb:kill-plat"
840
841 \end_inset
842
843  oberhalb oder wie Abbildung
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "abb:escher"
851
852 \end_inset
853
854  unterhalb der Bildbeschriftung einfügen.
855  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
856 \begin_inset space ~
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "abs:Titel-Platzierung"
863
864 \end_inset
865
866 .
867 \end_layout
868
869 \begin_layout Standard
870 \begin_inset Float figure
871 wide false
872 sideways false
873 status open
874
875 \begin_layout Plain Layout
876 \align center
877 \begin_inset Graphics
878         filename ../clipart/platypus.eps
879         width 50col%
880         scaleBeforeRotation
881         rotateOrigin center
882
883 \end_inset
884
885
886 \end_layout
887
888 \begin_layout Plain Layout
889 \begin_inset Caption Standard
890
891 \begin_layout Plain Layout
892 \begin_inset CommandInset label
893 LatexCommand label
894 name "abb:kill-plat"
895
896 \end_inset
897
898 Platypus in einem Gleitobjekt
899 \end_layout
900
901 \end_inset
902
903
904 \end_layout
905
906 \end_inset
907
908
909 \end_layout
910
911 \begin_layout Standard
912 \begin_inset Float figure
913 wide false
914 sideways false
915 status open
916
917 \begin_layout Plain Layout
918 \begin_inset Caption Standard
919
920 \begin_layout Plain Layout
921 \begin_inset CommandInset label
922 LatexCommand label
923 name "abb:escher"
924
925 \end_inset
926
927 M.C.
928  Escher
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \begin_layout Plain Layout
937 \align center
938 \begin_inset Graphics
939         filename ../clipart/escher-lsd.eps
940         scale 80
941         scaleBeforeRotation
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index idx
956 status collapsed
957
958 \begin_layout Plain Layout
959 Querverweise ! auf Abbildungen
960 \end_layout
961
962 \end_inset
963
964 Abbildung
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:kill-plat"
972
973 \end_inset
974
975  und 
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "abb:escher"
979
980 \end_inset
981
982  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
983  Dafür fügen Sie in der Beschriftung mit 
984 \family sans
985 Einfügen\SpecialChar \menuseparator
986 Marke
987 \family default
988  oder durch Klicken auf 
989 \begin_inset Info
990 type  "icon"
991 arg   "label-insert"
992 \end_inset
993
994  eine Marke ein.
995  Auf diese können Sie dann wie gewohnt mit 
996 \family sans
997 Einfügen\SpecialChar \menuseparator
998 Querverweis
999 \family default
1000  oder durch Klicken auf 
1001 \family sans
1002
1003 \begin_inset Info
1004 type  "icon"
1005 arg   "dialog-show-new-inset ref"
1006 \end_inset
1007
1008
1009 \family default
1010  verweisen.
1011  Das ist besser als eine vage Formulierung wie 
1012 \begin_inset Quotes gld
1013 \end_inset
1014
1015 die obige Abbildung
1016 \begin_inset Quotes grd
1017 \end_inset
1018
1019  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1020  erscheint, und das muss nicht 
1021 \emph on
1022 oben
1023 \emph default
1024  sein.
1025  Verweise werden detailliert in Abschnitt
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "abs:Auf-Gleitobjekte-verweisen"
1033
1034 \end_inset
1035
1036  beschrieben.
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1041  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1042  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1043  Gleitabbildung einfügt.
1044  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1045  Abbildung
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "abb:Zwei-Teilabbildungen"
1053
1054 \end_inset
1055
1056  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1057  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1058  Gleitabbildung auf Eingabe drücken.
1059  Abbildung
1060 \begin_inset space ~
1061 \end_inset
1062
1063
1064 \begin_inset CommandInset ref
1065 LatexCommand ref
1066 reference "abb:Undefinierbar"
1067
1068 \end_inset
1069
1070  und 
1071 \begin_inset CommandInset ref
1072 LatexCommand ref
1073 reference "abb:Ein-Schnabeltier"
1074
1075 \end_inset
1076
1077  sind die Teilabbildungen.
1078 \end_layout
1079
1080 \begin_layout Standard
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status open
1085
1086 \begin_layout Plain Layout
1087 \begin_inset space \hfill{}
1088 \end_inset
1089
1090
1091 \begin_inset Float figure
1092 wide false
1093 sideways false
1094 status collapsed
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Caption Standard
1098
1099 \begin_layout Plain Layout
1100 \begin_inset CommandInset label
1101 LatexCommand label
1102 name "abb:Undefinierbar"
1103
1104 \end_inset
1105
1106 Undefinierbar
1107 \end_layout
1108
1109 \end_inset
1110
1111
1112 \end_layout
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Graphics
1116         filename ../clipart/escher-lsd.eps
1117         width 35col%
1118         scaleBeforeRotation
1119         groupId Teilabbildung
1120
1121 \end_inset
1122
1123
1124 \end_layout
1125
1126 \end_inset
1127
1128
1129 \begin_inset space \hfill{}
1130 \end_inset
1131
1132
1133 \begin_inset Float figure
1134 wide false
1135 sideways false
1136 status collapsed
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Caption Standard
1140
1141 \begin_layout Plain Layout
1142 \begin_inset CommandInset label
1143 LatexCommand label
1144 name "abb:Ein-Schnabeltier"
1145
1146 \end_inset
1147
1148 Ein Schnabeltier
1149 \end_layout
1150
1151 \end_inset
1152
1153
1154 \end_layout
1155
1156 \begin_layout Plain Layout
1157 \begin_inset Graphics
1158         filename ../clipart/platypus.eps
1159         width 35col%
1160         scaleBeforeRotation
1161         groupId Teilabbildung
1162
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \end_inset
1169
1170
1171 \begin_inset space \hfill{}
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Caption Standard
1179
1180 \begin_layout Plain Layout
1181 \begin_inset CommandInset label
1182 LatexCommand label
1183 name "abb:Zwei-Teilabbildungen"
1184
1185 \end_inset
1186
1187 Zwei Teilabbildungen nebeneinander.
1188  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1189 \begin_inset Quotes gld
1190 \end_inset
1191
1192 Teilabbildung
1193 \begin_inset Quotes grd
1194 \end_inset
1195
1196  an.
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Section
1210 Bildformate
1211 \begin_inset CommandInset label
1212 LatexCommand label
1213 name "abs:Bildformate"
1214
1215 \end_inset
1216
1217
1218 \begin_inset Index idx
1219 status collapsed
1220
1221 \begin_layout Plain Layout
1222 Abbildungen ! Bildformate
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Standard
1231 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1232  Aber wie in Anhang
1233 \begin_inset space ~
1234 \end_inset
1235
1236
1237 \begin_inset CommandInset ref
1238 LatexCommand ref
1239 reference "kap:Ausgabedatei-Formate"
1240
1241 \end_inset
1242
1243  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1244  LyX benutzt im Hintergrund das Programm
1245 \family typewriter
1246  ImageMagick
1247 \family default
1248 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1249  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1250  vermeiden.
1251  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1252  werden können.
1253  Diese Formate werden in Anhang
1254 \begin_inset space ~
1255 \end_inset
1256
1257
1258 \begin_inset CommandInset ref
1259 LatexCommand ref
1260 reference "kap:Ausgabedatei-Formate"
1261
1262 \end_inset
1263
1264  beschrieben.
1265 \end_layout
1266
1267 \begin_layout Standard
1268 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1269 \end_layout
1270
1271 \begin_layout Description
1272 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1273  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1274  
1275 \emph on
1276 pixelig
1277 \emph default
1278  aus.
1279  Bekannte Pixel-Formate sind 
1280 \begin_inset Quotes gld
1281 \end_inset
1282
1283 Graphics Interchange Format
1284 \begin_inset Quotes grd
1285 \end_inset
1286
1287  (GIF, Dateiendung
1288 \family typewriter
1289  
1290 \family default
1291
1292 \begin_inset Quotes gld
1293 \end_inset
1294
1295
1296 \family typewriter
1297 .gif
1298 \family default
1299
1300 \begin_inset Quotes grd
1301 \end_inset
1302
1303 )
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 GIF
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \begin_inset Quotes gld
1315 \end_inset
1316
1317 Portable Network Graphics
1318 \begin_inset Quotes grd
1319 \end_inset
1320
1321  (PNG, Dateiendung 
1322 \begin_inset Quotes gld
1323 \end_inset
1324
1325
1326 \family typewriter
1327 .png
1328 \family default
1329
1330 \begin_inset Quotes grd
1331 \end_inset
1332
1333 )
1334 \begin_inset Index idx
1335 status collapsed
1336
1337 \begin_layout Plain Layout
1338 PNG
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347 Joint Photographic Experts Group
1348 \begin_inset Quotes grd
1349 \end_inset
1350
1351  (JPEG, Dateiendung
1352 \family typewriter
1353  
1354 \family default
1355
1356 \begin_inset Quotes gld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .jpg
1362 \family default
1363
1364 \begin_inset Quotes grd
1365 \end_inset
1366
1367  oder 
1368 \begin_inset Quotes gld
1369 \end_inset
1370
1371
1372 \family typewriter
1373 .jpeg
1374 \family default
1375
1376 \begin_inset Quotes grd
1377 \end_inset
1378
1379 )
1380 \begin_inset Index idx
1381 status collapsed
1382
1383 \begin_layout Plain Layout
1384 JPG, JPEG
1385 \end_layout
1386
1387 \end_inset
1388
1389  und 
1390 \begin_inset Quotes gld
1391 \end_inset
1392
1393 Windows Bitmap
1394 \begin_inset Quotes grd
1395 \end_inset
1396
1397  (BMP, Dateiendung 
1398 \begin_inset Quotes gld
1399 \end_inset
1400
1401
1402 \family typewriter
1403 .bmp
1404 \family default
1405
1406 \begin_inset Quotes grd
1407 \end_inset
1408
1409 )
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 BMP
1415 \end_layout
1416
1417 \end_inset
1418
1419 .
1420 \end_layout
1421
1422 \begin_layout Description
1423 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1424  auf jede beliebige Größe skaliert werden.
1425  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1426  zoomen zu können.
1427 \begin_inset Newline newline
1428 \end_inset
1429
1430 Bekannte Formate sind 
1431 \begin_inset Quotes gld
1432 \end_inset
1433
1434 Scalable Vector Graphics
1435 \begin_inset Quotes grd
1436 \end_inset
1437
1438  (SVG, Dateiendung
1439 \family typewriter
1440  
1441 \family default
1442
1443 \begin_inset Quotes gld
1444 \end_inset
1445
1446
1447 \family typewriter
1448 .svg
1449 \family default
1450
1451 \begin_inset Quotes grd
1452 \end_inset
1453
1454 )
1455 \begin_inset Index idx
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 SVG
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \begin_inset Quotes gld
1466 \end_inset
1467
1468 Encapsulated PostScript
1469 \begin_inset Quotes grd
1470 \end_inset
1471
1472  (EPS, Dateiendung 
1473 \begin_inset Quotes gld
1474 \end_inset
1475
1476
1477 \family typewriter
1478 .eps
1479 \family default
1480
1481 \begin_inset Quotes grd
1482 \end_inset
1483
1484 )
1485 \begin_inset Index idx
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 EPS
1490 \end_layout
1491
1492 \end_inset
1493
1494
1495 \begin_inset Quotes gld
1496 \end_inset
1497
1498 Portable Document Format
1499 \begin_inset Quotes grd
1500 \end_inset
1501
1502  (PDF, Dateiendung
1503 \family typewriter
1504  
1505 \family default
1506
1507 \begin_inset Quotes gld
1508 \end_inset
1509
1510
1511 \family typewriter
1512 .pdf
1513 \family default
1514
1515 \begin_inset Quotes grd
1516 \end_inset
1517
1518 )
1519 \begin_inset Index idx
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 PDF
1524 \end_layout
1525
1526 \end_inset
1527
1528  und 
1529 \begin_inset Quotes gld
1530 \end_inset
1531
1532 Windows Metafile
1533 \begin_inset Quotes grd
1534 \end_inset
1535
1536  (WMF, Dateiendung 
1537 \begin_inset Quotes gld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .wmf
1543 \family default
1544
1545 \begin_inset Quotes grd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index idx
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 WMF
1554 \end_layout
1555
1556 \end_inset
1557
1558 .
1559 \end_layout
1560
1561 \begin_layout Standard
1562 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1563  das Ergebnis ist immer noch ein Pixelbild.
1564  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1565  hinzugefügt.
1566 \begin_inset Foot
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 Bei PDF wird das Originalbild auch noch komprimiert.
1571 \end_layout
1572
1573 \end_inset
1574
1575  Die PDF-Dateien, die 
1576 \family typewriter
1577 Adobe Photoshop
1578 \family default
1579  erzeugt, sind zum Beispiel Pixelbilder.
1580 \end_layout
1581
1582 \begin_layout Standard
1583 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1584  umgekehrt.
1585  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1586  eingefügt werden.
1587  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1588  erzeugt wird, weil es zur Zeit keine WMF/SVG
1589 \begin_inset Formula $\to$
1590 \end_inset
1591
1592 PDF/EPS Konverter gibt.
1593 \end_layout
1594
1595 \begin_layout Chapter
1596 Tabellen
1597 \begin_inset Index idx
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 Tabellen
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \begin_layout Section
1610 Einführung
1611 \begin_inset Index idx
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Tabellen ! Einführung
1616 \end_layout
1617
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \begin_layout Standard
1624 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1625 \begin_inset Info
1626 type  "icon"
1627 arg   "tabular-insert"
1628 \end_inset
1629
1630  oder das Menü 
1631 \family sans
1632 Einfügen\SpecialChar \menuseparator
1633 Tabelle
1634 \family default
1635  einfügen.
1636  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1637 \begin_inset space \thinspace{}
1638 \end_inset
1639
1640 -Tabelle.
1641  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1642  und die Größe der dunkelblauen Tabelle angezeigt.
1643  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1644  ein.
1645  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1646  Spaltenanzahl festlegen können.
1647 \end_layout
1648
1649 \begin_layout Standard
1650 In der so erstellten Tabelle ist jede Zelle umrandet.
1651  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1652  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1653  die zweite Zeile eine Linie oberhalb haben.
1654  Hier ist ein Beispiel:
1655 \end_layout
1656
1657 \begin_layout Standard
1658 \align center
1659 \begin_inset Tabular
1660 <lyxtabular version="3" rows="5" columns="4">
1661 <features rotate="0" tabularvalignment="middle">
1662 <column alignment="center" valignment="top">
1663 <column alignment="center" valignment="top">
1664 <column alignment="center" valignment="top">
1665 <column alignment="center" valignment="top">
1666 <row>
1667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1668 \begin_inset Text
1669
1670 \begin_layout Plain Layout
1671
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680
1681 \family roman
1682 \series medium
1683 \shape up
1684 \size normal
1685 \emph off
1686 \bar no
1687 \noun off
1688 \color none
1689 1
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1695 \begin_inset Text
1696
1697 \begin_layout Plain Layout
1698 2
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Plain Layout
1707 3
1708 \end_layout
1709
1710 \end_inset
1711 </cell>
1712 </row>
1713 <row>
1714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718
1719 \family roman
1720 \series medium
1721 \shape up
1722 \size normal
1723 \emph off
1724 \bar no
1725 \noun off
1726 \color none
1727 A
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \family roman
1767 \series medium
1768 \shape up
1769 \size normal
1770 \emph off
1771 \bar no
1772 \noun off
1773 \color none
1774 B
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 </row>
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812
1813 \family roman
1814 \series medium
1815 \shape up
1816 \size normal
1817 \emph off
1818 \bar no
1819 \noun off
1820 \color none
1821 C
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \end_layout
1832
1833 \end_inset
1834 </cell>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 </row>
1854 <row>
1855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1856 \begin_inset Text
1857
1858 \begin_layout Plain Layout
1859 D
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 </lyxtabular>
1893
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \begin_layout Section
1900 Tabellen-Dialog
1901 \begin_inset Index idx
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905 Tabellen ! Einstellungen
1906 \end_layout
1907
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \begin_layout Standard
1914 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1915  Maustaste darauf klicken.
1916  Dadurch wird ein Kontextmenü angezeigt, in dem Sie im Eintrag 
1917 \family sans
1918 Mehr
1919 \family default
1920  Eigenschaften der Zelle und Zeile/Spalte, in der der Mauszeiger gerade
1921  ist, geändert werden können.
1922  Das Kontextmenü 
1923 \family sans
1924 Mehr\SpecialChar \menuseparator
1925 Einstellungen
1926 \family default
1927  öffnet den Tabellen-Dialog wo weitere Einstellungen vorgenommen werden
1928  können.
1929  Viele der Optionen im Dialog sind auch für eine Zellenauswahl wirksam.
1930  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1931  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1932  Auswahl.
1933  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1934 \emph on
1935 Inhalt
1936 \emph default
1937  einer Zelle oder die Zelle selber ausgewählt haben.
1938 \begin_inset Newline newline
1939 \end_inset
1940
1941 Mit der Dialog-Option 
1942 \family sans
1943 Direkt
1944 \begin_inset space ~
1945 \end_inset
1946
1947 übernehmen
1948 \family default
1949  wird jede Änderung, die Sie machen, direkt übernommen.
1950  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1951  dann auch die Parameter der neuen Zelle an.
1952  Wenn Sie Längenwerte im Dialog ändern, müssen Sie 
1953 \family sans
1954 Enter
1955 \family default
1956  drücken, um die Änderung zu übernehmen.
1957 \begin_inset Newline newline
1958 \end_inset
1959
1960 Der Tabellen-Dialog hat folgende Karteikarten:
1961 \end_layout
1962
1963 \begin_layout Description
1964
1965 \family sans
1966 Tabellen-Einstellungen
1967 \family default
1968  Hier können Sie die Horizontale
1969 \begin_inset space ~
1970 \end_inset
1971
1972 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1973  Die Ausrichtung 
1974 \family sans
1975 Am
1976 \begin_inset space ~
1977 \end_inset
1978
1979 Dezimaltrenner
1980 \family default
1981  ist in Abschnitt
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "uab:Besondere-Zellenausrichtung"
1989
1990 \end_inset
1991
1992  beschrieben.
1993  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1994 \begin_inset space ~
1995 \end_inset
1996
1997 Ausrichtung der momentanen Zeile wählen.
1998  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1999  Absätze haben, wie in Abschnitt
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "uab:Mehrfache-Zeilen-in"
2007
2008 \end_inset
2009
2010  beschrieben.
2011  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2016  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2017 \begin_inset space ~
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "uab:Mehrfachspalten"
2024
2025 \end_inset
2026
2027  und 
2028 \begin_inset CommandInset ref
2029 LatexCommand ref
2030 reference "uab:Mehrfachzeilen"
2031
2032 \end_inset
2033
2034  beschrieben.
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2039  den Uhrzeigersinn um 90° drehen.
2040  LyX zeigt diese Drehung nur in der Ausgabe.
2041  Für weitere Informationen siehe Abschnitt
2042 \begin_inset space ~
2043 \end_inset
2044
2045
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "abs:Rotierte-Tabellenzellen"
2049
2050 \end_inset
2051
2052 .
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056
2057 \begin_inset Note Greyedout
2058 status open
2059
2060 \begin_layout Plain Layout
2061
2062 \series bold
2063 Achtung:
2064 \series default
2065  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2066 \end_layout
2067
2068 \end_inset
2069
2070
2071 \begin_inset Newline newline
2072 \end_inset
2073
2074 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2075  Textzeilen verwendet:
2076 \begin_inset Newline newline
2077 \end_inset
2078
2079 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2080 \begin_inset Tabular
2081 <lyxtabular version="3" rows="2" columns="2">
2082 <features rotate="0" tabularvalignment="top">
2083 <column alignment="center" valignment="top" width="0pt">
2084 <column alignment="center" valignment="top">
2085 <row>
2086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2087 \begin_inset Text
2088
2089 \begin_layout Plain Layout
2090
2091 \end_layout
2092
2093 \end_inset
2094 </cell>
2095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2096 \begin_inset Text
2097
2098 \begin_layout Plain Layout
2099 1
2100 \end_layout
2101
2102 \end_inset
2103 </cell>
2104 </row>
2105 <row>
2106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2107 \begin_inset Text
2108
2109 \begin_layout Plain Layout
2110 A
2111 \end_layout
2112
2113 \end_inset
2114 </cell>
2115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2116 \begin_inset Text
2117
2118 \begin_layout Plain Layout
2119
2120 \end_layout
2121
2122 \end_inset
2123 </cell>
2124 </row>
2125 </lyxtabular>
2126
2127 \end_inset
2128
2129  
2130 \begin_inset Tabular
2131 <lyxtabular version="3" rows="2" columns="2">
2132 <features rotate="0" tabularvalignment="middle">
2133 <column alignment="center" valignment="top">
2134 <column alignment="center" valignment="top">
2135 <row>
2136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2146 \begin_inset Text
2147
2148 \begin_layout Plain Layout
2149 1
2150 \end_layout
2151
2152 \end_inset
2153 </cell>
2154 </row>
2155 <row>
2156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2157 \begin_inset Text
2158
2159 \begin_layout Plain Layout
2160 A
2161 \end_layout
2162
2163 \end_inset
2164 </cell>
2165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2166 \begin_inset Text
2167
2168 \begin_layout Plain Layout
2169
2170 \end_layout
2171
2172 \end_inset
2173 </cell>
2174 </row>
2175 </lyxtabular>
2176
2177 \end_inset
2178
2179  
2180 \begin_inset Tabular
2181 <lyxtabular version="3" rows="2" columns="2">
2182 <features rotate="0" tabularvalignment="bottom">
2183 <column alignment="center" valignment="top" width="0pt">
2184 <column alignment="center" valignment="top">
2185 <row>
2186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2187 \begin_inset Text
2188
2189 \begin_layout Plain Layout
2190
2191 \end_layout
2192
2193 \end_inset
2194 </cell>
2195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2196 \begin_inset Text
2197
2198 \begin_layout Plain Layout
2199 1
2200 \end_layout
2201
2202 \end_inset
2203 </cell>
2204 </row>
2205 <row>
2206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2207 \begin_inset Text
2208
2209 \begin_layout Plain Layout
2210 A
2211 \end_layout
2212
2213 \end_inset
2214 </cell>
2215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2216 \begin_inset Text
2217
2218 \begin_layout Plain Layout
2219
2220 \end_layout
2221
2222 \end_inset
2223 </cell>
2224 </row>
2225 </lyxtabular>
2226
2227 \end_inset
2228
2229
2230 \begin_inset Newline newline
2231 \end_inset
2232
2233 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2234 gen einfügen,
2235  wie in den Abschnitten 
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "uab:Mehrfachspalten-Berechnungen"
2239
2240 \end_inset
2241
2242  und 
2243 \begin_inset CommandInset ref
2244 LatexCommand ref
2245 reference "abs:Farbige-Tabellen"
2246
2247 \end_inset
2248
2249  beschrieben.
2250 \end_layout
2251
2252 \begin_layout Description
2253
2254 \family sans
2255 Rahmen
2256 \family default
2257  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2258  hinzufügen und löschen.
2259 \begin_inset Newline newline
2260 \end_inset
2261
2262 Wenn Sie die Stil-Option
2263 \family sans
2264  Formal
2265 \family default
2266  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2267 \begin_inset space ~
2268 \end_inset
2269
2270
2271 \begin_inset CommandInset ref
2272 LatexCommand ref
2273 reference "abs:Formale-Tabellen"
2274
2275 \end_inset
2276
2277  beschrieben, konvertiert.
2278 \begin_inset Newline newline
2279 \end_inset
2280
2281 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2282 \begin_inset space ~
2283 \end_inset
2284
2285
2286 \begin_inset CommandInset ref
2287 LatexCommand ref
2288 reference "uab:Zeilenabstand"
2289
2290 \end_inset
2291
2292  beschrieben.
2293 \end_layout
2294
2295 \begin_layout Description
2296
2297 \family sans
2298 Lange
2299 \begin_inset space ~
2300 \end_inset
2301
2302 Tabelle
2303 \family default
2304  Hier kann eine Tabelle als 
2305 \begin_inset Quotes gld
2306 \end_inset
2307
2308 Lange
2309 \begin_inset space ~
2310 \end_inset
2311
2312 Tabelle
2313 \begin_inset Quotes grd
2314 \end_inset
2315
2316  definiert werden, die über mehrere Seiten reicht.
2317  Die Abschnitte
2318 \begin_inset space ~
2319 \end_inset
2320
2321
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "abs:Lange-Tabellen"
2325
2326 \end_inset
2327
2328  und 
2329 \begin_inset CommandInset ref
2330 LatexCommand ref
2331 reference "abs:Special-Longtable-Issues"
2332
2333 \end_inset
2334
2335  beschreiben diese Funktion genauer.
2336 \end_layout
2337
2338 \begin_layout Section
2339 Tabellen-Werkzeugleiste
2340 \begin_inset Index idx
2341 status collapsed
2342
2343 \begin_layout Plain Layout
2344 Tabellen ! Werkzeugleiste
2345 \end_layout
2346
2347 \end_inset
2348
2349
2350 \end_layout
2351
2352 \begin_layout Standard
2353 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2354 \family sans
2355 Tabellen-Einstellungen
2356 \family default
2357 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2358  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2359  LyX-Fensters.
2360 \end_layout
2361
2362 \begin_layout Standard
2363 Die Werkzeugleiste hat folgende Knöpfe:
2364 \end_layout
2365
2366 \begin_layout Labeling
2367 \labelwidthstring 00.00.0000
2368 \begin_inset Info
2369 type  "icon"
2370 arg   "inset-modify tabular append-row"
2371 \end_inset
2372
2373  Fügt eine Zeile unterhalb der momentanen an
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Info
2379 type  "icon"
2380 arg   "inset-modify tabular append-column"
2381 \end_inset
2382
2383  Fügt eine Spalte rechts von der momentanen an
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Info
2389 type  "icon"
2390 arg   "inset-modify tabular delete-row"
2391 \end_inset
2392
2393  Löscht die ausgewählte(n) Zeile(n)
2394 \end_layout
2395
2396 \begin_layout Labeling
2397 \labelwidthstring 00.00.0000
2398 \begin_inset Info
2399 type  "icon"
2400 arg   "inset-modify tabular delete-column"
2401 \end_inset
2402
2403  Löscht die ausgewählte(n) Spalte(n)
2404 \end_layout
2405
2406 \begin_layout Labeling
2407 \labelwidthstring 00.00.0000
2408 \begin_inset Info
2409 type  "icon"
2410 arg   "inset-modify tabular move-row-up"
2411 \end_inset
2412
2413  verschiebt die ausgewählte Zeile nach oben
2414 \end_layout
2415
2416 \begin_layout Labeling
2417 \labelwidthstring 00.00.0000
2418 \begin_inset Info
2419 type  "icon"
2420 arg   "inset-modify tabular move-column-left"
2421 \end_inset
2422
2423  verschiebt die ausgewählte Spalte nach links
2424 \end_layout
2425
2426 \begin_layout Labeling
2427 \labelwidthstring 00.00.0000
2428 \begin_inset Info
2429 type  "icon"
2430 arg   "inset-modify tabular move-row-down"
2431 \end_inset
2432
2433  verschiebt die ausgewählte Zeile nach unten
2434 \end_layout
2435
2436 \begin_layout Labeling
2437 \labelwidthstring 00.00.0000
2438 \begin_inset Info
2439 type  "icon"
2440 arg   "inset-modify tabular move-column-right"
2441 \end_inset
2442
2443  verschiebt die ausgewählte Spalte nach rechts
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Info
2449 type  "icon"
2450 arg   "inset-modify tabular toggle-line-top"
2451 \end_inset
2452
2453  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2454  wenn der Knopf grau hinterlegt ist
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Info
2460 type  "icon"
2461 arg   "inset-modify tabular toggle-line-bottom"
2462 \end_inset
2463
2464  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2465  wenn der Knopf grau hinterlegt ist
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Info
2471 type  "icon"
2472 arg   "inset-modify tabular toggle-line-left"
2473 \end_inset
2474
2475  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2476  wenn der Knopf grau hinterlegt ist
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Info
2482 type  "icon"
2483 arg   "inset-modify tabular toggle-line-right"
2484 \end_inset
2485
2486  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2487  wenn der Knopf grau hinterlegt ist
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Info
2493 type  "icon"
2494 arg   "inset-modify tabular set-all-lines"
2495 \end_inset
2496
2497  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Info
2503 type  "icon"
2504 arg   "inset-modify tabular unset-all-lines"
2505 \end_inset
2506
2507  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Info
2513 type  "icon"
2514 arg   "inset-modify tabular m-align-left"
2515 \end_inset
2516
2517  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2518 \end_layout
2519
2520 \begin_layout Labeling
2521 \labelwidthstring 00.00.0000
2522 \begin_inset Info
2523 type  "icon"
2524 arg   "inset-modify tabular m-align-center"
2525 \end_inset
2526
2527  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Info
2533 type  "icon"
2534 arg   "inset-modify tabular m-align-right"
2535 \end_inset
2536
2537  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2538 \end_layout
2539
2540 \begin_layout Labeling
2541 \labelwidthstring 00.00.0000
2542 \begin_inset Info
2543 type  "icon"
2544 arg   "inset-modify tabular align-decimal"
2545 \end_inset
2546
2547  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2548 \end_layout
2549
2550 \begin_layout Labeling
2551 \labelwidthstring 00.00.0000
2552 \begin_inset Info
2553 type  "icon"
2554 arg   "inset-modify tabular m-valign-top"
2555 \end_inset
2556
2557  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2558 \end_layout
2559
2560 \begin_layout Labeling
2561 \labelwidthstring 00.00.0000
2562 \begin_inset Info
2563 type  "icon"
2564 arg   "inset-modify tabular m-valign-middle"
2565 \end_inset
2566
2567  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Info
2573 type  "icon"
2574 arg   "inset-modify tabular m-valign-bottom"
2575 \end_inset
2576
2577  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2578 \end_layout
2579
2580 \begin_layout Labeling
2581 \labelwidthstring 00.00.0000
2582 \begin_inset Info
2583 type  "icon"
2584 arg   "inset-modify tabular set-rotate-cell"
2585 \end_inset
2586
2587  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2588 \end_layout
2589
2590 \begin_layout Labeling
2591 \labelwidthstring 00.00.0000
2592 \begin_inset Info
2593 type  "icon"
2594 arg   "inset-modify tabular set-rotate-tabular"
2595 \end_inset
2596
2597  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2598 \end_layout
2599
2600 \begin_layout Labeling
2601 \labelwidthstring 00.00.0000
2602 \begin_inset Info
2603 type  "icon"
2604 arg   "inset-modify tabular multicolumn"
2605 \end_inset
2606
2607  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Info
2613 type  "icon"
2614 arg   "inset-modify tabular multirow"
2615 \end_inset
2616
2617  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2618 \end_layout
2619
2620 \begin_layout Standard
2621 \begin_inset Note Greyedout
2622 status open
2623
2624 \begin_layout Plain Layout
2625
2626 \series bold
2627 Bemerkung:
2628 \series default
2629  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2630  Reihe für alle Zelle der Reihe verwendet.
2631 \end_layout
2632
2633 \end_inset
2634
2635
2636 \end_layout
2637
2638 \begin_layout Section
2639 Bearbeiten-Menü
2640 \begin_inset Index idx
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Tabellen ! Bearbeiten-Menü
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2654  Wenn der Cursor in einer Tabelle steht, sind im 
2655 \family sans
2656 Bearbeiten
2657 \family default
2658 -Menü folgende Punkte aktiviert: 
2659 \family sans
2660 Tabelle
2661 \family default
2662
2663 \family sans
2664 Zeilen
2665 \begin_inset space ~
2666 \end_inset
2667
2668 &
2669 \begin_inset space ~
2670 \end_inset
2671
2672 Spalten
2673 \family default
2674  und 
2675 \family sans
2676 Tabellen-Einstellungen
2677 \family default
2678 .
2679  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2680 ngsmöglichkeiten zu erreichen.
2681 \end_layout
2682
2683 \begin_layout Section
2684 Gleitende Tabellen
2685 \begin_inset CommandInset label
2686 LatexCommand label
2687 name "abs:Gleitende-Tabellen"
2688
2689 \end_inset
2690
2691
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Gleitobjekte ! Tabellen
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \begin_inset Index idx
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Tabellen ! gleitende
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2716 \begin_inset space ~
2717 \end_inset
2718
2719
2720 \begin_inset CommandInset ref
2721 LatexCommand ref
2722 reference "abs:Gleitobjekte-Einleitung"
2723
2724 \end_inset
2725
2726 .
2727 \end_layout
2728
2729 \begin_layout Standard
2730 \begin_inset Float table
2731 placement h
2732 wide false
2733 sideways false
2734 status open
2735
2736 \begin_layout Plain Layout
2737 \begin_inset Caption Standard
2738
2739 \begin_layout Plain Layout
2740 \begin_inset CommandInset label
2741 LatexCommand label
2742 name "tab:a table float"
2743
2744 \end_inset
2745
2746 Eine gleitende Tabelle
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \begin_layout Plain Layout
2755 \align center
2756 \begin_inset Tabular
2757 <lyxtabular version="3" rows="3" columns="3">
2758 <features rotate="0" tabularvalignment="middle">
2759 <column alignment="center" valignment="top" width="0pt">
2760 <column alignment="center" valignment="top" width="0pt">
2761 <column alignment="center" valignment="top" width="0pt">
2762 <row>
2763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \family roman
2769 \series medium
2770 \shape up
2771 \size normal
2772 \emph off
2773 \bar no
2774 \noun off
2775 \color none
2776 1
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785
2786 \family roman
2787 \series medium
2788 \shape up
2789 \size normal
2790 \emph off
2791 \bar no
2792 \noun off
2793 \color none
2794 2
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803
2804 \family roman
2805 \series medium
2806 \shape up
2807 \size normal
2808 \emph off
2809 \bar no
2810 \noun off
2811 \color none
2812 3
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \family roman
2825 \series medium
2826 \shape up
2827 \size normal
2828 \emph off
2829 \bar no
2830 \noun off
2831 \color none
2832 Martin
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841
2842 \family roman
2843 \series medium
2844 \shape up
2845 \size normal
2846 \emph off
2847 \bar no
2848 \noun off
2849 \color none
2850 Lena
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \family roman
2861 \series medium
2862 \shape up
2863 \size normal
2864 \emph off
2865 \bar no
2866 \noun off
2867 \color none
2868 Alina
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 </row>
2874 <row>
2875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \family roman
2881 \series medium
2882 \shape up
2883 \size normal
2884 \emph off
2885 \bar no
2886 \noun off
2887 \color none
2888 \begin_inset Formula $\int x^{2}dx$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \family roman
2902 \series medium
2903 \shape up
2904 \size normal
2905 \emph off
2906 \bar no
2907 \noun off
2908 \color none
2909 \begin_inset Formula $\left[\begin{array}{cc}
2910 a & b\\
2911 c & d
2912 \end{array}\right]$
2913 \end_inset
2914
2915
2916 \end_layout
2917
2918 \end_inset
2919 </cell>
2920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2921 \begin_inset Text
2922
2923 \begin_layout Plain Layout
2924
2925 \family roman
2926 \series medium
2927 \shape up
2928 \size normal
2929 \emph off
2930 \bar no
2931 \noun off
2932 \color none
2933 \begin_inset Formula $1+1=2$
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 </row>
2942 </lyxtabular>
2943
2944 \end_inset
2945
2946
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \begin_layout Standard
2955 Gleitende Tabellen können über 
2956 \family sans
2957 Einfügen\SpecialChar \menuseparator
2958 Gleitobjekt\SpecialChar \menuseparator
2959 Tabelle
2960 \family default
2961  oder einen Klick auf den Werkzeugleistenknopf 
2962 \begin_inset Info
2963 type  "icon"
2964 arg   "float-insert table"
2965 \end_inset
2966
2967  erzeugt werden.
2968  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2969  In das rot umrahmte Feld rechts von 
2970 \emph on
2971 Tabelle
2972 \begin_inset space ~
2973 \end_inset
2974
2975 Nr:
2976 \emph default
2977  schreiben Sie die Tabellenbeschriftung.
2978  Nach einem Klick oberhalb oder unterhalb von 
2979 \emph on
2980 Tabelle
2981 \begin_inset space ~
2982 \end_inset
2983
2984 Nr:
2985 \emph default
2986  können Sie dann eine Tabelle einfügen.
2987 \end_layout
2988
2989 \begin_layout Standard
2990 Tabelle
2991 \begin_inset space ~
2992 \end_inset
2993
2994
2995 \begin_inset CommandInset ref
2996 LatexCommand ref
2997 reference "tab:a table float"
2998
2999 \end_inset
3000
3001  ist ein Beispiel für eine gleitende Tabelle.
3002 \end_layout
3003
3004 \begin_layout Standard
3005 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
3006 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
3007  Das bedeutet, dass bei den Klassen 
3008 \family sans
3009 article
3010 \family default
3011
3012 \family sans
3013 book
3014 \family default
3015
3016 \family sans
3017 letter
3018 \family default
3019 , und 
3020 \family sans
3021 report
3022 \family default
3023  kein Abstand zwischen dem Titel und der Tabelle sein wird.
3024  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
3025 \series bold
3026 caption
3027 \series default
3028
3029 \begin_inset Index idx
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 LaTeX-Pakete ! caption
3034 \end_layout
3035
3036 \end_inset
3037
3038  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3039 \begin_inset Foot
3040 status collapsed
3041
3042 \begin_layout Plain Layout
3043 Näheres finden Sie im Abschnitt
3044 \begin_inset space ~
3045 \end_inset
3046
3047
3048 \begin_inset CommandInset ref
3049 LatexCommand ref
3050 reference "abs:Titel-Platzierung"
3051
3052 \end_inset
3053
3054 .
3055 \end_layout
3056
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \begin_layout Standard
3063
3064 \series bold
3065 tableposition=top
3066 \end_layout
3067
3068 \begin_layout Standard
3069 Das Paket 
3070 \series bold
3071 caption
3072 \series default
3073 , das in Abschnitt
3074 \begin_inset space ~
3075 \end_inset
3076
3077
3078 \begin_inset CommandInset ref
3079 LatexCommand ref
3080 reference "abs:Titel-Formatierung"
3081
3082 \end_inset
3083
3084  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3085 \end_layout
3086
3087 \begin_layout Standard
3088 \begin_inset Index idx
3089 status collapsed
3090
3091 \begin_layout Plain Layout
3092 Querverweise ! auf Tabellen
3093 \end_layout
3094
3095 \end_inset
3096
3097 Auf Tabellen kann über ihre Marke verwiesen werden.
3098  Dafür fügen Sie in der Beschriftung mit 
3099 \family sans
3100 Einfügen\SpecialChar \menuseparator
3101 Marke
3102 \family default
3103  oder durch Klicken auf 
3104 \begin_inset Info
3105 type  "icon"
3106 arg   "label-insert"
3107 \end_inset
3108
3109  eine Marke ein.
3110  Auf diese können Sie dann wie gewohnt mit 
3111 \family sans
3112 Einfügen\SpecialChar \menuseparator
3113 Querverweis
3114 \family default
3115  oder durch Klicken auf 
3116 \begin_inset Info
3117 type  "icon"
3118 arg   "dialog-show-new-inset ref"
3119 \end_inset
3120
3121  verweisen.
3122  Verweise werden detailliert in Abschnitt
3123 \begin_inset space ~
3124 \end_inset
3125
3126
3127 \begin_inset CommandInset ref
3128 LatexCommand ref
3129 reference "abs:Auf-Gleitobjekte-verweisen"
3130
3131 \end_inset
3132
3133  beschrieben.
3134 \end_layout
3135
3136 \begin_layout Section
3137 Lange Tabellen
3138 \begin_inset CommandInset label
3139 LatexCommand label
3140 name "abs:Lange-Tabellen"
3141
3142 \end_inset
3143
3144
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Tabellen ! lange
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3159  Dialogfenster 
3160 \family sans
3161 Tabellen-Einstellungen
3162 \family default
3163  auf der Karteikarte  
3164 \family sans
3165 Lange
3166 \begin_inset space ~
3167 \end_inset
3168
3169 Tabelle
3170 \family default
3171  die Option 
3172 \family sans
3173 Lange
3174 \begin_inset space ~
3175 \end_inset
3176
3177 Tabelle
3178 \begin_inset space ~
3179 \end_inset
3180
3181 verwenden
3182 \family default
3183  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3184  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3185 \end_layout
3186
3187 \begin_layout Description
3188 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3189  festgelegt; mit Ausnahme der ersten, wenn 
3190 \family sans
3191 Erste
3192 \begin_inset space ~
3193 \end_inset
3194
3195 Kopfzeile
3196 \family default
3197  aktiviert ist.
3198 \end_layout
3199
3200 \begin_layout Description
3201 Erste
3202 \lang english
3203
3204 \begin_inset space ~
3205 \end_inset
3206
3207
3208 \lang ngerman
3209 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3210  Seite einer mehrseitigen Tabelle definiert.
3211 \end_layout
3212
3213 \begin_layout Description
3214 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3215  mit Ausnahme der letzten, wenn 
3216 \family sans
3217 Letzte
3218 \begin_inset space ~
3219 \end_inset
3220
3221 Fußzeile
3222 \family default
3223  aktiviert ist.
3224 \end_layout
3225
3226 \begin_layout Description
3227 Letzte
3228 \begin_inset space ~
3229 \end_inset
3230
3231 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3232  einer mehrseitigen Tabelle definiert.
3233 \end_layout
3234
3235 \begin_layout Description
3236 Legende: Die aktuelle Zeile enthält die Legende.
3237  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3238  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3239 \begin_inset space ~
3240 \end_inset
3241
3242
3243 \begin_inset CommandInset ref
3244 LatexCommand ref
3245 reference "uab:Beschriftungen-langer-Tabellen"
3246
3247 \end_inset
3248
3249  erklärt.
3250 \end_layout
3251
3252 \begin_layout Standard
3253 Hier ist ein Beispiel einer langen Tabelle:
3254 \end_layout
3255
3256 \begin_layout Standard
3257 \align center
3258 \begin_inset Tabular
3259 <lyxtabular version="3" rows="69" columns="3">
3260 <features rotate="0" islongtable="true" longtabularalignment="center">
3261 <column alignment="left" valignment="top" width="0cm">
3262 <column alignment="left" valignment="top" width="0pt">
3263 <column alignment="right" valignment="top" width="0pt">
3264 <row endfirsthead="true">
3265 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269
3270 \series bold
3271 Telefonliste (ignoriere die Namen)
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 </row>
3295 <row endfirsthead="true">
3296 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3297 \begin_inset Text
3298
3299 \begin_layout Plain Layout
3300
3301 \series bold
3302 NAME
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \series bold
3322 TEL.
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row endhead="true">
3329 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 Telefonliste
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row endhead="true">
3360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \series bold
3366 NAME
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \series bold
3386 TEL.
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 </row>
3392 <row endfoot="true">
3393 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \series bold
3399 wird fortgesetzt
3400 \series default
3401  \SpecialChar \ldots{}
3402
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Annovi
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Silvia
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Bertoli
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Stefano
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Bozzi
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Walter
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Cachia
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Maria
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Cachia
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Maurizio
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Cinquemani
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Giusi
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Colin
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Bernard
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Concli
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Gianfranco
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Dal Bosco
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Carolina
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Dalpiaz
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Annamaria
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Feliciello
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Domenico
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Focarelli
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Paola
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Galletti
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Oreste
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Gasparini
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Franca
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Rizzardi
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Paola
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Lassini
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Giancarlo
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Malfatti
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Luciano
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \series bold
3960 Malfatti
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Valeriano
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 111
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \series bold
3991 Meneguzzo
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 Roberto
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 111
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 <row>
4016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020
4021 \series bold
4022 Mezzadra
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Roberto
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 111
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 </row>
4046 <row>
4047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051
4052 \series bold
4053 Pirpamer
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 Erich
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 111
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 </row>
4077 <row>
4078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082
4083 \series bold
4084 Pochiesa
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 Paolo
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 111, 222
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Radina
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Claudio
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 111
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Stuffer
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Oskar
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 111
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \series bold
4177 Tacchelli
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 Ugo
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195 111
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Tezzele
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Margit
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 111
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Unterkalmsteiner
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Frieda
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 111
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Vieider
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Hilde
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 111
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Vigna
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Jürgen
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 111
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Weber
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Maurizio
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 111
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Winkler
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Franz
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 111
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392  
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Annovi
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Silvia
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Bertoli
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Stefano
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Bozzi
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Walter
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Cachia
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Maria
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Cachia
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Maurizio
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Cinquemani
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Giusi
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Colin
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Bernard
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Concli
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Gianfranco
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Dal Bosco
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Carolina
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Dalpiaz
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Annamaria
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Feliciello
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Domenico
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Focarelli
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Paola
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Galletti
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Oreste
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Gasparini
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Franca
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Rizzardi
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Paola
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 555
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Lassini
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Giancarlo
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Malfatti
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Luciano
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948
4949 \series bold
4950 Malfatti
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Valeriano
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 555
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \series bold
4981 Meneguzzo
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 Roberto
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 555
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \series bold
5012 Mezzadra
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Roberto
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 555
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \series bold
5043 Pirpamer
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Erich
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 555
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \series bold
5074 Pochiesa
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Paolo
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 555, 222
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \series bold
5105 Radina
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 Claudio
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 555
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \series bold
5136 Stuffer
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 Oskar
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 555
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 <row>
5161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165
5166 \series bold
5167 Tacchelli
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 Ugo
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 555
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \series bold
5198 Tezzele
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 Margit
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 555
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 </row>
5222 <row>
5223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227
5228 \series bold
5229 Unterkalmsteiner
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 Frieda
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247 555
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 </row>
5253 <row>
5254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258
5259 \series bold
5260 Vieider
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 Hilde
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Plain Layout
5278 555
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 </row>
5284 <row>
5285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289
5290 \series bold
5291 Vigna
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 Jürgen
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 999
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 </row>
5315 <row>
5316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5317 \begin_inset Text
5318
5319 \begin_layout Plain Layout
5320
5321 \series bold
5322 Weber
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 Maurizio
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5337 \begin_inset Text
5338
5339 \begin_layout Plain Layout
5340 555
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 </row>
5346 <row>
5347 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351
5352 \series bold
5353 Winkler
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 Franz
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 555
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 </row>
5377 <row endlastfoot="true">
5378 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5379 \begin_inset Text
5380
5381 \begin_layout Plain Layout
5382 Ende
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 </lyxtabular>
5407
5408 \end_inset
5409
5410
5411 \begin_inset ERT
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415
5416
5417 \backslash
5418 addtocounter{table}{-1}
5419 \end_layout
5420
5421 \end_inset
5422
5423
5424 \begin_inset Note Note
5425 status collapsed
5426
5427 \begin_layout Plain Layout
5428 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5429 \begin_inset space ~
5430 \end_inset
5431
5432
5433 \begin_inset CommandInset ref
5434 LatexCommand ref
5435 reference "uab:Beschriftungen-langer-Tabellen"
5436
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \end_inset
5443
5444
5445 \end_layout
5446
5447 \begin_layout Subsection
5448 Fußnoten in langen Tabellen
5449 \begin_inset CommandInset label
5450 LatexCommand label
5451 name "uab:Fußnoten-in-langen"
5452
5453 \end_inset
5454
5455
5456 \begin_inset Index idx
5457 status collapsed
5458
5459 \begin_layout Plain Layout
5460 Tabellen ! lange ! Fußnoten
5461 \end_layout
5462
5463 \end_inset
5464
5465
5466 \end_layout
5467
5468 \begin_layout Standard
5469 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5470  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5471  Tabelle
5472 \begin_inset space ~
5473 \end_inset
5474
5475
5476 \begin_inset CommandInset ref
5477 LatexCommand ref
5478 reference "tab:DiffCaptions"
5479
5480 \end_inset
5481
5482  hat zum Beispiel eine Fußnote.
5483 \end_layout
5484
5485 \begin_layout Subsection
5486 Ausrichtung langer Tabellen
5487 \begin_inset Index idx
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491 Tabellen ! lange ! Ausrichtung
5492 \end_layout
5493
5494 \end_inset
5495
5496
5497 \end_layout
5498
5499 \begin_layout Standard
5500 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5501 n festgelegt werden.
5502  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5503  Seitenrand.
5504  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5505  ausgerichtet werden und die Werte der Längen 
5506 \series bold
5507
5508 \backslash
5509 LTleft 
5510 \series default
5511 und 
5512 \series bold
5513
5514 \backslash
5515 LTright
5516 \series default
5517  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5518  wird:
5519 \end_layout
5520
5521 \begin_layout Standard
5522
5523 \series bold
5524
5525 \backslash
5526 setlength{
5527 \backslash
5528 LTleft}{Wert}
5529 \end_layout
5530
5531 \begin_layout Standard
5532 Der Wert kann eine der in Tabelle
5533 \begin_inset space ~
5534 \end_inset
5535
5536
5537 \begin_inset CommandInset ref
5538 LatexCommand ref
5539 reference "tab:Maßeinheiten"
5540
5541 \end_inset
5542
5543  aufgelisteten Einheiten kann.
5544  
5545 \series bold
5546
5547 \backslash
5548 LTleft
5549 \series default
5550  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5551  
5552 \series bold
5553
5554 \backslash
5555 LTright
5556 \series default
5557  den Abstand von rechts.
5558  Die Voreinstellung für beide Werte ist 
5559 \series bold
5560
5561 \backslash
5562 fill
5563 \series default
5564 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5565  in LyX ist.
5566 \end_layout
5567
5568 \begin_layout Standard
5569 Die folgende lange Tabelle wurde zentriert und 
5570 \series bold
5571
5572 \backslash
5573 LTleft
5574 \series default
5575  auf den Wert 
5576 \family sans
5577 0.1
5578 \backslash
5579 columnwidth
5580 \family default
5581  gesetzt:
5582 \begin_inset ERT
5583 status collapsed
5584
5585 \begin_layout Plain Layout
5586
5587
5588 \backslash
5589 setlength{
5590 \backslash
5591 LTleft}{0.1
5592 \backslash
5593 columnwidth}
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \end_layout
5600
5601 \begin_layout Standard
5602 \begin_inset Tabular
5603 <lyxtabular version="3" rows="5" columns="5">
5604 <features rotate="0" islongtable="true" longtabularalignment="center">
5605 <column alignment="center" valignment="top">
5606 <column alignment="center" valignment="top">
5607 <column alignment="center" valignment="top" width="0pt">
5608 <column alignment="center" valignment="top">
5609 <column alignment="center" valignment="top">
5610 <row>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 1
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 2
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 3
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642 4
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 5
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 s
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 s
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 s
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 asd
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 </row>
5704 <row>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 asd
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 s
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 s
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 asd
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 </row>
5751 <row>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 asd
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 s
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 asd
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 asd
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 asd
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 asd
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 asd
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 </lyxtabular>
5846
5847 \end_inset
5848
5849
5850 \begin_inset ERT
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854
5855
5856 \backslash
5857 setlength{
5858 \backslash
5859 LTleft}{
5860 \backslash
5861 fill}
5862 \end_layout
5863
5864 \end_inset
5865
5866
5867 \begin_inset ERT
5868 status collapsed
5869
5870 \begin_layout Plain Layout
5871
5872
5873 \backslash
5874 addtocounter{table}{-1}
5875 \end_layout
5876
5877 \end_inset
5878
5879
5880 \begin_inset Note Note
5881 status collapsed
5882
5883 \begin_layout Plain Layout
5884 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5885 \begin_inset space ~
5886 \end_inset
5887
5888
5889 \begin_inset CommandInset ref
5890 LatexCommand ref
5891 reference "uab:Beschriftungen-langer-Tabellen"
5892
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899
5900
5901 \end_layout
5902
5903 \begin_layout Subsection
5904 Beschriftungen langer Tabellen
5905 \begin_inset CommandInset label
5906 LatexCommand label
5907 name "uab:Beschriftungen-langer-Tabellen"
5908
5909 \end_inset
5910
5911
5912 \begin_inset Index idx
5913 status collapsed
5914
5915 \begin_layout Plain Layout
5916 Tabellen ! lange ! Titel
5917 \end_layout
5918
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \begin_layout Standard
5925 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5926  nur auf eine Seite gedruckt werden können.
5927  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5928 \begin_inset space ~
5929 \end_inset
5930
5931
5932 \begin_inset CommandInset ref
5933 LatexCommand ref
5934 reference "abs:Lange-Tabellen"
5935
5936 \end_inset
5937
5938  erklärt.
5939  Nur eine Tabellenzeile kann eine Beschriftung enthalten, entweder eine
5940  Kopf- oder eine Fußzeile.
5941 \end_layout
5942
5943 \begin_layout Standard
5944 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5945 \end_layout
5946
5947 \begin_layout Standard
5948 \begin_inset Tabular
5949 <lyxtabular version="3" rows="6" columns="5">
5950 <features rotate="0" islongtable="true" longtabularalignment="center">
5951 <column alignment="center" valignment="top">
5952 <column alignment="center" valignment="top">
5953 <column alignment="center" valignment="top">
5954 <column alignment="center" valignment="top">
5955 <column alignment="center" valignment="top">
5956 <row endfirsthead="true" caption="true">
5957 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 \begin_inset Caption Standard
5962
5963 \begin_layout Plain Layout
5964 Eine lange Tabelle mit Titel
5965 \begin_inset Argument 1
5966 status open
5967
5968 \begin_layout Plain Layout
5969 Lange Tabelle
5970 \end_layout
5971
5972 \end_inset
5973
5974
5975 \end_layout
5976
5977 \end_inset
5978
5979
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 1
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 2
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 3
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 4
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 5
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 </row>
6068 <row>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 s
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 s
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 s
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 asd
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 s
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 s
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 s
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 asd
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 asd
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 asd
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 </lyxtabular>
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Standard
6264 \begin_inset VSpace medskip
6265 \end_inset
6266
6267
6268 \begin_inset Note Greyedout
6269 status open
6270
6271 \begin_layout Plain Layout
6272
6273 \series bold
6274 Bemerkung
6275 \begin_inset space ~
6276 \end_inset
6277
6278 1:
6279 \series default
6280  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6281  Titel vergeben.
6282  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6283 \begin_inset space ~
6284 \end_inset
6285
6286 2.4 auf Tabelle
6287 \begin_inset space ~
6288 \end_inset
6289
6290 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6291  Beschriftung sind.
6292  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6293  LaTeX-Befehl als TeX-Code einfügen:
6294 \end_layout
6295
6296 \begin_layout Plain Layout
6297
6298 \series bold
6299
6300 \backslash
6301 addtocounter{table}{-1}
6302 \end_layout
6303
6304 \begin_layout Plain Layout
6305 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6306  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6307 \end_layout
6308
6309 \begin_layout Plain Layout
6310
6311 \series bold
6312
6313 \backslash
6314 let
6315 \backslash
6316 myEnd
6317 \backslash
6318 endlongtable
6319 \begin_inset Newline newline
6320 \end_inset
6321
6322
6323 \backslash
6324 renewcommand{
6325 \backslash
6326 endlongtable}{
6327 \backslash
6328 myEnd
6329 \backslash
6330 addtocounter{table}{-1}}
6331 \end_layout
6332
6333 \end_inset
6334
6335
6336 \end_layout
6337
6338 \begin_layout Standard
6339 \begin_inset Note Greyedout
6340 status open
6341
6342 \begin_layout Plain Layout
6343
6344 \series bold
6345 Bemerkung
6346 \begin_inset space ~
6347 \end_inset
6348
6349 2:
6350 \series default
6351  Wenn Sie 
6352 \series bold
6353 hyperref
6354 \series default
6355
6356 \begin_inset Index idx
6357 status collapsed
6358
6359 \begin_layout Plain Layout
6360 LaTeX-Pakete ! hyperref
6361 \end_layout
6362
6363 \end_inset
6364
6365  in den
6366 \family sans
6367  PDF-Eigenschaften
6368 \family default
6369  im 
6370 \family sans
6371 Dokument-Einstellungen
6372 \family default
6373  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6374  immer auf den Anfang des Dokuments zeigen.
6375 \end_layout
6376
6377 \end_inset
6378
6379
6380 \end_layout
6381
6382 \begin_layout Subsubsection
6383 Querverweise auf 
6384 \family sans
6385 lange Tabelle
6386 \family default
6387 n
6388 \begin_inset Index idx
6389 status collapsed
6390
6391 \begin_layout Plain Layout
6392 Tabellen ! lange ! Querverweis
6393 \end_layout
6394
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \begin_layout Standard
6401 \begin_inset Tabular
6402 <lyxtabular version="3" rows="6" columns="5">
6403 <features rotate="0" islongtable="true" longtabularalignment="center">
6404 <column alignment="center" valignment="top">
6405 <column alignment="center" valignment="top">
6406 <column alignment="center" valignment="top">
6407 <column alignment="center" valignment="top">
6408 <column alignment="center" valignment="top">
6409 <row endfirsthead="true" caption="true">
6410 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Caption Standard
6415
6416 \begin_layout Plain Layout
6417 Lange Tabelle mit Marke
6418 \begin_inset CommandInset label
6419 LatexCommand label
6420 name "tab:LangeTabelle-mit-Marke"
6421
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428
6429
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 </row>
6471 <row>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 1
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 2
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 3
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 4
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 5
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 asd
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 s
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 s
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 s
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 asd
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 </row>
6565 <row>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 asd
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 s
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 s
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 asd
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 asd
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 s
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 s
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 s
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 asd
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 </row>
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 asd
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 sad
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 asd
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 asd
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 </lyxtabular>
6707
6708 \end_inset
6709
6710
6711 \end_layout
6712
6713 \begin_layout Standard
6714 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6715  im Titel einfügen.
6716 \end_layout
6717
6718 \begin_layout Standard
6719 Dies ist ein Verweis auf Tabelle
6720 \begin_inset space ~
6721 \end_inset
6722
6723
6724 \begin_inset CommandInset ref
6725 LatexCommand ref
6726 reference "tab:LangeTabelle-mit-Marke"
6727
6728 \end_inset
6729
6730 .
6731 \end_layout
6732
6733 \begin_layout Standard
6734 Mit dem LaTeX-Paket 
6735 \series bold
6736 caption
6737 \series default
6738
6739 \begin_inset Index idx
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743 LaTeX-Pakete ! caption
6744 \end_layout
6745
6746 \end_inset
6747
6748 , siehe Abschnitt
6749 \begin_inset space ~
6750 \end_inset
6751
6752
6753 \begin_inset CommandInset ref
6754 LatexCommand ref
6755 reference "abs:Titel-Formatierung"
6756
6757 \end_inset
6758
6759 , können Sie alle anderen Beschriftungsoptionen benutzen.
6760 \end_layout
6761
6762 \begin_layout Subsubsection
6763 Titelbreite
6764 \begin_inset Index idx
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768 Tabellen ! lange ! Beschriftungsbreite
6769 \end_layout
6770
6771 \end_inset
6772
6773
6774 \end_layout
6775
6776 \begin_layout Standard
6777 Die maximale Titelbreite wird durch die Variable 
6778 \series bold
6779
6780 \backslash
6781 LTcapwidth
6782 \series default
6783  definiert.
6784  Ihr Standardwert ist 4
6785 \begin_inset space \thinspace{}
6786 \end_inset
6787
6788 Zoll (
6789 \begin_inset Formula $\approx10$
6790 \end_inset
6791
6792
6793 \begin_inset space \thinspace{}
6794 \end_inset
6795
6796 cm).
6797  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6798  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6799 \end_layout
6800
6801 \begin_layout Standard
6802
6803 \series bold
6804
6805 \backslash
6806 setlength{
6807 \backslash
6808 LTcapwidth}{Breite}
6809 \end_layout
6810
6811 \begin_layout Standard
6812 wobei die Breite eine der in Anhang
6813 \begin_inset space ~
6814 \end_inset
6815
6816
6817 \begin_inset CommandInset ref
6818 LatexCommand ref
6819 reference "kap:In-LyX-verfügbare"
6820
6821 \end_inset
6822
6823  aufgelisteten Einheiten haben kann.
6824 \end_layout
6825
6826 \begin_layout Standard
6827 Die beiden folgenden Tabellen zeigen den Unterschied:
6828 \end_layout
6829
6830 \begin_layout Standard
6831 \begin_inset Tabular
6832 <lyxtabular version="3" rows="6" columns="5">
6833 <features rotate="0" islongtable="true" longtabularalignment="center">
6834 <column alignment="center" valignment="top">
6835 <column alignment="center" valignment="top">
6836 <column alignment="center" valignment="top">
6837 <column alignment="center" valignment="top">
6838 <column alignment="center" valignment="top">
6839 <row endfirsthead="true" caption="true">
6840 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 \begin_inset Caption Standard
6845
6846 \begin_layout Plain Layout
6847 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6848 \begin_inset Argument 1
6849 status open
6850
6851 \begin_layout Plain Layout
6852 Titel mit Standardbreite
6853 \end_layout
6854
6855 \end_inset
6856
6857
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 </row>
6904 <row>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 1
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 2
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 3
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 4
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 5
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 asd
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 s
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 s
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 s
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 asd
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 asd
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 s
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 s
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 s
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 asd
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 s
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 asd
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 <row>
7093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 sad
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 asd
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 asd
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 asd
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 </lyxtabular>
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \begin_layout Standard
7147 \begin_inset ERT
7148 status collapsed
7149
7150 \begin_layout Plain Layout
7151
7152
7153 \backslash
7154 setlength{
7155 \backslash
7156 LTcapwidth}{5cm}
7157 \end_layout
7158
7159 \end_inset
7160
7161
7162 \begin_inset Tabular
7163 <lyxtabular version="3" rows="6" columns="5">
7164 <features rotate="0" islongtable="true" longtabularalignment="center">
7165 <column alignment="center" valignment="top">
7166 <column alignment="center" valignment="top">
7167 <column alignment="center" valignment="top">
7168 <column alignment="center" valignment="top">
7169 <column alignment="center" valignment="top">
7170 <row endfirsthead="true" caption="true">
7171 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 \begin_inset Caption Standard
7176
7177 \begin_layout Plain Layout
7178 Langer Titel mit 5
7179 \begin_inset space \thinspace{}
7180 \end_inset
7181
7182 cm Breite, Langer Titel mit 5
7183 \begin_inset space \thinspace{}
7184 \end_inset
7185
7186 cm Breite
7187 \begin_inset Argument 1
7188 status open
7189
7190 \begin_layout Plain Layout
7191 Titel mit 5
7192 \begin_inset space \thinspace{}
7193 \end_inset
7194
7195 cm Breite
7196 \end_layout
7197
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \end_inset
7204
7205
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 1
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 2
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 3
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 4
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 5
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 </row>
7294 <row>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 s
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 s
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 </row>
7341 <row>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 asd
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 s
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 s
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 s
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 </row>
7388 <row>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 asd
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 s
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 s
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 asd
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 asd
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 sad
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 asd
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 asd
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 </lyxtabular>
7483
7484 \end_inset
7485
7486
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 setlength{
7495 \backslash
7496 LTcapwidth}{4in}
7497 \end_layout
7498
7499 \end_inset
7500
7501
7502 \begin_inset Note Note
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 Beschriftungsbreite zurücksetzen
7507 \end_layout
7508
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \begin_layout Standard
7515 \begin_inset Note Greyedout
7516 status open
7517
7518 \begin_layout Plain Layout
7519
7520 \series bold
7521 Achtung:
7522 \series default
7523  Wenn das LaTeX-Paket 
7524 \series bold
7525 caption
7526 \series default
7527
7528 \begin_inset Index idx
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532 LaTeX-Pakete ! caption
7533 \end_layout
7534
7535 \end_inset
7536
7537  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7538  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7539  4
7540 \begin_inset space \thinspace{}
7541 \end_inset
7542
7543 Zoll für 
7544 \series bold
7545
7546 \backslash
7547 LTcapwidth
7548 \series default
7549  benutzen.
7550  Um in diesem Fall eine genau 4
7551 \begin_inset space \thinspace{}
7552 \end_inset
7553
7554 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7555  4
7556 \begin_inset space \thinspace{}
7557 \end_inset
7558
7559 Zoll veränderten Wert wie z.
7560 \begin_inset space \thinspace{}
7561 \end_inset
7562
7563 B.
7564  3.99
7565 \begin_inset space \thinspace{}
7566 \end_inset
7567
7568 Zoll verwenden oder den LaTeX-Befehl 
7569 \series bold
7570
7571 \backslash
7572 captionsetup{width=Wert}
7573 \series default
7574  benutzen, der vom 
7575 \series bold
7576 caption
7577 \series default
7578 -Paket bereitgestellt wird.
7579 \end_layout
7580
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \begin_layout Subsubsection
7587 Unterschiedliche Beschriftung für Tabellenseiten
7588 \begin_inset Index idx
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592 Tabellen ! lange ! mehrere Beschriftungen
7593 \end_layout
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \begin_layout Standard
7601 Wenn die Tabellenbeschriftung der folgenden Seiten anders sein soll, als
7602  die der ersten Seite, markieren Sie eine leere Zeile als Kopfzeile, die
7603  eine Beschriftung enthält.
7604  Dann klicken Sie mit rechts auf die Beschriftung und wählen im Kontext-Menü
7605  
7606 \family sans
7607 Legende
7608 \begin_inset space ~
7609 \end_inset
7610
7611 (Lange Tabelle (unnummeriert))
7612 \family default
7613  aus.
7614  Tabelle
7615 \begin_inset space ~
7616 \end_inset
7617
7618
7619 \begin_inset CommandInset ref
7620 LatexCommand ref
7621 reference "tab:DiffCaptions"
7622
7623 \end_inset
7624
7625  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7626  ohne Tabellennummer auf der zweiten Seite.
7627 \end_layout
7628
7629 \begin_layout Standard
7630 \align center
7631 \begin_inset Tabular
7632 <lyxtabular version="3" rows="59" columns="3">
7633 <features rotate="0" islongtable="true" longtabularalignment="center">
7634 <column alignment="left" valignment="top" width="0pt">
7635 <column alignment="left" valignment="top" width="0pt">
7636 <column alignment="center" valignment="top" width="0pt">
7637 <row endfirsthead="true" caption="true">
7638 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 \begin_inset Caption Standard
7643
7644 \begin_layout Plain Layout
7645 Telefonliste
7646 \begin_inset CommandInset label
7647 LatexCommand label
7648 name "tab:DiffCaptions"
7649
7650 \end_inset
7651
7652
7653 \begin_inset Argument 1
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657 Telefonliste
7658 \end_layout
7659
7660 \end_inset
7661
7662
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 </row>
7691 <row endfirsthead="true">
7692 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Telefonliste (ignoriere die Namen)
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row endfirsthead="true">
7723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 NAME
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \series bold
7749 TEL.
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row endhead="true" caption="true">
7756 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 \begin_inset Caption LongTableNoNumber
7761
7762 \begin_layout Plain Layout
7763 Fortsetzung der Telefonliste
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endhead="true">
7793 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 Telefonliste
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endhead="true">
7824 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 NAME
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \series bold
7850 TEL.
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row endfoot="true">
7857 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 wird fortgesetzt\SpecialChar \ldots{}
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Annovi
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Silvia
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Bertoli
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Stefano
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Bozzi
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Walter
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Cachia
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Maria
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Cachia
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Maurizio
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Cinquemani
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Giusi
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Colin
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Bernard
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 111
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \series bold
8110 Concli
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Gianfranco
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 111
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Dal Bosco
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Carolina
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 111
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Dalpiaz
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Annamaria
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Feliciello
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Domenico
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Focarelli
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Paola
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Galletti
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Oreste
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Gasparini
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Franca
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \series bold
8327 Rizzardi
8328 \series default
8329
8330 \begin_inset Foot
8331 status open
8332
8333 \begin_layout Plain Layout
8334 Beispielfußnote
8335 \end_layout
8336
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Paola
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Lassini
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Giancarlo
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Malfatti
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Luciano
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Malfatti
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Valeriano
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Meneguzzo
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Roberto
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Mezzadra
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Roberto
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Pirpamer
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Erich
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Pochiesa
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Paolo
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111, 222
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Radina
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Claudio
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Stuffer
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Oskar
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Tacchelli
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Ugo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Tezzele
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Margit
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Unterkalmsteiner
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Frieda
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Vieider
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Hilde
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Vigna
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Jürgen
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Weber
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Maurizio
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Winkler
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Franz
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 111
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864  
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Annovi
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Silvia
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Bertoli
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Stefano
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Bozzi
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Walter
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Cachia
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Maria
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Cachia
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Maurizio
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Cinquemani
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Giusi
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Colin
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Bernard
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Concli
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Gianfranco
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Dal Bosco
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Carolina
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Dalpiaz
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Annamaria
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Feliciello
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Domenico
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Focarelli
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Paola
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Galletti
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Oreste
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Gasparini
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Franca
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Rizzardi
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Paola
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 555
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Lassini
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Giancarlo
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 555
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Malfatti
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Luciano
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 555
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Malfatti
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Valeriano
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 555
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Meneguzzo
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Roberto
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 555
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Mezzadra
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Roberto
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 555
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 </lyxtabular>
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Section
9516 Weitere Möglichkeiten für 
9517 \family sans
9518 lange Tabelle
9519 \family default
9520 n
9521 \begin_inset CommandInset label
9522 LatexCommand label
9523 name "abs:Special-Longtable-Issues"
9524
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \begin_layout Subsection
9531 L
9532 \family sans
9533 ange Tabelle
9534 \family default
9535 n: Berechnung
9536 \begin_inset Index idx
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540 Tabellen ! lange ! Berechnung
9541 \end_layout
9542
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \begin_layout Standard
9549 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9550  so genannten 
9551 \emph on
9552 chunks
9553 \emph default
9554  (Brocken).
9555  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9556  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9557  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9558  das die Druckausgabe.
9559  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9560  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9561  einfügen:
9562 \end_layout
9563
9564 \begin_layout Standard
9565
9566 \series bold
9567
9568 \backslash
9569 setcounter{LTchunksize}{100}
9570 \end_layout
9571
9572 \begin_layout Subsection
9573 Gleitobjekte und L
9574 \family sans
9575 ange Tabelle
9576 \family default
9577 n
9578 \begin_inset Index idx
9579 status collapsed
9580
9581 \begin_layout Plain Layout
9582 Tabellen ! lange ! und Gleitobjekte
9583 \end_layout
9584
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \begin_layout Standard
9591 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9592 \family sans
9593 lange
9594 \begin_inset space ~
9595 \end_inset
9596
9597 Tabelle
9598 \family default
9599  beginnt, ein Gleitobjekt befindet.
9600  Um das zu vermeiden, können Sie vor der 
9601 \family sans
9602 langen
9603 \begin_inset space ~
9604 \end_inset
9605
9606 Tabellen
9607 \family default
9608  einen manuellen Seitenumbruch
9609 \family sans
9610  Einfügen\SpecialChar \menuseparator
9611 Formatierung\SpecialChar \menuseparator
9612 [Doppel]Seite
9613 \begin_inset space \space{}
9614 \end_inset
9615
9616 leeren
9617 \family default
9618  einfügen, siehe 
9619 \emph on
9620 Benutzerhandbuch
9621 \emph default
9622 .
9623 \end_layout
9624
9625 \begin_layout Subsection
9626 Manuelle Seitenumbrüche
9627 \begin_inset Index idx
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631 Tabellen ! lange ! manueller Seitenumbruch
9632 \end_layout
9633
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \begin_layout Standard
9640 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9641  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9642  der Zelle umbrechen wollen, fügen Sie den Befehl  
9643 \begin_inset Quotes gld
9644 \end_inset
9645
9646
9647 \series bold
9648
9649 \backslash
9650
9651 \backslash
9652
9653 \series default
9654
9655 \begin_inset Quotes grd
9656 \end_inset
9657
9658  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9659  werden kann.
9660  Vor dem 
9661 \begin_inset Quotes gld
9662 \end_inset
9663
9664
9665 \series bold
9666
9667 \backslash
9668
9669 \backslash
9670
9671 \series default
9672
9673 \begin_inset Quotes grd
9674 \end_inset
9675
9676 -Befehl müssen Sie so viele 
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682 &
9683 \series default
9684
9685 \begin_inset Quotes grd
9686 \end_inset
9687
9688  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9689  Mit 
9690 \begin_inset Quotes gld
9691 \end_inset
9692
9693
9694 \series bold
9695 &
9696 \series default
9697
9698 \begin_inset Quotes grd
9699 \end_inset
9700
9701   werden in LaTeX Tabellenzellen getrennt.
9702  Hinter jedes 
9703 \begin_inset Quotes gld
9704 \end_inset
9705
9706
9707 \series bold
9708 &
9709 \series default
9710
9711 \begin_inset Quotes grd
9712 \end_inset
9713
9714  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9715  und löschen den Inhalt dieser Zellen.
9716 \end_layout
9717
9718 \begin_layout Standard
9719 Hinter dem 
9720 \begin_inset Quotes gld
9721 \end_inset
9722
9723
9724 \series bold
9725
9726 \backslash
9727
9728 \backslash
9729
9730 \series default
9731
9732 \begin_inset Quotes grd
9733 \end_inset
9734
9735 -Befehl müssen Sie so viele 
9736 \begin_inset Quotes gld
9737 \end_inset
9738
9739
9740 \series bold
9741 &
9742 \series default
9743
9744 \begin_inset Quotes grd
9745 \end_inset
9746
9747  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9748  In Tabelle
9749 \begin_inset space ~
9750 \end_inset
9751
9752
9753 \begin_inset CommandInset ref
9754 LatexCommand ref
9755 reference "tab:ForcedPagebreak"
9756
9757 \end_inset
9758
9759  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9760  Es folgt noch eine weitere Spalte.
9761  Deshalb wurde hinter dem Wort 
9762 \emph on
9763 Castelchiodato, 
9764 \emph default
9765 folgendes eingefügt:
9766 \end_layout
9767
9768 \begin_layout Standard
9769
9770 \series bold
9771 & 111
9772 \backslash
9773
9774 \backslash
9775  
9776 \backslash
9777 newpage
9778 \begin_inset Newline newline
9779 \end_inset
9780
9781 &
9782 \end_layout
9783
9784 \begin_layout Standard
9785 Die 
9786 \begin_inset Quotes gld
9787 \end_inset
9788
9789 111
9790 \begin_inset Quotes grd
9791 \end_inset
9792
9793  in der dritten Spalte wurde gelöscht.
9794  
9795 \series bold
9796
9797 \backslash
9798 newpage
9799 \series default
9800  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9801  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9802  Wenn die Fußzeile Ihrer 
9803 \family sans
9804 langen
9805 \begin_inset space ~
9806 \end_inset
9807
9808 Tabelle
9809 \family default
9810  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9811  Befehle benutzen:
9812 \end_layout
9813
9814 \begin_layout Standard
9815
9816 \series bold
9817 & 111
9818 \backslash
9819
9820 \backslash
9821
9822 \begin_inset Newline newline
9823 \end_inset
9824
9825
9826 \backslash
9827 hline &
9828 \end_layout
9829
9830 \begin_layout Standard
9831 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9832  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9833 \end_layout
9834
9835 \begin_layout Standard
9836
9837 \series bold
9838
9839 \backslash
9840 setlength{
9841 \backslash
9842 parfillskip}{0pt}
9843 \end_layout
9844
9845 \begin_layout Standard
9846 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9847  erscheint.
9848 \end_layout
9849
9850 \begin_layout Standard
9851 \align center
9852 \begin_inset Tabular
9853 <lyxtabular version="3" rows="38" columns="3">
9854 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9855 <column alignment="left" valignment="top" width="0cm">
9856 <column alignment="left" valignment="top" width="3cm">
9857 <column alignment="right" valignment="top" width="0pt">
9858 <row endfirsthead="true" caption="true">
9859 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 \begin_inset Caption Standard
9864
9865 \begin_layout Plain Layout
9866 Tabelle mit manuellem Seitenumbruch in einer Zelle
9867 \begin_inset CommandInset label
9868 LatexCommand label
9869 name "tab:ForcedPagebreak"
9870
9871 \end_inset
9872
9873
9874 \begin_inset Argument 1
9875 status collapsed
9876
9877 \begin_layout Plain Layout
9878 Tabelle mit manuellem Seitenumbruch in einer Zelle
9879 \end_layout
9880
9881 \end_inset
9882
9883
9884 \end_layout
9885
9886 \end_inset
9887
9888
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9894 \begin_inset Text
9895
9896 \begin_layout Plain Layout
9897
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 </row>
9912 <row endfirsthead="true">
9913 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \series bold
9919 Telefonliste (ignoriere die Namen)
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 </row>
9943 <row endfirsthead="true">
9944 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \series bold
9950 NAME
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968
9969 \series bold
9970 TEL.
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row endhead="true">
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 \begin_inset ERT
9982 status collapsed
9983
9984 \begin_layout Plain Layout
9985
9986
9987 \backslash
9988 caption*{Fortsetzung der Tabelle}
9989 \backslash
9990
9991 \backslash
9992 %
9993 \end_layout
9994
9995 \end_inset
9996
9997
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row endhead="true">
10022 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 Telefonliste
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row endhead="true">
10053 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 NAME
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 TEL.
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row endfoot="true">
10086 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 wird fortgesetzt\SpecialChar \ldots{}
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Annovi
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Silvia
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Bertoli
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Stefano
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Bozzi
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Walter
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Cachia
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Maria
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Cachia
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Maurizio
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Cinquemani
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Giusi
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Colin
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Bernard
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Concli
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Gianfranco
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Dal Bosco
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Carolina
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Dalpiaz
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Annamaria
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Feliciello
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Domenico
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Focarelli
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Paola
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Galletti
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Oreste
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Gasparini
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Franca
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Lassini
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Giancarlo
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Malfatti
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Luciano
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Malfatti
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Valeriano
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Meneguzzo
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Roberto
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Mezzadra
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Roberto
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Pirpamer
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Erich
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Pochiesa
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Paolo
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111, 222
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Radina
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Claudio
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Rizzardi
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Paolo, 11.
10814  Fürst von Monte\SpecialChar \-
10815 com\SpecialChar \-
10816 patri, 11.
10817  Fürst von Sulmona und Vivaro, 10.
10818  Fürst von Rossano, 5.
10819  Herzog von Canemorte, 11.
10820  Herzog von Palombara, 5.
10821  Herzog von Castelchiodato,
10822 \begin_inset ERT
10823 status open
10824
10825 \begin_layout Plain Layout
10826
10827 & 111
10828 \backslash
10829
10830 \backslash
10831  
10832 \backslash
10833 newpage
10834 \end_layout
10835
10836 \begin_layout Plain Layout
10837
10838 &
10839 \end_layout
10840
10841 \end_inset
10842
10843  11.
10844  Herzog von Poggionativo, 11.
10845  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10846  Graf von Valinfreda, 11.
10847  Baron von Cropalati, 11.
10848  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Stuffer
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Oskar
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Tacchelli
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Ugo
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Tezzele
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Margit
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Unterkalmsteiner
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Frieda
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 111
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 </row>
10987 <row>
10988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992
10993 \series bold
10994 Vieider
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 Hilde
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 111
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 <row>
11019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023
11024 \series bold
11025 Vigna
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 Jürgen
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 111
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 </row>
11049 <row>
11050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054
11055 \series bold
11056 Weber
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 Maurizio
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074 111
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row>
11081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \series bold
11087 Winkler
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 Franz
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 111
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 </row>
11111 </lyxtabular>
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Section
11119 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11120 \end_layout
11121
11122 \begin_layout Subsection
11123 Mehrfache Zeilen in Zellen
11124 \begin_inset CommandInset label
11125 LatexCommand label
11126 name "uab:Mehrfache-Zeilen-in"
11127
11128 \end_inset
11129
11130
11131 \begin_inset Index idx
11132 status collapsed
11133
11134 \begin_layout Plain Layout
11135 Mehrfache ! Zeilen in Zellen
11136 \end_layout
11137
11138 \end_inset
11139
11140
11141 \begin_inset Index idx
11142 status collapsed
11143
11144 \begin_layout Plain Layout
11145 Tabellen ! Zeilenumbrüche
11146 \end_layout
11147
11148 \end_inset
11149
11150
11151 \end_layout
11152
11153 \begin_layout Standard
11154 \noindent
11155 \begin_inset Float table
11156 placement H
11157 wide false
11158 sideways false
11159 status open
11160
11161 \begin_layout Plain Layout
11162 \begin_inset Caption Standard
11163
11164 \begin_layout Plain Layout
11165 \begin_inset CommandInset label
11166 LatexCommand label
11167 name "tab:Table-with-multiple"
11168
11169 \end_inset
11170
11171 Tabelle mit mehrfachen Zeilen in einer Zelle
11172 \end_layout
11173
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \begin_layout Plain Layout
11180 \align center
11181 \begin_inset Tabular
11182 <lyxtabular version="3" rows="3" columns="3">
11183 <features rotate="0" tabularvalignment="middle">
11184 <column alignment="center" valignment="middle" width="2.5cm">
11185 <column alignment="center" valignment="middle" width="0.5cm">
11186 <column alignment="center" valignment="middle" width="0.5cm">
11187 <row>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 zwei
11193 \begin_inset Newline linebreak
11194 \end_inset
11195
11196 Zeilen
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 b
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 c
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 d
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 e
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 f
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 g
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 h
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 i
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 </lyxtabular>
11279
11280 \end_inset
11281
11282
11283 \end_layout
11284
11285 \end_inset
11286
11287
11288 \end_layout
11289
11290 \begin_layout Standard
11291 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11292  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11293  Tabelle
11294 \begin_inset space ~
11295 \end_inset
11296
11297
11298 \begin_inset CommandInset ref
11299 LatexCommand ref
11300 reference "tab:Table-with-multiple"
11301
11302 \end_inset
11303
11304  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11305 \family sans
11306 Tabellen-Einstellungen
11307 \family default
11308 -Dialog auf 2.5
11309 \begin_inset space \thinspace{}
11310 \end_inset
11311
11312 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11313  Weil unser Text schmaler als 2.5
11314 \begin_inset space \thinspace{}
11315 \end_inset
11316
11317 cm ist, würde er in einer Zeile gedruckt werden.
11318  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11319
11320 \family sans
11321 Strg+Shift+Enter
11322 \family default
11323 ) eingefügt.
11324  Wenn der Text länger ist, wird er automatisch umgebrochen.
11325 \end_layout
11326
11327 \begin_layout Standard
11328 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11329  setzen Sie die Breite der beiden Spalten im 
11330 \family sans
11331 Tabellen-Einstellungen
11332 \family default
11333 -Dialog auf 0.5
11334 \begin_inset space \thinspace{}
11335 \end_inset
11336
11337 cm und die vertikale Ausrichtung auf zentriert.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11342  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11343  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11344  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11345  Fügen sie daher 0
11346 \begin_inset space \thinspace{}
11347 \end_inset
11348
11349 pt horizontalen Abstand vor dem Wort ein.
11350  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11351  Tabelle
11352 \begin_inset space ~
11353 \end_inset
11354
11355
11356 \begin_inset CommandInset ref
11357 LatexCommand ref
11358 reference "tab:Table-with-and"
11359
11360 \end_inset
11361
11362  zeigt die Wirkungen.
11363 \end_layout
11364
11365 \begin_layout Standard
11366 \begin_inset Float table
11367 placement h
11368 wide false
11369 sideways false
11370 status open
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Caption Standard
11374
11375 \begin_layout Plain Layout
11376 \begin_inset CommandInset label
11377 LatexCommand label
11378 name "tab:Table-with-and"
11379
11380 \end_inset
11381
11382 Tabelle ohne und mit Silbentrennung
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Plain Layout
11391 \begin_inset space \hfill{}
11392 \end_inset
11393
11394
11395 \begin_inset Tabular
11396 <lyxtabular version="3" rows="3" columns="3">
11397 <features rotate="0" tabularvalignment="middle">
11398 <column alignment="center" valignment="middle" width="2.5cm">
11399 <column alignment="center" valignment="middle" width="0.5cm">
11400 <column alignment="center" valignment="middle" width="0.5cm">
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 einsehrlangesZellenwort
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 b
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 c
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 d
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 e
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 f
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 <row>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 g
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 h
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 i
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \begin_inset space \hfill{}
11494 \end_inset
11495
11496
11497 \begin_inset Tabular
11498 <lyxtabular version="3" rows="3" columns="3">
11499 <features rotate="0" tabularvalignment="middle">
11500 <column alignment="center" valignment="middle" width="2.5cm">
11501 <column alignment="center" valignment="middle" width="0.5cm">
11502 <column alignment="center" valignment="middle" width="0.5cm">
11503 <row>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset space \hspace{}
11509 \length 0pt
11510 \end_inset
11511
11512 einsehrlangesZellenwort
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 b
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 c
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 </row>
11536 <row>
11537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 d
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 e
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 f
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 <row>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 g
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 h
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 i
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 </row>
11594 </lyxtabular>
11595
11596 \end_inset
11597
11598
11599 \begin_inset space \hfill{}
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \begin_layout Subsection
11611 Mehrfachspalten
11612 \begin_inset CommandInset label
11613 LatexCommand label
11614 name "uab:Mehrfachspalten"
11615
11616 \end_inset
11617
11618
11619 \begin_inset Index idx
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 Mahrfachspalten
11624 \end_layout
11625
11626 \end_inset
11627
11628
11629 \begin_inset Index idx
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Tabellen ! Mahrfachspalten
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \end_layout
11640
11641 \begin_layout Subsubsection
11642 Grundlagen
11643 \end_layout
11644
11645 \begin_layout Standard
11646 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11647  und verwenden dann den Knopf 
11648 \begin_inset Info
11649 type  "icon"
11650 arg   "inset-modify tabular multicolumn"
11651 \end_inset
11652
11653  in der Werkzeugleiste, das Menü 
11654 \family sans
11655 Bearbeiten\SpecialChar \menuseparator
11656 Tabelle\SpecialChar \menuseparator
11657 Mehrfachspalte
11658 \family default
11659 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11660  
11661 \family sans
11662 Mehrfachspalte
11663 \family default
11664 .
11665 \end_layout
11666
11667 \begin_layout Standard
11668 Mehrfachspalten haben ihre eigenen Einstellungen.
11669  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11670  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11671  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \align center
11676 \begin_inset Tabular
11677 <lyxtabular version="3" rows="3" columns="4">
11678 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11679 <column alignment="center" valignment="top" width="0pt">
11680 <column alignment="center" valignment="middle">
11681 <column alignment="center" valignment="top" width="0in">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 abc
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 def ghi
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 jkl
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726
11727 \family roman
11728 \series medium
11729 \shape up
11730 \size normal
11731 \emph off
11732 \bar no
11733 \noun off
11734 \color none
11735 A
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 B
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 C
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 D
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 <row>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 1
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 2
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 3
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 4
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Subsubsection
11814 Mehrfachspalten-Berechnungen
11815 \begin_inset CommandInset label
11816 LatexCommand label
11817 name "uab:Mehrfachspalten-Berechnungen"
11818
11819 \end_inset
11820
11821
11822 \begin_inset Index idx
11823 status collapsed
11824
11825 \begin_layout Plain Layout
11826 Mahrfachspalten ! Berechnung
11827 \end_layout
11828
11829 \end_inset
11830
11831
11832 \begin_inset Index idx
11833 status collapsed
11834
11835 \begin_layout Plain Layout
11836 Tabellen ! Mahrfachspalten ! Berechnung
11837 \end_layout
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Standard
11845 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11846  Zellen beachten.
11847 \end_layout
11848
11849 \begin_layout Standard
11850 \begin_inset Float table
11851 placement h
11852 wide false
11853 sideways false
11854 status open
11855
11856 \begin_layout Plain Layout
11857 \begin_inset Caption Standard
11858
11859 \begin_layout Plain Layout
11860 \begin_inset CommandInset label
11861 LatexCommand label
11862 name "tab:Table-with-centered"
11863
11864 \end_inset
11865
11866 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11867  die halbe Breite der Mehrfachspalten-Zelle haben
11868 \begin_inset Argument 1
11869 status collapsed
11870
11871 \begin_layout Plain Layout
11872 Eine Mehrfachspalten-Tabelle
11873 \end_layout
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Plain Layout
11886 \align center
11887 \begin_inset Tabular
11888 <lyxtabular version="3" rows="3" columns="3">
11889 <features rotate="0" tabularvalignment="middle">
11890 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11891 <column alignment="center" valignment="middle">
11892 <column alignment="center" valignment="top">
11893 <row>
11894 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 Dies ist eine Mehrfach\SpecialChar \-
11899 spalten-Zelle
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 c
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 </row>
11923 <row>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 d
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 e
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 f
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 </row>
11952 <row>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 g
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 h
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 i
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 </lyxtabular>
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \begin_layout Standard
11994 Um Tabelle
11995 \begin_inset space ~
11996 \end_inset
11997
11998
11999 \begin_inset CommandInset ref
12000 LatexCommand ref
12001 reference "tab:Table-with-centered"
12002
12003 \end_inset
12004
12005  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
12006  3×3-Tabelle, kreuzen im 
12007 \family sans
12008 Tabellen-Einstellungen
12009 \family default
12010 -Dialog 
12011 \family sans
12012 Mehrfachspalte
12013 \family default
12014  an, setzen die 
12015 \family sans
12016 Horizontale
12017 \begin_inset space ~
12018 \end_inset
12019
12020 Ausrichtung
12021 \family default
12022  auf 
12023 \family sans
12024 Zentriert
12025 \family default
12026  und die 
12027 \family sans
12028 Breite
12029 \family default
12030  auf 2.5
12031 \begin_inset space \thinspace{}
12032 \end_inset
12033
12034 cm.
12035  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12036  Sie die Breite der ersten Spalte auf 1.25
12037 \begin_inset space \thinspace{}
12038 \end_inset
12039
12040 cm setzen.
12041  Die zweite Spalte wird dann automatisch 1.25
12042 \begin_inset space \thinspace{}
12043 \end_inset
12044
12045 cm breit (Breite der 
12046 \family sans
12047 Mehrfachspalte
12048 \family default
12049  
12050 \begin_inset Formula $-$
12051 \end_inset
12052
12053  Breite der ersten Spalte).
12054  Dies wurde so für Tabelle
12055 \begin_inset space ~
12056 \end_inset
12057
12058
12059 \begin_inset CommandInset ref
12060 LatexCommand ref
12061 reference "tab:Table-without-half"
12062
12063 \end_inset
12064
12065  gemacht.
12066 \end_layout
12067
12068 \begin_layout Standard
12069 \begin_inset Float table
12070 wide false
12071 sideways false
12072 status open
12073
12074 \begin_layout Plain Layout
12075 \begin_inset Caption Standard
12076
12077 \begin_layout Plain Layout
12078 \begin_inset CommandInset label
12079 LatexCommand label
12080 name "tab:Table-without-half"
12081
12082 \end_inset
12083
12084 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12085  wie die Mehrfachspalte
12086 \begin_inset Argument 1
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090 Eine unvollkommene Mehrfachspalten-Tabelle
12091 \end_layout
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \begin_layout Plain Layout
12104 \align center
12105 \begin_inset Tabular
12106 <lyxtabular version="3" rows="3" columns="3">
12107 <features rotate="0" tabularvalignment="middle">
12108 <column alignment="center" valignment="top" width="1.25cm">
12109 <column alignment="center" valignment="top">
12110 <column alignment="center" valignment="top">
12111 <row>
12112 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 Dies ist auch eine Mehr\SpecialChar \-
12117 fach\SpecialChar \-
12118 spalten-Zelle
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 c
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 </row>
12142 <row>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 d
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 e
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 f
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 <row>
12172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 g
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 h
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 i
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 </row>
12200 </lyxtabular>
12201
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \begin_layout Standard
12213 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12214  als die zweite ist.
12215  Das liegt daran, dass die Zellenbreite 
12216 \begin_inset Formula $W_{\mathrm{tot}}$
12217 \end_inset
12218
12219  nicht ihre definierte Breite 
12220 \begin_inset Formula $W_{g}$
12221 \end_inset
12222
12223  ist, sondern ein wenig mehr.
12224  Anhang
12225 \begin_inset space ~
12226 \end_inset
12227
12228
12229 \begin_inset CommandInset ref
12230 LatexCommand ref
12231 reference "kap:Erläuterung-einer-Gleichung"
12232
12233 \end_inset
12234
12235  erklärt das genauer.
12236 \end_layout
12237
12238 \begin_layout Standard
12239 Wenn 
12240 \emph on
12241 n
12242 \emph default
12243  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12244  die definierte Breite 
12245 \begin_inset Formula $W_{g\, n}$
12246 \end_inset
12247
12248  einer Spalte, deren totale Breite = 
12249 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12250 \end_inset
12251
12252  sein soll, wie folgt:
12253 \begin_inset Formula 
12254 \begin{equation}
12255 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12256 \end{equation}
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 In unserem Falls ist 
12265 \begin_inset Formula $n=2$
12266 \end_inset
12267
12268
12269 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12270 \end_inset
12271
12272 cm, und damit wird aus Gleichung
12273 \begin_inset space ~
12274 \end_inset
12275
12276
12277 \begin_inset CommandInset ref
12278 LatexCommand ref
12279 reference "eq:Wgn"
12280
12281 \end_inset
12282
12283  
12284 \begin_inset Formula 
12285 \begin{equation}
12286 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12287 \end{equation}
12288
12289 \end_inset
12290
12291
12292 \end_layout
12293
12294 \begin_layout Standard
12295 Damit LaTeX rechnen kann, muss das Paket 
12296 \series bold
12297 calc
12298 \series default
12299  im Vorspann geladen werden.
12300 \begin_inset Index idx
12301 status collapsed
12302
12303 \begin_layout Plain Layout
12304 LaTeX-Pakete ! calc
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Standard
12313
12314 \series bold
12315
12316 \backslash
12317 usepackage{calc}
12318 \end_layout
12319
12320 \begin_layout Standard
12321 LyX erlaubt im 
12322 \family sans
12323 Breite
12324 \family default
12325 -Feld des 
12326 \family sans
12327 Tabellen-Einstellungen
12328 \family default
12329 -Dialogs keine Berechnungen.
12330  Deshalb müssen Sie die Formel für die Breite im Feld 
12331 \family sans
12332 LaTe
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337
12338 {}
12339 \end_layout
12340
12341 \end_inset
12342
12343 X-Argument
12344 \family default
12345  eingeben.
12346  Hier iss ein Überblick über die Argumente:
12347 \end_layout
12348
12349 \begin_layout Itemize
12350
12351 \series bold
12352 p{Breite}
12353 \series default
12354  die Zelle bekommt eine feste 
12355 \series bold
12356 Breite
12357 \series default
12358 , und die vertikale Ausrichtung ist 
12359 \family sans
12360 Oben
12361 \end_layout
12362
12363 \begin_layout Itemize
12364
12365 \series bold
12366 m{Breite}
12367 \series default
12368  die Zelle bekommt eine feste 
12369 \series bold
12370 Breite
12371 \series default
12372 , und die vertikale Ausrichtung ist 
12373 \family sans
12374 Mitte
12375 \end_layout
12376
12377 \begin_layout Itemize
12378
12379 \series bold
12380 b{Breite}
12381 \series default
12382  die Zelle bekommt eine feste 
12383 \series bold
12384 Breite
12385 \series default
12386 , und die vertikale Ausrichtung ist 
12387 \family sans
12388 Unten
12389 \end_layout
12390
12391 \begin_layout Standard
12392 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12393  für diese Zelle überschrieben.
12394 \end_layout
12395
12396 \begin_layout Standard
12397 \begin_inset Note Greyedout
12398 status open
12399
12400 \begin_layout Plain Layout
12401
12402 \series bold
12403 Bemerkung:
12404 \series default
12405  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12406  angezeigt.
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12416  der Zelle mit dem Inhalt 
12417 \begin_inset Quotes gld
12418 \end_inset
12419
12420 d
12421 \begin_inset Quotes grd
12422 \end_inset
12423
12424  der Tabelle
12425 \begin_inset space ~
12426 \end_inset
12427
12428
12429 \begin_inset CommandInset ref
12430 LatexCommand ref
12431 reference "tab:Table-with-centered"
12432
12433 \end_inset
12434
12435  auch noch der Befehl
12436 \family typewriter
12437 \series bold
12438  
12439 \family default
12440
12441 \backslash
12442 centering
12443 \series default
12444  hinzugefügt.
12445  Das Ganze sieht dann so aus:
12446 \end_layout
12447
12448 \begin_layout Standard
12449
12450 \series bold
12451 |>{
12452 \backslash
12453 centering}m{1.25cm-6.2pt}
12454 \end_layout
12455
12456 \begin_layout Standard
12457 Der vertikale Strich 
12458 \series bold
12459
12460 \begin_inset Quotes gld
12461 \end_inset
12462
12463 |
12464 \series default
12465
12466 \begin_inset Quotes grd
12467 \end_inset
12468
12469  am Anfang zeichnet die linke Linie, und der Befehl 
12470 \series bold
12471
12472 \begin_inset Quotes gld
12473 \end_inset
12474
12475 >{ }
12476 \begin_inset Quotes grd
12477 \end_inset
12478
12479
12480 \series default
12481  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12482  der Zelle benutzt werden sollen.
12483 \end_layout
12484
12485 \begin_layout Standard
12486 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12487  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12488  für einzelne Spalten anwendet.
12489  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12490  werden:
12491 \end_layout
12492
12493 \begin_layout Standard
12494
12495 \series bold
12496 |>{
12497 \backslash
12498 centering}m{2.5cm}|
12499 \end_layout
12500
12501 \begin_layout Subsection
12502 Mehrfachzeilen
12503 \begin_inset CommandInset label
12504 LatexCommand label
12505 name "uab:Mehrfachzeilen"
12506
12507 \end_inset
12508
12509
12510 \begin_inset Index idx
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514 Mehrfachzeilen
12515 \end_layout
12516
12517 \end_inset
12518
12519
12520 \begin_inset Index idx
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524 Tabellen ! Mehrfachzeilen
12525 \end_layout
12526
12527 \end_inset
12528
12529
12530 \end_layout
12531
12532 \begin_layout Standard
12533 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12534  und verwenden dann den Knopf 
12535 \begin_inset Info
12536 type  "icon"
12537 arg   "inset-modify tabular multirow"
12538 \end_inset
12539
12540  in der Werkzeugleiste, das Menü 
12541 \family sans
12542 Bearbeiten\SpecialChar \menuseparator
12543 Tabelle\SpecialChar \menuseparator
12544 Mehrfachzeile
12545 \family default
12546 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12547  
12548 \family sans
12549 Mehrfachzeile
12550 \family default
12551 .
12552 \end_layout
12553
12554 \begin_layout Standard
12555 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12556 \end_layout
12557
12558 \begin_layout Standard
12559 \align center
12560 \begin_inset Tabular
12561 <lyxtabular version="3" rows="3" columns="3">
12562 <features rotate="0" tabularvalignment="middle">
12563 <column alignment="center" valignment="top" width="0pt">
12564 <column alignment="center" valignment="top">
12565 <column alignment="center" valignment="top">
12566 <row>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 ein langer Eintrag
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 b
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 c
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 <row>
12596 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 Mehrfachzeile
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 e
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 f
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 </row>
12624 <row>
12625 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 h
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 i
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 </row>
12653 </lyxtabular>
12654
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \begin_layout Standard
12661 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12662  Spalte festgelegt.
12663  Der 
12664 \family sans
12665 Vertikale Versatz
12666 \family default
12667  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12668  positiv/negativ ist.
12669 \end_layout
12670
12671 \begin_layout Standard
12672 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12673  die Mehrfachzeile die Ausrichtung der Spalte.
12674  Ansonsten ist sie standardmäßig links ausgerichtet.
12675  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12676 \series bold
12677
12678 \backslash
12679 multirowsetup
12680 \series default
12681  mit dem Befehl
12682 \end_layout
12683
12684 \begin_layout Standard
12685
12686 \series bold
12687
12688 \backslash
12689 renewcommand{
12690 \backslash
12691 multirowsetup}{
12692 \backslash
12693 centering}
12694 \end_layout
12695
12696 \begin_layout Standard
12697 im LaTeX-Vorspann.
12698  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12699  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12700  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12701  erneuert werden.
12702  Für rechtsbündigen Text ersetzt man 
12703 \series bold
12704
12705 \backslash
12706 centering
12707 \series default
12708  durch 
12709 \series bold
12710
12711 \backslash
12712 raggedleft
12713 \series default
12714 .
12715  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12716 \series bold
12717
12718 \backslash
12719 raggedright
12720 \series default
12721  verwendet.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12726  die -4
12727 \begin_inset space \thinspace{}
12728 \end_inset
12729
12730 mm vertikalen Versatz hat und sich in einer 3
12731 \begin_inset space \thinspace{}
12732 \end_inset
12733
12734 cm breiten Spalte befindet:
12735 \end_layout
12736
12737 \begin_layout Standard
12738 \noindent
12739 \align center
12740 \begin_inset ERT
12741 status collapsed
12742
12743 \begin_layout Plain Layout
12744
12745
12746 \backslash
12747 renewcommand{
12748 \backslash
12749 multirowsetup}{
12750 \backslash
12751 raggedleft}
12752 \end_layout
12753
12754 \end_inset
12755
12756
12757 \begin_inset Tabular
12758 <lyxtabular version="3" rows="4" columns="3">
12759 <features rotate="0" tabularvalignment="middle">
12760 <column alignment="center" valignment="top" width="3cm">
12761 <column alignment="center" valignment="top">
12762 <column alignment="center" valignment="top">
12763 <row>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 ein langer Eintrag
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 b
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 c
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 </row>
12792 <row>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 t
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 n
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 m
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 </row>
12821 <row>
12822 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 Mehrfachzeile
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 e
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 f
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 </row>
12850 <row>
12851 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 h
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 i
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 </row>
12879 </lyxtabular>
12880
12881 \end_inset
12882
12883
12884 \begin_inset ERT
12885 status collapsed
12886
12887 \begin_layout Plain Layout
12888
12889
12890 \backslash
12891 renewcommand{
12892 \backslash
12893 multirowsetup}{
12894 \backslash
12895 raggedright}
12896 \end_layout
12897
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \begin_layout Standard
12904 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12905  (Tastenkürzel 
12906 \family sans
12907 Strg+Enter
12908 \family default
12909 ) verwenden.
12910  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12911 \end_layout
12912
12913 \begin_layout Standard
12914 \noindent
12915 \align center
12916 \begin_inset Tabular
12917 <lyxtabular version="3" rows="3" columns="2">
12918 <features rotate="0" tabularvalignment="middle">
12919 <column alignment="left" valignment="middle" width="2cm">
12920 <column alignment="center" valignment="top">
12921 <row>
12922 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 aaa
12927 \begin_inset Newline newline
12928 \end_inset
12929
12930 aaa
12931 \begin_inset Newline newline
12932 \end_inset
12933
12934 falsche Zelle
12935 \end_layout
12936
12937 \end_inset
12938 </cell>
12939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 ccc
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 </row>
12949 <row>
12950 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 ddd
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 </row>
12969 <row>
12970 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12971 \begin_inset Text
12972
12973 \begin_layout Plain Layout
12974 bbb
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 eee
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 </row>
12989 </lyxtabular>
12990
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12998 \end_layout
12999
13000 \begin_layout Subsection
13001 Zellen mit diagonalen Linien
13002 \end_layout
13003
13004 \begin_layout Standard
13005 Um dem Leser mitzuteilen, was die Spalten und Zeilenüberschriften in einer
13006  Tabelle bedeuten, ist es hilfreich, die erste Zelle der Tabelle mit einer
13007  oder zwei diagonalen Linien zu teilen.
13008  Dies kann erreicht werden, indem man das LaTeX-Paket 
13009 \series bold
13010 diagbox
13011 \series default
13012
13013 \begin_inset Index idx
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017 LaTeX-Pakete ! diagbox
13018 \end_layout
13019
13020 \end_inset
13021
13022  im LaTeX-Vorspann lädt.
13023  Das Paket stellt den Befehl 
13024 \series bold
13025
13026 \backslash
13027 diagbox
13028 \series default
13029  zur Verfügung, der als TeX-Code eingefügt wird und 2 oder 3
13030 \begin_inset space ~
13031 \end_inset
13032
13033 Argumente hat:
13034 \end_layout
13035
13036 \begin_layout Standard
13037
13038 \series bold
13039
13040 \backslash
13041 diagbox[Optionen]{links unten}{rechts oben}
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 diagbox[Optionen]{links unten}{links oben}{rechts oben}
13050 \end_layout
13051
13052 \begin_layout Standard
13053 Das erste Schema teilt die Zelle mit einer einzigen diagonalen Linie und
13054  die Argumente werden unter und über diese Linie platziert.
13055  Das zweite Schema teilt die Zelle mit 2
13056 \begin_inset space ~
13057 \end_inset
13058
13059 Linien.
13060 \end_layout
13061
13062 \begin_layout Standard
13063 \begin_inset ERT
13064 status collapsed
13065
13066 \begin_layout Plain Layout
13067
13068
13069 \backslash
13070 ifdiagbox
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \begin_inset Note Note
13077 status open
13078
13079 \begin_layout Plain Layout
13080 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
13081 \series bold
13082 diagbox
13083 \series default
13084  installiert ist.
13085 \end_layout
13086
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \begin_layout Standard
13093 Hier ist eine Beispieltabelle in der 
13094 \series bold
13095
13096 \backslash
13097 diagbox 
13098 \series default
13099 im 2-Argument Schema in der ersten Zelle verwendet wird:
13100 \begin_inset VSpace medskip
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 \noindent
13108 \begin_inset Tabular
13109 <lyxtabular version="3" rows="4" columns="4">
13110 <features rotate="0" tabularvalignment="middle">
13111 <column alignment="center" valignment="top">
13112 <column alignment="center" valignment="top">
13113 <column alignment="center" valignment="top">
13114 <column alignment="center" valignment="top">
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 \begin_inset ERT
13121 status collapsed
13122
13123 \begin_layout Plain Layout
13124
13125
13126 \backslash
13127 diagbox{
13128 \end_layout
13129
13130 \end_inset
13131
13132 Name
13133 \begin_inset ERT
13134 status collapsed
13135
13136 \begin_layout Plain Layout
13137
13138 }{
13139 \end_layout
13140
13141 \end_inset
13142
13143 Parameter
13144 \begin_inset ERT
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148
13149 }
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \end_layout
13156
13157 \end_inset
13158 </cell>
13159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13160 \begin_inset Text
13161
13162 \begin_layout Plain Layout
13163 Dicke in nm
13164 \end_layout
13165
13166 \end_inset
13167 </cell>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 Transparenz in %
13173 \end_layout
13174
13175 \end_inset
13176 </cell>
13177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 Härte in MPa
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 </row>
13187 <row>
13188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 Perfekt Grün
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 45
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 80
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 504
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 </row>
13225 <row>
13226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Dunkel Multi-P
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 60
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 72
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 982
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 </row>
13263 <row>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 Kristallklar Pro
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 18
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 86
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 374
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 </row>
13301 </lyxtabular>
13302
13303 \end_inset
13304
13305
13306 \begin_inset VSpace medskip
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 \begin_inset Newpage newpage
13314 \end_inset
13315
13316
13317 \end_layout
13318
13319 \begin_layout Standard
13320 Das 3-Argument Schema ist z.
13321 \begin_inset space \thinspace{}
13322 \end_inset
13323
13324 B: für Kreuztabellen von Sportligen oder Entfernungen nützlich:
13325 \end_layout
13326
13327 \begin_layout Standard
13328 \noindent
13329 \align center
13330 \begin_inset Tabular
13331 <lyxtabular version="3" rows="4" columns="4">
13332 <features rotate="0" tabularvalignment="middle">
13333 <column alignment="center" valignment="top" width="0pt">
13334 <column alignment="center" valignment="top">
13335 <column alignment="center" valignment="top">
13336 <column alignment="center" valignment="top">
13337 <row>
13338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 \begin_inset ERT
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346
13347
13348 \backslash
13349 diagbox{
13350 \end_layout
13351
13352 \end_inset
13353
13354 Heim
13355 \begin_inset ERT
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359
13360 }{
13361 \end_layout
13362
13363 \end_inset
13364
13365 Ergebnis
13366 \begin_inset ERT
13367 status collapsed
13368
13369 \begin_layout Plain Layout
13370
13371 }{
13372 \end_layout
13373
13374 \end_inset
13375
13376 Auswärts
13377 \begin_inset ERT
13378 status collapsed
13379
13380 \begin_layout Plain Layout
13381
13382 }
13383 \end_layout
13384
13385 \end_inset
13386
13387
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 Tiger
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 Panther
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 Falken
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 </row>
13420 <row>
13421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 Tiger
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 ---
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 1:3
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 0:1
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 </row>
13458 <row>
13459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Panther
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 3:1
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 ---
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 0:0
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 </row>
13496 <row>
13497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 Falken
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 1:0
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 0:0
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 ---
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 </lyxtabular>
13535
13536 \end_inset
13537
13538
13539 \end_layout
13540
13541 \begin_layout Standard
13542 Für größere Kreuztabellen möchte man vielleicht geteilte Zellen in 2 oder
13543  jeder Ecke der Tabelle verwenden, wie in diesem Beispiel:
13544 \end_layout
13545
13546 \begin_layout Standard
13547 \noindent
13548 \align center
13549 \begin_inset Tabular
13550 <lyxtabular version="3" rows="5" columns="5">
13551 <features rotate="0" tabularvalignment="middle">
13552 <column alignment="center" valignment="top" width="0pt">
13553 <column alignment="center" valignment="top">
13554 <column alignment="center" valignment="top">
13555 <column alignment="center" valignment="top">
13556 <column alignment="center" valignment="top">
13557 <row>
13558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 \begin_inset ERT
13563 status open
13564
13565 \begin_layout Plain Layout
13566
13567
13568 \backslash
13569 diagbox{
13570 \end_layout
13571
13572 \end_inset
13573
13574 Heim
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580 }{
13581 \end_layout
13582
13583 \end_inset
13584
13585 Ergebnis
13586 \begin_inset ERT
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 }{
13592 \end_layout
13593
13594 \end_inset
13595
13596 Auswärts
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602 }
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \end_inset
13611 </cell>
13612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 Tiger
13617 \end_layout
13618
13619 \end_inset
13620 </cell>
13621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13622 \begin_inset Text
13623
13624 \begin_layout Plain Layout
13625 Panther
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 Falken
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 \begin_inset ERT
13644 status open
13645
13646 \begin_layout Plain Layout
13647
13648
13649 \backslash
13650 diagbox[dir=NE]{
13651 \end_layout
13652
13653 \end_inset
13654
13655 Heim
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661 }{
13662 \end_layout
13663
13664 \end_inset
13665
13666 Ergebnis
13667 \begin_inset ERT
13668 status collapsed
13669
13670 \begin_layout Plain Layout
13671
13672 }{
13673 \end_layout
13674
13675 \end_inset
13676
13677 Auswärts
13678 \begin_inset ERT
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682
13683 }
13684 \end_layout
13685
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 Tiger
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 ---
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 1:3
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 0:1
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 Tiger
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 </row>
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 Panther
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 3:1
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 ---
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 0:0
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 Panther
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 </row>
13788 <row>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 Falken
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 1:0
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 0:0
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 ---
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 Falken
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 <row>
13836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 \begin_inset ERT
13841 status open
13842
13843 \begin_layout Plain Layout
13844
13845
13846 \backslash
13847 diagbox[dir=SW]{
13848 \end_layout
13849
13850 \end_inset
13851
13852 Heim
13853 \begin_inset ERT
13854 status collapsed
13855
13856 \begin_layout Plain Layout
13857
13858 }{
13859 \end_layout
13860
13861 \end_inset
13862
13863 Ergebnis
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869 }{
13870 \end_layout
13871
13872 \end_inset
13873
13874 Auswärts
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880 }
13881 \end_layout
13882
13883 \end_inset
13884
13885
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 Tiger
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 Panther
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 Falken
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 \begin_inset ERT
13922 status open
13923
13924 \begin_layout Plain Layout
13925
13926
13927 \backslash
13928 diagbox[dir=SE]{
13929 \end_layout
13930
13931 \end_inset
13932
13933 Heim
13934 \begin_inset ERT
13935 status collapsed
13936
13937 \begin_layout Plain Layout
13938
13939 }{
13940 \end_layout
13941
13942 \end_inset
13943
13944 Ergebnis
13945 \begin_inset ERT
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949
13950 }{
13951 \end_layout
13952
13953 \end_inset
13954
13955 Auswärts
13956 \begin_inset ERT
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960
13961 }
13962 \end_layout
13963
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 </lyxtabular>
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980 Um die diagonalen Linien zu drehen, wird die Befehlsoption 
13981 \series bold
13982 dir=Richtung
13983 \series default
13984  verwendet.
13985  
13986 \emph on
13987 Richtung
13988 \emph default
13989  ist entweder 
13990 \series bold
13991 NE
13992 \series default
13993
13994 \series bold
13995 DE
13996 \series default
13997
13998 \series bold
13999 SW
14000 \series default
14001  oder 
14002 \series bold
14003 NW
14004 \series default
14005  und stellt eine Himmelsrichtung dar.
14006  
14007 \series bold
14008 SW
14009 \series default
14010  ist z.
14011 \begin_inset space \thinspace{}
14012 \end_inset
14013
14014 B.
14015  die Südwestecke.
14016  Daher wird in der unteren, linken Zelle der obigen Tabelle der Befehl
14017 \end_layout
14018
14019 \begin_layout Standard
14020
14021 \series bold
14022
14023 \backslash
14024 diagbox[dir=SW]{Heim}{Ergebnis}{Auswärts}
14025 \end_layout
14026
14027 \begin_layout Standard
14028 verwendet.
14029  Wenn keine Richtung angegeben ist, wird NW verwendet.
14030 \end_layout
14031
14032 \begin_layout Standard
14033 Die benötigte Breite von geteilten Zellen wird automatisch berechnet.
14034  Wenn Sie eine feste Breite für die Spalte setzen, die kleiner als die berechnet
14035 e ist, ragt der Inhalt über die Zelle hinaus:
14036 \end_layout
14037
14038 \begin_layout Standard
14039 \noindent
14040 \align center
14041 \begin_inset Tabular
14042 <lyxtabular version="3" rows="2" columns="2">
14043 <features rotate="0" tabularvalignment="middle">
14044 <column alignment="center" valignment="top" width="3cm">
14045 <column alignment="center" valignment="top">
14046 <row>
14047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056
14057 \backslash
14058 diagbox{
14059 \end_layout
14060
14061 \end_inset
14062
14063 Name
14064 \begin_inset ERT
14065 status collapsed
14066
14067 \begin_layout Plain Layout
14068
14069 }{
14070 \end_layout
14071
14072 \end_inset
14073
14074 Parameter
14075 \begin_inset ERT
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079
14080 }
14081 \end_layout
14082
14083 \end_inset
14084
14085
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14091 \begin_inset Text
14092
14093 \begin_layout Plain Layout
14094 Dicke in nm
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 </row>
14100 <row>
14101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 Perfekt Grün
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 45
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 </lyxtabular>
14121
14122 \end_inset
14123
14124
14125 \end_layout
14126
14127 \begin_layout Standard
14128 Wenn man eine bestimmte Breite für Spalten mit einer geteilten Zelle braucht,
14129  verwendet man die Befehlsoption 
14130 \series bold
14131 width=3cm
14132 \series default
14133  (ersetzen Sie '3cm' durch die benötigte Breite).
14134  In der folgenden Tabelle ist die Breite der ersten Spalte auf 4
14135 \begin_inset space \thinspace{}
14136 \end_inset
14137
14138 cm gesetzt.
14139  Für 
14140 \series bold
14141
14142 \backslash
14143 diagbox
14144 \series default
14145  wird eine Breite von 4
14146 \begin_inset space \thinspace{}
14147 \end_inset
14148
14149 cm + 2
14150 \begin_inset space \thinspace{}
14151 \end_inset
14152
14153
14154 \backslash
14155 tabcolsep benötigt, denn die Gesamtbreite ist die Breite für den Text (in
14156  diesem Fall 4
14157 \begin_inset space \thinspace{}
14158 \end_inset
14159
14160 cm) plus zweimal den Abstand zwischen Text und Zellrand.
14161  Die Berechnung der Breite kann nicht in der Befehlsoption von 
14162 \series bold
14163
14164 \backslash
14165 diagbox
14166 \series default
14167  durchgeführt werden, so dass man eine neue Länge erstellen muss, die man
14168  später verwenden kann.
14169  Dies wird mit den TeX-Code Befehlen
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 newlength{
14178 \backslash
14179 diagtest}
14180 \begin_inset Newline newline
14181 \end_inset
14182
14183
14184 \backslash
14185 setlength{
14186 \backslash
14187 diagtest}{4cm+2
14188 \backslash
14189 tabcolsep}
14190 \end_layout
14191
14192 \begin_layout Standard
14193 erreicht.
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset ERT
14198 status collapsed
14199
14200 \begin_layout Plain Layout
14201
14202
14203 \backslash
14204 newlength{
14205 \backslash
14206 diagtest}
14207 \end_layout
14208
14209 \begin_layout Plain Layout
14210
14211
14212 \backslash
14213 setlength{
14214 \backslash
14215 diagtest}{4cm+2
14216 \backslash
14217 tabcolsep}
14218 \end_layout
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \begin_layout Standard
14226 Um Berechnungen in LaTeX zu aktivieren, muss das Paket 
14227 \series bold
14228 calc
14229 \series default
14230
14231 \begin_inset Index idx
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 LaTeX-Pakete ! calc
14236 \end_layout
14237
14238 \end_inset
14239
14240  im LaTeX-Vorspann geladen werden.
14241 \end_layout
14242
14243 \begin_layout Standard
14244 In der Tabelle kann man nun den Befehl
14245 \end_layout
14246
14247 \begin_layout Standard
14248
14249 \series bold
14250
14251 \backslash
14252 diagbox[width=
14253 \backslash
14254 diagtest]{A}{B}
14255 \end_layout
14256
14257 \begin_layout Standard
14258 in der ersten Zelle verwenden:
14259 \end_layout
14260
14261 \begin_layout Standard
14262 \noindent
14263 \align center
14264 \begin_inset Tabular
14265 <lyxtabular version="3" rows="2" columns="2">
14266 <features rotate="0" tabularvalignment="middle">
14267 <column alignment="center" valignment="top" width="4cm">
14268 <column alignment="center" valignment="top">
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 \begin_inset ERT
14275 status open
14276
14277 \begin_layout Plain Layout
14278
14279
14280 \backslash
14281 diagbox[width=
14282 \backslash
14283 diagtest]{
14284 \end_layout
14285
14286 \end_inset
14287
14288 A
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294 }{
14295 \end_layout
14296
14297 \end_inset
14298
14299 B
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305 }
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 Dicke in nm
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 <row>
14326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 Perfekt Grün
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 45
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 </lyxtabular>
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \begin_layout Standard
14353 Man beachte, dass die geteilte Zelle die breiteste Zelle in der Spalte sein
14354  muss.
14355  Ansonsten kann die Länge der diagonalen Linie nicht richtig berechnet werden,
14356  wie in in dieser Tabelle:
14357 \end_layout
14358
14359 \begin_layout Standard
14360 \noindent
14361 \align center
14362 \begin_inset Tabular
14363 <lyxtabular version="3" rows="2" columns="2">
14364 <features rotate="0" tabularvalignment="middle">
14365 <column alignment="center" valignment="top" width="0pt">
14366 <column alignment="center" valignment="top">
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377
14378 \backslash
14379 diagbox{
14380 \end_layout
14381
14382 \end_inset
14383
14384 A
14385 \begin_inset ERT
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389
14390 }{
14391 \end_layout
14392
14393 \end_inset
14394
14395 B
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401 }
14402 \end_layout
14403
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 Dicke in nm
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 Perfekt Grün
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 45
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 </row>
14441 </lyxtabular>
14442
14443 \end_inset
14444
14445
14446 \end_layout
14447
14448 \begin_layout Standard
14449 Verwenden Sie in diesem Fall die Option 
14450 \series bold
14451 width
14452 \series default
14453  des Befehls 
14454 \series bold
14455
14456 \backslash
14457 diagbox
14458 \series default
14459 .
14460  Es ist dabei nicht notwendig, 2
14461 \backslash
14462 tabcolsep hinzu zu addieren, da die Zellbreite nun die Breite der Spalte
14463  ist.
14464  In dieser Tabelle wird eine Breite von 3
14465 \begin_inset space \thinspace{}
14466 \end_inset
14467
14468 cm verwendet:
14469 \end_layout
14470
14471 \begin_layout Standard
14472 \noindent
14473 \align center
14474 \begin_inset Tabular
14475 <lyxtabular version="3" rows="2" columns="2">
14476 <features rotate="0" tabularvalignment="middle">
14477 <column alignment="center" valignment="top" width="0pt">
14478 <column alignment="center" valignment="top">
14479 <row>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 \begin_inset ERT
14485 status open
14486
14487 \begin_layout Plain Layout
14488
14489
14490 \backslash
14491 diagbox[width=3cm]{
14492 \end_layout
14493
14494 \end_inset
14495
14496 A
14497 \begin_inset ERT
14498 status collapsed
14499
14500 \begin_layout Plain Layout
14501
14502 }{
14503 \end_layout
14504
14505 \end_inset
14506
14507 B
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }
14514 \end_layout
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 Dicke in nm
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 </row>
14533 <row>
14534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 Perfekt Grün
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 45
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 </lyxtabular>
14554
14555 \end_inset
14556
14557
14558 \end_layout
14559
14560 \begin_layout Standard
14561 Für mehrere Textzeilen in geteilten Zellen braucht man mehr Höhe um den
14562  Text in der Zelle unterzubringen.
14563  Dies wird mit der 
14564 \series bold
14565
14566 \backslash
14567 diagbox
14568 \series default
14569 -Option 
14570 \series bold
14571 height=3cm
14572 \series default
14573  erreicht (ersetzen Sie '3cm' durch die benötigte Höhe).
14574  In der folgenden Tabelle wird der Befehl
14575 \end_layout
14576
14577 \begin_layout Standard
14578
14579 \series bold
14580
14581 \backslash
14582 diagbox[width=3cm,height=1.4cm]{A
14583 \backslash
14584
14585 \backslash
14586 B}{C
14587 \backslash
14588
14589 \backslash
14590 D}
14591 \end_layout
14592
14593 \begin_layout Standard
14594 in der ersten Zelle verwendet.
14595  Der Befehl 
14596 \series bold
14597
14598 \backslash
14599
14600 \backslash
14601
14602 \series default
14603  erzeugt hierbei den Zeilenumbruch.
14604 \begin_inset Foot
14605 status collapsed
14606
14607 \begin_layout Plain Layout
14608 Zeilen mit 
14609 \family sans
14610 Strg+Enter
14611 \family default
14612  umzubrechen ist nur möglich, wenn die Spalte eine feste Breite hat.
14613 \end_layout
14614
14615 \end_inset
14616
14617
14618 \end_layout
14619
14620 \begin_layout Standard
14621 \noindent
14622 \align center
14623 \begin_inset Tabular
14624 <lyxtabular version="3" rows="2" columns="2">
14625 <features rotate="0" tabularvalignment="middle">
14626 <column alignment="center" valignment="top">
14627 <column alignment="center" valignment="top">
14628 <row>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633 \begin_inset ERT
14634 status open
14635
14636 \begin_layout Plain Layout
14637
14638
14639 \backslash
14640 diagbox[width=3cm,height=1.4cm]{
14641 \end_layout
14642
14643 \end_inset
14644
14645 A
14646 \begin_inset ERT
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651
14652 \backslash
14653
14654 \backslash
14655
14656 \end_layout
14657
14658 \end_inset
14659
14660 B
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666 }{
14667 \end_layout
14668
14669 \end_inset
14670
14671 C
14672 \begin_inset ERT
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676
14677
14678 \backslash
14679
14680 \backslash
14681
14682 \end_layout
14683
14684 \end_inset
14685
14686 D
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692 }
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 Dicke in nm
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 Perfekt Grün
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 45
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 </row>
14732 </lyxtabular>
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \begin_layout Standard
14740 \begin_inset ERT
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744
14745
14746 \backslash
14747 else
14748 \end_layout
14749
14750 \end_inset
14751
14752
14753 \begin_inset Note Note
14754 status open
14755
14756 \begin_layout Plain Layout
14757 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
14758 \series bold
14759 diagbox
14760 \series default
14761  nicht installiert ist:
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Sie müssen das LaTeX-Paket 
14771 \series bold
14772 diagbox
14773 \series default
14774  installiert haben um den Inhalt dieses Abschnitts zu sehen.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 \begin_inset ERT
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782
14783
14784 \backslash
14785 fi
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \begin_layout Standard
14794 Für mehr Informationen über das LaTeX-Paket 
14795 \series bold
14796 diagbox
14797 \series default
14798 , siehe dessen Dokumentation, 
14799 \begin_inset CommandInset citation
14800 LatexCommand cite
14801 key "diagbox"
14802
14803 \end_inset
14804
14805 .
14806 \end_layout
14807
14808 \begin_layout Section
14809 Formale Tabellen
14810 \begin_inset CommandInset label
14811 LatexCommand label
14812 name "abs:Formale-Tabellen"
14813
14814 \end_inset
14815
14816
14817 \begin_inset Index idx
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Tabellen ! Formale
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Standard
14830 Tabellen werden in Büchern oft wie Tabelle
14831 \begin_inset space ~
14832 \end_inset
14833
14834
14835 \begin_inset CommandInset ref
14836 LatexCommand ref
14837 reference "tab:Formale-Tabelle"
14838
14839 \end_inset
14840
14841  gesetzt.
14842  Diese Tabellen werden
14843 \emph on
14844  formal
14845 \emph default
14846  genannt.
14847  Formale Tabellen bekommen Sie, wenn Sie im 
14848 \family sans
14849 Tabellen-Einstellungen
14850 \family default
14851 -Dialog auf der Karteikarte 
14852 \family sans
14853 Rahmen
14854 \family default
14855  den 
14856 \family sans
14857 Stil
14858 \family default
14859  
14860 \family sans
14861 Formal
14862 \family default
14863  ankreuzen.
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset Float table
14868 placement h
14869 wide false
14870 sideways false
14871 status open
14872
14873 \begin_layout Plain Layout
14874 \begin_inset Caption Standard
14875
14876 \begin_layout Plain Layout
14877 \begin_inset CommandInset label
14878 LatexCommand label
14879 name "tab:Formale-Tabelle"
14880
14881 \end_inset
14882
14883 Formale Tabelle
14884 \end_layout
14885
14886 \end_inset
14887
14888
14889 \end_layout
14890
14891 \begin_layout Plain Layout
14892 \align center
14893 \begin_inset Tabular
14894 <lyxtabular version="3" rows="8" columns="4">
14895 <features rotate="0" booktabs="true" tabularvalignment="middle">
14896 <column alignment="center" valignment="top">
14897 <column alignment="right" valignment="top">
14898 <column alignment="right" valignment="top">
14899 <column alignment="right" valignment="top">
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 System
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 Chip
14915 \begin_inset space \thinspace{}
14916 \end_inset
14917
14918 1
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 Chip
14928 \begin_inset space \thinspace{}
14929 \end_inset
14930
14931 2
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 <row>
14947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 \begin_inset ERT
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955
14956
14957 \backslash
14958 cmidrule(r){2-2}
14959 \end_layout
14960
14961 \end_inset
14962
14963
14964 \begin_inset ERT
14965 status collapsed
14966
14967 \begin_layout Plain Layout
14968
14969
14970 \backslash
14971 cmidrule(l){3-4}
14972 \end_layout
14973
14974 \end_inset
14975
14976 Detektordicke in µm
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 300
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 300
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 700
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 <row>
15010 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 Kantenwinkel in °
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 <cell alignment="center" valignment="top" topline="true" usebox="none">
15020 \begin_inset Text
15021
15022 \begin_layout Plain Layout
15023 3.55
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell alignment="center" valignment="top" topline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 2.71
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell alignment="center" valignment="top" topline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 7.99
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row topspace="default">
15048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052 räumliche Auf\SpecialChar \textcompwordmark{}
15053 lösung in µm
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 4.26
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 10.17
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 10.56
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 </row>
15086 <row topspace="default">
15087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091 MTF bei 
15092 \begin_inset Formula $f_{\mathrm{max}}$
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 0.53
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 0.37
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122 0.39
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row topspace="default">
15129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset ERT
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137
15138
15139 \backslash
15140 cmidrule(l{10pt}){1-1}
15141 \end_layout
15142
15143 \end_inset
15144
15145 LSF räumliche Auf\SpecialChar \textcompwordmark{}
15146 lösung
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 in µm
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 129.7
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 52.75
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 <cell alignment="center" valignment="top" usebox="none">
15208 \begin_inset Text
15209
15210 \begin_layout Plain Layout
15211 50.78
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222 in % der Pixelgröße
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231 76.3
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 95.9
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 92.3
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 </lyxtabular>
15256
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \end_inset
15263
15264
15265 \end_layout
15266
15267 \begin_layout Standard
15268 Abstände zu Tabellenzeilen können auf der Karteikarte 
15269 \family sans
15270 Rahmen
15271 \family default
15272  des 
15273 \family sans
15274 Tabellen-Ein\SpecialChar \-
15275 stel\SpecialChar \-
15276 lun\SpecialChar \-
15277 gen
15278 \family default
15279 -Dialogs hinzugefügt werden, wie in Abschnitt
15280 \begin_inset space ~
15281 \end_inset
15282
15283
15284 \begin_inset CommandInset ref
15285 LatexCommand ref
15286 reference "uab:Zeilenabstand"
15287
15288 \end_inset
15289
15290  beschrieben.
15291 \end_layout
15292
15293 \begin_layout Standard
15294 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
15295  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
15296  gedruckt aber anders aus.
15297  Die erste und letzte Linie ist 0.08
15298 \begin_inset space \thinspace{}
15299 \end_inset
15300
15301 em dick, während die anderen 0.05
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 em dick sind.
15306 \end_layout
15307
15308 \begin_layout Standard
15309 Die Standarddicken können im LaTeX-Vorspann geändert werden:
15310 \end_layout
15311
15312 \begin_layout Standard
15313
15314 \series bold
15315
15316 \backslash
15317 let
15318 \backslash
15319 mytoprule
15320 \backslash
15321 toprule
15322 \begin_inset Newline newline
15323 \end_inset
15324
15325
15326 \backslash
15327 renewcommand{
15328 \backslash
15329 toprule}{
15330 \backslash
15331 mytoprule[Breite]}
15332 \end_layout
15333
15334 \begin_layout Standard
15335 Dies Beispiel gilt für die oberste Linie, genannt 
15336 \series bold
15337 toprule
15338 \series default
15339 .
15340  Für die letzte müssen Sie 
15341 \series bold
15342 toprule
15343 \series default
15344  durch 
15345 \series bold
15346 bottomrule
15347 \series default
15348  ersetzen.
15349  Die Linien dazwischen heißen 
15350 \series bold
15351 midrule
15352 \series default
15353 .
15354  Für 
15355 \family sans
15356 Breite
15357 \family default
15358  können Sie alle Einheiten benutzen, die in Anhang
15359 \begin_inset space ~
15360 \end_inset
15361
15362
15363 \begin_inset CommandInset ref
15364 LatexCommand ref
15365 reference "kap:In-LyX-verfügbare"
15366
15367 \end_inset
15368
15369  aufgelistet sind.
15370 \end_layout
15371
15372 \begin_layout Standard
15373 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
15374  eine Linie unter einer Mehrfachspalte.
15375  LyX wird intern den Befehl 
15376 \series bold
15377
15378 \backslash
15379 cmidrule
15380 \series default
15381  benutzen, um diese Linie zu drucken.
15382  Der ganze Befehl sieht so aus:
15383 \end_layout
15384
15385 \begin_layout Standard
15386
15387 \series bold
15388
15389 \backslash
15390 cmidrule[width](trim){Anfangsspalte-Endspalte}
15391 \end_layout
15392
15393 \begin_layout Standard
15394 Die 
15395 \series bold
15396
15397 \backslash
15398 cmidrule
15399 \series default
15400 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
15401  benutzen.
15402  
15403 \series bold
15404
15405 \backslash
15406 cmidrule
15407 \series default
15408  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
15409  erste Zelle einer Zeile einfügt.
15410  Die Linie wird dann über der Zeile gedruckt.
15411 \end_layout
15412
15413 \begin_layout Standard
15414 Der Standardwert ist 0.03
15415 \begin_inset space \thinspace{}
15416 \end_inset
15417
15418 em.
15419  Die Linie reicht von 
15420 \family typewriter
15421 Anfangsspalte
15422 \family default
15423  bis 
15424 \family typewriter
15425 End\SpecialChar \-
15426 spal\SpecialChar \-
15427 te
15428 \family default
15429 .
15430  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15431   Der optionale Parameter 
15432 \family typewriter
15433 trim
15434 \family default
15435  kann die Werte 
15436 \emph on
15437 r
15438 \emph default
15439
15440 \emph on
15441 r{Breite}
15442 \emph default
15443
15444 \emph on
15445 l
15446 \family typewriter
15447 \emph default
15448  
15449 \family default
15450 oder 
15451 \emph on
15452 l{Breite}
15453 \emph default
15454  annehmen, wobei die 
15455 \family sans
15456 Breite
15457 \family default
15458  optional ist.
15459  
15460 \emph on
15461 l{2pt}
15462 \emph default
15463  zum Beispiel bedeutet, dass die Linie links um 2
15464 \begin_inset space \thinspace{}
15465 \end_inset
15466
15467 pt gekürzt wird.
15468  Ohne Breitenangabe werden die Linien um 0.5
15469 \begin_inset space \thinspace{}
15470 \end_inset
15471
15472 em gekürzt.
15473 \end_layout
15474
15475 \begin_layout Standard
15476 \begin_inset VSpace bigskip
15477 \end_inset
15478
15479 In Tabelle
15480 \begin_inset space ~
15481 \end_inset
15482
15483
15484 \begin_inset CommandInset ref
15485 LatexCommand ref
15486 reference "tab:Formale-Tabelle"
15487
15488 \end_inset
15489
15490  wurden die Befehle
15491 \end_layout
15492
15493 \begin_layout Standard
15494
15495 \series bold
15496
15497 \backslash
15498 cmidrule(r){2-2}
15499 \backslash
15500 cmidrule(l){3-4}
15501 \end_layout
15502
15503 \begin_layout Standard
15504 am Anfang der zweiten Zeile und
15505 \end_layout
15506
15507 \begin_layout Standard
15508
15509 \series bold
15510
15511 \backslash
15512 cmidrule(l{10pt}){1-1}
15513 \end_layout
15514
15515 \begin_layout Standard
15516 in der sechsten benutzt.
15517 \end_layout
15518
15519 \begin_layout Standard
15520 \begin_inset VSpace bigskip
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 Sie können mit 
15528 \series bold
15529
15530 \backslash
15531 cmidrule
15532 \series default
15533  auch überlappende Linien wie in Tabelle
15534 \begin_inset space ~
15535 \end_inset
15536
15537
15538 \begin_inset CommandInset ref
15539 LatexCommand ref
15540 reference "tab:Special-booktabs-table"
15541
15542 \end_inset
15543
15544  definieren.
15545  Der Befehl ist:
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 morecmidrules
15554 \end_layout
15555
15556 \begin_layout Standard
15557 In Zeile zwei der Tabelle
15558 \begin_inset space ~
15559 \end_inset
15560
15561
15562 \begin_inset CommandInset ref
15563 LatexCommand ref
15564 reference "tab:Special-booktabs-table"
15565
15566 \end_inset
15567
15568  wurde folgender Befehl benutzt:
15569 \end_layout
15570
15571 \begin_layout Standard
15572
15573 \series bold
15574
15575 \backslash
15576 cmidrule(r){2-2}
15577 \backslash
15578 cmidrule(l){3-4}
15579 \backslash
15580 morecmidrules
15581 \begin_inset Newline newline
15582 \end_inset
15583
15584
15585 \backslash
15586 cmidrule{2-4}
15587 \end_layout
15588
15589 \begin_layout Standard
15590 und in Zeile sechs:
15591 \end_layout
15592
15593 \begin_layout Standard
15594
15595 \series bold
15596
15597 \backslash
15598 midrule
15599 \backslash
15600 morecmidrules
15601 \backslash
15602 cmidrule{3-4}
15603 \end_layout
15604
15605 \begin_layout Standard
15606 \begin_inset VSpace bigskip
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15614  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15615 \end_layout
15616
15617 \begin_layout Standard
15618
15619 \series bold
15620
15621 \backslash
15622 specialrule{Dicke}{Abstand davor}{Abstand danach}
15623 \end_layout
15624
15625 \begin_layout Standard
15626 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15627 \series bold
15628 booktabs
15629 \series default
15630  
15631 \begin_inset CommandInset citation
15632 LatexCommand cite
15633 key "booktabs"
15634
15635 \end_inset
15636
15637 .
15638 \begin_inset Index idx
15639 status collapsed
15640
15641 \begin_layout Plain Layout
15642 LaTeX-Pakete ! booktabs
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 \begin_inset Float table
15652 placement h
15653 wide false
15654 sideways false
15655 status open
15656
15657 \begin_layout Plain Layout
15658 \begin_inset Caption Standard
15659
15660 \begin_layout Plain Layout
15661 \begin_inset CommandInset label
15662 LatexCommand label
15663 name "tab:Special-booktabs-table"
15664
15665 \end_inset
15666
15667 Eine spezielle formale Tabelle
15668 \end_layout
15669
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \begin_layout Plain Layout
15676 \align center
15677 \begin_inset Tabular
15678 <lyxtabular version="3" rows="8" columns="4">
15679 <features rotate="0" booktabs="true" tabularvalignment="middle">
15680 <column alignment="center" valignment="top">
15681 <column alignment="center" valignment="top">
15682 <column alignment="right" valignment="top">
15683 <column alignment="right" valignment="top">
15684 <row>
15685 <cell alignment="center" valignment="top" topline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 System
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 Chip
15699 \begin_inset space \thinspace{}
15700 \end_inset
15701
15702 1
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711 Chip
15712 \begin_inset space \thinspace{}
15713 \end_inset
15714
15715 2
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 </row>
15730 <row>
15731 <cell alignment="center" valignment="top" usebox="none">
15732 \begin_inset Text
15733
15734 \begin_layout Plain Layout
15735 \begin_inset ERT
15736 status collapsed
15737
15738 \begin_layout Plain Layout
15739
15740
15741 \backslash
15742 cmidrule(r){2-2}
15743 \end_layout
15744
15745 \end_inset
15746
15747
15748 \begin_inset ERT
15749 status collapsed
15750
15751 \begin_layout Plain Layout
15752
15753
15754 \backslash
15755 cmidrule(l){3-4}
15756 \end_layout
15757
15758 \end_inset
15759
15760
15761 \begin_inset ERT
15762 status collapsed
15763
15764 \begin_layout Plain Layout
15765
15766
15767 \backslash
15768 morecmidrules 
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \begin_inset ERT
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778
15779
15780 \backslash
15781 cmidrule{2-4}
15782 \end_layout
15783
15784 \end_inset
15785
15786 Detektordicke in µm
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 300
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 300
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 700
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 Kantenwinkel in °
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 3,55
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 2,71
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 7,99
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 <row topspace="default">
15858 <cell alignment="center" valignment="top" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 räumliche Auf\SpecialChar \textcompwordmark{}
15863 lösung in µm
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 4,26
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 10,17
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 10,56
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row topspace="default">
15897 <cell alignment="center" valignment="top" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 MTF bei 
15902 \begin_inset Formula $f_{\mathrm{max}}$
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 0,53
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 0,37
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 0,39
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 </row>
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 \begin_inset ERT
15944 status collapsed
15945
15946 \begin_layout Plain Layout
15947
15948
15949 \backslash
15950 morecmidrules 
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \begin_inset ERT
15957 status collapsed
15958
15959 \begin_layout Plain Layout
15960
15961
15962 \backslash
15963 cmidrule{3-4}
15964 \end_layout
15965
15966 \end_inset
15967
15968 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15969 lösung
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" topline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 <cell alignment="center" valignment="top" topline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 </row>
16002 <row>
16003 <cell alignment="center" valignment="top" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 in µm
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 129,7
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 52,75
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034 50,78
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 <row>
16041 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 in % der Pixelgröße
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 76,3
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 95,9
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 92,3
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 </lyxtabular>
16079
16080 \end_inset
16081
16082
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \end_layout
16089
16090 \begin_layout Section
16091 Vertikale Tabellen-Ausrichtung
16092 \begin_inset Index idx
16093 status collapsed
16094
16095 \begin_layout Plain Layout
16096 Tabellen ! Ausrichtung
16097 \end_layout
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \begin_layout Standard
16105 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16106  einer Box sein.
16107  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16108 \begin_inset space ~
16109 \end_inset
16110
16111
16112 \begin_inset CommandInset ref
16113 LatexCommand ref
16114 reference "abs:Box-Dialog"
16115
16116 \end_inset
16117
16118  beschrieben.
16119 \end_layout
16120
16121 \begin_layout Standard
16122 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16123 \begin_inset Foot
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127 Minipages werden in Abschnitt
16128 \begin_inset space ~
16129 \end_inset
16130
16131
16132 \begin_inset CommandInset ref
16133 LatexCommand ref
16134 reference "abs:Minipage"
16135
16136 \end_inset
16137
16138  beschrieben.
16139 \end_layout
16140
16141 \end_inset
16142
16143  mit 15
16144 \begin_inset space \thinspace{}
16145 \end_inset
16146
16147 col%-Breite:
16148 \end_layout
16149
16150 \begin_layout Itemize
16151 Test 
16152 \begin_inset Box Frameless
16153 position "t"
16154 hor_pos "c"
16155 has_inner_box 1
16156 inner_pos "c"
16157 use_parbox 0
16158 use_makebox 0
16159 width "15col%"
16160 special "none"
16161 height "1in"
16162 height_special "totalheight"
16163 status collapsed
16164
16165 \begin_layout Plain Layout
16166 \begin_inset Tabular
16167 <lyxtabular version="3" rows="3" columns="3">
16168 <features rotate="0" tabularvalignment="middle">
16169 <column alignment="center" valignment="top">
16170 <column alignment="center" valignment="top">
16171 <column alignment="center" valignment="top">
16172 <row>
16173 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177 Tabelle 1
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 <row>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 b
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 e
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 h
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 <row>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 c
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 f
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 i
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 </lyxtabular>
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \end_inset
16267
16268  Test 
16269 \begin_inset ERT
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273
16274
16275 \backslash
16276 raisebox{0.85
16277 \backslash
16278 baselineskip}{
16279 \end_layout
16280
16281 \end_inset
16282
16283
16284 \begin_inset Box Frameless
16285 position "t"
16286 hor_pos "c"
16287 has_inner_box 1
16288 inner_pos "c"
16289 use_parbox 0
16290 use_makebox 0
16291 width "15col%"
16292 special "none"
16293 height "1in"
16294 height_special "totalheight"
16295 status collapsed
16296
16297 \begin_layout Plain Layout
16298 \begin_inset Tabular
16299 <lyxtabular version="3" rows="3" columns="3">
16300 <features rotate="0" tabularvalignment="middle">
16301 <column alignment="center" valignment="top">
16302 <column alignment="center" valignment="top">
16303 <column alignment="center" valignment="top">
16304 <row>
16305 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 Tabelle 2
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338 b
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347 e
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 h
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 c
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 f
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 i
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 </lyxtabular>
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399
16400
16401 \begin_inset ERT
16402 status collapsed
16403
16404 \begin_layout Plain Layout
16405
16406 }
16407 \end_layout
16408
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \begin_layout Itemize
16415 Test 
16416 \begin_inset Box Frameless
16417 position "c"
16418 hor_pos "c"
16419 has_inner_box 1
16420 inner_pos "c"
16421 use_parbox 0
16422 use_makebox 0
16423 width "15col%"
16424 special "none"
16425 height "1in"
16426 height_special "totalheight"
16427 status collapsed
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Tabular
16431 <lyxtabular version="3" rows="3" columns="3">
16432 <features rotate="0" tabularvalignment="middle">
16433 <column alignment="center" valignment="top">
16434 <column alignment="center" valignment="top">
16435 <column alignment="center" valignment="top">
16436 <row>
16437 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 Tabelle 3
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470 b
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 e
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 h
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 c
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 f
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 i
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 </row>
16523 </lyxtabular>
16524
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \begin_layout Itemize
16536 Test 
16537 \begin_inset Box Frameless
16538 position "b"
16539 hor_pos "c"
16540 has_inner_box 1
16541 inner_pos "c"
16542 use_parbox 0
16543 use_makebox 0
16544 width "15col%"
16545 special "none"
16546 height "1in"
16547 height_special "totalheight"
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551 \begin_inset Tabular
16552 <lyxtabular version="3" rows="3" columns="3">
16553 <features rotate="0" tabularvalignment="middle">
16554 <column alignment="center" valignment="top">
16555 <column alignment="center" valignment="top">
16556 <column alignment="center" valignment="top">
16557 <row>
16558 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 Tabelle 4
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 b
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 e
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 h
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 c
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 f
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 i
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 </row>
16644 </lyxtabular>
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652
16653 Test 
16654 \begin_inset ERT
16655 status collapsed
16656
16657 \begin_layout Plain Layout
16658
16659
16660 \backslash
16661 raisebox{-0.32
16662 \backslash
16663 baselineskip}{
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \begin_inset Box Frameless
16670 position "b"
16671 hor_pos "c"
16672 has_inner_box 1
16673 inner_pos "c"
16674 use_parbox 0
16675 use_makebox 0
16676 width "15col%"
16677 special "none"
16678 height "1in"
16679 height_special "totalheight"
16680 status collapsed
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Tabular
16684 <lyxtabular version="3" rows="3" columns="3">
16685 <features rotate="0" tabularvalignment="middle">
16686 <column alignment="center" valignment="top">
16687 <column alignment="center" valignment="top">
16688 <column alignment="center" valignment="top">
16689 <row>
16690 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 Tabelle 5
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 </row>
16718 <row>
16719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723 b
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 e
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 h
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 </row>
16747 <row>
16748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 c
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 f
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 i
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 </lyxtabular>
16777
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784
16785
16786 \begin_inset ERT
16787 status collapsed
16788
16789 \begin_layout Plain Layout
16790
16791 }
16792 \end_layout
16793
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \begin_layout Standard
16800 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16801 \begin_inset space \space{}
16802 \end_inset
16803
16804 1 und letzten Zeile von Tabelle
16805 \begin_inset space \space{}
16806 \end_inset
16807
16808 4 bezüglich dem Wort 
16809 \begin_inset Quotes gld
16810 \end_inset
16811
16812 Test
16813 \begin_inset Quotes grd
16814 \end_inset
16815
16816  nicht richtig ausgerichtet.
16817  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16818 \begin_inset Quotes gld
16819 \end_inset
16820
16821 Raisebox
16822 \begin_inset Quotes grd
16823 \end_inset
16824
16825
16826 \begin_inset Foot
16827 status collapsed
16828
16829 \begin_layout Plain Layout
16830 Raiseboxen werden in Abschnitt
16831 \begin_inset space ~
16832 \end_inset
16833
16834
16835 \begin_inset CommandInset ref
16836 LatexCommand ref
16837 reference "uab:Vertikale-Ausrichtung"
16838
16839 \end_inset
16840
16841  beschrieben.
16842 \end_layout
16843
16844 \end_inset
16845
16846  setzen.
16847  In Tabelle
16848 \begin_inset space \space{}
16849 \end_inset
16850
16851 2 wurde der Text mit dem Befehl
16852 \end_layout
16853
16854 \begin_layout Standard
16855
16856 \series bold
16857
16858 \backslash
16859 raisebox{0.85
16860 \backslash
16861 baselineskip}{
16862 \end_layout
16863
16864 \begin_layout Standard
16865 vor der Box ausgerichtet.
16866  Hinter der Box wurde auch noch 
16867 \series bold
16868 }
16869 \series default
16870  als TeX-Code eingefügt, weil der obige Befehl mit 
16871 \series bold
16872 {
16873 \series default
16874  aufhörte.
16875  Für Tabelle
16876 \begin_inset space \space{}
16877 \end_inset
16878
16879 5 wurde der Befehl
16880 \end_layout
16881
16882 \begin_layout Standard
16883
16884 \series bold
16885
16886 \backslash
16887 raisebox{-0.32
16888 \backslash
16889 baselineskip}{
16890 \end_layout
16891
16892 \begin_layout Standard
16893 benutzt.
16894 \end_layout
16895
16896 \begin_layout Standard
16897 \begin_inset Note Greyedout
16898 status open
16899
16900 \begin_layout Plain Layout
16901
16902 \series bold
16903 Bemerkung:
16904 \series default
16905  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16906  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16907  Der Faktor im 
16908 \series bold
16909
16910 \backslash
16911 raisebox
16912 \series default
16913 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16914 \end_layout
16915
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \begin_layout Section
16922 Farbige Tabellen
16923 \begin_inset CommandInset label
16924 LatexCommand label
16925 name "abs:Farbige-Tabellen"
16926
16927 \end_inset
16928
16929
16930 \begin_inset Index idx
16931 status collapsed
16932
16933 \begin_layout Plain Layout
16934 Tabellen ! farbige
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \begin_layout Subsection
16943 Farbige Zellen
16944 \begin_inset Index idx
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948 farbige !  Tabellenzellen
16949 \end_layout
16950
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \begin_layout Standard
16957 \begin_inset Float table
16958 placement h
16959 wide false
16960 sideways false
16961 status open
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Caption Standard
16965
16966 \begin_layout Plain Layout
16967 \begin_inset CommandInset label
16968 LatexCommand label
16969 name "tab:Farbige-Tabelle-ohne"
16970
16971 \end_inset
16972
16973 Farbige Tabelle, ohne Paket 
16974 \series bold
16975 colortbl
16976 \series default
16977
16978 \begin_inset Argument 1
16979 status collapsed
16980
16981 \begin_layout Plain Layout
16982 Tabelle ohne 
16983 \family typewriter
16984 colortbl
16985 \end_layout
16986
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \begin_layout Plain Layout
16998 \align center
16999 \begin_inset Tabular
17000 <lyxtabular version="3" rows="3" columns="3">
17001 <features rotate="0" tabularvalignment="middle">
17002 <column alignment="center" valignment="top">
17003 <column alignment="center" valignment="top">
17004 <column alignment="center" valignment="top">
17005 <row>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010
17011 \color green
17012 a
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \color red
17023 b
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \color red
17034 c
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \color green
17047 d
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \color blue
17058 e
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \color blue
17069 f
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \color green
17082 g
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091
17092 \color blue
17093 h
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102
17103 \color blue
17104 i
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 </lyxtabular>
17111
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \begin_layout Standard
17123 Wenn Sie nur farbigen Text
17124 \begin_inset Index idx
17125 status collapsed
17126
17127 \begin_layout Plain Layout
17128 Farbe ! für Text
17129 \end_layout
17130
17131 \end_inset
17132
17133  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17134 \family sans
17135 Textstil
17136 \family default
17137 -Dialog (Werkzeugleistenknopf 
17138 \begin_inset Info
17139 type  "icon"
17140 arg   "dialog-show character"
17141 \end_inset
17142
17143 ) wie es in Tabelle
17144 \begin_inset space ~
17145 \end_inset
17146
17147
17148 \begin_inset CommandInset ref
17149 LatexCommand ref
17150 reference "tab:Farbige-Tabelle-ohne"
17151
17152 \end_inset
17153
17154  gemacht wurde.
17155  In anderen Fällen müssen Sie das LaTeX-Paket 
17156 \series bold
17157 colortbl
17158 \series default
17159  benutzen.
17160 \begin_inset Index idx
17161 status collapsed
17162
17163 \begin_layout Plain Layout
17164 LaTeX-Pakete ! colortbl
17165 \end_layout
17166
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \begin_layout Standard
17173 \begin_inset ERT
17174 status collapsed
17175
17176 \begin_layout Plain Layout
17177
17178
17179 \backslash
17180 ifcolortbl
17181 \end_layout
17182
17183 \end_inset
17184
17185
17186 \begin_inset Note Note
17187 status open
17188
17189 \begin_layout Plain Layout
17190 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17191 \series bold
17192 colortbl
17193 \series default
17194  installiert ist.
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Standard
17203 Um farbige Tabellen zu erzeugen, muss 
17204 \series bold
17205 colortbl
17206 \series default
17207  im LaTeX-Vorspann geladen werden:
17208 \end_layout
17209
17210 \begin_layout Standard
17211
17212 \series bold
17213
17214 \backslash
17215 usepackage{colortbl}
17216 \end_layout
17217
17218 \begin_layout Standard
17219 Die Farbe einer Spalte ändert man dann mit dem Befehl
17220 \end_layout
17221
17222 \begin_layout Standard
17223
17224 \series bold
17225
17226 \backslash
17227 columncolor{Farbname}
17228 \end_layout
17229
17230 \begin_layout Standard
17231 innerhalb des Befehls 
17232 \series bold
17233 >{}
17234 \series default
17235 .
17236  Mehr über den Befehl 
17237 \series bold
17238 >{}
17239 \series default
17240  finden Sie im Abschnitt
17241 \begin_inset space ~
17242 \end_inset
17243
17244
17245 \begin_inset CommandInset ref
17246 LatexCommand ref
17247 reference "uab:Mehrfachspalten-Berechnungen"
17248
17249 \end_inset
17250
17251 .
17252 \end_layout
17253
17254 \begin_layout Standard
17255 Folgende Farbnamen sind vordefiniert:
17256 \end_layout
17257
17258 \begin_layout Standard
17259
17260 \family sans
17261 red
17262 \family default
17263
17264 \family sans
17265 green
17266 \family default
17267
17268 \family sans
17269 yellow
17270 \family default
17271
17272 \family sans
17273 blue
17274 \family default
17275
17276 \family sans
17277 cyan
17278 \family default
17279
17280 \family sans
17281 magenta
17282 \family default
17283
17284 \family sans
17285 black
17286 \family default
17287  und 
17288 \family sans
17289 white
17290 \begin_inset Newline newline
17291 \end_inset
17292
17293 (
17294 \family default
17295 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17296 \end_layout
17297
17298 \begin_layout Standard
17299 \begin_inset VSpace medskip
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \begin_layout Standard
17306 Wenn Sie die Optionen
17307 \end_layout
17308
17309 \begin_layout Standard
17310
17311 \series bold
17312 usenames,dvipsnames
17313 \end_layout
17314
17315 \begin_layout Standard
17316 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17317  können Sie zusätzlich weitere 61
17318 \begin_inset space ~
17319 \end_inset
17320
17321 Farben verwenden.
17322  Diese Farben sind in Anhang
17323 \begin_inset space ~
17324 \end_inset
17325
17326
17327 \begin_inset CommandInset ref
17328 LatexCommand ref
17329 reference "kap:Liste-der-dvips-Farbnamen"
17330
17331 \end_inset
17332
17333  aufgelistet.
17334  Eine dieser Farben, 
17335 \family sans
17336 Maroon
17337 \family default
17338 , wird als Beispiel in Tabelle
17339 \begin_inset space ~
17340 \end_inset
17341
17342
17343 \begin_inset CommandInset ref
17344 LatexCommand ref
17345 reference "tab:Eine-mit-colortbl"
17346
17347 \end_inset
17348
17349  verwendet.
17350 \end_layout
17351
17352 \begin_layout Standard
17353 \begin_inset VSpace medskip
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \begin_layout Standard
17360 Sie können auch eigene Farben definieren:
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 definecolor{Farbname}{Farbmodell}{Farbwerte}
17369 \end_layout
17370
17371 \begin_layout Standard
17372 Das Farbmodell kann eins der folgenden sein:
17373 \end_layout
17374
17375 \begin_layout Labeling
17376 \labelwidthstring 00.00.0000
17377 cmyk: cyan, magenta, yellow, black
17378 \end_layout
17379
17380 \begin_layout Labeling
17381 \labelwidthstring 00.00.0000
17382 rgb: red, green blue
17383 \end_layout
17384
17385 \begin_layout Labeling
17386 \labelwidthstring 00.00.0000
17387 gray: gray
17388 \end_layout
17389
17390 \begin_layout Standard
17391 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17392  die die entsprechende Farbe für das Farbmodell beschreiben.
17393 \end_layout
17394
17395 \begin_layout Standard
17396 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17397 \emph on
17398
17399 \begin_inset Quotes gld
17400 \end_inset
17401
17402 dunkelgruen
17403 \emph default
17404
17405 \begin_inset Quotes grd
17406 \end_inset
17407
17408  und 
17409 \begin_inset Quotes gld
17410 \end_inset
17411
17412
17413 \emph on
17414 hellgrau
17415 \emph default
17416
17417 \begin_inset Quotes grd
17418 \end_inset
17419
17420  folgendermaßen definieren:
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \series bold
17426
17427 \backslash
17428 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17429 \end_layout
17430
17431 \begin_layout Standard
17432
17433 \series bold
17434
17435 \backslash
17436 definecolor{hellgrau}{gray}{0.8}
17437 \end_layout
17438
17439 \begin_layout Standard
17440 \begin_inset VSpace medskip
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \begin_layout Standard
17447 Linien werden mit dem Befehl
17448 \end_layout
17449
17450 \begin_layout Standard
17451
17452 \series bold
17453
17454 \backslash
17455 rowcolor{Farbname}
17456 \end_layout
17457
17458 \begin_layout Standard
17459 gefärbt, Zellen mit dem Befehl
17460 \end_layout
17461
17462 \begin_layout Standard
17463
17464 \series bold
17465
17466 \backslash
17467 cellcolor{Farbname}
17468 \end_layout
17469
17470 \begin_layout Standard
17471 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17472 \end_layout
17473
17474 \begin_layout Standard
17475 Um nur Text zu färben, verwenden Sie den 
17476 \family sans
17477 Textstil
17478 \family default
17479 -Dialog.
17480  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17481 \emph on
17482 markieren Sie nur den Text
17483 \emph default
17484 , sonst werden Sie LaTeX-Fehler erzeugen.
17485 \end_layout
17486
17487 \begin_layout Standard
17488 \begin_inset Note Greyedout
17489 status open
17490
17491 \begin_layout Plain Layout
17492
17493 \series bold
17494 Achtung:
17495 \series default
17496  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17497 \end_layout
17498
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \begin_layout Standard
17505 \begin_inset VSpace medskip
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \begin_layout Standard
17512 Die Tabelle
17513 \begin_inset space ~
17514 \end_inset
17515
17516
17517 \begin_inset CommandInset ref
17518 LatexCommand ref
17519 reference "tab:Eine-mit-colortbl"
17520
17521 \end_inset
17522
17523  wurde folgendermaßen erstellt: die erste Spalte soll 
17524 \emph on
17525
17526 \begin_inset Quotes gld
17527 \end_inset
17528
17529 dunkelgruen
17530 \emph default
17531
17532 \begin_inset Quotes grd
17533 \end_inset
17534
17535  werden, also müssen Sie ins 
17536 \family sans
17537 LaTe
17538 \begin_inset ERT
17539 status collapsed
17540
17541 \begin_layout Plain Layout
17542
17543 {}
17544 \end_layout
17545
17546 \end_inset
17547
17548 X-Argument
17549 \family default
17550  der Zellen der ersten Spalte den Befehl
17551 \end_layout
17552
17553 \begin_layout Standard
17554
17555 \series bold
17556 >{
17557 \backslash
17558 columncolor{dunkelgruen}
17559 \backslash
17560 centering}c
17561 \end_layout
17562
17563 \begin_layout Standard
17564 schreiben.
17565  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17566 \end_layout
17567
17568 \begin_layout Standard
17569
17570 \series bold
17571
17572 \backslash
17573 rowcolor{cyan}
17574 \end_layout
17575
17576 \begin_layout Standard
17577 in die erste Zelle der ersten Zeile eingefügt.
17578  Diese Farbe ersetzt die Spaltenfarbe.
17579  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17580  Das wird mit folgendem Befehl erreicht:
17581 \end_layout
17582
17583 \begin_layout Standard
17584
17585 \series bold
17586
17587 \backslash
17588 cellcolor{Maroon}
17589 \end_layout
17590
17591 \begin_layout Standard
17592 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17593 \family sans
17594 Textstil
17595 \family default
17596 -Dialog.
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset Float table
17601 placement h
17602 wide false
17603 sideways false
17604 status open
17605
17606 \begin_layout Plain Layout
17607 \begin_inset Caption Standard
17608
17609 \begin_layout Plain Layout
17610 \begin_inset CommandInset label
17611 LatexCommand label
17612 name "tab:Eine-mit-colortbl"
17613
17614 \end_inset
17615
17616 Eine mit dem Paket 
17617 \series bold
17618 colortbl
17619 \series default
17620  gefärbte Tabelle
17621 \begin_inset Argument 1
17622 status collapsed
17623
17624 \begin_layout Plain Layout
17625 Tabelle mit 
17626 \family typewriter
17627 colortbl
17628 \end_layout
17629
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \end_inset
17636
17637
17638 \end_layout
17639
17640 \begin_layout Plain Layout
17641 \align center
17642 \begin_inset Tabular
17643 <lyxtabular version="3" rows="3" columns="3">
17644 <features rotate="0" tabularvalignment="middle">
17645 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17646 <column alignment="center" valignment="top">
17647 <column alignment="center" valignment="top">
17648 <row>
17649 <cell alignment="center" valignment="top" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 \begin_inset ERT
17654 status open
17655
17656 \begin_layout Plain Layout
17657
17658
17659 \backslash
17660 rowcolor{cyan}
17661 \end_layout
17662
17663 \end_inset
17664
17665
17666 \color magenta
17667 a
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676
17677 \color red
17678 b
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \color red
17689 c
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \color yellow
17702 d
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711
17712 \color blue
17713 e
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722
17723 \color blue
17724 f
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 </row>
17730 <row>
17731 <cell alignment="center" valignment="top" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735
17736 \color yellow
17737 g
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746
17747 \color blue
17748 h
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 \begin_inset ERT
17758 status collapsed
17759
17760 \begin_layout Plain Layout
17761
17762
17763 \backslash
17764 cellcolor{Maroon}
17765 \end_layout
17766
17767 \end_inset
17768
17769
17770 \color green
17771 i
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 </row>
17777 </lyxtabular>
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset ERT
17791 status collapsed
17792
17793 \begin_layout Plain Layout
17794
17795
17796 \backslash
17797 else
17798 \end_layout
17799
17800 \end_inset
17801
17802
17803 \begin_inset Note Note
17804 status open
17805
17806 \begin_layout Plain Layout
17807 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17808 \series bold
17809 colortbl
17810 \series default
17811  nicht installiert ist:
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \begin_layout Standard
17820 Sie müssen das LaTeX-Paket 
17821 \series bold
17822 colortbl
17823 \series default
17824  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17825 \end_layout
17826
17827 \begin_layout Standard
17828 \begin_inset ERT
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832
17833
17834 \backslash
17835 fi
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Subsection
17844 Farbige Zeilen
17845 \begin_inset Index idx
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849 farbige ! Tabellenzeilen
17850 \end_layout
17851
17852 \end_inset
17853
17854
17855 \end_layout
17856
17857 \begin_layout Standard
17858 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17859  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17860  Man lädt das LaTeX-Paket 
17861 \series bold
17862 xcolor
17863 \series default
17864
17865 \begin_inset Index idx
17866 status collapsed
17867
17868 \begin_layout Plain Layout
17869 LaTeX-Pakete ! xcolor
17870 \begin_inset ERT
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874
17875
17876 \backslash
17877 vspace{4mm}
17878 \end_layout
17879
17880 \end_inset
17881
17882
17883 \end_layout
17884
17885 \end_inset
17886
17887  im LaTeX-Vorspann mit dem Befehl
17888 \end_layout
17889
17890 \begin_layout Standard
17891
17892 \series bold
17893
17894 \backslash
17895 usepackage[table]{xcolor}
17896 \end_layout
17897
17898 \begin_layout Standard
17899
17900 \series bold
17901 xcolor
17902 \series default
17903  lädt automatisch auch das LaTeX-Paket 
17904 \series bold
17905 colortbl
17906 \series default
17907
17908 \begin_inset Index idx
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912 LaTeX-Pakete ! colortbl
17913 \end_layout
17914
17915 \end_inset
17916
17917 , so dass 
17918 \series bold
17919 colortbl
17920 \series default
17921  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17922  LaTeX-Fehler.
17923 \end_layout
17924
17925 \begin_layout Standard
17926 \begin_inset ERT
17927 status collapsed
17928
17929 \begin_layout Plain Layout
17930
17931
17932 \backslash
17933 ifcolortbl
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \begin_inset Note Note
17940 status open
17941
17942 \begin_layout Plain Layout
17943 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17944 \series bold
17945 colortbl
17946 \series default
17947  installiert ist.
17948 \end_layout
17949
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \begin_layout Standard
17956 Die Tabellenzeilen werden mit dem Befehl
17957 \end_layout
17958
17959 \begin_layout Standard
17960
17961 \series bold
17962
17963 \backslash
17964 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17965 \end_layout
17966
17967 \begin_layout Standard
17968 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17969  ersten zu färbenden Tabelle eingefügt wird.
17970  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17971  Zeilenfarbe gefärbt werden soll.
17972  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17973  werden.
17974  So führt zum Beispiel der Befehl
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980
17981 \backslash
17982 rowcolors{1}{white}{lightgray}
17983 \end_layout
17984
17985 \begin_layout Standard
17986 zum Farbschema von Tabelle
17987 \begin_inset space ~
17988 \end_inset
17989
17990
17991 \begin_inset CommandInset ref
17992 LatexCommand ref
17993 reference "tab:Tabelle-rowcolors"
17994
17995 \end_inset
17996
17997 .
17998  Der Befehl
17999 \end_layout
18000
18001 \begin_layout Standard
18002
18003 \series bold
18004
18005 \backslash
18006 rowcolors[
18007 \backslash
18008 hline]{1}{lightgray}{cyan}
18009 \end_layout
18010
18011 \begin_layout Standard
18012 führt zum Farbschema von Tabelle
18013 \begin_inset space ~
18014 \end_inset
18015
18016
18017 \begin_inset CommandInset ref
18018 LatexCommand ref
18019 reference "tab:Tabelle-rowcolors-2"
18020
18021 \end_inset
18022
18023 .
18024  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18025  wird keine Farbe verwendet, so dass der Befehl
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 rowcolors{1}{}{}
18034 \end_layout
18035
18036 \begin_layout Standard
18037 alle Farben löscht.
18038  
18039 \series bold
18040
18041 \backslash
18042 rowcolors
18043 \series default
18044  beeinflusst alle diesem Befehl folgenden Tabellen.
18045 \end_layout
18046
18047 \begin_layout Standard
18048 \begin_inset ERT
18049 status open
18050
18051 \begin_layout Plain Layout
18052
18053
18054 \backslash
18055 rowcolors{1}{white}{lightgray}
18056 \end_layout
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 \begin_inset Float table
18065 placement h
18066 wide false
18067 sideways false
18068 status open
18069
18070 \begin_layout Plain Layout
18071 \begin_inset Caption Standard
18072
18073 \begin_layout Plain Layout
18074 \begin_inset CommandInset label
18075 LatexCommand label
18076 name "tab:Tabelle-rowcolors"
18077
18078 \end_inset
18079
18080 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18081 \end_layout
18082
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \begin_layout Plain Layout
18089 \align center
18090 \begin_inset Tabular
18091 <lyxtabular version="3" rows="4" columns="3">
18092 <features rotate="0" tabularvalignment="middle">
18093 <column alignment="center" valignment="top">
18094 <column alignment="center" valignment="top" width="0pt">
18095 <column alignment="center" valignment="top" width="0pt">
18096 <row>
18097 <cell alignment="center" valignment="top" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 X
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 Y
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 Z
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 </row>
18125 <row>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 1
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 2
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 3
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 </row>
18154 <row>
18155 <cell alignment="center" valignment="top" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 4
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 5
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 6
18178 \end_layout
18179
18180 \end_inset
18181 </cell>
18182 </row>
18183 <row>
18184 <cell alignment="center" valignment="top" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188 7
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 8
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 9
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 </lyxtabular>
18213
18214 \end_inset
18215
18216
18217 \end_layout
18218
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \begin_layout Standard
18225 \begin_inset ERT
18226 status open
18227
18228 \begin_layout Plain Layout
18229
18230
18231 \backslash
18232 rowcolors[
18233 \backslash
18234 hline]{1}{lightgray}{cyan}
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \begin_layout Standard
18243 \begin_inset Float table
18244 placement h
18245 wide false
18246 sideways false
18247 status open
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Caption Standard
18251
18252 \begin_layout Plain Layout
18253 \begin_inset CommandInset label
18254 LatexCommand label
18255 name "tab:Tabelle-rowcolors-2"
18256
18257 \end_inset
18258
18259 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18260  Linie zwischen jeder Zeile befindet.
18261 \end_layout
18262
18263 \end_inset
18264
18265
18266 \end_layout
18267
18268 \begin_layout Plain Layout
18269 \align center
18270 \begin_inset Tabular
18271 <lyxtabular version="3" rows="4" columns="3">
18272 <features rotate="0" tabularvalignment="middle">
18273 <column alignment="center" valignment="top">
18274 <column alignment="center" valignment="top">
18275 <column alignment="center" valignment="top" width="0pt">
18276 <row>
18277 <cell alignment="center" valignment="top" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 X
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 <cell alignment="center" valignment="top" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 Y
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 Z
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 <row>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 1
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 2
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 3
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 </row>
18334 <row>
18335 <cell alignment="center" valignment="top" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 4
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 5
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 6
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 </row>
18363 <row>
18364 <cell alignment="center" valignment="top" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 7
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 8
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 9
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 </lyxtabular>
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \end_inset
18400
18401
18402 \end_layout
18403
18404 \begin_layout Standard
18405 \begin_inset ERT
18406 status collapsed
18407
18408 \begin_layout Plain Layout
18409
18410
18411 \backslash
18412 rowcolors{1}{}{}
18413 \end_layout
18414
18415 \end_inset
18416
18417
18418 \begin_inset Note Note
18419 status collapsed
18420
18421 \begin_layout Plain Layout
18422 schaltet die Färbung aus
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 else
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \begin_inset Note Note
18445 status open
18446
18447 \begin_layout Plain Layout
18448 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18449 \series bold
18450 colortbl
18451 \series default
18452  nicht installiert ist:
18453 \end_layout
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 Sie müssen das LaTeX-Paket 
18462 \series bold
18463 colortbl
18464 \series default
18465  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18466 \end_layout
18467
18468 \begin_layout Standard
18469 \begin_inset ERT
18470 status collapsed
18471
18472 \begin_layout Plain Layout
18473
18474
18475 \backslash
18476 fi
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \begin_layout Subsection
18485 Farbige Linien
18486 \begin_inset Index idx
18487 status collapsed
18488
18489 \begin_layout Plain Layout
18490 farbige !  Tabellenlinien
18491 \end_layout
18492
18493 \end_inset
18494
18495
18496 \end_layout
18497
18498 \begin_layout Standard
18499 Wie in Abschnitt
18500 \begin_inset space ~
18501 \end_inset
18502
18503
18504 \begin_inset CommandInset ref
18505 LatexCommand ref
18506 reference "uab:Liniendicke"
18507
18508 \end_inset
18509
18510  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18511 \series bold
18512
18513 \backslash
18514 arrayrulewidth
18515 \series default
18516  definiert werden.
18517  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18518 \begin_inset space \thinspace{}
18519 \end_inset
18520
18521 pt gesetzt.
18522 \begin_inset ERT
18523 status collapsed
18524
18525 \begin_layout Plain Layout
18526
18527
18528 \backslash
18529 setlength{
18530 \backslash
18531 arrayrulewidth}{1.5pt}
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Standard
18540 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18541 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18542 \begin_inset space ~
18543 \end_inset
18544
18545
18546 \begin_inset CommandInset ref
18547 LatexCommand ref
18548 reference "uab:Angepasste-Zellen-/Spaltenformate"
18549
18550 \end_inset
18551
18552  definiert:
18553 \end_layout
18554
18555 \begin_layout Standard
18556
18557 \series bold
18558
18559 \backslash
18560 newcolumntype{W}{!{
18561 \backslash
18562 color{green}
18563 \backslash
18564 vline}}
18565 \end_layout
18566
18567 \begin_layout Standard
18568 In Tabelle
18569 \begin_inset space ~
18570 \end_inset
18571
18572
18573 \begin_inset CommandInset ref
18574 LatexCommand ref
18575 reference "tab:Tabelle-mit-farbigen-vert"
18576
18577 \end_inset
18578
18579  wurde das LaTeX-Argument 
18580 \series bold
18581 WcW
18582 \series default
18583  für die letzte und 
18584 \series bold
18585 Wc
18586 \series default
18587  für die anderen Spalten benutzt.
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18592 \end_layout
18593
18594 \begin_layout Standard
18595 \begin_inset Float table
18596 placement h
18597 wide false
18598 sideways false
18599 status open
18600
18601 \begin_layout Plain Layout
18602 \begin_inset Caption Standard
18603
18604 \begin_layout Plain Layout
18605 \begin_inset CommandInset label
18606 LatexCommand label
18607 name "tab:Tabelle-mit-farbigen-vert"
18608
18609 \end_inset
18610
18611 Tabelle mit farbigen vertikalen Linien
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \begin_layout Plain Layout
18620 \align center
18621 \begin_inset Tabular
18622 <lyxtabular version="3" rows="3" columns="3">
18623 <features rotate="0" tabularvalignment="middle">
18624 <column alignment="center" valignment="top" special="Wc">
18625 <column alignment="center" valignment="top" special="Wc">
18626 <column alignment="center" valignment="top" special="WcW">
18627 <row>
18628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 sd
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 </row>
18656 <row>
18657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 sd
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 </row>
18685 <row>
18686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708 sd
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 </row>
18714 </lyxtabular>
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Standard
18727 \begin_inset VSpace bigskip
18728 \end_inset
18729
18730 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18731 \begin_inset space ~
18732 \end_inset
18733
18734
18735 \begin_inset CommandInset ref
18736 LatexCommand ref
18737 reference "tab:Tabelle-mit-farbigen-horiz"
18738
18739 \end_inset
18740
18741 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18742  einfügen:
18743 \end_layout
18744
18745 \begin_layout Standard
18746
18747 \series bold
18748
18749 \backslash
18750 let
18751 \backslash
18752 myHlineC
18753 \backslash
18754 hline
18755 \begin_inset Newline newline
18756 \end_inset
18757
18758
18759 \backslash
18760 renewcommand{
18761 \backslash
18762 hline}
18763 \begin_inset Newline newline
18764 \end_inset
18765
18766
18767 \begin_inset Phantom HPhantom
18768 status open
18769
18770 \begin_layout Plain Layout
18771
18772 \series bold
18773 \begin_inset space ~
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780
18781 {
18782 \backslash
18783 arrayrulecolor{red}
18784 \backslash
18785 myHlineC
18786 \backslash
18787 arrayrulecolor{black}}
18788 \end_layout
18789
18790 \begin_layout Standard
18791 \begin_inset ERT
18792 status collapsed
18793
18794 \begin_layout Plain Layout
18795
18796
18797 \backslash
18798 let
18799 \backslash
18800 myHlineC
18801 \backslash
18802 hline
18803 \end_layout
18804
18805 \begin_layout Plain Layout
18806
18807
18808 \backslash
18809 renewcommand{
18810 \backslash
18811 hline}
18812 \end_layout
18813
18814 \begin_layout Plain Layout
18815
18816  {
18817 \backslash
18818 arrayrulecolor{red}
18819 \backslash
18820 myHlineC
18821 \backslash
18822 arrayrulecolor{black}}
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \begin_inset Float table
18829 placement h
18830 wide false
18831 sideways false
18832 status open
18833
18834 \begin_layout Plain Layout
18835 \begin_inset Caption Standard
18836
18837 \begin_layout Plain Layout
18838 \begin_inset CommandInset label
18839 LatexCommand label
18840 name "tab:Tabelle-mit-farbigen-horiz"
18841
18842 \end_inset
18843
18844 Tabelle mit farbigen horizontalen Linien
18845 \end_layout
18846
18847 \end_inset
18848
18849
18850 \end_layout
18851
18852 \begin_layout Plain Layout
18853 \align center
18854 \begin_inset Tabular
18855 <lyxtabular version="3" rows="3" columns="3">
18856 <features rotate="0" tabularvalignment="middle">
18857 <column alignment="center" valignment="top">
18858 <column alignment="center" valignment="top">
18859 <column alignment="center" valignment="top">
18860 <row>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 sd
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 sd
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 sd
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 </lyxtabular>
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18961  als TeX-Code hinter der Tabelle einfügen:
18962 \end_layout
18963
18964 \begin_layout Standard
18965
18966 \series bold
18967
18968 \backslash
18969 renewcommand{
18970 \backslash
18971 hline}{
18972 \backslash
18973 myHlineC}
18974 \end_layout
18975
18976 \begin_layout Standard
18977 Tabelle
18978 \begin_inset space ~
18979 \end_inset
18980
18981
18982 \begin_inset CommandInset ref
18983 LatexCommand ref
18984 reference "tab:Table-with-colored"
18985
18986 \end_inset
18987
18988  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18989 \end_layout
18990
18991 \begin_layout Standard
18992 \begin_inset Float table
18993 placement h
18994 wide false
18995 sideways false
18996 status open
18997
18998 \begin_layout Plain Layout
18999 \begin_inset Caption Standard
19000
19001 \begin_layout Plain Layout
19002 \begin_inset CommandInset label
19003 LatexCommand label
19004 name "tab:Table-with-colored"
19005
19006 \end_inset
19007
19008 Tabelle mit farbigen Linien
19009 \end_layout
19010
19011 \end_inset
19012
19013
19014 \end_layout
19015
19016 \begin_layout Plain Layout
19017 \align center
19018 \begin_inset Tabular
19019 <lyxtabular version="3" rows="3" columns="3">
19020 <features rotate="0" tabularvalignment="middle">
19021 <column alignment="center" valignment="top" special="Wc">
19022 <column alignment="center" valignment="top" special="Wc">
19023 <column alignment="center" valignment="top" special="WcW">
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 sd
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 <cell alignment="center" valignment="top" topline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 </row>
19053 <row>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 sd
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 <row topspace="default">
19083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 sd
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 </lyxtabular>
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout Standard
19124 \begin_inset ERT
19125 status collapsed
19126
19127 \begin_layout Plain Layout
19128
19129
19130 \backslash
19131 renewcommand{
19132 \backslash
19133 hline}{
19134 \backslash
19135 myHlineC}
19136 \end_layout
19137
19138 \end_inset
19139
19140
19141 \end_layout
19142
19143 \begin_layout Standard
19144 \begin_inset ERT
19145 status collapsed
19146
19147 \begin_layout Plain Layout
19148
19149
19150 \backslash
19151 setlength{
19152 \backslash
19153 arrayrulewidth}{0.4pt}
19154 \end_layout
19155
19156 \end_inset
19157
19158
19159 \begin_inset Note Note
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163 setzt die Liniendicke wieder auf ihren Standardwert zurück
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Section
19172 Rotierte Tabellenzellen
19173 \begin_inset CommandInset label
19174 LatexCommand label
19175 name "abs:Rotierte-Tabellenzellen"
19176
19177 \end_inset
19178
19179
19180 \begin_inset Index idx
19181 status collapsed
19182
19183 \begin_layout Plain Layout
19184 Tabellen ! rotierte Zellen
19185 \end_layout
19186
19187 \end_inset
19188
19189
19190 \begin_inset Index idx
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194 Rotiertes Material
19195 \end_layout
19196
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \begin_layout Standard
19203 \begin_inset Note Greyedout
19204 status open
19205
19206 \begin_layout Plain Layout
19207
19208 \series bold
19209 Achtung:
19210 \series default
19211  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19212 \end_layout
19213
19214 \end_inset
19215
19216
19217 \end_layout
19218
19219 \begin_layout Standard
19220 Momentan bietet LyX nur an, Tabellenzellen um 90
19221 \begin_inset space \thinspace{}
19222 \end_inset
19223
19224 ° gegen den Uhrzeigersinn zu rotieren.
19225  Um Zellen um Winkel Ihrer Wahl zu rotieren, müssen Sie dies zu Ihrem LaTeX-Vors
19226 pann hinzufügen:
19227 \end_layout
19228
19229 \begin_layout Standard
19230
19231 \series bold
19232
19233 \backslash
19234 @ifundefined{turnbox}{
19235 \backslash
19236 usepackage{rotating}}{}
19237 \end_layout
19238
19239 \begin_layout Standard
19240 In die Tabellenzelle, die rotiert werden soll, fügen Sie zu Beginn diesen
19241  Befehl als TeX-Code ein:
19242 \end_layout
19243
19244 \begin_layout Standard
19245
19246 \series bold
19247
19248 \backslash
19249 begin{turn}{Winkel}
19250 \end_layout
19251
19252 \begin_layout Standard
19253 wobei Winkel der Rotationswinkel in ° ist.
19254  Am Ende der Zellen wird der Befehl
19255 \end_layout
19256
19257 \begin_layout Standard
19258
19259 \series bold
19260
19261 \backslash
19262 end{turn}
19263 \end_layout
19264
19265 \begin_layout Standard
19266 als TeX-Code eingefügt.
19267 \end_layout
19268
19269 \begin_layout Standard
19270 Tabelle
19271 \begin_inset space ~
19272 \end_inset
19273
19274
19275 \begin_inset CommandInset ref
19276 LatexCommand ref
19277 reference "tab:Tabelle-mit-rotierten"
19278
19279 \end_inset
19280
19281  ist ein Beispiel bei dem 3
19282 \begin_inset space ~
19283 \end_inset
19284
19285 Zellen um 45
19286 \begin_inset space \thinspace{}
19287 \end_inset
19288
19289 ° rotiert wurden.
19290 \end_layout
19291
19292 \begin_layout Standard
19293 \begin_inset Float table
19294 wide false
19295 sideways false
19296 status open
19297
19298 \begin_layout Plain Layout
19299 \begin_inset Caption Standard
19300
19301 \begin_layout Plain Layout
19302 \begin_inset CommandInset label
19303 LatexCommand label
19304 name "tab:Tabelle-mit-rotierten"
19305
19306 \end_inset
19307
19308 Tabelle mit rotierten Zellen in der ersten Zeile.
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \begin_layout Plain Layout
19317 \noindent
19318 \align center
19319 \begin_inset Tabular
19320 <lyxtabular version="3" rows="2" columns="3">
19321 <features rotate="0" tabularvalignment="middle">
19322 <column alignment="center" valignment="top">
19323 <column alignment="center" valignment="top" width="0pt">
19324 <column alignment="center" valignment="top">
19325 <row>
19326 <cell alignment="center" valignment="top" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset ERT
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334
19335
19336 \backslash
19337 begin{turn}{45}
19338 \end_layout
19339
19340 \end_inset
19341
19342 Tassen
19343 \begin_inset ERT
19344 status collapsed
19345
19346 \begin_layout Plain Layout
19347
19348
19349 \backslash
19350 end{turn}
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 \begin_inset ERT
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368
19369
19370 \backslash
19371 begin{turn}{45}
19372 \end_layout
19373
19374 \end_inset
19375
19376 Teller
19377 \begin_inset ERT
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381
19382
19383 \backslash
19384 end{turn}
19385 \end_layout
19386
19387 \end_inset
19388
19389
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset ERT
19399 status collapsed
19400
19401 \begin_layout Plain Layout
19402
19403
19404 \backslash
19405 begin{turn}{45}
19406 \end_layout
19407
19408 \end_inset
19409
19410 Untertassen
19411 \begin_inset ERT
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415
19416
19417 \backslash
19418 end{turn}
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 45
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 33
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 21
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 </lyxtabular>
19459
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \begin_layout Standard
19471 \begin_inset Note Greyedout
19472 status open
19473
19474 \begin_layout Plain Layout
19475
19476 \series bold
19477 Achtung:
19478 \series default
19479  Zeilenumbrüche (Tastenkürzel 
19480 \family sans
19481 Strg+Enter
19482 \family default
19483 ) sind in rotierten Zellen nicht erlaubt.
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Standard
19492 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19493  den Zelleninhalt in eine Minipage oder Parbox tun.
19494 \begin_inset Foot
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498 Für mehr über diese Boxen siehe Abschnitt
19499 \begin_inset space ~
19500 \end_inset
19501
19502
19503 \begin_inset CommandInset ref
19504 LatexCommand ref
19505 reference "abs:Minipage"
19506
19507 \end_inset
19508
19509  und 
19510 \begin_inset CommandInset ref
19511 LatexCommand ref
19512 reference "abs:Parbox"
19513
19514 \end_inset
19515
19516 .
19517 \end_layout
19518
19519 \end_inset
19520
19521  Wenn Sie diese Zelle um 90
19522 \begin_inset space \thinspace{}
19523 \end_inset
19524
19525 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19526  Tabelle
19527 \begin_inset space ~
19528 \end_inset
19529
19530
19531 \begin_inset CommandInset ref
19532 LatexCommand ref
19533 reference "tab:Tabelle-mit-rotierter-Umbruch"
19534
19535 \end_inset
19536
19537  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19538  auch 3
19539 \begin_inset space \thinspace{}
19540 \end_inset
19541
19542 cm gesetzt wurde.
19543 \end_layout
19544
19545 \begin_layout Standard
19546 \begin_inset Float table
19547 wide false
19548 sideways false
19549 status open
19550
19551 \begin_layout Plain Layout
19552 \begin_inset Caption Standard
19553
19554 \begin_layout Plain Layout
19555 \begin_inset CommandInset label
19556 LatexCommand label
19557 name "tab:Tabelle-mit-rotierter-Umbruch"
19558
19559 \end_inset
19560
19561 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19562 \end_layout
19563
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \begin_layout Plain Layout
19570 \noindent
19571 \align center
19572 \begin_inset Tabular
19573 <lyxtabular version="3" rows="2" columns="3">
19574 <features rotate="0" tabularvalignment="middle">
19575 <column alignment="center" valignment="top">
19576 <column alignment="center" valignment="top" width="0pt">
19577 <column alignment="center" valignment="top">
19578 <row>
19579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 a
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Box Frameless
19593 position "t"
19594 hor_pos "c"
19595 has_inner_box 1
19596 inner_pos "t"
19597 use_parbox 0
19598 use_makebox 0
19599 width "3cm"
19600 special "none"
19601 height "1in"
19602 height_special "totalheight"
19603 status open
19604
19605 \begin_layout Plain Layout
19606 rotierte Zelle
19607 \begin_inset Newline newline
19608 \end_inset
19609
19610 mit Zeilenumbruch
19611 \end_layout
19612
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 e
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 </row>
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 b
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644 c
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 d
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 </lyxtabular>
19660
19661 \end_inset
19662
19663
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Section
19672 Berechnung der Tabellenbreite
19673 \begin_inset CommandInset label
19674 LatexCommand label
19675 name "abs:Berechnung-der-Tabellenbreite"
19676
19677 \end_inset
19678
19679
19680 \end_layout
19681
19682 \begin_layout Standard
19683 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19684  Tabelle nicht über den Seitenrand hinausragt.
19685  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19686  aber wie viel Platz wird für jede Spalte benötigt?
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Die Tabellenbreite 
19691 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19692 \end_inset
19693
19694  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19695  
19696 \begin_inset Formula $W_{\mathrm{Spalte}}$
19697 \end_inset
19698
19699  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19700  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19701 \series bold
19702  
19703 \backslash
19704 tabcolsep
19705 \series default
19706 , Voreinstellung 6
19707 \begin_inset space \thinspace{}
19708 \end_inset
19709
19710 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19711 \series bold
19712
19713 \backslash
19714 arrayrulewidth
19715 \series default
19716 , Voreinstellung 0.4
19717 \begin_inset space \thinspace{}
19718 \end_inset
19719
19720 pt): Wenn alle 
19721 \begin_inset Formula $n$
19722 \end_inset
19723
19724
19725 \begin_inset space ~
19726 \end_inset
19727
19728 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19729 \begin_inset Formula 
19730 \begin{equation}
19731 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19732 \end{equation}
19733
19734 \end_inset
19735
19736
19737 \end_layout
19738
19739 \begin_layout Standard
19740 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19741  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19742  
19743 \series bold
19744
19745 \backslash
19746 columnwidth
19747 \series default
19748 ).
19749  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19750 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19751 \end_inset
19752
19753  gleich 1
19754 \begin_inset space \thinspace{}
19755 \end_inset
19756
19757
19758 \backslash
19759 columnwidth sein soll, kann 
19760 \begin_inset Formula $W_{\mathrm{Spalte}}$
19761 \end_inset
19762
19763  leicht berechnet werden.
19764 \end_layout
19765
19766 \begin_layout Standard
19767 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19768 \series bold
19769 calc
19770 \series default
19771
19772 \begin_inset Index idx
19773 status collapsed
19774
19775 \begin_layout Plain Layout
19776 LaTeX-Pakete ! calc
19777 \end_layout
19778
19779 \end_inset
19780
19781  im LaTeX-Vorspann geladen werden.
19782  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19783 \family sans
19784 LaTeX-Argument
19785 \family default
19786  verwendet werden.
19787  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19788 \begin_inset space ~
19789 \end_inset
19790
19791
19792 \begin_inset CommandInset ref
19793 LatexCommand ref
19794 reference "uab:Mehrfachspalten-Berechnungen"
19795
19796 \end_inset
19797
19798  erklärt ist.
19799  Für eine Tabelle mit 5
19800 \begin_inset space \thinspace{}
19801 \end_inset
19802
19803 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19804  für jede Spalte den Befehl
19805 \end_layout
19806
19807 \begin_layout Standard
19808
19809 \series bold
19810 >{
19811 \backslash
19812 centering}p{(1
19813 \backslash
19814 columnwidth-62.4pt)/5}
19815 \end_layout
19816
19817 \begin_layout Standard
19818 an.
19819  Für eine Tabelle mit 5
19820 \begin_inset space \thinspace{}
19821 \end_inset
19822
19823 Spalten bei der 2 das 0,75
19824 \begin_inset space \thinspace{}
19825 \end_inset
19826
19827 fache der Breite der anderen 3
19828 \begin_inset space ~
19829 \end_inset
19830
19831 Spalten haben sollen, ist die Berechnung
19832 \begin_inset Formula 
19833 \begin{align}
19834 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{Spalte}}+2\cdot0,75\, W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19835  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19836  & =4,5\, W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19837 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19838 \end{align}
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 In der Tabelle wird daher der Befehl
19847 \end_layout
19848
19849 \begin_layout Standard
19850
19851 \series bold
19852 >{
19853 \backslash
19854 centering}p{(1
19855 \backslash
19856 columnwidth-62.4pt)/
19857 \backslash
19858 real{4.5}}
19859 \end_layout
19860
19861 \begin_layout Standard
19862 für die breiteren Spalten verwendet und
19863 \end_layout
19864
19865 \begin_layout Standard
19866
19867 \series bold
19868 >{
19869 \backslash
19870 centering}p{(1
19871 \backslash
19872 columnwidth-62.4pt)/
19873 \backslash
19874 real{4.5}*
19875 \backslash
19876 real{0.75}}
19877 \end_layout
19878
19879 \begin_layout Standard
19880 für die schmaleren:
19881 \end_layout
19882
19883 \begin_layout Standard
19884 \begin_inset Tabular
19885 <lyxtabular version="3" rows="2" columns="5">
19886 <features rotate="0" tabularvalignment="middle">
19887 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19888 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19889 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19890 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19891 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 1
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 2
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915 3
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 4
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 5
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 111111 1111111 111111 111111111 11111 11111 1111
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 2222 22222 222222 222222222 2222222 22 22222
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 333333 333333 333333 33333 3333333 333
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 </lyxtabular>
19987
19988 \end_inset
19989
19990
19991 \end_layout
19992
19993 \begin_layout Section
19994 Tabellen-Anpassung
19995 \begin_inset Index idx
19996 status collapsed
19997
19998 \begin_layout Plain Layout
19999 Tabellen ! Anpassung
20000 \end_layout
20001
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \begin_layout Subsection
20008 Zeilenabstand
20009 \begin_inset CommandInset label
20010 LatexCommand label
20011 name "uab:Zeilenabstand"
20012
20013 \end_inset
20014
20015
20016 \begin_inset Index idx
20017 status collapsed
20018
20019 \begin_layout Plain Layout
20020 Tabellen ! Zeilenabstand
20021 \end_layout
20022
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \begin_layout Standard
20029 Auf der Karteikarte 
20030 \family sans
20031 Rahmen
20032 \family default
20033  des 
20034 \family sans
20035 Tabellen-Einstellungen
20036 \family default
20037 -Dialogs können Sie 
20038 \family sans
20039 zusätzliche
20040 \begin_inset space ~
20041 \end_inset
20042
20043 Abstände
20044 \family default
20045  einfügen.
20046  Dabei haben Sie drei Möglichkeiten:
20047 \end_layout
20048
20049 \begin_layout Description
20050 Oberhalb
20051 \begin_inset space ~
20052 \end_inset
20053
20054 der
20055 \begin_inset space ~
20056 \end_inset
20057
20058 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
20059  Bei einer formalen Tabelle
20060 \begin_inset Foot
20061 status collapsed
20062
20063 \begin_layout Plain Layout
20064 Formale Tabellen wurden in Abschnitt
20065 \begin_inset space ~
20066 \end_inset
20067
20068
20069 \begin_inset CommandInset ref
20070 LatexCommand ref
20071 reference "abs:Formale-Tabellen"
20072
20073 \end_inset
20074
20075  beschrieben.
20076 \end_layout
20077
20078 \end_inset
20079
20080  fügt LyX standardmäßig 0.5
20081 \begin_inset space \thinspace{}
20082 \end_inset
20083
20084 em Leerraum ein.
20085  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20086 \begin_inset VSpace medskip
20087 \end_inset
20088
20089
20090 \begin_inset Newline newline
20091 \end_inset
20092
20093
20094 \begin_inset space \hspace*{}
20095 \length 0pt
20096 \end_inset
20097
20098
20099 \begin_inset space \hfill{}
20100 \end_inset
20101
20102
20103 \begin_inset Tabular
20104 <lyxtabular version="3" rows="3" columns="1">
20105 <features rotate="0" tabularvalignment="middle">
20106 <column alignment="center" valignment="top">
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 A
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row topspace="3mm">
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 3
20124 \begin_inset space \thinspace{}
20125 \end_inset
20126
20127 mm Leerraum oberhalb der Zeile
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 <row>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 C
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 </lyxtabular>
20145
20146 \end_inset
20147
20148
20149 \begin_inset space \hfill{}
20150 \end_inset
20151
20152
20153 \begin_inset space \hspace*{}
20154 \length 0pt
20155 \end_inset
20156
20157
20158 \begin_inset VSpace medskip
20159 \end_inset
20160
20161
20162 \begin_inset Newline newline
20163 \end_inset
20164
20165 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20166 n Linien verwenden.
20167 \end_layout
20168
20169 \begin_layout Description
20170 Unterhalb
20171 \begin_inset space ~
20172 \end_inset
20173
20174 der
20175 \begin_inset space ~
20176 \end_inset
20177
20178 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20179  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20180 \begin_inset space \thinspace{}
20181 \end_inset
20182
20183 em Leerraum ein.
20184  Bei normalen Tabellen ist der Standardwert 2
20185 \begin_inset space \thinspace{}
20186 \end_inset
20187
20188 pt.
20189 \end_layout
20190
20191 \begin_layout Description
20192 Zwischen
20193 \begin_inset space ~
20194 \end_inset
20195
20196 den
20197 \begin_inset space ~
20198 \end_inset
20199
20200 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20201  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20202 \begin_inset space \thinspace{}
20203 \end_inset
20204
20205 em Leerraum ein.
20206  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20207 \begin_inset VSpace medskip
20208 \end_inset
20209
20210
20211 \begin_inset Newline newline
20212 \end_inset
20213
20214
20215 \begin_inset space \hspace*{}
20216 \length 0pt
20217 \end_inset
20218
20219
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \begin_inset Tabular
20225 <lyxtabular version="3" rows="3" columns="1">
20226 <features rotate="0" tabularvalignment="middle">
20227 <column alignment="center" valignment="top">
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 A
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row interlinespace="3mm">
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\downarrow$
20245 \end_inset
20246
20247  3
20248 \begin_inset space \thinspace{}
20249 \end_inset
20250
20251 mm Leerraum zwischen den Zeilen 
20252 \begin_inset Formula $\downarrow$
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259 </cell>
20260 </row>
20261 <row>
20262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\uparrow$
20267 \end_inset
20268
20269  3
20270 \begin_inset space \thinspace{}
20271 \end_inset
20272
20273 mm Leerraum zwischen den Zeilen 
20274 \begin_inset Formula $\uparrow$
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \end_inset
20281 </cell>
20282 </row>
20283 </lyxtabular>
20284
20285 \end_inset
20286
20287
20288 \begin_inset space \hfill{}
20289 \end_inset
20290
20291
20292 \begin_inset space \hspace*{}
20293 \length 0pt
20294 \end_inset
20295
20296
20297 \begin_inset VSpace medskip
20298 \end_inset
20299
20300
20301 \begin_inset Newline newline
20302 \end_inset
20303
20304 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20305 n Linien verwenden.
20306 \end_layout
20307
20308 \begin_layout Standard
20309 \begin_inset VSpace bigskip
20310 \end_inset
20311
20312 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20313  Befehlen im LaTeX-Vorspann machen:
20314 \end_layout
20315
20316 \begin_layout Standard
20317
20318 \series bold
20319
20320 \backslash
20321 @ifundefined{extrarowheight}
20322 \begin_inset Newline newline
20323 \end_inset
20324
20325
20326 \begin_inset Phantom HPhantom
20327 status open
20328
20329 \begin_layout Plain Layout
20330
20331 \series bold
20332 \begin_inset space ~
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339
20340 {
20341 \backslash
20342 usepackage{array}}{}
20343 \begin_inset Newline newline
20344 \end_inset
20345
20346
20347 \backslash
20348 setlength{
20349 \backslash
20350 extrarowheight}{Höhe}
20351 \end_layout
20352
20353 \begin_layout Standard
20354 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20355  ausgerichtet sind.
20356  (Das Paket 
20357 \series bold
20358 array
20359 \series default
20360  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20361  verwenden.
20362  Der Befehl 
20363 \series bold
20364
20365 \backslash
20366 @ifundefined
20367 \series default
20368  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20369 \end_layout
20370
20371 \begin_layout Standard
20372 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20373  zu nah an den Buchstaben.
20374  Das kann korrigiert werden, indem man den Befehl 
20375 \series bold
20376
20377 \backslash
20378 strut
20379 \series default
20380  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20381  Tabelle
20382 \begin_inset space ~
20383 \end_inset
20384
20385
20386 \begin_inset CommandInset ref
20387 LatexCommand ref
20388 reference "tab:Vertikale-Ausrichtung-von"
20389
20390 \end_inset
20391
20392  zeigt den Effekt.
20393 \end_layout
20394
20395 \begin_layout Standard
20396 \noindent
20397 \begin_inset Float table
20398 placement h
20399 wide false
20400 sideways false
20401 status open
20402
20403 \begin_layout Plain Layout
20404 \begin_inset Caption Standard
20405
20406 \begin_layout Plain Layout
20407 \begin_inset CommandInset label
20408 LatexCommand label
20409 name "tab:Vertikale-Ausrichtung-von"
20410
20411 \end_inset
20412
20413 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \begin_layout Plain Layout
20422 \begin_inset space \hfill{}
20423 \end_inset
20424
20425
20426 \begin_inset Float table
20427 wide false
20428 sideways false
20429 status collapsed
20430
20431 \begin_layout Plain Layout
20432 \begin_inset Caption Standard
20433
20434 \begin_layout Plain Layout
20435 Normale Tabelle.
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Plain Layout
20444 \noindent
20445 \align center
20446 \begin_inset Tabular
20447 <lyxtabular version="3" rows="6" columns="1">
20448 <features rotate="0" tabularvalignment="middle">
20449 <column alignment="left" valignment="top">
20450 <row>
20451 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 Normal, g
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 <row>
20462 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466
20467 \size large
20468 Groß, g
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \size larger
20481 Größer, g
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \size largest
20494 noch Größer, g
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 <row>
20501 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \size huge
20507 Riesig
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \size giant
20520 Gigantisch
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 </lyxtabular>
20527
20528 \end_inset
20529
20530
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \begin_inset space \hfill{}
20537 \end_inset
20538
20539
20540 \begin_inset Float table
20541 wide false
20542 sideways false
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Caption Standard
20547
20548 \begin_layout Plain Layout
20549 Tabelle bei der der Befehl 
20550 \series bold
20551
20552 \backslash
20553 strut
20554 \series default
20555  verwendet wurde.
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \begin_layout Plain Layout
20564 \noindent
20565 \align center
20566 \begin_inset Tabular
20567 <lyxtabular version="3" rows="6" columns="1">
20568 <features rotate="0" tabularvalignment="middle">
20569 <column alignment="left" valignment="top">
20570 <row>
20571 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 Normal, g
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \size large
20588 \begin_inset ERT
20589 status collapsed
20590
20591 \begin_layout Plain Layout
20592
20593
20594 \backslash
20595 strut 
20596 \end_layout
20597
20598 \end_inset
20599
20600 Groß, g
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \size larger
20613 \begin_inset ERT
20614 status collapsed
20615
20616 \begin_layout Plain Layout
20617
20618
20619 \backslash
20620 strut 
20621 \end_layout
20622
20623 \end_inset
20624
20625 Größer, g
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 </row>
20631 <row>
20632 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636
20637 \size largest
20638 \begin_inset ERT
20639 status collapsed
20640
20641 \begin_layout Plain Layout
20642
20643
20644 \backslash
20645 strut 
20646 \end_layout
20647
20648 \end_inset
20649
20650 noch Größer, g
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \size huge
20663 \begin_inset ERT
20664 status collapsed
20665
20666 \begin_layout Plain Layout
20667
20668
20669 \backslash
20670 strut 
20671 \end_layout
20672
20673 \end_inset
20674
20675 Riesig
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \size giant
20688 \begin_inset ERT
20689 status collapsed
20690
20691 \begin_layout Plain Layout
20692
20693
20694 \backslash
20695 strut 
20696 \end_layout
20697
20698 \end_inset
20699
20700 Gigantisch
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 </lyxtabular>
20707
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714
20715
20716 \begin_inset space \hfill{}
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \begin_layout Subsection
20728 Besondere Zellenausrichtung
20729 \begin_inset CommandInset label
20730 LatexCommand label
20731 name "uab:Besondere-Zellenausrichtung"
20732
20733 \end_inset
20734
20735
20736 \begin_inset Index idx
20737 status collapsed
20738
20739 \begin_layout Plain Layout
20740 Tabellen ! Zellenausrichtung
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Standard
20749 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20750  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20751 \begin_inset space ~
20752 \end_inset
20753
20754
20755 \begin_inset CommandInset ref
20756 LatexCommand ref
20757 reference "tab:Tabellenzellen-sind-auf"
20758
20759 \end_inset
20760
20761 .
20762  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20763  dann entweder den Werkzeugleistenknopf 
20764 \begin_inset Info
20765 type  "icon"
20766 arg   "inset-modify tabular align-decimal"
20767 \end_inset
20768
20769  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20770 \family sans
20771 Am
20772 \begin_inset space ~
20773 \end_inset
20774
20775 Dezimaltrenner
20776 \family default
20777  setzt.
20778  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20779  frei wählen.
20780 \end_layout
20781
20782 \begin_layout Standard
20783 \begin_inset Float table
20784 placement h
20785 wide false
20786 sideways false
20787 status open
20788
20789 \begin_layout Plain Layout
20790 \begin_inset Caption Standard
20791
20792 \begin_layout Plain Layout
20793 \begin_inset CommandInset label
20794 LatexCommand label
20795 name "tab:Tabellenzellen-sind-auf"
20796
20797 \end_inset
20798
20799 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Plain Layout
20808 \align center
20809 \begin_inset Tabular
20810 <lyxtabular version="3" rows="4" columns="1">
20811 <features rotate="0" booktabs="true" tabularvalignment="middle">
20812 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20813 <row>
20814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20815 \begin_inset Text
20816
20817 \begin_layout Plain Layout
20818 Überschrift
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="center" valignment="top" topline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829 12,6
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 0,68
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 -123,0
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 </lyxtabular>
20858
20859 \end_inset
20860
20861
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Standard
20870 \begin_inset Float table
20871 placement h
20872 wide false
20873 sideways false
20874 status open
20875
20876 \begin_layout Plain Layout
20877 \begin_inset Caption Standard
20878
20879 \begin_layout Plain Layout
20880 \begin_inset CommandInset label
20881 LatexCommand label
20882 name "tab:Tabellenzellen-Operator"
20883
20884 \end_inset
20885
20886 Tabellenzellen sind auf den Operator ausgerichtet
20887 \end_layout
20888
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \begin_layout Plain Layout
20895 \align center
20896 \begin_inset Tabular
20897 <lyxtabular version="3" rows="4" columns="2">
20898 <features rotate="0" booktabs="true" tabularvalignment="middle">
20899 <column alignment="right" valignment="top" width="0pt">
20900 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20901 <row>
20902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 Überschrift
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $12\,+$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 <cell alignment="center" valignment="top" usebox="none">
20935 \begin_inset Text
20936
20937 \begin_layout Plain Layout
20938 \begin_inset Formula $\,6$
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 </row>
20947 <row>
20948 <cell alignment="center" valignment="top" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Formula $0\,-$
20953 \end_inset
20954
20955
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 \begin_inset Formula $\,68$
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 \begin_inset Formula $-123\,/$
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell alignment="center" valignment="top" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990 \begin_inset Formula $\,0$
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 </lyxtabular>
21000
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \begin_layout Standard
21012 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
21013  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
21014  Formeln erlaubt.
21015  In diesem Fall verwendet man die Methode von Tabelle
21016 \begin_inset space ~
21017 \end_inset
21018
21019
21020 \begin_inset CommandInset ref
21021 LatexCommand ref
21022 reference "tab:Tabellenzellen-Operator"
21023
21024 \end_inset
21025
21026 .
21027  Diese Tabelle wurde als 4×2 Tabelle erstellt.
21028  Die Überschrift ist eine zentrierte Mehrfachspalte.
21029  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
21030  und den Operator.
21031  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
21032  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
21033  um den üblichen Leerraum um einen Operator zu erhalten.
21034  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
21035  für die zweite Spalte folgendes eingefügt:
21036 \end_layout
21037
21038 \begin_layout Standard
21039
21040 \series bold
21041 @{}l
21042 \end_layout
21043
21044 \begin_layout Standard
21045 Tabelle
21046 \begin_inset space ~
21047 \end_inset
21048
21049
21050 \begin_inset CommandInset ref
21051 LatexCommand ref
21052 reference "tab:Verschiedene-Ausrichtungen"
21053
21054 \end_inset
21055
21056  zeigt einige Ausrichtungen.
21057  Für die Ausrichtung der Relationen wurde ein kleiner 
21058 \family sans
21059 Leerraum
21060 \family default
21061  eingefügt; wie in der zweiten Spalte von Tabelle
21062 \begin_inset space ~
21063 \end_inset
21064
21065
21066 \begin_inset CommandInset ref
21067 LatexCommand ref
21068 reference "tab:Tabellenzellen-Operator"
21069
21070 \end_inset
21071
21072 .
21073 \end_layout
21074
21075 \begin_layout Standard
21076
21077 \color black
21078 \begin_inset Float table
21079 placement h
21080 wide false
21081 sideways false
21082 status open
21083
21084 \begin_layout Plain Layout
21085
21086 \color black
21087 \begin_inset Caption Standard
21088
21089 \begin_layout Plain Layout
21090
21091 \color black
21092 \begin_inset CommandInset label
21093 LatexCommand label
21094 name "tab:Verschiedene-Ausrichtungen"
21095
21096 \end_inset
21097
21098
21099 \color inherit
21100 Verschiedene Ausrichtungen
21101 \end_layout
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Plain Layout
21109 \align center
21110 \begin_inset Tabular
21111 <lyxtabular version="3" rows="4" columns="6">
21112 <features rotate="0" tabularvalignment="middle">
21113 <column alignment="right" valignment="top">
21114 <column alignment="left" valignment="top" special="@{}l">
21115 <column alignment="right" valignment="top">
21116 <column alignment="left" valignment="top" special="@{}l">
21117 <column alignment="right" valignment="top">
21118 <column alignment="left" valignment="top" special="@{}l">
21119 <row>
21120 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 Einheiten
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 Exponenten
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160 Relationen
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 </row>
21175 <row>
21176 <cell alignment="center" valignment="top" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180 12×
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189 24
21190 \begin_inset space \thinspace{}
21191 \end_inset
21192
21193 Flaschen
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 <cell alignment="center" valignment="top" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 \begin_inset Formula $10\cdot$
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 \begin_inset Formula $10^{\mbox{-}17}$
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $\Gamma(t)\propto$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\:\Upsilon(t)$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 1024×
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 768
21262 \begin_inset space \thinspace{}
21263 \end_inset
21264
21265 Pixel
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 \begin_inset Formula $5.78\cdot$
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Formula $10^{7}$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 <cell alignment="center" valignment="top" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298 \begin_inset Formula $A\ne$
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 \begin_inset Formula $\: B_{\mathrm{red}}$
21311 \end_inset
21312
21313
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 </row>
21319 <row>
21320 <cell alignment="center" valignment="top" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 32×
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 6
21334 \begin_inset space \thinspace{}
21335 \end_inset
21336
21337 cm
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 -
21347 \begin_inset Formula $33.5\cdot$
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $10^{4}$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 \begin_inset Formula $\sin(\alpha)\ge$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\:\sin(\beta)$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 </lyxtabular>
21393
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Subsection
21405 Angepasste Zellen-/Spaltenformate
21406 \begin_inset CommandInset label
21407 LatexCommand label
21408 name "uab:Angepasste-Zellen-/Spaltenformate"
21409
21410 \end_inset
21411
21412
21413 \begin_inset Index idx
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417 Tabellen ! Spaltenformat
21418 \end_layout
21419
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \begin_layout Standard
21426 Wenn man wie in Abschnitt
21427 \begin_inset space ~
21428 \end_inset
21429
21430
21431 \begin_inset CommandInset ref
21432 LatexCommand ref
21433 reference "abs:Berechnung-der-Tabellenbreite"
21434
21435 \end_inset
21436
21437  oder Abschnitt
21438 \begin_inset space ~
21439 \end_inset
21440
21441
21442 \begin_inset CommandInset ref
21443 LatexCommand ref
21444 reference "uab:Mehrfachspalten-Berechnungen"
21445
21446 \end_inset
21447
21448  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21449  Tabellen sehr lästig.
21450  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21451 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21452  kann.
21453  Das Format wird mit dem Befehl
21454 \end_layout
21455
21456 \begin_layout Standard
21457
21458 \series bold
21459
21460 \backslash
21461 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 definiert.
21466  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21467 \emph on
21468 b
21469 \emph default
21470
21471 \emph on
21472 c
21473 \emph default
21474
21475 \emph on
21476 l
21477 \emph default
21478
21479 \emph on
21480 m
21481 \emph default
21482
21483 \emph on
21484 p
21485 \emph default
21486  oder 
21487 \emph on
21488 r
21489 \emph default
21490 , weil diese vordefiniert sind.
21491  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21492 \end_layout
21493
21494 \begin_layout Standard
21495 \begin_inset VSpace medskip
21496 \end_inset
21497
21498
21499 \end_layout
21500
21501 \begin_layout Standard
21502 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21503  Breite könnte das Format so aussehen:
21504 \end_layout
21505
21506 \begin_layout Standard
21507
21508 \series bold
21509
21510 \backslash
21511 newcolumntype{M}[1]{>{
21512 \backslash
21513 centering
21514 \backslash
21515 hspace{0pt}}m{#1}}
21516 \end_layout
21517
21518 \begin_layout Standard
21519 wobei 
21520 \series bold
21521
21522 \backslash
21523 hspace{0pt}
21524 \series default
21525  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21526  Abschnitt
21527 \begin_inset space ~
21528 \end_inset
21529
21530
21531 \begin_inset CommandInset ref
21532 LatexCommand ref
21533 reference "uab:Mehrfache-Zeilen-in"
21534
21535 \end_inset
21536
21537  beschrieben.
21538  Jetzt können Sie mit
21539 \end_layout
21540
21541 \begin_layout Standard
21542
21543 \series bold
21544 M{Breite}
21545 \end_layout
21546
21547 \begin_layout Standard
21548 im 
21549 \family sans
21550 LaTeX-Argument
21551 \family default
21552  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21553 \end_layout
21554
21555 \begin_layout Standard
21556 \begin_inset VSpace bigskip
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21564  Format definieren:
21565 \end_layout
21566
21567 \begin_layout Standard
21568
21569 \series bold
21570
21571 \backslash
21572 newcolumntype{S}[2]{>{
21573 \backslash
21574 centering
21575 \backslash
21576 hspace{0pt}}
21577 \begin_inset Newline newline
21578 \end_inset
21579
21580
21581 \begin_inset Phantom HPhantom
21582 status open
21583
21584 \begin_layout Plain Layout
21585
21586 \series bold
21587
21588 \backslash
21589 newcolumntype
21590 \end_layout
21591
21592 \end_inset
21593
21594 m{(#1+(2
21595 \backslash
21596 tabcolsep+
21597 \backslash
21598 arrayrulewidth)*(1-#2))/#2}}
21599 \end_layout
21600
21601 \begin_layout Standard
21602 Dieses Format benutzt Gleichung
21603 \begin_inset space ~
21604 \end_inset
21605
21606
21607 \begin_inset CommandInset ref
21608 LatexCommand ref
21609 reference "eq:Wgn"
21610
21611 \end_inset
21612
21613 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21614  breit ist.
21615 \end_layout
21616
21617 \begin_layout Standard
21618 Jetzt können Sie im 
21619 \family sans
21620 LaTeX-Argument
21621 \family default
21622  im 
21623 \family sans
21624 Tabellen-Einstellungen
21625 \family default
21626 -Dialog folgendes einfügen:
21627 \end_layout
21628
21629 \begin_layout Standard
21630
21631 \series bold
21632 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21633 \end_layout
21634
21635 \begin_layout Standard
21636 \begin_inset VSpace bigskip
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Für farbige Spalten können Sie folgendes einfügen:
21644 \end_layout
21645
21646 \begin_layout Standard
21647
21648 \series bold
21649
21650 \backslash
21651 newcolumntype{K}[1]{>{
21652 \backslash
21653 columncolor{#1}
21654 \backslash
21655 hspace{0pt}}c}
21656 \end_layout
21657
21658 \begin_layout Standard
21659 Das 
21660 \begin_inset Quotes gld
21661 \end_inset
21662
21663 c
21664 \begin_inset Quotes grd
21665 \end_inset
21666
21667  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21668  zentriert ist.
21669  Jetzt können Sie als 
21670 \family sans
21671 LaTeX-Argument
21672 \family default
21673  folgendes einfügen:
21674 \end_layout
21675
21676 \begin_layout Standard
21677
21678 \series bold
21679 K{Farbname}
21680 \end_layout
21681
21682 \begin_layout Standard
21683 \begin_inset VSpace bigskip
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \begin_layout Standard
21690 Für Tabelle
21691 \begin_inset space ~
21692 \end_inset
21693
21694
21695 \begin_inset CommandInset ref
21696 LatexCommand ref
21697 reference "tab:Tabelle-mit-benutzerdefinierte"
21698
21699 \end_inset
21700
21701  wurden folgende 
21702 \family sans
21703 LaTeX-Argumente
21704 \family default
21705  benutzt:
21706 \end_layout
21707
21708 \begin_layout Standard
21709
21710 \series bold
21711 M{2.5cm}
21712 \end_layout
21713
21714 \begin_layout Standard
21715 für die erste Spalte und die Mehrfachspalte,
21716 \end_layout
21717
21718 \begin_layout Standard
21719
21720 \series bold
21721 K{red}
21722 \end_layout
21723
21724 \begin_layout Standard
21725 für die letzte Spalte und
21726 \end_layout
21727
21728 \begin_layout Standard
21729
21730 \series bold
21731 S{2.5cm}{2}
21732 \end_layout
21733
21734 \begin_layout Standard
21735 für die Spalten in der zweiten Mehrfachspalte.
21736 \end_layout
21737
21738 \begin_layout Standard
21739 \begin_inset Float table
21740 placement h
21741 wide false
21742 sideways false
21743 status open
21744
21745 \begin_layout Plain Layout
21746 \begin_inset Caption Standard
21747
21748 \begin_layout Plain Layout
21749 \begin_inset CommandInset label
21750 LatexCommand label
21751 name "tab:Tabelle-mit-benutzerdefinierte"
21752
21753 \end_inset
21754
21755 Tabelle mit benutzerdefinierten Formaten
21756 \end_layout
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \begin_layout Plain Layout
21764 \align center
21765 \begin_inset Tabular
21766 <lyxtabular version="3" rows="3" columns="4">
21767 <features rotate="0" tabularvalignment="middle">
21768 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21769 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21770 <column alignment="center" valignment="middle">
21771 <column alignment="center" valignment="middle" special="K{red}">
21772 <row>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 einsehrlangesWort
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 Mehrfachspalte mit mehreren Zeilen
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 c
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 d
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 e
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 f
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842 g
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853 h
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 i
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 j
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 k
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 </lyxtabular>
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \begin_layout Subsection
21899 Liniendicke
21900 \begin_inset CommandInset label
21901 LatexCommand label
21902 name "uab:Liniendicke"
21903
21904 \end_inset
21905
21906
21907 \begin_inset Index idx
21908 status collapsed
21909
21910 \begin_layout Plain Layout
21911 Tabellen  ! Linien ! -dicke
21912 \end_layout
21913
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \begin_layout Standard
21920 Die Liniendicke für alle Linien einer Tabelle kann mit 
21921 \series bold
21922
21923 \backslash
21924 arrayrulewidth
21925 \series default
21926  eingestellt werden.
21927  Um eine Liniendicke von 1.5
21928 \begin_inset space \thinspace{}
21929 \end_inset
21930
21931 pt wie in Tabelle
21932 \begin_inset space ~
21933 \end_inset
21934
21935
21936 \begin_inset CommandInset ref
21937 LatexCommand ref
21938 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21939
21940 \end_inset
21941
21942  zu bekommen, geben Sie den Befehl
21943 \end_layout
21944
21945 \begin_layout Standard
21946
21947 \series bold
21948
21949 \backslash
21950 setlength{
21951 \backslash
21952 arrayrulewidth}{1.5pt}
21953 \end_layout
21954
21955 \begin_layout Standard
21956 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21957  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21958  Mit
21959 \end_layout
21960
21961 \begin_layout Standard
21962
21963 \series bold
21964
21965 \backslash
21966 setlength{
21967 \backslash
21968 arrayrulewidth}{0.4pt}
21969 \end_layout
21970
21971 \begin_layout Standard
21972 bekommen Sie wieder die Standarddicke.
21973 \end_layout
21974
21975 \begin_layout Standard
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980
21981
21982 \backslash
21983 setlength{
21984 \backslash
21985 arrayrulewidth}{1.5pt}
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \begin_inset Float table
21992 placement H
21993 wide false
21994 sideways false
21995 status open
21996
21997 \begin_layout Plain Layout
21998 \begin_inset Caption Standard
21999
22000 \begin_layout Plain Layout
22001 \begin_inset CommandInset label
22002 LatexCommand label
22003 name "tab:Tabelle-mit-1.5pt-Liniendicke"
22004
22005 \end_inset
22006
22007 Tabelle mit 1.5
22008 \begin_inset space \thinspace{}
22009 \end_inset
22010
22011 pt Liniendicke
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Plain Layout
22020 \align center
22021 \begin_inset Tabular
22022 <lyxtabular version="3" rows="3" columns="3">
22023 <features rotate="0" tabularvalignment="middle">
22024 <column alignment="center" valignment="top">
22025 <column alignment="center" valignment="top">
22026 <column alignment="center" valignment="top">
22027 <row>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 sd
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \end_layout
22052
22053 \end_inset
22054 </cell>
22055 </row>
22056 <row>
22057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 sd
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 <row>
22086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22096 \begin_inset Text
22097
22098 \begin_layout Plain Layout
22099
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 sd
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 </lyxtabular>
22115
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \begin_inset ERT
22125 status collapsed
22126
22127 \begin_layout Plain Layout
22128
22129
22130 \backslash
22131 setlength{
22132 \backslash
22133 arrayrulewidth}{0.4pt}
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Standard
22142 \begin_inset VSpace bigskip
22143 \end_inset
22144
22145 Um eine Liniendicke von 1.5
22146 \begin_inset space \thinspace{}
22147 \end_inset
22148
22149 pt nur für horizontale Linien zu bekommen wie in Tabelle
22150 \begin_inset space ~
22151 \end_inset
22152
22153
22154 \begin_inset CommandInset ref
22155 LatexCommand ref
22156 reference "tab:Tabelle-mit-1.5pt-horiz"
22157
22158 \end_inset
22159
22160 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22161  einfügen:
22162 \end_layout
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167
22168 \backslash
22169 let
22170 \backslash
22171 myHline
22172 \backslash
22173 hline
22174 \begin_inset Newline newline
22175 \end_inset
22176
22177
22178 \backslash
22179 renewcommand{
22180 \backslash
22181 hline}
22182 \begin_inset Newline newline
22183 \end_inset
22184
22185  {
22186 \backslash
22187 noalign{
22188 \backslash
22189 global
22190 \backslash
22191 arrayrulewidth 1.5pt}
22192 \begin_inset Newline newline
22193 \end_inset
22194
22195  
22196 \backslash
22197 myHline
22198 \backslash
22199 noalign{
22200 \backslash
22201 global
22202 \backslash
22203 arrayrulewidth 0.4pt}}
22204 \end_layout
22205
22206 \begin_layout Standard
22207 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22208  der (Gleit\SpecialChar \-
22209 objekt-)Tabelle zurück:
22210 \end_layout
22211
22212 \begin_layout Standard
22213
22214 \series bold
22215
22216 \backslash
22217 renewcommand{
22218 \backslash
22219 hline}{
22220 \backslash
22221 myHline}
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset ERT
22226 status collapsed
22227
22228 \begin_layout Plain Layout
22229
22230
22231 \backslash
22232 let
22233 \backslash
22234 myHline
22235 \backslash
22236 hline
22237 \end_layout
22238
22239 \begin_layout Plain Layout
22240
22241
22242 \backslash
22243 renewcommand{
22244 \backslash
22245 hline}
22246 \end_layout
22247
22248 \begin_layout Plain Layout
22249
22250  {
22251 \backslash
22252 noalign{
22253 \backslash
22254 global
22255 \backslash
22256 arrayrulewidth 1.5pt}
22257 \end_layout
22258
22259 \begin_layout Plain Layout
22260
22261   
22262 \backslash
22263 myHline
22264 \backslash
22265 noalign{
22266 \backslash
22267 global
22268 \backslash
22269 arrayrulewidth 0.4pt}}
22270 \end_layout
22271
22272 \end_inset
22273
22274
22275 \begin_inset Float table
22276 placement h
22277 wide false
22278 sideways false
22279 status open
22280
22281 \begin_layout Plain Layout
22282 \begin_inset Caption Standard
22283
22284 \begin_layout Plain Layout
22285 \begin_inset CommandInset label
22286 LatexCommand label
22287 name "tab:Tabelle-mit-1.5pt-horiz"
22288
22289 \end_inset
22290
22291 Tabelle mit 1.5
22292 \begin_inset space \thinspace{}
22293 \end_inset
22294
22295 pt dicken horizontalen Linien
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \begin_layout Plain Layout
22304 \align center
22305 \begin_inset Tabular
22306 <lyxtabular version="3" rows="3" columns="3">
22307 <features rotate="0" tabularvalignment="middle">
22308 <column alignment="center" valignment="top">
22309 <column alignment="center" valignment="top">
22310 <column alignment="center" valignment="top">
22311 <row>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 sd
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 sd
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 <row>
22370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 sd
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 </lyxtabular>
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \begin_inset ERT
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412
22413
22414 \backslash
22415 renewcommand{
22416 \backslash
22417 hline}{
22418 \backslash
22419 myHline}
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Standard
22428 \begin_inset VSpace bigskip
22429 \end_inset
22430
22431 Um die Liniendicke von 1.5
22432 \begin_inset space \thinspace{}
22433 \end_inset
22434
22435 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22436  Spaltenformat entsprechend der Beschreibung in Abschnitt
22437 \begin_inset space ~
22438 \end_inset
22439
22440
22441 \begin_inset CommandInset ref
22442 LatexCommand ref
22443 reference "uab:Angepasste-Zellen-/Spaltenformate"
22444
22445 \end_inset
22446
22447  definieren:
22448 \end_layout
22449
22450 \begin_layout Standard
22451
22452 \series bold
22453
22454 \backslash
22455 newcolumntype{V}{!{
22456 \backslash
22457 vrule width 1.5pt}}
22458 \end_layout
22459
22460 \begin_layout Standard
22461 In Tabelle
22462 \begin_inset space ~
22463 \end_inset
22464
22465
22466 \begin_inset CommandInset ref
22467 LatexCommand ref
22468 reference "tab:Tabelle-mit-1.5pt-vert"
22469
22470 \end_inset
22471
22472  wurde das 
22473 \family sans
22474 LaTe
22475 \begin_inset ERT
22476 status collapsed
22477
22478 \begin_layout Plain Layout
22479
22480 {}
22481 \end_layout
22482
22483 \end_inset
22484
22485 X-Argument
22486 \family default
22487 \series bold
22488  VcV
22489 \series default
22490  für die letzte Spalte und
22491 \series bold
22492  Vc
22493 \series default
22494  für die anderen benutzt.
22495 \end_layout
22496
22497 \begin_layout Standard
22498 \begin_inset Float table
22499 placement H
22500 wide false
22501 sideways false
22502 status open
22503
22504 \begin_layout Plain Layout
22505 \begin_inset Caption Standard
22506
22507 \begin_layout Plain Layout
22508 \begin_inset CommandInset label
22509 LatexCommand label
22510 name "tab:Tabelle-mit-1.5pt-vert"
22511
22512 \end_inset
22513
22514 Tabelle mit 1.5
22515 \begin_inset space \thinspace{}
22516 \end_inset
22517
22518 pt dicken vertikalen Linien
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \begin_layout Plain Layout
22527 \align center
22528 \begin_inset Tabular
22529 <lyxtabular version="3" rows="3" columns="3">
22530 <features rotate="0" tabularvalignment="middle">
22531 <column alignment="center" valignment="top" special="Vc">
22532 <column alignment="center" valignment="top" special="Vc">
22533 <column alignment="center" valignment="top" special="VcV">
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 sd
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 sd
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 sd
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 </lyxtabular>
22622
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \begin_layout Subsection
22634 Gestrichelte Linien
22635 \begin_inset Index idx
22636 status collapsed
22637
22638 \begin_layout Plain Layout
22639 Tabellen  ! Linien ! gestrichelte 
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \begin_layout Standard
22648 \begin_inset ERT
22649 status collapsed
22650
22651 \begin_layout Plain Layout
22652
22653
22654 \backslash
22655 ifarydshln
22656 \end_layout
22657
22658 \end_inset
22659
22660
22661 \begin_inset Note Note
22662 status open
22663
22664 \begin_layout Plain Layout
22665 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22666 \series bold
22667 arydshln
22668 \series default
22669  installiert ist.
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Standard
22678 \begin_inset Float table
22679 placement h
22680 wide false
22681 sideways false
22682 status open
22683
22684 \begin_layout Plain Layout
22685 \begin_inset Caption Standard
22686
22687 \begin_layout Plain Layout
22688 \begin_inset CommandInset label
22689 LatexCommand label
22690 name "tab:Tabelle-mit-gestrichelten"
22691
22692 \end_inset
22693
22694 Tabelle mit gestrichelten Linien
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Plain Layout
22703 \align center
22704 \begin_inset Tabular
22705 <lyxtabular version="3" rows="5" columns="5">
22706 <features rotate="0" tabularvalignment="middle">
22707 <column alignment="center" valignment="top">
22708 <column alignment="center" valignment="top">
22709 <column alignment="center" valignment="top" special=":c">
22710 <column alignment="center" valignment="top">
22711 <column alignment="center" valignment="top">
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 a
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 b
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 c
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744 d
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 e
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 f
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 g
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 h
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 i
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 j
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 </row>
22806 <row>
22807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset ERT
22812 status collapsed
22813
22814 \begin_layout Plain Layout
22815
22816
22817 \backslash
22818 hdashline 
22819 \end_layout
22820
22821 \end_inset
22822
22823 k
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 l
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 m
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 n
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 o
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 </row>
22865 <row>
22866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 \begin_inset ERT
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874
22875
22876 \backslash
22877 cdashline{4-5}
22878 \end_layout
22879
22880 \end_inset
22881
22882 p
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 q
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 r
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 s
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 t
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 u
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 v
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 w
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 x
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 </lyxtabular>
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22985  TeX-Code benutzen.
22986  Zunächst müssen Sie das LaTeX-Paket 
22987 \series bold
22988 arydshln
22989 \series default
22990
22991 \begin_inset Index idx
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995 LaTeX-Pakete ! arydshln
22996 \end_layout
22997
22998 \end_inset
22999
23000  im LaTeX-Vorspann laden:
23001 \end_layout
23002
23003 \begin_layout Standard
23004
23005 \series bold
23006
23007 \backslash
23008 usepackage{arydshln}
23009 \end_layout
23010
23011 \begin_layout Standard
23012 Um senkrechte Linien zu stricheln, müssen Sie im 
23013 \family sans
23014 LaTe
23015 \begin_inset ERT
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019
23020 {}
23021 \end_layout
23022
23023 \end_inset
23024
23025 X-Argument
23026 \family default
23027  des 
23028 \family sans
23029 Tabellen-Einstellungen
23030 \family default
23031 -Dialogs 
23032 \begin_inset Quotes gld
23033 \end_inset
23034
23035 :
23036 \begin_inset Quotes grd
23037 \end_inset
23038
23039 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
23040 \end_layout
23041
23042 \begin_layout Standard
23043 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
23044 \end_layout
23045
23046 \begin_layout Standard
23047
23048 \series bold
23049
23050 \backslash
23051 hdashline
23052 \end_layout
23053
23054 \begin_layout Standard
23055 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
23056 \end_layout
23057
23058 \begin_layout Standard
23059 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
23060 \end_layout
23061
23062 \begin_layout Standard
23063
23064 \series bold
23065
23066 \backslash
23067 cdashline{Anfangsspalte-Endspalte}
23068 \end_layout
23069
23070 \begin_layout Standard
23071 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
23072  Wenn Sie z.
23073 \begin_inset space \thinspace{}
23074 \end_inset
23075
23076 B.
23077  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
23078  gestrichelte Linie haben, fügen Sie den Befehl
23079 \end_layout
23080
23081 \begin_layout Standard
23082
23083 \series bold
23084
23085 \backslash
23086 cdashline{2-4}
23087 \end_layout
23088
23089 \begin_layout Standard
23090 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
23091 \end_layout
23092
23093 \begin_layout Standard
23094 \begin_inset VSpace bigskip
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \begin_layout Standard
23101 In Tabelle
23102 \begin_inset space ~
23103 \end_inset
23104
23105
23106 \begin_inset CommandInset ref
23107 LatexCommand ref
23108 reference "tab:Tabelle-mit-gestrichelten"
23109
23110 \end_inset
23111
23112  wurde in der dritten Spalte der Befehl
23113 \series bold
23114  
23115 \series default
23116
23117 \begin_inset Quotes gld
23118 \end_inset
23119
23120
23121 \series bold
23122 :c
23123 \begin_inset Quotes grd
23124 \end_inset
23125
23126
23127 \series default
23128  benutzt.
23129  Der Befehl 
23130 \series bold
23131
23132 \backslash
23133 hdashline
23134 \series default
23135  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23136 \begin_inset Newline newline
23137 \end_inset
23138
23139  
23140 \series bold
23141
23142 \backslash
23143 cdashline{4-5} 
23144 \series default
23145 wurde in die erste Zelle der vierten Zeile eingefügt.
23146 \end_layout
23147
23148 \begin_layout Standard
23149 \begin_inset VSpace bigskip
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \begin_layout Standard
23156 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23157 \begin_inset space ~
23158 \end_inset
23159
23160
23161 \begin_inset CommandInset ref
23162 LatexCommand ref
23163 reference "tab:Farbige-Tabelle-mit"
23164
23165 \end_inset
23166
23167  verdeutlicht.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 \begin_inset ERT
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175
23176
23177 \backslash
23178 setlength{
23179 \backslash
23180 arrayrulewidth}{1pt}
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \begin_inset Note Note
23187 status collapsed
23188
23189 \begin_layout Plain Layout
23190 dickere Linien zur besseren Visualisierung der Linienfarbe
23191 \end_layout
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Standard
23199 \begin_inset ERT
23200 status collapsed
23201
23202 \begin_layout Plain Layout
23203
23204
23205 \backslash
23206 dashgapcolor{green}
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \begin_inset Note Note
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216 färbt Raum zwischen den Strichen grün
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \begin_layout Standard
23225 \begin_inset ERT
23226 status collapsed
23227
23228 \begin_layout Plain Layout
23229
23230
23231 \backslash
23232 let
23233 \backslash
23234 myHdashline
23235 \backslash
23236 hdashline
23237 \end_layout
23238
23239 \begin_layout Plain Layout
23240
23241
23242 \backslash
23243 renewcommand{
23244 \backslash
23245 hdashline}
23246 \end_layout
23247
23248 \begin_layout Plain Layout
23249
23250  {
23251 \backslash
23252 arrayrulecolor{red}
23253 \backslash
23254 myHdashline
23255 \backslash
23256 arrayrulecolor{black}}
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \begin_inset Note Note
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266 färbt horizontale, gestrichelte Linien rot
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 let
23283 \backslash
23284 myCdashline
23285 \backslash
23286 cdashline
23287 \end_layout
23288
23289 \begin_layout Plain Layout
23290
23291
23292 \backslash
23293 renewcommand{
23294 \backslash
23295 cdashline}[1]
23296 \end_layout
23297
23298 \begin_layout Plain Layout
23299
23300  {
23301 \backslash
23302 arrayrulecolor{yellow}
23303 \backslash
23304 myCdashline{#1}
23305 \backslash
23306 arrayrulecolor{black}}
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \begin_inset Note Note
23313 status collapsed
23314
23315 \begin_layout Plain Layout
23316 färbt partielle horizontale, gestrichelte Linien gelb
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset Float table
23326 placement h
23327 wide false
23328 sideways false
23329 status open
23330
23331 \begin_layout Plain Layout
23332 \begin_inset Caption Standard
23333
23334 \begin_layout Plain Layout
23335 \begin_inset CommandInset label
23336 LatexCommand label
23337 name "tab:Farbige-Tabelle-mit"
23338
23339 \end_inset
23340
23341 Farbige Tabelle mit gestrichelten Linien
23342 \end_layout
23343
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \begin_layout Plain Layout
23350 \align center
23351 \begin_inset Tabular
23352 <lyxtabular version="3" rows="5" columns="5">
23353 <features rotate="0" tabularvalignment="middle">
23354 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23355 <column alignment="center" valignment="top" width="0pt">
23356 <column alignment="center" valignment="top" width="0pt" special=":c">
23357 <column alignment="center" valignment="top">
23358 <column alignment="center" valignment="top">
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 a
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 b
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382 c
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 d
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 e
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 f
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 g
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 <cell alignment="center" valignment="top" topline="true" usebox="none">
23426 \begin_inset Text
23427
23428 \begin_layout Plain Layout
23429 h
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 i
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 j
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458 \begin_inset ERT
23459 status collapsed
23460
23461 \begin_layout Plain Layout
23462
23463
23464 \backslash
23465 hdashline 
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \begin_inset ERT
23472 status collapsed
23473
23474 \begin_layout Plain Layout
23475
23476
23477 \backslash
23478 rowcolor{Gray}
23479 \end_layout
23480
23481 \end_inset
23482
23483 k
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 l
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 m
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 n
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 o
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 <row>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset ERT
23531 status collapsed
23532
23533 \begin_layout Plain Layout
23534
23535
23536 \backslash
23537 cdashline{4-5}
23538 \end_layout
23539
23540 \end_inset
23541
23542 p
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 q
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 r
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 s
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 </row>
23584 <row>
23585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 t
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 u
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 v
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23613 \begin_inset Text
23614
23615 \begin_layout Plain Layout
23616 w
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 \begin_inset ERT
23626 status collapsed
23627
23628 \begin_layout Plain Layout
23629
23630
23631 \backslash
23632 cellcolor{Maroon}
23633 \end_layout
23634
23635 \end_inset
23636
23637
23638 \color green
23639 i
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 </row>
23645 </lyxtabular>
23646
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \begin_layout Standard
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 renewcommand{
23666 \backslash
23667 hdashline}{
23668 \backslash
23669 myHdashline}
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \begin_inset Note Note
23676 status collapsed
23677
23678 \begin_layout Plain Layout
23679 zurücksetzen auf Standardwert
23680 \end_layout
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \begin_layout Standard
23688 \begin_inset ERT
23689 status collapsed
23690
23691 \begin_layout Plain Layout
23692
23693
23694 \backslash
23695 renewcommand{
23696 \backslash
23697 cdashline}{
23698 \backslash
23699 myCdashline}
23700 \end_layout
23701
23702 \end_inset
23703
23704
23705 \begin_inset Note Note
23706 status collapsed
23707
23708 \begin_layout Plain Layout
23709 zurücksetzen auf Standardwert
23710 \end_layout
23711
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \begin_layout Standard
23718 \begin_inset ERT
23719 status collapsed
23720
23721 \begin_layout Plain Layout
23722
23723
23724 \backslash
23725 nodashgapcolor
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \begin_inset Note Note
23732 status collapsed
23733
23734 \begin_layout Plain Layout
23735 zurücksetzen auf Standardwert
23736 \end_layout
23737
23738 \end_inset
23739
23740
23741 \end_layout
23742
23743 \begin_layout Standard
23744 \begin_inset ERT
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748
23749
23750 \backslash
23751 setlength{
23752 \backslash
23753 arrayrulewidth}{0.4pt}
23754 \end_layout
23755
23756 \end_inset
23757
23758
23759 \begin_inset Note Note
23760 status collapsed
23761
23762 \begin_layout Plain Layout
23763 zurücksetzen auf Standardwert
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \begin_layout Standard
23772 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23773 \begin_inset space ~
23774 \end_inset
23775
23776
23777 \begin_inset CommandInset ref
23778 LatexCommand ref
23779 reference "abs:Farbige-Tabellen"
23780
23781 \end_inset
23782
23783  beschrieben.
23784  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23785  beschrieben, man muss in den Befehlen nur 
23786 \series bold
23787
23788 \backslash
23789 myHlineC
23790 \series default
23791  durch 
23792 \series bold
23793
23794 \backslash
23795 myHdashline
23796 \series default
23797  und 
23798 \backslash
23799
23800 \series bold
23801 hline
23802 \series default
23803  durch 
23804 \series bold
23805
23806 \backslash
23807 hdashline
23808 \series default
23809  ersetzen; man verwendet also den Befehl
23810 \end_layout
23811
23812 \begin_layout Standard
23813
23814 \series bold
23815
23816 \backslash
23817 let
23818 \backslash
23819 myHdashline
23820 \backslash
23821 hdashline
23822 \begin_inset Newline newline
23823 \end_inset
23824
23825
23826 \backslash
23827 renewcommand{
23828 \backslash
23829 hdashline}
23830 \begin_inset Newline newline
23831 \end_inset
23832
23833
23834 \begin_inset Phantom HPhantom
23835 status open
23836
23837 \begin_layout Plain Layout
23838
23839 \series bold
23840 \begin_inset space ~
23841 \end_inset
23842
23843
23844 \end_layout
23845
23846 \end_inset
23847
23848 {
23849 \backslash
23850 arrayrulecolor{red}
23851 \backslash
23852 myHdashline
23853 \backslash
23854 arrayrulecolor{black}}
23855 \end_layout
23856
23857 \begin_layout Standard
23858 Um 
23859 \series bold
23860
23861 \backslash
23862 cdashline
23863 \series default
23864  zu färben, lautet der Befehl
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 let
23873 \backslash
23874 myCdashline
23875 \backslash
23876 cdashline
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \backslash
23882 renewcommand{
23883 \backslash
23884 cdashline}[1]
23885 \begin_inset Newline newline
23886 \end_inset
23887
23888
23889 \begin_inset Phantom HPhantom
23890 status open
23891
23892 \begin_layout Plain Layout
23893
23894 \series bold
23895 \begin_inset space ~
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \end_inset
23902
23903 {
23904 \backslash
23905 arrayrulecolor{red}
23906 \backslash
23907 myCdashline{#1}
23908 \backslash
23909 arrayrulecolor{black}}
23910 \end_layout
23911
23912 \begin_layout Standard
23913 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23914  als TeX-Code hinter der Tabelle einfügen:
23915 \end_layout
23916
23917 \begin_layout Standard
23918 Für 
23919 \series bold
23920
23921 \backslash
23922 hdashline
23923 \end_layout
23924
23925 \begin_layout Standard
23926
23927 \series bold
23928
23929 \backslash
23930 renewcommand{
23931 \backslash
23932 hdashline}{
23933 \backslash
23934 myHdashline}
23935 \end_layout
23936
23937 \begin_layout Standard
23938 und für 
23939 \series bold
23940
23941 \backslash
23942 cdashline
23943 \end_layout
23944
23945 \begin_layout Standard
23946
23947 \series bold
23948
23949 \backslash
23950 renewcommand{
23951 \backslash
23952 cdashline}{
23953 \backslash
23954 myCdashline}
23955 \end_layout
23956
23957 \begin_layout Standard
23958 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23959  Befehl
23960 \end_layout
23961
23962 \begin_layout Standard
23963
23964 \series bold
23965
23966 \backslash
23967 dashgapcolor{Farbe}
23968 \end_layout
23969
23970 \begin_layout Standard
23971 als TeX-Code vor der Tabelle verwenden.
23972  Farbe ist hierbei der Name einer definierten Farbe.
23973  Der Befehl
23974 \end_layout
23975
23976 \begin_layout Standard
23977
23978 \series bold
23979
23980 \backslash
23981 nodashgapcolor
23982 \end_layout
23983
23984 \begin_layout Standard
23985 hebt die Einstellung von 
23986 \series bold
23987
23988 \backslash
23989 dashgapcolor
23990 \series default
23991  auf.
23992 \end_layout
23993
23994 \begin_layout Standard
23995 \begin_inset Note Greyedout
23996 status open
23997
23998 \begin_layout Plain Layout
23999
24000 \series bold
24001 \color none
24002 Achtung
24003 \series default
24004 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
24005  
24006 \series bold
24007 arydshln
24008 \series default
24009  an erster Stelle in der Zelle befinden.
24010  Daher ist in in Zelle 
24011 \emph on
24012 k
24013 \emph default
24014  der Tabelle
24015 \begin_inset space ~
24016 \end_inset
24017
24018
24019 \begin_inset CommandInset ref
24020 LatexCommand ref
24021 reference "tab:Farbige-Tabelle-mit"
24022
24023 \end_inset
24024
24025  der Befehl 
24026 \series bold
24027
24028 \backslash
24029 hdashline
24030 \series default
24031  vor 
24032 \series bold
24033
24034 \backslash
24035 rowcolor
24036 \series default
24037 .
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046 \begin_inset Note Greyedout
24047 status open
24048
24049 \begin_layout Plain Layout
24050
24051 \series bold
24052 \color none
24053 Achtung:
24054 \series default
24055  Das LaTeX-Paket 
24056 \series bold
24057 arydshln
24058 \series default
24059  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
24060 \series bold
24061 colortbl
24062 \series default
24063
24064 \begin_inset Index idx
24065 status collapsed
24066
24067 \begin_layout Plain Layout
24068 LaTeX-Pakete ! colortbl
24069 \end_layout
24070
24071 \end_inset
24072
24073  geladen werden.
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Standard
24082 \begin_inset ERT
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086
24087
24088 \backslash
24089 else
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \begin_inset Note Note
24096 status open
24097
24098 \begin_layout Plain Layout
24099 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
24100 \series bold
24101 arydshln
24102 \series default
24103  nicht installiert ist:
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \begin_layout Standard
24112 Sie müssen das LaTeX-Paket 
24113 \series bold
24114 arydshln
24115 \series default
24116  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset ERT
24121 status collapsed
24122
24123 \begin_layout Plain Layout
24124
24125
24126 \backslash
24127 fi
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \begin_layout Standard
24136 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24137  von 
24138 \series bold
24139 arydshln
24140 \series default
24141
24142 \begin_inset CommandInset citation
24143 LatexCommand cite
24144 key "arydshln"
24145
24146 \end_inset
24147
24148 .
24149 \end_layout
24150
24151 \begin_layout Chapter
24152 Gleitobjekte
24153 \begin_inset CommandInset label
24154 LatexCommand label
24155 name "kap:Gleitobjekte"
24156
24157 \end_inset
24158
24159
24160 \begin_inset Index idx
24161 status collapsed
24162
24163 \begin_layout Plain Layout
24164 Gleitobjekte
24165 \end_layout
24166
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \begin_layout Section
24173 Einleitung
24174 \begin_inset CommandInset label
24175 LatexCommand label
24176 name "abs:Gleitobjekte-Einleitung"
24177
24178 \end_inset
24179
24180
24181 \begin_inset Index idx
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185 Gleitobjekte ! Einleitung
24186 \end_layout
24187
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \begin_layout Standard
24194 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24195  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24196  der beste Platz ist.
24197  
24198 \family sans
24199 Fußnoten
24200 \family default
24201  und 
24202 \family sans
24203 Randnotizen
24204 \family default
24205  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24206  wenn auf ihrer Seite schon zu viele sind.
24207 \end_layout
24208
24209 \begin_layout Standard
24210 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24211  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24212  um weiße Flächen und Seiten ohne Text zu vermeiden.
24213  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24214 löst,
24215  kann im Text auf ein Gleitobjekt verwiesen werden.
24216  Gleitobjekte sind deshalb nummeriert.
24217  Querverweise werden in Abschnitt
24218 \begin_inset space ~
24219 \end_inset
24220
24221
24222 \begin_inset CommandInset ref
24223 LatexCommand ref
24224 reference "abs:Auf-Gleitobjekte-verweisen"
24225
24226 \end_inset
24227
24228  beschrieben.
24229 \end_layout
24230
24231 \begin_layout Standard
24232 Ein Gleitobjekt wird mit 
24233 \family sans
24234 Einfügen\SpecialChar \menuseparator
24235 Gleitobjekt\SpecialChar \menuseparator
24236 Algorithmus/Abbildung/Ta\SpecialChar \-
24237 belle/Um\SpecialChar \-
24238 flos\SpecialChar \-
24239 se\SpecialChar \-
24240 nes
24241 \begin_inset space ~
24242 \end_inset
24243
24244 Gleitobjekt
24245 \family default
24246  eingefügt (Werkzeugleistenknopf 
24247 \begin_inset Info
24248 type  "icon"
24249 arg   "float-insert figure"
24250 \end_inset
24251
24252  oder 
24253 \begin_inset Info
24254 type  "icon"
24255 arg   "float-insert table"
24256 \end_inset
24257
24258 ).
24259  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24260  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24261  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24262  #:).
24263  Statt # sehen Sie die von LyX vergebene Nummer.
24264  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24265  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24266  eingefügt.
24267  In Abschnitt
24268 \begin_inset space ~
24269 \end_inset
24270
24271
24272 \begin_inset CommandInset ref
24273 LatexCommand ref
24274 reference "abs:Titel-Platzierung"
24275
24276 \end_inset
24277
24278  finden Sie mehr über die Platzierung des Titels.
24279  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24280  auch wieder geöffnet.
24281  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24282 \begin_inset Graphics
24283         filename clipart/GleitobjektQt4.png
24284         scale 70
24285         scaleBeforeRotation
24286
24287 \end_inset
24288
24289  – ein graues Kästchen mit roter Beschriftung.
24290 \end_layout
24291
24292 \begin_layout Standard
24293 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24294  Gleitobjekte in einem eigenen Absatz einzufügen.
24295 \end_layout
24296
24297 \begin_layout Standard
24298 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24299  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24300  klicken.
24301 \end_layout
24302
24303 \begin_layout Section
24304 Gleitobjekt-Typen
24305 \begin_inset Index idx
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 Gleitobjekte ! Typen
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24319 \begin_inset space ~
24320 \end_inset
24321
24322
24323 \begin_inset CommandInset ref
24324 LatexCommand ref
24325 reference "abs:Gleitende-Abbildungen"
24326
24327 \end_inset
24328
24329  und 
24330 \begin_inset CommandInset ref
24331 LatexCommand ref
24332 reference "abs:Gleitende-Tabellen"
24333
24334 \end_inset
24335
24336  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24337  Letztere sind in Abschnitt
24338 \begin_inset space ~
24339 \end_inset
24340
24341
24342 \begin_inset CommandInset ref
24343 LatexCommand ref
24344 reference "abs:Umflossene-Gleitobjekte"
24345
24346 \end_inset
24347
24348  beschrieben.
24349 \end_layout
24350
24351 \begin_layout Subsection
24352 Algorithmen-Gleitobjekt
24353 \begin_inset Index idx
24354 status collapsed
24355
24356 \begin_layout Plain Layout
24357 Gleitobjekte ! Algorithmen
24358 \end_layout
24359
24360 \end_inset
24361
24362
24363 \begin_inset CommandInset label
24364 LatexCommand label
24365 name "uab:Gleitobjekt-Algorithmen"
24366
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \begin_layout Standard
24373 \begin_inset Float algorithm
24374 placement h
24375 wide false
24376 sideways false
24377 status open
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Caption Standard
24381
24382 \begin_layout Plain Layout
24383 \begin_inset CommandInset label
24384 LatexCommand label
24385 name "alg:Ein-Gleitobjekt-Algorithmus"
24386
24387 \end_inset
24388
24389 Ein Gleitobjekt-Algorithmus 
24390 \end_layout
24391
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \begin_layout LyX-Code
24398 for I in 1..N loop
24399 \begin_inset Newline newline
24400 \end_inset
24401
24402  Sum:= Sum + A(I); /*Kommentar*/
24403 \begin_inset Newline newline
24404 \end_inset
24405
24406 end loop
24407 \begin_inset VSpace -4mm
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \begin_layout Standard
24419 Dieser Typ wird mit 
24420 \family sans
24421 Einfügen\SpecialChar \menuseparator
24422 Gleitobjekt\SpecialChar \menuseparator
24423 Algorithmus
24424 \family default
24425  eingefügt.
24426  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24427  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24428 \begin_inset space ~
24429 \end_inset
24430
24431
24432 \begin_inset CommandInset ref
24433 LatexCommand ref
24434 reference "kap:Programm-Code-Listen"
24435
24436 \end_inset
24437
24438 .
24439  Eine mögliche Absatz-Umgebung hier für ist 
24440 \family sans
24441 LyX-Code
24442 \family default
24443 , beschrieben im 
24444 \emph on
24445 Benutzerhandbuch
24446 \emph default
24447 .
24448  In Algorithmus
24449 \begin_inset space ~
24450 \end_inset
24451
24452
24453 \begin_inset CommandInset ref
24454 LatexCommand ref
24455 reference "alg:Ein-Gleitobjekt-Algorithmus"
24456
24457 \end_inset
24458
24459  wurden am Ende -4
24460 \begin_inset space \thinspace{}
24461 \end_inset
24462
24463 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24464  letzten Zeile gedruckt wird.
24465 \end_layout
24466
24467 \begin_layout Standard
24468 Die Marke 
24469 \emph on
24470 Algorithmus
24471 \emph default
24472  wird nicht automatisch in die druckbare Version übernommen, sondern das
24473  englische Wort 
24474 \emph on
24475 Algorithm
24476 \emph default
24477  verwendet.
24478  Soll
24479 \emph on
24480  Algorithmus
24481 \emph default
24482  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24483 \end_layout
24484
24485 \begin_layout Standard
24486
24487 \series bold
24488
24489 \backslash
24490 floatname{algorithm}{Algorithmus}
24491 \end_layout
24492
24493 \begin_layout Standard
24494 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24495  Sprache wie die LyX Menünamen haben, das Menü 
24496 \family sans
24497 Einfügen\SpecialChar \menuseparator
24498 Liste
24499 \begin_inset space \thinspace{}
24500 \end_inset
24501
24502 /
24503 \begin_inset space \thinspace{}
24504 \end_inset
24505
24506 Inhaltsverzeichnis\SpecialChar \menuseparator
24507 Algorithmenverzeichnis
24508 \family default
24509  verwendet werden.
24510  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24511  eingefügt werden:
24512 \end_layout
24513
24514 \begin_layout Standard
24515
24516 \series bold
24517
24518 \backslash
24519 listof{algorithm}{Algorithmenverzeichnis}
24520 \end_layout
24521
24522 \begin_layout Standard
24523 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24524  nach dem Schema 
24525 \begin_inset Quotes gld
24526 \end_inset
24527
24528 Kapitelnummer.Algorithmusnummer
24529 \begin_inset Quotes grd
24530 \end_inset
24531
24532  nummeriert.
24533  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24534  einfügen:
24535 \end_layout
24536
24537 \begin_layout Standard
24538
24539 \series bold
24540
24541 \backslash
24542 numberwithin{algorithm}{chapter}
24543 \end_layout
24544
24545 \begin_layout Standard
24546 Um 
24547 \series bold
24548
24549 \backslash
24550 numberwithin
24551 \series default
24552  benutzen zu können, muss in den 
24553 \family sans
24554 Mathe
24555 \begin_inset space ~
24556 \end_inset
24557
24558 Optionen
24559 \family default
24560  der 
24561 \family sans
24562 Dokument-Einstellungen
24563 \family default
24564  
24565 \family sans
24566 AMS
24567 \begin_inset space ~
24568 \end_inset
24569
24570 Mathe
24571 \begin_inset space ~
24572 \end_inset
24573
24574 Paket
24575 \family default
24576
24577 \begin_inset space ~
24578 \end_inset
24579
24580
24581 \family sans
24582 verwenden
24583 \family default
24584  angekreuzt sein.
24585 \end_layout
24586
24587 \begin_layout Section
24588 Gleitobjekt-Nummerierung
24589 \begin_inset Index idx
24590 status collapsed
24591
24592 \begin_layout Plain Layout
24593 Gleitobjekte ! Nummerierung
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \begin_layout Standard
24602 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24603  nummeriert oder nach dem Schema 
24604 \begin_inset Quotes gld
24605 \end_inset
24606
24607 Kapitelnummer.Gleitobjektnummer
24608 \begin_inset Quotes grd
24609 \end_inset
24610
24611  oder 
24612 \begin_inset Quotes gld
24613 \end_inset
24614
24615 Abschnittsnummer.Gleitobjektnummer
24616 \begin_inset Quotes grd
24617 \end_inset
24618
24619 .
24620  Das hängt von der Dokumentklasse ab.
24621 \end_layout
24622
24623 \begin_layout Standard
24624 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24625  in den LaTeX-Vorspann einfügen:
24626 \end_layout
24627
24628 \begin_layout Standard
24629
24630 \series bold
24631
24632 \backslash
24633 renewcommand{
24634 \backslash
24635 thetable}{
24636 \backslash
24637 roman{table}}
24638 \end_layout
24639
24640 \begin_layout Standard
24641
24642 \series bold
24643
24644 \backslash
24645 thetable
24646 \series default
24647  ist der Befehl, der die Tabellennummer druckt.
24648  Für Abbildungen ist das 
24649 \series bold
24650
24651 \backslash
24652 thefigure
24653 \series default
24654 .
24655  Der Befehl 
24656 \series bold
24657
24658 \backslash
24659 roman
24660 \series default
24661  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24662 \end_layout
24663
24664 \begin_layout Standard
24665 Um das Nummerierungsschema zum Beispiel auf 
24666 \begin_inset Quotes gld
24667 \end_inset
24668
24669 Unterabschnittsnummer.Num\SpecialChar \-
24670 mer
24671 \begin_inset Quotes grd
24672 \end_inset
24673
24674  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24675 \end_layout
24676
24677 \begin_layout Standard
24678
24679 \series bold
24680
24681 \backslash
24682 numberwithin{table}{subsection}
24683 \end_layout
24684
24685 \begin_layout Standard
24686 Um den Befehl 
24687 \series bold
24688
24689 \backslash
24690 numberwithin
24691 \series default
24692  benutzen zu können, müssen Sie in den 
24693 \family sans
24694 Mathe
24695 \begin_inset space ~
24696 \end_inset
24697
24698 Optionen
24699 \family default
24700  der 
24701 \family sans
24702 Dokument-Einstellungen
24703 \family default
24704  
24705 \family sans
24706 AMS
24707 \begin_inset space ~
24708 \end_inset
24709
24710 Mathe
24711 \begin_inset space ~
24712 \end_inset
24713
24714 Paket
24715 \family default
24716
24717 \begin_inset space ~
24718 \end_inset
24719
24720
24721 \family sans
24722 verwenden
24723 \family default
24724  ankreuzen.
24725 \end_layout
24726
24727 \begin_layout Standard
24728 Sehen Sie sich bitte auch Abschnitt
24729 \begin_inset space ~
24730 \end_inset
24731
24732
24733 \begin_inset CommandInset ref
24734 LatexCommand ref
24735 reference "uab:Fußnoten-Nummerierung"
24736
24737 \end_inset
24738
24739  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24740 \end_layout
24741
24742 \begin_layout Section
24743 Auf Gleitobjekte verweisen
24744 \begin_inset CommandInset label
24745 LatexCommand label
24746 name "abs:Auf-Gleitobjekte-verweisen"
24747
24748 \end_inset
24749
24750
24751 \begin_inset Index idx
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Gleitobjekte ! Querverweise
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \begin_inset Index idx
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Querverweise ! auf Gleitobjekte
24766 \end_layout
24767
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \begin_layout Standard
24774 Zunächst müssen Sie mit 
24775 \family sans
24776 Einfügen\SpecialChar \menuseparator
24777 Marke
24778 \family default
24779  oder einen Klick auf 
24780 \begin_inset Info
24781 type  "icon"
24782 arg   "label-insert"
24783 \end_inset
24784
24785  eine Marke im Titel einfügen.
24786  Im 
24787 \family sans
24788 Marke
24789 \family default
24790 -Dialog schreiben Sie einen Text in das Feld 
24791 \family sans
24792 Marke
24793 \family default
24794  oder übernehmen den vorgeschlagenen.
24795  Die Marke sieht in LyX dann so aus:
24796 \end_layout
24797
24798 \begin_layout Standard
24799 \begin_inset Graphics
24800         filename clipart/Marke.png
24801         lyxscale 80
24802         scale 50
24803         scaleBeforeRotation
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 Die Marke wird als Anker und Name für den Querverweis benutzt.
24812  Mit 
24813 \family sans
24814 Einfügen\SpecialChar \menuseparator
24815 Querverweis
24816 \family default
24817  oder einen Klick auf 
24818 \begin_inset Info
24819 type  "icon"
24820 arg   "dialog-show-new-inset ref"
24821 \end_inset
24822
24823  können Sie dann auf die Marke verweisen.
24824  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24825  angezeigt:
24826 \end_layout
24827
24828 \begin_layout Standard
24829 \begin_inset Graphics
24830         filename clipart/Querverweis.png
24831         lyxscale 80
24832         scale 50
24833         scaleBeforeRotation
24834
24835 \end_inset
24836
24837
24838 \begin_inset Newline newline
24839 \end_inset
24840
24841  Mehr zu Querverweisen finden Sie im 
24842 \emph on
24843 Benutzerhandbuch
24844 \emph default
24845 .
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24850  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24851  durch einen Zeilenumbruch getrennt werden können.
24852 \end_layout
24853
24854 \begin_layout Standard
24855 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24856  LyX passt die Querverweise automatisch an.
24857 \end_layout
24858
24859 \begin_layout Standard
24860 Ein Klick auf den Schalter 
24861 \family sans
24862 Gehe
24863 \begin_inset space ~
24864 \end_inset
24865
24866 zur
24867 \begin_inset space ~
24868 \end_inset
24869
24870 Marke
24871 \family default
24872  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24873  Der Text der Schaltfläche heißt jetzt 
24874 \family sans
24875 Gehe
24876 \begin_inset space ~
24877 \end_inset
24878
24879 zurück
24880 \family default
24881  und ein Klick darauf macht genau dies.
24882 \end_layout
24883
24884 \begin_layout Subsection
24885 Querverweis-Formate
24886 \begin_inset CommandInset label
24887 LatexCommand label
24888 name "uab:Querverweis-Formate"
24889
24890 \end_inset
24891
24892
24893 \begin_inset Index idx
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 Querverweise ! Formate
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Standard
24906 Es gibt sechs verschiedene Querverweisstile:
24907 \end_layout
24908
24909 \begin_layout Description
24910 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24911  
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "abb:Zwei-Teilabbildungen"
24915
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \begin_layout Description
24922 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24923  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24924  verwendet wird, speziell wenn der Name 
24925 \begin_inset Quotes gld
24926 \end_inset
24927
24928 Gleichung
24929 \begin_inset Quotes grd
24930 \end_inset
24931
24932  weggelassen wird: 
24933 \begin_inset CommandInset ref
24934 LatexCommand eqref
24935 reference "eq:Wgn"
24936
24937 \end_inset
24938
24939
24940 \end_layout
24941
24942 \begin_layout Description
24943 <Seite>: druckt die Seitennummer: Seite
24944 \begin_inset space ~
24945 \end_inset
24946
24947
24948 \begin_inset CommandInset ref
24949 LatexCommand pageref
24950 reference "abb:Zwei-Teilabbildungen"
24951
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \begin_layout Description
24958 auf
24959 \begin_inset space ~
24960 \end_inset
24961
24962 Seite
24963 \begin_inset space ~
24964 \end_inset
24965
24966 <Seite>: druckt den Text 
24967 \begin_inset Quotes gld
24968 \end_inset
24969
24970 auf Seite
24971 \begin_inset Quotes grd
24972 \end_inset
24973
24974  und die Seitennummer: 
24975 \begin_inset CommandInset ref
24976 LatexCommand vpageref
24977 reference "abb:Zwei-Teilabbildungen"
24978
24979 \end_inset
24980
24981
24982 \end_layout
24983
24984 \begin_layout Description
24985 <Querverweis>
24986 \begin_inset space ~
24987 \end_inset
24988
24989 auf
24990 \begin_inset space ~
24991 \end_inset
24992
24993 Seite
24994 \begin_inset space ~
24995 \end_inset
24996
24997 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24998 \begin_inset Quotes gld
24999 \end_inset
25000
25001 auf Seite
25002 \begin_inset Quotes grd
25003 \end_inset
25004
25005 , und die Seitennummer: 
25006 \begin_inset CommandInset ref
25007 LatexCommand vref
25008 reference "abb:Zwei-Teilabbildungen"
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Description
25016 Formatierter
25017 \begin_inset space ~
25018 \end_inset
25019
25020 Querverweis: druckt ein selbst definiertes Querverweisformat
25021 \begin_inset Newline newline
25022 \end_inset
25023
25024
25025 \begin_inset Note Greyedout
25026 status open
25027
25028 \begin_layout Plain Layout
25029
25030 \series bold
25031 Bemerkung:
25032 \series default
25033  Dies ist nur möglich, wenn das LaTeX-Paket 
25034 \series bold
25035 prettyref
25036 \series default
25037  oder 
25038 \series bold
25039 refstyle
25040 \series default
25041
25042 \begin_inset Index idx
25043 status collapsed
25044
25045 \begin_layout Plain Layout
25046 LaTeX-Pakete ! prettyref
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \begin_inset Index idx
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056 LaTeX-Pakete ! refstyle
25057 \end_layout
25058
25059 \end_inset
25060
25061  installiert ist.
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \begin_inset Newline newline
25068 \end_inset
25069
25070 Sie können duch setzen der Option 
25071 \family sans
25072 Verwende refstyle (nicht prettyref) für Querverweise
25073 \family default
25074  im Menü 
25075 \family sans
25076 Dokument\SpecialChar \menuseparator
25077 Einstellungen\SpecialChar \menuseparator
25078 Dokumentklasse
25079 \family default
25080  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
25081  Das Format wird definiert, indem man den Befehl 
25082 \series bold
25083
25084 \backslash
25085 newrefformat
25086 \series default
25087  (prettyref) oder 
25088 \series bold
25089
25090 \backslash
25091 newref
25092 \series default
25093  (refstyle) in den LaTeX-Vorspann einfügt.
25094  Z.
25095 \begin_inset space \thinspace{}
25096 \end_inset
25097
25098 B.
25099  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
25100  
25101 \begin_inset Quotes eld
25102 \end_inset
25103
25104
25105 \family sans
25106 abb
25107 \family default
25108
25109 \begin_inset Quotes erd
25110 \end_inset
25111
25112 ) mit dem Befehle
25113 \begin_inset Newline newline
25114 \end_inset
25115
25116
25117 \series bold
25118
25119 \backslash
25120 newref{abb}{refcmd={Bild auf Seite 
25121 \backslash
25122 pageref{#1}}}
25123 \series default
25124
25125 \begin_inset Newline newline
25126 \end_inset
25127
25128 geändert werden.
25129  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25130 en verwiesen, 
25131 \begin_inset CommandInset citation
25132 LatexCommand cite
25133 key "prettyref,refstyle"
25134
25135 \end_inset
25136
25137 .
25138 \end_layout
25139
25140 \begin_layout Description
25141 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25142 \begin_inset CommandInset ref
25143 LatexCommand nameref
25144 reference "abb:Zwei-Teilabbildungen"
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \begin_layout Standard
25152
25153 \family sans
25154 <Seite>
25155 \family default
25156  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25157  vorherigen, der selben oder der nächsten Seite befindet.
25158  Stattdessen wird z.
25159 \begin_inset space \thinspace{}
25160 \end_inset
25161
25162 B.
25163  der Text 
25164 \begin_inset Quotes gld
25165 \end_inset
25166
25167
25168 \family sans
25169 auf dieser Seite
25170 \family default
25171
25172 \begin_inset Quotes grd
25173 \end_inset
25174
25175  gedruckt.
25176  Der Stil 
25177 \family sans
25178 <Querverweis>
25179 \begin_inset space ~
25180 \end_inset
25181
25182 auf
25183 \begin_inset space ~
25184 \end_inset
25185
25186 Seite
25187 \begin_inset space ~
25188 \end_inset
25189
25190 <Seite>
25191 \family default
25192  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25193  Seite ist.
25194 \end_layout
25195
25196 \begin_layout Standard
25197 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25198  automatisch von LaTeX berechnet.
25199  Die Stile können im Feld 
25200 \family sans
25201 Format
25202 \family default
25203  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25204  einen Querverweis klicken.
25205 \end_layout
25206
25207 \begin_layout Standard
25208 \begin_inset Note Greyedout
25209 status open
25210
25211 \begin_layout Plain Layout
25212
25213 \series bold
25214 Bemerkung:
25215 \series default
25216  Es wird empfohlen, das LaTeX-Paket 
25217 \series bold
25218 refstyle
25219 \series default
25220
25221 \begin_inset Index idx
25222 status collapsed
25223
25224 \begin_layout Plain Layout
25225 LaTeX-Pakete ! refstyle
25226 \end_layout
25227
25228 \end_inset
25229
25230  zu verwenden, da 
25231 \series bold
25232 prettyref
25233 \series default
25234
25235 \begin_inset Index idx
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 LaTeX-Pakete ! prettyref
25240 \end_layout
25241
25242 \end_inset
25243
25244  nicht alle möglichen LyX Marken-Kürzel
25245 \begin_inset Foot
25246 status collapsed
25247
25248 \begin_layout Plain Layout
25249  
25250 \begin_inset Quotes gld
25251 \end_inset
25252
25253 abb:
25254 \begin_inset Quotes grd
25255 \end_inset
25256
25257  ist z.
25258 \begin_inset space \thinspace{}
25259 \end_inset
25260
25261 B.
25262  LyXs Kürzel für Marken in Bildbeschriftungen.
25263 \end_layout
25264
25265 \end_inset
25266
25267  kennt und auch nicht internationalisiert ist.
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Subsection
25276 Automatische Querverweisnamen
25277 \begin_inset Index idx
25278 status collapsed
25279
25280 \begin_layout Plain Layout
25281 Querverweise ! Automatische Namen 
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Standard
25290 Das LaTeX-Paket 
25291 \series bold
25292 hyperref
25293 \series default
25294
25295 \begin_inset Index idx
25296 status collapsed
25297
25298 \begin_layout Plain Layout
25299 LaTeX-Pakete ! hyperref
25300 \end_layout
25301
25302 \end_inset
25303
25304 , das in den
25305 \family sans
25306  PDF-Eigenschaften
25307 \family default
25308  im 
25309 \family sans
25310 Dokument-Einstellungen
25311 \family default
25312  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25313  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25314  wie 
25315 \emph on
25316 Abschnitt
25317 \emph default
25318 ).
25319  Sie müssen damit z.
25320 \begin_inset space \thinspace{}
25321 \end_inset
25322
25323 B.
25324  nicht mehr den Namen 
25325 \begin_inset Quotes gld
25326 \end_inset
25327
25328 Abbildung
25329 \begin_inset Quotes grd
25330 \end_inset
25331
25332  vor jeden Querverweis auf eine Abbildung schreiben.
25333  Um diese Funktion benutzen zu können, aktivieren Sie 
25334 \series bold
25335 hyperref
25336 \series default
25337  und fügen diese Zeile in den LaTeX-Vorspann ein:
25338 \end_layout
25339
25340 \begin_layout Standard
25341
25342 \series bold
25343
25344 \backslash
25345 AtBeginDocument{
25346 \backslash
25347 renewcommand{
25348 \backslash
25349 ref}[1]{
25350 \backslash
25351 mbox{
25352 \backslash
25353 autoref{#1}}}}
25354 \end_layout
25355
25356 \begin_layout Standard
25357 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25358 \begin_inset space \thinspace{}
25359 \end_inset
25360
25361 B.
25362  statt 
25363 \begin_inset Quotes gld
25364 \end_inset
25365
25366 Abschnitt
25367 \begin_inset Quotes grd
25368 \end_inset
25369
25370  den Namen 
25371 \begin_inset Quotes gld
25372 \end_inset
25373
25374 Kap.
25375 \begin_inset space \thinspace{}
25376 \end_inset
25377
25378
25379 \begin_inset Quotes grd
25380 \end_inset
25381
25382 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25383 \end_layout
25384
25385 \begin_layout Standard
25386
25387 \series bold
25388
25389 \backslash
25390 addto
25391 \backslash
25392 extrasngerman{
25393 \backslash
25394 renewcommand{
25395 \backslash
25396 sectionautorefname}
25397 \begin_inset Newline newline
25398 \end_inset
25399
25400
25401 \begin_inset Phantom HPhantom
25402 status open
25403
25404 \begin_layout Plain Layout
25405
25406 \series bold
25407 \begin_inset space ~
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \end_inset
25414
25415 {Kap.
25416 \backslash
25417 negthinspace}}
25418 \end_layout
25419
25420 \begin_layout Standard
25421 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25422 \begin_inset Newline newline
25423 \end_inset
25424
25425
25426 \series bold
25427
25428 \backslash
25429 extrasngerman
25430 \series default
25431  durch 
25432 \series bold
25433
25434 \backslash
25435 extras***
25436 \series default
25437 , wobei *** der Name der verwendeten Sprache ist.
25438 \end_layout
25439
25440 \begin_layout Standard
25441 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25442  z.
25443 \begin_inset space \thinspace{}
25444 \end_inset
25445
25446 B.
25447  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25448 \end_layout
25449
25450 \begin_layout Standard
25451
25452 \series bold
25453
25454 \backslash
25455 addto
25456 \backslash
25457 extrasngerman{
25458 \backslash
25459 renewcommand*{
25460 \backslash
25461 equationautorefname}[1]{}}
25462 \end_layout
25463
25464 \begin_layout Standard
25465 Mehr über dieses Thema finden Sie in der 
25466 \series bold
25467 hyperref
25468 \series default
25469 -Dokumentation 
25470 \begin_inset CommandInset citation
25471 LatexCommand cite
25472 key "hyperref"
25473
25474 \end_inset
25475
25476 .
25477 \end_layout
25478
25479 \begin_layout Standard
25480 \begin_inset Note Greyedout
25481 status open
25482
25483 \begin_layout Plain Layout
25484
25485 \series bold
25486 Bemerkung:
25487 \series default
25488  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25489  als Querverweisstil 
25490 \family sans
25491 Formatierter
25492 \begin_inset space ~
25493 \end_inset
25494
25495 Querverweis
25496 \family default
25497  benutzen, wie in Abschnitt
25498 \begin_inset space ~
25499 \end_inset
25500
25501
25502 \begin_inset CommandInset ref
25503 LatexCommand ref
25504 reference "uab:Querverweis-Formate"
25505
25506 \end_inset
25507
25508  beschrieben.
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Standard
25517 Das 
25518 \emph on
25519 Mathe
25520 \emph default
25521  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25522 \end_layout
25523
25524 \begin_layout Subsection
25525 Querverweis-Position
25526 \begin_inset CommandInset label
25527 LatexCommand label
25528 name "uab:Querverweis-Position"
25529
25530 \end_inset
25531
25532
25533 \begin_inset Index idx
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 Querverweise !  Position
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Wenn Sie 
25547 \series bold
25548 hyperref
25549 \series default
25550
25551 \begin_inset Index idx
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 LaTeX-Pakete ! hyperref
25556 \end_layout
25557
25558 \end_inset
25559
25560  in den
25561 \family sans
25562  PDF-Eigenschaften
25563 \family default
25564  im 
25565 \family sans
25566 Dokument-Einstellungen
25567 \family default
25568  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25569  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25570  und Sie werden das Bild ohne Scrollen nicht sehen.
25571  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25572  ist.
25573  Wenn Sie das  LaTeX-Paket 
25574 \series bold
25575 hypcap
25576 \series default
25577
25578 \begin_inset Index idx
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582 LaTeX-Pakete ! hypcap
25583 \end_layout
25584
25585 \end_inset
25586
25587 , das Teil des LaTeX-Pakets 
25588 \series bold
25589 oberdiek
25590 \series default
25591
25592 \begin_inset Index idx
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596 LaTeX-Pakete ! oberdiek
25597 \end_layout
25598
25599 \end_inset
25600
25601  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25602  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25603 \series bold
25604 hypcap
25605 \series default
25606  zunächst in den LaTeX-Vorspann laden:
25607 \end_layout
25608
25609 \begin_layout Standard
25610
25611 \series bold
25612
25613 \backslash
25614 usepackage[figure]{hypcap}
25615 \end_layout
25616
25617 \begin_layout Standard
25618 Sie können 
25619 \series bold
25620 hypcap
25621 \series default
25622  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25623  nicht empfohlen.
25624  Weitere Informationen finden Sie im
25625 \series bold
25626  hypcap
25627 \series default
25628 -Handbuch 
25629 \begin_inset CommandInset citation
25630 LatexCommand cite
25631 key "hypcap"
25632
25633 \end_inset
25634
25635 .
25636 \end_layout
25637
25638 \begin_layout Standard
25639 \begin_inset Note Greyedout
25640 status open
25641
25642 \begin_layout Plain Layout
25643
25644 \series bold
25645 Bemerkung:
25646 \series default
25647  
25648 \series bold
25649 hypcap
25650 \series medium
25651  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \begin_layout Section
25660 Gleitobjekt-Platzierung
25661 \begin_inset CommandInset label
25662 LatexCommand label
25663 name "abs:Gleitobjekt-Platzierung"
25664
25665 \end_inset
25666
25667
25668 \begin_inset Index idx
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672 Gleitobjekte ! Platzierung
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \begin_layout Standard
25681 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25682 \family sans
25683 Einstellungen 
25684 \family default
25685 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25686 ng ändern können.
25687 \begin_inset Newline newline
25688 \end_inset
25689
25690 Die Option 
25691 \family sans
25692 Spalten
25693 \begin_inset space ~
25694 \end_inset
25695
25696 überspannen
25697 \family default
25698  ist nur bei zweispaltigen Dokumenten sinnvoll.
25699  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25700 \begin_inset Newline newline
25701 \end_inset
25702
25703 Die Option 
25704 \family sans
25705 Seitwärts
25706 \begin_inset space ~
25707 \end_inset
25708
25709 drehen
25710 \family default
25711  ist in Abschnitt 
25712 \begin_inset CommandInset ref
25713 LatexCommand ref
25714 reference "abs:Gedrehte-Gleitobjekte"
25715
25716 \end_inset
25717
25718  beschrieben.
25719 \end_layout
25720
25721 \begin_layout Standard
25722 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25723  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25724  Sie die Option 
25725 \family sans
25726 Standard-Platzierung
25727 \begin_inset space ~
25728 \end_inset
25729
25730 verwenden
25731 \family default
25732  nicht verwenden:
25733 \end_layout
25734
25735 \begin_layout Description
25736 Hier
25737 \begin_inset space ~
25738 \end_inset
25739
25740 wenn
25741 \begin_inset space ~
25742 \end_inset
25743
25744 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25745 \end_layout
25746
25747 \begin_layout Description
25748 Anfang
25749 \begin_inset space ~
25750 \end_inset
25751
25752 der
25753 \begin_inset space ~
25754 \end_inset
25755
25756 Seite
25757 \family sans
25758  
25759 \family default
25760 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25761  Gleitobjekte, die maximal 70
25762 \begin_inset space \thinspace{}
25763 \end_inset
25764
25765 % einer Seite benötigen, dürfen oben platziert werden.
25766  Dies kann durch die Variable 
25767 \series bold
25768
25769 \backslash
25770 topfraction
25771 \series default
25772  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25773 \end_layout
25774
25775 \begin_deeper
25776 \begin_layout Standard
25777
25778 \series bold
25779
25780 \backslash
25781 renewcommand{
25782 \backslash
25783 topfraction}{0.9}
25784 \family typewriter
25785 \series default
25786  
25787 \end_layout
25788
25789 \end_deeper
25790 \begin_layout Description
25791 Ende
25792 \begin_inset space ~
25793 \end_inset
25794
25795 der
25796 \begin_inset space ~
25797 \end_inset
25798
25799 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25800  Gleitobjekte, die maximal 30
25801 \begin_inset space \thinspace{}
25802 \end_inset
25803
25804 % einer Seite benötigen, dürfen unten platziert werden.
25805  Dies kann durch die Variable 
25806 \series bold
25807
25808 \backslash
25809 bottomfraction
25810 \series default
25811  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25812 \end_layout
25813
25814 \begin_deeper
25815 \begin_layout Standard
25816
25817 \series bold
25818
25819 \backslash
25820 renewcommand{
25821 \backslash
25822 bottomfraction}{0.5}
25823 \end_layout
25824
25825 \begin_layout Standard
25826 die oftmals zu kleine untere Grenze auf 50
25827 \begin_inset space \thinspace{}
25828 \end_inset
25829
25830 %.
25831 \end_layout
25832
25833 \end_deeper
25834 \begin_layout Description
25835 Seite
25836 \begin_inset space ~
25837 \end_inset
25838
25839 mit
25840 \begin_inset space ~
25841 \end_inset
25842
25843 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25844  Nur wenn mehr als 50
25845 \begin_inset space \thinspace{}
25846 \end_inset
25847
25848 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25849  Gleitobjekte bereitgestellt.
25850  Dies kann durch die Variable 
25851 \series bold
25852
25853 \backslash
25854 floatpagefraction 
25855 \series default
25856 im LaTeX-Vorspann überschrieben werden.
25857 \end_layout
25858
25859 \begin_layout Standard
25860 Die Reihenfolge der obigen Optionen wird 
25861 \emph on
25862 immer
25863 \emph default
25864  von LaTeX verwendet.
25865  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25866  versuchen 
25867 \family sans
25868 Hier
25869 \begin_inset space \space{}
25870 \end_inset
25871
25872 wenn
25873 \begin_inset space \space{}
25874 \end_inset
25875
25876 möglich
25877 \family default
25878 , dann 
25879 \family sans
25880 Anfang
25881 \begin_inset space ~
25882 \end_inset
25883
25884 der
25885 \begin_inset space ~
25886 \end_inset
25887
25888 Seite
25889 \family default
25890  und dann die anderen Optionen anzuwenden.
25891  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25892  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25893  Reihenfolge.
25894  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25895 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25896 \end_layout
25897
25898 \begin_layout Standard
25899 Die Option 
25900 \family sans
25901 Hier,
25902 \begin_inset space ~
25903 \end_inset
25904
25905 auf
25906 \begin_inset space ~
25907 \end_inset
25908
25909 jeden
25910 \begin_inset space ~
25911 \end_inset
25912
25913 Fall
25914 \family default
25915  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25916  fast druckreif ist.
25917  Denn mit der Option kann das Objekt nicht mehr 
25918 \emph on
25919 gleiten
25920 \emph default
25921 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25922  oftmals zerstört.
25923 \end_layout
25924
25925 \begin_layout Standard
25926 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25927  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25928 \begin_inset VSpace bigskip
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \begin_layout Standard
25935 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25936 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25937  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25938  Das kann mit dem LaTeX-Befehl
25939 \series bold
25940  
25941 \backslash
25942 suppressfloats
25943 \series default
25944  verhindert werden.
25945  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25946  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25947  gesetzt wird.
25948  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25949 \end_layout
25950
25951 \begin_layout Standard
25952
25953 \series bold
25954
25955 \backslash
25956 let
25957 \backslash
25958 meinAbschnitt
25959 \backslash
25960 section
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964
25965 \backslash
25966 renewcommand{
25967 \backslash
25968 section}{
25969 \backslash
25970 suppressfloats[t]
25971 \backslash
25972 meinAbschnitt}
25973 \end_layout
25974
25975 \begin_layout Standard
25976 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25977  Unterabschnitten festlegen.
25978  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25979  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25980 \end_layout
25981
25982 \begin_layout Standard
25983 Es gibt auch noch das LaTeX-Paket 
25984 \series bold
25985 flafter
25986 \series default
25987
25988 \begin_inset Index idx
25989 status collapsed
25990
25991 \begin_layout Plain Layout
25992 LaTeX-Pakete ! flafter
25993 \end_layout
25994
25995 \end_inset
25996
25997  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25998  gedruckt wird.
25999 \end_layout
26000
26001 \begin_layout Standard
26002 \begin_inset VSpace bigskip
26003 \end_inset
26004
26005 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
26006  Dafür gibt es das LaTeX-Paket 
26007 \series bold
26008 endfloat
26009 \series default
26010
26011 \begin_inset Index idx
26012 status collapsed
26013
26014 \begin_layout Plain Layout
26015 LaTeX-Pakete ! endfloat
26016 \end_layout
26017
26018 \end_inset
26019
26020 .
26021  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
26022  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
26023  
26024 \family sans
26025
26026 \begin_inset Quotes gld
26027 \end_inset
26028
26029 [Abbildung
26030 \begin_inset space ~
26031 \end_inset
26032
26033 3.2 ist ungefähr hier.]
26034 \family default
26035
26036 \begin_inset Quotes grd
26037 \end_inset
26038
26039  finden.
26040  Das 
26041 \series bold
26042 endfloat
26043 \series default
26044 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
26045 \end_layout
26046
26047 \begin_layout Standard
26048
26049 \series bold
26050
26051 \backslash
26052 usepackage[Optionen]{endfloat}
26053 \end_layout
26054
26055 \begin_layout Standard
26056 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
26057  Tabellen-Abschnitte, die Sie in der 
26058 \series bold
26059 endfloat
26060 \series default
26061 -Dokumentation 
26062 \begin_inset CommandInset citation
26063 LatexCommand cite
26064 key "endfloat"
26065
26066 \end_inset
26067
26068  nachlesen können.
26069 \begin_inset Newline newline
26070 \end_inset
26071
26072
26073 \begin_inset Note Greyedout
26074 status open
26075
26076 \begin_layout Plain Layout
26077
26078 \series bold
26079 Bemerkung
26080 \begin_inset space ~
26081 \end_inset
26082
26083 1: endfloat
26084 \series default
26085  übersetzt den Hinweistext nicht automatisch.
26086  Abschnitt
26087 \begin_inset space ~
26088 \end_inset
26089
26090 4 in 
26091 \begin_inset CommandInset citation
26092 LatexCommand cite
26093 key "endfloat"
26094
26095 \end_inset
26096
26097  beschreibt, wie es geht.
26098 \end_layout
26099
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \begin_layout Standard
26106 \begin_inset Note Greyedout
26107 status open
26108
26109 \begin_layout Plain Layout
26110
26111 \series bold
26112 Bemerkung
26113 \begin_inset space ~
26114 \end_inset
26115
26116 2: 
26117 \series default
26118 Die aktuelle Version von 
26119 \series bold
26120 endfloat
26121 \series default
26122  hat einen Fehler, wenn die Überschrift ein 
26123 \begin_inset Quotes gld
26124 \end_inset
26125
26126 ß
26127 \begin_inset Quotes grd
26128 \end_inset
26129
26130  enthält.
26131  Sie müssen stattdessen den Befehl 
26132 \series bold
26133
26134 \backslash
26135 ss
26136 \series default
26137  als TeX-Code benutzen.
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Standard
26146 \begin_inset VSpace bigskip
26147 \end_inset
26148
26149 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26150  wie 
26151 \begin_inset CommandInset citation
26152 LatexCommand cite
26153 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26154
26155 \end_inset
26156
26157 .
26158 \end_layout
26159
26160 \begin_layout Section
26161 Gedrehte Gleitobjekte
26162 \begin_inset CommandInset label
26163 LatexCommand label
26164 name "abs:Gedrehte-Gleitobjekte"
26165
26166 \end_inset
26167
26168
26169 \begin_inset Index idx
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173 Gleitobjekte ! drehen
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \begin_layout Standard
26182 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26183 t drehen.
26184  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26185  und die Option 
26186 \family sans
26187 Seitwärts
26188 \begin_inset space ~
26189 \end_inset
26190
26191 drehen
26192 \family default
26193  wählen.
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26198  sie ein mehrspaltiges Dokument haben) gedruckt.
26199  Sie können mehrere Spalten überspannen, wenn die Option 
26200 \family sans
26201 Spalten
26202 \begin_inset space ~
26203 \end_inset
26204
26205 überspannen
26206 \family default
26207  in den Gleitobjekt Einstellungen gewählt ist.
26208  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26209  werden können.
26210  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26211  Option 
26212 \series bold
26213 figuresleft
26214 \series default
26215  oder 
26216 \series bold
26217 figuresright
26218 \series default
26219  zu den Dokumentklassen-Optionen hinzu.
26220 \end_layout
26221
26222 \begin_layout Standard
26223 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26224  Tabelle
26225 \begin_inset space ~
26226 \end_inset
26227
26228
26229 \begin_inset CommandInset ref
26230 LatexCommand ref
26231 reference "tab:Gedrehte-Tabelle"
26232
26233 \end_inset
26234
26235  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26236 \end_layout
26237
26238 \begin_layout Standard
26239 \begin_inset Note Greyedout
26240 status open
26241
26242 \begin_layout Plain Layout
26243
26244 \series bold
26245 Bemerkung:
26246 \series default
26247  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 \begin_inset Float table
26257 wide false
26258 sideways true
26259 status open
26260
26261 \begin_layout Plain Layout
26262 \begin_inset Caption Standard
26263
26264 \begin_layout Plain Layout
26265 \begin_inset CommandInset label
26266 LatexCommand label
26267 name "tab:Gedrehte-Tabelle"
26268
26269 \end_inset
26270
26271 Gedrehte Tabelle
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Plain Layout
26280 \align center
26281 \begin_inset Tabular
26282 <lyxtabular version="3" rows="1" columns="5">
26283 <features rotate="0" tabularvalignment="middle">
26284 <column alignment="center" valignment="top">
26285 <column alignment="center" valignment="top">
26286 <column alignment="center" valignment="top">
26287 <column alignment="center" valignment="top">
26288 <column alignment="center" valignment="top">
26289 <row>
26290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294 Test
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303 b
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312 c
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 d
26322 \end_layout
26323
26324 \end_inset
26325 </cell>
26326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330 e
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 </row>
26336 </lyxtabular>
26337
26338 \end_inset
26339
26340
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Section
26349 Untergleitobjekte
26350 \begin_inset Index idx
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 Gleitobjekte ! Untergleitobjekte
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 Untergleitobjekte werden z.
26364 \begin_inset space \thinspace{}
26365 \end_inset
26366
26367 B.
26368  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26369  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26370  eingefügt wird.
26371  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26372  in Tabelle
26373 \begin_inset space ~
26374 \end_inset
26375
26376
26377 \begin_inset CommandInset ref
26378 LatexCommand ref
26379 reference "tab:Untertabellen-nebeneinander"
26380
26381 \end_inset
26382
26383  und 
26384 \begin_inset CommandInset ref
26385 LatexCommand ref
26386 reference "tab:Untertabellen-übereinander"
26387
26388 \end_inset
26389
26390 .
26391 \end_layout
26392
26393 \begin_layout Standard
26394 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26395 \begin_inset space ~
26396 \end_inset
26397
26398
26399 \begin_inset CommandInset ref
26400 LatexCommand ref
26401 reference "tab:Untertabelle-a"
26402
26403 \end_inset
26404
26405  und 
26406 \begin_inset CommandInset ref
26407 LatexCommand ref
26408 reference "tab:Untertabelle-b"
26409
26410 \end_inset
26411
26412  sind Untertabellen von Tabelle
26413 \begin_inset space ~
26414 \end_inset
26415
26416
26417 \begin_inset CommandInset ref
26418 LatexCommand ref
26419 reference "tab:Untertabellen-nebeneinander"
26420
26421 \end_inset
26422
26423 .
26424 \end_layout
26425
26426 \begin_layout Standard
26427 \begin_inset Float table
26428 wide false
26429 sideways false
26430 status open
26431
26432 \begin_layout Plain Layout
26433 \begin_inset Caption Standard
26434
26435 \begin_layout Plain Layout
26436 \begin_inset CommandInset label
26437 LatexCommand label
26438 name "tab:Untertabellen-nebeneinander"
26439
26440 \end_inset
26441
26442 Zwei Untertabellen nebeneinander.
26443 \end_layout
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Plain Layout
26451 \align center
26452 \begin_inset space \hfill{}
26453 \end_inset
26454
26455
26456 \begin_inset Float table
26457 wide false
26458 sideways false
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462 \begin_inset Caption Standard
26463
26464 \begin_layout Plain Layout
26465 \begin_inset CommandInset label
26466 LatexCommand label
26467 name "tab:Untertabelle-a"
26468
26469 \end_inset
26470
26471 Dies ist Untertabelle a.
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \begin_layout Plain Layout
26480 \align center
26481 \begin_inset Tabular
26482 <lyxtabular version="3" rows="1" columns="5">
26483 <features rotate="0" tabularvalignment="middle">
26484 <column alignment="center" valignment="top">
26485 <column alignment="center" valignment="top">
26486 <column alignment="center" valignment="top">
26487 <column alignment="center" valignment="top">
26488 <column alignment="center" valignment="top">
26489 <row>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 Test
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 b
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512 c
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 d
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26527 \begin_inset Text
26528
26529 \begin_layout Plain Layout
26530 e
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 </lyxtabular>
26537
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \begin_inset space \hfill{}
26547 \end_inset
26548
26549
26550 \begin_inset Float table
26551 wide false
26552 sideways false
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556 \begin_inset Caption Standard
26557
26558 \begin_layout Plain Layout
26559 \begin_inset CommandInset label
26560 LatexCommand label
26561 name "tab:Untertabelle-b"
26562
26563 \end_inset
26564
26565 Dies ist Untertabelle b.
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \begin_layout Plain Layout
26574 \align center
26575 \begin_inset Tabular
26576 <lyxtabular version="3" rows="1" columns="5">
26577 <features rotate="0" tabularvalignment="middle">
26578 <column alignment="center" valignment="top">
26579 <column alignment="center" valignment="top">
26580 <column alignment="center" valignment="top">
26581 <column alignment="center" valignment="top">
26582 <column alignment="center" valignment="top">
26583 <row>
26584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26585 \begin_inset Text
26586
26587 \begin_layout Plain Layout
26588 e
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 d
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 c
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 b
26616 \end_layout
26617
26618 \end_inset
26619 </cell>
26620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624 Test
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 </lyxtabular>
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \begin_inset space \hfill{}
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \begin_layout Standard
26652 \begin_inset Float table
26653 wide false
26654 sideways false
26655 status open
26656
26657 \begin_layout Plain Layout
26658 \begin_inset Caption Standard
26659
26660 \begin_layout Plain Layout
26661 \begin_inset CommandInset label
26662 LatexCommand label
26663 name "tab:Untertabellen-übereinander"
26664
26665 \end_inset
26666
26667 Zwei Untertabellen übereinander.
26668  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26669 \end_layout
26670
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Plain Layout
26677 \align center
26678 \begin_inset Float table
26679 wide false
26680 sideways false
26681 status collapsed
26682
26683 \begin_layout Plain Layout
26684 \begin_inset Caption Standard
26685
26686 \begin_layout Plain Layout
26687
26688 \end_layout
26689
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \begin_layout Plain Layout
26696 \align center
26697 \begin_inset Tabular
26698 <lyxtabular version="3" rows="1" columns="4">
26699 <features rotate="0" tabularvalignment="middle">
26700 <column alignment="center" valignment="top">
26701 <column alignment="center" valignment="top">
26702 <column alignment="center" valignment="top">
26703 <column alignment="center" valignment="top">
26704 <row>
26705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 Test
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718 Test
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 Test
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 Test
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 </row>
26742 </lyxtabular>
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \begin_layout Plain Layout
26755 \align center
26756 \begin_inset Float table
26757 wide false
26758 sideways false
26759 status collapsed
26760
26761 \begin_layout Plain Layout
26762 \begin_inset Caption Standard
26763
26764 \begin_layout Plain Layout
26765
26766 \end_layout
26767
26768 \end_inset
26769
26770
26771 \end_layout
26772
26773 \begin_layout Plain Layout
26774 \align center
26775 \begin_inset Tabular
26776 <lyxtabular version="3" rows="1" columns="5">
26777 <features rotate="0" tabularvalignment="middle">
26778 <column alignment="center" valignment="top">
26779 <column alignment="center" valignment="top">
26780 <column alignment="center" valignment="top">
26781 <column alignment="center" valignment="top">
26782 <column alignment="center" valignment="top">
26783 <row>
26784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 a
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 b
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 c
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 d
26816 \end_layout
26817
26818 \end_inset
26819 </cell>
26820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824 e
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 </row>
26830 </lyxtabular>
26831
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Section
26848 Gleitobjekte nebeneinander
26849 \begin_inset Index idx
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853 Gleitobjekte ! nebeneinander
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Standard
26862 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26863 \begin_inset space ~
26864 \end_inset
26865
26866
26867 \begin_inset CommandInset ref
26868 LatexCommand ref
26869 reference "abb:Gleitobjekt-links"
26870
26871 \end_inset
26872
26873  und 
26874 \begin_inset CommandInset ref
26875 LatexCommand ref
26876 reference "abb:Gleitobjekt-rechts"
26877
26878 \end_inset
26879
26880  wird nur 
26881 \emph on
26882 ein
26883 \emph default
26884  Gleitobjekt verwendet.
26885  In dieses werden zwei Minipage Boxen eingefügt.
26886 \begin_inset Foot
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890 Minipages sind in Abschnitt
26891 \begin_inset space ~
26892 \end_inset
26893
26894
26895 \begin_inset CommandInset ref
26896 LatexCommand ref
26897 reference "abs:Minipage"
26898
26899 \end_inset
26900
26901  erklärt.
26902 \end_layout
26903
26904 \end_inset
26905
26906  Die Breite wird für jede Minipage auf 45
26907 \begin_inset space \thinspace{}
26908 \end_inset
26909
26910 -50
26911 \begin_inset space \thinspace{}
26912 \end_inset
26913
26914 Spalten% und die Box Ausrichtung auf 
26915 \family sans
26916 Unten
26917 \family default
26918  gesetzt.
26919  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26920  Gleitobjekt.
26921  Der einzige Unterschied ist, dass die Bildeinheit 
26922 \family sans
26923 Spaltenbreite
26924 \begin_inset space ~
26925 \end_inset
26926
26927 %
26928 \family default
26929  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26930 \end_layout
26931
26932 \begin_layout Standard
26933 \begin_inset Float figure
26934 wide false
26935 sideways false
26936 status open
26937
26938 \begin_layout Plain Layout
26939 \begin_inset Box Frameless
26940 position "b"
26941 hor_pos "c"
26942 has_inner_box 1
26943 inner_pos "t"
26944 use_parbox 0
26945 use_makebox 0
26946 width "45col%"
26947 special "none"
26948 height "1in"
26949 height_special "totalheight"
26950 status open
26951
26952 \begin_layout Plain Layout
26953 \align center
26954 \begin_inset Graphics
26955         filename ../clipart/mobius.eps
26956         lyxscale 50
26957         width 100col%
26958         scaleBeforeRotation
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \begin_layout Plain Layout
26966 \begin_inset Caption Standard
26967
26968 \begin_layout Plain Layout
26969 \begin_inset CommandInset label
26970 LatexCommand label
26971 name "abb:Gleitobjekt-links"
26972
26973 \end_inset
26974
26975 Gleitobjekt auf der linken Seite.
26976 \end_layout
26977
26978 \end_inset
26979
26980
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \begin_inset space \hfill{}
26987 \end_inset
26988
26989
26990 \begin_inset Box Frameless
26991 position "b"
26992 hor_pos "c"
26993 has_inner_box 1
26994 inner_pos "t"
26995 use_parbox 0
26996 use_makebox 0
26997 width "45col%"
26998 special "none"
26999 height "1in"
27000 height_special "totalheight"
27001 status open
27002
27003 \begin_layout Plain Layout
27004 \align center
27005 \begin_inset Graphics
27006         filename ../clipart/platypus.eps
27007         lyxscale 50
27008         width 100col%
27009         scaleBeforeRotation
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \begin_layout Plain Layout
27017 \begin_inset Caption Standard
27018
27019 \begin_layout Plain Layout
27020 \begin_inset CommandInset label
27021 LatexCommand label
27022 name "abb:Gleitobjekt-rechts"
27023
27024 \end_inset
27025
27026 Gleitobjekt auf der rechten Seite.
27027 \end_layout
27028
27029 \end_inset
27030
27031
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \begin_layout Section
27045 Beschriftungs-Formatierung
27046 \begin_inset CommandInset label
27047 LatexCommand label
27048 name "abs:Titel-Formatierung"
27049
27050 \end_inset
27051
27052
27053 \begin_inset Index idx
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057 Gleitobjekte ! Beschriftung ! Formatierung
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066
27067 \family sans
27068 Legende
27069 \family default
27070  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
27071  In LyX sehen Titel so aus:  
27072 \family sans
27073
27074 \begin_inset Quotes gld
27075 \end_inset
27076
27077 Abbildung xyz:
27078 \family default
27079
27080 \begin_inset Quotes grd
27081 \end_inset
27082
27083 , gefolgt vom Beschriftungstext, wobei 
27084 \family sans
27085 xyz
27086 \family default
27087  die von LyX vergebene Nummer ist.
27088  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
27089  gedruckt.
27090  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
27091 \end_layout
27092
27093 \begin_layout Standard
27094 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
27095  
27096 \series bold
27097 caption
27098 \series default
27099
27100 \begin_inset Index idx
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 LaTeX-Pakete ! caption
27105 \end_layout
27106
27107 \end_inset
27108
27109  in den LaTeX-Vorspann laden:
27110 \end_layout
27111
27112 \begin_layout Standard
27113
27114 \series bold
27115
27116 \backslash
27117 usepackage[Format-Definition]{caption}
27118 \end_layout
27119
27120 \begin_layout Standard
27121 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27122  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27123  verwenden:
27124 \end_layout
27125
27126 \begin_layout Standard
27127
27128 \series bold
27129
27130 \backslash
27131 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27132 \end_layout
27133
27134 \begin_layout Standard
27135 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27136  definieren.
27137  Dazu laden Sie das 
27138 \series bold
27139 caption
27140 \series default
27141 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27142  dem Befehl
27143 \end_layout
27144
27145 \begin_layout Standard
27146
27147 \series bold
27148
27149 \backslash
27150 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27151 \end_layout
27152
27153 \begin_layout Standard
27154 Für Abbildung
27155 \begin_inset space ~
27156 \end_inset
27157
27158
27159 \begin_inset CommandInset ref
27160 LatexCommand ref
27161 reference "abb:Langer-Abb-Titel"
27162
27163 \end_inset
27164
27165  und Tabelle
27166 \begin_inset space ~
27167 \end_inset
27168
27169
27170 \begin_inset CommandInset ref
27171 LatexCommand ref
27172 reference "tab:Langer-Tab-Titel"
27173
27174 \end_inset
27175
27176  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27177  werden:
27178 \end_layout
27179
27180 \begin_layout Standard
27181
27182 \series bold
27183
27184 \backslash
27185 usepackage[tableposition=top]{caption}
27186 \begin_inset Newline newline
27187 \end_inset
27188
27189
27190 \backslash
27191 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27192 \begin_inset Newline newline
27193 \end_inset
27194
27195
27196 \begin_inset Phantom HPhantom
27197 status open
27198
27199 \begin_layout Plain Layout
27200
27201 \series bold
27202
27203 \backslash
27204 captionsetup[figure]{
27205 \end_layout
27206
27207 \end_inset
27208
27209 labelsep=period}
27210 \begin_inset Newline newline
27211 \end_inset
27212
27213
27214 \backslash
27215 captionsetup[table]{labelfont={bf,sf}}
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset Note Greyedout
27220 status open
27221
27222 \begin_layout Plain Layout
27223
27224 \series bold
27225 Bemerkung:
27226 \series default
27227  Die Option 
27228 \series bold
27229 tableposition=top
27230 \series default
27231  hat keine Auswirkung, wenn eine 
27232 \series bold
27233 KOMA-Script
27234 \series default
27235
27236 \begin_inset Index idx
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 LaTeX-Pakete ! KOMA-Script
27241 \end_layout
27242
27243 \end_inset
27244
27245 -Dokumentklasse verwendet wird.
27246  Hier muss die Option 
27247 \series bold
27248 captions=tableheading
27249 \series default
27250  benutzt werden.
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Standard
27259 Weitere Informationen über das Paket
27260 \series bold
27261  caption
27262 \series default
27263  finden Sie in seiner Dokumentation 
27264 \begin_inset CommandInset citation
27265 LatexCommand cite
27266 key "caption"
27267
27268 \end_inset
27269
27270 .
27271 \end_layout
27272
27273 \begin_layout Standard
27274 Wenn Sie den Namen von 
27275 \begin_inset Quotes gld
27276 \end_inset
27277
27278 Abbildung
27279 \begin_inset Quotes grd
27280 \end_inset
27281
27282  auf 
27283 \begin_inset Quotes gld
27284 \end_inset
27285
27286 Bild
27287 \begin_inset Quotes grd
27288 \end_inset
27289
27290  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27291 \end_layout
27292
27293 \begin_layout Standard
27294
27295 \series bold
27296
27297 \backslash
27298 renewcommand{
27299 \backslash
27300 fnum@figure}{Bild~
27301 \backslash
27302 thefigure}
27303 \end_layout
27304
27305 \begin_layout Standard
27306 wobei 
27307 \series bold
27308
27309 \backslash
27310 thefigure
27311 \series default
27312  die Bildnummer einsetzt und
27313 \series bold
27314  ~
27315 \series default
27316  ein geschütztes Leerzeichen ist.
27317 \end_layout
27318
27319 \begin_layout Standard
27320 \begin_inset VSpace bigskip
27321 \end_inset
27322
27323 Wenn Sie eine 
27324 \series bold
27325 KOMA-Script
27326 \series default
27327
27328 \begin_inset Index idx
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332 LaTeX-Pakete ! KOMA-Script
27333 \end_layout
27334
27335 \end_inset
27336
27337 -Dokumentklasse (
27338 \family sans
27339 article (KOMA-Script)
27340 \family default
27341
27342 \family sans
27343 book (KOMA-Script)
27344 \family default
27345
27346 \family sans
27347 letter (KOMA-Script)
27348 \family default
27349  oder 
27350 \family sans
27351 report (KOMA-Script)
27352 \family default
27353 ) benutzen, können Sie anstatt des 
27354 \series bold
27355 caption
27356 \series default
27357 -Paketes den eingebauten Befehl 
27358 \series bold
27359
27360 \backslash
27361 setkomafont
27362 \series default
27363  von 
27364 \series bold
27365 KOMA-Script
27366 \series default
27367  benutzen.
27368  Der Befehl
27369 \end_layout
27370
27371 \begin_layout Standard
27372
27373 \series bold
27374
27375 \backslash
27376 setkomafont{captionlabel}{
27377 \backslash
27378 bfseries}
27379 \end_layout
27380
27381 \begin_layout Standard
27382 im LaTeX-Vorspann druckt den Namen fett.
27383 \end_layout
27384
27385 \begin_layout Standard
27386 Weitere Informationen über 
27387 \series bold
27388
27389 \backslash
27390 setkomafont
27391 \series default
27392  finden Sie in der 
27393 \series bold
27394 KOMA-Script
27395 \series default
27396 -Do\SpecialChar \-
27397 ku\SpecialChar \-
27398 men\SpecialChar \-
27399 ta\SpecialChar \-
27400 tion 
27401 \begin_inset CommandInset citation
27402 LatexCommand cite
27403 key "KOMA-Script"
27404
27405 \end_inset
27406
27407 .
27408 \end_layout
27409
27410 \begin_layout Standard
27411 \begin_inset ERT
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415
27416
27417 \backslash
27418 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27419 }
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \begin_inset Note Note
27426 status open
27427
27428 \begin_layout Plain Layout
27429 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 \begin_inset Float figure
27439 placement !p
27440 wide false
27441 sideways false
27442 status open
27443
27444 \begin_layout Plain Layout
27445 \align center
27446 \begin_inset Graphics
27447         filename ../clipart/mobius.eps
27448         lyxscale 50
27449         scale 50
27450         scaleBeforeRotation
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458 \begin_inset Caption Standard
27459
27460 \begin_layout Plain Layout
27461 \begin_inset CommandInset label
27462 LatexCommand label
27463 name "abb:Langer-Abb-Titel"
27464
27465 \end_inset
27466
27467 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27468  ist, um das andere Beschriftungsformat zu zeigen.
27469  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27470 \begin_inset Argument 1
27471 status collapsed
27472
27473 \begin_layout Plain Layout
27474 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27475  ist.
27476 \end_layout
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \begin_layout Standard
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498
27499
27500 \backslash
27501 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27502 on}
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 \begin_inset Float table
27512 placement !p
27513 wide false
27514 sideways false
27515 status open
27516
27517 \begin_layout Plain Layout
27518 \begin_inset Caption Standard
27519
27520 \begin_layout Plain Layout
27521 \begin_inset CommandInset label
27522 LatexCommand label
27523 name "tab:Langer-Tab-Titel"
27524
27525 \end_inset
27526
27527 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27528  ist, um das andere Beschriftungsformat zu zeigen.
27529  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27530  benutzt.
27531 \begin_inset Argument 1
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27536  ist.
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \begin_layout Plain Layout
27550 \align center
27551 \begin_inset Tabular
27552 <lyxtabular version="3" rows="1" columns="5">
27553 <features rotate="0" tabularvalignment="middle">
27554 <column alignment="center" valignment="top">
27555 <column alignment="center" valignment="top">
27556 <column alignment="center" valignment="top">
27557 <column alignment="center" valignment="top">
27558 <column alignment="center" valignment="top">
27559 <row>
27560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Plain Layout
27564 a
27565 \end_layout
27566
27567 \end_inset
27568 </cell>
27569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573 b
27574 \end_layout
27575
27576 \end_inset
27577 </cell>
27578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27579 \begin_inset Text
27580
27581 \begin_layout Plain Layout
27582 c
27583 \end_layout
27584
27585 \end_inset
27586 </cell>
27587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591 d
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600 e
27601 \end_layout
27602
27603 \end_inset
27604 </cell>
27605 </row>
27606 </lyxtabular>
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \begin_layout Section
27619 Beschriftungs-Platzierung
27620 \begin_inset CommandInset label
27621 LatexCommand label
27622 name "abs:Titel-Platzierung"
27623
27624 \end_inset
27625
27626
27627 \begin_inset Index idx
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 Gleitobjekte ! Beschriftung ! Platzierung
27632 \end_layout
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \begin_layout Standard
27640 Normalerweise werden die Beschriftungen wie folgt platziert:
27641 \end_layout
27642
27643 \begin_layout Description
27644 Abbildung: darunter
27645 \end_layout
27646
27647 \begin_layout Description
27648 Tabelle: darüber
27649 \end_layout
27650
27651 \begin_layout Standard
27652 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27653  Das heißt wenn Sie eine der Dokument-Klassen 
27654 \family sans
27655 article
27656 \family default
27657
27658 \family sans
27659 book
27660 \family default
27661
27662 \family sans
27663 letter
27664 \family default
27665  oder 
27666 \family sans
27667 report
27668 \family default
27669  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27670  Um das zu erreichen, laden Sie das LaTeX-Paket 
27671 \series bold
27672 caption
27673 \series default
27674
27675 \begin_inset Index idx
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 LaTeX-Pakete ! caption
27680 \end_layout
27681
27682 \end_inset
27683
27684  im LaTeX-Vorspann mit der Option
27685 \begin_inset Foot
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689 In Abschnitt
27690 \begin_inset space ~
27691 \end_inset
27692
27693
27694 \begin_inset CommandInset ref
27695 LatexCommand ref
27696 reference "abs:Titel-Formatierung"
27697
27698 \end_inset
27699
27700  steht mehr über das Paket 
27701 \series bold
27702 caption
27703 \series default
27704 .
27705 \end_layout
27706
27707 \end_inset
27708
27709
27710 \end_layout
27711
27712 \begin_layout Standard
27713
27714 \series bold
27715 tableposition=top
27716 \end_layout
27717
27718 \begin_layout Standard
27719 Wenn Sie eine 
27720 \series bold
27721 KOMA-Script
27722 \series default
27723
27724 \begin_inset Index idx
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728 LaTeX-Pakete ! KOMA-Script
27729 \end_layout
27730
27731 \end_inset
27732
27733 -Dokumentklasse (
27734 \family sans
27735 article (KOMA-Script)
27736 \family default
27737
27738 \family sans
27739 book (KOMA-Script)
27740 \family default
27741
27742 \family sans
27743 letter (KOMA-Script)
27744 \family default
27745  oder 
27746 \family sans
27747 report (KOMA-Script)
27748 \family default
27749 ) benutzen, können Sie alternativ zum 
27750 \series bold
27751 caption
27752 \series default
27753 -Paket die Dokumentklassen-Option
27754 \end_layout
27755
27756 \begin_layout Standard
27757
27758 \series bold
27759 captions=tableheading
27760 \end_layout
27761
27762 \begin_layout Standard
27763 benutzen.
27764 \begin_inset Foot
27765 status collapsed
27766
27767 \begin_layout Plain Layout
27768 Diese Option wird in diesem Dokument verwendet.
27769 \end_layout
27770
27771 \end_inset
27772
27773
27774 \end_layout
27775
27776 \begin_layout Standard
27777 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27778  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27779  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27780  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27781  Beschriftungen überschrieben werden.
27782  Tabelle
27783 \begin_inset space ~
27784 \end_inset
27785
27786
27787 \begin_inset CommandInset ref
27788 LatexCommand ref
27789 reference "tab:Eine-Beschriftung-unterhalb"
27790
27791 \end_inset
27792
27793  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27794  wurde, obwohl sie über der Tabelle steht.
27795  Zum Vergleich ist die Beschriftung von Tabelle
27796 \begin_inset space ~
27797 \end_inset
27798
27799
27800 \begin_inset CommandInset ref
27801 LatexCommand ref
27802 reference "tab:Eine-normale-Tabellen-Beschriftu"
27803
27804 \end_inset
27805
27806  nicht markiert.
27807 \end_layout
27808
27809 \begin_layout Standard
27810 \begin_inset Float table
27811 wide false
27812 sideways false
27813 status open
27814
27815 \begin_layout Plain Layout
27816 \begin_inset Caption Below
27817
27818 \begin_layout Plain Layout
27819 \begin_inset CommandInset label
27820 LatexCommand label
27821 name "tab:Eine-Beschriftung-unterhalb"
27822
27823 \end_inset
27824
27825 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27826 \end_layout
27827
27828 \end_inset
27829
27830
27831 \end_layout
27832
27833 \begin_layout Plain Layout
27834 \align center
27835 \begin_inset Tabular
27836 <lyxtabular version="3" rows="3" columns="3">
27837 <features rotate="0" tabularvalignment="middle">
27838 <column alignment="center" valignment="top" width="0pt">
27839 <column alignment="center" valignment="top" width="0pt">
27840 <column alignment="center" valignment="top" width="0pt">
27841 <row>
27842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 1
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 2
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 3
27865 \end_layout
27866
27867 \end_inset
27868 </cell>
27869 </row>
27870 <row>
27871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27872 \begin_inset Text
27873
27874 \begin_layout Plain Layout
27875 Joe
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 Mary
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27890 \begin_inset Text
27891
27892 \begin_layout Plain Layout
27893 Ted
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 </row>
27899 <row>
27900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27901 \begin_inset Text
27902
27903 \begin_layout Plain Layout
27904 \begin_inset Formula $\int x^{2}dx$
27905 \end_inset
27906
27907
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 \begin_inset Formula $\left[\begin{array}{cc}
27917 a & b\\
27918 c & d
27919 \end{array}\right]$
27920 \end_inset
27921
27922
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 \begin_inset Formula $1+1=2$
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \end_inset
27938 </cell>
27939 </row>
27940 </lyxtabular>
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \end_inset
27948
27949
27950 \end_layout
27951
27952 \begin_layout Standard
27953 \begin_inset Float table
27954 wide false
27955 sideways false
27956 status open
27957
27958 \begin_layout Plain Layout
27959 \begin_inset Caption Standard
27960
27961 \begin_layout Plain Layout
27962 \begin_inset CommandInset label
27963 LatexCommand label
27964 name "tab:Eine-normale-Tabellen-Beschriftu"
27965
27966 \end_inset
27967
27968 Eine normale Tabellen-Beschriftung.
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \begin_layout Plain Layout
27977 \align center
27978 \begin_inset Tabular
27979 <lyxtabular version="3" rows="3" columns="3">
27980 <features rotate="0" tabularvalignment="middle">
27981 <column alignment="center" valignment="top" width="0pt">
27982 <column alignment="center" valignment="top" width="0pt">
27983 <column alignment="center" valignment="top" width="0pt">
27984 <row>
27985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989 1
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Plain Layout
27998 2
27999 \end_layout
28000
28001 \end_inset
28002 </cell>
28003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28004 \begin_inset Text
28005
28006 \begin_layout Plain Layout
28007 3
28008 \end_layout
28009
28010 \end_inset
28011 </cell>
28012 </row>
28013 <row>
28014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28015 \begin_inset Text
28016
28017 \begin_layout Plain Layout
28018 Joe
28019 \end_layout
28020
28021 \end_inset
28022 </cell>
28023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28024 \begin_inset Text
28025
28026 \begin_layout Plain Layout
28027 Mary
28028 \end_layout
28029
28030 \end_inset
28031 </cell>
28032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28033 \begin_inset Text
28034
28035 \begin_layout Plain Layout
28036 Ted
28037 \end_layout
28038
28039 \end_inset
28040 </cell>
28041 </row>
28042 <row>
28043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Plain Layout
28047 \begin_inset Formula $\int x^{2}dx$
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054 </cell>
28055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Plain Layout
28059 \begin_inset Formula $\left[\begin{array}{cc}
28060 a & b\\
28061 c & d
28062 \end{array}\right]$
28063 \end_inset
28064
28065
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 \begin_inset Formula $1+1=2$
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \end_inset
28081 </cell>
28082 </row>
28083 </lyxtabular>
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Standard
28096 \begin_inset VSpace bigskip
28097 \end_inset
28098
28099 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
28100  Das bewirkt das LaTeX-Paket 
28101 \series bold
28102 sidecap
28103 \series default
28104
28105 \begin_inset Index idx
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109 LaTeX-Pakete ! sidecap
28110 \end_layout
28111
28112 \end_inset
28113
28114 , das so in den LaTeX-Vorspann geladen wird:
28115 \end_layout
28116
28117 \begin_layout Standard
28118
28119 \series bold
28120
28121 \backslash
28122 usepackage[Option]{sidecap}
28123 \end_layout
28124
28125 \begin_layout Standard
28126 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28127  Mit 
28128 \series bold
28129 innercaption
28130 \series default
28131  wird die Beschriftung innen gedruckt.
28132  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28133  
28134 \series bold
28135 rightcaption
28136 \series default
28137  oder 
28138 \series bold
28139 leftcaption
28140 \series default
28141 .
28142 \end_layout
28143
28144 \begin_layout Standard
28145 \begin_inset ERT
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149
28150
28151 \backslash
28152 ifsidecap
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \begin_inset Note Note
28159 status open
28160
28161 \begin_layout Plain Layout
28162 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
28163 \series bold
28164 sidecap
28165 \series default
28166  installiert ist.
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Standard
28175 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
28176  in den LaTeX-Vorspann schreiben:
28177 \end_layout
28178
28179 \begin_layout Standard
28180 \begin_inset Newpage newpage
28181 \end_inset
28182
28183
28184 \end_layout
28185
28186 \begin_layout Standard
28187 \noindent
28188 \begin_inset CommandInset line
28189 LatexCommand rule
28190 offset "0.5ex"
28191 width "100line%"
28192 height "1pt"
28193
28194 \end_inset
28195
28196
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202
28203 \backslash
28204 newcommand{
28205 \backslash
28206 TabBesBeg}[1][1.0]{%
28207 \begin_inset Newline newline
28208 \end_inset
28209
28210
28211 \begin_inset Phantom HPhantom
28212 status open
28213
28214 \begin_layout Plain Layout
28215 \begin_inset space ~
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \backslash
28225 let
28226 \backslash
28227 MyTable
28228 \backslash
28229 table
28230 \begin_inset Newline newline
28231 \end_inset
28232
28233
28234 \begin_inset Phantom HPhantom
28235 status open
28236
28237 \begin_layout Plain Layout
28238
28239 \series medium
28240 \begin_inset space ~
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \backslash
28250 let
28251 \backslash
28252 MyEndtable
28253 \backslash
28254 endtable
28255 \begin_inset Newline newline
28256 \end_inset
28257
28258
28259 \begin_inset Phantom HPhantom
28260 status open
28261
28262 \begin_layout Plain Layout
28263
28264 \series medium
28265 \begin_inset space ~
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \backslash
28275 renewenvironment{table}[1]{
28276 \backslash
28277 begin{SCtable}[#1]##1}{
28278 \backslash
28279 end{SCtable}}}
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 newcommand{
28288 \backslash
28289 TabBesEnd}{%
28290 \begin_inset Newline newline
28291 \end_inset
28292
28293
28294 \begin_inset Phantom HPhantom
28295 status open
28296
28297 \begin_layout Plain Layout
28298 \begin_inset space ~
28299 \end_inset
28300
28301
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \backslash
28308 let
28309 \backslash
28310 table
28311 \backslash
28312 MyTable
28313 \begin_inset Newline newline
28314 \end_inset
28315
28316
28317 \begin_inset Phantom HPhantom
28318 status open
28319
28320 \begin_layout Plain Layout
28321 \begin_inset space ~
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \end_inset
28328
28329
28330 \backslash
28331 let
28332 \backslash
28333 endtable
28334 \backslash
28335 MyEndtable
28336 \end_layout
28337
28338 \begin_layout Standard
28339
28340 \series bold
28341
28342 \backslash
28343 newcommand{
28344 \backslash
28345 FigBesBeg}[1][1.0]{%
28346 \begin_inset Newline newline
28347 \end_inset
28348
28349
28350 \begin_inset Phantom HPhantom
28351 status open
28352
28353 \begin_layout Plain Layout
28354 \begin_inset space ~
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \backslash
28364 let
28365 \backslash
28366 MyFigure
28367 \backslash
28368 figure
28369 \begin_inset Newline newline
28370 \end_inset
28371
28372
28373 \begin_inset Phantom HPhantom
28374 status open
28375
28376 \begin_layout Plain Layout
28377 \begin_inset space ~
28378 \end_inset
28379
28380
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \backslash
28387 let
28388 \backslash
28389 MyEndfigure
28390 \backslash
28391 endfigure
28392 \begin_inset Newline newline
28393 \end_inset
28394
28395
28396 \begin_inset Phantom HPhantom
28397 status open
28398
28399 \begin_layout Plain Layout
28400 \begin_inset space ~
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \backslash
28410 renewenvironment{figure}[1]{
28411 \backslash
28412 begin{SCfigure}[#1]##1}{
28413 \backslash
28414 end{SCfigure}}}
28415 \end_layout
28416
28417 \begin_layout Standard
28418
28419 \series bold
28420
28421 \backslash
28422 newcommand{
28423 \backslash
28424 FigBesEnd}{%
28425 \begin_inset Newline newline
28426 \end_inset
28427
28428
28429 \begin_inset Phantom HPhantom
28430 status open
28431
28432 \begin_layout Plain Layout
28433 \begin_inset space ~
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \end_inset
28440
28441
28442 \backslash
28443 let
28444 \backslash
28445 figure
28446 \backslash
28447 MyFigure
28448 \begin_inset Newline newline
28449 \end_inset
28450
28451
28452 \begin_inset Phantom HPhantom
28453 status open
28454
28455 \begin_layout Plain Layout
28456 \begin_inset space ~
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \backslash
28466 let
28467 \backslash
28468 endfigure
28469 \backslash
28470 MyEndfigure}
28471 \end_layout
28472
28473 \begin_layout Standard
28474 \noindent
28475 \begin_inset CommandInset line
28476 LatexCommand rule
28477 offset "0.5ex"
28478 width "100line%"
28479 height "1pt"
28480
28481 \end_inset
28482
28483
28484 \end_layout
28485
28486 \begin_layout Standard
28487 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28488 ungen seitlich gedruckt werden.
28489  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \series bold
28495
28496 \backslash
28497 FigBesBeg
28498 \end_layout
28499
28500 \begin_layout Standard
28501 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28502 \end_layout
28503
28504 \begin_layout Standard
28505
28506 \series bold
28507
28508 \backslash
28509 FigBesEnd
28510 \end_layout
28511
28512 \begin_layout Standard
28513 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28514  zurückkehren wollen.
28515 \end_layout
28516
28517 \begin_layout Standard
28518 Bei Gleitobjekt-Tabellen heißen die Befehle
28519 \end_layout
28520
28521 \begin_layout Standard
28522
28523 \series bold
28524
28525 \backslash
28526 TabBesBeg
28527 \series default
28528  und 
28529 \series bold
28530
28531 \backslash
28532 TabBesEnd
28533 \series default
28534 .
28535 \end_layout
28536
28537 \begin_layout Standard
28538 Abbildung
28539 \begin_inset space ~
28540 \end_inset
28541
28542
28543 \begin_inset CommandInset ref
28544 LatexCommand ref
28545 reference "abb:Beschriftung-neben"
28546
28547 \end_inset
28548
28549  und Tabelle
28550 \begin_inset space ~
28551 \end_inset
28552
28553
28554 \begin_inset CommandInset ref
28555 LatexCommand ref
28556 reference "tab:Beschriftung-neben"
28557
28558 \end_inset
28559
28560  sind Beispiele für seitliche Beschriftungen.
28561 \end_layout
28562
28563 \begin_layout Standard
28564 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28565  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28566  der Abbildung.
28567  Das kann man mit dem Befehl
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28576 \end_layout
28577
28578 \begin_layout Standard
28579 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28580  Der Gleitobjekt-Typ ist entweder 
28581 \family sans
28582 figure
28583 \family default
28584  oder 
28585 \family sans
28586 table
28587 \family default
28588 , die
28589 \family sans
28590  
28591 \family default
28592 Platzierung ist 
28593 \family typewriter
28594 t
28595 \family default
28596  für oben, 
28597 \family typewriter
28598 c
28599 \family default
28600  für zentriert oder 
28601 \family typewriter
28602 b
28603 \family default
28604  für unten.
28605  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28606  lautet der Befehl
28607 \end_layout
28608
28609 \begin_layout Standard
28610
28611 \series bold
28612
28613 \backslash
28614 sidecaptionvpos{figure}{c}
28615 \end_layout
28616
28617 \begin_layout Standard
28618 Das wurde in Abbildung
28619 \begin_inset space ~
28620 \end_inset
28621
28622
28623 \begin_inset CommandInset ref
28624 LatexCommand ref
28625 reference "abb:cap-beside-fig-2"
28626
28627 \end_inset
28628
28629  benutzt.
28630 \end_layout
28631
28632 \begin_layout Standard
28633 \begin_inset VSpace medskip
28634 \end_inset
28635
28636
28637 \end_layout
28638
28639 \begin_layout Standard
28640 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28641  Für schmale Bilder/Tabellen, wie in Tabelle
28642 \begin_inset space ~
28643 \end_inset
28644
28645
28646 \begin_inset CommandInset ref
28647 LatexCommand ref
28648 reference "tab:Beschriftung-neben"
28649
28650 \end_inset
28651
28652 , führt dies zu zu schmalen Beschriftungen.
28653  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28654  Breite des Bildes/der Tabelle multipliziert wird.
28655  Das Ergebnis ist die Beschriftungsbreite.
28656  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28657  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28658  Der 
28659 \emph on
28660 Faktor
28661 \emph default
28662  kann entweder als optionales Argument für 
28663 \series bold
28664
28665 \backslash
28666 FigBesBeg
28667 \series default
28668  angegeben werden:
28669 \end_layout
28670
28671 \begin_layout Standard
28672
28673 \series bold
28674
28675 \backslash
28676 FigBesBeg[Faktor]
28677 \end_layout
28678
28679 \begin_layout Standard
28680 oder indem man in der Definition von 
28681 \series bold
28682
28683 \backslash
28684 FigBesBeg
28685 \series default
28686  die 
28687 \series bold
28688 1.0
28689 \series default
28690  mit einem anderen Wert ersetzt.
28691  Bei letzterem ist der angegebene Faktor der Standard wenn 
28692 \series bold
28693
28694 \backslash
28695 FigBesBeg
28696 \series default
28697  ohne Argument verwendet wird.
28698  Für Tabelle
28699 \begin_inset space ~
28700 \end_inset
28701
28702
28703 \begin_inset CommandInset ref
28704 LatexCommand ref
28705 reference "tab:Beschriftung-neben-breiter"
28706
28707 \end_inset
28708
28709  wurde der Faktor 5 verwendet.
28710 \end_layout
28711
28712 \begin_layout Standard
28713 \begin_inset Note Greyedout
28714 status open
28715
28716 \begin_layout Plain Layout
28717
28718 \series bold
28719 Achtung:
28720 \series default
28721  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28722 erungsoption 
28723 \family sans
28724 Hier,
28725 \begin_inset space ~
28726 \end_inset
28727
28728 auf
28729 \begin_inset space ~
28730 \end_inset
28731
28732 jeden
28733 \begin_inset space ~
28734 \end_inset
28735
28736 Fall
28737 \family default
28738  nicht verwendet werden werden, da diese von 
28739 \series bold
28740 sidecap
28741 \series default
28742  nicht unterstützt wird.
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset VSpace medskip
28752 \end_inset
28753
28754 Weitere Informationen über das Paket
28755 \series bold
28756  sidecap
28757 \series default
28758  finden Sie in seiner Dokumentation 
28759 \begin_inset CommandInset citation
28760 LatexCommand cite
28761 key "sidecap"
28762
28763 \end_inset
28764
28765 .
28766 \end_layout
28767
28768 \begin_layout Standard
28769 \begin_inset Note Greyedout
28770 status open
28771
28772 \begin_layout Plain Layout
28773
28774 \series bold
28775 Bemerkung:
28776 \series default
28777  Das LaTeX-Paket 
28778 \series bold
28779 hypcap
28780 \series default
28781 ,
28782 \begin_inset Index idx
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 LaTeX-Pakete ! hypcap
28787 \end_layout
28788
28789 \end_inset
28790
28791  das in Abschnitt
28792 \begin_inset space ~
28793 \end_inset
28794
28795
28796 \begin_inset CommandInset ref
28797 LatexCommand ref
28798 reference "uab:Querverweis-Position"
28799
28800 \end_inset
28801
28802  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28803  Beschriftungen.
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \end_layout
28810
28811 \begin_layout Standard
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817
28818 \backslash
28819 FigBesBeg 
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 \begin_inset Float figure
28829 wide false
28830 sideways false
28831 status open
28832
28833 \begin_layout Plain Layout
28834 \begin_inset Graphics
28835         filename ../clipart/escher-lsd.eps
28836         scale 75
28837         scaleBeforeRotation
28838
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \begin_layout Plain Layout
28845 \begin_inset Caption Standard
28846
28847 \begin_layout Plain Layout
28848 \begin_inset CommandInset label
28849 LatexCommand label
28850 name "abb:Beschriftung-neben"
28851
28852 \end_inset
28853
28854 Dies ist eine Beschriftung neben einer Abbildung.
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Standard
28868 \begin_inset ERT
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872
28873
28874 \backslash
28875 FigBesEnd
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \begin_layout Standard
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889
28890 \backslash
28891 TabBesBeg 
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset Float table
28901 wide false
28902 sideways false
28903 status open
28904
28905 \begin_layout Plain Layout
28906 \begin_inset Caption Standard
28907
28908 \begin_layout Plain Layout
28909 \begin_inset CommandInset label
28910 LatexCommand label
28911 name "tab:Beschriftung-neben"
28912
28913 \end_inset
28914
28915 Dies ist eine Beschriftung neben einer Tabelle.
28916 \end_layout
28917
28918 \end_inset
28919
28920
28921 \end_layout
28922
28923 \begin_layout Plain Layout
28924 \begin_inset Tabular
28925 <lyxtabular version="3" rows="4" columns="5">
28926 <features rotate="0" tabularvalignment="middle">
28927 <column alignment="center" valignment="top">
28928 <column alignment="center" valignment="top">
28929 <column alignment="center" valignment="top">
28930 <column alignment="center" valignment="top">
28931 <column alignment="center" valignment="top">
28932 <row>
28933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28934 \begin_inset Text
28935
28936 \begin_layout Plain Layout
28937 a
28938 \end_layout
28939
28940 \end_inset
28941 </cell>
28942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28943 \begin_inset Text
28944
28945 \begin_layout Plain Layout
28946
28947 \end_layout
28948
28949 \end_inset
28950 </cell>
28951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955 b
28956 \end_layout
28957
28958 \end_inset
28959 </cell>
28960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28961 \begin_inset Text
28962
28963 \begin_layout Plain Layout
28964
28965 \end_layout
28966
28967 \end_inset
28968 </cell>
28969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28970 \begin_inset Text
28971
28972 \begin_layout Plain Layout
28973 c
28974 \end_layout
28975
28976 \end_inset
28977 </cell>
28978 </row>
28979 <row>
28980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28981 \begin_inset Text
28982
28983 \begin_layout Plain Layout
28984
28985 \end_layout
28986
28987 \end_inset
28988 </cell>
28989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28990 \begin_inset Text
28991
28992 \begin_layout Plain Layout
28993 d
28994 \end_layout
28995
28996 \end_inset
28997 </cell>
28998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28999 \begin_inset Text
29000
29001 \begin_layout Plain Layout
29002
29003 \end_layout
29004
29005 \end_inset
29006 </cell>
29007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29008 \begin_inset Text
29009
29010 \begin_layout Plain Layout
29011 e
29012 \end_layout
29013
29014 \end_inset
29015 </cell>
29016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 </row>
29026 <row>
29027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29028 \begin_inset Text
29029
29030 \begin_layout Plain Layout
29031 f
29032 \end_layout
29033
29034 \end_inset
29035 </cell>
29036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29037 \begin_inset Text
29038
29039 \begin_layout Plain Layout
29040
29041 \end_layout
29042
29043 \end_inset
29044 </cell>
29045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29046 \begin_inset Text
29047
29048 \begin_layout Plain Layout
29049 g
29050 \end_layout
29051
29052 \end_inset
29053 </cell>
29054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29055 \begin_inset Text
29056
29057 \begin_layout Plain Layout
29058
29059 \end_layout
29060
29061 \end_inset
29062 </cell>
29063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29064 \begin_inset Text
29065
29066 \begin_layout Plain Layout
29067 h
29068 \end_layout
29069
29070 \end_inset
29071 </cell>
29072 </row>
29073 <row>
29074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29075 \begin_inset Text
29076
29077 \begin_layout Plain Layout
29078
29079 \end_layout
29080
29081 \end_inset
29082 </cell>
29083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29084 \begin_inset Text
29085
29086 \begin_layout Plain Layout
29087 i
29088 \end_layout
29089
29090 \end_inset
29091 </cell>
29092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29093 \begin_inset Text
29094
29095 \begin_layout Plain Layout
29096
29097 \end_layout
29098
29099 \end_inset
29100 </cell>
29101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29102 \begin_inset Text
29103
29104 \begin_layout Plain Layout
29105 j
29106 \end_layout
29107
29108 \end_inset
29109 </cell>
29110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Plain Layout
29114
29115 \end_layout
29116
29117 \end_inset
29118 </cell>
29119 </row>
29120 </lyxtabular>
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 TabBesEnd
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Standard
29149 \begin_inset ERT
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153
29154
29155 \backslash
29156 FigBesBeg 
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \end_layout
29163
29164 \begin_layout Standard
29165 \begin_inset ERT
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169
29170
29171 \backslash
29172 sidecaptionvpos{figure}{c}
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \begin_inset Float figure
29179 wide false
29180 sideways false
29181 status open
29182
29183 \begin_layout Plain Layout
29184 \begin_inset Graphics
29185         filename ../clipart/escher-lsd.eps
29186         scale 75
29187         scaleBeforeRotation
29188
29189 \end_inset
29190
29191
29192 \end_layout
29193
29194 \begin_layout Plain Layout
29195 \begin_inset Caption Standard
29196
29197 \begin_layout Plain Layout
29198 \begin_inset CommandInset label
29199 LatexCommand label
29200 name "abb:cap-beside-fig-2"
29201
29202 \end_inset
29203
29204 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Standard
29218 \begin_inset ERT
29219 status collapsed
29220
29221 \begin_layout Plain Layout
29222
29223
29224 \backslash
29225 FigBesEnd
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Standard
29234 \begin_inset ERT
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238
29239
29240 \backslash
29241 TabBesBeg[5]
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Standard
29250 \begin_inset Float table
29251 wide false
29252 sideways false
29253 status open
29254
29255 \begin_layout Plain Layout
29256 \begin_inset Caption Standard
29257
29258 \begin_layout Plain Layout
29259 \begin_inset CommandInset label
29260 LatexCommand label
29261 name "tab:Beschriftung-neben-breiter"
29262
29263 \end_inset
29264
29265 Diese Beschriftung ist breiter als die in Tabelle
29266 \begin_inset space ~
29267 \end_inset
29268
29269
29270 \begin_inset CommandInset ref
29271 LatexCommand ref
29272 reference "tab:Beschriftung-neben"
29273
29274 \end_inset
29275
29276 .
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Plain Layout
29285 \begin_inset Tabular
29286 <lyxtabular version="3" rows="4" columns="5">
29287 <features rotate="0" tabularvalignment="middle">
29288 <column alignment="center" valignment="top">
29289 <column alignment="center" valignment="top">
29290 <column alignment="center" valignment="top">
29291 <column alignment="center" valignment="top">
29292 <column alignment="center" valignment="top">
29293 <row>
29294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Plain Layout
29298 a
29299 \end_layout
29300
29301 \end_inset
29302 </cell>
29303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Plain Layout
29316 b
29317 \end_layout
29318
29319 \end_inset
29320 </cell>
29321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29322 \begin_inset Text
29323
29324 \begin_layout Plain Layout
29325
29326 \end_layout
29327
29328 \end_inset
29329 </cell>
29330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29331 \begin_inset Text
29332
29333 \begin_layout Plain Layout
29334 c
29335 \end_layout
29336
29337 \end_inset
29338 </cell>
29339 </row>
29340 <row>
29341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29342 \begin_inset Text
29343
29344 \begin_layout Plain Layout
29345
29346 \end_layout
29347
29348 \end_inset
29349 </cell>
29350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Plain Layout
29354 d
29355 \end_layout
29356
29357 \end_inset
29358 </cell>
29359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29360 \begin_inset Text
29361
29362 \begin_layout Plain Layout
29363
29364 \end_layout
29365
29366 \end_inset
29367 </cell>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Plain Layout
29372 e
29373 \end_layout
29374
29375 \end_inset
29376 </cell>
29377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29378 \begin_inset Text
29379
29380 \begin_layout Plain Layout
29381
29382 \end_layout
29383
29384 \end_inset
29385 </cell>
29386 </row>
29387 <row>
29388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29389 \begin_inset Text
29390
29391 \begin_layout Plain Layout
29392 f
29393 \end_layout
29394
29395 \end_inset
29396 </cell>
29397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 g
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29425 \begin_inset Text
29426
29427 \begin_layout Plain Layout
29428 h
29429 \end_layout
29430
29431 \end_inset
29432 </cell>
29433 </row>
29434 <row>
29435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29436 \begin_inset Text
29437
29438 \begin_layout Plain Layout
29439
29440 \end_layout
29441
29442 \end_inset
29443 </cell>
29444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29445 \begin_inset Text
29446
29447 \begin_layout Plain Layout
29448 i
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29463 \begin_inset Text
29464
29465 \begin_layout Plain Layout
29466 j
29467 \end_layout
29468
29469 \end_inset
29470 </cell>
29471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29472 \begin_inset Text
29473
29474 \begin_layout Plain Layout
29475
29476 \end_layout
29477
29478 \end_inset
29479 </cell>
29480 </row>
29481 </lyxtabular>
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 TabBesEnd
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515
29516 \backslash
29517 else
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \begin_inset Note Note
29524 status open
29525
29526 \begin_layout Plain Layout
29527 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29528 \series bold
29529 sidecap
29530 \series default
29531  nicht installiert ist:
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Das LaTeX-Paket 
29541 \series bold
29542 sidecap
29543 \series default
29544  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset ERT
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552
29553
29554 \backslash
29555 fi
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \begin_layout Section
29564 Gleitobjekt-Verzeichnisse
29565 \begin_inset Index idx
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569 Gleitobjekte ! Verzeichnisse
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29579  Sie können mit den Untermenüs von 
29580 \family sans
29581 Einfügen\SpecialChar \menuseparator
29582 Liste
29583 \begin_inset space ~
29584 \end_inset
29585
29586 /
29587 \begin_inset space ~
29588 \end_inset
29589
29590 Inhaltsverzeichnis
29591 \family default
29592  eingefügt werden.
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29597  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29598 \end_layout
29599
29600 \begin_layout Standard
29601 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29602  und ein Tabellen-Verzeichnis.
29603 \end_layout
29604
29605 \begin_layout Chapter
29606 Notizen
29607 \end_layout
29608
29609 \begin_layout Section
29610 LyX-Notizen
29611 \begin_inset Index idx
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615 Notizen ! LyX-Notizen
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \end_layout
29622
29623 \begin_layout Standard
29624 Notizen werden mit einem Klick auf 
29625 \begin_inset Info
29626 type  "icon"
29627 arg   "note-insert"
29628 \end_inset
29629
29630  oder 
29631 \family sans
29632 Einfügen\SpecialChar \menuseparator
29633 Notiz
29634 \family default
29635  eingefügt.
29636  Es gibt drei Arten:
29637 \end_layout
29638
29639 \begin_layout Description
29640 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29641  Eine 
29642 \family sans
29643 LyX-Notiz
29644 \family default
29645  sieht so aus:
29646 \begin_inset Newline newline
29647 \end_inset
29648
29649
29650 \begin_inset Newline newline
29651 \end_inset
29652
29653
29654 \begin_inset Graphics
29655         filename clipart/LyXNotizQt4.png
29656         display false
29657         scale 60
29658         scaleBeforeRotation
29659
29660 \end_inset
29661
29662  
29663 \begin_inset Note Note
29664 status open
29665
29666 \begin_layout Plain Layout
29667 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \begin_layout Description
29676 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29677  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29678 \family sans
29679 Datei\SpecialChar \menuseparator
29680 Ex\SpecialChar \-
29681 por\SpecialChar \-
29682 tie\SpecialChar \-
29683 ren\SpecialChar \menuseparator
29684 LaTe
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690 {}
29691 \end_layout
29692
29693 \end_inset
29694
29695 X (pdflatex) / (normal)
29696 \family default
29697 .
29698  Ein Kommentar sieht so aus:
29699 \begin_inset Newline newline
29700 \end_inset
29701
29702
29703 \begin_inset Newline newline
29704 \end_inset
29705
29706
29707 \begin_inset Graphics
29708         filename clipart/KommentarQt4.png
29709         display false
29710         scale 60
29711         scaleBeforeRotation
29712
29713 \end_inset
29714
29715  
29716 \begin_inset Note Comment
29717 status open
29718
29719 \begin_layout Plain Layout
29720 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Description
29729 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29730 \begin_inset Newline newline
29731 \end_inset
29732
29733
29734 \begin_inset Newline newline
29735 \end_inset
29736
29737
29738 \begin_inset Graphics
29739         filename clipart/GrauschriftNotizQt4.png
29740         display false
29741         scale 60
29742         scaleBeforeRotation
29743
29744 \end_inset
29745
29746
29747 \begin_inset Newline newline
29748 \end_inset
29749
29750
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756
29757 \backslash
29758 renewenvironment{lyxgreyedout}
29759 \end_layout
29760
29761 \begin_layout Plain Layout
29762
29763 {
29764 \backslash
29765 textcolor[gray]{0.4}
29766 \backslash
29767 bgroup}{
29768 \backslash
29769 egroup}
29770 \end_layout
29771
29772 \end_inset
29773
29774
29775 \begin_inset Note Greyedout
29776 status open
29777
29778 \begin_layout Plain Layout
29779 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29780 \begin_inset Foot
29781 status open
29782
29783 \begin_layout Plain Layout
29784 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29785 \end_layout
29786
29787 \end_inset
29788
29789
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \begin_inset ERT
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799
29800
29801 \backslash
29802 renewenvironment{lyxgreyedout}
29803 \end_layout
29804
29805 \begin_layout Plain Layout
29806
29807 {
29808 \backslash
29809 textcolor{blue}
29810 \backslash
29811 bgroup}{
29812 \backslash
29813 egroup}
29814 \end_layout
29815
29816 \end_inset
29817
29818
29819 \begin_inset Note Note
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29824  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29825  
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \begin_inset Newline newline
29832 \end_inset
29833
29834
29835 \begin_inset Newline newline
29836 \end_inset
29837
29838 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29839  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset VSpace bigskip
29844 \end_inset
29845
29846 Wenn Sie auf den Werkzeugleistenknopf 
29847 \family sans
29848
29849 \begin_inset Info
29850 type  "icon"
29851 arg   "note-insert"
29852 \end_inset
29853
29854
29855 \family default
29856  klicken, wird zunächst eine 
29857 \family sans
29858 LyX-Notiz
29859 \family default
29860  eingefügt.
29861  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29862  Notiz-Typen auswählen.
29863  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29864  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29865  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29866  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29867  am Ende der Notiz ist.
29868 \end_layout
29869
29870 \begin_layout Standard
29871 \begin_inset VSpace bigskip
29872 \end_inset
29873
29874 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29875 \family sans
29876 Dokument\SpecialChar \menuseparator
29877 Einstellungen\SpecialChar \menuseparator
29878 Farben
29879 \family default
29880  geändert werden.
29881 \end_layout
29882
29883 \begin_layout Section
29884 Fußnoten
29885 \begin_inset CommandInset label
29886 LatexCommand label
29887 name "abs:Fußnoten"
29888
29889 \end_inset
29890
29891
29892 \begin_inset Index idx
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896 Notizen ! Fußnoten
29897 \end_layout
29898
29899 \end_inset
29900
29901
29902 \begin_inset Index idx
29903 status collapsed
29904
29905 \begin_layout Plain Layout
29906 Fußnoten
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 Fußnoten werden über den Werkzeugleistenknopf 
29916 \begin_inset Info
29917 type  "icon"
29918 arg   "footnote-insert"
29919 \end_inset
29920
29921  oder das Menü 
29922 \family sans
29923 Einfügen\SpecialChar \menuseparator
29924 Fußnote
29925 \family default
29926  eingefügt.
29927  Man sieht dann diese Fußnotenbox: 
29928 \begin_inset Graphics
29929         filename clipart/FussnoteQt4.png
29930         scale 80
29931         scaleBeforeRotation
29932
29933 \end_inset
29934
29935  in die der Fußnotentext eingegeben wird.
29936  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29937  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29938  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29939 \family sans
29940 Backspace
29941 \family default
29942  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29943 \family sans
29944 Entf
29945 \family default
29946  wenn der Cursor am Ende der Fußnote ist.
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Hier ist eine Beispielfußnote:
29951 \color black
29952
29953 \begin_inset Foot
29954 status open
29955
29956 \begin_layout Plain Layout
29957 \begin_inset CommandInset label
29958 LatexCommand label
29959 name "fuss:Fußnoten-Beispiel"
29960
29961 \end_inset
29962
29963 Dies ist eine Fußnote.
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \color inherit
29970
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 newcounter{MyRepeatFoot}
29979 \end_layout
29980
29981 \begin_layout Plain Layout
29982
29983
29984 \backslash
29985 setcounter{MyRepeatFoot}{
29986 \backslash
29987 thefootnote}
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29997  wurde, eine hochgestellte Zahl.
29998  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29999  hochgestellt dem Text vorangeht.
30000  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
30001  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
30002  werden.
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
30007  der Fußnote eine Marke eingefügt wurde.
30008  Dies ist ein Querverweis auf Fußnote
30009 \begin_inset space ~
30010 \end_inset
30011
30012
30013 \begin_inset CommandInset ref
30014 LatexCommand ref
30015 reference "fuss:Fußnoten-Beispiel"
30016
30017 \end_inset
30018
30019 .
30020 \end_layout
30021
30022 \begin_layout Standard
30023 \begin_inset VSpace defskip
30024 \end_inset
30025
30026 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
30027  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30028  wird der Befehl 
30029 \series bold
30030
30031 \backslash
30032 footnotemark{}
30033 \series default
30034  als TeX-Code eingefügt.
30035  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
30036 \series bold
30037
30038 \backslash
30039 footnotetext
30040 \series default
30041  nach der Tabelle eingegeben.
30042 \begin_inset Newline newline
30043 \end_inset
30044
30045 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30046 \end_layout
30047
30048 \begin_layout Standard
30049
30050 \series bold
30051
30052 \backslash
30053 footnotetext{
30054 \series default
30055 Gedruckte Tabellenfußnote.
30056 \series bold
30057 }
30058 \end_layout
30059
30060 \begin_layout Standard
30061 \begin_inset Tabular
30062 <lyxtabular version="3" rows="2" columns="1">
30063 <features rotate="0" tabularvalignment="middle">
30064 <column alignment="center" valignment="top">
30065 <row>
30066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30067 \begin_inset Text
30068
30069 \begin_layout Plain Layout
30070 Dies ist ein Beispieltext.
30071 \begin_inset Foot
30072 status open
30073
30074 \begin_layout Plain Layout
30075 Diese Fußnote wird nicht gedruckt!
30076 \end_layout
30077
30078 \end_inset
30079
30080
30081 \end_layout
30082
30083 \end_inset
30084 </cell>
30085 </row>
30086 <row>
30087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30088 \begin_inset Text
30089
30090 \begin_layout Plain Layout
30091 Dies ist ein Beispieltext.
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097
30098 \backslash
30099 footnotemark{}
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \end_inset
30108 </cell>
30109 </row>
30110 </lyxtabular>
30111
30112 \end_inset
30113
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120
30121 \backslash
30122 footnotetext{
30123 \end_layout
30124
30125 \end_inset
30126
30127 Gedruckte Tabellenfußnote.
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133 }
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Standard
30142 Fußnoten in langen Tabellen sind in Abschnitt
30143 \begin_inset space ~
30144 \end_inset
30145
30146
30147 \begin_inset CommandInset ref
30148 LatexCommand ref
30149 reference "uab:Fußnoten-in-langen"
30150
30151 \end_inset
30152
30153  beschrieben.
30154 \end_layout
30155
30156 \begin_layout Standard
30157 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30158  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30159  innerhalb einer Seite ist.
30160  (Mehr über Minipages ist in Abschnitt
30161 \begin_inset space ~
30162 \end_inset
30163
30164
30165 \begin_inset CommandInset ref
30166 LatexCommand ref
30167 reference "abs:Minipage"
30168
30169 \end_inset
30170
30171  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30172  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30173  Methode mit 
30174 \series bold
30175
30176 \backslash
30177 footnotemark{}
30178 \series default
30179  und 
30180 \series bold
30181
30182 \backslash
30183 footnotetext
30184 \series default
30185 .
30186 \end_layout
30187
30188 \begin_layout Standard
30189 \begin_inset Box Frameless
30190 position "t"
30191 hor_pos "c"
30192 has_inner_box 1
30193 inner_pos "t"
30194 use_parbox 0
30195 use_makebox 0
30196 width "100col%"
30197 special "none"
30198 height "1in"
30199 height_special "totalheight"
30200 status open
30201
30202 \begin_layout Plain Layout
30203 Dies ist ein Beispieltext.in einer Minipage.
30204 \begin_inset Foot
30205 status open
30206
30207 \begin_layout Plain Layout
30208 Fußnote in einer Minipage.
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \begin_layout Plain Layout
30217 Dies ist ein Beispieltext.
30218  in einer Minipage.
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224
30225 \backslash
30226 footnotemark{}
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \end_layout
30238
30239 \begin_layout Standard
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245
30246 \backslash
30247 footnotetext{
30248 \end_layout
30249
30250 \end_inset
30251
30252 Fußnote außerhalb der Minipage.
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258 }
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \begin_layout Standard
30267 \begin_inset VSpace defskip
30268 \end_inset
30269
30270
30271 \end_layout
30272
30273 \begin_layout Standard
30274 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30275  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
30276 \series bold
30277
30278 \backslash
30279 footnotemark[Nummer]
30280 \series default
30281 .
30282 \begin_inset Newline newline
30283 \end_inset
30284
30285 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30286  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30287  Hinter Fußnote
30288 \begin_inset space ~
30289 \end_inset
30290
30291
30292 \begin_inset CommandInset ref
30293 LatexCommand ref
30294 reference "fuss:Fußnoten-Beispiel"
30295
30296 \end_inset
30297
30298  wurde das mit folgenden TeX-Code-Befehlen gemacht:
30299 \end_layout
30300
30301 \begin_layout Standard
30302
30303 \series bold
30304
30305 \backslash
30306 newcounter{MyRepeatFoot}
30307 \begin_inset Newline newline
30308 \end_inset
30309
30310
30311 \backslash
30312 setcounter{MyRepeatFoot}{
30313 \backslash
30314 thefootnote}
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 footnotemark[
30327 \backslash
30328 theMyRepeatFoot]
30329 \end_layout
30330
30331 \begin_layout Standard
30332 Hier ist eine wiederholte Fußnote:
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338
30339 \backslash
30340 footnotemark[
30341 \backslash
30342 theMyRepeatFoot]
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Standard
30351 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30352  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30353 \end_layout
30354
30355 \begin_layout Standard
30356
30357 \series bold
30358
30359 \backslash
30360 footnotemark[
30361 \backslash
30362 thefootnote]
30363 \end_layout
30364
30365 \begin_layout Standard
30366 Hier ist eine weitere wiederholte Fußnote:
30367 \begin_inset ERT
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371
30372
30373 \backslash
30374 footnotemark[
30375 \backslash
30376 thefootnote]
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Subsection
30385 Fußnoten-Nummerierung
30386 \begin_inset CommandInset label
30387 LatexCommand label
30388 name "uab:Fußnoten-Nummerierung"
30389
30390 \end_inset
30391
30392
30393 \begin_inset Index idx
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397 Fußnoten ! Nummerierung
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \begin_layout Standard
30406 Um Fußnoten nach jedem Abschnitt
30407 \family roman
30408  auf 1 zurückzusetzen, 
30409 \family default
30410 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30411 \end_layout
30412
30413 \begin_layout Standard
30414
30415 \series bold
30416
30417 \backslash
30418 @addtoreset{footnote}{section}
30419 \end_layout
30420
30421 \begin_layout Standard
30422 \begin_inset VSpace bigskip
30423 \end_inset
30424
30425 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30426  Zahlen:
30427 \end_layout
30428
30429 \begin_layout Standard
30430
30431 \series bold
30432
30433 \backslash
30434 renewcommand{
30435 \backslash
30436 thefootnote}{
30437 \backslash
30438 roman{footnote}}
30439 \end_layout
30440
30441 \begin_layout Standard
30442 \begin_inset ERT
30443 status collapsed
30444
30445 \begin_layout Plain Layout
30446
30447
30448 \backslash
30449 renewcommand{
30450 \backslash
30451 thefootnote}{
30452 \backslash
30453 roman{footnote}}
30454 \end_layout
30455
30456 \end_inset
30457
30458  Hier ist ein Beispiel für solch eine Fußnote:
30459 \begin_inset Foot
30460 status open
30461
30462 \begin_layout Plain Layout
30463 Dies ist eine Fußnote mit kleinen römischen Zahlen
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \end_layout
30470
30471 \begin_layout Standard
30472 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30473  in obigem Befehl 
30474 \series bold
30475
30476 \backslash
30477 roman
30478 \series default
30479  durch 
30480 \series bold
30481
30482 \backslash
30483 Roman
30484 \series default
30485 .
30486  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30487 \begin_inset Quotes gld
30488 \end_inset
30489
30490 nummerieren
30491 \begin_inset Quotes grd
30492 \end_inset
30493
30494 , verwenden Sie die Befehle 
30495 \series bold
30496
30497 \backslash
30498 Alph
30499 \series default
30500  oder 
30501 \series bold
30502
30503 \backslash
30504 alph
30505 \series default
30506 .
30507  Für die 
30508 \begin_inset Quotes gld
30509 \end_inset
30510
30511 Nummerierung
30512 \begin_inset Quotes grd
30513 \end_inset
30514
30515  mit Symbolen steht der Befehl 
30516 \series bold
30517
30518 \backslash
30519 fnsymbol
30520 \series default
30521  zur Verfügung.
30522 \end_layout
30523
30524 \begin_layout Standard
30525 \begin_inset Note Greyedout
30526 status open
30527
30528 \begin_layout Plain Layout
30529
30530 \series bold
30531 Bemerkung 1:
30532 \series default
30533  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30534  
30535 \emph on
30536 ein
30537 \emph default
30538  Buchstabe verwendet wird.
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Newline newline
30545 \end_inset
30546
30547
30548 \begin_inset Note Greyedout
30549 status open
30550
30551 \begin_layout Plain Layout
30552
30553 \series bold
30554 Bemerkung 2:
30555 \series default
30556  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \end_layout
30563
30564 \begin_layout Standard
30565 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30566 \series bold
30567
30568 \backslash
30569 arabic
30570 \series default
30571  anstelle von 
30572 \series bold
30573
30574 \backslash
30575 roman
30576 \series default
30577  in obigem Befehl.
30578 \begin_inset ERT
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582
30583
30584 \backslash
30585 renewcommand{
30586 \backslash
30587 thefootnote}{
30588 \backslash
30589 arabic{footnote}}
30590 \end_layout
30591
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 \begin_inset VSpace bigskip
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30606 \begin_inset Quotes gld
30607 \end_inset
30608
30609 Kapitel.Fußnote
30610 \begin_inset Quotes grd
30611 \end_inset
30612
30613  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \series bold
30619
30620 \backslash
30621 numberwithin{footnote}{chapter}
30622 \end_layout
30623
30624 \begin_layout Standard
30625 Um 
30626 \series bold
30627
30628 \backslash
30629 numberwithin
30630 \series default
30631  benutzen zu können, muss in den 
30632 \family sans
30633 Mathe
30634 \begin_inset space ~
30635 \end_inset
30636
30637 Optionen
30638 \family default
30639  der 
30640 \family sans
30641 Dokument-Einstellungen
30642 \family default
30643  
30644 \family sans
30645 AMS
30646 \begin_inset space ~
30647 \end_inset
30648
30649 Mathe
30650 \begin_inset space ~
30651 \end_inset
30652
30653 Paket
30654 \family default
30655
30656 \begin_inset space ~
30657 \end_inset
30658
30659
30660 \family sans
30661 verwenden
30662 \family default
30663  angekreuzt sein.
30664 \begin_inset ERT
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669
30670 \backslash
30671 numberwithin{footnote}{chapter}
30672 \end_layout
30673
30674 \end_inset
30675
30676  Hier ist ein Beispiel für solch eine Fußnote.
30677 \series bold
30678
30679 \begin_inset Foot
30680 status open
30681
30682 \begin_layout Plain Layout
30683 Dies ist eine Fußnote nach dem Schema 
30684 \begin_inset Quotes gld
30685 \end_inset
30686
30687 Kapitel.Fußnote
30688 \begin_inset Quotes grd
30689 \end_inset
30690
30691 .
30692 \end_layout
30693
30694 \end_inset
30695
30696
30697 \series default
30698
30699 \begin_inset ERT
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703
30704
30705 \backslash
30706 renewcommand{
30707 \backslash
30708 thefootnote}{
30709 \backslash
30710 arabic{footnote}}
30711 \end_layout
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \begin_layout Standard
30719 \begin_inset Note Greyedout
30720 status open
30721
30722 \begin_layout Plain Layout
30723
30724 \series bold
30725 Bemerkung:
30726 \series default
30727  
30728 \series bold
30729
30730 \backslash
30731 numberwithin
30732 \series default
30733  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30734  werden überschrieben.
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Um also z.
30744 \begin_inset space \thinspace{}
30745 \end_inset
30746
30747 B.
30748  das Schema 
30749 \begin_inset Quotes gld
30750 \end_inset
30751
30752 Kapitel.
30753 \backslash
30754 Roman{footnote}
30755 \begin_inset Quotes grd
30756 \end_inset
30757
30758  zu erhalten, muss dieser Befehl anstelle von 
30759 \series bold
30760
30761 \backslash
30762 numberwithin
30763 \series default
30764  verwendet werden:
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 renewcommand{
30773 \backslash
30774 thefootnote}{
30775 \backslash
30776 thechapter.
30777 \backslash
30778 Roman{footnote}}
30779 \end_layout
30780
30781 \begin_layout Subsection
30782 Fußnoten-Platzierung
30783 \begin_inset Index idx
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787 Fußnoten ! Platzierung
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30797  ohne Zwischenraum am Ende der Seite gedruckt.
30798  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30799  LaTeX-Vorspann 1.5
30800 \begin_inset space \thinspace{}
30801 \end_inset
30802
30803 mm Zwischenraum einfügen:
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809
30810 \backslash
30811 let
30812 \backslash
30813 myFoot
30814 \backslash
30815 footnote
30816 \begin_inset Newline newline
30817 \end_inset
30818
30819
30820 \backslash
30821 renewcommand{
30822 \backslash
30823 footnote}[1]{
30824 \backslash
30825 myFoot{#1
30826 \backslash
30827 vspace{1.5mm}}}
30828 \end_layout
30829
30830 \begin_layout Standard
30831 \begin_inset VSpace bigskip
30832 \end_inset
30833
30834 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30835  Spalte gedruckt, Abbildung
30836 \begin_inset space ~
30837 \end_inset
30838
30839
30840 \begin_inset CommandInset ref
30841 LatexCommand ref
30842 reference "abb:Standard-Fußnoten-Platzierung-in"
30843
30844 \end_inset
30845
30846 .
30847  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30848  in Abbildung
30849 \begin_inset space ~
30850 \end_inset
30851
30852
30853 \begin_inset CommandInset ref
30854 LatexCommand ref
30855 reference "abb:Fußnoten-Platzierung-in-einem"
30856
30857 \end_inset
30858
30859 , müssen Sie das LaTeX-Paket 
30860 \series bold
30861 ftnright
30862 \series default
30863
30864 \begin_inset Index idx
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868 LaTeX-Pakete ! ftnright
30869 \end_layout
30870
30871 \end_inset
30872
30873  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30874 \end_layout
30875
30876 \begin_layout Standard
30877
30878 \series bold
30879
30880 \backslash
30881 usepackage{ftnright}
30882 \end_layout
30883
30884 \begin_layout Standard
30885 \begin_inset Float figure
30886 placement !h
30887 wide false
30888 sideways false
30889 status open
30890
30891 \begin_layout Plain Layout
30892 \begin_inset ERT
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896
30897
30898 \backslash
30899 framebox{
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \begin_inset Graphics
30906         filename ../clipart/without_fntright.pdf
30907         width 100col%
30908         scaleBeforeRotation
30909
30910 \end_inset
30911
30912
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918 }
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Plain Layout
30927 \begin_inset Caption Standard
30928
30929 \begin_layout Plain Layout
30930 \begin_inset CommandInset label
30931 LatexCommand label
30932 name "abb:Standard-Fußnoten-Platzierung-in"
30933
30934 \end_inset
30935
30936 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30937 \begin_inset Argument 1
30938 status open
30939
30940 \begin_layout Plain Layout
30941 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset Float figure
30961 placement !h
30962 wide false
30963 sideways false
30964 status open
30965
30966 \begin_layout Plain Layout
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972
30973 \backslash
30974 framebox{
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \begin_inset Graphics
30981         filename ../clipart/with_fntright.pdf
30982         width 100col%
30983         scaleBeforeRotation
30984
30985 \end_inset
30986
30987
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993 }
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \end_layout
31000
31001 \begin_layout Plain Layout
31002 \begin_inset Caption Standard
31003
31004 \begin_layout Plain Layout
31005 \begin_inset CommandInset label
31006 LatexCommand label
31007 name "abb:Fußnoten-Platzierung-in-einem"
31008
31009 \end_inset
31010
31011 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
31012  
31013 \series bold
31014 ftnright
31015 \series default
31016 .
31017 \begin_inset Argument 1
31018 status collapsed
31019
31020 \begin_layout Plain Layout
31021 Fußnoten-Platzierung mit 
31022 \family typewriter
31023 ftnright
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 \begin_inset VSpace bigskip
31043 \end_inset
31044
31045 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31046  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31047 \begin_inset space ~
31048 \end_inset
31049
31050
31051 \begin_inset CommandInset ref
31052 LatexCommand ref
31053 reference "abb:endnotes"
31054
31055 \end_inset
31056
31057  gedruckt.
31058  Man nennt sie dann 
31059 \begin_inset Quotes gld
31060 \end_inset
31061
31062 Endnoten
31063 \begin_inset Quotes grd
31064 \end_inset
31065
31066 .
31067 \begin_inset Index idx
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071 Endnoten
31072 \end_layout
31073
31074 \end_inset
31075
31076  Um das zu erreichen, laden Sie im Menü 
31077 \family sans
31078 Dokument\SpecialChar \menuseparator
31079 Einstellungen\SpecialChar \menuseparator
31080 Module 
31081 \family default
31082 das Modul 
31083 \family sans
31084 Fußnote
31085 \begin_inset space ~
31086 \end_inset
31087
31088 als
31089 \begin_inset space ~
31090 \end_inset
31091
31092 Endnote
31093 \family default
31094 .
31095  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31096 \end_layout
31097
31098 \begin_layout Standard
31099
31100 \series bold
31101
31102 \backslash
31103 theendnotes
31104 \end_layout
31105
31106 \begin_layout Standard
31107 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset Float figure
31112 wide false
31113 sideways false
31114 status open
31115
31116 \begin_layout Plain Layout
31117 \align center
31118 \begin_inset ERT
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122
31123
31124 \backslash
31125 framebox{
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \begin_inset Graphics
31132         filename ../clipart/endnotes.pdf
31133         scaleBeforeRotation
31134
31135 \end_inset
31136
31137
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143 }
31144 \end_layout
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Plain Layout
31152 \begin_inset Caption Standard
31153
31154 \begin_layout Plain Layout
31155 \begin_inset CommandInset label
31156 LatexCommand label
31157 name "abb:endnotes"
31158
31159 \end_inset
31160
31161
31162 \series bold
31163 endnotes
31164 \series default
31165  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31166  gedruckt.
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset VSpace medskip
31181 \end_inset
31182
31183 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31184 ache übersetzt.
31185  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
31186 \begin_inset Quotes gld
31187 \end_inset
31188
31189 Notes
31190 \begin_inset Quotes grd
31191 \end_inset
31192
31193  in 
31194 \begin_inset Quotes gld
31195 \end_inset
31196
31197 Anmerkungen
31198 \begin_inset Quotes grd
31199 \end_inset
31200
31201 :
31202 \end_layout
31203
31204 \begin_layout Standard
31205
31206 \series bold
31207
31208 \backslash
31209 renewcommand{
31210 \backslash
31211 notesname}{Anmerkungen}
31212 \end_layout
31213
31214 \begin_layout Standard
31215 \begin_inset VSpace medskip
31216 \end_inset
31217
31218 Wenn Sie in den Befehlen von Abschnitt
31219 \begin_inset space ~
31220 \end_inset
31221
31222
31223 \begin_inset CommandInset ref
31224 LatexCommand ref
31225 reference "uab:Fußnoten-Nummerierung"
31226
31227 \end_inset
31228
31229  
31230 \series bold
31231
31232 \backslash
31233 thefootnote
31234 \series default
31235  durch 
31236 \series bold
31237
31238 \backslash
31239 theendnote
31240 \series default
31241  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31242  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31243 \series bold
31244
31245 \backslash
31246 @addtoreset
31247 \series default
31248  wie in Abschnitt
31249 \begin_inset space \space{}
31250 \end_inset
31251
31252
31253 \begin_inset CommandInset ref
31254 LatexCommand ref
31255 reference "uab:Fußnoten-Nummerierung"
31256
31257 \end_inset
31258
31259  beschrieben und ersetzen 
31260 \series bold
31261 footnote
31262 \series default
31263  durch 
31264 \series bold
31265 endnote
31266 \series default
31267 .
31268 \end_layout
31269
31270 \begin_layout Standard
31271 Für Endnoten gibt es den Befehl 
31272 \series bold
31273
31274 \backslash
31275 endnotemark[Nummer]
31276 \series default
31277  analog zum Befehl 
31278 \series bold
31279
31280 \backslash
31281 footnotemark
31282 \series default
31283  der in Abschnitt
31284 \begin_inset space ~
31285 \end_inset
31286
31287
31288 \begin_inset CommandInset ref
31289 LatexCommand ref
31290 reference "abs:Fußnoten"
31291
31292 \end_inset
31293
31294  beschrieben ist.
31295 \end_layout
31296
31297 \begin_layout Standard
31298 \begin_inset VSpace bigskip
31299 \end_inset
31300
31301 Mit dem LaTeX-Paket 
31302 \series bold
31303 footmisc
31304 \series default
31305
31306 \begin_inset Index idx
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 LaTeX-Pakete ! footmisc
31311 \end_layout
31312
31313 \end_inset
31314
31315  (
31316 \begin_inset CommandInset citation
31317 LatexCommand cite
31318 key "footmisc"
31319
31320 \end_inset
31321
31322 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31323 \end_layout
31324
31325 \begin_layout Standard
31326 In LaTeX-Büchern, 
31327 \begin_inset CommandInset citation
31328 LatexCommand cite
31329 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31330
31331 \end_inset
31332
31333 , finden Sie weiteres zu Fußnoten.
31334  Wenn Sie eine 
31335 \series bold
31336 KOMA-Script
31337 \series default
31338
31339 \begin_inset Index idx
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343 LaTeX-Pakete ! KOMA-Script
31344 \end_layout
31345
31346 \end_inset
31347
31348  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31349 zifische Befehle anpassen, siehe 
31350 \begin_inset CommandInset citation
31351 LatexCommand cite
31352 key "KOMA-Script"
31353
31354 \end_inset
31355
31356 .
31357 \end_layout
31358
31359 \begin_layout Section
31360 Randnotizen
31361 \begin_inset Index idx
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365 Randnotizen
31366 \end_layout
31367
31368 \end_inset
31369
31370
31371 \begin_inset Index idx
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375 Notizen ! Randnotizen
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \begin_layout Standard
31384 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31385  Sie fügen sie mit einem Klick auf den Schalter 
31386 \begin_inset Info
31387 type  "icon"
31388 arg   "marginalnote-insert"
31389 \end_inset
31390
31391  oder über 
31392 \family sans
31393 Einfügen\SpecialChar \menuseparator
31394 Randnotiz
31395 \family default
31396  ein.
31397  Ein graues Kästchen mit der Aufschrift 
31398 \begin_inset Quotes gld
31399 \end_inset
31400
31401 Rand
31402 \begin_inset Quotes grd
31403 \end_inset
31404
31405  erscheint
31406 \family roman
31407 \series medium
31408 , und dort, wo der Cursor steht, können Sie Text eingeben.
31409 \end_layout
31410
31411 \begin_layout Standard
31412 Hier am Rand sehen Sie eine Randnotiz.
31413  
31414 \begin_inset Marginal
31415 status open
31416
31417 \begin_layout Plain Layout
31418 Dies ist eine Randnotiz.
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \end_layout
31425
31426 \begin_layout Standard
31427 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31428  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31429  Seiten und rechts auf den ungeraden.
31430  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31431  wird und umgekehrt.
31432  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31433  wurde.
31434 \end_layout
31435
31436 \begin_layout Standard
31437 \begin_inset VSpace bigskip
31438 \end_inset
31439
31440 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31441 \end_layout
31442
31443 \begin_layout Standard
31444
31445 \series bold
31446
31447 \backslash
31448 reversemarginpar
31449 \end_layout
31450
31451 \begin_layout Standard
31452 als TeX-Code vor einer Randnotiz ein.
31453  Das gilt dann für alle folgenden Randnotizen.
31454  
31455 \begin_inset ERT
31456 status collapsed
31457
31458 \begin_layout Plain Layout
31459
31460
31461 \backslash
31462 reversemarginpar 
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \begin_inset Marginal
31469 status open
31470
31471 \begin_layout Plain Layout
31472 Hier ist ein Beispiel im inneren Rand.
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \begin_inset Newline newline
31479 \end_inset
31480
31481
31482 \begin_inset Note Greyedout
31483 status open
31484
31485 \begin_layout Plain Layout
31486  
31487 \series bold
31488 Achtung:
31489 \series default
31490  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31500 \end_layout
31501
31502 \begin_layout Standard
31503
31504 \series bold
31505
31506 \backslash
31507 normalmarginpar
31508 \end_layout
31509
31510 \begin_layout Standard
31511 als TeX-Code ein.
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 normalmarginpar 
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 \begin_inset Note Greyedout
31529 status open
31530
31531 \begin_layout Plain Layout
31532
31533 \series bold
31534 Achtung:
31535 \series default
31536  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31537 \series bold
31538
31539 \backslash
31540 reversemarginpar
31541 \series default
31542  verwendet wird.
31543 \end_layout
31544
31545 \end_inset
31546
31547
31548 \end_layout
31549
31550 \begin_layout Standard
31551 \begin_inset VSpace bigskip
31552 \end_inset
31553
31554
31555 \begin_inset Marginal
31556 status open
31557
31558 \begin_layout Plain Layout
31559
31560 \family roman
31561 \series medium
31562 EinSehrLangesWort am Anfang, das umgebrochen wird.
31563 \end_layout
31564
31565 \end_inset
31566
31567  Ähnlich wie in Abschnitt
31568 \begin_inset space ~
31569 \end_inset
31570
31571
31572 \begin_inset CommandInset ref
31573 LatexCommand ref
31574 reference "uab:Mehrfache-Zeilen-in"
31575
31576 \end_inset
31577
31578  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31579  Wort der Randnotiz sind.
31580  Um das zu vermeiden, fügen sie 0
31581 \begin_inset space \thinspace{}
31582 \end_inset
31583
31584 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31585 \begin_inset Marginal
31586 status open
31587
31588 \begin_layout Plain Layout
31589 \begin_inset space \hspace{}
31590 \length 0pt
31591 \end_inset
31592
31593
31594 \family roman
31595 \series medium
31596 EinSehrLangesWort am Anfang, das umgebrochen wird.
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \begin_layout Standard
31612 \begin_inset Note Greyedout
31613 status open
31614
31615 \begin_layout Plain Layout
31616
31617 \series bold
31618 Bemerkung:
31619 \series default
31620  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31621  verwendet werden.
31622 \end_layout
31623
31624 \end_inset
31625
31626
31627 \end_layout
31628
31629 \begin_layout Standard
31630 \begin_inset VSpace bigskip
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Standard
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 ifmarginnote
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \begin_inset Note Note
31651 status open
31652
31653 \begin_layout Plain Layout
31654 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31655 \series bold
31656 marginnote
31657 \series default
31658  installiert ist.
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \begin_layout Standard
31667 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31668 \series bold
31669 marginnote
31670 \series default
31671
31672 \begin_inset Index idx
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676 LaTeX-Pakete ! marginnote
31677 \end_layout
31678
31679 \end_inset
31680
31681  verwendet wird.
31682  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31683  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31684  des Pakets 
31685 \series bold
31686 marginnote
31687 \series default
31688  für Randnotizen verwendet wird:
31689 \end_layout
31690
31691 \begin_layout Standard
31692
31693 \series bold
31694
31695 \backslash
31696 usepackage{marginnote}
31697 \begin_inset Newline newline
31698 \end_inset
31699
31700
31701 \backslash
31702 let
31703 \backslash
31704 marginpar
31705 \backslash
31706 marginnote
31707 \end_layout
31708
31709 \begin_layout Standard
31710 Dies wird auch in diesem Dokument verwendet, denn 
31711 \series bold
31712 marginnote
31713 \series default
31714  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31715  für Randnotizen angeben.
31716  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31717 n zu dicht beieinander sind.
31718  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31719  Schema
31720 \end_layout
31721
31722 \begin_layout Standard
31723
31724 \series bold
31725 [Versatz]
31726 \end_layout
31727
31728 \begin_layout Standard
31729 angegeben.
31730  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31731 \begin_inset space ~
31732 \end_inset
31733
31734
31735 \begin_inset CommandInset ref
31736 LatexCommand ref
31737 reference "tab:Maßeinheiten"
31738
31739 \end_inset
31740
31741  aufgelistet sind.
31742  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31743  nach unten.
31744  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31745 \begin_inset space \thinspace{}
31746 \end_inset
31747
31748 cm mit dem TeX-Code-Befehl  
31749 \begin_inset Quotes gld
31750 \end_inset
31751
31752
31753 \series bold
31754 [-1.5cm]
31755 \series default
31756
31757 \begin_inset Quotes grd
31758 \end_inset
31759
31760  nach oben versetzt.
31761 \begin_inset Marginal
31762 status open
31763
31764 \begin_layout Plain Layout
31765 Diese Randnotiz ist 1.5
31766 \begin_inset space \thinspace{}
31767 \end_inset
31768
31769 cm von ihrer Originalposition nach oben versetzt.
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \begin_inset ERT
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779
31780 [-1.5cm]
31781 \end_layout
31782
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \begin_layout Standard
31789 \begin_inset VSpace medskip
31790 \end_inset
31791
31792 Mit 
31793 \series bold
31794 marginnote
31795 \series default
31796  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31797  Zum Beispiel setzen die Befehle
31798 \end_layout
31799
31800 \begin_layout Standard
31801
31802 \series bold
31803
31804 \backslash
31805 renewcommand*{
31806 \backslash
31807 raggedleftmarginnote}{
31808 \backslash
31809 centering}
31810 \begin_inset Newline newline
31811 \end_inset
31812
31813
31814 \backslash
31815 renewcommand*{
31816 \backslash
31817 raggedrightmarginnote}{
31818 \backslash
31819 centering}
31820 \end_layout
31821
31822 \begin_layout Standard
31823 die Ausrichtung auf zentriert.
31824  
31825 \series bold
31826
31827 \backslash
31828 raggedleftmarginnote
31829 \series default
31830  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31831  
31832 \begin_inset ERT
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 renewcommand*{
31840 \backslash
31841 raggedleftmarginnote}{
31842 \backslash
31843 centering}
31844 \end_layout
31845
31846 \begin_layout Plain Layout
31847
31848
31849 \backslash
31850 renewcommand*{
31851 \backslash
31852 raggedrightmarginnote}{
31853 \backslash
31854 centering}
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \begin_inset Marginal
31861 status open
31862
31863 \begin_layout Plain Layout
31864 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31865 \end_layout
31866
31867 \end_inset
31868
31869  Die Voreinstellung ist
31870 \end_layout
31871
31872 \begin_layout Standard
31873
31874 \series bold
31875
31876 \backslash
31877 renewcommand*{
31878 \backslash
31879 raggedleftmarginnote}{
31880 \backslash
31881 raggedleft}
31882 \begin_inset Newline newline
31883 \end_inset
31884
31885
31886 \backslash
31887 renewcommand*{
31888 \backslash
31889 raggedrightmarginnote}{
31890 \backslash
31891 raggedright}
31892 \series default
31893
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 renewcommand*{
31902 \backslash
31903 raggedleftmarginnote}{
31904 \backslash
31905 raggedleft}
31906 \end_layout
31907
31908 \begin_layout Plain Layout
31909
31910
31911 \backslash
31912 renewcommand*{
31913 \backslash
31914 raggedrightmarginnote}{
31915 \backslash
31916 raggedright}
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 \begin_inset VSpace medskip
31926 \end_inset
31927
31928 Für weitere Fähigkeiten des Pakets 
31929 \series bold
31930 marginnote
31931 \series default
31932  sei auf dessen Dokumentation verwiesen 
31933 \begin_inset CommandInset citation
31934 LatexCommand cite
31935 key "marginnote"
31936
31937 \end_inset
31938
31939 .
31940 \end_layout
31941
31942 \begin_layout Standard
31943 \begin_inset VSpace bigskip
31944 \end_inset
31945
31946 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31947  geändert werden.
31948  Um z.
31949 \begin_inset space \thinspace{}
31950 \end_inset
31951
31952 B.
31953  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31954  und fettgedruckten Text 
31955 \begin_inset Quotes eld
31956 \end_inset
31957
31958
31959 \family sans
31960 \series bold
31961 \bar under
31962 Achtung!
31963 \family default
31964 \series default
31965 \bar default
31966
31967 \begin_inset Quotes erd
31968 \end_inset
31969
31970  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31971 \end_layout
31972
31973 \begin_layout Standard
31974
31975 \series bold
31976
31977 \backslash
31978 let
31979 \backslash
31980 myMarginpar
31981 \backslash
31982 marginpar
31983 \begin_inset Newline newline
31984 \end_inset
31985
31986
31987 \backslash
31988 renewcommand{
31989 \backslash
31990 marginpar}[1]{
31991 \backslash
31992 myMarginpar{%
31993 \begin_inset Newline newline
31994 \end_inset
31995
31996
31997 \begin_inset Phantom HPhantom
31998 status open
31999
32000 \begin_layout Plain Layout
32001
32002 \series bold
32003 \begin_inset space ~
32004 \end_inset
32005
32006
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \backslash
32013 hspace{0pt}
32014 \backslash
32015 textsf{
32016 \backslash
32017 textbf{
32018 \backslash
32019 underbar{Achtung!}}}%
32020 \begin_inset Newline newline
32021 \end_inset
32022
32023
32024 \begin_inset Phantom HPhantom
32025 status open
32026
32027 \begin_layout Plain Layout
32028
32029 \series bold
32030 \begin_inset space ~
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \backslash
32040 vspace{1.5mm}
32041 \backslash
32042
32043 \backslash
32044 #1}}
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 let
32056 \backslash
32057 myMarginpar
32058 \backslash
32059 marginpar
32060 \end_layout
32061
32062 \begin_layout Plain Layout
32063
32064
32065 \backslash
32066 renewcommand{
32067 \backslash
32068 marginpar}[1]{
32069 \backslash
32070 myMarginpar{%
32071 \end_layout
32072
32073 \begin_layout Plain Layout
32074
32075    
32076 \backslash
32077 textsf{
32078 \backslash
32079 textbf{
32080 \backslash
32081 underbar{Achtung!}}}%
32082 \end_layout
32083
32084 \begin_layout Plain Layout
32085
32086    
32087 \backslash
32088 vspace{1.5mm}
32089 \backslash
32090
32091 \backslash
32092 #1}}
32093 \end_layout
32094
32095 \end_inset
32096
32097
32098 \begin_inset Marginal
32099 status open
32100
32101 \begin_layout Plain Layout
32102 Dies ist eine Randnotiz mit einer definierten Überschrift.
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \begin_inset ERT
32109 status collapsed
32110
32111 \begin_layout Plain Layout
32112
32113 [-1.5cm]
32114 \end_layout
32115
32116 \end_inset
32117
32118
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 renewcommand{
32127 \backslash
32128 marginpar}[1]{
32129 \backslash
32130 myMarginpar{#1}}
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \begin_inset Note Note
32137 status open
32138
32139 \begin_layout Plain Layout
32140 Das Format wurde nur für dieses Beispiel geändert.
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \end_layout
32147
32148 \begin_layout Standard
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 else
32157 \end_layout
32158
32159 \end_inset
32160
32161
32162 \begin_inset Note Note
32163 status open
32164
32165 \begin_layout Plain Layout
32166 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
32167 \series bold
32168 marginnote
32169 \series default
32170  nicht installiert ist:
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 Das LaTeX-Paket 
32180 \series bold
32181 marginnote
32182 \series default
32183  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32184 \end_layout
32185
32186 \begin_layout Standard
32187 \begin_inset ERT
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191
32192
32193 \backslash
32194 fi
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Chapter
32203 Boxen
32204 \end_layout
32205
32206 \begin_layout Section
32207 Einleitung
32208 \begin_inset Index idx
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212 Boxen ! Einleitung
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 Boxen werden benutzt, um einen Textblock zu formatieren.
32222  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32223  siehe Abschnitt
32224 \begin_inset space ~
32225 \end_inset
32226
32227
32228 \begin_inset CommandInset ref
32229 LatexCommand ref
32230 reference "abs:Minipage"
32231
32232 \end_inset
32233
32234 , um Text zu umrahmen, siehe Abschnitt
32235 \begin_inset space ~
32236 \end_inset
32237
32238
32239 \begin_inset CommandInset ref
32240 LatexCommand ref
32241 reference "uab:Verzierung"
32242
32243 \end_inset
32244
32245 , um Silbentrennung zu verhindern, siehe Abschnitt
32246 \begin_inset space ~
32247 \end_inset
32248
32249
32250 \begin_inset CommandInset ref
32251 LatexCommand ref
32252 reference "abs:Silbentrennung-unterbinden"
32253
32254 \end_inset
32255
32256 , um Text senkrecht auszurichten, siehe Abschnitt
32257 \begin_inset space ~
32258 \end_inset
32259
32260
32261 \begin_inset CommandInset ref
32262 LatexCommand ref
32263 reference "uab:Vertikale-Ausrichtung"
32264
32265 \end_inset
32266
32267  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32268 \begin_inset space ~
32269 \end_inset
32270
32271
32272 \begin_inset CommandInset ref
32273 LatexCommand ref
32274 reference "abs:Farbige-Boxen"
32275
32276 \end_inset
32277
32278 .
32279 \end_layout
32280
32281 \begin_layout Standard
32282 Boxen werden mit 
32283 \family sans
32284 Einfügen\SpecialChar \menuseparator
32285 Box
32286 \family default
32287  oder dem Schalter 
32288 \begin_inset Info
32289 type  "icon"
32290 arg   "box-insert Frameless"
32291 \end_inset
32292
32293  eingefügt.
32294  Ein graues Kästchen mit der Aufschrift 
32295 \begin_inset Quotes gld
32296 \end_inset
32297
32298 Box (Minipage)
32299 \begin_inset Quotes grd
32300 \end_inset
32301
32302  erscheint: 
32303 \begin_inset Graphics
32304         filename clipart/StandardBoxQt4.png
32305         scale 85
32306         scaleBeforeRotation
32307
32308 \end_inset
32309
32310  Mit einem Rechts\SpecialChar \-
32311 klick auf das graue Kästchen und der Auswahl von 
32312 \family sans
32313 Einstellungen
32314 \family default
32315  kann der Typ spezifiziert werden.
32316  Das Dialogfenster bietet bei 
32317 \family sans
32318 Innere
32319 \begin_inset space ~
32320 \end_inset
32321
32322 Box
32323 \family default
32324  die Typen 
32325 \family sans
32326 Makebox
32327 \family default
32328
32329 \family sans
32330 Parbox
32331 \family default
32332  und 
32333 \family sans
32334 Minipage
32335 \family default
32336  an.
32337  
32338 \family sans
32339 Minipage
32340 \family default
32341  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32342 \begin_inset space ~
32343 \end_inset
32344
32345
32346 \begin_inset CommandInset ref
32347 LatexCommand ref
32348 reference "abs:Minipage"
32349
32350 \end_inset
32351
32352  beschrieben, 
32353 \family sans
32354 Parbox
32355 \family default
32356  in Abschnitt
32357 \begin_inset space ~
32358 \end_inset
32359
32360
32361 \begin_inset CommandInset ref
32362 LatexCommand ref
32363 reference "abs:Parbox"
32364
32365 \end_inset
32366
32367  und 
32368 \family sans
32369 Makebox
32370 \family default
32371  in 
32372 \begin_inset CommandInset ref
32373 LatexCommand ref
32374 reference "abs:Silbentrennung-unterbinden"
32375
32376 \end_inset
32377
32378 .
32379 \end_layout
32380
32381 \begin_layout Standard
32382 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32383  wie auf Gleitobjekte und Fußnoten.
32384 \end_layout
32385
32386 \begin_layout Standard
32387 \begin_inset Note Greyedout
32388 status open
32389
32390 \begin_layout Plain Layout
32391
32392 \series bold
32393 Bemerkung
32394 \begin_inset space ~
32395 \end_inset
32396
32397 1:
32398 \series default
32399  Boxen dürfen in 
32400 \family sans
32401 List-
32402 \family default
32403  oder 
32404 \family sans
32405 Beschreibung-
32406 \family default
32407 Umgebungen nicht verwendet werden.
32408 \end_layout
32409
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \begin_layout Standard
32416 \begin_inset Note Greyedout
32417 status open
32418
32419 \begin_layout Plain Layout
32420
32421 \series bold
32422 Bemerkung
32423 \begin_inset space ~
32424 \end_inset
32425
32426 2:
32427 \series default
32428  Boxen ohne 
32429 \family sans
32430 Innere
32431 \begin_inset space ~
32432 \end_inset
32433
32434 Box
32435 \family default
32436  und ohne Rahmen werden in Abschnitt
32437 \begin_inset space ~
32438 \end_inset
32439
32440
32441 \begin_inset CommandInset ref
32442 LatexCommand ref
32443 reference "abs:Silbentrennung-unterbinden"
32444
32445 \end_inset
32446
32447  beschrieben.
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Section
32456 Das Box-Einstellungen-Fenster
32457 \begin_inset CommandInset label
32458 LatexCommand label
32459 name "abs:Box-Dialog"
32460
32461 \end_inset
32462
32463
32464 \begin_inset Index idx
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 Boxen ! Box-Dialog-Fenster
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Subsection
32477 Box-Größe
32478 \begin_inset Index idx
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 Boxen ! Größe
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 Im 
32492 \family sans
32493 Box-Einstellungen
32494 \family default
32495 -Fenster können Sie die Größe der Box mit 
32496 \family sans
32497 Breite
32498 \family default
32499  und 
32500 \family sans
32501 Höhe 
32502 \family default
32503 festlegen.
32504  Die verfügbaren Einheiten werden in Tabelle
32505 \begin_inset space ~
32506 \end_inset
32507
32508
32509 \begin_inset CommandInset ref
32510 LatexCommand ref
32511 reference "tab:Maßeinheiten"
32512
32513 \end_inset
32514
32515  aufgelistet.
32516  Das Feld
32517 \family sans
32518  Höhe
32519 \family default
32520  bietet die folgenden zusätzlichen Größen:
32521 \end_layout
32522
32523 \begin_layout Description
32524 Tiefe Dies ist die reine Text-
32525 \begin_inset Quotes gld
32526 \end_inset
32527
32528 Höhe
32529 \begin_inset Quotes grd
32530 \end_inset
32531
32532 .
32533  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32534 \begin_inset Newline newline
32535 \end_inset
32536
32537
32538 \begin_inset Newline newline
32539 \end_inset
32540
32541
32542 \begin_inset Newline newline
32543 \end_inset
32544
32545
32546 \begin_inset Box Boxed
32547 position "c"
32548 hor_pos "c"
32549 has_inner_box 1
32550 inner_pos "c"
32551 use_parbox 0
32552 use_makebox 0
32553 width "12col%"
32554 special "none"
32555 height "1in"
32556 height_special "depth"
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560 \align center
32561 Box-Höhe = 1
32562 \begin_inset space \thinspace{}
32563 \end_inset
32564
32565 Tiefe
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \begin_inset Newline newline
32572 \end_inset
32573
32574
32575 \begin_inset Newline newline
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Description
32582 Höhe Dies ist die Texthöhe innerhalb der Box.
32583  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32584  Texthöhe setzen: 
32585 \begin_inset Box Boxed
32586 position "c"
32587 hor_pos "c"
32588 has_inner_box 1
32589 inner_pos "c"
32590 use_parbox 0
32591 use_makebox 0
32592 width "20col%"
32593 special "none"
32594 height "2in"
32595 height_special "height"
32596 status collapsed
32597
32598 \begin_layout Plain Layout
32599 \align center
32600 Boxhöhe = 2
32601 \begin_inset space \thinspace{}
32602 \end_inset
32603
32604 Höhe
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \begin_layout Description
32613 Gesamthöhe Dies ist Höhe
32614 \begin_inset space \thinspace{}
32615 \end_inset
32616
32617 +
32618 \begin_inset space \thinspace{}
32619 \end_inset
32620
32621 Tiefe: 
32622 \begin_inset Box Boxed
32623 position "c"
32624 hor_pos "c"
32625 has_inner_box 1
32626 inner_pos "c"
32627 use_parbox 0
32628 use_makebox 0
32629 width "20col%"
32630 special "none"
32631 height "1in"
32632 height_special "totalheight"
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636 \align center
32637 Boxhöhe = 1
32638 \begin_inset space \thinspace{}
32639 \end_inset
32640
32641 Gesamthöhe
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Description
32650 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32651 \begin_inset Box Boxed
32652 position "c"
32653 hor_pos "c"
32654 has_inner_box 1
32655 inner_pos "c"
32656 use_parbox 0
32657 use_makebox 0
32658 width "12col%"
32659 special "none"
32660 height "1in"
32661 height_special "width"
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665 \align center
32666 Boxhöhe = 1
32667 \begin_inset space \thinspace{}
32668 \end_inset
32669
32670 Breite
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \begin_layout Subsection
32679 Ausrichtung
32680 \begin_inset Index idx
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684 Boxen ! Ausrichtung
32685 \end_layout
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \begin_layout Standard
32693 Wenn Sie eine 
32694 \family sans
32695 Innere
32696 \begin_inset space ~
32697 \end_inset
32698
32699 Box
32700 \family default
32701  gewählt haben, kann die Box mit folgenden Werten für 
32702 \family sans
32703 Box
32704 \family default
32705  senkrecht ausgerichtet werden:
32706 \end_layout
32707
32708 \begin_layout Description
32709 Oben Dies ist ein Beispieltext.
32710  
32711 \begin_inset Box Boxed
32712 position "t"
32713 hor_pos "c"
32714 has_inner_box 1
32715 inner_pos "c"
32716 use_parbox 0
32717 use_makebox 0
32718 width "20col%"
32719 special "none"
32720 height "1in"
32721 height_special "totalheight"
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 \align center
32726 Die Ober\SpecialChar \-
32727 kante der Box ist in der Zeile.
32728 \end_layout
32729
32730 \end_inset
32731
32732  Dies ist ein Beispieltext.
32733 \end_layout
32734
32735 \begin_layout Description
32736 Mitte Dies ist ein Beispieltext.
32737  
32738 \begin_inset Box Boxed
32739 position "c"
32740 hor_pos "c"
32741 has_inner_box 1
32742 inner_pos "c"
32743 use_parbox 0
32744 use_makebox 0
32745 width "20col%"
32746 special "none"
32747 height "1in"
32748 height_special "totalheight"
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 \align center
32753 Die Mitte der Box ist in der Zeile.
32754 \end_layout
32755
32756 \end_inset
32757
32758  Dies ist ein Beispieltext.
32759 \end_layout
32760
32761 \begin_layout Description
32762 Unten Dies ist ein Beispieltext.
32763  
32764 \begin_inset Box Boxed
32765 position "b"
32766 hor_pos "c"
32767 has_inner_box 1
32768 inner_pos "c"
32769 use_parbox 0
32770 use_makebox 0
32771 width "20col%"
32772 special "none"
32773 height "1in"
32774 height_special "totalheight"
32775 status collapsed
32776
32777 \begin_layout Plain Layout
32778 \align center
32779 Die Unter\SpecialChar \-
32780 kante der Box ist in der Zeile.
32781 \end_layout
32782
32783 \end_inset
32784
32785  Dies ist ein Beispieltext.
32786 \end_layout
32787
32788 \begin_layout Standard
32789 \begin_inset Note Greyedout
32790 status open
32791
32792 \begin_layout Plain Layout
32793
32794 \series bold
32795 Bemerkung:
32796 \series default
32797  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32798  Boxen in einer Zeile sind und eine Box z.
32799 \begin_inset space \thinspace{}
32800 \end_inset
32801
32802 B.
32803  schattiert ist, die andere aber nicht.
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Standard
32812 Eine Box kann mit dem Dialog 
32813 \family sans
32814 Absatz-Einstellungen
32815 \family default
32816  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32817 \end_layout
32818
32819 \begin_layout Standard
32820 \begin_inset VSpace bigskip
32821 \end_inset
32822
32823 Wenn Sie eine 
32824 \family sans
32825 Innere
32826 \begin_inset space ~
32827 \end_inset
32828
32829 Box
32830 \family default
32831  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32832 \family sans
32833 Inhalt
32834 \family default
32835  senkrecht ausgerichtet werden:
32836 \end_layout
32837
32838 \begin_layout Description
32839 Oben Dies ist ein Beispieltext.
32840  
32841 \begin_inset Box Boxed
32842 position "c"
32843 hor_pos "c"
32844 has_inner_box 1
32845 inner_pos "t"
32846 use_parbox 0
32847 use_makebox 0
32848 width "20col%"
32849 special "none"
32850 height "1.5in"
32851 height_special "totalheight"
32852 status collapsed
32853
32854 \begin_layout Plain Layout
32855 \align center
32856 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32857 \end_layout
32858
32859 \end_inset
32860
32861  Dies ist ein Beispieltext.
32862 \end_layout
32863
32864 \begin_layout Description
32865 Mitte Dies ist ein Beispieltext.
32866  
32867 \begin_inset Box Boxed
32868 position "c"
32869 hor_pos "c"
32870 has_inner_box 1
32871 inner_pos "c"
32872 use_parbox 0
32873 use_makebox 0
32874 width "20col%"
32875 special "none"
32876 height "1.5in"
32877 height_special "totalheight"
32878 status collapsed
32879
32880 \begin_layout Plain Layout
32881 \align center
32882 Der Boxinhalt ist zentriert ausgerichtet.
32883 \end_layout
32884
32885 \end_inset
32886
32887  Dies ist ein Beispieltext.
32888 \end_layout
32889
32890 \begin_layout Description
32891 Unten Dies ist ein Beispieltext.
32892  
32893 \begin_inset Box Boxed
32894 position "c"
32895 hor_pos "c"
32896 has_inner_box 1
32897 inner_pos "b"
32898 use_parbox 0
32899 use_makebox 0
32900 width "20col%"
32901 special "none"
32902 height "1.5in"
32903 height_special "totalheight"
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907 \align center
32908 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32909 \end_layout
32910
32911 \end_inset
32912
32913  Dies ist ein Beispieltext.
32914 \end_layout
32915
32916 \begin_layout Description
32917 Dehnen Dies ist ein Beispieltext.
32918  
32919 \begin_inset Box Boxed
32920 position "c"
32921 hor_pos "c"
32922 has_inner_box 1
32923 inner_pos "s"
32924 use_parbox 0
32925 use_makebox 0
32926 width "20col%"
32927 special "none"
32928 height "1in"
32929 height_special "totalheight"
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933 \align center
32934 Der Boxinhalt
32935 \end_layout
32936
32937 \begin_layout Plain Layout
32938 \align center
32939 ist über die
32940 \end_layout
32941
32942 \begin_layout Plain Layout
32943 \align center
32944 Boxhöhe
32945 \end_layout
32946
32947 \begin_layout Plain Layout
32948 \align center
32949 gleichmäßig verteilt.
32950 \end_layout
32951
32952 \end_inset
32953
32954  Dies ist ein Beispieltext.
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32959  besteht.
32960  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32961 \end_layout
32962
32963 \begin_layout Standard
32964 Ein Boxinhalt kann mit dem Dialog 
32965 \family sans
32966 Absatz-Einstellungen
32967 \family default
32968  waagerecht ausgerichtet werden, wenn Sie eine
32969 \family sans
32970  Innere
32971 \begin_inset space ~
32972 \end_inset
32973
32974 Box
32975 \family default
32976  gewählt haben.
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \align center
32981 \begin_inset Box Boxed
32982 position "c"
32983 hor_pos "c"
32984 has_inner_box 1
32985 inner_pos "s"
32986 use_parbox 0
32987 use_makebox 0
32988 width "30col%"
32989 special "none"
32990 height "1.25in"
32991 height_special "totalheight"
32992 status collapsed
32993
32994 \begin_layout Plain Layout
32995 \align left
32996 Hier ist jede Zeile
32997 \end_layout
32998
32999 \begin_layout Plain Layout
33000 \align center
33001 anders
33002 \end_layout
33003
33004 \begin_layout Plain Layout
33005 \align right
33006 ausgerichtet.
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Standard
33015 Wenn Sie keine
33016 \family sans
33017  Innere
33018 \begin_inset space ~
33019 \end_inset
33020
33021 Box
33022 \family default
33023  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33024 \family sans
33025 Box-Einstellungen-
33026 \family default
33027 Dialog ausrichten
33028 \end_layout
33029
33030 \begin_layout Standard
33031 \align center
33032 \begin_inset Box Boxed
33033 position "c"
33034 hor_pos "s"
33035 has_inner_box 0
33036 inner_pos "s"
33037 use_parbox 0
33038 use_makebox 0
33039 width "90col%"
33040 special "none"
33041 height "1.25in"
33042 height_special "totalheight"
33043 status collapsed
33044
33045 \begin_layout Plain Layout
33046 Dieser Boxinhalt wurde horizontal gedehnt.
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Subsection
33055 Verzierung
33056 \begin_inset CommandInset label
33057 LatexCommand label
33058 name "uab:Verzierung"
33059
33060 \end_inset
33061
33062
33063 \begin_inset Index idx
33064 status collapsed
33065
33066 \begin_layout Plain Layout
33067 Boxen ! Verzierung
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Standard
33076 Im 
33077 \family sans
33078 Box-Einstellungen-
33079 \family default
33080 Dialog können Sie mit der 
33081 \family sans
33082 Verzierung
33083 \family default
33084  den Typ der Box auswählen:
33085 \end_layout
33086
33087 \begin_layout Description
33088 Kein
33089 \begin_inset space ~
33090 \end_inset
33091
33092 Rahmen Nichts wird gezeichnet.
33093 \end_layout
33094
33095 \begin_layout Description
33096 Einfacher
33097 \begin_inset space ~
33098 \end_inset
33099
33100 rechteckiger
33101 \begin_inset space ~
33102 \end_inset
33103
33104 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33105  Die Rahmendicke wird durch 
33106 \series bold
33107
33108 \backslash
33109 fboxrule
33110 \series default
33111  festgelegt.
33112  
33113 \begin_inset Box Boxed
33114 position "c"
33115 hor_pos "c"
33116 has_inner_box 1
33117 inner_pos "c"
33118 use_parbox 0
33119 use_makebox 0
33120 width "21col%"
33121 special "none"
33122 height "1in"
33123 height_special "totalheight"
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127
33128 \series medium
33129 Rechteckige
33130 \begin_inset space ~
33131 \end_inset
33132
33133 Box
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \end_layout
33140
33141 \begin_layout Description
33142 erlaube
33143 \begin_inset space ~
33144 \end_inset
33145
33146 Seitenumbrüche 
33147 \end_layout
33148
33149 \begin_layout Description
33150 Ovaler
33151 \begin_inset space ~
33152 \end_inset
33153
33154 Rahmen,
33155 \begin_inset space ~
33156 \end_inset
33157
33158 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33159  Die Rahmendicke ist 0.4
33160 \begin_inset space \thinspace{}
33161 \end_inset
33162
33163 pt.
33164  
33165 \begin_inset Box ovalbox
33166 position "c"
33167 hor_pos "c"
33168 has_inner_box 1
33169 inner_pos "c"
33170 use_parbox 0
33171 use_makebox 0
33172 width "20col%"
33173 special "none"
33174 height "1in"
33175 height_special "totalheight"
33176 status collapsed
33177
33178 \begin_layout Plain Layout
33179 Ovale
33180 \begin_inset space ~
33181 \end_inset
33182
33183 Box,
33184 \begin_inset space ~
33185 \end_inset
33186
33187 dünn
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Description
33196 Ovaler
33197 \begin_inset space ~
33198 \end_inset
33199
33200 Rahmen,
33201 \begin_inset space ~
33202 \end_inset
33203
33204 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33205  Die Rahmendicke ist 0.8
33206 \begin_inset space \thinspace{}
33207 \end_inset
33208
33209 pt.
33210  
33211 \begin_inset Box Ovalbox
33212 position "c"
33213 hor_pos "c"
33214 has_inner_box 1
33215 inner_pos "c"
33216 use_parbox 0
33217 use_makebox 0
33218 width "20col%"
33219 special "none"
33220 height "1in"
33221 height_special "totalheight"
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225 Ovale
33226 \begin_inset space ~
33227 \end_inset
33228
33229 Box,
33230 \begin_inset space ~
33231 \end_inset
33232
33233 dick
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Description
33242 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33243  Die Rahmendicke wird durch 
33244 \series bold
33245
33246 \backslash
33247 fboxrule
33248 \series default
33249  festgelegt, der Schatten ist 4
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 pt breit.
33254 \begin_inset Newline newline
33255 \end_inset
33256
33257
33258 \begin_inset Box Shadowbox
33259 position "c"
33260 hor_pos "c"
33261 has_inner_box 1
33262 inner_pos "c"
33263 use_parbox 0
33264 use_makebox 0
33265 width "20col%"
33266 special "none"
33267 height "1in"
33268 height_special "totalheight"
33269 status collapsed
33270
33271 \begin_layout Plain Layout
33272 Schattierte
33273 \begin_inset space ~
33274 \end_inset
33275
33276 Box
33277 \end_layout
33278
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \begin_layout Description
33285 Schattierter
33286 \begin_inset space ~
33287 \end_inset
33288
33289 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33290  Im Gegensatz zu farbigen Boxen
33291 \begin_inset Foot
33292 status collapsed
33293
33294 \begin_layout Plain Layout
33295 siehe Abschnitt
33296 \begin_inset space ~
33297 \end_inset
33298
33299
33300 \begin_inset CommandInset ref
33301 LatexCommand ref
33302 reference "abs:Farbige-Boxen"
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \end_inset
33310
33311  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33312  die Box ist ein Absatz für sich.
33313  
33314 \begin_inset Box Shaded
33315 position "t"
33316 hor_pos "c"
33317 has_inner_box 0
33318 inner_pos "t"
33319 use_parbox 0
33320 use_makebox 0
33321 width "50col%"
33322 special "none"
33323 height "1in"
33324 height_special "totalheight"
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328 Schattierter Hintergrund Box
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \end_layout
33335
33336 \begin_layout Description
33337 Doppelter
33338 \begin_inset space ~
33339 \end_inset
33340
33341 rechteckiger
33342 \begin_inset space ~
33343 \end_inset
33344
33345 Rahmen zeichnet einen doppelten Rahmen um die Box.
33346  Der innere Rahmen ist 0.75
33347 \begin_inset space \thinspace{}
33348 \end_inset
33349
33350
33351 \series bold
33352
33353 \backslash
33354 fboxrule
33355 \series default
33356  breit, der äußere 1.5
33357 \begin_inset space \thinspace{}
33358 \end_inset
33359
33360
33361 \series bold
33362
33363 \backslash
33364 fboxrule
33365 \series default
33366 , der Zwischenraum 1.5
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370
33371 \series bold
33372
33373 \backslash
33374 fboxrule
33375 \series default
33376
33377 \begin_inset space \thinspace{}
33378 \end_inset
33379
33380 +
33381 \begin_inset space \thinspace{}
33382 \end_inset
33383
33384 0.5
33385 \begin_inset space \thinspace{}
33386 \end_inset
33387
33388 pt.
33389  
33390 \begin_inset Box Doublebox
33391 position "c"
33392 hor_pos "c"
33393 has_inner_box 1
33394 inner_pos "c"
33395 use_parbox 0
33396 use_makebox 0
33397 width "20col%"
33398 special "none"
33399 height "1in"
33400 height_special "totalheight"
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404 Doppelt
33405 \begin_inset space ~
33406 \end_inset
33407
33408 gerahmte
33409 \begin_inset space ~
33410 \end_inset
33411
33412 Box
33413 \end_layout
33414
33415 \end_inset
33416
33417
33418 \end_layout
33419
33420 \begin_layout Standard
33421 \begin_inset VSpace bigskip
33422 \end_inset
33423
33424 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33425  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33426 \series bold
33427 fancybox
33428 \series default
33429
33430 \begin_inset Index idx
33431 status collapsed
33432
33433 \begin_layout Plain Layout
33434 LaTeX-Pakete ! fancybox
33435 \end_layout
33436
33437 \end_inset
33438
33439  installiert sein.
33440 \end_layout
33441
33442 \begin_layout Standard
33443 \begin_inset VSpace bigskip
33444 \end_inset
33445
33446 Wenn Sie die Verzierung 
33447 \family sans
33448 Einfacher rechteckiger Rahmen
33449 \family default
33450  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33451  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33452  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33453  für sich ist und 
33454 \series bold
33455
33456 \backslash
33457 fboxrule
33458 \series default
33459  und 
33460 \series bold
33461
33462 \backslash
33463 fboxsep
33464 \series default
33465  keinen Einfluss auf diesen Box Typ haben.
33466  Die Rahmendicke wird durch 
33467 \series bold
33468
33469 \backslash
33470 FrameRule
33471 \series default
33472  festgelegt.
33473  
33474 \begin_inset Box Framed
33475 position "t"
33476 hor_pos "c"
33477 has_inner_box 0
33478 inner_pos "t"
33479 use_parbox 0
33480 use_makebox 0
33481 width "100col%"
33482 special "none"
33483 height "1in"
33484 height_special "totalheight"
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 Box erlaubt Seitenumbruch
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Section
33497 Box-Anpassung
33498 \begin_inset Index idx
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502 Boxen ! Anpassung
33503 \end_layout
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \begin_layout Standard
33511 Der Standardwert für 
33512 \series bold
33513
33514 \backslash
33515 fboxrule
33516 \series default
33517  ist 0.4
33518 \begin_inset space \thinspace{}
33519 \end_inset
33520
33521 pt.
33522  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33523 \begin_inset space \thinspace{}
33524 \end_inset
33525
33526 pt gesetzt werden:
33527 \end_layout
33528
33529 \begin_layout Standard
33530
33531 \series bold
33532
33533 \backslash
33534 setlength{
33535 \backslash
33536 fboxrule}{2pt}
33537 \end_layout
33538
33539 \begin_layout Standard
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545
33546 \backslash
33547 setlength{
33548 \backslash
33549 fboxrule}{2pt}
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \begin_inset Box Boxed
33556 position "c"
33557 hor_pos "c"
33558 has_inner_box 1
33559 inner_pos "c"
33560 use_parbox 0
33561 use_makebox 0
33562 width "30col%"
33563 special "none"
33564 height "1in"
33565 height_special "totalheight"
33566 status open
33567
33568 \begin_layout Plain Layout
33569 \align center
33570 Rechteckige Box mit einer Rahmenbreite von 2
33571 \begin_inset space \thinspace{}
33572 \end_inset
33573
33574 pt
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585
33586 \backslash
33587 setlength{
33588 \backslash
33589 fboxrule}{0.4pt}
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \begin_inset VSpace bigskip
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33603 \begin_inset space \thinspace{}
33604 \end_inset
33605
33606 pt.
33607  Sie können das ändern, indem Sie den Wert von 
33608 \series bold
33609
33610 \backslash
33611 fboxsep
33612 \series default
33613  mit einem TeX-Code-Befehl ändern:
33614 \end_layout
33615
33616 \begin_layout Standard
33617
33618 \series bold
33619
33620 \backslash
33621 setlength{
33622 \backslash
33623 fboxsep}{10pt}
33624 \end_layout
33625
33626 \begin_layout Standard
33627 setzt den Wert auf 10
33628 \begin_inset space \thinspace{}
33629 \end_inset
33630
33631 pt, wie in der folgenden Box:
33632 \end_layout
33633
33634 \begin_layout Standard
33635 \begin_inset ERT
33636 status collapsed
33637
33638 \begin_layout Plain Layout
33639
33640
33641 \backslash
33642 setlength{
33643 \backslash
33644 fboxsep}{10pt}
33645 \end_layout
33646
33647 \end_inset
33648
33649
33650 \begin_inset Box Boxed
33651 position "c"
33652 hor_pos "c"
33653 has_inner_box 1
33654 inner_pos "c"
33655 use_parbox 0
33656 use_makebox 0
33657 width "25col%"
33658 special "none"
33659 height "1in"
33660 height_special "totalheight"
33661 status open
33662
33663 \begin_layout Plain Layout
33664 \align center
33665 Rechteckige Box mit 
33666 \series bold
33667
33668 \backslash
33669 fboxsep
33670 \series default
33671
33672 \begin_inset space \thinspace{}
33673 \end_inset
33674
33675 =
33676 \begin_inset space \thinspace{}
33677 \end_inset
33678
33679 10
33680 \begin_inset space \thinspace{}
33681 \end_inset
33682
33683 pt
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \begin_inset ERT
33690 status collapsed
33691
33692 \begin_layout Plain Layout
33693
33694
33695 \backslash
33696 setlength{
33697 \backslash
33698 fboxsep}{3pt}
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \noindent
33708 \begin_inset VSpace bigskip
33709 \end_inset
33710
33711 Der Durchmesser der abgerundeten Ecken kann mit 
33712 \series bold
33713
33714 \backslash
33715 cornersize
33716 \series default
33717  gesetzt werden.
33718  Der TeX-Code-Befehl
33719 \end_layout
33720
33721 \begin_layout Standard
33722
33723 \series bold
33724
33725 \backslash
33726 cornersize*{1cm}
33727 \end_layout
33728
33729 \begin_layout Standard
33730 setzt den Durchmesser auf 1
33731 \begin_inset space \thinspace{}
33732 \end_inset
33733
33734 cm.
33735  Der TeX-Code-Befehl
33736 \end_layout
33737
33738 \begin_layout Standard
33739
33740 \series bold
33741
33742 \backslash
33743 cornersize{num}
33744 \end_layout
33745
33746 \begin_layout Standard
33747 setzt den Durchmesser auf 
33748 \family sans
33749 num
33750 \begin_inset space \thinspace{}
33751 \end_inset
33752
33753 ×
33754 \begin_inset space \thinspace{}
33755 \end_inset
33756
33757 Minimum(Breite der Box, Höhe der Box)
33758 \family default
33759 .
33760  Der Standardwert ist 
33761 \series bold
33762
33763 \backslash
33764 cornersize{0.5}
33765 \series default
33766 .
33767 \end_layout
33768
33769 \begin_layout Standard
33770 \begin_inset ERT
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774
33775
33776 \backslash
33777 cornersize*{1.5cm}
33778 \end_layout
33779
33780 \end_inset
33781
33782
33783 \begin_inset Box Ovalbox
33784 position "c"
33785 hor_pos "c"
33786 has_inner_box 1
33787 inner_pos "c"
33788 use_parbox 0
33789 use_makebox 0
33790 width "30col%"
33791 special "none"
33792 height "1in"
33793 height_special "totalheight"
33794 status open
33795
33796 \begin_layout Plain Layout
33797 \align center
33798 Ovale Box, dicker Rand, mit 
33799 \series bold
33800
33801 \backslash
33802 cornersize
33803 \series default
33804
33805 \begin_inset space \thinspace{}
33806 \end_inset
33807
33808 =
33809 \begin_inset space \thinspace{}
33810 \end_inset
33811
33812 1.5
33813 \begin_inset space \thinspace{}
33814 \end_inset
33815
33816 cm
33817 \end_layout
33818
33819 \end_inset
33820
33821
33822 \begin_inset ERT
33823 status collapsed
33824
33825 \begin_layout Plain Layout
33826
33827
33828 \backslash
33829 cornersize{0.5}
33830 \end_layout
33831
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \begin_layout Standard
33838 \begin_inset VSpace bigskip
33839 \end_inset
33840
33841 Die Breite des Schattens wird mit 
33842 \series bold
33843
33844 \backslash
33845 shadowsize
33846 \series default
33847  festgelegt.
33848  Mit dem TeX-Code-Befehl
33849 \end_layout
33850
33851 \begin_layout Standard
33852
33853 \series bold
33854
33855 \backslash
33856 setlength{
33857 \backslash
33858 shadowsize}{2pt}
33859 \end_layout
33860
33861 \begin_layout Standard
33862 wird er für die folgende Box auf 2
33863 \begin_inset space \thinspace{}
33864 \end_inset
33865
33866 pt festgelegt.
33867 \end_layout
33868
33869 \begin_layout Standard
33870 \begin_inset ERT
33871 status collapsed
33872
33873 \begin_layout Plain Layout
33874
33875
33876 \backslash
33877 setlength{
33878 \backslash
33879 shadowsize}{2pt}
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \begin_inset Box Shadowbox
33886 position "c"
33887 hor_pos "c"
33888 has_inner_box 1
33889 inner_pos "c"
33890 use_parbox 0
33891 use_makebox 0
33892 width "25col%"
33893 special "none"
33894 height "1in"
33895 height_special "totalheight"
33896 status open
33897
33898 \begin_layout Plain Layout
33899 \align center
33900 Schattierte Box mit 
33901 \series bold
33902
33903 \backslash
33904 shadowsize
33905 \series default
33906
33907 \begin_inset space \thinspace{}
33908 \end_inset
33909
33910 =
33911 \begin_inset space \thinspace{}
33912 \end_inset
33913
33914 2
33915 \begin_inset space \thinspace{}
33916 \end_inset
33917
33918 pt
33919 \end_layout
33920
33921 \end_inset
33922
33923
33924 \begin_inset ERT
33925 status collapsed
33926
33927 \begin_layout Plain Layout
33928
33929
33930 \backslash
33931 setlength{
33932 \backslash
33933 shadowsize}{4pt}
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset VSpace bigskip
33943 \end_inset
33944
33945 Der Standardwert für 
33946 \series bold
33947
33948 \backslash
33949 FrameRule
33950 \series default
33951  ist 0.4
33952 \begin_inset space \thinspace{}
33953 \end_inset
33954
33955 pt.
33956  Der Standard-Abstand zwischen Rahmen und Text ist 9
33957 \begin_inset space \thinspace{}
33958 \end_inset
33959
33960 pt und kann mit dem Wert für 
33961 \series bold
33962
33963 \backslash
33964 FrameSep
33965 \series default
33966  geändert werden.
33967  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33968  TeX-Code Befehlen geändert:
33969 \end_layout
33970
33971 \begin_layout Standard
33972
33973 \series bold
33974
33975 \backslash
33976 setlength{
33977 \backslash
33978 FrameRule}{5pt}
33979 \begin_inset Newline newline
33980 \end_inset
33981
33982
33983 \backslash
33984 setlength{
33985 \backslash
33986 FrameSep}{0.5cm}
33987 \end_layout
33988
33989 \begin_layout Standard
33990 \begin_inset ERT
33991 status collapsed
33992
33993 \begin_layout Plain Layout
33994
33995
33996 \backslash
33997 setlength{
33998 \backslash
33999 FrameRule}{5pt}
34000 \end_layout
34001
34002 \begin_layout Plain Layout
34003
34004
34005 \backslash
34006 setlength{
34007 \backslash
34008 FrameSep}{0.5cm}
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \begin_inset Box Framed
34015 position "t"
34016 hor_pos "c"
34017 has_inner_box 0
34018 inner_pos "t"
34019 use_parbox 0
34020 use_makebox 0
34021 width "100col%"
34022 special "none"
34023 height "1in"
34024 height_special "totalheight"
34025 status open
34026
34027 \begin_layout Plain Layout
34028 Dies ist Text in einer 
34029 \family sans
34030 Seitenumbruch erlaubt
34031 \family default
34032  Box.
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \begin_inset ERT
34039 status collapsed
34040
34041 \begin_layout Plain Layout
34042
34043
34044 \backslash
34045 setlength{
34046 \backslash
34047 FrameRule}{0.4pt}
34048 \end_layout
34049
34050 \begin_layout Plain Layout
34051
34052
34053 \backslash
34054 setlength{
34055 \backslash
34056 FrameSep}{9pt}
34057 \end_layout
34058
34059 \end_inset
34060
34061
34062 \end_layout
34063
34064 \begin_layout Standard
34065 \begin_inset VSpace bigskip
34066 \end_inset
34067
34068 Für Boxen mit 
34069 \family sans
34070 schattiertem Hintergrund
34071 \family default
34072  beträgt der Abstand zwischen Rand und Text 3
34073 \begin_inset space \thinspace{}
34074 \end_inset
34075
34076 pt und kann mit 
34077 \series bold
34078
34079 \backslash
34080 fboxsep
34081 \series default
34082  geändert werden.
34083  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
34084  
34085 \series bold
34086
34087 \backslash
34088 definecolor{shadecolor}
34089 \series default
34090  oder global über das Menü 
34091 \family sans
34092 Werkzeuge\SpecialChar \menuseparator
34093 Einstellungen\SpecialChar \menuseparator
34094 Farben\SpecialChar \menuseparator
34095 Schattierte
34096 \begin_inset space ~
34097 \end_inset
34098
34099 Box
34100 \family default
34101  geändert werden.
34102  Das Schema des 
34103 \series bold
34104
34105 \backslash
34106 definecolor
34107 \series default
34108  Befehls ist  in Abschnitt
34109 \begin_inset space ~
34110 \end_inset
34111
34112
34113 \begin_inset CommandInset ref
34114 LatexCommand ref
34115 reference "abs:Farbige-Tabellen"
34116
34117 \end_inset
34118
34119  erklärt.
34120 \begin_inset Foot
34121 status collapsed
34122
34123 \begin_layout Plain Layout
34124 Beachten Sie, dass 
34125 \series bold
34126
34127 \backslash
34128 definecolor
34129 \series default
34130  das LaTeX-Paket 
34131 \series bold
34132 color
34133 \series default
34134  im LaTeX-Vorspann benötigt, siehe Abschnitt
34135 \begin_inset space ~
34136 \end_inset
34137
34138
34139 \begin_inset CommandInset ref
34140 LatexCommand ref
34141 reference "abs:Farbige-Boxen"
34142
34143 \end_inset
34144
34145 .
34146 \end_layout
34147
34148 \end_inset
34149
34150  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
34151 \end_layout
34152
34153 \begin_layout Standard
34154
34155 \series bold
34156
34157 \backslash
34158 setlength{
34159 \backslash
34160 fboxsep}{0.5cm}
34161 \begin_inset Newline newline
34162 \end_inset
34163
34164
34165 \backslash
34166 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34167 \end_layout
34168
34169 \begin_layout Standard
34170 \begin_inset ERT
34171 status collapsed
34172
34173 \begin_layout Plain Layout
34174
34175
34176 \backslash
34177 setlength{
34178 \backslash
34179 fboxsep}{0.5cm}
34180 \end_layout
34181
34182 \begin_layout Plain Layout
34183
34184
34185 \backslash
34186 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34187 \end_layout
34188
34189 \end_inset
34190
34191
34192 \begin_inset Box Shaded
34193 position "t"
34194 hor_pos "c"
34195 has_inner_box 0
34196 inner_pos "t"
34197 use_parbox 0
34198 use_makebox 0
34199 width "100col%"
34200 special "none"
34201 height "1in"
34202 height_special "totalheight"
34203 status open
34204
34205 \begin_layout Plain Layout
34206
34207 \color yellow
34208 Dies ist gelber Text in einer 
34209 \family sans
34210 schattierten Hintergrund
34211 \begin_inset space ~
34212 \end_inset
34213
34214
34215 \family default
34216 Box auf dunkelgrünem Hintergrund.
34217 \end_layout
34218
34219 \end_inset
34220
34221
34222 \begin_inset ERT
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226
34227
34228 \backslash
34229 setlength{
34230 \backslash
34231 fboxsep}{3pt}
34232 \end_layout
34233
34234 \begin_layout Plain Layout
34235
34236
34237 \backslash
34238 definecolor{shadecolor}{rgb}{1,0,0}
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \end_layout
34245
34246 \begin_layout Standard
34247 \begin_inset VSpace bigskip
34248 \end_inset
34249
34250 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
34251  der sie ändert.
34252 \end_layout
34253
34254 \begin_layout Section
34255 Minipage
34256 \begin_inset CommandInset label
34257 LatexCommand label
34258 name "abs:Minipage"
34259
34260 \end_inset
34261
34262
34263 \begin_inset Index idx
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 Boxen ! Minipage
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
34277  deshalb unter anderem eigene Fußnoten haben.
34278 \end_layout
34279
34280 \begin_layout Standard
34281 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34282 \end_layout
34283
34284 \begin_layout Standard
34285 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34286  Ihre Breite ist 45 Spaltenbreite
34287 \begin_inset space ~
34288 \end_inset
34289
34290 %, und sie sind durch einen 
34291 \family sans
34292 HFill
34293 \family default
34294  getrennt (
34295 \family sans
34296 Einfügen\SpecialChar \menuseparator
34297 Formatierung\SpecialChar \menuseparator
34298 Horizontaler
34299 \begin_inset space \space{}
34300 \end_inset
34301
34302 Abstand\SpecialChar \menuseparator
34303 Abstand\SpecialChar \menuseparator
34304 Variabler
34305 \begin_inset space ~
34306 \end_inset
34307
34308 horiz.
34309 \begin_inset space ~
34310 \end_inset
34311
34312 Abstand
34313 \family default
34314 ).
34315 \begin_inset Newpage newpage
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Standard
34322 \noindent
34323 \begin_inset Box Frameless
34324 position "t"
34325 hor_pos "c"
34326 has_inner_box 1
34327 inner_pos "c"
34328 use_parbox 0
34329 use_makebox 0
34330 width "45col%"
34331 special "none"
34332 height "1in"
34333 height_special "totalheight"
34334 status open
34335
34336 \begin_layout Plain Layout
34337 Dies ist ein deutscher Text.
34338  Dies ist ein deutscher Text.
34339  Dies ist ein deutscher Text.
34340  Dies ist ein deutscher Text.
34341  Dies ist ein deutscher Text.
34342  Dies ist ein deutscher Text.
34343  Dies ist ein deutscher Text.
34344  Dies ist ein deutscher Text.
34345  Dies ist ein deutscher Text.
34346  Dies ist ein deutscher Text.
34347  Dies ist ein deutscher Text.
34348  Dies ist ein deutscher Text.
34349  Dies ist ein deutscher Text
34350 \begin_inset Foot
34351 status open
34352
34353 \begin_layout Plain Layout
34354 Dies ist eine deutsche Fußnote.
34355 \end_layout
34356
34357 \end_inset
34358
34359 .
34360  Dies ist ein deutscher Text.
34361  Dies ist ein deutscher Text.
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \begin_inset space \hfill{}
34368 \end_inset
34369
34370
34371 \begin_inset Box Frameless
34372 position "t"
34373 hor_pos "c"
34374 has_inner_box 1
34375 inner_pos "c"
34376 use_parbox 0
34377 use_makebox 0
34378 width "45col%"
34379 special "none"
34380 height "1in"
34381 height_special "totalheight"
34382 status open
34383
34384 \begin_layout Plain Layout
34385
34386 \lang english
34387 This is an English Text.
34388  This is an English Text.
34389  This is an English Text.
34390  This is an English Text.
34391  This is an English Text.
34392  This is an English Text.
34393  This is an English Text.
34394  This is an English Text.
34395  This is an English Text.
34396  This is an English Text.
34397  This is an English Text.
34398  This is an English Text.
34399  This is an English Text.
34400  This is an English Text.
34401  This is an English Text.
34402  This is an English Text.
34403 \begin_inset Foot
34404 status collapsed
34405
34406 \begin_layout Plain Layout
34407
34408 \lang english
34409 This is an English footnote.
34410 \end_layout
34411
34412 \end_inset
34413
34414  This is an English Text.
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \begin_layout Standard
34423 \begin_inset VSpace bigskip
34424 \end_inset
34425
34426 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34427  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34428  Absätze nicht eingerückt werden, obwohl Sie das in 
34429 \family sans
34430 Dokument
34431 \family default
34432 \SpecialChar \menuseparator
34433
34434 \family sans
34435 Einstellun\SpecialChar \-
34436 gen\SpecialChar \menuseparator
34437 Textformat
34438 \family default
34439  festgelegt haben.
34440  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34441  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34442 \series bold
34443
34444 \backslash
34445 hspace*{1em}
34446 \series default
34447 .
34448 \end_layout
34449
34450 \begin_layout Standard
34451 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34452  zu verpassen, siehe Abschnitt
34453 \begin_inset space ~
34454 \end_inset
34455
34456
34457 \begin_inset CommandInset ref
34458 LatexCommand ref
34459 reference "uab:Farbe-für-Absätze"
34460
34461 \end_inset
34462
34463 .
34464 \end_layout
34465
34466 \begin_layout Standard
34467 \begin_inset Note Greyedout
34468 status open
34469
34470 \begin_layout Plain Layout
34471
34472 \series bold
34473 Bemerkung:
34474 \series default
34475  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34476  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Section
34485 Parbox
34486 \begin_inset CommandInset label
34487 LatexCommand label
34488 name "abs:Parbox"
34489
34490 \end_inset
34491
34492
34493 \begin_inset Index idx
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 Boxen ! Parbox
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \begin_layout Standard
34506 Parbox ist eine Abkürzung für 
34507 \begin_inset Quotes gld
34508 \end_inset
34509
34510 paragraph box
34511 \begin_inset Quotes grd
34512 \end_inset
34513
34514 , was Absatzbox bedeutet.
34515  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34516  in Parboxen nicht ausgegeben werden:
34517 \end_layout
34518
34519 \begin_layout Standard
34520 \align center
34521 \begin_inset Box Frameless
34522 position "t"
34523 hor_pos "c"
34524 has_inner_box 1
34525 inner_pos "t"
34526 use_parbox 1
34527 use_makebox 0
34528 width "33col%"
34529 special "none"
34530 height "1in"
34531 height_special "totalheight"
34532 status open
34533
34534 \begin_layout Plain Layout
34535 Dies ist Text in einer Parbox.
34536  Dies ist Text in einer Parbox.
34537 \end_layout
34538
34539 \begin_layout Plain Layout
34540 Diese Fußnote wird nicht gedruckt:
34541 \begin_inset Foot
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \end_inset
34554
34555
34556 \end_layout
34557
34558 \begin_layout Section
34559 Boxen für Worte und Buchstaben
34560 \begin_inset Index idx
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 Boxen ! für Buchstaben
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Subsection
34573 Silbentrennung unterbinden
34574 \begin_inset CommandInset label
34575 LatexCommand label
34576 name "abs:Silbentrennung-unterbinden"
34577
34578 \end_inset
34579
34580
34581 \begin_inset Index idx
34582 status collapsed
34583
34584 \begin_layout Plain Layout
34585 Boxen ! zur Vermeidung von Silbentrennung
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Standard
34594 Sie können den Boxtyp 
34595 \family sans
34596 Makebox
34597 \family default
34598  benutzen, um Silbentrennungen zu unterbinden.
34599 \begin_inset Newline newline
34600 \end_inset
34601
34602 Hier ist ein Beispiel: 
34603 \end_layout
34604
34605 \begin_layout Standard
34606 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34607 \begin_inset Quotes gld
34608 \end_inset
34609
34610 einsehrsehrsehrlangeswort
34611 \begin_inset Quotes grd
34612 \end_inset
34613
34614 .
34615 \end_layout
34616
34617 \begin_layout Standard
34618 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34619  Innere
34620 \begin_inset space ~
34621 \end_inset
34622
34623 Box auf Makebox und verwenden keine explizite Breite.
34624 \end_layout
34625
34626 \begin_layout Standard
34627 Hier ist das Ergebnis:
34628 \end_layout
34629
34630 \begin_layout Standard
34631 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34632 \begin_inset Box Frameless
34633 position "t"
34634 hor_pos "c"
34635 has_inner_box 1
34636 inner_pos "t"
34637 use_parbox 0
34638 use_makebox 1
34639 width ""
34640 special "none"
34641 height "1in"
34642 height_special "totalheight"
34643 status open
34644
34645 \begin_layout Plain Layout
34646 \begin_inset Quotes gld
34647 \end_inset
34648
34649 einsehrsehrsehrlangeswort
34650 \begin_inset Quotes grd
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657
34658 .
34659 \end_layout
34660
34661 \begin_layout Standard
34662 Alternativ dazu kann man auch den Befehl 
34663 \begin_inset Quotes gld
34664 \end_inset
34665
34666
34667 \series bold
34668
34669 \backslash
34670 -
34671 \series default
34672
34673 \begin_inset Quotes grd
34674 \end_inset
34675
34676  als TeX-Code direkt vor das Wort setzen:
34677 \end_layout
34678
34679 \begin_layout Standard
34680 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34681 \begin_inset Quotes gld
34682 \end_inset
34683
34684
34685 \begin_inset ERT
34686 status collapsed
34687
34688 \begin_layout Plain Layout
34689
34690
34691 \backslash
34692 -
34693 \end_layout
34694
34695 \end_inset
34696
34697 einsehrsehrsehrlangeswort
34698 \begin_inset Quotes grd
34699 \end_inset
34700
34701 .
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34706  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34707 \family sans
34708 Strg-Eingabe
34709 \family default
34710 ) einfügen: 
34711 \end_layout
34712
34713 \begin_layout Standard
34714 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34715 \begin_inset Newline newline
34716 \end_inset
34717
34718
34719 \begin_inset Box Frameless
34720 position "t"
34721 hor_pos "c"
34722 has_inner_box 1
34723 inner_pos "t"
34724 use_parbox 0
34725 use_makebox 1
34726 width ""
34727 special "none"
34728 height "1in"
34729 height_special "totalheight"
34730 status open
34731
34732 \begin_layout Plain Layout
34733 \begin_inset Quotes gld
34734 \end_inset
34735
34736 einsehrsehrsehrlangeswort
34737 \begin_inset Quotes grd
34738 \end_inset
34739
34740
34741 \end_layout
34742
34743 \end_inset
34744
34745 .
34746 \end_layout
34747
34748 \begin_layout Subsection
34749 Vertikale Ausrichtung
34750 \begin_inset CommandInset label
34751 LatexCommand label
34752 name "uab:Vertikale-Ausrichtung"
34753
34754 \end_inset
34755
34756
34757 \begin_inset Index idx
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 Boxen ! für Vertikale Ausrichtung
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \begin_inset Index idx
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771 Boxen ! raisebox
34772 \end_layout
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780 Mit dem LaTeX-Befehl 
34781 \series bold
34782
34783 \backslash
34784 raisebox
34785 \series default
34786  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34787 n Textes ausrichten.
34788  
34789 \series bold
34790
34791 \backslash
34792 raisebox
34793 \series default
34794  wird folgendermaßen benutzt:
34795 \end_layout
34796
34797 \begin_layout Standard
34798
34799 \series bold
34800
34801 \backslash
34802 raisebox{Verschiebung}[oben][unten]{Text}
34803 \end_layout
34804
34805 \begin_layout Standard
34806 Positive Werte für Verschiebung
34807 \series bold
34808  
34809 \series default
34810 verschieben die Box nach oben, negative nach unten.
34811  Die beiden optionalen Parameter 
34812 \family typewriter
34813 oben
34814 \family default
34815  und 
34816 \family typewriter
34817 unten
34818 \family default
34819  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34820  hinausgeht, wenn sie nicht verschoben ist.
34821 \end_layout
34822
34823 \begin_layout Standard
34824 Um zum Beispiel das Wort 
34825 \begin_inset Quotes gld
34826 \end_inset
34827
34828 provokant
34829 \begin_inset Quotes grd
34830 \end_inset
34831
34832  mit seinem 
34833 \begin_inset Quotes gld
34834 \end_inset
34835
34836 niedrigsten
34837 \begin_inset Quotes grd
34838 \end_inset
34839
34840  Buchstaben 
34841 \begin_inset Quotes gld
34842 \end_inset
34843
34844 p
34845 \begin_inset Quotes grd
34846 \end_inset
34847
34848  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34849 \end_layout
34850
34851 \begin_layout Standard
34852
34853 \series bold
34854
34855 \backslash
34856 raisebox{
34857 \backslash
34858 depth}{
34859 \end_layout
34860
34861 \begin_layout Standard
34862 vor dem Wort einfügen und 
34863 \begin_inset Quotes gld
34864 \end_inset
34865
34866
34867 \series bold
34868 }
34869 \series default
34870
34871 \begin_inset Quotes grd
34872 \end_inset
34873
34874  als TeX-Code dahinter:
34875 \end_layout
34876
34877 \begin_layout Standard
34878 Dies ist eine Zeile, in der das Wort 
34879 \begin_inset ERT
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883
34884
34885 \backslash
34886 raisebox{
34887 \backslash
34888 depth}{
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \begin_inset Quotes gld
34895 \end_inset
34896
34897 provokant
34898 \begin_inset Quotes grd
34899 \end_inset
34900
34901
34902 \begin_inset ERT
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906
34907 }
34908 \end_layout
34909
34910 \end_inset
34911
34912  nach oben verschoben wurde.
34913 \end_layout
34914
34915 \begin_layout Standard
34916 \begin_inset VSpace bigskip
34917 \end_inset
34918
34919 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34920  gedehnt:
34921 \end_layout
34922
34923 \begin_layout Standard
34924 Dies ist eine Zeile, in der das Wort 
34925 \begin_inset ERT
34926 status collapsed
34927
34928 \begin_layout Plain Layout
34929
34930
34931 \backslash
34932 raisebox{-
34933 \backslash
34934 depth}{
34935 \end_layout
34936
34937 \end_inset
34938
34939
34940 \begin_inset Quotes gld
34941 \end_inset
34942
34943 provokant
34944 \begin_inset Quotes grd
34945 \end_inset
34946
34947
34948 \begin_inset ERT
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952
34953 }
34954 \end_layout
34955
34956 \end_inset
34957
34958  nach unten verschoben wurde.
34959 \end_layout
34960
34961 \begin_layout Standard
34962 Dies ist eine Zeile, in der das Wort 
34963 \begin_inset ERT
34964 status collapsed
34965
34966 \begin_layout Plain Layout
34967
34968
34969 \backslash
34970 raisebox{0.5cm}{
34971 \end_layout
34972
34973 \end_inset
34974
34975
34976 \begin_inset Quotes gld
34977 \end_inset
34978
34979 testen
34980 \begin_inset Quotes grd
34981 \end_inset
34982
34983
34984 \begin_inset ERT
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989 }
34990 \end_layout
34991
34992 \end_inset
34993
34994  um 0.5
34995 \begin_inset space \thinspace{}
34996 \end_inset
34997
34998 cm nach oben verschoben wurde.
34999 \end_layout
35000
35001 \begin_layout Standard
35002 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
35003 \end_layout
35004
35005 \begin_layout Standard
35006
35007 \series bold
35008
35009 \backslash
35010 raisebox{-
35011 \backslash
35012 depth}[0pt]{
35013 \end_layout
35014
35015 \begin_layout Standard
35016 Dies ist eine Zeile, in der das Wort 
35017 \begin_inset ERT
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021
35022
35023 \backslash
35024 raisebox{-
35025 \backslash
35026 depth}[0pt]{
35027 \end_layout
35028
35029 \end_inset
35030
35031
35032 \begin_inset Quotes gld
35033 \end_inset
35034
35035 provokant
35036 \begin_inset Quotes grd
35037 \end_inset
35038
35039
35040 \begin_inset ERT
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044
35045 }
35046 \end_layout
35047
35048 \end_inset
35049
35050  nach unten verschoben wurde.
35051 \end_layout
35052
35053 \begin_layout Standard
35054 Dies ist eine Zeile, in der das Wort 
35055 \begin_inset ERT
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059
35060
35061 \backslash
35062 raisebox{0.5cm}[0pt]{
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \begin_inset Quotes gld
35069 \end_inset
35070
35071 testen
35072 \begin_inset Quotes grd
35073 \end_inset
35074
35075
35076 \begin_inset ERT
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080
35081 }
35082 \end_layout
35083
35084 \end_inset
35085
35086  um 0.5
35087 \begin_inset space \thinspace{}
35088 \end_inset
35089
35090 cm nach oben verschoben wurde.
35091  Jetzt überschneiden sich die verschobenen Worte.
35092 \end_layout
35093
35094 \begin_layout Section
35095 Farbige Boxen
35096 \begin_inset CommandInset label
35097 LatexCommand label
35098 name "abs:Farbige-Boxen"
35099
35100 \end_inset
35101
35102
35103 \begin_inset Index idx
35104 status collapsed
35105
35106 \begin_layout Plain Layout
35107 Boxen ! farbige
35108 \end_layout
35109
35110 \end_inset
35111
35112
35113 \end_layout
35114
35115 \begin_layout Subsection
35116 Text-Hintergrundfarbe
35117 \begin_inset Index idx
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121 Farbe ! für Text-Hintergrund
35122 \end_layout
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
35131  so genannten 
35132 \begin_inset Quotes gld
35133 \end_inset
35134
35135 colorbox
35136 \begin_inset Quotes grd
35137 \end_inset
35138
35139  stehen.
35140  Dafür muss das LaTeX-Paket 
35141 \series bold
35142 color
35143 \series default
35144
35145 \begin_inset Index idx
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149 LaTeX-Pakete ! color
35150 \end_layout
35151
35152 \end_inset
35153
35154  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35155 \end_layout
35156
35157 \begin_layout Standard
35158
35159 \series bold
35160
35161 \backslash
35162 @ifundefined{textcolor}
35163 \begin_inset Newline newline
35164 \end_inset
35165
35166
35167 \begin_inset Phantom HPhantom
35168 status open
35169
35170 \begin_layout Plain Layout
35171
35172 \series bold
35173 \begin_inset space ~
35174 \end_inset
35175
35176
35177 \end_layout
35178
35179 \end_inset
35180
35181 {
35182 \backslash
35183 usepackage{color}}{}
35184 \end_layout
35185
35186 \begin_layout Standard
35187 Wenn Sie Text einfärben, lädt LyX das Paket 
35188 \series bold
35189 color
35190 \series default
35191  automatisch.
35192 \begin_inset Foot
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196 Der Befehl 
35197 \series bold
35198
35199 \backslash
35200 @ifundefined
35201 \series default
35202  vermeidet, dass es in diesem Fall doppelt geladen wird.
35203 \end_layout
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset VSpace medskip
35212 \end_inset
35213
35214 Colorboxen werden mit dem Befehl 
35215 \series bold
35216
35217 \backslash
35218 colorbox
35219 \series default
35220  erzeugt:
35221 \end_layout
35222
35223 \begin_layout Standard
35224
35225 \series bold
35226
35227 \backslash
35228 colorbox{Farbe}{Boxinhalt}
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
35233  Boxen sein.
35234 \end_layout
35235
35236 \begin_layout Standard
35237 Die folgenden Farben sind vordefiniert:
35238 \family sans
35239  schwarz
35240 \family default
35241
35242 \family sans
35243 wei
35244 \family default
35245 ß, 
35246 \family sans
35247 rot
35248 \family default
35249 \series bold
35250 ,
35251 \series default
35252  
35253 \family sans
35254 grün
35255 \family default
35256
35257 \family sans
35258 blau
35259 \family default
35260
35261 \family sans
35262 türkis
35263 \family default
35264
35265 \family sans
35266 purpurrot
35267 \family default
35268  und 
35269 \family sans
35270 gelb
35271 \family default
35272 .
35273 \end_layout
35274
35275 \begin_layout Standard
35276 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
35277 \begin_inset space ~
35278 \end_inset
35279
35280
35281 \begin_inset CommandInset ref
35282 LatexCommand ref
35283 reference "abs:Farbige-Tabellen"
35284
35285 \end_inset
35286
35287  beschrieben.
35288 \end_layout
35289
35290 \begin_layout Standard
35291 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
35292  den TeX-Code-Befehl
35293 \end_layout
35294
35295 \begin_layout Standard
35296
35297 \series bold
35298
35299 \backslash
35300 colorbox{red}{
35301 \end_layout
35302
35303 \begin_layout Standard
35304 vor dem Wort ein.
35305  Hinter dem Wort fügen Sie 
35306 \series bold
35307
35308 \begin_inset Quotes gld
35309 \end_inset
35310
35311 }
35312 \series default
35313
35314 \begin_inset Quotes grd
35315 \end_inset
35316
35317  als TeX-Code ein.
35318  Hier ist das Ergebnis:
35319 \end_layout
35320
35321 \begin_layout Standard
35322 In dieser Zeile hat 
35323 \begin_inset ERT
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327
35328
35329 \backslash
35330 colorbox{red}{
35331 \end_layout
35332
35333 \end_inset
35334
35335 Achtung!
35336 \begin_inset ERT
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341 }
35342 \end_layout
35343
35344 \end_inset
35345
35346  einen roten Hintergrund.
35347 \end_layout
35348
35349 \begin_layout Standard
35350 \begin_inset VSpace bigskip
35351 \end_inset
35352
35353 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
35354  
35355 \series bold
35356
35357 \backslash
35358 fcolorbox
35359 \series default
35360  verwenden:
35361 \end_layout
35362
35363 \begin_layout Standard
35364
35365 \series bold
35366
35367 \backslash
35368 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35369 \end_layout
35370
35371 \begin_layout Standard
35372
35373 \series bold
35374
35375 \backslash
35376 fcolorbox
35377 \series default
35378  ist eine Erweiterung von 
35379 \series bold
35380
35381 \backslash
35382 colorbox
35383 \series default
35384 .
35385  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35386  
35387 \series bold
35388
35389 \backslash
35390 fboxrule
35391 \series default
35392  und 
35393 \series bold
35394
35395 \backslash
35396 fboxsep
35397 \series default
35398  gesteuert werden, wie in Abschnitt
35399 \begin_inset space ~
35400 \end_inset
35401
35402
35403 \begin_inset CommandInset ref
35404 LatexCommand ref
35405 reference "uab:Verzierung"
35406
35407 \end_inset
35408
35409  beschrieben.
35410 \end_layout
35411
35412 \begin_layout Standard
35413 Für das folgende Beispiel wurde der Befehl
35414 \end_layout
35415
35416 \begin_layout Standard
35417
35418 \series bold
35419
35420 \backslash
35421 fcolorbox{cyan}{magenta}{
35422 \end_layout
35423
35424 \begin_layout Standard
35425 benutzt.
35426  Hier wurden die Rahmendicke und der Abstand auf 1
35427 \begin_inset space \thinspace{}
35428 \end_inset
35429
35430 mm gesetzt:
35431 \begin_inset Newline newline
35432 \end_inset
35433
35434
35435 \begin_inset ERT
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439
35440
35441 \backslash
35442 fboxrule 1mm 
35443 \backslash
35444 fboxsep 1mm
35445 \end_layout
35446
35447 \end_inset
35448
35449
35450 \begin_inset ERT
35451 status collapsed
35452
35453 \begin_layout Plain Layout
35454
35455
35456 \backslash
35457 fcolorbox{cyan}{green}{
35458 \end_layout
35459
35460 \end_inset
35461
35462 Dies ist Text in einer farbigen, gerahmten Box.
35463 \begin_inset ERT
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467
35468 }
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \end_layout
35475
35476 \begin_layout Standard
35477 \begin_inset VSpace bigskip
35478 \end_inset
35479
35480 Natürlich gibt es auch farbigen Text in einer Colorbox:
35481 \begin_inset Newline newline
35482 \end_inset
35483
35484
35485 \begin_inset ERT
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489
35490
35491 \backslash
35492 fcolorbox{cyan}{green}{
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \color yellow
35499 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35500 \color none
35501
35502 \begin_inset ERT
35503 status collapsed
35504
35505 \begin_layout Plain Layout
35506
35507 }
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \begin_inset ERT
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517
35518
35519 \backslash
35520 fboxrule 0.4pt 
35521 \backslash
35522 fboxsep 3pt
35523 \end_layout
35524
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \begin_layout Standard
35531 \begin_inset VSpace bigskip
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 \begin_inset Note Greyedout
35539 status open
35540
35541 \begin_layout Plain Layout
35542 \noindent
35543
35544 \series bold
35545 Bemerkung:
35546 \series default
35547  Text in Colorboxen kann nicht umgebrochen werden.
35548  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35549  wie im folgenden beschrieben.
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \begin_layout Subsection
35558 Farbe für Absätze
35559 \begin_inset CommandInset label
35560 LatexCommand label
35561 name "uab:Farbe-für-Absätze"
35562
35563 \end_inset
35564
35565
35566 \begin_inset Index idx
35567 status collapsed
35568
35569 \begin_layout Plain Layout
35570 Farbe ! für Absätze
35571 \end_layout
35572
35573 \end_inset
35574
35575
35576 \end_layout
35577
35578 \begin_layout Standard
35579 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35580  den Text in eine Minipage stellen.
35581  Vor der Minipage fügen Sie den TeX-Code-Befehl
35582 \end_layout
35583
35584 \begin_layout Standard
35585
35586 \series bold
35587
35588 \backslash
35589 colorbox{color}{
35590 \end_layout
35591
35592 \begin_layout Standard
35593 ein.
35594  Hinter der Minipage fügen Sie 
35595 \series bold
35596
35597 \begin_inset Quotes gld
35598 \end_inset
35599
35600 }
35601 \series default
35602
35603 \begin_inset Quotes grd
35604 \end_inset
35605
35606  als TeX-Code ein.
35607 \end_layout
35608
35609 \begin_layout Standard
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615
35616 \backslash
35617 colorbox{hellgrau}{
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \begin_inset Box Frameless
35624 position "t"
35625 hor_pos "c"
35626 has_inner_box 1
35627 inner_pos "t"
35628 use_parbox 0
35629 use_makebox 0
35630 width "100col%"
35631 special "none"
35632 height "1in"
35633 height_special "totalheight"
35634 status collapsed
35635
35636 \begin_layout Plain Layout
35637 Dies ist Text mit einer Hintergrundfarbe.
35638  Dies ist Text mit einer Hintergrundfarbe.
35639 \end_layout
35640
35641 \begin_layout Plain Layout
35642 Der Text kann Fußnoten
35643 \begin_inset Foot
35644 status open
35645
35646 \begin_layout Plain Layout
35647 Eine weitere Fußnote
35648 \end_layout
35649
35650 \end_inset
35651
35652  und Tabellen und Abbildungen enthalten.
35653 \end_layout
35654
35655 \begin_layout Plain Layout
35656 \align center
35657 \begin_inset Tabular
35658 <lyxtabular version="3" rows="3" columns="3">
35659 <features rotate="0" tabularvalignment="middle">
35660 <column alignment="center" valignment="top">
35661 <column alignment="center" valignment="top">
35662 <column alignment="center" valignment="top">
35663 <row>
35664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668 a
35669 \end_layout
35670
35671 \end_inset
35672 </cell>
35673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677 !
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 3
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 </row>
35692 <row>
35693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35694 \begin_inset Text
35695
35696 \begin_layout Plain Layout
35697 <
35698 \end_layout
35699
35700 \end_inset
35701 </cell>
35702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35703 \begin_inset Text
35704
35705 \begin_layout Plain Layout
35706 b2
35707 \begin_inset Quotes erd
35708 \end_inset
35709
35710 |
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 >
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 </row>
35725 <row>
35726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730 1
35731 \end_layout
35732
35733 \end_inset
35734 </cell>
35735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 §
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 c
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 </row>
35754 </lyxtabular>
35755
35756 \end_inset
35757
35758
35759 \end_layout
35760
35761 \end_inset
35762
35763
35764 \begin_inset ERT
35765 status collapsed
35766
35767 \begin_layout Plain Layout
35768
35769 }
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Section
35778 Rotierte und skalierte Boxen
35779 \end_layout
35780
35781 \begin_layout Standard
35782 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35783 \series bold
35784 graphicx
35785 \series default
35786
35787 \begin_inset Index idx
35788 status collapsed
35789
35790 \begin_layout Plain Layout
35791 LaTeX-Pakete ! graphicx
35792 \end_layout
35793
35794 \end_inset
35795
35796  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35797 \end_layout
35798
35799 \begin_layout Standard
35800
35801 \series bold
35802
35803 \backslash
35804 @ifundefined{rotatebox}
35805 \begin_inset Newline newline
35806 \end_inset
35807
35808
35809 \begin_inset Phantom HPhantom
35810 status open
35811
35812 \begin_layout Plain Layout
35813
35814 \series bold
35815 \begin_inset space ~
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \end_inset
35822
35823 {
35824 \backslash
35825 usepackage{graphicx}}{}
35826 \end_layout
35827
35828 \begin_layout Standard
35829 \begin_inset Note Greyedout
35830 status open
35831
35832 \begin_layout Plain Layout
35833
35834 \series bold
35835 Achtung:
35836 \series default
35837  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35838 \end_layout
35839
35840 \end_inset
35841
35842
35843 \end_layout
35844
35845 \begin_layout Standard
35846 \begin_inset Note Greyedout
35847 status open
35848
35849 \begin_layout Plain Layout
35850
35851 \series bold
35852 Achtung:
35853 \series default
35854  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35855 \end_layout
35856
35857 \end_inset
35858
35859
35860 \end_layout
35861
35862 \begin_layout Subsection
35863 Rotierte Boxen
35864 \begin_inset Index idx
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868 Boxen ! rotierte
35869 \end_layout
35870
35871 \end_inset
35872
35873
35874 \begin_inset Index idx
35875 status collapsed
35876
35877 \begin_layout Plain Layout
35878 Rotiertes Material
35879 \end_layout
35880
35881 \end_inset
35882
35883
35884 \end_layout
35885
35886 \begin_layout Standard
35887 Um Text zu drehen, verwendet man den Befehl 
35888 \series bold
35889
35890 \backslash
35891 rotatebox
35892 \series default
35893  im TeX-Code nach folgendem Schema:
35894 \end_layout
35895
35896 \begin_layout Standard
35897
35898 \series bold
35899
35900 \backslash
35901 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35902 \end_layout
35903
35904 \begin_layout Standard
35905 Der Drehpunkt wird mit 
35906 \series bold
35907 origin=Position
35908 \series default
35909  angegeben.
35910  Folgende Positionen sind möglich: 
35911 \emph on
35912 c
35913 \emph default
35914  (mittig), 
35915 \emph on
35916 l
35917 \emph default
35918  (links), 
35919 \emph on
35920 r
35921 \emph default
35922  (rechts), 
35923 \emph on
35924 b
35925 \emph default
35926  (unten), 
35927 \emph on
35928 t
35929 \emph default
35930  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35931  Z.
35932 \begin_inset space \thinspace{}
35933 \end_inset
35934
35935 B.
35936  bedeutet 
35937 \emph on
35938 lt
35939 \emph default
35940 , dass sich der Drehpunkt links oben befindet.
35941  Wird kein Drehpunkt angegeben, wird die Position 
35942 \emph on
35943 l
35944 \emph default
35945  verwendet.
35946  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35947  Gedreht wird gegen den Uhrzeigersinn.
35948 \end_layout
35949
35950 \begin_layout Standard
35951 Im folgenden Beispiel wurde vor dem Text der Befehl 
35952 \series bold
35953
35954 \backslash
35955 rotatebox[origin=c]{60}{
35956 \series default
35957  im TeX-Modus eingegeben.
35958  Nach dem Text wurde die schließende Klammer 
35959 \series bold
35960 }
35961 \series default
35962  wiederum im TeX-Modus eingegeben.
35963 \end_layout
35964
35965 \begin_layout Standard
35966 Dies ist eine Zeile 
35967 \begin_inset ERT
35968 status collapsed
35969
35970 \begin_layout Plain Layout
35971
35972
35973 \backslash
35974 rotatebox[origin=c]{60}{
35975 \end_layout
35976
35977 \end_inset
35978
35979 mit rotiertem
35980 \begin_inset ERT
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984
35985 }
35986 \end_layout
35987
35988 \end_inset
35989
35990  Text.
35991 \end_layout
35992
35993 \begin_layout Standard
35994 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35995 \end_layout
35996
35997 \begin_layout Standard
35998 Dies ist eine Zeile 
35999 \begin_inset ERT
36000 status collapsed
36001
36002 \begin_layout Plain Layout
36003
36004
36005 \backslash
36006 rotatebox[origin=r]{-60}{
36007 \end_layout
36008
36009 \end_inset
36010
36011
36012 \begin_inset Box Doublebox
36013 position "c"
36014 hor_pos "c"
36015 has_inner_box 0
36016 inner_pos "c"
36017 use_parbox 0
36018 use_makebox 0
36019 width "1in"
36020 special "width"
36021 height "1in"
36022 height_special "totalheight"
36023 status collapsed
36024
36025 \begin_layout Plain Layout
36026 mit rotiertem
36027 \end_layout
36028
36029 \end_inset
36030
36031
36032 \begin_inset ERT
36033 status collapsed
36034
36035 \begin_layout Plain Layout
36036
36037 }
36038 \end_layout
36039
36040 \end_inset
36041
36042  umrandeten Text 
36043 \begin_inset ERT
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047
36048
36049 \backslash
36050 rotatebox[origin=lb]{60}{
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36057 \end_inset
36058
36059
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065 }
36066 \end_layout
36067
36068 \end_inset
36069
36070  und einer Formel.
36071 \end_layout
36072
36073 \begin_layout Standard
36074 Oder ein Bild oder Tabelle:
36075 \end_layout
36076
36077 \begin_layout Standard
36078 Dies ist eine Zeile 
36079 \begin_inset ERT
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083
36084
36085 \backslash
36086 rotatebox[origin=lb]{90}{
36087 \end_layout
36088
36089 \end_inset
36090
36091
36092 \begin_inset Graphics
36093         filename ../clipart/platypus.eps
36094         lyxscale 50
36095         width 25col%
36096
36097 \end_inset
36098
36099
36100 \begin_inset ERT
36101 status collapsed
36102
36103 \begin_layout Plain Layout
36104
36105 }
36106 \end_layout
36107
36108 \end_inset
36109
36110  mit einem rotierten Bild 
36111 \begin_inset ERT
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115
36116
36117 \backslash
36118 rotatebox[origin=l]{-90}{
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \begin_inset Tabular
36125 <lyxtabular version="3" rows="2" columns="2">
36126 <features rotate="0" tabularvalignment="middle">
36127 <column alignment="center" valignment="top">
36128 <column alignment="center" valignment="top">
36129 <row>
36130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36131 \begin_inset Text
36132
36133 \begin_layout Plain Layout
36134 q
36135 \end_layout
36136
36137 \end_inset
36138 </cell>
36139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36140 \begin_inset Text
36141
36142 \begin_layout Plain Layout
36143 w
36144 \end_layout
36145
36146 \end_inset
36147 </cell>
36148 </row>
36149 <row>
36150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36151 \begin_inset Text
36152
36153 \begin_layout Plain Layout
36154 e
36155 \end_layout
36156
36157 \end_inset
36158 </cell>
36159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163 r
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 </row>
36169 </lyxtabular>
36170
36171 \end_inset
36172
36173
36174 \begin_inset ERT
36175 status collapsed
36176
36177 \begin_layout Plain Layout
36178
36179 }
36180 \end_layout
36181
36182 \end_inset
36183
36184  und Tabelle.
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Abbildungen ! rotierte
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \begin_inset Index idx
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199 Tabellen ! rotierte
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \end_layout
36206
36207 \begin_layout Subsection
36208 Skalierte Boxen
36209 \begin_inset Index idx
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 Boxen ! skalierte
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \begin_inset Index idx
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Skaliertes Material
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \begin_layout Standard
36232 Um Text zu skalieren, kann man die Befehle 
36233 \series bold
36234
36235 \backslash
36236 scalebox
36237 \series default
36238  und 
36239 \series bold
36240
36241 \backslash
36242 resizebox
36243 \series default
36244  im TeX-Modus verwenden.
36245 \end_layout
36246
36247 \begin_layout Standard
36248
36249 \series bold
36250
36251 \backslash
36252 scalebox
36253 \series default
36254  wird nach folgendem Schema verwendet:
36255 \end_layout
36256
36257 \begin_layout Standard
36258
36259 \series bold
36260
36261 \backslash
36262 scalebox{horizontal}[vertikal]{Boxinhalt}
36263 \end_layout
36264
36265 \begin_layout Standard
36266 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
36267  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
36268  verwendet.
36269 \end_layout
36270
36271 \begin_layout Standard
36272 Z.
36273 \begin_inset space \thinspace{}
36274 \end_inset
36275
36276 B.
36277  ergibt der Befehl 
36278 \series bold
36279
36280 \backslash
36281 scalebox{2}{Hallo}
36282 \series default
36283  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
36284 \begin_inset ERT
36285 status collapsed
36286
36287 \begin_layout Plain Layout
36288
36289
36290 \backslash
36291 scalebox{2}{
36292 \end_layout
36293
36294 \end_inset
36295
36296 Hallo
36297 \begin_inset ERT
36298 status collapsed
36299
36300 \begin_layout Plain Layout
36301
36302 }
36303 \end_layout
36304
36305 \end_inset
36306
36307 .
36308 \end_layout
36309
36310 \begin_layout Standard
36311
36312 \series bold
36313
36314 \backslash
36315 scalebox{2}[1]{Hallo}
36316 \series default
36317  verzerrt hingegen das 
36318 \begin_inset ERT
36319 status collapsed
36320
36321 \begin_layout Plain Layout
36322
36323
36324 \backslash
36325 scalebox{2}[1]{
36326 \end_layout
36327
36328 \end_inset
36329
36330 Hallo
36331 \begin_inset ERT
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335
36336 }
36337 \end_layout
36338
36339 \end_inset
36340
36341 .
36342 \end_layout
36343
36344 \begin_layout Standard
36345 Die Skalierungsfaktoren dürfen auch negativ sein.
36346  In diesem Fall wird der Boxinhalt gespiegelt.
36347 \end_layout
36348
36349 \begin_layout Standard
36350 Daher lässt sich mit dem Befehl 
36351 \series bold
36352
36353 \backslash
36354 scalebox{-1}[1]{Hallo}
36355 \series default
36356  Spiegelschrift erstellen: 
36357 \begin_inset ERT
36358 status collapsed
36359
36360 \begin_layout Plain Layout
36361
36362
36363 \backslash
36364 scalebox{-1}[1]{
36365 \end_layout
36366
36367 \end_inset
36368
36369 Hallo
36370 \begin_inset ERT
36371 status collapsed
36372
36373 \begin_layout Plain Layout
36374
36375 }
36376 \end_layout
36377
36378 \end_inset
36379
36380
36381 \end_layout
36382
36383 \begin_layout Standard
36384
36385 \series bold
36386
36387 \backslash
36388 scalebox{1}[-1]{Hallo}
36389 \series default
36390  spiegelt das 
36391 \begin_inset ERT
36392 status collapsed
36393
36394 \begin_layout Plain Layout
36395
36396
36397 \backslash
36398 scalebox{1}[-1]{
36399 \end_layout
36400
36401 \end_inset
36402
36403 Hallo
36404 \begin_inset ERT
36405 status collapsed
36406
36407 \begin_layout Plain Layout
36408
36409 }
36410 \end_layout
36411
36412 \end_inset
36413
36414  an der Grundlinie.
36415 \end_layout
36416
36417 \begin_layout Standard
36418 Zu 
36419 \series bold
36420
36421 \backslash
36422 scalebox{-1}[1]{Boxinhalt}
36423 \series default
36424  gibt es den äquivalenten Befehl
36425 \begin_inset Newline newline
36426 \end_inset
36427
36428
36429 \series bold
36430
36431 \backslash
36432 reflectbox{Boxinhalt}
36433 \series default
36434 .
36435 \end_layout
36436
36437 \begin_layout Standard
36438 \begin_inset VSpace bigskip
36439 \end_inset
36440
36441
36442 \series bold
36443
36444 \backslash
36445 resizebox
36446 \series default
36447  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36448  skalieren.
36449  Das Befehlsschema ist folgendes:
36450 \end_layout
36451
36452 \begin_layout Standard
36453
36454 \series bold
36455
36456 \backslash
36457 resizebox{Breite}{Höhe}{Boxinhalt}
36458 \end_layout
36459
36460 \begin_layout Standard
36461 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36462 \series bold
36463 !
36464 \series default
36465  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36466  wird.
36467 \end_layout
36468
36469 \begin_layout Standard
36470 Der Befehl 
36471 \series bold
36472
36473 \backslash
36474 resizebox{2cm}{1cm}{Hallo}
36475 \series default
36476  ergibt: 
36477 \begin_inset ERT
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481
36482
36483 \backslash
36484 resizebox{2cm}{1cm}{
36485 \end_layout
36486
36487 \end_inset
36488
36489 Hallo
36490 \begin_inset ERT
36491 status collapsed
36492
36493 \begin_layout Plain Layout
36494
36495 }
36496 \end_layout
36497
36498 \end_inset
36499
36500
36501 \begin_inset Newline newline
36502 \end_inset
36503
36504 Der Befehl 
36505 \series bold
36506
36507 \backslash
36508 resizebox{2cm}{!}{Hallo}
36509 \series default
36510  ergibt: 
36511 \begin_inset ERT
36512 status collapsed
36513
36514 \begin_layout Plain Layout
36515
36516
36517 \backslash
36518 resizebox{2cm}{!}{
36519 \end_layout
36520
36521 \end_inset
36522
36523 Hallo
36524 \begin_inset ERT
36525 status collapsed
36526
36527 \begin_layout Plain Layout
36528
36529 }
36530 \end_layout
36531
36532 \end_inset
36533
36534
36535 \end_layout
36536
36537 \begin_layout Standard
36538 \begin_inset VSpace bigskip
36539 \end_inset
36540
36541
36542 \begin_inset Note Greyedout
36543 status open
36544
36545 \begin_layout Plain Layout
36546
36547 \series bold
36548 Bemerkung:
36549 \series default
36550  Wurde in Argumenten von 
36551 \series bold
36552
36553 \backslash
36554 scalebox
36555 \series default
36556  oder 
36557 \series bold
36558
36559 \backslash
36560 resizebox
36561 \series default
36562  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36563  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36564  werden.
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \begin_layout Standard
36573 \begin_inset VSpace bigskip
36574 \end_inset
36575
36576
36577 \end_layout
36578
36579 \begin_layout Standard
36580 Alle Boxen können beliebig miteinander kombiniert werden.
36581  So ergibt z.
36582 \begin_inset space \thinspace{}
36583 \end_inset
36584
36585 B.
36586  der Befehl
36587 \begin_inset Newline newline
36588 \end_inset
36589
36590
36591 \series bold
36592
36593 \backslash
36594 rotatebox[origin=c]{-45}{
36595 \backslash
36596 resizebox{2cm}{!}{
36597 \backslash
36598 reflectbox{Hallo}}}
36599 \series default
36600 :
36601 \end_layout
36602
36603 \begin_layout Standard
36604 \align center
36605 \begin_inset ERT
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609
36610
36611 \backslash
36612 rotatebox[origin=c]{-45}{
36613 \backslash
36614 resizebox{2cm}{!}{
36615 \backslash
36616 reflectbox{
36617 \end_layout
36618
36619 \end_inset
36620
36621 Hallo
36622 \begin_inset ERT
36623 status collapsed
36624
36625 \begin_layout Plain Layout
36626
36627 }}}
36628 \end_layout
36629
36630 \end_inset
36631
36632
36633 \end_layout
36634
36635 \begin_layout Standard
36636 \noindent
36637 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36638 \end_layout
36639
36640 \begin_layout Standard
36641 \align center
36642 \begin_inset ERT
36643 status collapsed
36644
36645 \begin_layout Plain Layout
36646
36647
36648 \backslash
36649 rotatebox[origin=c]{-30}{
36650 \backslash
36651 resizebox{2cm}{!}{
36652 \backslash
36653 reflectbox{
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \begin_inset Graphics
36660         filename ../clipart/platypus.eps
36661         lyxscale 50
36662         width 25col%
36663
36664 \end_inset
36665
36666
36667 \begin_inset ERT
36668 status collapsed
36669
36670 \begin_layout Plain Layout
36671
36672 }}}
36673 \end_layout
36674
36675 \end_inset
36676
36677
36678 \begin_inset ERT
36679 status collapsed
36680
36681 \begin_layout Plain Layout
36682
36683
36684 \backslash
36685 rotatebox[origin=c]{-45}{
36686 \backslash
36687 resizebox{2cm}{!}{
36688 \backslash
36689 reflectbox{
36690 \end_layout
36691
36692 \end_inset
36693
36694
36695 \begin_inset Tabular
36696 <lyxtabular version="3" rows="2" columns="2">
36697 <features rotate="0" tabularvalignment="middle">
36698 <column alignment="center" valignment="top">
36699 <column alignment="center" valignment="top">
36700 <row>
36701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36702 \begin_inset Text
36703
36704 \begin_layout Plain Layout
36705 q
36706 \end_layout
36707
36708 \end_inset
36709 </cell>
36710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 w
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 </row>
36720 <row>
36721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36722 \begin_inset Text
36723
36724 \begin_layout Plain Layout
36725 e
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734 r
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 </row>
36740 </lyxtabular>
36741
36742 \end_inset
36743
36744
36745 \begin_inset ERT
36746 status collapsed
36747
36748 \begin_layout Plain Layout
36749
36750 }}}
36751 \end_layout
36752
36753 \end_inset
36754
36755
36756 \begin_inset ERT
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760
36761
36762 \backslash
36763 rotatebox[origin=c]{-45}{
36764 \backslash
36765 resizebox{2cm}{!}{
36766 \backslash
36767 reflectbox{
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36774 \end_inset
36775
36776
36777 \begin_inset ERT
36778 status collapsed
36779
36780 \begin_layout Plain Layout
36781
36782 }}}
36783 \end_layout
36784
36785 \end_inset
36786
36787
36788 \begin_inset Index idx
36789 status collapsed
36790
36791 \begin_layout Plain Layout
36792 Abbildungen ! skalierte
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \begin_inset Index idx
36799 status collapsed
36800
36801 \begin_layout Plain Layout
36802 Tabellen ! skalierte
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \begin_layout Standard
36811 Hat man den globalen Formelstil 
36812 \series bold
36813 fleqn
36814 \series default
36815
36816 \begin_inset Foot
36817 status collapsed
36818
36819 \begin_layout Plain Layout
36820 Wenn 
36821 \begin_inset Quotes gld
36822 \end_inset
36823
36824 fleqn
36825 \begin_inset Quotes grd
36826 \end_inset
36827
36828  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36829 \end_layout
36830
36831 \end_inset
36832
36833  gewählt, kann man auch abgesetzte Formeln skalieren.
36834 \end_layout
36835
36836 \begin_layout Chapter
36837 Umflossene Objekte
36838 \begin_inset Index idx
36839 status collapsed
36840
36841 \begin_layout Plain Layout
36842 Umflossene Objekte
36843 \end_layout
36844
36845 \end_inset
36846
36847
36848 \end_layout
36849
36850 \begin_layout Section
36851 Umflossene Gleitobjekte
36852 \begin_inset CommandInset label
36853 LatexCommand label
36854 name "abs:Umflossene-Gleitobjekte"
36855
36856 \end_inset
36857
36858
36859 \begin_inset Index idx
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863 Gleitobjekte ! umflossene
36864 \end_layout
36865
36866 \end_inset
36867
36868
36869 \begin_inset Index idx
36870 status collapsed
36871
36872 \begin_layout Plain Layout
36873 Umflossene Objekte ! Gleitobjekte
36874 \end_layout
36875
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \begin_layout Standard
36882 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36883  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36884  den die Abbildung bzw.
36885 \begin_inset space ~
36886 \end_inset
36887
36888 Tabelle übrig lässt.
36889  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36890  Sie werden über das Menü
36891 \family sans
36892  Einfügen\SpecialChar \menuseparator
36893 Gleitobjekt\SpecialChar \menuseparator
36894 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36895 objekt
36896 \family default
36897  eingefügt, wenn das LaTeX-Paket 
36898 \series bold
36899 wrapfig
36900 \series default
36901
36902 \begin_inset Index idx
36903 status collapsed
36904
36905 \begin_layout Plain Layout
36906 LaTeX-Pakete ! wrapfig
36907 \end_layout
36908
36909 \end_inset
36910
36911  installiert ist.
36912 \begin_inset Foot
36913 status collapsed
36914
36915 \begin_layout Plain Layout
36916 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36917 \emph on
36918 LaTeX-Konfiguration
36919 \emph default
36920  beschrieben.
36921 \end_layout
36922
36923 \end_inset
36924
36925  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36926  Box des Gleitobjekts geändert werden.
36927  
36928 \begin_inset Wrap figure
36929 lines 0
36930 placement l
36931 overhang 1cm
36932 width "40col%"
36933 status open
36934
36935 \begin_layout Plain Layout
36936 \begin_inset Graphics
36937         filename ../clipart/mobius.eps
36938         width 40col%
36939         scaleBeforeRotation
36940         rotateOrigin center
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \begin_layout Plain Layout
36948 \begin_inset Caption Standard
36949
36950 \begin_layout Plain Layout
36951 \begin_inset CommandInset label
36952 LatexCommand label
36953 name "abb:Dies-ist-eine"
36954
36955 \end_inset
36956
36957 Dies ist eine umflossene Gleitobjekt-Abbildung
36958 \end_layout
36959
36960 \end_inset
36961
36962
36963 \end_layout
36964
36965 \end_inset
36966
36967  Obligatorische Einstellungen sind die 
36968 \family sans
36969 Breite
36970 \family default
36971  und 
36972 \family sans
36973 Platzierung
36974 \family default
36975  des Gleitobjekts.
36976  Optional sind der 
36977 \family sans
36978 Überhang 
36979 \family default
36980 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36981 \begin_inset space \thinspace{}
36982 \end_inset
36983
36984 /
36985 \begin_inset space \thinspace{}
36986 \end_inset
36987
36988 der Seite ragt und die 
36989 \family sans
36990 benötigten Zeilen
36991 \family default
36992 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36993  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36994  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36995  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36996  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36997  zu lassen.
36998  Abbildung
36999 \begin_inset space ~
37000 \end_inset
37001
37002
37003 \begin_inset CommandInset ref
37004 LatexCommand ref
37005 reference "abb:Dies-ist-eine"
37006
37007 \end_inset
37008
37009  ist zum Beispiel ein umflossenes Bild, das 40
37010 \begin_inset space \thinspace{}
37011 \end_inset
37012
37013 % der Spaltenbreite einnimmt, 1
37014 \begin_inset space \thinspace{}
37015 \end_inset
37016
37017 cm in den Rand ragt und links gesetzt wurde.
37018 \end_layout
37019
37020 \begin_layout Standard
37021 \begin_inset Note Greyedout
37022 status open
37023
37024 \begin_layout Plain Layout
37025
37026 \series bold
37027 Bemerkung:
37028 \series default
37029  Umflossene Objekte sind fragil! Wenn die Abbildung z.
37030 \begin_inset space \thinspace{}
37031 \end_inset
37032
37033 B.
37034  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
37035  oder über anderen Text gedruckt wird.
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Standard
37044 Allgemein gilt für umflossene Gleitobjekte:
37045 \end_layout
37046
37047 \begin_layout Itemize
37048 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
37049  fortgesetzt werden.
37050  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
37051  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
37052 \end_layout
37053
37054 \begin_layout Itemize
37055 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
37056  werden oder darin.
37057 \end_layout
37058
37059 \begin_layout Itemize
37060 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
37061  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
37062 \end_layout
37063
37064 \begin_layout Itemize
37065 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
37066 \end_layout
37067
37068 \begin_layout Itemize
37069 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
37070 \begin_inset space \thinspace{}
37071 \end_inset
37072
37073
37074 \begin_inset CommandInset ref
37075 LatexCommand ref
37076 reference "kap:Gleitobjekte"
37077
37078 \end_inset
37079
37080  beschrieben.
37081 \end_layout
37082
37083 \begin_layout Section
37084 Umflossene Fixe Objekte
37085 \begin_inset Index idx
37086 status collapsed
37087
37088 \begin_layout Plain Layout
37089 Umflossene Objekte ! Fixe Objekte
37090 \end_layout
37091
37092 \end_inset
37093
37094
37095 \end_layout
37096
37097 \begin_layout Standard
37098 Die in Abschnitt
37099 \begin_inset space ~
37100 \end_inset
37101
37102
37103 \begin_inset CommandInset ref
37104 LatexCommand ref
37105 reference "abs:Umflossene-Gleitobjekte"
37106
37107 \end_inset
37108
37109  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
37110 \end_layout
37111
37112 \begin_layout Standard
37113 \noindent
37114 \align center
37115 \begin_inset Tabular
37116 <lyxtabular version="3" rows="2" columns="2">
37117 <features rotate="0" tabularvalignment="middle">
37118 <column alignment="center" valignment="top">
37119 <column alignment="center" valignment="top">
37120 <row>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125 \begin_inset Graphics
37126         filename ../../images/dialog-show-new-inset_graphics.png
37127         scale 70
37128         scaleBeforeRotation
37129
37130 \end_inset
37131
37132
37133 \end_layout
37134
37135 \end_inset
37136 </cell>
37137 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37138 \begin_inset Text
37139
37140 \begin_layout Plain Layout
37141 Text
37142 \end_layout
37143
37144 \end_inset
37145 </cell>
37146 </row>
37147 <row>
37148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37149 \begin_inset Text
37150
37151 \begin_layout Plain Layout
37152 Text
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 Text
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 </row>
37167 </lyxtabular>
37168
37169 \end_inset
37170
37171  oder 
37172 \begin_inset Tabular
37173 <lyxtabular version="3" rows="2" columns="2">
37174 <features rotate="0" tabularvalignment="middle">
37175 <column alignment="center" valignment="top">
37176 <column alignment="center" valignment="top">
37177 <row>
37178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182 Text
37183 \end_layout
37184
37185 \end_inset
37186 </cell>
37187 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout Plain Layout
37191 \begin_inset Graphics
37192         filename ../../images/dialog-show-new-inset_graphics.png
37193         scale 70
37194         scaleBeforeRotation
37195
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 </row>
37204 <row>
37205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209 Text
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218 Text
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 </row>
37224 </lyxtabular>
37225
37226 \end_inset
37227
37228
37229 \end_layout
37230
37231 \begin_layout Standard
37232 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
37233  wurde, um z.
37234 \begin_inset space \thinspace{}
37235 \end_inset
37236
37237 B.
37238  solche Positionen zu erhalten:
37239 \begin_inset VSpace defskip
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \begin_layout Standard
37246 \noindent
37247 \align center
37248 \begin_inset Tabular
37249 <lyxtabular version="3" rows="2" columns="2">
37250 <features rotate="0" tabularvalignment="middle">
37251 <column alignment="center" valignment="top">
37252 <column alignment="center" valignment="top">
37253 <row>
37254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37255 \begin_inset Text
37256
37257 \begin_layout Plain Layout
37258 Text
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 Text
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 \begin_inset Graphics
37279         filename ../../images/dialog-show-new-inset_graphics.png
37280         scale 70
37281         scaleBeforeRotation
37282
37283 \end_inset
37284
37285
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294 Text
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 </row>
37300 </lyxtabular>
37301
37302 \end_inset
37303
37304  
37305 \begin_inset Tabular
37306 <lyxtabular version="3" rows="2" columns="2">
37307 <features rotate="0" tabularvalignment="middle">
37308 <column alignment="center" valignment="top">
37309 <column alignment="center" valignment="top">
37310 <row>
37311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 Text
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324 Text
37325 \end_layout
37326
37327 \end_inset
37328 </cell>
37329 </row>
37330 <row>
37331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335 Text
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344 \begin_inset Graphics
37345         filename ../../images/dialog-show-new-inset_graphics.png
37346         scale 70
37347         scaleBeforeRotation
37348
37349 \end_inset
37350
37351
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 </row>
37357 </lyxtabular>
37358
37359 \end_inset
37360
37361  
37362 \begin_inset Tabular
37363 <lyxtabular version="3" rows="2" columns="3">
37364 <features rotate="0" tabularvalignment="middle">
37365 <column alignment="center" valignment="top">
37366 <column alignment="center" valignment="top">
37367 <column alignment="center" valignment="top">
37368 <row>
37369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373 Text
37374 \end_layout
37375
37376 \end_inset
37377 </cell>
37378 <cell alignment="center" valignment="top" topline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382 \begin_inset Graphics
37383         filename ../../images/dialog-show-new-inset_graphics.png
37384         scale 70
37385         scaleBeforeRotation
37386
37387 \end_inset
37388
37389
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398 Text
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 </row>
37404 <row>
37405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409 Text
37410 \end_layout
37411
37412 \end_inset
37413 </cell>
37414 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37415 \begin_inset Text
37416
37417 \begin_layout Plain Layout
37418 Text
37419 \end_layout
37420
37421 \end_inset
37422 </cell>
37423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427 Text
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 </row>
37433 </lyxtabular>
37434
37435 \end_inset
37436
37437  
37438 \begin_inset Tabular
37439 <lyxtabular version="3" rows="2" columns="3">
37440 <features rotate="0" tabularvalignment="middle">
37441 <column alignment="center" valignment="top">
37442 <column alignment="center" valignment="top">
37443 <column alignment="center" valignment="top">
37444 <row>
37445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449 Text
37450 \end_layout
37451
37452 \end_inset
37453 </cell>
37454 <cell alignment="center" valignment="top" topline="true" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout Plain Layout
37458 Text
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467 Text
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 </row>
37473 <row>
37474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37475 \begin_inset Text
37476
37477 \begin_layout Plain Layout
37478 Text
37479 \end_layout
37480
37481 \end_inset
37482 </cell>
37483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487 \begin_inset Graphics
37488         filename ../../images/dialog-show-new-inset_graphics.png
37489         scale 70
37490         scaleBeforeRotation
37491
37492 \end_inset
37493
37494
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503 Text
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 </row>
37509 </lyxtabular>
37510
37511 \end_inset
37512
37513
37514 \end_layout
37515
37516 \begin_layout Standard
37517 \noindent
37518 \align center
37519 \begin_inset Tabular
37520 <lyxtabular version="3" rows="3" columns="2">
37521 <features rotate="0" tabularvalignment="middle">
37522 <column alignment="center" valignment="top">
37523 <column alignment="center" valignment="top">
37524 <row>
37525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37526 \begin_inset Text
37527
37528 \begin_layout Plain Layout
37529 Text
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538 Text
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 </row>
37544 <row>
37545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549 \begin_inset Graphics
37550         filename ../../images/dialog-show-new-inset_graphics.png
37551         scale 70
37552         scaleBeforeRotation
37553
37554 \end_inset
37555
37556
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565 Text
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 </row>
37571 <row>
37572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576 Text
37577 \end_layout
37578
37579 \end_inset
37580 </cell>
37581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37582 \begin_inset Text
37583
37584 \begin_layout Plain Layout
37585 Text
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 </row>
37591 </lyxtabular>
37592
37593 \end_inset
37594
37595  
37596 \begin_inset Tabular
37597 <lyxtabular version="3" rows="3" columns="3">
37598 <features rotate="0" tabularvalignment="middle">
37599 <column alignment="center" valignment="top">
37600 <column alignment="center" valignment="top">
37601 <column alignment="center" valignment="top">
37602 <row>
37603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37604 \begin_inset Text
37605
37606 \begin_layout Plain Layout
37607 Text
37608 \end_layout
37609
37610 \end_inset
37611 </cell>
37612 <cell alignment="center" valignment="top" topline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616 Text
37617 \end_layout
37618
37619 \end_inset
37620 </cell>
37621 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 Text
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 </row>
37631 <row>
37632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636 Text
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 <cell alignment="center" valignment="top" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 \begin_inset Graphics
37646         filename ../../images/dialog-show-new-inset_graphics.png
37647         scale 70
37648         scaleBeforeRotation
37649
37650 \end_inset
37651
37652
37653 \end_layout
37654
37655 \end_inset
37656 </cell>
37657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661 Text
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672 Text
37673 \end_layout
37674
37675 \end_inset
37676 </cell>
37677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37678 \begin_inset Text
37679
37680 \begin_layout Plain Layout
37681 Text
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 Text
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 </row>
37696 </lyxtabular>
37697
37698 \end_inset
37699
37700  
37701 \begin_inset Tabular
37702 <lyxtabular version="3" rows="3" columns="2">
37703 <features rotate="0" tabularvalignment="middle">
37704 <column alignment="center" valignment="top">
37705 <column alignment="center" valignment="top">
37706 <row>
37707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37708 \begin_inset Text
37709
37710 \begin_layout Plain Layout
37711 Text
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720 Text
37721 \end_layout
37722
37723 \end_inset
37724 </cell>
37725 </row>
37726 <row>
37727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731 Text
37732 \end_layout
37733
37734 \end_inset
37735 </cell>
37736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37737 \begin_inset Text
37738
37739 \begin_layout Plain Layout
37740 \begin_inset Graphics
37741         filename ../../images/dialog-show-new-inset_graphics.png
37742         scale 70
37743         scaleBeforeRotation
37744
37745 \end_inset
37746
37747
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 </row>
37753 <row>
37754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 Text
37759 \end_layout
37760
37761 \end_inset
37762 </cell>
37763 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767 Text
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 </row>
37773 </lyxtabular>
37774
37775 \end_inset
37776
37777
37778 \end_layout
37779
37780 \begin_layout Standard
37781 \noindent
37782 kann man das LaTeX-Paket 
37783 \series bold
37784 picinpar
37785 \series default
37786
37787 \begin_inset Index idx
37788 status collapsed
37789
37790 \begin_layout Plain Layout
37791 LaTeX-Pakete ! picinpar
37792 \end_layout
37793
37794 \end_inset
37795
37796  benutzen.
37797  Hier ist ein Beispiel:
37798 \end_layout
37799
37800 \begin_layout Standard
37801 \begin_inset ERT
37802 status collapsed
37803
37804 \begin_layout Plain Layout
37805
37806
37807 \backslash
37808 ifpicinpar
37809 \end_layout
37810
37811 \end_inset
37812
37813
37814 \begin_inset Note Note
37815 status open
37816
37817 \begin_layout Plain Layout
37818 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37819 \series bold
37820 picinpar
37821 \series default
37822  installiert ist.
37823 \end_layout
37824
37825 \end_inset
37826
37827
37828 \end_layout
37829
37830 \begin_layout Standard
37831 \begin_inset ERT
37832 status collapsed
37833
37834 \begin_layout Plain Layout
37835
37836
37837 \backslash
37838 begin{window}[2,c,{
37839 \end_layout
37840
37841 \end_inset
37842
37843
37844 \begin_inset Graphics
37845         filename ../clipart/mobius.eps
37846         lyxscale 60
37847         width 40col%
37848         scaleBeforeRotation
37849         rotateOrigin center
37850
37851 \end_inset
37852
37853
37854 \begin_inset ERT
37855 status collapsed
37856
37857 \begin_layout Plain Layout
37858
37859 },]
37860 \end_layout
37861
37862 \begin_layout Plain Layout
37863
37864 {}
37865 \end_layout
37866
37867 \end_inset
37868
37869
37870 \size small
37871 \lang english
37872 It was in the spring of the year 1894 that all London was interested, and
37873  the fashionable world dismayed, by the murder of the Honourable Ronald
37874  Adair under most unusual and inexplicable circumstances.
37875  The public has already learned those particulars of the crime which
37876 \size default
37877
37878 \begin_inset ERT
37879 status collapsed
37880
37881 \begin_layout Plain Layout
37882
37883
37884 \backslash
37885 footnotemark{}
37886 \end_layout
37887
37888 \end_inset
37889
37890
37891 \size small
37892  came out in the police investigation, but a good deal was suppressed upon
37893  that occasion, since the case for the prosecution was so overwhelmingly
37894  strong that it was not necessary to bring forward all the facts.
37895  Only now, at the end of nearly ten years, am I allowed to supply those
37896  missing links which make up the whole of that remarkable chain.
37897 \size default
37898 \lang ngerman
37899
37900 \begin_inset ERT
37901 status collapsed
37902
37903 \begin_layout Plain Layout
37904
37905
37906 \backslash
37907 end{window}
37908 \end_layout
37909
37910 \end_inset
37911
37912
37913 \end_layout
37914
37915 \begin_layout Standard
37916 \begin_inset ERT
37917 status collapsed
37918
37919 \begin_layout Plain Layout
37920
37921
37922 \backslash
37923 footnotetext{
37924 \end_layout
37925
37926 \end_inset
37927
37928 Fußnote des Absatzes mit fixem Objekt.
37929 \begin_inset ERT
37930 status collapsed
37931
37932 \begin_layout Plain Layout
37933
37934 }
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \begin_layout Standard
37943 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37944  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37945  vertikale Position im Text bestimmen kann.
37946  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37947  beschriftet werden.
37948 \end_layout
37949
37950 \begin_layout Standard
37951 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37952  Befehl
37953 \end_layout
37954
37955 \begin_layout Standard
37956
37957 \series bold
37958
37959 \backslash
37960 begin{window}[2,c,{
37961 \end_layout
37962
37963 \begin_layout Standard
37964 als TeX-Code einfügt.
37965  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37966  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37967  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37968  Danach fügt man das Objekt ein.
37969  In diesem Beispiel wurde ein Bild der Breite von 40
37970 \begin_inset space \thinspace{}
37971 \end_inset
37972
37973 % der Textspaltenbreite eingefügt.
37974  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37975  Nach dem Objekt fügt man den Befehl
37976 \end_layout
37977
37978 \begin_layout Standard
37979
37980 \series bold
37981 },Beschreibungstext]
37982 \begin_inset Newline newline
37983 \end_inset
37984
37985 {}
37986 \end_layout
37987
37988 \begin_layout Standard
37989 ein.
37990  Man beachte dass das 
37991 \begin_inset Quotes gld
37992 \end_inset
37993
37994
37995 \series bold
37996 {}
37997 \series default
37998
37999 \begin_inset Quotes grd
38000 \end_inset
38001
38002  in der zweiten Zeile steht.
38003  Der Beschreibungstext ist optional.
38004  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
38005  das Objekt befinden, also direkt nach dem 
38006 \series bold
38007 {}
38008 \series default
38009  beginnen.
38010  Am Ende des Absatzes fügt man folgenden Befehl ein:
38011 \end_layout
38012
38013 \begin_layout Standard
38014
38015 \series bold
38016
38017 \backslash
38018 end{window}
38019 \end_layout
38020
38021 \begin_layout Standard
38022 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
38023  man muss stattdessen den Befehl 
38024 \series bold
38025
38026 \backslash
38027 footnotemark
38028 \series default
38029  verwenden.
38030  Außerhalb des Absatzes den Befehl 
38031 \series bold
38032
38033 \backslash
38034 footnotetext
38035 \series default
38036 , wie es in Abschnitt
38037 \begin_inset space ~
38038 \end_inset
38039
38040
38041 \begin_inset CommandInset ref
38042 LatexCommand ref
38043 reference "abs:Fußnoten"
38044
38045 \end_inset
38046
38047  beschrieben ist.
38048 \end_layout
38049
38050 \begin_layout Standard
38051 \begin_inset ERT
38052 status collapsed
38053
38054 \begin_layout Plain Layout
38055
38056
38057 \backslash
38058 else
38059 \end_layout
38060
38061 \end_inset
38062
38063
38064 \begin_inset Note Note
38065 status open
38066
38067 \begin_layout Plain Layout
38068 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38069 \series bold
38070 picinpar
38071 \series default
38072  nicht installiert ist:
38073 \end_layout
38074
38075 \end_inset
38076
38077
38078 \end_layout
38079
38080 \begin_layout Standard
38081 Das LaTeX-Paket 
38082 \series bold
38083 picinpar
38084 \series default
38085  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38086 \end_layout
38087
38088 \begin_layout Standard
38089 \begin_inset ERT
38090 status collapsed
38091
38092 \begin_layout Plain Layout
38093
38094
38095 \backslash
38096 fi
38097 \end_layout
38098
38099 \end_inset
38100
38101
38102 \end_layout
38103
38104 \begin_layout Section
38105 Initiale
38106 \begin_inset Index idx
38107 status collapsed
38108
38109 \begin_layout Plain Layout
38110 Initiale
38111 \end_layout
38112
38113 \end_inset
38114
38115
38116 \begin_inset Index idx
38117 status collapsed
38118
38119 \begin_layout Plain Layout
38120 Umflossene Objekte ! Initiale
38121 \end_layout
38122
38123 \end_inset
38124
38125
38126 \end_layout
38127
38128 \begin_layout Standard
38129 Für Initialen muss das LaTeX-Paket 
38130 \series bold
38131 lettrine
38132 \series default
38133
38134 \begin_inset Index idx
38135 status collapsed
38136
38137 \begin_layout Plain Layout
38138 LaTeX-Pakete ! lettrine
38139 \end_layout
38140
38141 \end_inset
38142
38143  installiert sein und das Modul 
38144 \family sans
38145 Initialen
38146 \family default
38147  im Dokument verwendet werden (Menü 
38148 \family sans
38149 Dokument\SpecialChar \menuseparator
38150 Einstellungen\SpecialChar \menuseparator
38151 Module
38152 \family default
38153 ).
38154  Um eine Initiale einzufügen, verwendet man den Stil 
38155 \family sans
38156 Initiale
38157 \family default
38158 .
38159  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
38160  Die Argumente werden über das Menü 
38161 \family sans
38162 Einfügen
38163 \family default
38164  eingefügt.
38165  Das obligatorische Argument 
38166 \family sans
38167 Initiale
38168 \family default
38169  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
38170 \family sans
38171 Rest
38172 \begin_inset space ~
38173 \end_inset
38174
38175 der
38176 \begin_inset space ~
38177 \end_inset
38178
38179 Initiale
38180 \family default
38181  enthält den Rest des Wortes oder Textes der Initiale.
38182  Das Argument 
38183 \family sans
38184 Optionen
38185 \family default
38186  enthält Parameter um die Initiale zu modifizieren.
38187  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
38188  von 
38189 \series bold
38190 lettrine
38191 \series default
38192
38193 \begin_inset CommandInset citation
38194 LatexCommand cite
38195 key "lettrine"
38196
38197 \end_inset
38198
38199 .
38200  Der Stil selbst enthält den Text, der die Initiale umgibt.
38201  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
38202  Initiale ist, in 
38203 \shape smallcaps
38204 Kapitälchen
38205 \shape default
38206  gedruckt wird.
38207 \end_layout
38208
38209 \begin_layout Standard
38210 Hier sind einige Beispiele:
38211 \end_layout
38212
38213 \begin_layout Standard
38214 \begin_inset ERT
38215 status collapsed
38216
38217 \begin_layout Plain Layout
38218
38219
38220 \backslash
38221 iflettrine
38222 \end_layout
38223
38224 \end_inset
38225
38226
38227 \begin_inset Note Note
38228 status open
38229
38230 \begin_layout Plain Layout
38231 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
38232 \series bold
38233 lettrine
38234 \series default
38235  installiert ist.
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Enumerate
38244 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
38245
38246 \begin_inset Formula $\mathfrak{Fraktur}$
38247 \end_inset
38248
38249 :
38250 \end_layout
38251
38252 \begin_deeper
38253 \begin_layout Initial
38254 \begin_inset Argument 2
38255 status open
38256
38257 \begin_layout Plain Layout
38258 \begin_inset Formula $\mathfrak{I}$
38259 \end_inset
38260
38261
38262 \end_layout
38263
38264 \end_inset
38265
38266
38267 \begin_inset Argument 3
38268 status open
38269
38270 \begin_layout Plain Layout
38271 t
38272 \end_layout
38273
38274 \end_inset
38275
38276  
38277 \lang english
38278 was in the spring of the year 1894 that all London was interested, and the
38279  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38280  under most unusual and inexplicable circumstances.
38281  The public has already learned those particulars of the crime which came
38282  out in the police investigation, but a good deal was suppressed upon that
38283  occasion, since the case for the prosecution was so overwhelmingly strong
38284  that it was not necessary to bring forward all the facts.
38285 \end_layout
38286
38287 \end_deeper
38288 \begin_layout Enumerate
38289 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
38290  besteht und kein Text ist in 
38291 \shape smallcaps
38292 Kapitälchen
38293 \shape default
38294 :
38295 \end_layout
38296
38297 \begin_deeper
38298 \begin_layout Initial
38299 \begin_inset Argument 1
38300 status open
38301
38302 \begin_layout Plain Layout
38303 lines=1
38304 \end_layout
38305
38306 \end_inset
38307
38308
38309 \begin_inset Argument 2
38310 status open
38311
38312 \begin_layout Plain Layout
38313 It
38314 \end_layout
38315
38316 \end_inset
38317
38318  
38319 \lang english
38320 was in the spring of the year 1894 that all London was interested, and the
38321  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38322  under most unusual and inexplicable circumstances.
38323  The public has already learned those particulars of the crime which came
38324  out in the police investigation, but a good deal was suppressed upon that
38325  occasion, since the case for the prosecution was so overwhelmingly strong
38326  that it was not necessary to bring forward all the facts.
38327 \end_layout
38328
38329 \end_deeper
38330 \begin_layout Enumerate
38331 Magenta, hängende Initiale über 3
38332 \begin_inset space ~
38333 \end_inset
38334
38335 Zeilen in der Mathe-Schrift
38336 \begin_inset Newline newline
38337 \end_inset
38338
38339  
38340 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
38341 \end_inset
38342
38343 , der Text 
38344 \begin_inset Quotes gld
38345 \end_inset
38346
38347
38348 \lang english
38349 t was in the spring
38350 \lang ngerman
38351
38352 \begin_inset Quotes erd
38353 \end_inset
38354
38355  ist in 
38356 \shape smallcaps
38357 Kapitälchen
38358 \shape default
38359 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38360 \begin_inset Newline newline
38361 \end_inset
38362
38363
38364 \series bold
38365
38366 \backslash
38367 renewcommand{
38368 \backslash
38369 LettrineFontHook}{
38370 \backslash
38371 color{Farbe}}
38372 \series default
38373
38374 \begin_inset Newline newline
38375 \end_inset
38376
38377 wobei 
38378 \emph on
38379 Farbe
38380 \emph default
38381  
38382 \begin_inset Quotes gld
38383 \end_inset
38384
38385 red
38386 \begin_inset Quotes erd
38387 \end_inset
38388
38389
38390 \begin_inset Quotes gld
38391 \end_inset
38392
38393 blue
38394 \begin_inset Quotes erd
38395 \end_inset
38396
38397
38398 \begin_inset Quotes gld
38399 \end_inset
38400
38401 green
38402 \begin_inset Quotes erd
38403 \end_inset
38404
38405
38406 \begin_inset Quotes gld
38407 \end_inset
38408
38409 yellow
38410 \begin_inset Quotes erd
38411 \end_inset
38412
38413
38414 \begin_inset Quotes gld
38415 \end_inset
38416
38417 cyan
38418 \begin_inset Quotes erd
38419 \end_inset
38420
38421
38422 \begin_inset Quotes gld
38423 \end_inset
38424
38425 magenta
38426 \begin_inset Quotes erd
38427 \end_inset
38428
38429
38430 \begin_inset Quotes gld
38431 \end_inset
38432
38433 black
38434 \begin_inset Quotes erd
38435 \end_inset
38436
38437  oder 
38438 \begin_inset Quotes gld
38439 \end_inset
38440
38441 white
38442 \begin_inset Quotes erd
38443 \end_inset
38444
38445  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38446 \begin_inset Newline newline
38447 \end_inset
38448
38449
38450 \series bold
38451
38452 \backslash
38453 @ifundefined{textcolor}
38454 \begin_inset Newline newline
38455 \end_inset
38456
38457
38458 \begin_inset space ~
38459 \end_inset
38460
38461 {
38462 \backslash
38463 usepackage{color}}{}
38464 \end_layout
38465
38466 \begin_deeper
38467 \begin_layout Standard
38468 \begin_inset ERT
38469 status collapsed
38470
38471 \begin_layout Plain Layout
38472
38473
38474 \backslash
38475 renewcommand{
38476 \backslash
38477 LettrineFontHook}{
38478 \backslash
38479 color{magenta}}
38480 \end_layout
38481
38482 \end_inset
38483
38484
38485 \begin_inset Note Note
38486 status open
38487
38488 \begin_layout Plain Layout
38489 macht die Initiale magenta
38490 \end_layout
38491
38492 \end_inset
38493
38494
38495 \end_layout
38496
38497 \begin_layout Initial
38498 \begin_inset Argument 1
38499 status open
38500
38501 \begin_layout Plain Layout
38502 lines=3, lhang=0.33, loversize=0.25
38503 \end_layout
38504
38505 \end_inset
38506
38507
38508 \begin_inset Argument 2
38509 status open
38510
38511 \begin_layout Plain Layout
38512 \begin_inset Formula $\mathcal{I}$
38513 \end_inset
38514
38515
38516 \end_layout
38517
38518 \end_inset
38519
38520
38521 \begin_inset Argument 3
38522 status open
38523
38524 \begin_layout Plain Layout
38525
38526 \lang english
38527 t was in the spring
38528 \end_layout
38529
38530 \end_inset
38531
38532  
38533 \lang english
38534 of the year 1894 that all London was interested, and the fashionable world
38535  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38536  and inexplicable circumstances.
38537  The public has already learned those particulars of the crime which came
38538  out in the police investigation, but a good deal was suppressed upon that
38539  occasion, since the case for the prosecution was so overwhelmingly strong
38540  that it was not necessary to bring forward all the facts.
38541 \end_layout
38542
38543 \end_deeper
38544 \begin_layout Standard
38545 \begin_inset ERT
38546 status collapsed
38547
38548 \begin_layout Plain Layout
38549
38550
38551 \backslash
38552 else
38553 \end_layout
38554
38555 \end_inset
38556
38557
38558 \begin_inset Note Note
38559 status open
38560
38561 \begin_layout Plain Layout
38562 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38563 \series bold
38564 lettrine
38565 \series default
38566  nicht installiert ist:
38567 \end_layout
38568
38569 \end_inset
38570
38571
38572 \end_layout
38573
38574 \begin_layout Standard
38575 Das LaTeX-Paket 
38576 \series bold
38577 lettrine
38578 \series default
38579  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38580 \end_layout
38581
38582 \begin_layout Standard
38583 \begin_inset ERT
38584 status collapsed
38585
38586 \begin_layout Plain Layout
38587
38588
38589 \backslash
38590 fi
38591 \end_layout
38592
38593 \end_inset
38594
38595
38596 \end_layout
38597
38598 \begin_layout Chapter
38599 Externe Dateien
38600 \begin_inset Index idx
38601 status collapsed
38602
38603 \begin_layout Plain Layout
38604 Dateien ! externe
38605 \end_layout
38606
38607 \end_inset
38608
38609
38610 \end_layout
38611
38612 \begin_layout Standard
38613 Mit 
38614 \family sans
38615 Einfügen\SpecialChar \menuseparator
38616 Datei
38617 \family default
38618  können Sie fremdes Material in Ihr Dokument einsetzen.
38619  Das kann folgendes sein:
38620 \end_layout
38621
38622 \begin_layout Description
38623 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38624  eingefügt.
38625 \end_layout
38626
38627 \begin_layout Description
38628 Einfacher
38629 \begin_inset space ~
38630 \end_inset
38631
38632 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38633  eingefügt.
38634 \end_layout
38635
38636 \begin_layout Description
38637 Einfacher
38638 \begin_inset space ~
38639 \end_inset
38640
38641 Text,
38642 \begin_inset space ~
38643 \end_inset
38644
38645 Zeilen
38646 \begin_inset space ~
38647 \end_inset
38648
38649 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38650  Leerzeilen trennen die Absätze.
38651 \end_layout
38652
38653 \begin_layout Description
38654 Externes
38655 \begin_inset space ~
38656 \end_inset
38657
38658 Material Dateien in verschiedenen Formaten.
38659 \end_layout
38660
38661 \begin_layout Description
38662 Unterdokument LyX- oder LaTeX-Dokumente.
38663 \end_layout
38664
38665 \begin_layout Section
38666 Externes Material
38667 \begin_inset Index idx
38668 status collapsed
38669
38670 \begin_layout Plain Layout
38671 Externes Material
38672 \end_layout
38673
38674 \end_inset
38675
38676
38677 \end_layout
38678
38679 \begin_layout Standard
38680 Mit 
38681 \family sans
38682 Einfügen\SpecialChar \menuseparator
38683 Datei\SpecialChar \menuseparator
38684  Externes Material
38685 \family default
38686  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38687  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38688  weil LyX sich darum kümmert.
38689  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38690  eingefügt werden können.
38691  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38692 \family sans
38693  Aussehen
38694 \begin_inset space ~
38695 \end_inset
38696
38697 &
38698 \begin_inset space ~
38699 \end_inset
38700
38701 Handhabung\SpecialChar \menuseparator
38702 Grafik
38703 \family default
38704 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38705 \end_layout
38706
38707 \begin_layout Standard
38708 Zur Zeit können Sie folgende Dateitypen (
38709 \family sans
38710 Vorlagen
38711 \family default
38712 ) benutzen:
38713 \end_layout
38714
38715 \begin_layout Description
38716 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38717 \series bold
38718
38719 \begin_inset CommandInset href
38720 LatexCommand href
38721 name "XBoard"
38722 target "http://de.wikipedia.org/wiki/XBoard"
38723
38724 \end_inset
38725
38726
38727 \series default
38728  erzeugt wurden.
38729 \end_layout
38730
38731 \begin_layout Description
38732 Datum fügt ein Datum mit dem Format 
38733 \emph on
38734 Tag-Monat-Jahr
38735 \emph default
38736  ein.
38737  Hier ist ein Beispiel: 
38738 \begin_inset External
38739         template Date
38740         filename .
38741
38742 \end_inset
38743
38744
38745 \begin_inset space ~
38746 \end_inset
38747
38748
38749 \begin_inset Note Note
38750 status open
38751
38752 \begin_layout Plain Layout
38753
38754 \lang english
38755 Remove the protected space when bug 4398 is fixed!
38756 \end_layout
38757
38758 \end_inset
38759
38760
38761 \begin_inset Newline newline
38762 \end_inset
38763
38764 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38765  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38766  Menü 
38767 \family sans
38768 Einfügen\SpecialChar \menuseparator
38769 Datum
38770 \family default
38771  und mit dem LaTeX-Befehl 
38772 \series bold
38773
38774 \backslash
38775 today
38776 \series default
38777 .
38778  Die verschiedenen Methoden werden in Tabelle
38779 \begin_inset space ~
38780 \end_inset
38781
38782
38783 \begin_inset CommandInset ref
38784 LatexCommand ref
38785 reference "tab:Vergleich-der-Datums-Eingaben"
38786
38787 \end_inset
38788
38789  verglichen.
38790 \end_layout
38791
38792 \begin_layout Description
38793 Dia unterstützt Diagramme, die mit dem Programm 
38794 \series bold
38795
38796 \begin_inset CommandInset href
38797 LatexCommand href
38798 name "Dia"
38799 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38800
38801 \end_inset
38802
38803
38804 \series default
38805  erzeugt wurden.
38806 \end_layout
38807
38808 \begin_layout Description
38809 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38810 \series bold
38811
38812 \begin_inset CommandInset href
38813 LatexCommand href
38814 name "Gnumeric"
38815 target "http://de.wikipedia.org/wiki/Gnumeric"
38816
38817 \end_inset
38818
38819
38820 \series default
38821
38822 \begin_inset CommandInset href
38823 LatexCommand href
38824 name "OpenDocument"
38825 target "http://de.wikipedia.org/wiki/OpenDocument"
38826
38827 \end_inset
38828
38829
38830 \begin_inset CommandInset href
38831 LatexCommand href
38832 name "Microsoft Office XML"
38833 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38834
38835 \end_inset
38836
38837  und 
38838 \begin_inset CommandInset href
38839 LatexCommand href
38840 name "Office Open XML"
38841 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38842
38843 \end_inset
38844
38845  einfügen.
38846  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38847 \family typewriter
38848 ssconvert
38849 \family default
38850  gefunden haben.
38851  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38852  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38853  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38854 \emph on
38855 spreadsheet.lyx
38856 \emph default
38857 .
38858 \end_layout
38859
38860 \begin_layout Description
38861 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38862  dem Notensatzprogramm 
38863 \series bold
38864
38865 \begin_inset CommandInset href
38866 LatexCommand href
38867 name "LilyPond"
38868 target "http://de.wikipedia.org/wiki/LilyPond"
38869
38870 \end_inset
38871
38872
38873 \series default
38874  gesetzt werden.
38875  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38876  
38877 \emph on
38878 lilypond.lyx
38879 \emph default
38880 .
38881 \end_layout
38882
38883 \begin_layout Description
38884 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38885  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38886  
38887 \series bold
38888 pages
38889 \series default
38890  im Feld 
38891 \family sans
38892 Option
38893 \family default
38894  in der Karteikarte 
38895 \family sans
38896 LaTeX- und LyX-Optionen
38897 \family default
38898 .
38899  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38900  (man gibt als Option 
38901 \series bold
38902 pages={3,5,6,8}
38903 \series default
38904  an), Seitenbereiche (
38905 \series bold
38906 pages={4-9}
38907 \series default
38908 ) oder eine Kombination davon enthält.
38909  Um leere Seiten einzufügen, verwendet man {}.
38910  Z.
38911 \begin_inset space \thinspace{}
38912 \end_inset
38913
38914 B.
38915  fügt 
38916 \series bold
38917 pages={3,{},8-11,15}
38918 \series default
38919  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38920  Seitenbereiche werden mit der Syntax 
38921 \emph on
38922 Start
38923 \emph default
38924 -
38925 \emph on
38926 Stop
38927 \emph default
38928  angegeben.
38929  Dies wählt alle Seiten von 
38930 \emph on
38931 Start
38932 \emph default
38933  bis 
38934 \emph on
38935 Stop
38936 \emph default
38937  aus.
38938  Wird 
38939 \emph on
38940 Start
38941 \emph default
38942  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38943 \emph on
38944 Stop
38945 \emph default
38946  weggelassen, wird stattdessen die letzte Seite verwendet.
38947  Die letzte Seite kann außerdem mit dem Schlagwort 
38948 \series bold
38949 last
38950 \series default
38951  ausgewählt werden.
38952  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38953 \series bold
38954 pages=-
38955 \series default
38956  fügt also alle Seiten des Dokuments ein und 
38957 \series bold
38958 pages=last-1
38959 \series default
38960  fügt alle Seiten in umgekehrter Reihenfolge ein.
38961  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38962  eingefügt.
38963 \begin_inset Newline newline
38964 \end_inset
38965
38966 Die Option 
38967 \series bold
38968 noautoscale
38969 \series default
38970  fügt die Seiten in ihrer Originalgröße ein.
38971  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38972  dass sie die komplette Breite Ihres Dokuments einnehmen.
38973  In der Karteikarte 
38974 \family sans
38975 Größe und Drehung
38976 \family default
38977  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38978  werden.
38979  Wird eine andere Breite als 100
38980 \begin_inset space \thinspace{}
38981 \end_inset
38982
38983 Größe% verwendet, wird die Option 
38984 \series bold
38985 noautoscale
38986 \series default
38987  überschrieben.
38988  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38989  des LaTeX-Pakets 
38990 \series bold
38991 pdfpages
38992 \series default
38993  
38994 \begin_inset CommandInset citation
38995 LatexCommand cite
38996 key "pdfpages"
38997
38998 \end_inset
38999
39000 .
39001 \begin_inset Index idx
39002 status collapsed
39003
39004 \begin_layout Plain Layout
39005 LaTeX-Pakete ! pdfpages
39006 \end_layout
39007
39008 \end_inset
39009
39010
39011 \begin_inset Newline newline
39012 \end_inset
39013
39014 Um diese Vorlage in einer 
39015 \family sans
39016 Beamer
39017 \family default
39018 -Präsentation zu verwenden, muss zuerst eine 
39019 \family sans
39020 BeendeRahmen
39021 \family default
39022  Umgebung eingefügt werden.
39023  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
39024 \series bold
39025
39026 \backslash
39027 setbeamertemplate{background canvas}{}
39028 \series default
39029 .
39030  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
39031  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
39032  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
39033  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
39034  sicher, dass die Ausrichtung 
39035 \family sans
39036 Standard
39037 \family default
39038  für den Absatz verwendet wird, der die Vorlage enthält.
39039 \begin_inset Newline newline
39040 \end_inset
39041
39042 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
39043 \begin_inset External
39044         template PDFPages
39045         filename ../clipart/Abstract.pdf
39046         extra LaTeX "pages=-"
39047         rotateAngle -5
39048         rotateOrigin bottomleft
39049         width 50col%
39050
39051 \end_inset
39052
39053
39054 \end_layout
39055
39056 \begin_layout Description
39057 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
39058  Die Bilddateien können im Dialogfenster 
39059 \family sans
39060 Externes
39061 \begin_inset space ~
39062 \end_inset
39063
39064 Material
39065 \family default
39066  genauso behandelt werden wie die mit dem normalen 
39067 \family sans
39068 Grafik
39069 \family default
39070 -Dialog eingefügten, siehe Abschnitt
39071 \begin_inset space ~
39072 \end_inset
39073
39074
39075 \begin_inset CommandInset ref
39076 LatexCommand ref
39077 reference "abs:Grafik-Dialog"
39078
39079 \end_inset
39080
39081 .
39082  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
39083  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
39084  Hier ist ein eingefügtes Rasterbild: 
39085 \begin_inset External
39086         template RasterImage
39087         filename ../clipart/ToolbarEnvBox.png
39088
39089 \end_inset
39090
39091
39092 \end_layout
39093
39094 \begin_layout Description
39095 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
39096 \series bold
39097
39098 \begin_inset CommandInset href
39099 LatexCommand href
39100 name "Xfig"
39101 target "http://de.wikipedia.org/wiki/Xfig"
39102
39103 \end_inset
39104
39105
39106 \series default
39107  erzeugt wurden.
39108 \end_layout
39109
39110 \begin_layout Standard
39111 \begin_inset Float table
39112 placement !h
39113 wide false
39114 sideways false
39115 status open
39116
39117 \begin_layout Plain Layout
39118 \begin_inset Caption Standard
39119
39120 \begin_layout Plain Layout
39121 \begin_inset CommandInset label
39122 LatexCommand label
39123 name "tab:Vergleich-der-Datums-Eingaben"
39124
39125 \end_inset
39126
39127 Vergleich der Datums-Eingaben
39128 \end_layout
39129
39130 \end_inset
39131
39132
39133 \end_layout
39134
39135 \begin_layout Plain Layout
39136 \align center
39137 \begin_inset Tabular
39138 <lyxtabular version="3" rows="4" columns="4">
39139 <features rotate="0" tabularvalignment="middle">
39140 <column alignment="center" valignment="top">
39141 <column alignment="center" valignment="top">
39142 <column alignment="center" valignment="top">
39143 <column alignment="center" valignment="top">
39144 <row>
39145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39146 \begin_inset Text
39147
39148 \begin_layout Plain Layout
39149 Dokumentformat
39150 \end_layout
39151
39152 \end_inset
39153 </cell>
39154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39155 \begin_inset Text
39156
39157 \begin_layout Plain Layout
39158
39159 \family sans
39160 Externes Material\SpecialChar \menuseparator
39161 Datum
39162 \end_layout
39163
39164 \end_inset
39165 </cell>
39166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39167 \begin_inset Text
39168
39169 \begin_layout Plain Layout
39170
39171 \family sans
39172 Einfügen\SpecialChar \menuseparator
39173 Datum
39174 \end_layout
39175
39176 \end_inset
39177 </cell>
39178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39179 \begin_inset Text
39180
39181 \begin_layout Plain Layout
39182 Befehl 
39183 \series bold
39184
39185 \backslash
39186 today
39187 \end_layout
39188
39189 \end_inset
39190 </cell>
39191 </row>
39192 <row>
39193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39194 \begin_inset Text
39195
39196 \begin_layout Plain Layout
39197 LyX
39198 \end_layout
39199
39200 \end_inset
39201 </cell>
39202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39203 \begin_inset Text
39204
39205 \begin_layout Plain Layout
39206 als Box
39207 \end_layout
39208
39209 \end_inset
39210 </cell>
39211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39212 \begin_inset Text
39213
39214 \begin_layout Plain Layout
39215 als Datum
39216 \end_layout
39217
39218 \end_inset
39219 </cell>
39220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39221 \begin_inset Text
39222
39223 \begin_layout Plain Layout
39224 als TeX-Code
39225 \end_layout
39226
39227 \end_inset
39228 </cell>
39229 </row>
39230 <row>
39231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39232 \begin_inset Text
39233
39234 \begin_layout Plain Layout
39235 LaTeX
39236 \end_layout
39237
39238 \end_inset
39239 </cell>
39240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39241 \begin_inset Text
39242
39243 \begin_layout Plain Layout
39244 als Datum
39245 \end_layout
39246
39247 \end_inset
39248 </cell>
39249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39250 \begin_inset Text
39251
39252 \begin_layout Plain Layout
39253 als Datum
39254 \end_layout
39255
39256 \end_inset
39257 </cell>
39258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 als Befehl
39263 \end_layout
39264
39265 \end_inset
39266 </cell>
39267 </row>
39268 <row>
39269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39270 \begin_inset Text
39271
39272 \begin_layout Plain Layout
39273 DVI, PDF, PS
39274 \end_layout
39275
39276 \end_inset
39277 </cell>
39278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39279 \begin_inset Text
39280
39281 \begin_layout Plain Layout
39282 als Datum
39283 \end_layout
39284
39285 \end_inset
39286 </cell>
39287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39288 \begin_inset Text
39289
39290 \begin_layout Plain Layout
39291 als Datum
39292 \end_layout
39293
39294 \end_inset
39295 </cell>
39296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39297 \begin_inset Text
39298
39299 \begin_layout Plain Layout
39300 als Datum
39301 \end_layout
39302
39303 \end_inset
39304 </cell>
39305 </row>
39306 </lyxtabular>
39307
39308 \end_inset
39309
39310
39311 \end_layout
39312
39313 \end_inset
39314
39315
39316 \end_layout
39317
39318 \begin_layout Standard
39319 Wenn Sie im Dialogfenster
39320 \family sans
39321  Externes
39322 \begin_inset space ~
39323 \end_inset
39324
39325 Material 
39326 \family default
39327 in der Karteikarte
39328 \family sans
39329  Datei
39330 \family default
39331  die Option 
39332 \family sans
39333 Entwurf
39334 \family default
39335  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39336 \begin_inset Newline newline
39337 \end_inset
39338
39339 LyX kann externes Material entweder als Box wie hier: 
39340 \begin_inset Graphics
39341         filename clipart/ExternesMaterialQt4.png
39342         scale 85
39343         scaleBeforeRotation
39344
39345 \end_inset
39346
39347  oder als Bild darstellen.
39348  Das hängt davon ab, ob Sie im Dialog
39349 \family sans
39350  
39351 \family default
39352 in der Karteikarte 
39353 \family sans
39354 LaTeX- und LyX-Optionen
39355 \family default
39356  die Option 
39357 \family sans
39358 In
39359 \begin_inset space ~
39360 \end_inset
39361
39362 LyX
39363 \begin_inset space ~
39364 \end_inset
39365
39366 anzeigen
39367 \family default
39368  gewählt haben oder nicht.
39369 \end_layout
39370
39371 \begin_layout Standard
39372 Im LyX-Handbuch 
39373 \family sans
39374 \emph on
39375 Anpassung
39376 \family default
39377 \emph default
39378  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39379 \end_layout
39380
39381 \begin_layout Section
39382 Unterdokumente
39383 \begin_inset CommandInset label
39384 LatexCommand label
39385 name "abs:Unterdokumente"
39386
39387 \end_inset
39388
39389
39390 \begin_inset Index idx
39391 status collapsed
39392
39393 \begin_layout Plain Layout
39394 Unterdokument
39395 \end_layout
39396
39397 \end_inset
39398
39399
39400 \end_layout
39401
39402 \begin_layout Standard
39403 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39404  oder Abschnitten bestehen.
39405  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39406  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39407  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39408  z.
39409 \begin_inset space \thinspace{}
39410 \end_inset
39411
39412 B.
39413  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39414 \end_layout
39415
39416 \begin_layout Standard
39417 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39418  müssen, geben Sie im Unterdokument im Menü
39419 \family sans
39420  Dokument\SpecialChar \menuseparator
39421 Einstellungen\SpecialChar \menuseparator
39422 Dokumentklasse
39423 \family default
39424  das Hauptdokument an.
39425  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39426  bearbeiten.
39427 \end_layout
39428
39429 \begin_layout Standard
39430 Unterdokumente werden in LyX als Box angezeigt: 
39431 \begin_inset Graphics
39432         filename clipart/UnterdokumentQt4.png
39433         scale 85
39434         scaleBeforeRotation
39435
39436 \end_inset
39437
39438  Sie werden über
39439 \family sans
39440  Einfügen\SpecialChar \menuseparator
39441 Datei\SpecialChar \menuseparator
39442 Unterdokument
39443 \family default
39444  eingebunden, was das Dialogfenster
39445 \family sans
39446  Unterdokument
39447 \family default
39448  öffnet.
39449  Für 
39450 \family sans
39451 die Art
39452 \begin_inset space ~
39453 \end_inset
39454
39455 der
39456 \begin_inset space ~
39457 \end_inset
39458
39459 Einbindung
39460 \family default
39461  gibt es dort vier Möglichkeiten:
39462 \end_layout
39463
39464 \begin_layout Description
39465 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39466  Wenn Sie im Dialogfenster
39467 \family sans
39468  Unterdokument
39469 \family default
39470  auf 
39471 \family sans
39472 Bearbeiten
39473 \family default
39474  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39475  und Sie können es editieren.
39476 \begin_inset Newline newline
39477 \end_inset
39478
39479
39480 \end_layout
39481
39482 \begin_layout Standard
39483 Hier wird ein Unterdokument
39484 \family sans
39485  
39486 \family default
39487 per 
39488 \family sans
39489 Include
39490 \family default
39491  eingebunden: 
39492 \begin_inset CommandInset include
39493 LatexCommand include
39494 filename "DummyDocument1.lyx"
39495
39496 \end_inset
39497
39498 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39499  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39500  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39501 s.
39502  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39503 \begin_inset space ~
39504 \end_inset
39505
39506
39507 \begin_inset CommandInset ref
39508 LatexCommand ref
39509 reference "uab:Externer-Unterabschnitt-1"
39510
39511 \end_inset
39512
39513 .
39514 \end_layout
39515
39516 \begin_layout Standard
39517 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39518  wird benutzt.
39519  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39520  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39521  Unterdokumente, die per 
39522 \family sans
39523 Include
39524 \family default
39525  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39526  und enden mit einem Seitenumbruch.
39527 \end_layout
39528
39529 \begin_layout Standard
39530 \begin_inset Note Greyedout
39531 status open
39532
39533 \begin_layout Plain Layout
39534
39535 \series bold
39536 Bemerkung:
39537 \series default
39538  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39539  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39540  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39541  Ergebnissen führen wird.
39542 \end_layout
39543
39544 \end_inset
39545
39546
39547 \end_layout
39548
39549 \begin_layout Description
39550 Input Diese Methode ist 
39551 \family sans
39552 Include
39553 \family default
39554  sehr ähnlich mit folgenden Unterschieden:
39555 \end_layout
39556
39557 \begin_deeper
39558 \begin_layout Itemize
39559 Unterdokumente, die per 
39560 \family sans
39561 Input
39562 \family default
39563  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39564  Seite und enden NICHT mit einem Seitenumbruch.
39565 \end_layout
39566
39567 \begin_layout Itemize
39568 Unterdokumente, die per 
39569 \family sans
39570 Input
39571 \family default
39572  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39573 \family sans
39574  Unterdokument Vorschau
39575 \begin_inset space ~
39576 \end_inset
39577
39578 anzeigen
39579 \family default
39580  angekreuzt wurde und in den LyX-Einstellungen unter
39581 \family sans
39582  Aussehen
39583 \begin_inset space ~
39584 \end_inset
39585
39586 &
39587 \begin_inset space ~
39588 \end_inset
39589
39590 Handhabung\SpecialChar \menuseparator
39591 Grafik\SpecialChar \menuseparator
39592 Sofortige
39593 \begin_inset space ~
39594 \end_inset
39595
39596 Vorschau
39597 \family default
39598  auf 
39599 \family sans
39600 An
39601 \family default
39602  gesetzt wurde.
39603  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39604  aus.
39605 \end_layout
39606
39607 \begin_layout Itemize
39608 Unterdokumente, die per 
39609 \family sans
39610 Input
39611 \family default
39612  eingebunden werden, können nicht über das Menü 
39613 \family sans
39614 Dokument\SpecialChar \menuseparator
39615 Einstellungen\SpecialChar \menuseparator
39616 Unterdokumente
39617 \family default
39618  unterdrückt werden.
39619 \end_layout
39620
39621 \end_deeper
39622 \begin_layout Standard
39623 Hier ist ein Unterdokument, das mit
39624 \family sans
39625  Input
39626 \family default
39627  eingebunden wurde: 
39628 \begin_inset CommandInset include
39629 LatexCommand input
39630 filename "DummyDocument2.lyx"
39631
39632 \end_inset
39633
39634 .
39635 \end_layout
39636
39637 \begin_layout Description
39638 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39639   In der Druckvorschau wird für den Text der Stil 
39640 \family typewriter
39641 Schreibmaschine
39642 \family default
39643  verwendet.
39644  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39645  Wenn Sie im Dialogfenster
39646 \family sans
39647  Unterdokument Leerzeichen
39648 \begin_inset space ~
39649 \end_inset
39650
39651 bei
39652 \begin_inset space ~
39653 \end_inset
39654
39655 der
39656 \begin_inset space ~
39657 \end_inset
39658
39659 Ausgabe
39660 \begin_inset space ~
39661 \end_inset
39662
39663 kennzeichnen 
39664 \family default
39665 ankreuzen, wird in der Druckvorschau das Zeichen 
39666 \begin_inset Quotes gld
39667 \end_inset
39668
39669
39670 \begin_inset ERT
39671 status collapsed
39672
39673 \begin_layout Plain Layout
39674
39675
39676 \backslash
39677 textvisiblespace 
39678 \end_layout
39679
39680 \end_inset
39681
39682
39683 \begin_inset Quotes grd
39684 \end_inset
39685
39686  für jedes Leerzeichen eingefügt.
39687 \begin_inset Newline newline
39688 \end_inset
39689
39690 Im Gegensatz zu 
39691 \family sans
39692 Einfügen\SpecialChar \menuseparator
39693 Datei\SpecialChar \menuseparator
39694 Einfacher
39695 \begin_inset space ~
39696 \end_inset
39697
39698 Text
39699 \family default
39700  wird bei 
39701 \family sans
39702 Unformatiert
39703 \family default
39704  der Dateiinhalt in LyX nicht dargestellt.
39705 \end_layout
39706
39707 \begin_layout Standard
39708 Hier ist ein Unterdokument, das mit
39709 \family sans
39710  Unformatiert
39711 \family default
39712  eingebunden wurde: 
39713 \begin_inset CommandInset include
39714 LatexCommand verbatiminput
39715 filename "DummyTextDocument.txt"
39716
39717 \end_inset
39718
39719
39720 \begin_inset VSpace bigskip
39721 \end_inset
39722
39723 Hier ist ein Unterdokument, das mit
39724 \family sans
39725  Unformatiert
39726 \family default
39727  eingebunden wurde und
39728 \family sans
39729  Leerzeichen
39730 \begin_inset space ~
39731 \end_inset
39732
39733 bei
39734 \begin_inset space ~
39735 \end_inset
39736
39737 der
39738 \begin_inset space ~
39739 \end_inset
39740
39741 Ausgabe
39742 \begin_inset space ~
39743 \end_inset
39744
39745 kennzeichnen
39746 \family default
39747  angekreuzt hat: 
39748 \begin_inset CommandInset include
39749 LatexCommand verbatiminput*
39750 filename "DummyTextDocument.txt"
39751
39752 \end_inset
39753
39754
39755 \end_layout
39756
39757 \begin_layout Standard
39758 \begin_inset VSpace bigskip
39759 \end_inset
39760
39761
39762 \end_layout
39763
39764 \begin_layout Standard
39765 \begin_inset Note Greyedout
39766 status open
39767
39768 \begin_layout Plain Layout
39769
39770 \series bold
39771 Bemerkung:
39772 \series default
39773  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39774  
39775 \family sans
39776 Unformatiert
39777 \family default
39778  eingebunden werden, am Zeilenende nicht umgebrochen.
39779 \end_layout
39780
39781 \end_inset
39782
39783
39784 \end_layout
39785
39786 \begin_layout Description
39787 Listing Dieser Typ wird in Kapitel
39788 \begin_inset space ~
39789 \end_inset
39790
39791
39792 \begin_inset CommandInset ref
39793 LatexCommand ref
39794 reference "kap:Programm-Code-Listen"
39795
39796 \end_inset
39797
39798  beschrieben.
39799 \end_layout
39800
39801 \begin_layout Standard
39802 \begin_inset Note Greyedout
39803 status open
39804
39805 \begin_layout Plain Layout
39806
39807 \series bold
39808 Bemerkung:
39809 \series default
39810  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39811  das zu LaTeX-Problemen führen.
39812 \end_layout
39813
39814 \end_inset
39815
39816
39817 \end_layout
39818
39819 \begin_layout Standard
39820 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39821  wollen, z.
39822 \begin_inset space \thinspace{}
39823 \end_inset
39824
39825 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39826  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39827  Dies geschieht über das Menü 
39828 \family sans
39829 Dokument\SpecialChar \menuseparator
39830 Einstellungen\SpecialChar \menuseparator
39831 Unterdokumente
39832 \family default
39833 .
39834  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39835  in die Spalte 
39836 \family sans
39837 In Ausgabe einbinden
39838 \family default
39839  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39840  für Unterdokumente möglich ist, die per 
39841 \family sans
39842 Input
39843 \family default
39844  eingebunden wurden).
39845  Wenn die Option 
39846 \family sans
39847 Zähler und Querverweise wahren
39848 \family default
39849  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39850 \begin_inset space ~
39851 \end_inset
39852
39853 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39854  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39855  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39856  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39857  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39858  sind, wählen sie die Option nicht.
39859 \end_layout
39860
39861 \begin_layout Standard
39862 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39863 \begin_inset Foot
39864 status collapsed
39865
39866 \begin_layout Plain Layout
39867 Zweige sind im Kapitel 
39868 \emph on
39869 Zweige
39870 \emph default
39871  des LyX 
39872 \emph on
39873 Benutzerhandbuchs
39874 \emph default
39875  erklärt.
39876 \end_layout
39877
39878 \end_inset
39879
39880  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39881  Dateien in der Ausgabe erscheinen.
39882  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39883  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39884  werden.
39885 \end_layout
39886
39887 \begin_layout Chapter
39888 Programm-Code-Listen
39889 \begin_inset CommandInset label
39890 LatexCommand label
39891 name "kap:Programm-Code-Listen"
39892
39893 \end_inset
39894
39895
39896 \begin_inset Index idx
39897 status collapsed
39898
39899 \begin_layout Plain Layout
39900 Listen
39901 \end_layout
39902
39903 \end_inset
39904
39905
39906 \begin_inset Index idx
39907 status collapsed
39908
39909 \begin_layout Plain Layout
39910 Programm-Code
39911 \end_layout
39912
39913 \end_inset
39914
39915
39916 \end_layout
39917
39918 \begin_layout Standard
39919 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39920 \family sans
39921 Einfügen\SpecialChar \menuseparator
39922 Pro\SpecialChar \-
39923 grammlisting
39924 \family default
39925  verwenden.
39926  Das LaTeX-Paket 
39927 \series bold
39928 listings
39929 \series default
39930
39931 \begin_inset Index idx
39932 status collapsed
39933
39934 \begin_layout Plain Layout
39935 LaTeX-Pakete ! listings
39936 \end_layout
39937
39938 \end_inset
39939
39940  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39941 \end_layout
39942
39943 \begin_layout Standard
39944 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39945 rmat der Programm-Code-Liste festlegen.
39946 \end_layout
39947
39948 \begin_layout Standard
39949 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39950  Die Platzierungsoption 
39951 \family sans
39952 Eingebettetes
39953 \begin_inset space ~
39954 \end_inset
39955
39956 Listing
39957 \family default
39958  druckt das Listing in der Zeile wie hier: 
39959 \begin_inset listings
39960 lstparams "language={C++}"
39961 inline true
39962 status open
39963
39964 \begin_layout Plain Layout
39965
39966 int a=5;
39967 \end_layout
39968
39969 \end_inset
39970
39971
39972 \begin_inset Newline newline
39973 \end_inset
39974
39975 Die Option 
39976 \family sans
39977 Gleitobjekt
39978 \family default
39979  erzeugt ein Listing-Gleitobjekt, dessen 
39980 \family sans
39981 Platzierung 
39982 \family default
39983 Sie mit 
39984 \family sans
39985 h
39986 \family default
39987
39988 \family sans
39989 t
39990 \family default
39991
39992 \family sans
39993 b
39994 \family default
39995  und 
39996 \family sans
39997 p
39998 \family default
39999 , analog zu den in Abschnitt
40000 \begin_inset space ~
40001 \end_inset
40002
40003
40004 \begin_inset CommandInset ref
40005 LatexCommand ref
40006 reference "abs:Gleitobjekt-Platzierung"
40007
40008 \end_inset
40009
40010  beschriebenen Platzierungsoptionen festlegen können.
40011  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
40012  hintereinander angegeben, z.
40013 \begin_inset space \thinspace{}
40014 \end_inset
40015
40016 B.
40017  
40018 \begin_inset Quotes gld
40019 \end_inset
40020
40021
40022 \family sans
40023 htbp
40024 \family default
40025
40026 \begin_inset Quotes grd
40027 \end_inset
40028
40029 .
40030  Die Option 
40031 \begin_inset Quotes gld
40032 \end_inset
40033
40034 h
40035 \begin_inset Quotes grd
40036 \end_inset
40037
40038  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
40039  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
40040 \end_layout
40041
40042 \begin_layout Standard
40043 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
40044  zu verweisen: Listing
40045 \begin_inset space ~
40046 \end_inset
40047
40048
40049 \begin_inset CommandInset ref
40050 LatexCommand ref
40051 reference "lst:Gleitendes-Programm-Listing"
40052
40053 \end_inset
40054
40055 .
40056  Mit dem Menü 
40057 \family sans
40058 Einfügen\SpecialChar \menuseparator
40059 Liste
40060 \begin_inset space ~
40061 \end_inset
40062
40063 /
40064 \begin_inset space ~
40065 \end_inset
40066
40067 Inhaltsverzeichnis\SpecialChar \menuseparator
40068 Listings Verzeichnis
40069 \family default
40070  kann ein Verzeichnis aller Listings eingefügt werden.
40071  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
40072 \end_layout
40073
40074 \begin_layout Standard
40075 \begin_inset listings
40076 lstparams "language=Python"
40077 inline false
40078 status open
40079
40080 \begin_layout Plain Layout
40081
40082 \begin_inset Caption Standard
40083
40084 \begin_layout Plain Layout
40085 \begin_inset CommandInset label
40086 LatexCommand label
40087 name "lst:Gleitendes-Programm-Listing"
40088
40089 \end_inset
40090
40091 Gleitendes Programm-Listing
40092 \end_layout
40093
40094 \end_inset
40095
40096 # Gleitendes Programm-Listing
40097 \end_layout
40098
40099 \begin_layout Plain Layout
40100
40101 def func(param):
40102 \end_layout
40103
40104 \begin_layout Plain Layout
40105
40106     'Dies ist eine Python-Funktion'
40107 \end_layout
40108
40109 \begin_layout Plain Layout
40110
40111     pass
40112 \end_layout
40113
40114 \end_inset
40115
40116
40117 \end_layout
40118
40119 \begin_layout Standard
40120 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
40121  der Sprache erkannt und besonders gedruckt, wie 
40122 \emph on
40123 #
40124 \emph default
40125
40126 \emph on
40127 def
40128 \emph default
40129  und 
40130 \emph on
40131 pass
40132 \emph default
40133  in Listing
40134 \begin_inset space ~
40135 \end_inset
40136
40137
40138 \begin_inset CommandInset ref
40139 LatexCommand ref
40140 reference "lst:Gleitendes-Programm-Listing"
40141
40142 \end_inset
40143
40144 .
40145 \end_layout
40146
40147 \begin_layout Standard
40148 \begin_inset Note Greyedout
40149 status open
40150
40151 \begin_layout Plain Layout
40152
40153 \series bold
40154 Bemerkung:
40155 \series default
40156  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
40157 \family typewriter
40158 Schreib\SpecialChar \-
40159 maschine
40160 \family default
40161  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
40162 h keine fett gedruckten Buchstaben.
40163  Wählen Sie in diesem Fall eine andere Schrift im Menü 
40164 \family sans
40165 Dokument\SpecialChar \menuseparator
40166 Einstellungen\SpecialChar \menuseparator
40167 Schriften
40168 \family default
40169 .
40170  (Die Schriften 
40171 \emph on
40172 LuxiMono, BeraMono
40173 \emph default
40174  und 
40175 \emph on
40176 Courier
40177 \emph default
40178  enthalten fett gedruckte Buchstaben.)
40179 \end_layout
40180
40181 \end_inset
40182
40183
40184 \end_layout
40185
40186 \begin_layout Standard
40187 Im Abschnitt 
40188 \family sans
40189 Zeilennummerierung
40190 \family default
40191  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
40192 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
40193  jede wievielte Zeile nummeriert werden soll und die 
40194 \family sans
40195 Schriftgröße
40196 \family default
40197  der Nummerierung.
40198 \end_layout
40199
40200 \begin_layout Standard
40201 Im Abschnitt 
40202 \family sans
40203 Bereich
40204 \family default
40205  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
40206  Im Abschnitt 
40207 \family sans
40208 Stil
40209 \family default
40210  legen Sie fest, wie die Liste ausgedruckt werden soll.
40211  Die Option 
40212 \family sans
40213 Erweiterte
40214 \begin_inset space ~
40215 \end_inset
40216
40217 Zeichentabelle
40218 \family default
40219  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
40220 \end_layout
40221
40222 \begin_layout Standard
40223 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
40224 \begin_inset Quotes gld
40225 \end_inset
40226
40227 3
40228 \begin_inset Quotes grd
40229 \end_inset
40230
40231 , Sprache 
40232 \begin_inset Quotes gld
40233 \end_inset
40234
40235 Python
40236 \begin_inset Quotes grd
40237 \end_inset
40238
40239 , Optionen 
40240 \begin_inset Quotes gld
40241 \end_inset
40242
40243 Erweiterte Zeichentabelle
40244 \begin_inset Quotes grd
40245 \end_inset
40246
40247  und 
40248 \begin_inset Quotes gld
40249 \end_inset
40250
40251 Leerzeichen als Symbol
40252 \begin_inset Quotes grd
40253 \end_inset
40254
40255  und Bereich Zeilen 3
40256 \begin_inset space \thinspace{}
40257 \end_inset
40258
40259 -
40260 \begin_inset space \thinspace{}
40261 \end_inset
40262
40263 8:
40264 \end_layout
40265
40266 \begin_layout Standard
40267 \begin_inset listings
40268 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
40269 inline false
40270 status open
40271
40272 \begin_layout Plain Layout
40273
40274 def func(param):
40275 \end_layout
40276
40277 \begin_layout Plain Layout
40278
40279     'Dies ist eine Python-Funktion'
40280 \end_layout
40281
40282 \begin_layout Plain Layout
40283
40284     pass
40285 \end_layout
40286
40287 \begin_layout Plain Layout
40288
40289 def func(param):
40290 \end_layout
40291
40292 \begin_layout Plain Layout
40293
40294 'Sonderzeichen: Tschüß'
40295 \end_layout
40296
40297 \begin_layout Plain Layout
40298
40299 pass
40300 \end_layout
40301
40302 \begin_layout Plain Layout
40303
40304 def func(param):
40305 \end_layout
40306
40307 \begin_layout Plain Layout
40308
40309 'Dies ist eine Python-Funktion'
40310 \end_layout
40311
40312 \begin_layout Plain Layout
40313
40314 pass
40315 \end_layout
40316
40317 \end_inset
40318
40319
40320 \end_layout
40321
40322 \begin_layout Standard
40323 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40324 \family sans
40325 Tabulatorgröße
40326 \family default
40327  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40328 \end_layout
40329
40330 \begin_layout Standard
40331 \noindent
40332 \begin_inset Note Greyedout
40333 status open
40334
40335 \begin_layout Plain Layout
40336
40337 \series bold
40338 Bemerkung:
40339 \series default
40340  Wegen eines Fehlers im 
40341 \series bold
40342 listings
40343 \series default
40344 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40345  verschoben.
40346  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40347  Listing nummeriert werden.
40348 \end_layout
40349
40350 \end_inset
40351
40352
40353 \end_layout
40354
40355 \begin_layout Standard
40356 \begin_inset VSpace bigskip
40357 \end_inset
40358
40359
40360 \end_layout
40361
40362 \begin_layout Standard
40363 \noindent
40364 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40365  Das machen Sie mit
40366 \family sans
40367  Einfügen\SpecialChar \menuseparator
40368 Datei\SpecialChar \menuseparator
40369 Unterdokument
40370 \family default
40371  und der 
40372 \family sans
40373 Art
40374 \begin_inset space ~
40375 \end_inset
40376
40377 der
40378 \begin_inset space ~
40379 \end_inset
40380
40381 Einbindung
40382 \family default
40383  
40384 \family sans
40385 Listing
40386 \family default
40387 .
40388 \begin_inset Foot
40389 status collapsed
40390
40391 \begin_layout Plain Layout
40392 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40393 \begin_inset space ~
40394 \end_inset
40395
40396
40397 \begin_inset CommandInset ref
40398 LatexCommand ref
40399 reference "abs:Unterdokumente"
40400
40401 \end_inset
40402
40403  beschrieben.
40404 \end_layout
40405
40406 \end_inset
40407
40408  Im Dialogfenster
40409 \family sans
40410  Unterdokument
40411 \family default
40412  können Sie die Listing-Parameter unter 
40413 \family sans
40414 Weitere
40415 \begin_inset space ~
40416 \end_inset
40417
40418 Parameter
40419 \family default
40420  eingeben.
40421  Wenn Sie dort ein Fragezeichen 
40422 \begin_inset Quotes gld
40423 \end_inset
40424
40425 ?
40426 \begin_inset Quotes grd
40427 \end_inset
40428
40429  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40430 det.
40431 \end_layout
40432
40433 \begin_layout Standard
40434 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40435  Text ins Feld 
40436 \family sans
40437 Marke
40438 \family default
40439 , auf die dann wie üblich verwiesen werden kann.
40440 \end_layout
40441
40442 \begin_layout Standard
40443 Listing
40444 \begin_inset space ~
40445 \end_inset
40446
40447
40448 \begin_inset CommandInset ref
40449 LatexCommand ref
40450 reference "lst:Datei-Listing"
40451
40452 \end_inset
40453
40454  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40455 \begin_inset space \thinspace{}
40456 \end_inset
40457
40458 -
40459 \begin_inset space \thinspace{}
40460 \end_inset
40461
40462 15 gedruckt werden.
40463 \end_layout
40464
40465 \begin_layout Standard
40466 \begin_inset CommandInset include
40467 LatexCommand lstinputlisting
40468 filename "EmbeddedObjects.lyx"
40469 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40470
40471 \end_inset
40472
40473
40474 \end_layout
40475
40476 \begin_layout Standard
40477 \begin_inset VSpace bigskip
40478 \end_inset
40479
40480
40481 \end_layout
40482
40483 \begin_layout Standard
40484 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40485 \end_layout
40486
40487 \begin_layout Enumerate
40488 Öffnen Sie die Listings-Einstellungen und fügen
40489 \begin_inset Newline newline
40490 \end_inset
40491
40492
40493 \family sans
40494 mathescape=true
40495 \family default
40496
40497 \begin_inset Newline newline
40498 \end_inset
40499
40500 in das Feld des Tabs 
40501 \family sans
40502 Erweitert
40503 \family default
40504  ein
40505 \end_layout
40506
40507 \begin_layout Enumerate
40508 Erstellen Sie eine Formel außerhalb des Listings
40509 \end_layout
40510
40511 \begin_layout Enumerate
40512 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40513 blage (Tastenkürzel 
40514 \family sans
40515 Ctrl+C
40516 \family default
40517 )
40518 \end_layout
40519
40520 \begin_layout Enumerate
40521 Schreiben sie 
40522 \begin_inset Quotes gld
40523 \end_inset
40524
40525
40526 \family sans
40527 $$
40528 \family default
40529
40530 \begin_inset Quotes grd
40531 \end_inset
40532
40533  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40534 hen (Tastenkürzel 
40535 \family sans
40536 Ctrl+V
40537 \family default
40538 )
40539 \end_layout
40540
40541 \begin_layout Standard
40542 \begin_inset listings
40543 lstparams "language=Python,mathescape=true"
40544 inline false
40545 status open
40546
40547 \begin_layout Plain Layout
40548
40549 \begin_inset Caption Standard
40550
40551 \begin_layout Plain Layout
40552 Programm-Listing mit einer Formel
40553 \end_layout
40554
40555 \end_inset
40556
40557 # Beispiel-Programm-Listing
40558 \end_layout
40559
40560 \begin_layout Plain Layout
40561
40562 def func(param):
40563 \end_layout
40564
40565 \begin_layout Plain Layout
40566
40567     # $
40568 \backslash
40569 prod_{n=1}^{
40570 \backslash
40571 infty}
40572 \backslash
40573 ,
40574 \backslash
40575 frac{1}{x^{2}}$
40576 \end_layout
40577
40578 \begin_layout Plain Layout
40579
40580     pass
40581 \end_layout
40582
40583 \end_inset
40584
40585
40586 \end_layout
40587
40588 \begin_layout Standard
40589 \begin_inset VSpace bigskip
40590 \end_inset
40591
40592
40593 \end_layout
40594
40595 \begin_layout Standard
40596 \noindent
40597 Dokumentweite Listing-Eigenschaften können im Dialog 
40598 \family sans
40599 Dokument\SpecialChar \menuseparator
40600 Einstellungen\SpecialChar \menuseparator
40601 Listing
40602 \family default
40603  festgelegt werden.
40604  Dort bekommt man durch Eingabe eines Fragezeichens 
40605 \begin_inset Quotes gld
40606 \end_inset
40607
40608 ?
40609 \begin_inset Quotes grd
40610 \end_inset
40611
40612  eine Liste aller möglichen Parameter.
40613 \end_layout
40614
40615 \begin_layout Standard
40616 Weitere Informationen über das 
40617 \series bold
40618 listings
40619 \series default
40620 -Paket finden Sie in 
40621 \begin_inset CommandInset citation
40622 LatexCommand cite
40623 key "listings"
40624
40625 \end_inset
40626
40627 .
40628 \end_layout
40629
40630 \begin_layout Chapter
40631 \start_of_appendix
40632 In LyX verfügbare Maßeinheiten
40633 \begin_inset CommandInset label
40634 LatexCommand label
40635 name "kap:In-LyX-verfügbare"
40636
40637 \end_inset
40638
40639
40640 \begin_inset Index idx
40641 status collapsed
40642
40643 \begin_layout Plain Layout
40644 Einheiten
40645 \end_layout
40646
40647 \end_inset
40648
40649
40650 \end_layout
40651
40652 \begin_layout Standard
40653 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40654  Tabelle
40655 \begin_inset space ~
40656 \end_inset
40657
40658
40659 \begin_inset CommandInset ref
40660 LatexCommand ref
40661 reference "tab:Maßeinheiten"
40662
40663 \end_inset
40664
40665  alle in LyX verfügbaren Maßeinheiten.
40666 \end_layout
40667
40668 \begin_layout Standard
40669 \begin_inset Float table
40670 placement h
40671 wide false
40672 sideways false
40673 status open
40674
40675 \begin_layout Plain Layout
40676 \begin_inset Caption Standard
40677
40678 \begin_layout Plain Layout
40679 \begin_inset CommandInset label
40680 LatexCommand label
40681 name "tab:Maßeinheiten"
40682
40683 \end_inset
40684
40685 Maßeinheiten
40686 \end_layout
40687
40688 \end_inset
40689
40690
40691 \end_layout
40692
40693 \begin_layout Plain Layout
40694 \begin_inset VSpace medskip
40695 \end_inset
40696
40697
40698 \end_layout
40699
40700 \begin_layout Plain Layout
40701 \align center
40702 \begin_inset Tabular
40703 <lyxtabular version="3" rows="20" columns="2">
40704 <features rotate="0" tabularvalignment="middle">
40705 <column alignment="center" valignment="top">
40706 <column alignment="center" valignment="top">
40707 <row>
40708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40709 \begin_inset Text
40710
40711 \begin_layout Plain Layout
40712
40713 \series bold
40714 Maßeinheit
40715 \end_layout
40716
40717 \end_inset
40718 </cell>
40719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40720 \begin_inset Text
40721
40722 \begin_layout Plain Layout
40723
40724 \series bold
40725 Name/Beschreibung
40726 \end_layout
40727
40728 \end_inset
40729 </cell>
40730 </row>
40731 <row>
40732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40733 \begin_inset Text
40734
40735 \begin_layout Plain Layout
40736 mm
40737 \end_layout
40738
40739 \end_inset
40740 </cell>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 Millimeter
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 </row>
40751 <row>
40752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40753 \begin_inset Text
40754
40755 \begin_layout Plain Layout
40756 cm
40757 \end_layout
40758
40759 \end_inset
40760 </cell>
40761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40762 \begin_inset Text
40763
40764 \begin_layout Plain Layout
40765 Zentimeter
40766 \end_layout
40767
40768 \end_inset
40769 </cell>
40770 </row>
40771 <row>
40772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40773 \begin_inset Text
40774
40775 \begin_layout Plain Layout
40776 in
40777 \end_layout
40778
40779 \end_inset
40780 </cell>
40781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40782 \begin_inset Text
40783
40784 \begin_layout Plain Layout
40785 Zoll (1
40786 \begin_inset space \thinspace{}
40787 \end_inset
40788
40789 in = 2.54
40790 \begin_inset space \thinspace{}
40791 \end_inset
40792
40793 cm
40794 \end_layout
40795
40796 \end_inset
40797 </cell>
40798 </row>
40799 <row>
40800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40801 \begin_inset Text
40802
40803 \begin_layout Plain Layout
40804 pt
40805 \end_layout
40806
40807 \end_inset
40808 </cell>
40809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout Plain Layout
40813 Punkt (72.27
40814 \begin_inset space \thinspace{}
40815 \end_inset
40816
40817 pt = 1
40818 \begin_inset space \thinspace{}
40819 \end_inset
40820
40821 in)
40822 \end_layout
40823
40824 \end_inset
40825 </cell>
40826 </row>
40827 <row>
40828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40829 \begin_inset Text
40830
40831 \begin_layout Plain Layout
40832 pc
40833 \end_layout
40834
40835 \end_inset
40836 </cell>
40837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841 Pica (1
40842 \begin_inset space \thinspace{}
40843 \end_inset
40844
40845 pc = 12
40846 \begin_inset space \thinspace{}
40847 \end_inset
40848
40849 pt)
40850 \end_layout
40851
40852 \end_inset
40853 </cell>
40854 </row>
40855 <row>
40856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40857 \begin_inset Text
40858
40859 \begin_layout Plain Layout
40860 sp
40861 \end_layout
40862
40863 \end_inset
40864 </cell>
40865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40866 \begin_inset Text
40867
40868 \begin_layout Plain Layout
40869 skalierter Punkt (65536
40870 \begin_inset space \thinspace{}
40871 \end_inset
40872
40873 sp = 1
40874 \begin_inset space \thinspace{}
40875 \end_inset
40876
40877 pt)
40878 \end_layout
40879
40880 \end_inset
40881 </cell>
40882 </row>
40883 <row>
40884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40885 \begin_inset Text
40886
40887 \begin_layout Plain Layout
40888 bp
40889 \end_layout
40890
40891 \end_inset
40892 </cell>
40893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40894 \begin_inset Text
40895
40896 \begin_layout Plain Layout
40897 großer Punkt (72
40898 \begin_inset space \thinspace{}
40899 \end_inset
40900
40901 bp = 1
40902 \begin_inset space \thinspace{}
40903 \end_inset
40904
40905 in)
40906 \end_layout
40907
40908 \end_inset
40909 </cell>
40910 </row>
40911 <row>
40912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40913 \begin_inset Text
40914
40915 \begin_layout Plain Layout
40916 dd
40917 \end_layout
40918
40919 \end_inset
40920 </cell>
40921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925 Didot (1
40926 \begin_inset space \thinspace{}
40927 \end_inset
40928
40929 dd 
40930 \begin_inset Formula $\approx$
40931 \end_inset
40932
40933  0,376
40934 \begin_inset space \thinspace{}
40935 \end_inset
40936
40937 mm)
40938 \end_layout
40939
40940 \end_inset
40941 </cell>
40942 </row>
40943 <row>
40944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40945 \begin_inset Text
40946
40947 \begin_layout Plain Layout
40948 cc
40949 \end_layout
40950
40951 \end_inset
40952 </cell>
40953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40954 \begin_inset Text
40955
40956 \begin_layout Plain Layout
40957 Cicero (1
40958 \begin_inset space \thinspace{}
40959 \end_inset
40960
40961 cc = 12
40962 \begin_inset space \thinspace{}
40963 \end_inset
40964
40965 dd)
40966 \end_layout
40967
40968 \end_inset
40969 </cell>
40970 </row>
40971 <row>
40972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40973 \begin_inset Text
40974
40975 \begin_layout Plain Layout
40976 Skalierung%
40977 \end_layout
40978
40979 \end_inset
40980 </cell>
40981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 % der originalen Bildbreite
40986 \end_layout
40987
40988 \end_inset
40989 </cell>
40990 </row>
40991 <row>
40992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40993 \begin_inset Text
40994
40995 \begin_layout Plain Layout
40996 Textbreite %
40997 \end_layout
40998
40999 \end_inset
41000 </cell>
41001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41002 \begin_inset Text
41003
41004 \begin_layout Plain Layout
41005 % der Textbreite
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 </row>
41011 <row>
41012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41013 \begin_inset Text
41014
41015 \begin_layout Plain Layout
41016 Spaltenbreite %
41017 \end_layout
41018
41019 \end_inset
41020 </cell>
41021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41022 \begin_inset Text
41023
41024 \begin_layout Plain Layout
41025 % der Spaltenbreite
41026 \end_layout
41027
41028 \end_inset
41029 </cell>
41030 </row>
41031 <row>
41032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41033 \begin_inset Text
41034
41035 \begin_layout Plain Layout
41036 Seitenbreite %
41037 \end_layout
41038
41039 \end_inset
41040 </cell>
41041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41042 \begin_inset Text
41043
41044 \begin_layout Plain Layout
41045 % der Seitenbreite
41046 \end_layout
41047
41048 \end_inset
41049 </cell>
41050 </row>
41051 <row>
41052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41053 \begin_inset Text
41054
41055 \begin_layout Plain Layout
41056 Zeilenbreite %
41057 \end_layout
41058
41059 \end_inset
41060 </cell>
41061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41062 \begin_inset Text
41063
41064 \begin_layout Plain Layout
41065 % der Zeilenbreite
41066 \end_layout
41067
41068 \end_inset
41069 </cell>
41070 </row>
41071 <row>
41072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41073 \begin_inset Text
41074
41075 \begin_layout Plain Layout
41076 Texthöhe %
41077 \end_layout
41078
41079 \end_inset
41080 </cell>
41081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41082 \begin_inset Text
41083
41084 \begin_layout Plain Layout
41085 % der Texthöhe
41086 \end_layout
41087
41088 \end_inset
41089 </cell>
41090 </row>
41091 <row>
41092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41093 \begin_inset Text
41094
41095 \begin_layout Plain Layout
41096 Seitenhöhe %
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 % der Seitenhöhe
41106 \end_layout
41107
41108 \end_inset
41109 </cell>
41110 </row>
41111 <row>
41112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41113 \begin_inset Text
41114
41115 \begin_layout Plain Layout
41116 ex
41117 \end_layout
41118
41119 \end_inset
41120 </cell>
41121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41122 \begin_inset Text
41123
41124 \begin_layout Plain Layout
41125 Die Höhe des Buchstabens 
41126 \emph on
41127 x
41128 \emph default
41129  im aktiven Zeichensatz
41130 \end_layout
41131
41132 \end_inset
41133 </cell>
41134 </row>
41135 <row>
41136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41137 \begin_inset Text
41138
41139 \begin_layout Plain Layout
41140 em
41141 \end_layout
41142
41143 \end_inset
41144 </cell>
41145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41146 \begin_inset Text
41147
41148 \begin_layout Plain Layout
41149 Die Breite des Buchstabens 
41150 \emph on
41151 M
41152 \emph default
41153  im aktiven Zeichensatz
41154 \end_layout
41155
41156 \end_inset
41157 </cell>
41158 </row>
41159 <row>
41160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41161 \begin_inset Text
41162
41163 \begin_layout Plain Layout
41164 mu
41165 \end_layout
41166
41167 \end_inset
41168 </cell>
41169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41170 \begin_inset Text
41171
41172 \begin_layout Plain Layout
41173 mathematische  Maßeinheit
41174 \series bold
41175  
41176 \series default
41177 (1
41178 \begin_inset space \thinspace{}
41179 \end_inset
41180
41181 mu = 1/18
41182 \begin_inset space \thinspace{}
41183 \end_inset
41184
41185 em)
41186 \end_layout
41187
41188 \end_inset
41189 </cell>
41190 </row>
41191 </lyxtabular>
41192
41193 \end_inset
41194
41195
41196 \end_layout
41197
41198 \end_inset
41199
41200
41201 \end_layout
41202
41203 \begin_layout Chapter
41204 Ausgabedatei-Formate mit Grafiken
41205 \begin_inset CommandInset label
41206 LatexCommand label
41207 name "kap:Ausgabedatei-Formate"
41208
41209 \end_inset
41210
41211
41212 \end_layout
41213
41214 \begin_layout Section
41215 DVI
41216 \begin_inset Index idx
41217 status collapsed
41218
41219 \begin_layout Plain Layout
41220 Dateiformat! DVI
41221 \end_layout
41222
41223 \end_inset
41224
41225
41226 \begin_inset Index idx
41227 status collapsed
41228
41229 \begin_layout Plain Layout
41230 DVI
41231 \end_layout
41232
41233 \end_inset
41234
41235
41236 \end_layout
41237
41238 \begin_layout Standard
41239 Dieser Dateityp hat die Erweiterung 
41240 \begin_inset Quotes gld
41241 \end_inset
41242
41243
41244 \family typewriter
41245 .dvi
41246 \family default
41247
41248 \begin_inset Quotes grd
41249 \end_inset
41250
41251  und wird 
41252 \begin_inset Quotes gld
41253 \end_inset
41254
41255 device independent
41256 \begin_inset Quotes grd
41257 \end_inset
41258
41259  genannt, weil er vollkommen portierbar ist.
41260  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41261  dvi-Betrachter installiert hat.
41262  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41263 ate wie PostScript benutzt.
41264 \end_layout
41265
41266 \begin_layout Standard
41267 \begin_inset Note Greyedout
41268 status open
41269
41270 \begin_layout Plain Layout
41271
41272 \series bold
41273 Bemerkung:
41274 \series default
41275  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41276 \end_layout
41277
41278 \end_inset
41279
41280
41281 \end_layout
41282
41283 \begin_layout Standard
41284 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41285  auf einen anderen Computer kopieren.
41286  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41287  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41288  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41289 \family typewriter
41290  
41291 \family default
41292 blättern.
41293
41294 \family typewriter
41295  
41296 \family default
41297 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41298  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41299  
41300 \end_layout
41301
41302 \begin_layout Standard
41303 Sie können Ihr Dokument als DVI über das Menü 
41304 \family sans
41305 Datei\SpecialChar \menuseparator
41306 Exportieren\SpecialChar \menuseparator
41307 DVI
41308 \family default
41309  exportieren.
41310  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41311 \family sans
41312 Ansicht
41313 \family default
41314  anschauen.
41315 \end_layout
41316
41317 \begin_layout Section
41318 PostScript
41319 \begin_inset CommandInset label
41320 LatexCommand label
41321 name "abs:PostScript"
41322
41323 \end_inset
41324
41325
41326 \begin_inset Index idx
41327 status collapsed
41328
41329 \begin_layout Plain Layout
41330 Dateiformat  ! PostScript
41331 \end_layout
41332
41333 \end_inset
41334
41335
41336 \begin_inset Index idx
41337 status collapsed
41338
41339 \begin_layout Plain Layout
41340 PostScript
41341 \end_layout
41342
41343 \end_inset
41344
41345
41346 \end_layout
41347
41348 \begin_layout Standard
41349 Dieser Dateityp hat die Erweiterung 
41350 \begin_inset Quotes gld
41351 \end_inset
41352
41353
41354 \family typewriter
41355 .ps
41356 \family default
41357
41358 \begin_inset Quotes grd
41359 \end_inset
41360
41361 .
41362  PostScript wurde von der Firma
41363 \family typewriter
41364  Adobe
41365 \family default
41366  als Druckersprache entwickelt.
41367  Die Datei enthält deshalb Druckbefehle.
41368  PostScript kann als 
41369 \begin_inset Quotes gld
41370 \end_inset
41371
41372 Programmiersprache
41373 \begin_inset Quotes grd
41374 \end_inset
41375
41376  angesehen werden.
41377  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41378 \begin_inset Foot
41379 status collapsed
41380
41381 \begin_layout Plain Layout
41382 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41383  von
41384 \series bold
41385  PSTricks
41386 \series default
41387  
41388 \begin_inset CommandInset citation
41389 LatexCommand cite
41390 key "pstricks"
41391
41392 \end_inset
41393
41394  oder 
41395 \begin_inset CommandInset citation
41396 LatexCommand cite
41397 key "latex-praxisbuch"
41398
41399 \end_inset
41400
41401  ansehen.
41402 \end_layout
41403
41404 \end_inset
41405
41406 .
41407  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41408 \end_layout
41409
41410 \begin_layout Standard
41411 PostScript kann nur Bilder im Format EPS
41412 \begin_inset Index idx
41413 status collapsed
41414
41415 \begin_layout Plain Layout
41416 EPS
41417 \end_layout
41418
41419 \end_inset
41420
41421  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41422 wei\SpecialChar \-
41423 ter\SpecialChar \-
41424 ung 
41425 \begin_inset Quotes gld
41426 \end_inset
41427
41428
41429 \family typewriter
41430 .eps
41431 \family default
41432
41433 \begin_inset Quotes grd
41434 \end_inset
41435
41436 ) enthalten.
41437  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41438  intern nach EPS konvertieren.
41439  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41440  verlangsamen.
41441  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41442  konvertieren und direkt als EPS einfügen.
41443 \end_layout
41444
41445 \begin_layout Standard
41446 Sie können Ihr Dokument als PostScript über das Menü 
41447 \family sans
41448 Datei\SpecialChar \menuseparator
41449 Exportieren\SpecialChar \menuseparator
41450 Post\SpecialChar \-
41451 Script
41452 \family default
41453  exportieren.
41454  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41455 \family sans
41456 Ansicht
41457 \family default
41458  anschauen.
41459 \end_layout
41460
41461 \begin_layout Section
41462 PDF
41463 \begin_inset Index idx
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467 Dateiformat! PDF
41468 \end_layout
41469
41470 \end_inset
41471
41472
41473 \begin_inset Index idx
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477 PDF
41478 \end_layout
41479
41480 \end_inset
41481
41482
41483 \end_layout
41484
41485 \begin_layout Standard
41486 Dieser Dateityp hat die Erweiterung 
41487 \begin_inset Quotes gld
41488 \end_inset
41489
41490
41491 \family typewriter
41492 .pdf
41493 \family default
41494
41495 \begin_inset Quotes grd
41496 \end_inset
41497
41498 .
41499  Das
41500 \emph on
41501  
41502 \emph default
41503
41504 \begin_inset Quotes gld
41505 \end_inset
41506
41507 Portable Document Format
41508 \begin_inset Quotes grd
41509 \end_inset
41510
41511  (PDF) wurde auch von der Firma 
41512 \family typewriter
41513 Adobe
41514 \family default
41515  als Derivat von PostScript entwickelt.
41516  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41517  Wie der Begriff 
41518 \begin_inset Quotes gld
41519 \end_inset
41520
41521 portable
41522 \begin_inset Quotes grd
41523 \end_inset
41524
41525  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41526  werden, und der Ausdruck sieht immer gleich aus.
41527 \end_layout
41528
41529 \begin_layout Standard
41530 PDF kann Bilder im eigenen PDF-Format, im Format 
41531 \begin_inset Quotes gld
41532 \end_inset
41533
41534 Joint Photographic Experts Group
41535 \begin_inset Quotes grd
41536 \end_inset
41537
41538  (JPEG
41539 \begin_inset Index idx
41540 status collapsed
41541
41542 \begin_layout Plain Layout
41543 JPG, JPEG
41544 \end_layout
41545
41546 \end_inset
41547
41548 , Datei-Erweiterung 
41549 \begin_inset Quotes gld
41550 \end_inset
41551
41552
41553 \family typewriter
41554 .jpg
41555 \family default
41556
41557 \begin_inset Quotes grd
41558 \end_inset
41559
41560  oder 
41561 \begin_inset Quotes gld
41562 \end_inset
41563
41564
41565 \family typewriter
41566 .jpeg
41567 \family default
41568
41569 \begin_inset Quotes grd
41570 \end_inset
41571
41572 ) und im Format 
41573 \begin_inset Quotes gld
41574 \end_inset
41575
41576 Portable Network Graphics
41577 \begin_inset Quotes grd
41578 \end_inset
41579
41580  (PNG
41581 \begin_inset Index idx
41582 status collapsed
41583
41584 \begin_layout Plain Layout
41585 PNG
41586 \end_layout
41587
41588 \end_inset
41589
41590 , Datei-Erweiterung 
41591 \begin_inset Quotes gld
41592 \end_inset
41593
41594
41595 \family typewriter
41596 .png
41597 \family default
41598
41599 \begin_inset Quotes grd
41600 \end_inset
41601
41602 ) enthalten.
41603  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41604  Sie konvertieren wird.
41605  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41606  wird, eines der drei erwähnten Bildformate zu benutzen.
41607 \end_layout
41608
41609 \begin_layout Standard
41610 PDF-Dateien können Sie über 
41611 \family sans
41612 Datei\SpecialChar \menuseparator
41613 Exportieren
41614 \family default
41615  auf drei Arten erzeugen:
41616 \end_layout
41617
41618 \begin_layout Description
41619 PDF
41620 \begin_inset space ~
41621 \end_inset
41622
41623 (ps2pdf) benutzt das Programm
41624 \family typewriter
41625  ps2pdf
41626 \family default
41627 , das eine PDF-Datei aus einer Post\SpecialChar \-
41628 Script®-Version Ihres Dokument erstellt.
41629  Die PostScript-Version wird mit dem Programm 
41630 \family typewriter
41631 dvips
41632 \family default
41633  aus einer DVI-Version erstellt.
41634  Es werden also drei Konvertierungen verwendet.
41635 \end_layout
41636
41637 \begin_layout Description
41638 PDF
41639 \begin_inset space ~
41640 \end_inset
41641
41642 (dvipdfm) benutzt das Programm 
41643 \family typewriter
41644 dvipdfm
41645 \family default
41646 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41647  PDF konvertiert.
41648 \end_layout
41649
41650 \begin_layout Description
41651 PDF
41652 \begin_inset space ~
41653 \end_inset
41654
41655 (pdflatex) benutzt das Programm
41656 \family typewriter
41657  pdftex
41658 \family default
41659 , das Ihr Dokument direkt nach PDF konvertiert.
41660 \end_layout
41661
41662 \begin_layout Standard
41663
41664 \family sans
41665 PDF
41666 \begin_inset space ~
41667 \end_inset
41668
41669 (pdflatex)
41670 \family default
41671  wird empfohlen, weil
41672 \family typewriter
41673  pdftex
41674 \family default
41675  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41676  ohne Probleme arbeitet.
41677  Das Programm 
41678 \family typewriter
41679 dvi\SpecialChar \-
41680 pdfm
41681 \family default
41682  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41683 \end_layout
41684
41685 \begin_layout Standard
41686 Sie können Ihr Dokument als PDF über das Menü 
41687 \family sans
41688 Datei\SpecialChar \menuseparator
41689 Exportieren\SpecialChar \menuseparator
41690 PDF
41691 \family default
41692  exportieren.
41693  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41694 \family sans
41695 Ansicht
41696 \family default
41697  oder einen Werkzeugleistenknopf anschauen.
41698 \end_layout
41699
41700 \begin_layout Chapter
41701 Liste der dvips-Farbnamen
41702 \begin_inset CommandInset label
41703 LatexCommand label
41704 name "kap:Liste-der-dvips-Farbnamen"
41705
41706 \end_inset
41707
41708
41709 \end_layout
41710
41711 \begin_layout Standard
41712 \begin_inset Tabular
41713 <lyxtabular version="3" rows="17" columns="4">
41714 <features rotate="0" tabularvalignment="middle">
41715 <column alignment="left" valignment="top" width="0pt">
41716 <column alignment="left" valignment="top" width="0pt">
41717 <column alignment="left" valignment="top" width="0pt">
41718 <column alignment="left" valignment="top" width="0pt">
41719 <row>
41720 <cell alignment="left" valignment="top" usebox="none">
41721 \begin_inset Text
41722
41723 \begin_layout Plain Layout
41724 \begin_inset ERT
41725 status collapsed
41726
41727 \begin_layout Plain Layout
41728
41729
41730 \backslash
41731 fcolorbox{black}{
41732 \end_layout
41733
41734 \end_inset
41735
41736 white
41737 \begin_inset ERT
41738 status collapsed
41739
41740 \begin_layout Plain Layout
41741
41742 }{
41743 \end_layout
41744
41745 \end_inset
41746
41747 Farbe
41748 \begin_inset ERT
41749 status collapsed
41750
41751 \begin_layout Plain Layout
41752
41753 }
41754 \end_layout
41755
41756 \end_inset
41757
41758  Farbname
41759 \end_layout
41760
41761 \end_inset
41762 </cell>
41763 <cell alignment="left" valignment="top" usebox="none">
41764 \begin_inset Text
41765
41766 \begin_layout Plain Layout
41767 \begin_inset ERT
41768 status collapsed
41769
41770 \begin_layout Plain Layout
41771
41772
41773 \backslash
41774 fcolorbox{black}{
41775 \end_layout
41776
41777 \end_inset
41778
41779 white
41780 \begin_inset ERT
41781 status collapsed
41782
41783 \begin_layout Plain Layout
41784
41785 }{
41786 \end_layout
41787
41788 \end_inset
41789
41790 Farbe
41791 \begin_inset ERT
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795
41796 }
41797 \end_layout
41798
41799 \end_inset
41800
41801  Farbname
41802 \end_layout
41803
41804 \end_inset
41805 </cell>
41806 <cell alignment="left" valignment="top" usebox="none">
41807 \begin_inset Text
41808
41809 \begin_layout Plain Layout
41810 \begin_inset ERT
41811 status collapsed
41812
41813 \begin_layout Plain Layout
41814
41815
41816 \backslash
41817 fcolorbox{black}{
41818 \end_layout
41819
41820 \end_inset
41821
41822 white
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828 }{
41829 \end_layout
41830
41831 \end_inset
41832
41833 Farbe
41834 \begin_inset ERT
41835 status collapsed
41836
41837 \begin_layout Plain Layout
41838
41839 }
41840 \end_layout
41841
41842 \end_inset
41843
41844  Farbname
41845 \end_layout
41846
41847 \end_inset
41848 </cell>
41849 <cell alignment="left" valignment="top" usebox="none">
41850 \begin_inset Text
41851
41852 \begin_layout Plain Layout
41853 \begin_inset ERT
41854 status collapsed
41855
41856 \begin_layout Plain Layout
41857
41858
41859 \backslash
41860 fcolorbox{black}{
41861 \end_layout
41862
41863 \end_inset
41864
41865 white
41866 \begin_inset ERT
41867 status collapsed
41868
41869 \begin_layout Plain Layout
41870
41871 }{
41872 \end_layout
41873
41874 \end_inset
41875
41876 Farbe
41877 \begin_inset ERT
41878 status collapsed
41879
41880 \begin_layout Plain Layout
41881
41882 }
41883 \end_layout
41884
41885 \end_inset
41886
41887  Farbname
41888 \end_layout
41889
41890 \end_inset
41891 </cell>
41892 </row>
41893 <row>
41894 <cell alignment="center" valignment="top" usebox="none">
41895 \begin_inset Text
41896
41897 \begin_layout Plain Layout
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903
41904 \backslash
41905 fcolorbox{black}{
41906 \end_layout
41907
41908 \end_inset
41909
41910 Apricot
41911 \begin_inset ERT
41912 status collapsed
41913
41914 \begin_layout Plain Layout
41915
41916 }{
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \begin_inset Phantom Phantom
41923 status open
41924
41925 \begin_layout Plain Layout
41926 W
41927 \end_layout
41928
41929 \end_inset
41930
41931
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937 }
41938 \end_layout
41939
41940 \end_inset
41941
41942  Apricot
41943 \end_layout
41944
41945 \end_inset
41946 </cell>
41947 <cell alignment="center" valignment="top" usebox="none">
41948 \begin_inset Text
41949
41950 \begin_layout Plain Layout
41951 \begin_inset ERT
41952 status collapsed
41953
41954 \begin_layout Plain Layout
41955
41956
41957 \backslash
41958 fcolorbox{black}{
41959 \end_layout
41960
41961 \end_inset
41962
41963 Aquamarine
41964 \begin_inset ERT
41965 status collapsed
41966
41967 \begin_layout Plain Layout
41968
41969 }{
41970 \end_layout
41971
41972 \end_inset
41973
41974
41975 \begin_inset Phantom Phantom
41976 status open
41977
41978 \begin_layout Plain Layout
41979 W
41980 \end_layout
41981
41982 \end_inset
41983
41984
41985 \begin_inset ERT
41986 status collapsed
41987
41988 \begin_layout Plain Layout
41989
41990 }
41991 \end_layout
41992
41993 \end_inset
41994
41995  Aquamarine
41996 \end_layout
41997
41998 \end_inset
41999 </cell>
42000 <cell alignment="center" valignment="top" usebox="none">
42001 \begin_inset Text
42002
42003 \begin_layout Plain Layout
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009
42010 \backslash
42011 fcolorbox{black}{
42012 \end_layout
42013
42014 \end_inset
42015
42016 Bittersweet
42017 \begin_inset ERT
42018 status collapsed
42019
42020 \begin_layout Plain Layout
42021
42022 }{
42023 \end_layout
42024
42025 \end_inset
42026
42027
42028 \begin_inset Phantom Phantom
42029 status open
42030
42031 \begin_layout Plain Layout
42032 W
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \begin_inset ERT
42039 status collapsed
42040
42041 \begin_layout Plain Layout
42042
42043 }
42044 \end_layout
42045
42046 \end_inset
42047
42048  Bittersweet
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 <cell alignment="center" valignment="top" usebox="none">
42054 \begin_inset Text
42055
42056 \begin_layout Plain Layout
42057 \begin_inset ERT
42058 status collapsed
42059
42060 \begin_layout Plain Layout
42061
42062
42063 \backslash
42064 fcolorbox{black}{
42065 \end_layout
42066
42067 \end_inset
42068
42069 BlueGreen
42070 \begin_inset ERT
42071 status collapsed
42072
42073 \begin_layout Plain Layout
42074
42075 }{
42076 \end_layout
42077
42078 \end_inset
42079
42080
42081 \begin_inset Phantom Phantom
42082 status open
42083
42084 \begin_layout Plain Layout
42085 W
42086 \end_layout
42087
42088 \end_inset
42089
42090
42091 \begin_inset ERT
42092 status collapsed
42093
42094 \begin_layout Plain Layout
42095
42096 }
42097 \end_layout
42098
42099 \end_inset
42100
42101  BlueGreen
42102 \end_layout
42103
42104 \end_inset
42105 </cell>
42106 </row>
42107 <row>
42108 <cell alignment="left" valignment="top" usebox="none">
42109 \begin_inset Text
42110
42111 \begin_layout Plain Layout
42112 \begin_inset ERT
42113 status collapsed
42114
42115 \begin_layout Plain Layout
42116
42117
42118 \backslash
42119 fcolorbox{black}{
42120 \end_layout
42121
42122 \end_inset
42123
42124 BlueViolet
42125 \begin_inset ERT
42126 status collapsed
42127
42128 \begin_layout Plain Layout
42129
42130 }{
42131 \end_layout
42132
42133 \end_inset
42134
42135
42136 \begin_inset Phantom Phantom
42137 status open
42138
42139 \begin_layout Plain Layout
42140 W
42141 \end_layout
42142
42143 \end_inset
42144
42145
42146 \begin_inset ERT
42147 status collapsed
42148
42149 \begin_layout Plain Layout
42150
42151 }
42152 \end_layout
42153
42154 \end_inset
42155
42156  BlueViolet
42157 \end_layout
42158
42159 \end_inset
42160 </cell>
42161 <cell alignment="left" valignment="top" usebox="none">
42162 \begin_inset Text
42163
42164 \begin_layout Plain Layout
42165 \begin_inset ERT
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169
42170
42171 \backslash
42172 fcolorbox{black}{
42173 \end_layout
42174
42175 \end_inset
42176
42177 BrickRed
42178 \begin_inset ERT
42179 status collapsed
42180
42181 \begin_layout Plain Layout
42182
42183 }{
42184 \end_layout
42185
42186 \end_inset
42187
42188
42189 \begin_inset Phantom Phantom
42190 status open
42191
42192 \begin_layout Plain Layout
42193 W
42194 \end_layout
42195
42196 \end_inset
42197
42198
42199 \begin_inset ERT
42200 status collapsed
42201
42202 \begin_layout Plain Layout
42203
42204 }
42205 \end_layout
42206
42207 \end_inset
42208
42209  BrickRed
42210 \end_layout
42211
42212 \end_inset
42213 </cell>
42214 <cell alignment="left" valignment="top" usebox="none">
42215 \begin_inset Text
42216
42217 \begin_layout Plain Layout
42218 \begin_inset ERT
42219 status collapsed
42220
42221 \begin_layout Plain Layout
42222
42223
42224 \backslash
42225 fcolorbox{black}{
42226 \end_layout
42227
42228 \end_inset
42229
42230 Brown
42231 \begin_inset ERT
42232 status collapsed
42233
42234 \begin_layout Plain Layout
42235
42236 }{
42237 \end_layout
42238
42239 \end_inset
42240
42241
42242 \begin_inset Phantom Phantom
42243 status open
42244
42245 \begin_layout Plain Layout
42246 W
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset ERT
42253 status collapsed
42254
42255 \begin_layout Plain Layout
42256
42257 }
42258 \end_layout
42259
42260 \end_inset
42261
42262  Brown
42263 \end_layout
42264
42265 \end_inset
42266 </cell>
42267 <cell alignment="left" valignment="top" usebox="none">
42268 \begin_inset Text
42269
42270 \begin_layout Plain Layout
42271 \begin_inset ERT
42272 status collapsed
42273
42274 \begin_layout Plain Layout
42275
42276
42277 \backslash
42278 fcolorbox{black}{
42279 \end_layout
42280
42281 \end_inset
42282
42283 BurntOrange
42284 \begin_inset ERT
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288
42289 }{
42290 \end_layout
42291
42292 \end_inset
42293
42294
42295 \begin_inset Phantom Phantom
42296 status open
42297
42298 \begin_layout Plain Layout
42299 W
42300 \end_layout
42301
42302 \end_inset
42303
42304
42305 \begin_inset ERT
42306 status collapsed
42307
42308 \begin_layout Plain Layout
42309
42310 }
42311 \end_layout
42312
42313 \end_inset
42314
42315  BurntOrange
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 </row>
42321 <row>
42322 <cell alignment="left" valignment="top" usebox="none">
42323 \begin_inset Text
42324
42325 \begin_layout Plain Layout
42326 \begin_inset ERT
42327 status collapsed
42328
42329 \begin_layout Plain Layout
42330
42331
42332 \backslash
42333 fcolorbox{black}{
42334 \end_layout
42335
42336 \end_inset
42337
42338 CadetBlue
42339 \begin_inset ERT
42340 status collapsed
42341
42342 \begin_layout Plain Layout
42343
42344 }{
42345 \end_layout
42346
42347 \end_inset
42348
42349
42350 \begin_inset Phantom Phantom
42351 status open
42352
42353 \begin_layout Plain Layout
42354 W
42355 \end_layout
42356
42357 \end_inset
42358
42359
42360 \begin_inset ERT
42361 status collapsed
42362
42363 \begin_layout Plain Layout
42364
42365 }
42366 \end_layout
42367
42368 \end_inset
42369
42370  CadetBlue
42371 \end_layout
42372
42373 \end_inset
42374 </cell>
42375 <cell alignment="left" valignment="top" usebox="none">
42376 \begin_inset Text
42377
42378 \begin_layout Plain Layout
42379 \begin_inset ERT
42380 status collapsed
42381
42382 \begin_layout Plain Layout
42383
42384
42385 \backslash
42386 fcolorbox{black}{
42387 \end_layout
42388
42389 \end_inset
42390
42391 CarnationPink
42392 \begin_inset ERT
42393 status collapsed
42394
42395 \begin_layout Plain Layout
42396
42397 }{
42398 \end_layout
42399
42400 \end_inset
42401
42402
42403 \begin_inset Phantom Phantom
42404 status open
42405
42406 \begin_layout Plain Layout
42407 W
42408 \end_layout
42409
42410 \end_inset
42411
42412
42413 \begin_inset ERT
42414 status collapsed
42415
42416 \begin_layout Plain Layout
42417
42418 }
42419 \end_layout
42420
42421 \end_inset
42422
42423  CarnationPink
42424 \end_layout
42425
42426 \end_inset
42427 </cell>
42428 <cell alignment="left" valignment="top" usebox="none">
42429 \begin_inset Text
42430
42431 \begin_layout Plain Layout
42432 \begin_inset ERT
42433 status collapsed
42434
42435 \begin_layout Plain Layout
42436
42437
42438 \backslash
42439 fcolorbox{black}{
42440 \end_layout
42441
42442 \end_inset
42443
42444 Cerulean
42445 \begin_inset ERT
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449
42450 }{
42451 \end_layout
42452
42453 \end_inset
42454
42455
42456 \begin_inset Phantom Phantom
42457 status open
42458
42459 \begin_layout Plain Layout
42460 W
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \begin_inset ERT
42467 status collapsed
42468
42469 \begin_layout Plain Layout
42470
42471 }
42472 \end_layout
42473
42474 \end_inset
42475
42476  Cerulean
42477 \end_layout
42478
42479 \end_inset
42480 </cell>
42481 <cell alignment="left" valignment="top" usebox="none">
42482 \begin_inset Text
42483
42484 \begin_layout Plain Layout
42485 \begin_inset ERT
42486 status collapsed
42487
42488 \begin_layout Plain Layout
42489
42490
42491 \backslash
42492 fcolorbox{black}{
42493 \end_layout
42494
42495 \end_inset
42496
42497 CornflowerBlue
42498 \begin_inset ERT
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502
42503 }{
42504 \end_layout
42505
42506 \end_inset
42507
42508
42509 \begin_inset Phantom Phantom
42510 status open
42511
42512 \begin_layout Plain Layout
42513 W
42514 \end_layout
42515
42516 \end_inset
42517
42518
42519 \begin_inset ERT
42520 status collapsed
42521
42522 \begin_layout Plain Layout
42523
42524 }
42525 \end_layout
42526
42527 \end_inset
42528
42529  CornflowerBlue
42530 \end_layout
42531
42532 \end_inset
42533 </cell>
42534 </row>
42535 <row>
42536 <cell alignment="left" valignment="top" usebox="none">
42537 \begin_inset Text
42538
42539 \begin_layout Plain Layout
42540 \begin_inset ERT
42541 status collapsed
42542
42543 \begin_layout Plain Layout
42544
42545
42546 \backslash
42547 fcolorbox{black}{
42548 \end_layout
42549
42550 \end_inset
42551
42552 Dandelion
42553 \begin_inset ERT
42554 status collapsed
42555
42556 \begin_layout Plain Layout
42557
42558 }{
42559 \end_layout
42560
42561 \end_inset
42562
42563
42564 \begin_inset Phantom Phantom
42565 status open
42566
42567 \begin_layout Plain Layout
42568 W
42569 \end_layout
42570
42571 \end_inset
42572
42573
42574 \begin_inset ERT
42575 status collapsed
42576
42577 \begin_layout Plain Layout
42578
42579 }
42580 \end_layout
42581
42582 \end_inset
42583
42584  Dandelion
42585 \end_layout
42586
42587 \end_inset
42588 </cell>
42589 <cell alignment="left" valignment="top" usebox="none">
42590 \begin_inset Text
42591
42592 \begin_layout Plain Layout
42593 \begin_inset ERT
42594 status collapsed
42595
42596 \begin_layout Plain Layout
42597
42598
42599 \backslash
42600 fcolorbox{black}{
42601 \end_layout
42602
42603 \end_inset
42604
42605 DarkOrchid
42606 \begin_inset ERT
42607 status collapsed
42608
42609 \begin_layout Plain Layout
42610
42611 }{
42612 \end_layout
42613
42614 \end_inset
42615
42616
42617 \begin_inset Phantom Phantom
42618 status open
42619
42620 \begin_layout Plain Layout
42621 W
42622 \end_layout
42623
42624 \end_inset
42625
42626
42627 \begin_inset ERT
42628 status collapsed
42629
42630 \begin_layout Plain Layout
42631
42632 }
42633 \end_layout
42634
42635 \end_inset
42636
42637  DarkOrchid
42638 \end_layout
42639
42640 \end_inset
42641 </cell>
42642 <cell alignment="left" valignment="top" usebox="none">
42643 \begin_inset Text
42644
42645 \begin_layout Plain Layout
42646 \begin_inset ERT
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650
42651
42652 \backslash
42653 fcolorbox{black}{
42654 \end_layout
42655
42656 \end_inset
42657
42658 Emerald
42659 \begin_inset ERT
42660 status collapsed
42661
42662 \begin_layout Plain Layout
42663
42664 }{
42665 \end_layout
42666
42667 \end_inset
42668
42669
42670 \begin_inset Phantom Phantom
42671 status open
42672
42673 \begin_layout Plain Layout
42674 W
42675 \end_layout
42676
42677 \end_inset
42678
42679
42680 \begin_inset ERT
42681 status collapsed
42682
42683 \begin_layout Plain Layout
42684
42685 }
42686 \end_layout
42687
42688 \end_inset
42689
42690  Emerald
42691 \end_layout
42692
42693 \end_inset
42694 </cell>
42695 <cell alignment="left" valignment="top" usebox="none">
42696 \begin_inset Text
42697
42698 \begin_layout Plain Layout
42699 \begin_inset ERT
42700 status collapsed
42701
42702 \begin_layout Plain Layout
42703
42704
42705 \backslash
42706 fcolorbox{black}{
42707 \end_layout
42708
42709 \end_inset
42710
42711 ForestGreen
42712 \begin_inset ERT
42713 status collapsed
42714
42715 \begin_layout Plain Layout
42716
42717 }{
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \begin_inset Phantom Phantom
42724 status open
42725
42726 \begin_layout Plain Layout
42727 W
42728 \end_layout
42729
42730 \end_inset
42731
42732
42733 \begin_inset ERT
42734 status collapsed
42735
42736 \begin_layout Plain Layout
42737
42738 }
42739 \end_layout
42740
42741 \end_inset
42742
42743  ForestGreen
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 </row>
42749 <row>
42750 <cell alignment="left" valignment="top" usebox="none">
42751 \begin_inset Text
42752
42753 \begin_layout Plain Layout
42754 \begin_inset ERT
42755 status collapsed
42756
42757 \begin_layout Plain Layout
42758
42759
42760 \backslash
42761 fcolorbox{black}{
42762 \end_layout
42763
42764 \end_inset
42765
42766 Fuchsia
42767 \begin_inset ERT
42768 status collapsed
42769
42770 \begin_layout Plain Layout
42771
42772 }{
42773 \end_layout
42774
42775 \end_inset
42776
42777
42778 \begin_inset Phantom Phantom
42779 status open
42780
42781 \begin_layout Plain Layout
42782 W
42783 \end_layout
42784
42785 \end_inset
42786
42787
42788 \begin_inset ERT
42789 status collapsed
42790
42791 \begin_layout Plain Layout
42792
42793 }
42794 \end_layout
42795
42796 \end_inset
42797
42798  Fuchsia
42799 \end_layout
42800
42801 \end_inset
42802 </cell>
42803 <cell alignment="left" valignment="top" usebox="none">
42804 \begin_inset Text
42805
42806 \begin_layout Plain Layout
42807 \begin_inset ERT
42808 status collapsed
42809
42810 \begin_layout Plain Layout
42811
42812
42813 \backslash
42814 fcolorbox{black}{
42815 \end_layout
42816
42817 \end_inset
42818
42819 Goldenrod
42820 \begin_inset ERT
42821 status collapsed
42822
42823 \begin_layout Plain Layout
42824
42825 }{
42826 \end_layout
42827
42828 \end_inset
42829
42830
42831 \begin_inset Phantom Phantom
42832 status open
42833
42834 \begin_layout Plain Layout
42835 W
42836 \end_layout
42837
42838 \end_inset
42839
42840
42841 \begin_inset ERT
42842 status collapsed
42843
42844 \begin_layout Plain Layout
42845
42846 }
42847 \end_layout
42848
42849 \end_inset
42850
42851  Goldenrod
42852 \end_layout
42853
42854 \end_inset
42855 </cell>
42856 <cell alignment="left" valignment="top" usebox="none">
42857 \begin_inset Text
42858
42859 \begin_layout Plain Layout
42860 \begin_inset ERT
42861 status collapsed
42862
42863 \begin_layout Plain Layout
42864
42865
42866 \backslash
42867 fcolorbox{black}{
42868 \end_layout
42869
42870 \end_inset
42871
42872 Gray
42873 \begin_inset ERT
42874 status collapsed
42875
42876 \begin_layout Plain Layout
42877
42878 }{
42879 \end_layout
42880
42881 \end_inset
42882
42883
42884 \begin_inset Phantom Phantom
42885 status open
42886
42887 \begin_layout Plain Layout
42888 W
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \begin_inset ERT
42895 status collapsed
42896
42897 \begin_layout Plain Layout
42898
42899 }
42900 \end_layout
42901
42902 \end_inset
42903
42904  Gray
42905 \end_layout
42906
42907 \end_inset
42908 </cell>
42909 <cell alignment="left" valignment="top" usebox="none">
42910 \begin_inset Text
42911
42912 \begin_layout Plain Layout
42913 \begin_inset ERT
42914 status collapsed
42915
42916 \begin_layout Plain Layout
42917
42918
42919 \backslash
42920 fcolorbox{black}{
42921 \end_layout
42922
42923 \end_inset
42924
42925 GreenYellow
42926 \begin_inset ERT
42927 status collapsed
42928
42929 \begin_layout Plain Layout
42930
42931 }{
42932 \end_layout
42933
42934 \end_inset
42935
42936
42937 \begin_inset Phantom Phantom
42938 status open
42939
42940 \begin_layout Plain Layout
42941 W
42942 \end_layout
42943
42944 \end_inset
42945
42946
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952 }
42953 \end_layout
42954
42955 \end_inset
42956
42957  GreenYellow
42958 \end_layout
42959
42960 \end_inset
42961 </cell>
42962 </row>
42963 <row>
42964 <cell alignment="center" valignment="top" usebox="none">
42965 \begin_inset Text
42966
42967 \begin_layout Plain Layout
42968 \begin_inset ERT
42969 status collapsed
42970
42971 \begin_layout Plain Layout
42972
42973
42974 \backslash
42975 fcolorbox{black}{
42976 \end_layout
42977
42978 \end_inset
42979
42980 JungleGreen
42981 \begin_inset ERT
42982 status collapsed
42983
42984 \begin_layout Plain Layout
42985
42986 }{
42987 \end_layout
42988
42989 \end_inset
42990
42991
42992 \begin_inset Phantom Phantom
42993 status open
42994
42995 \begin_layout Plain Layout
42996 W
42997 \end_layout
42998
42999 \end_inset
43000
43001
43002 \begin_inset ERT
43003 status collapsed
43004
43005 \begin_layout Plain Layout
43006
43007 }
43008 \end_layout
43009
43010 \end_inset
43011
43012  JungleGreen
43013 \end_layout
43014
43015 \end_inset
43016 </cell>
43017 <cell alignment="center" valignment="top" usebox="none">
43018 \begin_inset Text
43019
43020 \begin_layout Plain Layout
43021 \begin_inset ERT
43022 status collapsed
43023
43024 \begin_layout Plain Layout
43025
43026
43027 \backslash
43028 fcolorbox{black}{
43029 \end_layout
43030
43031 \end_inset
43032
43033 Lavender
43034 \begin_inset ERT
43035 status collapsed
43036
43037 \begin_layout Plain Layout
43038
43039 }{
43040 \end_layout
43041
43042 \end_inset
43043
43044
43045 \begin_inset Phantom Phantom
43046 status open
43047
43048 \begin_layout Plain Layout
43049 W
43050 \end_layout
43051
43052 \end_inset
43053
43054
43055 \begin_inset ERT
43056 status collapsed
43057
43058 \begin_layout Plain Layout
43059
43060 }
43061 \end_layout
43062
43063 \end_inset
43064
43065  Lavender
43066 \end_layout
43067
43068 \end_inset
43069 </cell>
43070 <cell alignment="center" valignment="top" usebox="none">
43071 \begin_inset Text
43072
43073 \begin_layout Plain Layout
43074 \begin_inset ERT
43075 status collapsed
43076
43077 \begin_layout Plain Layout
43078
43079
43080 \backslash
43081 fcolorbox{black}{
43082 \end_layout
43083
43084 \end_inset
43085
43086 LimeGreen
43087 \begin_inset ERT
43088 status collapsed
43089
43090 \begin_layout Plain Layout
43091
43092 }{
43093 \end_layout
43094
43095 \end_inset
43096
43097
43098 \begin_inset Phantom Phantom
43099 status open
43100
43101 \begin_layout Plain Layout
43102 W
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset ERT
43109 status collapsed
43110
43111 \begin_layout Plain Layout
43112
43113 }
43114 \end_layout
43115
43116 \end_inset
43117
43118  LimeGreen
43119 \end_layout
43120
43121 \end_inset
43122 </cell>
43123 <cell alignment="center" valignment="top" usebox="none">
43124 \begin_inset Text
43125
43126 \begin_layout Plain Layout
43127 \begin_inset ERT
43128 status collapsed
43129
43130 \begin_layout Plain Layout
43131
43132
43133 \backslash
43134 fcolorbox{black}{
43135 \end_layout
43136
43137 \end_inset
43138
43139 Mahogany
43140 \begin_inset ERT
43141 status collapsed
43142
43143 \begin_layout Plain Layout
43144
43145 }{
43146 \end_layout
43147
43148 \end_inset
43149
43150
43151 \begin_inset Phantom Phantom
43152 status open
43153
43154 \begin_layout Plain Layout
43155 W
43156 \end_layout
43157
43158 \end_inset
43159
43160
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166 }
43167 \end_layout
43168
43169 \end_inset
43170
43171  Mahogany
43172 \end_layout
43173
43174 \end_inset
43175 </cell>
43176 </row>
43177 <row>
43178 <cell alignment="left" valignment="top" usebox="none">
43179 \begin_inset Text
43180
43181 \begin_layout Plain Layout
43182 \begin_inset ERT
43183 status collapsed
43184
43185 \begin_layout Plain Layout
43186
43187
43188 \backslash
43189 fcolorbox{black}{
43190 \end_layout
43191
43192 \end_inset
43193
43194 Mahogany
43195 \begin_inset ERT
43196 status collapsed
43197
43198 \begin_layout Plain Layout
43199
43200 }{
43201 \end_layout
43202
43203 \end_inset
43204
43205
43206 \begin_inset Phantom Phantom
43207 status open
43208
43209 \begin_layout Plain Layout
43210 W
43211 \end_layout
43212
43213 \end_inset
43214
43215
43216 \begin_inset ERT
43217 status collapsed
43218
43219 \begin_layout Plain Layout
43220
43221 }
43222 \end_layout
43223
43224 \end_inset
43225
43226  Mahogany
43227 \end_layout
43228
43229 \end_inset
43230 </cell>
43231 <cell alignment="left" valignment="top" usebox="none">
43232 \begin_inset Text
43233
43234 \begin_layout Plain Layout
43235 \begin_inset ERT
43236 status collapsed
43237
43238 \begin_layout Plain Layout
43239
43240
43241 \backslash
43242 fcolorbox{black}{
43243 \end_layout
43244
43245 \end_inset
43246
43247 Maroon
43248 \begin_inset ERT
43249 status collapsed
43250
43251 \begin_layout Plain Layout
43252
43253 }{
43254 \end_layout
43255
43256 \end_inset
43257
43258
43259 \begin_inset Phantom Phantom
43260 status open
43261
43262 \begin_layout Plain Layout
43263 W
43264 \end_layout
43265
43266 \end_inset
43267
43268
43269 \begin_inset ERT
43270 status collapsed
43271
43272 \begin_layout Plain Layout
43273
43274 }
43275 \end_layout
43276
43277 \end_inset
43278
43279  Maroon
43280 \end_layout
43281
43282 \end_inset
43283 </cell>
43284 <cell alignment="left" valignment="top" usebox="none">
43285 \begin_inset Text
43286
43287 \begin_layout Plain Layout
43288 \begin_inset ERT
43289 status collapsed
43290
43291 \begin_layout Plain Layout
43292
43293
43294 \backslash
43295 fcolorbox{black}{
43296 \end_layout
43297
43298 \end_inset
43299
43300 Melon
43301 \begin_inset ERT
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305
43306 }{
43307 \end_layout
43308
43309 \end_inset
43310
43311
43312 \begin_inset Phantom Phantom
43313 status open
43314
43315 \begin_layout Plain Layout
43316 W
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset ERT
43323 status collapsed
43324
43325 \begin_layout Plain Layout
43326
43327 }
43328 \end_layout
43329
43330 \end_inset
43331
43332  Melon
43333 \end_layout
43334
43335 \end_inset
43336 </cell>
43337 <cell alignment="left" valignment="top" usebox="none">
43338 \begin_inset Text
43339
43340 \begin_layout Plain Layout
43341 \begin_inset ERT
43342 status collapsed
43343
43344 \begin_layout Plain Layout
43345
43346
43347 \backslash
43348 fcolorbox{black}{
43349 \end_layout
43350
43351 \end_inset
43352
43353 MidnightBlue
43354 \begin_inset ERT
43355 status collapsed
43356
43357 \begin_layout Plain Layout
43358
43359 }{
43360 \end_layout
43361
43362 \end_inset
43363
43364
43365 \begin_inset Phantom Phantom
43366 status open
43367
43368 \begin_layout Plain Layout
43369 W
43370 \end_layout
43371
43372 \end_inset
43373
43374
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380 }
43381 \end_layout
43382
43383 \end_inset
43384
43385  MidnightBlue
43386 \end_layout
43387
43388 \end_inset
43389 </cell>
43390 </row>
43391 <row>
43392 <cell alignment="left" valignment="top" usebox="none">
43393 \begin_inset Text
43394
43395 \begin_layout Plain Layout
43396 \begin_inset ERT
43397 status collapsed
43398
43399 \begin_layout Plain Layout
43400
43401
43402 \backslash
43403 fcolorbox{black}{
43404 \end_layout
43405
43406 \end_inset
43407
43408 Mulberry
43409 \begin_inset ERT
43410 status collapsed
43411
43412 \begin_layout Plain Layout
43413
43414 }{
43415 \end_layout
43416
43417 \end_inset
43418
43419
43420 \begin_inset Phantom Phantom
43421 status open
43422
43423 \begin_layout Plain Layout
43424 W
43425 \end_layout
43426
43427 \end_inset
43428
43429
43430 \begin_inset ERT
43431 status collapsed
43432
43433 \begin_layout Plain Layout
43434
43435 }
43436 \end_layout
43437
43438 \end_inset
43439
43440  Mulberry
43441 \end_layout
43442
43443 \end_inset
43444 </cell>
43445 <cell alignment="left" valignment="top" usebox="none">
43446 \begin_inset Text
43447
43448 \begin_layout Plain Layout
43449 \begin_inset ERT
43450 status collapsed
43451
43452 \begin_layout Plain Layout
43453
43454
43455 \backslash
43456 fcolorbox{black}{
43457 \end_layout
43458
43459 \end_inset
43460
43461 NavyBlue
43462 \begin_inset ERT
43463 status collapsed
43464
43465 \begin_layout Plain Layout
43466
43467 }{
43468 \end_layout
43469
43470 \end_inset
43471
43472
43473 \begin_inset Phantom Phantom
43474 status open
43475
43476 \begin_layout Plain Layout
43477 W
43478 \end_layout
43479
43480 \end_inset
43481
43482
43483 \begin_inset ERT
43484 status collapsed
43485
43486 \begin_layout Plain Layout
43487
43488 }
43489 \end_layout
43490
43491 \end_inset
43492
43493  NavyBlue
43494 \end_layout
43495
43496 \end_inset
43497 </cell>
43498 <cell alignment="left" valignment="top" usebox="none">
43499 \begin_inset Text
43500
43501 \begin_layout Plain Layout
43502 \begin_inset ERT
43503 status collapsed
43504
43505 \begin_layout Plain Layout
43506
43507
43508 \backslash
43509 fcolorbox{black}{
43510 \end_layout
43511
43512 \end_inset
43513
43514 OliveGreen
43515 \begin_inset ERT
43516 status collapsed
43517
43518 \begin_layout Plain Layout
43519
43520 }{
43521 \end_layout
43522
43523 \end_inset
43524
43525
43526 \begin_inset Phantom Phantom
43527 status open
43528
43529 \begin_layout Plain Layout
43530 W
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset ERT
43537 status collapsed
43538
43539 \begin_layout Plain Layout
43540
43541 }
43542 \end_layout
43543
43544 \end_inset
43545
43546  OliveGreen
43547 \end_layout
43548
43549 \end_inset
43550 </cell>
43551 <cell alignment="left" valignment="top" usebox="none">
43552 \begin_inset Text
43553
43554 \begin_layout Plain Layout
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560
43561 \backslash
43562 fcolorbox{black}{
43563 \end_layout
43564
43565 \end_inset
43566
43567 Orange
43568 \begin_inset ERT
43569 status collapsed
43570
43571 \begin_layout Plain Layout
43572
43573 }{
43574 \end_layout
43575
43576 \end_inset
43577
43578
43579 \begin_inset Phantom Phantom
43580 status open
43581
43582 \begin_layout Plain Layout
43583 W
43584 \end_layout
43585
43586 \end_inset
43587
43588
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }
43595 \end_layout
43596
43597 \end_inset
43598
43599  Orange
43600 \end_layout
43601
43602 \end_inset
43603 </cell>
43604 </row>
43605 <row>
43606 <cell alignment="left" valignment="top" usebox="none">
43607 \begin_inset Text
43608
43609 \begin_layout Plain Layout
43610 \begin_inset ERT
43611 status collapsed
43612
43613 \begin_layout Plain Layout
43614
43615
43616 \backslash
43617 fcolorbox{black}{
43618 \end_layout
43619
43620 \end_inset
43621
43622 OrangeRed
43623 \begin_inset ERT
43624 status collapsed
43625
43626 \begin_layout Plain Layout
43627
43628 }{
43629 \end_layout
43630
43631 \end_inset
43632
43633
43634 \begin_inset Phantom Phantom
43635 status open
43636
43637 \begin_layout Plain Layout
43638 W
43639 \end_layout
43640
43641 \end_inset
43642
43643
43644 \begin_inset ERT
43645 status collapsed
43646
43647 \begin_layout Plain Layout
43648
43649 }
43650 \end_layout
43651
43652 \end_inset
43653
43654  OrangeRed
43655 \end_layout
43656
43657 \end_inset
43658 </cell>
43659 <cell alignment="left" valignment="top" usebox="none">
43660 \begin_inset Text
43661
43662 \begin_layout Plain Layout
43663 \begin_inset ERT
43664 status collapsed
43665
43666 \begin_layout Plain Layout
43667
43668
43669 \backslash
43670 fcolorbox{black}{
43671 \end_layout
43672
43673 \end_inset
43674
43675 Orchid
43676 \begin_inset ERT
43677 status collapsed
43678
43679 \begin_layout Plain Layout
43680
43681 }{
43682 \end_layout
43683
43684 \end_inset
43685
43686
43687 \begin_inset Phantom Phantom
43688 status open
43689
43690 \begin_layout Plain Layout
43691 W
43692 \end_layout
43693
43694 \end_inset
43695
43696
43697 \begin_inset ERT
43698 status collapsed
43699
43700 \begin_layout Plain Layout
43701
43702 }
43703 \end_layout
43704
43705 \end_inset
43706
43707  Orchid
43708 \end_layout
43709
43710 \end_inset
43711 </cell>
43712 <cell alignment="left" valignment="top" usebox="none">
43713 \begin_inset Text
43714
43715 \begin_layout Plain Layout
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721
43722 \backslash
43723 fcolorbox{black}{
43724 \end_layout
43725
43726 \end_inset
43727
43728 Peach
43729 \begin_inset ERT
43730 status collapsed
43731
43732 \begin_layout Plain Layout
43733
43734 }{
43735 \end_layout
43736
43737 \end_inset
43738
43739
43740 \begin_inset Phantom Phantom
43741 status open
43742
43743 \begin_layout Plain Layout
43744 W
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset ERT
43751 status collapsed
43752
43753 \begin_layout Plain Layout
43754
43755 }
43756 \end_layout
43757
43758 \end_inset
43759
43760  Peach
43761 \end_layout
43762
43763 \end_inset
43764 </cell>
43765 <cell alignment="left" valignment="top" usebox="none">
43766 \begin_inset Text
43767
43768 \begin_layout Plain Layout
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774
43775 \backslash
43776 fcolorbox{black}{
43777 \end_layout
43778
43779 \end_inset
43780
43781 Periwinkle
43782 \begin_inset ERT
43783 status collapsed
43784
43785 \begin_layout Plain Layout
43786
43787 }{
43788 \end_layout
43789
43790 \end_inset
43791
43792
43793 \begin_inset Phantom Phantom
43794 status open
43795
43796 \begin_layout Plain Layout
43797 W
43798 \end_layout
43799
43800 \end_inset
43801
43802
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }
43809 \end_layout
43810
43811 \end_inset
43812
43813  Periwinkle
43814 \end_layout
43815
43816 \end_inset
43817 </cell>
43818 </row>
43819 <row>
43820 <cell alignment="left" valignment="top" usebox="none">
43821 \begin_inset Text
43822
43823 \begin_layout Plain Layout
43824 \begin_inset ERT
43825 status collapsed
43826
43827 \begin_layout Plain Layout
43828
43829
43830 \backslash
43831 fcolorbox{black}{
43832 \end_layout
43833
43834 \end_inset
43835
43836 PineGreen
43837 \begin_inset ERT
43838 status collapsed
43839
43840 \begin_layout Plain Layout
43841
43842 }{
43843 \end_layout
43844
43845 \end_inset
43846
43847
43848 \begin_inset Phantom Phantom
43849 status open
43850
43851 \begin_layout Plain Layout
43852 W
43853 \end_layout
43854
43855 \end_inset
43856
43857
43858 \begin_inset ERT
43859 status collapsed
43860
43861 \begin_layout Plain Layout
43862
43863 }
43864 \end_layout
43865
43866 \end_inset
43867
43868  PineGreen
43869 \end_layout
43870
43871 \end_inset
43872 </cell>
43873 <cell alignment="left" valignment="top" usebox="none">
43874 \begin_inset Text
43875
43876 \begin_layout Plain Layout
43877 \begin_inset ERT
43878 status collapsed
43879
43880 \begin_layout Plain Layout
43881
43882
43883 \backslash
43884 fcolorbox{black}{
43885 \end_layout
43886
43887 \end_inset
43888
43889 Plum
43890 \begin_inset ERT
43891 status collapsed
43892
43893 \begin_layout Plain Layout
43894
43895 }{
43896 \end_layout
43897
43898 \end_inset
43899
43900
43901 \begin_inset Phantom Phantom
43902 status open
43903
43904 \begin_layout Plain Layout
43905 W
43906 \end_layout
43907
43908 \end_inset
43909
43910
43911 \begin_inset ERT
43912 status collapsed
43913
43914 \begin_layout Plain Layout
43915
43916 }
43917 \end_layout
43918
43919 \end_inset
43920
43921  Plum
43922 \end_layout
43923
43924 \end_inset
43925 </cell>
43926 <cell alignment="left" valignment="top" usebox="none">
43927 \begin_inset Text
43928
43929 \begin_layout Plain Layout
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935
43936 \backslash
43937 fcolorbox{black}{
43938 \end_layout
43939
43940 \end_inset
43941
43942 ProcessBlue
43943 \begin_inset ERT
43944 status collapsed
43945
43946 \begin_layout Plain Layout
43947
43948 }{
43949 \end_layout
43950
43951 \end_inset
43952
43953
43954 \begin_inset Phantom Phantom
43955 status open
43956
43957 \begin_layout Plain Layout
43958 W
43959 \end_layout
43960
43961 \end_inset
43962
43963
43964 \begin_inset ERT
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969 }
43970 \end_layout
43971
43972 \end_inset
43973
43974  ProcessBlue
43975 \end_layout
43976
43977 \end_inset
43978 </cell>
43979 <cell alignment="left" valignment="top" usebox="none">
43980 \begin_inset Text
43981
43982 \begin_layout Plain Layout
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988
43989 \backslash
43990 fcolorbox{black}{
43991 \end_layout
43992
43993 \end_inset
43994
43995 Purple
43996 \begin_inset ERT
43997 status collapsed
43998
43999 \begin_layout Plain Layout
44000
44001 }{
44002 \end_layout
44003
44004 \end_inset
44005
44006
44007 \begin_inset Phantom Phantom
44008 status open
44009
44010 \begin_layout Plain Layout
44011 W
44012 \end_layout
44013
44014 \end_inset
44015
44016
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }
44023 \end_layout
44024
44025 \end_inset
44026
44027  Purple
44028 \end_layout
44029
44030 \end_inset
44031 </cell>
44032 </row>
44033 <row>
44034 <cell alignment="left" valignment="top" usebox="none">
44035 \begin_inset Text
44036
44037 \begin_layout Plain Layout
44038 \begin_inset ERT
44039 status collapsed
44040
44041 \begin_layout Plain Layout
44042
44043
44044 \backslash
44045 fcolorbox{black}{
44046 \end_layout
44047
44048 \end_inset
44049
44050 RawSienna
44051 \begin_inset ERT
44052 status collapsed
44053
44054 \begin_layout Plain Layout
44055
44056 }{
44057 \end_layout
44058
44059 \end_inset
44060
44061
44062 \begin_inset Phantom Phantom
44063 status open
44064
44065 \begin_layout Plain Layout
44066 W
44067 \end_layout
44068
44069 \end_inset
44070
44071
44072 \begin_inset ERT
44073 status collapsed
44074
44075 \begin_layout Plain Layout
44076
44077 }
44078 \end_layout
44079
44080 \end_inset
44081
44082  RawSienna
44083 \end_layout
44084
44085 \end_inset
44086 </cell>
44087 <cell alignment="left" valignment="top" usebox="none">
44088 \begin_inset Text
44089
44090 \begin_layout Plain Layout
44091 \begin_inset ERT
44092 status collapsed
44093
44094 \begin_layout Plain Layout
44095
44096
44097 \backslash
44098 fcolorbox{black}{
44099 \end_layout
44100
44101 \end_inset
44102
44103 RedOrange
44104 \begin_inset ERT
44105 status collapsed
44106
44107 \begin_layout Plain Layout
44108
44109 }{
44110 \end_layout
44111
44112 \end_inset
44113
44114
44115 \begin_inset Phantom Phantom
44116 status open
44117
44118 \begin_layout Plain Layout
44119 W
44120 \end_layout
44121
44122 \end_inset
44123
44124
44125 \begin_inset ERT
44126 status collapsed
44127
44128 \begin_layout Plain Layout
44129
44130 }
44131 \end_layout
44132
44133 \end_inset
44134
44135  RedOrange
44136 \end_layout
44137
44138 \end_inset
44139 </cell>
44140 <cell alignment="left" valignment="top" usebox="none">
44141 \begin_inset Text
44142
44143 \begin_layout Plain Layout
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149
44150 \backslash
44151 fcolorbox{black}{
44152 \end_layout
44153
44154 \end_inset
44155
44156 RedViolet
44157 \begin_inset ERT
44158 status collapsed
44159
44160 \begin_layout Plain Layout
44161
44162 }{
44163 \end_layout
44164
44165 \end_inset
44166
44167
44168 \begin_inset Phantom Phantom
44169 status open
44170
44171 \begin_layout Plain Layout
44172 W
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183 }
44184 \end_layout
44185
44186 \end_inset
44187
44188  RedViolet
44189 \end_layout
44190
44191 \end_inset
44192 </cell>
44193 <cell alignment="left" valignment="top" usebox="none">
44194 \begin_inset Text
44195
44196 \begin_layout Plain Layout
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202
44203 \backslash
44204 fcolorbox{black}{
44205 \end_layout
44206
44207 \end_inset
44208
44209 Rhodamine
44210 \begin_inset ERT
44211 status collapsed
44212
44213 \begin_layout Plain Layout
44214
44215 }{
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset Phantom Phantom
44222 status open
44223
44224 \begin_layout Plain Layout
44225 W
44226 \end_layout
44227
44228 \end_inset
44229
44230
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }
44237 \end_layout
44238
44239 \end_inset
44240
44241  Rhodamine
44242 \end_layout
44243
44244 \end_inset
44245 </cell>
44246 </row>
44247 <row>
44248 <cell alignment="left" valignment="top" usebox="none">
44249 \begin_inset Text
44250
44251 \begin_layout Plain Layout
44252 \begin_inset ERT
44253 status collapsed
44254
44255 \begin_layout Plain Layout
44256
44257
44258 \backslash
44259 fcolorbox{black}{
44260 \end_layout
44261
44262 \end_inset
44263
44264 RoyalBlue
44265 \begin_inset ERT
44266 status collapsed
44267
44268 \begin_layout Plain Layout
44269
44270 }{
44271 \end_layout
44272
44273 \end_inset
44274
44275
44276 \begin_inset Phantom Phantom
44277 status open
44278
44279 \begin_layout Plain Layout
44280 W
44281 \end_layout
44282
44283 \end_inset
44284
44285
44286 \begin_inset ERT
44287 status collapsed
44288
44289 \begin_layout Plain Layout
44290
44291 }
44292 \end_layout
44293
44294 \end_inset
44295
44296  RoyalBlue
44297 \end_layout
44298
44299 \end_inset
44300 </cell>
44301 <cell alignment="left" valignment="top" usebox="none">
44302 \begin_inset Text
44303
44304 \begin_layout Plain Layout
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310
44311 \backslash
44312 fcolorbox{black}{
44313 \end_layout
44314
44315 \end_inset
44316
44317 RoyalPurple
44318 \begin_inset ERT
44319 status collapsed
44320
44321 \begin_layout Plain Layout
44322
44323 }{
44324 \end_layout
44325
44326 \end_inset
44327
44328
44329 \begin_inset Phantom Phantom
44330 status open
44331
44332 \begin_layout Plain Layout
44333 W
44334 \end_layout
44335
44336 \end_inset
44337
44338
44339 \begin_inset ERT
44340 status collapsed
44341
44342 \begin_layout Plain Layout
44343
44344 }
44345 \end_layout
44346
44347 \end_inset
44348
44349  RoyalPurple
44350 \end_layout
44351
44352 \end_inset
44353 </cell>
44354 <cell alignment="left" valignment="top" usebox="none">
44355 \begin_inset Text
44356
44357 \begin_layout Plain Layout
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363
44364 \backslash
44365 fcolorbox{black}{
44366 \end_layout
44367
44368 \end_inset
44369
44370 RubineRed
44371 \begin_inset ERT
44372 status collapsed
44373
44374 \begin_layout Plain Layout
44375
44376 }{
44377 \end_layout
44378
44379 \end_inset
44380
44381
44382 \begin_inset Phantom Phantom
44383 status open
44384
44385 \begin_layout Plain Layout
44386 W
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397 }
44398 \end_layout
44399
44400 \end_inset
44401
44402  RubineRed
44403 \end_layout
44404
44405 \end_inset
44406 </cell>
44407 <cell alignment="left" valignment="top" usebox="none">
44408 \begin_inset Text
44409
44410 \begin_layout Plain Layout
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416
44417 \backslash
44418 fcolorbox{black}{
44419 \end_layout
44420
44421 \end_inset
44422
44423 Salmon
44424 \begin_inset ERT
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428
44429 }{
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset Phantom Phantom
44436 status open
44437
44438 \begin_layout Plain Layout
44439 W
44440 \end_layout
44441
44442 \end_inset
44443
44444
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }
44451 \end_layout
44452
44453 \end_inset
44454
44455  Salmon
44456 \end_layout
44457
44458 \end_inset
44459 </cell>
44460 </row>
44461 <row>
44462 <cell alignment="left" valignment="top" usebox="none">
44463 \begin_inset Text
44464
44465 \begin_layout Plain Layout
44466 \begin_inset ERT
44467 status collapsed
44468
44469 \begin_layout Plain Layout
44470
44471
44472 \backslash
44473 fcolorbox{black}{
44474 \end_layout
44475
44476 \end_inset
44477
44478 SeaGreen
44479 \begin_inset ERT
44480 status collapsed
44481
44482 \begin_layout Plain Layout
44483
44484 }{
44485 \end_layout
44486
44487 \end_inset
44488
44489
44490 \begin_inset Phantom Phantom
44491 status open
44492
44493 \begin_layout Plain Layout
44494 W
44495 \end_layout
44496
44497 \end_inset
44498
44499
44500 \begin_inset ERT
44501 status collapsed
44502
44503 \begin_layout Plain Layout
44504
44505 }
44506 \end_layout
44507
44508 \end_inset
44509
44510  SeaGreen
44511 \end_layout
44512
44513 \end_inset
44514 </cell>
44515 <cell alignment="left" valignment="top" usebox="none">
44516 \begin_inset Text
44517
44518 \begin_layout Plain Layout
44519 \begin_inset ERT
44520 status collapsed
44521
44522 \begin_layout Plain Layout
44523
44524
44525 \backslash
44526 fcolorbox{black}{
44527 \end_layout
44528
44529 \end_inset
44530
44531 Sepia
44532 \begin_inset ERT
44533 status collapsed
44534
44535 \begin_layout Plain Layout
44536
44537 }{
44538 \end_layout
44539
44540 \end_inset
44541
44542
44543 \begin_inset Phantom Phantom
44544 status open
44545
44546 \begin_layout Plain Layout
44547 W
44548 \end_layout
44549
44550 \end_inset
44551
44552
44553 \begin_inset ERT
44554 status collapsed
44555
44556 \begin_layout Plain Layout
44557
44558 }
44559 \end_layout
44560
44561 \end_inset
44562
44563  Sepia
44564 \end_layout
44565
44566 \end_inset
44567 </cell>
44568 <cell alignment="left" valignment="top" usebox="none">
44569 \begin_inset Text
44570
44571 \begin_layout Plain Layout
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577
44578 \backslash
44579 fcolorbox{black}{
44580 \end_layout
44581
44582 \end_inset
44583
44584 SkyBlue
44585 \begin_inset ERT
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589
44590 }{
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \begin_inset Phantom Phantom
44597 status open
44598
44599 \begin_layout Plain Layout
44600 W
44601 \end_layout
44602
44603 \end_inset
44604
44605
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611 }
44612 \end_layout
44613
44614 \end_inset
44615
44616  SkyBlue
44617 \end_layout
44618
44619 \end_inset
44620 </cell>
44621 <cell alignment="left" valignment="top" usebox="none">
44622 \begin_inset Text
44623
44624 \begin_layout Plain Layout
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630
44631 \backslash
44632 fcolorbox{black}{
44633 \end_layout
44634
44635 \end_inset
44636
44637 SpringGreen
44638 \begin_inset ERT
44639 status collapsed
44640
44641 \begin_layout Plain Layout
44642
44643 }{
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset Phantom Phantom
44650 status open
44651
44652 \begin_layout Plain Layout
44653 W
44654 \end_layout
44655
44656 \end_inset
44657
44658
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }
44665 \end_layout
44666
44667 \end_inset
44668
44669  SpringGreen
44670 \end_layout
44671
44672 \end_inset
44673 </cell>
44674 </row>
44675 <row>
44676 <cell alignment="left" valignment="top" usebox="none">
44677 \begin_inset Text
44678
44679 \begin_layout Plain Layout
44680 \begin_inset ERT
44681 status collapsed
44682
44683 \begin_layout Plain Layout
44684
44685
44686 \backslash
44687 fcolorbox{black}{
44688 \end_layout
44689
44690 \end_inset
44691
44692 Tan
44693 \begin_inset ERT
44694 status collapsed
44695
44696 \begin_layout Plain Layout
44697
44698 }{
44699 \end_layout
44700
44701 \end_inset
44702
44703
44704 \begin_inset Phantom Phantom
44705 status open
44706
44707 \begin_layout Plain Layout
44708 W
44709 \end_layout
44710
44711 \end_inset
44712
44713
44714 \begin_inset ERT
44715 status collapsed
44716
44717 \begin_layout Plain Layout
44718
44719 }
44720 \end_layout
44721
44722 \end_inset
44723
44724  Tan
44725 \end_layout
44726
44727 \end_inset
44728 </cell>
44729 <cell alignment="left" valignment="top" usebox="none">
44730 \begin_inset Text
44731
44732 \begin_layout Plain Layout
44733 \begin_inset ERT
44734 status collapsed
44735
44736 \begin_layout Plain Layout
44737
44738
44739 \backslash
44740 fcolorbox{black}{
44741 \end_layout
44742
44743 \end_inset
44744
44745 TealBlue
44746 \begin_inset ERT
44747 status collapsed
44748
44749 \begin_layout Plain Layout
44750
44751 }{
44752 \end_layout
44753
44754 \end_inset
44755
44756
44757 \begin_inset Phantom Phantom
44758 status open
44759
44760 \begin_layout Plain Layout
44761 W
44762 \end_layout
44763
44764 \end_inset
44765
44766
44767 \begin_inset ERT
44768 status collapsed
44769
44770 \begin_layout Plain Layout
44771
44772 }
44773 \end_layout
44774
44775 \end_inset
44776
44777  TealBlue
44778 \end_layout
44779
44780 \end_inset
44781 </cell>
44782 <cell alignment="left" valignment="top" usebox="none">
44783 \begin_inset Text
44784
44785 \begin_layout Plain Layout
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791
44792 \backslash
44793 fcolorbox{black}{
44794 \end_layout
44795
44796 \end_inset
44797
44798 Thistle
44799 \begin_inset ERT
44800 status collapsed
44801
44802 \begin_layout Plain Layout
44803
44804 }{
44805 \end_layout
44806
44807 \end_inset
44808
44809
44810 \begin_inset Phantom Phantom
44811 status open
44812
44813 \begin_layout Plain Layout
44814 W
44815 \end_layout
44816
44817 \end_inset
44818
44819
44820 \begin_inset ERT
44821 status collapsed
44822
44823 \begin_layout Plain Layout
44824
44825 }
44826 \end_layout
44827
44828 \end_inset
44829
44830  Thistle
44831 \end_layout
44832
44833 \end_inset
44834 </cell>
44835 <cell alignment="left" valignment="top" usebox="none">
44836 \begin_inset Text
44837
44838 \begin_layout Plain Layout
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844
44845 \backslash
44846 fcolorbox{black}{
44847 \end_layout
44848
44849 \end_inset
44850
44851 Turquoise
44852 \begin_inset ERT
44853 status collapsed
44854
44855 \begin_layout Plain Layout
44856
44857 }{
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset Phantom Phantom
44864 status open
44865
44866 \begin_layout Plain Layout
44867 W
44868 \end_layout
44869
44870 \end_inset
44871
44872
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }
44879 \end_layout
44880
44881 \end_inset
44882
44883  Turquoise
44884 \end_layout
44885
44886 \end_inset
44887 </cell>
44888 </row>
44889 <row>
44890 <cell alignment="left" valignment="top" usebox="none">
44891 \begin_inset Text
44892
44893 \begin_layout Plain Layout
44894 \begin_inset ERT
44895 status collapsed
44896
44897 \begin_layout Plain Layout
44898
44899
44900 \backslash
44901 fcolorbox{black}{
44902 \end_layout
44903
44904 \end_inset
44905
44906 Violet
44907 \begin_inset ERT
44908 status collapsed
44909
44910 \begin_layout Plain Layout
44911
44912 }{
44913 \end_layout
44914
44915 \end_inset
44916
44917
44918 \begin_inset Phantom Phantom
44919 status open
44920
44921 \begin_layout Plain Layout
44922 W
44923 \end_layout
44924
44925 \end_inset
44926
44927
44928 \begin_inset ERT
44929 status collapsed
44930
44931 \begin_layout Plain Layout
44932
44933 }
44934 \end_layout
44935
44936 \end_inset
44937
44938  Violet
44939 \end_layout
44940
44941 \end_inset
44942 </cell>
44943 <cell alignment="left" valignment="top" usebox="none">
44944 \begin_inset Text
44945
44946 \begin_layout Plain Layout
44947 \begin_inset ERT
44948 status collapsed
44949
44950 \begin_layout Plain Layout
44951
44952
44953 \backslash
44954 fcolorbox{black}{
44955 \end_layout
44956
44957 \end_inset
44958
44959 VioletRed
44960 \begin_inset ERT
44961 status collapsed
44962
44963 \begin_layout Plain Layout
44964
44965 }{
44966 \end_layout
44967
44968 \end_inset
44969
44970
44971 \begin_inset Phantom Phantom
44972 status open
44973
44974 \begin_layout Plain Layout
44975 W
44976 \end_layout
44977
44978 \end_inset
44979
44980
44981 \begin_inset ERT
44982 status collapsed
44983
44984 \begin_layout Plain Layout
44985
44986 }
44987 \end_layout
44988
44989 \end_inset
44990
44991  VioletRed
44992 \end_layout
44993
44994 \end_inset
44995 </cell>
44996 <cell alignment="left" valignment="top" usebox="none">
44997 \begin_inset Text
44998
44999 \begin_layout Plain Layout
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005
45006 \backslash
45007 fcolorbox{black}{
45008 \end_layout
45009
45010 \end_inset
45011
45012 WildStrawberry
45013 \begin_inset ERT
45014 status collapsed
45015
45016 \begin_layout Plain Layout
45017
45018 }{
45019 \end_layout
45020
45021 \end_inset
45022
45023
45024 \begin_inset Phantom Phantom
45025 status open
45026
45027 \begin_layout Plain Layout
45028 W
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \begin_inset ERT
45035 status collapsed
45036
45037 \begin_layout Plain Layout
45038
45039 }
45040 \end_layout
45041
45042 \end_inset
45043
45044  WildStrawberry
45045 \end_layout
45046
45047 \end_inset
45048 </cell>
45049 <cell alignment="left" valignment="top" usebox="none">
45050 \begin_inset Text
45051
45052 \begin_layout Plain Layout
45053 \begin_inset ERT
45054 status collapsed
45055
45056 \begin_layout Plain Layout
45057
45058
45059 \backslash
45060 fcolorbox{black}{
45061 \end_layout
45062
45063 \end_inset
45064
45065 YellowGreen
45066 \begin_inset ERT
45067 status collapsed
45068
45069 \begin_layout Plain Layout
45070
45071 }{
45072 \end_layout
45073
45074 \end_inset
45075
45076
45077 \begin_inset Phantom Phantom
45078 status open
45079
45080 \begin_layout Plain Layout
45081 W
45082 \end_layout
45083
45084 \end_inset
45085
45086
45087 \begin_inset ERT
45088 status collapsed
45089
45090 \begin_layout Plain Layout
45091
45092 }
45093 \end_layout
45094
45095 \end_inset
45096
45097  YellowGreen
45098 \end_layout
45099
45100 \end_inset
45101 </cell>
45102 </row>
45103 <row>
45104 <cell alignment="left" valignment="top" usebox="none">
45105 \begin_inset Text
45106
45107 \begin_layout Plain Layout
45108 \begin_inset ERT
45109 status collapsed
45110
45111 \begin_layout Plain Layout
45112
45113
45114 \backslash
45115 fcolorbox{black}{
45116 \end_layout
45117
45118 \end_inset
45119
45120 YellowOrange
45121 \begin_inset ERT
45122 status collapsed
45123
45124 \begin_layout Plain Layout
45125
45126 }{
45127 \end_layout
45128
45129 \end_inset
45130
45131
45132 \begin_inset Phantom Phantom
45133 status open
45134
45135 \begin_layout Plain Layout
45136 W
45137 \end_layout
45138
45139 \end_inset
45140
45141
45142 \begin_inset ERT
45143 status collapsed
45144
45145 \begin_layout Plain Layout
45146
45147 }
45148 \end_layout
45149
45150 \end_inset
45151
45152  YellowOrange
45153 \end_layout
45154
45155 \end_inset
45156 </cell>
45157 <cell alignment="left" valignment="top" usebox="none">
45158 \begin_inset Text
45159
45160 \begin_layout Plain Layout
45161
45162 \end_layout
45163
45164 \end_inset
45165 </cell>
45166 <cell alignment="left" valignment="top" usebox="none">
45167 \begin_inset Text
45168
45169 \begin_layout Plain Layout
45170
45171 \end_layout
45172
45173 \end_inset
45174 </cell>
45175 <cell alignment="left" valignment="top" usebox="none">
45176 \begin_inset Text
45177
45178 \begin_layout Plain Layout
45179
45180 \end_layout
45181
45182 \end_inset
45183 </cell>
45184 </row>
45185 </lyxtabular>
45186
45187 \end_inset
45188
45189
45190 \end_layout
45191
45192 \begin_layout Chapter
45193 Erklärung der Gleichung
45194 \begin_inset space ~
45195 \end_inset
45196
45197 (
45198 \begin_inset CommandInset ref
45199 LatexCommand ref
45200 reference "eq:Wgn"
45201
45202 \end_inset
45203
45204 )
45205 \begin_inset CommandInset label
45206 LatexCommand label
45207 name "kap:Erläuterung-einer-Gleichung"
45208
45209 \end_inset
45210
45211
45212 \end_layout
45213
45214 \begin_layout Standard
45215 Die Gesamtbreite von
45216 \emph on
45217  n
45218 \emph default
45219  Tabellenzellen 
45220 \begin_inset Formula $W_{\mathrm{tot\, n}}$
45221 \end_inset
45222
45223  kann wie folgt berechnet werden:
45224 \begin_inset Formula 
45225 \begin{equation}
45226 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45227 \end{equation}
45228
45229 \end_inset
45230
45231
45232 \end_layout
45233
45234 \begin_layout Standard
45235 Dabei ist 
45236 \begin_inset Formula $W_{g\, n}$
45237 \end_inset
45238
45239  die Breite jeder Zelle.
45240
45241 \series bold
45242  
45243 \backslash
45244 tabcolsep
45245 \series default
45246  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
45247  Standardwert 6
45248 \begin_inset space \thinspace{}
45249 \end_inset
45250
45251 pt.
45252  
45253 \series bold
45254
45255 \backslash
45256 arrayrulewidth
45257 \series default
45258  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45259 \begin_inset space \thinspace{}
45260 \end_inset
45261
45262 pt.
45263 \end_layout
45264
45265 \begin_layout Standard
45266 Nach Gleichung
45267 \begin_inset space ~
45268 \end_inset
45269
45270
45271 \begin_inset CommandInset ref
45272 LatexCommand ref
45273 reference "eq:Wtot_n"
45274
45275 \end_inset
45276
45277  ist die Gesamtbreite einer Mehrfachspalte, 
45278 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
45279 \end_inset
45280
45281 ,
45282 \begin_inset Formula 
45283 \begin{equation}
45284 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45285 \end{equation}
45286
45287 \end_inset
45288
45289
45290 \end_layout
45291
45292 \begin_layout Standard
45293 Setzt man die Gleichungen
45294 \begin_inset space ~
45295 \end_inset
45296
45297
45298 \begin_inset CommandInset ref
45299 LatexCommand ref
45300 reference "eq:Wtot_n"
45301
45302 \end_inset
45303
45304  und 
45305 \begin_inset CommandInset ref
45306 LatexCommand ref
45307 reference "eq:Wtot_mult"
45308
45309 \end_inset
45310
45311  gleich, kann man die benötigte Breite 
45312 \begin_inset Formula $W_{g\, n}$
45313 \end_inset
45314
45315 , wenn 
45316 \emph on
45317 n
45318 \emph default
45319  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45320 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
45321 \end_inset
45322
45323  hat, berechnen:
45324 \begin_inset Formula 
45325 \begin{equation}
45326 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45327 \end{equation}
45328
45329 \end_inset
45330
45331
45332 \end_layout
45333
45334 \begin_layout Bibliography
45335 \begin_inset CommandInset bibitem
45336 LatexCommand bibitem
45337 key "latexcompanion"
45338
45339 \end_inset
45340
45341 Frank Mittelbach and Michel Goossens: 
45342 \emph on
45343 The LaTeX Companion Second Edition.
45344
45345 \emph default
45346  Addison-Wesley, 2004
45347 \end_layout
45348
45349 \begin_layout Bibliography
45350 \begin_inset CommandInset bibitem
45351 LatexCommand bibitem
45352 key "latexguide"
45353
45354 \end_inset
45355
45356 Helmut Kopka and Patrick W.
45357  Daly: 
45358 \emph on
45359 A Guide to LaTeX Fourth Edition.
45360
45361 \emph default
45362  Addison-Wesley, 2003
45363 \end_layout
45364
45365 \begin_layout Bibliography
45366 \begin_inset CommandInset bibitem
45367 LatexCommand bibitem
45368 key "lamport"
45369
45370 \end_inset
45371
45372 Leslie Lamport: 
45373 \emph on
45374 LaTeX: A Document Preparation System.
45375
45376 \emph default
45377  Addison-Wesley, second edition, 1994
45378 \end_layout
45379
45380 \begin_layout Bibliography
45381 \begin_inset CommandInset bibitem
45382 LatexCommand bibitem
45383 key "latex-praxisbuch"
45384
45385 \end_inset
45386
45387 Niedermair, Elke & Michael: 
45388 \emph on
45389 LaTeX-Praxisbuch
45390 \emph default
45391 , Franzis-Verlag, 2004
45392 \end_layout
45393
45394 \begin_layout Bibliography
45395 \begin_inset CommandInset bibitem
45396 LatexCommand bibitem
45397 key "arydshln"
45398
45399 \end_inset
45400
45401 Dokumentation des LaTeX-Pakets 
45402 \series bold
45403
45404 \begin_inset CommandInset href
45405 LatexCommand href
45406 name "arydshln"
45407 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45408
45409 \end_inset
45410
45411
45412 \series default
45413
45414 \begin_inset Index idx
45415 status collapsed
45416
45417 \begin_layout Plain Layout
45418 LaTeX-Pakete ! arydshln
45419 \end_layout
45420
45421 \end_inset
45422
45423
45424 \end_layout
45425
45426 \begin_layout Bibliography
45427 \begin_inset CommandInset bibitem
45428 LatexCommand bibitem
45429 key "booktabs"
45430
45431 \end_inset
45432
45433 Dokumentation des LaTeX-Pakets 
45434 \series bold
45435
45436 \begin_inset CommandInset href
45437 LatexCommand href
45438 name "booktabs"
45439 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45440
45441 \end_inset
45442
45443
45444 \series default
45445
45446 \begin_inset Index idx
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450 LaTeX-Pakete ! booktabs
45451 \end_layout
45452
45453 \end_inset
45454
45455
45456 \end_layout
45457
45458 \begin_layout Bibliography
45459 \begin_inset CommandInset bibitem
45460 LatexCommand bibitem
45461 key "caption"
45462
45463 \end_inset
45464
45465 Dokumentation des LaTeX-Pakets 
45466 \series bold
45467
45468 \begin_inset CommandInset href
45469 LatexCommand href
45470 name "caption"
45471 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45472
45473 \end_inset
45474
45475
45476 \series default
45477
45478 \begin_inset Index idx
45479 status collapsed
45480
45481 \begin_layout Plain Layout
45482 LaTeX-Pakete ! caption
45483 \end_layout
45484
45485 \end_inset
45486
45487
45488 \end_layout
45489
45490 \begin_layout Bibliography
45491 \begin_inset CommandInset bibitem
45492 LatexCommand bibitem
45493 key "diagbox"
45494
45495 \end_inset
45496
45497 Dokumentation des LaTeX-Pakets 
45498 \series bold
45499
45500 \begin_inset CommandInset href
45501 LatexCommand href
45502 name "diagbox"
45503 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45504
45505 \end_inset
45506
45507
45508 \series default
45509
45510 \begin_inset Index idx
45511 status collapsed
45512
45513 \begin_layout Plain Layout
45514 LaTeX-Pakete ! diagbox
45515 \end_layout
45516
45517 \end_inset
45518
45519
45520 \end_layout
45521
45522 \begin_layout Bibliography
45523 \begin_inset CommandInset bibitem
45524 LatexCommand bibitem
45525 key "endfloat"
45526
45527 \end_inset
45528
45529 Dokumentation des LaTeX-Pakets 
45530 \series bold
45531
45532 \begin_inset CommandInset href
45533 LatexCommand href
45534 name "endfloat"
45535 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45536
45537 \end_inset
45538
45539
45540 \series default
45541
45542 \begin_inset Index idx
45543 status collapsed
45544
45545 \begin_layout Plain Layout
45546 LaTeX-Pakete ! endfloat
45547 \end_layout
45548
45549 \end_inset
45550
45551
45552 \end_layout
45553
45554 \begin_layout Bibliography
45555 \begin_inset CommandInset bibitem
45556 LatexCommand bibitem
45557 key "footmisc"
45558
45559 \end_inset
45560
45561 Dokumentation des LaTeX-Pakets 
45562 \series bold
45563
45564 \begin_inset CommandInset href
45565 LatexCommand href
45566 name "footmisc"
45567 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45568
45569 \end_inset
45570
45571
45572 \series default
45573
45574 \begin_inset Index idx
45575 status collapsed
45576
45577 \begin_layout Plain Layout
45578 LaTeX-Pakete ! footmisc
45579 \end_layout
45580
45581 \end_inset
45582
45583
45584 \end_layout
45585
45586 \begin_layout Bibliography
45587 \begin_inset CommandInset bibitem
45588 LatexCommand bibitem
45589 key "hypcap"
45590
45591 \end_inset
45592
45593 Dokumentation des LaTeX-Pakets 
45594 \series bold
45595
45596 \begin_inset CommandInset href
45597 LatexCommand href
45598 name "hypcap"
45599 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45600
45601 \end_inset
45602
45603
45604 \series default
45605
45606 \begin_inset Index idx
45607 status collapsed
45608
45609 \begin_layout Plain Layout
45610 LaTeX-Pakete ! hypcap
45611 \end_layout
45612
45613 \end_inset
45614
45615
45616 \end_layout
45617
45618 \begin_layout Bibliography
45619 \begin_inset CommandInset bibitem
45620 LatexCommand bibitem
45621 key "hyperref"
45622
45623 \end_inset
45624
45625 Dokumentation des LaTeX-Pakets 
45626 \series bold
45627
45628 \begin_inset CommandInset href
45629 LatexCommand href
45630 name "hyperref"
45631 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45632
45633 \end_inset
45634
45635
45636 \series default
45637
45638 \begin_inset Index idx
45639 status collapsed
45640
45641 \begin_layout Plain Layout
45642 LaTeX-Pakete ! hyperref
45643 \end_layout
45644
45645 \end_inset
45646
45647
45648 \end_layout
45649
45650 \begin_layout Bibliography
45651 \begin_inset CommandInset bibitem
45652 LatexCommand bibitem
45653 key "KOMA-Script"
45654
45655 \end_inset
45656
45657 Dokumentation des LaTeX-Pakets 
45658 \series bold
45659
45660 \begin_inset CommandInset href
45661 LatexCommand href
45662 name "KOMA-Script"
45663 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/scrguien.pdf"
45664
45665 \end_inset
45666
45667
45668 \series default
45669
45670 \begin_inset Index idx
45671 status collapsed
45672
45673 \begin_layout Plain Layout
45674 LaTeX-Pakete ! KOMA-Script
45675 \end_layout
45676
45677 \end_inset
45678
45679
45680 \end_layout
45681
45682 \begin_layout Bibliography
45683 \begin_inset CommandInset bibitem
45684 LatexCommand bibitem
45685 key "lettrine"
45686
45687 \end_inset
45688
45689 Dokumentation des LaTeX-Pakets 
45690 \series bold
45691
45692 \begin_inset CommandInset href
45693 LatexCommand href
45694 name "lettrine"
45695 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45696
45697 \end_inset
45698
45699
45700 \series default
45701  und ein 
45702 \begin_inset CommandInset href
45703 LatexCommand href
45704 name "Beispiel"
45705 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45706
45707 \end_inset
45708
45709
45710 \begin_inset Index idx
45711 status collapsed
45712
45713 \begin_layout Plain Layout
45714 LaTeX-Pakete ! lettrine
45715 \end_layout
45716
45717 \end_inset
45718
45719
45720 \end_layout
45721
45722 \begin_layout Bibliography
45723 \begin_inset CommandInset bibitem
45724 LatexCommand bibitem
45725 key "listings"
45726
45727 \end_inset
45728
45729 Dokumentation des LaTeX-Pakets 
45730 \series bold
45731
45732 \begin_inset CommandInset href
45733 LatexCommand href
45734 name "listings"
45735 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45736
45737 \end_inset
45738
45739
45740 \series default
45741
45742 \begin_inset Index idx
45743 status collapsed
45744
45745 \begin_layout Plain Layout
45746 LaTeX-Pakete ! listings
45747 \end_layout
45748
45749 \end_inset
45750
45751
45752 \end_layout
45753
45754 \begin_layout Bibliography
45755 \begin_inset CommandInset bibitem
45756 LatexCommand bibitem
45757 key "marginnote"
45758
45759 \end_inset
45760
45761 Dokumentation des LaTeX-Pakets 
45762 \series bold
45763
45764 \begin_inset CommandInset href
45765 LatexCommand href
45766 name "marginnote"
45767 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45768
45769 \end_inset
45770
45771
45772 \series default
45773
45774 \begin_inset Index idx
45775 status collapsed
45776
45777 \begin_layout Plain Layout
45778 LaTeX-Pakete ! marginnote
45779 \end_layout
45780
45781 \end_inset
45782
45783
45784 \end_layout
45785
45786 \begin_layout Bibliography
45787 \begin_inset CommandInset bibitem
45788 LatexCommand bibitem
45789 key "pdfpages"
45790
45791 \end_inset
45792
45793 Dokumentation des LaTeX-Pakets 
45794 \series bold
45795
45796 \begin_inset CommandInset href
45797 LatexCommand href
45798 name "pdfpages"
45799 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45800
45801 \end_inset
45802
45803
45804 \series default
45805
45806 \begin_inset Index idx
45807 status collapsed
45808
45809 \begin_layout Plain Layout
45810 LaTeX-Pakete ! pdfpages
45811 \end_layout
45812
45813 \end_inset
45814
45815
45816 \end_layout
45817
45818 \begin_layout Bibliography
45819 \begin_inset CommandInset bibitem
45820 LatexCommand bibitem
45821 key "prettyref"
45822
45823 \end_inset
45824
45825 Dokumentation des LaTeX-Pakets 
45826 \series bold
45827
45828 \begin_inset CommandInset href
45829 LatexCommand href
45830 name "prettyref"
45831 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45832
45833 \end_inset
45834
45835
45836 \series default
45837
45838 \begin_inset Index idx
45839 status collapsed
45840
45841 \begin_layout Plain Layout
45842 LaTeX-Pakete ! prettyref
45843 \end_layout
45844
45845 \end_inset
45846
45847
45848 \end_layout
45849
45850 \begin_layout Bibliography
45851 \begin_inset CommandInset bibitem
45852 LatexCommand bibitem
45853 key "pstricks"
45854
45855 \end_inset
45856
45857 Webseite des LaTeX-Pakets 
45858 \series bold
45859
45860 \begin_inset CommandInset href
45861 LatexCommand href
45862 name "PSTricks"
45863 target "http://tug.org/PSTricks/"
45864
45865 \end_inset
45866
45867
45868 \series default
45869
45870 \begin_inset Index idx
45871 status collapsed
45872
45873 \begin_layout Plain Layout
45874 LaTeX-Pakete ! pstricks
45875 \end_layout
45876
45877 \end_inset
45878
45879
45880 \end_layout
45881
45882 \begin_layout Bibliography
45883 \begin_inset CommandInset bibitem
45884 LatexCommand bibitem
45885 key "refstyle"
45886
45887 \end_inset
45888
45889 Dokumentation des LaTeX-Pakets 
45890 \series bold
45891
45892 \begin_inset CommandInset href
45893 LatexCommand href
45894 name "refstyle"
45895 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45896
45897 \end_inset
45898
45899
45900 \series default
45901
45902 \begin_inset Index idx
45903 status collapsed
45904
45905 \begin_layout Plain Layout
45906 LaTeX-Pakete ! refstyle
45907 \end_layout
45908
45909 \end_inset
45910
45911
45912 \end_layout
45913
45914 \begin_layout Bibliography
45915 \begin_inset CommandInset bibitem
45916 LatexCommand bibitem
45917 key "sidecap"
45918
45919 \end_inset
45920
45921 Dokumentation des LaTeX-Pakets 
45922 \series bold
45923
45924 \begin_inset CommandInset href
45925 LatexCommand href
45926 name "sidecap"
45927 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45928
45929 \end_inset
45930
45931
45932 \series default
45933
45934 \begin_inset Index idx
45935 status collapsed
45936
45937 \begin_layout Plain Layout
45938 LaTeX-Pakete ! sidecap
45939 \end_layout
45940
45941 \end_inset
45942
45943
45944 \end_layout
45945
45946 \begin_layout Bibliography
45947 \begin_inset CommandInset bibitem
45948 LatexCommand bibitem
45949 key "NeuInLyX20"
45950
45951 \end_inset
45952
45953
45954 \begin_inset CommandInset href
45955 LatexCommand href
45956 name "Wiki-Seite"
45957 target "http://wiki.lyx.org/LyX/NewInLyX20"
45958
45959 \end_inset
45960
45961  über neue Funktionen in 
45962 \family sans
45963 LyX 2.0
45964 \family default
45965 .
45966 \end_layout
45967
45968 \begin_layout Standard
45969 \begin_inset CommandInset index_print
45970 LatexCommand printindex
45971 type "idx"
45972
45973 \end_inset
45974
45975
45976 \end_layout
45977
45978 \end_body
45979 \end_document