]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
French manuals: sync with branch
[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 Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
30027  und sie können nur einen Absatz enthalten.
30028  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \begin_inset VSpace defskip
30033 \end_inset
30034
30035 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
30036  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
30037  wird der Befehl 
30038 \series bold
30039
30040 \backslash
30041 footnotemark{}
30042 \series default
30043  als TeX-Code eingefügt.
30044  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
30045 \series bold
30046
30047 \backslash
30048 footnotetext
30049 \series default
30050  nach der Tabelle eingegeben.
30051 \begin_inset Newline newline
30052 \end_inset
30053
30054 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
30055 \end_layout
30056
30057 \begin_layout Standard
30058
30059 \series bold
30060
30061 \backslash
30062 footnotetext{
30063 \series default
30064 Gedruckte Tabellenfußnote.
30065 \series bold
30066 }
30067 \end_layout
30068
30069 \begin_layout Standard
30070 \begin_inset Tabular
30071 <lyxtabular version="3" rows="2" columns="1">
30072 <features rotate="0" tabularvalignment="middle">
30073 <column alignment="center" valignment="top">
30074 <row>
30075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30076 \begin_inset Text
30077
30078 \begin_layout Plain Layout
30079 Dies ist ein Beispieltext.
30080 \begin_inset Foot
30081 status open
30082
30083 \begin_layout Plain Layout
30084 Diese Fußnote wird nicht gedruckt!
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 </row>
30095 <row>
30096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30097 \begin_inset Text
30098
30099 \begin_layout Plain Layout
30100 Dies ist ein Beispieltext.
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 footnotemark{}
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \end_inset
30117 </cell>
30118 </row>
30119 </lyxtabular>
30120
30121 \end_inset
30122
30123
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 footnotetext{
30132 \end_layout
30133
30134 \end_inset
30135
30136 Gedruckte Tabellenfußnote.
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 }
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151 Fußnoten in langen Tabellen sind in Abschnitt
30152 \begin_inset space ~
30153 \end_inset
30154
30155
30156 \begin_inset CommandInset ref
30157 LatexCommand ref
30158 reference "uab:Fußnoten-in-langen"
30159
30160 \end_inset
30161
30162  beschrieben.
30163 \end_layout
30164
30165 \begin_layout Standard
30166 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30167  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30168  innerhalb einer Seite ist.
30169  (Mehr über Minipages ist in Abschnitt
30170 \begin_inset space ~
30171 \end_inset
30172
30173
30174 \begin_inset CommandInset ref
30175 LatexCommand ref
30176 reference "abs:Minipage"
30177
30178 \end_inset
30179
30180  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30181  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30182  Methode mit 
30183 \series bold
30184
30185 \backslash
30186 footnotemark{}
30187 \series default
30188  und 
30189 \series bold
30190
30191 \backslash
30192 footnotetext
30193 \series default
30194 .
30195 \end_layout
30196
30197 \begin_layout Standard
30198 \begin_inset Box Frameless
30199 position "t"
30200 hor_pos "c"
30201 has_inner_box 1
30202 inner_pos "t"
30203 use_parbox 0
30204 use_makebox 0
30205 width "100col%"
30206 special "none"
30207 height "1in"
30208 height_special "totalheight"
30209 status open
30210
30211 \begin_layout Plain Layout
30212 Dies ist ein Beispieltext.in einer Minipage.
30213 \begin_inset Foot
30214 status open
30215
30216 \begin_layout Plain Layout
30217 Fußnote in einer Minipage.
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \end_layout
30224
30225 \begin_layout Plain Layout
30226 Dies ist ein Beispieltext.
30227  in einer Minipage.
30228 \begin_inset ERT
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232
30233
30234 \backslash
30235 footnotemark{}
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \end_layout
30247
30248 \begin_layout Standard
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 footnotetext{
30257 \end_layout
30258
30259 \end_inset
30260
30261 Fußnote außerhalb der Minipage.
30262 \begin_inset ERT
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266
30267 }
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 \begin_inset VSpace defskip
30277 \end_inset
30278
30279
30280 \end_layout
30281
30282 \begin_layout Standard
30283 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30284  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
30285 \series bold
30286
30287 \backslash
30288 footnotemark[Nummer]
30289 \series default
30290 .
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30295  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30296  Hinter Fußnote
30297 \begin_inset space ~
30298 \end_inset
30299
30300
30301 \begin_inset CommandInset ref
30302 LatexCommand ref
30303 reference "fuss:Fußnoten-Beispiel"
30304
30305 \end_inset
30306
30307  wurde das mit folgenden TeX-Code-Befehlen gemacht:
30308 \end_layout
30309
30310 \begin_layout Standard
30311
30312 \series bold
30313
30314 \backslash
30315 newcounter{MyRepeatFoot}
30316 \begin_inset Newline newline
30317 \end_inset
30318
30319
30320 \backslash
30321 setcounter{MyRepeatFoot}{
30322 \backslash
30323 thefootnote}
30324 \end_layout
30325
30326 \begin_layout Standard
30327 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
30328 \end_layout
30329
30330 \begin_layout Standard
30331
30332 \series bold
30333
30334 \backslash
30335 footnotemark[
30336 \backslash
30337 theMyRepeatFoot]
30338 \end_layout
30339
30340 \begin_layout Standard
30341 Hier ist eine wiederholte Fußnote:
30342 \begin_inset ERT
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347
30348 \backslash
30349 footnotemark[
30350 \backslash
30351 theMyRepeatFoot]
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30361  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30362 \end_layout
30363
30364 \begin_layout Standard
30365
30366 \series bold
30367
30368 \backslash
30369 footnotemark[
30370 \backslash
30371 thefootnote]
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Hier ist eine weitere wiederholte Fußnote:
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 footnotemark[
30384 \backslash
30385 thefootnote]
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \begin_layout Subsection
30394 Fußnoten-Nummerierung
30395 \begin_inset CommandInset label
30396 LatexCommand label
30397 name "uab:Fußnoten-Nummerierung"
30398
30399 \end_inset
30400
30401
30402 \begin_inset Index idx
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406 Fußnoten ! Nummerierung
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Standard
30415 Um Fußnoten nach jedem Abschnitt
30416 \family roman
30417  auf 1 zurückzusetzen, 
30418 \family default
30419 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30420 \end_layout
30421
30422 \begin_layout Standard
30423
30424 \series bold
30425
30426 \backslash
30427 @addtoreset{footnote}{section}
30428 \end_layout
30429
30430 \begin_layout Standard
30431 \begin_inset VSpace bigskip
30432 \end_inset
30433
30434 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30435  Zahlen:
30436 \end_layout
30437
30438 \begin_layout Standard
30439
30440 \series bold
30441
30442 \backslash
30443 renewcommand{
30444 \backslash
30445 thefootnote}{
30446 \backslash
30447 roman{footnote}}
30448 \end_layout
30449
30450 \begin_layout Standard
30451 \begin_inset ERT
30452 status collapsed
30453
30454 \begin_layout Plain Layout
30455
30456
30457 \backslash
30458 renewcommand{
30459 \backslash
30460 thefootnote}{
30461 \backslash
30462 roman{footnote}}
30463 \end_layout
30464
30465 \end_inset
30466
30467  Hier ist ein Beispiel für solch eine Fußnote:
30468 \begin_inset Foot
30469 status open
30470
30471 \begin_layout Plain Layout
30472 Dies ist eine Fußnote mit kleinen römischen Zahlen
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \end_layout
30479
30480 \begin_layout Standard
30481 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30482  in obigem Befehl 
30483 \series bold
30484
30485 \backslash
30486 roman
30487 \series default
30488  durch 
30489 \series bold
30490
30491 \backslash
30492 Roman
30493 \series default
30494 .
30495  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30496 \begin_inset Quotes gld
30497 \end_inset
30498
30499 nummerieren
30500 \begin_inset Quotes grd
30501 \end_inset
30502
30503 , verwenden Sie die Befehle 
30504 \series bold
30505
30506 \backslash
30507 Alph
30508 \series default
30509  oder 
30510 \series bold
30511
30512 \backslash
30513 alph
30514 \series default
30515 .
30516  Für die 
30517 \begin_inset Quotes gld
30518 \end_inset
30519
30520 Nummerierung
30521 \begin_inset Quotes grd
30522 \end_inset
30523
30524  mit Symbolen steht der Befehl 
30525 \series bold
30526
30527 \backslash
30528 fnsymbol
30529 \series default
30530  zur Verfügung.
30531 \end_layout
30532
30533 \begin_layout Standard
30534 \begin_inset Note Greyedout
30535 status open
30536
30537 \begin_layout Plain Layout
30538
30539 \series bold
30540 Bemerkung 1:
30541 \series default
30542  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30543  
30544 \emph on
30545 ein
30546 \emph default
30547  Buchstabe verwendet wird.
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Newline newline
30554 \end_inset
30555
30556
30557 \begin_inset Note Greyedout
30558 status open
30559
30560 \begin_layout Plain Layout
30561
30562 \series bold
30563 Bemerkung 2:
30564 \series default
30565  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \end_layout
30572
30573 \begin_layout Standard
30574 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30575 \series bold
30576
30577 \backslash
30578 arabic
30579 \series default
30580  anstelle von 
30581 \series bold
30582
30583 \backslash
30584 roman
30585 \series default
30586  in obigem Befehl.
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592
30593 \backslash
30594 renewcommand{
30595 \backslash
30596 thefootnote}{
30597 \backslash
30598 arabic{footnote}}
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Standard
30607 \begin_inset VSpace bigskip
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30615 \begin_inset Quotes gld
30616 \end_inset
30617
30618 Kapitel.Fußnote
30619 \begin_inset Quotes grd
30620 \end_inset
30621
30622  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30623 \end_layout
30624
30625 \begin_layout Standard
30626
30627 \series bold
30628
30629 \backslash
30630 numberwithin{footnote}{chapter}
30631 \end_layout
30632
30633 \begin_layout Standard
30634 Um 
30635 \series bold
30636
30637 \backslash
30638 numberwithin
30639 \series default
30640  benutzen zu können, muss in den 
30641 \family sans
30642 Mathe
30643 \begin_inset space ~
30644 \end_inset
30645
30646 Optionen
30647 \family default
30648  der 
30649 \family sans
30650 Dokument-Einstellungen
30651 \family default
30652  
30653 \family sans
30654 AMS
30655 \begin_inset space ~
30656 \end_inset
30657
30658 Mathe
30659 \begin_inset space ~
30660 \end_inset
30661
30662 Paket
30663 \family default
30664
30665 \begin_inset space ~
30666 \end_inset
30667
30668
30669 \family sans
30670 verwenden
30671 \family default
30672  angekreuzt sein.
30673 \begin_inset ERT
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677
30678
30679 \backslash
30680 numberwithin{footnote}{chapter}
30681 \end_layout
30682
30683 \end_inset
30684
30685  Hier ist ein Beispiel für solch eine Fußnote.
30686 \series bold
30687
30688 \begin_inset Foot
30689 status open
30690
30691 \begin_layout Plain Layout
30692 Dies ist eine Fußnote nach dem Schema 
30693 \begin_inset Quotes gld
30694 \end_inset
30695
30696 Kapitel.Fußnote
30697 \begin_inset Quotes grd
30698 \end_inset
30699
30700 .
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \series default
30707
30708 \begin_inset ERT
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713
30714 \backslash
30715 renewcommand{
30716 \backslash
30717 thefootnote}{
30718 \backslash
30719 arabic{footnote}}
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 \begin_inset Note Greyedout
30729 status open
30730
30731 \begin_layout Plain Layout
30732
30733 \series bold
30734 Bemerkung:
30735 \series default
30736  
30737 \series bold
30738
30739 \backslash
30740 numberwithin
30741 \series default
30742  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30743  werden überschrieben.
30744 \end_layout
30745
30746 \end_inset
30747
30748
30749 \end_layout
30750
30751 \begin_layout Standard
30752 Um also z.
30753 \begin_inset space \thinspace{}
30754 \end_inset
30755
30756 B.
30757  das Schema 
30758 \begin_inset Quotes gld
30759 \end_inset
30760
30761 Kapitel.
30762 \backslash
30763 Roman{footnote}
30764 \begin_inset Quotes grd
30765 \end_inset
30766
30767  zu erhalten, muss dieser Befehl anstelle von 
30768 \series bold
30769
30770 \backslash
30771 numberwithin
30772 \series default
30773  verwendet werden:
30774 \end_layout
30775
30776 \begin_layout Standard
30777
30778 \series bold
30779
30780 \backslash
30781 renewcommand{
30782 \backslash
30783 thefootnote}{
30784 \backslash
30785 thechapter.
30786 \backslash
30787 Roman{footnote}}
30788 \end_layout
30789
30790 \begin_layout Subsection
30791 Fußnoten-Platzierung
30792 \begin_inset Index idx
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796 Fußnoten ! Platzierung
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \begin_layout Standard
30805 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30806  ohne Zwischenraum am Ende der Seite gedruckt.
30807  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30808  LaTeX-Vorspann 1.5
30809 \begin_inset space \thinspace{}
30810 \end_inset
30811
30812 mm Zwischenraum einfügen:
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 let
30821 \backslash
30822 myFoot
30823 \backslash
30824 footnote
30825 \begin_inset Newline newline
30826 \end_inset
30827
30828
30829 \backslash
30830 renewcommand{
30831 \backslash
30832 footnote}[1]{
30833 \backslash
30834 myFoot{#1
30835 \backslash
30836 vspace{1.5mm}}}
30837 \end_layout
30838
30839 \begin_layout Standard
30840 \begin_inset VSpace bigskip
30841 \end_inset
30842
30843 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30844  Spalte gedruckt, Abbildung
30845 \begin_inset space ~
30846 \end_inset
30847
30848
30849 \begin_inset CommandInset ref
30850 LatexCommand ref
30851 reference "abb:Standard-Fußnoten-Platzierung-in"
30852
30853 \end_inset
30854
30855 .
30856  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30857  in Abbildung
30858 \begin_inset space ~
30859 \end_inset
30860
30861
30862 \begin_inset CommandInset ref
30863 LatexCommand ref
30864 reference "abb:Fußnoten-Platzierung-in-einem"
30865
30866 \end_inset
30867
30868 , müssen Sie das LaTeX-Paket 
30869 \series bold
30870 ftnright
30871 \series default
30872
30873 \begin_inset Index idx
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877 LaTeX-Pakete ! ftnright
30878 \end_layout
30879
30880 \end_inset
30881
30882  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 usepackage{ftnright}
30891 \end_layout
30892
30893 \begin_layout Standard
30894 \begin_inset Float figure
30895 placement !h
30896 wide false
30897 sideways false
30898 status open
30899
30900 \begin_layout Plain Layout
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906
30907 \backslash
30908 framebox{
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Graphics
30915         filename ../clipart/without_fntright.pdf
30916         width 100col%
30917         scaleBeforeRotation
30918
30919 \end_inset
30920
30921
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927 }
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Plain Layout
30936 \begin_inset Caption Standard
30937
30938 \begin_layout Plain Layout
30939 \begin_inset CommandInset label
30940 LatexCommand label
30941 name "abb:Standard-Fußnoten-Platzierung-in"
30942
30943 \end_inset
30944
30945 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30946 \begin_inset Argument 1
30947 status open
30948
30949 \begin_layout Plain Layout
30950 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \begin_layout Standard
30969 \begin_inset Float figure
30970 placement !h
30971 wide false
30972 sideways false
30973 status open
30974
30975 \begin_layout Plain Layout
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981
30982 \backslash
30983 framebox{
30984 \end_layout
30985
30986 \end_inset
30987
30988
30989 \begin_inset Graphics
30990         filename ../clipart/with_fntright.pdf
30991         width 100col%
30992         scaleBeforeRotation
30993
30994 \end_inset
30995
30996
30997 \begin_inset ERT
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001
31002 }
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Plain Layout
31011 \begin_inset Caption Standard
31012
31013 \begin_layout Plain Layout
31014 \begin_inset CommandInset label
31015 LatexCommand label
31016 name "abb:Fußnoten-Platzierung-in-einem"
31017
31018 \end_inset
31019
31020 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
31021  
31022 \series bold
31023 ftnright
31024 \series default
31025 .
31026 \begin_inset Argument 1
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030 Fußnoten-Platzierung mit 
31031 \family typewriter
31032 ftnright
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \end_inset
31046
31047
31048 \end_layout
31049
31050 \begin_layout Standard
31051 \begin_inset VSpace bigskip
31052 \end_inset
31053
31054 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
31055  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
31056 \begin_inset space ~
31057 \end_inset
31058
31059
31060 \begin_inset CommandInset ref
31061 LatexCommand ref
31062 reference "abb:endnotes"
31063
31064 \end_inset
31065
31066  gedruckt.
31067  Man nennt sie dann 
31068 \begin_inset Quotes gld
31069 \end_inset
31070
31071 Endnoten
31072 \begin_inset Quotes grd
31073 \end_inset
31074
31075 .
31076 \begin_inset Index idx
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Endnoten
31081 \end_layout
31082
31083 \end_inset
31084
31085  Um das zu erreichen, laden Sie im Menü 
31086 \family sans
31087 Dokument\SpecialChar \menuseparator
31088 Einstellungen\SpecialChar \menuseparator
31089 Module 
31090 \family default
31091 das Modul 
31092 \family sans
31093 Fußnote
31094 \begin_inset space ~
31095 \end_inset
31096
31097 als
31098 \begin_inset space ~
31099 \end_inset
31100
31101 Endnote
31102 \family default
31103 .
31104  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
31105 \end_layout
31106
31107 \begin_layout Standard
31108
31109 \series bold
31110
31111 \backslash
31112 theendnotes
31113 \end_layout
31114
31115 \begin_layout Standard
31116 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
31117 \end_layout
31118
31119 \begin_layout Standard
31120 \begin_inset Float figure
31121 wide false
31122 sideways false
31123 status open
31124
31125 \begin_layout Plain Layout
31126 \align center
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 framebox{
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \begin_inset Graphics
31141         filename ../clipart/endnotes.pdf
31142         scaleBeforeRotation
31143
31144 \end_inset
31145
31146
31147 \begin_inset ERT
31148 status collapsed
31149
31150 \begin_layout Plain Layout
31151
31152 }
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Plain Layout
31161 \begin_inset Caption Standard
31162
31163 \begin_layout Plain Layout
31164 \begin_inset CommandInset label
31165 LatexCommand label
31166 name "abb:endnotes"
31167
31168 \end_inset
31169
31170
31171 \series bold
31172 endnotes
31173 \series default
31174  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31175  gedruckt.
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \begin_layout Standard
31189 \begin_inset VSpace medskip
31190 \end_inset
31191
31192 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31193 ache übersetzt.
31194  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
31195 \begin_inset Quotes gld
31196 \end_inset
31197
31198 Notes
31199 \begin_inset Quotes grd
31200 \end_inset
31201
31202  in 
31203 \begin_inset Quotes gld
31204 \end_inset
31205
31206 Anmerkungen
31207 \begin_inset Quotes grd
31208 \end_inset
31209
31210 :
31211 \end_layout
31212
31213 \begin_layout Standard
31214
31215 \series bold
31216
31217 \backslash
31218 renewcommand{
31219 \backslash
31220 notesname}{Anmerkungen}
31221 \end_layout
31222
31223 \begin_layout Standard
31224 \begin_inset VSpace medskip
31225 \end_inset
31226
31227 Wenn Sie in den Befehlen von Abschnitt
31228 \begin_inset space ~
31229 \end_inset
31230
31231
31232 \begin_inset CommandInset ref
31233 LatexCommand ref
31234 reference "uab:Fußnoten-Nummerierung"
31235
31236 \end_inset
31237
31238  
31239 \series bold
31240
31241 \backslash
31242 thefootnote
31243 \series default
31244  durch 
31245 \series bold
31246
31247 \backslash
31248 theendnote
31249 \series default
31250  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31251  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31252 \series bold
31253
31254 \backslash
31255 @addtoreset
31256 \series default
31257  wie in Abschnitt
31258 \begin_inset space \space{}
31259 \end_inset
31260
31261
31262 \begin_inset CommandInset ref
31263 LatexCommand ref
31264 reference "uab:Fußnoten-Nummerierung"
31265
31266 \end_inset
31267
31268  beschrieben und ersetzen 
31269 \series bold
31270 footnote
31271 \series default
31272  durch 
31273 \series bold
31274 endnote
31275 \series default
31276 .
31277 \end_layout
31278
31279 \begin_layout Standard
31280 Für Endnoten gibt es den Befehl 
31281 \series bold
31282
31283 \backslash
31284 endnotemark[Nummer]
31285 \series default
31286  analog zum Befehl 
31287 \series bold
31288
31289 \backslash
31290 footnotemark
31291 \series default
31292  der in Abschnitt
31293 \begin_inset space ~
31294 \end_inset
31295
31296
31297 \begin_inset CommandInset ref
31298 LatexCommand ref
31299 reference "abs:Fußnoten"
31300
31301 \end_inset
31302
31303  beschrieben ist.
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset VSpace bigskip
31308 \end_inset
31309
31310 Mit dem LaTeX-Paket 
31311 \series bold
31312 footmisc
31313 \series default
31314
31315 \begin_inset Index idx
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 LaTeX-Pakete ! footmisc
31320 \end_layout
31321
31322 \end_inset
31323
31324  (
31325 \begin_inset CommandInset citation
31326 LatexCommand cite
31327 key "footmisc"
31328
31329 \end_inset
31330
31331 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31332 \end_layout
31333
31334 \begin_layout Standard
31335 In LaTeX-Büchern, 
31336 \begin_inset CommandInset citation
31337 LatexCommand cite
31338 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31339
31340 \end_inset
31341
31342 , finden Sie weiteres zu Fußnoten.
31343  Wenn Sie eine 
31344 \series bold
31345 KOMA-Script
31346 \series default
31347
31348 \begin_inset Index idx
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 LaTeX-Pakete ! KOMA-Script
31353 \end_layout
31354
31355 \end_inset
31356
31357  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31358 zifische Befehle anpassen, siehe 
31359 \begin_inset CommandInset citation
31360 LatexCommand cite
31361 key "KOMA-Script"
31362
31363 \end_inset
31364
31365 .
31366 \end_layout
31367
31368 \begin_layout Section
31369 Randnotizen
31370 \begin_inset Index idx
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 Randnotizen
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \begin_inset Index idx
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384 Notizen ! Randnotizen
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \end_layout
31391
31392 \begin_layout Standard
31393 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31394  Sie fügen sie mit einem Klick auf den Schalter 
31395 \begin_inset Info
31396 type  "icon"
31397 arg   "marginalnote-insert"
31398 \end_inset
31399
31400  oder über 
31401 \family sans
31402 Einfügen\SpecialChar \menuseparator
31403 Randnotiz
31404 \family default
31405  ein.
31406  Ein graues Kästchen mit der Aufschrift 
31407 \begin_inset Quotes gld
31408 \end_inset
31409
31410 Rand
31411 \begin_inset Quotes grd
31412 \end_inset
31413
31414  erscheint
31415 \family roman
31416 \series medium
31417 , und dort, wo der Cursor steht, können Sie Text eingeben.
31418 \end_layout
31419
31420 \begin_layout Standard
31421 Hier am Rand sehen Sie eine Randnotiz.
31422  
31423 \begin_inset Marginal
31424 status open
31425
31426 \begin_layout Plain Layout
31427 Dies ist eine Randnotiz.
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31437  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31438  Seiten und rechts auf den ungeraden.
31439  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31440  wird und umgekehrt.
31441  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31442  wurde.
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \begin_inset VSpace bigskip
31447 \end_inset
31448
31449 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31450 \end_layout
31451
31452 \begin_layout Standard
31453
31454 \series bold
31455
31456 \backslash
31457 reversemarginpar
31458 \end_layout
31459
31460 \begin_layout Standard
31461 als TeX-Code vor einer Randnotiz ein.
31462  Das gilt dann für alle folgenden Randnotizen.
31463  
31464 \begin_inset ERT
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468
31469
31470 \backslash
31471 reversemarginpar 
31472 \end_layout
31473
31474 \end_inset
31475
31476
31477 \begin_inset Marginal
31478 status open
31479
31480 \begin_layout Plain Layout
31481 Hier ist ein Beispiel im inneren Rand.
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \begin_inset Newline newline
31488 \end_inset
31489
31490
31491 \begin_inset Note Greyedout
31492 status open
31493
31494 \begin_layout Plain Layout
31495  
31496 \series bold
31497 Achtung:
31498 \series default
31499  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31509 \end_layout
31510
31511 \begin_layout Standard
31512
31513 \series bold
31514
31515 \backslash
31516 normalmarginpar
31517 \end_layout
31518
31519 \begin_layout Standard
31520 als TeX-Code ein.
31521 \begin_inset ERT
31522 status collapsed
31523
31524 \begin_layout Plain Layout
31525
31526
31527 \backslash
31528 normalmarginpar 
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \begin_inset Note Greyedout
31538 status open
31539
31540 \begin_layout Plain Layout
31541
31542 \series bold
31543 Achtung:
31544 \series default
31545  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31546 \series bold
31547
31548 \backslash
31549 reversemarginpar
31550 \series default
31551  verwendet wird.
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \begin_layout Standard
31560 \begin_inset VSpace bigskip
31561 \end_inset
31562
31563
31564 \begin_inset Marginal
31565 status open
31566
31567 \begin_layout Plain Layout
31568
31569 \family roman
31570 \series medium
31571 EinSehrLangesWort am Anfang, das umgebrochen wird.
31572 \end_layout
31573
31574 \end_inset
31575
31576  Ähnlich wie in Abschnitt
31577 \begin_inset space ~
31578 \end_inset
31579
31580
31581 \begin_inset CommandInset ref
31582 LatexCommand ref
31583 reference "uab:Mehrfache-Zeilen-in"
31584
31585 \end_inset
31586
31587  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31588  Wort der Randnotiz sind.
31589  Um das zu vermeiden, fügen sie 0
31590 \begin_inset space \thinspace{}
31591 \end_inset
31592
31593 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31594 \begin_inset Marginal
31595 status open
31596
31597 \begin_layout Plain Layout
31598 \begin_inset space \hspace{}
31599 \length 0pt
31600 \end_inset
31601
31602
31603 \family roman
31604 \series medium
31605 EinSehrLangesWort am Anfang, das umgebrochen wird.
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Standard
31614 \begin_inset VSpace bigskip
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 \begin_inset Note Greyedout
31622 status open
31623
31624 \begin_layout Plain Layout
31625
31626 \series bold
31627 Bemerkung:
31628 \series default
31629  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31630  verwendet werden.
31631 \end_layout
31632
31633 \end_inset
31634
31635
31636 \end_layout
31637
31638 \begin_layout Standard
31639 \begin_inset VSpace bigskip
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Standard
31646 \begin_inset ERT
31647 status collapsed
31648
31649 \begin_layout Plain Layout
31650
31651
31652 \backslash
31653 ifmarginnote
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \begin_inset Note Note
31660 status open
31661
31662 \begin_layout Plain Layout
31663 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31664 \series bold
31665 marginnote
31666 \series default
31667  installiert ist.
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \end_layout
31674
31675 \begin_layout Standard
31676 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31677 \series bold
31678 marginnote
31679 \series default
31680
31681 \begin_inset Index idx
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685 LaTeX-Pakete ! marginnote
31686 \end_layout
31687
31688 \end_inset
31689
31690  verwendet wird.
31691  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31692  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31693  des Pakets 
31694 \series bold
31695 marginnote
31696 \series default
31697  für Randnotizen verwendet wird:
31698 \end_layout
31699
31700 \begin_layout Standard
31701
31702 \series bold
31703
31704 \backslash
31705 usepackage{marginnote}
31706 \begin_inset Newline newline
31707 \end_inset
31708
31709
31710 \backslash
31711 let
31712 \backslash
31713 marginpar
31714 \backslash
31715 marginnote
31716 \end_layout
31717
31718 \begin_layout Standard
31719 Dies wird auch in diesem Dokument verwendet, denn 
31720 \series bold
31721 marginnote
31722 \series default
31723  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31724  für Randnotizen angeben.
31725  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31726 n zu dicht beieinander sind.
31727  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31728  Schema
31729 \end_layout
31730
31731 \begin_layout Standard
31732
31733 \series bold
31734 [Versatz]
31735 \end_layout
31736
31737 \begin_layout Standard
31738 angegeben.
31739  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31740 \begin_inset space ~
31741 \end_inset
31742
31743
31744 \begin_inset CommandInset ref
31745 LatexCommand ref
31746 reference "tab:Maßeinheiten"
31747
31748 \end_inset
31749
31750  aufgelistet sind.
31751  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31752  nach unten.
31753  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31754 \begin_inset space \thinspace{}
31755 \end_inset
31756
31757 cm mit dem TeX-Code-Befehl  
31758 \begin_inset Quotes gld
31759 \end_inset
31760
31761
31762 \series bold
31763 [-1.5cm]
31764 \series default
31765
31766 \begin_inset Quotes grd
31767 \end_inset
31768
31769  nach oben versetzt.
31770 \begin_inset Marginal
31771 status open
31772
31773 \begin_layout Plain Layout
31774 Diese Randnotiz ist 1.5
31775 \begin_inset space \thinspace{}
31776 \end_inset
31777
31778 cm von ihrer Originalposition nach oben versetzt.
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \begin_inset ERT
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788
31789 [-1.5cm]
31790 \end_layout
31791
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Standard
31798 \begin_inset VSpace medskip
31799 \end_inset
31800
31801 Mit 
31802 \series bold
31803 marginnote
31804 \series default
31805  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31806  Zum Beispiel setzen die Befehle
31807 \end_layout
31808
31809 \begin_layout Standard
31810
31811 \series bold
31812
31813 \backslash
31814 renewcommand*{
31815 \backslash
31816 raggedleftmarginnote}{
31817 \backslash
31818 centering}
31819 \begin_inset Newline newline
31820 \end_inset
31821
31822
31823 \backslash
31824 renewcommand*{
31825 \backslash
31826 raggedrightmarginnote}{
31827 \backslash
31828 centering}
31829 \end_layout
31830
31831 \begin_layout Standard
31832 die Ausrichtung auf zentriert.
31833  
31834 \series bold
31835
31836 \backslash
31837 raggedleftmarginnote
31838 \series default
31839  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31840  
31841 \begin_inset ERT
31842 status collapsed
31843
31844 \begin_layout Plain Layout
31845
31846
31847 \backslash
31848 renewcommand*{
31849 \backslash
31850 raggedleftmarginnote}{
31851 \backslash
31852 centering}
31853 \end_layout
31854
31855 \begin_layout Plain Layout
31856
31857
31858 \backslash
31859 renewcommand*{
31860 \backslash
31861 raggedrightmarginnote}{
31862 \backslash
31863 centering}
31864 \end_layout
31865
31866 \end_inset
31867
31868
31869 \begin_inset Marginal
31870 status open
31871
31872 \begin_layout Plain Layout
31873 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31874 \end_layout
31875
31876 \end_inset
31877
31878  Die Voreinstellung ist
31879 \end_layout
31880
31881 \begin_layout Standard
31882
31883 \series bold
31884
31885 \backslash
31886 renewcommand*{
31887 \backslash
31888 raggedleftmarginnote}{
31889 \backslash
31890 raggedleft}
31891 \begin_inset Newline newline
31892 \end_inset
31893
31894
31895 \backslash
31896 renewcommand*{
31897 \backslash
31898 raggedrightmarginnote}{
31899 \backslash
31900 raggedright}
31901 \series default
31902
31903 \begin_inset ERT
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907
31908
31909 \backslash
31910 renewcommand*{
31911 \backslash
31912 raggedleftmarginnote}{
31913 \backslash
31914 raggedleft}
31915 \end_layout
31916
31917 \begin_layout Plain Layout
31918
31919
31920 \backslash
31921 renewcommand*{
31922 \backslash
31923 raggedrightmarginnote}{
31924 \backslash
31925 raggedright}
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \end_layout
31932
31933 \begin_layout Standard
31934 \begin_inset VSpace medskip
31935 \end_inset
31936
31937 Für weitere Fähigkeiten des Pakets 
31938 \series bold
31939 marginnote
31940 \series default
31941  sei auf dessen Dokumentation verwiesen 
31942 \begin_inset CommandInset citation
31943 LatexCommand cite
31944 key "marginnote"
31945
31946 \end_inset
31947
31948 .
31949 \end_layout
31950
31951 \begin_layout Standard
31952 \begin_inset VSpace bigskip
31953 \end_inset
31954
31955 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31956  geändert werden.
31957  Um z.
31958 \begin_inset space \thinspace{}
31959 \end_inset
31960
31961 B.
31962  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31963  und fettgedruckten Text 
31964 \begin_inset Quotes eld
31965 \end_inset
31966
31967
31968 \family sans
31969 \series bold
31970 \bar under
31971 Achtung!
31972 \family default
31973 \series default
31974 \bar default
31975
31976 \begin_inset Quotes erd
31977 \end_inset
31978
31979  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31980 \end_layout
31981
31982 \begin_layout Standard
31983
31984 \series bold
31985
31986 \backslash
31987 let
31988 \backslash
31989 myMarginpar
31990 \backslash
31991 marginpar
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995
31996 \backslash
31997 renewcommand{
31998 \backslash
31999 marginpar}[1]{
32000 \backslash
32001 myMarginpar{%
32002 \begin_inset Newline newline
32003 \end_inset
32004
32005
32006 \begin_inset Phantom HPhantom
32007 status open
32008
32009 \begin_layout Plain Layout
32010
32011 \series bold
32012 \begin_inset space ~
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \backslash
32022 hspace{0pt}
32023 \backslash
32024 textsf{
32025 \backslash
32026 textbf{
32027 \backslash
32028 underbar{Achtung!}}}%
32029 \begin_inset Newline newline
32030 \end_inset
32031
32032
32033 \begin_inset Phantom HPhantom
32034 status open
32035
32036 \begin_layout Plain Layout
32037
32038 \series bold
32039 \begin_inset space ~
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \backslash
32049 vspace{1.5mm}
32050 \backslash
32051
32052 \backslash
32053 #1}}
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset ERT
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061
32062
32063 \backslash
32064 let
32065 \backslash
32066 myMarginpar
32067 \backslash
32068 marginpar
32069 \end_layout
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 renewcommand{
32076 \backslash
32077 marginpar}[1]{
32078 \backslash
32079 myMarginpar{%
32080 \end_layout
32081
32082 \begin_layout Plain Layout
32083
32084    
32085 \backslash
32086 textsf{
32087 \backslash
32088 textbf{
32089 \backslash
32090 underbar{Achtung!}}}%
32091 \end_layout
32092
32093 \begin_layout Plain Layout
32094
32095    
32096 \backslash
32097 vspace{1.5mm}
32098 \backslash
32099
32100 \backslash
32101 #1}}
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \begin_inset Marginal
32108 status open
32109
32110 \begin_layout Plain Layout
32111 Dies ist eine Randnotiz mit einer definierten Überschrift.
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122 [-1.5cm]
32123 \end_layout
32124
32125 \end_inset
32126
32127
32128 \begin_inset ERT
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132
32133
32134 \backslash
32135 renewcommand{
32136 \backslash
32137 marginpar}[1]{
32138 \backslash
32139 myMarginpar{#1}}
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \begin_inset Note Note
32146 status open
32147
32148 \begin_layout Plain Layout
32149 Das Format wurde nur für dieses Beispiel geändert.
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset ERT
32159 status collapsed
32160
32161 \begin_layout Plain Layout
32162
32163
32164 \backslash
32165 else
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \begin_inset Note Note
32172 status open
32173
32174 \begin_layout Plain Layout
32175 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
32176 \series bold
32177 marginnote
32178 \series default
32179  nicht installiert ist:
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Das LaTeX-Paket 
32189 \series bold
32190 marginnote
32191 \series default
32192  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32193 \end_layout
32194
32195 \begin_layout Standard
32196 \begin_inset ERT
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200
32201
32202 \backslash
32203 fi
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Chapter
32212 Boxen
32213 \end_layout
32214
32215 \begin_layout Section
32216 Einleitung
32217 \begin_inset Index idx
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 Boxen ! Einleitung
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Boxen werden benutzt, um einen Textblock zu formatieren.
32231  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32232  siehe Abschnitt
32233 \begin_inset space ~
32234 \end_inset
32235
32236
32237 \begin_inset CommandInset ref
32238 LatexCommand ref
32239 reference "abs:Minipage"
32240
32241 \end_inset
32242
32243 , um Text zu umrahmen, siehe Abschnitt
32244 \begin_inset space ~
32245 \end_inset
32246
32247
32248 \begin_inset CommandInset ref
32249 LatexCommand ref
32250 reference "uab:Verzierung"
32251
32252 \end_inset
32253
32254 , um Silbentrennung zu verhindern, siehe Abschnitt
32255 \begin_inset space ~
32256 \end_inset
32257
32258
32259 \begin_inset CommandInset ref
32260 LatexCommand ref
32261 reference "abs:Silbentrennung-unterbinden"
32262
32263 \end_inset
32264
32265 , um Text senkrecht auszurichten, siehe Abschnitt
32266 \begin_inset space ~
32267 \end_inset
32268
32269
32270 \begin_inset CommandInset ref
32271 LatexCommand ref
32272 reference "uab:Vertikale-Ausrichtung"
32273
32274 \end_inset
32275
32276  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32277 \begin_inset space ~
32278 \end_inset
32279
32280
32281 \begin_inset CommandInset ref
32282 LatexCommand ref
32283 reference "abs:Farbige-Boxen"
32284
32285 \end_inset
32286
32287 .
32288 \end_layout
32289
32290 \begin_layout Standard
32291 Boxen werden mit 
32292 \family sans
32293 Einfügen\SpecialChar \menuseparator
32294 Box
32295 \family default
32296  oder dem Schalter 
32297 \begin_inset Info
32298 type  "icon"
32299 arg   "box-insert Frameless"
32300 \end_inset
32301
32302  eingefügt.
32303  Ein graues Kästchen mit der Aufschrift 
32304 \begin_inset Quotes gld
32305 \end_inset
32306
32307 Box (Minipage)
32308 \begin_inset Quotes grd
32309 \end_inset
32310
32311  erscheint: 
32312 \begin_inset Graphics
32313         filename clipart/StandardBoxQt4.png
32314         scale 85
32315         scaleBeforeRotation
32316
32317 \end_inset
32318
32319  Mit einem Rechts\SpecialChar \-
32320 klick auf das graue Kästchen und der Auswahl von 
32321 \family sans
32322 Einstellungen
32323 \family default
32324  kann der Typ spezifiziert werden.
32325  Das Dialogfenster bietet bei 
32326 \family sans
32327 Innere
32328 \begin_inset space ~
32329 \end_inset
32330
32331 Box
32332 \family default
32333  die Typen 
32334 \family sans
32335 Makebox
32336 \family default
32337
32338 \family sans
32339 Parbox
32340 \family default
32341  und 
32342 \family sans
32343 Minipage
32344 \family default
32345  an.
32346  
32347 \family sans
32348 Minipage
32349 \family default
32350  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32351 \begin_inset space ~
32352 \end_inset
32353
32354
32355 \begin_inset CommandInset ref
32356 LatexCommand ref
32357 reference "abs:Minipage"
32358
32359 \end_inset
32360
32361  beschrieben, 
32362 \family sans
32363 Parbox
32364 \family default
32365  in Abschnitt
32366 \begin_inset space ~
32367 \end_inset
32368
32369
32370 \begin_inset CommandInset ref
32371 LatexCommand ref
32372 reference "abs:Parbox"
32373
32374 \end_inset
32375
32376  und 
32377 \family sans
32378 Makebox
32379 \family default
32380  in 
32381 \begin_inset CommandInset ref
32382 LatexCommand ref
32383 reference "abs:Silbentrennung-unterbinden"
32384
32385 \end_inset
32386
32387 .
32388 \end_layout
32389
32390 \begin_layout Standard
32391 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32392  wie auf Gleitobjekte und Fußnoten.
32393 \end_layout
32394
32395 \begin_layout Standard
32396 \begin_inset Note Greyedout
32397 status open
32398
32399 \begin_layout Plain Layout
32400
32401 \series bold
32402 Bemerkung
32403 \begin_inset space ~
32404 \end_inset
32405
32406 1:
32407 \series default
32408  Boxen dürfen in 
32409 \family sans
32410 List-
32411 \family default
32412  oder 
32413 \family sans
32414 Beschreibung-
32415 \family default
32416 Umgebungen nicht verwendet werden.
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 \begin_inset Note Greyedout
32426 status open
32427
32428 \begin_layout Plain Layout
32429
32430 \series bold
32431 Bemerkung
32432 \begin_inset space ~
32433 \end_inset
32434
32435 2:
32436 \series default
32437  Boxen ohne 
32438 \family sans
32439 Innere
32440 \begin_inset space ~
32441 \end_inset
32442
32443 Box
32444 \family default
32445  und ohne Rahmen werden in Abschnitt
32446 \begin_inset space ~
32447 \end_inset
32448
32449
32450 \begin_inset CommandInset ref
32451 LatexCommand ref
32452 reference "abs:Silbentrennung-unterbinden"
32453
32454 \end_inset
32455
32456  beschrieben.
32457 \end_layout
32458
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \begin_layout Section
32465 Das Box-Einstellungen-Fenster
32466 \begin_inset CommandInset label
32467 LatexCommand label
32468 name "abs:Box-Dialog"
32469
32470 \end_inset
32471
32472
32473 \begin_inset Index idx
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 Boxen ! Box-Dialog-Fenster
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Subsection
32486 Box-Größe
32487 \begin_inset Index idx
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 Boxen ! Größe
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \end_layout
32498
32499 \begin_layout Standard
32500 Im 
32501 \family sans
32502 Box-Einstellungen
32503 \family default
32504 -Fenster können Sie die Größe der Box mit 
32505 \family sans
32506 Breite
32507 \family default
32508  und 
32509 \family sans
32510 Höhe 
32511 \family default
32512 festlegen.
32513  Die verfügbaren Einheiten werden in Tabelle
32514 \begin_inset space ~
32515 \end_inset
32516
32517
32518 \begin_inset CommandInset ref
32519 LatexCommand ref
32520 reference "tab:Maßeinheiten"
32521
32522 \end_inset
32523
32524  aufgelistet.
32525  Das Feld
32526 \family sans
32527  Höhe
32528 \family default
32529  bietet die folgenden zusätzlichen Größen:
32530 \end_layout
32531
32532 \begin_layout Description
32533 Tiefe Dies ist die reine Text-
32534 \begin_inset Quotes gld
32535 \end_inset
32536
32537 Höhe
32538 \begin_inset Quotes grd
32539 \end_inset
32540
32541 .
32542  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32543 \begin_inset Newline newline
32544 \end_inset
32545
32546
32547 \begin_inset Newline newline
32548 \end_inset
32549
32550
32551 \begin_inset Newline newline
32552 \end_inset
32553
32554
32555 \begin_inset Box Boxed
32556 position "c"
32557 hor_pos "c"
32558 has_inner_box 1
32559 inner_pos "c"
32560 use_parbox 0
32561 use_makebox 0
32562 width "12col%"
32563 special "none"
32564 height "1in"
32565 height_special "depth"
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 \align center
32570 Box-Höhe = 1
32571 \begin_inset space \thinspace{}
32572 \end_inset
32573
32574 Tiefe
32575 \end_layout
32576
32577 \end_inset
32578
32579
32580 \begin_inset Newline newline
32581 \end_inset
32582
32583
32584 \begin_inset Newline newline
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Description
32591 Höhe Dies ist die Texthöhe innerhalb der Box.
32592  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32593  Texthöhe setzen: 
32594 \begin_inset Box Boxed
32595 position "c"
32596 hor_pos "c"
32597 has_inner_box 1
32598 inner_pos "c"
32599 use_parbox 0
32600 use_makebox 0
32601 width "20col%"
32602 special "none"
32603 height "2in"
32604 height_special "height"
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608 \align center
32609 Boxhöhe = 2
32610 \begin_inset space \thinspace{}
32611 \end_inset
32612
32613 Höhe
32614 \end_layout
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Description
32622 Gesamthöhe Dies ist Höhe
32623 \begin_inset space \thinspace{}
32624 \end_inset
32625
32626 +
32627 \begin_inset space \thinspace{}
32628 \end_inset
32629
32630 Tiefe: 
32631 \begin_inset Box Boxed
32632 position "c"
32633 hor_pos "c"
32634 has_inner_box 1
32635 inner_pos "c"
32636 use_parbox 0
32637 use_makebox 0
32638 width "20col%"
32639 special "none"
32640 height "1in"
32641 height_special "totalheight"
32642 status collapsed
32643
32644 \begin_layout Plain Layout
32645 \align center
32646 Boxhöhe = 1
32647 \begin_inset space \thinspace{}
32648 \end_inset
32649
32650 Gesamthöhe
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \begin_layout Description
32659 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32660 \begin_inset Box Boxed
32661 position "c"
32662 hor_pos "c"
32663 has_inner_box 1
32664 inner_pos "c"
32665 use_parbox 0
32666 use_makebox 0
32667 width "12col%"
32668 special "none"
32669 height "1in"
32670 height_special "width"
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 \align center
32675 Boxhöhe = 1
32676 \begin_inset space \thinspace{}
32677 \end_inset
32678
32679 Breite
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Subsection
32688 Ausrichtung
32689 \begin_inset Index idx
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693 Boxen ! Ausrichtung
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Standard
32702 Wenn Sie eine 
32703 \family sans
32704 Innere
32705 \begin_inset space ~
32706 \end_inset
32707
32708 Box
32709 \family default
32710  gewählt haben, kann die Box mit folgenden Werten für 
32711 \family sans
32712 Box
32713 \family default
32714  senkrecht ausgerichtet werden:
32715 \end_layout
32716
32717 \begin_layout Description
32718 Oben Dies ist ein Beispieltext.
32719  
32720 \begin_inset Box Boxed
32721 position "t"
32722 hor_pos "c"
32723 has_inner_box 1
32724 inner_pos "c"
32725 use_parbox 0
32726 use_makebox 0
32727 width "20col%"
32728 special "none"
32729 height "1in"
32730 height_special "totalheight"
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734 \align center
32735 Die Ober\SpecialChar \-
32736 kante der Box ist in der Zeile.
32737 \end_layout
32738
32739 \end_inset
32740
32741  Dies ist ein Beispieltext.
32742 \end_layout
32743
32744 \begin_layout Description
32745 Mitte Dies ist ein Beispieltext.
32746  
32747 \begin_inset Box Boxed
32748 position "c"
32749 hor_pos "c"
32750 has_inner_box 1
32751 inner_pos "c"
32752 use_parbox 0
32753 use_makebox 0
32754 width "20col%"
32755 special "none"
32756 height "1in"
32757 height_special "totalheight"
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 \align center
32762 Die Mitte der Box ist in der Zeile.
32763 \end_layout
32764
32765 \end_inset
32766
32767  Dies ist ein Beispieltext.
32768 \end_layout
32769
32770 \begin_layout Description
32771 Unten Dies ist ein Beispieltext.
32772  
32773 \begin_inset Box Boxed
32774 position "b"
32775 hor_pos "c"
32776 has_inner_box 1
32777 inner_pos "c"
32778 use_parbox 0
32779 use_makebox 0
32780 width "20col%"
32781 special "none"
32782 height "1in"
32783 height_special "totalheight"
32784 status collapsed
32785
32786 \begin_layout Plain Layout
32787 \align center
32788 Die Unter\SpecialChar \-
32789 kante der Box ist in der Zeile.
32790 \end_layout
32791
32792 \end_inset
32793
32794  Dies ist ein Beispieltext.
32795 \end_layout
32796
32797 \begin_layout Standard
32798 \begin_inset Note Greyedout
32799 status open
32800
32801 \begin_layout Plain Layout
32802
32803 \series bold
32804 Bemerkung:
32805 \series default
32806  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32807  Boxen in einer Zeile sind und eine Box z.
32808 \begin_inset space \thinspace{}
32809 \end_inset
32810
32811 B.
32812  schattiert ist, die andere aber nicht.
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Standard
32821 Eine Box kann mit dem Dialog 
32822 \family sans
32823 Absatz-Einstellungen
32824 \family default
32825  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32826 \end_layout
32827
32828 \begin_layout Standard
32829 \begin_inset VSpace bigskip
32830 \end_inset
32831
32832 Wenn Sie eine 
32833 \family sans
32834 Innere
32835 \begin_inset space ~
32836 \end_inset
32837
32838 Box
32839 \family default
32840  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32841 \family sans
32842 Inhalt
32843 \family default
32844  senkrecht ausgerichtet werden:
32845 \end_layout
32846
32847 \begin_layout Description
32848 Oben Dies ist ein Beispieltext.
32849  
32850 \begin_inset Box Boxed
32851 position "c"
32852 hor_pos "c"
32853 has_inner_box 1
32854 inner_pos "t"
32855 use_parbox 0
32856 use_makebox 0
32857 width "20col%"
32858 special "none"
32859 height "1.5in"
32860 height_special "totalheight"
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864 \align center
32865 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32866 \end_layout
32867
32868 \end_inset
32869
32870  Dies ist ein Beispieltext.
32871 \end_layout
32872
32873 \begin_layout Description
32874 Mitte Dies ist ein Beispieltext.
32875  
32876 \begin_inset Box Boxed
32877 position "c"
32878 hor_pos "c"
32879 has_inner_box 1
32880 inner_pos "c"
32881 use_parbox 0
32882 use_makebox 0
32883 width "20col%"
32884 special "none"
32885 height "1.5in"
32886 height_special "totalheight"
32887 status collapsed
32888
32889 \begin_layout Plain Layout
32890 \align center
32891 Der Boxinhalt ist zentriert ausgerichtet.
32892 \end_layout
32893
32894 \end_inset
32895
32896  Dies ist ein Beispieltext.
32897 \end_layout
32898
32899 \begin_layout Description
32900 Unten Dies ist ein Beispieltext.
32901  
32902 \begin_inset Box Boxed
32903 position "c"
32904 hor_pos "c"
32905 has_inner_box 1
32906 inner_pos "b"
32907 use_parbox 0
32908 use_makebox 0
32909 width "20col%"
32910 special "none"
32911 height "1.5in"
32912 height_special "totalheight"
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916 \align center
32917 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32918 \end_layout
32919
32920 \end_inset
32921
32922  Dies ist ein Beispieltext.
32923 \end_layout
32924
32925 \begin_layout Description
32926 Dehnen Dies ist ein Beispieltext.
32927  
32928 \begin_inset Box Boxed
32929 position "c"
32930 hor_pos "c"
32931 has_inner_box 1
32932 inner_pos "s"
32933 use_parbox 0
32934 use_makebox 0
32935 width "20col%"
32936 special "none"
32937 height "1in"
32938 height_special "totalheight"
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942 \align center
32943 Der Boxinhalt
32944 \end_layout
32945
32946 \begin_layout Plain Layout
32947 \align center
32948 ist über die
32949 \end_layout
32950
32951 \begin_layout Plain Layout
32952 \align center
32953 Boxhöhe
32954 \end_layout
32955
32956 \begin_layout Plain Layout
32957 \align center
32958 gleichmäßig verteilt.
32959 \end_layout
32960
32961 \end_inset
32962
32963  Dies ist ein Beispieltext.
32964 \end_layout
32965
32966 \begin_layout Standard
32967 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32968  besteht.
32969  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32970 \end_layout
32971
32972 \begin_layout Standard
32973 Ein Boxinhalt kann mit dem Dialog 
32974 \family sans
32975 Absatz-Einstellungen
32976 \family default
32977  waagerecht ausgerichtet werden, wenn Sie eine
32978 \family sans
32979  Innere
32980 \begin_inset space ~
32981 \end_inset
32982
32983 Box
32984 \family default
32985  gewählt haben.
32986 \end_layout
32987
32988 \begin_layout Standard
32989 \align center
32990 \begin_inset Box Boxed
32991 position "c"
32992 hor_pos "c"
32993 has_inner_box 1
32994 inner_pos "s"
32995 use_parbox 0
32996 use_makebox 0
32997 width "30col%"
32998 special "none"
32999 height "1.25in"
33000 height_special "totalheight"
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 \align left
33005 Hier ist jede Zeile
33006 \end_layout
33007
33008 \begin_layout Plain Layout
33009 \align center
33010 anders
33011 \end_layout
33012
33013 \begin_layout Plain Layout
33014 \align right
33015 ausgerichtet.
33016 \end_layout
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 Wenn Sie keine
33025 \family sans
33026  Innere
33027 \begin_inset space ~
33028 \end_inset
33029
33030 Box
33031 \family default
33032  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
33033 \family sans
33034 Box-Einstellungen-
33035 \family default
33036 Dialog ausrichten
33037 \end_layout
33038
33039 \begin_layout Standard
33040 \align center
33041 \begin_inset Box Boxed
33042 position "c"
33043 hor_pos "s"
33044 has_inner_box 0
33045 inner_pos "s"
33046 use_parbox 0
33047 use_makebox 0
33048 width "90col%"
33049 special "none"
33050 height "1.25in"
33051 height_special "totalheight"
33052 status collapsed
33053
33054 \begin_layout Plain Layout
33055 Dieser Boxinhalt wurde horizontal gedehnt.
33056 \end_layout
33057
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \begin_layout Subsection
33064 Verzierung
33065 \begin_inset CommandInset label
33066 LatexCommand label
33067 name "uab:Verzierung"
33068
33069 \end_inset
33070
33071
33072 \begin_inset Index idx
33073 status collapsed
33074
33075 \begin_layout Plain Layout
33076 Boxen ! Verzierung
33077 \end_layout
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Standard
33085 Im 
33086 \family sans
33087 Box-Einstellungen-
33088 \family default
33089 Dialog können Sie mit der 
33090 \family sans
33091 Verzierung
33092 \family default
33093  den Typ der Box auswählen:
33094 \end_layout
33095
33096 \begin_layout Description
33097 Kein
33098 \begin_inset space ~
33099 \end_inset
33100
33101 Rahmen Nichts wird gezeichnet.
33102 \end_layout
33103
33104 \begin_layout Description
33105 Einfacher
33106 \begin_inset space ~
33107 \end_inset
33108
33109 rechteckiger
33110 \begin_inset space ~
33111 \end_inset
33112
33113 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
33114  Die Rahmendicke wird durch 
33115 \series bold
33116
33117 \backslash
33118 fboxrule
33119 \series default
33120  festgelegt.
33121  
33122 \begin_inset Box Boxed
33123 position "c"
33124 hor_pos "c"
33125 has_inner_box 1
33126 inner_pos "c"
33127 use_parbox 0
33128 use_makebox 0
33129 width "21col%"
33130 special "none"
33131 height "1in"
33132 height_special "totalheight"
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136
33137 \series medium
33138 Rechteckige
33139 \begin_inset space ~
33140 \end_inset
33141
33142 Box
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Description
33151 erlaube
33152 \begin_inset space ~
33153 \end_inset
33154
33155 Seitenumbrüche 
33156 \end_layout
33157
33158 \begin_layout Description
33159 Ovaler
33160 \begin_inset space ~
33161 \end_inset
33162
33163 Rahmen,
33164 \begin_inset space ~
33165 \end_inset
33166
33167 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33168  Die Rahmendicke ist 0.4
33169 \begin_inset space \thinspace{}
33170 \end_inset
33171
33172 pt.
33173  
33174 \begin_inset Box ovalbox
33175 position "c"
33176 hor_pos "c"
33177 has_inner_box 1
33178 inner_pos "c"
33179 use_parbox 0
33180 use_makebox 0
33181 width "20col%"
33182 special "none"
33183 height "1in"
33184 height_special "totalheight"
33185 status collapsed
33186
33187 \begin_layout Plain Layout
33188 Ovale
33189 \begin_inset space ~
33190 \end_inset
33191
33192 Box,
33193 \begin_inset space ~
33194 \end_inset
33195
33196 dünn
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \begin_layout Description
33205 Ovaler
33206 \begin_inset space ~
33207 \end_inset
33208
33209 Rahmen,
33210 \begin_inset space ~
33211 \end_inset
33212
33213 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33214  Die Rahmendicke ist 0.8
33215 \begin_inset space \thinspace{}
33216 \end_inset
33217
33218 pt.
33219  
33220 \begin_inset Box Ovalbox
33221 position "c"
33222 hor_pos "c"
33223 has_inner_box 1
33224 inner_pos "c"
33225 use_parbox 0
33226 use_makebox 0
33227 width "20col%"
33228 special "none"
33229 height "1in"
33230 height_special "totalheight"
33231 status collapsed
33232
33233 \begin_layout Plain Layout
33234 Ovale
33235 \begin_inset space ~
33236 \end_inset
33237
33238 Box,
33239 \begin_inset space ~
33240 \end_inset
33241
33242 dick
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Description
33251 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33252  Die Rahmendicke wird durch 
33253 \series bold
33254
33255 \backslash
33256 fboxrule
33257 \series default
33258  festgelegt, der Schatten ist 4
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262 pt breit.
33263 \begin_inset Newline newline
33264 \end_inset
33265
33266
33267 \begin_inset Box Shadowbox
33268 position "c"
33269 hor_pos "c"
33270 has_inner_box 1
33271 inner_pos "c"
33272 use_parbox 0
33273 use_makebox 0
33274 width "20col%"
33275 special "none"
33276 height "1in"
33277 height_special "totalheight"
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281 Schattierte
33282 \begin_inset space ~
33283 \end_inset
33284
33285 Box
33286 \end_layout
33287
33288 \end_inset
33289
33290
33291 \end_layout
33292
33293 \begin_layout Description
33294 Schattierter
33295 \begin_inset space ~
33296 \end_inset
33297
33298 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33299  Im Gegensatz zu farbigen Boxen
33300 \begin_inset Foot
33301 status collapsed
33302
33303 \begin_layout Plain Layout
33304 siehe Abschnitt
33305 \begin_inset space ~
33306 \end_inset
33307
33308
33309 \begin_inset CommandInset ref
33310 LatexCommand ref
33311 reference "abs:Farbige-Boxen"
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \end_inset
33319
33320  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33321  die Box ist ein Absatz für sich.
33322  
33323 \begin_inset Box Shaded
33324 position "t"
33325 hor_pos "c"
33326 has_inner_box 0
33327 inner_pos "t"
33328 use_parbox 0
33329 use_makebox 0
33330 width "50col%"
33331 special "none"
33332 height "1in"
33333 height_special "totalheight"
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337 Schattierter Hintergrund Box
33338 \end_layout
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Description
33346 Doppelter
33347 \begin_inset space ~
33348 \end_inset
33349
33350 rechteckiger
33351 \begin_inset space ~
33352 \end_inset
33353
33354 Rahmen zeichnet einen doppelten Rahmen um die Box.
33355  Der innere Rahmen ist 0.75
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359
33360 \series bold
33361
33362 \backslash
33363 fboxrule
33364 \series default
33365  breit, der äußere 1.5
33366 \begin_inset space \thinspace{}
33367 \end_inset
33368
33369
33370 \series bold
33371
33372 \backslash
33373 fboxrule
33374 \series default
33375 , der Zwischenraum 1.5
33376 \begin_inset space \thinspace{}
33377 \end_inset
33378
33379
33380 \series bold
33381
33382 \backslash
33383 fboxrule
33384 \series default
33385
33386 \begin_inset space \thinspace{}
33387 \end_inset
33388
33389 +
33390 \begin_inset space \thinspace{}
33391 \end_inset
33392
33393 0.5
33394 \begin_inset space \thinspace{}
33395 \end_inset
33396
33397 pt.
33398  
33399 \begin_inset Box Doublebox
33400 position "c"
33401 hor_pos "c"
33402 has_inner_box 1
33403 inner_pos "c"
33404 use_parbox 0
33405 use_makebox 0
33406 width "20col%"
33407 special "none"
33408 height "1in"
33409 height_special "totalheight"
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413 Doppelt
33414 \begin_inset space ~
33415 \end_inset
33416
33417 gerahmte
33418 \begin_inset space ~
33419 \end_inset
33420
33421 Box
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 \begin_inset VSpace bigskip
33431 \end_inset
33432
33433 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33434  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33435 \series bold
33436 fancybox
33437 \series default
33438
33439 \begin_inset Index idx
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 LaTeX-Pakete ! fancybox
33444 \end_layout
33445
33446 \end_inset
33447
33448  installiert sein.
33449 \end_layout
33450
33451 \begin_layout Standard
33452 \begin_inset VSpace bigskip
33453 \end_inset
33454
33455 Wenn Sie die Verzierung 
33456 \family sans
33457 Einfacher rechteckiger Rahmen
33458 \family default
33459  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33460  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33461  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33462  für sich ist und 
33463 \series bold
33464
33465 \backslash
33466 fboxrule
33467 \series default
33468  und 
33469 \series bold
33470
33471 \backslash
33472 fboxsep
33473 \series default
33474  keinen Einfluss auf diesen Box Typ haben.
33475  Die Rahmendicke wird durch 
33476 \series bold
33477
33478 \backslash
33479 FrameRule
33480 \series default
33481  festgelegt.
33482  
33483 \begin_inset Box Framed
33484 position "t"
33485 hor_pos "c"
33486 has_inner_box 0
33487 inner_pos "t"
33488 use_parbox 0
33489 use_makebox 0
33490 width "100col%"
33491 special "none"
33492 height "1in"
33493 height_special "totalheight"
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 Box erlaubt Seitenumbruch
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \end_layout
33504
33505 \begin_layout Section
33506 Box-Anpassung
33507 \begin_inset Index idx
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511 Boxen ! Anpassung
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \begin_layout Standard
33520 Der Standardwert für 
33521 \series bold
33522
33523 \backslash
33524 fboxrule
33525 \series default
33526  ist 0.4
33527 \begin_inset space \thinspace{}
33528 \end_inset
33529
33530 pt.
33531  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33532 \begin_inset space \thinspace{}
33533 \end_inset
33534
33535 pt gesetzt werden:
33536 \end_layout
33537
33538 \begin_layout Standard
33539
33540 \series bold
33541
33542 \backslash
33543 setlength{
33544 \backslash
33545 fboxrule}{2pt}
33546 \end_layout
33547
33548 \begin_layout Standard
33549 \begin_inset ERT
33550 status collapsed
33551
33552 \begin_layout Plain Layout
33553
33554
33555 \backslash
33556 setlength{
33557 \backslash
33558 fboxrule}{2pt}
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \begin_inset Box Boxed
33565 position "c"
33566 hor_pos "c"
33567 has_inner_box 1
33568 inner_pos "c"
33569 use_parbox 0
33570 use_makebox 0
33571 width "30col%"
33572 special "none"
33573 height "1in"
33574 height_special "totalheight"
33575 status open
33576
33577 \begin_layout Plain Layout
33578 \align center
33579 Rechteckige Box mit einer Rahmenbreite von 2
33580 \begin_inset space \thinspace{}
33581 \end_inset
33582
33583 pt
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \begin_inset ERT
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593
33594
33595 \backslash
33596 setlength{
33597 \backslash
33598 fboxrule}{0.4pt}
33599 \end_layout
33600
33601 \end_inset
33602
33603
33604 \begin_inset VSpace bigskip
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \begin_layout Standard
33611 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33612 \begin_inset space \thinspace{}
33613 \end_inset
33614
33615 pt.
33616  Sie können das ändern, indem Sie den Wert von 
33617 \series bold
33618
33619 \backslash
33620 fboxsep
33621 \series default
33622  mit einem TeX-Code-Befehl ändern:
33623 \end_layout
33624
33625 \begin_layout Standard
33626
33627 \series bold
33628
33629 \backslash
33630 setlength{
33631 \backslash
33632 fboxsep}{10pt}
33633 \end_layout
33634
33635 \begin_layout Standard
33636 setzt den Wert auf 10
33637 \begin_inset space \thinspace{}
33638 \end_inset
33639
33640 pt, wie in der folgenden Box:
33641 \end_layout
33642
33643 \begin_layout Standard
33644 \begin_inset ERT
33645 status collapsed
33646
33647 \begin_layout Plain Layout
33648
33649
33650 \backslash
33651 setlength{
33652 \backslash
33653 fboxsep}{10pt}
33654 \end_layout
33655
33656 \end_inset
33657
33658
33659 \begin_inset Box Boxed
33660 position "c"
33661 hor_pos "c"
33662 has_inner_box 1
33663 inner_pos "c"
33664 use_parbox 0
33665 use_makebox 0
33666 width "25col%"
33667 special "none"
33668 height "1in"
33669 height_special "totalheight"
33670 status open
33671
33672 \begin_layout Plain Layout
33673 \align center
33674 Rechteckige Box mit 
33675 \series bold
33676
33677 \backslash
33678 fboxsep
33679 \series default
33680
33681 \begin_inset space \thinspace{}
33682 \end_inset
33683
33684 =
33685 \begin_inset space \thinspace{}
33686 \end_inset
33687
33688 10
33689 \begin_inset space \thinspace{}
33690 \end_inset
33691
33692 pt
33693 \end_layout
33694
33695 \end_inset
33696
33697
33698 \begin_inset ERT
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702
33703
33704 \backslash
33705 setlength{
33706 \backslash
33707 fboxsep}{3pt}
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 \noindent
33717 \begin_inset VSpace bigskip
33718 \end_inset
33719
33720 Der Durchmesser der abgerundeten Ecken kann mit 
33721 \series bold
33722
33723 \backslash
33724 cornersize
33725 \series default
33726  gesetzt werden.
33727  Der TeX-Code-Befehl
33728 \end_layout
33729
33730 \begin_layout Standard
33731
33732 \series bold
33733
33734 \backslash
33735 cornersize*{1cm}
33736 \end_layout
33737
33738 \begin_layout Standard
33739 setzt den Durchmesser auf 1
33740 \begin_inset space \thinspace{}
33741 \end_inset
33742
33743 cm.
33744  Der TeX-Code-Befehl
33745 \end_layout
33746
33747 \begin_layout Standard
33748
33749 \series bold
33750
33751 \backslash
33752 cornersize{num}
33753 \end_layout
33754
33755 \begin_layout Standard
33756 setzt den Durchmesser auf 
33757 \family sans
33758 num
33759 \begin_inset space \thinspace{}
33760 \end_inset
33761
33762 ×
33763 \begin_inset space \thinspace{}
33764 \end_inset
33765
33766 Minimum(Breite der Box, Höhe der Box)
33767 \family default
33768 .
33769  Der Standardwert ist 
33770 \series bold
33771
33772 \backslash
33773 cornersize{0.5}
33774 \series default
33775 .
33776 \end_layout
33777
33778 \begin_layout Standard
33779 \begin_inset ERT
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783
33784
33785 \backslash
33786 cornersize*{1.5cm}
33787 \end_layout
33788
33789 \end_inset
33790
33791
33792 \begin_inset Box Ovalbox
33793 position "c"
33794 hor_pos "c"
33795 has_inner_box 1
33796 inner_pos "c"
33797 use_parbox 0
33798 use_makebox 0
33799 width "30col%"
33800 special "none"
33801 height "1in"
33802 height_special "totalheight"
33803 status open
33804
33805 \begin_layout Plain Layout
33806 \align center
33807 Ovale Box, dicker Rand, mit 
33808 \series bold
33809
33810 \backslash
33811 cornersize
33812 \series default
33813
33814 \begin_inset space \thinspace{}
33815 \end_inset
33816
33817 =
33818 \begin_inset space \thinspace{}
33819 \end_inset
33820
33821 1.5
33822 \begin_inset space \thinspace{}
33823 \end_inset
33824
33825 cm
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \begin_inset ERT
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835
33836
33837 \backslash
33838 cornersize{0.5}
33839 \end_layout
33840
33841 \end_inset
33842
33843
33844 \end_layout
33845
33846 \begin_layout Standard
33847 \begin_inset VSpace bigskip
33848 \end_inset
33849
33850 Die Breite des Schattens wird mit 
33851 \series bold
33852
33853 \backslash
33854 shadowsize
33855 \series default
33856  festgelegt.
33857  Mit dem TeX-Code-Befehl
33858 \end_layout
33859
33860 \begin_layout Standard
33861
33862 \series bold
33863
33864 \backslash
33865 setlength{
33866 \backslash
33867 shadowsize}{2pt}
33868 \end_layout
33869
33870 \begin_layout Standard
33871 wird er für die folgende Box auf 2
33872 \begin_inset space \thinspace{}
33873 \end_inset
33874
33875 pt festgelegt.
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884
33885 \backslash
33886 setlength{
33887 \backslash
33888 shadowsize}{2pt}
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \begin_inset Box Shadowbox
33895 position "c"
33896 hor_pos "c"
33897 has_inner_box 1
33898 inner_pos "c"
33899 use_parbox 0
33900 use_makebox 0
33901 width "25col%"
33902 special "none"
33903 height "1in"
33904 height_special "totalheight"
33905 status open
33906
33907 \begin_layout Plain Layout
33908 \align center
33909 Schattierte Box mit 
33910 \series bold
33911
33912 \backslash
33913 shadowsize
33914 \series default
33915
33916 \begin_inset space \thinspace{}
33917 \end_inset
33918
33919 =
33920 \begin_inset space \thinspace{}
33921 \end_inset
33922
33923 2
33924 \begin_inset space \thinspace{}
33925 \end_inset
33926
33927 pt
33928 \end_layout
33929
33930 \end_inset
33931
33932
33933 \begin_inset ERT
33934 status collapsed
33935
33936 \begin_layout Plain Layout
33937
33938
33939 \backslash
33940 setlength{
33941 \backslash
33942 shadowsize}{4pt}
33943 \end_layout
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \begin_layout Standard
33951 \begin_inset VSpace bigskip
33952 \end_inset
33953
33954 Der Standardwert für 
33955 \series bold
33956
33957 \backslash
33958 FrameRule
33959 \series default
33960  ist 0.4
33961 \begin_inset space \thinspace{}
33962 \end_inset
33963
33964 pt.
33965  Der Standard-Abstand zwischen Rahmen und Text ist 9
33966 \begin_inset space \thinspace{}
33967 \end_inset
33968
33969 pt und kann mit dem Wert für 
33970 \series bold
33971
33972 \backslash
33973 FrameSep
33974 \series default
33975  geändert werden.
33976  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33977  TeX-Code Befehlen geändert:
33978 \end_layout
33979
33980 \begin_layout Standard
33981
33982 \series bold
33983
33984 \backslash
33985 setlength{
33986 \backslash
33987 FrameRule}{5pt}
33988 \begin_inset Newline newline
33989 \end_inset
33990
33991
33992 \backslash
33993 setlength{
33994 \backslash
33995 FrameSep}{0.5cm}
33996 \end_layout
33997
33998 \begin_layout Standard
33999 \begin_inset ERT
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003
34004
34005 \backslash
34006 setlength{
34007 \backslash
34008 FrameRule}{5pt}
34009 \end_layout
34010
34011 \begin_layout Plain Layout
34012
34013
34014 \backslash
34015 setlength{
34016 \backslash
34017 FrameSep}{0.5cm}
34018 \end_layout
34019
34020 \end_inset
34021
34022
34023 \begin_inset Box Framed
34024 position "t"
34025 hor_pos "c"
34026 has_inner_box 0
34027 inner_pos "t"
34028 use_parbox 0
34029 use_makebox 0
34030 width "100col%"
34031 special "none"
34032 height "1in"
34033 height_special "totalheight"
34034 status open
34035
34036 \begin_layout Plain Layout
34037 Dies ist Text in einer 
34038 \family sans
34039 Seitenumbruch erlaubt
34040 \family default
34041  Box.
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \begin_inset ERT
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051
34052
34053 \backslash
34054 setlength{
34055 \backslash
34056 FrameRule}{0.4pt}
34057 \end_layout
34058
34059 \begin_layout Plain Layout
34060
34061
34062 \backslash
34063 setlength{
34064 \backslash
34065 FrameSep}{9pt}
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 \begin_inset VSpace bigskip
34075 \end_inset
34076
34077 Für Boxen mit 
34078 \family sans
34079 schattiertem Hintergrund
34080 \family default
34081  beträgt der Abstand zwischen Rand und Text 3
34082 \begin_inset space \thinspace{}
34083 \end_inset
34084
34085 pt und kann mit 
34086 \series bold
34087
34088 \backslash
34089 fboxsep
34090 \series default
34091  geändert werden.
34092  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
34093  
34094 \series bold
34095
34096 \backslash
34097 definecolor{shadecolor}
34098 \series default
34099  oder global über das Menü 
34100 \family sans
34101 Werkzeuge\SpecialChar \menuseparator
34102 Einstellungen\SpecialChar \menuseparator
34103 Farben\SpecialChar \menuseparator
34104 Schattierte
34105 \begin_inset space ~
34106 \end_inset
34107
34108 Box
34109 \family default
34110  geändert werden.
34111  Das Schema des 
34112 \series bold
34113
34114 \backslash
34115 definecolor
34116 \series default
34117  Befehls ist  in Abschnitt
34118 \begin_inset space ~
34119 \end_inset
34120
34121
34122 \begin_inset CommandInset ref
34123 LatexCommand ref
34124 reference "abs:Farbige-Tabellen"
34125
34126 \end_inset
34127
34128  erklärt.
34129 \begin_inset Foot
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133 Beachten Sie, dass 
34134 \series bold
34135
34136 \backslash
34137 definecolor
34138 \series default
34139  das LaTeX-Paket 
34140 \series bold
34141 color
34142 \series default
34143  im LaTeX-Vorspann benötigt, siehe Abschnitt
34144 \begin_inset space ~
34145 \end_inset
34146
34147
34148 \begin_inset CommandInset ref
34149 LatexCommand ref
34150 reference "abs:Farbige-Boxen"
34151
34152 \end_inset
34153
34154 .
34155 \end_layout
34156
34157 \end_inset
34158
34159  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
34160 \end_layout
34161
34162 \begin_layout Standard
34163
34164 \series bold
34165
34166 \backslash
34167 setlength{
34168 \backslash
34169 fboxsep}{0.5cm}
34170 \begin_inset Newline newline
34171 \end_inset
34172
34173
34174 \backslash
34175 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34176 \end_layout
34177
34178 \begin_layout Standard
34179 \begin_inset ERT
34180 status collapsed
34181
34182 \begin_layout Plain Layout
34183
34184
34185 \backslash
34186 setlength{
34187 \backslash
34188 fboxsep}{0.5cm}
34189 \end_layout
34190
34191 \begin_layout Plain Layout
34192
34193
34194 \backslash
34195 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \begin_inset Box Shaded
34202 position "t"
34203 hor_pos "c"
34204 has_inner_box 0
34205 inner_pos "t"
34206 use_parbox 0
34207 use_makebox 0
34208 width "100col%"
34209 special "none"
34210 height "1in"
34211 height_special "totalheight"
34212 status open
34213
34214 \begin_layout Plain Layout
34215
34216 \color yellow
34217 Dies ist gelber Text in einer 
34218 \family sans
34219 schattierten Hintergrund
34220 \begin_inset space ~
34221 \end_inset
34222
34223
34224 \family default
34225 Box auf dunkelgrünem Hintergrund.
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \begin_inset ERT
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235
34236
34237 \backslash
34238 setlength{
34239 \backslash
34240 fboxsep}{3pt}
34241 \end_layout
34242
34243 \begin_layout Plain Layout
34244
34245
34246 \backslash
34247 definecolor{shadecolor}{rgb}{1,0,0}
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256 \begin_inset VSpace bigskip
34257 \end_inset
34258
34259 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
34260  der sie ändert.
34261 \end_layout
34262
34263 \begin_layout Section
34264 Minipage
34265 \begin_inset CommandInset label
34266 LatexCommand label
34267 name "abs:Minipage"
34268
34269 \end_inset
34270
34271
34272 \begin_inset Index idx
34273 status collapsed
34274
34275 \begin_layout Plain Layout
34276 Boxen ! Minipage
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Standard
34285 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
34286  deshalb unter anderem eigene Fußnoten haben.
34287 \end_layout
34288
34289 \begin_layout Standard
34290 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34291 \end_layout
34292
34293 \begin_layout Standard
34294 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34295  Ihre Breite ist 45 Spaltenbreite
34296 \begin_inset space ~
34297 \end_inset
34298
34299 %, und sie sind durch einen 
34300 \family sans
34301 HFill
34302 \family default
34303  getrennt (
34304 \family sans
34305 Einfügen\SpecialChar \menuseparator
34306 Formatierung\SpecialChar \menuseparator
34307 Horizontaler
34308 \begin_inset space \space{}
34309 \end_inset
34310
34311 Abstand\SpecialChar \menuseparator
34312 Abstand\SpecialChar \menuseparator
34313 Variabler
34314 \begin_inset space ~
34315 \end_inset
34316
34317 horiz.
34318 \begin_inset space ~
34319 \end_inset
34320
34321 Abstand
34322 \family default
34323 ).
34324 \begin_inset Newpage newpage
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Standard
34331 \noindent
34332 \begin_inset Box Frameless
34333 position "t"
34334 hor_pos "c"
34335 has_inner_box 1
34336 inner_pos "c"
34337 use_parbox 0
34338 use_makebox 0
34339 width "45col%"
34340 special "none"
34341 height "1in"
34342 height_special "totalheight"
34343 status open
34344
34345 \begin_layout Plain Layout
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  Dies ist ein deutscher Text.
34351  Dies ist ein deutscher Text.
34352  Dies ist ein deutscher Text.
34353  Dies ist ein deutscher Text.
34354  Dies ist ein deutscher Text.
34355  Dies ist ein deutscher Text.
34356  Dies ist ein deutscher Text.
34357  Dies ist ein deutscher Text.
34358  Dies ist ein deutscher Text
34359 \begin_inset Foot
34360 status open
34361
34362 \begin_layout Plain Layout
34363 Dies ist eine deutsche Fußnote.
34364 \end_layout
34365
34366 \end_inset
34367
34368 .
34369  Dies ist ein deutscher Text.
34370  Dies ist ein deutscher Text.
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \begin_inset space \hfill{}
34377 \end_inset
34378
34379
34380 \begin_inset Box Frameless
34381 position "t"
34382 hor_pos "c"
34383 has_inner_box 1
34384 inner_pos "c"
34385 use_parbox 0
34386 use_makebox 0
34387 width "45col%"
34388 special "none"
34389 height "1in"
34390 height_special "totalheight"
34391 status open
34392
34393 \begin_layout Plain Layout
34394
34395 \lang english
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  This is an English Text.
34404  This is an English Text.
34405  This is an English Text.
34406  This is an English Text.
34407  This is an English Text.
34408  This is an English Text.
34409  This is an English Text.
34410  This is an English Text.
34411  This is an English Text.
34412 \begin_inset Foot
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416
34417 \lang english
34418 This is an English footnote.
34419 \end_layout
34420
34421 \end_inset
34422
34423  This is an English Text.
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset VSpace bigskip
34433 \end_inset
34434
34435 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34436  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34437  Absätze nicht eingerückt werden, obwohl Sie das in 
34438 \family sans
34439 Dokument
34440 \family default
34441 \SpecialChar \menuseparator
34442
34443 \family sans
34444 Einstellun\SpecialChar \-
34445 gen\SpecialChar \menuseparator
34446 Textformat
34447 \family default
34448  festgelegt haben.
34449  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34450  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34451 \series bold
34452
34453 \backslash
34454 hspace*{1em}
34455 \series default
34456 .
34457 \end_layout
34458
34459 \begin_layout Standard
34460 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34461  zu verpassen, siehe Abschnitt
34462 \begin_inset space ~
34463 \end_inset
34464
34465
34466 \begin_inset CommandInset ref
34467 LatexCommand ref
34468 reference "uab:Farbe-für-Absätze"
34469
34470 \end_inset
34471
34472 .
34473 \end_layout
34474
34475 \begin_layout Standard
34476 \begin_inset Note Greyedout
34477 status open
34478
34479 \begin_layout Plain Layout
34480
34481 \series bold
34482 Bemerkung:
34483 \series default
34484  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34485  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Section
34494 Parbox
34495 \begin_inset CommandInset label
34496 LatexCommand label
34497 name "abs:Parbox"
34498
34499 \end_inset
34500
34501
34502 \begin_inset Index idx
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506 Boxen ! Parbox
34507 \end_layout
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Parbox ist eine Abkürzung für 
34516 \begin_inset Quotes gld
34517 \end_inset
34518
34519 paragraph box
34520 \begin_inset Quotes grd
34521 \end_inset
34522
34523 , was Absatzbox bedeutet.
34524  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34525  in Parboxen nicht ausgegeben werden:
34526 \end_layout
34527
34528 \begin_layout Standard
34529 \align center
34530 \begin_inset Box Frameless
34531 position "t"
34532 hor_pos "c"
34533 has_inner_box 1
34534 inner_pos "t"
34535 use_parbox 1
34536 use_makebox 0
34537 width "33col%"
34538 special "none"
34539 height "1in"
34540 height_special "totalheight"
34541 status open
34542
34543 \begin_layout Plain Layout
34544 Dies ist Text in einer Parbox.
34545  Dies ist Text in einer Parbox.
34546 \end_layout
34547
34548 \begin_layout Plain Layout
34549 Diese Fußnote wird nicht gedruckt:
34550 \begin_inset Foot
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \begin_layout Section
34568 Boxen für Worte und Buchstaben
34569 \begin_inset Index idx
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 Boxen ! für Buchstaben
34574 \end_layout
34575
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Subsection
34582 Silbentrennung unterbinden
34583 \begin_inset CommandInset label
34584 LatexCommand label
34585 name "abs:Silbentrennung-unterbinden"
34586
34587 \end_inset
34588
34589
34590 \begin_inset Index idx
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594 Boxen ! zur Vermeidung von Silbentrennung
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Standard
34603 Sie können den Boxtyp 
34604 \family sans
34605 Makebox
34606 \family default
34607  benutzen, um Silbentrennungen zu unterbinden.
34608 \begin_inset Newline newline
34609 \end_inset
34610
34611 Hier ist ein Beispiel: 
34612 \end_layout
34613
34614 \begin_layout Standard
34615 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34616 \begin_inset Quotes gld
34617 \end_inset
34618
34619 einsehrsehrsehrlangeswort
34620 \begin_inset Quotes grd
34621 \end_inset
34622
34623 .
34624 \end_layout
34625
34626 \begin_layout Standard
34627 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34628  Innere
34629 \begin_inset space ~
34630 \end_inset
34631
34632 Box auf Makebox und verwenden keine explizite Breite.
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Hier ist das Ergebnis:
34637 \end_layout
34638
34639 \begin_layout Standard
34640 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34641 \begin_inset Box Frameless
34642 position "t"
34643 hor_pos "c"
34644 has_inner_box 1
34645 inner_pos "t"
34646 use_parbox 0
34647 use_makebox 1
34648 width ""
34649 special "none"
34650 height "1in"
34651 height_special "totalheight"
34652 status open
34653
34654 \begin_layout Plain Layout
34655 \begin_inset Quotes gld
34656 \end_inset
34657
34658 einsehrsehrsehrlangeswort
34659 \begin_inset Quotes grd
34660 \end_inset
34661
34662
34663 \end_layout
34664
34665 \end_inset
34666
34667 .
34668 \end_layout
34669
34670 \begin_layout Standard
34671 Alternativ dazu kann man auch den Befehl 
34672 \begin_inset Quotes gld
34673 \end_inset
34674
34675
34676 \series bold
34677
34678 \backslash
34679 -
34680 \series default
34681
34682 \begin_inset Quotes grd
34683 \end_inset
34684
34685  als TeX-Code direkt vor das Wort setzen:
34686 \end_layout
34687
34688 \begin_layout Standard
34689 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34690 \begin_inset Quotes gld
34691 \end_inset
34692
34693
34694 \begin_inset ERT
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698
34699
34700 \backslash
34701 -
34702 \end_layout
34703
34704 \end_inset
34705
34706 einsehrsehrsehrlangeswort
34707 \begin_inset Quotes grd
34708 \end_inset
34709
34710 .
34711 \end_layout
34712
34713 \begin_layout Standard
34714 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34715  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34716 \family sans
34717 Strg-Eingabe
34718 \family default
34719 ) einfügen: 
34720 \end_layout
34721
34722 \begin_layout Standard
34723 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34724 \begin_inset Newline newline
34725 \end_inset
34726
34727
34728 \begin_inset Box Frameless
34729 position "t"
34730 hor_pos "c"
34731 has_inner_box 1
34732 inner_pos "t"
34733 use_parbox 0
34734 use_makebox 1
34735 width ""
34736 special "none"
34737 height "1in"
34738 height_special "totalheight"
34739 status open
34740
34741 \begin_layout Plain Layout
34742 \begin_inset Quotes gld
34743 \end_inset
34744
34745 einsehrsehrsehrlangeswort
34746 \begin_inset Quotes grd
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \end_inset
34753
34754 .
34755 \end_layout
34756
34757 \begin_layout Subsection
34758 Vertikale Ausrichtung
34759 \begin_inset CommandInset label
34760 LatexCommand label
34761 name "uab:Vertikale-Ausrichtung"
34762
34763 \end_inset
34764
34765
34766 \begin_inset Index idx
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770 Boxen ! für Vertikale Ausrichtung
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \begin_inset Index idx
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780 Boxen ! raisebox
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \end_layout
34787
34788 \begin_layout Standard
34789 Mit dem LaTeX-Befehl 
34790 \series bold
34791
34792 \backslash
34793 raisebox
34794 \series default
34795  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34796 n Textes ausrichten.
34797  
34798 \series bold
34799
34800 \backslash
34801 raisebox
34802 \series default
34803  wird folgendermaßen benutzt:
34804 \end_layout
34805
34806 \begin_layout Standard
34807
34808 \series bold
34809
34810 \backslash
34811 raisebox{Verschiebung}[oben][unten]{Text}
34812 \end_layout
34813
34814 \begin_layout Standard
34815 Positive Werte für Verschiebung
34816 \series bold
34817  
34818 \series default
34819 verschieben die Box nach oben, negative nach unten.
34820  Die beiden optionalen Parameter 
34821 \family typewriter
34822 oben
34823 \family default
34824  und 
34825 \family typewriter
34826 unten
34827 \family default
34828  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34829  hinausgeht, wenn sie nicht verschoben ist.
34830 \end_layout
34831
34832 \begin_layout Standard
34833 Um zum Beispiel das Wort 
34834 \begin_inset Quotes gld
34835 \end_inset
34836
34837 provokant
34838 \begin_inset Quotes grd
34839 \end_inset
34840
34841  mit seinem 
34842 \begin_inset Quotes gld
34843 \end_inset
34844
34845 niedrigsten
34846 \begin_inset Quotes grd
34847 \end_inset
34848
34849  Buchstaben 
34850 \begin_inset Quotes gld
34851 \end_inset
34852
34853 p
34854 \begin_inset Quotes grd
34855 \end_inset
34856
34857  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34858 \end_layout
34859
34860 \begin_layout Standard
34861
34862 \series bold
34863
34864 \backslash
34865 raisebox{
34866 \backslash
34867 depth}{
34868 \end_layout
34869
34870 \begin_layout Standard
34871 vor dem Wort einfügen und 
34872 \begin_inset Quotes gld
34873 \end_inset
34874
34875
34876 \series bold
34877 }
34878 \series default
34879
34880 \begin_inset Quotes grd
34881 \end_inset
34882
34883  als TeX-Code dahinter:
34884 \end_layout
34885
34886 \begin_layout Standard
34887 Dies ist eine Zeile, in der das Wort 
34888 \begin_inset ERT
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892
34893
34894 \backslash
34895 raisebox{
34896 \backslash
34897 depth}{
34898 \end_layout
34899
34900 \end_inset
34901
34902
34903 \begin_inset Quotes gld
34904 \end_inset
34905
34906 provokant
34907 \begin_inset Quotes grd
34908 \end_inset
34909
34910
34911 \begin_inset ERT
34912 status collapsed
34913
34914 \begin_layout Plain Layout
34915
34916 }
34917 \end_layout
34918
34919 \end_inset
34920
34921  nach oben verschoben wurde.
34922 \end_layout
34923
34924 \begin_layout Standard
34925 \begin_inset VSpace bigskip
34926 \end_inset
34927
34928 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34929  gedehnt:
34930 \end_layout
34931
34932 \begin_layout Standard
34933 Dies ist eine Zeile, in der das Wort 
34934 \begin_inset ERT
34935 status collapsed
34936
34937 \begin_layout Plain Layout
34938
34939
34940 \backslash
34941 raisebox{-
34942 \backslash
34943 depth}{
34944 \end_layout
34945
34946 \end_inset
34947
34948
34949 \begin_inset Quotes gld
34950 \end_inset
34951
34952 provokant
34953 \begin_inset Quotes grd
34954 \end_inset
34955
34956
34957 \begin_inset ERT
34958 status collapsed
34959
34960 \begin_layout Plain Layout
34961
34962 }
34963 \end_layout
34964
34965 \end_inset
34966
34967  nach unten verschoben wurde.
34968 \end_layout
34969
34970 \begin_layout Standard
34971 Dies ist eine Zeile, in der das Wort 
34972 \begin_inset ERT
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976
34977
34978 \backslash
34979 raisebox{0.5cm}{
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \begin_inset Quotes gld
34986 \end_inset
34987
34988 testen
34989 \begin_inset Quotes grd
34990 \end_inset
34991
34992
34993 \begin_inset ERT
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998 }
34999 \end_layout
35000
35001 \end_inset
35002
35003  um 0.5
35004 \begin_inset space \thinspace{}
35005 \end_inset
35006
35007 cm nach oben verschoben wurde.
35008 \end_layout
35009
35010 \begin_layout Standard
35011 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
35012 \end_layout
35013
35014 \begin_layout Standard
35015
35016 \series bold
35017
35018 \backslash
35019 raisebox{-
35020 \backslash
35021 depth}[0pt]{
35022 \end_layout
35023
35024 \begin_layout Standard
35025 Dies ist eine Zeile, in der das Wort 
35026 \begin_inset ERT
35027 status collapsed
35028
35029 \begin_layout Plain Layout
35030
35031
35032 \backslash
35033 raisebox{-
35034 \backslash
35035 depth}[0pt]{
35036 \end_layout
35037
35038 \end_inset
35039
35040
35041 \begin_inset Quotes gld
35042 \end_inset
35043
35044 provokant
35045 \begin_inset Quotes grd
35046 \end_inset
35047
35048
35049 \begin_inset ERT
35050 status collapsed
35051
35052 \begin_layout Plain Layout
35053
35054 }
35055 \end_layout
35056
35057 \end_inset
35058
35059  nach unten verschoben wurde.
35060 \end_layout
35061
35062 \begin_layout Standard
35063 Dies ist eine Zeile, in der das Wort 
35064 \begin_inset ERT
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068
35069
35070 \backslash
35071 raisebox{0.5cm}[0pt]{
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \begin_inset Quotes gld
35078 \end_inset
35079
35080 testen
35081 \begin_inset Quotes grd
35082 \end_inset
35083
35084
35085 \begin_inset ERT
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090 }
35091 \end_layout
35092
35093 \end_inset
35094
35095  um 0.5
35096 \begin_inset space \thinspace{}
35097 \end_inset
35098
35099 cm nach oben verschoben wurde.
35100  Jetzt überschneiden sich die verschobenen Worte.
35101 \end_layout
35102
35103 \begin_layout Section
35104 Farbige Boxen
35105 \begin_inset CommandInset label
35106 LatexCommand label
35107 name "abs:Farbige-Boxen"
35108
35109 \end_inset
35110
35111
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 Boxen ! farbige
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \begin_layout Subsection
35125 Text-Hintergrundfarbe
35126 \begin_inset Index idx
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130 Farbe ! für Text-Hintergrund
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
35140  so genannten 
35141 \begin_inset Quotes gld
35142 \end_inset
35143
35144 colorbox
35145 \begin_inset Quotes grd
35146 \end_inset
35147
35148  stehen.
35149  Dafür muss das LaTeX-Paket 
35150 \series bold
35151 color
35152 \series default
35153
35154 \begin_inset Index idx
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158 LaTeX-Pakete ! color
35159 \end_layout
35160
35161 \end_inset
35162
35163  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35164 \end_layout
35165
35166 \begin_layout Standard
35167
35168 \series bold
35169
35170 \backslash
35171 @ifundefined{textcolor}
35172 \begin_inset Newline newline
35173 \end_inset
35174
35175
35176 \begin_inset Phantom HPhantom
35177 status open
35178
35179 \begin_layout Plain Layout
35180
35181 \series bold
35182 \begin_inset space ~
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \end_inset
35189
35190 {
35191 \backslash
35192 usepackage{color}}{}
35193 \end_layout
35194
35195 \begin_layout Standard
35196 Wenn Sie Text einfärben, lädt LyX das Paket 
35197 \series bold
35198 color
35199 \series default
35200  automatisch.
35201 \begin_inset Foot
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205 Der Befehl 
35206 \series bold
35207
35208 \backslash
35209 @ifundefined
35210 \series default
35211  vermeidet, dass es in diesem Fall doppelt geladen wird.
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \end_layout
35218
35219 \begin_layout Standard
35220 \begin_inset VSpace medskip
35221 \end_inset
35222
35223 Colorboxen werden mit dem Befehl 
35224 \series bold
35225
35226 \backslash
35227 colorbox
35228 \series default
35229  erzeugt:
35230 \end_layout
35231
35232 \begin_layout Standard
35233
35234 \series bold
35235
35236 \backslash
35237 colorbox{Farbe}{Boxinhalt}
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
35242  Boxen sein.
35243 \end_layout
35244
35245 \begin_layout Standard
35246 Die folgenden Farben sind vordefiniert:
35247 \family sans
35248  schwarz
35249 \family default
35250
35251 \family sans
35252 wei
35253 \family default
35254 ß, 
35255 \family sans
35256 rot
35257 \family default
35258 \series bold
35259 ,
35260 \series default
35261  
35262 \family sans
35263 grün
35264 \family default
35265
35266 \family sans
35267 blau
35268 \family default
35269
35270 \family sans
35271 türkis
35272 \family default
35273
35274 \family sans
35275 purpurrot
35276 \family default
35277  und 
35278 \family sans
35279 gelb
35280 \family default
35281 .
35282 \end_layout
35283
35284 \begin_layout Standard
35285 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
35286 \begin_inset space ~
35287 \end_inset
35288
35289
35290 \begin_inset CommandInset ref
35291 LatexCommand ref
35292 reference "abs:Farbige-Tabellen"
35293
35294 \end_inset
35295
35296  beschrieben.
35297 \end_layout
35298
35299 \begin_layout Standard
35300 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
35301  den TeX-Code-Befehl
35302 \end_layout
35303
35304 \begin_layout Standard
35305
35306 \series bold
35307
35308 \backslash
35309 colorbox{red}{
35310 \end_layout
35311
35312 \begin_layout Standard
35313 vor dem Wort ein.
35314  Hinter dem Wort fügen Sie 
35315 \series bold
35316
35317 \begin_inset Quotes gld
35318 \end_inset
35319
35320 }
35321 \series default
35322
35323 \begin_inset Quotes grd
35324 \end_inset
35325
35326  als TeX-Code ein.
35327  Hier ist das Ergebnis:
35328 \end_layout
35329
35330 \begin_layout Standard
35331 In dieser Zeile hat 
35332 \begin_inset ERT
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336
35337
35338 \backslash
35339 colorbox{red}{
35340 \end_layout
35341
35342 \end_inset
35343
35344 Achtung!
35345 \begin_inset ERT
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349
35350 }
35351 \end_layout
35352
35353 \end_inset
35354
35355  einen roten Hintergrund.
35356 \end_layout
35357
35358 \begin_layout Standard
35359 \begin_inset VSpace bigskip
35360 \end_inset
35361
35362 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
35363  
35364 \series bold
35365
35366 \backslash
35367 fcolorbox
35368 \series default
35369  verwenden:
35370 \end_layout
35371
35372 \begin_layout Standard
35373
35374 \series bold
35375
35376 \backslash
35377 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35378 \end_layout
35379
35380 \begin_layout Standard
35381
35382 \series bold
35383
35384 \backslash
35385 fcolorbox
35386 \series default
35387  ist eine Erweiterung von 
35388 \series bold
35389
35390 \backslash
35391 colorbox
35392 \series default
35393 .
35394  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35395  
35396 \series bold
35397
35398 \backslash
35399 fboxrule
35400 \series default
35401  und 
35402 \series bold
35403
35404 \backslash
35405 fboxsep
35406 \series default
35407  gesteuert werden, wie in Abschnitt
35408 \begin_inset space ~
35409 \end_inset
35410
35411
35412 \begin_inset CommandInset ref
35413 LatexCommand ref
35414 reference "uab:Verzierung"
35415
35416 \end_inset
35417
35418  beschrieben.
35419 \end_layout
35420
35421 \begin_layout Standard
35422 Für das folgende Beispiel wurde der Befehl
35423 \end_layout
35424
35425 \begin_layout Standard
35426
35427 \series bold
35428
35429 \backslash
35430 fcolorbox{cyan}{magenta}{
35431 \end_layout
35432
35433 \begin_layout Standard
35434 benutzt.
35435  Hier wurden die Rahmendicke und der Abstand auf 1
35436 \begin_inset space \thinspace{}
35437 \end_inset
35438
35439 mm gesetzt:
35440 \begin_inset Newline newline
35441 \end_inset
35442
35443
35444 \begin_inset ERT
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448
35449
35450 \backslash
35451 fboxrule 1mm 
35452 \backslash
35453 fboxsep 1mm
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \begin_inset ERT
35460 status collapsed
35461
35462 \begin_layout Plain Layout
35463
35464
35465 \backslash
35466 fcolorbox{cyan}{green}{
35467 \end_layout
35468
35469 \end_inset
35470
35471 Dies ist Text in einer farbigen, gerahmten Box.
35472 \begin_inset ERT
35473 status collapsed
35474
35475 \begin_layout Plain Layout
35476
35477 }
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \begin_layout Standard
35486 \begin_inset VSpace bigskip
35487 \end_inset
35488
35489 Natürlich gibt es auch farbigen Text in einer Colorbox:
35490 \begin_inset Newline newline
35491 \end_inset
35492
35493
35494 \begin_inset ERT
35495 status collapsed
35496
35497 \begin_layout Plain Layout
35498
35499
35500 \backslash
35501 fcolorbox{cyan}{green}{
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \color yellow
35508 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35509 \color none
35510
35511 \begin_inset ERT
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515
35516 }
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \begin_inset ERT
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526
35527
35528 \backslash
35529 fboxrule 0.4pt 
35530 \backslash
35531 fboxsep 3pt
35532 \end_layout
35533
35534 \end_inset
35535
35536
35537 \end_layout
35538
35539 \begin_layout Standard
35540 \begin_inset VSpace bigskip
35541 \end_inset
35542
35543
35544 \end_layout
35545
35546 \begin_layout Standard
35547 \begin_inset Note Greyedout
35548 status open
35549
35550 \begin_layout Plain Layout
35551 \noindent
35552
35553 \series bold
35554 Bemerkung:
35555 \series default
35556  Text in Colorboxen kann nicht umgebrochen werden.
35557  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35558  wie im folgenden beschrieben.
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Subsection
35567 Farbe für Absätze
35568 \begin_inset CommandInset label
35569 LatexCommand label
35570 name "uab:Farbe-für-Absätze"
35571
35572 \end_inset
35573
35574
35575 \begin_inset Index idx
35576 status collapsed
35577
35578 \begin_layout Plain Layout
35579 Farbe ! für Absätze
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \begin_layout Standard
35588 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35589  den Text in eine Minipage stellen.
35590  Vor der Minipage fügen Sie den TeX-Code-Befehl
35591 \end_layout
35592
35593 \begin_layout Standard
35594
35595 \series bold
35596
35597 \backslash
35598 colorbox{color}{
35599 \end_layout
35600
35601 \begin_layout Standard
35602 ein.
35603  Hinter der Minipage fügen Sie 
35604 \series bold
35605
35606 \begin_inset Quotes gld
35607 \end_inset
35608
35609 }
35610 \series default
35611
35612 \begin_inset Quotes grd
35613 \end_inset
35614
35615  als TeX-Code ein.
35616 \end_layout
35617
35618 \begin_layout Standard
35619 \begin_inset ERT
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623
35624
35625 \backslash
35626 colorbox{hellgrau}{
35627 \end_layout
35628
35629 \end_inset
35630
35631
35632 \begin_inset Box Frameless
35633 position "t"
35634 hor_pos "c"
35635 has_inner_box 1
35636 inner_pos "t"
35637 use_parbox 0
35638 use_makebox 0
35639 width "100col%"
35640 special "none"
35641 height "1in"
35642 height_special "totalheight"
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646 Dies ist Text mit einer Hintergrundfarbe.
35647  Dies ist Text mit einer Hintergrundfarbe.
35648 \end_layout
35649
35650 \begin_layout Plain Layout
35651 Der Text kann Fußnoten
35652 \begin_inset Foot
35653 status open
35654
35655 \begin_layout Plain Layout
35656 Eine weitere Fußnote
35657 \end_layout
35658
35659 \end_inset
35660
35661  und Tabellen und Abbildungen enthalten.
35662 \end_layout
35663
35664 \begin_layout Plain Layout
35665 \align center
35666 \begin_inset Tabular
35667 <lyxtabular version="3" rows="3" columns="3">
35668 <features rotate="0" tabularvalignment="middle">
35669 <column alignment="center" valignment="top">
35670 <column alignment="center" valignment="top">
35671 <column alignment="center" valignment="top">
35672 <row>
35673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677 a
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686 !
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35692 \begin_inset Text
35693
35694 \begin_layout Plain Layout
35695 3
35696 \end_layout
35697
35698 \end_inset
35699 </cell>
35700 </row>
35701 <row>
35702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35703 \begin_inset Text
35704
35705 \begin_layout Plain Layout
35706 <
35707 \end_layout
35708
35709 \end_inset
35710 </cell>
35711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Plain Layout
35715 b2
35716 \begin_inset Quotes erd
35717 \end_inset
35718
35719 |
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35725 \begin_inset Text
35726
35727 \begin_layout Plain Layout
35728 >
35729 \end_layout
35730
35731 \end_inset
35732 </cell>
35733 </row>
35734 <row>
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 1
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 §
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757 c
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 </row>
35763 </lyxtabular>
35764
35765 \end_inset
35766
35767
35768 \end_layout
35769
35770 \end_inset
35771
35772
35773 \begin_inset ERT
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777
35778 }
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \begin_layout Section
35787 Rotierte und skalierte Boxen
35788 \end_layout
35789
35790 \begin_layout Standard
35791 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35792 \series bold
35793 graphicx
35794 \series default
35795
35796 \begin_inset Index idx
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800 LaTeX-Pakete ! graphicx
35801 \end_layout
35802
35803 \end_inset
35804
35805  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35806 \end_layout
35807
35808 \begin_layout Standard
35809
35810 \series bold
35811
35812 \backslash
35813 @ifundefined{rotatebox}
35814 \begin_inset Newline newline
35815 \end_inset
35816
35817
35818 \begin_inset Phantom HPhantom
35819 status open
35820
35821 \begin_layout Plain Layout
35822
35823 \series bold
35824 \begin_inset space ~
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \end_inset
35831
35832 {
35833 \backslash
35834 usepackage{graphicx}}{}
35835 \end_layout
35836
35837 \begin_layout Standard
35838 \begin_inset Note Greyedout
35839 status open
35840
35841 \begin_layout Plain Layout
35842
35843 \series bold
35844 Achtung:
35845 \series default
35846  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35847 \end_layout
35848
35849 \end_inset
35850
35851
35852 \end_layout
35853
35854 \begin_layout Standard
35855 \begin_inset Note Greyedout
35856 status open
35857
35858 \begin_layout Plain Layout
35859
35860 \series bold
35861 Achtung:
35862 \series default
35863  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35864 \end_layout
35865
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \begin_layout Subsection
35872 Rotierte Boxen
35873 \begin_inset Index idx
35874 status collapsed
35875
35876 \begin_layout Plain Layout
35877 Boxen ! rotierte
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \begin_inset Index idx
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887 Rotiertes Material
35888 \end_layout
35889
35890 \end_inset
35891
35892
35893 \end_layout
35894
35895 \begin_layout Standard
35896 Um Text zu drehen, verwendet man den Befehl 
35897 \series bold
35898
35899 \backslash
35900 rotatebox
35901 \series default
35902  im TeX-Code nach folgendem Schema:
35903 \end_layout
35904
35905 \begin_layout Standard
35906
35907 \series bold
35908
35909 \backslash
35910 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35911 \end_layout
35912
35913 \begin_layout Standard
35914 Der Drehpunkt wird mit 
35915 \series bold
35916 origin=Position
35917 \series default
35918  angegeben.
35919  Folgende Positionen sind möglich: 
35920 \emph on
35921 c
35922 \emph default
35923  (mittig), 
35924 \emph on
35925 l
35926 \emph default
35927  (links), 
35928 \emph on
35929 r
35930 \emph default
35931  (rechts), 
35932 \emph on
35933 b
35934 \emph default
35935  (unten), 
35936 \emph on
35937 t
35938 \emph default
35939  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35940  Z.
35941 \begin_inset space \thinspace{}
35942 \end_inset
35943
35944 B.
35945  bedeutet 
35946 \emph on
35947 lt
35948 \emph default
35949 , dass sich der Drehpunkt links oben befindet.
35950  Wird kein Drehpunkt angegeben, wird die Position 
35951 \emph on
35952 l
35953 \emph default
35954  verwendet.
35955  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35956  Gedreht wird gegen den Uhrzeigersinn.
35957 \end_layout
35958
35959 \begin_layout Standard
35960 Im folgenden Beispiel wurde vor dem Text der Befehl 
35961 \series bold
35962
35963 \backslash
35964 rotatebox[origin=c]{60}{
35965 \series default
35966  im TeX-Modus eingegeben.
35967  Nach dem Text wurde die schließende Klammer 
35968 \series bold
35969 }
35970 \series default
35971  wiederum im TeX-Modus eingegeben.
35972 \end_layout
35973
35974 \begin_layout Standard
35975 Dies ist eine Zeile 
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981
35982 \backslash
35983 rotatebox[origin=c]{60}{
35984 \end_layout
35985
35986 \end_inset
35987
35988 mit rotiertem
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994 }
35995 \end_layout
35996
35997 \end_inset
35998
35999  Text.
36000 \end_layout
36001
36002 \begin_layout Standard
36003 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
36004 \end_layout
36005
36006 \begin_layout Standard
36007 Dies ist eine Zeile 
36008 \begin_inset ERT
36009 status collapsed
36010
36011 \begin_layout Plain Layout
36012
36013
36014 \backslash
36015 rotatebox[origin=r]{-60}{
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \begin_inset Box Doublebox
36022 position "c"
36023 hor_pos "c"
36024 has_inner_box 0
36025 inner_pos "c"
36026 use_parbox 0
36027 use_makebox 0
36028 width "1in"
36029 special "width"
36030 height "1in"
36031 height_special "totalheight"
36032 status collapsed
36033
36034 \begin_layout Plain Layout
36035 mit rotiertem
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \begin_inset ERT
36042 status collapsed
36043
36044 \begin_layout Plain Layout
36045
36046 }
36047 \end_layout
36048
36049 \end_inset
36050
36051  umrandeten Text 
36052 \begin_inset ERT
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056
36057
36058 \backslash
36059 rotatebox[origin=lb]{60}{
36060 \end_layout
36061
36062 \end_inset
36063
36064
36065 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36066 \end_inset
36067
36068
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074 }
36075 \end_layout
36076
36077 \end_inset
36078
36079  und einer Formel.
36080 \end_layout
36081
36082 \begin_layout Standard
36083 Oder ein Bild oder Tabelle:
36084 \end_layout
36085
36086 \begin_layout Standard
36087 Dies ist eine Zeile 
36088 \begin_inset ERT
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092
36093
36094 \backslash
36095 rotatebox[origin=lb]{90}{
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \begin_inset Graphics
36102         filename ../clipart/platypus.eps
36103         lyxscale 50
36104         width 25col%
36105
36106 \end_inset
36107
36108
36109 \begin_inset ERT
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114 }
36115 \end_layout
36116
36117 \end_inset
36118
36119  mit einem rotierten Bild 
36120 \begin_inset ERT
36121 status collapsed
36122
36123 \begin_layout Plain Layout
36124
36125
36126 \backslash
36127 rotatebox[origin=l]{-90}{
36128 \end_layout
36129
36130 \end_inset
36131
36132
36133 \begin_inset Tabular
36134 <lyxtabular version="3" rows="2" columns="2">
36135 <features rotate="0" tabularvalignment="middle">
36136 <column alignment="center" valignment="top">
36137 <column alignment="center" valignment="top">
36138 <row>
36139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36140 \begin_inset Text
36141
36142 \begin_layout Plain Layout
36143 q
36144 \end_layout
36145
36146 \end_inset
36147 </cell>
36148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36149 \begin_inset Text
36150
36151 \begin_layout Plain Layout
36152 w
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 </row>
36158 <row>
36159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36160 \begin_inset Text
36161
36162 \begin_layout Plain Layout
36163 e
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172 r
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 </row>
36178 </lyxtabular>
36179
36180 \end_inset
36181
36182
36183 \begin_inset ERT
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187
36188 }
36189 \end_layout
36190
36191 \end_inset
36192
36193  und Tabelle.
36194 \begin_inset Index idx
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 Abbildungen ! rotierte
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \begin_inset Index idx
36205 status collapsed
36206
36207 \begin_layout Plain Layout
36208 Tabellen ! rotierte
36209 \end_layout
36210
36211 \end_inset
36212
36213
36214 \end_layout
36215
36216 \begin_layout Subsection
36217 Skalierte Boxen
36218 \begin_inset Index idx
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 Boxen ! skalierte
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \begin_inset Index idx
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 Skaliertes Material
36233 \end_layout
36234
36235 \end_inset
36236
36237
36238 \end_layout
36239
36240 \begin_layout Standard
36241 Um Text zu skalieren, kann man die Befehle 
36242 \series bold
36243
36244 \backslash
36245 scalebox
36246 \series default
36247  und 
36248 \series bold
36249
36250 \backslash
36251 resizebox
36252 \series default
36253  im TeX-Modus verwenden.
36254 \end_layout
36255
36256 \begin_layout Standard
36257
36258 \series bold
36259
36260 \backslash
36261 scalebox
36262 \series default
36263  wird nach folgendem Schema verwendet:
36264 \end_layout
36265
36266 \begin_layout Standard
36267
36268 \series bold
36269
36270 \backslash
36271 scalebox{horizontal}[vertikal]{Boxinhalt}
36272 \end_layout
36273
36274 \begin_layout Standard
36275 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
36276  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
36277  verwendet.
36278 \end_layout
36279
36280 \begin_layout Standard
36281 Z.
36282 \begin_inset space \thinspace{}
36283 \end_inset
36284
36285 B.
36286  ergibt der Befehl 
36287 \series bold
36288
36289 \backslash
36290 scalebox{2}{Hallo}
36291 \series default
36292  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
36293 \begin_inset ERT
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297
36298
36299 \backslash
36300 scalebox{2}{
36301 \end_layout
36302
36303 \end_inset
36304
36305 Hallo
36306 \begin_inset ERT
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311 }
36312 \end_layout
36313
36314 \end_inset
36315
36316 .
36317 \end_layout
36318
36319 \begin_layout Standard
36320
36321 \series bold
36322
36323 \backslash
36324 scalebox{2}[1]{Hallo}
36325 \series default
36326  verzerrt hingegen das 
36327 \begin_inset ERT
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331
36332
36333 \backslash
36334 scalebox{2}[1]{
36335 \end_layout
36336
36337 \end_inset
36338
36339 Hallo
36340 \begin_inset ERT
36341 status collapsed
36342
36343 \begin_layout Plain Layout
36344
36345 }
36346 \end_layout
36347
36348 \end_inset
36349
36350 .
36351 \end_layout
36352
36353 \begin_layout Standard
36354 Die Skalierungsfaktoren dürfen auch negativ sein.
36355  In diesem Fall wird der Boxinhalt gespiegelt.
36356 \end_layout
36357
36358 \begin_layout Standard
36359 Daher lässt sich mit dem Befehl 
36360 \series bold
36361
36362 \backslash
36363 scalebox{-1}[1]{Hallo}
36364 \series default
36365  Spiegelschrift erstellen: 
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371
36372 \backslash
36373 scalebox{-1}[1]{
36374 \end_layout
36375
36376 \end_inset
36377
36378 Hallo
36379 \begin_inset ERT
36380 status collapsed
36381
36382 \begin_layout Plain Layout
36383
36384 }
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \end_layout
36391
36392 \begin_layout Standard
36393
36394 \series bold
36395
36396 \backslash
36397 scalebox{1}[-1]{Hallo}
36398 \series default
36399  spiegelt das 
36400 \begin_inset ERT
36401 status collapsed
36402
36403 \begin_layout Plain Layout
36404
36405
36406 \backslash
36407 scalebox{1}[-1]{
36408 \end_layout
36409
36410 \end_inset
36411
36412 Hallo
36413 \begin_inset ERT
36414 status collapsed
36415
36416 \begin_layout Plain Layout
36417
36418 }
36419 \end_layout
36420
36421 \end_inset
36422
36423  an der Grundlinie.
36424 \end_layout
36425
36426 \begin_layout Standard
36427 Zu 
36428 \series bold
36429
36430 \backslash
36431 scalebox{-1}[1]{Boxinhalt}
36432 \series default
36433  gibt es den äquivalenten Befehl
36434 \begin_inset Newline newline
36435 \end_inset
36436
36437
36438 \series bold
36439
36440 \backslash
36441 reflectbox{Boxinhalt}
36442 \series default
36443 .
36444 \end_layout
36445
36446 \begin_layout Standard
36447 \begin_inset VSpace bigskip
36448 \end_inset
36449
36450
36451 \series bold
36452
36453 \backslash
36454 resizebox
36455 \series default
36456  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36457  skalieren.
36458  Das Befehlsschema ist folgendes:
36459 \end_layout
36460
36461 \begin_layout Standard
36462
36463 \series bold
36464
36465 \backslash
36466 resizebox{Breite}{Höhe}{Boxinhalt}
36467 \end_layout
36468
36469 \begin_layout Standard
36470 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36471 \series bold
36472 !
36473 \series default
36474  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36475  wird.
36476 \end_layout
36477
36478 \begin_layout Standard
36479 Der Befehl 
36480 \series bold
36481
36482 \backslash
36483 resizebox{2cm}{1cm}{Hallo}
36484 \series default
36485  ergibt: 
36486 \begin_inset ERT
36487 status collapsed
36488
36489 \begin_layout Plain Layout
36490
36491
36492 \backslash
36493 resizebox{2cm}{1cm}{
36494 \end_layout
36495
36496 \end_inset
36497
36498 Hallo
36499 \begin_inset ERT
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503
36504 }
36505 \end_layout
36506
36507 \end_inset
36508
36509
36510 \begin_inset Newline newline
36511 \end_inset
36512
36513 Der Befehl 
36514 \series bold
36515
36516 \backslash
36517 resizebox{2cm}{!}{Hallo}
36518 \series default
36519  ergibt: 
36520 \begin_inset ERT
36521 status collapsed
36522
36523 \begin_layout Plain Layout
36524
36525
36526 \backslash
36527 resizebox{2cm}{!}{
36528 \end_layout
36529
36530 \end_inset
36531
36532 Hallo
36533 \begin_inset ERT
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537
36538 }
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Standard
36547 \begin_inset VSpace bigskip
36548 \end_inset
36549
36550
36551 \begin_inset Note Greyedout
36552 status open
36553
36554 \begin_layout Plain Layout
36555
36556 \series bold
36557 Bemerkung:
36558 \series default
36559  Wurde in Argumenten von 
36560 \series bold
36561
36562 \backslash
36563 scalebox
36564 \series default
36565  oder 
36566 \series bold
36567
36568 \backslash
36569 resizebox
36570 \series default
36571  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36572  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36573  werden.
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Standard
36582 \begin_inset VSpace bigskip
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Standard
36589 Alle Boxen können beliebig miteinander kombiniert werden.
36590  So ergibt z.
36591 \begin_inset space \thinspace{}
36592 \end_inset
36593
36594 B.
36595  der Befehl
36596 \begin_inset Newline newline
36597 \end_inset
36598
36599
36600 \series bold
36601
36602 \backslash
36603 rotatebox[origin=c]{-45}{
36604 \backslash
36605 resizebox{2cm}{!}{
36606 \backslash
36607 reflectbox{Hallo}}}
36608 \series default
36609 :
36610 \end_layout
36611
36612 \begin_layout Standard
36613 \align center
36614 \begin_inset ERT
36615 status collapsed
36616
36617 \begin_layout Plain Layout
36618
36619
36620 \backslash
36621 rotatebox[origin=c]{-45}{
36622 \backslash
36623 resizebox{2cm}{!}{
36624 \backslash
36625 reflectbox{
36626 \end_layout
36627
36628 \end_inset
36629
36630 Hallo
36631 \begin_inset ERT
36632 status collapsed
36633
36634 \begin_layout Plain Layout
36635
36636 }}}
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \begin_layout Standard
36645 \noindent
36646 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36647 \end_layout
36648
36649 \begin_layout Standard
36650 \align center
36651 \begin_inset ERT
36652 status collapsed
36653
36654 \begin_layout Plain Layout
36655
36656
36657 \backslash
36658 rotatebox[origin=c]{-30}{
36659 \backslash
36660 resizebox{2cm}{!}{
36661 \backslash
36662 reflectbox{
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \begin_inset Graphics
36669         filename ../clipart/platypus.eps
36670         lyxscale 50
36671         width 25col%
36672
36673 \end_inset
36674
36675
36676 \begin_inset ERT
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680
36681 }}}
36682 \end_layout
36683
36684 \end_inset
36685
36686
36687 \begin_inset ERT
36688 status collapsed
36689
36690 \begin_layout Plain Layout
36691
36692
36693 \backslash
36694 rotatebox[origin=c]{-45}{
36695 \backslash
36696 resizebox{2cm}{!}{
36697 \backslash
36698 reflectbox{
36699 \end_layout
36700
36701 \end_inset
36702
36703
36704 \begin_inset Tabular
36705 <lyxtabular version="3" rows="2" columns="2">
36706 <features rotate="0" tabularvalignment="middle">
36707 <column alignment="center" valignment="top">
36708 <column alignment="center" valignment="top">
36709 <row>
36710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36711 \begin_inset Text
36712
36713 \begin_layout Plain Layout
36714 q
36715 \end_layout
36716
36717 \end_inset
36718 </cell>
36719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723 w
36724 \end_layout
36725
36726 \end_inset
36727 </cell>
36728 </row>
36729 <row>
36730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734 e
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743 r
36744 \end_layout
36745
36746 \end_inset
36747 </cell>
36748 </row>
36749 </lyxtabular>
36750
36751 \end_inset
36752
36753
36754 \begin_inset ERT
36755 status collapsed
36756
36757 \begin_layout Plain Layout
36758
36759 }}}
36760 \end_layout
36761
36762 \end_inset
36763
36764
36765 \begin_inset ERT
36766 status collapsed
36767
36768 \begin_layout Plain Layout
36769
36770
36771 \backslash
36772 rotatebox[origin=c]{-45}{
36773 \backslash
36774 resizebox{2cm}{!}{
36775 \backslash
36776 reflectbox{
36777 \end_layout
36778
36779 \end_inset
36780
36781
36782 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36783 \end_inset
36784
36785
36786 \begin_inset ERT
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790
36791 }}}
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \begin_inset Index idx
36798 status collapsed
36799
36800 \begin_layout Plain Layout
36801 Abbildungen ! skalierte
36802 \end_layout
36803
36804 \end_inset
36805
36806
36807 \begin_inset Index idx
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811 Tabellen ! skalierte
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \end_layout
36818
36819 \begin_layout Standard
36820 Hat man den globalen Formelstil 
36821 \series bold
36822 fleqn
36823 \series default
36824
36825 \begin_inset Foot
36826 status collapsed
36827
36828 \begin_layout Plain Layout
36829 Wenn 
36830 \begin_inset Quotes gld
36831 \end_inset
36832
36833 fleqn
36834 \begin_inset Quotes grd
36835 \end_inset
36836
36837  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36838 \end_layout
36839
36840 \end_inset
36841
36842  gewählt, kann man auch abgesetzte Formeln skalieren.
36843 \end_layout
36844
36845 \begin_layout Chapter
36846 Umflossene Objekte
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 Umflossene Objekte
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Section
36860 Umflossene Gleitobjekte
36861 \begin_inset CommandInset label
36862 LatexCommand label
36863 name "abs:Umflossene-Gleitobjekte"
36864
36865 \end_inset
36866
36867
36868 \begin_inset Index idx
36869 status collapsed
36870
36871 \begin_layout Plain Layout
36872 Gleitobjekte ! umflossene
36873 \end_layout
36874
36875 \end_inset
36876
36877
36878 \begin_inset Index idx
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 Umflossene Objekte ! Gleitobjekte
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \begin_layout Standard
36891 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36892  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36893  den die Abbildung bzw.
36894 \begin_inset space ~
36895 \end_inset
36896
36897 Tabelle übrig lässt.
36898  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36899  Sie werden über das Menü
36900 \family sans
36901  Einfügen\SpecialChar \menuseparator
36902 Gleitobjekt\SpecialChar \menuseparator
36903 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36904 objekt
36905 \family default
36906  eingefügt, wenn das LaTeX-Paket 
36907 \series bold
36908 wrapfig
36909 \series default
36910
36911 \begin_inset Index idx
36912 status collapsed
36913
36914 \begin_layout Plain Layout
36915 LaTeX-Pakete ! wrapfig
36916 \end_layout
36917
36918 \end_inset
36919
36920  installiert ist.
36921 \begin_inset Foot
36922 status collapsed
36923
36924 \begin_layout Plain Layout
36925 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36926 \emph on
36927 LaTeX-Konfiguration
36928 \emph default
36929  beschrieben.
36930 \end_layout
36931
36932 \end_inset
36933
36934  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36935  Box des Gleitobjekts geändert werden.
36936  
36937 \begin_inset Wrap figure
36938 lines 0
36939 placement l
36940 overhang 1cm
36941 width "40col%"
36942 status open
36943
36944 \begin_layout Plain Layout
36945 \begin_inset Graphics
36946         filename ../clipart/mobius.eps
36947         width 40col%
36948         scaleBeforeRotation
36949         rotateOrigin center
36950
36951 \end_inset
36952
36953
36954 \end_layout
36955
36956 \begin_layout Plain Layout
36957 \begin_inset Caption Standard
36958
36959 \begin_layout Plain Layout
36960 \begin_inset CommandInset label
36961 LatexCommand label
36962 name "abb:Dies-ist-eine"
36963
36964 \end_inset
36965
36966 Dies ist eine umflossene Gleitobjekt-Abbildung
36967 \end_layout
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \end_inset
36975
36976  Obligatorische Einstellungen sind die 
36977 \family sans
36978 Breite
36979 \family default
36980  und 
36981 \family sans
36982 Platzierung
36983 \family default
36984  des Gleitobjekts.
36985  Optional sind der 
36986 \family sans
36987 Überhang 
36988 \family default
36989 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36990 \begin_inset space \thinspace{}
36991 \end_inset
36992
36993 /
36994 \begin_inset space \thinspace{}
36995 \end_inset
36996
36997 der Seite ragt und die 
36998 \family sans
36999 benötigten Zeilen
37000 \family default
37001 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
37002  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
37003  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
37004  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
37005  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
37006  zu lassen.
37007  Abbildung
37008 \begin_inset space ~
37009 \end_inset
37010
37011
37012 \begin_inset CommandInset ref
37013 LatexCommand ref
37014 reference "abb:Dies-ist-eine"
37015
37016 \end_inset
37017
37018  ist zum Beispiel ein umflossenes Bild, das 40
37019 \begin_inset space \thinspace{}
37020 \end_inset
37021
37022 % der Spaltenbreite einnimmt, 1
37023 \begin_inset space \thinspace{}
37024 \end_inset
37025
37026 cm in den Rand ragt und links gesetzt wurde.
37027 \end_layout
37028
37029 \begin_layout Standard
37030 \begin_inset Note Greyedout
37031 status open
37032
37033 \begin_layout Plain Layout
37034
37035 \series bold
37036 Bemerkung:
37037 \series default
37038  Umflossene Objekte sind fragil! Wenn die Abbildung z.
37039 \begin_inset space \thinspace{}
37040 \end_inset
37041
37042 B.
37043  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
37044  oder über anderen Text gedruckt wird.
37045 \end_layout
37046
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \begin_layout Standard
37053 Allgemein gilt für umflossene Gleitobjekte:
37054 \end_layout
37055
37056 \begin_layout Itemize
37057 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
37058  fortgesetzt werden.
37059  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
37060  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
37061 \end_layout
37062
37063 \begin_layout Itemize
37064 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
37065  werden oder darin.
37066 \end_layout
37067
37068 \begin_layout Itemize
37069 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
37070  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
37071 \end_layout
37072
37073 \begin_layout Itemize
37074 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
37075 \end_layout
37076
37077 \begin_layout Itemize
37078 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
37079 \begin_inset space \thinspace{}
37080 \end_inset
37081
37082
37083 \begin_inset CommandInset ref
37084 LatexCommand ref
37085 reference "kap:Gleitobjekte"
37086
37087 \end_inset
37088
37089  beschrieben.
37090 \end_layout
37091
37092 \begin_layout Section
37093 Umflossene Fixe Objekte
37094 \begin_inset Index idx
37095 status collapsed
37096
37097 \begin_layout Plain Layout
37098 Umflossene Objekte ! Fixe Objekte
37099 \end_layout
37100
37101 \end_inset
37102
37103
37104 \end_layout
37105
37106 \begin_layout Standard
37107 Die in Abschnitt
37108 \begin_inset space ~
37109 \end_inset
37110
37111
37112 \begin_inset CommandInset ref
37113 LatexCommand ref
37114 reference "abs:Umflossene-Gleitobjekte"
37115
37116 \end_inset
37117
37118  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
37119 \end_layout
37120
37121 \begin_layout Standard
37122 \noindent
37123 \align center
37124 \begin_inset Tabular
37125 <lyxtabular version="3" rows="2" columns="2">
37126 <features rotate="0" tabularvalignment="middle">
37127 <column alignment="center" valignment="top">
37128 <column alignment="center" valignment="top">
37129 <row>
37130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37131 \begin_inset Text
37132
37133 \begin_layout Plain Layout
37134 \begin_inset Graphics
37135         filename ../../images/dialog-show-new-inset_graphics.png
37136         scale 70
37137         scaleBeforeRotation
37138
37139 \end_inset
37140
37141
37142 \end_layout
37143
37144 \end_inset
37145 </cell>
37146 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150 Text
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 </row>
37156 <row>
37157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161 Text
37162 \end_layout
37163
37164 \end_inset
37165 </cell>
37166 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 Text
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 </lyxtabular>
37177
37178 \end_inset
37179
37180  oder 
37181 \begin_inset Tabular
37182 <lyxtabular version="3" rows="2" columns="2">
37183 <features rotate="0" tabularvalignment="middle">
37184 <column alignment="center" valignment="top">
37185 <column alignment="center" valignment="top">
37186 <row>
37187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37188 \begin_inset Text
37189
37190 \begin_layout Plain Layout
37191 Text
37192 \end_layout
37193
37194 \end_inset
37195 </cell>
37196 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200 \begin_inset Graphics
37201         filename ../../images/dialog-show-new-inset_graphics.png
37202         scale 70
37203         scaleBeforeRotation
37204
37205 \end_inset
37206
37207
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 Text
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 </row>
37233 </lyxtabular>
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
37242  wurde, um z.
37243 \begin_inset space \thinspace{}
37244 \end_inset
37245
37246 B.
37247  solche Positionen zu erhalten:
37248 \begin_inset VSpace defskip
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Standard
37255 \noindent
37256 \align center
37257 \begin_inset Tabular
37258 <lyxtabular version="3" rows="2" columns="2">
37259 <features rotate="0" tabularvalignment="middle">
37260 <column alignment="center" valignment="top">
37261 <column alignment="center" valignment="top">
37262 <row>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 Text
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276 Text
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 </row>
37282 <row>
37283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 \begin_inset Graphics
37288         filename ../../images/dialog-show-new-inset_graphics.png
37289         scale 70
37290         scaleBeforeRotation
37291
37292 \end_inset
37293
37294
37295 \end_layout
37296
37297 \end_inset
37298 </cell>
37299 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37300 \begin_inset Text
37301
37302 \begin_layout Plain Layout
37303 Text
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 </row>
37309 </lyxtabular>
37310
37311 \end_inset
37312
37313  
37314 \begin_inset Tabular
37315 <lyxtabular version="3" rows="2" columns="2">
37316 <features rotate="0" tabularvalignment="middle">
37317 <column alignment="center" valignment="top">
37318 <column alignment="center" valignment="top">
37319 <row>
37320 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 Text
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 </row>
37339 <row>
37340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344 Text
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353 \begin_inset Graphics
37354         filename ../../images/dialog-show-new-inset_graphics.png
37355         scale 70
37356         scaleBeforeRotation
37357
37358 \end_inset
37359
37360
37361 \end_layout
37362
37363 \end_inset
37364 </cell>
37365 </row>
37366 </lyxtabular>
37367
37368 \end_inset
37369
37370  
37371 \begin_inset Tabular
37372 <lyxtabular version="3" rows="2" columns="3">
37373 <features rotate="0" tabularvalignment="middle">
37374 <column alignment="center" valignment="top">
37375 <column alignment="center" valignment="top">
37376 <column alignment="center" valignment="top">
37377 <row>
37378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37379 \begin_inset Text
37380
37381 \begin_layout Plain Layout
37382 Text
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 <cell alignment="center" valignment="top" topline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391 \begin_inset Graphics
37392         filename ../../images/dialog-show-new-inset_graphics.png
37393         scale 70
37394         scaleBeforeRotation
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37404 \begin_inset Text
37405
37406 \begin_layout Plain Layout
37407 Text
37408 \end_layout
37409
37410 \end_inset
37411 </cell>
37412 </row>
37413 <row>
37414 <cell alignment="center" valignment="top" bottomline="true" leftline="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" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427 Text
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436 Text
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 </row>
37442 </lyxtabular>
37443
37444 \end_inset
37445
37446  
37447 \begin_inset Tabular
37448 <lyxtabular version="3" rows="2" columns="3">
37449 <features rotate="0" tabularvalignment="middle">
37450 <column alignment="center" valignment="top">
37451 <column alignment="center" valignment="top">
37452 <column alignment="center" valignment="top">
37453 <row>
37454 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467 Text
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476 Text
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 </row>
37482 <row>
37483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487 Text
37488 \end_layout
37489
37490 \end_inset
37491 </cell>
37492 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37493 \begin_inset Text
37494
37495 \begin_layout Plain Layout
37496 \begin_inset Graphics
37497         filename ../../images/dialog-show-new-inset_graphics.png
37498         scale 70
37499         scaleBeforeRotation
37500
37501 \end_inset
37502
37503
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37509 \begin_inset Text
37510
37511 \begin_layout Plain Layout
37512 Text
37513 \end_layout
37514
37515 \end_inset
37516 </cell>
37517 </row>
37518 </lyxtabular>
37519
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Standard
37526 \noindent
37527 \align center
37528 \begin_inset Tabular
37529 <lyxtabular version="3" rows="3" columns="2">
37530 <features rotate="0" tabularvalignment="middle">
37531 <column alignment="center" valignment="top">
37532 <column alignment="center" valignment="top">
37533 <row>
37534 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37544 \begin_inset Text
37545
37546 \begin_layout Plain Layout
37547 Text
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 </row>
37553 <row>
37554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558 \begin_inset Graphics
37559         filename ../../images/dialog-show-new-inset_graphics.png
37560         scale 70
37561         scaleBeforeRotation
37562
37563 \end_inset
37564
37565
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37571 \begin_inset Text
37572
37573 \begin_layout Plain Layout
37574 Text
37575 \end_layout
37576
37577 \end_inset
37578 </cell>
37579 </row>
37580 <row>
37581 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594 Text
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 </lyxtabular>
37601
37602 \end_inset
37603
37604  
37605 \begin_inset Tabular
37606 <lyxtabular version="3" rows="3" columns="3">
37607 <features rotate="0" tabularvalignment="middle">
37608 <column alignment="center" valignment="top">
37609 <column alignment="center" valignment="top">
37610 <column alignment="center" valignment="top">
37611 <row>
37612 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
37622 \begin_inset Text
37623
37624 \begin_layout Plain Layout
37625 Text
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634 Text
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 </row>
37640 <row>
37641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 Text
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654 \begin_inset Graphics
37655         filename ../../images/dialog-show-new-inset_graphics.png
37656         scale 70
37657         scaleBeforeRotation
37658
37659 \end_inset
37660
37661
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37667 \begin_inset Text
37668
37669 \begin_layout Plain Layout
37670 Text
37671 \end_layout
37672
37673 \end_inset
37674 </cell>
37675 </row>
37676 <row>
37677 <cell alignment="center" valignment="top" bottomline="true" leftline="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" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 Text
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37696 \begin_inset Text
37697
37698 \begin_layout Plain Layout
37699 Text
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 </row>
37705 </lyxtabular>
37706
37707 \end_inset
37708
37709  
37710 \begin_inset Tabular
37711 <lyxtabular version="3" rows="3" columns="2">
37712 <features rotate="0" tabularvalignment="middle">
37713 <column alignment="center" valignment="top">
37714 <column alignment="center" valignment="top">
37715 <row>
37716 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37726 \begin_inset Text
37727
37728 \begin_layout Plain Layout
37729 Text
37730 \end_layout
37731
37732 \end_inset
37733 </cell>
37734 </row>
37735 <row>
37736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37737 \begin_inset Text
37738
37739 \begin_layout Plain Layout
37740 Text
37741 \end_layout
37742
37743 \end_inset
37744 </cell>
37745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37746 \begin_inset Text
37747
37748 \begin_layout Plain Layout
37749 \begin_inset Graphics
37750         filename ../../images/dialog-show-new-inset_graphics.png
37751         scale 70
37752         scaleBeforeRotation
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 </row>
37762 <row>
37763 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776 Text
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 </row>
37782 </lyxtabular>
37783
37784 \end_inset
37785
37786
37787 \end_layout
37788
37789 \begin_layout Standard
37790 \noindent
37791 kann man das LaTeX-Paket 
37792 \series bold
37793 picinpar
37794 \series default
37795
37796 \begin_inset Index idx
37797 status collapsed
37798
37799 \begin_layout Plain Layout
37800 LaTeX-Pakete ! picinpar
37801 \end_layout
37802
37803 \end_inset
37804
37805  benutzen.
37806  Hier ist ein Beispiel:
37807 \end_layout
37808
37809 \begin_layout Standard
37810 \begin_inset ERT
37811 status collapsed
37812
37813 \begin_layout Plain Layout
37814
37815
37816 \backslash
37817 ifpicinpar
37818 \end_layout
37819
37820 \end_inset
37821
37822
37823 \begin_inset Note Note
37824 status open
37825
37826 \begin_layout Plain Layout
37827 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37828 \series bold
37829 picinpar
37830 \series default
37831  installiert ist.
37832 \end_layout
37833
37834 \end_inset
37835
37836
37837 \end_layout
37838
37839 \begin_layout Standard
37840 \begin_inset ERT
37841 status collapsed
37842
37843 \begin_layout Plain Layout
37844
37845
37846 \backslash
37847 begin{window}[2,c,{
37848 \end_layout
37849
37850 \end_inset
37851
37852
37853 \begin_inset Graphics
37854         filename ../clipart/mobius.eps
37855         lyxscale 60
37856         width 40col%
37857         scaleBeforeRotation
37858         rotateOrigin center
37859
37860 \end_inset
37861
37862
37863 \begin_inset ERT
37864 status collapsed
37865
37866 \begin_layout Plain Layout
37867
37868 },]
37869 \end_layout
37870
37871 \begin_layout Plain Layout
37872
37873 {}
37874 \end_layout
37875
37876 \end_inset
37877
37878
37879 \size small
37880 \lang english
37881 It was in the spring of the year 1894 that all London was interested, and
37882  the fashionable world dismayed, by the murder of the Honourable Ronald
37883  Adair under most unusual and inexplicable circumstances.
37884  The public has already learned those particulars of the crime which
37885 \size default
37886
37887 \begin_inset ERT
37888 status collapsed
37889
37890 \begin_layout Plain Layout
37891
37892
37893 \backslash
37894 footnotemark{}
37895 \end_layout
37896
37897 \end_inset
37898
37899
37900 \size small
37901  came out in the police investigation, but a good deal was suppressed upon
37902  that occasion, since the case for the prosecution was so overwhelmingly
37903  strong that it was not necessary to bring forward all the facts.
37904  Only now, at the end of nearly ten years, am I allowed to supply those
37905  missing links which make up the whole of that remarkable chain.
37906 \size default
37907 \lang ngerman
37908
37909 \begin_inset ERT
37910 status collapsed
37911
37912 \begin_layout Plain Layout
37913
37914
37915 \backslash
37916 end{window}
37917 \end_layout
37918
37919 \end_inset
37920
37921
37922 \end_layout
37923
37924 \begin_layout Standard
37925 \begin_inset ERT
37926 status collapsed
37927
37928 \begin_layout Plain Layout
37929
37930
37931 \backslash
37932 footnotetext{
37933 \end_layout
37934
37935 \end_inset
37936
37937 Fußnote des Absatzes mit fixem Objekt.
37938 \begin_inset ERT
37939 status collapsed
37940
37941 \begin_layout Plain Layout
37942
37943 }
37944 \end_layout
37945
37946 \end_inset
37947
37948
37949 \end_layout
37950
37951 \begin_layout Standard
37952 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37953  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37954  vertikale Position im Text bestimmen kann.
37955  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37956  beschriftet werden.
37957 \end_layout
37958
37959 \begin_layout Standard
37960 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37961  Befehl
37962 \end_layout
37963
37964 \begin_layout Standard
37965
37966 \series bold
37967
37968 \backslash
37969 begin{window}[2,c,{
37970 \end_layout
37971
37972 \begin_layout Standard
37973 als TeX-Code einfügt.
37974  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37975  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37976  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37977  Danach fügt man das Objekt ein.
37978  In diesem Beispiel wurde ein Bild der Breite von 40
37979 \begin_inset space \thinspace{}
37980 \end_inset
37981
37982 % der Textspaltenbreite eingefügt.
37983  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37984  Nach dem Objekt fügt man den Befehl
37985 \end_layout
37986
37987 \begin_layout Standard
37988
37989 \series bold
37990 },Beschreibungstext]
37991 \begin_inset Newline newline
37992 \end_inset
37993
37994 {}
37995 \end_layout
37996
37997 \begin_layout Standard
37998 ein.
37999  Man beachte dass das 
38000 \begin_inset Quotes gld
38001 \end_inset
38002
38003
38004 \series bold
38005 {}
38006 \series default
38007
38008 \begin_inset Quotes grd
38009 \end_inset
38010
38011  in der zweiten Zeile steht.
38012  Der Beschreibungstext ist optional.
38013  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
38014  das Objekt befinden, also direkt nach dem 
38015 \series bold
38016 {}
38017 \series default
38018  beginnen.
38019  Am Ende des Absatzes fügt man folgenden Befehl ein:
38020 \end_layout
38021
38022 \begin_layout Standard
38023
38024 \series bold
38025
38026 \backslash
38027 end{window}
38028 \end_layout
38029
38030 \begin_layout Standard
38031 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
38032  man muss stattdessen den Befehl 
38033 \series bold
38034
38035 \backslash
38036 footnotemark
38037 \series default
38038  verwenden.
38039  Außerhalb des Absatzes den Befehl 
38040 \series bold
38041
38042 \backslash
38043 footnotetext
38044 \series default
38045 , wie es in Abschnitt
38046 \begin_inset space ~
38047 \end_inset
38048
38049
38050 \begin_inset CommandInset ref
38051 LatexCommand ref
38052 reference "abs:Fußnoten"
38053
38054 \end_inset
38055
38056  beschrieben ist.
38057 \end_layout
38058
38059 \begin_layout Standard
38060 \begin_inset ERT
38061 status collapsed
38062
38063 \begin_layout Plain Layout
38064
38065
38066 \backslash
38067 else
38068 \end_layout
38069
38070 \end_inset
38071
38072
38073 \begin_inset Note Note
38074 status open
38075
38076 \begin_layout Plain Layout
38077 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38078 \series bold
38079 picinpar
38080 \series default
38081  nicht installiert ist:
38082 \end_layout
38083
38084 \end_inset
38085
38086
38087 \end_layout
38088
38089 \begin_layout Standard
38090 Das LaTeX-Paket 
38091 \series bold
38092 picinpar
38093 \series default
38094  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38095 \end_layout
38096
38097 \begin_layout Standard
38098 \begin_inset ERT
38099 status collapsed
38100
38101 \begin_layout Plain Layout
38102
38103
38104 \backslash
38105 fi
38106 \end_layout
38107
38108 \end_inset
38109
38110
38111 \end_layout
38112
38113 \begin_layout Section
38114 Initiale
38115 \begin_inset Index idx
38116 status collapsed
38117
38118 \begin_layout Plain Layout
38119 Initiale
38120 \end_layout
38121
38122 \end_inset
38123
38124
38125 \begin_inset Index idx
38126 status collapsed
38127
38128 \begin_layout Plain Layout
38129 Umflossene Objekte ! Initiale
38130 \end_layout
38131
38132 \end_inset
38133
38134
38135 \end_layout
38136
38137 \begin_layout Standard
38138 Für Initialen muss das LaTeX-Paket 
38139 \series bold
38140 lettrine
38141 \series default
38142
38143 \begin_inset Index idx
38144 status collapsed
38145
38146 \begin_layout Plain Layout
38147 LaTeX-Pakete ! lettrine
38148 \end_layout
38149
38150 \end_inset
38151
38152  installiert sein und das Modul 
38153 \family sans
38154 Initialen
38155 \family default
38156  im Dokument verwendet werden (Menü 
38157 \family sans
38158 Dokument\SpecialChar \menuseparator
38159 Einstellungen\SpecialChar \menuseparator
38160 Module
38161 \family default
38162 ).
38163  Um eine Initiale einzufügen, verwendet man den Stil 
38164 \family sans
38165 Initiale
38166 \family default
38167 .
38168  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
38169  Die Argumente werden über das Menü 
38170 \family sans
38171 Einfügen
38172 \family default
38173  eingefügt.
38174  Das obligatorische Argument 
38175 \family sans
38176 Initiale
38177 \family default
38178  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
38179 \family sans
38180 Rest
38181 \begin_inset space ~
38182 \end_inset
38183
38184 der
38185 \begin_inset space ~
38186 \end_inset
38187
38188 Initiale
38189 \family default
38190  enthält den Rest des Wortes oder Textes der Initiale.
38191  Das Argument 
38192 \family sans
38193 Optionen
38194 \family default
38195  enthält Parameter um die Initiale zu modifizieren.
38196  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
38197  von 
38198 \series bold
38199 lettrine
38200 \series default
38201
38202 \begin_inset CommandInset citation
38203 LatexCommand cite
38204 key "lettrine"
38205
38206 \end_inset
38207
38208 .
38209  Der Stil selbst enthält den Text, der die Initiale umgibt.
38210  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
38211  Initiale ist, in 
38212 \shape smallcaps
38213 Kapitälchen
38214 \shape default
38215  gedruckt wird.
38216 \end_layout
38217
38218 \begin_layout Standard
38219 Hier sind einige Beispiele:
38220 \end_layout
38221
38222 \begin_layout Standard
38223 \begin_inset ERT
38224 status collapsed
38225
38226 \begin_layout Plain Layout
38227
38228
38229 \backslash
38230 iflettrine
38231 \end_layout
38232
38233 \end_inset
38234
38235
38236 \begin_inset Note Note
38237 status open
38238
38239 \begin_layout Plain Layout
38240 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
38241 \series bold
38242 lettrine
38243 \series default
38244  installiert ist.
38245 \end_layout
38246
38247 \end_inset
38248
38249
38250 \end_layout
38251
38252 \begin_layout Enumerate
38253 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
38254
38255 \begin_inset Formula $\mathfrak{Fraktur}$
38256 \end_inset
38257
38258 :
38259 \end_layout
38260
38261 \begin_deeper
38262 \begin_layout Initial
38263 \begin_inset Argument 2
38264 status open
38265
38266 \begin_layout Plain Layout
38267 \begin_inset Formula $\mathfrak{I}$
38268 \end_inset
38269
38270
38271 \end_layout
38272
38273 \end_inset
38274
38275
38276 \begin_inset Argument 3
38277 status open
38278
38279 \begin_layout Plain Layout
38280 t
38281 \end_layout
38282
38283 \end_inset
38284
38285  
38286 \lang english
38287 was in the spring of the year 1894 that all London was interested, and the
38288  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38289  under most unusual and inexplicable circumstances.
38290  The public has already learned those particulars of the crime which came
38291  out in the police investigation, but a good deal was suppressed upon that
38292  occasion, since the case for the prosecution was so overwhelmingly strong
38293  that it was not necessary to bring forward all the facts.
38294 \end_layout
38295
38296 \end_deeper
38297 \begin_layout Enumerate
38298 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
38299  besteht und kein Text ist in 
38300 \shape smallcaps
38301 Kapitälchen
38302 \shape default
38303 :
38304 \end_layout
38305
38306 \begin_deeper
38307 \begin_layout Initial
38308 \begin_inset Argument 1
38309 status open
38310
38311 \begin_layout Plain Layout
38312 lines=1
38313 \end_layout
38314
38315 \end_inset
38316
38317
38318 \begin_inset Argument 2
38319 status open
38320
38321 \begin_layout Plain Layout
38322 It
38323 \end_layout
38324
38325 \end_inset
38326
38327  
38328 \lang english
38329 was in the spring of the year 1894 that all London was interested, and the
38330  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38331  under most unusual and inexplicable circumstances.
38332  The public has already learned those particulars of the crime which came
38333  out in the police investigation, but a good deal was suppressed upon that
38334  occasion, since the case for the prosecution was so overwhelmingly strong
38335  that it was not necessary to bring forward all the facts.
38336 \end_layout
38337
38338 \end_deeper
38339 \begin_layout Enumerate
38340 Magenta, hängende Initiale über 3
38341 \begin_inset space ~
38342 \end_inset
38343
38344 Zeilen in der Mathe-Schrift
38345 \begin_inset Newline newline
38346 \end_inset
38347
38348  
38349 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
38350 \end_inset
38351
38352 , der Text 
38353 \begin_inset Quotes gld
38354 \end_inset
38355
38356
38357 \lang english
38358 t was in the spring
38359 \lang ngerman
38360
38361 \begin_inset Quotes erd
38362 \end_inset
38363
38364  ist in 
38365 \shape smallcaps
38366 Kapitälchen
38367 \shape default
38368 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38369 \begin_inset Newline newline
38370 \end_inset
38371
38372
38373 \series bold
38374
38375 \backslash
38376 renewcommand{
38377 \backslash
38378 LettrineFontHook}{
38379 \backslash
38380 color{Farbe}}
38381 \series default
38382
38383 \begin_inset Newline newline
38384 \end_inset
38385
38386 wobei 
38387 \emph on
38388 Farbe
38389 \emph default
38390  
38391 \begin_inset Quotes gld
38392 \end_inset
38393
38394 red
38395 \begin_inset Quotes erd
38396 \end_inset
38397
38398
38399 \begin_inset Quotes gld
38400 \end_inset
38401
38402 blue
38403 \begin_inset Quotes erd
38404 \end_inset
38405
38406
38407 \begin_inset Quotes gld
38408 \end_inset
38409
38410 green
38411 \begin_inset Quotes erd
38412 \end_inset
38413
38414
38415 \begin_inset Quotes gld
38416 \end_inset
38417
38418 yellow
38419 \begin_inset Quotes erd
38420 \end_inset
38421
38422
38423 \begin_inset Quotes gld
38424 \end_inset
38425
38426 cyan
38427 \begin_inset Quotes erd
38428 \end_inset
38429
38430
38431 \begin_inset Quotes gld
38432 \end_inset
38433
38434 magenta
38435 \begin_inset Quotes erd
38436 \end_inset
38437
38438
38439 \begin_inset Quotes gld
38440 \end_inset
38441
38442 black
38443 \begin_inset Quotes erd
38444 \end_inset
38445
38446  oder 
38447 \begin_inset Quotes gld
38448 \end_inset
38449
38450 white
38451 \begin_inset Quotes erd
38452 \end_inset
38453
38454  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38455 \begin_inset Newline newline
38456 \end_inset
38457
38458
38459 \series bold
38460
38461 \backslash
38462 @ifundefined{textcolor}
38463 \begin_inset Newline newline
38464 \end_inset
38465
38466
38467 \begin_inset space ~
38468 \end_inset
38469
38470 {
38471 \backslash
38472 usepackage{color}}{}
38473 \end_layout
38474
38475 \begin_deeper
38476 \begin_layout Standard
38477 \begin_inset ERT
38478 status collapsed
38479
38480 \begin_layout Plain Layout
38481
38482
38483 \backslash
38484 renewcommand{
38485 \backslash
38486 LettrineFontHook}{
38487 \backslash
38488 color{magenta}}
38489 \end_layout
38490
38491 \end_inset
38492
38493
38494 \begin_inset Note Note
38495 status open
38496
38497 \begin_layout Plain Layout
38498 macht die Initiale magenta
38499 \end_layout
38500
38501 \end_inset
38502
38503
38504 \end_layout
38505
38506 \begin_layout Initial
38507 \begin_inset Argument 1
38508 status open
38509
38510 \begin_layout Plain Layout
38511 lines=3, lhang=0.33, loversize=0.25
38512 \end_layout
38513
38514 \end_inset
38515
38516
38517 \begin_inset Argument 2
38518 status open
38519
38520 \begin_layout Plain Layout
38521 \begin_inset Formula $\mathcal{I}$
38522 \end_inset
38523
38524
38525 \end_layout
38526
38527 \end_inset
38528
38529
38530 \begin_inset Argument 3
38531 status open
38532
38533 \begin_layout Plain Layout
38534
38535 \lang english
38536 t was in the spring
38537 \end_layout
38538
38539 \end_inset
38540
38541  
38542 \lang english
38543 of the year 1894 that all London was interested, and the fashionable world
38544  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38545  and inexplicable circumstances.
38546  The public has already learned those particulars of the crime which came
38547  out in the police investigation, but a good deal was suppressed upon that
38548  occasion, since the case for the prosecution was so overwhelmingly strong
38549  that it was not necessary to bring forward all the facts.
38550 \end_layout
38551
38552 \end_deeper
38553 \begin_layout Standard
38554 \begin_inset ERT
38555 status collapsed
38556
38557 \begin_layout Plain Layout
38558
38559
38560 \backslash
38561 else
38562 \end_layout
38563
38564 \end_inset
38565
38566
38567 \begin_inset Note Note
38568 status open
38569
38570 \begin_layout Plain Layout
38571 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38572 \series bold
38573 lettrine
38574 \series default
38575  nicht installiert ist:
38576 \end_layout
38577
38578 \end_inset
38579
38580
38581 \end_layout
38582
38583 \begin_layout Standard
38584 Das LaTeX-Paket 
38585 \series bold
38586 lettrine
38587 \series default
38588  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38589 \end_layout
38590
38591 \begin_layout Standard
38592 \begin_inset ERT
38593 status collapsed
38594
38595 \begin_layout Plain Layout
38596
38597
38598 \backslash
38599 fi
38600 \end_layout
38601
38602 \end_inset
38603
38604
38605 \end_layout
38606
38607 \begin_layout Chapter
38608 Externe Dateien
38609 \begin_inset Index idx
38610 status collapsed
38611
38612 \begin_layout Plain Layout
38613 Dateien ! externe
38614 \end_layout
38615
38616 \end_inset
38617
38618
38619 \end_layout
38620
38621 \begin_layout Standard
38622 Mit 
38623 \family sans
38624 Einfügen\SpecialChar \menuseparator
38625 Datei
38626 \family default
38627  können Sie fremdes Material in Ihr Dokument einsetzen.
38628  Das kann folgendes sein:
38629 \end_layout
38630
38631 \begin_layout Description
38632 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt 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 Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38642  eingefügt.
38643 \end_layout
38644
38645 \begin_layout Description
38646 Einfacher
38647 \begin_inset space ~
38648 \end_inset
38649
38650 Text,
38651 \begin_inset space ~
38652 \end_inset
38653
38654 Zeilen
38655 \begin_inset space ~
38656 \end_inset
38657
38658 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38659  Leerzeilen trennen die Absätze.
38660 \end_layout
38661
38662 \begin_layout Description
38663 Externes
38664 \begin_inset space ~
38665 \end_inset
38666
38667 Material Dateien in verschiedenen Formaten.
38668 \end_layout
38669
38670 \begin_layout Description
38671 Unterdokument LyX- oder LaTeX-Dokumente.
38672 \end_layout
38673
38674 \begin_layout Section
38675 Externes Material
38676 \begin_inset Index idx
38677 status collapsed
38678
38679 \begin_layout Plain Layout
38680 Externes Material
38681 \end_layout
38682
38683 \end_inset
38684
38685
38686 \end_layout
38687
38688 \begin_layout Standard
38689 Mit 
38690 \family sans
38691 Einfügen\SpecialChar \menuseparator
38692 Datei\SpecialChar \menuseparator
38693  Externes Material
38694 \family default
38695  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38696  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38697  weil LyX sich darum kümmert.
38698  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38699  eingefügt werden können.
38700  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38701 \family sans
38702  Aussehen
38703 \begin_inset space ~
38704 \end_inset
38705
38706 &
38707 \begin_inset space ~
38708 \end_inset
38709
38710 Handhabung\SpecialChar \menuseparator
38711 Grafik
38712 \family default
38713 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38714 \end_layout
38715
38716 \begin_layout Standard
38717 Zur Zeit können Sie folgende Dateitypen (
38718 \family sans
38719 Vorlagen
38720 \family default
38721 ) benutzen:
38722 \end_layout
38723
38724 \begin_layout Description
38725 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38726 \series bold
38727
38728 \begin_inset CommandInset href
38729 LatexCommand href
38730 name "XBoard"
38731 target "http://de.wikipedia.org/wiki/XBoard"
38732
38733 \end_inset
38734
38735
38736 \series default
38737  erzeugt wurden.
38738 \end_layout
38739
38740 \begin_layout Description
38741 Datum fügt ein Datum mit dem Format 
38742 \emph on
38743 Tag-Monat-Jahr
38744 \emph default
38745  ein.
38746  Hier ist ein Beispiel: 
38747 \begin_inset External
38748         template Date
38749         filename .
38750
38751 \end_inset
38752
38753
38754 \begin_inset space ~
38755 \end_inset
38756
38757
38758 \begin_inset Note Note
38759 status open
38760
38761 \begin_layout Plain Layout
38762
38763 \lang english
38764 Remove the protected space when bug 4398 is fixed!
38765 \end_layout
38766
38767 \end_inset
38768
38769
38770 \begin_inset Newline newline
38771 \end_inset
38772
38773 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38774  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38775  Menü 
38776 \family sans
38777 Einfügen\SpecialChar \menuseparator
38778 Datum
38779 \family default
38780  und mit dem LaTeX-Befehl 
38781 \series bold
38782
38783 \backslash
38784 today
38785 \series default
38786 .
38787  Die verschiedenen Methoden werden in Tabelle
38788 \begin_inset space ~
38789 \end_inset
38790
38791
38792 \begin_inset CommandInset ref
38793 LatexCommand ref
38794 reference "tab:Vergleich-der-Datums-Eingaben"
38795
38796 \end_inset
38797
38798  verglichen.
38799 \end_layout
38800
38801 \begin_layout Description
38802 Dia unterstützt Diagramme, die mit dem Programm 
38803 \series bold
38804
38805 \begin_inset CommandInset href
38806 LatexCommand href
38807 name "Dia"
38808 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38809
38810 \end_inset
38811
38812
38813 \series default
38814  erzeugt wurden.
38815 \end_layout
38816
38817 \begin_layout Description
38818 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38819 \series bold
38820
38821 \begin_inset CommandInset href
38822 LatexCommand href
38823 name "Gnumeric"
38824 target "http://de.wikipedia.org/wiki/Gnumeric"
38825
38826 \end_inset
38827
38828
38829 \series default
38830
38831 \begin_inset CommandInset href
38832 LatexCommand href
38833 name "OpenDocument"
38834 target "http://de.wikipedia.org/wiki/OpenDocument"
38835
38836 \end_inset
38837
38838
38839 \begin_inset CommandInset href
38840 LatexCommand href
38841 name "Microsoft Office XML"
38842 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38843
38844 \end_inset
38845
38846  und 
38847 \begin_inset CommandInset href
38848 LatexCommand href
38849 name "Office Open XML"
38850 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38851
38852 \end_inset
38853
38854  einfügen.
38855  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38856 \family typewriter
38857 ssconvert
38858 \family default
38859  gefunden haben.
38860  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38861  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38862  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38863 \emph on
38864 spreadsheet.lyx
38865 \emph default
38866 .
38867 \end_layout
38868
38869 \begin_layout Description
38870 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38871  dem Notensatzprogramm 
38872 \series bold
38873
38874 \begin_inset CommandInset href
38875 LatexCommand href
38876 name "LilyPond"
38877 target "http://de.wikipedia.org/wiki/LilyPond"
38878
38879 \end_inset
38880
38881
38882 \series default
38883  gesetzt werden.
38884  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38885  
38886 \emph on
38887 lilypond.lyx
38888 \emph default
38889 .
38890 \end_layout
38891
38892 \begin_layout Description
38893 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38894  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38895  
38896 \series bold
38897 pages
38898 \series default
38899  im Feld 
38900 \family sans
38901 Option
38902 \family default
38903  in der Karteikarte 
38904 \family sans
38905 LaTeX- und LyX-Optionen
38906 \family default
38907 .
38908  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38909  (man gibt als Option 
38910 \series bold
38911 pages={3,5,6,8}
38912 \series default
38913  an), Seitenbereiche (
38914 \series bold
38915 pages={4-9}
38916 \series default
38917 ) oder eine Kombination davon enthält.
38918  Um leere Seiten einzufügen, verwendet man {}.
38919  Z.
38920 \begin_inset space \thinspace{}
38921 \end_inset
38922
38923 B.
38924  fügt 
38925 \series bold
38926 pages={3,{},8-11,15}
38927 \series default
38928  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38929  Seitenbereiche werden mit der Syntax 
38930 \emph on
38931 Start
38932 \emph default
38933 -
38934 \emph on
38935 Stop
38936 \emph default
38937  angegeben.
38938  Dies wählt alle Seiten von 
38939 \emph on
38940 Start
38941 \emph default
38942  bis 
38943 \emph on
38944 Stop
38945 \emph default
38946  aus.
38947  Wird 
38948 \emph on
38949 Start
38950 \emph default
38951  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38952 \emph on
38953 Stop
38954 \emph default
38955  weggelassen, wird stattdessen die letzte Seite verwendet.
38956  Die letzte Seite kann außerdem mit dem Schlagwort 
38957 \series bold
38958 last
38959 \series default
38960  ausgewählt werden.
38961  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38962 \series bold
38963 pages=-
38964 \series default
38965  fügt also alle Seiten des Dokuments ein und 
38966 \series bold
38967 pages=last-1
38968 \series default
38969  fügt alle Seiten in umgekehrter Reihenfolge ein.
38970  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38971  eingefügt.
38972 \begin_inset Newline newline
38973 \end_inset
38974
38975 Die Option 
38976 \series bold
38977 noautoscale
38978 \series default
38979  fügt die Seiten in ihrer Originalgröße ein.
38980  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38981  dass sie die komplette Breite Ihres Dokuments einnehmen.
38982  In der Karteikarte 
38983 \family sans
38984 Größe und Drehung
38985 \family default
38986  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38987  werden.
38988  Wird eine andere Breite als 100
38989 \begin_inset space \thinspace{}
38990 \end_inset
38991
38992 Größe% verwendet, wird die Option 
38993 \series bold
38994 noautoscale
38995 \series default
38996  überschrieben.
38997  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38998  des LaTeX-Pakets 
38999 \series bold
39000 pdfpages
39001 \series default
39002  
39003 \begin_inset CommandInset citation
39004 LatexCommand cite
39005 key "pdfpages"
39006
39007 \end_inset
39008
39009 .
39010 \begin_inset Index idx
39011 status collapsed
39012
39013 \begin_layout Plain Layout
39014 LaTeX-Pakete ! pdfpages
39015 \end_layout
39016
39017 \end_inset
39018
39019
39020 \begin_inset Newline newline
39021 \end_inset
39022
39023 Um diese Vorlage in einer 
39024 \family sans
39025 Beamer
39026 \family default
39027 -Präsentation zu verwenden, muss zuerst eine 
39028 \family sans
39029 BeendeRahmen
39030 \family default
39031  Umgebung eingefügt werden.
39032  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
39033 \series bold
39034
39035 \backslash
39036 setbeamertemplate{background canvas}{}
39037 \series default
39038 .
39039  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
39040  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
39041  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
39042  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
39043  sicher, dass die Ausrichtung 
39044 \family sans
39045 Standard
39046 \family default
39047  für den Absatz verwendet wird, der die Vorlage enthält.
39048 \begin_inset Newline newline
39049 \end_inset
39050
39051 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
39052 \begin_inset External
39053         template PDFPages
39054         filename ../clipart/Abstract.pdf
39055         extra LaTeX "pages=-"
39056         rotateAngle -5
39057         rotateOrigin bottomleft
39058         width 50col%
39059
39060 \end_inset
39061
39062
39063 \end_layout
39064
39065 \begin_layout Description
39066 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
39067  Die Bilddateien können im Dialogfenster 
39068 \family sans
39069 Externes
39070 \begin_inset space ~
39071 \end_inset
39072
39073 Material
39074 \family default
39075  genauso behandelt werden wie die mit dem normalen 
39076 \family sans
39077 Grafik
39078 \family default
39079 -Dialog eingefügten, siehe Abschnitt
39080 \begin_inset space ~
39081 \end_inset
39082
39083
39084 \begin_inset CommandInset ref
39085 LatexCommand ref
39086 reference "abs:Grafik-Dialog"
39087
39088 \end_inset
39089
39090 .
39091  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
39092  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
39093  Hier ist ein eingefügtes Rasterbild: 
39094 \begin_inset External
39095         template RasterImage
39096         filename ../clipart/ToolbarEnvBox.png
39097
39098 \end_inset
39099
39100
39101 \end_layout
39102
39103 \begin_layout Description
39104 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
39105 \series bold
39106
39107 \begin_inset CommandInset href
39108 LatexCommand href
39109 name "Xfig"
39110 target "http://de.wikipedia.org/wiki/Xfig"
39111
39112 \end_inset
39113
39114
39115 \series default
39116  erzeugt wurden.
39117 \end_layout
39118
39119 \begin_layout Standard
39120 \begin_inset Float table
39121 placement !h
39122 wide false
39123 sideways false
39124 status open
39125
39126 \begin_layout Plain Layout
39127 \begin_inset Caption Standard
39128
39129 \begin_layout Plain Layout
39130 \begin_inset CommandInset label
39131 LatexCommand label
39132 name "tab:Vergleich-der-Datums-Eingaben"
39133
39134 \end_inset
39135
39136 Vergleich der Datums-Eingaben
39137 \end_layout
39138
39139 \end_inset
39140
39141
39142 \end_layout
39143
39144 \begin_layout Plain Layout
39145 \align center
39146 \begin_inset Tabular
39147 <lyxtabular version="3" rows="4" columns="4">
39148 <features rotate="0" tabularvalignment="middle">
39149 <column alignment="center" valignment="top">
39150 <column alignment="center" valignment="top">
39151 <column alignment="center" valignment="top">
39152 <column alignment="center" valignment="top">
39153 <row>
39154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39155 \begin_inset Text
39156
39157 \begin_layout Plain Layout
39158 Dokumentformat
39159 \end_layout
39160
39161 \end_inset
39162 </cell>
39163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39164 \begin_inset Text
39165
39166 \begin_layout Plain Layout
39167
39168 \family sans
39169 Externes Material\SpecialChar \menuseparator
39170 Datum
39171 \end_layout
39172
39173 \end_inset
39174 </cell>
39175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39176 \begin_inset Text
39177
39178 \begin_layout Plain Layout
39179
39180 \family sans
39181 Einfügen\SpecialChar \menuseparator
39182 Datum
39183 \end_layout
39184
39185 \end_inset
39186 </cell>
39187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39188 \begin_inset Text
39189
39190 \begin_layout Plain Layout
39191 Befehl 
39192 \series bold
39193
39194 \backslash
39195 today
39196 \end_layout
39197
39198 \end_inset
39199 </cell>
39200 </row>
39201 <row>
39202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39203 \begin_inset Text
39204
39205 \begin_layout Plain Layout
39206 LyX
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 Box
39216 \end_layout
39217
39218 \end_inset
39219 </cell>
39220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39221 \begin_inset Text
39222
39223 \begin_layout Plain Layout
39224 als Datum
39225 \end_layout
39226
39227 \end_inset
39228 </cell>
39229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39230 \begin_inset Text
39231
39232 \begin_layout Plain Layout
39233 als TeX-Code
39234 \end_layout
39235
39236 \end_inset
39237 </cell>
39238 </row>
39239 <row>
39240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39241 \begin_inset Text
39242
39243 \begin_layout Plain Layout
39244 LaTeX
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" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 als Datum
39263 \end_layout
39264
39265 \end_inset
39266 </cell>
39267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39268 \begin_inset Text
39269
39270 \begin_layout Plain Layout
39271 als Befehl
39272 \end_layout
39273
39274 \end_inset
39275 </cell>
39276 </row>
39277 <row>
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 DVI, PDF, PS
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" 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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39306 \begin_inset Text
39307
39308 \begin_layout Plain Layout
39309 als Datum
39310 \end_layout
39311
39312 \end_inset
39313 </cell>
39314 </row>
39315 </lyxtabular>
39316
39317 \end_inset
39318
39319
39320 \end_layout
39321
39322 \end_inset
39323
39324
39325 \end_layout
39326
39327 \begin_layout Standard
39328 Wenn Sie im Dialogfenster
39329 \family sans
39330  Externes
39331 \begin_inset space ~
39332 \end_inset
39333
39334 Material 
39335 \family default
39336 in der Karteikarte
39337 \family sans
39338  Datei
39339 \family default
39340  die Option 
39341 \family sans
39342 Entwurf
39343 \family default
39344  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39345 \begin_inset Newline newline
39346 \end_inset
39347
39348 LyX kann externes Material entweder als Box wie hier: 
39349 \begin_inset Graphics
39350         filename clipart/ExternesMaterialQt4.png
39351         scale 85
39352         scaleBeforeRotation
39353
39354 \end_inset
39355
39356  oder als Bild darstellen.
39357  Das hängt davon ab, ob Sie im Dialog
39358 \family sans
39359  
39360 \family default
39361 in der Karteikarte 
39362 \family sans
39363 LaTeX- und LyX-Optionen
39364 \family default
39365  die Option 
39366 \family sans
39367 In
39368 \begin_inset space ~
39369 \end_inset
39370
39371 LyX
39372 \begin_inset space ~
39373 \end_inset
39374
39375 anzeigen
39376 \family default
39377  gewählt haben oder nicht.
39378 \end_layout
39379
39380 \begin_layout Standard
39381 Im LyX-Handbuch 
39382 \family sans
39383 \emph on
39384 Anpassung
39385 \family default
39386 \emph default
39387  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39388 \end_layout
39389
39390 \begin_layout Section
39391 Unterdokumente
39392 \begin_inset CommandInset label
39393 LatexCommand label
39394 name "abs:Unterdokumente"
39395
39396 \end_inset
39397
39398
39399 \begin_inset Index idx
39400 status collapsed
39401
39402 \begin_layout Plain Layout
39403 Unterdokument
39404 \end_layout
39405
39406 \end_inset
39407
39408
39409 \end_layout
39410
39411 \begin_layout Standard
39412 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39413  oder Abschnitten bestehen.
39414  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39415  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39416  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39417  z.
39418 \begin_inset space \thinspace{}
39419 \end_inset
39420
39421 B.
39422  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39423 \end_layout
39424
39425 \begin_layout Standard
39426 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39427  müssen, geben Sie im Unterdokument im Menü
39428 \family sans
39429  Dokument\SpecialChar \menuseparator
39430 Einstellungen\SpecialChar \menuseparator
39431 Dokumentklasse
39432 \family default
39433  das Hauptdokument an.
39434  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39435  bearbeiten.
39436 \end_layout
39437
39438 \begin_layout Standard
39439 Unterdokumente werden in LyX als Box angezeigt: 
39440 \begin_inset Graphics
39441         filename clipart/UnterdokumentQt4.png
39442         scale 85
39443         scaleBeforeRotation
39444
39445 \end_inset
39446
39447  Sie werden über
39448 \family sans
39449  Einfügen\SpecialChar \menuseparator
39450 Datei\SpecialChar \menuseparator
39451 Unterdokument
39452 \family default
39453  eingebunden, was das Dialogfenster
39454 \family sans
39455  Unterdokument
39456 \family default
39457  öffnet.
39458  Für 
39459 \family sans
39460 die Art
39461 \begin_inset space ~
39462 \end_inset
39463
39464 der
39465 \begin_inset space ~
39466 \end_inset
39467
39468 Einbindung
39469 \family default
39470  gibt es dort vier Möglichkeiten:
39471 \end_layout
39472
39473 \begin_layout Description
39474 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39475  Wenn Sie im Dialogfenster
39476 \family sans
39477  Unterdokument
39478 \family default
39479  auf 
39480 \family sans
39481 Bearbeiten
39482 \family default
39483  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39484  und Sie können es editieren.
39485 \begin_inset Newline newline
39486 \end_inset
39487
39488
39489 \end_layout
39490
39491 \begin_layout Standard
39492 Hier wird ein Unterdokument
39493 \family sans
39494  
39495 \family default
39496 per 
39497 \family sans
39498 Include
39499 \family default
39500  eingebunden: 
39501 \begin_inset CommandInset include
39502 LatexCommand include
39503 filename "DummyDocument1.lyx"
39504
39505 \end_inset
39506
39507 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39508  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39509  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39510 s.
39511  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39512 \begin_inset space ~
39513 \end_inset
39514
39515
39516 \begin_inset CommandInset ref
39517 LatexCommand ref
39518 reference "uab:Externer-Unterabschnitt-1"
39519
39520 \end_inset
39521
39522 .
39523 \end_layout
39524
39525 \begin_layout Standard
39526 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39527  wird benutzt.
39528  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39529  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39530  Unterdokumente, die per 
39531 \family sans
39532 Include
39533 \family default
39534  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39535  und enden mit einem Seitenumbruch.
39536 \end_layout
39537
39538 \begin_layout Standard
39539 \begin_inset Note Greyedout
39540 status open
39541
39542 \begin_layout Plain Layout
39543
39544 \series bold
39545 Bemerkung:
39546 \series default
39547  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39548  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39549  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39550  Ergebnissen führen wird.
39551 \end_layout
39552
39553 \end_inset
39554
39555
39556 \end_layout
39557
39558 \begin_layout Description
39559 Input Diese Methode ist 
39560 \family sans
39561 Include
39562 \family default
39563  sehr ähnlich mit folgenden Unterschieden:
39564 \end_layout
39565
39566 \begin_deeper
39567 \begin_layout Itemize
39568 Unterdokumente, die per 
39569 \family sans
39570 Input
39571 \family default
39572  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39573  Seite und enden NICHT mit einem Seitenumbruch.
39574 \end_layout
39575
39576 \begin_layout Itemize
39577 Unterdokumente, die per 
39578 \family sans
39579 Input
39580 \family default
39581  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39582 \family sans
39583  Unterdokument Vorschau
39584 \begin_inset space ~
39585 \end_inset
39586
39587 anzeigen
39588 \family default
39589  angekreuzt wurde und in den LyX-Einstellungen unter
39590 \family sans
39591  Aussehen
39592 \begin_inset space ~
39593 \end_inset
39594
39595 &
39596 \begin_inset space ~
39597 \end_inset
39598
39599 Handhabung\SpecialChar \menuseparator
39600 Grafik\SpecialChar \menuseparator
39601 Sofortige
39602 \begin_inset space ~
39603 \end_inset
39604
39605 Vorschau
39606 \family default
39607  auf 
39608 \family sans
39609 An
39610 \family default
39611  gesetzt wurde.
39612  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39613  aus.
39614 \end_layout
39615
39616 \begin_layout Itemize
39617 Unterdokumente, die per 
39618 \family sans
39619 Input
39620 \family default
39621  eingebunden werden, können nicht über das Menü 
39622 \family sans
39623 Dokument\SpecialChar \menuseparator
39624 Einstellungen\SpecialChar \menuseparator
39625 Unterdokumente
39626 \family default
39627  unterdrückt werden.
39628 \end_layout
39629
39630 \end_deeper
39631 \begin_layout Standard
39632 Hier ist ein Unterdokument, das mit
39633 \family sans
39634  Input
39635 \family default
39636  eingebunden wurde: 
39637 \begin_inset CommandInset include
39638 LatexCommand input
39639 filename "DummyDocument2.lyx"
39640
39641 \end_inset
39642
39643 .
39644 \end_layout
39645
39646 \begin_layout Description
39647 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39648   In der Druckvorschau wird für den Text der Stil 
39649 \family typewriter
39650 Schreibmaschine
39651 \family default
39652  verwendet.
39653  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39654  Wenn Sie im Dialogfenster
39655 \family sans
39656  Unterdokument Leerzeichen
39657 \begin_inset space ~
39658 \end_inset
39659
39660 bei
39661 \begin_inset space ~
39662 \end_inset
39663
39664 der
39665 \begin_inset space ~
39666 \end_inset
39667
39668 Ausgabe
39669 \begin_inset space ~
39670 \end_inset
39671
39672 kennzeichnen 
39673 \family default
39674 ankreuzen, wird in der Druckvorschau das Zeichen 
39675 \begin_inset Quotes gld
39676 \end_inset
39677
39678
39679 \begin_inset ERT
39680 status collapsed
39681
39682 \begin_layout Plain Layout
39683
39684
39685 \backslash
39686 textvisiblespace 
39687 \end_layout
39688
39689 \end_inset
39690
39691
39692 \begin_inset Quotes grd
39693 \end_inset
39694
39695  für jedes Leerzeichen eingefügt.
39696 \begin_inset Newline newline
39697 \end_inset
39698
39699 Im Gegensatz zu 
39700 \family sans
39701 Einfügen\SpecialChar \menuseparator
39702 Datei\SpecialChar \menuseparator
39703 Einfacher
39704 \begin_inset space ~
39705 \end_inset
39706
39707 Text
39708 \family default
39709  wird bei 
39710 \family sans
39711 Unformatiert
39712 \family default
39713  der Dateiinhalt in LyX nicht dargestellt.
39714 \end_layout
39715
39716 \begin_layout Standard
39717 Hier ist ein Unterdokument, das mit
39718 \family sans
39719  Unformatiert
39720 \family default
39721  eingebunden wurde: 
39722 \begin_inset CommandInset include
39723 LatexCommand verbatiminput
39724 filename "DummyTextDocument.txt"
39725
39726 \end_inset
39727
39728
39729 \begin_inset VSpace bigskip
39730 \end_inset
39731
39732 Hier ist ein Unterdokument, das mit
39733 \family sans
39734  Unformatiert
39735 \family default
39736  eingebunden wurde und
39737 \family sans
39738  Leerzeichen
39739 \begin_inset space ~
39740 \end_inset
39741
39742 bei
39743 \begin_inset space ~
39744 \end_inset
39745
39746 der
39747 \begin_inset space ~
39748 \end_inset
39749
39750 Ausgabe
39751 \begin_inset space ~
39752 \end_inset
39753
39754 kennzeichnen
39755 \family default
39756  angekreuzt hat: 
39757 \begin_inset CommandInset include
39758 LatexCommand verbatiminput*
39759 filename "DummyTextDocument.txt"
39760
39761 \end_inset
39762
39763
39764 \end_layout
39765
39766 \begin_layout Standard
39767 \begin_inset VSpace bigskip
39768 \end_inset
39769
39770
39771 \end_layout
39772
39773 \begin_layout Standard
39774 \begin_inset Note Greyedout
39775 status open
39776
39777 \begin_layout Plain Layout
39778
39779 \series bold
39780 Bemerkung:
39781 \series default
39782  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39783  
39784 \family sans
39785 Unformatiert
39786 \family default
39787  eingebunden werden, am Zeilenende nicht umgebrochen.
39788 \end_layout
39789
39790 \end_inset
39791
39792
39793 \end_layout
39794
39795 \begin_layout Description
39796 Listing Dieser Typ wird in Kapitel
39797 \begin_inset space ~
39798 \end_inset
39799
39800
39801 \begin_inset CommandInset ref
39802 LatexCommand ref
39803 reference "kap:Programm-Code-Listen"
39804
39805 \end_inset
39806
39807  beschrieben.
39808 \end_layout
39809
39810 \begin_layout Standard
39811 \begin_inset Note Greyedout
39812 status open
39813
39814 \begin_layout Plain Layout
39815
39816 \series bold
39817 Bemerkung:
39818 \series default
39819  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39820  das zu LaTeX-Problemen führen.
39821 \end_layout
39822
39823 \end_inset
39824
39825
39826 \end_layout
39827
39828 \begin_layout Standard
39829 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39830  wollen, z.
39831 \begin_inset space \thinspace{}
39832 \end_inset
39833
39834 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39835  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39836  Dies geschieht über das Menü 
39837 \family sans
39838 Dokument\SpecialChar \menuseparator
39839 Einstellungen\SpecialChar \menuseparator
39840 Unterdokumente
39841 \family default
39842 .
39843  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39844  in die Spalte 
39845 \family sans
39846 In Ausgabe einbinden
39847 \family default
39848  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39849  für Unterdokumente möglich ist, die per 
39850 \family sans
39851 Input
39852 \family default
39853  eingebunden wurden).
39854  Wenn die Option 
39855 \family sans
39856 Zähler und Querverweise wahren
39857 \family default
39858  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39859 \begin_inset space ~
39860 \end_inset
39861
39862 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39863  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39864  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39865  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39866  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39867  sind, wählen sie die Option nicht.
39868 \end_layout
39869
39870 \begin_layout Standard
39871 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39872 \begin_inset Foot
39873 status collapsed
39874
39875 \begin_layout Plain Layout
39876 Zweige sind im Kapitel 
39877 \emph on
39878 Zweige
39879 \emph default
39880  des LyX 
39881 \emph on
39882 Benutzerhandbuchs
39883 \emph default
39884  erklärt.
39885 \end_layout
39886
39887 \end_inset
39888
39889  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39890  Dateien in der Ausgabe erscheinen.
39891  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39892  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39893  werden.
39894 \end_layout
39895
39896 \begin_layout Chapter
39897 Programm-Code-Listen
39898 \begin_inset CommandInset label
39899 LatexCommand label
39900 name "kap:Programm-Code-Listen"
39901
39902 \end_inset
39903
39904
39905 \begin_inset Index idx
39906 status collapsed
39907
39908 \begin_layout Plain Layout
39909 Listen
39910 \end_layout
39911
39912 \end_inset
39913
39914
39915 \begin_inset Index idx
39916 status collapsed
39917
39918 \begin_layout Plain Layout
39919 Programm-Code
39920 \end_layout
39921
39922 \end_inset
39923
39924
39925 \end_layout
39926
39927 \begin_layout Standard
39928 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39929 \family sans
39930 Einfügen\SpecialChar \menuseparator
39931 Pro\SpecialChar \-
39932 grammlisting
39933 \family default
39934  verwenden.
39935  Das LaTeX-Paket 
39936 \series bold
39937 listings
39938 \series default
39939
39940 \begin_inset Index idx
39941 status collapsed
39942
39943 \begin_layout Plain Layout
39944 LaTeX-Pakete ! listings
39945 \end_layout
39946
39947 \end_inset
39948
39949  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39950 \end_layout
39951
39952 \begin_layout Standard
39953 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39954 rmat der Programm-Code-Liste festlegen.
39955 \end_layout
39956
39957 \begin_layout Standard
39958 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39959  Die Platzierungsoption 
39960 \family sans
39961 Eingebettetes
39962 \begin_inset space ~
39963 \end_inset
39964
39965 Listing
39966 \family default
39967  druckt das Listing in der Zeile wie hier: 
39968 \begin_inset listings
39969 lstparams "language={C++}"
39970 inline true
39971 status open
39972
39973 \begin_layout Plain Layout
39974
39975 int a=5;
39976 \end_layout
39977
39978 \end_inset
39979
39980
39981 \begin_inset Newline newline
39982 \end_inset
39983
39984 Die Option 
39985 \family sans
39986 Gleitobjekt
39987 \family default
39988  erzeugt ein Listing-Gleitobjekt, dessen 
39989 \family sans
39990 Platzierung 
39991 \family default
39992 Sie mit 
39993 \family sans
39994 h
39995 \family default
39996
39997 \family sans
39998 t
39999 \family default
40000
40001 \family sans
40002 b
40003 \family default
40004  und 
40005 \family sans
40006 p
40007 \family default
40008 , analog zu den in Abschnitt
40009 \begin_inset space ~
40010 \end_inset
40011
40012
40013 \begin_inset CommandInset ref
40014 LatexCommand ref
40015 reference "abs:Gleitobjekt-Platzierung"
40016
40017 \end_inset
40018
40019  beschriebenen Platzierungsoptionen festlegen können.
40020  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
40021  hintereinander angegeben, z.
40022 \begin_inset space \thinspace{}
40023 \end_inset
40024
40025 B.
40026  
40027 \begin_inset Quotes gld
40028 \end_inset
40029
40030
40031 \family sans
40032 htbp
40033 \family default
40034
40035 \begin_inset Quotes grd
40036 \end_inset
40037
40038 .
40039  Die Option 
40040 \begin_inset Quotes gld
40041 \end_inset
40042
40043 h
40044 \begin_inset Quotes grd
40045 \end_inset
40046
40047  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
40048  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
40049 \end_layout
40050
40051 \begin_layout Standard
40052 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
40053  zu verweisen: Listing
40054 \begin_inset space ~
40055 \end_inset
40056
40057
40058 \begin_inset CommandInset ref
40059 LatexCommand ref
40060 reference "lst:Gleitendes-Programm-Listing"
40061
40062 \end_inset
40063
40064 .
40065  Mit dem Menü 
40066 \family sans
40067 Einfügen\SpecialChar \menuseparator
40068 Liste
40069 \begin_inset space ~
40070 \end_inset
40071
40072 /
40073 \begin_inset space ~
40074 \end_inset
40075
40076 Inhaltsverzeichnis\SpecialChar \menuseparator
40077 Listings Verzeichnis
40078 \family default
40079  kann ein Verzeichnis aller Listings eingefügt werden.
40080  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
40081 \end_layout
40082
40083 \begin_layout Standard
40084 \begin_inset listings
40085 lstparams "language=Python"
40086 inline false
40087 status open
40088
40089 \begin_layout Plain Layout
40090
40091 \begin_inset Caption Standard
40092
40093 \begin_layout Plain Layout
40094 \begin_inset CommandInset label
40095 LatexCommand label
40096 name "lst:Gleitendes-Programm-Listing"
40097
40098 \end_inset
40099
40100 Gleitendes Programm-Listing
40101 \end_layout
40102
40103 \end_inset
40104
40105 # Gleitendes Programm-Listing
40106 \end_layout
40107
40108 \begin_layout Plain Layout
40109
40110 def func(param):
40111 \end_layout
40112
40113 \begin_layout Plain Layout
40114
40115     'Dies ist eine Python-Funktion'
40116 \end_layout
40117
40118 \begin_layout Plain Layout
40119
40120     pass
40121 \end_layout
40122
40123 \end_inset
40124
40125
40126 \end_layout
40127
40128 \begin_layout Standard
40129 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
40130  der Sprache erkannt und besonders gedruckt, wie 
40131 \emph on
40132 #
40133 \emph default
40134
40135 \emph on
40136 def
40137 \emph default
40138  und 
40139 \emph on
40140 pass
40141 \emph default
40142  in Listing
40143 \begin_inset space ~
40144 \end_inset
40145
40146
40147 \begin_inset CommandInset ref
40148 LatexCommand ref
40149 reference "lst:Gleitendes-Programm-Listing"
40150
40151 \end_inset
40152
40153 .
40154 \end_layout
40155
40156 \begin_layout Standard
40157 \begin_inset Note Greyedout
40158 status open
40159
40160 \begin_layout Plain Layout
40161
40162 \series bold
40163 Bemerkung:
40164 \series default
40165  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
40166 \family typewriter
40167 Schreib\SpecialChar \-
40168 maschine
40169 \family default
40170  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
40171 h keine fett gedruckten Buchstaben.
40172  Wählen Sie in diesem Fall eine andere Schrift im Menü 
40173 \family sans
40174 Dokument\SpecialChar \menuseparator
40175 Einstellungen\SpecialChar \menuseparator
40176 Schriften
40177 \family default
40178 .
40179  (Die Schriften 
40180 \emph on
40181 LuxiMono, BeraMono
40182 \emph default
40183  und 
40184 \emph on
40185 Courier
40186 \emph default
40187  enthalten fett gedruckte Buchstaben.)
40188 \end_layout
40189
40190 \end_inset
40191
40192
40193 \end_layout
40194
40195 \begin_layout Standard
40196 Im Abschnitt 
40197 \family sans
40198 Zeilennummerierung
40199 \family default
40200  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
40201 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
40202  jede wievielte Zeile nummeriert werden soll und die 
40203 \family sans
40204 Schriftgröße
40205 \family default
40206  der Nummerierung.
40207 \end_layout
40208
40209 \begin_layout Standard
40210 Im Abschnitt 
40211 \family sans
40212 Bereich
40213 \family default
40214  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
40215  Im Abschnitt 
40216 \family sans
40217 Stil
40218 \family default
40219  legen Sie fest, wie die Liste ausgedruckt werden soll.
40220  Die Option 
40221 \family sans
40222 Erweiterte
40223 \begin_inset space ~
40224 \end_inset
40225
40226 Zeichentabelle
40227 \family default
40228  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
40229 \end_layout
40230
40231 \begin_layout Standard
40232 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
40233 \begin_inset Quotes gld
40234 \end_inset
40235
40236 3
40237 \begin_inset Quotes grd
40238 \end_inset
40239
40240 , Sprache 
40241 \begin_inset Quotes gld
40242 \end_inset
40243
40244 Python
40245 \begin_inset Quotes grd
40246 \end_inset
40247
40248 , Optionen 
40249 \begin_inset Quotes gld
40250 \end_inset
40251
40252 Erweiterte Zeichentabelle
40253 \begin_inset Quotes grd
40254 \end_inset
40255
40256  und 
40257 \begin_inset Quotes gld
40258 \end_inset
40259
40260 Leerzeichen als Symbol
40261 \begin_inset Quotes grd
40262 \end_inset
40263
40264  und Bereich Zeilen 3
40265 \begin_inset space \thinspace{}
40266 \end_inset
40267
40268 -
40269 \begin_inset space \thinspace{}
40270 \end_inset
40271
40272 8:
40273 \end_layout
40274
40275 \begin_layout Standard
40276 \begin_inset listings
40277 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
40278 inline false
40279 status open
40280
40281 \begin_layout Plain Layout
40282
40283 def func(param):
40284 \end_layout
40285
40286 \begin_layout Plain Layout
40287
40288     'Dies ist eine Python-Funktion'
40289 \end_layout
40290
40291 \begin_layout Plain Layout
40292
40293     pass
40294 \end_layout
40295
40296 \begin_layout Plain Layout
40297
40298 def func(param):
40299 \end_layout
40300
40301 \begin_layout Plain Layout
40302
40303 'Sonderzeichen: Tschüß'
40304 \end_layout
40305
40306 \begin_layout Plain Layout
40307
40308 pass
40309 \end_layout
40310
40311 \begin_layout Plain Layout
40312
40313 def func(param):
40314 \end_layout
40315
40316 \begin_layout Plain Layout
40317
40318 'Dies ist eine Python-Funktion'
40319 \end_layout
40320
40321 \begin_layout Plain Layout
40322
40323 pass
40324 \end_layout
40325
40326 \end_inset
40327
40328
40329 \end_layout
40330
40331 \begin_layout Standard
40332 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40333 \family sans
40334 Tabulatorgröße
40335 \family default
40336  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40337 \end_layout
40338
40339 \begin_layout Standard
40340 \noindent
40341 \begin_inset Note Greyedout
40342 status open
40343
40344 \begin_layout Plain Layout
40345
40346 \series bold
40347 Bemerkung:
40348 \series default
40349  Wegen eines Fehlers im 
40350 \series bold
40351 listings
40352 \series default
40353 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40354  verschoben.
40355  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40356  Listing nummeriert werden.
40357 \end_layout
40358
40359 \end_inset
40360
40361
40362 \end_layout
40363
40364 \begin_layout Standard
40365 \begin_inset VSpace bigskip
40366 \end_inset
40367
40368
40369 \end_layout
40370
40371 \begin_layout Standard
40372 \noindent
40373 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40374  Das machen Sie mit
40375 \family sans
40376  Einfügen\SpecialChar \menuseparator
40377 Datei\SpecialChar \menuseparator
40378 Unterdokument
40379 \family default
40380  und der 
40381 \family sans
40382 Art
40383 \begin_inset space ~
40384 \end_inset
40385
40386 der
40387 \begin_inset space ~
40388 \end_inset
40389
40390 Einbindung
40391 \family default
40392  
40393 \family sans
40394 Listing
40395 \family default
40396 .
40397 \begin_inset Foot
40398 status collapsed
40399
40400 \begin_layout Plain Layout
40401 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40402 \begin_inset space ~
40403 \end_inset
40404
40405
40406 \begin_inset CommandInset ref
40407 LatexCommand ref
40408 reference "abs:Unterdokumente"
40409
40410 \end_inset
40411
40412  beschrieben.
40413 \end_layout
40414
40415 \end_inset
40416
40417  Im Dialogfenster
40418 \family sans
40419  Unterdokument
40420 \family default
40421  können Sie die Listing-Parameter unter 
40422 \family sans
40423 Weitere
40424 \begin_inset space ~
40425 \end_inset
40426
40427 Parameter
40428 \family default
40429  eingeben.
40430  Wenn Sie dort ein Fragezeichen 
40431 \begin_inset Quotes gld
40432 \end_inset
40433
40434 ?
40435 \begin_inset Quotes grd
40436 \end_inset
40437
40438  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40439 det.
40440 \end_layout
40441
40442 \begin_layout Standard
40443 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40444  Text ins Feld 
40445 \family sans
40446 Marke
40447 \family default
40448 , auf die dann wie üblich verwiesen werden kann.
40449 \end_layout
40450
40451 \begin_layout Standard
40452 Listing
40453 \begin_inset space ~
40454 \end_inset
40455
40456
40457 \begin_inset CommandInset ref
40458 LatexCommand ref
40459 reference "lst:Datei-Listing"
40460
40461 \end_inset
40462
40463  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40464 \begin_inset space \thinspace{}
40465 \end_inset
40466
40467 -
40468 \begin_inset space \thinspace{}
40469 \end_inset
40470
40471 15 gedruckt werden.
40472 \end_layout
40473
40474 \begin_layout Standard
40475 \begin_inset CommandInset include
40476 LatexCommand lstinputlisting
40477 filename "EmbeddedObjects.lyx"
40478 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40479
40480 \end_inset
40481
40482
40483 \end_layout
40484
40485 \begin_layout Standard
40486 \begin_inset VSpace bigskip
40487 \end_inset
40488
40489
40490 \end_layout
40491
40492 \begin_layout Standard
40493 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40494 \end_layout
40495
40496 \begin_layout Enumerate
40497 Öffnen Sie die Listings-Einstellungen und fügen
40498 \begin_inset Newline newline
40499 \end_inset
40500
40501
40502 \family sans
40503 mathescape=true
40504 \family default
40505
40506 \begin_inset Newline newline
40507 \end_inset
40508
40509 in das Feld des Tabs 
40510 \family sans
40511 Erweitert
40512 \family default
40513  ein
40514 \end_layout
40515
40516 \begin_layout Enumerate
40517 Erstellen Sie eine Formel außerhalb des Listings
40518 \end_layout
40519
40520 \begin_layout Enumerate
40521 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40522 blage (Tastenkürzel 
40523 \family sans
40524 Ctrl+C
40525 \family default
40526 )
40527 \end_layout
40528
40529 \begin_layout Enumerate
40530 Schreiben sie 
40531 \begin_inset Quotes gld
40532 \end_inset
40533
40534
40535 \family sans
40536 $$
40537 \family default
40538
40539 \begin_inset Quotes grd
40540 \end_inset
40541
40542  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40543 hen (Tastenkürzel 
40544 \family sans
40545 Ctrl+V
40546 \family default
40547 )
40548 \end_layout
40549
40550 \begin_layout Standard
40551 \begin_inset listings
40552 lstparams "language=Python,mathescape=true"
40553 inline false
40554 status open
40555
40556 \begin_layout Plain Layout
40557
40558 \begin_inset Caption Standard
40559
40560 \begin_layout Plain Layout
40561 Programm-Listing mit einer Formel
40562 \end_layout
40563
40564 \end_inset
40565
40566 # Beispiel-Programm-Listing
40567 \end_layout
40568
40569 \begin_layout Plain Layout
40570
40571 def func(param):
40572 \end_layout
40573
40574 \begin_layout Plain Layout
40575
40576     # $
40577 \backslash
40578 prod_{n=1}^{
40579 \backslash
40580 infty}
40581 \backslash
40582 ,
40583 \backslash
40584 frac{1}{x^{2}}$
40585 \end_layout
40586
40587 \begin_layout Plain Layout
40588
40589     pass
40590 \end_layout
40591
40592 \end_inset
40593
40594
40595 \end_layout
40596
40597 \begin_layout Standard
40598 \begin_inset VSpace bigskip
40599 \end_inset
40600
40601
40602 \end_layout
40603
40604 \begin_layout Standard
40605 \noindent
40606 Dokumentweite Listing-Eigenschaften können im Dialog 
40607 \family sans
40608 Dokument\SpecialChar \menuseparator
40609 Einstellungen\SpecialChar \menuseparator
40610 Listing
40611 \family default
40612  festgelegt werden.
40613  Dort bekommt man durch Eingabe eines Fragezeichens 
40614 \begin_inset Quotes gld
40615 \end_inset
40616
40617 ?
40618 \begin_inset Quotes grd
40619 \end_inset
40620
40621  eine Liste aller möglichen Parameter.
40622 \end_layout
40623
40624 \begin_layout Standard
40625 Weitere Informationen über das 
40626 \series bold
40627 listings
40628 \series default
40629 -Paket finden Sie in 
40630 \begin_inset CommandInset citation
40631 LatexCommand cite
40632 key "listings"
40633
40634 \end_inset
40635
40636 .
40637 \end_layout
40638
40639 \begin_layout Chapter
40640 \start_of_appendix
40641 In LyX verfügbare Maßeinheiten
40642 \begin_inset CommandInset label
40643 LatexCommand label
40644 name "kap:In-LyX-verfügbare"
40645
40646 \end_inset
40647
40648
40649 \begin_inset Index idx
40650 status collapsed
40651
40652 \begin_layout Plain Layout
40653 Einheiten
40654 \end_layout
40655
40656 \end_inset
40657
40658
40659 \end_layout
40660
40661 \begin_layout Standard
40662 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40663  Tabelle
40664 \begin_inset space ~
40665 \end_inset
40666
40667
40668 \begin_inset CommandInset ref
40669 LatexCommand ref
40670 reference "tab:Maßeinheiten"
40671
40672 \end_inset
40673
40674  alle in LyX verfügbaren Maßeinheiten.
40675 \end_layout
40676
40677 \begin_layout Standard
40678 \begin_inset Float table
40679 placement h
40680 wide false
40681 sideways false
40682 status open
40683
40684 \begin_layout Plain Layout
40685 \begin_inset Caption Standard
40686
40687 \begin_layout Plain Layout
40688 \begin_inset CommandInset label
40689 LatexCommand label
40690 name "tab:Maßeinheiten"
40691
40692 \end_inset
40693
40694 Maßeinheiten
40695 \end_layout
40696
40697 \end_inset
40698
40699
40700 \end_layout
40701
40702 \begin_layout Plain Layout
40703 \begin_inset VSpace medskip
40704 \end_inset
40705
40706
40707 \end_layout
40708
40709 \begin_layout Plain Layout
40710 \align center
40711 \begin_inset Tabular
40712 <lyxtabular version="3" rows="20" columns="2">
40713 <features rotate="0" tabularvalignment="middle">
40714 <column alignment="center" valignment="top">
40715 <column alignment="center" valignment="top">
40716 <row>
40717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40718 \begin_inset Text
40719
40720 \begin_layout Plain Layout
40721
40722 \series bold
40723 Maßeinheit
40724 \end_layout
40725
40726 \end_inset
40727 </cell>
40728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40729 \begin_inset Text
40730
40731 \begin_layout Plain Layout
40732
40733 \series bold
40734 Name/Beschreibung
40735 \end_layout
40736
40737 \end_inset
40738 </cell>
40739 </row>
40740 <row>
40741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40742 \begin_inset Text
40743
40744 \begin_layout Plain Layout
40745 mm
40746 \end_layout
40747
40748 \end_inset
40749 </cell>
40750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40751 \begin_inset Text
40752
40753 \begin_layout Plain Layout
40754 Millimeter
40755 \end_layout
40756
40757 \end_inset
40758 </cell>
40759 </row>
40760 <row>
40761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40762 \begin_inset Text
40763
40764 \begin_layout Plain Layout
40765 cm
40766 \end_layout
40767
40768 \end_inset
40769 </cell>
40770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40771 \begin_inset Text
40772
40773 \begin_layout Plain Layout
40774 Zentimeter
40775 \end_layout
40776
40777 \end_inset
40778 </cell>
40779 </row>
40780 <row>
40781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40782 \begin_inset Text
40783
40784 \begin_layout Plain Layout
40785 in
40786 \end_layout
40787
40788 \end_inset
40789 </cell>
40790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40791 \begin_inset Text
40792
40793 \begin_layout Plain Layout
40794 Zoll (1
40795 \begin_inset space \thinspace{}
40796 \end_inset
40797
40798 in = 2.54
40799 \begin_inset space \thinspace{}
40800 \end_inset
40801
40802 cm
40803 \end_layout
40804
40805 \end_inset
40806 </cell>
40807 </row>
40808 <row>
40809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40810 \begin_inset Text
40811
40812 \begin_layout Plain Layout
40813 pt
40814 \end_layout
40815
40816 \end_inset
40817 </cell>
40818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40819 \begin_inset Text
40820
40821 \begin_layout Plain Layout
40822 Punkt (72.27
40823 \begin_inset space \thinspace{}
40824 \end_inset
40825
40826 pt = 1
40827 \begin_inset space \thinspace{}
40828 \end_inset
40829
40830 in)
40831 \end_layout
40832
40833 \end_inset
40834 </cell>
40835 </row>
40836 <row>
40837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40838 \begin_inset Text
40839
40840 \begin_layout Plain Layout
40841 pc
40842 \end_layout
40843
40844 \end_inset
40845 </cell>
40846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40847 \begin_inset Text
40848
40849 \begin_layout Plain Layout
40850 Pica (1
40851 \begin_inset space \thinspace{}
40852 \end_inset
40853
40854 pc = 12
40855 \begin_inset space \thinspace{}
40856 \end_inset
40857
40858 pt)
40859 \end_layout
40860
40861 \end_inset
40862 </cell>
40863 </row>
40864 <row>
40865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40866 \begin_inset Text
40867
40868 \begin_layout Plain Layout
40869 sp
40870 \end_layout
40871
40872 \end_inset
40873 </cell>
40874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40875 \begin_inset Text
40876
40877 \begin_layout Plain Layout
40878 skalierter Punkt (65536
40879 \begin_inset space \thinspace{}
40880 \end_inset
40881
40882 sp = 1
40883 \begin_inset space \thinspace{}
40884 \end_inset
40885
40886 pt)
40887 \end_layout
40888
40889 \end_inset
40890 </cell>
40891 </row>
40892 <row>
40893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40894 \begin_inset Text
40895
40896 \begin_layout Plain Layout
40897 bp
40898 \end_layout
40899
40900 \end_inset
40901 </cell>
40902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40903 \begin_inset Text
40904
40905 \begin_layout Plain Layout
40906 großer Punkt (72
40907 \begin_inset space \thinspace{}
40908 \end_inset
40909
40910 bp = 1
40911 \begin_inset space \thinspace{}
40912 \end_inset
40913
40914 in)
40915 \end_layout
40916
40917 \end_inset
40918 </cell>
40919 </row>
40920 <row>
40921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40922 \begin_inset Text
40923
40924 \begin_layout Plain Layout
40925 dd
40926 \end_layout
40927
40928 \end_inset
40929 </cell>
40930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40931 \begin_inset Text
40932
40933 \begin_layout Plain Layout
40934 Didot (1
40935 \begin_inset space \thinspace{}
40936 \end_inset
40937
40938 dd 
40939 \begin_inset Formula $\approx$
40940 \end_inset
40941
40942  0,376
40943 \begin_inset space \thinspace{}
40944 \end_inset
40945
40946 mm)
40947 \end_layout
40948
40949 \end_inset
40950 </cell>
40951 </row>
40952 <row>
40953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40954 \begin_inset Text
40955
40956 \begin_layout Plain Layout
40957 cc
40958 \end_layout
40959
40960 \end_inset
40961 </cell>
40962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40963 \begin_inset Text
40964
40965 \begin_layout Plain Layout
40966 Cicero (1
40967 \begin_inset space \thinspace{}
40968 \end_inset
40969
40970 cc = 12
40971 \begin_inset space \thinspace{}
40972 \end_inset
40973
40974 dd)
40975 \end_layout
40976
40977 \end_inset
40978 </cell>
40979 </row>
40980 <row>
40981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40982 \begin_inset Text
40983
40984 \begin_layout Plain Layout
40985 Skalierung%
40986 \end_layout
40987
40988 \end_inset
40989 </cell>
40990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40991 \begin_inset Text
40992
40993 \begin_layout Plain Layout
40994 % der originalen Bildbreite
40995 \end_layout
40996
40997 \end_inset
40998 </cell>
40999 </row>
41000 <row>
41001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41002 \begin_inset Text
41003
41004 \begin_layout Plain Layout
41005 Textbreite %
41006 \end_layout
41007
41008 \end_inset
41009 </cell>
41010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41011 \begin_inset Text
41012
41013 \begin_layout Plain Layout
41014 % der Textbreite
41015 \end_layout
41016
41017 \end_inset
41018 </cell>
41019 </row>
41020 <row>
41021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41022 \begin_inset Text
41023
41024 \begin_layout Plain Layout
41025 Spaltenbreite %
41026 \end_layout
41027
41028 \end_inset
41029 </cell>
41030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41031 \begin_inset Text
41032
41033 \begin_layout Plain Layout
41034 % der Spaltenbreite
41035 \end_layout
41036
41037 \end_inset
41038 </cell>
41039 </row>
41040 <row>
41041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41042 \begin_inset Text
41043
41044 \begin_layout Plain Layout
41045 Seitenbreite %
41046 \end_layout
41047
41048 \end_inset
41049 </cell>
41050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41051 \begin_inset Text
41052
41053 \begin_layout Plain Layout
41054 % der Seitenbreite
41055 \end_layout
41056
41057 \end_inset
41058 </cell>
41059 </row>
41060 <row>
41061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41062 \begin_inset Text
41063
41064 \begin_layout Plain Layout
41065 Zeilenbreite %
41066 \end_layout
41067
41068 \end_inset
41069 </cell>
41070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41071 \begin_inset Text
41072
41073 \begin_layout Plain Layout
41074 % der Zeilenbreite
41075 \end_layout
41076
41077 \end_inset
41078 </cell>
41079 </row>
41080 <row>
41081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41082 \begin_inset Text
41083
41084 \begin_layout Plain Layout
41085 Texthöhe %
41086 \end_layout
41087
41088 \end_inset
41089 </cell>
41090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41091 \begin_inset Text
41092
41093 \begin_layout Plain Layout
41094 % der Texthöhe
41095 \end_layout
41096
41097 \end_inset
41098 </cell>
41099 </row>
41100 <row>
41101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 Seitenhöhe %
41106 \end_layout
41107
41108 \end_inset
41109 </cell>
41110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41111 \begin_inset Text
41112
41113 \begin_layout Plain Layout
41114 % der Seitenhöhe
41115 \end_layout
41116
41117 \end_inset
41118 </cell>
41119 </row>
41120 <row>
41121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41122 \begin_inset Text
41123
41124 \begin_layout Plain Layout
41125 ex
41126 \end_layout
41127
41128 \end_inset
41129 </cell>
41130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41131 \begin_inset Text
41132
41133 \begin_layout Plain Layout
41134 Die Höhe des Buchstabens 
41135 \emph on
41136 x
41137 \emph default
41138  im aktiven Zeichensatz
41139 \end_layout
41140
41141 \end_inset
41142 </cell>
41143 </row>
41144 <row>
41145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41146 \begin_inset Text
41147
41148 \begin_layout Plain Layout
41149 em
41150 \end_layout
41151
41152 \end_inset
41153 </cell>
41154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41155 \begin_inset Text
41156
41157 \begin_layout Plain Layout
41158 Die Breite des Buchstabens 
41159 \emph on
41160 M
41161 \emph default
41162  im aktiven Zeichensatz
41163 \end_layout
41164
41165 \end_inset
41166 </cell>
41167 </row>
41168 <row>
41169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41170 \begin_inset Text
41171
41172 \begin_layout Plain Layout
41173 mu
41174 \end_layout
41175
41176 \end_inset
41177 </cell>
41178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41179 \begin_inset Text
41180
41181 \begin_layout Plain Layout
41182 mathematische  Maßeinheit
41183 \series bold
41184  
41185 \series default
41186 (1
41187 \begin_inset space \thinspace{}
41188 \end_inset
41189
41190 mu = 1/18
41191 \begin_inset space \thinspace{}
41192 \end_inset
41193
41194 em)
41195 \end_layout
41196
41197 \end_inset
41198 </cell>
41199 </row>
41200 </lyxtabular>
41201
41202 \end_inset
41203
41204
41205 \end_layout
41206
41207 \end_inset
41208
41209
41210 \end_layout
41211
41212 \begin_layout Chapter
41213 Ausgabedatei-Formate mit Grafiken
41214 \begin_inset CommandInset label
41215 LatexCommand label
41216 name "kap:Ausgabedatei-Formate"
41217
41218 \end_inset
41219
41220
41221 \end_layout
41222
41223 \begin_layout Section
41224 DVI
41225 \begin_inset Index idx
41226 status collapsed
41227
41228 \begin_layout Plain Layout
41229 Dateiformat! DVI
41230 \end_layout
41231
41232 \end_inset
41233
41234
41235 \begin_inset Index idx
41236 status collapsed
41237
41238 \begin_layout Plain Layout
41239 DVI
41240 \end_layout
41241
41242 \end_inset
41243
41244
41245 \end_layout
41246
41247 \begin_layout Standard
41248 Dieser Dateityp hat die Erweiterung 
41249 \begin_inset Quotes gld
41250 \end_inset
41251
41252
41253 \family typewriter
41254 .dvi
41255 \family default
41256
41257 \begin_inset Quotes grd
41258 \end_inset
41259
41260  und wird 
41261 \begin_inset Quotes gld
41262 \end_inset
41263
41264 device independent
41265 \begin_inset Quotes grd
41266 \end_inset
41267
41268  genannt, weil er vollkommen portierbar ist.
41269  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41270  dvi-Betrachter installiert hat.
41271  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41272 ate wie PostScript benutzt.
41273 \end_layout
41274
41275 \begin_layout Standard
41276 \begin_inset Note Greyedout
41277 status open
41278
41279 \begin_layout Plain Layout
41280
41281 \series bold
41282 Bemerkung:
41283 \series default
41284  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41285 \end_layout
41286
41287 \end_inset
41288
41289
41290 \end_layout
41291
41292 \begin_layout Standard
41293 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41294  auf einen anderen Computer kopieren.
41295  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41296  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41297  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41298 \family typewriter
41299  
41300 \family default
41301 blättern.
41302
41303 \family typewriter
41304  
41305 \family default
41306 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41307  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41308  
41309 \end_layout
41310
41311 \begin_layout Standard
41312 Sie können Ihr Dokument als DVI über das Menü 
41313 \family sans
41314 Datei\SpecialChar \menuseparator
41315 Exportieren\SpecialChar \menuseparator
41316 DVI
41317 \family default
41318  exportieren.
41319  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41320 \family sans
41321 Ansicht
41322 \family default
41323  anschauen.
41324 \end_layout
41325
41326 \begin_layout Section
41327 PostScript
41328 \begin_inset CommandInset label
41329 LatexCommand label
41330 name "abs:PostScript"
41331
41332 \end_inset
41333
41334
41335 \begin_inset Index idx
41336 status collapsed
41337
41338 \begin_layout Plain Layout
41339 Dateiformat  ! PostScript
41340 \end_layout
41341
41342 \end_inset
41343
41344
41345 \begin_inset Index idx
41346 status collapsed
41347
41348 \begin_layout Plain Layout
41349 PostScript
41350 \end_layout
41351
41352 \end_inset
41353
41354
41355 \end_layout
41356
41357 \begin_layout Standard
41358 Dieser Dateityp hat die Erweiterung 
41359 \begin_inset Quotes gld
41360 \end_inset
41361
41362
41363 \family typewriter
41364 .ps
41365 \family default
41366
41367 \begin_inset Quotes grd
41368 \end_inset
41369
41370 .
41371  PostScript wurde von der Firma
41372 \family typewriter
41373  Adobe
41374 \family default
41375  als Druckersprache entwickelt.
41376  Die Datei enthält deshalb Druckbefehle.
41377  PostScript kann als 
41378 \begin_inset Quotes gld
41379 \end_inset
41380
41381 Programmiersprache
41382 \begin_inset Quotes grd
41383 \end_inset
41384
41385  angesehen werden.
41386  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41387 \begin_inset Foot
41388 status collapsed
41389
41390 \begin_layout Plain Layout
41391 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41392  von
41393 \series bold
41394  PSTricks
41395 \series default
41396  
41397 \begin_inset CommandInset citation
41398 LatexCommand cite
41399 key "pstricks"
41400
41401 \end_inset
41402
41403  oder 
41404 \begin_inset CommandInset citation
41405 LatexCommand cite
41406 key "latex-praxisbuch"
41407
41408 \end_inset
41409
41410  ansehen.
41411 \end_layout
41412
41413 \end_inset
41414
41415 .
41416  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41417 \end_layout
41418
41419 \begin_layout Standard
41420 PostScript kann nur Bilder im Format EPS
41421 \begin_inset Index idx
41422 status collapsed
41423
41424 \begin_layout Plain Layout
41425 EPS
41426 \end_layout
41427
41428 \end_inset
41429
41430  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41431 wei\SpecialChar \-
41432 ter\SpecialChar \-
41433 ung 
41434 \begin_inset Quotes gld
41435 \end_inset
41436
41437
41438 \family typewriter
41439 .eps
41440 \family default
41441
41442 \begin_inset Quotes grd
41443 \end_inset
41444
41445 ) enthalten.
41446  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41447  intern nach EPS konvertieren.
41448  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41449  verlangsamen.
41450  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41451  konvertieren und direkt als EPS einfügen.
41452 \end_layout
41453
41454 \begin_layout Standard
41455 Sie können Ihr Dokument als PostScript über das Menü 
41456 \family sans
41457 Datei\SpecialChar \menuseparator
41458 Exportieren\SpecialChar \menuseparator
41459 Post\SpecialChar \-
41460 Script
41461 \family default
41462  exportieren.
41463  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41464 \family sans
41465 Ansicht
41466 \family default
41467  anschauen.
41468 \end_layout
41469
41470 \begin_layout Section
41471 PDF
41472 \begin_inset Index idx
41473 status collapsed
41474
41475 \begin_layout Plain Layout
41476 Dateiformat! PDF
41477 \end_layout
41478
41479 \end_inset
41480
41481
41482 \begin_inset Index idx
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486 PDF
41487 \end_layout
41488
41489 \end_inset
41490
41491
41492 \end_layout
41493
41494 \begin_layout Standard
41495 Dieser Dateityp hat die Erweiterung 
41496 \begin_inset Quotes gld
41497 \end_inset
41498
41499
41500 \family typewriter
41501 .pdf
41502 \family default
41503
41504 \begin_inset Quotes grd
41505 \end_inset
41506
41507 .
41508  Das
41509 \emph on
41510  
41511 \emph default
41512
41513 \begin_inset Quotes gld
41514 \end_inset
41515
41516 Portable Document Format
41517 \begin_inset Quotes grd
41518 \end_inset
41519
41520  (PDF) wurde auch von der Firma 
41521 \family typewriter
41522 Adobe
41523 \family default
41524  als Derivat von PostScript entwickelt.
41525  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41526  Wie der Begriff 
41527 \begin_inset Quotes gld
41528 \end_inset
41529
41530 portable
41531 \begin_inset Quotes grd
41532 \end_inset
41533
41534  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41535  werden, und der Ausdruck sieht immer gleich aus.
41536 \end_layout
41537
41538 \begin_layout Standard
41539 PDF kann Bilder im eigenen PDF-Format, im Format 
41540 \begin_inset Quotes gld
41541 \end_inset
41542
41543 Joint Photographic Experts Group
41544 \begin_inset Quotes grd
41545 \end_inset
41546
41547  (JPEG
41548 \begin_inset Index idx
41549 status collapsed
41550
41551 \begin_layout Plain Layout
41552 JPG, JPEG
41553 \end_layout
41554
41555 \end_inset
41556
41557 , Datei-Erweiterung 
41558 \begin_inset Quotes gld
41559 \end_inset
41560
41561
41562 \family typewriter
41563 .jpg
41564 \family default
41565
41566 \begin_inset Quotes grd
41567 \end_inset
41568
41569  oder 
41570 \begin_inset Quotes gld
41571 \end_inset
41572
41573
41574 \family typewriter
41575 .jpeg
41576 \family default
41577
41578 \begin_inset Quotes grd
41579 \end_inset
41580
41581 ) und im Format 
41582 \begin_inset Quotes gld
41583 \end_inset
41584
41585 Portable Network Graphics
41586 \begin_inset Quotes grd
41587 \end_inset
41588
41589  (PNG
41590 \begin_inset Index idx
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594 PNG
41595 \end_layout
41596
41597 \end_inset
41598
41599 , Datei-Erweiterung 
41600 \begin_inset Quotes gld
41601 \end_inset
41602
41603
41604 \family typewriter
41605 .png
41606 \family default
41607
41608 \begin_inset Quotes grd
41609 \end_inset
41610
41611 ) enthalten.
41612  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41613  Sie konvertieren wird.
41614  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41615  wird, eines der drei erwähnten Bildformate zu benutzen.
41616 \end_layout
41617
41618 \begin_layout Standard
41619 PDF-Dateien können Sie über 
41620 \family sans
41621 Datei\SpecialChar \menuseparator
41622 Exportieren
41623 \family default
41624  auf drei Arten erzeugen:
41625 \end_layout
41626
41627 \begin_layout Description
41628 PDF
41629 \begin_inset space ~
41630 \end_inset
41631
41632 (ps2pdf) benutzt das Programm
41633 \family typewriter
41634  ps2pdf
41635 \family default
41636 , das eine PDF-Datei aus einer Post\SpecialChar \-
41637 Script®-Version Ihres Dokument erstellt.
41638  Die PostScript-Version wird mit dem Programm 
41639 \family typewriter
41640 dvips
41641 \family default
41642  aus einer DVI-Version erstellt.
41643  Es werden also drei Konvertierungen verwendet.
41644 \end_layout
41645
41646 \begin_layout Description
41647 PDF
41648 \begin_inset space ~
41649 \end_inset
41650
41651 (dvipdfm) benutzt das Programm 
41652 \family typewriter
41653 dvipdfm
41654 \family default
41655 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41656  PDF konvertiert.
41657 \end_layout
41658
41659 \begin_layout Description
41660 PDF
41661 \begin_inset space ~
41662 \end_inset
41663
41664 (pdflatex) benutzt das Programm
41665 \family typewriter
41666  pdftex
41667 \family default
41668 , das Ihr Dokument direkt nach PDF konvertiert.
41669 \end_layout
41670
41671 \begin_layout Standard
41672
41673 \family sans
41674 PDF
41675 \begin_inset space ~
41676 \end_inset
41677
41678 (pdflatex)
41679 \family default
41680  wird empfohlen, weil
41681 \family typewriter
41682  pdftex
41683 \family default
41684  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41685  ohne Probleme arbeitet.
41686  Das Programm 
41687 \family typewriter
41688 dvi\SpecialChar \-
41689 pdfm
41690 \family default
41691  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41692 \end_layout
41693
41694 \begin_layout Standard
41695 Sie können Ihr Dokument als PDF über das Menü 
41696 \family sans
41697 Datei\SpecialChar \menuseparator
41698 Exportieren\SpecialChar \menuseparator
41699 PDF
41700 \family default
41701  exportieren.
41702  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41703 \family sans
41704 Ansicht
41705 \family default
41706  oder einen Werkzeugleistenknopf anschauen.
41707 \end_layout
41708
41709 \begin_layout Chapter
41710 Liste der dvips-Farbnamen
41711 \begin_inset CommandInset label
41712 LatexCommand label
41713 name "kap:Liste-der-dvips-Farbnamen"
41714
41715 \end_inset
41716
41717
41718 \end_layout
41719
41720 \begin_layout Standard
41721 \begin_inset Tabular
41722 <lyxtabular version="3" rows="17" columns="4">
41723 <features rotate="0" tabularvalignment="middle">
41724 <column alignment="left" valignment="top" width="0pt">
41725 <column alignment="left" valignment="top" width="0pt">
41726 <column alignment="left" valignment="top" width="0pt">
41727 <column alignment="left" valignment="top" width="0pt">
41728 <row>
41729 <cell alignment="left" valignment="top" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 \begin_inset ERT
41734 status collapsed
41735
41736 \begin_layout Plain Layout
41737
41738
41739 \backslash
41740 fcolorbox{black}{
41741 \end_layout
41742
41743 \end_inset
41744
41745 white
41746 \begin_inset ERT
41747 status collapsed
41748
41749 \begin_layout Plain Layout
41750
41751 }{
41752 \end_layout
41753
41754 \end_inset
41755
41756 Farbe
41757 \begin_inset ERT
41758 status collapsed
41759
41760 \begin_layout Plain Layout
41761
41762 }
41763 \end_layout
41764
41765 \end_inset
41766
41767  Farbname
41768 \end_layout
41769
41770 \end_inset
41771 </cell>
41772 <cell alignment="left" valignment="top" usebox="none">
41773 \begin_inset Text
41774
41775 \begin_layout Plain Layout
41776 \begin_inset ERT
41777 status collapsed
41778
41779 \begin_layout Plain Layout
41780
41781
41782 \backslash
41783 fcolorbox{black}{
41784 \end_layout
41785
41786 \end_inset
41787
41788 white
41789 \begin_inset ERT
41790 status collapsed
41791
41792 \begin_layout Plain Layout
41793
41794 }{
41795 \end_layout
41796
41797 \end_inset
41798
41799 Farbe
41800 \begin_inset ERT
41801 status collapsed
41802
41803 \begin_layout Plain Layout
41804
41805 }
41806 \end_layout
41807
41808 \end_inset
41809
41810  Farbname
41811 \end_layout
41812
41813 \end_inset
41814 </cell>
41815 <cell alignment="left" valignment="top" usebox="none">
41816 \begin_inset Text
41817
41818 \begin_layout Plain Layout
41819 \begin_inset ERT
41820 status collapsed
41821
41822 \begin_layout Plain Layout
41823
41824
41825 \backslash
41826 fcolorbox{black}{
41827 \end_layout
41828
41829 \end_inset
41830
41831 white
41832 \begin_inset ERT
41833 status collapsed
41834
41835 \begin_layout Plain Layout
41836
41837 }{
41838 \end_layout
41839
41840 \end_inset
41841
41842 Farbe
41843 \begin_inset ERT
41844 status collapsed
41845
41846 \begin_layout Plain Layout
41847
41848 }
41849 \end_layout
41850
41851 \end_inset
41852
41853  Farbname
41854 \end_layout
41855
41856 \end_inset
41857 </cell>
41858 <cell alignment="left" valignment="top" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 \begin_inset ERT
41863 status collapsed
41864
41865 \begin_layout Plain Layout
41866
41867
41868 \backslash
41869 fcolorbox{black}{
41870 \end_layout
41871
41872 \end_inset
41873
41874 white
41875 \begin_inset ERT
41876 status collapsed
41877
41878 \begin_layout Plain Layout
41879
41880 }{
41881 \end_layout
41882
41883 \end_inset
41884
41885 Farbe
41886 \begin_inset ERT
41887 status collapsed
41888
41889 \begin_layout Plain Layout
41890
41891 }
41892 \end_layout
41893
41894 \end_inset
41895
41896  Farbname
41897 \end_layout
41898
41899 \end_inset
41900 </cell>
41901 </row>
41902 <row>
41903 <cell alignment="center" valignment="top" usebox="none">
41904 \begin_inset Text
41905
41906 \begin_layout Plain Layout
41907 \begin_inset ERT
41908 status collapsed
41909
41910 \begin_layout Plain Layout
41911
41912
41913 \backslash
41914 fcolorbox{black}{
41915 \end_layout
41916
41917 \end_inset
41918
41919 Apricot
41920 \begin_inset ERT
41921 status collapsed
41922
41923 \begin_layout Plain Layout
41924
41925 }{
41926 \end_layout
41927
41928 \end_inset
41929
41930
41931 \begin_inset Phantom Phantom
41932 status open
41933
41934 \begin_layout Plain Layout
41935 W
41936 \end_layout
41937
41938 \end_inset
41939
41940
41941 \begin_inset ERT
41942 status collapsed
41943
41944 \begin_layout Plain Layout
41945
41946 }
41947 \end_layout
41948
41949 \end_inset
41950
41951  Apricot
41952 \end_layout
41953
41954 \end_inset
41955 </cell>
41956 <cell alignment="center" valignment="top" usebox="none">
41957 \begin_inset Text
41958
41959 \begin_layout Plain Layout
41960 \begin_inset ERT
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964
41965
41966 \backslash
41967 fcolorbox{black}{
41968 \end_layout
41969
41970 \end_inset
41971
41972 Aquamarine
41973 \begin_inset ERT
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977
41978 }{
41979 \end_layout
41980
41981 \end_inset
41982
41983
41984 \begin_inset Phantom Phantom
41985 status open
41986
41987 \begin_layout Plain Layout
41988 W
41989 \end_layout
41990
41991 \end_inset
41992
41993
41994 \begin_inset ERT
41995 status collapsed
41996
41997 \begin_layout Plain Layout
41998
41999 }
42000 \end_layout
42001
42002 \end_inset
42003
42004  Aquamarine
42005 \end_layout
42006
42007 \end_inset
42008 </cell>
42009 <cell alignment="center" valignment="top" usebox="none">
42010 \begin_inset Text
42011
42012 \begin_layout Plain Layout
42013 \begin_inset ERT
42014 status collapsed
42015
42016 \begin_layout Plain Layout
42017
42018
42019 \backslash
42020 fcolorbox{black}{
42021 \end_layout
42022
42023 \end_inset
42024
42025 Bittersweet
42026 \begin_inset ERT
42027 status collapsed
42028
42029 \begin_layout Plain Layout
42030
42031 }{
42032 \end_layout
42033
42034 \end_inset
42035
42036
42037 \begin_inset Phantom Phantom
42038 status open
42039
42040 \begin_layout Plain Layout
42041 W
42042 \end_layout
42043
42044 \end_inset
42045
42046
42047 \begin_inset ERT
42048 status collapsed
42049
42050 \begin_layout Plain Layout
42051
42052 }
42053 \end_layout
42054
42055 \end_inset
42056
42057  Bittersweet
42058 \end_layout
42059
42060 \end_inset
42061 </cell>
42062 <cell alignment="center" valignment="top" usebox="none">
42063 \begin_inset Text
42064
42065 \begin_layout Plain Layout
42066 \begin_inset ERT
42067 status collapsed
42068
42069 \begin_layout Plain Layout
42070
42071
42072 \backslash
42073 fcolorbox{black}{
42074 \end_layout
42075
42076 \end_inset
42077
42078 BlueGreen
42079 \begin_inset ERT
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083
42084 }{
42085 \end_layout
42086
42087 \end_inset
42088
42089
42090 \begin_inset Phantom Phantom
42091 status open
42092
42093 \begin_layout Plain Layout
42094 W
42095 \end_layout
42096
42097 \end_inset
42098
42099
42100 \begin_inset ERT
42101 status collapsed
42102
42103 \begin_layout Plain Layout
42104
42105 }
42106 \end_layout
42107
42108 \end_inset
42109
42110  BlueGreen
42111 \end_layout
42112
42113 \end_inset
42114 </cell>
42115 </row>
42116 <row>
42117 <cell alignment="left" valignment="top" usebox="none">
42118 \begin_inset Text
42119
42120 \begin_layout Plain Layout
42121 \begin_inset ERT
42122 status collapsed
42123
42124 \begin_layout Plain Layout
42125
42126
42127 \backslash
42128 fcolorbox{black}{
42129 \end_layout
42130
42131 \end_inset
42132
42133 BlueViolet
42134 \begin_inset ERT
42135 status collapsed
42136
42137 \begin_layout Plain Layout
42138
42139 }{
42140 \end_layout
42141
42142 \end_inset
42143
42144
42145 \begin_inset Phantom Phantom
42146 status open
42147
42148 \begin_layout Plain Layout
42149 W
42150 \end_layout
42151
42152 \end_inset
42153
42154
42155 \begin_inset ERT
42156 status collapsed
42157
42158 \begin_layout Plain Layout
42159
42160 }
42161 \end_layout
42162
42163 \end_inset
42164
42165  BlueViolet
42166 \end_layout
42167
42168 \end_inset
42169 </cell>
42170 <cell alignment="left" valignment="top" usebox="none">
42171 \begin_inset Text
42172
42173 \begin_layout Plain Layout
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179
42180 \backslash
42181 fcolorbox{black}{
42182 \end_layout
42183
42184 \end_inset
42185
42186 BrickRed
42187 \begin_inset ERT
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191
42192 }{
42193 \end_layout
42194
42195 \end_inset
42196
42197
42198 \begin_inset Phantom Phantom
42199 status open
42200
42201 \begin_layout Plain Layout
42202 W
42203 \end_layout
42204
42205 \end_inset
42206
42207
42208 \begin_inset ERT
42209 status collapsed
42210
42211 \begin_layout Plain Layout
42212
42213 }
42214 \end_layout
42215
42216 \end_inset
42217
42218  BrickRed
42219 \end_layout
42220
42221 \end_inset
42222 </cell>
42223 <cell alignment="left" valignment="top" usebox="none">
42224 \begin_inset Text
42225
42226 \begin_layout Plain Layout
42227 \begin_inset ERT
42228 status collapsed
42229
42230 \begin_layout Plain Layout
42231
42232
42233 \backslash
42234 fcolorbox{black}{
42235 \end_layout
42236
42237 \end_inset
42238
42239 Brown
42240 \begin_inset ERT
42241 status collapsed
42242
42243 \begin_layout Plain Layout
42244
42245 }{
42246 \end_layout
42247
42248 \end_inset
42249
42250
42251 \begin_inset Phantom Phantom
42252 status open
42253
42254 \begin_layout Plain Layout
42255 W
42256 \end_layout
42257
42258 \end_inset
42259
42260
42261 \begin_inset ERT
42262 status collapsed
42263
42264 \begin_layout Plain Layout
42265
42266 }
42267 \end_layout
42268
42269 \end_inset
42270
42271  Brown
42272 \end_layout
42273
42274 \end_inset
42275 </cell>
42276 <cell alignment="left" valignment="top" usebox="none">
42277 \begin_inset Text
42278
42279 \begin_layout Plain Layout
42280 \begin_inset ERT
42281 status collapsed
42282
42283 \begin_layout Plain Layout
42284
42285
42286 \backslash
42287 fcolorbox{black}{
42288 \end_layout
42289
42290 \end_inset
42291
42292 BurntOrange
42293 \begin_inset ERT
42294 status collapsed
42295
42296 \begin_layout Plain Layout
42297
42298 }{
42299 \end_layout
42300
42301 \end_inset
42302
42303
42304 \begin_inset Phantom Phantom
42305 status open
42306
42307 \begin_layout Plain Layout
42308 W
42309 \end_layout
42310
42311 \end_inset
42312
42313
42314 \begin_inset ERT
42315 status collapsed
42316
42317 \begin_layout Plain Layout
42318
42319 }
42320 \end_layout
42321
42322 \end_inset
42323
42324  BurntOrange
42325 \end_layout
42326
42327 \end_inset
42328 </cell>
42329 </row>
42330 <row>
42331 <cell alignment="left" valignment="top" usebox="none">
42332 \begin_inset Text
42333
42334 \begin_layout Plain Layout
42335 \begin_inset ERT
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339
42340
42341 \backslash
42342 fcolorbox{black}{
42343 \end_layout
42344
42345 \end_inset
42346
42347 CadetBlue
42348 \begin_inset ERT
42349 status collapsed
42350
42351 \begin_layout Plain Layout
42352
42353 }{
42354 \end_layout
42355
42356 \end_inset
42357
42358
42359 \begin_inset Phantom Phantom
42360 status open
42361
42362 \begin_layout Plain Layout
42363 W
42364 \end_layout
42365
42366 \end_inset
42367
42368
42369 \begin_inset ERT
42370 status collapsed
42371
42372 \begin_layout Plain Layout
42373
42374 }
42375 \end_layout
42376
42377 \end_inset
42378
42379  CadetBlue
42380 \end_layout
42381
42382 \end_inset
42383 </cell>
42384 <cell alignment="left" valignment="top" usebox="none">
42385 \begin_inset Text
42386
42387 \begin_layout Plain Layout
42388 \begin_inset ERT
42389 status collapsed
42390
42391 \begin_layout Plain Layout
42392
42393
42394 \backslash
42395 fcolorbox{black}{
42396 \end_layout
42397
42398 \end_inset
42399
42400 CarnationPink
42401 \begin_inset ERT
42402 status collapsed
42403
42404 \begin_layout Plain Layout
42405
42406 }{
42407 \end_layout
42408
42409 \end_inset
42410
42411
42412 \begin_inset Phantom Phantom
42413 status open
42414
42415 \begin_layout Plain Layout
42416 W
42417 \end_layout
42418
42419 \end_inset
42420
42421
42422 \begin_inset ERT
42423 status collapsed
42424
42425 \begin_layout Plain Layout
42426
42427 }
42428 \end_layout
42429
42430 \end_inset
42431
42432  CarnationPink
42433 \end_layout
42434
42435 \end_inset
42436 </cell>
42437 <cell alignment="left" valignment="top" usebox="none">
42438 \begin_inset Text
42439
42440 \begin_layout Plain Layout
42441 \begin_inset ERT
42442 status collapsed
42443
42444 \begin_layout Plain Layout
42445
42446
42447 \backslash
42448 fcolorbox{black}{
42449 \end_layout
42450
42451 \end_inset
42452
42453 Cerulean
42454 \begin_inset ERT
42455 status collapsed
42456
42457 \begin_layout Plain Layout
42458
42459 }{
42460 \end_layout
42461
42462 \end_inset
42463
42464
42465 \begin_inset Phantom Phantom
42466 status open
42467
42468 \begin_layout Plain Layout
42469 W
42470 \end_layout
42471
42472 \end_inset
42473
42474
42475 \begin_inset ERT
42476 status collapsed
42477
42478 \begin_layout Plain Layout
42479
42480 }
42481 \end_layout
42482
42483 \end_inset
42484
42485  Cerulean
42486 \end_layout
42487
42488 \end_inset
42489 </cell>
42490 <cell alignment="left" valignment="top" usebox="none">
42491 \begin_inset Text
42492
42493 \begin_layout Plain Layout
42494 \begin_inset ERT
42495 status collapsed
42496
42497 \begin_layout Plain Layout
42498
42499
42500 \backslash
42501 fcolorbox{black}{
42502 \end_layout
42503
42504 \end_inset
42505
42506 CornflowerBlue
42507 \begin_inset ERT
42508 status collapsed
42509
42510 \begin_layout Plain Layout
42511
42512 }{
42513 \end_layout
42514
42515 \end_inset
42516
42517
42518 \begin_inset Phantom Phantom
42519 status open
42520
42521 \begin_layout Plain Layout
42522 W
42523 \end_layout
42524
42525 \end_inset
42526
42527
42528 \begin_inset ERT
42529 status collapsed
42530
42531 \begin_layout Plain Layout
42532
42533 }
42534 \end_layout
42535
42536 \end_inset
42537
42538  CornflowerBlue
42539 \end_layout
42540
42541 \end_inset
42542 </cell>
42543 </row>
42544 <row>
42545 <cell alignment="left" valignment="top" usebox="none">
42546 \begin_inset Text
42547
42548 \begin_layout Plain Layout
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554
42555 \backslash
42556 fcolorbox{black}{
42557 \end_layout
42558
42559 \end_inset
42560
42561 Dandelion
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567 }{
42568 \end_layout
42569
42570 \end_inset
42571
42572
42573 \begin_inset Phantom Phantom
42574 status open
42575
42576 \begin_layout Plain Layout
42577 W
42578 \end_layout
42579
42580 \end_inset
42581
42582
42583 \begin_inset ERT
42584 status collapsed
42585
42586 \begin_layout Plain Layout
42587
42588 }
42589 \end_layout
42590
42591 \end_inset
42592
42593  Dandelion
42594 \end_layout
42595
42596 \end_inset
42597 </cell>
42598 <cell alignment="left" valignment="top" usebox="none">
42599 \begin_inset Text
42600
42601 \begin_layout Plain Layout
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607
42608 \backslash
42609 fcolorbox{black}{
42610 \end_layout
42611
42612 \end_inset
42613
42614 DarkOrchid
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }{
42621 \end_layout
42622
42623 \end_inset
42624
42625
42626 \begin_inset Phantom Phantom
42627 status open
42628
42629 \begin_layout Plain Layout
42630 W
42631 \end_layout
42632
42633 \end_inset
42634
42635
42636 \begin_inset ERT
42637 status collapsed
42638
42639 \begin_layout Plain Layout
42640
42641 }
42642 \end_layout
42643
42644 \end_inset
42645
42646  DarkOrchid
42647 \end_layout
42648
42649 \end_inset
42650 </cell>
42651 <cell alignment="left" valignment="top" usebox="none">
42652 \begin_inset Text
42653
42654 \begin_layout Plain Layout
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660
42661 \backslash
42662 fcolorbox{black}{
42663 \end_layout
42664
42665 \end_inset
42666
42667 Emerald
42668 \begin_inset ERT
42669 status collapsed
42670
42671 \begin_layout Plain Layout
42672
42673 }{
42674 \end_layout
42675
42676 \end_inset
42677
42678
42679 \begin_inset Phantom Phantom
42680 status open
42681
42682 \begin_layout Plain Layout
42683 W
42684 \end_layout
42685
42686 \end_inset
42687
42688
42689 \begin_inset ERT
42690 status collapsed
42691
42692 \begin_layout Plain Layout
42693
42694 }
42695 \end_layout
42696
42697 \end_inset
42698
42699  Emerald
42700 \end_layout
42701
42702 \end_inset
42703 </cell>
42704 <cell alignment="left" valignment="top" usebox="none">
42705 \begin_inset Text
42706
42707 \begin_layout Plain Layout
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713
42714 \backslash
42715 fcolorbox{black}{
42716 \end_layout
42717
42718 \end_inset
42719
42720 ForestGreen
42721 \begin_inset ERT
42722 status collapsed
42723
42724 \begin_layout Plain Layout
42725
42726 }{
42727 \end_layout
42728
42729 \end_inset
42730
42731
42732 \begin_inset Phantom Phantom
42733 status open
42734
42735 \begin_layout Plain Layout
42736 W
42737 \end_layout
42738
42739 \end_inset
42740
42741
42742 \begin_inset ERT
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746
42747 }
42748 \end_layout
42749
42750 \end_inset
42751
42752  ForestGreen
42753 \end_layout
42754
42755 \end_inset
42756 </cell>
42757 </row>
42758 <row>
42759 <cell alignment="left" valignment="top" usebox="none">
42760 \begin_inset Text
42761
42762 \begin_layout Plain Layout
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768
42769 \backslash
42770 fcolorbox{black}{
42771 \end_layout
42772
42773 \end_inset
42774
42775 Fuchsia
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781 }{
42782 \end_layout
42783
42784 \end_inset
42785
42786
42787 \begin_inset Phantom Phantom
42788 status open
42789
42790 \begin_layout Plain Layout
42791 W
42792 \end_layout
42793
42794 \end_inset
42795
42796
42797 \begin_inset ERT
42798 status collapsed
42799
42800 \begin_layout Plain Layout
42801
42802 }
42803 \end_layout
42804
42805 \end_inset
42806
42807  Fuchsia
42808 \end_layout
42809
42810 \end_inset
42811 </cell>
42812 <cell alignment="left" valignment="top" usebox="none">
42813 \begin_inset Text
42814
42815 \begin_layout Plain Layout
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821
42822 \backslash
42823 fcolorbox{black}{
42824 \end_layout
42825
42826 \end_inset
42827
42828 Goldenrod
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }{
42835 \end_layout
42836
42837 \end_inset
42838
42839
42840 \begin_inset Phantom Phantom
42841 status open
42842
42843 \begin_layout Plain Layout
42844 W
42845 \end_layout
42846
42847 \end_inset
42848
42849
42850 \begin_inset ERT
42851 status collapsed
42852
42853 \begin_layout Plain Layout
42854
42855 }
42856 \end_layout
42857
42858 \end_inset
42859
42860  Goldenrod
42861 \end_layout
42862
42863 \end_inset
42864 </cell>
42865 <cell alignment="left" valignment="top" usebox="none">
42866 \begin_inset Text
42867
42868 \begin_layout Plain Layout
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874
42875 \backslash
42876 fcolorbox{black}{
42877 \end_layout
42878
42879 \end_inset
42880
42881 Gray
42882 \begin_inset ERT
42883 status collapsed
42884
42885 \begin_layout Plain Layout
42886
42887 }{
42888 \end_layout
42889
42890 \end_inset
42891
42892
42893 \begin_inset Phantom Phantom
42894 status open
42895
42896 \begin_layout Plain Layout
42897 W
42898 \end_layout
42899
42900 \end_inset
42901
42902
42903 \begin_inset ERT
42904 status collapsed
42905
42906 \begin_layout Plain Layout
42907
42908 }
42909 \end_layout
42910
42911 \end_inset
42912
42913  Gray
42914 \end_layout
42915
42916 \end_inset
42917 </cell>
42918 <cell alignment="left" valignment="top" usebox="none">
42919 \begin_inset Text
42920
42921 \begin_layout Plain Layout
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927
42928 \backslash
42929 fcolorbox{black}{
42930 \end_layout
42931
42932 \end_inset
42933
42934 GreenYellow
42935 \begin_inset ERT
42936 status collapsed
42937
42938 \begin_layout Plain Layout
42939
42940 }{
42941 \end_layout
42942
42943 \end_inset
42944
42945
42946 \begin_inset Phantom Phantom
42947 status open
42948
42949 \begin_layout Plain Layout
42950 W
42951 \end_layout
42952
42953 \end_inset
42954
42955
42956 \begin_inset ERT
42957 status collapsed
42958
42959 \begin_layout Plain Layout
42960
42961 }
42962 \end_layout
42963
42964 \end_inset
42965
42966  GreenYellow
42967 \end_layout
42968
42969 \end_inset
42970 </cell>
42971 </row>
42972 <row>
42973 <cell alignment="center" valignment="top" usebox="none">
42974 \begin_inset Text
42975
42976 \begin_layout Plain Layout
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982
42983 \backslash
42984 fcolorbox{black}{
42985 \end_layout
42986
42987 \end_inset
42988
42989 JungleGreen
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995 }{
42996 \end_layout
42997
42998 \end_inset
42999
43000
43001 \begin_inset Phantom Phantom
43002 status open
43003
43004 \begin_layout Plain Layout
43005 W
43006 \end_layout
43007
43008 \end_inset
43009
43010
43011 \begin_inset ERT
43012 status collapsed
43013
43014 \begin_layout Plain Layout
43015
43016 }
43017 \end_layout
43018
43019 \end_inset
43020
43021  JungleGreen
43022 \end_layout
43023
43024 \end_inset
43025 </cell>
43026 <cell alignment="center" valignment="top" usebox="none">
43027 \begin_inset Text
43028
43029 \begin_layout Plain Layout
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035
43036 \backslash
43037 fcolorbox{black}{
43038 \end_layout
43039
43040 \end_inset
43041
43042 Lavender
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }{
43049 \end_layout
43050
43051 \end_inset
43052
43053
43054 \begin_inset Phantom Phantom
43055 status open
43056
43057 \begin_layout Plain Layout
43058 W
43059 \end_layout
43060
43061 \end_inset
43062
43063
43064 \begin_inset ERT
43065 status collapsed
43066
43067 \begin_layout Plain Layout
43068
43069 }
43070 \end_layout
43071
43072 \end_inset
43073
43074  Lavender
43075 \end_layout
43076
43077 \end_inset
43078 </cell>
43079 <cell alignment="center" valignment="top" usebox="none">
43080 \begin_inset Text
43081
43082 \begin_layout Plain Layout
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088
43089 \backslash
43090 fcolorbox{black}{
43091 \end_layout
43092
43093 \end_inset
43094
43095 LimeGreen
43096 \begin_inset ERT
43097 status collapsed
43098
43099 \begin_layout Plain Layout
43100
43101 }{
43102 \end_layout
43103
43104 \end_inset
43105
43106
43107 \begin_inset Phantom Phantom
43108 status open
43109
43110 \begin_layout Plain Layout
43111 W
43112 \end_layout
43113
43114 \end_inset
43115
43116
43117 \begin_inset ERT
43118 status collapsed
43119
43120 \begin_layout Plain Layout
43121
43122 }
43123 \end_layout
43124
43125 \end_inset
43126
43127  LimeGreen
43128 \end_layout
43129
43130 \end_inset
43131 </cell>
43132 <cell alignment="center" valignment="top" usebox="none">
43133 \begin_inset Text
43134
43135 \begin_layout Plain Layout
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141
43142 \backslash
43143 fcolorbox{black}{
43144 \end_layout
43145
43146 \end_inset
43147
43148 Mahogany
43149 \begin_inset ERT
43150 status collapsed
43151
43152 \begin_layout Plain Layout
43153
43154 }{
43155 \end_layout
43156
43157 \end_inset
43158
43159
43160 \begin_inset Phantom Phantom
43161 status open
43162
43163 \begin_layout Plain Layout
43164 W
43165 \end_layout
43166
43167 \end_inset
43168
43169
43170 \begin_inset ERT
43171 status collapsed
43172
43173 \begin_layout Plain Layout
43174
43175 }
43176 \end_layout
43177
43178 \end_inset
43179
43180  Mahogany
43181 \end_layout
43182
43183 \end_inset
43184 </cell>
43185 </row>
43186 <row>
43187 <cell alignment="left" valignment="top" usebox="none">
43188 \begin_inset Text
43189
43190 \begin_layout Plain Layout
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196
43197 \backslash
43198 fcolorbox{black}{
43199 \end_layout
43200
43201 \end_inset
43202
43203 Mahogany
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209 }{
43210 \end_layout
43211
43212 \end_inset
43213
43214
43215 \begin_inset Phantom Phantom
43216 status open
43217
43218 \begin_layout Plain Layout
43219 W
43220 \end_layout
43221
43222 \end_inset
43223
43224
43225 \begin_inset ERT
43226 status collapsed
43227
43228 \begin_layout Plain Layout
43229
43230 }
43231 \end_layout
43232
43233 \end_inset
43234
43235  Mahogany
43236 \end_layout
43237
43238 \end_inset
43239 </cell>
43240 <cell alignment="left" valignment="top" usebox="none">
43241 \begin_inset Text
43242
43243 \begin_layout Plain Layout
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249
43250 \backslash
43251 fcolorbox{black}{
43252 \end_layout
43253
43254 \end_inset
43255
43256 Maroon
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }{
43263 \end_layout
43264
43265 \end_inset
43266
43267
43268 \begin_inset Phantom Phantom
43269 status open
43270
43271 \begin_layout Plain Layout
43272 W
43273 \end_layout
43274
43275 \end_inset
43276
43277
43278 \begin_inset ERT
43279 status collapsed
43280
43281 \begin_layout Plain Layout
43282
43283 }
43284 \end_layout
43285
43286 \end_inset
43287
43288  Maroon
43289 \end_layout
43290
43291 \end_inset
43292 </cell>
43293 <cell alignment="left" valignment="top" usebox="none">
43294 \begin_inset Text
43295
43296 \begin_layout Plain Layout
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302
43303 \backslash
43304 fcolorbox{black}{
43305 \end_layout
43306
43307 \end_inset
43308
43309 Melon
43310 \begin_inset ERT
43311 status collapsed
43312
43313 \begin_layout Plain Layout
43314
43315 }{
43316 \end_layout
43317
43318 \end_inset
43319
43320
43321 \begin_inset Phantom Phantom
43322 status open
43323
43324 \begin_layout Plain Layout
43325 W
43326 \end_layout
43327
43328 \end_inset
43329
43330
43331 \begin_inset ERT
43332 status collapsed
43333
43334 \begin_layout Plain Layout
43335
43336 }
43337 \end_layout
43338
43339 \end_inset
43340
43341  Melon
43342 \end_layout
43343
43344 \end_inset
43345 </cell>
43346 <cell alignment="left" valignment="top" usebox="none">
43347 \begin_inset Text
43348
43349 \begin_layout Plain Layout
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355
43356 \backslash
43357 fcolorbox{black}{
43358 \end_layout
43359
43360 \end_inset
43361
43362 MidnightBlue
43363 \begin_inset ERT
43364 status collapsed
43365
43366 \begin_layout Plain Layout
43367
43368 }{
43369 \end_layout
43370
43371 \end_inset
43372
43373
43374 \begin_inset Phantom Phantom
43375 status open
43376
43377 \begin_layout Plain Layout
43378 W
43379 \end_layout
43380
43381 \end_inset
43382
43383
43384 \begin_inset ERT
43385 status collapsed
43386
43387 \begin_layout Plain Layout
43388
43389 }
43390 \end_layout
43391
43392 \end_inset
43393
43394  MidnightBlue
43395 \end_layout
43396
43397 \end_inset
43398 </cell>
43399 </row>
43400 <row>
43401 <cell alignment="left" valignment="top" usebox="none">
43402 \begin_inset Text
43403
43404 \begin_layout Plain Layout
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410
43411 \backslash
43412 fcolorbox{black}{
43413 \end_layout
43414
43415 \end_inset
43416
43417 Mulberry
43418 \begin_inset ERT
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422
43423 }{
43424 \end_layout
43425
43426 \end_inset
43427
43428
43429 \begin_inset Phantom Phantom
43430 status open
43431
43432 \begin_layout Plain Layout
43433 W
43434 \end_layout
43435
43436 \end_inset
43437
43438
43439 \begin_inset ERT
43440 status collapsed
43441
43442 \begin_layout Plain Layout
43443
43444 }
43445 \end_layout
43446
43447 \end_inset
43448
43449  Mulberry
43450 \end_layout
43451
43452 \end_inset
43453 </cell>
43454 <cell alignment="left" valignment="top" usebox="none">
43455 \begin_inset Text
43456
43457 \begin_layout Plain Layout
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463
43464 \backslash
43465 fcolorbox{black}{
43466 \end_layout
43467
43468 \end_inset
43469
43470 NavyBlue
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476 }{
43477 \end_layout
43478
43479 \end_inset
43480
43481
43482 \begin_inset Phantom Phantom
43483 status open
43484
43485 \begin_layout Plain Layout
43486 W
43487 \end_layout
43488
43489 \end_inset
43490
43491
43492 \begin_inset ERT
43493 status collapsed
43494
43495 \begin_layout Plain Layout
43496
43497 }
43498 \end_layout
43499
43500 \end_inset
43501
43502  NavyBlue
43503 \end_layout
43504
43505 \end_inset
43506 </cell>
43507 <cell alignment="left" valignment="top" usebox="none">
43508 \begin_inset Text
43509
43510 \begin_layout Plain Layout
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516
43517 \backslash
43518 fcolorbox{black}{
43519 \end_layout
43520
43521 \end_inset
43522
43523 OliveGreen
43524 \begin_inset ERT
43525 status collapsed
43526
43527 \begin_layout Plain Layout
43528
43529 }{
43530 \end_layout
43531
43532 \end_inset
43533
43534
43535 \begin_inset Phantom Phantom
43536 status open
43537
43538 \begin_layout Plain Layout
43539 W
43540 \end_layout
43541
43542 \end_inset
43543
43544
43545 \begin_inset ERT
43546 status collapsed
43547
43548 \begin_layout Plain Layout
43549
43550 }
43551 \end_layout
43552
43553 \end_inset
43554
43555  OliveGreen
43556 \end_layout
43557
43558 \end_inset
43559 </cell>
43560 <cell alignment="left" valignment="top" usebox="none">
43561 \begin_inset Text
43562
43563 \begin_layout Plain Layout
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569
43570 \backslash
43571 fcolorbox{black}{
43572 \end_layout
43573
43574 \end_inset
43575
43576 Orange
43577 \begin_inset ERT
43578 status collapsed
43579
43580 \begin_layout Plain Layout
43581
43582 }{
43583 \end_layout
43584
43585 \end_inset
43586
43587
43588 \begin_inset Phantom Phantom
43589 status open
43590
43591 \begin_layout Plain Layout
43592 W
43593 \end_layout
43594
43595 \end_inset
43596
43597
43598 \begin_inset ERT
43599 status collapsed
43600
43601 \begin_layout Plain Layout
43602
43603 }
43604 \end_layout
43605
43606 \end_inset
43607
43608  Orange
43609 \end_layout
43610
43611 \end_inset
43612 </cell>
43613 </row>
43614 <row>
43615 <cell alignment="left" valignment="top" usebox="none">
43616 \begin_inset Text
43617
43618 \begin_layout Plain Layout
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624
43625 \backslash
43626 fcolorbox{black}{
43627 \end_layout
43628
43629 \end_inset
43630
43631 OrangeRed
43632 \begin_inset ERT
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637 }{
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \begin_inset Phantom Phantom
43644 status open
43645
43646 \begin_layout Plain Layout
43647 W
43648 \end_layout
43649
43650 \end_inset
43651
43652
43653 \begin_inset ERT
43654 status collapsed
43655
43656 \begin_layout Plain Layout
43657
43658 }
43659 \end_layout
43660
43661 \end_inset
43662
43663  OrangeRed
43664 \end_layout
43665
43666 \end_inset
43667 </cell>
43668 <cell alignment="left" valignment="top" usebox="none">
43669 \begin_inset Text
43670
43671 \begin_layout Plain Layout
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677
43678 \backslash
43679 fcolorbox{black}{
43680 \end_layout
43681
43682 \end_inset
43683
43684 Orchid
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690 }{
43691 \end_layout
43692
43693 \end_inset
43694
43695
43696 \begin_inset Phantom Phantom
43697 status open
43698
43699 \begin_layout Plain Layout
43700 W
43701 \end_layout
43702
43703 \end_inset
43704
43705
43706 \begin_inset ERT
43707 status collapsed
43708
43709 \begin_layout Plain Layout
43710
43711 }
43712 \end_layout
43713
43714 \end_inset
43715
43716  Orchid
43717 \end_layout
43718
43719 \end_inset
43720 </cell>
43721 <cell alignment="left" valignment="top" usebox="none">
43722 \begin_inset Text
43723
43724 \begin_layout Plain Layout
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730
43731 \backslash
43732 fcolorbox{black}{
43733 \end_layout
43734
43735 \end_inset
43736
43737 Peach
43738 \begin_inset ERT
43739 status collapsed
43740
43741 \begin_layout Plain Layout
43742
43743 }{
43744 \end_layout
43745
43746 \end_inset
43747
43748
43749 \begin_inset Phantom Phantom
43750 status open
43751
43752 \begin_layout Plain Layout
43753 W
43754 \end_layout
43755
43756 \end_inset
43757
43758
43759 \begin_inset ERT
43760 status collapsed
43761
43762 \begin_layout Plain Layout
43763
43764 }
43765 \end_layout
43766
43767 \end_inset
43768
43769  Peach
43770 \end_layout
43771
43772 \end_inset
43773 </cell>
43774 <cell alignment="left" valignment="top" usebox="none">
43775 \begin_inset Text
43776
43777 \begin_layout Plain Layout
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783
43784 \backslash
43785 fcolorbox{black}{
43786 \end_layout
43787
43788 \end_inset
43789
43790 Periwinkle
43791 \begin_inset ERT
43792 status collapsed
43793
43794 \begin_layout Plain Layout
43795
43796 }{
43797 \end_layout
43798
43799 \end_inset
43800
43801
43802 \begin_inset Phantom Phantom
43803 status open
43804
43805 \begin_layout Plain Layout
43806 W
43807 \end_layout
43808
43809 \end_inset
43810
43811
43812 \begin_inset ERT
43813 status collapsed
43814
43815 \begin_layout Plain Layout
43816
43817 }
43818 \end_layout
43819
43820 \end_inset
43821
43822  Periwinkle
43823 \end_layout
43824
43825 \end_inset
43826 </cell>
43827 </row>
43828 <row>
43829 <cell alignment="left" valignment="top" usebox="none">
43830 \begin_inset Text
43831
43832 \begin_layout Plain Layout
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838
43839 \backslash
43840 fcolorbox{black}{
43841 \end_layout
43842
43843 \end_inset
43844
43845 PineGreen
43846 \begin_inset ERT
43847 status collapsed
43848
43849 \begin_layout Plain Layout
43850
43851 }{
43852 \end_layout
43853
43854 \end_inset
43855
43856
43857 \begin_inset Phantom Phantom
43858 status open
43859
43860 \begin_layout Plain Layout
43861 W
43862 \end_layout
43863
43864 \end_inset
43865
43866
43867 \begin_inset ERT
43868 status collapsed
43869
43870 \begin_layout Plain Layout
43871
43872 }
43873 \end_layout
43874
43875 \end_inset
43876
43877  PineGreen
43878 \end_layout
43879
43880 \end_inset
43881 </cell>
43882 <cell alignment="left" valignment="top" usebox="none">
43883 \begin_inset Text
43884
43885 \begin_layout Plain Layout
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891
43892 \backslash
43893 fcolorbox{black}{
43894 \end_layout
43895
43896 \end_inset
43897
43898 Plum
43899 \begin_inset ERT
43900 status collapsed
43901
43902 \begin_layout Plain Layout
43903
43904 }{
43905 \end_layout
43906
43907 \end_inset
43908
43909
43910 \begin_inset Phantom Phantom
43911 status open
43912
43913 \begin_layout Plain Layout
43914 W
43915 \end_layout
43916
43917 \end_inset
43918
43919
43920 \begin_inset ERT
43921 status collapsed
43922
43923 \begin_layout Plain Layout
43924
43925 }
43926 \end_layout
43927
43928 \end_inset
43929
43930  Plum
43931 \end_layout
43932
43933 \end_inset
43934 </cell>
43935 <cell alignment="left" valignment="top" usebox="none">
43936 \begin_inset Text
43937
43938 \begin_layout Plain Layout
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944
43945 \backslash
43946 fcolorbox{black}{
43947 \end_layout
43948
43949 \end_inset
43950
43951 ProcessBlue
43952 \begin_inset ERT
43953 status collapsed
43954
43955 \begin_layout Plain Layout
43956
43957 }{
43958 \end_layout
43959
43960 \end_inset
43961
43962
43963 \begin_inset Phantom Phantom
43964 status open
43965
43966 \begin_layout Plain Layout
43967 W
43968 \end_layout
43969
43970 \end_inset
43971
43972
43973 \begin_inset ERT
43974 status collapsed
43975
43976 \begin_layout Plain Layout
43977
43978 }
43979 \end_layout
43980
43981 \end_inset
43982
43983  ProcessBlue
43984 \end_layout
43985
43986 \end_inset
43987 </cell>
43988 <cell alignment="left" valignment="top" usebox="none">
43989 \begin_inset Text
43990
43991 \begin_layout Plain Layout
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997
43998 \backslash
43999 fcolorbox{black}{
44000 \end_layout
44001
44002 \end_inset
44003
44004 Purple
44005 \begin_inset ERT
44006 status collapsed
44007
44008 \begin_layout Plain Layout
44009
44010 }{
44011 \end_layout
44012
44013 \end_inset
44014
44015
44016 \begin_inset Phantom Phantom
44017 status open
44018
44019 \begin_layout Plain Layout
44020 W
44021 \end_layout
44022
44023 \end_inset
44024
44025
44026 \begin_inset ERT
44027 status collapsed
44028
44029 \begin_layout Plain Layout
44030
44031 }
44032 \end_layout
44033
44034 \end_inset
44035
44036  Purple
44037 \end_layout
44038
44039 \end_inset
44040 </cell>
44041 </row>
44042 <row>
44043 <cell alignment="left" valignment="top" usebox="none">
44044 \begin_inset Text
44045
44046 \begin_layout Plain Layout
44047 \begin_inset ERT
44048 status collapsed
44049
44050 \begin_layout Plain Layout
44051
44052
44053 \backslash
44054 fcolorbox{black}{
44055 \end_layout
44056
44057 \end_inset
44058
44059 RawSienna
44060 \begin_inset ERT
44061 status collapsed
44062
44063 \begin_layout Plain Layout
44064
44065 }{
44066 \end_layout
44067
44068 \end_inset
44069
44070
44071 \begin_inset Phantom Phantom
44072 status open
44073
44074 \begin_layout Plain Layout
44075 W
44076 \end_layout
44077
44078 \end_inset
44079
44080
44081 \begin_inset ERT
44082 status collapsed
44083
44084 \begin_layout Plain Layout
44085
44086 }
44087 \end_layout
44088
44089 \end_inset
44090
44091  RawSienna
44092 \end_layout
44093
44094 \end_inset
44095 </cell>
44096 <cell alignment="left" valignment="top" usebox="none">
44097 \begin_inset Text
44098
44099 \begin_layout Plain Layout
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105
44106 \backslash
44107 fcolorbox{black}{
44108 \end_layout
44109
44110 \end_inset
44111
44112 RedOrange
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118 }{
44119 \end_layout
44120
44121 \end_inset
44122
44123
44124 \begin_inset Phantom Phantom
44125 status open
44126
44127 \begin_layout Plain Layout
44128 W
44129 \end_layout
44130
44131 \end_inset
44132
44133
44134 \begin_inset ERT
44135 status collapsed
44136
44137 \begin_layout Plain Layout
44138
44139 }
44140 \end_layout
44141
44142 \end_inset
44143
44144  RedOrange
44145 \end_layout
44146
44147 \end_inset
44148 </cell>
44149 <cell alignment="left" valignment="top" usebox="none">
44150 \begin_inset Text
44151
44152 \begin_layout Plain Layout
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158
44159 \backslash
44160 fcolorbox{black}{
44161 \end_layout
44162
44163 \end_inset
44164
44165 RedViolet
44166 \begin_inset ERT
44167 status collapsed
44168
44169 \begin_layout Plain Layout
44170
44171 }{
44172 \end_layout
44173
44174 \end_inset
44175
44176
44177 \begin_inset Phantom Phantom
44178 status open
44179
44180 \begin_layout Plain Layout
44181 W
44182 \end_layout
44183
44184 \end_inset
44185
44186
44187 \begin_inset ERT
44188 status collapsed
44189
44190 \begin_layout Plain Layout
44191
44192 }
44193 \end_layout
44194
44195 \end_inset
44196
44197  RedViolet
44198 \end_layout
44199
44200 \end_inset
44201 </cell>
44202 <cell alignment="left" valignment="top" usebox="none">
44203 \begin_inset Text
44204
44205 \begin_layout Plain Layout
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211
44212 \backslash
44213 fcolorbox{black}{
44214 \end_layout
44215
44216 \end_inset
44217
44218 Rhodamine
44219 \begin_inset ERT
44220 status collapsed
44221
44222 \begin_layout Plain Layout
44223
44224 }{
44225 \end_layout
44226
44227 \end_inset
44228
44229
44230 \begin_inset Phantom Phantom
44231 status open
44232
44233 \begin_layout Plain Layout
44234 W
44235 \end_layout
44236
44237 \end_inset
44238
44239
44240 \begin_inset ERT
44241 status collapsed
44242
44243 \begin_layout Plain Layout
44244
44245 }
44246 \end_layout
44247
44248 \end_inset
44249
44250  Rhodamine
44251 \end_layout
44252
44253 \end_inset
44254 </cell>
44255 </row>
44256 <row>
44257 <cell alignment="left" valignment="top" usebox="none">
44258 \begin_inset Text
44259
44260 \begin_layout Plain Layout
44261 \begin_inset ERT
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265
44266
44267 \backslash
44268 fcolorbox{black}{
44269 \end_layout
44270
44271 \end_inset
44272
44273 RoyalBlue
44274 \begin_inset ERT
44275 status collapsed
44276
44277 \begin_layout Plain Layout
44278
44279 }{
44280 \end_layout
44281
44282 \end_inset
44283
44284
44285 \begin_inset Phantom Phantom
44286 status open
44287
44288 \begin_layout Plain Layout
44289 W
44290 \end_layout
44291
44292 \end_inset
44293
44294
44295 \begin_inset ERT
44296 status collapsed
44297
44298 \begin_layout Plain Layout
44299
44300 }
44301 \end_layout
44302
44303 \end_inset
44304
44305  RoyalBlue
44306 \end_layout
44307
44308 \end_inset
44309 </cell>
44310 <cell alignment="left" valignment="top" usebox="none">
44311 \begin_inset Text
44312
44313 \begin_layout Plain Layout
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319
44320 \backslash
44321 fcolorbox{black}{
44322 \end_layout
44323
44324 \end_inset
44325
44326 RoyalPurple
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332 }{
44333 \end_layout
44334
44335 \end_inset
44336
44337
44338 \begin_inset Phantom Phantom
44339 status open
44340
44341 \begin_layout Plain Layout
44342 W
44343 \end_layout
44344
44345 \end_inset
44346
44347
44348 \begin_inset ERT
44349 status collapsed
44350
44351 \begin_layout Plain Layout
44352
44353 }
44354 \end_layout
44355
44356 \end_inset
44357
44358  RoyalPurple
44359 \end_layout
44360
44361 \end_inset
44362 </cell>
44363 <cell alignment="left" valignment="top" usebox="none">
44364 \begin_inset Text
44365
44366 \begin_layout Plain Layout
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372
44373 \backslash
44374 fcolorbox{black}{
44375 \end_layout
44376
44377 \end_inset
44378
44379 RubineRed
44380 \begin_inset ERT
44381 status collapsed
44382
44383 \begin_layout Plain Layout
44384
44385 }{
44386 \end_layout
44387
44388 \end_inset
44389
44390
44391 \begin_inset Phantom Phantom
44392 status open
44393
44394 \begin_layout Plain Layout
44395 W
44396 \end_layout
44397
44398 \end_inset
44399
44400
44401 \begin_inset ERT
44402 status collapsed
44403
44404 \begin_layout Plain Layout
44405
44406 }
44407 \end_layout
44408
44409 \end_inset
44410
44411  RubineRed
44412 \end_layout
44413
44414 \end_inset
44415 </cell>
44416 <cell alignment="left" valignment="top" usebox="none">
44417 \begin_inset Text
44418
44419 \begin_layout Plain Layout
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425
44426 \backslash
44427 fcolorbox{black}{
44428 \end_layout
44429
44430 \end_inset
44431
44432 Salmon
44433 \begin_inset ERT
44434 status collapsed
44435
44436 \begin_layout Plain Layout
44437
44438 }{
44439 \end_layout
44440
44441 \end_inset
44442
44443
44444 \begin_inset Phantom Phantom
44445 status open
44446
44447 \begin_layout Plain Layout
44448 W
44449 \end_layout
44450
44451 \end_inset
44452
44453
44454 \begin_inset ERT
44455 status collapsed
44456
44457 \begin_layout Plain Layout
44458
44459 }
44460 \end_layout
44461
44462 \end_inset
44463
44464  Salmon
44465 \end_layout
44466
44467 \end_inset
44468 </cell>
44469 </row>
44470 <row>
44471 <cell alignment="left" valignment="top" usebox="none">
44472 \begin_inset Text
44473
44474 \begin_layout Plain Layout
44475 \begin_inset ERT
44476 status collapsed
44477
44478 \begin_layout Plain Layout
44479
44480
44481 \backslash
44482 fcolorbox{black}{
44483 \end_layout
44484
44485 \end_inset
44486
44487 SeaGreen
44488 \begin_inset ERT
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492
44493 }{
44494 \end_layout
44495
44496 \end_inset
44497
44498
44499 \begin_inset Phantom Phantom
44500 status open
44501
44502 \begin_layout Plain Layout
44503 W
44504 \end_layout
44505
44506 \end_inset
44507
44508
44509 \begin_inset ERT
44510 status collapsed
44511
44512 \begin_layout Plain Layout
44513
44514 }
44515 \end_layout
44516
44517 \end_inset
44518
44519  SeaGreen
44520 \end_layout
44521
44522 \end_inset
44523 </cell>
44524 <cell alignment="left" valignment="top" usebox="none">
44525 \begin_inset Text
44526
44527 \begin_layout Plain Layout
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533
44534 \backslash
44535 fcolorbox{black}{
44536 \end_layout
44537
44538 \end_inset
44539
44540 Sepia
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546 }{
44547 \end_layout
44548
44549 \end_inset
44550
44551
44552 \begin_inset Phantom Phantom
44553 status open
44554
44555 \begin_layout Plain Layout
44556 W
44557 \end_layout
44558
44559 \end_inset
44560
44561
44562 \begin_inset ERT
44563 status collapsed
44564
44565 \begin_layout Plain Layout
44566
44567 }
44568 \end_layout
44569
44570 \end_inset
44571
44572  Sepia
44573 \end_layout
44574
44575 \end_inset
44576 </cell>
44577 <cell alignment="left" valignment="top" usebox="none">
44578 \begin_inset Text
44579
44580 \begin_layout Plain Layout
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586
44587 \backslash
44588 fcolorbox{black}{
44589 \end_layout
44590
44591 \end_inset
44592
44593 SkyBlue
44594 \begin_inset ERT
44595 status collapsed
44596
44597 \begin_layout Plain Layout
44598
44599 }{
44600 \end_layout
44601
44602 \end_inset
44603
44604
44605 \begin_inset Phantom Phantom
44606 status open
44607
44608 \begin_layout Plain Layout
44609 W
44610 \end_layout
44611
44612 \end_inset
44613
44614
44615 \begin_inset ERT
44616 status collapsed
44617
44618 \begin_layout Plain Layout
44619
44620 }
44621 \end_layout
44622
44623 \end_inset
44624
44625  SkyBlue
44626 \end_layout
44627
44628 \end_inset
44629 </cell>
44630 <cell alignment="left" valignment="top" usebox="none">
44631 \begin_inset Text
44632
44633 \begin_layout Plain Layout
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639
44640 \backslash
44641 fcolorbox{black}{
44642 \end_layout
44643
44644 \end_inset
44645
44646 SpringGreen
44647 \begin_inset ERT
44648 status collapsed
44649
44650 \begin_layout Plain Layout
44651
44652 }{
44653 \end_layout
44654
44655 \end_inset
44656
44657
44658 \begin_inset Phantom Phantom
44659 status open
44660
44661 \begin_layout Plain Layout
44662 W
44663 \end_layout
44664
44665 \end_inset
44666
44667
44668 \begin_inset ERT
44669 status collapsed
44670
44671 \begin_layout Plain Layout
44672
44673 }
44674 \end_layout
44675
44676 \end_inset
44677
44678  SpringGreen
44679 \end_layout
44680
44681 \end_inset
44682 </cell>
44683 </row>
44684 <row>
44685 <cell alignment="left" valignment="top" usebox="none">
44686 \begin_inset Text
44687
44688 \begin_layout Plain Layout
44689 \begin_inset ERT
44690 status collapsed
44691
44692 \begin_layout Plain Layout
44693
44694
44695 \backslash
44696 fcolorbox{black}{
44697 \end_layout
44698
44699 \end_inset
44700
44701 Tan
44702 \begin_inset ERT
44703 status collapsed
44704
44705 \begin_layout Plain Layout
44706
44707 }{
44708 \end_layout
44709
44710 \end_inset
44711
44712
44713 \begin_inset Phantom Phantom
44714 status open
44715
44716 \begin_layout Plain Layout
44717 W
44718 \end_layout
44719
44720 \end_inset
44721
44722
44723 \begin_inset ERT
44724 status collapsed
44725
44726 \begin_layout Plain Layout
44727
44728 }
44729 \end_layout
44730
44731 \end_inset
44732
44733  Tan
44734 \end_layout
44735
44736 \end_inset
44737 </cell>
44738 <cell alignment="left" valignment="top" usebox="none">
44739 \begin_inset Text
44740
44741 \begin_layout Plain Layout
44742 \begin_inset ERT
44743 status collapsed
44744
44745 \begin_layout Plain Layout
44746
44747
44748 \backslash
44749 fcolorbox{black}{
44750 \end_layout
44751
44752 \end_inset
44753
44754 TealBlue
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760 }{
44761 \end_layout
44762
44763 \end_inset
44764
44765
44766 \begin_inset Phantom Phantom
44767 status open
44768
44769 \begin_layout Plain Layout
44770 W
44771 \end_layout
44772
44773 \end_inset
44774
44775
44776 \begin_inset ERT
44777 status collapsed
44778
44779 \begin_layout Plain Layout
44780
44781 }
44782 \end_layout
44783
44784 \end_inset
44785
44786  TealBlue
44787 \end_layout
44788
44789 \end_inset
44790 </cell>
44791 <cell alignment="left" valignment="top" usebox="none">
44792 \begin_inset Text
44793
44794 \begin_layout Plain Layout
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800
44801 \backslash
44802 fcolorbox{black}{
44803 \end_layout
44804
44805 \end_inset
44806
44807 Thistle
44808 \begin_inset ERT
44809 status collapsed
44810
44811 \begin_layout Plain Layout
44812
44813 }{
44814 \end_layout
44815
44816 \end_inset
44817
44818
44819 \begin_inset Phantom Phantom
44820 status open
44821
44822 \begin_layout Plain Layout
44823 W
44824 \end_layout
44825
44826 \end_inset
44827
44828
44829 \begin_inset ERT
44830 status collapsed
44831
44832 \begin_layout Plain Layout
44833
44834 }
44835 \end_layout
44836
44837 \end_inset
44838
44839  Thistle
44840 \end_layout
44841
44842 \end_inset
44843 </cell>
44844 <cell alignment="left" valignment="top" usebox="none">
44845 \begin_inset Text
44846
44847 \begin_layout Plain Layout
44848 \begin_inset ERT
44849 status collapsed
44850
44851 \begin_layout Plain Layout
44852
44853
44854 \backslash
44855 fcolorbox{black}{
44856 \end_layout
44857
44858 \end_inset
44859
44860 Turquoise
44861 \begin_inset ERT
44862 status collapsed
44863
44864 \begin_layout Plain Layout
44865
44866 }{
44867 \end_layout
44868
44869 \end_inset
44870
44871
44872 \begin_inset Phantom Phantom
44873 status open
44874
44875 \begin_layout Plain Layout
44876 W
44877 \end_layout
44878
44879 \end_inset
44880
44881
44882 \begin_inset ERT
44883 status collapsed
44884
44885 \begin_layout Plain Layout
44886
44887 }
44888 \end_layout
44889
44890 \end_inset
44891
44892  Turquoise
44893 \end_layout
44894
44895 \end_inset
44896 </cell>
44897 </row>
44898 <row>
44899 <cell alignment="left" valignment="top" usebox="none">
44900 \begin_inset Text
44901
44902 \begin_layout Plain Layout
44903 \begin_inset ERT
44904 status collapsed
44905
44906 \begin_layout Plain Layout
44907
44908
44909 \backslash
44910 fcolorbox{black}{
44911 \end_layout
44912
44913 \end_inset
44914
44915 Violet
44916 \begin_inset ERT
44917 status collapsed
44918
44919 \begin_layout Plain Layout
44920
44921 }{
44922 \end_layout
44923
44924 \end_inset
44925
44926
44927 \begin_inset Phantom Phantom
44928 status open
44929
44930 \begin_layout Plain Layout
44931 W
44932 \end_layout
44933
44934 \end_inset
44935
44936
44937 \begin_inset ERT
44938 status collapsed
44939
44940 \begin_layout Plain Layout
44941
44942 }
44943 \end_layout
44944
44945 \end_inset
44946
44947  Violet
44948 \end_layout
44949
44950 \end_inset
44951 </cell>
44952 <cell alignment="left" valignment="top" usebox="none">
44953 \begin_inset Text
44954
44955 \begin_layout Plain Layout
44956 \begin_inset ERT
44957 status collapsed
44958
44959 \begin_layout Plain Layout
44960
44961
44962 \backslash
44963 fcolorbox{black}{
44964 \end_layout
44965
44966 \end_inset
44967
44968 VioletRed
44969 \begin_inset ERT
44970 status collapsed
44971
44972 \begin_layout Plain Layout
44973
44974 }{
44975 \end_layout
44976
44977 \end_inset
44978
44979
44980 \begin_inset Phantom Phantom
44981 status open
44982
44983 \begin_layout Plain Layout
44984 W
44985 \end_layout
44986
44987 \end_inset
44988
44989
44990 \begin_inset ERT
44991 status collapsed
44992
44993 \begin_layout Plain Layout
44994
44995 }
44996 \end_layout
44997
44998 \end_inset
44999
45000  VioletRed
45001 \end_layout
45002
45003 \end_inset
45004 </cell>
45005 <cell alignment="left" valignment="top" usebox="none">
45006 \begin_inset Text
45007
45008 \begin_layout Plain Layout
45009 \begin_inset ERT
45010 status collapsed
45011
45012 \begin_layout Plain Layout
45013
45014
45015 \backslash
45016 fcolorbox{black}{
45017 \end_layout
45018
45019 \end_inset
45020
45021 WildStrawberry
45022 \begin_inset ERT
45023 status collapsed
45024
45025 \begin_layout Plain Layout
45026
45027 }{
45028 \end_layout
45029
45030 \end_inset
45031
45032
45033 \begin_inset Phantom Phantom
45034 status open
45035
45036 \begin_layout Plain Layout
45037 W
45038 \end_layout
45039
45040 \end_inset
45041
45042
45043 \begin_inset ERT
45044 status collapsed
45045
45046 \begin_layout Plain Layout
45047
45048 }
45049 \end_layout
45050
45051 \end_inset
45052
45053  WildStrawberry
45054 \end_layout
45055
45056 \end_inset
45057 </cell>
45058 <cell alignment="left" valignment="top" usebox="none">
45059 \begin_inset Text
45060
45061 \begin_layout Plain Layout
45062 \begin_inset ERT
45063 status collapsed
45064
45065 \begin_layout Plain Layout
45066
45067
45068 \backslash
45069 fcolorbox{black}{
45070 \end_layout
45071
45072 \end_inset
45073
45074 YellowGreen
45075 \begin_inset ERT
45076 status collapsed
45077
45078 \begin_layout Plain Layout
45079
45080 }{
45081 \end_layout
45082
45083 \end_inset
45084
45085
45086 \begin_inset Phantom Phantom
45087 status open
45088
45089 \begin_layout Plain Layout
45090 W
45091 \end_layout
45092
45093 \end_inset
45094
45095
45096 \begin_inset ERT
45097 status collapsed
45098
45099 \begin_layout Plain Layout
45100
45101 }
45102 \end_layout
45103
45104 \end_inset
45105
45106  YellowGreen
45107 \end_layout
45108
45109 \end_inset
45110 </cell>
45111 </row>
45112 <row>
45113 <cell alignment="left" valignment="top" usebox="none">
45114 \begin_inset Text
45115
45116 \begin_layout Plain Layout
45117 \begin_inset ERT
45118 status collapsed
45119
45120 \begin_layout Plain Layout
45121
45122
45123 \backslash
45124 fcolorbox{black}{
45125 \end_layout
45126
45127 \end_inset
45128
45129 YellowOrange
45130 \begin_inset ERT
45131 status collapsed
45132
45133 \begin_layout Plain Layout
45134
45135 }{
45136 \end_layout
45137
45138 \end_inset
45139
45140
45141 \begin_inset Phantom Phantom
45142 status open
45143
45144 \begin_layout Plain Layout
45145 W
45146 \end_layout
45147
45148 \end_inset
45149
45150
45151 \begin_inset ERT
45152 status collapsed
45153
45154 \begin_layout Plain Layout
45155
45156 }
45157 \end_layout
45158
45159 \end_inset
45160
45161  YellowOrange
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 <cell alignment="left" valignment="top" usebox="none">
45185 \begin_inset Text
45186
45187 \begin_layout Plain Layout
45188
45189 \end_layout
45190
45191 \end_inset
45192 </cell>
45193 </row>
45194 </lyxtabular>
45195
45196 \end_inset
45197
45198
45199 \end_layout
45200
45201 \begin_layout Chapter
45202 Erklärung der Gleichung
45203 \begin_inset space ~
45204 \end_inset
45205
45206 (
45207 \begin_inset CommandInset ref
45208 LatexCommand ref
45209 reference "eq:Wgn"
45210
45211 \end_inset
45212
45213 )
45214 \begin_inset CommandInset label
45215 LatexCommand label
45216 name "kap:Erläuterung-einer-Gleichung"
45217
45218 \end_inset
45219
45220
45221 \end_layout
45222
45223 \begin_layout Standard
45224 Die Gesamtbreite von
45225 \emph on
45226  n
45227 \emph default
45228  Tabellenzellen 
45229 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45230 \end_inset
45231
45232  kann wie folgt berechnet werden:
45233 \begin_inset Formula 
45234 \begin{equation}
45235 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45236 \end{equation}
45237
45238 \end_inset
45239
45240
45241 \end_layout
45242
45243 \begin_layout Standard
45244 Dabei ist 
45245 \begin_inset Formula $W_{g\,n}$
45246 \end_inset
45247
45248  die Breite jeder Zelle.
45249
45250 \series bold
45251  
45252 \backslash
45253 tabcolsep
45254 \series default
45255  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
45256  Standardwert 6
45257 \begin_inset space \thinspace{}
45258 \end_inset
45259
45260 pt.
45261  
45262 \series bold
45263
45264 \backslash
45265 arrayrulewidth
45266 \series default
45267  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45268 \begin_inset space \thinspace{}
45269 \end_inset
45270
45271 pt.
45272 \end_layout
45273
45274 \begin_layout Standard
45275 Nach Gleichung
45276 \begin_inset space ~
45277 \end_inset
45278
45279
45280 \begin_inset CommandInset ref
45281 LatexCommand ref
45282 reference "eq:Wtot_n"
45283
45284 \end_inset
45285
45286  ist die Gesamtbreite einer Mehrfachspalte, 
45287 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45288 \end_inset
45289
45290 ,
45291 \begin_inset Formula 
45292 \begin{equation}
45293 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45294 \end{equation}
45295
45296 \end_inset
45297
45298
45299 \end_layout
45300
45301 \begin_layout Standard
45302 Setzt man die Gleichungen
45303 \begin_inset space ~
45304 \end_inset
45305
45306
45307 \begin_inset CommandInset ref
45308 LatexCommand ref
45309 reference "eq:Wtot_n"
45310
45311 \end_inset
45312
45313  und 
45314 \begin_inset CommandInset ref
45315 LatexCommand ref
45316 reference "eq:Wtot_mult"
45317
45318 \end_inset
45319
45320  gleich, kann man die benötigte Breite 
45321 \begin_inset Formula $W_{g\,n}$
45322 \end_inset
45323
45324 , wenn 
45325 \emph on
45326 n
45327 \emph default
45328  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45329 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45330 \end_inset
45331
45332  hat, berechnen:
45333 \begin_inset Formula 
45334 \begin{equation}
45335 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45336 \end{equation}
45337
45338 \end_inset
45339
45340
45341 \end_layout
45342
45343 \begin_layout Bibliography
45344 \begin_inset CommandInset bibitem
45345 LatexCommand bibitem
45346 key "latexcompanion"
45347
45348 \end_inset
45349
45350 Frank Mittelbach and Michel Goossens: 
45351 \emph on
45352 The LaTeX Companion Second Edition.
45353
45354 \emph default
45355  Addison-Wesley, 2004
45356 \end_layout
45357
45358 \begin_layout Bibliography
45359 \begin_inset CommandInset bibitem
45360 LatexCommand bibitem
45361 key "latexguide"
45362
45363 \end_inset
45364
45365 Helmut Kopka and Patrick W.
45366  Daly: 
45367 \emph on
45368 A Guide to LaTeX Fourth Edition.
45369
45370 \emph default
45371  Addison-Wesley, 2003
45372 \end_layout
45373
45374 \begin_layout Bibliography
45375 \begin_inset CommandInset bibitem
45376 LatexCommand bibitem
45377 key "lamport"
45378
45379 \end_inset
45380
45381 Leslie Lamport: 
45382 \emph on
45383 LaTeX: A Document Preparation System.
45384
45385 \emph default
45386  Addison-Wesley, second edition, 1994
45387 \end_layout
45388
45389 \begin_layout Bibliography
45390 \begin_inset CommandInset bibitem
45391 LatexCommand bibitem
45392 key "latex-praxisbuch"
45393
45394 \end_inset
45395
45396 Niedermair, Elke & Michael: 
45397 \emph on
45398 LaTeX-Praxisbuch
45399 \emph default
45400 , Franzis-Verlag, 2004
45401 \end_layout
45402
45403 \begin_layout Bibliography
45404 \begin_inset CommandInset bibitem
45405 LatexCommand bibitem
45406 key "arydshln"
45407
45408 \end_inset
45409
45410 Dokumentation des LaTeX-Pakets 
45411 \series bold
45412
45413 \begin_inset CommandInset href
45414 LatexCommand href
45415 name "arydshln"
45416 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45417
45418 \end_inset
45419
45420
45421 \series default
45422
45423 \begin_inset Index idx
45424 status collapsed
45425
45426 \begin_layout Plain Layout
45427 LaTeX-Pakete ! arydshln
45428 \end_layout
45429
45430 \end_inset
45431
45432
45433 \end_layout
45434
45435 \begin_layout Bibliography
45436 \begin_inset CommandInset bibitem
45437 LatexCommand bibitem
45438 key "booktabs"
45439
45440 \end_inset
45441
45442 Dokumentation des LaTeX-Pakets 
45443 \series bold
45444
45445 \begin_inset CommandInset href
45446 LatexCommand href
45447 name "booktabs"
45448 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45449
45450 \end_inset
45451
45452
45453 \series default
45454
45455 \begin_inset Index idx
45456 status collapsed
45457
45458 \begin_layout Plain Layout
45459 LaTeX-Pakete ! booktabs
45460 \end_layout
45461
45462 \end_inset
45463
45464
45465 \end_layout
45466
45467 \begin_layout Bibliography
45468 \begin_inset CommandInset bibitem
45469 LatexCommand bibitem
45470 key "caption"
45471
45472 \end_inset
45473
45474 Dokumentation des LaTeX-Pakets 
45475 \series bold
45476
45477 \begin_inset CommandInset href
45478 LatexCommand href
45479 name "caption"
45480 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45481
45482 \end_inset
45483
45484
45485 \series default
45486
45487 \begin_inset Index idx
45488 status collapsed
45489
45490 \begin_layout Plain Layout
45491 LaTeX-Pakete ! caption
45492 \end_layout
45493
45494 \end_inset
45495
45496
45497 \end_layout
45498
45499 \begin_layout Bibliography
45500 \begin_inset CommandInset bibitem
45501 LatexCommand bibitem
45502 key "diagbox"
45503
45504 \end_inset
45505
45506 Dokumentation des LaTeX-Pakets 
45507 \series bold
45508
45509 \begin_inset CommandInset href
45510 LatexCommand href
45511 name "diagbox"
45512 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45513
45514 \end_inset
45515
45516
45517 \series default
45518
45519 \begin_inset Index idx
45520 status collapsed
45521
45522 \begin_layout Plain Layout
45523 LaTeX-Pakete ! diagbox
45524 \end_layout
45525
45526 \end_inset
45527
45528
45529 \end_layout
45530
45531 \begin_layout Bibliography
45532 \begin_inset CommandInset bibitem
45533 LatexCommand bibitem
45534 key "endfloat"
45535
45536 \end_inset
45537
45538 Dokumentation des LaTeX-Pakets 
45539 \series bold
45540
45541 \begin_inset CommandInset href
45542 LatexCommand href
45543 name "endfloat"
45544 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45545
45546 \end_inset
45547
45548
45549 \series default
45550
45551 \begin_inset Index idx
45552 status collapsed
45553
45554 \begin_layout Plain Layout
45555 LaTeX-Pakete ! endfloat
45556 \end_layout
45557
45558 \end_inset
45559
45560
45561 \end_layout
45562
45563 \begin_layout Bibliography
45564 \begin_inset CommandInset bibitem
45565 LatexCommand bibitem
45566 key "footmisc"
45567
45568 \end_inset
45569
45570 Dokumentation des LaTeX-Pakets 
45571 \series bold
45572
45573 \begin_inset CommandInset href
45574 LatexCommand href
45575 name "footmisc"
45576 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45577
45578 \end_inset
45579
45580
45581 \series default
45582
45583 \begin_inset Index idx
45584 status collapsed
45585
45586 \begin_layout Plain Layout
45587 LaTeX-Pakete ! footmisc
45588 \end_layout
45589
45590 \end_inset
45591
45592
45593 \end_layout
45594
45595 \begin_layout Bibliography
45596 \begin_inset CommandInset bibitem
45597 LatexCommand bibitem
45598 key "hypcap"
45599
45600 \end_inset
45601
45602 Dokumentation des LaTeX-Pakets 
45603 \series bold
45604
45605 \begin_inset CommandInset href
45606 LatexCommand href
45607 name "hypcap"
45608 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45609
45610 \end_inset
45611
45612
45613 \series default
45614
45615 \begin_inset Index idx
45616 status collapsed
45617
45618 \begin_layout Plain Layout
45619 LaTeX-Pakete ! hypcap
45620 \end_layout
45621
45622 \end_inset
45623
45624
45625 \end_layout
45626
45627 \begin_layout Bibliography
45628 \begin_inset CommandInset bibitem
45629 LatexCommand bibitem
45630 key "hyperref"
45631
45632 \end_inset
45633
45634 Dokumentation des LaTeX-Pakets 
45635 \series bold
45636
45637 \begin_inset CommandInset href
45638 LatexCommand href
45639 name "hyperref"
45640 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45641
45642 \end_inset
45643
45644
45645 \series default
45646
45647 \begin_inset Index idx
45648 status collapsed
45649
45650 \begin_layout Plain Layout
45651 LaTeX-Pakete ! hyperref
45652 \end_layout
45653
45654 \end_inset
45655
45656
45657 \end_layout
45658
45659 \begin_layout Bibliography
45660 \begin_inset CommandInset bibitem
45661 LatexCommand bibitem
45662 key "KOMA-Script"
45663
45664 \end_inset
45665
45666 Dokumentation des LaTeX-Pakets 
45667 \series bold
45668
45669 \begin_inset CommandInset href
45670 LatexCommand href
45671 name "KOMA-Script"
45672 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45673
45674 \end_inset
45675
45676
45677 \series default
45678
45679 \begin_inset Index idx
45680 status collapsed
45681
45682 \begin_layout Plain Layout
45683 LaTeX-Pakete ! KOMA-Script
45684 \end_layout
45685
45686 \end_inset
45687
45688
45689 \end_layout
45690
45691 \begin_layout Bibliography
45692 \begin_inset CommandInset bibitem
45693 LatexCommand bibitem
45694 key "lettrine"
45695
45696 \end_inset
45697
45698 Dokumentation des LaTeX-Pakets 
45699 \series bold
45700
45701 \begin_inset CommandInset href
45702 LatexCommand href
45703 name "lettrine"
45704 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45705
45706 \end_inset
45707
45708
45709 \series default
45710  und ein 
45711 \begin_inset CommandInset href
45712 LatexCommand href
45713 name "Beispiel"
45714 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45715
45716 \end_inset
45717
45718
45719 \begin_inset Index idx
45720 status collapsed
45721
45722 \begin_layout Plain Layout
45723 LaTeX-Pakete ! lettrine
45724 \end_layout
45725
45726 \end_inset
45727
45728
45729 \end_layout
45730
45731 \begin_layout Bibliography
45732 \begin_inset CommandInset bibitem
45733 LatexCommand bibitem
45734 key "listings"
45735
45736 \end_inset
45737
45738 Dokumentation des LaTeX-Pakets 
45739 \series bold
45740
45741 \begin_inset CommandInset href
45742 LatexCommand href
45743 name "listings"
45744 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45745
45746 \end_inset
45747
45748
45749 \series default
45750
45751 \begin_inset Index idx
45752 status collapsed
45753
45754 \begin_layout Plain Layout
45755 LaTeX-Pakete ! listings
45756 \end_layout
45757
45758 \end_inset
45759
45760
45761 \end_layout
45762
45763 \begin_layout Bibliography
45764 \begin_inset CommandInset bibitem
45765 LatexCommand bibitem
45766 key "marginnote"
45767
45768 \end_inset
45769
45770 Dokumentation des LaTeX-Pakets 
45771 \series bold
45772
45773 \begin_inset CommandInset href
45774 LatexCommand href
45775 name "marginnote"
45776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45777
45778 \end_inset
45779
45780
45781 \series default
45782
45783 \begin_inset Index idx
45784 status collapsed
45785
45786 \begin_layout Plain Layout
45787 LaTeX-Pakete ! marginnote
45788 \end_layout
45789
45790 \end_inset
45791
45792
45793 \end_layout
45794
45795 \begin_layout Bibliography
45796 \begin_inset CommandInset bibitem
45797 LatexCommand bibitem
45798 key "pdfpages"
45799
45800 \end_inset
45801
45802 Dokumentation des LaTeX-Pakets 
45803 \series bold
45804
45805 \begin_inset CommandInset href
45806 LatexCommand href
45807 name "pdfpages"
45808 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45809
45810 \end_inset
45811
45812
45813 \series default
45814
45815 \begin_inset Index idx
45816 status collapsed
45817
45818 \begin_layout Plain Layout
45819 LaTeX-Pakete ! pdfpages
45820 \end_layout
45821
45822 \end_inset
45823
45824
45825 \end_layout
45826
45827 \begin_layout Bibliography
45828 \begin_inset CommandInset bibitem
45829 LatexCommand bibitem
45830 key "prettyref"
45831
45832 \end_inset
45833
45834 Dokumentation des LaTeX-Pakets 
45835 \series bold
45836
45837 \begin_inset CommandInset href
45838 LatexCommand href
45839 name "prettyref"
45840 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45841
45842 \end_inset
45843
45844
45845 \series default
45846
45847 \begin_inset Index idx
45848 status collapsed
45849
45850 \begin_layout Plain Layout
45851 LaTeX-Pakete ! prettyref
45852 \end_layout
45853
45854 \end_inset
45855
45856
45857 \end_layout
45858
45859 \begin_layout Bibliography
45860 \begin_inset CommandInset bibitem
45861 LatexCommand bibitem
45862 key "pstricks"
45863
45864 \end_inset
45865
45866 Webseite des LaTeX-Pakets 
45867 \series bold
45868
45869 \begin_inset CommandInset href
45870 LatexCommand href
45871 name "PSTricks"
45872 target "http://tug.org/PSTricks/"
45873
45874 \end_inset
45875
45876
45877 \series default
45878
45879 \begin_inset Index idx
45880 status collapsed
45881
45882 \begin_layout Plain Layout
45883 LaTeX-Pakete ! pstricks
45884 \end_layout
45885
45886 \end_inset
45887
45888
45889 \end_layout
45890
45891 \begin_layout Bibliography
45892 \begin_inset CommandInset bibitem
45893 LatexCommand bibitem
45894 key "refstyle"
45895
45896 \end_inset
45897
45898 Dokumentation des LaTeX-Pakets 
45899 \series bold
45900
45901 \begin_inset CommandInset href
45902 LatexCommand href
45903 name "refstyle"
45904 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45905
45906 \end_inset
45907
45908
45909 \series default
45910
45911 \begin_inset Index idx
45912 status collapsed
45913
45914 \begin_layout Plain Layout
45915 LaTeX-Pakete ! refstyle
45916 \end_layout
45917
45918 \end_inset
45919
45920
45921 \end_layout
45922
45923 \begin_layout Bibliography
45924 \begin_inset CommandInset bibitem
45925 LatexCommand bibitem
45926 key "sidecap"
45927
45928 \end_inset
45929
45930 Dokumentation des LaTeX-Pakets 
45931 \series bold
45932
45933 \begin_inset CommandInset href
45934 LatexCommand href
45935 name "sidecap"
45936 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45937
45938 \end_inset
45939
45940
45941 \series default
45942
45943 \begin_inset Index idx
45944 status collapsed
45945
45946 \begin_layout Plain Layout
45947 LaTeX-Pakete ! sidecap
45948 \end_layout
45949
45950 \end_inset
45951
45952
45953 \end_layout
45954
45955 \begin_layout Bibliography
45956 \begin_inset CommandInset bibitem
45957 LatexCommand bibitem
45958 key "NeuInLyX20"
45959
45960 \end_inset
45961
45962
45963 \begin_inset CommandInset href
45964 LatexCommand href
45965 name "Wiki-Seite"
45966 target "http://wiki.lyx.org/LyX/NewInLyX20"
45967
45968 \end_inset
45969
45970  über neue Funktionen in 
45971 \family sans
45972 LyX 2.0
45973 \family default
45974 .
45975 \end_layout
45976
45977 \begin_layout Standard
45978 \begin_inset CommandInset index_print
45979 LatexCommand printindex
45980 type "idx"
45981
45982 \end_inset
45983
45984
45985 \end_layout
45986
45987 \end_body
45988 \end_document