]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
jss.layout: changes as requested by the user in bug#9516
[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 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[2pt](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[Höhe](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 der optionalen 
15415 \series bold
15416 Höhe
15417 \series default
15418  ist 0.03
15419 \begin_inset space \thinspace{}
15420 \end_inset
15421
15422 em.
15423  Die Linie reicht von 
15424 \series bold
15425 Anfangsspalte
15426 \series default
15427  bis 
15428 \series bold
15429 Endspalte
15430 \series default
15431 .
15432  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
15433  Die 
15434 \series bold
15435 Endspalte
15436 \series default
15437  muss immer angegeben werden, auch wenn die Linie nur über eine Spalte geht.
15438  Der optionale Parameter 
15439 \series bold
15440 trim
15441 \series default
15442  kann die Werte 
15443 \emph on
15444 r
15445 \emph default
15446
15447 \emph on
15448 r{Breite}
15449 \emph default
15450
15451 \emph on
15452 l
15453 \family typewriter
15454 \emph default
15455  
15456 \family default
15457 oder 
15458 \emph on
15459 l{Breite}
15460 \emph default
15461  annehmen, wobei die 
15462 \emph on
15463 Breite
15464 \emph default
15465  optional ist.
15466  
15467 \emph on
15468 l{2pt}
15469 \emph default
15470  zum Beispiel bedeutet, dass die Linie links um 2
15471 \begin_inset space \thinspace{}
15472 \end_inset
15473
15474 pt gekürzt wird.
15475  Ohne Breitenangabe wird die Linie um 0.5
15476 \begin_inset space \thinspace{}
15477 \end_inset
15478
15479 em gekürzt.
15480 \end_layout
15481
15482 \begin_layout Standard
15483 \begin_inset VSpace bigskip
15484 \end_inset
15485
15486 In Tabelle
15487 \begin_inset space ~
15488 \end_inset
15489
15490
15491 \begin_inset CommandInset ref
15492 LatexCommand ref
15493 reference "tab:Formale-Tabelle"
15494
15495 \end_inset
15496
15497  wurden die Befehle
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 cmidrule(r){2-2}
15506 \backslash
15507 cmidrule(l){3-4}
15508 \end_layout
15509
15510 \begin_layout Standard
15511 am Anfang der zweiten Zeile und
15512 \end_layout
15513
15514 \begin_layout Standard
15515
15516 \series bold
15517
15518 \backslash
15519 cmidrule[2pt](l{10pt}){1-1}
15520 \end_layout
15521
15522 \begin_layout Standard
15523 in der sechsten benutzt.
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset VSpace bigskip
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \begin_layout Standard
15534 Sie können mit 
15535 \series bold
15536
15537 \backslash
15538 cmidrule
15539 \series default
15540  auch überlappende Linien wie in Tabelle
15541 \begin_inset space ~
15542 \end_inset
15543
15544
15545 \begin_inset CommandInset ref
15546 LatexCommand ref
15547 reference "tab:Special-booktabs-table"
15548
15549 \end_inset
15550
15551  definieren.
15552  Der Befehl ist:
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 morecmidrules
15561 \end_layout
15562
15563 \begin_layout Standard
15564 In Zeile zwei der Tabelle
15565 \begin_inset space ~
15566 \end_inset
15567
15568
15569 \begin_inset CommandInset ref
15570 LatexCommand ref
15571 reference "tab:Special-booktabs-table"
15572
15573 \end_inset
15574
15575  wurde folgender Befehl benutzt:
15576 \end_layout
15577
15578 \begin_layout Standard
15579
15580 \series bold
15581
15582 \backslash
15583 cmidrule(r){2-2}
15584 \backslash
15585 cmidrule(l){3-4}
15586 \backslash
15587 morecmidrules
15588 \begin_inset Newline newline
15589 \end_inset
15590
15591
15592 \backslash
15593 cmidrule{2-4}
15594 \end_layout
15595
15596 \begin_layout Standard
15597 und in Zeile sechs:
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 midrule
15606 \backslash
15607 morecmidrules
15608 \backslash
15609 cmidrule{3-4}
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \begin_inset VSpace bigskip
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
15621  Befehl eine Linie zeichnen, die alle Spalten überspannt:
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 specialrule{Dicke}{Abstand davor}{Abstand danach}
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
15634 \series bold
15635 booktabs
15636 \series default
15637  
15638 \begin_inset CommandInset citation
15639 LatexCommand cite
15640 key "booktabs"
15641
15642 \end_inset
15643
15644 .
15645 \begin_inset Index idx
15646 status collapsed
15647
15648 \begin_layout Plain Layout
15649 LaTeX-Pakete ! booktabs
15650 \end_layout
15651
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 \begin_inset Float table
15659 placement h
15660 wide false
15661 sideways false
15662 status open
15663
15664 \begin_layout Plain Layout
15665 \begin_inset Caption Standard
15666
15667 \begin_layout Plain Layout
15668 \begin_inset CommandInset label
15669 LatexCommand label
15670 name "tab:Special-booktabs-table"
15671
15672 \end_inset
15673
15674 Eine spezielle formale Tabelle
15675 \end_layout
15676
15677 \end_inset
15678
15679
15680 \end_layout
15681
15682 \begin_layout Plain Layout
15683 \align center
15684 \begin_inset Tabular
15685 <lyxtabular version="3" rows="8" columns="4">
15686 <features rotate="0" booktabs="true" tabularvalignment="middle">
15687 <column alignment="center" valignment="top">
15688 <column alignment="center" valignment="top">
15689 <column alignment="right" valignment="top">
15690 <column alignment="right" valignment="top">
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696 System
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705 Chip
15706 \begin_inset space \thinspace{}
15707 \end_inset
15708
15709 1
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15715 \begin_inset Text
15716
15717 \begin_layout Plain Layout
15718 Chip
15719 \begin_inset space \thinspace{}
15720 \end_inset
15721
15722 2
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row>
15738 <cell alignment="center" valignment="top" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset ERT
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746
15747
15748 \backslash
15749 cmidrule(r){2-2}
15750 \end_layout
15751
15752 \end_inset
15753
15754
15755 \begin_inset ERT
15756 status collapsed
15757
15758 \begin_layout Plain Layout
15759
15760
15761 \backslash
15762 cmidrule(l){3-4}
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \begin_inset ERT
15769 status collapsed
15770
15771 \begin_layout Plain Layout
15772
15773
15774 \backslash
15775 morecmidrules 
15776 \end_layout
15777
15778 \end_inset
15779
15780
15781 \begin_inset ERT
15782 status collapsed
15783
15784 \begin_layout Plain Layout
15785
15786
15787 \backslash
15788 cmidrule{2-4}
15789 \end_layout
15790
15791 \end_inset
15792
15793 Detektordicke in µm
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 300
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 300
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 700
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row>
15827 <cell alignment="center" valignment="top" topline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 Kantenwinkel in °
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 3,55
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 2,71
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 7,99
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row topspace="default">
15865 <cell alignment="center" valignment="top" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 räumliche Auf\SpecialChar \textcompwordmark{}
15870 lösung in µm
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 4,26
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 10,17
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 10,56
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row topspace="default">
15904 <cell alignment="center" valignment="top" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 MTF bei 
15909 \begin_inset Formula $f_{\mathrm{max}}$
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 <cell alignment="center" valignment="top" usebox="none">
15918 \begin_inset Text
15919
15920 \begin_layout Plain Layout
15921 0,53
15922 \end_layout
15923
15924 \end_inset
15925 </cell>
15926 <cell alignment="center" valignment="top" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 0,37
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 0,39
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row>
15946 <cell alignment="center" valignment="top" topline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 morecmidrules 
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \begin_inset ERT
15964 status collapsed
15965
15966 \begin_layout Plain Layout
15967
15968
15969 \backslash
15970 cmidrule{3-4}
15971 \end_layout
15972
15973 \end_inset
15974
15975 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
15976 lösung
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014 in µm
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 129,7
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 52,75
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 50,78
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 </row>
16047 <row>
16048 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 in % der Pixelgröße
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 76,3
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 95,9
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 92,3
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 </lyxtabular>
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \begin_layout Section
16098 Vertikale Tabellen-Ausrichtung
16099 \begin_inset Index idx
16100 status collapsed
16101
16102 \begin_layout Plain Layout
16103 Tabellen ! Ausrichtung
16104 \end_layout
16105
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \begin_layout Standard
16112 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
16113  einer Box sein.
16114  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
16115 \begin_inset space ~
16116 \end_inset
16117
16118
16119 \begin_inset CommandInset ref
16120 LatexCommand ref
16121 reference "abs:Box-Dialog"
16122
16123 \end_inset
16124
16125  beschrieben.
16126 \end_layout
16127
16128 \begin_layout Standard
16129 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
16130 \begin_inset Foot
16131 status collapsed
16132
16133 \begin_layout Plain Layout
16134 Minipages werden in Abschnitt
16135 \begin_inset space ~
16136 \end_inset
16137
16138
16139 \begin_inset CommandInset ref
16140 LatexCommand ref
16141 reference "abs:Minipage"
16142
16143 \end_inset
16144
16145  beschrieben.
16146 \end_layout
16147
16148 \end_inset
16149
16150  mit 15
16151 \begin_inset space \thinspace{}
16152 \end_inset
16153
16154 col%-Breite:
16155 \end_layout
16156
16157 \begin_layout Itemize
16158 Test 
16159 \begin_inset Box Frameless
16160 position "t"
16161 hor_pos "c"
16162 has_inner_box 1
16163 inner_pos "c"
16164 use_parbox 0
16165 use_makebox 0
16166 width "15col%"
16167 special "none"
16168 height "1in"
16169 height_special "totalheight"
16170 status collapsed
16171
16172 \begin_layout Plain Layout
16173 \begin_inset Tabular
16174 <lyxtabular version="3" rows="3" columns="3">
16175 <features rotate="0" tabularvalignment="middle">
16176 <column alignment="center" valignment="top">
16177 <column alignment="center" valignment="top">
16178 <column alignment="center" valignment="top">
16179 <row>
16180 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184 Tabelle 1
16185 \end_layout
16186
16187 \end_inset
16188 </cell>
16189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 b
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 e
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 h
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 <row>
16238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 c
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251 f
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 i
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 </lyxtabular>
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274
16275  Test 
16276 \begin_inset ERT
16277 status collapsed
16278
16279 \begin_layout Plain Layout
16280
16281
16282 \backslash
16283 raisebox{0.85
16284 \backslash
16285 baselineskip}{
16286 \end_layout
16287
16288 \end_inset
16289
16290
16291 \begin_inset Box Frameless
16292 position "t"
16293 hor_pos "c"
16294 has_inner_box 1
16295 inner_pos "c"
16296 use_parbox 0
16297 use_makebox 0
16298 width "15col%"
16299 special "none"
16300 height "1in"
16301 height_special "totalheight"
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 \begin_inset Tabular
16306 <lyxtabular version="3" rows="3" columns="3">
16307 <features rotate="0" tabularvalignment="middle">
16308 <column alignment="center" valignment="top">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 Tabelle 2
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 b
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 e
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 h
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 c
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 f
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 i
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 </lyxtabular>
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406
16407
16408 \begin_inset ERT
16409 status collapsed
16410
16411 \begin_layout Plain Layout
16412
16413 }
16414 \end_layout
16415
16416 \end_inset
16417
16418
16419 \end_layout
16420
16421 \begin_layout Itemize
16422 Test 
16423 \begin_inset Box Frameless
16424 position "c"
16425 hor_pos "c"
16426 has_inner_box 1
16427 inner_pos "c"
16428 use_parbox 0
16429 use_makebox 0
16430 width "15col%"
16431 special "none"
16432 height "1in"
16433 height_special "totalheight"
16434 status collapsed
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Tabular
16438 <lyxtabular version="3" rows="3" columns="3">
16439 <features rotate="0" tabularvalignment="middle">
16440 <column alignment="center" valignment="top">
16441 <column alignment="center" valignment="top">
16442 <column alignment="center" valignment="top">
16443 <row>
16444 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16445 \begin_inset Text
16446
16447 \begin_layout Plain Layout
16448 Tabelle 3
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 b
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 e
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 h
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 c
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 f
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 i
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 </lyxtabular>
16531
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \begin_layout Itemize
16543 Test 
16544 \begin_inset Box Frameless
16545 position "b"
16546 hor_pos "c"
16547 has_inner_box 1
16548 inner_pos "c"
16549 use_parbox 0
16550 use_makebox 0
16551 width "15col%"
16552 special "none"
16553 height "1in"
16554 height_special "totalheight"
16555 status collapsed
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Tabular
16559 <lyxtabular version="3" rows="3" columns="3">
16560 <features rotate="0" tabularvalignment="middle">
16561 <column alignment="center" valignment="top">
16562 <column alignment="center" valignment="top">
16563 <column alignment="center" valignment="top">
16564 <row>
16565 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 Tabelle 4
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 </row>
16593 <row>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 b
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16604 \begin_inset Text
16605
16606 \begin_layout Plain Layout
16607 e
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 h
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 c
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 f
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 i
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 </lyxtabular>
16652
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659
16660 Test 
16661 \begin_inset ERT
16662 status collapsed
16663
16664 \begin_layout Plain Layout
16665
16666
16667 \backslash
16668 raisebox{-0.32
16669 \backslash
16670 baselineskip}{
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \begin_inset Box Frameless
16677 position "b"
16678 hor_pos "c"
16679 has_inner_box 1
16680 inner_pos "c"
16681 use_parbox 0
16682 use_makebox 0
16683 width "15col%"
16684 special "none"
16685 height "1in"
16686 height_special "totalheight"
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690 \begin_inset Tabular
16691 <lyxtabular version="3" rows="3" columns="3">
16692 <features rotate="0" tabularvalignment="middle">
16693 <column alignment="center" valignment="top">
16694 <column alignment="center" valignment="top">
16695 <column alignment="center" valignment="top">
16696 <row>
16697 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 Tabelle 5
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 b
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 e
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 h
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 c
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 f
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 i
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 </lyxtabular>
16784
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791
16792
16793 \begin_inset ERT
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797
16798 }
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Standard
16807 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
16808 \begin_inset space \space{}
16809 \end_inset
16810
16811 1 und letzten Zeile von Tabelle
16812 \begin_inset space \space{}
16813 \end_inset
16814
16815 4 bezüglich dem Wort 
16816 \begin_inset Quotes gld
16817 \end_inset
16818
16819 Test
16820 \begin_inset Quotes grd
16821 \end_inset
16822
16823  nicht richtig ausgerichtet.
16824  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
16825 \begin_inset Quotes gld
16826 \end_inset
16827
16828 Raisebox
16829 \begin_inset Quotes grd
16830 \end_inset
16831
16832
16833 \begin_inset Foot
16834 status collapsed
16835
16836 \begin_layout Plain Layout
16837 Raiseboxen werden in Abschnitt
16838 \begin_inset space ~
16839 \end_inset
16840
16841
16842 \begin_inset CommandInset ref
16843 LatexCommand ref
16844 reference "uab:Vertikale-Ausrichtung"
16845
16846 \end_inset
16847
16848  beschrieben.
16849 \end_layout
16850
16851 \end_inset
16852
16853  setzen.
16854  In Tabelle
16855 \begin_inset space \space{}
16856 \end_inset
16857
16858 2 wurde der Text mit dem Befehl
16859 \end_layout
16860
16861 \begin_layout Standard
16862
16863 \series bold
16864
16865 \backslash
16866 raisebox{0.85
16867 \backslash
16868 baselineskip}{
16869 \end_layout
16870
16871 \begin_layout Standard
16872 vor der Box ausgerichtet.
16873  Hinter der Box wurde auch noch 
16874 \series bold
16875 }
16876 \series default
16877  als TeX-Code eingefügt, weil der obige Befehl mit 
16878 \series bold
16879 {
16880 \series default
16881  aufhörte.
16882  Für Tabelle
16883 \begin_inset space \space{}
16884 \end_inset
16885
16886 5 wurde der Befehl
16887 \end_layout
16888
16889 \begin_layout Standard
16890
16891 \series bold
16892
16893 \backslash
16894 raisebox{-0.32
16895 \backslash
16896 baselineskip}{
16897 \end_layout
16898
16899 \begin_layout Standard
16900 benutzt.
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset Note Greyedout
16905 status open
16906
16907 \begin_layout Plain Layout
16908
16909 \series bold
16910 Bemerkung:
16911 \series default
16912  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
16913  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
16914  Der Faktor im 
16915 \series bold
16916
16917 \backslash
16918 raisebox
16919 \series default
16920 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
16921 \end_layout
16922
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \begin_layout Section
16929 Farbige Tabellen
16930 \begin_inset CommandInset label
16931 LatexCommand label
16932 name "abs:Farbige-Tabellen"
16933
16934 \end_inset
16935
16936
16937 \begin_inset Index idx
16938 status collapsed
16939
16940 \begin_layout Plain Layout
16941 Tabellen ! farbige
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Subsection
16950 Farbige Zellen
16951 \begin_inset Index idx
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955 farbige !  Tabellenzellen
16956 \end_layout
16957
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \begin_layout Standard
16964 \begin_inset Float table
16965 placement h
16966 wide false
16967 sideways false
16968 status open
16969
16970 \begin_layout Plain Layout
16971 \begin_inset Caption Standard
16972
16973 \begin_layout Plain Layout
16974 \begin_inset CommandInset label
16975 LatexCommand label
16976 name "tab:Farbige-Tabelle-ohne"
16977
16978 \end_inset
16979
16980 Farbige Tabelle, ohne Paket 
16981 \series bold
16982 colortbl
16983 \series default
16984
16985 \begin_inset Argument 1
16986 status collapsed
16987
16988 \begin_layout Plain Layout
16989 Tabelle ohne 
16990 \family typewriter
16991 colortbl
16992 \end_layout
16993
16994 \end_inset
16995
16996
16997 \end_layout
16998
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \begin_layout Plain Layout
17005 \align center
17006 \begin_inset Tabular
17007 <lyxtabular version="3" rows="3" columns="3">
17008 <features rotate="0" tabularvalignment="middle">
17009 <column alignment="center" valignment="top">
17010 <column alignment="center" valignment="top">
17011 <column alignment="center" valignment="top">
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \color green
17019 a
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \color red
17030 b
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \color red
17041 c
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \color green
17054 d
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \color blue
17065 e
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \color blue
17076 f
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \color green
17089 g
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \color blue
17100 h
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \color blue
17111 i
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 </lyxtabular>
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Standard
17130 Wenn Sie nur farbigen Text
17131 \begin_inset Index idx
17132 status collapsed
17133
17134 \begin_layout Plain Layout
17135 Farbe ! für Text
17136 \end_layout
17137
17138 \end_inset
17139
17140  benötigen, markieren Sie diesen und ändern die Farbe mit dem 
17141 \family sans
17142 Textstil
17143 \family default
17144 -Dialog (Werkzeugleistenknopf 
17145 \begin_inset Info
17146 type  "icon"
17147 arg   "dialog-show character"
17148 \end_inset
17149
17150 ) wie es in Tabelle
17151 \begin_inset space ~
17152 \end_inset
17153
17154
17155 \begin_inset CommandInset ref
17156 LatexCommand ref
17157 reference "tab:Farbige-Tabelle-ohne"
17158
17159 \end_inset
17160
17161  gemacht wurde.
17162  In anderen Fällen müssen Sie das LaTeX-Paket 
17163 \series bold
17164 colortbl
17165 \series default
17166  benutzen.
17167 \begin_inset Index idx
17168 status collapsed
17169
17170 \begin_layout Plain Layout
17171 LaTeX-Pakete ! colortbl
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Standard
17180 \begin_inset ERT
17181 status collapsed
17182
17183 \begin_layout Plain Layout
17184
17185
17186 \backslash
17187 ifcolortbl
17188 \end_layout
17189
17190 \end_inset
17191
17192
17193 \begin_inset Note Note
17194 status open
17195
17196 \begin_layout Plain Layout
17197 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17198 \series bold
17199 colortbl
17200 \series default
17201  installiert ist.
17202 \end_layout
17203
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \begin_layout Standard
17210 Um farbige Tabellen zu erzeugen, muss 
17211 \series bold
17212 colortbl
17213 \series default
17214  im LaTeX-Vorspann geladen werden:
17215 \end_layout
17216
17217 \begin_layout Standard
17218
17219 \series bold
17220
17221 \backslash
17222 usepackage{colortbl}
17223 \end_layout
17224
17225 \begin_layout Standard
17226 Die Farbe einer Spalte ändert man dann mit dem Befehl
17227 \end_layout
17228
17229 \begin_layout Standard
17230
17231 \series bold
17232
17233 \backslash
17234 columncolor{Farbname}
17235 \end_layout
17236
17237 \begin_layout Standard
17238 innerhalb des Befehls 
17239 \series bold
17240 >{}
17241 \series default
17242 .
17243  Mehr über den Befehl 
17244 \series bold
17245 >{}
17246 \series default
17247  finden Sie im Abschnitt
17248 \begin_inset space ~
17249 \end_inset
17250
17251
17252 \begin_inset CommandInset ref
17253 LatexCommand ref
17254 reference "uab:Mehrfachspalten-Berechnungen"
17255
17256 \end_inset
17257
17258 .
17259 \end_layout
17260
17261 \begin_layout Standard
17262 Folgende Farbnamen sind vordefiniert:
17263 \end_layout
17264
17265 \begin_layout Standard
17266
17267 \family sans
17268 red
17269 \family default
17270
17271 \family sans
17272 green
17273 \family default
17274
17275 \family sans
17276 yellow
17277 \family default
17278
17279 \family sans
17280 blue
17281 \family default
17282
17283 \family sans
17284 cyan
17285 \family default
17286
17287 \family sans
17288 magenta
17289 \family default
17290
17291 \family sans
17292 black
17293 \family default
17294  und 
17295 \family sans
17296 white
17297 \begin_inset Newline newline
17298 \end_inset
17299
17300 (
17301 \family default
17302 rot, grün, gelb, blau, türkis, purpurrot, schwarz und weiß)
17303 \end_layout
17304
17305 \begin_layout Standard
17306 \begin_inset VSpace medskip
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \begin_layout Standard
17313 Wenn Sie die Optionen
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319 usenames,dvipsnames
17320 \end_layout
17321
17322 \begin_layout Standard
17323 zu den Dokumentklassenoptionen in den Dokumenteinstellungen hinzufügen,
17324  können Sie zusätzlich weitere 61
17325 \begin_inset space ~
17326 \end_inset
17327
17328 Farben verwenden.
17329  Diese Farben sind in Anhang
17330 \begin_inset space ~
17331 \end_inset
17332
17333
17334 \begin_inset CommandInset ref
17335 LatexCommand ref
17336 reference "kap:Liste-der-dvips-Farbnamen"
17337
17338 \end_inset
17339
17340  aufgelistet.
17341  Eine dieser Farben, 
17342 \family sans
17343 Maroon
17344 \family default
17345 , wird als Beispiel in Tabelle
17346 \begin_inset space ~
17347 \end_inset
17348
17349
17350 \begin_inset CommandInset ref
17351 LatexCommand ref
17352 reference "tab:Eine-mit-colortbl"
17353
17354 \end_inset
17355
17356  verwendet.
17357 \end_layout
17358
17359 \begin_layout Standard
17360 \begin_inset VSpace medskip
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \begin_layout Standard
17367 Sie können auch eigene Farben definieren:
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373
17374 \backslash
17375 definecolor{Farbname}{Farbmodell}{Farbwerte}
17376 \end_layout
17377
17378 \begin_layout Standard
17379 Das Farbmodell kann eins der folgenden sein:
17380 \end_layout
17381
17382 \begin_layout Labeling
17383 \labelwidthstring 00.00.0000
17384 cmyk: cyan, magenta, yellow, black
17385 \end_layout
17386
17387 \begin_layout Labeling
17388 \labelwidthstring 00.00.0000
17389 rgb: red, green blue
17390 \end_layout
17391
17392 \begin_layout Labeling
17393 \labelwidthstring 00.00.0000
17394 gray: gray
17395 \end_layout
17396
17397 \begin_layout Standard
17398 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
17399  die die entsprechende Farbe für das Farbmodell beschreiben.
17400 \end_layout
17401
17402 \begin_layout Standard
17403 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
17404 \emph on
17405
17406 \begin_inset Quotes gld
17407 \end_inset
17408
17409 dunkelgruen
17410 \emph default
17411
17412 \begin_inset Quotes grd
17413 \end_inset
17414
17415  und 
17416 \begin_inset Quotes gld
17417 \end_inset
17418
17419
17420 \emph on
17421 hellgrau
17422 \emph default
17423
17424 \begin_inset Quotes grd
17425 \end_inset
17426
17427  folgendermaßen definieren:
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \series bold
17433
17434 \backslash
17435 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
17436 \end_layout
17437
17438 \begin_layout Standard
17439
17440 \series bold
17441
17442 \backslash
17443 definecolor{hellgrau}{gray}{0.8}
17444 \end_layout
17445
17446 \begin_layout Standard
17447 \begin_inset VSpace medskip
17448 \end_inset
17449
17450
17451 \end_layout
17452
17453 \begin_layout Standard
17454 Linien werden mit dem Befehl
17455 \end_layout
17456
17457 \begin_layout Standard
17458
17459 \series bold
17460
17461 \backslash
17462 rowcolor{Farbname}
17463 \end_layout
17464
17465 \begin_layout Standard
17466 gefärbt, Zellen mit dem Befehl
17467 \end_layout
17468
17469 \begin_layout Standard
17470
17471 \series bold
17472
17473 \backslash
17474 cellcolor{Farbname}
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
17479 \end_layout
17480
17481 \begin_layout Standard
17482 Um nur Text zu färben, verwenden Sie den 
17483 \family sans
17484 Textstil
17485 \family default
17486 -Dialog.
17487  Wenn die Zelle aber TeX-Code zum Färben enthält, 
17488 \emph on
17489 markieren Sie nur den Text
17490 \emph default
17491 , sonst werden Sie LaTeX-Fehler erzeugen.
17492 \end_layout
17493
17494 \begin_layout Standard
17495 \begin_inset Note Greyedout
17496 status open
17497
17498 \begin_layout Plain Layout
17499
17500 \series bold
17501 Achtung:
17502 \series default
17503  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
17504 \end_layout
17505
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \begin_layout Standard
17512 \begin_inset VSpace medskip
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Standard
17519 Die Tabelle
17520 \begin_inset space ~
17521 \end_inset
17522
17523
17524 \begin_inset CommandInset ref
17525 LatexCommand ref
17526 reference "tab:Eine-mit-colortbl"
17527
17528 \end_inset
17529
17530  wurde folgendermaßen erstellt: die erste Spalte soll 
17531 \emph on
17532
17533 \begin_inset Quotes gld
17534 \end_inset
17535
17536 dunkelgruen
17537 \emph default
17538
17539 \begin_inset Quotes grd
17540 \end_inset
17541
17542  werden, also müssen Sie ins 
17543 \family sans
17544 LaTe
17545 \begin_inset ERT
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549
17550 {}
17551 \end_layout
17552
17553 \end_inset
17554
17555 X-Argument
17556 \family default
17557  der Zellen der ersten Spalte den Befehl
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563 >{
17564 \backslash
17565 columncolor{dunkelgruen}
17566 \backslash
17567 centering}c
17568 \end_layout
17569
17570 \begin_layout Standard
17571 schreiben.
17572  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
17573 \end_layout
17574
17575 \begin_layout Standard
17576
17577 \series bold
17578
17579 \backslash
17580 rowcolor{cyan}
17581 \end_layout
17582
17583 \begin_layout Standard
17584 in die erste Zelle der ersten Zeile eingefügt.
17585  Diese Farbe ersetzt die Spaltenfarbe.
17586  Die letzte Zelle der letzten Zeile soll kastanienbraun hinterlegt werden,
17587  Das wird mit folgendem Befehl erreicht:
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 cellcolor{Maroon}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 Die Buchstaben färben Sie wie oben beschrieben mit dem 
17600 \family sans
17601 Textstil
17602 \family default
17603 -Dialog.
17604 \end_layout
17605
17606 \begin_layout Standard
17607 \begin_inset Float table
17608 placement h
17609 wide false
17610 sideways false
17611 status open
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Caption Standard
17615
17616 \begin_layout Plain Layout
17617 \begin_inset CommandInset label
17618 LatexCommand label
17619 name "tab:Eine-mit-colortbl"
17620
17621 \end_inset
17622
17623 Eine mit dem Paket 
17624 \series bold
17625 colortbl
17626 \series default
17627  gefärbte Tabelle
17628 \begin_inset Argument 1
17629 status collapsed
17630
17631 \begin_layout Plain Layout
17632 Tabelle mit 
17633 \family typewriter
17634 colortbl
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \begin_layout Plain Layout
17648 \align center
17649 \begin_inset Tabular
17650 <lyxtabular version="3" rows="3" columns="3">
17651 <features rotate="0" tabularvalignment="middle">
17652 <column alignment="center" valignment="top" special=">{\columncolor{dunkelgruen}\centering}c">
17653 <column alignment="center" valignment="top">
17654 <column alignment="center" valignment="top">
17655 <row>
17656 <cell alignment="center" valignment="top" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660 \begin_inset ERT
17661 status open
17662
17663 \begin_layout Plain Layout
17664
17665
17666 \backslash
17667 rowcolor{cyan}
17668 \end_layout
17669
17670 \end_inset
17671
17672
17673 \color magenta
17674 a
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683
17684 \color red
17685 b
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694
17695 \color red
17696 c
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 </row>
17702 <row>
17703 <cell alignment="center" valignment="top" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \color yellow
17709 d
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718
17719 \color blue
17720 e
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729
17730 \color blue
17731 f
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 <row>
17738 <cell alignment="center" valignment="top" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \color yellow
17744 g
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \color blue
17755 h
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 \begin_inset ERT
17765 status collapsed
17766
17767 \begin_layout Plain Layout
17768
17769
17770 \backslash
17771 cellcolor{Maroon}
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \color green
17778 i
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 </lyxtabular>
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797 \begin_inset ERT
17798 status collapsed
17799
17800 \begin_layout Plain Layout
17801
17802
17803 \backslash
17804 else
17805 \end_layout
17806
17807 \end_inset
17808
17809
17810 \begin_inset Note Note
17811 status open
17812
17813 \begin_layout Plain Layout
17814 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
17815 \series bold
17816 colortbl
17817 \series default
17818  nicht installiert ist:
17819 \end_layout
17820
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \begin_layout Standard
17827 Sie müssen das LaTeX-Paket 
17828 \series bold
17829 colortbl
17830 \series default
17831  installiert haben um den Inhalt dieses Abschnitts zu sehen.
17832 \end_layout
17833
17834 \begin_layout Standard
17835 \begin_inset ERT
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839
17840
17841 \backslash
17842 fi
17843 \end_layout
17844
17845 \end_inset
17846
17847
17848 \end_layout
17849
17850 \begin_layout Subsection
17851 Farbige Zeilen
17852 \begin_inset Index idx
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856 farbige ! Tabellenzeilen
17857 \end_layout
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Standard
17865 Für den Fall dass jede zweite Tabellenzeile gefärbt werden soll, gibt es
17866  eine Alternative zur im vorhergehenden Abschnitt beschriebenen Methode:
17867  Man lädt das LaTeX-Paket 
17868 \series bold
17869 xcolor
17870 \series default
17871
17872 \begin_inset Index idx
17873 status collapsed
17874
17875 \begin_layout Plain Layout
17876 LaTeX-Pakete ! xcolor
17877 \begin_inset ERT
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881
17882
17883 \backslash
17884 vspace{4mm}
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893
17894  im LaTeX-Vorspann mit dem Befehl
17895 \end_layout
17896
17897 \begin_layout Standard
17898
17899 \series bold
17900
17901 \backslash
17902 usepackage[table]{xcolor}
17903 \end_layout
17904
17905 \begin_layout Standard
17906
17907 \series bold
17908 xcolor
17909 \series default
17910  lädt automatisch auch das LaTeX-Paket 
17911 \series bold
17912 colortbl
17913 \series default
17914
17915 \begin_inset Index idx
17916 status collapsed
17917
17918 \begin_layout Plain Layout
17919 LaTeX-Pakete ! colortbl
17920 \end_layout
17921
17922 \end_inset
17923
17924 , so dass 
17925 \series bold
17926 colortbl
17927 \series default
17928  in Ihrer LaTeX-Distribution installiert sein muss, ansonsten bekommt man
17929  LaTeX-Fehler.
17930 \end_layout
17931
17932 \begin_layout Standard
17933 \begin_inset ERT
17934 status collapsed
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 ifcolortbl
17941 \end_layout
17942
17943 \end_inset
17944
17945
17946 \begin_inset Note Note
17947 status open
17948
17949 \begin_layout Plain Layout
17950 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
17951 \series bold
17952 colortbl
17953 \series default
17954  installiert ist.
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Standard
17963 Die Tabellenzeilen werden mit dem Befehl
17964 \end_layout
17965
17966 \begin_layout Standard
17967
17968 \series bold
17969
17970 \backslash
17971 rowcolors[Befehle]{Zeilennummer}{ungerade Zeilenfarbe}{gerade Zeilenfarbe}
17972 \end_layout
17973
17974 \begin_layout Standard
17975 eingefärbt, der entweder in den LaTeX-Vorspann oder als TeX-Code vor der
17976  ersten zu färbenden Tabelle eingefügt wird.
17977  Zeilennummer ist die Nummer der ersten Zeile, die entsprechend der ungeraden
17978  Zeilenfarbe gefärbt werden soll.
17979  Befehle können zusätzliche Befehle sein, die vor jeder Tabellenzeile ausgeführt
17980  werden.
17981  So führt zum Beispiel der Befehl
17982 \end_layout
17983
17984 \begin_layout Standard
17985
17986 \series bold
17987
17988 \backslash
17989 rowcolors{1}{white}{lightgray}
17990 \end_layout
17991
17992 \begin_layout Standard
17993 zum Farbschema von Tabelle
17994 \begin_inset space ~
17995 \end_inset
17996
17997
17998 \begin_inset CommandInset ref
17999 LatexCommand ref
18000 reference "tab:Tabelle-rowcolors"
18001
18002 \end_inset
18003
18004 .
18005  Der Befehl
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 rowcolors[
18014 \backslash
18015 hline]{1}{lightgray}{cyan}
18016 \end_layout
18017
18018 \begin_layout Standard
18019 führt zum Farbschema von Tabelle
18020 \begin_inset space ~
18021 \end_inset
18022
18023
18024 \begin_inset CommandInset ref
18025 LatexCommand ref
18026 reference "tab:Tabelle-rowcolors-2"
18027
18028 \end_inset
18029
18030 .
18031  Wenn ungerade Zeilenfarbe und/oder gerade Zeilenfarbe nicht angegeben werden,
18032  wird keine Farbe verwendet, so dass der Befehl
18033 \end_layout
18034
18035 \begin_layout Standard
18036
18037 \series bold
18038
18039 \backslash
18040 rowcolors{1}{}{}
18041 \end_layout
18042
18043 \begin_layout Standard
18044 alle Farben löscht.
18045  
18046 \series bold
18047
18048 \backslash
18049 rowcolors
18050 \series default
18051  beeinflusst alle diesem Befehl folgenden Tabellen.
18052 \end_layout
18053
18054 \begin_layout Standard
18055 \begin_inset ERT
18056 status open
18057
18058 \begin_layout Plain Layout
18059
18060
18061 \backslash
18062 rowcolors{1}{white}{lightgray}
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset Float table
18072 placement h
18073 wide false
18074 sideways false
18075 status open
18076
18077 \begin_layout Plain Layout
18078 \begin_inset Caption Standard
18079
18080 \begin_layout Plain Layout
18081 \begin_inset CommandInset label
18082 LatexCommand label
18083 name "tab:Tabelle-rowcolors"
18084
18085 \end_inset
18086
18087 Tabelle bei der jede zweite Zeile grau gefärbt ist.
18088 \end_layout
18089
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Plain Layout
18096 \align center
18097 \begin_inset Tabular
18098 <lyxtabular version="3" rows="4" columns="3">
18099 <features rotate="0" tabularvalignment="middle">
18100 <column alignment="center" valignment="top">
18101 <column alignment="center" valignment="top" width="0pt">
18102 <column alignment="center" valignment="top" width="0pt">
18103 <row>
18104 <cell alignment="center" valignment="top" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 X
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 Y
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 <cell alignment="center" valignment="top" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 Z
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 1
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146 2
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 <cell alignment="center" valignment="top" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155 3
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 <row>
18162 <cell alignment="center" valignment="top" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 4
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 5
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 6
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195 7
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 8
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213 9
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 </lyxtabular>
18220
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 \begin_inset ERT
18233 status open
18234
18235 \begin_layout Plain Layout
18236
18237
18238 \backslash
18239 rowcolors[
18240 \backslash
18241 hline]{1}{lightgray}{cyan}
18242 \end_layout
18243
18244 \end_inset
18245
18246
18247 \end_layout
18248
18249 \begin_layout Standard
18250 \begin_inset Float table
18251 placement h
18252 wide false
18253 sideways false
18254 status open
18255
18256 \begin_layout Plain Layout
18257 \begin_inset Caption Standard
18258
18259 \begin_layout Plain Layout
18260 \begin_inset CommandInset label
18261 LatexCommand label
18262 name "tab:Tabelle-rowcolors-2"
18263
18264 \end_inset
18265
18266 Tabelle bei der jede zweite Zeile cyan gefärbt ist und bei der sich eine
18267  Linie zwischen jeder Zeile befindet.
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \begin_layout Plain Layout
18276 \align center
18277 \begin_inset Tabular
18278 <lyxtabular version="3" rows="4" columns="3">
18279 <features rotate="0" tabularvalignment="middle">
18280 <column alignment="center" valignment="top">
18281 <column alignment="center" valignment="top">
18282 <column alignment="center" valignment="top" width="0pt">
18283 <row>
18284 <cell alignment="center" valignment="top" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 X
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 Y
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 Z
18307 \end_layout
18308
18309 \end_inset
18310 </cell>
18311 </row>
18312 <row>
18313 <cell alignment="center" valignment="top" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 1
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell alignment="center" valignment="top" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326 2
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 3
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 4
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 5
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 6
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 7
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 8
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 9
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 </lyxtabular>
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset ERT
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416
18417
18418 \backslash
18419 rowcolors{1}{}{}
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \begin_inset Note Note
18426 status collapsed
18427
18428 \begin_layout Plain Layout
18429 schaltet die Färbung aus
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \begin_layout Standard
18438 \begin_inset ERT
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442
18443
18444 \backslash
18445 else
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \begin_inset Note Note
18452 status open
18453
18454 \begin_layout Plain Layout
18455 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
18456 \series bold
18457 colortbl
18458 \series default
18459  nicht installiert ist:
18460 \end_layout
18461
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \begin_layout Standard
18468 Sie müssen das LaTeX-Paket 
18469 \series bold
18470 colortbl
18471 \series default
18472  installiert haben um den Inhalt dieses Abschnitts zu sehen.
18473 \end_layout
18474
18475 \begin_layout Standard
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 fi
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Subsection
18492 Farbige Linien
18493 \begin_inset Index idx
18494 status collapsed
18495
18496 \begin_layout Plain Layout
18497 farbige !  Tabellenlinien
18498 \end_layout
18499
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \begin_layout Standard
18506 Wie in Abschnitt
18507 \begin_inset space ~
18508 \end_inset
18509
18510
18511 \begin_inset CommandInset ref
18512 LatexCommand ref
18513 reference "uab:Liniendicke"
18514
18515 \end_inset
18516
18517  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
18518 \series bold
18519
18520 \backslash
18521 arrayrulewidth
18522 \series default
18523  definiert werden.
18524  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
18525 \begin_inset space \thinspace{}
18526 \end_inset
18527
18528 pt gesetzt.
18529 \begin_inset ERT
18530 status collapsed
18531
18532 \begin_layout Plain Layout
18533
18534
18535 \backslash
18536 setlength{
18537 \backslash
18538 arrayrulewidth}{1.5pt}
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Standard
18547 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
18548 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
18549 \begin_inset space ~
18550 \end_inset
18551
18552
18553 \begin_inset CommandInset ref
18554 LatexCommand ref
18555 reference "uab:Angepasste-Zellen-/Spaltenformate"
18556
18557 \end_inset
18558
18559  definiert:
18560 \end_layout
18561
18562 \begin_layout Standard
18563
18564 \series bold
18565
18566 \backslash
18567 newcolumntype{W}{!{
18568 \backslash
18569 color{green}
18570 \backslash
18571 vline}}
18572 \end_layout
18573
18574 \begin_layout Standard
18575 In Tabelle
18576 \begin_inset space ~
18577 \end_inset
18578
18579
18580 \begin_inset CommandInset ref
18581 LatexCommand ref
18582 reference "tab:Tabelle-mit-farbigen-vert"
18583
18584 \end_inset
18585
18586  wurde das LaTeX-Argument 
18587 \series bold
18588 WcW
18589 \series default
18590  für die letzte und 
18591 \series bold
18592 Wc
18593 \series default
18594  für die anderen Spalten benutzt.
18595 \end_layout
18596
18597 \begin_layout Standard
18598 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
18599 \end_layout
18600
18601 \begin_layout Standard
18602 \begin_inset Float table
18603 placement h
18604 wide false
18605 sideways false
18606 status open
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Caption Standard
18610
18611 \begin_layout Plain Layout
18612 \begin_inset CommandInset label
18613 LatexCommand label
18614 name "tab:Tabelle-mit-farbigen-vert"
18615
18616 \end_inset
18617
18618 Tabelle mit farbigen vertikalen Linien
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Plain Layout
18627 \align center
18628 \begin_inset Tabular
18629 <lyxtabular version="3" rows="3" columns="3">
18630 <features rotate="0" tabularvalignment="middle">
18631 <column alignment="center" valignment="top" special="Wc">
18632 <column alignment="center" valignment="top" special="Wc">
18633 <column alignment="center" valignment="top" special="WcW">
18634 <row>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 sd
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 <cell alignment="center" valignment="top" topline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648
18649 \end_layout
18650
18651 \end_inset
18652 </cell>
18653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18654 \begin_inset Text
18655
18656 \begin_layout Plain Layout
18657
18658 \end_layout
18659
18660 \end_inset
18661 </cell>
18662 </row>
18663 <row>
18664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 sd
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 <row>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 sd
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 </lyxtabular>
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 \begin_inset VSpace bigskip
18735 \end_inset
18736
18737 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
18738 \begin_inset space ~
18739 \end_inset
18740
18741
18742 \begin_inset CommandInset ref
18743 LatexCommand ref
18744 reference "tab:Tabelle-mit-farbigen-horiz"
18745
18746 \end_inset
18747
18748 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
18749  einfügen:
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755
18756 \backslash
18757 let
18758 \backslash
18759 myHlineC
18760 \backslash
18761 hline
18762 \begin_inset Newline newline
18763 \end_inset
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \begin_inset Newline newline
18771 \end_inset
18772
18773
18774 \begin_inset Phantom HPhantom
18775 status open
18776
18777 \begin_layout Plain Layout
18778
18779 \series bold
18780 \begin_inset space ~
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \end_inset
18787
18788 {
18789 \backslash
18790 arrayrulecolor{red}
18791 \backslash
18792 myHlineC
18793 \backslash
18794 arrayrulecolor{black}}
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset ERT
18799 status collapsed
18800
18801 \begin_layout Plain Layout
18802
18803
18804 \backslash
18805 let
18806 \backslash
18807 myHlineC
18808 \backslash
18809 hline
18810 \end_layout
18811
18812 \begin_layout Plain Layout
18813
18814
18815 \backslash
18816 renewcommand{
18817 \backslash
18818 hline}
18819 \end_layout
18820
18821 \begin_layout Plain Layout
18822
18823  {
18824 \backslash
18825 arrayrulecolor{red}
18826 \backslash
18827 myHlineC
18828 \backslash
18829 arrayrulecolor{black}}
18830 \end_layout
18831
18832 \end_inset
18833
18834
18835 \begin_inset Float table
18836 placement h
18837 wide false
18838 sideways false
18839 status open
18840
18841 \begin_layout Plain Layout
18842 \begin_inset Caption Standard
18843
18844 \begin_layout Plain Layout
18845 \begin_inset CommandInset label
18846 LatexCommand label
18847 name "tab:Tabelle-mit-farbigen-horiz"
18848
18849 \end_inset
18850
18851 Tabelle mit farbigen horizontalen Linien
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Plain Layout
18860 \align center
18861 \begin_inset Tabular
18862 <lyxtabular version="3" rows="3" columns="3">
18863 <features rotate="0" tabularvalignment="middle">
18864 <column alignment="center" valignment="top">
18865 <column alignment="center" valignment="top">
18866 <column alignment="center" valignment="top">
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 sd
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 sd
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 sd
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 </lyxtabular>
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962
18963
18964 \end_layout
18965
18966 \begin_layout Standard
18967 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
18968  als TeX-Code hinter der Tabelle einfügen:
18969 \end_layout
18970
18971 \begin_layout Standard
18972
18973 \series bold
18974
18975 \backslash
18976 renewcommand{
18977 \backslash
18978 hline}{
18979 \backslash
18980 myHlineC}
18981 \end_layout
18982
18983 \begin_layout Standard
18984 Tabelle
18985 \begin_inset space ~
18986 \end_inset
18987
18988
18989 \begin_inset CommandInset ref
18990 LatexCommand ref
18991 reference "tab:Table-with-colored"
18992
18993 \end_inset
18994
18995  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset Float table
19000 placement h
19001 wide false
19002 sideways false
19003 status open
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Caption Standard
19007
19008 \begin_layout Plain Layout
19009 \begin_inset CommandInset label
19010 LatexCommand label
19011 name "tab:Table-with-colored"
19012
19013 \end_inset
19014
19015 Tabelle mit farbigen Linien
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout Plain Layout
19024 \align center
19025 \begin_inset Tabular
19026 <lyxtabular version="3" rows="3" columns="3">
19027 <features rotate="0" tabularvalignment="middle">
19028 <column alignment="center" valignment="top" special="Wc">
19029 <column alignment="center" valignment="top" special="Wc">
19030 <column alignment="center" valignment="top" special="WcW">
19031 <row>
19032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 sd
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 <row>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 sd
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083
19084 \end_layout
19085
19086 \end_inset
19087 </cell>
19088 </row>
19089 <row topspace="default">
19090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19109 \begin_inset Text
19110
19111 \begin_layout Plain Layout
19112 sd
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 </lyxtabular>
19119
19120 \end_inset
19121
19122
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Standard
19131 \begin_inset ERT
19132 status collapsed
19133
19134 \begin_layout Plain Layout
19135
19136
19137 \backslash
19138 renewcommand{
19139 \backslash
19140 hline}{
19141 \backslash
19142 myHlineC}
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \begin_layout Standard
19151 \begin_inset ERT
19152 status collapsed
19153
19154 \begin_layout Plain Layout
19155
19156
19157 \backslash
19158 setlength{
19159 \backslash
19160 arrayrulewidth}{0.4pt}
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \begin_inset Note Note
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 setzt die Liniendicke wieder auf ihren Standardwert zurück
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Section
19179 Rotierte Tabellenzellen
19180 \begin_inset CommandInset label
19181 LatexCommand label
19182 name "abs:Rotierte-Tabellenzellen"
19183
19184 \end_inset
19185
19186
19187 \begin_inset Index idx
19188 status collapsed
19189
19190 \begin_layout Plain Layout
19191 Tabellen ! rotierte Zellen
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \begin_inset Index idx
19198 status collapsed
19199
19200 \begin_layout Plain Layout
19201 Rotiertes Material
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset Note Greyedout
19211 status open
19212
19213 \begin_layout Plain Layout
19214
19215 \series bold
19216 Achtung:
19217 \series default
19218  Nicht alle DVI-Betrachter können Rotationen anzeigen.
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 Tabelle
19228 \begin_inset space ~
19229 \end_inset
19230
19231
19232 \begin_inset CommandInset ref
19233 LatexCommand ref
19234 reference "tab:Tabelle-mit-rotierten"
19235
19236 \end_inset
19237
19238  ist ein Beispiel bei dem 3
19239 \begin_inset space ~
19240 \end_inset
19241
19242 Zellen um 45
19243 \begin_inset space \thinspace{}
19244 \end_inset
19245
19246 ° rotiert wurden.
19247 \end_layout
19248
19249 \begin_layout Standard
19250 \begin_inset Float table
19251 placement h
19252 wide false
19253 sideways false
19254 status open
19255
19256 \begin_layout Plain Layout
19257 \begin_inset Caption Standard
19258
19259 \begin_layout Plain Layout
19260 \begin_inset CommandInset label
19261 LatexCommand label
19262 name "tab:Tabelle-mit-rotierten"
19263
19264 \end_inset
19265
19266 Tabelle mit rotierten Zellen in der ersten Zeile.
19267 \end_layout
19268
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \begin_layout Plain Layout
19275 \noindent
19276 \align center
19277 \begin_inset Tabular
19278 <lyxtabular version="3" rows="2" columns="3">
19279 <features rotate="0" tabularvalignment="middle">
19280 <column alignment="center" valignment="top" width="0pt">
19281 <column alignment="center" valignment="top" width="0pt">
19282 <column alignment="center" valignment="top" width="0pt">
19283 <row>
19284 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 Tassen
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 Teller
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 Untertassen
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 </row>
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 45
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 33
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 21
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 </lyxtabular>
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \begin_layout Standard
19354 \begin_inset Note Greyedout
19355 status open
19356
19357 \begin_layout Plain Layout
19358
19359 \series bold
19360 Achtung:
19361 \series default
19362  Zeilenumbrüche (Tastenkürzel 
19363 \family sans
19364 Strg+Enter
19365 \family default
19366 ) sind in rotierten Zellen nicht erlaubt.
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Standard
19375 Wenn Sie Tabellenzellen mit Zeilenumbrüchen rotieren wollen, müssen Sie
19376  den Zelleninhalt in eine Minipage oder Parbox tun.
19377 \begin_inset Foot
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381 Für mehr über diese Boxen siehe Abschnitt
19382 \begin_inset space ~
19383 \end_inset
19384
19385
19386 \begin_inset CommandInset ref
19387 LatexCommand ref
19388 reference "abs:Minipage"
19389
19390 \end_inset
19391
19392  und 
19393 \begin_inset CommandInset ref
19394 LatexCommand ref
19395 reference "abs:Parbox"
19396
19397 \end_inset
19398
19399 .
19400 \end_layout
19401
19402 \end_inset
19403
19404  Wenn Sie diese Zelle um 90
19405 \begin_inset space \thinspace{}
19406 \end_inset
19407
19408 ° rotieren, ist die Breite der Box die Höhe der Zelle.
19409  Tabelle
19410 \begin_inset space ~
19411 \end_inset
19412
19413
19414 \begin_inset CommandInset ref
19415 LatexCommand ref
19416 reference "tab:Tabelle-mit-rotierter-Umbruch"
19417
19418 \end_inset
19419
19420  ist ein Beispiel für eine rotierte Zelle mit Zeilenumbruch, wobei die Boxbreite
19421  auch 3
19422 \begin_inset space \thinspace{}
19423 \end_inset
19424
19425 cm gesetzt wurde.
19426 \end_layout
19427
19428 \begin_layout Standard
19429 \begin_inset Float table
19430 wide false
19431 sideways false
19432 status open
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Caption Standard
19436
19437 \begin_layout Plain Layout
19438 \begin_inset CommandInset label
19439 LatexCommand label
19440 name "tab:Tabelle-mit-rotierter-Umbruch"
19441
19442 \end_inset
19443
19444 Tabelle mit rotierter Zelle mit Zeilenumbruch.
19445 \end_layout
19446
19447 \end_inset
19448
19449
19450 \end_layout
19451
19452 \begin_layout Plain Layout
19453 \noindent
19454 \align center
19455 \begin_inset Tabular
19456 <lyxtabular version="3" rows="2" columns="3">
19457 <features rotate="0" tabularvalignment="middle">
19458 <column alignment="center" valignment="top">
19459 <column alignment="center" valignment="top" width="0pt">
19460 <column alignment="center" valignment="top">
19461 <row>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 a
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 \begin_inset Box Frameless
19476 position "t"
19477 hor_pos "c"
19478 has_inner_box 1
19479 inner_pos "t"
19480 use_parbox 0
19481 use_makebox 0
19482 width "3cm"
19483 special "none"
19484 height "1in"
19485 height_special "totalheight"
19486 status open
19487
19488 \begin_layout Plain Layout
19489 rotierte Zelle
19490 \begin_inset Newline newline
19491 \end_inset
19492
19493 mit Zeilenumbruch
19494 \end_layout
19495
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 e
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 <row>
19514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 b
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 c
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 d
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 </row>
19542 </lyxtabular>
19543
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \begin_layout Section
19555 Berechnung der Tabellenbreite
19556 \begin_inset CommandInset label
19557 LatexCommand label
19558 name "abs:Berechnung-der-Tabellenbreite"
19559
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \begin_layout Standard
19566 Für breite Tabellen ist es manchmal schwierig sicherzustellen, dass die
19567  Tabelle nicht über den Seitenrand hinausragt.
19568  Das Setzen einer festen Breite für jede Spalte der Tabelle ist die Lösung,
19569  aber wie viel Platz wird für jede Spalte benötigt?
19570 \end_layout
19571
19572 \begin_layout Standard
19573 Die Tabellenbreite 
19574 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19575 \end_inset
19576
19577  kann berechnet werden: Jede Spalte hat die Breite der angegebenen Spaltenbreite
19578  
19579 \begin_inset Formula $W_{\mathrm{Spalte}}$
19580 \end_inset
19581
19582  (die der Inhalt der Spalte belegen kann) plus zweimal den Abstand zwischen
19583  Spalteninhalt und dem Rand der Spalte (LaTeX-Länge
19584 \series bold
19585  
19586 \backslash
19587 tabcolsep
19588 \series default
19589 , Voreinstellung 6
19590 \begin_inset space \thinspace{}
19591 \end_inset
19592
19593 pt) plus die Breite einer Tabellenlinie (LaTeX-Länge 
19594 \series bold
19595
19596 \backslash
19597 arrayrulewidth
19598 \series default
19599 , Voreinstellung 0.4
19600 \begin_inset space \thinspace{}
19601 \end_inset
19602
19603 pt): Wenn alle 
19604 \begin_inset Formula $n$
19605 \end_inset
19606
19607
19608 \begin_inset space ~
19609 \end_inset
19610
19611 Spalten dieselbe Breite haben, ist die Tabellenbreite also
19612 \begin_inset Formula 
19613 \begin{equation}
19614 W_{\mathrm{Tabelle}}=n\left(W_{\mathrm{Spalte}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19615 \end{equation}
19616
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \begin_layout Standard
19623 Die verfügbare Breite für eine Tabelle ist der Raum zwischen den Seitenrändern
19624  oder die Breite einer Textspalte (für ein zweispaltiges Dokument) (LaTeX-Länge
19625  
19626 \series bold
19627
19628 \backslash
19629 columnwidth
19630 \series default
19631 ).
19632  Wenn alle Tabellenspalten dieselbe Breite haben sollen und 
19633 \begin_inset Formula $W_{\mathrm{Tabelle}}$
19634 \end_inset
19635
19636  gleich 1
19637 \begin_inset space \thinspace{}
19638 \end_inset
19639
19640
19641 \backslash
19642 columnwidth sein soll, kann 
19643 \begin_inset Formula $W_{\mathrm{Spalte}}$
19644 \end_inset
19645
19646  leicht berechnet werden.
19647 \end_layout
19648
19649 \begin_layout Standard
19650 Um Berechnungen ausführen zu können, muss das LaTeX-Paket 
19651 \series bold
19652 calc
19653 \series default
19654
19655 \begin_inset Index idx
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659 LaTeX-Pakete ! calc
19660 \end_layout
19661
19662 \end_inset
19663
19664  im LaTeX-Vorspann geladen werden.
19665  Um die Breite im Tabellendialog anzugeben, muss das Feld 
19666 \family sans
19667 LaTeX-Argument
19668 \family default
19669  verwendet werden.
19670  Das Befehlsschema für dieses Feld ist dasselbe, das in Abschnitt
19671 \begin_inset space ~
19672 \end_inset
19673
19674
19675 \begin_inset CommandInset ref
19676 LatexCommand ref
19677 reference "uab:Mehrfachspalten-Berechnungen"
19678
19679 \end_inset
19680
19681  erklärt ist.
19682  Für eine Tabelle mit 5
19683 \begin_inset space \thinspace{}
19684 \end_inset
19685
19686 Spalten mit einer einheitlichen Breite und zentriertem Text, gibt man dort
19687  für jede Spalte den Befehl
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \series bold
19693 >{
19694 \backslash
19695 centering}p{(1
19696 \backslash
19697 columnwidth-62.4pt)/5}
19698 \end_layout
19699
19700 \begin_layout Standard
19701 an.
19702  Für eine Tabelle mit 5
19703 \begin_inset space \thinspace{}
19704 \end_inset
19705
19706 Spalten bei der 2 das 0,75
19707 \begin_inset space \thinspace{}
19708 \end_inset
19709
19710 fache der Breite der anderen 3
19711 \begin_inset space ~
19712 \end_inset
19713
19714 Spalten haben sollen, ist die Berechnung
19715 \begin_inset Formula 
19716 \begin{align}
19717 \backslash\mbox{columnwidth} & =3\,W_{\mathrm{Spalte}}+2\cdot0,75\,W_{\mathrm{Spalte}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19718  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19719  & =4,5\,W_{\mathrm{Spalte}}+62,4\,\mathrm{pt}\nonumber \\
19720 W_{\mathrm{Spalte}} & =\frac{\backslash\mbox{columnwidth}-62,4\,\mathrm{pt}}{4,5}
19721 \end{align}
19722
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \begin_layout Standard
19729 In der Tabelle wird daher der Befehl
19730 \end_layout
19731
19732 \begin_layout Standard
19733
19734 \series bold
19735 >{
19736 \backslash
19737 centering}p{(1
19738 \backslash
19739 columnwidth-62.4pt)/
19740 \backslash
19741 real{4.5}}
19742 \end_layout
19743
19744 \begin_layout Standard
19745 für die breiteren Spalten verwendet und
19746 \end_layout
19747
19748 \begin_layout Standard
19749
19750 \series bold
19751 >{
19752 \backslash
19753 centering}p{(1
19754 \backslash
19755 columnwidth-62.4pt)/
19756 \backslash
19757 real{4.5}*
19758 \backslash
19759 real{0.75}}
19760 \end_layout
19761
19762 \begin_layout Standard
19763 für die schmaleren:
19764 \end_layout
19765
19766 \begin_layout Standard
19767 \begin_inset Tabular
19768 <lyxtabular version="3" rows="2" columns="5">
19769 <features rotate="0" tabularvalignment="middle">
19770 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19771 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19772 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19773 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19774 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 1
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 2
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 3
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 4
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 5
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 111111 1111111 111111 111111111 11111 11111 1111
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845 2222 22222 222222 222222222 2222222 22 22222
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 333333 333333 333333 33333 3333333 333
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 </row>
19869 </lyxtabular>
19870
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \begin_layout Section
19877 Tabellen-Anpassung
19878 \begin_inset Index idx
19879 status collapsed
19880
19881 \begin_layout Plain Layout
19882 Tabellen ! Anpassung
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \begin_layout Subsection
19891 Zeilenabstand
19892 \begin_inset CommandInset label
19893 LatexCommand label
19894 name "uab:Zeilenabstand"
19895
19896 \end_inset
19897
19898
19899 \begin_inset Index idx
19900 status collapsed
19901
19902 \begin_layout Plain Layout
19903 Tabellen ! Zeilenabstand
19904 \end_layout
19905
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \begin_layout Standard
19912 Auf der Karteikarte 
19913 \family sans
19914 Rahmen
19915 \family default
19916  des 
19917 \family sans
19918 Tabellen-Einstellungen
19919 \family default
19920 -Dialogs können Sie 
19921 \family sans
19922 zusätzliche
19923 \begin_inset space ~
19924 \end_inset
19925
19926 Abstände
19927 \family default
19928  einfügen.
19929  Dabei haben Sie drei Möglichkeiten:
19930 \end_layout
19931
19932 \begin_layout Description
19933 Oberhalb
19934 \begin_inset space ~
19935 \end_inset
19936
19937 der
19938 \begin_inset space ~
19939 \end_inset
19940
19941 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
19942  Bei einer formalen Tabelle
19943 \begin_inset Foot
19944 status collapsed
19945
19946 \begin_layout Plain Layout
19947 Formale Tabellen wurden in Abschnitt
19948 \begin_inset space ~
19949 \end_inset
19950
19951
19952 \begin_inset CommandInset ref
19953 LatexCommand ref
19954 reference "abs:Formale-Tabellen"
19955
19956 \end_inset
19957
19958  beschrieben.
19959 \end_layout
19960
19961 \end_inset
19962
19963  fügt LyX standardmäßig 0.5
19964 \begin_inset space \thinspace{}
19965 \end_inset
19966
19967 em Leerraum ein.
19968  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
19969 \begin_inset VSpace medskip
19970 \end_inset
19971
19972
19973 \begin_inset Newline newline
19974 \end_inset
19975
19976
19977 \begin_inset space \hspace*{}
19978 \length 0pt
19979 \end_inset
19980
19981
19982 \begin_inset space \hfill{}
19983 \end_inset
19984
19985
19986 \begin_inset Tabular
19987 <lyxtabular version="3" rows="3" columns="1">
19988 <features rotate="0" tabularvalignment="middle">
19989 <column alignment="center" valignment="top">
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 A
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row topspace="3mm">
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006 3
20007 \begin_inset space \thinspace{}
20008 \end_inset
20009
20010 mm Leerraum oberhalb der Zeile
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 C
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 </row>
20027 </lyxtabular>
20028
20029 \end_inset
20030
20031
20032 \begin_inset space \hfill{}
20033 \end_inset
20034
20035
20036 \begin_inset space \hspace*{}
20037 \length 0pt
20038 \end_inset
20039
20040
20041 \begin_inset VSpace medskip
20042 \end_inset
20043
20044
20045 \begin_inset Newline newline
20046 \end_inset
20047
20048 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20049 n Linien verwenden.
20050 \end_layout
20051
20052 \begin_layout Description
20053 Unterhalb
20054 \begin_inset space ~
20055 \end_inset
20056
20057 der
20058 \begin_inset space ~
20059 \end_inset
20060
20061 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
20062  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20063 \begin_inset space \thinspace{}
20064 \end_inset
20065
20066 em Leerraum ein.
20067  Bei normalen Tabellen ist der Standardwert 2
20068 \begin_inset space \thinspace{}
20069 \end_inset
20070
20071 pt.
20072 \end_layout
20073
20074 \begin_layout Description
20075 Zwischen
20076 \begin_inset space ~
20077 \end_inset
20078
20079 den
20080 \begin_inset space ~
20081 \end_inset
20082
20083 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
20084  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
20085 \begin_inset space \thinspace{}
20086 \end_inset
20087
20088 em Leerraum ein.
20089  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
20090 \begin_inset VSpace medskip
20091 \end_inset
20092
20093
20094 \begin_inset Newline newline
20095 \end_inset
20096
20097
20098 \begin_inset space \hspace*{}
20099 \length 0pt
20100 \end_inset
20101
20102
20103 \begin_inset space \hfill{}
20104 \end_inset
20105
20106
20107 \begin_inset Tabular
20108 <lyxtabular version="3" rows="3" columns="1">
20109 <features rotate="0" tabularvalignment="middle">
20110 <column alignment="center" valignment="top">
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 A
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 </row>
20122 <row interlinespace="3mm">
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\downarrow$
20128 \end_inset
20129
20130  3
20131 \begin_inset space \thinspace{}
20132 \end_inset
20133
20134 mm Leerraum zwischen den Zeilen 
20135 \begin_inset Formula $\downarrow$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 \begin_inset Formula $\uparrow$
20150 \end_inset
20151
20152  3
20153 \begin_inset space \thinspace{}
20154 \end_inset
20155
20156 mm Leerraum zwischen den Zeilen 
20157 \begin_inset Formula $\uparrow$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 </lyxtabular>
20167
20168 \end_inset
20169
20170
20171 \begin_inset space \hfill{}
20172 \end_inset
20173
20174
20175 \begin_inset space \hspace*{}
20176 \length 0pt
20177 \end_inset
20178
20179
20180 \begin_inset VSpace medskip
20181 \end_inset
20182
20183
20184 \begin_inset Newline newline
20185 \end_inset
20186
20187 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
20188 n Linien verwenden.
20189 \end_layout
20190
20191 \begin_layout Standard
20192 \begin_inset VSpace bigskip
20193 \end_inset
20194
20195 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
20196  Befehlen im LaTeX-Vorspann machen:
20197 \end_layout
20198
20199 \begin_layout Standard
20200
20201 \series bold
20202
20203 \backslash
20204 @ifundefined{extrarowheight}
20205 \begin_inset Newline newline
20206 \end_inset
20207
20208
20209 \begin_inset Phantom HPhantom
20210 status open
20211
20212 \begin_layout Plain Layout
20213
20214 \series bold
20215 \begin_inset space ~
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222
20223 {
20224 \backslash
20225 usepackage{array}}{}
20226 \begin_inset Newline newline
20227 \end_inset
20228
20229
20230 \backslash
20231 setlength{
20232 \backslash
20233 extrarowheight}{Höhe}
20234 \end_layout
20235
20236 \begin_layout Standard
20237 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
20238  ausgerichtet sind.
20239  (Das Paket 
20240 \series bold
20241 array
20242 \series default
20243  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
20244  verwenden.
20245  Der Befehl 
20246 \series bold
20247
20248 \backslash
20249 @ifundefined
20250 \series default
20251  vermeidet, dass es in diesem Fall doppelt geladen wird.)
20252 \end_layout
20253
20254 \begin_layout Standard
20255 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
20256  zu nah an den Buchstaben.
20257  Das kann korrigiert werden, indem man den Befehl 
20258 \series bold
20259
20260 \backslash
20261 strut
20262 \series default
20263  als TeX-Code am Anfang einer Tabellenzeile einfügt.
20264  Tabelle
20265 \begin_inset space ~
20266 \end_inset
20267
20268
20269 \begin_inset CommandInset ref
20270 LatexCommand ref
20271 reference "tab:Vertikale-Ausrichtung-von"
20272
20273 \end_inset
20274
20275  zeigt den Effekt.
20276 \end_layout
20277
20278 \begin_layout Standard
20279 \noindent
20280 \begin_inset Float table
20281 placement h
20282 wide false
20283 sideways false
20284 status open
20285
20286 \begin_layout Plain Layout
20287 \begin_inset Caption Standard
20288
20289 \begin_layout Plain Layout
20290 \begin_inset CommandInset label
20291 LatexCommand label
20292 name "tab:Vertikale-Ausrichtung-von"
20293
20294 \end_inset
20295
20296 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \begin_layout Plain Layout
20305 \begin_inset space \hfill{}
20306 \end_inset
20307
20308
20309 \begin_inset Float table
20310 wide false
20311 sideways false
20312 status collapsed
20313
20314 \begin_layout Plain Layout
20315 \begin_inset Caption Standard
20316
20317 \begin_layout Plain Layout
20318 Normale Tabelle.
20319 \end_layout
20320
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \begin_layout Plain Layout
20327 \noindent
20328 \align center
20329 \begin_inset Tabular
20330 <lyxtabular version="3" rows="6" columns="1">
20331 <features rotate="0" tabularvalignment="middle">
20332 <column alignment="left" valignment="top">
20333 <row>
20334 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 Normal, g
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \size large
20351 Groß, g
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \size larger
20364 Größer, g
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 </row>
20370 <row>
20371 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375
20376 \size largest
20377 noch Größer, g
20378 \end_layout
20379
20380 \end_inset
20381 </cell>
20382 </row>
20383 <row>
20384 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20385 \begin_inset Text
20386
20387 \begin_layout Plain Layout
20388
20389 \size huge
20390 Riesig
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 <row>
20397 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401
20402 \size giant
20403 Gigantisch
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 </row>
20409 </lyxtabular>
20410
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \begin_inset space \hfill{}
20420 \end_inset
20421
20422
20423 \begin_inset Float table
20424 wide false
20425 sideways false
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429 \begin_inset Caption Standard
20430
20431 \begin_layout Plain Layout
20432 Tabelle bei der der Befehl 
20433 \series bold
20434
20435 \backslash
20436 strut
20437 \series default
20438  verwendet wurde.
20439 \end_layout
20440
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \begin_layout Plain Layout
20447 \noindent
20448 \align center
20449 \begin_inset Tabular
20450 <lyxtabular version="3" rows="6" columns="1">
20451 <features rotate="0" tabularvalignment="middle">
20452 <column alignment="left" valignment="top">
20453 <row>
20454 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Normal, g
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 <row>
20465 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \size large
20471 \begin_inset ERT
20472 status collapsed
20473
20474 \begin_layout Plain Layout
20475
20476
20477 \backslash
20478 strut 
20479 \end_layout
20480
20481 \end_inset
20482
20483 Groß, g
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 </row>
20489 <row>
20490 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \size larger
20496 \begin_inset ERT
20497 status collapsed
20498
20499 \begin_layout Plain Layout
20500
20501
20502 \backslash
20503 strut 
20504 \end_layout
20505
20506 \end_inset
20507
20508 Größer, g
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \size largest
20521 \begin_inset ERT
20522 status collapsed
20523
20524 \begin_layout Plain Layout
20525
20526
20527 \backslash
20528 strut 
20529 \end_layout
20530
20531 \end_inset
20532
20533 noch Größer, g
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \size huge
20546 \begin_inset ERT
20547 status collapsed
20548
20549 \begin_layout Plain Layout
20550
20551
20552 \backslash
20553 strut 
20554 \end_layout
20555
20556 \end_inset
20557
20558 Riesig
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 <row>
20565 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569
20570 \size giant
20571 \begin_inset ERT
20572 status collapsed
20573
20574 \begin_layout Plain Layout
20575
20576
20577 \backslash
20578 strut 
20579 \end_layout
20580
20581 \end_inset
20582
20583 Gigantisch
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 </lyxtabular>
20590
20591 \end_inset
20592
20593
20594 \end_layout
20595
20596 \end_inset
20597
20598
20599 \begin_inset space \hfill{}
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \begin_layout Subsection
20611 Besondere Zellenausrichtung
20612 \begin_inset CommandInset label
20613 LatexCommand label
20614 name "uab:Besondere-Zellenausrichtung"
20615
20616 \end_inset
20617
20618
20619 \begin_inset Index idx
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623 Tabellen ! Zellenausrichtung
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Standard
20632 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
20633  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
20634 \begin_inset space ~
20635 \end_inset
20636
20637
20638 \begin_inset CommandInset ref
20639 LatexCommand ref
20640 reference "tab:Tabellenzellen-sind-auf"
20641
20642 \end_inset
20643
20644 .
20645  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
20646  dann entweder den Werkzeugleistenknopf 
20647 \begin_inset Info
20648 type  "icon"
20649 arg   "inset-modify tabular align-decimal"
20650 \end_inset
20651
20652  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
20653 \family sans
20654 Am
20655 \begin_inset space ~
20656 \end_inset
20657
20658 Dezimaltrenner
20659 \family default
20660  setzt.
20661  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
20662  frei wählen.
20663 \end_layout
20664
20665 \begin_layout Standard
20666 \begin_inset Float table
20667 placement h
20668 wide false
20669 sideways false
20670 status open
20671
20672 \begin_layout Plain Layout
20673 \begin_inset Caption Standard
20674
20675 \begin_layout Plain Layout
20676 \begin_inset CommandInset label
20677 LatexCommand label
20678 name "tab:Tabellenzellen-sind-auf"
20679
20680 \end_inset
20681
20682 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
20683 \end_layout
20684
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \begin_layout Plain Layout
20691 \align center
20692 \begin_inset Tabular
20693 <lyxtabular version="3" rows="4" columns="1">
20694 <features rotate="0" booktabs="true" tabularvalignment="middle">
20695 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20696 <row>
20697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 Überschrift
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 12,6
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 0,68
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 -123,0
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 </row>
20740 </lyxtabular>
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \begin_layout Standard
20753 \begin_inset Float table
20754 placement h
20755 wide false
20756 sideways false
20757 status open
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Caption Standard
20761
20762 \begin_layout Plain Layout
20763 \begin_inset CommandInset label
20764 LatexCommand label
20765 name "tab:Tabellenzellen-Operator"
20766
20767 \end_inset
20768
20769 Tabellenzellen sind auf den Operator ausgerichtet
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Plain Layout
20778 \align center
20779 \begin_inset Tabular
20780 <lyxtabular version="3" rows="4" columns="2">
20781 <features rotate="0" booktabs="true" tabularvalignment="middle">
20782 <column alignment="right" valignment="top" width="0pt">
20783 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20784 <row>
20785 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 Überschrift
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809 \begin_inset Formula $12\,+$
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\,6$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Formula $0\,-$
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $\,68$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="center" valignment="top" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861 \begin_inset Formula $-123\,/$
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\,0$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 </lyxtabular>
20883
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \end_inset
20890
20891
20892 \end_layout
20893
20894 \begin_layout Standard
20895 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
20896  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
20897  Formeln erlaubt.
20898  In diesem Fall verwendet man die Methode von Tabelle
20899 \begin_inset space ~
20900 \end_inset
20901
20902
20903 \begin_inset CommandInset ref
20904 LatexCommand ref
20905 reference "tab:Tabellenzellen-Operator"
20906
20907 \end_inset
20908
20909 .
20910  Diese Tabelle wurde als 4×2 Tabelle erstellt.
20911  Die Überschrift ist eine zentrierte Mehrfachspalte.
20912  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
20913  und den Operator.
20914  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
20915  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
20916  um den üblichen Leerraum um einen Operator zu erhalten.
20917  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
20918  für die zweite Spalte folgendes eingefügt:
20919 \end_layout
20920
20921 \begin_layout Standard
20922
20923 \series bold
20924 @{}l
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Tabelle
20929 \begin_inset space ~
20930 \end_inset
20931
20932
20933 \begin_inset CommandInset ref
20934 LatexCommand ref
20935 reference "tab:Verschiedene-Ausrichtungen"
20936
20937 \end_inset
20938
20939  zeigt einige Ausrichtungen.
20940  Für die Ausrichtung der Relationen wurde ein kleiner 
20941 \family sans
20942 Leerraum
20943 \family default
20944  eingefügt; wie in der zweiten Spalte von Tabelle
20945 \begin_inset space ~
20946 \end_inset
20947
20948
20949 \begin_inset CommandInset ref
20950 LatexCommand ref
20951 reference "tab:Tabellenzellen-Operator"
20952
20953 \end_inset
20954
20955 .
20956 \end_layout
20957
20958 \begin_layout Standard
20959
20960 \color black
20961 \begin_inset Float table
20962 placement h
20963 wide false
20964 sideways false
20965 status open
20966
20967 \begin_layout Plain Layout
20968
20969 \color black
20970 \begin_inset Caption Standard
20971
20972 \begin_layout Plain Layout
20973
20974 \color black
20975 \begin_inset CommandInset label
20976 LatexCommand label
20977 name "tab:Verschiedene-Ausrichtungen"
20978
20979 \end_inset
20980
20981
20982 \color inherit
20983 Verschiedene Ausrichtungen
20984 \end_layout
20985
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \begin_layout Plain Layout
20992 \align center
20993 \begin_inset Tabular
20994 <lyxtabular version="3" rows="4" columns="6">
20995 <features rotate="0" tabularvalignment="middle">
20996 <column alignment="right" valignment="top">
20997 <column alignment="left" valignment="top" special="@{}l">
20998 <column alignment="right" valignment="top">
20999 <column alignment="left" valignment="top" special="@{}l">
21000 <column alignment="right" valignment="top">
21001 <column alignment="left" valignment="top" special="@{}l">
21002 <row>
21003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 Einheiten
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 Exponenten
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 Relationen
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 <row>
21059 <cell alignment="center" valignment="top" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 12×
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 24
21073 \begin_inset space \thinspace{}
21074 \end_inset
21075
21076 Flaschen
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $10\cdot$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $10^{\mbox{-}17}$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\Gamma(t)\propto$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\:\Upsilon(t)$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 <row>
21131 <cell alignment="center" valignment="top" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 1024×
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21141 \begin_inset Text
21142
21143 \begin_layout Plain Layout
21144 768
21145 \begin_inset space \thinspace{}
21146 \end_inset
21147
21148 Pixel
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 <cell alignment="center" valignment="top" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157 \begin_inset Formula $5.78\cdot$
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \end_inset
21164 </cell>
21165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21166 \begin_inset Text
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Formula $10^{7}$
21170 \end_inset
21171
21172
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $A\ne$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\:B_{\mathrm{red}}$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207 32×
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 6
21217 \begin_inset space \thinspace{}
21218 \end_inset
21219
21220 cm
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 -
21230 \begin_inset Formula $33.5\cdot$
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $10^{4}$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 \begin_inset Formula $\sin(\alpha)\ge$
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 \begin_inset Formula $\:\sin(\beta)$
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 </lyxtabular>
21276
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Subsection
21288 Angepasste Zellen-/Spaltenformate
21289 \begin_inset CommandInset label
21290 LatexCommand label
21291 name "uab:Angepasste-Zellen-/Spaltenformate"
21292
21293 \end_inset
21294
21295
21296 \begin_inset Index idx
21297 status collapsed
21298
21299 \begin_layout Plain Layout
21300 Tabellen ! Spaltenformat
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \begin_layout Standard
21309 Wenn man wie in Abschnitt
21310 \begin_inset space ~
21311 \end_inset
21312
21313
21314 \begin_inset CommandInset ref
21315 LatexCommand ref
21316 reference "abs:Berechnung-der-Tabellenbreite"
21317
21318 \end_inset
21319
21320  oder Abschnitt
21321 \begin_inset space ~
21322 \end_inset
21323
21324
21325 \begin_inset CommandInset ref
21326 LatexCommand ref
21327 reference "uab:Mehrfachspalten-Berechnungen"
21328
21329 \end_inset
21330
21331  die gewünschte Breite von Spalten berechnen muss, ist das bei mehreren
21332  Tabellen sehr lästig.
21333  Um sich das Leben zu erleichtern, kann man im LaTeX-Vorspann ein Zellen/Spalten
21334 -Format definieren, das dann in allen Tabellen des Dokuments verwendet werden
21335  kann.
21336  Das Format wird mit dem Befehl
21337 \end_layout
21338
21339 \begin_layout Standard
21340
21341 \series bold
21342
21343 \backslash
21344 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
21345 \end_layout
21346
21347 \begin_layout Standard
21348 definiert.
21349  Der Formatname darf nur ein Buchstabe sein, aber nicht 
21350 \emph on
21351 b
21352 \emph default
21353
21354 \emph on
21355 c
21356 \emph default
21357
21358 \emph on
21359 l
21360 \emph default
21361
21362 \emph on
21363 m
21364 \emph default
21365
21366 \emph on
21367 p
21368 \emph default
21369  oder 
21370 \emph on
21371 r
21372 \emph default
21373 , weil diese vordefiniert sind.
21374  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
21375 \end_layout
21376
21377 \begin_layout Standard
21378 \begin_inset VSpace medskip
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \begin_layout Standard
21385 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
21386  Breite könnte das Format so aussehen:
21387 \end_layout
21388
21389 \begin_layout Standard
21390
21391 \series bold
21392
21393 \backslash
21394 newcolumntype{M}[1]{>{
21395 \backslash
21396 centering
21397 \backslash
21398 hspace{0pt}}m{#1}}
21399 \end_layout
21400
21401 \begin_layout Standard
21402 wobei 
21403 \series bold
21404
21405 \backslash
21406 hspace{0pt}
21407 \series default
21408  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
21409  Abschnitt
21410 \begin_inset space ~
21411 \end_inset
21412
21413
21414 \begin_inset CommandInset ref
21415 LatexCommand ref
21416 reference "uab:Mehrfache-Zeilen-in"
21417
21418 \end_inset
21419
21420  beschrieben.
21421  Jetzt können Sie mit
21422 \end_layout
21423
21424 \begin_layout Standard
21425
21426 \series bold
21427 M{Breite}
21428 \end_layout
21429
21430 \begin_layout Standard
21431 im 
21432 \family sans
21433 LaTeX-Argument
21434 \family default
21435  im Tabellen-Einstellungen-Dialog eine Mehrfachspalte definieren.
21436 \end_layout
21437
21438 \begin_layout Standard
21439 \begin_inset VSpace bigskip
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \begin_layout Standard
21446 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
21447  Format definieren:
21448 \end_layout
21449
21450 \begin_layout Standard
21451
21452 \series bold
21453
21454 \backslash
21455 newcolumntype{S}[2]{>{
21456 \backslash
21457 centering
21458 \backslash
21459 hspace{0pt}}
21460 \begin_inset Newline newline
21461 \end_inset
21462
21463
21464 \begin_inset Phantom HPhantom
21465 status open
21466
21467 \begin_layout Plain Layout
21468
21469 \series bold
21470
21471 \backslash
21472 newcolumntype
21473 \end_layout
21474
21475 \end_inset
21476
21477 m{(#1+(2
21478 \backslash
21479 tabcolsep+
21480 \backslash
21481 arrayrulewidth)*(1-#2))/#2}}
21482 \end_layout
21483
21484 \begin_layout Standard
21485 Dieses Format benutzt Gleichung
21486 \begin_inset space ~
21487 \end_inset
21488
21489
21490 \begin_inset CommandInset ref
21491 LatexCommand ref
21492 reference "eq:Wgn"
21493
21494 \end_inset
21495
21496 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
21497  breit ist.
21498 \end_layout
21499
21500 \begin_layout Standard
21501 Jetzt können Sie im 
21502 \family sans
21503 LaTeX-Argument
21504 \family default
21505  im 
21506 \family sans
21507 Tabellen-Einstellungen
21508 \family default
21509 -Dialog folgendes einfügen:
21510 \end_layout
21511
21512 \begin_layout Standard
21513
21514 \series bold
21515 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
21516 \end_layout
21517
21518 \begin_layout Standard
21519 \begin_inset VSpace bigskip
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \begin_layout Standard
21526 Für farbige Spalten können Sie folgendes einfügen:
21527 \end_layout
21528
21529 \begin_layout Standard
21530
21531 \series bold
21532
21533 \backslash
21534 newcolumntype{K}[1]{>{
21535 \backslash
21536 columncolor{#1}
21537 \backslash
21538 hspace{0pt}}c}
21539 \end_layout
21540
21541 \begin_layout Standard
21542 Das 
21543 \begin_inset Quotes gld
21544 \end_inset
21545
21546 c
21547 \begin_inset Quotes grd
21548 \end_inset
21549
21550  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
21551  zentriert ist.
21552  Jetzt können Sie als 
21553 \family sans
21554 LaTeX-Argument
21555 \family default
21556  folgendes einfügen:
21557 \end_layout
21558
21559 \begin_layout Standard
21560
21561 \series bold
21562 K{Farbname}
21563 \end_layout
21564
21565 \begin_layout Standard
21566 \begin_inset VSpace bigskip
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \begin_layout Standard
21573 Für Tabelle
21574 \begin_inset space ~
21575 \end_inset
21576
21577
21578 \begin_inset CommandInset ref
21579 LatexCommand ref
21580 reference "tab:Tabelle-mit-benutzerdefinierte"
21581
21582 \end_inset
21583
21584  wurden folgende 
21585 \family sans
21586 LaTeX-Argumente
21587 \family default
21588  benutzt:
21589 \end_layout
21590
21591 \begin_layout Standard
21592
21593 \series bold
21594 M{2.5cm}
21595 \end_layout
21596
21597 \begin_layout Standard
21598 für die erste Spalte und die Mehrfachspalte,
21599 \end_layout
21600
21601 \begin_layout Standard
21602
21603 \series bold
21604 K{red}
21605 \end_layout
21606
21607 \begin_layout Standard
21608 für die letzte Spalte und
21609 \end_layout
21610
21611 \begin_layout Standard
21612
21613 \series bold
21614 S{2.5cm}{2}
21615 \end_layout
21616
21617 \begin_layout Standard
21618 für die Spalten in der zweiten Mehrfachspalte.
21619 \end_layout
21620
21621 \begin_layout Standard
21622 \begin_inset Float table
21623 placement h
21624 wide false
21625 sideways false
21626 status open
21627
21628 \begin_layout Plain Layout
21629 \begin_inset Caption Standard
21630
21631 \begin_layout Plain Layout
21632 \begin_inset CommandInset label
21633 LatexCommand label
21634 name "tab:Tabelle-mit-benutzerdefinierte"
21635
21636 \end_inset
21637
21638 Tabelle mit benutzerdefinierten Formaten
21639 \end_layout
21640
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \begin_layout Plain Layout
21647 \align center
21648 \begin_inset Tabular
21649 <lyxtabular version="3" rows="3" columns="4">
21650 <features rotate="0" tabularvalignment="middle">
21651 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21652 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21653 <column alignment="center" valignment="middle">
21654 <column alignment="center" valignment="middle" special="K{red}">
21655 <row>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 einsehrlangesWort
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 Mehrfachspalte mit mehreren Zeilen
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 c
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 </row>
21693 <row>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 d
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 e
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 f
21717 \end_layout
21718
21719 \end_inset
21720 </cell>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725 g
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 <row>
21732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 h
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 i
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 j
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 k
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 </lyxtabular>
21770
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777
21778
21779 \end_layout
21780
21781 \begin_layout Subsection
21782 Liniendicke
21783 \begin_inset CommandInset label
21784 LatexCommand label
21785 name "uab:Liniendicke"
21786
21787 \end_inset
21788
21789
21790 \begin_inset Index idx
21791 status collapsed
21792
21793 \begin_layout Plain Layout
21794 Tabellen  ! Linien ! -dicke
21795 \end_layout
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Standard
21803 Die Liniendicke für alle Linien einer Tabelle kann mit 
21804 \series bold
21805
21806 \backslash
21807 arrayrulewidth
21808 \series default
21809  eingestellt werden.
21810  Um eine Liniendicke von 1.5
21811 \begin_inset space \thinspace{}
21812 \end_inset
21813
21814 pt wie in Tabelle
21815 \begin_inset space ~
21816 \end_inset
21817
21818
21819 \begin_inset CommandInset ref
21820 LatexCommand ref
21821 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
21822
21823 \end_inset
21824
21825  zu bekommen, geben Sie den Befehl
21826 \end_layout
21827
21828 \begin_layout Standard
21829
21830 \series bold
21831
21832 \backslash
21833 setlength{
21834 \backslash
21835 arrayrulewidth}{1.5pt}
21836 \end_layout
21837
21838 \begin_layout Standard
21839 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
21840  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
21841  Mit
21842 \end_layout
21843
21844 \begin_layout Standard
21845
21846 \series bold
21847
21848 \backslash
21849 setlength{
21850 \backslash
21851 arrayrulewidth}{0.4pt}
21852 \end_layout
21853
21854 \begin_layout Standard
21855 bekommen Sie wieder die Standarddicke.
21856 \end_layout
21857
21858 \begin_layout Standard
21859 \begin_inset ERT
21860 status collapsed
21861
21862 \begin_layout Plain Layout
21863
21864
21865 \backslash
21866 setlength{
21867 \backslash
21868 arrayrulewidth}{1.5pt}
21869 \end_layout
21870
21871 \end_inset
21872
21873
21874 \begin_inset Float table
21875 placement H
21876 wide false
21877 sideways false
21878 status open
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Caption Standard
21882
21883 \begin_layout Plain Layout
21884 \begin_inset CommandInset label
21885 LatexCommand label
21886 name "tab:Tabelle-mit-1.5pt-Liniendicke"
21887
21888 \end_inset
21889
21890 Tabelle mit 1.5
21891 \begin_inset space \thinspace{}
21892 \end_inset
21893
21894 pt Liniendicke
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \begin_layout Plain Layout
21903 \align center
21904 \begin_inset Tabular
21905 <lyxtabular version="3" rows="3" columns="3">
21906 <features rotate="0" tabularvalignment="middle">
21907 <column alignment="center" valignment="top">
21908 <column alignment="center" valignment="top">
21909 <column alignment="center" valignment="top">
21910 <row>
21911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 sd
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 </row>
21939 <row>
21940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953 sd
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 </row>
21968 <row>
21969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991 sd
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 </lyxtabular>
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \end_inset
22005
22006
22007 \begin_inset ERT
22008 status collapsed
22009
22010 \begin_layout Plain Layout
22011
22012
22013 \backslash
22014 setlength{
22015 \backslash
22016 arrayrulewidth}{0.4pt}
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset VSpace bigskip
22026 \end_inset
22027
22028 Um eine Liniendicke von 1.5
22029 \begin_inset space \thinspace{}
22030 \end_inset
22031
22032 pt nur für horizontale Linien zu bekommen wie in Tabelle
22033 \begin_inset space ~
22034 \end_inset
22035
22036
22037 \begin_inset CommandInset ref
22038 LatexCommand ref
22039 reference "tab:Tabelle-mit-1.5pt-horiz"
22040
22041 \end_inset
22042
22043 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
22044  einfügen:
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \series bold
22050
22051 \backslash
22052 let
22053 \backslash
22054 myHline
22055 \backslash
22056 hline
22057 \begin_inset Newline newline
22058 \end_inset
22059
22060
22061 \backslash
22062 renewcommand{
22063 \backslash
22064 hline}
22065 \begin_inset Newline newline
22066 \end_inset
22067
22068  {
22069 \backslash
22070 noalign{
22071 \backslash
22072 global
22073 \backslash
22074 arrayrulewidth 1.5pt}
22075 \begin_inset Newline newline
22076 \end_inset
22077
22078  
22079 \backslash
22080 myHline
22081 \backslash
22082 noalign{
22083 \backslash
22084 global
22085 \backslash
22086 arrayrulewidth 0.4pt}}
22087 \end_layout
22088
22089 \begin_layout Standard
22090 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
22091  der (Gleit\SpecialChar \-
22092 objekt-)Tabelle zurück:
22093 \end_layout
22094
22095 \begin_layout Standard
22096
22097 \series bold
22098
22099 \backslash
22100 renewcommand{
22101 \backslash
22102 hline}{
22103 \backslash
22104 myHline}
22105 \end_layout
22106
22107 \begin_layout Standard
22108 \begin_inset ERT
22109 status collapsed
22110
22111 \begin_layout Plain Layout
22112
22113
22114 \backslash
22115 let
22116 \backslash
22117 myHline
22118 \backslash
22119 hline
22120 \end_layout
22121
22122 \begin_layout Plain Layout
22123
22124
22125 \backslash
22126 renewcommand{
22127 \backslash
22128 hline}
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132
22133  {
22134 \backslash
22135 noalign{
22136 \backslash
22137 global
22138 \backslash
22139 arrayrulewidth 1.5pt}
22140 \end_layout
22141
22142 \begin_layout Plain Layout
22143
22144   
22145 \backslash
22146 myHline
22147 \backslash
22148 noalign{
22149 \backslash
22150 global
22151 \backslash
22152 arrayrulewidth 0.4pt}}
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \begin_inset Float table
22159 placement h
22160 wide false
22161 sideways false
22162 status open
22163
22164 \begin_layout Plain Layout
22165 \begin_inset Caption Standard
22166
22167 \begin_layout Plain Layout
22168 \begin_inset CommandInset label
22169 LatexCommand label
22170 name "tab:Tabelle-mit-1.5pt-horiz"
22171
22172 \end_inset
22173
22174 Tabelle mit 1.5
22175 \begin_inset space \thinspace{}
22176 \end_inset
22177
22178 pt dicken horizontalen Linien
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \end_layout
22185
22186 \begin_layout Plain Layout
22187 \align center
22188 \begin_inset Tabular
22189 <lyxtabular version="3" rows="3" columns="3">
22190 <features rotate="0" tabularvalignment="middle">
22191 <column alignment="center" valignment="top">
22192 <column alignment="center" valignment="top">
22193 <column alignment="center" valignment="top">
22194 <row>
22195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 sd
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 sd
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 sd
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 </lyxtabular>
22282
22283 \end_inset
22284
22285
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 renewcommand{
22299 \backslash
22300 hline}{
22301 \backslash
22302 myHline}
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Standard
22311 \begin_inset VSpace bigskip
22312 \end_inset
22313
22314 Um die Liniendicke von 1.5
22315 \begin_inset space \thinspace{}
22316 \end_inset
22317
22318 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
22319  Spaltenformat entsprechend der Beschreibung in Abschnitt
22320 \begin_inset space ~
22321 \end_inset
22322
22323
22324 \begin_inset CommandInset ref
22325 LatexCommand ref
22326 reference "uab:Angepasste-Zellen-/Spaltenformate"
22327
22328 \end_inset
22329
22330  definieren:
22331 \end_layout
22332
22333 \begin_layout Standard
22334
22335 \series bold
22336
22337 \backslash
22338 newcolumntype{V}{!{
22339 \backslash
22340 vrule width 1.5pt}}
22341 \end_layout
22342
22343 \begin_layout Standard
22344 In Tabelle
22345 \begin_inset space ~
22346 \end_inset
22347
22348
22349 \begin_inset CommandInset ref
22350 LatexCommand ref
22351 reference "tab:Tabelle-mit-1.5pt-vert"
22352
22353 \end_inset
22354
22355  wurde das 
22356 \family sans
22357 LaTe
22358 \begin_inset ERT
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362
22363 {}
22364 \end_layout
22365
22366 \end_inset
22367
22368 X-Argument
22369 \family default
22370 \series bold
22371  VcV
22372 \series default
22373  für die letzte Spalte und
22374 \series bold
22375  Vc
22376 \series default
22377  für die anderen benutzt.
22378 \end_layout
22379
22380 \begin_layout Standard
22381 \begin_inset Float table
22382 placement H
22383 wide false
22384 sideways false
22385 status open
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Caption Standard
22389
22390 \begin_layout Plain Layout
22391 \begin_inset CommandInset label
22392 LatexCommand label
22393 name "tab:Tabelle-mit-1.5pt-vert"
22394
22395 \end_inset
22396
22397 Tabelle mit 1.5
22398 \begin_inset space \thinspace{}
22399 \end_inset
22400
22401 pt dicken vertikalen Linien
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Plain Layout
22410 \align center
22411 \begin_inset Tabular
22412 <lyxtabular version="3" rows="3" columns="3">
22413 <features rotate="0" tabularvalignment="middle">
22414 <column alignment="center" valignment="top" special="Vc">
22415 <column alignment="center" valignment="top" special="Vc">
22416 <column alignment="center" valignment="top" special="VcV">
22417 <row>
22418 <cell alignment="center" valignment="top" topline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 sd
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 </row>
22446 <row>
22447 <cell alignment="center" valignment="top" topline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451
22452 \end_layout
22453
22454 \end_inset
22455 </cell>
22456 <cell alignment="center" valignment="top" topline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460 sd
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" topline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498 sd
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 </row>
22504 </lyxtabular>
22505
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \begin_layout Subsection
22517 Gestrichelte Linien
22518 \begin_inset Index idx
22519 status collapsed
22520
22521 \begin_layout Plain Layout
22522 Tabellen  ! Linien ! gestrichelte 
22523 \end_layout
22524
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \begin_layout Standard
22531 \begin_inset ERT
22532 status collapsed
22533
22534 \begin_layout Plain Layout
22535
22536
22537 \backslash
22538 ifarydshln
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \begin_inset Note Note
22545 status open
22546
22547 \begin_layout Plain Layout
22548 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
22549 \series bold
22550 arydshln
22551 \series default
22552  installiert ist.
22553 \end_layout
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \begin_layout Standard
22561 \begin_inset Float table
22562 placement h
22563 wide false
22564 sideways false
22565 status open
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Caption Standard
22569
22570 \begin_layout Plain Layout
22571 \begin_inset CommandInset label
22572 LatexCommand label
22573 name "tab:Tabelle-mit-gestrichelten"
22574
22575 \end_inset
22576
22577 Tabelle mit gestrichelten Linien
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Plain Layout
22586 \align center
22587 \begin_inset Tabular
22588 <lyxtabular version="3" rows="5" columns="5">
22589 <features rotate="0" tabularvalignment="middle">
22590 <column alignment="center" valignment="top">
22591 <column alignment="center" valignment="top">
22592 <column alignment="center" valignment="top" special=":c">
22593 <column alignment="center" valignment="top">
22594 <column alignment="center" valignment="top">
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 a
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 b
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 c
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 d
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 e
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 <row>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647 f
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656 g
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 <cell alignment="center" valignment="top" topline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665 h
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 i
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 j
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 \begin_inset ERT
22695 status collapsed
22696
22697 \begin_layout Plain Layout
22698
22699
22700 \backslash
22701 hdashline 
22702 \end_layout
22703
22704 \end_inset
22705
22706 k
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 l
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 m
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 n
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 o
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset ERT
22754 status collapsed
22755
22756 \begin_layout Plain Layout
22757
22758
22759 \backslash
22760 cdashline{4-5}
22761 \end_layout
22762
22763 \end_inset
22764
22765 p
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 q
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 r
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 s
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 t
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 u
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 v
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 w
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 x
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 </row>
22854 </lyxtabular>
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Standard
22867 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
22868  TeX-Code benutzen.
22869  Zunächst müssen Sie das LaTeX-Paket 
22870 \series bold
22871 arydshln
22872 \series default
22873
22874 \begin_inset Index idx
22875 status collapsed
22876
22877 \begin_layout Plain Layout
22878 LaTeX-Pakete ! arydshln
22879 \end_layout
22880
22881 \end_inset
22882
22883  im LaTeX-Vorspann laden:
22884 \end_layout
22885
22886 \begin_layout Standard
22887
22888 \series bold
22889
22890 \backslash
22891 usepackage{arydshln}
22892 \end_layout
22893
22894 \begin_layout Standard
22895 Um senkrechte Linien zu stricheln, müssen Sie im 
22896 \family sans
22897 LaTe
22898 \begin_inset ERT
22899 status collapsed
22900
22901 \begin_layout Plain Layout
22902
22903 {}
22904 \end_layout
22905
22906 \end_inset
22907
22908 X-Argument
22909 \family default
22910  des 
22911 \family sans
22912 Tabellen-Einstellungen
22913 \family default
22914 -Dialogs 
22915 \begin_inset Quotes gld
22916 \end_inset
22917
22918 :
22919 \begin_inset Quotes grd
22920 \end_inset
22921
22922 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
22923 \end_layout
22924
22925 \begin_layout Standard
22926 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
22927 \end_layout
22928
22929 \begin_layout Standard
22930
22931 \series bold
22932
22933 \backslash
22934 hdashline
22935 \end_layout
22936
22937 \begin_layout Standard
22938 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
22939 \end_layout
22940
22941 \begin_layout Standard
22942 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
22943 \end_layout
22944
22945 \begin_layout Standard
22946
22947 \series bold
22948
22949 \backslash
22950 cdashline{Anfangsspalte-Endspalte}
22951 \end_layout
22952
22953 \begin_layout Standard
22954 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
22955  Wenn Sie z.
22956 \begin_inset space \thinspace{}
22957 \end_inset
22958
22959 B.
22960  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
22961  gestrichelte Linie haben, fügen Sie den Befehl
22962 \end_layout
22963
22964 \begin_layout Standard
22965
22966 \series bold
22967
22968 \backslash
22969 cdashline{2-4}
22970 \end_layout
22971
22972 \begin_layout Standard
22973 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
22974 \end_layout
22975
22976 \begin_layout Standard
22977 \begin_inset VSpace bigskip
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 In Tabelle
22985 \begin_inset space ~
22986 \end_inset
22987
22988
22989 \begin_inset CommandInset ref
22990 LatexCommand ref
22991 reference "tab:Tabelle-mit-gestrichelten"
22992
22993 \end_inset
22994
22995  wurde in der dritten Spalte der Befehl
22996 \series bold
22997  
22998 \series default
22999
23000 \begin_inset Quotes gld
23001 \end_inset
23002
23003
23004 \series bold
23005 :c
23006 \begin_inset Quotes grd
23007 \end_inset
23008
23009
23010 \series default
23011  benutzt.
23012  Der Befehl 
23013 \series bold
23014
23015 \backslash
23016 hdashline
23017 \series default
23018  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
23019 \begin_inset Newline newline
23020 \end_inset
23021
23022  
23023 \series bold
23024
23025 \backslash
23026 cdashline{4-5} 
23027 \series default
23028 wurde in die erste Zelle der vierten Zeile eingefügt.
23029 \end_layout
23030
23031 \begin_layout Standard
23032 \begin_inset VSpace bigskip
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \begin_layout Standard
23039 Tabellen mit gestrichelten Linien können auch gefärbt werden, wie Tabelle
23040 \begin_inset space ~
23041 \end_inset
23042
23043
23044 \begin_inset CommandInset ref
23045 LatexCommand ref
23046 reference "tab:Farbige-Tabelle-mit"
23047
23048 \end_inset
23049
23050  verdeutlicht.
23051 \end_layout
23052
23053 \begin_layout Standard
23054 \begin_inset ERT
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058
23059
23060 \backslash
23061 setlength{
23062 \backslash
23063 arrayrulewidth}{1pt}
23064 \end_layout
23065
23066 \end_inset
23067
23068
23069 \begin_inset Note Note
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 dickere Linien zur besseren Visualisierung der Linienfarbe
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Standard
23082 \begin_inset ERT
23083 status collapsed
23084
23085 \begin_layout Plain Layout
23086
23087
23088 \backslash
23089 dashgapcolor{green}
23090 \end_layout
23091
23092 \end_inset
23093
23094
23095 \begin_inset Note Note
23096 status collapsed
23097
23098 \begin_layout Plain Layout
23099 färbt Raum zwischen den Strichen grün
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 \begin_inset ERT
23109 status collapsed
23110
23111 \begin_layout Plain Layout
23112
23113
23114 \backslash
23115 let
23116 \backslash
23117 myHdashline
23118 \backslash
23119 hdashline
23120 \end_layout
23121
23122 \begin_layout Plain Layout
23123
23124
23125 \backslash
23126 renewcommand{
23127 \backslash
23128 hdashline}
23129 \end_layout
23130
23131 \begin_layout Plain Layout
23132
23133  {
23134 \backslash
23135 arrayrulecolor{red}
23136 \backslash
23137 myHdashline
23138 \backslash
23139 arrayrulecolor{black}}
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \begin_inset Note Note
23146 status collapsed
23147
23148 \begin_layout Plain Layout
23149 färbt horizontale, gestrichelte Linien rot
23150 \end_layout
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 let
23166 \backslash
23167 myCdashline
23168 \backslash
23169 cdashline
23170 \end_layout
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 renewcommand{
23177 \backslash
23178 cdashline}[1]
23179 \end_layout
23180
23181 \begin_layout Plain Layout
23182
23183  {
23184 \backslash
23185 arrayrulecolor{yellow}
23186 \backslash
23187 myCdashline{#1}
23188 \backslash
23189 arrayrulecolor{black}}
23190 \end_layout
23191
23192 \end_inset
23193
23194
23195 \begin_inset Note Note
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199 färbt partielle horizontale, gestrichelte Linien gelb
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Standard
23208 \begin_inset Float table
23209 placement h
23210 wide false
23211 sideways false
23212 status open
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Caption Standard
23216
23217 \begin_layout Plain Layout
23218 \begin_inset CommandInset label
23219 LatexCommand label
23220 name "tab:Farbige-Tabelle-mit"
23221
23222 \end_inset
23223
23224 Farbige Tabelle mit gestrichelten Linien
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \begin_layout Plain Layout
23233 \align center
23234 \begin_inset Tabular
23235 <lyxtabular version="3" rows="5" columns="5">
23236 <features rotate="0" tabularvalignment="middle">
23237 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{dunkelgruen}\centering}c">
23238 <column alignment="center" valignment="top" width="0pt">
23239 <column alignment="center" valignment="top" width="0pt" special=":c">
23240 <column alignment="center" valignment="top">
23241 <column alignment="center" valignment="top">
23242 <row>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 a
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 b
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 c
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 d
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23280 \begin_inset Text
23281
23282 \begin_layout Plain Layout
23283 e
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 f
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 g
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 h
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 i
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 j
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset ERT
23342 status collapsed
23343
23344 \begin_layout Plain Layout
23345
23346
23347 \backslash
23348 hdashline 
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359
23360 \backslash
23361 rowcolor{Gray}
23362 \end_layout
23363
23364 \end_inset
23365
23366 k
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 l
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 m
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 n
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 o
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413 \begin_inset ERT
23414 status collapsed
23415
23416 \begin_layout Plain Layout
23417
23418
23419 \backslash
23420 cdashline{4-5}
23421 \end_layout
23422
23423 \end_inset
23424
23425 p
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 q
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 r
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 s
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 </row>
23467 <row>
23468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 t
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 u
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 v
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 w
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 \begin_inset ERT
23509 status collapsed
23510
23511 \begin_layout Plain Layout
23512
23513
23514 \backslash
23515 cellcolor{Maroon}
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \color green
23522 i
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 </lyxtabular>
23529
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \begin_layout Standard
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 renewcommand{
23549 \backslash
23550 hdashline}{
23551 \backslash
23552 myHdashline}
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \begin_inset Note Note
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562 zurücksetzen auf Standardwert
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 \begin_inset ERT
23572 status collapsed
23573
23574 \begin_layout Plain Layout
23575
23576
23577 \backslash
23578 renewcommand{
23579 \backslash
23580 cdashline}{
23581 \backslash
23582 myCdashline}
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \begin_inset Note Note
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592 zurücksetzen auf Standardwert
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \begin_layout Standard
23601 \begin_inset ERT
23602 status collapsed
23603
23604 \begin_layout Plain Layout
23605
23606
23607 \backslash
23608 nodashgapcolor
23609 \end_layout
23610
23611 \end_inset
23612
23613
23614 \begin_inset Note Note
23615 status collapsed
23616
23617 \begin_layout Plain Layout
23618 zurücksetzen auf Standardwert
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \begin_layout Standard
23627 \begin_inset ERT
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631
23632
23633 \backslash
23634 setlength{
23635 \backslash
23636 arrayrulewidth}{0.4pt}
23637 \end_layout
23638
23639 \end_inset
23640
23641
23642 \begin_inset Note Note
23643 status collapsed
23644
23645 \begin_layout Plain Layout
23646 zurücksetzen auf Standardwert
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Standard
23655 Das Färben von Zeilen, Spalten und Zeilen erfolgt wie in Abschnitt
23656 \begin_inset space ~
23657 \end_inset
23658
23659
23660 \begin_inset CommandInset ref
23661 LatexCommand ref
23662 reference "abs:Farbige-Tabellen"
23663
23664 \end_inset
23665
23666  beschrieben.
23667  Das Färben von horizontalen Linien funktioniert analog wie dort ebenso
23668  beschrieben, man muss in den Befehlen nur 
23669 \series bold
23670
23671 \backslash
23672 myHlineC
23673 \series default
23674  durch 
23675 \series bold
23676
23677 \backslash
23678 myHdashline
23679 \series default
23680  und 
23681 \backslash
23682
23683 \series bold
23684 hline
23685 \series default
23686  durch 
23687 \series bold
23688
23689 \backslash
23690 hdashline
23691 \series default
23692  ersetzen; man verwendet also den Befehl
23693 \end_layout
23694
23695 \begin_layout Standard
23696
23697 \series bold
23698
23699 \backslash
23700 let
23701 \backslash
23702 myHdashline
23703 \backslash
23704 hdashline
23705 \begin_inset Newline newline
23706 \end_inset
23707
23708
23709 \backslash
23710 renewcommand{
23711 \backslash
23712 hdashline}
23713 \begin_inset Newline newline
23714 \end_inset
23715
23716
23717 \begin_inset Phantom HPhantom
23718 status open
23719
23720 \begin_layout Plain Layout
23721
23722 \series bold
23723 \begin_inset space ~
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730
23731 {
23732 \backslash
23733 arrayrulecolor{red}
23734 \backslash
23735 myHdashline
23736 \backslash
23737 arrayrulecolor{black}}
23738 \end_layout
23739
23740 \begin_layout Standard
23741 Um 
23742 \series bold
23743
23744 \backslash
23745 cdashline
23746 \series default
23747  zu färben, lautet der Befehl
23748 \end_layout
23749
23750 \begin_layout Standard
23751
23752 \series bold
23753
23754 \backslash
23755 let
23756 \backslash
23757 myCdashline
23758 \backslash
23759 cdashline
23760 \begin_inset Newline newline
23761 \end_inset
23762
23763
23764 \backslash
23765 renewcommand{
23766 \backslash
23767 cdashline}[1]
23768 \begin_inset Newline newline
23769 \end_inset
23770
23771
23772 \begin_inset Phantom HPhantom
23773 status open
23774
23775 \begin_layout Plain Layout
23776
23777 \series bold
23778 \begin_inset space ~
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785
23786 {
23787 \backslash
23788 arrayrulecolor{red}
23789 \backslash
23790 myCdashline{#1}
23791 \backslash
23792 arrayrulecolor{black}}
23793 \end_layout
23794
23795 \begin_layout Standard
23796 Um die schwarze Linienfarbe zurückzubekommen, muss man folgende Befehle
23797  als TeX-Code hinter der Tabelle einfügen:
23798 \end_layout
23799
23800 \begin_layout Standard
23801 Für 
23802 \series bold
23803
23804 \backslash
23805 hdashline
23806 \end_layout
23807
23808 \begin_layout Standard
23809
23810 \series bold
23811
23812 \backslash
23813 renewcommand{
23814 \backslash
23815 hdashline}{
23816 \backslash
23817 myHdashline}
23818 \end_layout
23819
23820 \begin_layout Standard
23821 und für 
23822 \series bold
23823
23824 \backslash
23825 cdashline
23826 \end_layout
23827
23828 \begin_layout Standard
23829
23830 \series bold
23831
23832 \backslash
23833 renewcommand{
23834 \backslash
23835 cdashline}{
23836 \backslash
23837 myCdashline}
23838 \end_layout
23839
23840 \begin_layout Standard
23841 Um den Bereich zwischen den Strichen einer Linie zu färben, kann man den
23842  Befehl
23843 \end_layout
23844
23845 \begin_layout Standard
23846
23847 \series bold
23848
23849 \backslash
23850 dashgapcolor{Farbe}
23851 \end_layout
23852
23853 \begin_layout Standard
23854 als TeX-Code vor der Tabelle verwenden.
23855  Farbe ist hierbei der Name einer definierten Farbe.
23856  Der Befehl
23857 \end_layout
23858
23859 \begin_layout Standard
23860
23861 \series bold
23862
23863 \backslash
23864 nodashgapcolor
23865 \end_layout
23866
23867 \begin_layout Standard
23868 hebt die Einstellung von 
23869 \series bold
23870
23871 \backslash
23872 dashgapcolor
23873 \series default
23874  auf.
23875 \end_layout
23876
23877 \begin_layout Standard
23878 \begin_inset Note Greyedout
23879 status open
23880
23881 \begin_layout Plain Layout
23882
23883 \series bold
23884 \color none
23885 Achtung
23886 \series default
23887 : Befinden sich mehrere Befehle in einer Zelle, muss sich der Befehl von
23888  
23889 \series bold
23890 arydshln
23891 \series default
23892  an erster Stelle in der Zelle befinden.
23893  Daher ist in in Zelle 
23894 \emph on
23895 k
23896 \emph default
23897  der Tabelle
23898 \begin_inset space ~
23899 \end_inset
23900
23901
23902 \begin_inset CommandInset ref
23903 LatexCommand ref
23904 reference "tab:Farbige-Tabelle-mit"
23905
23906 \end_inset
23907
23908  der Befehl 
23909 \series bold
23910
23911 \backslash
23912 hdashline
23913 \series default
23914  vor 
23915 \series bold
23916
23917 \backslash
23918 rowcolor
23919 \series default
23920 .
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \end_layout
23927
23928 \begin_layout Standard
23929 \begin_inset Note Greyedout
23930 status open
23931
23932 \begin_layout Plain Layout
23933
23934 \series bold
23935 \color none
23936 Achtung:
23937 \series default
23938  Das LaTeX-Paket 
23939 \series bold
23940 arydshln
23941 \series default
23942  muss im LaTeX-Vorspann nach dem LaTeX-Paket 
23943 \series bold
23944 colortbl
23945 \series default
23946
23947 \begin_inset Index idx
23948 status collapsed
23949
23950 \begin_layout Plain Layout
23951 LaTeX-Pakete ! colortbl
23952 \end_layout
23953
23954 \end_inset
23955
23956  geladen werden.
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset ERT
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969
23970
23971 \backslash
23972 else
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \begin_inset Note Note
23979 status open
23980
23981 \begin_layout Plain Layout
23982 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
23983 \series bold
23984 arydshln
23985 \series default
23986  nicht installiert ist:
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Standard
23995 Sie müssen das LaTeX-Paket 
23996 \series bold
23997 arydshln
23998 \series default
23999  installiert haben um den Inhalt dieses Abschnitts zu sehen.
24000 \end_layout
24001
24002 \begin_layout Standard
24003 \begin_inset ERT
24004 status collapsed
24005
24006 \begin_layout Plain Layout
24007
24008
24009 \backslash
24010 fi
24011 \end_layout
24012
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \begin_layout Standard
24019 Für weitere Informationen über gestrichelte Linien, siehe die Dokumentation
24020  von 
24021 \series bold
24022 arydshln
24023 \series default
24024
24025 \begin_inset CommandInset citation
24026 LatexCommand cite
24027 key "arydshln"
24028
24029 \end_inset
24030
24031 .
24032 \end_layout
24033
24034 \begin_layout Chapter
24035 Gleitobjekte
24036 \begin_inset CommandInset label
24037 LatexCommand label
24038 name "kap:Gleitobjekte"
24039
24040 \end_inset
24041
24042
24043 \begin_inset Index idx
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047 Gleitobjekte
24048 \end_layout
24049
24050 \end_inset
24051
24052
24053 \end_layout
24054
24055 \begin_layout Section
24056 Einleitung
24057 \begin_inset CommandInset label
24058 LatexCommand label
24059 name "abs:Gleitobjekte-Einleitung"
24060
24061 \end_inset
24062
24063
24064 \begin_inset Index idx
24065 status collapsed
24066
24067 \begin_layout Plain Layout
24068 Gleitobjekte ! Einleitung
24069 \end_layout
24070
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \begin_layout Standard
24077 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
24078  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
24079  der beste Platz ist.
24080  
24081 \family sans
24082 Fußnoten
24083 \family default
24084  und 
24085 \family sans
24086 Randnotizen
24087 \family default
24088  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
24089  wenn auf ihrer Seite schon zu viele sind.
24090 \end_layout
24091
24092 \begin_layout Standard
24093 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
24094  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
24095  um weiße Flächen und Seiten ohne Text zu vermeiden.
24096  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
24097 löst,
24098  kann im Text auf ein Gleitobjekt verwiesen werden.
24099  Gleitobjekte sind deshalb nummeriert.
24100  Querverweise werden in Abschnitt
24101 \begin_inset space ~
24102 \end_inset
24103
24104
24105 \begin_inset CommandInset ref
24106 LatexCommand ref
24107 reference "abs:Auf-Gleitobjekte-verweisen"
24108
24109 \end_inset
24110
24111  beschrieben.
24112 \end_layout
24113
24114 \begin_layout Standard
24115 Ein Gleitobjekt wird mit 
24116 \family sans
24117 Einfügen\SpecialChar \menuseparator
24118 Gleitobjekt\SpecialChar \menuseparator
24119 Algorithmus/Abbildung/Ta\SpecialChar \-
24120 belle/Um\SpecialChar \-
24121 flos\SpecialChar \-
24122 se\SpecialChar \-
24123 nes
24124 \begin_inset space ~
24125 \end_inset
24126
24127 Gleitobjekt
24128 \family default
24129  eingefügt (Werkzeugleistenknopf 
24130 \begin_inset Info
24131 type  "icon"
24132 arg   "float-insert figure"
24133 \end_inset
24134
24135  oder 
24136 \begin_inset Info
24137 type  "icon"
24138 arg   "float-insert table"
24139 \end_inset
24140
24141 ).
24142  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
24143  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
24144  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
24145  #:).
24146  Statt # sehen Sie die von LyX vergebene Nummer.
24147  In das schmale Feld nach der Marke können Sie den Titel schreiben.
24148  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
24149  eingefügt.
24150  In Abschnitt
24151 \begin_inset space ~
24152 \end_inset
24153
24154
24155 \begin_inset CommandInset ref
24156 LatexCommand ref
24157 reference "abs:Titel-Platzierung"
24158
24159 \end_inset
24160
24161  finden Sie mehr über die Platzierung des Titels.
24162  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
24163  auch wieder geöffnet.
24164  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
24165 \begin_inset Graphics
24166         filename clipart/GleitobjektQt4.png
24167         scale 70
24168         scaleBeforeRotation
24169
24170 \end_inset
24171
24172  – ein graues Kästchen mit roter Beschriftung.
24173 \end_layout
24174
24175 \begin_layout Standard
24176 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
24177  Gleitobjekte in einem eigenen Absatz einzufügen.
24178 \end_layout
24179
24180 \begin_layout Standard
24181 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
24182  indem Sie sie markieren und dann auf den entsprechenden Werkzeugleistenknopf
24183  klicken.
24184 \end_layout
24185
24186 \begin_layout Section
24187 Gleitobjekt-Typen
24188 \begin_inset Index idx
24189 status collapsed
24190
24191 \begin_layout Plain Layout
24192 Gleitobjekte ! Typen
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \begin_layout Standard
24201 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
24202 \begin_inset space ~
24203 \end_inset
24204
24205
24206 \begin_inset CommandInset ref
24207 LatexCommand ref
24208 reference "abs:Gleitende-Abbildungen"
24209
24210 \end_inset
24211
24212  und 
24213 \begin_inset CommandInset ref
24214 LatexCommand ref
24215 reference "abs:Gleitende-Tabellen"
24216
24217 \end_inset
24218
24219  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
24220  Letztere sind in Abschnitt
24221 \begin_inset space ~
24222 \end_inset
24223
24224
24225 \begin_inset CommandInset ref
24226 LatexCommand ref
24227 reference "abs:Umflossene-Gleitobjekte"
24228
24229 \end_inset
24230
24231  beschrieben.
24232 \end_layout
24233
24234 \begin_layout Subsection
24235 Algorithmen-Gleitobjekt
24236 \begin_inset Index idx
24237 status collapsed
24238
24239 \begin_layout Plain Layout
24240 Gleitobjekte ! Algorithmen
24241 \end_layout
24242
24243 \end_inset
24244
24245
24246 \begin_inset CommandInset label
24247 LatexCommand label
24248 name "uab:Gleitobjekt-Algorithmen"
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Standard
24256 \begin_inset Float algorithm
24257 placement h
24258 wide false
24259 sideways false
24260 status open
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Caption Standard
24264
24265 \begin_layout Plain Layout
24266 \begin_inset CommandInset label
24267 LatexCommand label
24268 name "alg:Ein-Gleitobjekt-Algorithmus"
24269
24270 \end_inset
24271
24272 Ein Gleitobjekt-Algorithmus 
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout LyX-Code
24281 for I in 1..N loop
24282 \begin_inset Newline newline
24283 \end_inset
24284
24285  Sum:= Sum + A(I); /*Kommentar*/
24286 \begin_inset Newline newline
24287 \end_inset
24288
24289 end loop
24290 \begin_inset VSpace -4mm
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 Dieser Typ wird mit 
24303 \family sans
24304 Einfügen\SpecialChar \menuseparator
24305 Gleitobjekt\SpecialChar \menuseparator
24306 Algorithmus
24307 \family default
24308  eingefügt.
24309  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
24310  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
24311 \begin_inset space ~
24312 \end_inset
24313
24314
24315 \begin_inset CommandInset ref
24316 LatexCommand ref
24317 reference "kap:Programm-Code-Listen"
24318
24319 \end_inset
24320
24321 .
24322  Eine mögliche Absatz-Umgebung hier für ist 
24323 \family sans
24324 LyX-Code
24325 \family default
24326 , beschrieben im 
24327 \emph on
24328 Benutzerhandbuch
24329 \emph default
24330 .
24331  In Algorithmus
24332 \begin_inset space ~
24333 \end_inset
24334
24335
24336 \begin_inset CommandInset ref
24337 LatexCommand ref
24338 reference "alg:Ein-Gleitobjekt-Algorithmus"
24339
24340 \end_inset
24341
24342  wurden am Ende -4
24343 \begin_inset space \thinspace{}
24344 \end_inset
24345
24346 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
24347  letzten Zeile gedruckt wird.
24348 \end_layout
24349
24350 \begin_layout Standard
24351 Die Marke 
24352 \emph on
24353 Algorithmus
24354 \emph default
24355  wird nicht automatisch in die druckbare Version übernommen, sondern das
24356  englische Wort 
24357 \emph on
24358 Algorithm
24359 \emph default
24360  verwendet.
24361  Soll
24362 \emph on
24363  Algorithmus
24364 \emph default
24365  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
24366 \end_layout
24367
24368 \begin_layout Standard
24369
24370 \series bold
24371
24372 \backslash
24373 floatname{algorithm}{Algorithmus}
24374 \end_layout
24375
24376 \begin_layout Standard
24377 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
24378  Sprache wie die LyX Menünamen haben, das Menü 
24379 \family sans
24380 Einfügen\SpecialChar \menuseparator
24381 Liste
24382 \begin_inset space \thinspace{}
24383 \end_inset
24384
24385 /
24386 \begin_inset space \thinspace{}
24387 \end_inset
24388
24389 Inhaltsverzeichnis\SpecialChar \menuseparator
24390 Algorithmenverzeichnis
24391 \family default
24392  verwendet werden.
24393  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
24394  eingefügt werden:
24395 \end_layout
24396
24397 \begin_layout Standard
24398
24399 \series bold
24400
24401 \backslash
24402 listof{algorithm}{Algorithmenverzeichnis}
24403 \end_layout
24404
24405 \begin_layout Standard
24406 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
24407  nach dem Schema 
24408 \begin_inset Quotes gld
24409 \end_inset
24410
24411 Kapitelnummer.Algorithmusnummer
24412 \begin_inset Quotes grd
24413 \end_inset
24414
24415  nummeriert.
24416  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
24417  einfügen:
24418 \end_layout
24419
24420 \begin_layout Standard
24421
24422 \series bold
24423
24424 \backslash
24425 numberwithin{algorithm}{chapter}
24426 \end_layout
24427
24428 \begin_layout Standard
24429 Um 
24430 \series bold
24431
24432 \backslash
24433 numberwithin
24434 \series default
24435  benutzen zu können, muss in den 
24436 \family sans
24437 Mathe
24438 \begin_inset space ~
24439 \end_inset
24440
24441 Optionen
24442 \family default
24443  der 
24444 \family sans
24445 Dokument-Einstellungen
24446 \family default
24447  
24448 \family sans
24449 AMS
24450 \begin_inset space ~
24451 \end_inset
24452
24453 Mathe
24454 \begin_inset space ~
24455 \end_inset
24456
24457 Paket
24458 \family default
24459
24460 \begin_inset space ~
24461 \end_inset
24462
24463
24464 \family sans
24465 verwenden
24466 \family default
24467  angekreuzt sein.
24468 \end_layout
24469
24470 \begin_layout Section
24471 Gleitobjekt-Nummerierung
24472 \begin_inset Index idx
24473 status collapsed
24474
24475 \begin_layout Plain Layout
24476 Gleitobjekte ! Nummerierung
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \begin_layout Standard
24485 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
24486  nummeriert oder nach dem Schema 
24487 \begin_inset Quotes gld
24488 \end_inset
24489
24490 Kapitelnummer.Gleitobjektnummer
24491 \begin_inset Quotes grd
24492 \end_inset
24493
24494  oder 
24495 \begin_inset Quotes gld
24496 \end_inset
24497
24498 Abschnittsnummer.Gleitobjektnummer
24499 \begin_inset Quotes grd
24500 \end_inset
24501
24502 .
24503  Das hängt von der Dokumentklasse ab.
24504 \end_layout
24505
24506 \begin_layout Standard
24507 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
24508  in den LaTeX-Vorspann einfügen:
24509 \end_layout
24510
24511 \begin_layout Standard
24512
24513 \series bold
24514
24515 \backslash
24516 renewcommand{
24517 \backslash
24518 thetable}{
24519 \backslash
24520 roman{table}}
24521 \end_layout
24522
24523 \begin_layout Standard
24524
24525 \series bold
24526
24527 \backslash
24528 thetable
24529 \series default
24530  ist der Befehl, der die Tabellennummer druckt.
24531  Für Abbildungen ist das 
24532 \series bold
24533
24534 \backslash
24535 thefigure
24536 \series default
24537 .
24538  Der Befehl 
24539 \series bold
24540
24541 \backslash
24542 roman
24543 \series default
24544  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
24545 \end_layout
24546
24547 \begin_layout Standard
24548 Um das Nummerierungsschema zum Beispiel auf 
24549 \begin_inset Quotes gld
24550 \end_inset
24551
24552 Unterabschnittsnummer.Num\SpecialChar \-
24553 mer
24554 \begin_inset Quotes grd
24555 \end_inset
24556
24557  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
24558 \end_layout
24559
24560 \begin_layout Standard
24561
24562 \series bold
24563
24564 \backslash
24565 numberwithin{table}{subsection}
24566 \end_layout
24567
24568 \begin_layout Standard
24569 Um den Befehl 
24570 \series bold
24571
24572 \backslash
24573 numberwithin
24574 \series default
24575  benutzen zu können, müssen Sie in den 
24576 \family sans
24577 Mathe
24578 \begin_inset space ~
24579 \end_inset
24580
24581 Optionen
24582 \family default
24583  der 
24584 \family sans
24585 Dokument-Einstellungen
24586 \family default
24587  
24588 \family sans
24589 AMS
24590 \begin_inset space ~
24591 \end_inset
24592
24593 Mathe
24594 \begin_inset space ~
24595 \end_inset
24596
24597 Paket
24598 \family default
24599
24600 \begin_inset space ~
24601 \end_inset
24602
24603
24604 \family sans
24605 verwenden
24606 \family default
24607  ankreuzen.
24608 \end_layout
24609
24610 \begin_layout Standard
24611 Sehen Sie sich bitte auch Abschnitt
24612 \begin_inset space ~
24613 \end_inset
24614
24615
24616 \begin_inset CommandInset ref
24617 LatexCommand ref
24618 reference "uab:Fußnoten-Nummerierung"
24619
24620 \end_inset
24621
24622  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
24623 \end_layout
24624
24625 \begin_layout Section
24626 Auf Gleitobjekte verweisen
24627 \begin_inset CommandInset label
24628 LatexCommand label
24629 name "abs:Auf-Gleitobjekte-verweisen"
24630
24631 \end_inset
24632
24633
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 Gleitobjekte ! Querverweise
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \begin_inset Index idx
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 Querverweise ! auf Gleitobjekte
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 Zunächst müssen Sie mit 
24658 \family sans
24659 Einfügen\SpecialChar \menuseparator
24660 Marke
24661 \family default
24662  oder einen Klick auf 
24663 \begin_inset Info
24664 type  "icon"
24665 arg   "label-insert"
24666 \end_inset
24667
24668  eine Marke im Titel einfügen.
24669  Im 
24670 \family sans
24671 Marke
24672 \family default
24673 -Dialog schreiben Sie einen Text in das Feld 
24674 \family sans
24675 Marke
24676 \family default
24677  oder übernehmen den vorgeschlagenen.
24678  Die Marke sieht in LyX dann so aus:
24679 \end_layout
24680
24681 \begin_layout Standard
24682 \begin_inset Graphics
24683         filename clipart/Marke.png
24684         lyxscale 80
24685         scale 50
24686         scaleBeforeRotation
24687
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \begin_layout Standard
24694 Die Marke wird als Anker und Name für den Querverweis benutzt.
24695  Mit 
24696 \family sans
24697 Einfügen\SpecialChar \menuseparator
24698 Querverweis
24699 \family default
24700  oder einen Klick auf 
24701 \begin_inset Info
24702 type  "icon"
24703 arg   "dialog-show-new-inset ref"
24704 \end_inset
24705
24706  können Sie dann auf die Marke verweisen.
24707  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
24708  angezeigt:
24709 \end_layout
24710
24711 \begin_layout Standard
24712 \begin_inset Graphics
24713         filename clipart/Querverweis.png
24714         lyxscale 80
24715         scale 50
24716         scaleBeforeRotation
24717
24718 \end_inset
24719
24720
24721 \begin_inset Newline newline
24722 \end_inset
24723
24724  Mehr zu Querverweisen finden Sie im 
24725 \emph on
24726 Benutzerhandbuch
24727 \emph default
24728 .
24729 \end_layout
24730
24731 \begin_layout Standard
24732 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
24733  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
24734  durch einen Zeilenumbruch getrennt werden können.
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
24739  LyX passt die Querverweise automatisch an.
24740 \end_layout
24741
24742 \begin_layout Standard
24743 Ein Klick auf den Schalter 
24744 \family sans
24745 Gehe
24746 \begin_inset space ~
24747 \end_inset
24748
24749 zur
24750 \begin_inset space ~
24751 \end_inset
24752
24753 Marke
24754 \family default
24755  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
24756  Der Text der Schaltfläche heißt jetzt 
24757 \family sans
24758 Gehe
24759 \begin_inset space ~
24760 \end_inset
24761
24762 zurück
24763 \family default
24764  und ein Klick darauf macht genau dies.
24765 \end_layout
24766
24767 \begin_layout Subsection
24768 Querverweis-Formate
24769 \begin_inset CommandInset label
24770 LatexCommand label
24771 name "uab:Querverweis-Formate"
24772
24773 \end_inset
24774
24775
24776 \begin_inset Index idx
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780 Querverweise ! Formate
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 Es gibt sechs verschiedene Querverweisstile:
24790 \end_layout
24791
24792 \begin_layout Description
24793 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
24794  
24795 \begin_inset CommandInset ref
24796 LatexCommand ref
24797 reference "abb:Zwei-Teilabbildungen"
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Description
24805 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
24806  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
24807  verwendet wird, speziell wenn der Name 
24808 \begin_inset Quotes gld
24809 \end_inset
24810
24811 Gleichung
24812 \begin_inset Quotes grd
24813 \end_inset
24814
24815  weggelassen wird: 
24816 \begin_inset CommandInset ref
24817 LatexCommand eqref
24818 reference "eq:Wgn"
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Description
24826 <Seite>: druckt die Seitennummer: Seite
24827 \begin_inset space ~
24828 \end_inset
24829
24830
24831 \begin_inset CommandInset ref
24832 LatexCommand pageref
24833 reference "abb:Zwei-Teilabbildungen"
24834
24835 \end_inset
24836
24837
24838 \end_layout
24839
24840 \begin_layout Description
24841 auf
24842 \begin_inset space ~
24843 \end_inset
24844
24845 Seite
24846 \begin_inset space ~
24847 \end_inset
24848
24849 <Seite>: druckt den Text 
24850 \begin_inset Quotes gld
24851 \end_inset
24852
24853 auf Seite
24854 \begin_inset Quotes grd
24855 \end_inset
24856
24857  und die Seitennummer: 
24858 \begin_inset CommandInset ref
24859 LatexCommand vpageref
24860 reference "abb:Zwei-Teilabbildungen"
24861
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \begin_layout Description
24868 <Querverweis>
24869 \begin_inset space ~
24870 \end_inset
24871
24872 auf
24873 \begin_inset space ~
24874 \end_inset
24875
24876 Seite
24877 \begin_inset space ~
24878 \end_inset
24879
24880 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
24881 \begin_inset Quotes gld
24882 \end_inset
24883
24884 auf Seite
24885 \begin_inset Quotes grd
24886 \end_inset
24887
24888 , und die Seitennummer: 
24889 \begin_inset CommandInset ref
24890 LatexCommand vref
24891 reference "abb:Zwei-Teilabbildungen"
24892
24893 \end_inset
24894
24895
24896 \end_layout
24897
24898 \begin_layout Description
24899 Formatierter
24900 \begin_inset space ~
24901 \end_inset
24902
24903 Querverweis: druckt ein selbst definiertes Querverweisformat
24904 \begin_inset Newline newline
24905 \end_inset
24906
24907
24908 \begin_inset Note Greyedout
24909 status open
24910
24911 \begin_layout Plain Layout
24912
24913 \series bold
24914 Bemerkung:
24915 \series default
24916  Dies ist nur möglich, wenn das LaTeX-Paket 
24917 \series bold
24918 prettyref
24919 \series default
24920  oder 
24921 \series bold
24922 refstyle
24923 \series default
24924
24925 \begin_inset Index idx
24926 status collapsed
24927
24928 \begin_layout Plain Layout
24929 LaTeX-Pakete ! prettyref
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \begin_inset Index idx
24936 status collapsed
24937
24938 \begin_layout Plain Layout
24939 LaTeX-Pakete ! refstyle
24940 \end_layout
24941
24942 \end_inset
24943
24944  installiert ist.
24945 \end_layout
24946
24947 \end_inset
24948
24949
24950 \begin_inset Newline newline
24951 \end_inset
24952
24953 Sie können duch setzen der Option 
24954 \family sans
24955 Verwende refstyle (nicht prettyref) für Querverweise
24956 \family default
24957  im Menü 
24958 \family sans
24959 Dokument\SpecialChar \menuseparator
24960 Einstellungen\SpecialChar \menuseparator
24961 Dokumentklasse
24962 \family default
24963  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
24964  Das Format wird definiert, indem man den Befehl 
24965 \series bold
24966
24967 \backslash
24968 newrefformat
24969 \series default
24970  (prettyref) oder 
24971 \series bold
24972
24973 \backslash
24974 newref
24975 \series default
24976  (refstyle) in den LaTeX-Vorspann einfügt.
24977  Z.
24978 \begin_inset space \thinspace{}
24979 \end_inset
24980
24981 B.
24982  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
24983  
24984 \begin_inset Quotes eld
24985 \end_inset
24986
24987
24988 \family sans
24989 abb
24990 \family default
24991
24992 \begin_inset Quotes erd
24993 \end_inset
24994
24995 ) mit dem Befehle
24996 \begin_inset Newline newline
24997 \end_inset
24998
24999
25000 \series bold
25001
25002 \backslash
25003 newref{abb}{refcmd={Bild auf Seite 
25004 \backslash
25005 pageref{#1}}}
25006 \series default
25007
25008 \begin_inset Newline newline
25009 \end_inset
25010
25011 geändert werden.
25012  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
25013 en verwiesen, 
25014 \begin_inset CommandInset citation
25015 LatexCommand cite
25016 key "prettyref,refstyle"
25017
25018 \end_inset
25019
25020 .
25021 \end_layout
25022
25023 \begin_layout Description
25024 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
25025 \begin_inset CommandInset ref
25026 LatexCommand nameref
25027 reference "abb:Zwei-Teilabbildungen"
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035
25036 \family sans
25037 <Seite>
25038 \family default
25039  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
25040  vorherigen, der selben oder der nächsten Seite befindet.
25041  Stattdessen wird z.
25042 \begin_inset space \thinspace{}
25043 \end_inset
25044
25045 B.
25046  der Text 
25047 \begin_inset Quotes gld
25048 \end_inset
25049
25050
25051 \family sans
25052 auf dieser Seite
25053 \family default
25054
25055 \begin_inset Quotes grd
25056 \end_inset
25057
25058  gedruckt.
25059  Der Stil 
25060 \family sans
25061 <Querverweis>
25062 \begin_inset space ~
25063 \end_inset
25064
25065 auf
25066 \begin_inset space ~
25067 \end_inset
25068
25069 Seite
25070 \begin_inset space ~
25071 \end_inset
25072
25073 <Seite>
25074 \family default
25075  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
25076  Seite ist.
25077 \end_layout
25078
25079 \begin_layout Standard
25080 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
25081  automatisch von LaTeX berechnet.
25082  Die Stile können im Feld 
25083 \family sans
25084 Format
25085 \family default
25086  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
25087  einen Querverweis klicken.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \begin_inset Note Greyedout
25092 status open
25093
25094 \begin_layout Plain Layout
25095
25096 \series bold
25097 Bemerkung:
25098 \series default
25099  Es wird empfohlen, das LaTeX-Paket 
25100 \series bold
25101 refstyle
25102 \series default
25103
25104 \begin_inset Index idx
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108 LaTeX-Pakete ! refstyle
25109 \end_layout
25110
25111 \end_inset
25112
25113  zu verwenden, da 
25114 \series bold
25115 prettyref
25116 \series default
25117
25118 \begin_inset Index idx
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 LaTeX-Pakete ! prettyref
25123 \end_layout
25124
25125 \end_inset
25126
25127  nicht alle möglichen LyX Marken-Kürzel
25128 \begin_inset Foot
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132  
25133 \begin_inset Quotes gld
25134 \end_inset
25135
25136 abb:
25137 \begin_inset Quotes grd
25138 \end_inset
25139
25140  ist z.
25141 \begin_inset space \thinspace{}
25142 \end_inset
25143
25144 B.
25145  LyXs Kürzel für Marken in Bildbeschriftungen.
25146 \end_layout
25147
25148 \end_inset
25149
25150  kennt und auch nicht internationalisiert ist.
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Subsection
25159 Automatische Querverweisnamen
25160 \begin_inset Index idx
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164 Querverweise ! Automatische Namen 
25165 \end_layout
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 Das LaTeX-Paket 
25174 \series bold
25175 hyperref
25176 \series default
25177
25178 \begin_inset Index idx
25179 status collapsed
25180
25181 \begin_layout Plain Layout
25182 LaTeX-Pakete ! hyperref
25183 \end_layout
25184
25185 \end_inset
25186
25187 , das in den
25188 \family sans
25189  PDF-Eigenschaften
25190 \family default
25191  im 
25192 \family sans
25193 Dokument-Einstellungen
25194 \family default
25195  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
25196  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
25197  wie 
25198 \emph on
25199 Abschnitt
25200 \emph default
25201 ).
25202  Sie müssen damit z.
25203 \begin_inset space \thinspace{}
25204 \end_inset
25205
25206 B.
25207  nicht mehr den Namen 
25208 \begin_inset Quotes gld
25209 \end_inset
25210
25211 Abbildung
25212 \begin_inset Quotes grd
25213 \end_inset
25214
25215  vor jeden Querverweis auf eine Abbildung schreiben.
25216  Um diese Funktion benutzen zu können, aktivieren Sie 
25217 \series bold
25218 hyperref
25219 \series default
25220  und fügen diese Zeile in den LaTeX-Vorspann ein:
25221 \end_layout
25222
25223 \begin_layout Standard
25224
25225 \series bold
25226
25227 \backslash
25228 AtBeginDocument{
25229 \backslash
25230 renewcommand{
25231 \backslash
25232 ref}[1]{
25233 \backslash
25234 mbox{
25235 \backslash
25236 autoref{#1}}}}
25237 \end_layout
25238
25239 \begin_layout Standard
25240 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
25241 \begin_inset space \thinspace{}
25242 \end_inset
25243
25244 B.
25245  statt 
25246 \begin_inset Quotes gld
25247 \end_inset
25248
25249 Abschnitt
25250 \begin_inset Quotes grd
25251 \end_inset
25252
25253  den Namen 
25254 \begin_inset Quotes gld
25255 \end_inset
25256
25257 Kap.
25258 \begin_inset space \thinspace{}
25259 \end_inset
25260
25261
25262 \begin_inset Quotes grd
25263 \end_inset
25264
25265 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
25266 \end_layout
25267
25268 \begin_layout Standard
25269
25270 \series bold
25271
25272 \backslash
25273 addto
25274 \backslash
25275 extrasngerman{
25276 \backslash
25277 renewcommand{
25278 \backslash
25279 sectionautorefname}
25280 \begin_inset Newline newline
25281 \end_inset
25282
25283
25284 \begin_inset Phantom HPhantom
25285 status open
25286
25287 \begin_layout Plain Layout
25288
25289 \series bold
25290 \begin_inset space ~
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \end_inset
25297
25298 {Kap.
25299 \backslash
25300 negthinspace}}
25301 \end_layout
25302
25303 \begin_layout Standard
25304 Wenn Sie eine andere Dokumentsprache als Deutsch benutzen, ersetzen Sie
25305 \begin_inset Newline newline
25306 \end_inset
25307
25308
25309 \series bold
25310
25311 \backslash
25312 extrasngerman
25313 \series default
25314  durch 
25315 \series bold
25316
25317 \backslash
25318 extras***
25319 \series default
25320 , wobei *** der Name der verwendeten Sprache ist.
25321 \end_layout
25322
25323 \begin_layout Standard
25324 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
25325  z.
25326 \begin_inset space \thinspace{}
25327 \end_inset
25328
25329 B.
25330  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
25331 \end_layout
25332
25333 \begin_layout Standard
25334
25335 \series bold
25336
25337 \backslash
25338 addto
25339 \backslash
25340 extrasngerman{
25341 \backslash
25342 renewcommand*{
25343 \backslash
25344 equationautorefname}[1]{}}
25345 \end_layout
25346
25347 \begin_layout Standard
25348 Mehr über dieses Thema finden Sie in der 
25349 \series bold
25350 hyperref
25351 \series default
25352 -Dokumentation 
25353 \begin_inset CommandInset citation
25354 LatexCommand cite
25355 key "hyperref"
25356
25357 \end_inset
25358
25359 .
25360 \end_layout
25361
25362 \begin_layout Standard
25363 \begin_inset Note Greyedout
25364 status open
25365
25366 \begin_layout Plain Layout
25367
25368 \series bold
25369 Bemerkung:
25370 \series default
25371  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
25372  als Querverweisstil 
25373 \family sans
25374 Formatierter
25375 \begin_inset space ~
25376 \end_inset
25377
25378 Querverweis
25379 \family default
25380  benutzen, wie in Abschnitt
25381 \begin_inset space ~
25382 \end_inset
25383
25384
25385 \begin_inset CommandInset ref
25386 LatexCommand ref
25387 reference "uab:Querverweis-Formate"
25388
25389 \end_inset
25390
25391  beschrieben.
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \end_layout
25398
25399 \begin_layout Standard
25400 Das 
25401 \emph on
25402 Mathe
25403 \emph default
25404  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
25405 \end_layout
25406
25407 \begin_layout Subsection
25408 Querverweis-Position
25409 \begin_inset CommandInset label
25410 LatexCommand label
25411 name "uab:Querverweis-Position"
25412
25413 \end_inset
25414
25415
25416 \begin_inset Index idx
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420 Querverweise !  Position
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 Wenn Sie 
25430 \series bold
25431 hyperref
25432 \series default
25433
25434 \begin_inset Index idx
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438 LaTeX-Pakete ! hyperref
25439 \end_layout
25440
25441 \end_inset
25442
25443  in den
25444 \family sans
25445  PDF-Eigenschaften
25446 \family default
25447  im 
25448 \family sans
25449 Dokument-Einstellungen
25450 \family default
25451  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
25452  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
25453  und Sie werden das Bild ohne Scrollen nicht sehen.
25454  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
25455  ist.
25456  Wenn Sie das  LaTeX-Paket 
25457 \series bold
25458 hypcap
25459 \series default
25460
25461 \begin_inset Index idx
25462 status collapsed
25463
25464 \begin_layout Plain Layout
25465 LaTeX-Pakete ! hypcap
25466 \end_layout
25467
25468 \end_inset
25469
25470 , das Teil des LaTeX-Pakets 
25471 \series bold
25472 oberdiek
25473 \series default
25474
25475 \begin_inset Index idx
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479 LaTeX-Pakete ! oberdiek
25480 \end_layout
25481
25482 \end_inset
25483
25484  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
25485  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
25486 \series bold
25487 hypcap
25488 \series default
25489  zunächst in den LaTeX-Vorspann laden:
25490 \end_layout
25491
25492 \begin_layout Standard
25493
25494 \series bold
25495
25496 \backslash
25497 usepackage[figure]{hypcap}
25498 \end_layout
25499
25500 \begin_layout Standard
25501 Sie können 
25502 \series bold
25503 hypcap
25504 \series default
25505  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
25506  nicht empfohlen.
25507  Weitere Informationen finden Sie im
25508 \series bold
25509  hypcap
25510 \series default
25511 -Handbuch 
25512 \begin_inset CommandInset citation
25513 LatexCommand cite
25514 key "hypcap"
25515
25516 \end_inset
25517
25518 .
25519 \end_layout
25520
25521 \begin_layout Standard
25522 \begin_inset Note Greyedout
25523 status open
25524
25525 \begin_layout Plain Layout
25526
25527 \series bold
25528 Bemerkung:
25529 \series default
25530  
25531 \series bold
25532 hypcap
25533 \series medium
25534  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Section
25543 Gleitobjekt-Platzierung
25544 \begin_inset CommandInset label
25545 LatexCommand label
25546 name "abs:Gleitobjekt-Platzierung"
25547
25548 \end_inset
25549
25550
25551 \begin_inset Index idx
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 Gleitobjekte ! Platzierung
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 Ein Rechtsklick auf ein Gleitobjekt-Kästchen und Klicken auf 
25565 \family sans
25566 Einstellungen 
25567 \family default
25568 öffnet einen Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzieru
25569 ng ändern können.
25570 \begin_inset Newline newline
25571 \end_inset
25572
25573 Die Option 
25574 \family sans
25575 Spalten
25576 \begin_inset space ~
25577 \end_inset
25578
25579 überspannen
25580 \family default
25581  ist nur bei zweispaltigen Dokumenten sinnvoll.
25582  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
25583 \begin_inset Newline newline
25584 \end_inset
25585
25586 Die Option 
25587 \family sans
25588 Seitwärts
25589 \begin_inset space ~
25590 \end_inset
25591
25592 drehen
25593 \family default
25594  ist in Abschnitt 
25595 \begin_inset CommandInset ref
25596 LatexCommand ref
25597 reference "abs:Gedrehte-Gleitobjekte"
25598
25599 \end_inset
25600
25601  beschrieben.
25602 \end_layout
25603
25604 \begin_layout Standard
25605 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
25606  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
25607  Sie die Option 
25608 \family sans
25609 Standard-Platzierung
25610 \begin_inset space ~
25611 \end_inset
25612
25613 verwenden
25614 \family default
25615  nicht verwenden:
25616 \end_layout
25617
25618 \begin_layout Description
25619 Hier
25620 \begin_inset space ~
25621 \end_inset
25622
25623 wenn
25624 \begin_inset space ~
25625 \end_inset
25626
25627 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
25628 \end_layout
25629
25630 \begin_layout Description
25631 Anfang
25632 \begin_inset space ~
25633 \end_inset
25634
25635 der
25636 \begin_inset space ~
25637 \end_inset
25638
25639 Seite
25640 \family sans
25641  
25642 \family default
25643 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
25644  Gleitobjekte, die maximal 70
25645 \begin_inset space \thinspace{}
25646 \end_inset
25647
25648 % einer Seite benötigen, dürfen oben platziert werden.
25649  Dies kann durch die Variable 
25650 \series bold
25651
25652 \backslash
25653 topfraction
25654 \series default
25655  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
25656 \end_layout
25657
25658 \begin_deeper
25659 \begin_layout Standard
25660
25661 \series bold
25662
25663 \backslash
25664 renewcommand{
25665 \backslash
25666 topfraction}{0.9}
25667 \family typewriter
25668 \series default
25669  
25670 \end_layout
25671
25672 \end_deeper
25673 \begin_layout Description
25674 Ende
25675 \begin_inset space ~
25676 \end_inset
25677
25678 der
25679 \begin_inset space ~
25680 \end_inset
25681
25682 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
25683  Gleitobjekte, die maximal 30
25684 \begin_inset space \thinspace{}
25685 \end_inset
25686
25687 % einer Seite benötigen, dürfen unten platziert werden.
25688  Dies kann durch die Variable 
25689 \series bold
25690
25691 \backslash
25692 bottomfraction
25693 \series default
25694  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
25695 \end_layout
25696
25697 \begin_deeper
25698 \begin_layout Standard
25699
25700 \series bold
25701
25702 \backslash
25703 renewcommand{
25704 \backslash
25705 bottomfraction}{0.5}
25706 \end_layout
25707
25708 \begin_layout Standard
25709 die oftmals zu kleine untere Grenze auf 50
25710 \begin_inset space \thinspace{}
25711 \end_inset
25712
25713 %.
25714 \end_layout
25715
25716 \end_deeper
25717 \begin_layout Description
25718 Seite
25719 \begin_inset space ~
25720 \end_inset
25721
25722 mit
25723 \begin_inset space ~
25724 \end_inset
25725
25726 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
25727  Nur wenn mehr als 50
25728 \begin_inset space \thinspace{}
25729 \end_inset
25730
25731 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
25732  Gleitobjekte bereitgestellt.
25733  Dies kann durch die Variable 
25734 \series bold
25735
25736 \backslash
25737 floatpagefraction 
25738 \series default
25739 im LaTeX-Vorspann überschrieben werden.
25740 \end_layout
25741
25742 \begin_layout Standard
25743 Die Reihenfolge der obigen Optionen wird 
25744 \emph on
25745 immer
25746 \emph default
25747  von LaTeX verwendet.
25748  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
25749  versuchen 
25750 \family sans
25751 Hier
25752 \begin_inset space \space{}
25753 \end_inset
25754
25755 wenn
25756 \begin_inset space \space{}
25757 \end_inset
25758
25759 möglich
25760 \family default
25761 , dann 
25762 \family sans
25763 Anfang
25764 \begin_inset space ~
25765 \end_inset
25766
25767 der
25768 \begin_inset space ~
25769 \end_inset
25770
25771 Seite
25772 \family default
25773  und dann die anderen Optionen anzuwenden.
25774  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
25775  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
25776  Reihenfolge.
25777  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
25778 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
25779 \end_layout
25780
25781 \begin_layout Standard
25782 Die Option 
25783 \family sans
25784 Hier,
25785 \begin_inset space ~
25786 \end_inset
25787
25788 auf
25789 \begin_inset space ~
25790 \end_inset
25791
25792 jeden
25793 \begin_inset space ~
25794 \end_inset
25795
25796 Fall
25797 \family default
25798  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
25799  fast druckreif ist.
25800  Denn mit der Option kann das Objekt nicht mehr 
25801 \emph on
25802 gleiten
25803 \emph default
25804 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
25805  oftmals zerstört.
25806 \end_layout
25807
25808 \begin_layout Standard
25809 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
25810  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
25811 \begin_inset VSpace bigskip
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \begin_layout Standard
25818 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
25819 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
25820  das Gleitobjekt sei Teil des vorherigen Abschnitts.
25821  Das kann mit dem LaTeX-Befehl
25822 \series bold
25823  
25824 \backslash
25825 suppressfloats
25826 \series default
25827  verhindert werden.
25828  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
25829  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
25830  gesetzt wird.
25831  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
25832 \end_layout
25833
25834 \begin_layout Standard
25835
25836 \series bold
25837
25838 \backslash
25839 let
25840 \backslash
25841 meinAbschnitt
25842 \backslash
25843 section
25844 \begin_inset Newline newline
25845 \end_inset
25846
25847
25848 \backslash
25849 renewcommand{
25850 \backslash
25851 section}{
25852 \backslash
25853 suppressfloats[t]
25854 \backslash
25855 meinAbschnitt}
25856 \end_layout
25857
25858 \begin_layout Standard
25859 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
25860  Unterabschnitten festlegen.
25861  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
25862  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
25863 \end_layout
25864
25865 \begin_layout Standard
25866 Es gibt auch noch das LaTeX-Paket 
25867 \series bold
25868 flafter
25869 \series default
25870
25871 \begin_inset Index idx
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875 LaTeX-Pakete ! flafter
25876 \end_layout
25877
25878 \end_inset
25879
25880  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
25881  gedruckt wird.
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \begin_inset VSpace bigskip
25886 \end_inset
25887
25888 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
25889  Dafür gibt es das LaTeX-Paket 
25890 \series bold
25891 endfloat
25892 \series default
25893
25894 \begin_inset Index idx
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898 LaTeX-Pakete ! endfloat
25899 \end_layout
25900
25901 \end_inset
25902
25903 .
25904  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
25905  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
25906  
25907 \family sans
25908
25909 \begin_inset Quotes gld
25910 \end_inset
25911
25912 [Abbildung
25913 \begin_inset space ~
25914 \end_inset
25915
25916 3.2 ist ungefähr hier.]
25917 \family default
25918
25919 \begin_inset Quotes grd
25920 \end_inset
25921
25922  finden.
25923  Das 
25924 \series bold
25925 endfloat
25926 \series default
25927 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
25928 \end_layout
25929
25930 \begin_layout Standard
25931
25932 \series bold
25933
25934 \backslash
25935 usepackage[Optionen]{endfloat}
25936 \end_layout
25937
25938 \begin_layout Standard
25939 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
25940  Tabellen-Abschnitte, die Sie in der 
25941 \series bold
25942 endfloat
25943 \series default
25944 -Dokumentation 
25945 \begin_inset CommandInset citation
25946 LatexCommand cite
25947 key "endfloat"
25948
25949 \end_inset
25950
25951  nachlesen können.
25952 \begin_inset Newline newline
25953 \end_inset
25954
25955
25956 \begin_inset Note Greyedout
25957 status open
25958
25959 \begin_layout Plain Layout
25960
25961 \series bold
25962 Bemerkung
25963 \begin_inset space ~
25964 \end_inset
25965
25966 1: endfloat
25967 \series default
25968  übersetzt den Hinweistext nicht automatisch.
25969  Abschnitt
25970 \begin_inset space ~
25971 \end_inset
25972
25973 4 in 
25974 \begin_inset CommandInset citation
25975 LatexCommand cite
25976 key "endfloat"
25977
25978 \end_inset
25979
25980  beschreibt, wie es geht.
25981 \end_layout
25982
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \begin_layout Standard
25989 \begin_inset Note Greyedout
25990 status open
25991
25992 \begin_layout Plain Layout
25993
25994 \series bold
25995 Bemerkung
25996 \begin_inset space ~
25997 \end_inset
25998
25999 2: 
26000 \series default
26001 Die aktuelle Version von 
26002 \series bold
26003 endfloat
26004 \series default
26005  hat einen Fehler, wenn die Überschrift ein 
26006 \begin_inset Quotes gld
26007 \end_inset
26008
26009 ß
26010 \begin_inset Quotes grd
26011 \end_inset
26012
26013  enthält.
26014  Sie müssen stattdessen den Befehl 
26015 \series bold
26016
26017 \backslash
26018 ss
26019 \series default
26020  als TeX-Code benutzen.
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 \begin_inset VSpace bigskip
26030 \end_inset
26031
26032 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
26033  wie 
26034 \begin_inset CommandInset citation
26035 LatexCommand cite
26036 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26037
26038 \end_inset
26039
26040 .
26041 \end_layout
26042
26043 \begin_layout Section
26044 Gedrehte Gleitobjekte
26045 \begin_inset CommandInset label
26046 LatexCommand label
26047 name "abs:Gedrehte-Gleitobjekte"
26048
26049 \end_inset
26050
26051
26052 \begin_inset Index idx
26053 status collapsed
26054
26055 \begin_layout Plain Layout
26056 Gleitobjekte ! drehen
26057 \end_layout
26058
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Standard
26065 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
26066 t drehen.
26067  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
26068  und die Option 
26069 \family sans
26070 Seitwärts
26071 \begin_inset space ~
26072 \end_inset
26073
26074 drehen
26075 \family default
26076  wählen.
26077 \end_layout
26078
26079 \begin_layout Standard
26080 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
26081  sie ein mehrspaltiges Dokument haben) gedruckt.
26082  Sie können mehrere Spalten überspannen, wenn die Option 
26083 \family sans
26084 Spalten
26085 \begin_inset space ~
26086 \end_inset
26087
26088 überspannen
26089 \family default
26090  in den Gleitobjekt Einstellungen gewählt ist.
26091  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
26092  werden können.
26093  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
26094  Option 
26095 \series bold
26096 figuresleft
26097 \series default
26098  oder 
26099 \series bold
26100 figuresright
26101 \series default
26102  zu den Dokumentklassen-Optionen hinzu.
26103 \end_layout
26104
26105 \begin_layout Standard
26106 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
26107  Tabelle
26108 \begin_inset space ~
26109 \end_inset
26110
26111
26112 \begin_inset CommandInset ref
26113 LatexCommand ref
26114 reference "tab:Gedrehte-Tabelle"
26115
26116 \end_inset
26117
26118  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
26119 \end_layout
26120
26121 \begin_layout Standard
26122 \begin_inset Note Greyedout
26123 status open
26124
26125 \begin_layout Plain Layout
26126
26127 \series bold
26128 Bemerkung:
26129 \series default
26130  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Standard
26139 \begin_inset Float table
26140 wide false
26141 sideways true
26142 status open
26143
26144 \begin_layout Plain Layout
26145 \begin_inset Caption Standard
26146
26147 \begin_layout Plain Layout
26148 \begin_inset CommandInset label
26149 LatexCommand label
26150 name "tab:Gedrehte-Tabelle"
26151
26152 \end_inset
26153
26154 Gedrehte Tabelle
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Plain Layout
26163 \align center
26164 \begin_inset Tabular
26165 <lyxtabular version="3" rows="1" columns="5">
26166 <features rotate="0" tabularvalignment="middle">
26167 <column alignment="center" valignment="top">
26168 <column alignment="center" valignment="top">
26169 <column alignment="center" valignment="top">
26170 <column alignment="center" valignment="top">
26171 <column alignment="center" valignment="top">
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177 Test
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 b
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26192 \begin_inset Text
26193
26194 \begin_layout Plain Layout
26195 c
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 d
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26210 \begin_inset Text
26211
26212 \begin_layout Plain Layout
26213 e
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 </row>
26219 </lyxtabular>
26220
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227
26228
26229 \end_layout
26230
26231 \begin_layout Section
26232 Untergleitobjekte
26233 \begin_inset Index idx
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237 Gleitobjekte ! Untergleitobjekte
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 Untergleitobjekte werden z.
26247 \begin_inset space \thinspace{}
26248 \end_inset
26249
26250 B.
26251  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
26252  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
26253  eingefügt wird.
26254  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
26255  in Tabelle
26256 \begin_inset space ~
26257 \end_inset
26258
26259
26260 \begin_inset CommandInset ref
26261 LatexCommand ref
26262 reference "tab:Untertabellen-nebeneinander"
26263
26264 \end_inset
26265
26266  und 
26267 \begin_inset CommandInset ref
26268 LatexCommand ref
26269 reference "tab:Untertabellen-übereinander"
26270
26271 \end_inset
26272
26273 .
26274 \end_layout
26275
26276 \begin_layout Standard
26277 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
26278 \begin_inset space ~
26279 \end_inset
26280
26281
26282 \begin_inset CommandInset ref
26283 LatexCommand ref
26284 reference "tab:Untertabelle-a"
26285
26286 \end_inset
26287
26288  und 
26289 \begin_inset CommandInset ref
26290 LatexCommand ref
26291 reference "tab:Untertabelle-b"
26292
26293 \end_inset
26294
26295  sind Untertabellen von Tabelle
26296 \begin_inset space ~
26297 \end_inset
26298
26299
26300 \begin_inset CommandInset ref
26301 LatexCommand ref
26302 reference "tab:Untertabellen-nebeneinander"
26303
26304 \end_inset
26305
26306 .
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset Float table
26311 wide false
26312 sideways false
26313 status open
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Caption Standard
26317
26318 \begin_layout Plain Layout
26319 \begin_inset CommandInset label
26320 LatexCommand label
26321 name "tab:Untertabellen-nebeneinander"
26322
26323 \end_inset
26324
26325 Zwei Untertabellen nebeneinander.
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Plain Layout
26334 \align center
26335 \begin_inset space \hfill{}
26336 \end_inset
26337
26338
26339 \begin_inset Float table
26340 wide false
26341 sideways false
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345 \begin_inset Caption Standard
26346
26347 \begin_layout Plain Layout
26348 \begin_inset CommandInset label
26349 LatexCommand label
26350 name "tab:Untertabelle-a"
26351
26352 \end_inset
26353
26354 Dies ist Untertabelle a.
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Plain Layout
26363 \align center
26364 \begin_inset Tabular
26365 <lyxtabular version="3" rows="1" columns="5">
26366 <features rotate="0" tabularvalignment="middle">
26367 <column alignment="center" valignment="top">
26368 <column alignment="center" valignment="top">
26369 <column alignment="center" valignment="top">
26370 <column alignment="center" valignment="top">
26371 <column alignment="center" valignment="top">
26372 <row>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 Test
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 b
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 c
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 d
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413 e
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 </row>
26419 </lyxtabular>
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \begin_inset space \hfill{}
26430 \end_inset
26431
26432
26433 \begin_inset Float table
26434 wide false
26435 sideways false
26436 status collapsed
26437
26438 \begin_layout Plain Layout
26439 \begin_inset Caption Standard
26440
26441 \begin_layout Plain Layout
26442 \begin_inset CommandInset label
26443 LatexCommand label
26444 name "tab:Untertabelle-b"
26445
26446 \end_inset
26447
26448 Dies ist Untertabelle b.
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Plain Layout
26457 \align center
26458 \begin_inset Tabular
26459 <lyxtabular version="3" rows="1" columns="5">
26460 <features rotate="0" tabularvalignment="middle">
26461 <column alignment="center" valignment="top">
26462 <column alignment="center" valignment="top">
26463 <column alignment="center" valignment="top">
26464 <column alignment="center" valignment="top">
26465 <column alignment="center" valignment="top">
26466 <row>
26467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 e
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480 d
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26486 \begin_inset Text
26487
26488 \begin_layout Plain Layout
26489 c
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498 b
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26504 \begin_inset Text
26505
26506 \begin_layout Plain Layout
26507 Test
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 </lyxtabular>
26514
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \begin_inset space \hfill{}
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \begin_layout Standard
26535 \begin_inset Float table
26536 wide false
26537 sideways false
26538 status open
26539
26540 \begin_layout Plain Layout
26541 \begin_inset Caption Standard
26542
26543 \begin_layout Plain Layout
26544 \begin_inset CommandInset label
26545 LatexCommand label
26546 name "tab:Untertabellen-übereinander"
26547
26548 \end_inset
26549
26550 Zwei Untertabellen übereinander.
26551  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \begin_layout Plain Layout
26560 \align center
26561 \begin_inset Float table
26562 wide false
26563 sideways false
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567 \begin_inset Caption Standard
26568
26569 \begin_layout Plain Layout
26570
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \begin_layout Plain Layout
26579 \align center
26580 \begin_inset Tabular
26581 <lyxtabular version="3" rows="1" columns="4">
26582 <features rotate="0" tabularvalignment="middle">
26583 <column alignment="center" valignment="top">
26584 <column alignment="center" valignment="top">
26585 <column alignment="center" valignment="top">
26586 <column alignment="center" valignment="top">
26587 <row>
26588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592 Test
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26598 \begin_inset Text
26599
26600 \begin_layout Plain Layout
26601 Test
26602 \end_layout
26603
26604 \end_inset
26605 </cell>
26606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26607 \begin_inset Text
26608
26609 \begin_layout Plain Layout
26610 Test
26611 \end_layout
26612
26613 \end_inset
26614 </cell>
26615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26616 \begin_inset Text
26617
26618 \begin_layout Plain Layout
26619 Test
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 </row>
26625 </lyxtabular>
26626
26627 \end_inset
26628
26629
26630 \end_layout
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \begin_layout Plain Layout
26638 \align center
26639 \begin_inset Float table
26640 wide false
26641 sideways false
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645 \begin_inset Caption Standard
26646
26647 \begin_layout Plain Layout
26648
26649 \end_layout
26650
26651 \end_inset
26652
26653
26654 \end_layout
26655
26656 \begin_layout Plain Layout
26657 \align center
26658 \begin_inset Tabular
26659 <lyxtabular version="3" rows="1" columns="5">
26660 <features rotate="0" tabularvalignment="middle">
26661 <column alignment="center" valignment="top">
26662 <column alignment="center" valignment="top">
26663 <column alignment="center" valignment="top">
26664 <column alignment="center" valignment="top">
26665 <column alignment="center" valignment="top">
26666 <row>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 a
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 b
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 c
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 d
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 e
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 </row>
26713 </lyxtabular>
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Section
26731 Gleitobjekte nebeneinander
26732 \begin_inset Index idx
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 Gleitobjekte ! nebeneinander
26737 \end_layout
26738
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \begin_layout Standard
26745 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
26746 \begin_inset space ~
26747 \end_inset
26748
26749
26750 \begin_inset CommandInset ref
26751 LatexCommand ref
26752 reference "abb:Gleitobjekt-links"
26753
26754 \end_inset
26755
26756  und 
26757 \begin_inset CommandInset ref
26758 LatexCommand ref
26759 reference "abb:Gleitobjekt-rechts"
26760
26761 \end_inset
26762
26763  wird nur 
26764 \emph on
26765 ein
26766 \emph default
26767  Gleitobjekt verwendet.
26768  In dieses werden zwei Minipage Boxen eingefügt.
26769 \begin_inset Foot
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773 Minipages sind in Abschnitt
26774 \begin_inset space ~
26775 \end_inset
26776
26777
26778 \begin_inset CommandInset ref
26779 LatexCommand ref
26780 reference "abs:Minipage"
26781
26782 \end_inset
26783
26784  erklärt.
26785 \end_layout
26786
26787 \end_inset
26788
26789  Die Breite wird für jede Minipage auf 45
26790 \begin_inset space \thinspace{}
26791 \end_inset
26792
26793 -50
26794 \begin_inset space \thinspace{}
26795 \end_inset
26796
26797 Spalten% und die Box Ausrichtung auf 
26798 \family sans
26799 Unten
26800 \family default
26801  gesetzt.
26802  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
26803  Gleitobjekt.
26804  Der einzige Unterschied ist, dass die Bildeinheit 
26805 \family sans
26806 Spaltenbreite
26807 \begin_inset space ~
26808 \end_inset
26809
26810 %
26811 \family default
26812  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
26813 \end_layout
26814
26815 \begin_layout Standard
26816 \begin_inset Float figure
26817 wide false
26818 sideways false
26819 status open
26820
26821 \begin_layout Plain Layout
26822 \begin_inset Box Frameless
26823 position "b"
26824 hor_pos "c"
26825 has_inner_box 1
26826 inner_pos "t"
26827 use_parbox 0
26828 use_makebox 0
26829 width "45col%"
26830 special "none"
26831 height "1in"
26832 height_special "totalheight"
26833 status open
26834
26835 \begin_layout Plain Layout
26836 \align center
26837 \begin_inset Graphics
26838         filename ../clipart/mobius.eps
26839         lyxscale 50
26840         width 100col%
26841         scaleBeforeRotation
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \begin_layout Plain Layout
26849 \begin_inset Caption Standard
26850
26851 \begin_layout Plain Layout
26852 \begin_inset CommandInset label
26853 LatexCommand label
26854 name "abb:Gleitobjekt-links"
26855
26856 \end_inset
26857
26858 Gleitobjekt auf der linken Seite.
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \begin_inset space \hfill{}
26870 \end_inset
26871
26872
26873 \begin_inset Box Frameless
26874 position "b"
26875 hor_pos "c"
26876 has_inner_box 1
26877 inner_pos "t"
26878 use_parbox 0
26879 use_makebox 0
26880 width "45col%"
26881 special "none"
26882 height "1in"
26883 height_special "totalheight"
26884 status open
26885
26886 \begin_layout Plain Layout
26887 \align center
26888 \begin_inset Graphics
26889         filename ../clipart/platypus.eps
26890         lyxscale 50
26891         width 100col%
26892         scaleBeforeRotation
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Plain Layout
26900 \begin_inset Caption Standard
26901
26902 \begin_layout Plain Layout
26903 \begin_inset CommandInset label
26904 LatexCommand label
26905 name "abb:Gleitobjekt-rechts"
26906
26907 \end_inset
26908
26909 Gleitobjekt auf der rechten Seite.
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \begin_layout Section
26928 Beschriftungs-Formatierung
26929 \begin_inset CommandInset label
26930 LatexCommand label
26931 name "abs:Titel-Formatierung"
26932
26933 \end_inset
26934
26935
26936 \begin_inset Index idx
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 Gleitobjekte ! Beschriftung ! Formatierung
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \begin_layout Standard
26949
26950 \family sans
26951 Legende
26952 \family default
26953  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
26954  In LyX sehen Titel so aus:  
26955 \family sans
26956
26957 \begin_inset Quotes gld
26958 \end_inset
26959
26960 Abbildung xyz:
26961 \family default
26962
26963 \begin_inset Quotes grd
26964 \end_inset
26965
26966 , gefolgt vom Beschriftungstext, wobei 
26967 \family sans
26968 xyz
26969 \family default
26970  die von LyX vergebene Nummer ist.
26971  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
26972  gedruckt.
26973  Dieses Format ist für die meisten aber nicht alle Dokumente geeignet.
26974 \end_layout
26975
26976 \begin_layout Standard
26977 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
26978  
26979 \series bold
26980 caption
26981 \series default
26982
26983 \begin_inset Index idx
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 LaTeX-Pakete ! caption
26988 \end_layout
26989
26990 \end_inset
26991
26992  in den LaTeX-Vorspann laden:
26993 \end_layout
26994
26995 \begin_layout Standard
26996
26997 \series bold
26998
26999 \backslash
27000 usepackage[Format-Definition]{caption}
27001 \end_layout
27002
27003 \begin_layout Standard
27004 Soll zum Beispiel Name und Nummer serifenlos und fett gedruckt werden und
27005  die Beschriftung immer über der Tabelle stehen, müssen Sie folgenden Befehl
27006  verwenden:
27007 \end_layout
27008
27009 \begin_layout Standard
27010
27011 \series bold
27012
27013 \backslash
27014 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27015 \end_layout
27016
27017 \begin_layout Standard
27018 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
27019  definieren.
27020  Dazu laden Sie das 
27021 \series bold
27022 caption
27023 \series default
27024 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
27025  dem Befehl
27026 \end_layout
27027
27028 \begin_layout Standard
27029
27030 \series bold
27031
27032 \backslash
27033 captionsetup[Gleitobjekt-Typ]{Format-Definition}
27034 \end_layout
27035
27036 \begin_layout Standard
27037 Für Abbildung
27038 \begin_inset space ~
27039 \end_inset
27040
27041
27042 \begin_inset CommandInset ref
27043 LatexCommand ref
27044 reference "abb:Langer-Abb-Titel"
27045
27046 \end_inset
27047
27048  und Tabelle
27049 \begin_inset space ~
27050 \end_inset
27051
27052
27053 \begin_inset CommandInset ref
27054 LatexCommand ref
27055 reference "tab:Langer-Tab-Titel"
27056
27057 \end_inset
27058
27059  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
27060  werden:
27061 \end_layout
27062
27063 \begin_layout Standard
27064
27065 \series bold
27066
27067 \backslash
27068 usepackage[tableposition=top]{caption}
27069 \begin_inset Newline newline
27070 \end_inset
27071
27072
27073 \backslash
27074 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27075 \begin_inset Newline newline
27076 \end_inset
27077
27078
27079 \begin_inset Phantom HPhantom
27080 status open
27081
27082 \begin_layout Plain Layout
27083
27084 \series bold
27085
27086 \backslash
27087 captionsetup[figure]{
27088 \end_layout
27089
27090 \end_inset
27091
27092 labelsep=period}
27093 \begin_inset Newline newline
27094 \end_inset
27095
27096
27097 \backslash
27098 captionsetup[table]{labelfont={bf,sf}}
27099 \end_layout
27100
27101 \begin_layout Standard
27102 \begin_inset Note Greyedout
27103 status open
27104
27105 \begin_layout Plain Layout
27106
27107 \series bold
27108 Bemerkung:
27109 \series default
27110  Die Option 
27111 \series bold
27112 tableposition=top
27113 \series default
27114  hat keine Auswirkung, wenn eine 
27115 \series bold
27116 KOMA-Script
27117 \series default
27118
27119 \begin_inset Index idx
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123 LaTeX-Pakete ! KOMA-Script
27124 \end_layout
27125
27126 \end_inset
27127
27128 -Dokumentklasse verwendet wird.
27129  Hier muss die Option 
27130 \series bold
27131 captions=tableheading
27132 \series default
27133  benutzt werden.
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 Weitere Informationen über das Paket
27143 \series bold
27144  caption
27145 \series default
27146  finden Sie in seiner Dokumentation 
27147 \begin_inset CommandInset citation
27148 LatexCommand cite
27149 key "caption"
27150
27151 \end_inset
27152
27153 .
27154 \end_layout
27155
27156 \begin_layout Standard
27157 Wenn Sie den Namen von 
27158 \begin_inset Quotes gld
27159 \end_inset
27160
27161 Abbildung
27162 \begin_inset Quotes grd
27163 \end_inset
27164
27165  auf 
27166 \begin_inset Quotes gld
27167 \end_inset
27168
27169 Bild
27170 \begin_inset Quotes grd
27171 \end_inset
27172
27173  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
27174 \end_layout
27175
27176 \begin_layout Standard
27177
27178 \series bold
27179
27180 \backslash
27181 renewcommand{
27182 \backslash
27183 fnum@figure}{Bild~
27184 \backslash
27185 thefigure}
27186 \end_layout
27187
27188 \begin_layout Standard
27189 wobei 
27190 \series bold
27191
27192 \backslash
27193 thefigure
27194 \series default
27195  die Bildnummer einsetzt und
27196 \series bold
27197  ~
27198 \series default
27199  ein geschütztes Leerzeichen ist.
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset VSpace bigskip
27204 \end_inset
27205
27206 Wenn Sie eine 
27207 \series bold
27208 KOMA-Script
27209 \series default
27210
27211 \begin_inset Index idx
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215 LaTeX-Pakete ! KOMA-Script
27216 \end_layout
27217
27218 \end_inset
27219
27220 -Dokumentklasse (
27221 \family sans
27222 article (KOMA-Script)
27223 \family default
27224
27225 \family sans
27226 book (KOMA-Script)
27227 \family default
27228
27229 \family sans
27230 letter (KOMA-Script)
27231 \family default
27232  oder 
27233 \family sans
27234 report (KOMA-Script)
27235 \family default
27236 ) benutzen, können Sie anstatt des 
27237 \series bold
27238 caption
27239 \series default
27240 -Paketes den eingebauten Befehl 
27241 \series bold
27242
27243 \backslash
27244 setkomafont
27245 \series default
27246  von 
27247 \series bold
27248 KOMA-Script
27249 \series default
27250  benutzen.
27251  Der Befehl
27252 \end_layout
27253
27254 \begin_layout Standard
27255
27256 \series bold
27257
27258 \backslash
27259 setkomafont{captionlabel}{
27260 \backslash
27261 bfseries}
27262 \end_layout
27263
27264 \begin_layout Standard
27265 im LaTeX-Vorspann druckt den Namen fett.
27266 \end_layout
27267
27268 \begin_layout Standard
27269 Weitere Informationen über 
27270 \series bold
27271
27272 \backslash
27273 setkomafont
27274 \series default
27275  finden Sie in der 
27276 \series bold
27277 KOMA-Script
27278 \series default
27279 -Do\SpecialChar \-
27280 ku\SpecialChar \-
27281 men\SpecialChar \-
27282 ta\SpecialChar \-
27283 tion 
27284 \begin_inset CommandInset citation
27285 LatexCommand cite
27286 key "KOMA-Script"
27287
27288 \end_inset
27289
27290 .
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset ERT
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298
27299
27300 \backslash
27301 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27302 }
27303 \end_layout
27304
27305 \end_inset
27306
27307
27308 \begin_inset Note Note
27309 status open
27310
27311 \begin_layout Plain Layout
27312 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
27313 \end_layout
27314
27315 \end_inset
27316
27317
27318 \end_layout
27319
27320 \begin_layout Standard
27321 \begin_inset Float figure
27322 placement !p
27323 wide false
27324 sideways false
27325 status open
27326
27327 \begin_layout Plain Layout
27328 \align center
27329 \begin_inset Graphics
27330         filename ../clipart/mobius.eps
27331         lyxscale 50
27332         scale 50
27333         scaleBeforeRotation
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Plain Layout
27341 \begin_inset Caption Standard
27342
27343 \begin_layout Plain Layout
27344 \begin_inset CommandInset label
27345 LatexCommand label
27346 name "abb:Langer-Abb-Titel"
27347
27348 \end_inset
27349
27350 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27351  ist, um das andere Beschriftungsformat zu zeigen.
27352  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
27353 \begin_inset Argument 1
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27358  ist.
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Standard
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27385 on}
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Standard
27394 \begin_inset Float table
27395 placement !p
27396 wide false
27397 sideways false
27398 status open
27399
27400 \begin_layout Plain Layout
27401 \begin_inset Caption Standard
27402
27403 \begin_layout Plain Layout
27404 \begin_inset CommandInset label
27405 LatexCommand label
27406 name "tab:Langer-Tab-Titel"
27407
27408 \end_inset
27409
27410 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27411  ist, um das andere Beschriftungsformat zu zeigen.
27412  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
27413  benutzt.
27414 \begin_inset Argument 1
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
27419  ist.
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \begin_layout Plain Layout
27433 \align center
27434 \begin_inset Tabular
27435 <lyxtabular version="3" rows="1" columns="5">
27436 <features rotate="0" tabularvalignment="middle">
27437 <column alignment="center" valignment="top">
27438 <column alignment="center" valignment="top">
27439 <column alignment="center" valignment="top">
27440 <column alignment="center" valignment="top">
27441 <column alignment="center" valignment="top">
27442 <row>
27443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 a
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27453 \begin_inset Text
27454
27455 \begin_layout Plain Layout
27456 b
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27462 \begin_inset Text
27463
27464 \begin_layout Plain Layout
27465 c
27466 \end_layout
27467
27468 \end_inset
27469 </cell>
27470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27471 \begin_inset Text
27472
27473 \begin_layout Plain Layout
27474 d
27475 \end_layout
27476
27477 \end_inset
27478 </cell>
27479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27480 \begin_inset Text
27481
27482 \begin_layout Plain Layout
27483 e
27484 \end_layout
27485
27486 \end_inset
27487 </cell>
27488 </row>
27489 </lyxtabular>
27490
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Section
27502 Beschriftungs-Platzierung
27503 \begin_inset CommandInset label
27504 LatexCommand label
27505 name "abs:Titel-Platzierung"
27506
27507 \end_inset
27508
27509
27510 \begin_inset Index idx
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Gleitobjekte ! Beschriftung ! Platzierung
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \end_layout
27521
27522 \begin_layout Standard
27523 Normalerweise werden die Beschriftungen wie folgt platziert:
27524 \end_layout
27525
27526 \begin_layout Description
27527 Abbildung: darunter
27528 \end_layout
27529
27530 \begin_layout Description
27531 Tabelle: darüber
27532 \end_layout
27533
27534 \begin_layout Standard
27535 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
27536  Das heißt wenn Sie eine der Dokument-Klassen 
27537 \family sans
27538 article
27539 \family default
27540
27541 \family sans
27542 book
27543 \family default
27544
27545 \family sans
27546 letter
27547 \family default
27548  oder 
27549 \family sans
27550 report
27551 \family default
27552  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
27553  Um das zu erreichen, laden Sie das LaTeX-Paket 
27554 \series bold
27555 caption
27556 \series default
27557
27558 \begin_inset Index idx
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 LaTeX-Pakete ! caption
27563 \end_layout
27564
27565 \end_inset
27566
27567  im LaTeX-Vorspann mit der Option
27568 \begin_inset Foot
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572 In Abschnitt
27573 \begin_inset space ~
27574 \end_inset
27575
27576
27577 \begin_inset CommandInset ref
27578 LatexCommand ref
27579 reference "abs:Titel-Formatierung"
27580
27581 \end_inset
27582
27583  steht mehr über das Paket 
27584 \series bold
27585 caption
27586 \series default
27587 .
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \begin_layout Standard
27596
27597 \series bold
27598 tableposition=top
27599 \end_layout
27600
27601 \begin_layout Standard
27602 Wenn Sie eine 
27603 \series bold
27604 KOMA-Script
27605 \series default
27606
27607 \begin_inset Index idx
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611 LaTeX-Pakete ! KOMA-Script
27612 \end_layout
27613
27614 \end_inset
27615
27616 -Dokumentklasse (
27617 \family sans
27618 article (KOMA-Script)
27619 \family default
27620
27621 \family sans
27622 book (KOMA-Script)
27623 \family default
27624
27625 \family sans
27626 letter (KOMA-Script)
27627 \family default
27628  oder 
27629 \family sans
27630 report (KOMA-Script)
27631 \family default
27632 ) benutzen, können Sie alternativ zum 
27633 \series bold
27634 caption
27635 \series default
27636 -Paket die Dokumentklassen-Option
27637 \end_layout
27638
27639 \begin_layout Standard
27640
27641 \series bold
27642 captions=tableheading
27643 \end_layout
27644
27645 \begin_layout Standard
27646 benutzen.
27647 \begin_inset Foot
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651 Diese Option wird in diesem Dokument verwendet.
27652 \end_layout
27653
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \begin_layout Standard
27660 In Dokumenten, die eine KOMA-Script Klasse verwenden, können Sie auch mit
27661  rechts auf eine Beschriftung klicken und im Kontextmenü markieren, ob diese
27662  Beschriftung über oder unter der Tabelle/Abbildung sein soll.
27663  Auf diese Weise kann die dokumentweite Beschriftungs-Platzierung für bestimmte
27664  Beschriftungen überschrieben werden.
27665  Tabelle
27666 \begin_inset space ~
27667 \end_inset
27668
27669
27670 \begin_inset CommandInset ref
27671 LatexCommand ref
27672 reference "tab:Eine-Beschriftung-unterhalb"
27673
27674 \end_inset
27675
27676  ist ein Beispiel, bei dem die Beschriftung als unterhalb der Tabelle markiert
27677  wurde, obwohl sie über der Tabelle steht.
27678  Zum Vergleich ist die Beschriftung von Tabelle
27679 \begin_inset space ~
27680 \end_inset
27681
27682
27683 \begin_inset CommandInset ref
27684 LatexCommand ref
27685 reference "tab:Eine-normale-Tabellen-Beschriftu"
27686
27687 \end_inset
27688
27689  nicht markiert.
27690 \end_layout
27691
27692 \begin_layout Standard
27693 \begin_inset Float table
27694 wide false
27695 sideways false
27696 status open
27697
27698 \begin_layout Plain Layout
27699 \begin_inset Caption Below
27700
27701 \begin_layout Plain Layout
27702 \begin_inset CommandInset label
27703 LatexCommand label
27704 name "tab:Eine-Beschriftung-unterhalb"
27705
27706 \end_inset
27707
27708 Eine Beschriftung, die als unterhalb der der Tabelle markiert wurde.
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Plain Layout
27717 \align center
27718 \begin_inset Tabular
27719 <lyxtabular version="3" rows="3" columns="3">
27720 <features rotate="0" tabularvalignment="middle">
27721 <column alignment="center" valignment="top" width="0pt">
27722 <column alignment="center" valignment="top" width="0pt">
27723 <column alignment="center" valignment="top" width="0pt">
27724 <row>
27725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27726 \begin_inset Text
27727
27728 \begin_layout Plain Layout
27729 1
27730 \end_layout
27731
27732 \end_inset
27733 </cell>
27734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27735 \begin_inset Text
27736
27737 \begin_layout Plain Layout
27738 2
27739 \end_layout
27740
27741 \end_inset
27742 </cell>
27743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27744 \begin_inset Text
27745
27746 \begin_layout Plain Layout
27747 3
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 </row>
27753 <row>
27754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27755 \begin_inset Text
27756
27757 \begin_layout Plain Layout
27758 Joe
27759 \end_layout
27760
27761 \end_inset
27762 </cell>
27763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27764 \begin_inset Text
27765
27766 \begin_layout Plain Layout
27767 Mary
27768 \end_layout
27769
27770 \end_inset
27771 </cell>
27772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27773 \begin_inset Text
27774
27775 \begin_layout Plain Layout
27776 Ted
27777 \end_layout
27778
27779 \end_inset
27780 </cell>
27781 </row>
27782 <row>
27783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27784 \begin_inset Text
27785
27786 \begin_layout Plain Layout
27787 \begin_inset Formula $\int x^{2}dx$
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Plain Layout
27799 \begin_inset Formula $\left[\begin{array}{cc}
27800 a & b\\
27801 c & d
27802 \end{array}\right]$
27803 \end_inset
27804
27805
27806 \end_layout
27807
27808 \end_inset
27809 </cell>
27810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27811 \begin_inset Text
27812
27813 \begin_layout Plain Layout
27814 \begin_inset Formula $1+1=2$
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 </row>
27823 </lyxtabular>
27824
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \begin_layout Standard
27836 \begin_inset Float table
27837 wide false
27838 sideways false
27839 status open
27840
27841 \begin_layout Plain Layout
27842 \begin_inset Caption Standard
27843
27844 \begin_layout Plain Layout
27845 \begin_inset CommandInset label
27846 LatexCommand label
27847 name "tab:Eine-normale-Tabellen-Beschriftu"
27848
27849 \end_inset
27850
27851 Eine normale Tabellen-Beschriftung.
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Plain Layout
27860 \align center
27861 \begin_inset Tabular
27862 <lyxtabular version="3" rows="3" columns="3">
27863 <features rotate="0" tabularvalignment="middle">
27864 <column alignment="center" valignment="top" width="0pt">
27865 <column alignment="center" valignment="top" width="0pt">
27866 <column alignment="center" valignment="top" width="0pt">
27867 <row>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 1
27873 \end_layout
27874
27875 \end_inset
27876 </cell>
27877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 2
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 3
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 </row>
27896 <row>
27897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27898 \begin_inset Text
27899
27900 \begin_layout Plain Layout
27901 Joe
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 Mary
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 Ted
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 </row>
27925 <row>
27926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Plain Layout
27930 \begin_inset Formula $\int x^{2}dx$
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 \begin_inset Formula $\left[\begin{array}{cc}
27943 a & b\\
27944 c & d
27945 \end{array}\right]$
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 \begin_inset Formula $1+1=2$
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \end_inset
27964 </cell>
27965 </row>
27966 </lyxtabular>
27967
27968 \end_inset
27969
27970
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \begin_layout Standard
27979 \begin_inset VSpace bigskip
27980 \end_inset
27981
27982 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
27983  Das bewirkt das LaTeX-Paket 
27984 \series bold
27985 sidecap
27986 \series default
27987
27988 \begin_inset Index idx
27989 status collapsed
27990
27991 \begin_layout Plain Layout
27992 LaTeX-Pakete ! sidecap
27993 \end_layout
27994
27995 \end_inset
27996
27997 , das so in den LaTeX-Vorspann geladen wird:
27998 \end_layout
27999
28000 \begin_layout Standard
28001
28002 \series bold
28003
28004 \backslash
28005 usepackage[Option]{sidecap}
28006 \end_layout
28007
28008 \begin_layout Standard
28009 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
28010  Mit 
28011 \series bold
28012 innercaption
28013 \series default
28014  wird die Beschriftung innen gedruckt.
28015  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
28016  
28017 \series bold
28018 rightcaption
28019 \series default
28020  oder 
28021 \series bold
28022 leftcaption
28023 \series default
28024 .
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \begin_inset ERT
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032
28033
28034 \backslash
28035 ifsidecap
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Note Note
28042 status open
28043
28044 \begin_layout Plain Layout
28045 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
28046 \series bold
28047 sidecap
28048 \series default
28049  installiert ist.
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Standard
28058 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
28059  in den LaTeX-Vorspann schreiben:
28060 \end_layout
28061
28062 \begin_layout Standard
28063 \begin_inset Newpage newpage
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Standard
28070 \noindent
28071 \begin_inset CommandInset line
28072 LatexCommand rule
28073 offset "0.5ex"
28074 width "100line%"
28075 height "1pt"
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083
28084 \series bold
28085
28086 \backslash
28087 newcommand{
28088 \backslash
28089 TabBesBeg}[1][1.0]{%
28090 \begin_inset Newline newline
28091 \end_inset
28092
28093
28094 \begin_inset Phantom HPhantom
28095 status open
28096
28097 \begin_layout Plain Layout
28098 \begin_inset space ~
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \end_inset
28105
28106
28107 \backslash
28108 let
28109 \backslash
28110 MyTable
28111 \backslash
28112 table
28113 \begin_inset Newline newline
28114 \end_inset
28115
28116
28117 \begin_inset Phantom HPhantom
28118 status open
28119
28120 \begin_layout Plain Layout
28121
28122 \series medium
28123 \begin_inset space ~
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \backslash
28133 let
28134 \backslash
28135 MyEndtable
28136 \backslash
28137 endtable
28138 \begin_inset Newline newline
28139 \end_inset
28140
28141
28142 \begin_inset Phantom HPhantom
28143 status open
28144
28145 \begin_layout Plain Layout
28146
28147 \series medium
28148 \begin_inset space ~
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \backslash
28158 renewenvironment{table}[1]{
28159 \backslash
28160 begin{SCtable}[#1]##1}{
28161 \backslash
28162 end{SCtable}}}
28163 \end_layout
28164
28165 \begin_layout Standard
28166
28167 \series bold
28168
28169 \backslash
28170 newcommand{
28171 \backslash
28172 TabBesEnd}{%
28173 \begin_inset Newline newline
28174 \end_inset
28175
28176
28177 \begin_inset Phantom HPhantom
28178 status open
28179
28180 \begin_layout Plain Layout
28181 \begin_inset space ~
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \end_inset
28188
28189
28190 \backslash
28191 let
28192 \backslash
28193 table
28194 \backslash
28195 MyTable
28196 \begin_inset Newline newline
28197 \end_inset
28198
28199
28200 \begin_inset Phantom HPhantom
28201 status open
28202
28203 \begin_layout Plain Layout
28204 \begin_inset space ~
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \end_inset
28211
28212
28213 \backslash
28214 let
28215 \backslash
28216 endtable
28217 \backslash
28218 MyEndtable
28219 \end_layout
28220
28221 \begin_layout Standard
28222
28223 \series bold
28224
28225 \backslash
28226 newcommand{
28227 \backslash
28228 FigBesBeg}[1][1.0]{%
28229 \begin_inset Newline newline
28230 \end_inset
28231
28232
28233 \begin_inset Phantom HPhantom
28234 status open
28235
28236 \begin_layout Plain Layout
28237 \begin_inset space ~
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \backslash
28247 let
28248 \backslash
28249 MyFigure
28250 \backslash
28251 figure
28252 \begin_inset Newline newline
28253 \end_inset
28254
28255
28256 \begin_inset Phantom HPhantom
28257 status open
28258
28259 \begin_layout Plain Layout
28260 \begin_inset space ~
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \backslash
28270 let
28271 \backslash
28272 MyEndfigure
28273 \backslash
28274 endfigure
28275 \begin_inset Newline newline
28276 \end_inset
28277
28278
28279 \begin_inset Phantom HPhantom
28280 status open
28281
28282 \begin_layout Plain Layout
28283 \begin_inset space ~
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \end_inset
28290
28291
28292 \backslash
28293 renewenvironment{figure}[1]{
28294 \backslash
28295 begin{SCfigure}[#1]##1}{
28296 \backslash
28297 end{SCfigure}}}
28298 \end_layout
28299
28300 \begin_layout Standard
28301
28302 \series bold
28303
28304 \backslash
28305 newcommand{
28306 \backslash
28307 FigBesEnd}{%
28308 \begin_inset Newline newline
28309 \end_inset
28310
28311
28312 \begin_inset Phantom HPhantom
28313 status open
28314
28315 \begin_layout Plain Layout
28316 \begin_inset space ~
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \backslash
28326 let
28327 \backslash
28328 figure
28329 \backslash
28330 MyFigure
28331 \begin_inset Newline newline
28332 \end_inset
28333
28334
28335 \begin_inset Phantom HPhantom
28336 status open
28337
28338 \begin_layout Plain Layout
28339 \begin_inset space ~
28340 \end_inset
28341
28342
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \backslash
28349 let
28350 \backslash
28351 endfigure
28352 \backslash
28353 MyEndfigure}
28354 \end_layout
28355
28356 \begin_layout Standard
28357 \noindent
28358 \begin_inset CommandInset line
28359 LatexCommand rule
28360 offset "0.5ex"
28361 width "100line%"
28362 height "1pt"
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
28371 ungen seitlich gedruckt werden.
28372  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
28373 \end_layout
28374
28375 \begin_layout Standard
28376
28377 \series bold
28378
28379 \backslash
28380 FigBesBeg
28381 \end_layout
28382
28383 \begin_layout Standard
28384 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
28385 \end_layout
28386
28387 \begin_layout Standard
28388
28389 \series bold
28390
28391 \backslash
28392 FigBesEnd
28393 \end_layout
28394
28395 \begin_layout Standard
28396 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
28397  zurückkehren wollen.
28398 \end_layout
28399
28400 \begin_layout Standard
28401 Bei Gleitobjekt-Tabellen heißen die Befehle
28402 \end_layout
28403
28404 \begin_layout Standard
28405
28406 \series bold
28407
28408 \backslash
28409 TabBesBeg
28410 \series default
28411  und 
28412 \series bold
28413
28414 \backslash
28415 TabBesEnd
28416 \series default
28417 .
28418 \end_layout
28419
28420 \begin_layout Standard
28421 Abbildung
28422 \begin_inset space ~
28423 \end_inset
28424
28425
28426 \begin_inset CommandInset ref
28427 LatexCommand ref
28428 reference "abb:Beschriftung-neben"
28429
28430 \end_inset
28431
28432  und Tabelle
28433 \begin_inset space ~
28434 \end_inset
28435
28436
28437 \begin_inset CommandInset ref
28438 LatexCommand ref
28439 reference "tab:Beschriftung-neben"
28440
28441 \end_inset
28442
28443  sind Beispiele für seitliche Beschriftungen.
28444 \end_layout
28445
28446 \begin_layout Standard
28447 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
28448  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
28449  der Abbildung.
28450  Das kann man mit dem Befehl
28451 \end_layout
28452
28453 \begin_layout Standard
28454
28455 \series bold
28456
28457 \backslash
28458 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
28459 \end_layout
28460
28461 \begin_layout Standard
28462 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
28463  Der Gleitobjekt-Typ ist entweder 
28464 \family sans
28465 figure
28466 \family default
28467  oder 
28468 \family sans
28469 table
28470 \family default
28471 , die
28472 \family sans
28473  
28474 \family default
28475 Platzierung ist 
28476 \family typewriter
28477 t
28478 \family default
28479  für oben, 
28480 \family typewriter
28481 c
28482 \family default
28483  für zentriert oder 
28484 \family typewriter
28485 b
28486 \family default
28487  für unten.
28488  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
28489  lautet der Befehl
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \series bold
28495
28496 \backslash
28497 sidecaptionvpos{figure}{c}
28498 \end_layout
28499
28500 \begin_layout Standard
28501 Das wurde in Abbildung
28502 \begin_inset space ~
28503 \end_inset
28504
28505
28506 \begin_inset CommandInset ref
28507 LatexCommand ref
28508 reference "abb:cap-beside-fig-2"
28509
28510 \end_inset
28511
28512  benutzt.
28513 \end_layout
28514
28515 \begin_layout Standard
28516 \begin_inset VSpace medskip
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \begin_layout Standard
28523 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
28524  Für schmale Bilder/Tabellen, wie in Tabelle
28525 \begin_inset space ~
28526 \end_inset
28527
28528
28529 \begin_inset CommandInset ref
28530 LatexCommand ref
28531 reference "tab:Beschriftung-neben"
28532
28533 \end_inset
28534
28535 , führt dies zu zu schmalen Beschriftungen.
28536  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
28537  Breite des Bildes/der Tabelle multipliziert wird.
28538  Das Ergebnis ist die Beschriftungsbreite.
28539  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
28540  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
28541  Der 
28542 \emph on
28543 Faktor
28544 \emph default
28545  kann entweder als optionales Argument für 
28546 \series bold
28547
28548 \backslash
28549 FigBesBeg
28550 \series default
28551  angegeben werden:
28552 \end_layout
28553
28554 \begin_layout Standard
28555
28556 \series bold
28557
28558 \backslash
28559 FigBesBeg[Faktor]
28560 \end_layout
28561
28562 \begin_layout Standard
28563 oder indem man in der Definition von 
28564 \series bold
28565
28566 \backslash
28567 FigBesBeg
28568 \series default
28569  die 
28570 \series bold
28571 1.0
28572 \series default
28573  mit einem anderen Wert ersetzt.
28574  Bei letzterem ist der angegebene Faktor der Standard wenn 
28575 \series bold
28576
28577 \backslash
28578 FigBesBeg
28579 \series default
28580  ohne Argument verwendet wird.
28581  Für Tabelle
28582 \begin_inset space ~
28583 \end_inset
28584
28585
28586 \begin_inset CommandInset ref
28587 LatexCommand ref
28588 reference "tab:Beschriftung-neben-breiter"
28589
28590 \end_inset
28591
28592  wurde der Faktor 5 verwendet.
28593 \end_layout
28594
28595 \begin_layout Standard
28596 \begin_inset Note Greyedout
28597 status open
28598
28599 \begin_layout Plain Layout
28600
28601 \series bold
28602 Achtung:
28603 \series default
28604  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
28605 erungsoption 
28606 \family sans
28607 Hier,
28608 \begin_inset space ~
28609 \end_inset
28610
28611 auf
28612 \begin_inset space ~
28613 \end_inset
28614
28615 jeden
28616 \begin_inset space ~
28617 \end_inset
28618
28619 Fall
28620 \family default
28621  nicht verwendet werden werden, da diese von 
28622 \series bold
28623 sidecap
28624 \series default
28625  nicht unterstützt wird.
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Standard
28634 \begin_inset VSpace medskip
28635 \end_inset
28636
28637 Weitere Informationen über das Paket
28638 \series bold
28639  sidecap
28640 \series default
28641  finden Sie in seiner Dokumentation 
28642 \begin_inset CommandInset citation
28643 LatexCommand cite
28644 key "sidecap"
28645
28646 \end_inset
28647
28648 .
28649 \end_layout
28650
28651 \begin_layout Standard
28652 \begin_inset Note Greyedout
28653 status open
28654
28655 \begin_layout Plain Layout
28656
28657 \series bold
28658 Bemerkung:
28659 \series default
28660  Das LaTeX-Paket 
28661 \series bold
28662 hypcap
28663 \series default
28664 ,
28665 \begin_inset Index idx
28666 status collapsed
28667
28668 \begin_layout Plain Layout
28669 LaTeX-Pakete ! hypcap
28670 \end_layout
28671
28672 \end_inset
28673
28674  das in Abschnitt
28675 \begin_inset space ~
28676 \end_inset
28677
28678
28679 \begin_inset CommandInset ref
28680 LatexCommand ref
28681 reference "uab:Querverweis-Position"
28682
28683 \end_inset
28684
28685  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
28686  Beschriftungen.
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \begin_layout Standard
28695 \begin_inset ERT
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699
28700
28701 \backslash
28702 FigBesBeg 
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Standard
28711 \begin_inset Float figure
28712 wide false
28713 sideways false
28714 status open
28715
28716 \begin_layout Plain Layout
28717 \begin_inset Graphics
28718         filename ../clipart/escher-lsd.eps
28719         scale 75
28720         scaleBeforeRotation
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Plain Layout
28728 \begin_inset Caption Standard
28729
28730 \begin_layout Plain Layout
28731 \begin_inset CommandInset label
28732 LatexCommand label
28733 name "abb:Beschriftung-neben"
28734
28735 \end_inset
28736
28737 Dies ist eine Beschriftung neben einer Abbildung.
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756
28757 \backslash
28758 FigBesEnd
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 \begin_inset ERT
28768 status collapsed
28769
28770 \begin_layout Plain Layout
28771
28772
28773 \backslash
28774 TabBesBeg 
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \begin_layout Standard
28783 \begin_inset Float table
28784 wide false
28785 sideways false
28786 status open
28787
28788 \begin_layout Plain Layout
28789 \begin_inset Caption Standard
28790
28791 \begin_layout Plain Layout
28792 \begin_inset CommandInset label
28793 LatexCommand label
28794 name "tab:Beschriftung-neben"
28795
28796 \end_inset
28797
28798 Dies ist eine Beschriftung neben einer Tabelle.
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Plain Layout
28807 \begin_inset Tabular
28808 <lyxtabular version="3" rows="4" columns="5">
28809 <features rotate="0" tabularvalignment="middle">
28810 <column alignment="center" valignment="top">
28811 <column alignment="center" valignment="top">
28812 <column alignment="center" valignment="top">
28813 <column alignment="center" valignment="top">
28814 <column alignment="center" valignment="top">
28815 <row>
28816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28817 \begin_inset Text
28818
28819 \begin_layout Plain Layout
28820 a
28821 \end_layout
28822
28823 \end_inset
28824 </cell>
28825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28826 \begin_inset Text
28827
28828 \begin_layout Plain Layout
28829
28830 \end_layout
28831
28832 \end_inset
28833 </cell>
28834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28835 \begin_inset Text
28836
28837 \begin_layout Plain Layout
28838 b
28839 \end_layout
28840
28841 \end_inset
28842 </cell>
28843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28844 \begin_inset Text
28845
28846 \begin_layout Plain Layout
28847
28848 \end_layout
28849
28850 \end_inset
28851 </cell>
28852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28853 \begin_inset Text
28854
28855 \begin_layout Plain Layout
28856 c
28857 \end_layout
28858
28859 \end_inset
28860 </cell>
28861 </row>
28862 <row>
28863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28864 \begin_inset Text
28865
28866 \begin_layout Plain Layout
28867
28868 \end_layout
28869
28870 \end_inset
28871 </cell>
28872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28873 \begin_inset Text
28874
28875 \begin_layout Plain Layout
28876 d
28877 \end_layout
28878
28879 \end_inset
28880 </cell>
28881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28882 \begin_inset Text
28883
28884 \begin_layout Plain Layout
28885
28886 \end_layout
28887
28888 \end_inset
28889 </cell>
28890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28891 \begin_inset Text
28892
28893 \begin_layout Plain Layout
28894 e
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28900 \begin_inset Text
28901
28902 \begin_layout Plain Layout
28903
28904 \end_layout
28905
28906 \end_inset
28907 </cell>
28908 </row>
28909 <row>
28910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28911 \begin_inset Text
28912
28913 \begin_layout Plain Layout
28914 f
28915 \end_layout
28916
28917 \end_inset
28918 </cell>
28919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28920 \begin_inset Text
28921
28922 \begin_layout Plain Layout
28923
28924 \end_layout
28925
28926 \end_inset
28927 </cell>
28928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28929 \begin_inset Text
28930
28931 \begin_layout Plain Layout
28932 g
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950 h
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 </row>
28956 <row>
28957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28958 \begin_inset Text
28959
28960 \begin_layout Plain Layout
28961
28962 \end_layout
28963
28964 \end_inset
28965 </cell>
28966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970 i
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988 j
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28994 \begin_inset Text
28995
28996 \begin_layout Plain Layout
28997
28998 \end_layout
28999
29000 \end_inset
29001 </cell>
29002 </row>
29003 </lyxtabular>
29004
29005 \end_inset
29006
29007
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 TabBesEnd
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Standard
29032 \begin_inset ERT
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036
29037
29038 \backslash
29039 FigBesBeg 
29040 \end_layout
29041
29042 \end_inset
29043
29044
29045 \end_layout
29046
29047 \begin_layout Standard
29048 \begin_inset ERT
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052
29053
29054 \backslash
29055 sidecaptionvpos{figure}{c}
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \begin_inset Float figure
29062 wide false
29063 sideways false
29064 status open
29065
29066 \begin_layout Plain Layout
29067 \begin_inset Graphics
29068         filename ../clipart/escher-lsd.eps
29069         scale 75
29070         scaleBeforeRotation
29071
29072 \end_inset
29073
29074
29075 \end_layout
29076
29077 \begin_layout Plain Layout
29078 \begin_inset Caption Standard
29079
29080 \begin_layout Plain Layout
29081 \begin_inset CommandInset label
29082 LatexCommand label
29083 name "abb:cap-beside-fig-2"
29084
29085 \end_inset
29086
29087 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \end_layout
29099
29100 \begin_layout Standard
29101 \begin_inset ERT
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105
29106
29107 \backslash
29108 FigBesEnd
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122
29123 \backslash
29124 TabBesBeg[5]
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset Float table
29134 wide false
29135 sideways false
29136 status open
29137
29138 \begin_layout Plain Layout
29139 \begin_inset Caption Standard
29140
29141 \begin_layout Plain Layout
29142 \begin_inset CommandInset label
29143 LatexCommand label
29144 name "tab:Beschriftung-neben-breiter"
29145
29146 \end_inset
29147
29148 Diese Beschriftung ist breiter als die in Tabelle
29149 \begin_inset space ~
29150 \end_inset
29151
29152
29153 \begin_inset CommandInset ref
29154 LatexCommand ref
29155 reference "tab:Beschriftung-neben"
29156
29157 \end_inset
29158
29159 .
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Plain Layout
29168 \begin_inset Tabular
29169 <lyxtabular version="3" rows="4" columns="5">
29170 <features rotate="0" tabularvalignment="middle">
29171 <column alignment="center" valignment="top">
29172 <column alignment="center" valignment="top">
29173 <column alignment="center" valignment="top">
29174 <column alignment="center" valignment="top">
29175 <column alignment="center" valignment="top">
29176 <row>
29177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29178 \begin_inset Text
29179
29180 \begin_layout Plain Layout
29181 a
29182 \end_layout
29183
29184 \end_inset
29185 </cell>
29186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29187 \begin_inset Text
29188
29189 \begin_layout Plain Layout
29190
29191 \end_layout
29192
29193 \end_inset
29194 </cell>
29195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29196 \begin_inset Text
29197
29198 \begin_layout Plain Layout
29199 b
29200 \end_layout
29201
29202 \end_inset
29203 </cell>
29204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29205 \begin_inset Text
29206
29207 \begin_layout Plain Layout
29208
29209 \end_layout
29210
29211 \end_inset
29212 </cell>
29213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29214 \begin_inset Text
29215
29216 \begin_layout Plain Layout
29217 c
29218 \end_layout
29219
29220 \end_inset
29221 </cell>
29222 </row>
29223 <row>
29224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29225 \begin_inset Text
29226
29227 \begin_layout Plain Layout
29228
29229 \end_layout
29230
29231 \end_inset
29232 </cell>
29233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29234 \begin_inset Text
29235
29236 \begin_layout Plain Layout
29237 d
29238 \end_layout
29239
29240 \end_inset
29241 </cell>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255 e
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 </row>
29270 <row>
29271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29272 \begin_inset Text
29273
29274 \begin_layout Plain Layout
29275 f
29276 \end_layout
29277
29278 \end_inset
29279 </cell>
29280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29281 \begin_inset Text
29282
29283 \begin_layout Plain Layout
29284
29285 \end_layout
29286
29287 \end_inset
29288 </cell>
29289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29290 \begin_inset Text
29291
29292 \begin_layout Plain Layout
29293 g
29294 \end_layout
29295
29296 \end_inset
29297 </cell>
29298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29299 \begin_inset Text
29300
29301 \begin_layout Plain Layout
29302
29303 \end_layout
29304
29305 \end_inset
29306 </cell>
29307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29308 \begin_inset Text
29309
29310 \begin_layout Plain Layout
29311 h
29312 \end_layout
29313
29314 \end_inset
29315 </cell>
29316 </row>
29317 <row>
29318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29319 \begin_inset Text
29320
29321 \begin_layout Plain Layout
29322
29323 \end_layout
29324
29325 \end_inset
29326 </cell>
29327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29328 \begin_inset Text
29329
29330 \begin_layout Plain Layout
29331 i
29332 \end_layout
29333
29334 \end_inset
29335 </cell>
29336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29337 \begin_inset Text
29338
29339 \begin_layout Plain Layout
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 j
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29355 \begin_inset Text
29356
29357 \begin_layout Plain Layout
29358
29359 \end_layout
29360
29361 \end_inset
29362 </cell>
29363 </row>
29364 </lyxtabular>
29365
29366 \end_inset
29367
29368
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382
29383 \backslash
29384 TabBesEnd
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Standard
29393 \begin_inset ERT
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397
29398
29399 \backslash
29400 else
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \begin_inset Note Note
29407 status open
29408
29409 \begin_layout Plain Layout
29410 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
29411 \series bold
29412 sidecap
29413 \series default
29414  nicht installiert ist:
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \end_layout
29421
29422 \begin_layout Standard
29423 Das LaTeX-Paket 
29424 \series bold
29425 sidecap
29426 \series default
29427  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
29428 \end_layout
29429
29430 \begin_layout Standard
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 fi
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Section
29447 Gleitobjekt-Verzeichnisse
29448 \begin_inset Index idx
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 Gleitobjekte ! Verzeichnisse
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
29462  Sie können mit den Untermenüs von 
29463 \family sans
29464 Einfügen\SpecialChar \menuseparator
29465 Liste
29466 \begin_inset space ~
29467 \end_inset
29468
29469 /
29470 \begin_inset space ~
29471 \end_inset
29472
29473 Inhaltsverzeichnis
29474 \family default
29475  eingefügt werden.
29476 \end_layout
29477
29478 \begin_layout Standard
29479 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
29480  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
29481 \end_layout
29482
29483 \begin_layout Standard
29484 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
29485  und ein Tabellen-Verzeichnis.
29486 \end_layout
29487
29488 \begin_layout Chapter
29489 Notizen
29490 \end_layout
29491
29492 \begin_layout Section
29493 LyX-Notizen
29494 \begin_inset Index idx
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498 Notizen ! LyX-Notizen
29499 \end_layout
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Notizen werden mit einem Klick auf 
29508 \begin_inset Info
29509 type  "icon"
29510 arg   "note-insert"
29511 \end_inset
29512
29513  oder 
29514 \family sans
29515 Einfügen\SpecialChar \menuseparator
29516 Notiz
29517 \family default
29518  eingefügt.
29519  Es gibt drei Arten:
29520 \end_layout
29521
29522 \begin_layout Description
29523 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
29524  Eine 
29525 \family sans
29526 LyX-Notiz
29527 \family default
29528  sieht so aus:
29529 \begin_inset Newline newline
29530 \end_inset
29531
29532
29533 \begin_inset Newline newline
29534 \end_inset
29535
29536
29537 \begin_inset Graphics
29538         filename clipart/LyXNotizQt4.png
29539         display false
29540         scale 60
29541         scaleBeforeRotation
29542
29543 \end_inset
29544
29545  
29546 \begin_inset Note Note
29547 status open
29548
29549 \begin_layout Plain Layout
29550 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Description
29559 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
29560  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
29561 \family sans
29562 Datei\SpecialChar \menuseparator
29563 Ex\SpecialChar \-
29564 por\SpecialChar \-
29565 tie\SpecialChar \-
29566 ren\SpecialChar \menuseparator
29567 LaTe
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573 {}
29574 \end_layout
29575
29576 \end_inset
29577
29578 X (pdflatex) / (normal)
29579 \family default
29580 .
29581  Ein Kommentar sieht so aus:
29582 \begin_inset Newline newline
29583 \end_inset
29584
29585
29586 \begin_inset Newline newline
29587 \end_inset
29588
29589
29590 \begin_inset Graphics
29591         filename clipart/KommentarQt4.png
29592         display false
29593         scale 60
29594         scaleBeforeRotation
29595
29596 \end_inset
29597
29598  
29599 \begin_inset Note Comment
29600 status open
29601
29602 \begin_layout Plain Layout
29603 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \begin_layout Description
29612 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
29613 \begin_inset Newline newline
29614 \end_inset
29615
29616
29617 \begin_inset Newline newline
29618 \end_inset
29619
29620
29621 \begin_inset Graphics
29622         filename clipart/GrauschriftNotizQt4.png
29623         display false
29624         scale 60
29625         scaleBeforeRotation
29626
29627 \end_inset
29628
29629
29630 \begin_inset Newline newline
29631 \end_inset
29632
29633
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639
29640 \backslash
29641 renewenvironment{lyxgreyedout}
29642 \end_layout
29643
29644 \begin_layout Plain Layout
29645
29646 {
29647 \backslash
29648 textcolor[gray]{0.4}
29649 \backslash
29650 bgroup}{
29651 \backslash
29652 egroup}
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \begin_inset Note Greyedout
29659 status open
29660
29661 \begin_layout Plain Layout
29662 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
29663 \begin_inset Foot
29664 status open
29665
29666 \begin_layout Plain Layout
29667 Dies ist eine Fußnote in einer Grauschrift-Notiz.
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683
29684 \backslash
29685 renewenvironment{lyxgreyedout}
29686 \end_layout
29687
29688 \begin_layout Plain Layout
29689
29690 {
29691 \backslash
29692 textcolor{blue}
29693 \backslash
29694 bgroup}{
29695 \backslash
29696 egroup}
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \begin_inset Note Note
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
29707  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
29708  
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717
29718 \begin_inset Newline newline
29719 \end_inset
29720
29721 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
29722  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
29723 \end_layout
29724
29725 \begin_layout Standard
29726 \begin_inset VSpace bigskip
29727 \end_inset
29728
29729 Wenn Sie auf den Werkzeugleistenknopf 
29730 \family sans
29731
29732 \begin_inset Info
29733 type  "icon"
29734 arg   "note-insert"
29735 \end_inset
29736
29737
29738 \family default
29739  klicken, wird zunächst eine 
29740 \family sans
29741 LyX-Notiz
29742 \family default
29743  eingefügt.
29744  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie einen der drei
29745  Notiz-Typen auswählen.
29746  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
29747  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
29748  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
29749  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
29750  am Ende der Notiz ist.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 \begin_inset VSpace bigskip
29755 \end_inset
29756
29757 Die Textfarbe von Grauschrift-Boxen kann im Menü 
29758 \family sans
29759 Dokument\SpecialChar \menuseparator
29760 Einstellungen\SpecialChar \menuseparator
29761 Farben
29762 \family default
29763  geändert werden.
29764 \end_layout
29765
29766 \begin_layout Section
29767 Fußnoten
29768 \begin_inset CommandInset label
29769 LatexCommand label
29770 name "abs:Fußnoten"
29771
29772 \end_inset
29773
29774
29775 \begin_inset Index idx
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779 Notizen ! Fußnoten
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 Fußnoten
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \end_layout
29796
29797 \begin_layout Standard
29798 Fußnoten werden über den Werkzeugleistenknopf 
29799 \begin_inset Info
29800 type  "icon"
29801 arg   "footnote-insert"
29802 \end_inset
29803
29804  oder das Menü 
29805 \family sans
29806 Einfügen\SpecialChar \menuseparator
29807 Fußnote
29808 \family default
29809  eingefügt.
29810  Man sieht dann diese Fußnotenbox: 
29811 \begin_inset Graphics
29812         filename clipart/FussnoteQt4.png
29813         scale 80
29814         scaleBeforeRotation
29815
29816 \end_inset
29817
29818  in die der Fußnotentext eingegeben wird.
29819  Wenn existierender Text in eine Fußnote umgewandelt werden soll, markiert
29820  man ihn und klickt auf den Fußnoten-Werkzeugleistenknopf.
29821  Um eine Fußnote in Text zu konvertieren, drückt man die Taste 
29822 \family sans
29823 Backspace
29824 \family default
29825  wenn sich der Cursor am Anfang der Fußnote befindet oder die Taste 
29826 \family sans
29827 Entf
29828 \family default
29829  wenn der Cursor am Ende der Fußnote ist.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Hier ist eine Beispielfußnote:
29834 \color black
29835
29836 \begin_inset Foot
29837 status open
29838
29839 \begin_layout Plain Layout
29840 \begin_inset CommandInset label
29841 LatexCommand label
29842 name "fuss:Fußnoten-Beispiel"
29843
29844 \end_inset
29845
29846 Dies ist eine Fußnote.
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \color inherit
29853
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859
29860 \backslash
29861 newcounter{MyRepeatFoot}
29862 \end_layout
29863
29864 \begin_layout Plain Layout
29865
29866
29867 \backslash
29868 setcounter{MyRepeatFoot}{
29869 \backslash
29870 thefootnote}
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Standard
29879 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
29880  wurde, eine hochgestellte Zahl.
29881  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
29882  hochgestellt dem Text vorangeht.
29883  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
29884  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
29885  werden.
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
29890  der Fußnote eine Marke eingefügt wurde.
29891  Dies ist ein Querverweis auf Fußnote
29892 \begin_inset space ~
29893 \end_inset
29894
29895
29896 \begin_inset CommandInset ref
29897 LatexCommand ref
29898 reference "fuss:Fußnoten-Beispiel"
29899
29900 \end_inset
29901
29902 .
29903 \end_layout
29904
29905 \begin_layout Standard
29906 \begin_inset VSpace defskip
29907 \end_inset
29908
29909 Fußnoten in Titel-Umgebungen werden üblicherweise mit Symbolen nummeriert
29910  und sie können nur einen Absatz enthalten.
29911  Siehe als Beispiel die Fußnote der Titelseite dieses Dokuments.
29912 \end_layout
29913
29914 \begin_layout Standard
29915 \begin_inset VSpace defskip
29916 \end_inset
29917
29918 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
29919  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
29920  wird der Befehl 
29921 \series bold
29922
29923 \backslash
29924 footnotemark{}
29925 \series default
29926  als TeX-Code eingefügt.
29927  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
29928 \series bold
29929
29930 \backslash
29931 footnotetext
29932 \series default
29933  nach der Tabelle eingegeben.
29934 \begin_inset Newline newline
29935 \end_inset
29936
29937 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
29938 \end_layout
29939
29940 \begin_layout Standard
29941
29942 \series bold
29943
29944 \backslash
29945 footnotetext{
29946 \series default
29947 Gedruckte Tabellenfußnote.
29948 \series bold
29949 }
29950 \end_layout
29951
29952 \begin_layout Standard
29953 \begin_inset Tabular
29954 <lyxtabular version="3" rows="2" columns="1">
29955 <features rotate="0" tabularvalignment="middle">
29956 <column alignment="center" valignment="top">
29957 <row>
29958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29959 \begin_inset Text
29960
29961 \begin_layout Plain Layout
29962 Dies ist ein Beispieltext.
29963 \begin_inset Foot
29964 status open
29965
29966 \begin_layout Plain Layout
29967 Diese Fußnote wird nicht gedruckt!
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \end_inset
29976 </cell>
29977 </row>
29978 <row>
29979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29980 \begin_inset Text
29981
29982 \begin_layout Plain Layout
29983 Dies ist ein Beispieltext.
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989
29990 \backslash
29991 footnotemark{}
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \end_inset
30000 </cell>
30001 </row>
30002 </lyxtabular>
30003
30004 \end_inset
30005
30006
30007 \begin_inset ERT
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011
30012
30013 \backslash
30014 footnotetext{
30015 \end_layout
30016
30017 \end_inset
30018
30019 Gedruckte Tabellenfußnote.
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025 }
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Standard
30034 Fußnoten in langen Tabellen sind in Abschnitt
30035 \begin_inset space ~
30036 \end_inset
30037
30038
30039 \begin_inset CommandInset ref
30040 LatexCommand ref
30041 reference "uab:Fußnoten-in-langen"
30042
30043 \end_inset
30044
30045  beschrieben.
30046 \end_layout
30047
30048 \begin_layout Standard
30049 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
30050  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
30051  innerhalb einer Seite ist.
30052  (Mehr über Minipages ist in Abschnitt
30053 \begin_inset space ~
30054 \end_inset
30055
30056
30057 \begin_inset CommandInset ref
30058 LatexCommand ref
30059 reference "abs:Minipage"
30060
30061 \end_inset
30062
30063  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
30064  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
30065  Methode mit 
30066 \series bold
30067
30068 \backslash
30069 footnotemark{}
30070 \series default
30071  und 
30072 \series bold
30073
30074 \backslash
30075 footnotetext
30076 \series default
30077 .
30078 \end_layout
30079
30080 \begin_layout Standard
30081 \begin_inset Box Frameless
30082 position "t"
30083 hor_pos "c"
30084 has_inner_box 1
30085 inner_pos "t"
30086 use_parbox 0
30087 use_makebox 0
30088 width "100col%"
30089 special "none"
30090 height "1in"
30091 height_special "totalheight"
30092 status open
30093
30094 \begin_layout Plain Layout
30095 Dies ist ein Beispieltext.in einer Minipage.
30096 \begin_inset Foot
30097 status open
30098
30099 \begin_layout Plain Layout
30100 Fußnote in einer Minipage.
30101 \end_layout
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Plain Layout
30109 Dies ist ein Beispieltext.
30110  in einer Minipage.
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116
30117 \backslash
30118 footnotemark{}
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \end_layout
30130
30131 \begin_layout Standard
30132 \begin_inset ERT
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136
30137
30138 \backslash
30139 footnotetext{
30140 \end_layout
30141
30142 \end_inset
30143
30144 Fußnote außerhalb der Minipage.
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150 }
30151 \end_layout
30152
30153 \end_inset
30154
30155
30156 \end_layout
30157
30158 \begin_layout Standard
30159 \begin_inset VSpace defskip
30160 \end_inset
30161
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
30167  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
30168 \series bold
30169
30170 \backslash
30171 footnotemark[Nummer]
30172 \series default
30173 .
30174 \begin_inset Newline newline
30175 \end_inset
30176
30177 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
30178  sie speichern, nachdem Sie die Fußnote eingefügt haben.
30179  Hinter Fußnote
30180 \begin_inset space ~
30181 \end_inset
30182
30183
30184 \begin_inset CommandInset ref
30185 LatexCommand ref
30186 reference "fuss:Fußnoten-Beispiel"
30187
30188 \end_inset
30189
30190  wurde das mit folgenden TeX-Code-Befehlen gemacht:
30191 \end_layout
30192
30193 \begin_layout Standard
30194
30195 \series bold
30196
30197 \backslash
30198 newcounter{MyRepeatFoot}
30199 \begin_inset Newline newline
30200 \end_inset
30201
30202
30203 \backslash
30204 setcounter{MyRepeatFoot}{
30205 \backslash
30206 thefootnote}
30207 \end_layout
30208
30209 \begin_layout Standard
30210 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
30211 \end_layout
30212
30213 \begin_layout Standard
30214
30215 \series bold
30216
30217 \backslash
30218 footnotemark[
30219 \backslash
30220 theMyRepeatFoot]
30221 \end_layout
30222
30223 \begin_layout Standard
30224 Hier ist eine wiederholte Fußnote:
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 footnotemark[
30233 \backslash
30234 theMyRepeatFoot]
30235 \end_layout
30236
30237 \end_inset
30238
30239
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
30244  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
30245 \end_layout
30246
30247 \begin_layout Standard
30248
30249 \series bold
30250
30251 \backslash
30252 footnotemark[
30253 \backslash
30254 thefootnote]
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Hier ist eine weitere wiederholte Fußnote:
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264
30265 \backslash
30266 footnotemark[
30267 \backslash
30268 thefootnote]
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \begin_layout Subsection
30277 Fußnoten-Nummerierung
30278 \begin_inset CommandInset label
30279 LatexCommand label
30280 name "uab:Fußnoten-Nummerierung"
30281
30282 \end_inset
30283
30284
30285 \begin_inset Index idx
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 Fußnoten ! Nummerierung
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Um Fußnoten nach jedem Abschnitt
30299 \family roman
30300  auf 1 zurückzusetzen, 
30301 \family default
30302 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30303 \end_layout
30304
30305 \begin_layout Standard
30306
30307 \series bold
30308
30309 \backslash
30310 @addtoreset{footnote}{section}
30311 \end_layout
30312
30313 \begin_layout Standard
30314 \begin_inset VSpace bigskip
30315 \end_inset
30316
30317 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
30318  Zahlen:
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 renewcommand{
30327 \backslash
30328 thefootnote}{
30329 \backslash
30330 roman{footnote}}
30331 \end_layout
30332
30333 \begin_layout Standard
30334 \begin_inset ERT
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338
30339
30340 \backslash
30341 renewcommand{
30342 \backslash
30343 thefootnote}{
30344 \backslash
30345 roman{footnote}}
30346 \end_layout
30347
30348 \end_inset
30349
30350  Hier ist ein Beispiel für solch eine Fußnote:
30351 \begin_inset Foot
30352 status open
30353
30354 \begin_layout Plain Layout
30355 Dies ist eine Fußnote mit kleinen römischen Zahlen
30356 \end_layout
30357
30358 \end_inset
30359
30360
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
30365  in obigem Befehl 
30366 \series bold
30367
30368 \backslash
30369 roman
30370 \series default
30371  durch 
30372 \series bold
30373
30374 \backslash
30375 Roman
30376 \series default
30377 .
30378  Um Fußnoten mit großen oder kleinen Buchstaben zu 
30379 \begin_inset Quotes gld
30380 \end_inset
30381
30382 nummerieren
30383 \begin_inset Quotes grd
30384 \end_inset
30385
30386 , verwenden Sie die Befehle 
30387 \series bold
30388
30389 \backslash
30390 Alph
30391 \series default
30392  oder 
30393 \series bold
30394
30395 \backslash
30396 alph
30397 \series default
30398 .
30399  Für die 
30400 \begin_inset Quotes gld
30401 \end_inset
30402
30403 Nummerierung
30404 \begin_inset Quotes grd
30405 \end_inset
30406
30407  mit Symbolen steht der Befehl 
30408 \series bold
30409
30410 \backslash
30411 fnsymbol
30412 \series default
30413  zur Verfügung.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 \begin_inset Note Greyedout
30418 status open
30419
30420 \begin_layout Plain Layout
30421
30422 \series bold
30423 Bemerkung 1:
30424 \series default
30425  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
30426  
30427 \emph on
30428 ein
30429 \emph default
30430  Buchstabe verwendet wird.
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \begin_inset Newline newline
30437 \end_inset
30438
30439
30440 \begin_inset Note Greyedout
30441 status open
30442
30443 \begin_layout Plain Layout
30444
30445 \series bold
30446 Bemerkung 2:
30447 \series default
30448  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
30458 \series bold
30459
30460 \backslash
30461 arabic
30462 \series default
30463  anstelle von 
30464 \series bold
30465
30466 \backslash
30467 roman
30468 \series default
30469  in obigem Befehl.
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 renewcommand{
30478 \backslash
30479 thefootnote}{
30480 \backslash
30481 arabic{footnote}}
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset VSpace bigskip
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \begin_layout Standard
30497 Wenn Sie wollen, dass Fußnoten nach dem Schema 
30498 \begin_inset Quotes gld
30499 \end_inset
30500
30501 Kapitel.Fußnote
30502 \begin_inset Quotes grd
30503 \end_inset
30504
30505  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
30506 \end_layout
30507
30508 \begin_layout Standard
30509
30510 \series bold
30511
30512 \backslash
30513 numberwithin{footnote}{chapter}
30514 \end_layout
30515
30516 \begin_layout Standard
30517 Um 
30518 \series bold
30519
30520 \backslash
30521 numberwithin
30522 \series default
30523  benutzen zu können, muss in den 
30524 \family sans
30525 Mathe
30526 \begin_inset space ~
30527 \end_inset
30528
30529 Optionen
30530 \family default
30531  der 
30532 \family sans
30533 Dokument-Einstellungen
30534 \family default
30535  
30536 \family sans
30537 AMS
30538 \begin_inset space ~
30539 \end_inset
30540
30541 Mathe
30542 \begin_inset space ~
30543 \end_inset
30544
30545 Paket
30546 \family default
30547
30548 \begin_inset space ~
30549 \end_inset
30550
30551
30552 \family sans
30553 verwenden
30554 \family default
30555  angekreuzt sein.
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 numberwithin{footnote}{chapter}
30564 \end_layout
30565
30566 \end_inset
30567
30568  Hier ist ein Beispiel für solch eine Fußnote.
30569 \series bold
30570
30571 \begin_inset Foot
30572 status open
30573
30574 \begin_layout Plain Layout
30575 Dies ist eine Fußnote nach dem Schema 
30576 \begin_inset Quotes gld
30577 \end_inset
30578
30579 Kapitel.Fußnote
30580 \begin_inset Quotes grd
30581 \end_inset
30582
30583 .
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \series default
30590
30591 \begin_inset ERT
30592 status collapsed
30593
30594 \begin_layout Plain Layout
30595
30596
30597 \backslash
30598 renewcommand{
30599 \backslash
30600 thefootnote}{
30601 \backslash
30602 arabic{footnote}}
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Standard
30611 \begin_inset Note Greyedout
30612 status open
30613
30614 \begin_layout Plain Layout
30615
30616 \series bold
30617 Bemerkung:
30618 \series default
30619  
30620 \series bold
30621
30622 \backslash
30623 numberwithin
30624 \series default
30625  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
30626  werden überschrieben.
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Standard
30635 Um also z.
30636 \begin_inset space \thinspace{}
30637 \end_inset
30638
30639 B.
30640  das Schema 
30641 \begin_inset Quotes gld
30642 \end_inset
30643
30644 Kapitel.
30645 \backslash
30646 Roman{footnote}
30647 \begin_inset Quotes grd
30648 \end_inset
30649
30650  zu erhalten, muss dieser Befehl anstelle von 
30651 \series bold
30652
30653 \backslash
30654 numberwithin
30655 \series default
30656  verwendet werden:
30657 \end_layout
30658
30659 \begin_layout Standard
30660
30661 \series bold
30662
30663 \backslash
30664 renewcommand{
30665 \backslash
30666 thefootnote}{
30667 \backslash
30668 thechapter.
30669 \backslash
30670 Roman{footnote}}
30671 \end_layout
30672
30673 \begin_layout Subsection
30674 Fußnoten-Platzierung
30675 \begin_inset Index idx
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679 Fußnoten ! Platzierung
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
30689  ohne Zwischenraum am Ende der Seite gedruckt.
30690  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
30691  LaTeX-Vorspann 1.5
30692 \begin_inset space \thinspace{}
30693 \end_inset
30694
30695 mm Zwischenraum einfügen:
30696 \end_layout
30697
30698 \begin_layout Standard
30699
30700 \series bold
30701
30702 \backslash
30703 let
30704 \backslash
30705 myFoot
30706 \backslash
30707 footnote
30708 \begin_inset Newline newline
30709 \end_inset
30710
30711
30712 \backslash
30713 renewcommand{
30714 \backslash
30715 footnote}[1]{
30716 \backslash
30717 myFoot{#1
30718 \backslash
30719 vspace{1.5mm}}}
30720 \end_layout
30721
30722 \begin_layout Standard
30723 \begin_inset VSpace bigskip
30724 \end_inset
30725
30726 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
30727  Spalte gedruckt, Abbildung
30728 \begin_inset space ~
30729 \end_inset
30730
30731
30732 \begin_inset CommandInset ref
30733 LatexCommand ref
30734 reference "abb:Standard-Fußnoten-Platzierung-in"
30735
30736 \end_inset
30737
30738 .
30739  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
30740  in Abbildung
30741 \begin_inset space ~
30742 \end_inset
30743
30744
30745 \begin_inset CommandInset ref
30746 LatexCommand ref
30747 reference "abb:Fußnoten-Platzierung-in-einem"
30748
30749 \end_inset
30750
30751 , müssen Sie das LaTeX-Paket 
30752 \series bold
30753 ftnright
30754 \series default
30755
30756 \begin_inset Index idx
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760 LaTeX-Pakete ! ftnright
30761 \end_layout
30762
30763 \end_inset
30764
30765  mit folgendem Befehl im LaTeX-Vorspann einfügen:
30766 \end_layout
30767
30768 \begin_layout Standard
30769
30770 \series bold
30771
30772 \backslash
30773 usepackage{ftnright}
30774 \end_layout
30775
30776 \begin_layout Standard
30777 \begin_inset Float figure
30778 placement !h
30779 wide false
30780 sideways false
30781 status open
30782
30783 \begin_layout Plain Layout
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789
30790 \backslash
30791 framebox{
30792 \end_layout
30793
30794 \end_inset
30795
30796
30797 \begin_inset Graphics
30798         filename ../clipart/without_fntright.pdf
30799         width 100col%
30800         scaleBeforeRotation
30801
30802 \end_inset
30803
30804
30805 \begin_inset ERT
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809
30810 }
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Plain Layout
30819 \begin_inset Caption Standard
30820
30821 \begin_layout Plain Layout
30822 \begin_inset CommandInset label
30823 LatexCommand label
30824 name "abb:Standard-Fußnoten-Platzierung-in"
30825
30826 \end_inset
30827
30828 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30829 \begin_inset Argument 1
30830 status open
30831
30832 \begin_layout Plain Layout
30833 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Standard
30852 \begin_inset Float figure
30853 placement !h
30854 wide false
30855 sideways false
30856 status open
30857
30858 \begin_layout Plain Layout
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 framebox{
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \begin_inset Graphics
30873         filename ../clipart/with_fntright.pdf
30874         width 100col%
30875         scaleBeforeRotation
30876
30877 \end_inset
30878
30879
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885 }
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Plain Layout
30894 \begin_inset Caption Standard
30895
30896 \begin_layout Plain Layout
30897 \begin_inset CommandInset label
30898 LatexCommand label
30899 name "abb:Fußnoten-Platzierung-in-einem"
30900
30901 \end_inset
30902
30903 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
30904  
30905 \series bold
30906 ftnright
30907 \series default
30908 .
30909 \begin_inset Argument 1
30910 status collapsed
30911
30912 \begin_layout Plain Layout
30913 Fußnoten-Platzierung mit 
30914 \family typewriter
30915 ftnright
30916 \end_layout
30917
30918 \end_inset
30919
30920
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \begin_layout Standard
30934 \begin_inset VSpace bigskip
30935 \end_inset
30936
30937 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
30938  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
30939 \begin_inset space ~
30940 \end_inset
30941
30942
30943 \begin_inset CommandInset ref
30944 LatexCommand ref
30945 reference "abb:endnotes"
30946
30947 \end_inset
30948
30949  gedruckt.
30950  Man nennt sie dann 
30951 \begin_inset Quotes gld
30952 \end_inset
30953
30954 Endnoten
30955 \begin_inset Quotes grd
30956 \end_inset
30957
30958 .
30959 \begin_inset Index idx
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 Endnoten
30964 \end_layout
30965
30966 \end_inset
30967
30968  Um das zu erreichen, laden Sie im Menü 
30969 \family sans
30970 Dokument\SpecialChar \menuseparator
30971 Einstellungen\SpecialChar \menuseparator
30972 Module 
30973 \family default
30974 das Modul 
30975 \family sans
30976 Fußnote
30977 \begin_inset space ~
30978 \end_inset
30979
30980 als
30981 \begin_inset space ~
30982 \end_inset
30983
30984 Endnote
30985 \family default
30986 .
30987  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
30988 \end_layout
30989
30990 \begin_layout Standard
30991
30992 \series bold
30993
30994 \backslash
30995 theendnotes
30996 \end_layout
30997
30998 \begin_layout Standard
30999 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
31000 \end_layout
31001
31002 \begin_layout Standard
31003 \begin_inset Float figure
31004 wide false
31005 sideways false
31006 status open
31007
31008 \begin_layout Plain Layout
31009 \align center
31010 \begin_inset ERT
31011 status collapsed
31012
31013 \begin_layout Plain Layout
31014
31015
31016 \backslash
31017 framebox{
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \begin_inset Graphics
31024         filename ../clipart/endnotes.pdf
31025         scaleBeforeRotation
31026
31027 \end_inset
31028
31029
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035 }
31036 \end_layout
31037
31038 \end_inset
31039
31040
31041 \end_layout
31042
31043 \begin_layout Plain Layout
31044 \begin_inset Caption Standard
31045
31046 \begin_layout Plain Layout
31047 \begin_inset CommandInset label
31048 LatexCommand label
31049 name "abb:endnotes"
31050
31051 \end_inset
31052
31053
31054 \series bold
31055 endnotes
31056 \series default
31057  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
31058  gedruckt.
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \end_layout
31070
31071 \begin_layout Standard
31072 \begin_inset VSpace medskip
31073 \end_inset
31074
31075 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
31076 ache übersetzt.
31077  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
31078 \begin_inset Quotes gld
31079 \end_inset
31080
31081 Notes
31082 \begin_inset Quotes grd
31083 \end_inset
31084
31085  in 
31086 \begin_inset Quotes gld
31087 \end_inset
31088
31089 Anmerkungen
31090 \begin_inset Quotes grd
31091 \end_inset
31092
31093 :
31094 \end_layout
31095
31096 \begin_layout Standard
31097
31098 \series bold
31099
31100 \backslash
31101 renewcommand{
31102 \backslash
31103 notesname}{Anmerkungen}
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace medskip
31108 \end_inset
31109
31110 Wenn Sie in den Befehlen von Abschnitt
31111 \begin_inset space ~
31112 \end_inset
31113
31114
31115 \begin_inset CommandInset ref
31116 LatexCommand ref
31117 reference "uab:Fußnoten-Nummerierung"
31118
31119 \end_inset
31120
31121  
31122 \series bold
31123
31124 \backslash
31125 thefootnote
31126 \series default
31127  durch 
31128 \series bold
31129
31130 \backslash
31131 theendnote
31132 \series default
31133  ersetzen, können Sie die Nummerierung von Endnoten ändern.
31134  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
31135 \series bold
31136
31137 \backslash
31138 @addtoreset
31139 \series default
31140  wie in Abschnitt
31141 \begin_inset space \space{}
31142 \end_inset
31143
31144
31145 \begin_inset CommandInset ref
31146 LatexCommand ref
31147 reference "uab:Fußnoten-Nummerierung"
31148
31149 \end_inset
31150
31151  beschrieben und ersetzen 
31152 \series bold
31153 footnote
31154 \series default
31155  durch 
31156 \series bold
31157 endnote
31158 \series default
31159 .
31160 \end_layout
31161
31162 \begin_layout Standard
31163 Für Endnoten gibt es den Befehl 
31164 \series bold
31165
31166 \backslash
31167 endnotemark[Nummer]
31168 \series default
31169  analog zum Befehl 
31170 \series bold
31171
31172 \backslash
31173 footnotemark
31174 \series default
31175  der in Abschnitt
31176 \begin_inset space ~
31177 \end_inset
31178
31179
31180 \begin_inset CommandInset ref
31181 LatexCommand ref
31182 reference "abs:Fußnoten"
31183
31184 \end_inset
31185
31186  beschrieben ist.
31187 \end_layout
31188
31189 \begin_layout Standard
31190 \begin_inset VSpace bigskip
31191 \end_inset
31192
31193 Mit dem LaTeX-Paket 
31194 \series bold
31195 footmisc
31196 \series default
31197
31198 \begin_inset Index idx
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202 LaTeX-Pakete ! footmisc
31203 \end_layout
31204
31205 \end_inset
31206
31207  (
31208 \begin_inset CommandInset citation
31209 LatexCommand cite
31210 key "footmisc"
31211
31212 \end_inset
31213
31214 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
31215 \end_layout
31216
31217 \begin_layout Standard
31218 In LaTeX-Büchern, 
31219 \begin_inset CommandInset citation
31220 LatexCommand cite
31221 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
31222
31223 \end_inset
31224
31225 , finden Sie weiteres zu Fußnoten.
31226  Wenn Sie eine 
31227 \series bold
31228 KOMA-Script
31229 \series default
31230
31231 \begin_inset Index idx
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 LaTeX-Pakete ! KOMA-Script
31236 \end_layout
31237
31238 \end_inset
31239
31240  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
31241 zifische Befehle anpassen, siehe 
31242 \begin_inset CommandInset citation
31243 LatexCommand cite
31244 key "KOMA-Script"
31245
31246 \end_inset
31247
31248 .
31249 \end_layout
31250
31251 \begin_layout Section
31252 Randnotizen
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Randnotizen
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \begin_inset Index idx
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 Notizen ! Randnotizen
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
31277  Sie fügen sie mit einem Klick auf den Schalter 
31278 \begin_inset Info
31279 type  "icon"
31280 arg   "marginalnote-insert"
31281 \end_inset
31282
31283  oder über 
31284 \family sans
31285 Einfügen\SpecialChar \menuseparator
31286 Randnotiz
31287 \family default
31288  ein.
31289  Ein graues Kästchen mit der Aufschrift 
31290 \begin_inset Quotes gld
31291 \end_inset
31292
31293 Rand
31294 \begin_inset Quotes grd
31295 \end_inset
31296
31297  erscheint
31298 \family roman
31299 \series medium
31300 , und dort, wo der Cursor steht, können Sie Text eingeben.
31301 \end_layout
31302
31303 \begin_layout Standard
31304 Hier am Rand sehen Sie eine Randnotiz.
31305  
31306 \begin_inset Marginal
31307 status open
31308
31309 \begin_layout Plain Layout
31310 Dies ist eine Randnotiz.
31311 \end_layout
31312
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \begin_layout Standard
31319 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
31320  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
31321  Seiten und rechts auf den ungeraden.
31322  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
31323  wird und umgekehrt.
31324  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
31325  wurde.
31326 \end_layout
31327
31328 \begin_layout Standard
31329 \begin_inset VSpace bigskip
31330 \end_inset
31331
31332 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
31333 \end_layout
31334
31335 \begin_layout Standard
31336
31337 \series bold
31338
31339 \backslash
31340 reversemarginpar
31341 \end_layout
31342
31343 \begin_layout Standard
31344 als TeX-Code vor einer Randnotiz ein.
31345  Das gilt dann für alle folgenden Randnotizen.
31346  
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 reversemarginpar 
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \begin_inset Marginal
31361 status open
31362
31363 \begin_layout Plain Layout
31364 Hier ist ein Beispiel im inneren Rand.
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \begin_inset Newline newline
31371 \end_inset
31372
31373
31374 \begin_inset Note Greyedout
31375 status open
31376
31377 \begin_layout Plain Layout
31378  
31379 \series bold
31380 Achtung:
31381 \series default
31382  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \end_layout
31389
31390 \begin_layout Standard
31391 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
31392 \end_layout
31393
31394 \begin_layout Standard
31395
31396 \series bold
31397
31398 \backslash
31399 normalmarginpar
31400 \end_layout
31401
31402 \begin_layout Standard
31403 als TeX-Code ein.
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 normalmarginpar 
31412 \end_layout
31413
31414 \end_inset
31415
31416
31417 \end_layout
31418
31419 \begin_layout Standard
31420 \begin_inset Note Greyedout
31421 status open
31422
31423 \begin_layout Plain Layout
31424
31425 \series bold
31426 Achtung:
31427 \series default
31428  Der Befehl wird missachtet, wenn er im selben Absatz wie 
31429 \series bold
31430
31431 \backslash
31432 reversemarginpar
31433 \series default
31434  verwendet wird.
31435 \end_layout
31436
31437 \end_inset
31438
31439
31440 \end_layout
31441
31442 \begin_layout Standard
31443 \begin_inset VSpace bigskip
31444 \end_inset
31445
31446
31447 \begin_inset Marginal
31448 status open
31449
31450 \begin_layout Plain Layout
31451
31452 \family roman
31453 \series medium
31454 EinSehrLangesWort am Anfang, das umgebrochen wird.
31455 \end_layout
31456
31457 \end_inset
31458
31459  Ähnlich wie in Abschnitt
31460 \begin_inset space ~
31461 \end_inset
31462
31463
31464 \begin_inset CommandInset ref
31465 LatexCommand ref
31466 reference "uab:Mehrfache-Zeilen-in"
31467
31468 \end_inset
31469
31470  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
31471  Wort der Randnotiz sind.
31472  Um das zu vermeiden, fügen sie 0
31473 \begin_inset space \thinspace{}
31474 \end_inset
31475
31476 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
31477 \begin_inset Marginal
31478 status open
31479
31480 \begin_layout Plain Layout
31481 \begin_inset space \hspace{}
31482 \length 0pt
31483 \end_inset
31484
31485
31486 \family roman
31487 \series medium
31488 EinSehrLangesWort am Anfang, das umgebrochen wird.
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497 \begin_inset VSpace bigskip
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Standard
31504 \begin_inset Note Greyedout
31505 status open
31506
31507 \begin_layout Plain Layout
31508
31509 \series bold
31510 Bemerkung:
31511 \series default
31512  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
31513  verwendet werden.
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \begin_layout Standard
31522 \begin_inset VSpace bigskip
31523 \end_inset
31524
31525
31526 \end_layout
31527
31528 \begin_layout Standard
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533
31534
31535 \backslash
31536 ifmarginnote
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \begin_inset Note Note
31543 status open
31544
31545 \begin_layout Plain Layout
31546 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
31547 \series bold
31548 marginnote
31549 \series default
31550  installiert ist.
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \begin_layout Standard
31559 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
31560 \series bold
31561 marginnote
31562 \series default
31563
31564 \begin_inset Index idx
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568 LaTeX-Pakete ! marginnote
31569 \end_layout
31570
31571 \end_inset
31572
31573  verwendet wird.
31574  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
31575  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
31576  des Pakets 
31577 \series bold
31578 marginnote
31579 \series default
31580  für Randnotizen verwendet wird:
31581 \end_layout
31582
31583 \begin_layout Standard
31584
31585 \series bold
31586
31587 \backslash
31588 usepackage{marginnote}
31589 \begin_inset Newline newline
31590 \end_inset
31591
31592
31593 \backslash
31594 let
31595 \backslash
31596 marginpar
31597 \backslash
31598 marginnote
31599 \end_layout
31600
31601 \begin_layout Standard
31602 Dies wird auch in diesem Dokument verwendet, denn 
31603 \series bold
31604 marginnote
31605 \series default
31606  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
31607  für Randnotizen angeben.
31608  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
31609 n zu dicht beieinander sind.
31610  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
31611  Schema
31612 \end_layout
31613
31614 \begin_layout Standard
31615
31616 \series bold
31617 [Versatz]
31618 \end_layout
31619
31620 \begin_layout Standard
31621 angegeben.
31622  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
31623 \begin_inset space ~
31624 \end_inset
31625
31626
31627 \begin_inset CommandInset ref
31628 LatexCommand ref
31629 reference "tab:Maßeinheiten"
31630
31631 \end_inset
31632
31633  aufgelistet sind.
31634  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
31635  nach unten.
31636  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
31637 \begin_inset space \thinspace{}
31638 \end_inset
31639
31640 cm mit dem TeX-Code-Befehl  
31641 \begin_inset Quotes gld
31642 \end_inset
31643
31644
31645 \series bold
31646 [-1.5cm]
31647 \series default
31648
31649 \begin_inset Quotes grd
31650 \end_inset
31651
31652  nach oben versetzt.
31653 \begin_inset Marginal
31654 status open
31655
31656 \begin_layout Plain Layout
31657 Diese Randnotiz ist 1.5
31658 \begin_inset space \thinspace{}
31659 \end_inset
31660
31661 cm von ihrer Originalposition nach oben versetzt.
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \begin_inset ERT
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671
31672 [-1.5cm]
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Standard
31681 \begin_inset VSpace medskip
31682 \end_inset
31683
31684 Mit 
31685 \series bold
31686 marginnote
31687 \series default
31688  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
31689  Zum Beispiel setzen die Befehle
31690 \end_layout
31691
31692 \begin_layout Standard
31693
31694 \series bold
31695
31696 \backslash
31697 renewcommand*{
31698 \backslash
31699 raggedleftmarginnote}{
31700 \backslash
31701 centering}
31702 \begin_inset Newline newline
31703 \end_inset
31704
31705
31706 \backslash
31707 renewcommand*{
31708 \backslash
31709 raggedrightmarginnote}{
31710 \backslash
31711 centering}
31712 \end_layout
31713
31714 \begin_layout Standard
31715 die Ausrichtung auf zentriert.
31716  
31717 \series bold
31718
31719 \backslash
31720 raggedleftmarginnote
31721 \series default
31722  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
31723  
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729
31730 \backslash
31731 renewcommand*{
31732 \backslash
31733 raggedleftmarginnote}{
31734 \backslash
31735 centering}
31736 \end_layout
31737
31738 \begin_layout Plain Layout
31739
31740
31741 \backslash
31742 renewcommand*{
31743 \backslash
31744 raggedrightmarginnote}{
31745 \backslash
31746 centering}
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset Marginal
31753 status open
31754
31755 \begin_layout Plain Layout
31756 Der Text dieser Randnotiz ist zentriert ausgerichtet.
31757 \end_layout
31758
31759 \end_inset
31760
31761  Die Voreinstellung ist
31762 \end_layout
31763
31764 \begin_layout Standard
31765
31766 \series bold
31767
31768 \backslash
31769 renewcommand*{
31770 \backslash
31771 raggedleftmarginnote}{
31772 \backslash
31773 raggedleft}
31774 \begin_inset Newline newline
31775 \end_inset
31776
31777
31778 \backslash
31779 renewcommand*{
31780 \backslash
31781 raggedrightmarginnote}{
31782 \backslash
31783 raggedright}
31784 \series default
31785
31786 \begin_inset ERT
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790
31791
31792 \backslash
31793 renewcommand*{
31794 \backslash
31795 raggedleftmarginnote}{
31796 \backslash
31797 raggedleft}
31798 \end_layout
31799
31800 \begin_layout Plain Layout
31801
31802
31803 \backslash
31804 renewcommand*{
31805 \backslash
31806 raggedrightmarginnote}{
31807 \backslash
31808 raggedright}
31809 \end_layout
31810
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset VSpace medskip
31818 \end_inset
31819
31820 Für weitere Fähigkeiten des Pakets 
31821 \series bold
31822 marginnote
31823 \series default
31824  sei auf dessen Dokumentation verwiesen 
31825 \begin_inset CommandInset citation
31826 LatexCommand cite
31827 key "marginnote"
31828
31829 \end_inset
31830
31831 .
31832 \end_layout
31833
31834 \begin_layout Standard
31835 \begin_inset VSpace bigskip
31836 \end_inset
31837
31838 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
31839  geändert werden.
31840  Um z.
31841 \begin_inset space \thinspace{}
31842 \end_inset
31843
31844 B.
31845  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
31846  und fettgedruckten Text 
31847 \begin_inset Quotes eld
31848 \end_inset
31849
31850
31851 \family sans
31852 \series bold
31853 \bar under
31854 Achtung!
31855 \family default
31856 \series default
31857 \bar default
31858
31859 \begin_inset Quotes erd
31860 \end_inset
31861
31862  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
31863 \end_layout
31864
31865 \begin_layout Standard
31866
31867 \series bold
31868
31869 \backslash
31870 let
31871 \backslash
31872 myMarginpar
31873 \backslash
31874 marginpar
31875 \begin_inset Newline newline
31876 \end_inset
31877
31878
31879 \backslash
31880 renewcommand{
31881 \backslash
31882 marginpar}[1]{
31883 \backslash
31884 myMarginpar{%
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888
31889 \begin_inset Phantom HPhantom
31890 status open
31891
31892 \begin_layout Plain Layout
31893
31894 \series bold
31895 \begin_inset space ~
31896 \end_inset
31897
31898
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \backslash
31905 hspace{0pt}
31906 \backslash
31907 textsf{
31908 \backslash
31909 textbf{
31910 \backslash
31911 underbar{Achtung!}}}%
31912 \begin_inset Newline newline
31913 \end_inset
31914
31915
31916 \begin_inset Phantom HPhantom
31917 status open
31918
31919 \begin_layout Plain Layout
31920
31921 \series bold
31922 \begin_inset space ~
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \end_inset
31929
31930
31931 \backslash
31932 vspace{1.5mm}
31933 \backslash
31934
31935 \backslash
31936 #1}}
31937 \end_layout
31938
31939 \begin_layout Standard
31940 \begin_inset ERT
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944
31945
31946 \backslash
31947 let
31948 \backslash
31949 myMarginpar
31950 \backslash
31951 marginpar
31952 \end_layout
31953
31954 \begin_layout Plain Layout
31955
31956
31957 \backslash
31958 renewcommand{
31959 \backslash
31960 marginpar}[1]{
31961 \backslash
31962 myMarginpar{%
31963 \end_layout
31964
31965 \begin_layout Plain Layout
31966
31967    
31968 \backslash
31969 textsf{
31970 \backslash
31971 textbf{
31972 \backslash
31973 underbar{Achtung!}}}%
31974 \end_layout
31975
31976 \begin_layout Plain Layout
31977
31978    
31979 \backslash
31980 vspace{1.5mm}
31981 \backslash
31982
31983 \backslash
31984 #1}}
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \begin_inset Marginal
31991 status open
31992
31993 \begin_layout Plain Layout
31994 Dies ist eine Randnotiz mit einer definierten Überschrift.
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005 [-1.5cm]
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 renewcommand{
32019 \backslash
32020 marginpar}[1]{
32021 \backslash
32022 myMarginpar{#1}}
32023 \end_layout
32024
32025 \end_inset
32026
32027
32028 \begin_inset Note Note
32029 status open
32030
32031 \begin_layout Plain Layout
32032 Das Format wurde nur für dieses Beispiel geändert.
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \begin_layout Standard
32041 \begin_inset ERT
32042 status collapsed
32043
32044 \begin_layout Plain Layout
32045
32046
32047 \backslash
32048 else
32049 \end_layout
32050
32051 \end_inset
32052
32053
32054 \begin_inset Note Note
32055 status open
32056
32057 \begin_layout Plain Layout
32058 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
32059 \series bold
32060 marginnote
32061 \series default
32062  nicht installiert ist:
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 Das LaTeX-Paket 
32072 \series bold
32073 marginnote
32074 \series default
32075  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset ERT
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083
32084
32085 \backslash
32086 fi
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Chapter
32095 Boxen
32096 \end_layout
32097
32098 \begin_layout Section
32099 Einleitung
32100 \begin_inset Index idx
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104 Boxen ! Einleitung
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Boxen werden benutzt, um einen Textblock zu formatieren.
32114  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
32115  siehe Abschnitt
32116 \begin_inset space ~
32117 \end_inset
32118
32119
32120 \begin_inset CommandInset ref
32121 LatexCommand ref
32122 reference "abs:Minipage"
32123
32124 \end_inset
32125
32126 , um Text zu umrahmen, siehe Abschnitt
32127 \begin_inset space ~
32128 \end_inset
32129
32130
32131 \begin_inset CommandInset ref
32132 LatexCommand ref
32133 reference "uab:Verzierung"
32134
32135 \end_inset
32136
32137 , um Silbentrennung zu verhindern, siehe Abschnitt
32138 \begin_inset space ~
32139 \end_inset
32140
32141
32142 \begin_inset CommandInset ref
32143 LatexCommand ref
32144 reference "abs:Silbentrennung-unterbinden"
32145
32146 \end_inset
32147
32148 , um Text senkrecht auszurichten, siehe Abschnitt
32149 \begin_inset space ~
32150 \end_inset
32151
32152
32153 \begin_inset CommandInset ref
32154 LatexCommand ref
32155 reference "uab:Vertikale-Ausrichtung"
32156
32157 \end_inset
32158
32159  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
32160 \begin_inset space ~
32161 \end_inset
32162
32163
32164 \begin_inset CommandInset ref
32165 LatexCommand ref
32166 reference "abs:Farbige-Boxen"
32167
32168 \end_inset
32169
32170 .
32171 \end_layout
32172
32173 \begin_layout Standard
32174 Boxen werden mit 
32175 \family sans
32176 Einfügen\SpecialChar \menuseparator
32177 Box
32178 \family default
32179  oder dem Schalter 
32180 \begin_inset Info
32181 type  "icon"
32182 arg   "box-insert Frameless"
32183 \end_inset
32184
32185  eingefügt.
32186  Ein graues Kästchen mit der Aufschrift 
32187 \begin_inset Quotes gld
32188 \end_inset
32189
32190 Box (Minipage)
32191 \begin_inset Quotes grd
32192 \end_inset
32193
32194  erscheint: 
32195 \begin_inset Graphics
32196         filename clipart/StandardBoxQt4.png
32197         scale 85
32198         scaleBeforeRotation
32199
32200 \end_inset
32201
32202  Mit einem Rechts\SpecialChar \-
32203 klick auf das graue Kästchen und der Auswahl von 
32204 \family sans
32205 Einstellungen
32206 \family default
32207  kann der Typ spezifiziert werden.
32208  Das Dialogfenster bietet bei 
32209 \family sans
32210 Innere
32211 \begin_inset space ~
32212 \end_inset
32213
32214 Box
32215 \family default
32216  die Typen 
32217 \family sans
32218 Makebox
32219 \family default
32220
32221 \family sans
32222 Parbox
32223 \family default
32224  und 
32225 \family sans
32226 Minipage
32227 \family default
32228  an.
32229  
32230 \family sans
32231 Minipage
32232 \family default
32233  ist die Standard-Einstellung für neue Boxen und in Abschnitt
32234 \begin_inset space ~
32235 \end_inset
32236
32237
32238 \begin_inset CommandInset ref
32239 LatexCommand ref
32240 reference "abs:Minipage"
32241
32242 \end_inset
32243
32244  beschrieben, 
32245 \family sans
32246 Parbox
32247 \family default
32248  in Abschnitt
32249 \begin_inset space ~
32250 \end_inset
32251
32252
32253 \begin_inset CommandInset ref
32254 LatexCommand ref
32255 reference "abs:Parbox"
32256
32257 \end_inset
32258
32259  und 
32260 \family sans
32261 Makebox
32262 \family default
32263  in 
32264 \begin_inset CommandInset ref
32265 LatexCommand ref
32266 reference "abs:Silbentrennung-unterbinden"
32267
32268 \end_inset
32269
32270 .
32271 \end_layout
32272
32273 \begin_layout Standard
32274 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
32275  wie auf Gleitobjekte und Fußnoten.
32276 \end_layout
32277
32278 \begin_layout Standard
32279 \begin_inset Note Greyedout
32280 status open
32281
32282 \begin_layout Plain Layout
32283
32284 \series bold
32285 Bemerkung
32286 \begin_inset space ~
32287 \end_inset
32288
32289 1:
32290 \series default
32291  Boxen dürfen in 
32292 \family sans
32293 List-
32294 \family default
32295  oder 
32296 \family sans
32297 Beschreibung-
32298 \family default
32299 Umgebungen nicht verwendet werden.
32300 \end_layout
32301
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \begin_layout Standard
32308 \begin_inset Note Greyedout
32309 status open
32310
32311 \begin_layout Plain Layout
32312
32313 \series bold
32314 Bemerkung
32315 \begin_inset space ~
32316 \end_inset
32317
32318 2:
32319 \series default
32320  Boxen ohne 
32321 \family sans
32322 Innere
32323 \begin_inset space ~
32324 \end_inset
32325
32326 Box
32327 \family default
32328  und ohne Rahmen werden in Abschnitt
32329 \begin_inset space ~
32330 \end_inset
32331
32332
32333 \begin_inset CommandInset ref
32334 LatexCommand ref
32335 reference "abs:Silbentrennung-unterbinden"
32336
32337 \end_inset
32338
32339  beschrieben.
32340 \end_layout
32341
32342 \end_inset
32343
32344
32345 \end_layout
32346
32347 \begin_layout Section
32348 Das Box-Einstellungen-Fenster
32349 \begin_inset CommandInset label
32350 LatexCommand label
32351 name "abs:Box-Dialog"
32352
32353 \end_inset
32354
32355
32356 \begin_inset Index idx
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 Boxen ! Box-Dialog-Fenster
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \end_layout
32367
32368 \begin_layout Subsection
32369 Box-Größe
32370 \begin_inset Index idx
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 Boxen ! Größe
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \end_layout
32381
32382 \begin_layout Standard
32383 Im 
32384 \family sans
32385 Box-Einstellungen
32386 \family default
32387 -Fenster können Sie die Größe der Box mit 
32388 \family sans
32389 Breite
32390 \family default
32391  und 
32392 \family sans
32393 Höhe 
32394 \family default
32395 festlegen.
32396  Die verfügbaren Einheiten werden in Tabelle
32397 \begin_inset space ~
32398 \end_inset
32399
32400
32401 \begin_inset CommandInset ref
32402 LatexCommand ref
32403 reference "tab:Maßeinheiten"
32404
32405 \end_inset
32406
32407  aufgelistet.
32408  Das Feld
32409 \family sans
32410  Höhe
32411 \family default
32412  bietet die folgenden zusätzlichen Größen:
32413 \end_layout
32414
32415 \begin_layout Description
32416 Tiefe Dies ist die reine Text-
32417 \begin_inset Quotes gld
32418 \end_inset
32419
32420 Höhe
32421 \begin_inset Quotes grd
32422 \end_inset
32423
32424 .
32425  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
32426 \begin_inset Newline newline
32427 \end_inset
32428
32429
32430 \begin_inset Newline newline
32431 \end_inset
32432
32433
32434 \begin_inset Newline newline
32435 \end_inset
32436
32437
32438 \begin_inset Box Boxed
32439 position "c"
32440 hor_pos "c"
32441 has_inner_box 1
32442 inner_pos "c"
32443 use_parbox 0
32444 use_makebox 0
32445 width "12col%"
32446 special "none"
32447 height "1in"
32448 height_special "depth"
32449 status collapsed
32450
32451 \begin_layout Plain Layout
32452 \align center
32453 Box-Höhe = 1
32454 \begin_inset space \thinspace{}
32455 \end_inset
32456
32457 Tiefe
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \begin_inset Newline newline
32464 \end_inset
32465
32466
32467 \begin_inset Newline newline
32468 \end_inset
32469
32470
32471 \end_layout
32472
32473 \begin_layout Description
32474 Höhe Dies ist die Texthöhe innerhalb der Box.
32475  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
32476  Texthöhe setzen: 
32477 \begin_inset Box Boxed
32478 position "c"
32479 hor_pos "c"
32480 has_inner_box 1
32481 inner_pos "c"
32482 use_parbox 0
32483 use_makebox 0
32484 width "20col%"
32485 special "none"
32486 height "2in"
32487 height_special "height"
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 \align center
32492 Boxhöhe = 2
32493 \begin_inset space \thinspace{}
32494 \end_inset
32495
32496 Höhe
32497 \end_layout
32498
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \begin_layout Description
32505 Gesamthöhe Dies ist Höhe
32506 \begin_inset space \thinspace{}
32507 \end_inset
32508
32509 +
32510 \begin_inset space \thinspace{}
32511 \end_inset
32512
32513 Tiefe: 
32514 \begin_inset Box Boxed
32515 position "c"
32516 hor_pos "c"
32517 has_inner_box 1
32518 inner_pos "c"
32519 use_parbox 0
32520 use_makebox 0
32521 width "20col%"
32522 special "none"
32523 height "1in"
32524 height_special "totalheight"
32525 status collapsed
32526
32527 \begin_layout Plain Layout
32528 \align center
32529 Boxhöhe = 1
32530 \begin_inset space \thinspace{}
32531 \end_inset
32532
32533 Gesamthöhe
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Description
32542 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
32543 \begin_inset Box Boxed
32544 position "c"
32545 hor_pos "c"
32546 has_inner_box 1
32547 inner_pos "c"
32548 use_parbox 0
32549 use_makebox 0
32550 width "12col%"
32551 special "none"
32552 height "1in"
32553 height_special "width"
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557 \align center
32558 Boxhöhe = 1
32559 \begin_inset space \thinspace{}
32560 \end_inset
32561
32562 Breite
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \begin_layout Subsection
32571 Ausrichtung
32572 \begin_inset Index idx
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 Boxen ! Ausrichtung
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 Wenn Sie eine 
32586 \family sans
32587 Innere
32588 \begin_inset space ~
32589 \end_inset
32590
32591 Box
32592 \family default
32593  gewählt haben, kann die Box mit folgenden Werten für 
32594 \family sans
32595 Box
32596 \family default
32597  senkrecht ausgerichtet werden:
32598 \end_layout
32599
32600 \begin_layout Description
32601 Oben Dies ist ein Beispieltext.
32602  
32603 \begin_inset Box Boxed
32604 position "t"
32605 hor_pos "c"
32606 has_inner_box 1
32607 inner_pos "c"
32608 use_parbox 0
32609 use_makebox 0
32610 width "20col%"
32611 special "none"
32612 height "1in"
32613 height_special "totalheight"
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617 \align center
32618 Die Ober\SpecialChar \-
32619 kante der Box ist in der Zeile.
32620 \end_layout
32621
32622 \end_inset
32623
32624  Dies ist ein Beispieltext.
32625 \end_layout
32626
32627 \begin_layout Description
32628 Mitte Dies ist ein Beispieltext.
32629  
32630 \begin_inset Box Boxed
32631 position "c"
32632 hor_pos "c"
32633 has_inner_box 1
32634 inner_pos "c"
32635 use_parbox 0
32636 use_makebox 0
32637 width "20col%"
32638 special "none"
32639 height "1in"
32640 height_special "totalheight"
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644 \align center
32645 Die Mitte der Box ist in der Zeile.
32646 \end_layout
32647
32648 \end_inset
32649
32650  Dies ist ein Beispieltext.
32651 \end_layout
32652
32653 \begin_layout Description
32654 Unten Dies ist ein Beispieltext.
32655  
32656 \begin_inset Box Boxed
32657 position "b"
32658 hor_pos "c"
32659 has_inner_box 1
32660 inner_pos "c"
32661 use_parbox 0
32662 use_makebox 0
32663 width "20col%"
32664 special "none"
32665 height "1in"
32666 height_special "totalheight"
32667 status collapsed
32668
32669 \begin_layout Plain Layout
32670 \align center
32671 Die Unter\SpecialChar \-
32672 kante der Box ist in der Zeile.
32673 \end_layout
32674
32675 \end_inset
32676
32677  Dies ist ein Beispieltext.
32678 \end_layout
32679
32680 \begin_layout Standard
32681 \begin_inset Note Greyedout
32682 status open
32683
32684 \begin_layout Plain Layout
32685
32686 \series bold
32687 Bemerkung:
32688 \series default
32689  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
32690  Boxen in einer Zeile sind und eine Box z.
32691 \begin_inset space \thinspace{}
32692 \end_inset
32693
32694 B.
32695  schattiert ist, die andere aber nicht.
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \end_layout
32702
32703 \begin_layout Standard
32704 Eine Box kann mit dem Dialog 
32705 \family sans
32706 Absatz-Einstellungen
32707 \family default
32708  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
32709 \end_layout
32710
32711 \begin_layout Standard
32712 \begin_inset VSpace bigskip
32713 \end_inset
32714
32715 Wenn Sie eine 
32716 \family sans
32717 Innere
32718 \begin_inset space ~
32719 \end_inset
32720
32721 Box
32722 \family default
32723  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
32724 \family sans
32725 Inhalt
32726 \family default
32727  senkrecht ausgerichtet werden:
32728 \end_layout
32729
32730 \begin_layout Description
32731 Oben Dies ist ein Beispieltext.
32732  
32733 \begin_inset Box Boxed
32734 position "c"
32735 hor_pos "c"
32736 has_inner_box 1
32737 inner_pos "t"
32738 use_parbox 0
32739 use_makebox 0
32740 width "20col%"
32741 special "none"
32742 height "1.5in"
32743 height_special "totalheight"
32744 status collapsed
32745
32746 \begin_layout Plain Layout
32747 \align center
32748 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
32749 \end_layout
32750
32751 \end_inset
32752
32753  Dies ist ein Beispieltext.
32754 \end_layout
32755
32756 \begin_layout Description
32757 Mitte Dies ist ein Beispieltext.
32758  
32759 \begin_inset Box Boxed
32760 position "c"
32761 hor_pos "c"
32762 has_inner_box 1
32763 inner_pos "c"
32764 use_parbox 0
32765 use_makebox 0
32766 width "20col%"
32767 special "none"
32768 height "1.5in"
32769 height_special "totalheight"
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 \align center
32774 Der Boxinhalt ist zentriert ausgerichtet.
32775 \end_layout
32776
32777 \end_inset
32778
32779  Dies ist ein Beispieltext.
32780 \end_layout
32781
32782 \begin_layout Description
32783 Unten Dies ist ein Beispieltext.
32784  
32785 \begin_inset Box Boxed
32786 position "c"
32787 hor_pos "c"
32788 has_inner_box 1
32789 inner_pos "b"
32790 use_parbox 0
32791 use_makebox 0
32792 width "20col%"
32793 special "none"
32794 height "1.5in"
32795 height_special "totalheight"
32796 status collapsed
32797
32798 \begin_layout Plain Layout
32799 \align center
32800 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
32801 \end_layout
32802
32803 \end_inset
32804
32805  Dies ist ein Beispieltext.
32806 \end_layout
32807
32808 \begin_layout Description
32809 Dehnen Dies ist ein Beispieltext.
32810  
32811 \begin_inset Box Boxed
32812 position "c"
32813 hor_pos "c"
32814 has_inner_box 1
32815 inner_pos "s"
32816 use_parbox 0
32817 use_makebox 0
32818 width "20col%"
32819 special "none"
32820 height "1in"
32821 height_special "totalheight"
32822 status collapsed
32823
32824 \begin_layout Plain Layout
32825 \align center
32826 Der Boxinhalt
32827 \end_layout
32828
32829 \begin_layout Plain Layout
32830 \align center
32831 ist über die
32832 \end_layout
32833
32834 \begin_layout Plain Layout
32835 \align center
32836 Boxhöhe
32837 \end_layout
32838
32839 \begin_layout Plain Layout
32840 \align center
32841 gleichmäßig verteilt.
32842 \end_layout
32843
32844 \end_inset
32845
32846  Dies ist ein Beispieltext.
32847 \end_layout
32848
32849 \begin_layout Standard
32850 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
32851  besteht.
32852  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
32853 \end_layout
32854
32855 \begin_layout Standard
32856 Ein Boxinhalt kann mit dem Dialog 
32857 \family sans
32858 Absatz-Einstellungen
32859 \family default
32860  waagerecht ausgerichtet werden, wenn Sie eine
32861 \family sans
32862  Innere
32863 \begin_inset space ~
32864 \end_inset
32865
32866 Box
32867 \family default
32868  gewählt haben.
32869 \end_layout
32870
32871 \begin_layout Standard
32872 \align center
32873 \begin_inset Box Boxed
32874 position "c"
32875 hor_pos "c"
32876 has_inner_box 1
32877 inner_pos "s"
32878 use_parbox 0
32879 use_makebox 0
32880 width "30col%"
32881 special "none"
32882 height "1.25in"
32883 height_special "totalheight"
32884 status collapsed
32885
32886 \begin_layout Plain Layout
32887 \align left
32888 Hier ist jede Zeile
32889 \end_layout
32890
32891 \begin_layout Plain Layout
32892 \align center
32893 anders
32894 \end_layout
32895
32896 \begin_layout Plain Layout
32897 \align right
32898 ausgerichtet.
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \begin_layout Standard
32907 Wenn Sie keine
32908 \family sans
32909  Innere
32910 \begin_inset space ~
32911 \end_inset
32912
32913 Box
32914 \family default
32915  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
32916 \family sans
32917 Box-Einstellungen-
32918 \family default
32919 Dialog ausrichten
32920 \end_layout
32921
32922 \begin_layout Standard
32923 \align center
32924 \begin_inset Box Boxed
32925 position "c"
32926 hor_pos "s"
32927 has_inner_box 0
32928 inner_pos "s"
32929 use_parbox 0
32930 use_makebox 0
32931 width "90col%"
32932 special "none"
32933 height "1.25in"
32934 height_special "totalheight"
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938 Dieser Boxinhalt wurde horizontal gedehnt.
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \begin_layout Subsection
32947 Verzierung
32948 \begin_inset CommandInset label
32949 LatexCommand label
32950 name "uab:Verzierung"
32951
32952 \end_inset
32953
32954
32955 \begin_inset Index idx
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 Boxen ! Verzierung
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \end_layout
32966
32967 \begin_layout Standard
32968 Im 
32969 \family sans
32970 Box-Einstellungen-
32971 \family default
32972 Dialog können Sie mit der 
32973 \family sans
32974 Verzierung
32975 \family default
32976  den Typ der Box auswählen:
32977 \end_layout
32978
32979 \begin_layout Description
32980 Kein
32981 \begin_inset space ~
32982 \end_inset
32983
32984 Rahmen Nichts wird gezeichnet.
32985 \end_layout
32986
32987 \begin_layout Description
32988 Einfacher
32989 \begin_inset space ~
32990 \end_inset
32991
32992 rechteckiger
32993 \begin_inset space ~
32994 \end_inset
32995
32996 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
32997  Die Rahmendicke wird durch 
32998 \series bold
32999
33000 \backslash
33001 fboxrule
33002 \series default
33003  festgelegt.
33004  
33005 \begin_inset Box Boxed
33006 position "c"
33007 hor_pos "c"
33008 has_inner_box 1
33009 inner_pos "c"
33010 use_parbox 0
33011 use_makebox 0
33012 width "21col%"
33013 special "none"
33014 height "1in"
33015 height_special "totalheight"
33016 status collapsed
33017
33018 \begin_layout Plain Layout
33019
33020 \series medium
33021 Rechteckige
33022 \begin_inset space ~
33023 \end_inset
33024
33025 Box
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Description
33034 erlaube
33035 \begin_inset space ~
33036 \end_inset
33037
33038 Seitenumbrüche 
33039 \end_layout
33040
33041 \begin_layout Description
33042 Ovaler
33043 \begin_inset space ~
33044 \end_inset
33045
33046 Rahmen,
33047 \begin_inset space ~
33048 \end_inset
33049
33050 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
33051  Die Rahmendicke ist 0.4
33052 \begin_inset space \thinspace{}
33053 \end_inset
33054
33055 pt.
33056  
33057 \begin_inset Box ovalbox
33058 position "c"
33059 hor_pos "c"
33060 has_inner_box 1
33061 inner_pos "c"
33062 use_parbox 0
33063 use_makebox 0
33064 width "20col%"
33065 special "none"
33066 height "1in"
33067 height_special "totalheight"
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071 Ovale
33072 \begin_inset space ~
33073 \end_inset
33074
33075 Box,
33076 \begin_inset space ~
33077 \end_inset
33078
33079 dünn
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Description
33088 Ovaler
33089 \begin_inset space ~
33090 \end_inset
33091
33092 Rahmen,
33093 \begin_inset space ~
33094 \end_inset
33095
33096 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
33097  Die Rahmendicke ist 0.8
33098 \begin_inset space \thinspace{}
33099 \end_inset
33100
33101 pt.
33102  
33103 \begin_inset Box Ovalbox
33104 position "c"
33105 hor_pos "c"
33106 has_inner_box 1
33107 inner_pos "c"
33108 use_parbox 0
33109 use_makebox 0
33110 width "20col%"
33111 special "none"
33112 height "1in"
33113 height_special "totalheight"
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117 Ovale
33118 \begin_inset space ~
33119 \end_inset
33120
33121 Box,
33122 \begin_inset space ~
33123 \end_inset
33124
33125 dick
33126 \end_layout
33127
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Description
33134 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
33135  Die Rahmendicke wird durch 
33136 \series bold
33137
33138 \backslash
33139 fboxrule
33140 \series default
33141  festgelegt, der Schatten ist 4
33142 \begin_inset space \thinspace{}
33143 \end_inset
33144
33145 pt breit.
33146 \begin_inset Newline newline
33147 \end_inset
33148
33149
33150 \begin_inset Box Shadowbox
33151 position "c"
33152 hor_pos "c"
33153 has_inner_box 1
33154 inner_pos "c"
33155 use_parbox 0
33156 use_makebox 0
33157 width "20col%"
33158 special "none"
33159 height "1in"
33160 height_special "totalheight"
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164 Schattierte
33165 \begin_inset space ~
33166 \end_inset
33167
33168 Box
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \begin_layout Description
33177 Schattierter
33178 \begin_inset space ~
33179 \end_inset
33180
33181 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
33182  Im Gegensatz zu farbigen Boxen
33183 \begin_inset Foot
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 siehe Abschnitt
33188 \begin_inset space ~
33189 \end_inset
33190
33191
33192 \begin_inset CommandInset ref
33193 LatexCommand ref
33194 reference "abs:Farbige-Boxen"
33195
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \end_inset
33202
33203  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
33204  die Box ist ein Absatz für sich.
33205  
33206 \begin_inset Box Shaded
33207 position "t"
33208 hor_pos "c"
33209 has_inner_box 0
33210 inner_pos "t"
33211 use_parbox 0
33212 use_makebox 0
33213 width "50col%"
33214 special "none"
33215 height "1in"
33216 height_special "totalheight"
33217 status collapsed
33218
33219 \begin_layout Plain Layout
33220 Schattierter Hintergrund Box
33221 \end_layout
33222
33223 \end_inset
33224
33225
33226 \end_layout
33227
33228 \begin_layout Description
33229 Doppelter
33230 \begin_inset space ~
33231 \end_inset
33232
33233 rechteckiger
33234 \begin_inset space ~
33235 \end_inset
33236
33237 Rahmen zeichnet einen doppelten Rahmen um die Box.
33238  Der innere Rahmen ist 0.75
33239 \begin_inset space \thinspace{}
33240 \end_inset
33241
33242
33243 \series bold
33244
33245 \backslash
33246 fboxrule
33247 \series default
33248  breit, der äußere 1.5
33249 \begin_inset space \thinspace{}
33250 \end_inset
33251
33252
33253 \series bold
33254
33255 \backslash
33256 fboxrule
33257 \series default
33258 , der Zwischenraum 1.5
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262
33263 \series bold
33264
33265 \backslash
33266 fboxrule
33267 \series default
33268
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 +
33273 \begin_inset space \thinspace{}
33274 \end_inset
33275
33276 0.5
33277 \begin_inset space \thinspace{}
33278 \end_inset
33279
33280 pt.
33281  
33282 \begin_inset Box Doublebox
33283 position "c"
33284 hor_pos "c"
33285 has_inner_box 1
33286 inner_pos "c"
33287 use_parbox 0
33288 use_makebox 0
33289 width "20col%"
33290 special "none"
33291 height "1in"
33292 height_special "totalheight"
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296 Doppelt
33297 \begin_inset space ~
33298 \end_inset
33299
33300 gerahmte
33301 \begin_inset space ~
33302 \end_inset
33303
33304 Box
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \begin_inset VSpace bigskip
33314 \end_inset
33315
33316 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
33317  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
33318 \series bold
33319 fancybox
33320 \series default
33321
33322 \begin_inset Index idx
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326 LaTeX-Pakete ! fancybox
33327 \end_layout
33328
33329 \end_inset
33330
33331  installiert sein.
33332 \end_layout
33333
33334 \begin_layout Standard
33335 \begin_inset VSpace bigskip
33336 \end_inset
33337
33338 Wenn Sie die Verzierung 
33339 \family sans
33340 Einfacher rechteckiger Rahmen
33341 \family default
33342  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
33343  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
33344  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
33345  für sich ist und 
33346 \series bold
33347
33348 \backslash
33349 fboxrule
33350 \series default
33351  und 
33352 \series bold
33353
33354 \backslash
33355 fboxsep
33356 \series default
33357  keinen Einfluss auf diesen Box Typ haben.
33358  Die Rahmendicke wird durch 
33359 \series bold
33360
33361 \backslash
33362 FrameRule
33363 \series default
33364  festgelegt.
33365  
33366 \begin_inset Box Framed
33367 position "t"
33368 hor_pos "c"
33369 has_inner_box 0
33370 inner_pos "t"
33371 use_parbox 0
33372 use_makebox 0
33373 width "100col%"
33374 special "none"
33375 height "1in"
33376 height_special "totalheight"
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380 Box erlaubt Seitenumbruch
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \begin_layout Section
33389 Box-Anpassung
33390 \begin_inset Index idx
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394 Boxen ! Anpassung
33395 \end_layout
33396
33397 \end_inset
33398
33399
33400 \end_layout
33401
33402 \begin_layout Standard
33403 Der Standardwert für 
33404 \series bold
33405
33406 \backslash
33407 fboxrule
33408 \series default
33409  ist 0.4
33410 \begin_inset space \thinspace{}
33411 \end_inset
33412
33413 pt.
33414  Mit dem folgenden TeX-Code-Befehl kann er auf 2
33415 \begin_inset space \thinspace{}
33416 \end_inset
33417
33418 pt gesetzt werden:
33419 \end_layout
33420
33421 \begin_layout Standard
33422
33423 \series bold
33424
33425 \backslash
33426 setlength{
33427 \backslash
33428 fboxrule}{2pt}
33429 \end_layout
33430
33431 \begin_layout Standard
33432 \begin_inset ERT
33433 status collapsed
33434
33435 \begin_layout Plain Layout
33436
33437
33438 \backslash
33439 setlength{
33440 \backslash
33441 fboxrule}{2pt}
33442 \end_layout
33443
33444 \end_inset
33445
33446
33447 \begin_inset Box Boxed
33448 position "c"
33449 hor_pos "c"
33450 has_inner_box 1
33451 inner_pos "c"
33452 use_parbox 0
33453 use_makebox 0
33454 width "30col%"
33455 special "none"
33456 height "1in"
33457 height_special "totalheight"
33458 status open
33459
33460 \begin_layout Plain Layout
33461 \align center
33462 Rechteckige Box mit einer Rahmenbreite von 2
33463 \begin_inset space \thinspace{}
33464 \end_inset
33465
33466 pt
33467 \end_layout
33468
33469 \end_inset
33470
33471
33472 \begin_inset ERT
33473 status collapsed
33474
33475 \begin_layout Plain Layout
33476
33477
33478 \backslash
33479 setlength{
33480 \backslash
33481 fboxrule}{0.4pt}
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \begin_inset VSpace bigskip
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Standard
33494 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
33495 \begin_inset space \thinspace{}
33496 \end_inset
33497
33498 pt.
33499  Sie können das ändern, indem Sie den Wert von 
33500 \series bold
33501
33502 \backslash
33503 fboxsep
33504 \series default
33505  mit einem TeX-Code-Befehl ändern:
33506 \end_layout
33507
33508 \begin_layout Standard
33509
33510 \series bold
33511
33512 \backslash
33513 setlength{
33514 \backslash
33515 fboxsep}{10pt}
33516 \end_layout
33517
33518 \begin_layout Standard
33519 setzt den Wert auf 10
33520 \begin_inset space \thinspace{}
33521 \end_inset
33522
33523 pt, wie in der folgenden Box:
33524 \end_layout
33525
33526 \begin_layout Standard
33527 \begin_inset ERT
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531
33532
33533 \backslash
33534 setlength{
33535 \backslash
33536 fboxsep}{10pt}
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \begin_inset Box Boxed
33543 position "c"
33544 hor_pos "c"
33545 has_inner_box 1
33546 inner_pos "c"
33547 use_parbox 0
33548 use_makebox 0
33549 width "25col%"
33550 special "none"
33551 height "1in"
33552 height_special "totalheight"
33553 status open
33554
33555 \begin_layout Plain Layout
33556 \align center
33557 Rechteckige Box mit 
33558 \series bold
33559
33560 \backslash
33561 fboxsep
33562 \series default
33563
33564 \begin_inset space \thinspace{}
33565 \end_inset
33566
33567 =
33568 \begin_inset space \thinspace{}
33569 \end_inset
33570
33571 10
33572 \begin_inset space \thinspace{}
33573 \end_inset
33574
33575 pt
33576 \end_layout
33577
33578 \end_inset
33579
33580
33581 \begin_inset ERT
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585
33586
33587 \backslash
33588 setlength{
33589 \backslash
33590 fboxsep}{3pt}
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \end_layout
33597
33598 \begin_layout Standard
33599 \noindent
33600 \begin_inset VSpace bigskip
33601 \end_inset
33602
33603 Der Durchmesser der abgerundeten Ecken kann mit 
33604 \series bold
33605
33606 \backslash
33607 cornersize
33608 \series default
33609  gesetzt werden.
33610  Der TeX-Code-Befehl
33611 \end_layout
33612
33613 \begin_layout Standard
33614
33615 \series bold
33616
33617 \backslash
33618 cornersize*{1cm}
33619 \end_layout
33620
33621 \begin_layout Standard
33622 setzt den Durchmesser auf 1
33623 \begin_inset space \thinspace{}
33624 \end_inset
33625
33626 cm.
33627  Der TeX-Code-Befehl
33628 \end_layout
33629
33630 \begin_layout Standard
33631
33632 \series bold
33633
33634 \backslash
33635 cornersize{num}
33636 \end_layout
33637
33638 \begin_layout Standard
33639 setzt den Durchmesser auf 
33640 \family sans
33641 num
33642 \begin_inset space \thinspace{}
33643 \end_inset
33644
33645 ×
33646 \begin_inset space \thinspace{}
33647 \end_inset
33648
33649 Minimum(Breite der Box, Höhe der Box)
33650 \family default
33651 .
33652  Der Standardwert ist 
33653 \series bold
33654
33655 \backslash
33656 cornersize{0.5}
33657 \series default
33658 .
33659 \end_layout
33660
33661 \begin_layout Standard
33662 \begin_inset ERT
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666
33667
33668 \backslash
33669 cornersize*{1.5cm}
33670 \end_layout
33671
33672 \end_inset
33673
33674
33675 \begin_inset Box Ovalbox
33676 position "c"
33677 hor_pos "c"
33678 has_inner_box 1
33679 inner_pos "c"
33680 use_parbox 0
33681 use_makebox 0
33682 width "30col%"
33683 special "none"
33684 height "1in"
33685 height_special "totalheight"
33686 status open
33687
33688 \begin_layout Plain Layout
33689 \align center
33690 Ovale Box, dicker Rand, mit 
33691 \series bold
33692
33693 \backslash
33694 cornersize
33695 \series default
33696
33697 \begin_inset space \thinspace{}
33698 \end_inset
33699
33700 =
33701 \begin_inset space \thinspace{}
33702 \end_inset
33703
33704 1.5
33705 \begin_inset space \thinspace{}
33706 \end_inset
33707
33708 cm
33709 \end_layout
33710
33711 \end_inset
33712
33713
33714 \begin_inset ERT
33715 status collapsed
33716
33717 \begin_layout Plain Layout
33718
33719
33720 \backslash
33721 cornersize{0.5}
33722 \end_layout
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \begin_layout Standard
33730 \begin_inset VSpace bigskip
33731 \end_inset
33732
33733 Die Breite des Schattens wird mit 
33734 \series bold
33735
33736 \backslash
33737 shadowsize
33738 \series default
33739  festgelegt.
33740  Mit dem TeX-Code-Befehl
33741 \end_layout
33742
33743 \begin_layout Standard
33744
33745 \series bold
33746
33747 \backslash
33748 setlength{
33749 \backslash
33750 shadowsize}{2pt}
33751 \end_layout
33752
33753 \begin_layout Standard
33754 wird er für die folgende Box auf 2
33755 \begin_inset space \thinspace{}
33756 \end_inset
33757
33758 pt festgelegt.
33759 \end_layout
33760
33761 \begin_layout Standard
33762 \begin_inset ERT
33763 status collapsed
33764
33765 \begin_layout Plain Layout
33766
33767
33768 \backslash
33769 setlength{
33770 \backslash
33771 shadowsize}{2pt}
33772 \end_layout
33773
33774 \end_inset
33775
33776
33777 \begin_inset Box Shadowbox
33778 position "c"
33779 hor_pos "c"
33780 has_inner_box 1
33781 inner_pos "c"
33782 use_parbox 0
33783 use_makebox 0
33784 width "25col%"
33785 special "none"
33786 height "1in"
33787 height_special "totalheight"
33788 status open
33789
33790 \begin_layout Plain Layout
33791 \align center
33792 Schattierte Box mit 
33793 \series bold
33794
33795 \backslash
33796 shadowsize
33797 \series default
33798
33799 \begin_inset space \thinspace{}
33800 \end_inset
33801
33802 =
33803 \begin_inset space \thinspace{}
33804 \end_inset
33805
33806 2
33807 \begin_inset space \thinspace{}
33808 \end_inset
33809
33810 pt
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \begin_inset ERT
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820
33821
33822 \backslash
33823 setlength{
33824 \backslash
33825 shadowsize}{4pt}
33826 \end_layout
33827
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Standard
33834 \begin_inset VSpace bigskip
33835 \end_inset
33836
33837 Der Standardwert für 
33838 \series bold
33839
33840 \backslash
33841 FrameRule
33842 \series default
33843  ist 0.4
33844 \begin_inset space \thinspace{}
33845 \end_inset
33846
33847 pt.
33848  Der Standard-Abstand zwischen Rahmen und Text ist 9
33849 \begin_inset space \thinspace{}
33850 \end_inset
33851
33852 pt und kann mit dem Wert für 
33853 \series bold
33854
33855 \backslash
33856 FrameSep
33857 \series default
33858  geändert werden.
33859  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
33860  TeX-Code Befehlen geändert:
33861 \end_layout
33862
33863 \begin_layout Standard
33864
33865 \series bold
33866
33867 \backslash
33868 setlength{
33869 \backslash
33870 FrameRule}{5pt}
33871 \begin_inset Newline newline
33872 \end_inset
33873
33874
33875 \backslash
33876 setlength{
33877 \backslash
33878 FrameSep}{0.5cm}
33879 \end_layout
33880
33881 \begin_layout Standard
33882 \begin_inset ERT
33883 status collapsed
33884
33885 \begin_layout Plain Layout
33886
33887
33888 \backslash
33889 setlength{
33890 \backslash
33891 FrameRule}{5pt}
33892 \end_layout
33893
33894 \begin_layout Plain Layout
33895
33896
33897 \backslash
33898 setlength{
33899 \backslash
33900 FrameSep}{0.5cm}
33901 \end_layout
33902
33903 \end_inset
33904
33905
33906 \begin_inset Box Framed
33907 position "t"
33908 hor_pos "c"
33909 has_inner_box 0
33910 inner_pos "t"
33911 use_parbox 0
33912 use_makebox 0
33913 width "100col%"
33914 special "none"
33915 height "1in"
33916 height_special "totalheight"
33917 status open
33918
33919 \begin_layout Plain Layout
33920 Dies ist Text in einer 
33921 \family sans
33922 Seitenumbruch erlaubt
33923 \family default
33924  Box.
33925 \end_layout
33926
33927 \end_inset
33928
33929
33930 \begin_inset ERT
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934
33935
33936 \backslash
33937 setlength{
33938 \backslash
33939 FrameRule}{0.4pt}
33940 \end_layout
33941
33942 \begin_layout Plain Layout
33943
33944
33945 \backslash
33946 setlength{
33947 \backslash
33948 FrameSep}{9pt}
33949 \end_layout
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 \begin_inset VSpace bigskip
33958 \end_inset
33959
33960 Für Boxen mit 
33961 \family sans
33962 schattiertem Hintergrund
33963 \family default
33964  beträgt der Abstand zwischen Rand und Text 3
33965 \begin_inset space \thinspace{}
33966 \end_inset
33967
33968 pt und kann mit 
33969 \series bold
33970
33971 \backslash
33972 fboxsep
33973 \series default
33974  geändert werden.
33975  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
33976  
33977 \series bold
33978
33979 \backslash
33980 definecolor{shadecolor}
33981 \series default
33982  oder global über das Menü 
33983 \family sans
33984 Werkzeuge\SpecialChar \menuseparator
33985 Einstellungen\SpecialChar \menuseparator
33986 Farben\SpecialChar \menuseparator
33987 Schattierte
33988 \begin_inset space ~
33989 \end_inset
33990
33991 Box
33992 \family default
33993  geändert werden.
33994  Das Schema des 
33995 \series bold
33996
33997 \backslash
33998 definecolor
33999 \series default
34000  Befehls ist  in Abschnitt
34001 \begin_inset space ~
34002 \end_inset
34003
34004
34005 \begin_inset CommandInset ref
34006 LatexCommand ref
34007 reference "abs:Farbige-Tabellen"
34008
34009 \end_inset
34010
34011  erklärt.
34012 \begin_inset Foot
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016 Beachten Sie, dass 
34017 \series bold
34018
34019 \backslash
34020 definecolor
34021 \series default
34022  das LaTeX-Paket 
34023 \series bold
34024 color
34025 \series default
34026  im LaTeX-Vorspann benötigt, siehe Abschnitt
34027 \begin_inset space ~
34028 \end_inset
34029
34030
34031 \begin_inset CommandInset ref
34032 LatexCommand ref
34033 reference "abs:Farbige-Boxen"
34034
34035 \end_inset
34036
34037 .
34038 \end_layout
34039
34040 \end_inset
34041
34042  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
34043 \end_layout
34044
34045 \begin_layout Standard
34046
34047 \series bold
34048
34049 \backslash
34050 setlength{
34051 \backslash
34052 fboxsep}{0.5cm}
34053 \begin_inset Newline newline
34054 \end_inset
34055
34056
34057 \backslash
34058 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34059 \end_layout
34060
34061 \begin_layout Standard
34062 \begin_inset ERT
34063 status collapsed
34064
34065 \begin_layout Plain Layout
34066
34067
34068 \backslash
34069 setlength{
34070 \backslash
34071 fboxsep}{0.5cm}
34072 \end_layout
34073
34074 \begin_layout Plain Layout
34075
34076
34077 \backslash
34078 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34079 \end_layout
34080
34081 \end_inset
34082
34083
34084 \begin_inset Box Shaded
34085 position "t"
34086 hor_pos "c"
34087 has_inner_box 0
34088 inner_pos "t"
34089 use_parbox 0
34090 use_makebox 0
34091 width "100col%"
34092 special "none"
34093 height "1in"
34094 height_special "totalheight"
34095 status open
34096
34097 \begin_layout Plain Layout
34098
34099 \color yellow
34100 Dies ist gelber Text in einer 
34101 \family sans
34102 schattierten Hintergrund
34103 \begin_inset space ~
34104 \end_inset
34105
34106
34107 \family default
34108 Box auf dunkelgrünem Hintergrund.
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \begin_inset ERT
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118
34119
34120 \backslash
34121 setlength{
34122 \backslash
34123 fboxsep}{3pt}
34124 \end_layout
34125
34126 \begin_layout Plain Layout
34127
34128
34129 \backslash
34130 definecolor{shadecolor}{rgb}{1,0,0}
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Standard
34139 \begin_inset VSpace bigskip
34140 \end_inset
34141
34142 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
34143  der sie ändert.
34144 \end_layout
34145
34146 \begin_layout Section
34147 Minipage
34148 \begin_inset CommandInset label
34149 LatexCommand label
34150 name "abs:Minipage"
34151
34152 \end_inset
34153
34154
34155 \begin_inset Index idx
34156 status collapsed
34157
34158 \begin_layout Plain Layout
34159 Boxen ! Minipage
34160 \end_layout
34161
34162 \end_inset
34163
34164
34165 \end_layout
34166
34167 \begin_layout Standard
34168 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
34169  deshalb unter anderem eigene Fußnoten haben.
34170 \end_layout
34171
34172 \begin_layout Standard
34173 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
34174 \end_layout
34175
34176 \begin_layout Standard
34177 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
34178  Ihre Breite ist 45 Spaltenbreite
34179 \begin_inset space ~
34180 \end_inset
34181
34182 %, und sie sind durch einen 
34183 \family sans
34184 HFill
34185 \family default
34186  getrennt (
34187 \family sans
34188 Einfügen\SpecialChar \menuseparator
34189 Formatierung\SpecialChar \menuseparator
34190 Horizontaler
34191 \begin_inset space \space{}
34192 \end_inset
34193
34194 Abstand\SpecialChar \menuseparator
34195 Abstand\SpecialChar \menuseparator
34196 Variabler
34197 \begin_inset space ~
34198 \end_inset
34199
34200 horiz.
34201 \begin_inset space ~
34202 \end_inset
34203
34204 Abstand
34205 \family default
34206 ).
34207 \begin_inset Newpage newpage
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Standard
34214 \noindent
34215 \begin_inset Box Frameless
34216 position "t"
34217 hor_pos "c"
34218 has_inner_box 1
34219 inner_pos "c"
34220 use_parbox 0
34221 use_makebox 0
34222 width "45col%"
34223 special "none"
34224 height "1in"
34225 height_special "totalheight"
34226 status open
34227
34228 \begin_layout Plain Layout
34229 Dies ist ein deutscher Text.
34230  Dies ist ein deutscher Text.
34231  Dies ist ein deutscher Text.
34232  Dies ist ein deutscher Text.
34233  Dies ist ein deutscher Text.
34234  Dies ist ein deutscher Text.
34235  Dies ist ein deutscher Text.
34236  Dies ist ein deutscher Text.
34237  Dies ist ein deutscher Text.
34238  Dies ist ein deutscher Text.
34239  Dies ist ein deutscher Text.
34240  Dies ist ein deutscher Text.
34241  Dies ist ein deutscher Text
34242 \begin_inset Foot
34243 status open
34244
34245 \begin_layout Plain Layout
34246 Dies ist eine deutsche Fußnote.
34247 \end_layout
34248
34249 \end_inset
34250
34251 .
34252  Dies ist ein deutscher Text.
34253  Dies ist ein deutscher Text.
34254 \end_layout
34255
34256 \end_inset
34257
34258
34259 \begin_inset space \hfill{}
34260 \end_inset
34261
34262
34263 \begin_inset Box Frameless
34264 position "t"
34265 hor_pos "c"
34266 has_inner_box 1
34267 inner_pos "c"
34268 use_parbox 0
34269 use_makebox 0
34270 width "45col%"
34271 special "none"
34272 height "1in"
34273 height_special "totalheight"
34274 status open
34275
34276 \begin_layout Plain Layout
34277
34278 \lang english
34279 This is an English Text.
34280  This is an English Text.
34281  This is an English Text.
34282  This is an English Text.
34283  This is an English Text.
34284  This is an English Text.
34285  This is an English Text.
34286  This is an English Text.
34287  This is an English Text.
34288  This is an English Text.
34289  This is an English Text.
34290  This is an English Text.
34291  This is an English Text.
34292  This is an English Text.
34293  This is an English Text.
34294  This is an English Text.
34295 \begin_inset Foot
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299
34300 \lang english
34301 This is an English footnote.
34302 \end_layout
34303
34304 \end_inset
34305
34306  This is an English Text.
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315 \begin_inset VSpace bigskip
34316 \end_inset
34317
34318 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
34319  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
34320  Absätze nicht eingerückt werden, obwohl Sie das in 
34321 \family sans
34322 Dokument
34323 \family default
34324 \SpecialChar \menuseparator
34325
34326 \family sans
34327 Einstellun\SpecialChar \-
34328 gen\SpecialChar \menuseparator
34329 Textformat
34330 \family default
34331  festgelegt haben.
34332  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
34333  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
34334 \series bold
34335
34336 \backslash
34337 hspace*{1em}
34338 \series default
34339 .
34340 \end_layout
34341
34342 \begin_layout Standard
34343 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
34344  zu verpassen, siehe Abschnitt
34345 \begin_inset space ~
34346 \end_inset
34347
34348
34349 \begin_inset CommandInset ref
34350 LatexCommand ref
34351 reference "uab:Farbe-für-Absätze"
34352
34353 \end_inset
34354
34355 .
34356 \end_layout
34357
34358 \begin_layout Standard
34359 \begin_inset Note Greyedout
34360 status open
34361
34362 \begin_layout Plain Layout
34363
34364 \series bold
34365 Bemerkung:
34366 \series default
34367  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
34368  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
34369 \end_layout
34370
34371 \end_inset
34372
34373
34374 \end_layout
34375
34376 \begin_layout Section
34377 Parbox
34378 \begin_inset CommandInset label
34379 LatexCommand label
34380 name "abs:Parbox"
34381
34382 \end_inset
34383
34384
34385 \begin_inset Index idx
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Boxen ! Parbox
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Standard
34398 Parbox ist eine Abkürzung für 
34399 \begin_inset Quotes gld
34400 \end_inset
34401
34402 paragraph box
34403 \begin_inset Quotes grd
34404 \end_inset
34405
34406 , was Absatzbox bedeutet.
34407  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
34408  in Parboxen nicht ausgegeben werden:
34409 \end_layout
34410
34411 \begin_layout Standard
34412 \align center
34413 \begin_inset Box Frameless
34414 position "t"
34415 hor_pos "c"
34416 has_inner_box 1
34417 inner_pos "t"
34418 use_parbox 1
34419 use_makebox 0
34420 width "33col%"
34421 special "none"
34422 height "1in"
34423 height_special "totalheight"
34424 status open
34425
34426 \begin_layout Plain Layout
34427 Dies ist Text in einer Parbox.
34428  Dies ist Text in einer Parbox.
34429 \end_layout
34430
34431 \begin_layout Plain Layout
34432 Diese Fußnote wird nicht gedruckt:
34433 \begin_inset Foot
34434 status collapsed
34435
34436 \begin_layout Plain Layout
34437 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
34438 \end_layout
34439
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \end_inset
34446
34447
34448 \end_layout
34449
34450 \begin_layout Section
34451 Boxen für Worte und Buchstaben
34452 \begin_inset Index idx
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 Boxen ! für Buchstaben
34457 \end_layout
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \begin_layout Subsection
34465 Silbentrennung unterbinden
34466 \begin_inset CommandInset label
34467 LatexCommand label
34468 name "abs:Silbentrennung-unterbinden"
34469
34470 \end_inset
34471
34472
34473 \begin_inset Index idx
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 Boxen ! zur Vermeidung von Silbentrennung
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Standard
34486 Sie können den Boxtyp 
34487 \family sans
34488 Makebox
34489 \family default
34490  benutzen, um Silbentrennungen zu unterbinden.
34491 \begin_inset Newline newline
34492 \end_inset
34493
34494 Hier ist ein Beispiel: 
34495 \end_layout
34496
34497 \begin_layout Standard
34498 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
34499 \begin_inset Quotes gld
34500 \end_inset
34501
34502 einsehrsehrsehrlangeswort
34503 \begin_inset Quotes grd
34504 \end_inset
34505
34506 .
34507 \end_layout
34508
34509 \begin_layout Standard
34510 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
34511  Innere
34512 \begin_inset space ~
34513 \end_inset
34514
34515 Box auf Makebox und verwenden keine explizite Breite.
34516 \end_layout
34517
34518 \begin_layout Standard
34519 Hier ist das Ergebnis:
34520 \end_layout
34521
34522 \begin_layout Standard
34523 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34524 \begin_inset Box Frameless
34525 position "t"
34526 hor_pos "c"
34527 has_inner_box 1
34528 inner_pos "t"
34529 use_parbox 0
34530 use_makebox 1
34531 width ""
34532 special "none"
34533 height "1in"
34534 height_special "totalheight"
34535 status open
34536
34537 \begin_layout Plain Layout
34538 \begin_inset Quotes gld
34539 \end_inset
34540
34541 einsehrsehrsehrlangeswort
34542 \begin_inset Quotes grd
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \end_inset
34549
34550 .
34551 \end_layout
34552
34553 \begin_layout Standard
34554 Alternativ dazu kann man auch den Befehl 
34555 \begin_inset Quotes gld
34556 \end_inset
34557
34558
34559 \series bold
34560
34561 \backslash
34562 -
34563 \series default
34564
34565 \begin_inset Quotes grd
34566 \end_inset
34567
34568  als TeX-Code direkt vor das Wort setzen:
34569 \end_layout
34570
34571 \begin_layout Standard
34572 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
34573 \begin_inset Quotes gld
34574 \end_inset
34575
34576
34577 \begin_inset ERT
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581
34582
34583 \backslash
34584 -
34585 \end_layout
34586
34587 \end_inset
34588
34589 einsehrsehrsehrlangeswort
34590 \begin_inset Quotes grd
34591 \end_inset
34592
34593 .
34594 \end_layout
34595
34596 \begin_layout Standard
34597 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
34598  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
34599 \family sans
34600 Strg-Eingabe
34601 \family default
34602 ) einfügen: 
34603 \end_layout
34604
34605 \begin_layout Standard
34606 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
34607 \begin_inset Newline newline
34608 \end_inset
34609
34610
34611 \begin_inset Box Frameless
34612 position "t"
34613 hor_pos "c"
34614 has_inner_box 1
34615 inner_pos "t"
34616 use_parbox 0
34617 use_makebox 1
34618 width ""
34619 special "none"
34620 height "1in"
34621 height_special "totalheight"
34622 status open
34623
34624 \begin_layout Plain Layout
34625 \begin_inset Quotes gld
34626 \end_inset
34627
34628 einsehrsehrsehrlangeswort
34629 \begin_inset Quotes grd
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \end_inset
34636
34637 .
34638 \end_layout
34639
34640 \begin_layout Subsection
34641 Vertikale Ausrichtung
34642 \begin_inset CommandInset label
34643 LatexCommand label
34644 name "uab:Vertikale-Ausrichtung"
34645
34646 \end_inset
34647
34648
34649 \begin_inset Index idx
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653 Boxen ! für Vertikale Ausrichtung
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \begin_inset Index idx
34660 status collapsed
34661
34662 \begin_layout Plain Layout
34663 Boxen ! raisebox
34664 \end_layout
34665
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Standard
34672 Mit dem LaTeX-Befehl 
34673 \series bold
34674
34675 \backslash
34676 raisebox
34677 \series default
34678  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
34679 n Textes ausrichten.
34680  
34681 \series bold
34682
34683 \backslash
34684 raisebox
34685 \series default
34686  wird folgendermaßen benutzt:
34687 \end_layout
34688
34689 \begin_layout Standard
34690
34691 \series bold
34692
34693 \backslash
34694 raisebox{Verschiebung}[oben][unten]{Text}
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Positive Werte für Verschiebung
34699 \series bold
34700  
34701 \series default
34702 verschieben die Box nach oben, negative nach unten.
34703  Die beiden optionalen Parameter 
34704 \family typewriter
34705 oben
34706 \family default
34707  und 
34708 \family typewriter
34709 unten
34710 \family default
34711  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
34712  hinausgeht, wenn sie nicht verschoben ist.
34713 \end_layout
34714
34715 \begin_layout Standard
34716 Um zum Beispiel das Wort 
34717 \begin_inset Quotes gld
34718 \end_inset
34719
34720 provokant
34721 \begin_inset Quotes grd
34722 \end_inset
34723
34724  mit seinem 
34725 \begin_inset Quotes gld
34726 \end_inset
34727
34728 niedrigsten
34729 \begin_inset Quotes grd
34730 \end_inset
34731
34732  Buchstaben 
34733 \begin_inset Quotes gld
34734 \end_inset
34735
34736 p
34737 \begin_inset Quotes grd
34738 \end_inset
34739
34740  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
34741 \end_layout
34742
34743 \begin_layout Standard
34744
34745 \series bold
34746
34747 \backslash
34748 raisebox{
34749 \backslash
34750 depth}{
34751 \end_layout
34752
34753 \begin_layout Standard
34754 vor dem Wort einfügen und 
34755 \begin_inset Quotes gld
34756 \end_inset
34757
34758
34759 \series bold
34760 }
34761 \series default
34762
34763 \begin_inset Quotes grd
34764 \end_inset
34765
34766  als TeX-Code dahinter:
34767 \end_layout
34768
34769 \begin_layout Standard
34770 Dies ist eine Zeile, in der das Wort 
34771 \begin_inset ERT
34772 status collapsed
34773
34774 \begin_layout Plain Layout
34775
34776
34777 \backslash
34778 raisebox{
34779 \backslash
34780 depth}{
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \begin_inset Quotes gld
34787 \end_inset
34788
34789 provokant
34790 \begin_inset Quotes grd
34791 \end_inset
34792
34793
34794 \begin_inset ERT
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798
34799 }
34800 \end_layout
34801
34802 \end_inset
34803
34804  nach oben verschoben wurde.
34805 \end_layout
34806
34807 \begin_layout Standard
34808 \begin_inset VSpace bigskip
34809 \end_inset
34810
34811 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
34812  gedehnt:
34813 \end_layout
34814
34815 \begin_layout Standard
34816 Dies ist eine Zeile, in der das Wort 
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822
34823 \backslash
34824 raisebox{-
34825 \backslash
34826 depth}{
34827 \end_layout
34828
34829 \end_inset
34830
34831
34832 \begin_inset Quotes gld
34833 \end_inset
34834
34835 provokant
34836 \begin_inset Quotes grd
34837 \end_inset
34838
34839
34840 \begin_inset ERT
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844
34845 }
34846 \end_layout
34847
34848 \end_inset
34849
34850  nach unten verschoben wurde.
34851 \end_layout
34852
34853 \begin_layout Standard
34854 Dies ist eine Zeile, in der das Wort 
34855 \begin_inset ERT
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859
34860
34861 \backslash
34862 raisebox{0.5cm}{
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \begin_inset Quotes gld
34869 \end_inset
34870
34871 testen
34872 \begin_inset Quotes grd
34873 \end_inset
34874
34875
34876 \begin_inset ERT
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881 }
34882 \end_layout
34883
34884 \end_inset
34885
34886  um 0.5
34887 \begin_inset space \thinspace{}
34888 \end_inset
34889
34890 cm nach oben verschoben wurde.
34891 \end_layout
34892
34893 \begin_layout Standard
34894 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
34895 \end_layout
34896
34897 \begin_layout Standard
34898
34899 \series bold
34900
34901 \backslash
34902 raisebox{-
34903 \backslash
34904 depth}[0pt]{
34905 \end_layout
34906
34907 \begin_layout Standard
34908 Dies ist eine Zeile, in der das Wort 
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914
34915 \backslash
34916 raisebox{-
34917 \backslash
34918 depth}[0pt]{
34919 \end_layout
34920
34921 \end_inset
34922
34923
34924 \begin_inset Quotes gld
34925 \end_inset
34926
34927 provokant
34928 \begin_inset Quotes grd
34929 \end_inset
34930
34931
34932 \begin_inset ERT
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936
34937 }
34938 \end_layout
34939
34940 \end_inset
34941
34942  nach unten verschoben wurde.
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Dies ist eine Zeile, in der das Wort 
34947 \begin_inset ERT
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951
34952
34953 \backslash
34954 raisebox{0.5cm}[0pt]{
34955 \end_layout
34956
34957 \end_inset
34958
34959
34960 \begin_inset Quotes gld
34961 \end_inset
34962
34963 testen
34964 \begin_inset Quotes grd
34965 \end_inset
34966
34967
34968 \begin_inset ERT
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972
34973 }
34974 \end_layout
34975
34976 \end_inset
34977
34978  um 0.5
34979 \begin_inset space \thinspace{}
34980 \end_inset
34981
34982 cm nach oben verschoben wurde.
34983  Jetzt überschneiden sich die verschobenen Worte.
34984 \end_layout
34985
34986 \begin_layout Section
34987 Farbige Boxen
34988 \begin_inset CommandInset label
34989 LatexCommand label
34990 name "abs:Farbige-Boxen"
34991
34992 \end_inset
34993
34994
34995 \begin_inset Index idx
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999 Boxen ! farbige
35000 \end_layout
35001
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \begin_layout Subsection
35008 Text-Hintergrundfarbe
35009 \begin_inset Index idx
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013 Farbe ! für Text-Hintergrund
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \end_layout
35020
35021 \begin_layout Standard
35022 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
35023  so genannten 
35024 \begin_inset Quotes gld
35025 \end_inset
35026
35027 colorbox
35028 \begin_inset Quotes grd
35029 \end_inset
35030
35031  stehen.
35032  Dafür muss das LaTeX-Paket 
35033 \series bold
35034 color
35035 \series default
35036
35037 \begin_inset Index idx
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041 LaTeX-Pakete ! color
35042 \end_layout
35043
35044 \end_inset
35045
35046  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35047 \end_layout
35048
35049 \begin_layout Standard
35050
35051 \series bold
35052
35053 \backslash
35054 @ifundefined{textcolor}
35055 \begin_inset Newline newline
35056 \end_inset
35057
35058
35059 \begin_inset Phantom HPhantom
35060 status open
35061
35062 \begin_layout Plain Layout
35063
35064 \series bold
35065 \begin_inset space ~
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \end_inset
35072
35073 {
35074 \backslash
35075 usepackage{color}}{}
35076 \end_layout
35077
35078 \begin_layout Standard
35079 Wenn Sie Text einfärben, lädt LyX das Paket 
35080 \series bold
35081 color
35082 \series default
35083  automatisch.
35084 \begin_inset Foot
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088 Der Befehl 
35089 \series bold
35090
35091 \backslash
35092 @ifundefined
35093 \series default
35094  vermeidet, dass es in diesem Fall doppelt geladen wird.
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \end_layout
35101
35102 \begin_layout Standard
35103 \begin_inset VSpace medskip
35104 \end_inset
35105
35106 Colorboxen werden mit dem Befehl 
35107 \series bold
35108
35109 \backslash
35110 colorbox
35111 \series default
35112  erzeugt:
35113 \end_layout
35114
35115 \begin_layout Standard
35116
35117 \series bold
35118
35119 \backslash
35120 colorbox{Farbe}{Boxinhalt}
35121 \end_layout
35122
35123 \begin_layout Standard
35124 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
35125  Boxen sein.
35126 \end_layout
35127
35128 \begin_layout Standard
35129 Die folgenden Farben sind vordefiniert:
35130 \family sans
35131  schwarz
35132 \family default
35133
35134 \family sans
35135 wei
35136 \family default
35137 ß, 
35138 \family sans
35139 rot
35140 \family default
35141 \series bold
35142 ,
35143 \series default
35144  
35145 \family sans
35146 grün
35147 \family default
35148
35149 \family sans
35150 blau
35151 \family default
35152
35153 \family sans
35154 türkis
35155 \family default
35156
35157 \family sans
35158 purpurrot
35159 \family default
35160  und 
35161 \family sans
35162 gelb
35163 \family default
35164 .
35165 \end_layout
35166
35167 \begin_layout Standard
35168 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
35169 \begin_inset space ~
35170 \end_inset
35171
35172
35173 \begin_inset CommandInset ref
35174 LatexCommand ref
35175 reference "abs:Farbige-Tabellen"
35176
35177 \end_inset
35178
35179  beschrieben.
35180 \end_layout
35181
35182 \begin_layout Standard
35183 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
35184  den TeX-Code-Befehl
35185 \end_layout
35186
35187 \begin_layout Standard
35188
35189 \series bold
35190
35191 \backslash
35192 colorbox{red}{
35193 \end_layout
35194
35195 \begin_layout Standard
35196 vor dem Wort ein.
35197  Hinter dem Wort fügen Sie 
35198 \series bold
35199
35200 \begin_inset Quotes gld
35201 \end_inset
35202
35203 }
35204 \series default
35205
35206 \begin_inset Quotes grd
35207 \end_inset
35208
35209  als TeX-Code ein.
35210  Hier ist das Ergebnis:
35211 \end_layout
35212
35213 \begin_layout Standard
35214 In dieser Zeile hat 
35215 \begin_inset ERT
35216 status collapsed
35217
35218 \begin_layout Plain Layout
35219
35220
35221 \backslash
35222 colorbox{red}{
35223 \end_layout
35224
35225 \end_inset
35226
35227 Achtung!
35228 \begin_inset ERT
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232
35233 }
35234 \end_layout
35235
35236 \end_inset
35237
35238  einen roten Hintergrund.
35239 \end_layout
35240
35241 \begin_layout Standard
35242 \begin_inset VSpace bigskip
35243 \end_inset
35244
35245 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
35246  
35247 \series bold
35248
35249 \backslash
35250 fcolorbox
35251 \series default
35252  verwenden:
35253 \end_layout
35254
35255 \begin_layout Standard
35256
35257 \series bold
35258
35259 \backslash
35260 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
35261 \end_layout
35262
35263 \begin_layout Standard
35264
35265 \series bold
35266
35267 \backslash
35268 fcolorbox
35269 \series default
35270  ist eine Erweiterung von 
35271 \series bold
35272
35273 \backslash
35274 colorbox
35275 \series default
35276 .
35277  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
35278  
35279 \series bold
35280
35281 \backslash
35282 fboxrule
35283 \series default
35284  und 
35285 \series bold
35286
35287 \backslash
35288 fboxsep
35289 \series default
35290  gesteuert werden, wie in Abschnitt
35291 \begin_inset space ~
35292 \end_inset
35293
35294
35295 \begin_inset CommandInset ref
35296 LatexCommand ref
35297 reference "uab:Verzierung"
35298
35299 \end_inset
35300
35301  beschrieben.
35302 \end_layout
35303
35304 \begin_layout Standard
35305 Für das folgende Beispiel wurde der Befehl
35306 \end_layout
35307
35308 \begin_layout Standard
35309
35310 \series bold
35311
35312 \backslash
35313 fcolorbox{cyan}{magenta}{
35314 \end_layout
35315
35316 \begin_layout Standard
35317 benutzt.
35318  Hier wurden die Rahmendicke und der Abstand auf 1
35319 \begin_inset space \thinspace{}
35320 \end_inset
35321
35322 mm gesetzt:
35323 \begin_inset Newline newline
35324 \end_inset
35325
35326
35327 \begin_inset ERT
35328 status collapsed
35329
35330 \begin_layout Plain Layout
35331
35332
35333 \backslash
35334 fboxrule 1mm 
35335 \backslash
35336 fboxsep 1mm
35337 \end_layout
35338
35339 \end_inset
35340
35341
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347
35348 \backslash
35349 fcolorbox{cyan}{green}{
35350 \end_layout
35351
35352 \end_inset
35353
35354 Dies ist Text in einer farbigen, gerahmten Box.
35355 \begin_inset ERT
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359
35360 }
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 \begin_inset VSpace bigskip
35370 \end_inset
35371
35372 Natürlich gibt es auch farbigen Text in einer Colorbox:
35373 \begin_inset Newline newline
35374 \end_inset
35375
35376
35377 \begin_inset ERT
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381
35382
35383 \backslash
35384 fcolorbox{cyan}{green}{
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \color yellow
35391 Dies ist farbiger Text in einer farbigen, gerahmten Box.
35392 \color none
35393
35394 \begin_inset ERT
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398
35399 }
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \begin_inset ERT
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409
35410
35411 \backslash
35412 fboxrule 0.4pt 
35413 \backslash
35414 fboxsep 3pt
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Standard
35423 \begin_inset VSpace bigskip
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Standard
35430 \begin_inset Note Greyedout
35431 status open
35432
35433 \begin_layout Plain Layout
35434 \noindent
35435
35436 \series bold
35437 Bemerkung:
35438 \series default
35439  Text in Colorboxen kann nicht umgebrochen werden.
35440  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
35441  wie im folgenden beschrieben.
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Subsection
35450 Farbe für Absätze
35451 \begin_inset CommandInset label
35452 LatexCommand label
35453 name "uab:Farbe-für-Absätze"
35454
35455 \end_inset
35456
35457
35458 \begin_inset Index idx
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462 Farbe ! für Absätze
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \begin_layout Standard
35471 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
35472  den Text in eine Minipage stellen.
35473  Vor der Minipage fügen Sie den TeX-Code-Befehl
35474 \end_layout
35475
35476 \begin_layout Standard
35477
35478 \series bold
35479
35480 \backslash
35481 colorbox{color}{
35482 \end_layout
35483
35484 \begin_layout Standard
35485 ein.
35486  Hinter der Minipage fügen Sie 
35487 \series bold
35488
35489 \begin_inset Quotes gld
35490 \end_inset
35491
35492 }
35493 \series default
35494
35495 \begin_inset Quotes grd
35496 \end_inset
35497
35498  als TeX-Code ein.
35499 \end_layout
35500
35501 \begin_layout Standard
35502 \begin_inset ERT
35503 status collapsed
35504
35505 \begin_layout Plain Layout
35506
35507
35508 \backslash
35509 colorbox{hellgrau}{
35510 \end_layout
35511
35512 \end_inset
35513
35514
35515 \begin_inset Box Frameless
35516 position "t"
35517 hor_pos "c"
35518 has_inner_box 1
35519 inner_pos "t"
35520 use_parbox 0
35521 use_makebox 0
35522 width "100col%"
35523 special "none"
35524 height "1in"
35525 height_special "totalheight"
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529 Dies ist Text mit einer Hintergrundfarbe.
35530  Dies ist Text mit einer Hintergrundfarbe.
35531 \end_layout
35532
35533 \begin_layout Plain Layout
35534 Der Text kann Fußnoten
35535 \begin_inset Foot
35536 status open
35537
35538 \begin_layout Plain Layout
35539 Eine weitere Fußnote
35540 \end_layout
35541
35542 \end_inset
35543
35544  und Tabellen und Abbildungen enthalten.
35545 \end_layout
35546
35547 \begin_layout Plain Layout
35548 \align center
35549 \begin_inset Tabular
35550 <lyxtabular version="3" rows="3" columns="3">
35551 <features rotate="0" tabularvalignment="middle">
35552 <column alignment="center" valignment="top">
35553 <column alignment="center" valignment="top">
35554 <column alignment="center" valignment="top">
35555 <row>
35556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 a
35561 \end_layout
35562
35563 \end_inset
35564 </cell>
35565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35566 \begin_inset Text
35567
35568 \begin_layout Plain Layout
35569 !
35570 \end_layout
35571
35572 \end_inset
35573 </cell>
35574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35575 \begin_inset Text
35576
35577 \begin_layout Plain Layout
35578 3
35579 \end_layout
35580
35581 \end_inset
35582 </cell>
35583 </row>
35584 <row>
35585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35586 \begin_inset Text
35587
35588 \begin_layout Plain Layout
35589 <
35590 \end_layout
35591
35592 \end_inset
35593 </cell>
35594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598 b2
35599 \begin_inset Quotes erd
35600 \end_inset
35601
35602 |
35603 \end_layout
35604
35605 \end_inset
35606 </cell>
35607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35608 \begin_inset Text
35609
35610 \begin_layout Plain Layout
35611 >
35612 \end_layout
35613
35614 \end_inset
35615 </cell>
35616 </row>
35617 <row>
35618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622 1
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35628 \begin_inset Text
35629
35630 \begin_layout Plain Layout
35631 §
35632 \end_layout
35633
35634 \end_inset
35635 </cell>
35636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35637 \begin_inset Text
35638
35639 \begin_layout Plain Layout
35640 c
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 </row>
35646 </lyxtabular>
35647
35648 \end_inset
35649
35650
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \begin_inset ERT
35657 status collapsed
35658
35659 \begin_layout Plain Layout
35660
35661 }
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Section
35670 Rotierte und skalierte Boxen
35671 \end_layout
35672
35673 \begin_layout Standard
35674 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
35675 \series bold
35676 graphicx
35677 \series default
35678
35679 \begin_inset Index idx
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683 LaTeX-Pakete ! graphicx
35684 \end_layout
35685
35686 \end_inset
35687
35688  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
35689 \end_layout
35690
35691 \begin_layout Standard
35692
35693 \series bold
35694
35695 \backslash
35696 @ifundefined{rotatebox}
35697 \begin_inset Newline newline
35698 \end_inset
35699
35700
35701 \begin_inset Phantom HPhantom
35702 status open
35703
35704 \begin_layout Plain Layout
35705
35706 \series bold
35707 \begin_inset space ~
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \end_inset
35714
35715 {
35716 \backslash
35717 usepackage{graphicx}}{}
35718 \end_layout
35719
35720 \begin_layout Standard
35721 \begin_inset Note Greyedout
35722 status open
35723
35724 \begin_layout Plain Layout
35725
35726 \series bold
35727 Achtung:
35728 \series default
35729  Nicht alle DVI-Betrachter können Rotationen oder Skalierungen anzeigen.
35730 \end_layout
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Standard
35738 \begin_inset Note Greyedout
35739 status open
35740
35741 \begin_layout Plain Layout
35742
35743 \series bold
35744 Achtung:
35745 \series default
35746  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \end_layout
35753
35754 \begin_layout Subsection
35755 Rotierte Boxen
35756 \begin_inset Index idx
35757 status collapsed
35758
35759 \begin_layout Plain Layout
35760 Boxen ! rotierte
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \begin_inset Index idx
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770 Rotiertes Material
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \end_layout
35777
35778 \begin_layout Standard
35779 Um Text zu drehen, verwendet man den Befehl 
35780 \series bold
35781
35782 \backslash
35783 rotatebox
35784 \series default
35785  im TeX-Code nach folgendem Schema:
35786 \end_layout
35787
35788 \begin_layout Standard
35789
35790 \series bold
35791
35792 \backslash
35793 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
35794 \end_layout
35795
35796 \begin_layout Standard
35797 Der Drehpunkt wird mit 
35798 \series bold
35799 origin=Position
35800 \series default
35801  angegeben.
35802  Folgende Positionen sind möglich: 
35803 \emph on
35804 c
35805 \emph default
35806  (mittig), 
35807 \emph on
35808 l
35809 \emph default
35810  (links), 
35811 \emph on
35812 r
35813 \emph default
35814  (rechts), 
35815 \emph on
35816 b
35817 \emph default
35818  (unten), 
35819 \emph on
35820 t
35821 \emph default
35822  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
35823  Z.
35824 \begin_inset space \thinspace{}
35825 \end_inset
35826
35827 B.
35828  bedeutet 
35829 \emph on
35830 lt
35831 \emph default
35832 , dass sich der Drehpunkt links oben befindet.
35833  Wird kein Drehpunkt angegeben, wird die Position 
35834 \emph on
35835 l
35836 \emph default
35837  verwendet.
35838  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
35839  Gedreht wird gegen den Uhrzeigersinn.
35840 \end_layout
35841
35842 \begin_layout Standard
35843 Im folgenden Beispiel wurde vor dem Text der Befehl 
35844 \series bold
35845
35846 \backslash
35847 rotatebox[origin=c]{60}{
35848 \series default
35849  im TeX-Modus eingegeben.
35850  Nach dem Text wurde die schließende Klammer 
35851 \series bold
35852 }
35853 \series default
35854  wiederum im TeX-Modus eingegeben.
35855 \end_layout
35856
35857 \begin_layout Standard
35858 Dies ist eine Zeile 
35859 \begin_inset ERT
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863
35864
35865 \backslash
35866 rotatebox[origin=c]{60}{
35867 \end_layout
35868
35869 \end_inset
35870
35871 mit rotiertem
35872 \begin_inset ERT
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876
35877 }
35878 \end_layout
35879
35880 \end_inset
35881
35882  Text.
35883 \end_layout
35884
35885 \begin_layout Standard
35886 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
35887 \end_layout
35888
35889 \begin_layout Standard
35890 Dies ist eine Zeile 
35891 \begin_inset ERT
35892 status collapsed
35893
35894 \begin_layout Plain Layout
35895
35896
35897 \backslash
35898 rotatebox[origin=r]{-60}{
35899 \end_layout
35900
35901 \end_inset
35902
35903
35904 \begin_inset Box Doublebox
35905 position "c"
35906 hor_pos "c"
35907 has_inner_box 0
35908 inner_pos "c"
35909 use_parbox 0
35910 use_makebox 0
35911 width "1in"
35912 special "width"
35913 height "1in"
35914 height_special "totalheight"
35915 status collapsed
35916
35917 \begin_layout Plain Layout
35918 mit rotiertem
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \begin_inset ERT
35925 status collapsed
35926
35927 \begin_layout Plain Layout
35928
35929 }
35930 \end_layout
35931
35932 \end_inset
35933
35934  umrandeten Text 
35935 \begin_inset ERT
35936 status collapsed
35937
35938 \begin_layout Plain Layout
35939
35940
35941 \backslash
35942 rotatebox[origin=lb]{60}{
35943 \end_layout
35944
35945 \end_inset
35946
35947
35948 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35949 \end_inset
35950
35951
35952 \begin_inset ERT
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956
35957 }
35958 \end_layout
35959
35960 \end_inset
35961
35962  und einer Formel.
35963 \end_layout
35964
35965 \begin_layout Standard
35966 Oder ein Bild oder Tabelle:
35967 \end_layout
35968
35969 \begin_layout Standard
35970 Dies ist eine Zeile 
35971 \begin_inset ERT
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976
35977 \backslash
35978 rotatebox[origin=lb]{90}{
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \begin_inset Graphics
35985         filename ../clipart/platypus.eps
35986         lyxscale 50
35987         width 25col%
35988
35989 \end_inset
35990
35991
35992 \begin_inset ERT
35993 status collapsed
35994
35995 \begin_layout Plain Layout
35996
35997 }
35998 \end_layout
35999
36000 \end_inset
36001
36002  mit einem rotierten Bild 
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008
36009 \backslash
36010 rotatebox[origin=l]{-90}{
36011 \end_layout
36012
36013 \end_inset
36014
36015
36016 \begin_inset Tabular
36017 <lyxtabular version="3" rows="2" columns="2">
36018 <features rotate="0" tabularvalignment="middle">
36019 <column alignment="center" valignment="top">
36020 <column alignment="center" valignment="top">
36021 <row>
36022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36023 \begin_inset Text
36024
36025 \begin_layout Plain Layout
36026 q
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36032 \begin_inset Text
36033
36034 \begin_layout Plain Layout
36035 w
36036 \end_layout
36037
36038 \end_inset
36039 </cell>
36040 </row>
36041 <row>
36042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36043 \begin_inset Text
36044
36045 \begin_layout Plain Layout
36046 e
36047 \end_layout
36048
36049 \end_inset
36050 </cell>
36051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36052 \begin_inset Text
36053
36054 \begin_layout Plain Layout
36055 r
36056 \end_layout
36057
36058 \end_inset
36059 </cell>
36060 </row>
36061 </lyxtabular>
36062
36063 \end_inset
36064
36065
36066 \begin_inset ERT
36067 status collapsed
36068
36069 \begin_layout Plain Layout
36070
36071 }
36072 \end_layout
36073
36074 \end_inset
36075
36076  und Tabelle.
36077 \begin_inset Index idx
36078 status collapsed
36079
36080 \begin_layout Plain Layout
36081 Abbildungen ! rotierte
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \begin_inset Index idx
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091 Tabellen ! rotierte
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \begin_layout Subsection
36100 Skalierte Boxen
36101 \begin_inset Index idx
36102 status collapsed
36103
36104 \begin_layout Plain Layout
36105 Boxen ! skalierte
36106 \end_layout
36107
36108 \end_inset
36109
36110
36111 \begin_inset Index idx
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 Skaliertes Material
36116 \end_layout
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Standard
36124 Um Text zu skalieren, kann man die Befehle 
36125 \series bold
36126
36127 \backslash
36128 scalebox
36129 \series default
36130  und 
36131 \series bold
36132
36133 \backslash
36134 resizebox
36135 \series default
36136  im TeX-Modus verwenden.
36137 \end_layout
36138
36139 \begin_layout Standard
36140
36141 \series bold
36142
36143 \backslash
36144 scalebox
36145 \series default
36146  wird nach folgendem Schema verwendet:
36147 \end_layout
36148
36149 \begin_layout Standard
36150
36151 \series bold
36152
36153 \backslash
36154 scalebox{horizontal}[vertikal]{Boxinhalt}
36155 \end_layout
36156
36157 \begin_layout Standard
36158 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
36159  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
36160  verwendet.
36161 \end_layout
36162
36163 \begin_layout Standard
36164 Z.
36165 \begin_inset space \thinspace{}
36166 \end_inset
36167
36168 B.
36169  ergibt der Befehl 
36170 \series bold
36171
36172 \backslash
36173 scalebox{2}{Hallo}
36174 \series default
36175  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
36176 \begin_inset ERT
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180
36181
36182 \backslash
36183 scalebox{2}{
36184 \end_layout
36185
36186 \end_inset
36187
36188 Hallo
36189 \begin_inset ERT
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193
36194 }
36195 \end_layout
36196
36197 \end_inset
36198
36199 .
36200 \end_layout
36201
36202 \begin_layout Standard
36203
36204 \series bold
36205
36206 \backslash
36207 scalebox{2}[1]{Hallo}
36208 \series default
36209  verzerrt hingegen das 
36210 \begin_inset ERT
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214
36215
36216 \backslash
36217 scalebox{2}[1]{
36218 \end_layout
36219
36220 \end_inset
36221
36222 Hallo
36223 \begin_inset ERT
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227
36228 }
36229 \end_layout
36230
36231 \end_inset
36232
36233 .
36234 \end_layout
36235
36236 \begin_layout Standard
36237 Die Skalierungsfaktoren dürfen auch negativ sein.
36238  In diesem Fall wird der Boxinhalt gespiegelt.
36239 \end_layout
36240
36241 \begin_layout Standard
36242 Daher lässt sich mit dem Befehl 
36243 \series bold
36244
36245 \backslash
36246 scalebox{-1}[1]{Hallo}
36247 \series default
36248  Spiegelschrift erstellen: 
36249 \begin_inset ERT
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253
36254
36255 \backslash
36256 scalebox{-1}[1]{
36257 \end_layout
36258
36259 \end_inset
36260
36261 Hallo
36262 \begin_inset ERT
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266
36267 }
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Standard
36276
36277 \series bold
36278
36279 \backslash
36280 scalebox{1}[-1]{Hallo}
36281 \series default
36282  spiegelt das 
36283 \begin_inset ERT
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287
36288
36289 \backslash
36290 scalebox{1}[-1]{
36291 \end_layout
36292
36293 \end_inset
36294
36295 Hallo
36296 \begin_inset ERT
36297 status collapsed
36298
36299 \begin_layout Plain Layout
36300
36301 }
36302 \end_layout
36303
36304 \end_inset
36305
36306  an der Grundlinie.
36307 \end_layout
36308
36309 \begin_layout Standard
36310 Zu 
36311 \series bold
36312
36313 \backslash
36314 scalebox{-1}[1]{Boxinhalt}
36315 \series default
36316  gibt es den äquivalenten Befehl
36317 \begin_inset Newline newline
36318 \end_inset
36319
36320
36321 \series bold
36322
36323 \backslash
36324 reflectbox{Boxinhalt}
36325 \series default
36326 .
36327 \end_layout
36328
36329 \begin_layout Standard
36330 \begin_inset VSpace bigskip
36331 \end_inset
36332
36333
36334 \series bold
36335
36336 \backslash
36337 resizebox
36338 \series default
36339  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
36340  skalieren.
36341  Das Befehlsschema ist folgendes:
36342 \end_layout
36343
36344 \begin_layout Standard
36345
36346 \series bold
36347
36348 \backslash
36349 resizebox{Breite}{Höhe}{Boxinhalt}
36350 \end_layout
36351
36352 \begin_layout Standard
36353 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
36354 \series bold
36355 !
36356 \series default
36357  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
36358  wird.
36359 \end_layout
36360
36361 \begin_layout Standard
36362 Der Befehl 
36363 \series bold
36364
36365 \backslash
36366 resizebox{2cm}{1cm}{Hallo}
36367 \series default
36368  ergibt: 
36369 \begin_inset ERT
36370 status collapsed
36371
36372 \begin_layout Plain Layout
36373
36374
36375 \backslash
36376 resizebox{2cm}{1cm}{
36377 \end_layout
36378
36379 \end_inset
36380
36381 Hallo
36382 \begin_inset ERT
36383 status collapsed
36384
36385 \begin_layout Plain Layout
36386
36387 }
36388 \end_layout
36389
36390 \end_inset
36391
36392
36393 \begin_inset Newline newline
36394 \end_inset
36395
36396 Der Befehl 
36397 \series bold
36398
36399 \backslash
36400 resizebox{2cm}{!}{Hallo}
36401 \series default
36402  ergibt: 
36403 \begin_inset ERT
36404 status collapsed
36405
36406 \begin_layout Plain Layout
36407
36408
36409 \backslash
36410 resizebox{2cm}{!}{
36411 \end_layout
36412
36413 \end_inset
36414
36415 Hallo
36416 \begin_inset ERT
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420
36421 }
36422 \end_layout
36423
36424 \end_inset
36425
36426
36427 \end_layout
36428
36429 \begin_layout Standard
36430 \begin_inset VSpace bigskip
36431 \end_inset
36432
36433
36434 \begin_inset Note Greyedout
36435 status open
36436
36437 \begin_layout Plain Layout
36438
36439 \series bold
36440 Bemerkung:
36441 \series default
36442  Wurde in Argumenten von 
36443 \series bold
36444
36445 \backslash
36446 scalebox
36447 \series default
36448  oder 
36449 \series bold
36450
36451 \backslash
36452 resizebox
36453 \series default
36454  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
36455  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
36456  werden.
36457 \end_layout
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \begin_layout Standard
36465 \begin_inset VSpace bigskip
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \begin_layout Standard
36472 Alle Boxen können beliebig miteinander kombiniert werden.
36473  So ergibt z.
36474 \begin_inset space \thinspace{}
36475 \end_inset
36476
36477 B.
36478  der Befehl
36479 \begin_inset Newline newline
36480 \end_inset
36481
36482
36483 \series bold
36484
36485 \backslash
36486 rotatebox[origin=c]{-45}{
36487 \backslash
36488 resizebox{2cm}{!}{
36489 \backslash
36490 reflectbox{Hallo}}}
36491 \series default
36492 :
36493 \end_layout
36494
36495 \begin_layout Standard
36496 \align center
36497 \begin_inset ERT
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501
36502
36503 \backslash
36504 rotatebox[origin=c]{-45}{
36505 \backslash
36506 resizebox{2cm}{!}{
36507 \backslash
36508 reflectbox{
36509 \end_layout
36510
36511 \end_inset
36512
36513 Hallo
36514 \begin_inset ERT
36515 status collapsed
36516
36517 \begin_layout Plain Layout
36518
36519 }}}
36520 \end_layout
36521
36522 \end_inset
36523
36524
36525 \end_layout
36526
36527 \begin_layout Standard
36528 \noindent
36529 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
36530 \end_layout
36531
36532 \begin_layout Standard
36533 \align center
36534 \begin_inset ERT
36535 status collapsed
36536
36537 \begin_layout Plain Layout
36538
36539
36540 \backslash
36541 rotatebox[origin=c]{-30}{
36542 \backslash
36543 resizebox{2cm}{!}{
36544 \backslash
36545 reflectbox{
36546 \end_layout
36547
36548 \end_inset
36549
36550
36551 \begin_inset Graphics
36552         filename ../clipart/platypus.eps
36553         lyxscale 50
36554         width 25col%
36555
36556 \end_inset
36557
36558
36559 \begin_inset ERT
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563
36564 }}}
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset ERT
36571 status collapsed
36572
36573 \begin_layout Plain Layout
36574
36575
36576 \backslash
36577 rotatebox[origin=c]{-45}{
36578 \backslash
36579 resizebox{2cm}{!}{
36580 \backslash
36581 reflectbox{
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \begin_inset Tabular
36588 <lyxtabular version="3" rows="2" columns="2">
36589 <features rotate="0" tabularvalignment="middle">
36590 <column alignment="center" valignment="top">
36591 <column alignment="center" valignment="top">
36592 <row>
36593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36594 \begin_inset Text
36595
36596 \begin_layout Plain Layout
36597 q
36598 \end_layout
36599
36600 \end_inset
36601 </cell>
36602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36603 \begin_inset Text
36604
36605 \begin_layout Plain Layout
36606 w
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 </row>
36612 <row>
36613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36614 \begin_inset Text
36615
36616 \begin_layout Plain Layout
36617 e
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626 r
36627 \end_layout
36628
36629 \end_inset
36630 </cell>
36631 </row>
36632 </lyxtabular>
36633
36634 \end_inset
36635
36636
36637 \begin_inset ERT
36638 status collapsed
36639
36640 \begin_layout Plain Layout
36641
36642 }}}
36643 \end_layout
36644
36645 \end_inset
36646
36647
36648 \begin_inset ERT
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652
36653
36654 \backslash
36655 rotatebox[origin=c]{-45}{
36656 \backslash
36657 resizebox{2cm}{!}{
36658 \backslash
36659 reflectbox{
36660 \end_layout
36661
36662 \end_inset
36663
36664
36665 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36666 \end_inset
36667
36668
36669 \begin_inset ERT
36670 status collapsed
36671
36672 \begin_layout Plain Layout
36673
36674 }}}
36675 \end_layout
36676
36677 \end_inset
36678
36679
36680 \begin_inset Index idx
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684 Abbildungen ! skalierte
36685 \end_layout
36686
36687 \end_inset
36688
36689
36690 \begin_inset Index idx
36691 status collapsed
36692
36693 \begin_layout Plain Layout
36694 Tabellen ! skalierte
36695 \end_layout
36696
36697 \end_inset
36698
36699
36700 \end_layout
36701
36702 \begin_layout Standard
36703 Hat man den globalen Formelstil 
36704 \series bold
36705 fleqn
36706 \series default
36707
36708 \begin_inset Foot
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712 Wenn 
36713 \begin_inset Quotes gld
36714 \end_inset
36715
36716 fleqn
36717 \begin_inset Quotes grd
36718 \end_inset
36719
36720  zu den Dokumentklassen-Optionen hinzugefügt wurde.
36721 \end_layout
36722
36723 \end_inset
36724
36725  gewählt, kann man auch abgesetzte Formeln skalieren.
36726 \end_layout
36727
36728 \begin_layout Chapter
36729 Umflossene Objekte
36730 \begin_inset Index idx
36731 status collapsed
36732
36733 \begin_layout Plain Layout
36734 Umflossene Objekte
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \end_layout
36741
36742 \begin_layout Section
36743 Umflossene Gleitobjekte
36744 \begin_inset CommandInset label
36745 LatexCommand label
36746 name "abs:Umflossene-Gleitobjekte"
36747
36748 \end_inset
36749
36750
36751 \begin_inset Index idx
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755 Gleitobjekte ! umflossene
36756 \end_layout
36757
36758 \end_inset
36759
36760
36761 \begin_inset Index idx
36762 status collapsed
36763
36764 \begin_layout Plain Layout
36765 Umflossene Objekte ! Gleitobjekte
36766 \end_layout
36767
36768 \end_inset
36769
36770
36771 \end_layout
36772
36773 \begin_layout Standard
36774 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
36775  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
36776  den die Abbildung bzw.
36777 \begin_inset space ~
36778 \end_inset
36779
36780 Tabelle übrig lässt.
36781  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
36782  Sie werden über das Menü
36783 \family sans
36784  Einfügen\SpecialChar \menuseparator
36785 Gleitobjekt\SpecialChar \menuseparator
36786 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
36787 objekt
36788 \family default
36789  eingefügt, wenn das LaTeX-Paket 
36790 \series bold
36791 wrapfig
36792 \series default
36793
36794 \begin_inset Index idx
36795 status collapsed
36796
36797 \begin_layout Plain Layout
36798 LaTeX-Pakete ! wrapfig
36799 \end_layout
36800
36801 \end_inset
36802
36803  installiert ist.
36804 \begin_inset Foot
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
36809 \emph on
36810 LaTeX-Konfiguration
36811 \emph default
36812  beschrieben.
36813 \end_layout
36814
36815 \end_inset
36816
36817  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
36818  Box des Gleitobjekts geändert werden.
36819  
36820 \begin_inset Wrap figure
36821 lines 0
36822 placement l
36823 overhang 1cm
36824 width "40col%"
36825 status open
36826
36827 \begin_layout Plain Layout
36828 \begin_inset Graphics
36829         filename ../clipart/mobius.eps
36830         width 40col%
36831         scaleBeforeRotation
36832         rotateOrigin center
36833
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \begin_layout Plain Layout
36840 \begin_inset Caption Standard
36841
36842 \begin_layout Plain Layout
36843 \begin_inset CommandInset label
36844 LatexCommand label
36845 name "abb:Dies-ist-eine"
36846
36847 \end_inset
36848
36849 Dies ist eine umflossene Gleitobjekt-Abbildung
36850 \end_layout
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \end_inset
36858
36859  Obligatorische Einstellungen sind die 
36860 \family sans
36861 Breite
36862 \family default
36863  und 
36864 \family sans
36865 Platzierung
36866 \family default
36867  des Gleitobjekts.
36868  Optional sind der 
36869 \family sans
36870 Überhang 
36871 \family default
36872 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
36873 \begin_inset space \thinspace{}
36874 \end_inset
36875
36876 /
36877 \begin_inset space \thinspace{}
36878 \end_inset
36879
36880 der Seite ragt und die 
36881 \family sans
36882 benötigten Zeilen
36883 \family default
36884 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
36885  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
36886  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
36887  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
36888  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
36889  zu lassen.
36890  Abbildung
36891 \begin_inset space ~
36892 \end_inset
36893
36894
36895 \begin_inset CommandInset ref
36896 LatexCommand ref
36897 reference "abb:Dies-ist-eine"
36898
36899 \end_inset
36900
36901  ist zum Beispiel ein umflossenes Bild, das 40
36902 \begin_inset space \thinspace{}
36903 \end_inset
36904
36905 % der Spaltenbreite einnimmt, 1
36906 \begin_inset space \thinspace{}
36907 \end_inset
36908
36909 cm in den Rand ragt und links gesetzt wurde.
36910 \end_layout
36911
36912 \begin_layout Standard
36913 \begin_inset Note Greyedout
36914 status open
36915
36916 \begin_layout Plain Layout
36917
36918 \series bold
36919 Bemerkung:
36920 \series default
36921  Umflossene Objekte sind fragil! Wenn die Abbildung z.
36922 \begin_inset space \thinspace{}
36923 \end_inset
36924
36925 B.
36926  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
36927  oder über anderen Text gedruckt wird.
36928 \end_layout
36929
36930 \end_inset
36931
36932
36933 \end_layout
36934
36935 \begin_layout Standard
36936 Allgemein gilt für umflossene Gleitobjekte:
36937 \end_layout
36938
36939 \begin_layout Itemize
36940 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
36941  fortgesetzt werden.
36942  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
36943  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
36944 \end_layout
36945
36946 \begin_layout Itemize
36947 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
36948  werden oder darin.
36949 \end_layout
36950
36951 \begin_layout Itemize
36952 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
36953  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
36954 \end_layout
36955
36956 \begin_layout Itemize
36957 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
36958 \end_layout
36959
36960 \begin_layout Itemize
36961 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
36962 \begin_inset space \thinspace{}
36963 \end_inset
36964
36965
36966 \begin_inset CommandInset ref
36967 LatexCommand ref
36968 reference "kap:Gleitobjekte"
36969
36970 \end_inset
36971
36972  beschrieben.
36973 \end_layout
36974
36975 \begin_layout Section
36976 Umflossene Fixe Objekte
36977 \begin_inset Index idx
36978 status collapsed
36979
36980 \begin_layout Plain Layout
36981 Umflossene Objekte ! Fixe Objekte
36982 \end_layout
36983
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \begin_layout Standard
36990 Die in Abschnitt
36991 \begin_inset space ~
36992 \end_inset
36993
36994
36995 \begin_inset CommandInset ref
36996 LatexCommand ref
36997 reference "abs:Umflossene-Gleitobjekte"
36998
36999 \end_inset
37000
37001  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
37002 \end_layout
37003
37004 \begin_layout Standard
37005 \noindent
37006 \align center
37007 \begin_inset Tabular
37008 <lyxtabular version="3" rows="2" columns="2">
37009 <features rotate="0" tabularvalignment="middle">
37010 <column alignment="center" valignment="top">
37011 <column alignment="center" valignment="top">
37012 <row>
37013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017 \begin_inset Graphics
37018         filename ../../images/dialog-show-new-inset_graphics.png
37019         scale 70
37020         scaleBeforeRotation
37021
37022 \end_inset
37023
37024
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 Text
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 </row>
37039 <row>
37040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37041 \begin_inset Text
37042
37043 \begin_layout Plain Layout
37044 Text
37045 \end_layout
37046
37047 \end_inset
37048 </cell>
37049 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37050 \begin_inset Text
37051
37052 \begin_layout Plain Layout
37053 Text
37054 \end_layout
37055
37056 \end_inset
37057 </cell>
37058 </row>
37059 </lyxtabular>
37060
37061 \end_inset
37062
37063  oder 
37064 \begin_inset Tabular
37065 <lyxtabular version="3" rows="2" columns="2">
37066 <features rotate="0" tabularvalignment="middle">
37067 <column alignment="center" valignment="top">
37068 <column alignment="center" valignment="top">
37069 <row>
37070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074 Text
37075 \end_layout
37076
37077 \end_inset
37078 </cell>
37079 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37080 \begin_inset Text
37081
37082 \begin_layout Plain Layout
37083 \begin_inset Graphics
37084         filename ../../images/dialog-show-new-inset_graphics.png
37085         scale 70
37086         scaleBeforeRotation
37087
37088 \end_inset
37089
37090
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 </row>
37096 <row>
37097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37098 \begin_inset Text
37099
37100 \begin_layout Plain Layout
37101 Text
37102 \end_layout
37103
37104 \end_inset
37105 </cell>
37106 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110 Text
37111 \end_layout
37112
37113 \end_inset
37114 </cell>
37115 </row>
37116 </lyxtabular>
37117
37118 \end_inset
37119
37120
37121 \end_layout
37122
37123 \begin_layout Standard
37124 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
37125  wurde, um z.
37126 \begin_inset space \thinspace{}
37127 \end_inset
37128
37129 B.
37130  solche Positionen zu erhalten:
37131 \begin_inset VSpace defskip
37132 \end_inset
37133
37134
37135 \end_layout
37136
37137 \begin_layout Standard
37138 \noindent
37139 \align center
37140 \begin_inset Tabular
37141 <lyxtabular version="3" rows="2" columns="2">
37142 <features rotate="0" tabularvalignment="middle">
37143 <column alignment="center" valignment="top">
37144 <column alignment="center" valignment="top">
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37156 \begin_inset Text
37157
37158 \begin_layout Plain Layout
37159 Text
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 </row>
37165 <row>
37166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170 \begin_inset Graphics
37171         filename ../../images/dialog-show-new-inset_graphics.png
37172         scale 70
37173         scaleBeforeRotation
37174
37175 \end_inset
37176
37177
37178 \end_layout
37179
37180 \end_inset
37181 </cell>
37182 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37183 \begin_inset Text
37184
37185 \begin_layout Plain Layout
37186 Text
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 </row>
37192 </lyxtabular>
37193
37194 \end_inset
37195
37196  
37197 \begin_inset Tabular
37198 <lyxtabular version="3" rows="2" columns="2">
37199 <features rotate="0" tabularvalignment="middle">
37200 <column alignment="center" valignment="top">
37201 <column alignment="center" valignment="top">
37202 <row>
37203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 Text
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37213 \begin_inset Text
37214
37215 \begin_layout Plain Layout
37216 Text
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 </row>
37222 <row>
37223 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 \begin_inset Graphics
37237         filename ../../images/dialog-show-new-inset_graphics.png
37238         scale 70
37239         scaleBeforeRotation
37240
37241 \end_inset
37242
37243
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 </row>
37249 </lyxtabular>
37250
37251 \end_inset
37252
37253  
37254 \begin_inset Tabular
37255 <lyxtabular version="3" rows="2" columns="3">
37256 <features rotate="0" tabularvalignment="middle">
37257 <column alignment="center" valignment="top">
37258 <column alignment="center" valignment="top">
37259 <column alignment="center" valignment="top">
37260 <row>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265 Text
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" topline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274 \begin_inset Graphics
37275         filename ../../images/dialog-show-new-inset_graphics.png
37276         scale 70
37277         scaleBeforeRotation
37278
37279 \end_inset
37280
37281
37282 \end_layout
37283
37284 \end_inset
37285 </cell>
37286 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290 Text
37291 \end_layout
37292
37293 \end_inset
37294 </cell>
37295 </row>
37296 <row>
37297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301 Text
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 Text
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37316 \begin_inset Text
37317
37318 \begin_layout Plain Layout
37319 Text
37320 \end_layout
37321
37322 \end_inset
37323 </cell>
37324 </row>
37325 </lyxtabular>
37326
37327 \end_inset
37328
37329  
37330 \begin_inset Tabular
37331 <lyxtabular version="3" rows="2" columns="3">
37332 <features rotate="0" tabularvalignment="middle">
37333 <column alignment="center" valignment="top">
37334 <column alignment="center" valignment="top">
37335 <column alignment="center" valignment="top">
37336 <row>
37337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37338 \begin_inset Text
37339
37340 \begin_layout Plain Layout
37341 Text
37342 \end_layout
37343
37344 \end_inset
37345 </cell>
37346 <cell alignment="center" valignment="top" topline="true" usebox="none">
37347 \begin_inset Text
37348
37349 \begin_layout Plain Layout
37350 Text
37351 \end_layout
37352
37353 \end_inset
37354 </cell>
37355 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359 Text
37360 \end_layout
37361
37362 \end_inset
37363 </cell>
37364 </row>
37365 <row>
37366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370 Text
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379 \begin_inset Graphics
37380         filename ../../images/dialog-show-new-inset_graphics.png
37381         scale 70
37382         scaleBeforeRotation
37383
37384 \end_inset
37385
37386
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395 Text
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 </row>
37401 </lyxtabular>
37402
37403 \end_inset
37404
37405
37406 \end_layout
37407
37408 \begin_layout Standard
37409 \noindent
37410 \align center
37411 \begin_inset Tabular
37412 <lyxtabular version="3" rows="3" columns="2">
37413 <features rotate="0" tabularvalignment="middle">
37414 <column alignment="center" valignment="top">
37415 <column alignment="center" valignment="top">
37416 <row>
37417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421 Text
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37427 \begin_inset Text
37428
37429 \begin_layout Plain Layout
37430 Text
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 </row>
37436 <row>
37437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 \begin_inset Graphics
37442         filename ../../images/dialog-show-new-inset_graphics.png
37443         scale 70
37444         scaleBeforeRotation
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37454 \begin_inset Text
37455
37456 \begin_layout Plain Layout
37457 Text
37458 \end_layout
37459
37460 \end_inset
37461 </cell>
37462 </row>
37463 <row>
37464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37465 \begin_inset Text
37466
37467 \begin_layout Plain Layout
37468 Text
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477 Text
37478 \end_layout
37479
37480 \end_inset
37481 </cell>
37482 </row>
37483 </lyxtabular>
37484
37485 \end_inset
37486
37487  
37488 \begin_inset Tabular
37489 <lyxtabular version="3" rows="3" columns="3">
37490 <features rotate="0" tabularvalignment="middle">
37491 <column alignment="center" valignment="top">
37492 <column alignment="center" valignment="top">
37493 <column alignment="center" valignment="top">
37494 <row>
37495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37496 \begin_inset Text
37497
37498 \begin_layout Plain Layout
37499 Text
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 <cell alignment="center" valignment="top" topline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508 Text
37509 \end_layout
37510
37511 \end_inset
37512 </cell>
37513 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517 Text
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528 Text
37529 \end_layout
37530
37531 \end_inset
37532 </cell>
37533 <cell alignment="center" valignment="top" usebox="none">
37534 \begin_inset Text
37535
37536 \begin_layout Plain Layout
37537 \begin_inset Graphics
37538         filename ../../images/dialog-show-new-inset_graphics.png
37539         scale 70
37540         scaleBeforeRotation
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \end_inset
37548 </cell>
37549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37550 \begin_inset Text
37551
37552 \begin_layout Plain Layout
37553 Text
37554 \end_layout
37555
37556 \end_inset
37557 </cell>
37558 </row>
37559 <row>
37560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564 Text
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37570 \begin_inset Text
37571
37572 \begin_layout Plain Layout
37573 Text
37574 \end_layout
37575
37576 \end_inset
37577 </cell>
37578 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582 Text
37583 \end_layout
37584
37585 \end_inset
37586 </cell>
37587 </row>
37588 </lyxtabular>
37589
37590 \end_inset
37591
37592  
37593 \begin_inset Tabular
37594 <lyxtabular version="3" rows="3" columns="2">
37595 <features rotate="0" tabularvalignment="middle">
37596 <column alignment="center" valignment="top">
37597 <column alignment="center" valignment="top">
37598 <row>
37599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37600 \begin_inset Text
37601
37602 \begin_layout Plain Layout
37603 Text
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37609 \begin_inset Text
37610
37611 \begin_layout Plain Layout
37612 Text
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 </row>
37618 <row>
37619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623 Text
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632 \begin_inset Graphics
37633         filename ../../images/dialog-show-new-inset_graphics.png
37634         scale 70
37635         scaleBeforeRotation
37636
37637 \end_inset
37638
37639
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 </row>
37645 <row>
37646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650 Text
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659 Text
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 </row>
37665 </lyxtabular>
37666
37667 \end_inset
37668
37669
37670 \end_layout
37671
37672 \begin_layout Standard
37673 \noindent
37674 kann man das LaTeX-Paket 
37675 \series bold
37676 picinpar
37677 \series default
37678
37679 \begin_inset Index idx
37680 status collapsed
37681
37682 \begin_layout Plain Layout
37683 LaTeX-Pakete ! picinpar
37684 \end_layout
37685
37686 \end_inset
37687
37688  benutzen.
37689  Hier ist ein Beispiel:
37690 \end_layout
37691
37692 \begin_layout Standard
37693 \begin_inset ERT
37694 status collapsed
37695
37696 \begin_layout Plain Layout
37697
37698
37699 \backslash
37700 ifpicinpar
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \begin_inset Note Note
37707 status open
37708
37709 \begin_layout Plain Layout
37710 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
37711 \series bold
37712 picinpar
37713 \series default
37714  installiert ist.
37715 \end_layout
37716
37717 \end_inset
37718
37719
37720 \end_layout
37721
37722 \begin_layout Standard
37723 \begin_inset ERT
37724 status collapsed
37725
37726 \begin_layout Plain Layout
37727
37728
37729 \backslash
37730 begin{window}[2,c,{
37731 \end_layout
37732
37733 \end_inset
37734
37735
37736 \begin_inset Graphics
37737         filename ../clipart/mobius.eps
37738         lyxscale 60
37739         width 40col%
37740         scaleBeforeRotation
37741         rotateOrigin center
37742
37743 \end_inset
37744
37745
37746 \begin_inset ERT
37747 status collapsed
37748
37749 \begin_layout Plain Layout
37750
37751 },]
37752 \end_layout
37753
37754 \begin_layout Plain Layout
37755
37756 {}
37757 \end_layout
37758
37759 \end_inset
37760
37761
37762 \size small
37763 \lang english
37764 It was in the spring of the year 1894 that all London was interested, and
37765  the fashionable world dismayed, by the murder of the Honourable Ronald
37766  Adair under most unusual and inexplicable circumstances.
37767  The public has already learned those particulars of the crime which
37768 \size default
37769
37770 \begin_inset ERT
37771 status collapsed
37772
37773 \begin_layout Plain Layout
37774
37775
37776 \backslash
37777 footnotemark{}
37778 \end_layout
37779
37780 \end_inset
37781
37782
37783 \size small
37784  came out in the police investigation, but a good deal was suppressed upon
37785  that occasion, since the case for the prosecution was so overwhelmingly
37786  strong that it was not necessary to bring forward all the facts.
37787  Only now, at the end of nearly ten years, am I allowed to supply those
37788  missing links which make up the whole of that remarkable chain.
37789 \size default
37790 \lang ngerman
37791
37792 \begin_inset ERT
37793 status collapsed
37794
37795 \begin_layout Plain Layout
37796
37797
37798 \backslash
37799 end{window}
37800 \end_layout
37801
37802 \end_inset
37803
37804
37805 \end_layout
37806
37807 \begin_layout Standard
37808 \begin_inset ERT
37809 status collapsed
37810
37811 \begin_layout Plain Layout
37812
37813
37814 \backslash
37815 footnotetext{
37816 \end_layout
37817
37818 \end_inset
37819
37820 Fußnote des Absatzes mit fixem Objekt.
37821 \begin_inset ERT
37822 status collapsed
37823
37824 \begin_layout Plain Layout
37825
37826 }
37827 \end_layout
37828
37829 \end_inset
37830
37831
37832 \end_layout
37833
37834 \begin_layout Standard
37835 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
37836  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
37837  vertikale Position im Text bestimmen kann.
37838  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
37839  beschriftet werden.
37840 \end_layout
37841
37842 \begin_layout Standard
37843 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
37844  Befehl
37845 \end_layout
37846
37847 \begin_layout Standard
37848
37849 \series bold
37850
37851 \backslash
37852 begin{window}[2,c,{
37853 \end_layout
37854
37855 \begin_layout Standard
37856 als TeX-Code einfügt.
37857  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
37858  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
37859  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
37860  Danach fügt man das Objekt ein.
37861  In diesem Beispiel wurde ein Bild der Breite von 40
37862 \begin_inset space \thinspace{}
37863 \end_inset
37864
37865 % der Textspaltenbreite eingefügt.
37866  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
37867  Nach dem Objekt fügt man den Befehl
37868 \end_layout
37869
37870 \begin_layout Standard
37871
37872 \series bold
37873 },Beschreibungstext]
37874 \begin_inset Newline newline
37875 \end_inset
37876
37877 {}
37878 \end_layout
37879
37880 \begin_layout Standard
37881 ein.
37882  Man beachte dass das 
37883 \begin_inset Quotes gld
37884 \end_inset
37885
37886
37887 \series bold
37888 {}
37889 \series default
37890
37891 \begin_inset Quotes grd
37892 \end_inset
37893
37894  in der zweiten Zeile steht.
37895  Der Beschreibungstext ist optional.
37896  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
37897  das Objekt befinden, also direkt nach dem 
37898 \series bold
37899 {}
37900 \series default
37901  beginnen.
37902  Am Ende des Absatzes fügt man folgenden Befehl ein:
37903 \end_layout
37904
37905 \begin_layout Standard
37906
37907 \series bold
37908
37909 \backslash
37910 end{window}
37911 \end_layout
37912
37913 \begin_layout Standard
37914 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
37915  man muss stattdessen den Befehl 
37916 \series bold
37917
37918 \backslash
37919 footnotemark
37920 \series default
37921  verwenden.
37922  Außerhalb des Absatzes den Befehl 
37923 \series bold
37924
37925 \backslash
37926 footnotetext
37927 \series default
37928 , wie es in Abschnitt
37929 \begin_inset space ~
37930 \end_inset
37931
37932
37933 \begin_inset CommandInset ref
37934 LatexCommand ref
37935 reference "abs:Fußnoten"
37936
37937 \end_inset
37938
37939  beschrieben ist.
37940 \end_layout
37941
37942 \begin_layout Standard
37943 \begin_inset ERT
37944 status collapsed
37945
37946 \begin_layout Plain Layout
37947
37948
37949 \backslash
37950 else
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset Note Note
37957 status open
37958
37959 \begin_layout Plain Layout
37960 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
37961 \series bold
37962 picinpar
37963 \series default
37964  nicht installiert ist:
37965 \end_layout
37966
37967 \end_inset
37968
37969
37970 \end_layout
37971
37972 \begin_layout Standard
37973 Das LaTeX-Paket 
37974 \series bold
37975 picinpar
37976 \series default
37977  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
37978 \end_layout
37979
37980 \begin_layout Standard
37981 \begin_inset ERT
37982 status collapsed
37983
37984 \begin_layout Plain Layout
37985
37986
37987 \backslash
37988 fi
37989 \end_layout
37990
37991 \end_inset
37992
37993
37994 \end_layout
37995
37996 \begin_layout Section
37997 Initiale
37998 \begin_inset Index idx
37999 status collapsed
38000
38001 \begin_layout Plain Layout
38002 Initiale
38003 \end_layout
38004
38005 \end_inset
38006
38007
38008 \begin_inset Index idx
38009 status collapsed
38010
38011 \begin_layout Plain Layout
38012 Umflossene Objekte ! Initiale
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Standard
38021 Für Initialen muss das LaTeX-Paket 
38022 \series bold
38023 lettrine
38024 \series default
38025
38026 \begin_inset Index idx
38027 status collapsed
38028
38029 \begin_layout Plain Layout
38030 LaTeX-Pakete ! lettrine
38031 \end_layout
38032
38033 \end_inset
38034
38035  installiert sein und das Modul 
38036 \family sans
38037 Initialen
38038 \family default
38039  im Dokument verwendet werden (Menü 
38040 \family sans
38041 Dokument\SpecialChar \menuseparator
38042 Einstellungen\SpecialChar \menuseparator
38043 Module
38044 \family default
38045 ).
38046  Um eine Initiale einzufügen, verwendet man den Stil 
38047 \family sans
38048 Initiale
38049 \family default
38050 .
38051  Dieser Stil hat ein obligatorisches und zwei optionale Argumente.
38052  Die Argumente werden über das Menü 
38053 \family sans
38054 Einfügen
38055 \family default
38056  eingefügt.
38057  Das obligatorische Argument 
38058 \family sans
38059 Initiale
38060 \family default
38061  enthält den/die Buchstaben, der die Initiale bildet, das Argument 
38062 \family sans
38063 Rest
38064 \begin_inset space ~
38065 \end_inset
38066
38067 der
38068 \begin_inset space ~
38069 \end_inset
38070
38071 Initiale
38072 \family default
38073  enthält den Rest des Wortes oder Textes der Initiale.
38074  Das Argument 
38075 \family sans
38076 Optionen
38077 \family default
38078  enthält Parameter um die Initiale zu modifizieren.
38079  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
38080  von 
38081 \series bold
38082 lettrine
38083 \series default
38084
38085 \begin_inset CommandInset citation
38086 LatexCommand cite
38087 key "lettrine"
38088
38089 \end_inset
38090
38091 .
38092  Der Stil selbst enthält den Text, der die Initiale umgibt.
38093  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
38094  Initiale ist, in 
38095 \shape smallcaps
38096 Kapitälchen
38097 \shape default
38098  gedruckt wird.
38099 \end_layout
38100
38101 \begin_layout Standard
38102 Hier sind einige Beispiele:
38103 \end_layout
38104
38105 \begin_layout Standard
38106 \begin_inset ERT
38107 status collapsed
38108
38109 \begin_layout Plain Layout
38110
38111
38112 \backslash
38113 iflettrine
38114 \end_layout
38115
38116 \end_inset
38117
38118
38119 \begin_inset Note Note
38120 status open
38121
38122 \begin_layout Plain Layout
38123 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
38124 \series bold
38125 lettrine
38126 \series default
38127  installiert ist.
38128 \end_layout
38129
38130 \end_inset
38131
38132
38133 \end_layout
38134
38135 \begin_layout Enumerate
38136 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
38137
38138 \begin_inset Formula $\mathfrak{Fraktur}$
38139 \end_inset
38140
38141 :
38142 \end_layout
38143
38144 \begin_deeper
38145 \begin_layout Initial
38146 \begin_inset Argument 2
38147 status open
38148
38149 \begin_layout Plain Layout
38150 \begin_inset Formula $\mathfrak{I}$
38151 \end_inset
38152
38153
38154 \end_layout
38155
38156 \end_inset
38157
38158
38159 \begin_inset Argument 3
38160 status open
38161
38162 \begin_layout Plain Layout
38163 t
38164 \end_layout
38165
38166 \end_inset
38167
38168  
38169 \lang english
38170 was in the spring of the year 1894 that all London was interested, and the
38171  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38172  under most unusual and inexplicable circumstances.
38173  The public has already learned those particulars of the crime which came
38174  out in the police investigation, but a good deal was suppressed upon that
38175  occasion, since the case for the prosecution was so overwhelmingly strong
38176  that it was not necessary to bring forward all the facts.
38177 \end_layout
38178
38179 \end_deeper
38180 \begin_layout Enumerate
38181 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
38182  besteht und kein Text ist in 
38183 \shape smallcaps
38184 Kapitälchen
38185 \shape default
38186 :
38187 \end_layout
38188
38189 \begin_deeper
38190 \begin_layout Initial
38191 \begin_inset Argument 1
38192 status open
38193
38194 \begin_layout Plain Layout
38195 lines=1
38196 \end_layout
38197
38198 \end_inset
38199
38200
38201 \begin_inset Argument 2
38202 status open
38203
38204 \begin_layout Plain Layout
38205 It
38206 \end_layout
38207
38208 \end_inset
38209
38210  
38211 \lang english
38212 was in the spring of the year 1894 that all London was interested, and the
38213  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38214  under most unusual and inexplicable circumstances.
38215  The public has already learned those particulars of the crime which came
38216  out in the police investigation, but a good deal was suppressed upon that
38217  occasion, since the case for the prosecution was so overwhelmingly strong
38218  that it was not necessary to bring forward all the facts.
38219 \end_layout
38220
38221 \end_deeper
38222 \begin_layout Enumerate
38223 Magenta, hängende Initiale über 3
38224 \begin_inset space ~
38225 \end_inset
38226
38227 Zeilen in der Mathe-Schrift
38228 \begin_inset Newline newline
38229 \end_inset
38230
38231  
38232 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
38233 \end_inset
38234
38235 , der Text 
38236 \begin_inset Quotes gld
38237 \end_inset
38238
38239
38240 \lang english
38241 t was in the spring
38242 \lang ngerman
38243
38244 \begin_inset Quotes erd
38245 \end_inset
38246
38247  ist in 
38248 \shape smallcaps
38249 Kapitälchen
38250 \shape default
38251 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
38252 \begin_inset Newline newline
38253 \end_inset
38254
38255
38256 \series bold
38257
38258 \backslash
38259 renewcommand{
38260 \backslash
38261 LettrineFontHook}{
38262 \backslash
38263 color{Farbe}}
38264 \series default
38265
38266 \begin_inset Newline newline
38267 \end_inset
38268
38269 wobei 
38270 \emph on
38271 Farbe
38272 \emph default
38273  
38274 \begin_inset Quotes gld
38275 \end_inset
38276
38277 red
38278 \begin_inset Quotes erd
38279 \end_inset
38280
38281
38282 \begin_inset Quotes gld
38283 \end_inset
38284
38285 blue
38286 \begin_inset Quotes erd
38287 \end_inset
38288
38289
38290 \begin_inset Quotes gld
38291 \end_inset
38292
38293 green
38294 \begin_inset Quotes erd
38295 \end_inset
38296
38297
38298 \begin_inset Quotes gld
38299 \end_inset
38300
38301 yellow
38302 \begin_inset Quotes erd
38303 \end_inset
38304
38305
38306 \begin_inset Quotes gld
38307 \end_inset
38308
38309 cyan
38310 \begin_inset Quotes erd
38311 \end_inset
38312
38313
38314 \begin_inset Quotes gld
38315 \end_inset
38316
38317 magenta
38318 \begin_inset Quotes erd
38319 \end_inset
38320
38321
38322 \begin_inset Quotes gld
38323 \end_inset
38324
38325 black
38326 \begin_inset Quotes erd
38327 \end_inset
38328
38329  oder 
38330 \begin_inset Quotes gld
38331 \end_inset
38332
38333 white
38334 \begin_inset Quotes erd
38335 \end_inset
38336
38337  sein kann, und diesen Befehl zum LaTeX-Vorspann hinzufügen:
38338 \begin_inset Newline newline
38339 \end_inset
38340
38341
38342 \series bold
38343
38344 \backslash
38345 @ifundefined{textcolor}
38346 \begin_inset Newline newline
38347 \end_inset
38348
38349
38350 \begin_inset space ~
38351 \end_inset
38352
38353 {
38354 \backslash
38355 usepackage{color}}{}
38356 \end_layout
38357
38358 \begin_deeper
38359 \begin_layout Standard
38360 \begin_inset ERT
38361 status collapsed
38362
38363 \begin_layout Plain Layout
38364
38365
38366 \backslash
38367 renewcommand{
38368 \backslash
38369 LettrineFontHook}{
38370 \backslash
38371 color{magenta}}
38372 \end_layout
38373
38374 \end_inset
38375
38376
38377 \begin_inset Note Note
38378 status open
38379
38380 \begin_layout Plain Layout
38381 macht die Initiale magenta
38382 \end_layout
38383
38384 \end_inset
38385
38386
38387 \end_layout
38388
38389 \begin_layout Initial
38390 \begin_inset Argument 1
38391 status open
38392
38393 \begin_layout Plain Layout
38394 lines=3, lhang=0.33, loversize=0.25
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \begin_inset Argument 2
38401 status open
38402
38403 \begin_layout Plain Layout
38404 \begin_inset Formula $\mathcal{I}$
38405 \end_inset
38406
38407
38408 \end_layout
38409
38410 \end_inset
38411
38412
38413 \begin_inset Argument 3
38414 status open
38415
38416 \begin_layout Plain Layout
38417
38418 \lang english
38419 t was in the spring
38420 \end_layout
38421
38422 \end_inset
38423
38424  
38425 \lang english
38426 of the year 1894 that all London was interested, and the fashionable world
38427  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38428  and inexplicable circumstances.
38429  The public has already learned those particulars of the crime which came
38430  out in the police investigation, but a good deal was suppressed upon that
38431  occasion, since the case for the prosecution was so overwhelmingly strong
38432  that it was not necessary to bring forward all the facts.
38433 \end_layout
38434
38435 \end_deeper
38436 \begin_layout Standard
38437 \begin_inset ERT
38438 status collapsed
38439
38440 \begin_layout Plain Layout
38441
38442
38443 \backslash
38444 else
38445 \end_layout
38446
38447 \end_inset
38448
38449
38450 \begin_inset Note Note
38451 status open
38452
38453 \begin_layout Plain Layout
38454 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
38455 \series bold
38456 lettrine
38457 \series default
38458  nicht installiert ist:
38459 \end_layout
38460
38461 \end_inset
38462
38463
38464 \end_layout
38465
38466 \begin_layout Standard
38467 Das LaTeX-Paket 
38468 \series bold
38469 lettrine
38470 \series default
38471  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
38472 \end_layout
38473
38474 \begin_layout Standard
38475 \begin_inset ERT
38476 status collapsed
38477
38478 \begin_layout Plain Layout
38479
38480
38481 \backslash
38482 fi
38483 \end_layout
38484
38485 \end_inset
38486
38487
38488 \end_layout
38489
38490 \begin_layout Chapter
38491 Externe Dateien
38492 \begin_inset Index idx
38493 status collapsed
38494
38495 \begin_layout Plain Layout
38496 Dateien ! externe
38497 \end_layout
38498
38499 \end_inset
38500
38501
38502 \end_layout
38503
38504 \begin_layout Standard
38505 Mit 
38506 \family sans
38507 Einfügen\SpecialChar \menuseparator
38508 Datei
38509 \family default
38510  können Sie fremdes Material in Ihr Dokument einsetzen.
38511  Das kann folgendes sein:
38512 \end_layout
38513
38514 \begin_layout Description
38515 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
38516  eingefügt.
38517 \end_layout
38518
38519 \begin_layout Description
38520 Einfacher
38521 \begin_inset space ~
38522 \end_inset
38523
38524 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
38525  eingefügt.
38526 \end_layout
38527
38528 \begin_layout Description
38529 Einfacher
38530 \begin_inset space ~
38531 \end_inset
38532
38533 Text,
38534 \begin_inset space ~
38535 \end_inset
38536
38537 Zeilen
38538 \begin_inset space ~
38539 \end_inset
38540
38541 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
38542  Leerzeilen trennen die Absätze.
38543 \end_layout
38544
38545 \begin_layout Description
38546 Externes
38547 \begin_inset space ~
38548 \end_inset
38549
38550 Material Dateien in verschiedenen Formaten.
38551 \end_layout
38552
38553 \begin_layout Description
38554 Unterdokument LyX- oder LaTeX-Dokumente.
38555 \end_layout
38556
38557 \begin_layout Section
38558 Externes Material
38559 \begin_inset Index idx
38560 status collapsed
38561
38562 \begin_layout Plain Layout
38563 Externes Material
38564 \end_layout
38565
38566 \end_inset
38567
38568
38569 \end_layout
38570
38571 \begin_layout Standard
38572 Mit 
38573 \family sans
38574 Einfügen\SpecialChar \menuseparator
38575 Datei\SpecialChar \menuseparator
38576  Externes Material
38577 \family default
38578  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
38579  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
38580  weil LyX sich darum kümmert.
38581  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
38582  eingefügt werden können.
38583  Wenn die Grafikvorschau in den LyX-Einstellungen unter
38584 \family sans
38585  Aussehen
38586 \begin_inset space ~
38587 \end_inset
38588
38589 &
38590 \begin_inset space ~
38591 \end_inset
38592
38593 Handhabung\SpecialChar \menuseparator
38594 Grafik
38595 \family default
38596 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
38597 \end_layout
38598
38599 \begin_layout Standard
38600 Zur Zeit können Sie folgende Dateitypen (
38601 \family sans
38602 Vorlagen
38603 \family default
38604 ) benutzen:
38605 \end_layout
38606
38607 \begin_layout Description
38608 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
38609 \series bold
38610
38611 \begin_inset CommandInset href
38612 LatexCommand href
38613 name "XBoard"
38614 target "http://de.wikipedia.org/wiki/XBoard"
38615
38616 \end_inset
38617
38618
38619 \series default
38620  erzeugt wurden.
38621 \end_layout
38622
38623 \begin_layout Description
38624 Datum fügt ein Datum mit dem Format 
38625 \emph on
38626 Tag-Monat-Jahr
38627 \emph default
38628  ein.
38629  Hier ist ein Beispiel: 
38630 \begin_inset External
38631         template Date
38632         filename .
38633
38634 \end_inset
38635
38636
38637 \begin_inset space ~
38638 \end_inset
38639
38640
38641 \begin_inset Note Note
38642 status open
38643
38644 \begin_layout Plain Layout
38645
38646 \lang english
38647 Remove the protected space when bug 4398 is fixed!
38648 \end_layout
38649
38650 \end_inset
38651
38652
38653 \begin_inset Newline newline
38654 \end_inset
38655
38656 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
38657  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
38658  Menü 
38659 \family sans
38660 Einfügen\SpecialChar \menuseparator
38661 Datum
38662 \family default
38663  und mit dem LaTeX-Befehl 
38664 \series bold
38665
38666 \backslash
38667 today
38668 \series default
38669 .
38670  Die verschiedenen Methoden werden in Tabelle
38671 \begin_inset space ~
38672 \end_inset
38673
38674
38675 \begin_inset CommandInset ref
38676 LatexCommand ref
38677 reference "tab:Vergleich-der-Datums-Eingaben"
38678
38679 \end_inset
38680
38681  verglichen.
38682 \end_layout
38683
38684 \begin_layout Description
38685 Dia unterstützt Diagramme, die mit dem Programm 
38686 \series bold
38687
38688 \begin_inset CommandInset href
38689 LatexCommand href
38690 name "Dia"
38691 target "http://de.wikipedia.org/wiki/Dia_(Software)"
38692
38693 \end_inset
38694
38695
38696 \series default
38697  erzeugt wurden.
38698 \end_layout
38699
38700 \begin_layout Description
38701 GnumericTabelle Mit dieser Vorlage können Sie Tabellen im Format von 
38702 \series bold
38703
38704 \begin_inset CommandInset href
38705 LatexCommand href
38706 name "Gnumeric"
38707 target "http://de.wikipedia.org/wiki/Gnumeric"
38708
38709 \end_inset
38710
38711
38712 \series default
38713
38714 \begin_inset CommandInset href
38715 LatexCommand href
38716 name "OpenDocument"
38717 target "http://de.wikipedia.org/wiki/OpenDocument"
38718
38719 \end_inset
38720
38721
38722 \begin_inset CommandInset href
38723 LatexCommand href
38724 name "Microsoft Office XML"
38725 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38726
38727 \end_inset
38728
38729  und 
38730 \begin_inset CommandInset href
38731 LatexCommand href
38732 name "Office Open XML"
38733 target "http://de.wikipedia.org/wiki/Office_Open_XML"
38734
38735 \end_inset
38736
38737  einfügen.
38738  Für dieses Feature muss LyX während seiner Konfiguration das Programm 
38739 \family typewriter
38740 ssconvert
38741 \family default
38742  gefunden haben.
38743  Dieses Programm ist Teil von Gnumeric, so dass Sie Gnumeric installiert
38744  haben müssen, auch wenn sie keine Tabellen im Gnumeric-Format verwenden.
38745  Für Beispiele und mögliche Limitierungen siehe LyXs Beispieldatei 
38746 \emph on
38747 spreadsheet.lyx
38748 \emph default
38749 .
38750 \end_layout
38751
38752 \begin_layout Description
38753 LilyPond Mit dieser Vorlage können Sie Musik-Notationen einfügen, die mit
38754  dem Notensatzprogramm 
38755 \series bold
38756
38757 \begin_inset CommandInset href
38758 LatexCommand href
38759 name "LilyPond"
38760 target "http://de.wikipedia.org/wiki/LilyPond"
38761
38762 \end_inset
38763
38764
38765 \series default
38766  gesetzt werden.
38767  Für LyXs erweiterte Unterstützung für LilyPond siehe LyXs Beispieldatei
38768  
38769 \emph on
38770 lilypond.lyx
38771 \emph default
38772 .
38773 \end_layout
38774
38775 \begin_layout Description
38776 PDF-Seiten Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
38777  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die Option
38778  
38779 \series bold
38780 pages
38781 \series default
38782  im Feld 
38783 \family sans
38784 Option
38785 \family default
38786  in der Karteikarte 
38787 \family sans
38788 LaTeX- und LyX-Optionen
38789 \family default
38790 .
38791  Das Argument der Option ist eine mit Komma gegliederte Liste, die Seitennummern
38792  (man gibt als Option 
38793 \series bold
38794 pages={3,5,6,8}
38795 \series default
38796  an), Seitenbereiche (
38797 \series bold
38798 pages={4-9}
38799 \series default
38800 ) oder eine Kombination davon enthält.
38801  Um leere Seiten einzufügen, verwendet man {}.
38802  Z.
38803 \begin_inset space \thinspace{}
38804 \end_inset
38805
38806 B.
38807  fügt 
38808 \series bold
38809 pages={3,{},8-11,15}
38810 \series default
38811  Seite 3, eine leere Seite, und die Seiten 8, 9, 10, 11 und 15 ein.
38812  Seitenbereiche werden mit der Syntax 
38813 \emph on
38814 Start
38815 \emph default
38816 -
38817 \emph on
38818 Stop
38819 \emph default
38820  angegeben.
38821  Dies wählt alle Seiten von 
38822 \emph on
38823 Start
38824 \emph default
38825  bis 
38826 \emph on
38827 Stop
38828 \emph default
38829  aus.
38830  Wird 
38831 \emph on
38832 Start
38833 \emph default
38834  weggelassen, wird stattdessen die erste Seite verwendet; wird 
38835 \emph on
38836 Stop
38837 \emph default
38838  weggelassen, wird stattdessen die letzte Seite verwendet.
38839  Die letzte Seite kann außerdem mit dem Schlagwort 
38840 \series bold
38841 last
38842 \series default
38843  ausgewählt werden.
38844  (Dies ist nur in einem Seitenbereich erlaubt.) Die Option 
38845 \series bold
38846 pages=-
38847 \series default
38848  fügt also alle Seiten des Dokuments ein und 
38849 \series bold
38850 pages=last-1
38851 \series default
38852  fügt alle Seiten in umgekehrter Reihenfolge ein.
38853  Wenn keine pages Option angegeben ist, wird nur die erste Seite des PDFs
38854  eingefügt.
38855 \begin_inset Newline newline
38856 \end_inset
38857
38858 Die Option 
38859 \series bold
38860 noautoscale
38861 \series default
38862  fügt die Seiten in ihrer Originalgröße ein.
38863  Wenn diese Option nicht verwendet wird, werden die Seiten so eingefügt,
38864  dass sie die komplette Breite Ihres Dokuments einnehmen.
38865  In der Karteikarte 
38866 \family sans
38867 Größe und Drehung
38868 \family default
38869  kann die Breite und Höhe der eingefügten Seiten und deren Drehung angegeben
38870  werden.
38871  Wird eine andere Breite als 100
38872 \begin_inset space \thinspace{}
38873 \end_inset
38874
38875 Größe% verwendet, wird die Option 
38876 \series bold
38877 noautoscale
38878 \series default
38879  überschrieben.
38880  Für weitere Informationen und mögliche Optionen siehe die Dokumentation
38881  des LaTeX-Pakets 
38882 \series bold
38883 pdfpages
38884 \series default
38885  
38886 \begin_inset CommandInset citation
38887 LatexCommand cite
38888 key "pdfpages"
38889
38890 \end_inset
38891
38892 .
38893 \begin_inset Index idx
38894 status collapsed
38895
38896 \begin_layout Plain Layout
38897 LaTeX-Pakete ! pdfpages
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \begin_inset Newline newline
38904 \end_inset
38905
38906 Um diese Vorlage in einer 
38907 \family sans
38908 Beamer
38909 \family default
38910 -Präsentation zu verwenden, muss zuerst eine 
38911 \family sans
38912 BeendeRahmen
38913 \family default
38914  Umgebung eingefügt werden.
38915  In den folgenden Absatz kommt eine TeX-Code Box mit dem Befehl 
38916 \series bold
38917
38918 \backslash
38919 setbeamertemplate{background canvas}{}
38920 \series default
38921 .
38922  Danach kann man Absätze mit der PDFPages Vorlage einfügen.
38923  Nach den eingefügten PDF-Seiten kann die Beamer-Präsentation fortgesetzt
38924  werden, indem ein neuer Rahmen oder ein neuer Abschnitt eingefügt wird.
38925  Um leere Seiten vor den eingefügten PDF-Seiten zu vermeiden, stellen Sie
38926  sicher, dass die Ausrichtung 
38927 \family sans
38928 Standard
38929 \family default
38930  für den Absatz verwendet wird, der die Vorlage enthält.
38931 \begin_inset Newline newline
38932 \end_inset
38933
38934 Hier ist ein eingefügtes PDF, das um -5° gedreht wurde: 
38935 \begin_inset External
38936         template PDFPages
38937         filename ../clipart/Abstract.pdf
38938         extra LaTeX "pages=-"
38939         rotateAngle -5
38940         rotateOrigin bottomleft
38941         width 50col%
38942
38943 \end_inset
38944
38945
38946 \end_layout
38947
38948 \begin_layout Description
38949 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
38950  Die Bilddateien können im Dialogfenster 
38951 \family sans
38952 Externes
38953 \begin_inset space ~
38954 \end_inset
38955
38956 Material
38957 \family default
38958  genauso behandelt werden wie die mit dem normalen 
38959 \family sans
38960 Grafik
38961 \family default
38962 -Dialog eingefügten, siehe Abschnitt
38963 \begin_inset space ~
38964 \end_inset
38965
38966
38967 \begin_inset CommandInset ref
38968 LatexCommand ref
38969 reference "abs:Grafik-Dialog"
38970
38971 \end_inset
38972
38973 .
38974  Der Unterschied zum normalen Einfügen eines Bildes ist, dass nur Rasterbilder
38975  erlaubt sind, das heißt PDF- und EPS-Bilder werden nicht unterstützt.
38976  Hier ist ein eingefügtes Rasterbild: 
38977 \begin_inset External
38978         template RasterImage
38979         filename ../clipart/ToolbarEnvBox.png
38980
38981 \end_inset
38982
38983
38984 \end_layout
38985
38986 \begin_layout Description
38987 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
38988 \series bold
38989
38990 \begin_inset CommandInset href
38991 LatexCommand href
38992 name "Xfig"
38993 target "http://de.wikipedia.org/wiki/Xfig"
38994
38995 \end_inset
38996
38997
38998 \series default
38999  erzeugt wurden.
39000 \end_layout
39001
39002 \begin_layout Standard
39003 \begin_inset Float table
39004 placement !h
39005 wide false
39006 sideways false
39007 status open
39008
39009 \begin_layout Plain Layout
39010 \begin_inset Caption Standard
39011
39012 \begin_layout Plain Layout
39013 \begin_inset CommandInset label
39014 LatexCommand label
39015 name "tab:Vergleich-der-Datums-Eingaben"
39016
39017 \end_inset
39018
39019 Vergleich der Datums-Eingaben
39020 \end_layout
39021
39022 \end_inset
39023
39024
39025 \end_layout
39026
39027 \begin_layout Plain Layout
39028 \align center
39029 \begin_inset Tabular
39030 <lyxtabular version="3" rows="4" columns="4">
39031 <features rotate="0" tabularvalignment="middle">
39032 <column alignment="center" valignment="top">
39033 <column alignment="center" valignment="top">
39034 <column alignment="center" valignment="top">
39035 <column alignment="center" valignment="top">
39036 <row>
39037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39038 \begin_inset Text
39039
39040 \begin_layout Plain Layout
39041 Dokumentformat
39042 \end_layout
39043
39044 \end_inset
39045 </cell>
39046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39047 \begin_inset Text
39048
39049 \begin_layout Plain Layout
39050
39051 \family sans
39052 Externes Material\SpecialChar \menuseparator
39053 Datum
39054 \end_layout
39055
39056 \end_inset
39057 </cell>
39058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39059 \begin_inset Text
39060
39061 \begin_layout Plain Layout
39062
39063 \family sans
39064 Einfügen\SpecialChar \menuseparator
39065 Datum
39066 \end_layout
39067
39068 \end_inset
39069 </cell>
39070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39071 \begin_inset Text
39072
39073 \begin_layout Plain Layout
39074 Befehl 
39075 \series bold
39076
39077 \backslash
39078 today
39079 \end_layout
39080
39081 \end_inset
39082 </cell>
39083 </row>
39084 <row>
39085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39086 \begin_inset Text
39087
39088 \begin_layout Plain Layout
39089 LyX
39090 \end_layout
39091
39092 \end_inset
39093 </cell>
39094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39095 \begin_inset Text
39096
39097 \begin_layout Plain Layout
39098 als Box
39099 \end_layout
39100
39101 \end_inset
39102 </cell>
39103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39104 \begin_inset Text
39105
39106 \begin_layout Plain Layout
39107 als Datum
39108 \end_layout
39109
39110 \end_inset
39111 </cell>
39112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39113 \begin_inset Text
39114
39115 \begin_layout Plain Layout
39116 als TeX-Code
39117 \end_layout
39118
39119 \end_inset
39120 </cell>
39121 </row>
39122 <row>
39123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39124 \begin_inset Text
39125
39126 \begin_layout Plain Layout
39127 LaTeX
39128 \end_layout
39129
39130 \end_inset
39131 </cell>
39132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39133 \begin_inset Text
39134
39135 \begin_layout Plain Layout
39136 als Datum
39137 \end_layout
39138
39139 \end_inset
39140 </cell>
39141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39142 \begin_inset Text
39143
39144 \begin_layout Plain Layout
39145 als Datum
39146 \end_layout
39147
39148 \end_inset
39149 </cell>
39150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39151 \begin_inset Text
39152
39153 \begin_layout Plain Layout
39154 als Befehl
39155 \end_layout
39156
39157 \end_inset
39158 </cell>
39159 </row>
39160 <row>
39161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39162 \begin_inset Text
39163
39164 \begin_layout Plain Layout
39165 DVI, PDF, PS
39166 \end_layout
39167
39168 \end_inset
39169 </cell>
39170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39171 \begin_inset Text
39172
39173 \begin_layout Plain Layout
39174 als Datum
39175 \end_layout
39176
39177 \end_inset
39178 </cell>
39179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39180 \begin_inset Text
39181
39182 \begin_layout Plain Layout
39183 als Datum
39184 \end_layout
39185
39186 \end_inset
39187 </cell>
39188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39189 \begin_inset Text
39190
39191 \begin_layout Plain Layout
39192 als Datum
39193 \end_layout
39194
39195 \end_inset
39196 </cell>
39197 </row>
39198 </lyxtabular>
39199
39200 \end_inset
39201
39202
39203 \end_layout
39204
39205 \end_inset
39206
39207
39208 \end_layout
39209
39210 \begin_layout Standard
39211 Wenn Sie im Dialogfenster
39212 \family sans
39213  Externes
39214 \begin_inset space ~
39215 \end_inset
39216
39217 Material 
39218 \family default
39219 in der Karteikarte
39220 \family sans
39221  Datei
39222 \family default
39223  die Option 
39224 \family sans
39225 Entwurf
39226 \family default
39227  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
39228 \begin_inset Newline newline
39229 \end_inset
39230
39231 LyX kann externes Material entweder als Box wie hier: 
39232 \begin_inset Graphics
39233         filename clipart/ExternesMaterialQt4.png
39234         scale 85
39235         scaleBeforeRotation
39236
39237 \end_inset
39238
39239  oder als Bild darstellen.
39240  Das hängt davon ab, ob Sie im Dialog
39241 \family sans
39242  
39243 \family default
39244 in der Karteikarte 
39245 \family sans
39246 LaTeX- und LyX-Optionen
39247 \family default
39248  die Option 
39249 \family sans
39250 In
39251 \begin_inset space ~
39252 \end_inset
39253
39254 LyX
39255 \begin_inset space ~
39256 \end_inset
39257
39258 anzeigen
39259 \family default
39260  gewählt haben oder nicht.
39261 \end_layout
39262
39263 \begin_layout Standard
39264 Im LyX-Handbuch 
39265 \family sans
39266 \emph on
39267 Anpassung
39268 \family default
39269 \emph default
39270  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
39271 \end_layout
39272
39273 \begin_layout Section
39274 Unterdokumente
39275 \begin_inset CommandInset label
39276 LatexCommand label
39277 name "abs:Unterdokumente"
39278
39279 \end_inset
39280
39281
39282 \begin_inset Index idx
39283 status collapsed
39284
39285 \begin_layout Plain Layout
39286 Unterdokument
39287 \end_layout
39288
39289 \end_inset
39290
39291
39292 \end_layout
39293
39294 \begin_layout Standard
39295 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
39296  oder Abschnitten bestehen.
39297  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
39298  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
39299  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
39300  z.
39301 \begin_inset space \thinspace{}
39302 \end_inset
39303
39304 B.
39305  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
39306 \end_layout
39307
39308 \begin_layout Standard
39309 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
39310  müssen, geben Sie im Unterdokument im Menü
39311 \family sans
39312  Dokument\SpecialChar \menuseparator
39313 Einstellungen\SpecialChar \menuseparator
39314 Dokumentklasse
39315 \family default
39316  das Hauptdokument an.
39317  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
39318  bearbeiten.
39319 \end_layout
39320
39321 \begin_layout Standard
39322 Unterdokumente werden in LyX als Box angezeigt: 
39323 \begin_inset Graphics
39324         filename clipart/UnterdokumentQt4.png
39325         scale 85
39326         scaleBeforeRotation
39327
39328 \end_inset
39329
39330  Sie werden über
39331 \family sans
39332  Einfügen\SpecialChar \menuseparator
39333 Datei\SpecialChar \menuseparator
39334 Unterdokument
39335 \family default
39336  eingebunden, was das Dialogfenster
39337 \family sans
39338  Unterdokument
39339 \family default
39340  öffnet.
39341  Für 
39342 \family sans
39343 die Art
39344 \begin_inset space ~
39345 \end_inset
39346
39347 der
39348 \begin_inset space ~
39349 \end_inset
39350
39351 Einbindung
39352 \family default
39353  gibt es dort vier Möglichkeiten:
39354 \end_layout
39355
39356 \begin_layout Description
39357 Include Sie können LyX- und LaTeX-Dokumente einbinden.
39358  Wenn Sie im Dialogfenster
39359 \family sans
39360  Unterdokument
39361 \family default
39362  auf 
39363 \family sans
39364 Bearbeiten
39365 \family default
39366  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
39367  und Sie können es editieren.
39368 \begin_inset Newline newline
39369 \end_inset
39370
39371
39372 \end_layout
39373
39374 \begin_layout Standard
39375 Hier wird ein Unterdokument
39376 \family sans
39377  
39378 \family default
39379 per 
39380 \family sans
39381 Include
39382 \family default
39383  eingebunden: 
39384 \begin_inset CommandInset include
39385 LatexCommand include
39386 filename "DummyDocument1.lyx"
39387
39388 \end_inset
39389
39390 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
39391  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
39392  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
39393 s.
39394  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
39395 \begin_inset space ~
39396 \end_inset
39397
39398
39399 \begin_inset CommandInset ref
39400 LatexCommand ref
39401 reference "uab:Externer-Unterabschnitt-1"
39402
39403 \end_inset
39404
39405 .
39406 \end_layout
39407
39408 \begin_layout Standard
39409 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
39410  wird benutzt.
39411  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
39412  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
39413  Unterdokumente, die per 
39414 \family sans
39415 Include
39416 \family default
39417  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
39418  und enden mit einem Seitenumbruch.
39419 \end_layout
39420
39421 \begin_layout Standard
39422 \begin_inset Note Greyedout
39423 status open
39424
39425 \begin_layout Plain Layout
39426
39427 \series bold
39428 Bemerkung:
39429 \series default
39430  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
39431  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
39432  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
39433  Ergebnissen führen wird.
39434 \end_layout
39435
39436 \end_inset
39437
39438
39439 \end_layout
39440
39441 \begin_layout Description
39442 Input Diese Methode ist 
39443 \family sans
39444 Include
39445 \family default
39446  sehr ähnlich mit folgenden Unterschieden:
39447 \end_layout
39448
39449 \begin_deeper
39450 \begin_layout Itemize
39451 Unterdokumente, die per 
39452 \family sans
39453 Input
39454 \family default
39455  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
39456  Seite und enden NICHT mit einem Seitenumbruch.
39457 \end_layout
39458
39459 \begin_layout Itemize
39460 Unterdokumente, die per 
39461 \family sans
39462 Input
39463 \family default
39464  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
39465 \family sans
39466  Unterdokument Vorschau
39467 \begin_inset space ~
39468 \end_inset
39469
39470 anzeigen
39471 \family default
39472  angekreuzt wurde und in den LyX-Einstellungen unter
39473 \family sans
39474  Aussehen
39475 \begin_inset space ~
39476 \end_inset
39477
39478 &
39479 \begin_inset space ~
39480 \end_inset
39481
39482 Handhabung\SpecialChar \menuseparator
39483 Grafik\SpecialChar \menuseparator
39484 Sofortige
39485 \begin_inset space ~
39486 \end_inset
39487
39488 Vorschau
39489 \family default
39490  auf 
39491 \family sans
39492 An
39493 \family default
39494  gesetzt wurde.
39495  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
39496  aus.
39497 \end_layout
39498
39499 \begin_layout Itemize
39500 Unterdokumente, die per 
39501 \family sans
39502 Input
39503 \family default
39504  eingebunden werden, können nicht über das Menü 
39505 \family sans
39506 Dokument\SpecialChar \menuseparator
39507 Einstellungen\SpecialChar \menuseparator
39508 Unterdokumente
39509 \family default
39510  unterdrückt werden.
39511 \end_layout
39512
39513 \end_deeper
39514 \begin_layout Standard
39515 Hier ist ein Unterdokument, das mit
39516 \family sans
39517  Input
39518 \family default
39519  eingebunden wurde: 
39520 \begin_inset CommandInset include
39521 LatexCommand input
39522 filename "DummyDocument2.lyx"
39523
39524 \end_inset
39525
39526 .
39527 \end_layout
39528
39529 \begin_layout Description
39530 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
39531   In der Druckvorschau wird für den Text der Stil 
39532 \family typewriter
39533 Schreibmaschine
39534 \family default
39535  verwendet.
39536  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
39537  Wenn Sie im Dialogfenster
39538 \family sans
39539  Unterdokument Leerzeichen
39540 \begin_inset space ~
39541 \end_inset
39542
39543 bei
39544 \begin_inset space ~
39545 \end_inset
39546
39547 der
39548 \begin_inset space ~
39549 \end_inset
39550
39551 Ausgabe
39552 \begin_inset space ~
39553 \end_inset
39554
39555 kennzeichnen 
39556 \family default
39557 ankreuzen, wird in der Druckvorschau das Zeichen 
39558 \begin_inset Quotes gld
39559 \end_inset
39560
39561
39562 \begin_inset ERT
39563 status collapsed
39564
39565 \begin_layout Plain Layout
39566
39567
39568 \backslash
39569 textvisiblespace 
39570 \end_layout
39571
39572 \end_inset
39573
39574
39575 \begin_inset Quotes grd
39576 \end_inset
39577
39578  für jedes Leerzeichen eingefügt.
39579 \begin_inset Newline newline
39580 \end_inset
39581
39582 Im Gegensatz zu 
39583 \family sans
39584 Einfügen\SpecialChar \menuseparator
39585 Datei\SpecialChar \menuseparator
39586 Einfacher
39587 \begin_inset space ~
39588 \end_inset
39589
39590 Text
39591 \family default
39592  wird bei 
39593 \family sans
39594 Unformatiert
39595 \family default
39596  der Dateiinhalt in LyX nicht dargestellt.
39597 \end_layout
39598
39599 \begin_layout Standard
39600 Hier ist ein Unterdokument, das mit
39601 \family sans
39602  Unformatiert
39603 \family default
39604  eingebunden wurde: 
39605 \begin_inset CommandInset include
39606 LatexCommand verbatiminput
39607 filename "DummyTextDocument.txt"
39608
39609 \end_inset
39610
39611
39612 \begin_inset VSpace bigskip
39613 \end_inset
39614
39615 Hier ist ein Unterdokument, das mit
39616 \family sans
39617  Unformatiert
39618 \family default
39619  eingebunden wurde und
39620 \family sans
39621  Leerzeichen
39622 \begin_inset space ~
39623 \end_inset
39624
39625 bei
39626 \begin_inset space ~
39627 \end_inset
39628
39629 der
39630 \begin_inset space ~
39631 \end_inset
39632
39633 Ausgabe
39634 \begin_inset space ~
39635 \end_inset
39636
39637 kennzeichnen
39638 \family default
39639  angekreuzt hat: 
39640 \begin_inset CommandInset include
39641 LatexCommand verbatiminput*
39642 filename "DummyTextDocument.txt"
39643
39644 \end_inset
39645
39646
39647 \end_layout
39648
39649 \begin_layout Standard
39650 \begin_inset VSpace bigskip
39651 \end_inset
39652
39653
39654 \end_layout
39655
39656 \begin_layout Standard
39657 \begin_inset Note Greyedout
39658 status open
39659
39660 \begin_layout Plain Layout
39661
39662 \series bold
39663 Bemerkung:
39664 \series default
39665  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
39666  
39667 \family sans
39668 Unformatiert
39669 \family default
39670  eingebunden werden, am Zeilenende nicht umgebrochen.
39671 \end_layout
39672
39673 \end_inset
39674
39675
39676 \end_layout
39677
39678 \begin_layout Description
39679 Listing Dieser Typ wird in Kapitel
39680 \begin_inset space ~
39681 \end_inset
39682
39683
39684 \begin_inset CommandInset ref
39685 LatexCommand ref
39686 reference "kap:Programm-Code-Listen"
39687
39688 \end_inset
39689
39690  beschrieben.
39691 \end_layout
39692
39693 \begin_layout Standard
39694 \begin_inset Note Greyedout
39695 status open
39696
39697 \begin_layout Plain Layout
39698
39699 \series bold
39700 Bemerkung:
39701 \series default
39702  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
39703  das zu LaTeX-Problemen führen.
39704 \end_layout
39705
39706 \end_inset
39707
39708
39709 \end_layout
39710
39711 \begin_layout Standard
39712 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
39713  wollen, z.
39714 \begin_inset space \thinspace{}
39715 \end_inset
39716
39717 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
39718  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
39719  Dies geschieht über das Menü 
39720 \family sans
39721 Dokument\SpecialChar \menuseparator
39722 Einstellungen\SpecialChar \menuseparator
39723 Unterdokumente
39724 \family default
39725 .
39726  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
39727  in die Spalte 
39728 \family sans
39729 In Ausgabe einbinden
39730 \family default
39731  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
39732  für Unterdokumente möglich ist, die per 
39733 \family sans
39734 Input
39735 \family default
39736  eingebunden wurden).
39737  Wenn die Option 
39738 \family sans
39739 Zähler und Querverweise wahren
39740 \family default
39741  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
39742 \begin_inset space ~
39743 \end_inset
39744
39745 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
39746  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
39747  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
39748  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
39749  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
39750  sind, wählen sie die Option nicht.
39751 \end_layout
39752
39753 \begin_layout Standard
39754 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
39755 \begin_inset Foot
39756 status collapsed
39757
39758 \begin_layout Plain Layout
39759 Zweige sind im Kapitel 
39760 \emph on
39761 Zweige
39762 \emph default
39763  des LyX 
39764 \emph on
39765 Benutzerhandbuchs
39766 \emph default
39767  erklärt.
39768 \end_layout
39769
39770 \end_inset
39771
39772  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
39773  Dateien in der Ausgabe erscheinen.
39774  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
39775  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
39776  werden.
39777 \end_layout
39778
39779 \begin_layout Chapter
39780 Programm-Code-Listen
39781 \begin_inset CommandInset label
39782 LatexCommand label
39783 name "kap:Programm-Code-Listen"
39784
39785 \end_inset
39786
39787
39788 \begin_inset Index idx
39789 status collapsed
39790
39791 \begin_layout Plain Layout
39792 Listen
39793 \end_layout
39794
39795 \end_inset
39796
39797
39798 \begin_inset Index idx
39799 status collapsed
39800
39801 \begin_layout Plain Layout
39802 Programm-Code
39803 \end_layout
39804
39805 \end_inset
39806
39807
39808 \end_layout
39809
39810 \begin_layout Standard
39811 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
39812 \family sans
39813 Einfügen\SpecialChar \menuseparator
39814 Pro\SpecialChar \-
39815 grammlisting
39816 \family default
39817  verwenden.
39818  Das LaTeX-Paket 
39819 \series bold
39820 listings
39821 \series default
39822
39823 \begin_inset Index idx
39824 status collapsed
39825
39826 \begin_layout Plain Layout
39827 LaTeX-Pakete ! listings
39828 \end_layout
39829
39830 \end_inset
39831
39832  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
39833 \end_layout
39834
39835 \begin_layout Standard
39836 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
39837 rmat der Programm-Code-Liste festlegen.
39838 \end_layout
39839
39840 \begin_layout Standard
39841 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
39842  Die Platzierungsoption 
39843 \family sans
39844 Eingebettetes
39845 \begin_inset space ~
39846 \end_inset
39847
39848 Listing
39849 \family default
39850  druckt das Listing in der Zeile wie hier: 
39851 \begin_inset listings
39852 lstparams "language={C++}"
39853 inline true
39854 status open
39855
39856 \begin_layout Plain Layout
39857
39858 int a=5;
39859 \end_layout
39860
39861 \end_inset
39862
39863
39864 \begin_inset Newline newline
39865 \end_inset
39866
39867 Die Option 
39868 \family sans
39869 Gleitobjekt
39870 \family default
39871  erzeugt ein Listing-Gleitobjekt, dessen 
39872 \family sans
39873 Platzierung 
39874 \family default
39875 Sie mit 
39876 \family sans
39877 h
39878 \family default
39879
39880 \family sans
39881 t
39882 \family default
39883
39884 \family sans
39885 b
39886 \family default
39887  und 
39888 \family sans
39889 p
39890 \family default
39891 , analog zu den in Abschnitt
39892 \begin_inset space ~
39893 \end_inset
39894
39895
39896 \begin_inset CommandInset ref
39897 LatexCommand ref
39898 reference "abs:Gleitobjekt-Platzierung"
39899
39900 \end_inset
39901
39902  beschriebenen Platzierungsoptionen festlegen können.
39903  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
39904  hintereinander angegeben, z.
39905 \begin_inset space \thinspace{}
39906 \end_inset
39907
39908 B.
39909  
39910 \begin_inset Quotes gld
39911 \end_inset
39912
39913
39914 \family sans
39915 htbp
39916 \family default
39917
39918 \begin_inset Quotes grd
39919 \end_inset
39920
39921 .
39922  Die Option 
39923 \begin_inset Quotes gld
39924 \end_inset
39925
39926 h
39927 \begin_inset Quotes grd
39928 \end_inset
39929
39930  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
39931  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
39932 \end_layout
39933
39934 \begin_layout Standard
39935 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
39936  zu verweisen: Listing
39937 \begin_inset space ~
39938 \end_inset
39939
39940
39941 \begin_inset CommandInset ref
39942 LatexCommand ref
39943 reference "lst:Gleitendes-Programm-Listing"
39944
39945 \end_inset
39946
39947 .
39948  Mit dem Menü 
39949 \family sans
39950 Einfügen\SpecialChar \menuseparator
39951 Liste
39952 \begin_inset space ~
39953 \end_inset
39954
39955 /
39956 \begin_inset space ~
39957 \end_inset
39958
39959 Inhaltsverzeichnis\SpecialChar \menuseparator
39960 Listings Verzeichnis
39961 \family default
39962  kann ein Verzeichnis aller Listings eingefügt werden.
39963  Die Verzeichniseinträge sind die Nummer des Listings und dessen Beschriftung.
39964 \end_layout
39965
39966 \begin_layout Standard
39967 \begin_inset listings
39968 lstparams "language=Python"
39969 inline false
39970 status open
39971
39972 \begin_layout Plain Layout
39973
39974 \begin_inset Caption Standard
39975
39976 \begin_layout Plain Layout
39977 \begin_inset CommandInset label
39978 LatexCommand label
39979 name "lst:Gleitendes-Programm-Listing"
39980
39981 \end_inset
39982
39983 Gleitendes Programm-Listing
39984 \end_layout
39985
39986 \end_inset
39987
39988 # Gleitendes Programm-Listing
39989 \end_layout
39990
39991 \begin_layout Plain Layout
39992
39993 def func(param):
39994 \end_layout
39995
39996 \begin_layout Plain Layout
39997
39998     'Dies ist eine Python-Funktion'
39999 \end_layout
40000
40001 \begin_layout Plain Layout
40002
40003     pass
40004 \end_layout
40005
40006 \end_inset
40007
40008
40009 \end_layout
40010
40011 \begin_layout Standard
40012 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
40013  der Sprache erkannt und besonders gedruckt, wie 
40014 \emph on
40015 #
40016 \emph default
40017
40018 \emph on
40019 def
40020 \emph default
40021  und 
40022 \emph on
40023 pass
40024 \emph default
40025  in Listing
40026 \begin_inset space ~
40027 \end_inset
40028
40029
40030 \begin_inset CommandInset ref
40031 LatexCommand ref
40032 reference "lst:Gleitendes-Programm-Listing"
40033
40034 \end_inset
40035
40036 .
40037 \end_layout
40038
40039 \begin_layout Standard
40040 \begin_inset Note Greyedout
40041 status open
40042
40043 \begin_layout Plain Layout
40044
40045 \series bold
40046 Bemerkung:
40047 \series default
40048  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
40049 \family typewriter
40050 Schreib\SpecialChar \-
40051 maschine
40052 \family default
40053  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
40054 h keine fett gedruckten Buchstaben.
40055  Wählen Sie in diesem Fall eine andere Schrift im Menü 
40056 \family sans
40057 Dokument\SpecialChar \menuseparator
40058 Einstellungen\SpecialChar \menuseparator
40059 Schriften
40060 \family default
40061 .
40062  (Die Schriften 
40063 \emph on
40064 LuxiMono, BeraMono
40065 \emph default
40066  und 
40067 \emph on
40068 Courier
40069 \emph default
40070  enthalten fett gedruckte Buchstaben.)
40071 \end_layout
40072
40073 \end_inset
40074
40075
40076 \end_layout
40077
40078 \begin_layout Standard
40079 Im Abschnitt 
40080 \family sans
40081 Zeilennummerierung
40082 \family default
40083  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
40084 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
40085  jede wievielte Zeile nummeriert werden soll und die 
40086 \family sans
40087 Schriftgröße
40088 \family default
40089  der Nummerierung.
40090 \end_layout
40091
40092 \begin_layout Standard
40093 Im Abschnitt 
40094 \family sans
40095 Bereich
40096 \family default
40097  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
40098  Im Abschnitt 
40099 \family sans
40100 Stil
40101 \family default
40102  legen Sie fest, wie die Liste ausgedruckt werden soll.
40103  Die Option 
40104 \family sans
40105 Erweiterte
40106 \begin_inset space ~
40107 \end_inset
40108
40109 Zeichentabelle
40110 \family default
40111  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
40112 \end_layout
40113
40114 \begin_layout Standard
40115 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
40116 \begin_inset Quotes gld
40117 \end_inset
40118
40119 3
40120 \begin_inset Quotes grd
40121 \end_inset
40122
40123 , Sprache 
40124 \begin_inset Quotes gld
40125 \end_inset
40126
40127 Python
40128 \begin_inset Quotes grd
40129 \end_inset
40130
40131 , Optionen 
40132 \begin_inset Quotes gld
40133 \end_inset
40134
40135 Erweiterte Zeichentabelle
40136 \begin_inset Quotes grd
40137 \end_inset
40138
40139  und 
40140 \begin_inset Quotes gld
40141 \end_inset
40142
40143 Leerzeichen als Symbol
40144 \begin_inset Quotes grd
40145 \end_inset
40146
40147  und Bereich Zeilen 3
40148 \begin_inset space \thinspace{}
40149 \end_inset
40150
40151 -
40152 \begin_inset space \thinspace{}
40153 \end_inset
40154
40155 8:
40156 \end_layout
40157
40158 \begin_layout Standard
40159 \begin_inset listings
40160 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
40161 inline false
40162 status open
40163
40164 \begin_layout Plain Layout
40165
40166 def func(param):
40167 \end_layout
40168
40169 \begin_layout Plain Layout
40170
40171     'Dies ist eine Python-Funktion'
40172 \end_layout
40173
40174 \begin_layout Plain Layout
40175
40176     pass
40177 \end_layout
40178
40179 \begin_layout Plain Layout
40180
40181 def func(param):
40182 \end_layout
40183
40184 \begin_layout Plain Layout
40185
40186 'Sonderzeichen: Tschüß'
40187 \end_layout
40188
40189 \begin_layout Plain Layout
40190
40191 pass
40192 \end_layout
40193
40194 \begin_layout Plain Layout
40195
40196 def func(param):
40197 \end_layout
40198
40199 \begin_layout Plain Layout
40200
40201 'Dies ist eine Python-Funktion'
40202 \end_layout
40203
40204 \begin_layout Plain Layout
40205
40206 pass
40207 \end_layout
40208
40209 \end_inset
40210
40211
40212 \end_layout
40213
40214 \begin_layout Standard
40215 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
40216 \family sans
40217 Tabulatorgröße
40218 \family default
40219  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
40220 \end_layout
40221
40222 \begin_layout Standard
40223 \noindent
40224 \begin_inset Note Greyedout
40225 status open
40226
40227 \begin_layout Plain Layout
40228
40229 \series bold
40230 Bemerkung:
40231 \series default
40232  Wegen eines Fehlers im 
40233 \series bold
40234 listings
40235 \series default
40236 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
40237  verschoben.
40238  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
40239  Listing nummeriert werden.
40240 \end_layout
40241
40242 \end_inset
40243
40244
40245 \end_layout
40246
40247 \begin_layout Standard
40248 \begin_inset VSpace bigskip
40249 \end_inset
40250
40251
40252 \end_layout
40253
40254 \begin_layout Standard
40255 \noindent
40256 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
40257  Das machen Sie mit
40258 \family sans
40259  Einfügen\SpecialChar \menuseparator
40260 Datei\SpecialChar \menuseparator
40261 Unterdokument
40262 \family default
40263  und der 
40264 \family sans
40265 Art
40266 \begin_inset space ~
40267 \end_inset
40268
40269 der
40270 \begin_inset space ~
40271 \end_inset
40272
40273 Einbindung
40274 \family default
40275  
40276 \family sans
40277 Listing
40278 \family default
40279 .
40280 \begin_inset Foot
40281 status collapsed
40282
40283 \begin_layout Plain Layout
40284 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
40285 \begin_inset space ~
40286 \end_inset
40287
40288
40289 \begin_inset CommandInset ref
40290 LatexCommand ref
40291 reference "abs:Unterdokumente"
40292
40293 \end_inset
40294
40295  beschrieben.
40296 \end_layout
40297
40298 \end_inset
40299
40300  Im Dialogfenster
40301 \family sans
40302  Unterdokument
40303 \family default
40304  können Sie die Listing-Parameter unter 
40305 \family sans
40306 Weitere
40307 \begin_inset space ~
40308 \end_inset
40309
40310 Parameter
40311 \family default
40312  eingeben.
40313  Wenn Sie dort ein Fragezeichen 
40314 \begin_inset Quotes gld
40315 \end_inset
40316
40317 ?
40318 \begin_inset Quotes grd
40319 \end_inset
40320
40321  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
40322 det.
40323 \end_layout
40324
40325 \begin_layout Standard
40326 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
40327  Text ins Feld 
40328 \family sans
40329 Marke
40330 \family default
40331 , auf die dann wie üblich verwiesen werden kann.
40332 \end_layout
40333
40334 \begin_layout Standard
40335 Listing
40336 \begin_inset space ~
40337 \end_inset
40338
40339
40340 \begin_inset CommandInset ref
40341 LatexCommand ref
40342 reference "lst:Datei-Listing"
40343
40344 \end_inset
40345
40346  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
40347 \begin_inset space \thinspace{}
40348 \end_inset
40349
40350 -
40351 \begin_inset space \thinspace{}
40352 \end_inset
40353
40354 15 gedruckt werden.
40355 \end_layout
40356
40357 \begin_layout Standard
40358 \begin_inset CommandInset include
40359 LatexCommand lstinputlisting
40360 filename "EmbeddedObjects.lyx"
40361 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
40362
40363 \end_inset
40364
40365
40366 \end_layout
40367
40368 \begin_layout Standard
40369 \begin_inset VSpace bigskip
40370 \end_inset
40371
40372
40373 \end_layout
40374
40375 \begin_layout Standard
40376 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
40377 \end_layout
40378
40379 \begin_layout Enumerate
40380 Öffnen Sie die Listings-Einstellungen und fügen
40381 \begin_inset Newline newline
40382 \end_inset
40383
40384
40385 \family sans
40386 mathescape=true
40387 \family default
40388
40389 \begin_inset Newline newline
40390 \end_inset
40391
40392 in das Feld des Tabs 
40393 \family sans
40394 Erweitert
40395 \family default
40396  ein
40397 \end_layout
40398
40399 \begin_layout Enumerate
40400 Erstellen Sie eine Formel außerhalb des Listings
40401 \end_layout
40402
40403 \begin_layout Enumerate
40404 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
40405 blage (Tastenkürzel 
40406 \family sans
40407 Ctrl+C
40408 \family default
40409 )
40410 \end_layout
40411
40412 \begin_layout Enumerate
40413 Schreiben sie 
40414 \begin_inset Quotes gld
40415 \end_inset
40416
40417
40418 \family sans
40419 $$
40420 \family default
40421
40422 \begin_inset Quotes grd
40423 \end_inset
40424
40425  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
40426 hen (Tastenkürzel 
40427 \family sans
40428 Ctrl+V
40429 \family default
40430 )
40431 \end_layout
40432
40433 \begin_layout Standard
40434 \begin_inset listings
40435 lstparams "language=Python,mathescape=true"
40436 inline false
40437 status open
40438
40439 \begin_layout Plain Layout
40440
40441 \begin_inset Caption Standard
40442
40443 \begin_layout Plain Layout
40444 Programm-Listing mit einer Formel
40445 \end_layout
40446
40447 \end_inset
40448
40449 # Beispiel-Programm-Listing
40450 \end_layout
40451
40452 \begin_layout Plain Layout
40453
40454 def func(param):
40455 \end_layout
40456
40457 \begin_layout Plain Layout
40458
40459     # $
40460 \backslash
40461 prod_{n=1}^{
40462 \backslash
40463 infty}
40464 \backslash
40465 ,
40466 \backslash
40467 frac{1}{x^{2}}$
40468 \end_layout
40469
40470 \begin_layout Plain Layout
40471
40472     pass
40473 \end_layout
40474
40475 \end_inset
40476
40477
40478 \end_layout
40479
40480 \begin_layout Standard
40481 \begin_inset VSpace bigskip
40482 \end_inset
40483
40484
40485 \end_layout
40486
40487 \begin_layout Standard
40488 \noindent
40489 Dokumentweite Listing-Eigenschaften können im Dialog 
40490 \family sans
40491 Dokument\SpecialChar \menuseparator
40492 Einstellungen\SpecialChar \menuseparator
40493 Listing
40494 \family default
40495  festgelegt werden.
40496  Dort bekommt man durch Eingabe eines Fragezeichens 
40497 \begin_inset Quotes gld
40498 \end_inset
40499
40500 ?
40501 \begin_inset Quotes grd
40502 \end_inset
40503
40504  eine Liste aller möglichen Parameter.
40505 \end_layout
40506
40507 \begin_layout Standard
40508 Weitere Informationen über das 
40509 \series bold
40510 listings
40511 \series default
40512 -Paket finden Sie in 
40513 \begin_inset CommandInset citation
40514 LatexCommand cite
40515 key "listings"
40516
40517 \end_inset
40518
40519 .
40520 \end_layout
40521
40522 \begin_layout Chapter
40523 \start_of_appendix
40524 In LyX verfügbare Maßeinheiten
40525 \begin_inset CommandInset label
40526 LatexCommand label
40527 name "kap:In-LyX-verfügbare"
40528
40529 \end_inset
40530
40531
40532 \begin_inset Index idx
40533 status collapsed
40534
40535 \begin_layout Plain Layout
40536 Einheiten
40537 \end_layout
40538
40539 \end_inset
40540
40541
40542 \end_layout
40543
40544 \begin_layout Standard
40545 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
40546  Tabelle
40547 \begin_inset space ~
40548 \end_inset
40549
40550
40551 \begin_inset CommandInset ref
40552 LatexCommand ref
40553 reference "tab:Maßeinheiten"
40554
40555 \end_inset
40556
40557  alle in LyX verfügbaren Maßeinheiten.
40558 \end_layout
40559
40560 \begin_layout Standard
40561 \begin_inset Float table
40562 placement h
40563 wide false
40564 sideways false
40565 status open
40566
40567 \begin_layout Plain Layout
40568 \begin_inset Caption Standard
40569
40570 \begin_layout Plain Layout
40571 \begin_inset CommandInset label
40572 LatexCommand label
40573 name "tab:Maßeinheiten"
40574
40575 \end_inset
40576
40577 Maßeinheiten
40578 \end_layout
40579
40580 \end_inset
40581
40582
40583 \end_layout
40584
40585 \begin_layout Plain Layout
40586 \begin_inset VSpace medskip
40587 \end_inset
40588
40589
40590 \end_layout
40591
40592 \begin_layout Plain Layout
40593 \align center
40594 \begin_inset Tabular
40595 <lyxtabular version="3" rows="20" columns="2">
40596 <features rotate="0" tabularvalignment="middle">
40597 <column alignment="center" valignment="top">
40598 <column alignment="center" valignment="top">
40599 <row>
40600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40601 \begin_inset Text
40602
40603 \begin_layout Plain Layout
40604
40605 \series bold
40606 Maßeinheit
40607 \end_layout
40608
40609 \end_inset
40610 </cell>
40611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40612 \begin_inset Text
40613
40614 \begin_layout Plain Layout
40615
40616 \series bold
40617 Name/Beschreibung
40618 \end_layout
40619
40620 \end_inset
40621 </cell>
40622 </row>
40623 <row>
40624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40625 \begin_inset Text
40626
40627 \begin_layout Plain Layout
40628 mm
40629 \end_layout
40630
40631 \end_inset
40632 </cell>
40633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40634 \begin_inset Text
40635
40636 \begin_layout Plain Layout
40637 Millimeter
40638 \end_layout
40639
40640 \end_inset
40641 </cell>
40642 </row>
40643 <row>
40644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40645 \begin_inset Text
40646
40647 \begin_layout Plain Layout
40648 cm
40649 \end_layout
40650
40651 \end_inset
40652 </cell>
40653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40654 \begin_inset Text
40655
40656 \begin_layout Plain Layout
40657 Zentimeter
40658 \end_layout
40659
40660 \end_inset
40661 </cell>
40662 </row>
40663 <row>
40664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40665 \begin_inset Text
40666
40667 \begin_layout Plain Layout
40668 in
40669 \end_layout
40670
40671 \end_inset
40672 </cell>
40673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40674 \begin_inset Text
40675
40676 \begin_layout Plain Layout
40677 Zoll (1
40678 \begin_inset space \thinspace{}
40679 \end_inset
40680
40681 in = 2.54
40682 \begin_inset space \thinspace{}
40683 \end_inset
40684
40685 cm
40686 \end_layout
40687
40688 \end_inset
40689 </cell>
40690 </row>
40691 <row>
40692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40693 \begin_inset Text
40694
40695 \begin_layout Plain Layout
40696 pt
40697 \end_layout
40698
40699 \end_inset
40700 </cell>
40701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40702 \begin_inset Text
40703
40704 \begin_layout Plain Layout
40705 Punkt (72.27
40706 \begin_inset space \thinspace{}
40707 \end_inset
40708
40709 pt = 1
40710 \begin_inset space \thinspace{}
40711 \end_inset
40712
40713 in)
40714 \end_layout
40715
40716 \end_inset
40717 </cell>
40718 </row>
40719 <row>
40720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 pc
40725 \end_layout
40726
40727 \end_inset
40728 </cell>
40729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40730 \begin_inset Text
40731
40732 \begin_layout Plain Layout
40733 Pica (1
40734 \begin_inset space \thinspace{}
40735 \end_inset
40736
40737 pc = 12
40738 \begin_inset space \thinspace{}
40739 \end_inset
40740
40741 pt)
40742 \end_layout
40743
40744 \end_inset
40745 </cell>
40746 </row>
40747 <row>
40748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40749 \begin_inset Text
40750
40751 \begin_layout Plain Layout
40752 sp
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40758 \begin_inset Text
40759
40760 \begin_layout Plain Layout
40761 skalierter Punkt (65536
40762 \begin_inset space \thinspace{}
40763 \end_inset
40764
40765 sp = 1
40766 \begin_inset space \thinspace{}
40767 \end_inset
40768
40769 pt)
40770 \end_layout
40771
40772 \end_inset
40773 </cell>
40774 </row>
40775 <row>
40776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40777 \begin_inset Text
40778
40779 \begin_layout Plain Layout
40780 bp
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40786 \begin_inset Text
40787
40788 \begin_layout Plain Layout
40789 großer Punkt (72
40790 \begin_inset space \thinspace{}
40791 \end_inset
40792
40793 bp = 1
40794 \begin_inset space \thinspace{}
40795 \end_inset
40796
40797 in)
40798 \end_layout
40799
40800 \end_inset
40801 </cell>
40802 </row>
40803 <row>
40804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40805 \begin_inset Text
40806
40807 \begin_layout Plain Layout
40808 dd
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40814 \begin_inset Text
40815
40816 \begin_layout Plain Layout
40817 Didot (1
40818 \begin_inset space \thinspace{}
40819 \end_inset
40820
40821 dd 
40822 \begin_inset Formula $\approx$
40823 \end_inset
40824
40825  0,376
40826 \begin_inset space \thinspace{}
40827 \end_inset
40828
40829 mm)
40830 \end_layout
40831
40832 \end_inset
40833 </cell>
40834 </row>
40835 <row>
40836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40837 \begin_inset Text
40838
40839 \begin_layout Plain Layout
40840 cc
40841 \end_layout
40842
40843 \end_inset
40844 </cell>
40845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40846 \begin_inset Text
40847
40848 \begin_layout Plain Layout
40849 Cicero (1
40850 \begin_inset space \thinspace{}
40851 \end_inset
40852
40853 cc = 12
40854 \begin_inset space \thinspace{}
40855 \end_inset
40856
40857 dd)
40858 \end_layout
40859
40860 \end_inset
40861 </cell>
40862 </row>
40863 <row>
40864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40865 \begin_inset Text
40866
40867 \begin_layout Plain Layout
40868 Skalierung%
40869 \end_layout
40870
40871 \end_inset
40872 </cell>
40873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40874 \begin_inset Text
40875
40876 \begin_layout Plain Layout
40877 % der originalen Bildbreite
40878 \end_layout
40879
40880 \end_inset
40881 </cell>
40882 </row>
40883 <row>
40884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40885 \begin_inset Text
40886
40887 \begin_layout Plain Layout
40888 Textbreite %
40889 \end_layout
40890
40891 \end_inset
40892 </cell>
40893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40894 \begin_inset Text
40895
40896 \begin_layout Plain Layout
40897 % der Textbreite
40898 \end_layout
40899
40900 \end_inset
40901 </cell>
40902 </row>
40903 <row>
40904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40905 \begin_inset Text
40906
40907 \begin_layout Plain Layout
40908 Spaltenbreite %
40909 \end_layout
40910
40911 \end_inset
40912 </cell>
40913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40914 \begin_inset Text
40915
40916 \begin_layout Plain Layout
40917 % der Spaltenbreite
40918 \end_layout
40919
40920 \end_inset
40921 </cell>
40922 </row>
40923 <row>
40924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40925 \begin_inset Text
40926
40927 \begin_layout Plain Layout
40928 Seitenbreite %
40929 \end_layout
40930
40931 \end_inset
40932 </cell>
40933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40934 \begin_inset Text
40935
40936 \begin_layout Plain Layout
40937 % der Seitenbreite
40938 \end_layout
40939
40940 \end_inset
40941 </cell>
40942 </row>
40943 <row>
40944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40945 \begin_inset Text
40946
40947 \begin_layout Plain Layout
40948 Zeilenbreite %
40949 \end_layout
40950
40951 \end_inset
40952 </cell>
40953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40954 \begin_inset Text
40955
40956 \begin_layout Plain Layout
40957 % der Zeilenbreite
40958 \end_layout
40959
40960 \end_inset
40961 </cell>
40962 </row>
40963 <row>
40964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40965 \begin_inset Text
40966
40967 \begin_layout Plain Layout
40968 Texthöhe %
40969 \end_layout
40970
40971 \end_inset
40972 </cell>
40973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40974 \begin_inset Text
40975
40976 \begin_layout Plain Layout
40977 % der Texthöhe
40978 \end_layout
40979
40980 \end_inset
40981 </cell>
40982 </row>
40983 <row>
40984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40985 \begin_inset Text
40986
40987 \begin_layout Plain Layout
40988 Seitenhöhe %
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 % der Seitenhöhe
40998 \end_layout
40999
41000 \end_inset
41001 </cell>
41002 </row>
41003 <row>
41004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41005 \begin_inset Text
41006
41007 \begin_layout Plain Layout
41008 ex
41009 \end_layout
41010
41011 \end_inset
41012 </cell>
41013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41014 \begin_inset Text
41015
41016 \begin_layout Plain Layout
41017 Die Höhe des Buchstabens 
41018 \emph on
41019 x
41020 \emph default
41021  im aktiven Zeichensatz
41022 \end_layout
41023
41024 \end_inset
41025 </cell>
41026 </row>
41027 <row>
41028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41029 \begin_inset Text
41030
41031 \begin_layout Plain Layout
41032 em
41033 \end_layout
41034
41035 \end_inset
41036 </cell>
41037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41038 \begin_inset Text
41039
41040 \begin_layout Plain Layout
41041 Die Breite des Buchstabens 
41042 \emph on
41043 M
41044 \emph default
41045  im aktiven Zeichensatz
41046 \end_layout
41047
41048 \end_inset
41049 </cell>
41050 </row>
41051 <row>
41052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41053 \begin_inset Text
41054
41055 \begin_layout Plain Layout
41056 mu
41057 \end_layout
41058
41059 \end_inset
41060 </cell>
41061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41062 \begin_inset Text
41063
41064 \begin_layout Plain Layout
41065 mathematische  Maßeinheit
41066 \series bold
41067  
41068 \series default
41069 (1
41070 \begin_inset space \thinspace{}
41071 \end_inset
41072
41073 mu = 1/18
41074 \begin_inset space \thinspace{}
41075 \end_inset
41076
41077 em)
41078 \end_layout
41079
41080 \end_inset
41081 </cell>
41082 </row>
41083 </lyxtabular>
41084
41085 \end_inset
41086
41087
41088 \end_layout
41089
41090 \end_inset
41091
41092
41093 \end_layout
41094
41095 \begin_layout Chapter
41096 Ausgabedatei-Formate mit Grafiken
41097 \begin_inset CommandInset label
41098 LatexCommand label
41099 name "kap:Ausgabedatei-Formate"
41100
41101 \end_inset
41102
41103
41104 \end_layout
41105
41106 \begin_layout Section
41107 DVI
41108 \begin_inset Index idx
41109 status collapsed
41110
41111 \begin_layout Plain Layout
41112 Dateiformat! DVI
41113 \end_layout
41114
41115 \end_inset
41116
41117
41118 \begin_inset Index idx
41119 status collapsed
41120
41121 \begin_layout Plain Layout
41122 DVI
41123 \end_layout
41124
41125 \end_inset
41126
41127
41128 \end_layout
41129
41130 \begin_layout Standard
41131 Dieser Dateityp hat die Erweiterung 
41132 \begin_inset Quotes gld
41133 \end_inset
41134
41135
41136 \family typewriter
41137 .dvi
41138 \family default
41139
41140 \begin_inset Quotes grd
41141 \end_inset
41142
41143  und wird 
41144 \begin_inset Quotes gld
41145 \end_inset
41146
41147 device independent
41148 \begin_inset Quotes grd
41149 \end_inset
41150
41151  genannt, weil er vollkommen portierbar ist.
41152  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
41153  dvi-Betrachter installiert hat.
41154  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
41155 ate wie PostScript benutzt.
41156 \end_layout
41157
41158 \begin_layout Standard
41159 \begin_inset Note Greyedout
41160 status open
41161
41162 \begin_layout Plain Layout
41163
41164 \series bold
41165 Bemerkung:
41166 \series default
41167  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
41168 \end_layout
41169
41170 \end_inset
41171
41172
41173 \end_layout
41174
41175 \begin_layout Standard
41176 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
41177  auf einen anderen Computer kopieren.
41178  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
41179  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
41180  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
41181 \family typewriter
41182  
41183 \family default
41184 blättern.
41185
41186 \family typewriter
41187  
41188 \family default
41189 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
41190  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
41191  
41192 \end_layout
41193
41194 \begin_layout Standard
41195 Sie können Ihr Dokument als DVI über das Menü 
41196 \family sans
41197 Datei\SpecialChar \menuseparator
41198 Exportieren\SpecialChar \menuseparator
41199 DVI
41200 \family default
41201  exportieren.
41202  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
41203 \family sans
41204 Ansicht
41205 \family default
41206  anschauen.
41207 \end_layout
41208
41209 \begin_layout Section
41210 PostScript
41211 \begin_inset CommandInset label
41212 LatexCommand label
41213 name "abs:PostScript"
41214
41215 \end_inset
41216
41217
41218 \begin_inset Index idx
41219 status collapsed
41220
41221 \begin_layout Plain Layout
41222 Dateiformat  ! PostScript
41223 \end_layout
41224
41225 \end_inset
41226
41227
41228 \begin_inset Index idx
41229 status collapsed
41230
41231 \begin_layout Plain Layout
41232 PostScript
41233 \end_layout
41234
41235 \end_inset
41236
41237
41238 \end_layout
41239
41240 \begin_layout Standard
41241 Dieser Dateityp hat die Erweiterung 
41242 \begin_inset Quotes gld
41243 \end_inset
41244
41245
41246 \family typewriter
41247 .ps
41248 \family default
41249
41250 \begin_inset Quotes grd
41251 \end_inset
41252
41253 .
41254  PostScript wurde von der Firma
41255 \family typewriter
41256  Adobe
41257 \family default
41258  als Druckersprache entwickelt.
41259  Die Datei enthält deshalb Druckbefehle.
41260  PostScript kann als 
41261 \begin_inset Quotes gld
41262 \end_inset
41263
41264 Programmiersprache
41265 \begin_inset Quotes grd
41266 \end_inset
41267
41268  angesehen werden.
41269  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
41270 \begin_inset Foot
41271 status collapsed
41272
41273 \begin_layout Plain Layout
41274 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
41275  von
41276 \series bold
41277  PSTricks
41278 \series default
41279  
41280 \begin_inset CommandInset citation
41281 LatexCommand cite
41282 key "pstricks"
41283
41284 \end_inset
41285
41286  oder 
41287 \begin_inset CommandInset citation
41288 LatexCommand cite
41289 key "latex-praxisbuch"
41290
41291 \end_inset
41292
41293  ansehen.
41294 \end_layout
41295
41296 \end_inset
41297
41298 .
41299  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
41300 \end_layout
41301
41302 \begin_layout Standard
41303 PostScript kann nur Bilder im Format EPS
41304 \begin_inset Index idx
41305 status collapsed
41306
41307 \begin_layout Plain Layout
41308 EPS
41309 \end_layout
41310
41311 \end_inset
41312
41313  (Encapsulated PostScript, Datei-Er\SpecialChar \-
41314 wei\SpecialChar \-
41315 ter\SpecialChar \-
41316 ung 
41317 \begin_inset Quotes gld
41318 \end_inset
41319
41320
41321 \family typewriter
41322 .eps
41323 \family default
41324
41325 \begin_inset Quotes grd
41326 \end_inset
41327
41328 ) enthalten.
41329  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
41330  intern nach EPS konvertieren.
41331  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
41332  verlangsamen.
41333  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
41334  konvertieren und direkt als EPS einfügen.
41335 \end_layout
41336
41337 \begin_layout Standard
41338 Sie können Ihr Dokument als PostScript über das Menü 
41339 \family sans
41340 Datei\SpecialChar \menuseparator
41341 Exportieren\SpecialChar \menuseparator
41342 Post\SpecialChar \-
41343 Script
41344 \family default
41345  exportieren.
41346  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
41347 \family sans
41348 Ansicht
41349 \family default
41350  anschauen.
41351 \end_layout
41352
41353 \begin_layout Section
41354 PDF
41355 \begin_inset Index idx
41356 status collapsed
41357
41358 \begin_layout Plain Layout
41359 Dateiformat! PDF
41360 \end_layout
41361
41362 \end_inset
41363
41364
41365 \begin_inset Index idx
41366 status collapsed
41367
41368 \begin_layout Plain Layout
41369 PDF
41370 \end_layout
41371
41372 \end_inset
41373
41374
41375 \end_layout
41376
41377 \begin_layout Standard
41378 Dieser Dateityp hat die Erweiterung 
41379 \begin_inset Quotes gld
41380 \end_inset
41381
41382
41383 \family typewriter
41384 .pdf
41385 \family default
41386
41387 \begin_inset Quotes grd
41388 \end_inset
41389
41390 .
41391  Das
41392 \emph on
41393  
41394 \emph default
41395
41396 \begin_inset Quotes gld
41397 \end_inset
41398
41399 Portable Document Format
41400 \begin_inset Quotes grd
41401 \end_inset
41402
41403  (PDF) wurde auch von der Firma 
41404 \family typewriter
41405 Adobe
41406 \family default
41407  als Derivat von PostScript entwickelt.
41408  Es ist komprimierter und benutzt weniger Befehle als PostScript.
41409  Wie der Begriff 
41410 \begin_inset Quotes gld
41411 \end_inset
41412
41413 portable
41414 \begin_inset Quotes grd
41415 \end_inset
41416
41417  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
41418  werden, und der Ausdruck sieht immer gleich aus.
41419 \end_layout
41420
41421 \begin_layout Standard
41422 PDF kann Bilder im eigenen PDF-Format, im Format 
41423 \begin_inset Quotes gld
41424 \end_inset
41425
41426 Joint Photographic Experts Group
41427 \begin_inset Quotes grd
41428 \end_inset
41429
41430  (JPEG
41431 \begin_inset Index idx
41432 status collapsed
41433
41434 \begin_layout Plain Layout
41435 JPG, JPEG
41436 \end_layout
41437
41438 \end_inset
41439
41440 , Datei-Erweiterung 
41441 \begin_inset Quotes gld
41442 \end_inset
41443
41444
41445 \family typewriter
41446 .jpg
41447 \family default
41448
41449 \begin_inset Quotes grd
41450 \end_inset
41451
41452  oder 
41453 \begin_inset Quotes gld
41454 \end_inset
41455
41456
41457 \family typewriter
41458 .jpeg
41459 \family default
41460
41461 \begin_inset Quotes grd
41462 \end_inset
41463
41464 ) und im Format 
41465 \begin_inset Quotes gld
41466 \end_inset
41467
41468 Portable Network Graphics
41469 \begin_inset Quotes grd
41470 \end_inset
41471
41472  (PNG
41473 \begin_inset Index idx
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477 PNG
41478 \end_layout
41479
41480 \end_inset
41481
41482 , Datei-Erweiterung 
41483 \begin_inset Quotes gld
41484 \end_inset
41485
41486
41487 \family typewriter
41488 .png
41489 \family default
41490
41491 \begin_inset Quotes grd
41492 \end_inset
41493
41494 ) enthalten.
41495  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
41496  Sie konvertieren wird.
41497  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
41498  wird, eines der drei erwähnten Bildformate zu benutzen.
41499 \end_layout
41500
41501 \begin_layout Standard
41502 PDF-Dateien können Sie über 
41503 \family sans
41504 Datei\SpecialChar \menuseparator
41505 Exportieren
41506 \family default
41507  auf drei Arten erzeugen:
41508 \end_layout
41509
41510 \begin_layout Description
41511 PDF
41512 \begin_inset space ~
41513 \end_inset
41514
41515 (ps2pdf) benutzt das Programm
41516 \family typewriter
41517  ps2pdf
41518 \family default
41519 , das eine PDF-Datei aus einer Post\SpecialChar \-
41520 Script®-Version Ihres Dokument erstellt.
41521  Die PostScript-Version wird mit dem Programm 
41522 \family typewriter
41523 dvips
41524 \family default
41525  aus einer DVI-Version erstellt.
41526  Es werden also drei Konvertierungen verwendet.
41527 \end_layout
41528
41529 \begin_layout Description
41530 PDF
41531 \begin_inset space ~
41532 \end_inset
41533
41534 (dvipdfm) benutzt das Programm 
41535 \family typewriter
41536 dvipdfm
41537 \family default
41538 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
41539  PDF konvertiert.
41540 \end_layout
41541
41542 \begin_layout Description
41543 PDF
41544 \begin_inset space ~
41545 \end_inset
41546
41547 (pdflatex) benutzt das Programm
41548 \family typewriter
41549  pdftex
41550 \family default
41551 , das Ihr Dokument direkt nach PDF konvertiert.
41552 \end_layout
41553
41554 \begin_layout Standard
41555
41556 \family sans
41557 PDF
41558 \begin_inset space ~
41559 \end_inset
41560
41561 (pdflatex)
41562 \family default
41563  wird empfohlen, weil
41564 \family typewriter
41565  pdftex
41566 \family default
41567  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
41568  ohne Probleme arbeitet.
41569  Das Programm 
41570 \family typewriter
41571 dvi\SpecialChar \-
41572 pdfm
41573 \family default
41574  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
41575 \end_layout
41576
41577 \begin_layout Standard
41578 Sie können Ihr Dokument als PDF über das Menü 
41579 \family sans
41580 Datei\SpecialChar \menuseparator
41581 Exportieren\SpecialChar \menuseparator
41582 PDF
41583 \family default
41584  exportieren.
41585  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
41586 \family sans
41587 Ansicht
41588 \family default
41589  oder einen Werkzeugleistenknopf anschauen.
41590 \end_layout
41591
41592 \begin_layout Chapter
41593 Liste der dvips-Farbnamen
41594 \begin_inset CommandInset label
41595 LatexCommand label
41596 name "kap:Liste-der-dvips-Farbnamen"
41597
41598 \end_inset
41599
41600
41601 \end_layout
41602
41603 \begin_layout Standard
41604 \begin_inset Tabular
41605 <lyxtabular version="3" rows="17" columns="4">
41606 <features rotate="0" tabularvalignment="middle">
41607 <column alignment="left" valignment="top" width="0pt">
41608 <column alignment="left" valignment="top" width="0pt">
41609 <column alignment="left" valignment="top" width="0pt">
41610 <column alignment="left" valignment="top" width="0pt">
41611 <row>
41612 <cell alignment="left" valignment="top" usebox="none">
41613 \begin_inset Text
41614
41615 \begin_layout Plain Layout
41616 \begin_inset ERT
41617 status collapsed
41618
41619 \begin_layout Plain Layout
41620
41621
41622 \backslash
41623 fcolorbox{black}{
41624 \end_layout
41625
41626 \end_inset
41627
41628 white
41629 \begin_inset ERT
41630 status collapsed
41631
41632 \begin_layout Plain Layout
41633
41634 }{
41635 \end_layout
41636
41637 \end_inset
41638
41639 Farbe
41640 \begin_inset ERT
41641 status collapsed
41642
41643 \begin_layout Plain Layout
41644
41645 }
41646 \end_layout
41647
41648 \end_inset
41649
41650  Farbname
41651 \end_layout
41652
41653 \end_inset
41654 </cell>
41655 <cell alignment="left" valignment="top" usebox="none">
41656 \begin_inset Text
41657
41658 \begin_layout Plain Layout
41659 \begin_inset ERT
41660 status collapsed
41661
41662 \begin_layout Plain Layout
41663
41664
41665 \backslash
41666 fcolorbox{black}{
41667 \end_layout
41668
41669 \end_inset
41670
41671 white
41672 \begin_inset ERT
41673 status collapsed
41674
41675 \begin_layout Plain Layout
41676
41677 }{
41678 \end_layout
41679
41680 \end_inset
41681
41682 Farbe
41683 \begin_inset ERT
41684 status collapsed
41685
41686 \begin_layout Plain Layout
41687
41688 }
41689 \end_layout
41690
41691 \end_inset
41692
41693  Farbname
41694 \end_layout
41695
41696 \end_inset
41697 </cell>
41698 <cell alignment="left" valignment="top" usebox="none">
41699 \begin_inset Text
41700
41701 \begin_layout Plain Layout
41702 \begin_inset ERT
41703 status collapsed
41704
41705 \begin_layout Plain Layout
41706
41707
41708 \backslash
41709 fcolorbox{black}{
41710 \end_layout
41711
41712 \end_inset
41713
41714 white
41715 \begin_inset ERT
41716 status collapsed
41717
41718 \begin_layout Plain Layout
41719
41720 }{
41721 \end_layout
41722
41723 \end_inset
41724
41725 Farbe
41726 \begin_inset ERT
41727 status collapsed
41728
41729 \begin_layout Plain Layout
41730
41731 }
41732 \end_layout
41733
41734 \end_inset
41735
41736  Farbname
41737 \end_layout
41738
41739 \end_inset
41740 </cell>
41741 <cell alignment="left" valignment="top" usebox="none">
41742 \begin_inset Text
41743
41744 \begin_layout Plain Layout
41745 \begin_inset ERT
41746 status collapsed
41747
41748 \begin_layout Plain Layout
41749
41750
41751 \backslash
41752 fcolorbox{black}{
41753 \end_layout
41754
41755 \end_inset
41756
41757 white
41758 \begin_inset ERT
41759 status collapsed
41760
41761 \begin_layout Plain Layout
41762
41763 }{
41764 \end_layout
41765
41766 \end_inset
41767
41768 Farbe
41769 \begin_inset ERT
41770 status collapsed
41771
41772 \begin_layout Plain Layout
41773
41774 }
41775 \end_layout
41776
41777 \end_inset
41778
41779  Farbname
41780 \end_layout
41781
41782 \end_inset
41783 </cell>
41784 </row>
41785 <row>
41786 <cell alignment="center" valignment="top" usebox="none">
41787 \begin_inset Text
41788
41789 \begin_layout Plain Layout
41790 \begin_inset ERT
41791 status collapsed
41792
41793 \begin_layout Plain Layout
41794
41795
41796 \backslash
41797 fcolorbox{black}{
41798 \end_layout
41799
41800 \end_inset
41801
41802 Apricot
41803 \begin_inset ERT
41804 status collapsed
41805
41806 \begin_layout Plain Layout
41807
41808 }{
41809 \end_layout
41810
41811 \end_inset
41812
41813
41814 \begin_inset Phantom Phantom
41815 status open
41816
41817 \begin_layout Plain Layout
41818 W
41819 \end_layout
41820
41821 \end_inset
41822
41823
41824 \begin_inset ERT
41825 status collapsed
41826
41827 \begin_layout Plain Layout
41828
41829 }
41830 \end_layout
41831
41832 \end_inset
41833
41834  Apricot
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 <cell alignment="center" valignment="top" usebox="none">
41840 \begin_inset Text
41841
41842 \begin_layout Plain Layout
41843 \begin_inset ERT
41844 status collapsed
41845
41846 \begin_layout Plain Layout
41847
41848
41849 \backslash
41850 fcolorbox{black}{
41851 \end_layout
41852
41853 \end_inset
41854
41855 Aquamarine
41856 \begin_inset ERT
41857 status collapsed
41858
41859 \begin_layout Plain Layout
41860
41861 }{
41862 \end_layout
41863
41864 \end_inset
41865
41866
41867 \begin_inset Phantom Phantom
41868 status open
41869
41870 \begin_layout Plain Layout
41871 W
41872 \end_layout
41873
41874 \end_inset
41875
41876
41877 \begin_inset ERT
41878 status collapsed
41879
41880 \begin_layout Plain Layout
41881
41882 }
41883 \end_layout
41884
41885 \end_inset
41886
41887  Aquamarine
41888 \end_layout
41889
41890 \end_inset
41891 </cell>
41892 <cell alignment="center" valignment="top" usebox="none">
41893 \begin_inset Text
41894
41895 \begin_layout Plain Layout
41896 \begin_inset ERT
41897 status collapsed
41898
41899 \begin_layout Plain Layout
41900
41901
41902 \backslash
41903 fcolorbox{black}{
41904 \end_layout
41905
41906 \end_inset
41907
41908 Bittersweet
41909 \begin_inset ERT
41910 status collapsed
41911
41912 \begin_layout Plain Layout
41913
41914 }{
41915 \end_layout
41916
41917 \end_inset
41918
41919
41920 \begin_inset Phantom Phantom
41921 status open
41922
41923 \begin_layout Plain Layout
41924 W
41925 \end_layout
41926
41927 \end_inset
41928
41929
41930 \begin_inset ERT
41931 status collapsed
41932
41933 \begin_layout Plain Layout
41934
41935 }
41936 \end_layout
41937
41938 \end_inset
41939
41940  Bittersweet
41941 \end_layout
41942
41943 \end_inset
41944 </cell>
41945 <cell alignment="center" valignment="top" usebox="none">
41946 \begin_inset Text
41947
41948 \begin_layout Plain Layout
41949 \begin_inset ERT
41950 status collapsed
41951
41952 \begin_layout Plain Layout
41953
41954
41955 \backslash
41956 fcolorbox{black}{
41957 \end_layout
41958
41959 \end_inset
41960
41961 BlueGreen
41962 \begin_inset ERT
41963 status collapsed
41964
41965 \begin_layout Plain Layout
41966
41967 }{
41968 \end_layout
41969
41970 \end_inset
41971
41972
41973 \begin_inset Phantom Phantom
41974 status open
41975
41976 \begin_layout Plain Layout
41977 W
41978 \end_layout
41979
41980 \end_inset
41981
41982
41983 \begin_inset ERT
41984 status collapsed
41985
41986 \begin_layout Plain Layout
41987
41988 }
41989 \end_layout
41990
41991 \end_inset
41992
41993  BlueGreen
41994 \end_layout
41995
41996 \end_inset
41997 </cell>
41998 </row>
41999 <row>
42000 <cell alignment="left" valignment="top" usebox="none">
42001 \begin_inset Text
42002
42003 \begin_layout Plain Layout
42004 \begin_inset ERT
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008
42009
42010 \backslash
42011 fcolorbox{black}{
42012 \end_layout
42013
42014 \end_inset
42015
42016 BlueViolet
42017 \begin_inset ERT
42018 status collapsed
42019
42020 \begin_layout Plain Layout
42021
42022 }{
42023 \end_layout
42024
42025 \end_inset
42026
42027
42028 \begin_inset Phantom Phantom
42029 status open
42030
42031 \begin_layout Plain Layout
42032 W
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \begin_inset ERT
42039 status collapsed
42040
42041 \begin_layout Plain Layout
42042
42043 }
42044 \end_layout
42045
42046 \end_inset
42047
42048  BlueViolet
42049 \end_layout
42050
42051 \end_inset
42052 </cell>
42053 <cell alignment="left" valignment="top" usebox="none">
42054 \begin_inset Text
42055
42056 \begin_layout Plain Layout
42057 \begin_inset ERT
42058 status collapsed
42059
42060 \begin_layout Plain Layout
42061
42062
42063 \backslash
42064 fcolorbox{black}{
42065 \end_layout
42066
42067 \end_inset
42068
42069 BrickRed
42070 \begin_inset ERT
42071 status collapsed
42072
42073 \begin_layout Plain Layout
42074
42075 }{
42076 \end_layout
42077
42078 \end_inset
42079
42080
42081 \begin_inset Phantom Phantom
42082 status open
42083
42084 \begin_layout Plain Layout
42085 W
42086 \end_layout
42087
42088 \end_inset
42089
42090
42091 \begin_inset ERT
42092 status collapsed
42093
42094 \begin_layout Plain Layout
42095
42096 }
42097 \end_layout
42098
42099 \end_inset
42100
42101  BrickRed
42102 \end_layout
42103
42104 \end_inset
42105 </cell>
42106 <cell alignment="left" valignment="top" usebox="none">
42107 \begin_inset Text
42108
42109 \begin_layout Plain Layout
42110 \begin_inset ERT
42111 status collapsed
42112
42113 \begin_layout Plain Layout
42114
42115
42116 \backslash
42117 fcolorbox{black}{
42118 \end_layout
42119
42120 \end_inset
42121
42122 Brown
42123 \begin_inset ERT
42124 status collapsed
42125
42126 \begin_layout Plain Layout
42127
42128 }{
42129 \end_layout
42130
42131 \end_inset
42132
42133
42134 \begin_inset Phantom Phantom
42135 status open
42136
42137 \begin_layout Plain Layout
42138 W
42139 \end_layout
42140
42141 \end_inset
42142
42143
42144 \begin_inset ERT
42145 status collapsed
42146
42147 \begin_layout Plain Layout
42148
42149 }
42150 \end_layout
42151
42152 \end_inset
42153
42154  Brown
42155 \end_layout
42156
42157 \end_inset
42158 </cell>
42159 <cell alignment="left" valignment="top" usebox="none">
42160 \begin_inset Text
42161
42162 \begin_layout Plain Layout
42163 \begin_inset ERT
42164 status collapsed
42165
42166 \begin_layout Plain Layout
42167
42168
42169 \backslash
42170 fcolorbox{black}{
42171 \end_layout
42172
42173 \end_inset
42174
42175 BurntOrange
42176 \begin_inset ERT
42177 status collapsed
42178
42179 \begin_layout Plain Layout
42180
42181 }{
42182 \end_layout
42183
42184 \end_inset
42185
42186
42187 \begin_inset Phantom Phantom
42188 status open
42189
42190 \begin_layout Plain Layout
42191 W
42192 \end_layout
42193
42194 \end_inset
42195
42196
42197 \begin_inset ERT
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201
42202 }
42203 \end_layout
42204
42205 \end_inset
42206
42207  BurntOrange
42208 \end_layout
42209
42210 \end_inset
42211 </cell>
42212 </row>
42213 <row>
42214 <cell alignment="left" valignment="top" usebox="none">
42215 \begin_inset Text
42216
42217 \begin_layout Plain Layout
42218 \begin_inset ERT
42219 status collapsed
42220
42221 \begin_layout Plain Layout
42222
42223
42224 \backslash
42225 fcolorbox{black}{
42226 \end_layout
42227
42228 \end_inset
42229
42230 CadetBlue
42231 \begin_inset ERT
42232 status collapsed
42233
42234 \begin_layout Plain Layout
42235
42236 }{
42237 \end_layout
42238
42239 \end_inset
42240
42241
42242 \begin_inset Phantom Phantom
42243 status open
42244
42245 \begin_layout Plain Layout
42246 W
42247 \end_layout
42248
42249 \end_inset
42250
42251
42252 \begin_inset ERT
42253 status collapsed
42254
42255 \begin_layout Plain Layout
42256
42257 }
42258 \end_layout
42259
42260 \end_inset
42261
42262  CadetBlue
42263 \end_layout
42264
42265 \end_inset
42266 </cell>
42267 <cell alignment="left" valignment="top" usebox="none">
42268 \begin_inset Text
42269
42270 \begin_layout Plain Layout
42271 \begin_inset ERT
42272 status collapsed
42273
42274 \begin_layout Plain Layout
42275
42276
42277 \backslash
42278 fcolorbox{black}{
42279 \end_layout
42280
42281 \end_inset
42282
42283 CarnationPink
42284 \begin_inset ERT
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288
42289 }{
42290 \end_layout
42291
42292 \end_inset
42293
42294
42295 \begin_inset Phantom Phantom
42296 status open
42297
42298 \begin_layout Plain Layout
42299 W
42300 \end_layout
42301
42302 \end_inset
42303
42304
42305 \begin_inset ERT
42306 status collapsed
42307
42308 \begin_layout Plain Layout
42309
42310 }
42311 \end_layout
42312
42313 \end_inset
42314
42315  CarnationPink
42316 \end_layout
42317
42318 \end_inset
42319 </cell>
42320 <cell alignment="left" valignment="top" usebox="none">
42321 \begin_inset Text
42322
42323 \begin_layout Plain Layout
42324 \begin_inset ERT
42325 status collapsed
42326
42327 \begin_layout Plain Layout
42328
42329
42330 \backslash
42331 fcolorbox{black}{
42332 \end_layout
42333
42334 \end_inset
42335
42336 Cerulean
42337 \begin_inset ERT
42338 status collapsed
42339
42340 \begin_layout Plain Layout
42341
42342 }{
42343 \end_layout
42344
42345 \end_inset
42346
42347
42348 \begin_inset Phantom Phantom
42349 status open
42350
42351 \begin_layout Plain Layout
42352 W
42353 \end_layout
42354
42355 \end_inset
42356
42357
42358 \begin_inset ERT
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362
42363 }
42364 \end_layout
42365
42366 \end_inset
42367
42368  Cerulean
42369 \end_layout
42370
42371 \end_inset
42372 </cell>
42373 <cell alignment="left" valignment="top" usebox="none">
42374 \begin_inset Text
42375
42376 \begin_layout Plain Layout
42377 \begin_inset ERT
42378 status collapsed
42379
42380 \begin_layout Plain Layout
42381
42382
42383 \backslash
42384 fcolorbox{black}{
42385 \end_layout
42386
42387 \end_inset
42388
42389 CornflowerBlue
42390 \begin_inset ERT
42391 status collapsed
42392
42393 \begin_layout Plain Layout
42394
42395 }{
42396 \end_layout
42397
42398 \end_inset
42399
42400
42401 \begin_inset Phantom Phantom
42402 status open
42403
42404 \begin_layout Plain Layout
42405 W
42406 \end_layout
42407
42408 \end_inset
42409
42410
42411 \begin_inset ERT
42412 status collapsed
42413
42414 \begin_layout Plain Layout
42415
42416 }
42417 \end_layout
42418
42419 \end_inset
42420
42421  CornflowerBlue
42422 \end_layout
42423
42424 \end_inset
42425 </cell>
42426 </row>
42427 <row>
42428 <cell alignment="left" valignment="top" usebox="none">
42429 \begin_inset Text
42430
42431 \begin_layout Plain Layout
42432 \begin_inset ERT
42433 status collapsed
42434
42435 \begin_layout Plain Layout
42436
42437
42438 \backslash
42439 fcolorbox{black}{
42440 \end_layout
42441
42442 \end_inset
42443
42444 Dandelion
42445 \begin_inset ERT
42446 status collapsed
42447
42448 \begin_layout Plain Layout
42449
42450 }{
42451 \end_layout
42452
42453 \end_inset
42454
42455
42456 \begin_inset Phantom Phantom
42457 status open
42458
42459 \begin_layout Plain Layout
42460 W
42461 \end_layout
42462
42463 \end_inset
42464
42465
42466 \begin_inset ERT
42467 status collapsed
42468
42469 \begin_layout Plain Layout
42470
42471 }
42472 \end_layout
42473
42474 \end_inset
42475
42476  Dandelion
42477 \end_layout
42478
42479 \end_inset
42480 </cell>
42481 <cell alignment="left" valignment="top" usebox="none">
42482 \begin_inset Text
42483
42484 \begin_layout Plain Layout
42485 \begin_inset ERT
42486 status collapsed
42487
42488 \begin_layout Plain Layout
42489
42490
42491 \backslash
42492 fcolorbox{black}{
42493 \end_layout
42494
42495 \end_inset
42496
42497 DarkOrchid
42498 \begin_inset ERT
42499 status collapsed
42500
42501 \begin_layout Plain Layout
42502
42503 }{
42504 \end_layout
42505
42506 \end_inset
42507
42508
42509 \begin_inset Phantom Phantom
42510 status open
42511
42512 \begin_layout Plain Layout
42513 W
42514 \end_layout
42515
42516 \end_inset
42517
42518
42519 \begin_inset ERT
42520 status collapsed
42521
42522 \begin_layout Plain Layout
42523
42524 }
42525 \end_layout
42526
42527 \end_inset
42528
42529  DarkOrchid
42530 \end_layout
42531
42532 \end_inset
42533 </cell>
42534 <cell alignment="left" valignment="top" usebox="none">
42535 \begin_inset Text
42536
42537 \begin_layout Plain Layout
42538 \begin_inset ERT
42539 status collapsed
42540
42541 \begin_layout Plain Layout
42542
42543
42544 \backslash
42545 fcolorbox{black}{
42546 \end_layout
42547
42548 \end_inset
42549
42550 Emerald
42551 \begin_inset ERT
42552 status collapsed
42553
42554 \begin_layout Plain Layout
42555
42556 }{
42557 \end_layout
42558
42559 \end_inset
42560
42561
42562 \begin_inset Phantom Phantom
42563 status open
42564
42565 \begin_layout Plain Layout
42566 W
42567 \end_layout
42568
42569 \end_inset
42570
42571
42572 \begin_inset ERT
42573 status collapsed
42574
42575 \begin_layout Plain Layout
42576
42577 }
42578 \end_layout
42579
42580 \end_inset
42581
42582  Emerald
42583 \end_layout
42584
42585 \end_inset
42586 </cell>
42587 <cell alignment="left" valignment="top" usebox="none">
42588 \begin_inset Text
42589
42590 \begin_layout Plain Layout
42591 \begin_inset ERT
42592 status collapsed
42593
42594 \begin_layout Plain Layout
42595
42596
42597 \backslash
42598 fcolorbox{black}{
42599 \end_layout
42600
42601 \end_inset
42602
42603 ForestGreen
42604 \begin_inset ERT
42605 status collapsed
42606
42607 \begin_layout Plain Layout
42608
42609 }{
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset Phantom Phantom
42616 status open
42617
42618 \begin_layout Plain Layout
42619 W
42620 \end_layout
42621
42622 \end_inset
42623
42624
42625 \begin_inset ERT
42626 status collapsed
42627
42628 \begin_layout Plain Layout
42629
42630 }
42631 \end_layout
42632
42633 \end_inset
42634
42635  ForestGreen
42636 \end_layout
42637
42638 \end_inset
42639 </cell>
42640 </row>
42641 <row>
42642 <cell alignment="left" valignment="top" usebox="none">
42643 \begin_inset Text
42644
42645 \begin_layout Plain Layout
42646 \begin_inset ERT
42647 status collapsed
42648
42649 \begin_layout Plain Layout
42650
42651
42652 \backslash
42653 fcolorbox{black}{
42654 \end_layout
42655
42656 \end_inset
42657
42658 Fuchsia
42659 \begin_inset ERT
42660 status collapsed
42661
42662 \begin_layout Plain Layout
42663
42664 }{
42665 \end_layout
42666
42667 \end_inset
42668
42669
42670 \begin_inset Phantom Phantom
42671 status open
42672
42673 \begin_layout Plain Layout
42674 W
42675 \end_layout
42676
42677 \end_inset
42678
42679
42680 \begin_inset ERT
42681 status collapsed
42682
42683 \begin_layout Plain Layout
42684
42685 }
42686 \end_layout
42687
42688 \end_inset
42689
42690  Fuchsia
42691 \end_layout
42692
42693 \end_inset
42694 </cell>
42695 <cell alignment="left" valignment="top" usebox="none">
42696 \begin_inset Text
42697
42698 \begin_layout Plain Layout
42699 \begin_inset ERT
42700 status collapsed
42701
42702 \begin_layout Plain Layout
42703
42704
42705 \backslash
42706 fcolorbox{black}{
42707 \end_layout
42708
42709 \end_inset
42710
42711 Goldenrod
42712 \begin_inset ERT
42713 status collapsed
42714
42715 \begin_layout Plain Layout
42716
42717 }{
42718 \end_layout
42719
42720 \end_inset
42721
42722
42723 \begin_inset Phantom Phantom
42724 status open
42725
42726 \begin_layout Plain Layout
42727 W
42728 \end_layout
42729
42730 \end_inset
42731
42732
42733 \begin_inset ERT
42734 status collapsed
42735
42736 \begin_layout Plain Layout
42737
42738 }
42739 \end_layout
42740
42741 \end_inset
42742
42743  Goldenrod
42744 \end_layout
42745
42746 \end_inset
42747 </cell>
42748 <cell alignment="left" valignment="top" usebox="none">
42749 \begin_inset Text
42750
42751 \begin_layout Plain Layout
42752 \begin_inset ERT
42753 status collapsed
42754
42755 \begin_layout Plain Layout
42756
42757
42758 \backslash
42759 fcolorbox{black}{
42760 \end_layout
42761
42762 \end_inset
42763
42764 Gray
42765 \begin_inset ERT
42766 status collapsed
42767
42768 \begin_layout Plain Layout
42769
42770 }{
42771 \end_layout
42772
42773 \end_inset
42774
42775
42776 \begin_inset Phantom Phantom
42777 status open
42778
42779 \begin_layout Plain Layout
42780 W
42781 \end_layout
42782
42783 \end_inset
42784
42785
42786 \begin_inset ERT
42787 status collapsed
42788
42789 \begin_layout Plain Layout
42790
42791 }
42792 \end_layout
42793
42794 \end_inset
42795
42796  Gray
42797 \end_layout
42798
42799 \end_inset
42800 </cell>
42801 <cell alignment="left" valignment="top" usebox="none">
42802 \begin_inset Text
42803
42804 \begin_layout Plain Layout
42805 \begin_inset ERT
42806 status collapsed
42807
42808 \begin_layout Plain Layout
42809
42810
42811 \backslash
42812 fcolorbox{black}{
42813 \end_layout
42814
42815 \end_inset
42816
42817 GreenYellow
42818 \begin_inset ERT
42819 status collapsed
42820
42821 \begin_layout Plain Layout
42822
42823 }{
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset Phantom Phantom
42830 status open
42831
42832 \begin_layout Plain Layout
42833 W
42834 \end_layout
42835
42836 \end_inset
42837
42838
42839 \begin_inset ERT
42840 status collapsed
42841
42842 \begin_layout Plain Layout
42843
42844 }
42845 \end_layout
42846
42847 \end_inset
42848
42849  GreenYellow
42850 \end_layout
42851
42852 \end_inset
42853 </cell>
42854 </row>
42855 <row>
42856 <cell alignment="center" valignment="top" usebox="none">
42857 \begin_inset Text
42858
42859 \begin_layout Plain Layout
42860 \begin_inset ERT
42861 status collapsed
42862
42863 \begin_layout Plain Layout
42864
42865
42866 \backslash
42867 fcolorbox{black}{
42868 \end_layout
42869
42870 \end_inset
42871
42872 JungleGreen
42873 \begin_inset ERT
42874 status collapsed
42875
42876 \begin_layout Plain Layout
42877
42878 }{
42879 \end_layout
42880
42881 \end_inset
42882
42883
42884 \begin_inset Phantom Phantom
42885 status open
42886
42887 \begin_layout Plain Layout
42888 W
42889 \end_layout
42890
42891 \end_inset
42892
42893
42894 \begin_inset ERT
42895 status collapsed
42896
42897 \begin_layout Plain Layout
42898
42899 }
42900 \end_layout
42901
42902 \end_inset
42903
42904  JungleGreen
42905 \end_layout
42906
42907 \end_inset
42908 </cell>
42909 <cell alignment="center" valignment="top" usebox="none">
42910 \begin_inset Text
42911
42912 \begin_layout Plain Layout
42913 \begin_inset ERT
42914 status collapsed
42915
42916 \begin_layout Plain Layout
42917
42918
42919 \backslash
42920 fcolorbox{black}{
42921 \end_layout
42922
42923 \end_inset
42924
42925 Lavender
42926 \begin_inset ERT
42927 status collapsed
42928
42929 \begin_layout Plain Layout
42930
42931 }{
42932 \end_layout
42933
42934 \end_inset
42935
42936
42937 \begin_inset Phantom Phantom
42938 status open
42939
42940 \begin_layout Plain Layout
42941 W
42942 \end_layout
42943
42944 \end_inset
42945
42946
42947 \begin_inset ERT
42948 status collapsed
42949
42950 \begin_layout Plain Layout
42951
42952 }
42953 \end_layout
42954
42955 \end_inset
42956
42957  Lavender
42958 \end_layout
42959
42960 \end_inset
42961 </cell>
42962 <cell alignment="center" valignment="top" usebox="none">
42963 \begin_inset Text
42964
42965 \begin_layout Plain Layout
42966 \begin_inset ERT
42967 status collapsed
42968
42969 \begin_layout Plain Layout
42970
42971
42972 \backslash
42973 fcolorbox{black}{
42974 \end_layout
42975
42976 \end_inset
42977
42978 LimeGreen
42979 \begin_inset ERT
42980 status collapsed
42981
42982 \begin_layout Plain Layout
42983
42984 }{
42985 \end_layout
42986
42987 \end_inset
42988
42989
42990 \begin_inset Phantom Phantom
42991 status open
42992
42993 \begin_layout Plain Layout
42994 W
42995 \end_layout
42996
42997 \end_inset
42998
42999
43000 \begin_inset ERT
43001 status collapsed
43002
43003 \begin_layout Plain Layout
43004
43005 }
43006 \end_layout
43007
43008 \end_inset
43009
43010  LimeGreen
43011 \end_layout
43012
43013 \end_inset
43014 </cell>
43015 <cell alignment="center" valignment="top" usebox="none">
43016 \begin_inset Text
43017
43018 \begin_layout Plain Layout
43019 \begin_inset ERT
43020 status collapsed
43021
43022 \begin_layout Plain Layout
43023
43024
43025 \backslash
43026 fcolorbox{black}{
43027 \end_layout
43028
43029 \end_inset
43030
43031 Mahogany
43032 \begin_inset ERT
43033 status collapsed
43034
43035 \begin_layout Plain Layout
43036
43037 }{
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset Phantom Phantom
43044 status open
43045
43046 \begin_layout Plain Layout
43047 W
43048 \end_layout
43049
43050 \end_inset
43051
43052
43053 \begin_inset ERT
43054 status collapsed
43055
43056 \begin_layout Plain Layout
43057
43058 }
43059 \end_layout
43060
43061 \end_inset
43062
43063  Mahogany
43064 \end_layout
43065
43066 \end_inset
43067 </cell>
43068 </row>
43069 <row>
43070 <cell alignment="left" valignment="top" usebox="none">
43071 \begin_inset Text
43072
43073 \begin_layout Plain Layout
43074 \begin_inset ERT
43075 status collapsed
43076
43077 \begin_layout Plain Layout
43078
43079
43080 \backslash
43081 fcolorbox{black}{
43082 \end_layout
43083
43084 \end_inset
43085
43086 Mahogany
43087 \begin_inset ERT
43088 status collapsed
43089
43090 \begin_layout Plain Layout
43091
43092 }{
43093 \end_layout
43094
43095 \end_inset
43096
43097
43098 \begin_inset Phantom Phantom
43099 status open
43100
43101 \begin_layout Plain Layout
43102 W
43103 \end_layout
43104
43105 \end_inset
43106
43107
43108 \begin_inset ERT
43109 status collapsed
43110
43111 \begin_layout Plain Layout
43112
43113 }
43114 \end_layout
43115
43116 \end_inset
43117
43118  Mahogany
43119 \end_layout
43120
43121 \end_inset
43122 </cell>
43123 <cell alignment="left" valignment="top" usebox="none">
43124 \begin_inset Text
43125
43126 \begin_layout Plain Layout
43127 \begin_inset ERT
43128 status collapsed
43129
43130 \begin_layout Plain Layout
43131
43132
43133 \backslash
43134 fcolorbox{black}{
43135 \end_layout
43136
43137 \end_inset
43138
43139 Maroon
43140 \begin_inset ERT
43141 status collapsed
43142
43143 \begin_layout Plain Layout
43144
43145 }{
43146 \end_layout
43147
43148 \end_inset
43149
43150
43151 \begin_inset Phantom Phantom
43152 status open
43153
43154 \begin_layout Plain Layout
43155 W
43156 \end_layout
43157
43158 \end_inset
43159
43160
43161 \begin_inset ERT
43162 status collapsed
43163
43164 \begin_layout Plain Layout
43165
43166 }
43167 \end_layout
43168
43169 \end_inset
43170
43171  Maroon
43172 \end_layout
43173
43174 \end_inset
43175 </cell>
43176 <cell alignment="left" valignment="top" usebox="none">
43177 \begin_inset Text
43178
43179 \begin_layout Plain Layout
43180 \begin_inset ERT
43181 status collapsed
43182
43183 \begin_layout Plain Layout
43184
43185
43186 \backslash
43187 fcolorbox{black}{
43188 \end_layout
43189
43190 \end_inset
43191
43192 Melon
43193 \begin_inset ERT
43194 status collapsed
43195
43196 \begin_layout Plain Layout
43197
43198 }{
43199 \end_layout
43200
43201 \end_inset
43202
43203
43204 \begin_inset Phantom Phantom
43205 status open
43206
43207 \begin_layout Plain Layout
43208 W
43209 \end_layout
43210
43211 \end_inset
43212
43213
43214 \begin_inset ERT
43215 status collapsed
43216
43217 \begin_layout Plain Layout
43218
43219 }
43220 \end_layout
43221
43222 \end_inset
43223
43224  Melon
43225 \end_layout
43226
43227 \end_inset
43228 </cell>
43229 <cell alignment="left" valignment="top" usebox="none">
43230 \begin_inset Text
43231
43232 \begin_layout Plain Layout
43233 \begin_inset ERT
43234 status collapsed
43235
43236 \begin_layout Plain Layout
43237
43238
43239 \backslash
43240 fcolorbox{black}{
43241 \end_layout
43242
43243 \end_inset
43244
43245 MidnightBlue
43246 \begin_inset ERT
43247 status collapsed
43248
43249 \begin_layout Plain Layout
43250
43251 }{
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset Phantom Phantom
43258 status open
43259
43260 \begin_layout Plain Layout
43261 W
43262 \end_layout
43263
43264 \end_inset
43265
43266
43267 \begin_inset ERT
43268 status collapsed
43269
43270 \begin_layout Plain Layout
43271
43272 }
43273 \end_layout
43274
43275 \end_inset
43276
43277  MidnightBlue
43278 \end_layout
43279
43280 \end_inset
43281 </cell>
43282 </row>
43283 <row>
43284 <cell alignment="left" valignment="top" usebox="none">
43285 \begin_inset Text
43286
43287 \begin_layout Plain Layout
43288 \begin_inset ERT
43289 status collapsed
43290
43291 \begin_layout Plain Layout
43292
43293
43294 \backslash
43295 fcolorbox{black}{
43296 \end_layout
43297
43298 \end_inset
43299
43300 Mulberry
43301 \begin_inset ERT
43302 status collapsed
43303
43304 \begin_layout Plain Layout
43305
43306 }{
43307 \end_layout
43308
43309 \end_inset
43310
43311
43312 \begin_inset Phantom Phantom
43313 status open
43314
43315 \begin_layout Plain Layout
43316 W
43317 \end_layout
43318
43319 \end_inset
43320
43321
43322 \begin_inset ERT
43323 status collapsed
43324
43325 \begin_layout Plain Layout
43326
43327 }
43328 \end_layout
43329
43330 \end_inset
43331
43332  Mulberry
43333 \end_layout
43334
43335 \end_inset
43336 </cell>
43337 <cell alignment="left" valignment="top" usebox="none">
43338 \begin_inset Text
43339
43340 \begin_layout Plain Layout
43341 \begin_inset ERT
43342 status collapsed
43343
43344 \begin_layout Plain Layout
43345
43346
43347 \backslash
43348 fcolorbox{black}{
43349 \end_layout
43350
43351 \end_inset
43352
43353 NavyBlue
43354 \begin_inset ERT
43355 status collapsed
43356
43357 \begin_layout Plain Layout
43358
43359 }{
43360 \end_layout
43361
43362 \end_inset
43363
43364
43365 \begin_inset Phantom Phantom
43366 status open
43367
43368 \begin_layout Plain Layout
43369 W
43370 \end_layout
43371
43372 \end_inset
43373
43374
43375 \begin_inset ERT
43376 status collapsed
43377
43378 \begin_layout Plain Layout
43379
43380 }
43381 \end_layout
43382
43383 \end_inset
43384
43385  NavyBlue
43386 \end_layout
43387
43388 \end_inset
43389 </cell>
43390 <cell alignment="left" valignment="top" usebox="none">
43391 \begin_inset Text
43392
43393 \begin_layout Plain Layout
43394 \begin_inset ERT
43395 status collapsed
43396
43397 \begin_layout Plain Layout
43398
43399
43400 \backslash
43401 fcolorbox{black}{
43402 \end_layout
43403
43404 \end_inset
43405
43406 OliveGreen
43407 \begin_inset ERT
43408 status collapsed
43409
43410 \begin_layout Plain Layout
43411
43412 }{
43413 \end_layout
43414
43415 \end_inset
43416
43417
43418 \begin_inset Phantom Phantom
43419 status open
43420
43421 \begin_layout Plain Layout
43422 W
43423 \end_layout
43424
43425 \end_inset
43426
43427
43428 \begin_inset ERT
43429 status collapsed
43430
43431 \begin_layout Plain Layout
43432
43433 }
43434 \end_layout
43435
43436 \end_inset
43437
43438  OliveGreen
43439 \end_layout
43440
43441 \end_inset
43442 </cell>
43443 <cell alignment="left" valignment="top" usebox="none">
43444 \begin_inset Text
43445
43446 \begin_layout Plain Layout
43447 \begin_inset ERT
43448 status collapsed
43449
43450 \begin_layout Plain Layout
43451
43452
43453 \backslash
43454 fcolorbox{black}{
43455 \end_layout
43456
43457 \end_inset
43458
43459 Orange
43460 \begin_inset ERT
43461 status collapsed
43462
43463 \begin_layout Plain Layout
43464
43465 }{
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset Phantom Phantom
43472 status open
43473
43474 \begin_layout Plain Layout
43475 W
43476 \end_layout
43477
43478 \end_inset
43479
43480
43481 \begin_inset ERT
43482 status collapsed
43483
43484 \begin_layout Plain Layout
43485
43486 }
43487 \end_layout
43488
43489 \end_inset
43490
43491  Orange
43492 \end_layout
43493
43494 \end_inset
43495 </cell>
43496 </row>
43497 <row>
43498 <cell alignment="left" valignment="top" usebox="none">
43499 \begin_inset Text
43500
43501 \begin_layout Plain Layout
43502 \begin_inset ERT
43503 status collapsed
43504
43505 \begin_layout Plain Layout
43506
43507
43508 \backslash
43509 fcolorbox{black}{
43510 \end_layout
43511
43512 \end_inset
43513
43514 OrangeRed
43515 \begin_inset ERT
43516 status collapsed
43517
43518 \begin_layout Plain Layout
43519
43520 }{
43521 \end_layout
43522
43523 \end_inset
43524
43525
43526 \begin_inset Phantom Phantom
43527 status open
43528
43529 \begin_layout Plain Layout
43530 W
43531 \end_layout
43532
43533 \end_inset
43534
43535
43536 \begin_inset ERT
43537 status collapsed
43538
43539 \begin_layout Plain Layout
43540
43541 }
43542 \end_layout
43543
43544 \end_inset
43545
43546  OrangeRed
43547 \end_layout
43548
43549 \end_inset
43550 </cell>
43551 <cell alignment="left" valignment="top" usebox="none">
43552 \begin_inset Text
43553
43554 \begin_layout Plain Layout
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560
43561 \backslash
43562 fcolorbox{black}{
43563 \end_layout
43564
43565 \end_inset
43566
43567 Orchid
43568 \begin_inset ERT
43569 status collapsed
43570
43571 \begin_layout Plain Layout
43572
43573 }{
43574 \end_layout
43575
43576 \end_inset
43577
43578
43579 \begin_inset Phantom Phantom
43580 status open
43581
43582 \begin_layout Plain Layout
43583 W
43584 \end_layout
43585
43586 \end_inset
43587
43588
43589 \begin_inset ERT
43590 status collapsed
43591
43592 \begin_layout Plain Layout
43593
43594 }
43595 \end_layout
43596
43597 \end_inset
43598
43599  Orchid
43600 \end_layout
43601
43602 \end_inset
43603 </cell>
43604 <cell alignment="left" valignment="top" usebox="none">
43605 \begin_inset Text
43606
43607 \begin_layout Plain Layout
43608 \begin_inset ERT
43609 status collapsed
43610
43611 \begin_layout Plain Layout
43612
43613
43614 \backslash
43615 fcolorbox{black}{
43616 \end_layout
43617
43618 \end_inset
43619
43620 Peach
43621 \begin_inset ERT
43622 status collapsed
43623
43624 \begin_layout Plain Layout
43625
43626 }{
43627 \end_layout
43628
43629 \end_inset
43630
43631
43632 \begin_inset Phantom Phantom
43633 status open
43634
43635 \begin_layout Plain Layout
43636 W
43637 \end_layout
43638
43639 \end_inset
43640
43641
43642 \begin_inset ERT
43643 status collapsed
43644
43645 \begin_layout Plain Layout
43646
43647 }
43648 \end_layout
43649
43650 \end_inset
43651
43652  Peach
43653 \end_layout
43654
43655 \end_inset
43656 </cell>
43657 <cell alignment="left" valignment="top" usebox="none">
43658 \begin_inset Text
43659
43660 \begin_layout Plain Layout
43661 \begin_inset ERT
43662 status collapsed
43663
43664 \begin_layout Plain Layout
43665
43666
43667 \backslash
43668 fcolorbox{black}{
43669 \end_layout
43670
43671 \end_inset
43672
43673 Periwinkle
43674 \begin_inset ERT
43675 status collapsed
43676
43677 \begin_layout Plain Layout
43678
43679 }{
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset Phantom Phantom
43686 status open
43687
43688 \begin_layout Plain Layout
43689 W
43690 \end_layout
43691
43692 \end_inset
43693
43694
43695 \begin_inset ERT
43696 status collapsed
43697
43698 \begin_layout Plain Layout
43699
43700 }
43701 \end_layout
43702
43703 \end_inset
43704
43705  Periwinkle
43706 \end_layout
43707
43708 \end_inset
43709 </cell>
43710 </row>
43711 <row>
43712 <cell alignment="left" valignment="top" usebox="none">
43713 \begin_inset Text
43714
43715 \begin_layout Plain Layout
43716 \begin_inset ERT
43717 status collapsed
43718
43719 \begin_layout Plain Layout
43720
43721
43722 \backslash
43723 fcolorbox{black}{
43724 \end_layout
43725
43726 \end_inset
43727
43728 PineGreen
43729 \begin_inset ERT
43730 status collapsed
43731
43732 \begin_layout Plain Layout
43733
43734 }{
43735 \end_layout
43736
43737 \end_inset
43738
43739
43740 \begin_inset Phantom Phantom
43741 status open
43742
43743 \begin_layout Plain Layout
43744 W
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \begin_inset ERT
43751 status collapsed
43752
43753 \begin_layout Plain Layout
43754
43755 }
43756 \end_layout
43757
43758 \end_inset
43759
43760  PineGreen
43761 \end_layout
43762
43763 \end_inset
43764 </cell>
43765 <cell alignment="left" valignment="top" usebox="none">
43766 \begin_inset Text
43767
43768 \begin_layout Plain Layout
43769 \begin_inset ERT
43770 status collapsed
43771
43772 \begin_layout Plain Layout
43773
43774
43775 \backslash
43776 fcolorbox{black}{
43777 \end_layout
43778
43779 \end_inset
43780
43781 Plum
43782 \begin_inset ERT
43783 status collapsed
43784
43785 \begin_layout Plain Layout
43786
43787 }{
43788 \end_layout
43789
43790 \end_inset
43791
43792
43793 \begin_inset Phantom Phantom
43794 status open
43795
43796 \begin_layout Plain Layout
43797 W
43798 \end_layout
43799
43800 \end_inset
43801
43802
43803 \begin_inset ERT
43804 status collapsed
43805
43806 \begin_layout Plain Layout
43807
43808 }
43809 \end_layout
43810
43811 \end_inset
43812
43813  Plum
43814 \end_layout
43815
43816 \end_inset
43817 </cell>
43818 <cell alignment="left" valignment="top" usebox="none">
43819 \begin_inset Text
43820
43821 \begin_layout Plain Layout
43822 \begin_inset ERT
43823 status collapsed
43824
43825 \begin_layout Plain Layout
43826
43827
43828 \backslash
43829 fcolorbox{black}{
43830 \end_layout
43831
43832 \end_inset
43833
43834 ProcessBlue
43835 \begin_inset ERT
43836 status collapsed
43837
43838 \begin_layout Plain Layout
43839
43840 }{
43841 \end_layout
43842
43843 \end_inset
43844
43845
43846 \begin_inset Phantom Phantom
43847 status open
43848
43849 \begin_layout Plain Layout
43850 W
43851 \end_layout
43852
43853 \end_inset
43854
43855
43856 \begin_inset ERT
43857 status collapsed
43858
43859 \begin_layout Plain Layout
43860
43861 }
43862 \end_layout
43863
43864 \end_inset
43865
43866  ProcessBlue
43867 \end_layout
43868
43869 \end_inset
43870 </cell>
43871 <cell alignment="left" valignment="top" usebox="none">
43872 \begin_inset Text
43873
43874 \begin_layout Plain Layout
43875 \begin_inset ERT
43876 status collapsed
43877
43878 \begin_layout Plain Layout
43879
43880
43881 \backslash
43882 fcolorbox{black}{
43883 \end_layout
43884
43885 \end_inset
43886
43887 Purple
43888 \begin_inset ERT
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892
43893 }{
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset Phantom Phantom
43900 status open
43901
43902 \begin_layout Plain Layout
43903 W
43904 \end_layout
43905
43906 \end_inset
43907
43908
43909 \begin_inset ERT
43910 status collapsed
43911
43912 \begin_layout Plain Layout
43913
43914 }
43915 \end_layout
43916
43917 \end_inset
43918
43919  Purple
43920 \end_layout
43921
43922 \end_inset
43923 </cell>
43924 </row>
43925 <row>
43926 <cell alignment="left" valignment="top" usebox="none">
43927 \begin_inset Text
43928
43929 \begin_layout Plain Layout
43930 \begin_inset ERT
43931 status collapsed
43932
43933 \begin_layout Plain Layout
43934
43935
43936 \backslash
43937 fcolorbox{black}{
43938 \end_layout
43939
43940 \end_inset
43941
43942 RawSienna
43943 \begin_inset ERT
43944 status collapsed
43945
43946 \begin_layout Plain Layout
43947
43948 }{
43949 \end_layout
43950
43951 \end_inset
43952
43953
43954 \begin_inset Phantom Phantom
43955 status open
43956
43957 \begin_layout Plain Layout
43958 W
43959 \end_layout
43960
43961 \end_inset
43962
43963
43964 \begin_inset ERT
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969 }
43970 \end_layout
43971
43972 \end_inset
43973
43974  RawSienna
43975 \end_layout
43976
43977 \end_inset
43978 </cell>
43979 <cell alignment="left" valignment="top" usebox="none">
43980 \begin_inset Text
43981
43982 \begin_layout Plain Layout
43983 \begin_inset ERT
43984 status collapsed
43985
43986 \begin_layout Plain Layout
43987
43988
43989 \backslash
43990 fcolorbox{black}{
43991 \end_layout
43992
43993 \end_inset
43994
43995 RedOrange
43996 \begin_inset ERT
43997 status collapsed
43998
43999 \begin_layout Plain Layout
44000
44001 }{
44002 \end_layout
44003
44004 \end_inset
44005
44006
44007 \begin_inset Phantom Phantom
44008 status open
44009
44010 \begin_layout Plain Layout
44011 W
44012 \end_layout
44013
44014 \end_inset
44015
44016
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022 }
44023 \end_layout
44024
44025 \end_inset
44026
44027  RedOrange
44028 \end_layout
44029
44030 \end_inset
44031 </cell>
44032 <cell alignment="left" valignment="top" usebox="none">
44033 \begin_inset Text
44034
44035 \begin_layout Plain Layout
44036 \begin_inset ERT
44037 status collapsed
44038
44039 \begin_layout Plain Layout
44040
44041
44042 \backslash
44043 fcolorbox{black}{
44044 \end_layout
44045
44046 \end_inset
44047
44048 RedViolet
44049 \begin_inset ERT
44050 status collapsed
44051
44052 \begin_layout Plain Layout
44053
44054 }{
44055 \end_layout
44056
44057 \end_inset
44058
44059
44060 \begin_inset Phantom Phantom
44061 status open
44062
44063 \begin_layout Plain Layout
44064 W
44065 \end_layout
44066
44067 \end_inset
44068
44069
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }
44076 \end_layout
44077
44078 \end_inset
44079
44080  RedViolet
44081 \end_layout
44082
44083 \end_inset
44084 </cell>
44085 <cell alignment="left" valignment="top" usebox="none">
44086 \begin_inset Text
44087
44088 \begin_layout Plain Layout
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094
44095 \backslash
44096 fcolorbox{black}{
44097 \end_layout
44098
44099 \end_inset
44100
44101 Rhodamine
44102 \begin_inset ERT
44103 status collapsed
44104
44105 \begin_layout Plain Layout
44106
44107 }{
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset Phantom Phantom
44114 status open
44115
44116 \begin_layout Plain Layout
44117 W
44118 \end_layout
44119
44120 \end_inset
44121
44122
44123 \begin_inset ERT
44124 status collapsed
44125
44126 \begin_layout Plain Layout
44127
44128 }
44129 \end_layout
44130
44131 \end_inset
44132
44133  Rhodamine
44134 \end_layout
44135
44136 \end_inset
44137 </cell>
44138 </row>
44139 <row>
44140 <cell alignment="left" valignment="top" usebox="none">
44141 \begin_inset Text
44142
44143 \begin_layout Plain Layout
44144 \begin_inset ERT
44145 status collapsed
44146
44147 \begin_layout Plain Layout
44148
44149
44150 \backslash
44151 fcolorbox{black}{
44152 \end_layout
44153
44154 \end_inset
44155
44156 RoyalBlue
44157 \begin_inset ERT
44158 status collapsed
44159
44160 \begin_layout Plain Layout
44161
44162 }{
44163 \end_layout
44164
44165 \end_inset
44166
44167
44168 \begin_inset Phantom Phantom
44169 status open
44170
44171 \begin_layout Plain Layout
44172 W
44173 \end_layout
44174
44175 \end_inset
44176
44177
44178 \begin_inset ERT
44179 status collapsed
44180
44181 \begin_layout Plain Layout
44182
44183 }
44184 \end_layout
44185
44186 \end_inset
44187
44188  RoyalBlue
44189 \end_layout
44190
44191 \end_inset
44192 </cell>
44193 <cell alignment="left" valignment="top" usebox="none">
44194 \begin_inset Text
44195
44196 \begin_layout Plain Layout
44197 \begin_inset ERT
44198 status collapsed
44199
44200 \begin_layout Plain Layout
44201
44202
44203 \backslash
44204 fcolorbox{black}{
44205 \end_layout
44206
44207 \end_inset
44208
44209 RoyalPurple
44210 \begin_inset ERT
44211 status collapsed
44212
44213 \begin_layout Plain Layout
44214
44215 }{
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset Phantom Phantom
44222 status open
44223
44224 \begin_layout Plain Layout
44225 W
44226 \end_layout
44227
44228 \end_inset
44229
44230
44231 \begin_inset ERT
44232 status collapsed
44233
44234 \begin_layout Plain Layout
44235
44236 }
44237 \end_layout
44238
44239 \end_inset
44240
44241  RoyalPurple
44242 \end_layout
44243
44244 \end_inset
44245 </cell>
44246 <cell alignment="left" valignment="top" usebox="none">
44247 \begin_inset Text
44248
44249 \begin_layout Plain Layout
44250 \begin_inset ERT
44251 status collapsed
44252
44253 \begin_layout Plain Layout
44254
44255
44256 \backslash
44257 fcolorbox{black}{
44258 \end_layout
44259
44260 \end_inset
44261
44262 RubineRed
44263 \begin_inset ERT
44264 status collapsed
44265
44266 \begin_layout Plain Layout
44267
44268 }{
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset Phantom Phantom
44275 status open
44276
44277 \begin_layout Plain Layout
44278 W
44279 \end_layout
44280
44281 \end_inset
44282
44283
44284 \begin_inset ERT
44285 status collapsed
44286
44287 \begin_layout Plain Layout
44288
44289 }
44290 \end_layout
44291
44292 \end_inset
44293
44294  RubineRed
44295 \end_layout
44296
44297 \end_inset
44298 </cell>
44299 <cell alignment="left" valignment="top" usebox="none">
44300 \begin_inset Text
44301
44302 \begin_layout Plain Layout
44303 \begin_inset ERT
44304 status collapsed
44305
44306 \begin_layout Plain Layout
44307
44308
44309 \backslash
44310 fcolorbox{black}{
44311 \end_layout
44312
44313 \end_inset
44314
44315 Salmon
44316 \begin_inset ERT
44317 status collapsed
44318
44319 \begin_layout Plain Layout
44320
44321 }{
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset Phantom Phantom
44328 status open
44329
44330 \begin_layout Plain Layout
44331 W
44332 \end_layout
44333
44334 \end_inset
44335
44336
44337 \begin_inset ERT
44338 status collapsed
44339
44340 \begin_layout Plain Layout
44341
44342 }
44343 \end_layout
44344
44345 \end_inset
44346
44347  Salmon
44348 \end_layout
44349
44350 \end_inset
44351 </cell>
44352 </row>
44353 <row>
44354 <cell alignment="left" valignment="top" usebox="none">
44355 \begin_inset Text
44356
44357 \begin_layout Plain Layout
44358 \begin_inset ERT
44359 status collapsed
44360
44361 \begin_layout Plain Layout
44362
44363
44364 \backslash
44365 fcolorbox{black}{
44366 \end_layout
44367
44368 \end_inset
44369
44370 SeaGreen
44371 \begin_inset ERT
44372 status collapsed
44373
44374 \begin_layout Plain Layout
44375
44376 }{
44377 \end_layout
44378
44379 \end_inset
44380
44381
44382 \begin_inset Phantom Phantom
44383 status open
44384
44385 \begin_layout Plain Layout
44386 W
44387 \end_layout
44388
44389 \end_inset
44390
44391
44392 \begin_inset ERT
44393 status collapsed
44394
44395 \begin_layout Plain Layout
44396
44397 }
44398 \end_layout
44399
44400 \end_inset
44401
44402  SeaGreen
44403 \end_layout
44404
44405 \end_inset
44406 </cell>
44407 <cell alignment="left" valignment="top" usebox="none">
44408 \begin_inset Text
44409
44410 \begin_layout Plain Layout
44411 \begin_inset ERT
44412 status collapsed
44413
44414 \begin_layout Plain Layout
44415
44416
44417 \backslash
44418 fcolorbox{black}{
44419 \end_layout
44420
44421 \end_inset
44422
44423 Sepia
44424 \begin_inset ERT
44425 status collapsed
44426
44427 \begin_layout Plain Layout
44428
44429 }{
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset Phantom Phantom
44436 status open
44437
44438 \begin_layout Plain Layout
44439 W
44440 \end_layout
44441
44442 \end_inset
44443
44444
44445 \begin_inset ERT
44446 status collapsed
44447
44448 \begin_layout Plain Layout
44449
44450 }
44451 \end_layout
44452
44453 \end_inset
44454
44455  Sepia
44456 \end_layout
44457
44458 \end_inset
44459 </cell>
44460 <cell alignment="left" valignment="top" usebox="none">
44461 \begin_inset Text
44462
44463 \begin_layout Plain Layout
44464 \begin_inset ERT
44465 status collapsed
44466
44467 \begin_layout Plain Layout
44468
44469
44470 \backslash
44471 fcolorbox{black}{
44472 \end_layout
44473
44474 \end_inset
44475
44476 SkyBlue
44477 \begin_inset ERT
44478 status collapsed
44479
44480 \begin_layout Plain Layout
44481
44482 }{
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset Phantom Phantom
44489 status open
44490
44491 \begin_layout Plain Layout
44492 W
44493 \end_layout
44494
44495 \end_inset
44496
44497
44498 \begin_inset ERT
44499 status collapsed
44500
44501 \begin_layout Plain Layout
44502
44503 }
44504 \end_layout
44505
44506 \end_inset
44507
44508  SkyBlue
44509 \end_layout
44510
44511 \end_inset
44512 </cell>
44513 <cell alignment="left" valignment="top" usebox="none">
44514 \begin_inset Text
44515
44516 \begin_layout Plain Layout
44517 \begin_inset ERT
44518 status collapsed
44519
44520 \begin_layout Plain Layout
44521
44522
44523 \backslash
44524 fcolorbox{black}{
44525 \end_layout
44526
44527 \end_inset
44528
44529 SpringGreen
44530 \begin_inset ERT
44531 status collapsed
44532
44533 \begin_layout Plain Layout
44534
44535 }{
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset Phantom Phantom
44542 status open
44543
44544 \begin_layout Plain Layout
44545 W
44546 \end_layout
44547
44548 \end_inset
44549
44550
44551 \begin_inset ERT
44552 status collapsed
44553
44554 \begin_layout Plain Layout
44555
44556 }
44557 \end_layout
44558
44559 \end_inset
44560
44561  SpringGreen
44562 \end_layout
44563
44564 \end_inset
44565 </cell>
44566 </row>
44567 <row>
44568 <cell alignment="left" valignment="top" usebox="none">
44569 \begin_inset Text
44570
44571 \begin_layout Plain Layout
44572 \begin_inset ERT
44573 status collapsed
44574
44575 \begin_layout Plain Layout
44576
44577
44578 \backslash
44579 fcolorbox{black}{
44580 \end_layout
44581
44582 \end_inset
44583
44584 Tan
44585 \begin_inset ERT
44586 status collapsed
44587
44588 \begin_layout Plain Layout
44589
44590 }{
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \begin_inset Phantom Phantom
44597 status open
44598
44599 \begin_layout Plain Layout
44600 W
44601 \end_layout
44602
44603 \end_inset
44604
44605
44606 \begin_inset ERT
44607 status collapsed
44608
44609 \begin_layout Plain Layout
44610
44611 }
44612 \end_layout
44613
44614 \end_inset
44615
44616  Tan
44617 \end_layout
44618
44619 \end_inset
44620 </cell>
44621 <cell alignment="left" valignment="top" usebox="none">
44622 \begin_inset Text
44623
44624 \begin_layout Plain Layout
44625 \begin_inset ERT
44626 status collapsed
44627
44628 \begin_layout Plain Layout
44629
44630
44631 \backslash
44632 fcolorbox{black}{
44633 \end_layout
44634
44635 \end_inset
44636
44637 TealBlue
44638 \begin_inset ERT
44639 status collapsed
44640
44641 \begin_layout Plain Layout
44642
44643 }{
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset Phantom Phantom
44650 status open
44651
44652 \begin_layout Plain Layout
44653 W
44654 \end_layout
44655
44656 \end_inset
44657
44658
44659 \begin_inset ERT
44660 status collapsed
44661
44662 \begin_layout Plain Layout
44663
44664 }
44665 \end_layout
44666
44667 \end_inset
44668
44669  TealBlue
44670 \end_layout
44671
44672 \end_inset
44673 </cell>
44674 <cell alignment="left" valignment="top" usebox="none">
44675 \begin_inset Text
44676
44677 \begin_layout Plain Layout
44678 \begin_inset ERT
44679 status collapsed
44680
44681 \begin_layout Plain Layout
44682
44683
44684 \backslash
44685 fcolorbox{black}{
44686 \end_layout
44687
44688 \end_inset
44689
44690 Thistle
44691 \begin_inset ERT
44692 status collapsed
44693
44694 \begin_layout Plain Layout
44695
44696 }{
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset Phantom Phantom
44703 status open
44704
44705 \begin_layout Plain Layout
44706 W
44707 \end_layout
44708
44709 \end_inset
44710
44711
44712 \begin_inset ERT
44713 status collapsed
44714
44715 \begin_layout Plain Layout
44716
44717 }
44718 \end_layout
44719
44720 \end_inset
44721
44722  Thistle
44723 \end_layout
44724
44725 \end_inset
44726 </cell>
44727 <cell alignment="left" valignment="top" usebox="none">
44728 \begin_inset Text
44729
44730 \begin_layout Plain Layout
44731 \begin_inset ERT
44732 status collapsed
44733
44734 \begin_layout Plain Layout
44735
44736
44737 \backslash
44738 fcolorbox{black}{
44739 \end_layout
44740
44741 \end_inset
44742
44743 Turquoise
44744 \begin_inset ERT
44745 status collapsed
44746
44747 \begin_layout Plain Layout
44748
44749 }{
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset Phantom Phantom
44756 status open
44757
44758 \begin_layout Plain Layout
44759 W
44760 \end_layout
44761
44762 \end_inset
44763
44764
44765 \begin_inset ERT
44766 status collapsed
44767
44768 \begin_layout Plain Layout
44769
44770 }
44771 \end_layout
44772
44773 \end_inset
44774
44775  Turquoise
44776 \end_layout
44777
44778 \end_inset
44779 </cell>
44780 </row>
44781 <row>
44782 <cell alignment="left" valignment="top" usebox="none">
44783 \begin_inset Text
44784
44785 \begin_layout Plain Layout
44786 \begin_inset ERT
44787 status collapsed
44788
44789 \begin_layout Plain Layout
44790
44791
44792 \backslash
44793 fcolorbox{black}{
44794 \end_layout
44795
44796 \end_inset
44797
44798 Violet
44799 \begin_inset ERT
44800 status collapsed
44801
44802 \begin_layout Plain Layout
44803
44804 }{
44805 \end_layout
44806
44807 \end_inset
44808
44809
44810 \begin_inset Phantom Phantom
44811 status open
44812
44813 \begin_layout Plain Layout
44814 W
44815 \end_layout
44816
44817 \end_inset
44818
44819
44820 \begin_inset ERT
44821 status collapsed
44822
44823 \begin_layout Plain Layout
44824
44825 }
44826 \end_layout
44827
44828 \end_inset
44829
44830  Violet
44831 \end_layout
44832
44833 \end_inset
44834 </cell>
44835 <cell alignment="left" valignment="top" usebox="none">
44836 \begin_inset Text
44837
44838 \begin_layout Plain Layout
44839 \begin_inset ERT
44840 status collapsed
44841
44842 \begin_layout Plain Layout
44843
44844
44845 \backslash
44846 fcolorbox{black}{
44847 \end_layout
44848
44849 \end_inset
44850
44851 VioletRed
44852 \begin_inset ERT
44853 status collapsed
44854
44855 \begin_layout Plain Layout
44856
44857 }{
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset Phantom Phantom
44864 status open
44865
44866 \begin_layout Plain Layout
44867 W
44868 \end_layout
44869
44870 \end_inset
44871
44872
44873 \begin_inset ERT
44874 status collapsed
44875
44876 \begin_layout Plain Layout
44877
44878 }
44879 \end_layout
44880
44881 \end_inset
44882
44883  VioletRed
44884 \end_layout
44885
44886 \end_inset
44887 </cell>
44888 <cell alignment="left" valignment="top" usebox="none">
44889 \begin_inset Text
44890
44891 \begin_layout Plain Layout
44892 \begin_inset ERT
44893 status collapsed
44894
44895 \begin_layout Plain Layout
44896
44897
44898 \backslash
44899 fcolorbox{black}{
44900 \end_layout
44901
44902 \end_inset
44903
44904 WildStrawberry
44905 \begin_inset ERT
44906 status collapsed
44907
44908 \begin_layout Plain Layout
44909
44910 }{
44911 \end_layout
44912
44913 \end_inset
44914
44915
44916 \begin_inset Phantom Phantom
44917 status open
44918
44919 \begin_layout Plain Layout
44920 W
44921 \end_layout
44922
44923 \end_inset
44924
44925
44926 \begin_inset ERT
44927 status collapsed
44928
44929 \begin_layout Plain Layout
44930
44931 }
44932 \end_layout
44933
44934 \end_inset
44935
44936  WildStrawberry
44937 \end_layout
44938
44939 \end_inset
44940 </cell>
44941 <cell alignment="left" valignment="top" usebox="none">
44942 \begin_inset Text
44943
44944 \begin_layout Plain Layout
44945 \begin_inset ERT
44946 status collapsed
44947
44948 \begin_layout Plain Layout
44949
44950
44951 \backslash
44952 fcolorbox{black}{
44953 \end_layout
44954
44955 \end_inset
44956
44957 YellowGreen
44958 \begin_inset ERT
44959 status collapsed
44960
44961 \begin_layout Plain Layout
44962
44963 }{
44964 \end_layout
44965
44966 \end_inset
44967
44968
44969 \begin_inset Phantom Phantom
44970 status open
44971
44972 \begin_layout Plain Layout
44973 W
44974 \end_layout
44975
44976 \end_inset
44977
44978
44979 \begin_inset ERT
44980 status collapsed
44981
44982 \begin_layout Plain Layout
44983
44984 }
44985 \end_layout
44986
44987 \end_inset
44988
44989  YellowGreen
44990 \end_layout
44991
44992 \end_inset
44993 </cell>
44994 </row>
44995 <row>
44996 <cell alignment="left" valignment="top" usebox="none">
44997 \begin_inset Text
44998
44999 \begin_layout Plain Layout
45000 \begin_inset ERT
45001 status collapsed
45002
45003 \begin_layout Plain Layout
45004
45005
45006 \backslash
45007 fcolorbox{black}{
45008 \end_layout
45009
45010 \end_inset
45011
45012 YellowOrange
45013 \begin_inset ERT
45014 status collapsed
45015
45016 \begin_layout Plain Layout
45017
45018 }{
45019 \end_layout
45020
45021 \end_inset
45022
45023
45024 \begin_inset Phantom Phantom
45025 status open
45026
45027 \begin_layout Plain Layout
45028 W
45029 \end_layout
45030
45031 \end_inset
45032
45033
45034 \begin_inset ERT
45035 status collapsed
45036
45037 \begin_layout Plain Layout
45038
45039 }
45040 \end_layout
45041
45042 \end_inset
45043
45044  YellowOrange
45045 \end_layout
45046
45047 \end_inset
45048 </cell>
45049 <cell alignment="left" valignment="top" usebox="none">
45050 \begin_inset Text
45051
45052 \begin_layout Plain Layout
45053
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
45063 \end_layout
45064
45065 \end_inset
45066 </cell>
45067 <cell alignment="left" valignment="top" usebox="none">
45068 \begin_inset Text
45069
45070 \begin_layout Plain Layout
45071
45072 \end_layout
45073
45074 \end_inset
45075 </cell>
45076 </row>
45077 </lyxtabular>
45078
45079 \end_inset
45080
45081
45082 \end_layout
45083
45084 \begin_layout Chapter
45085 Erklärung der Gleichung
45086 \begin_inset space ~
45087 \end_inset
45088
45089 (
45090 \begin_inset CommandInset ref
45091 LatexCommand ref
45092 reference "eq:Wgn"
45093
45094 \end_inset
45095
45096 )
45097 \begin_inset CommandInset label
45098 LatexCommand label
45099 name "kap:Erläuterung-einer-Gleichung"
45100
45101 \end_inset
45102
45103
45104 \end_layout
45105
45106 \begin_layout Standard
45107 Die Gesamtbreite von
45108 \emph on
45109  n
45110 \emph default
45111  Tabellenzellen 
45112 \begin_inset Formula $W_{\mathrm{tot\,n}}$
45113 \end_inset
45114
45115  kann wie folgt berechnet werden:
45116 \begin_inset Formula 
45117 \begin{equation}
45118 W_{\mathrm{tot}\,n}=n\cdot(W_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45119 \end{equation}
45120
45121 \end_inset
45122
45123
45124 \end_layout
45125
45126 \begin_layout Standard
45127 Dabei ist 
45128 \begin_inset Formula $W_{g\,n}$
45129 \end_inset
45130
45131  die Breite jeder Zelle.
45132
45133 \series bold
45134  
45135 \backslash
45136 tabcolsep
45137 \series default
45138  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
45139  Standardwert 6
45140 \begin_inset space \thinspace{}
45141 \end_inset
45142
45143 pt.
45144  
45145 \series bold
45146
45147 \backslash
45148 arrayrulewidth
45149 \series default
45150  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
45151 \begin_inset space \thinspace{}
45152 \end_inset
45153
45154 pt.
45155 \end_layout
45156
45157 \begin_layout Standard
45158 Nach Gleichung
45159 \begin_inset space ~
45160 \end_inset
45161
45162
45163 \begin_inset CommandInset ref
45164 LatexCommand ref
45165 reference "eq:Wtot_n"
45166
45167 \end_inset
45168
45169  ist die Gesamtbreite einer Mehrfachspalte, 
45170 \begin_inset Formula $W_{\mathrm{tot\,mult}}$
45171 \end_inset
45172
45173 ,
45174 \begin_inset Formula 
45175 \begin{equation}
45176 W_{\mathrm{tot\,mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45177 \end{equation}
45178
45179 \end_inset
45180
45181
45182 \end_layout
45183
45184 \begin_layout Standard
45185 Setzt man die Gleichungen
45186 \begin_inset space ~
45187 \end_inset
45188
45189
45190 \begin_inset CommandInset ref
45191 LatexCommand ref
45192 reference "eq:Wtot_n"
45193
45194 \end_inset
45195
45196  und 
45197 \begin_inset CommandInset ref
45198 LatexCommand ref
45199 reference "eq:Wtot_mult"
45200
45201 \end_inset
45202
45203  gleich, kann man die benötigte Breite 
45204 \begin_inset Formula $W_{g\,n}$
45205 \end_inset
45206
45207 , wenn 
45208 \emph on
45209 n
45210 \emph default
45211  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
45212 \begin_inset Formula $W_{\mathrm{tot\,mult}}/n$
45213 \end_inset
45214
45215  hat, berechnen:
45216 \begin_inset Formula 
45217 \begin{equation}
45218 W_{g\,n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45219 \end{equation}
45220
45221 \end_inset
45222
45223
45224 \end_layout
45225
45226 \begin_layout Bibliography
45227 \begin_inset CommandInset bibitem
45228 LatexCommand bibitem
45229 key "latexcompanion"
45230
45231 \end_inset
45232
45233 Frank Mittelbach and Michel Goossens: 
45234 \emph on
45235 The LaTeX Companion Second Edition.
45236
45237 \emph default
45238  Addison-Wesley, 2004
45239 \end_layout
45240
45241 \begin_layout Bibliography
45242 \begin_inset CommandInset bibitem
45243 LatexCommand bibitem
45244 key "latexguide"
45245
45246 \end_inset
45247
45248 Helmut Kopka and Patrick W.
45249  Daly: 
45250 \emph on
45251 A Guide to LaTeX Fourth Edition.
45252
45253 \emph default
45254  Addison-Wesley, 2003
45255 \end_layout
45256
45257 \begin_layout Bibliography
45258 \begin_inset CommandInset bibitem
45259 LatexCommand bibitem
45260 key "lamport"
45261
45262 \end_inset
45263
45264 Leslie Lamport: 
45265 \emph on
45266 LaTeX: A Document Preparation System.
45267
45268 \emph default
45269  Addison-Wesley, second edition, 1994
45270 \end_layout
45271
45272 \begin_layout Bibliography
45273 \begin_inset CommandInset bibitem
45274 LatexCommand bibitem
45275 key "latex-praxisbuch"
45276
45277 \end_inset
45278
45279 Niedermair, Elke & Michael: 
45280 \emph on
45281 LaTeX-Praxisbuch
45282 \emph default
45283 , Franzis-Verlag, 2004
45284 \end_layout
45285
45286 \begin_layout Bibliography
45287 \begin_inset CommandInset bibitem
45288 LatexCommand bibitem
45289 key "arydshln"
45290
45291 \end_inset
45292
45293 Dokumentation des LaTeX-Pakets 
45294 \series bold
45295
45296 \begin_inset CommandInset href
45297 LatexCommand href
45298 name "arydshln"
45299 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45300
45301 \end_inset
45302
45303
45304 \series default
45305
45306 \begin_inset Index idx
45307 status collapsed
45308
45309 \begin_layout Plain Layout
45310 LaTeX-Pakete ! arydshln
45311 \end_layout
45312
45313 \end_inset
45314
45315
45316 \end_layout
45317
45318 \begin_layout Bibliography
45319 \begin_inset CommandInset bibitem
45320 LatexCommand bibitem
45321 key "booktabs"
45322
45323 \end_inset
45324
45325 Dokumentation des LaTeX-Pakets 
45326 \series bold
45327
45328 \begin_inset CommandInset href
45329 LatexCommand href
45330 name "booktabs"
45331 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45332
45333 \end_inset
45334
45335
45336 \series default
45337
45338 \begin_inset Index idx
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342 LaTeX-Pakete ! booktabs
45343 \end_layout
45344
45345 \end_inset
45346
45347
45348 \end_layout
45349
45350 \begin_layout Bibliography
45351 \begin_inset CommandInset bibitem
45352 LatexCommand bibitem
45353 key "caption"
45354
45355 \end_inset
45356
45357 Dokumentation des LaTeX-Pakets 
45358 \series bold
45359
45360 \begin_inset CommandInset href
45361 LatexCommand href
45362 name "caption"
45363 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
45364
45365 \end_inset
45366
45367
45368 \series default
45369
45370 \begin_inset Index idx
45371 status collapsed
45372
45373 \begin_layout Plain Layout
45374 LaTeX-Pakete ! caption
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \end_layout
45381
45382 \begin_layout Bibliography
45383 \begin_inset CommandInset bibitem
45384 LatexCommand bibitem
45385 key "diagbox"
45386
45387 \end_inset
45388
45389 Dokumentation des LaTeX-Pakets 
45390 \series bold
45391
45392 \begin_inset CommandInset href
45393 LatexCommand href
45394 name "diagbox"
45395 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45396
45397 \end_inset
45398
45399
45400 \series default
45401
45402 \begin_inset Index idx
45403 status collapsed
45404
45405 \begin_layout Plain Layout
45406 LaTeX-Pakete ! diagbox
45407 \end_layout
45408
45409 \end_inset
45410
45411
45412 \end_layout
45413
45414 \begin_layout Bibliography
45415 \begin_inset CommandInset bibitem
45416 LatexCommand bibitem
45417 key "endfloat"
45418
45419 \end_inset
45420
45421 Dokumentation des LaTeX-Pakets 
45422 \series bold
45423
45424 \begin_inset CommandInset href
45425 LatexCommand href
45426 name "endfloat"
45427 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45428
45429 \end_inset
45430
45431
45432 \series default
45433
45434 \begin_inset Index idx
45435 status collapsed
45436
45437 \begin_layout Plain Layout
45438 LaTeX-Pakete ! endfloat
45439 \end_layout
45440
45441 \end_inset
45442
45443
45444 \end_layout
45445
45446 \begin_layout Bibliography
45447 \begin_inset CommandInset bibitem
45448 LatexCommand bibitem
45449 key "footmisc"
45450
45451 \end_inset
45452
45453 Dokumentation des LaTeX-Pakets 
45454 \series bold
45455
45456 \begin_inset CommandInset href
45457 LatexCommand href
45458 name "footmisc"
45459 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45460
45461 \end_inset
45462
45463
45464 \series default
45465
45466 \begin_inset Index idx
45467 status collapsed
45468
45469 \begin_layout Plain Layout
45470 LaTeX-Pakete ! footmisc
45471 \end_layout
45472
45473 \end_inset
45474
45475
45476 \end_layout
45477
45478 \begin_layout Bibliography
45479 \begin_inset CommandInset bibitem
45480 LatexCommand bibitem
45481 key "hypcap"
45482
45483 \end_inset
45484
45485 Dokumentation des LaTeX-Pakets 
45486 \series bold
45487
45488 \begin_inset CommandInset href
45489 LatexCommand href
45490 name "hypcap"
45491 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45492
45493 \end_inset
45494
45495
45496 \series default
45497
45498 \begin_inset Index idx
45499 status collapsed
45500
45501 \begin_layout Plain Layout
45502 LaTeX-Pakete ! hypcap
45503 \end_layout
45504
45505 \end_inset
45506
45507
45508 \end_layout
45509
45510 \begin_layout Bibliography
45511 \begin_inset CommandInset bibitem
45512 LatexCommand bibitem
45513 key "hyperref"
45514
45515 \end_inset
45516
45517 Dokumentation des LaTeX-Pakets 
45518 \series bold
45519
45520 \begin_inset CommandInset href
45521 LatexCommand href
45522 name "hyperref"
45523 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45524
45525 \end_inset
45526
45527
45528 \series default
45529
45530 \begin_inset Index idx
45531 status collapsed
45532
45533 \begin_layout Plain Layout
45534 LaTeX-Pakete ! hyperref
45535 \end_layout
45536
45537 \end_inset
45538
45539
45540 \end_layout
45541
45542 \begin_layout Bibliography
45543 \begin_inset CommandInset bibitem
45544 LatexCommand bibitem
45545 key "KOMA-Script"
45546
45547 \end_inset
45548
45549 Dokumentation des LaTeX-Pakets 
45550 \series bold
45551
45552 \begin_inset CommandInset href
45553 LatexCommand href
45554 name "KOMA-Script"
45555 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
45556
45557 \end_inset
45558
45559
45560 \series default
45561
45562 \begin_inset Index idx
45563 status collapsed
45564
45565 \begin_layout Plain Layout
45566 LaTeX-Pakete ! KOMA-Script
45567 \end_layout
45568
45569 \end_inset
45570
45571
45572 \end_layout
45573
45574 \begin_layout Bibliography
45575 \begin_inset CommandInset bibitem
45576 LatexCommand bibitem
45577 key "lettrine"
45578
45579 \end_inset
45580
45581 Dokumentation des LaTeX-Pakets 
45582 \series bold
45583
45584 \begin_inset CommandInset href
45585 LatexCommand href
45586 name "lettrine"
45587 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45588
45589 \end_inset
45590
45591
45592 \series default
45593  und ein 
45594 \begin_inset CommandInset href
45595 LatexCommand href
45596 name "Beispiel"
45597 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
45598
45599 \end_inset
45600
45601
45602 \begin_inset Index idx
45603 status collapsed
45604
45605 \begin_layout Plain Layout
45606 LaTeX-Pakete ! lettrine
45607 \end_layout
45608
45609 \end_inset
45610
45611
45612 \end_layout
45613
45614 \begin_layout Bibliography
45615 \begin_inset CommandInset bibitem
45616 LatexCommand bibitem
45617 key "listings"
45618
45619 \end_inset
45620
45621 Dokumentation des LaTeX-Pakets 
45622 \series bold
45623
45624 \begin_inset CommandInset href
45625 LatexCommand href
45626 name "listings"
45627 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45628
45629 \end_inset
45630
45631
45632 \series default
45633
45634 \begin_inset Index idx
45635 status collapsed
45636
45637 \begin_layout Plain Layout
45638 LaTeX-Pakete ! listings
45639 \end_layout
45640
45641 \end_inset
45642
45643
45644 \end_layout
45645
45646 \begin_layout Bibliography
45647 \begin_inset CommandInset bibitem
45648 LatexCommand bibitem
45649 key "marginnote"
45650
45651 \end_inset
45652
45653 Dokumentation des LaTeX-Pakets 
45654 \series bold
45655
45656 \begin_inset CommandInset href
45657 LatexCommand href
45658 name "marginnote"
45659 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45660
45661 \end_inset
45662
45663
45664 \series default
45665
45666 \begin_inset Index idx
45667 status collapsed
45668
45669 \begin_layout Plain Layout
45670 LaTeX-Pakete ! marginnote
45671 \end_layout
45672
45673 \end_inset
45674
45675
45676 \end_layout
45677
45678 \begin_layout Bibliography
45679 \begin_inset CommandInset bibitem
45680 LatexCommand bibitem
45681 key "pdfpages"
45682
45683 \end_inset
45684
45685 Dokumentation des LaTeX-Pakets 
45686 \series bold
45687
45688 \begin_inset CommandInset href
45689 LatexCommand href
45690 name "pdfpages"
45691 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45692
45693 \end_inset
45694
45695
45696 \series default
45697
45698 \begin_inset Index idx
45699 status collapsed
45700
45701 \begin_layout Plain Layout
45702 LaTeX-Pakete ! pdfpages
45703 \end_layout
45704
45705 \end_inset
45706
45707
45708 \end_layout
45709
45710 \begin_layout Bibliography
45711 \begin_inset CommandInset bibitem
45712 LatexCommand bibitem
45713 key "prettyref"
45714
45715 \end_inset
45716
45717 Dokumentation des LaTeX-Pakets 
45718 \series bold
45719
45720 \begin_inset CommandInset href
45721 LatexCommand href
45722 name "prettyref"
45723 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45724
45725 \end_inset
45726
45727
45728 \series default
45729
45730 \begin_inset Index idx
45731 status collapsed
45732
45733 \begin_layout Plain Layout
45734 LaTeX-Pakete ! prettyref
45735 \end_layout
45736
45737 \end_inset
45738
45739
45740 \end_layout
45741
45742 \begin_layout Bibliography
45743 \begin_inset CommandInset bibitem
45744 LatexCommand bibitem
45745 key "pstricks"
45746
45747 \end_inset
45748
45749 Webseite des LaTeX-Pakets 
45750 \series bold
45751
45752 \begin_inset CommandInset href
45753 LatexCommand href
45754 name "PSTricks"
45755 target "http://tug.org/PSTricks/"
45756
45757 \end_inset
45758
45759
45760 \series default
45761
45762 \begin_inset Index idx
45763 status collapsed
45764
45765 \begin_layout Plain Layout
45766 LaTeX-Pakete ! pstricks
45767 \end_layout
45768
45769 \end_inset
45770
45771
45772 \end_layout
45773
45774 \begin_layout Bibliography
45775 \begin_inset CommandInset bibitem
45776 LatexCommand bibitem
45777 key "refstyle"
45778
45779 \end_inset
45780
45781 Dokumentation des LaTeX-Pakets 
45782 \series bold
45783
45784 \begin_inset CommandInset href
45785 LatexCommand href
45786 name "refstyle"
45787 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45788
45789 \end_inset
45790
45791
45792 \series default
45793
45794 \begin_inset Index idx
45795 status collapsed
45796
45797 \begin_layout Plain Layout
45798 LaTeX-Pakete ! refstyle
45799 \end_layout
45800
45801 \end_inset
45802
45803
45804 \end_layout
45805
45806 \begin_layout Bibliography
45807 \begin_inset CommandInset bibitem
45808 LatexCommand bibitem
45809 key "sidecap"
45810
45811 \end_inset
45812
45813 Dokumentation des LaTeX-Pakets 
45814 \series bold
45815
45816 \begin_inset CommandInset href
45817 LatexCommand href
45818 name "sidecap"
45819 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45820
45821 \end_inset
45822
45823
45824 \series default
45825
45826 \begin_inset Index idx
45827 status collapsed
45828
45829 \begin_layout Plain Layout
45830 LaTeX-Pakete ! sidecap
45831 \end_layout
45832
45833 \end_inset
45834
45835
45836 \end_layout
45837
45838 \begin_layout Bibliography
45839 \begin_inset CommandInset bibitem
45840 LatexCommand bibitem
45841 key "NeuInLyX20"
45842
45843 \end_inset
45844
45845
45846 \begin_inset CommandInset href
45847 LatexCommand href
45848 name "Wiki-Seite"
45849 target "http://wiki.lyx.org/LyX/NewInLyX20"
45850
45851 \end_inset
45852
45853  über neue Funktionen in 
45854 \family sans
45855 LyX 2.0
45856 \family default
45857 .
45858 \end_layout
45859
45860 \begin_layout Standard
45861 \begin_inset CommandInset index_print
45862 LatexCommand printindex
45863 type "idx"
45864
45865 \end_inset
45866
45867
45868 \end_layout
45869
45870 \end_body
45871 \end_document