]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
e4fca524bc0c4e7611807049f281303809c24e7d
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird für Mehrfachzeilen benutzt
88 \usepackage{multirow}
89 %\renewcommand{\multirowsetup}{\centering}
90
91 % wird fuer Tabellen im Buchstil benutzt
92 \usepackage{booktabs}
93
94 % wird benutzt, um Tabellenzellen zu vergrößern
95 \@ifundefined{extrarowheight}
96  {\usepackage{array}}{}
97 \setlength{\extrarowheight}{2pt}
98
99 % wird fuer benutzerdefinierte Tabellen benutzt
100 % ---
101 \newcolumntype{M}[1]
102  {>{\centering\hspace{0pt}}m{#1}}
103
104 \newcolumntype{S}[2]
105  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
106
107 \newcolumntype{K}[1]
108  {>{\columncolor{#1}\hspace{0pt}}c}
109
110 \newcolumntype{V}{!{\vrule width 1.5pt}}
111
112 \newcolumntype{W}{!{\color{green}\vline}}
113 % ---
114
115 % Setzt einen zusaetzlichen Abstand von
116 % 1.5 mm zwischen Fussnoten
117 \let\myFoot\footnote
118 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
119
120 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
121 \numberwithin{algorithm}{chapter}
122
123
124 % ------------------------------------
125 % Prüfung auf benötigte LaTeXPakete
126 \usepackage{ifthen}
127
128 % Pruefung auf arydshln
129 % für Tabellen mit gestrichelten Linien
130 \newboolean{arydshln}
131 \IfFileExists{arydshln.sty}
132  {\usepackage{arydshln}
133   \setboolean{arydshln}{true}}
134  {\setboolean{arydshln}{false}}
135
136 % Prüfung auf marginnote
137 % für Randnotizen
138 \newboolean{marginnote}
139 \IfFileExists{marginnote.sty}
140  {\usepackage{marginnote}
141   \let\marginpar\marginnote
142   \setboolean{marginnote}{true}}
143  {\setboolean{marginnote}{false}}
144
145 % Prüfung auf sidecap
146 % für seitliche Beschriftungen
147 \newboolean{sidecap}
148 \IfFileExists{sidecap.sty}
149  {\usepackage{sidecap}
150   \setboolean{sidecap}{true}}
151  {\setboolean{sidecap}{false}}
152
153 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
154 \def\LyX{\texorpdfstring{%
155   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
156   {LyX}}
157
158 % Damit der Index den Namen "Stichwortverzeichnis" erhält
159 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
160 \end_preamble
161 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
162 \use_default_options false
163 \maintain_unincluded_children false
164 \language ngerman
165 \inputencoding auto
166 \fontencoding global
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \use_xetex false
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \default_output_format default
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
186 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
187 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize a4paper
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \use_mhchem 1
204 \use_mathdots 1
205 \cite_engine basic
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \use_refstyle 0
211 \notefontcolor #0000ff
212 \index Stichwortverzeichnis
213 \shortcut idx
214 \color #008000
215 \end_index
216 \secnumdepth 3
217 \tocdepth 3
218 \paragraph_separation skip
219 \defskip medskip
220 \quotes_language german
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle default
224 \bullet 1 0 9 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes false
228 \output_changes false
229 \html_math_output 0
230 \html_be_strict false
231 \end_header
232
233 \begin_body
234
235 \begin_layout Title
236 Das LyX-Handbuch der Einfügungen:
237 \begin_inset Newline newline
238 \end_inset
239
240  
241 \size larger
242 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
243 \end_layout
244
245 \begin_layout Author
246 vom LyX Team
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252
253 \size normal
254 Übersetzung und Bearbeitung: Hartmut Haase
255 \size default
256 , Uwe Stöhr
257 \begin_inset Newline newline
258 \end_inset
259
260 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
261  bitte an: 
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 Autor: Uwe Stöhr <uwestoehr@web.de>
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.0.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
313 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 marginnote
324 \series default
325  und 
326 \series bold
327 sidecap
328 \series default
329 .
330  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
331  denen sie benötigt werden.
332 \end_layout
333
334 \begin_layout Plain Layout
335 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
336  des englischen Originals hier finden:
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series bold
342 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Chapter
351 Abbildungen
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 Abbildungen
357 \end_layout
358
359 \end_inset
360
361
362 \end_layout
363
364 \begin_layout Section
365 Grafik-Dialog
366 \begin_inset Index idx
367 status collapsed
368
369 \begin_layout Plain Layout
370 Abbildungen ! Grafik-Dialog
371 \end_layout
372
373 \end_inset
374
375
376 \begin_inset CommandInset label
377 LatexCommand label
378 name "abs:Grafik-Dialog"
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Standard
386 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
387  
388 \begin_inset Graphics
389         filename ../../images/dialog-show-new-inset_graphics.png
390         scale 70
391         scaleBeforeRotation
392
393
394 \end_inset
395
396  in der Werkzeugleiste oder wählen das Menü 
397 \family sans
398 Einfügen\SpecialChar \menuseparator
399 Grafik
400 \family default
401 .
402  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
403  
404 \family sans
405 Durchsuchen
406 \family default
407  eingeben können.
408  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
409  an der Sie sie eingefügt haben.
410 \end_layout
411
412 \begin_layout Standard
413 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
414  klicken.
415  Der Dialog hat drei Karteikarten:
416 \end_layout
417
418 \begin_layout Description
419
420 \family sans
421 Grafik
422 \family default
423  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
424  Version festlegen.
425  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
426 \begin_inset space ~
427 \end_inset
428
429
430 \begin_inset CommandInset ref
431 LatexCommand ref
432 reference "kap:In-LyX-verfügbare"
433
434 \end_inset
435
436  erklärt.
437 \begin_inset Newline newline
438 \end_inset
439
440
441 \begin_inset Index idx
442 status collapsed
443
444 \begin_layout Plain Layout
445 Abbildungen ! rotierte
446 \end_layout
447
448 \end_inset
449
450 Sie können Abbildungen durch Angabe eines 
451 \family sans
452 Winkel
453 \family default
454
455 \begin_inset space ~
456 \end_inset
457
458
459 \family sans
460 (Grad)
461 \family default
462  und Festlegung eines 
463 \family sans
464 Drehpunktes
465 \family default
466  drehen.
467  Negative Winkel drehen im Uhrzeigersinn.
468  Die Abbildung wird auch in LyX gedreht.
469 \begin_inset Newline newline
470 \end_inset
471
472
473 \begin_inset Index idx
474 status collapsed
475
476 \begin_layout Plain Layout
477 Abbildungen ! skalierte
478 \end_layout
479
480 \end_inset
481
482 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
483  oder Höhe und Breite definiert.
484  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
485  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
486  wobei sie möglicherweise verzerrt wird.
487  Um das zu vermeiden, sollten Sie 
488 \family sans
489 Seitenverhältnis
490 \begin_inset space ~
491 \end_inset
492
493 beibehalten
494 \family default
495  ankreuzen.
496  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
497  und Breite nicht überschritten werden.
498 \begin_inset Newline newline
499 \end_inset
500
501 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
502 nden Kontext-Menü 
503 \family sans
504 Datei extern bearbeiten
505 \family default
506  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
507  öffnen.
508  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
509 \family sans
510 Datei-Handhabung\SpecialChar \menuseparator
511 Dateiformate
512 \family default
513  festgelegt werden.
514 \end_layout
515
516 \begin_layout Description
517
518 \family sans
519 Ausschnitt
520 \family default
521  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
522  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
523  Wenn Sie auf 
524 \family sans
525 Lese
526 \begin_inset space ~
527 \end_inset
528
529 aus
530 \begin_inset space ~
531 \end_inset
532
533 Datei
534 \family default
535  klicken, werden die Koordinaten automatisch berechnet.
536  Die Option 
537 \family sans
538 Auf
539 \begin_inset space ~
540 \end_inset
541
542 Begrenzungsbox
543 \begin_inset space ~
544 \end_inset
545
546 zuschneiden
547 \family default
548  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
549  Koordinaten liegt.
550  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
551  diese Karteikarte ignorieren.
552 \end_layout
553
554 \begin_layout Description
555
556 \family sans
557 LaTeX-
558 \begin_inset space ~
559 \end_inset
560
561 und
562 \begin_inset space ~
563 \end_inset
564
565 LyX-Optionen
566 \family default
567  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
568  LaTeX-Experten können weitere LaTeX-Optionen definieren.
569 \begin_inset Newline newline
570 \end_inset
571
572 Ist die Option 
573 \family sans
574 Entwurfsmodus 
575 \family default
576 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
577  darin gedruckt.
578 \begin_inset Newline newline
579 \end_inset
580
581 Die Option 
582 \family sans
583 Beim
584 \begin_inset space ~
585 \end_inset
586
587 Exportieren
588 \begin_inset space ~
589 \end_inset
590
591 nicht
592 \begin_inset space ~
593 \end_inset
594
595 entpacken
596 \family default
597  betrifft nur gepackte EPS-Dateien, zum Beispiel 
598 \emph on
599 x.eps.gz
600 \emph default
601 .
602  LaTeX kann so mit ihnen umgehen.
603 \begin_inset Newline newline
604 \end_inset
605
606 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
607  wählen, siehe Anhang
608 \begin_inset space ~
609 \end_inset
610
611
612 \begin_inset CommandInset ref
613 LatexCommand ref
614 reference "abs:PostScript"
615
616 \end_inset
617
618 .
619  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
620 \begin_inset Newline newline
621 \end_inset
622
623
624 \series bold
625 gzip x.eps
626 \begin_inset Newline newline
627 \end_inset
628
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 Der zweite Befehl erzeugt die Begrenzungsbox 
636 \begin_inset Quotes gld
637 \end_inset
638
639 x.eps.bb
640 \begin_inset Quotes grd
641 \end_inset
642
643 , die LaTeX für gepackte Abbildungen benötigt.
644 \begin_inset Newline newline
645 \end_inset
646
647 Das Feld 
648 \family sans
649 Gruppenname
650 \begin_inset space ~
651 \end_inset
652
653 initialisieren
654 \family default
655  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
656  solche zuzuordnen.
657 \begin_inset Index idx
658 status collapsed
659
660 \begin_layout Plain Layout
661 Abbildungen ! Einstellungsgruppen
662 \end_layout
663
664 \end_inset
665
666  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
667  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
668  der Gruppe geändert werden.
669  Damit kann man z.B.
670 \begin_inset space ~
671 \end_inset
672
673 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
674  Bild tun zu müssen.
675  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
676  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
677 \end_layout
678
679 \begin_layout Standard
680 \begin_inset VSpace bigskip
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 Hier ist eine zentrierte EPS-Abbildung
688 \begin_inset Foot
689 status collapsed
690
691 \begin_layout Plain Layout
692 Abbildungsformate sind in Abschnitt
693 \begin_inset space ~
694 \end_inset
695
696
697 \begin_inset CommandInset ref
698 LatexCommand ref
699 reference "abs:Bildformate"
700
701 \end_inset
702
703  beschrieben.
704 \end_layout
705
706 \end_inset
707
708  in einem eigenen Absatz:
709 \end_layout
710
711 \begin_layout Standard
712 \align center
713 \begin_inset Graphics
714         filename ../clipart/mobius.eps
715         scale 70
716         scaleBeforeRotation
717         rotateOrigin center
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 \noindent
726 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
727 \end_layout
728
729 \begin_layout Standard
730 \align center
731 \begin_inset Graphics
732         filename ../clipart/mobius.eps
733         scale 70
734         draft
735         scaleBeforeRotation
736         rotateOrigin center
737
738 \end_inset
739
740
741 \end_layout
742
743 \begin_layout Section
744 Gleitende Abbildungen
745 \begin_inset CommandInset label
746 LatexCommand label
747 name "abs:Gleitende-Abbildungen"
748
749 \end_inset
750
751
752 \begin_inset Index idx
753 status collapsed
754
755 \begin_layout Plain Layout
756 Abbildungen ! gleitende
757 \end_layout
758
759 \end_inset
760
761
762 \begin_inset Index idx
763 status collapsed
764
765 \begin_layout Plain Layout
766 Gleitobjekte ! Abbildungen
767 \end_layout
768
769 \end_inset
770
771
772 \end_layout
773
774 \begin_layout Standard
775 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
776 \begin_inset space ~
777 \end_inset
778
779
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "abs:Gleitobjekte-Einleitung"
783
784 \end_inset
785
786 .
787 \end_layout
788
789 \begin_layout Standard
790 Wenn Sie auf das Werkzeugleisten-Symbol 
791 \begin_inset Graphics
792         filename ../../images/float-insert_figure.png
793         scale 70
794         scaleBeforeRotation
795
796
797 \end_inset
798
799  klicken oder 
800 \family sans
801 Einfügen\SpecialChar \menuseparator
802 Gleit\SpecialChar \-
803 objekt\SpecialChar \menuseparator
804 Abbildung
805 \family default
806  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
807  In das rot umrahmte Feld rechts von 
808 \emph on
809 Abbildung
810 \begin_inset space ~
811 \end_inset
812
813 Nr:
814 \emph default
815  schreiben Sie die Bildbeschriftung.
816  Nach einem Klick oberhalb oder unterhalb von 
817 \emph on
818 Abbildung
819 \begin_inset space ~
820 \end_inset
821
822 Nr:
823 \emph default
824  können Sie dann eine Abbildung wie 
825 \begin_inset CommandInset ref
826 LatexCommand ref
827 reference "abb:kill-plat"
828
829 \end_inset
830
831  oberhalb oder wie Abbildung
832 \begin_inset space ~
833 \end_inset
834
835
836 \begin_inset CommandInset ref
837 LatexCommand ref
838 reference "abb:escher"
839
840 \end_inset
841
842  unterhalb der Bildbeschriftung einfügen.
843  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
844 \begin_inset space ~
845 \end_inset
846
847
848 \begin_inset CommandInset ref
849 LatexCommand ref
850 reference "abs:Titel-Platzierung"
851
852 \end_inset
853
854 .
855 \end_layout
856
857 \begin_layout Standard
858 \begin_inset Float figure
859 wide false
860 sideways false
861 status open
862
863 \begin_layout Plain Layout
864 \align center
865 \begin_inset Graphics
866         filename ../clipart/platypus.eps
867         width 50col%
868         scaleBeforeRotation
869         rotateOrigin center
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Plain Layout
877 \begin_inset Caption
878
879 \begin_layout Plain Layout
880 \begin_inset CommandInset label
881 LatexCommand label
882 name "abb:kill-plat"
883
884 \end_inset
885
886 Platypus in einem Gleitobjekt
887 \end_layout
888
889 \end_inset
890
891
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \begin_layout Standard
900 \begin_inset Float figure
901 wide false
902 sideways false
903 status open
904
905 \begin_layout Plain Layout
906 \begin_inset Caption
907
908 \begin_layout Plain Layout
909 \begin_inset CommandInset label
910 LatexCommand label
911 name "abb:escher"
912
913 \end_inset
914
915 M.C.
916  Escher
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Plain Layout
925 \align center
926 \begin_inset Graphics
927         filename ../clipart/escher-lsd.eps
928         scale 80
929         scaleBeforeRotation
930         rotateOrigin center
931
932 \end_inset
933
934
935 \end_layout
936
937 \end_inset
938
939
940 \end_layout
941
942 \begin_layout Standard
943 \begin_inset Index idx
944 status collapsed
945
946 \begin_layout Plain Layout
947 Querverweise ! auf Abbildungen
948 \end_layout
949
950 \end_inset
951
952 Abbildung
953 \begin_inset space ~
954 \end_inset
955
956
957 \begin_inset CommandInset ref
958 LatexCommand ref
959 reference "abb:kill-plat"
960
961 \end_inset
962
963  und 
964 \begin_inset CommandInset ref
965 LatexCommand ref
966 reference "abb:escher"
967
968 \end_inset
969
970  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
971  Dafür fügen Sie in der Beschriftung mit 
972 \family sans
973 Einfügen\SpecialChar \menuseparator
974 Marke
975 \family default
976  oder durch Klicken auf 
977 \begin_inset Graphics
978         filename ../../images/label-insert.png
979         scale 70
980         scaleBeforeRotation
981
982
983 \end_inset
984
985  eine Marke ein.
986  Auf diese können Sie dann wie gewohnt mit 
987 \family sans
988 Einfügen\SpecialChar \menuseparator
989 Querverweis
990 \family default
991  oder durch Klicken auf 
992 \begin_inset Graphics
993         filename ../../images/dialog-show-new-inset_ref.png
994         scale 70
995         scaleBeforeRotation
996
997
998 \end_inset
999
1000  verweisen.
1001  Das ist besser als eine vage Formulierung wie 
1002 \begin_inset Quotes gld
1003 \end_inset
1004
1005 die obige Abbildung
1006 \begin_inset Quotes grd
1007 \end_inset
1008
1009  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1010  erscheint, und das muss nicht 
1011 \emph on
1012 oben
1013 \emph default
1014  sein.
1015  Verweise werden detailliert in Abschnitt
1016 \begin_inset space ~
1017 \end_inset
1018
1019
1020 \begin_inset CommandInset ref
1021 LatexCommand ref
1022 reference "abs:Auf-Gleitobjekte-verweisen"
1023
1024 \end_inset
1025
1026  beschrieben.
1027 \end_layout
1028
1029 \begin_layout Standard
1030 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1031  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1032  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1033  Gleitabbildung einfügt.
1034  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1035  Abbildung
1036 \begin_inset space ~
1037 \end_inset
1038
1039
1040 \begin_inset CommandInset ref
1041 LatexCommand ref
1042 reference "abb:Zwei-Teilabbildungen"
1043
1044 \end_inset
1045
1046  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1047  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1048  Gleitabbildung auf Eingabe drücken.
1049  Abbildung
1050 \begin_inset space ~
1051 \end_inset
1052
1053
1054 \begin_inset CommandInset ref
1055 LatexCommand ref
1056 reference "abb:Undefinierbar"
1057
1058 \end_inset
1059
1060  und 
1061 \begin_inset CommandInset ref
1062 LatexCommand ref
1063 reference "abb:Ein-Schnabeltier"
1064
1065 \end_inset
1066
1067  sind die Teilabbildungen.
1068 \end_layout
1069
1070 \begin_layout Standard
1071 \begin_inset Float figure
1072 wide false
1073 sideways false
1074 status open
1075
1076 \begin_layout Plain Layout
1077 \begin_inset space \hfill{}
1078 \end_inset
1079
1080
1081 \begin_inset Float figure
1082 wide false
1083 sideways false
1084 status collapsed
1085
1086 \begin_layout Plain Layout
1087 \begin_inset Caption
1088
1089 \begin_layout Plain Layout
1090 \begin_inset CommandInset label
1091 LatexCommand label
1092 name "abb:Undefinierbar"
1093
1094 \end_inset
1095
1096 Undefinierbar
1097 \end_layout
1098
1099 \end_inset
1100
1101
1102 \end_layout
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Graphics
1106         filename ../clipart/escher-lsd.eps
1107         width 35col%
1108         scaleBeforeRotation
1109         groupId Teilabbildung
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \end_inset
1117
1118
1119 \begin_inset space \hfill{}
1120 \end_inset
1121
1122
1123 \begin_inset Float figure
1124 wide false
1125 sideways false
1126 status collapsed
1127
1128 \begin_layout Plain Layout
1129 \begin_inset Caption
1130
1131 \begin_layout Plain Layout
1132 \begin_inset CommandInset label
1133 LatexCommand label
1134 name "abb:Ein-Schnabeltier"
1135
1136 \end_inset
1137
1138 Ein Schnabeltier
1139 \end_layout
1140
1141 \end_inset
1142
1143
1144 \end_layout
1145
1146 \begin_layout Plain Layout
1147 \begin_inset Graphics
1148         filename ../clipart/platypus.eps
1149         width 35col%
1150         scaleBeforeRotation
1151         groupId Teilabbildung
1152
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \end_inset
1159
1160
1161 \begin_inset space \hfill{}
1162 \end_inset
1163
1164
1165 \end_layout
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "abb:Zwei-Teilabbildungen"
1174
1175 \end_inset
1176
1177 Zwei Teilabbildungen nebeneinander.
1178  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1179 \begin_inset Quotes gld
1180 \end_inset
1181
1182 Teilabbildung
1183 \begin_inset Quotes grd
1184 \end_inset
1185
1186  an.
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \begin_layout Section
1200 Bildformate
1201 \begin_inset CommandInset label
1202 LatexCommand label
1203 name "abs:Bildformate"
1204
1205 \end_inset
1206
1207
1208 \begin_inset Index idx
1209 status collapsed
1210
1211 \begin_layout Plain Layout
1212 Abbildungen ! Bildformate
1213 \end_layout
1214
1215 \end_inset
1216
1217
1218 \end_layout
1219
1220 \begin_layout Standard
1221 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1222  Aber wie in Anhang
1223 \begin_inset space ~
1224 \end_inset
1225
1226
1227 \begin_inset CommandInset ref
1228 LatexCommand ref
1229 reference "kap:Ausgabedatei-Formate"
1230
1231 \end_inset
1232
1233  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1234  LyX benutzt im Hintergrund das Programm
1235 \family typewriter
1236  ImageMagick
1237 \family default
1238 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1239  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1240  vermeiden.
1241  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1242  werden können.
1243  Diese Formate werden in Anhang
1244 \begin_inset space ~
1245 \end_inset
1246
1247
1248 \begin_inset CommandInset ref
1249 LatexCommand ref
1250 reference "kap:Ausgabedatei-Formate"
1251
1252 \end_inset
1253
1254  beschrieben.
1255 \end_layout
1256
1257 \begin_layout Standard
1258 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1259 \end_layout
1260
1261 \begin_layout Description
1262 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1263  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1264  
1265 \emph on
1266 pixelig
1267 \emph default
1268  aus.
1269  Bekannte Pixel-Formate sind 
1270 \begin_inset Quotes gld
1271 \end_inset
1272
1273 Graphics Interchange Format
1274 \begin_inset Quotes grd
1275 \end_inset
1276
1277  (GIF, Dateiendung
1278 \family typewriter
1279  
1280 \family default
1281
1282 \begin_inset Quotes gld
1283 \end_inset
1284
1285
1286 \family typewriter
1287 .gif
1288 \family default
1289
1290 \begin_inset Quotes grd
1291 \end_inset
1292
1293 )
1294 \begin_inset Index idx
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 GIF
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Quotes gld
1305 \end_inset
1306
1307 Portable Network Graphics
1308 \begin_inset Quotes grd
1309 \end_inset
1310
1311  (PNG, Dateiendung 
1312 \begin_inset Quotes gld
1313 \end_inset
1314
1315
1316 \family typewriter
1317 .png
1318 \family default
1319
1320 \begin_inset Quotes grd
1321 \end_inset
1322
1323 )
1324 \begin_inset Index idx
1325 status collapsed
1326
1327 \begin_layout Plain Layout
1328 PNG
1329 \end_layout
1330
1331 \end_inset
1332
1333
1334 \begin_inset Quotes gld
1335 \end_inset
1336
1337 Joint Photographic Experts Group
1338 \begin_inset Quotes grd
1339 \end_inset
1340
1341  (JPEG, Dateiendung
1342 \family typewriter
1343  
1344 \family default
1345
1346 \begin_inset Quotes gld
1347 \end_inset
1348
1349
1350 \family typewriter
1351 .jpg
1352 \family default
1353
1354 \begin_inset Quotes grd
1355 \end_inset
1356
1357  oder 
1358 \begin_inset Quotes gld
1359 \end_inset
1360
1361
1362 \family typewriter
1363 .jpeg
1364 \family default
1365
1366 \begin_inset Quotes grd
1367 \end_inset
1368
1369 )
1370 \begin_inset Index idx
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 JPG, JPEG
1375 \end_layout
1376
1377 \end_inset
1378
1379  und 
1380 \begin_inset Quotes gld
1381 \end_inset
1382
1383 Windows Bitmap
1384 \begin_inset Quotes grd
1385 \end_inset
1386
1387  (BMP, Dateiendung 
1388 \begin_inset Quotes gld
1389 \end_inset
1390
1391
1392 \family typewriter
1393 .bmp
1394 \family default
1395
1396 \begin_inset Quotes grd
1397 \end_inset
1398
1399 )
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 BMP
1405 \end_layout
1406
1407 \end_inset
1408
1409 .
1410 \end_layout
1411
1412 \begin_layout Description
1413 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1414  auf jede beliebige Größe skaliert werden.
1415  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1416  zoomen zu können.
1417 \begin_inset Newline newline
1418 \end_inset
1419
1420 Bekannte Formate sind 
1421 \begin_inset Quotes gld
1422 \end_inset
1423
1424 Scalable Vector Graphics
1425 \begin_inset Quotes grd
1426 \end_inset
1427
1428  (SVG, Dateiendung
1429 \family typewriter
1430  
1431 \family default
1432
1433 \begin_inset Quotes gld
1434 \end_inset
1435
1436
1437 \family typewriter
1438 .svg
1439 \family default
1440
1441 \begin_inset Quotes grd
1442 \end_inset
1443
1444 )
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 SVG
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \begin_inset Quotes gld
1456 \end_inset
1457
1458 Encapsulated PostScript
1459 \begin_inset Quotes grd
1460 \end_inset
1461
1462  (EPS, Dateiendung 
1463 \begin_inset Quotes gld
1464 \end_inset
1465
1466
1467 \family typewriter
1468 .eps
1469 \family default
1470
1471 \begin_inset Quotes grd
1472 \end_inset
1473
1474 )
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 EPS
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \begin_inset Quotes gld
1486 \end_inset
1487
1488 Portable Document Format
1489 \begin_inset Quotes grd
1490 \end_inset
1491
1492  (PDF, Dateiendung
1493 \family typewriter
1494  
1495 \family default
1496
1497 \begin_inset Quotes gld
1498 \end_inset
1499
1500
1501 \family typewriter
1502 .pdf
1503 \family default
1504
1505 \begin_inset Quotes grd
1506 \end_inset
1507
1508 )
1509 \begin_inset Index idx
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513 PDF
1514 \end_layout
1515
1516 \end_inset
1517
1518  und 
1519 \begin_inset Quotes gld
1520 \end_inset
1521
1522 Windows Metafile
1523 \begin_inset Quotes grd
1524 \end_inset
1525
1526  (WMF, Dateiendung 
1527 \begin_inset Quotes gld
1528 \end_inset
1529
1530
1531 \family typewriter
1532 .wmf
1533 \family default
1534
1535 \begin_inset Quotes grd
1536 \end_inset
1537
1538 )
1539 \begin_inset Index idx
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 WMF
1544 \end_layout
1545
1546 \end_inset
1547
1548 .
1549 \end_layout
1550
1551 \begin_layout Standard
1552 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1553  das Ergebnis ist immer noch ein Pixelbild.
1554  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1555  hinzugefügt.
1556 \begin_inset Foot
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 Bei PDF wird das Originalbild auch noch komprimiert.
1561 \end_layout
1562
1563 \end_inset
1564
1565  Die PDF-Dateien, die 
1566 \family typewriter
1567 Adobe Photoshop
1568 \family default
1569  erzeugt, sind zum Beispiel Pixelbilder.
1570 \end_layout
1571
1572 \begin_layout Standard
1573 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1574  umgekehrt.
1575  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1576  eingefügt werden.
1577  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1578  erzeugt wird, weil es zur Zeit keine WMF/SVG
1579 \begin_inset Formula $\to$
1580 \end_inset
1581
1582 PDF/EPS Konverter gibt.
1583 \end_layout
1584
1585 \begin_layout Chapter
1586 Tabellen
1587 \begin_inset Index idx
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 Tabellen
1592 \end_layout
1593
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \begin_layout Section
1600 Einführung
1601 \begin_inset Index idx
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605 Tabellen ! Einführung
1606 \end_layout
1607
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \begin_layout Standard
1614 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1615 \begin_inset Graphics
1616         filename ../../images/tabular-insert.png
1617         scale 70
1618         scaleBeforeRotation
1619
1620
1621 \end_inset
1622
1623  oder das Menü 
1624 \family sans
1625 Einfügen\SpecialChar \menuseparator
1626 Tabelle
1627 \family default
1628  einfügen.
1629  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1630 \begin_inset space \thinspace{}
1631 \end_inset
1632
1633 -Tabelle.
1634  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1635  und die Größe der dunkelblauen Tabelle angezeigt.
1636  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1637  ein.
1638  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1639  Spaltenanzahl festlegen können.
1640 \end_layout
1641
1642 \begin_layout Standard
1643 In der so erstellten Tabelle ist jede Zelle umrandet.
1644  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1645  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1646  die zweite Zeile eine Linie oberhalb haben.
1647  Hier ist ein Beispiel:
1648 \end_layout
1649
1650 \begin_layout Standard
1651 \align center
1652 \begin_inset Tabular
1653 <lyxtabular version="3" rows="5" columns="4">
1654 <features tabularvalignment="middle">
1655 <column alignment="center" valignment="top" width="0">
1656 <column alignment="center" valignment="top" width="0">
1657 <column alignment="center" valignment="top" width="0">
1658 <column alignment="center" valignment="top" width="0">
1659 <row>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Plain Layout
1673
1674 \family roman
1675 \series medium
1676 \shape up
1677 \size normal
1678 \emph off
1679 \bar no
1680 \noun off
1681 \color none
1682 1
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691 2
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700 3
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 </row>
1706 <row>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \family roman
1713 \series medium
1714 \shape up
1715 \size normal
1716 \emph off
1717 \bar no
1718 \noun off
1719 \color none
1720 A
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 </row>
1753 <row>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \family roman
1760 \series medium
1761 \shape up
1762 \size normal
1763 \emph off
1764 \bar no
1765 \noun off
1766 \color none
1767 B
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 C
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852 D
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 </lyxtabular>
1886
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \begin_layout Section
1893 Tabellen-Einstellungen
1894 \begin_inset Index idx
1895 status collapsed
1896
1897 \begin_layout Plain Layout
1898 Tabellen ! Einstellungen
1899 \end_layout
1900
1901 \end_inset
1902
1903
1904 \end_layout
1905
1906 \begin_layout Standard
1907 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1908  Maustaste draufklicken.
1909  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1910 \family sans
1911 Einstellungen
1912 \family default
1913  steht.
1914  Ein Klick darauf öffnet das Fenster 
1915 \family sans
1916 Tabellen-Einstellungen
1917 \family default
1918 .
1919  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1920  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1921  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1922  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1923  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1924  Auswahl.
1925  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1926 \emph on
1927 Inhalt
1928 \emph default
1929  einer Zelle oder die Zelle selber ausgewählt haben.
1930  Das 
1931 \family sans
1932 Tabellen-Einstellungen
1933 \family default
1934 -Menü hat folgende Karteikarten:
1935 \end_layout
1936
1937 \begin_layout Description
1938
1939 \family sans
1940 Tabellen-Einstellungen
1941 \family default
1942  Hier können Sie die 
1943 \family sans
1944 Horizontale
1945 \begin_inset space ~
1946 \end_inset
1947
1948 Ausrichtung
1949 \family default
1950  der momentanen Spalte und die 
1951 \family sans
1952 Spaltenbreite
1953 \family default
1954  festlegen.
1955  Wenn Sie eine 
1956 \family sans
1957 Spaltenbreite
1958 \family default
1959  festgelegt haben, können Sie auch eine 
1960 \family sans
1961 Vertikale
1962 \begin_inset space ~
1963 \end_inset
1964
1965 Ausrichtung
1966 \family default
1967  der momentanen Zeile wählen.
1968  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1969  Absätze haben, wie in Abschnitt
1970 \begin_inset space ~
1971 \end_inset
1972
1973
1974 \begin_inset CommandInset ref
1975 LatexCommand ref
1976 reference "uab:Mehrfache-Zeilen-in"
1977
1978 \end_inset
1979
1980  beschrieben.
1981  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1982 \begin_inset Newline newline
1983 \end_inset
1984
1985 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1986  als 
1987 \family sans
1988 Mehrfachspalte
1989 \family default
1990  definieren, wie in Abschnitt
1991 \begin_inset space ~
1992 \end_inset
1993
1994
1995 \begin_inset CommandInset ref
1996 LatexCommand ref
1997 reference "uab:Mehrfachspalten"
1998
1999 \end_inset
2000
2001  beschrieben.
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2006  den Uhrzeigersinn um 90° drehen.
2007  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2008 \begin_inset Newline newline
2009 \end_inset
2010
2011
2012 \begin_inset Note Greyedout
2013 status open
2014
2015 \begin_layout Plain Layout
2016
2017 \series bold
2018 Achtung:
2019 \series default
2020  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2021 \end_layout
2022
2023 \end_inset
2024
2025
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 Man kann auch ein 
2030 \family sans
2031 LaTe
2032 \begin_inset ERT
2033 status collapsed
2034
2035 \begin_layout Plain Layout
2036
2037 {}
2038 \end_layout
2039
2040 \end_inset
2041
2042 X-Argument
2043 \family default
2044  für besondere Tabellen-Formatierun\SpecialChar \-
2045 gen einfügen, wie in den Abschnitten
2046  
2047 \begin_inset CommandInset ref
2048 LatexCommand ref
2049 reference "uab:Mehrfachspalten-Berechnungen"
2050
2051 \end_inset
2052
2053  und 
2054 \begin_inset CommandInset ref
2055 LatexCommand ref
2056 reference "abs:Farbige-Tabellen"
2057
2058 \end_inset
2059
2060  beschrieben.
2061 \end_layout
2062
2063 \begin_layout Description
2064
2065 \family sans
2066 Rahmen
2067 \family default
2068  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2069  hinzufügen und löschen.
2070 \begin_inset Newline newline
2071 \end_inset
2072
2073 Wenn Sie die Stil-Option
2074 \family sans
2075  Formal
2076 \family default
2077  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2078 \begin_inset space ~
2079 \end_inset
2080
2081
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "abs:Formale-Tabellen"
2085
2086 \end_inset
2087
2088  beschrieben, konvertiert.
2089 \begin_inset Newline newline
2090 \end_inset
2091
2092 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2093 \begin_inset space ~
2094 \end_inset
2095
2096
2097 \begin_inset CommandInset ref
2098 LatexCommand ref
2099 reference "uab:Zeilenabstand"
2100
2101 \end_inset
2102
2103  beschrieben.
2104 \end_layout
2105
2106 \begin_layout Description
2107
2108 \family sans
2109 Lange
2110 \begin_inset space ~
2111 \end_inset
2112
2113 Tabelle
2114 \family default
2115  Hier kann eine Tabelle als 
2116 \family sans
2117 Lange
2118 \begin_inset space ~
2119 \end_inset
2120
2121 Tabelle
2122 \family default
2123  definiert werden, die über mehrere Seiten reicht.
2124  Die Abschnitte
2125 \begin_inset space ~
2126 \end_inset
2127
2128
2129 \begin_inset CommandInset ref
2130 LatexCommand ref
2131 reference "abs:Lange-Tabellen"
2132
2133 \end_inset
2134
2135  und 
2136 \begin_inset CommandInset ref
2137 LatexCommand ref
2138 reference "abs:Special-Longtable-Issues"
2139
2140 \end_inset
2141
2142  beschreiben diese Funktion genauer.
2143 \end_layout
2144
2145 \begin_layout Standard
2146 Wenn das Menü 
2147 \family sans
2148 Tabellen-Einstellungen
2149 \family default
2150  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2151  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2152 \end_layout
2153
2154 \begin_layout Section
2155 Tabellen-Werkzeugleiste
2156 \begin_inset Index idx
2157 status collapsed
2158
2159 \begin_layout Plain Layout
2160 Tabellen ! Werkzeugleiste
2161 \end_layout
2162
2163 \end_inset
2164
2165
2166 \end_layout
2167
2168 \begin_layout Standard
2169 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2170 \family sans
2171 Tabellen-Einstellungen
2172 \family default
2173 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2174  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2175  LyX-Fensters.
2176 \end_layout
2177
2178 \begin_layout Standard
2179 Die Werkzeugleiste hat folgende Knöpfe:
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184 \begin_inset Graphics
2185         filename ../../images/tabular-feature_append-row.png
2186         scaleBeforeRotation
2187
2188 \end_inset
2189
2190  Fügt eine Zeile unterhalb der momentanen an
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_append-column.png
2197         scaleBeforeRotation
2198
2199 \end_inset
2200
2201  Fügt eine Spalte rechts von der momentanen an
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206 \begin_inset Graphics
2207         filename ../../images/tabular-feature_delete-row.png
2208         scaleBeforeRotation
2209
2210 \end_inset
2211
2212  Löscht die ausgewählte(n) Zeile(n)
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217 \begin_inset Graphics
2218         filename ../../images/tabular-feature_delete-column.png
2219         scaleBeforeRotation
2220
2221 \end_inset
2222
2223  Löscht die ausgewählte(n) Spalte(n)
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Graphics
2229         filename ../../images/tabular-feature_toggle-line-top.png
2230         scaleBeforeRotation
2231
2232 \end_inset
2233
2234  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2235  wenn der Knopf grau hinterlegt ist
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240 \begin_inset Graphics
2241         filename ../../images/tabular-feature_toggle-line-bottom.png
2242         scaleBeforeRotation
2243
2244 \end_inset
2245
2246  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2247  wenn der Knopf grau hinterlegt ist
2248 \end_layout
2249
2250 \begin_layout Labeling
2251 \labelwidthstring 00.00.0000
2252 \begin_inset Graphics
2253         filename ../../images/tabular-feature_toggle-line-left.png
2254         scaleBeforeRotation
2255
2256 \end_inset
2257
2258  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2259  wenn der Knopf grau hinterlegt ist
2260 \end_layout
2261
2262 \begin_layout Labeling
2263 \labelwidthstring 00.00.0000
2264 \begin_inset Graphics
2265         filename ../../images/tabular-feature_toggle-line-right.png
2266         scaleBeforeRotation
2267
2268 \end_inset
2269
2270  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2271  wenn der Knopf grau hinterlegt ist
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../../images/tabular-feature_set-all-lines.png
2278         scaleBeforeRotation
2279
2280 \end_inset
2281
2282  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Graphics
2288         filename ../../images/tabular-feature_unset-all-lines.png
2289         scaleBeforeRotation
2290
2291 \end_inset
2292
2293  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298 \begin_inset Graphics
2299         filename ../../images/tabular-feature_m-align-left.png
2300         scaleBeforeRotation
2301
2302 \end_inset
2303
2304  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2305 \end_layout
2306
2307 \begin_layout Labeling
2308 \labelwidthstring 00.00.0000
2309 \begin_inset Graphics
2310         filename ../../images/tabular-feature_m-align-center.png
2311         scaleBeforeRotation
2312
2313 \end_inset
2314
2315  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2316 \end_layout
2317
2318 \begin_layout Labeling
2319 \labelwidthstring 00.00.0000
2320 \begin_inset Graphics
2321         filename ../../images/tabular-feature_m-align-right.png
2322         scaleBeforeRotation
2323
2324 \end_inset
2325
2326  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2327 \end_layout
2328
2329 \begin_layout Labeling
2330 \labelwidthstring 00.00.0000
2331 \begin_inset Graphics
2332         filename ../../images/tabular-feature_m-valign-top.png
2333         scaleBeforeRotation
2334
2335 \end_inset
2336
2337  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2338 \end_layout
2339
2340 \begin_layout Labeling
2341 \labelwidthstring 00.00.0000
2342 \begin_inset Graphics
2343         filename ../../images/tabular-feature_m-valign-middle.png
2344         scaleBeforeRotation
2345
2346 \end_inset
2347
2348  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2349 \end_layout
2350
2351 \begin_layout Labeling
2352 \labelwidthstring 00.00.0000
2353 \begin_inset Graphics
2354         filename ../../images/tabular-feature_m-valign-bottom.png
2355         scaleBeforeRotation
2356
2357 \end_inset
2358
2359  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2360 \end_layout
2361
2362 \begin_layout Labeling
2363 \labelwidthstring 00.00.0000
2364 \begin_inset Graphics
2365         filename ../../images/tabular-feature_set-rotate-cell.png
2366         scaleBeforeRotation
2367
2368 \end_inset
2369
2370  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2371 \end_layout
2372
2373 \begin_layout Labeling
2374 \labelwidthstring 00.00.0000
2375 \begin_inset Graphics
2376         filename ../../images/tabular-feature_set-rotate-tabular.png
2377         scaleBeforeRotation
2378
2379 \end_inset
2380
2381  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2382 \end_layout
2383
2384 \begin_layout Labeling
2385 \labelwidthstring 00.00.0000
2386 \begin_inset Graphics
2387         filename ../../images/tabular-feature_multicolumn.png
2388         scaleBeforeRotation
2389
2390 \end_inset
2391
2392  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2393 \end_layout
2394
2395 \begin_layout Standard
2396 \begin_inset Note Greyedout
2397 status open
2398
2399 \begin_layout Plain Layout
2400
2401 \series bold
2402 Bemerkung:
2403 \series default
2404  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2405  Reihe für alle Zelle der Reihe verwendet.
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Section
2414 Bearbeiten-Menü
2415 \begin_inset Index idx
2416 status collapsed
2417
2418 \begin_layout Plain Layout
2419 Tabellen ! Bearbeiten-Menü
2420 \end_layout
2421
2422 \end_inset
2423
2424
2425 \end_layout
2426
2427 \begin_layout Standard
2428 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2429  Wenn der Cursor in einer Tabelle steht, sind im 
2430 \family sans
2431 Bearbeiten
2432 \family default
2433 -Menü folgende Punkte aktiviert: 
2434 \family sans
2435 Tabelle
2436 \family default
2437
2438 \family sans
2439 Zeilen
2440 \begin_inset space ~
2441 \end_inset
2442
2443 &
2444 \begin_inset space ~
2445 \end_inset
2446
2447 Spalten
2448 \family default
2449  und 
2450 \family sans
2451 Tabellen-Einstellungen
2452 \family default
2453 .
2454  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2455 ngsmöglichkeiten zu erreichen.
2456 \end_layout
2457
2458 \begin_layout Section
2459 Gleitende Tabellen
2460 \begin_inset CommandInset label
2461 LatexCommand label
2462 name "abs:Gleitende-Tabellen"
2463
2464 \end_inset
2465
2466
2467 \begin_inset Index idx
2468 status collapsed
2469
2470 \begin_layout Plain Layout
2471 Gleitobjekte ! Tabellen
2472 \end_layout
2473
2474 \end_inset
2475
2476
2477 \begin_inset Index idx
2478 status collapsed
2479
2480 \begin_layout Plain Layout
2481 Tabellen ! gleitende
2482 \end_layout
2483
2484 \end_inset
2485
2486
2487 \end_layout
2488
2489 \begin_layout Standard
2490 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2491 \begin_inset space ~
2492 \end_inset
2493
2494
2495 \begin_inset CommandInset ref
2496 LatexCommand ref
2497 reference "abs:Gleitobjekte-Einleitung"
2498
2499 \end_inset
2500
2501 .
2502 \end_layout
2503
2504 \begin_layout Standard
2505 \begin_inset Float table
2506 placement h
2507 wide false
2508 sideways false
2509 status open
2510
2511 \begin_layout Plain Layout
2512 \begin_inset Caption
2513
2514 \begin_layout Plain Layout
2515 \begin_inset CommandInset label
2516 LatexCommand label
2517 name "tab:a table float"
2518
2519 \end_inset
2520
2521 Eine gleitende Tabelle
2522 \end_layout
2523
2524 \end_inset
2525
2526
2527 \end_layout
2528
2529 \begin_layout Plain Layout
2530 \align center
2531 \begin_inset Tabular
2532 <lyxtabular version="3" rows="3" columns="3">
2533 <features tabularvalignment="middle">
2534 <column alignment="center" valignment="top" width="0pt">
2535 <column alignment="center" valignment="top" width="0pt">
2536 <column alignment="center" valignment="top" width="0pt">
2537 <row>
2538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \family roman
2544 \series medium
2545 \shape up
2546 \size normal
2547 \emph off
2548 \bar no
2549 \noun off
2550 \color none
2551 1
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \family roman
2562 \series medium
2563 \shape up
2564 \size normal
2565 \emph off
2566 \bar no
2567 \noun off
2568 \color none
2569 2
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2575 \begin_inset Text
2576
2577 \begin_layout Plain Layout
2578
2579 \family roman
2580 \series medium
2581 \shape up
2582 \size normal
2583 \emph off
2584 \bar no
2585 \noun off
2586 \color none
2587 3
2588 \end_layout
2589
2590 \end_inset
2591 </cell>
2592 </row>
2593 <row>
2594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2595 \begin_inset Text
2596
2597 \begin_layout Plain Layout
2598
2599 \family roman
2600 \series medium
2601 \shape up
2602 \size normal
2603 \emph off
2604 \bar no
2605 \noun off
2606 \color none
2607 Martin
2608 \end_layout
2609
2610 \end_inset
2611 </cell>
2612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2613 \begin_inset Text
2614
2615 \begin_layout Plain Layout
2616
2617 \family roman
2618 \series medium
2619 \shape up
2620 \size normal
2621 \emph off
2622 \bar no
2623 \noun off
2624 \color none
2625 Lena
2626 \end_layout
2627
2628 \end_inset
2629 </cell>
2630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2631 \begin_inset Text
2632
2633 \begin_layout Plain Layout
2634
2635 \family roman
2636 \series medium
2637 \shape up
2638 \size normal
2639 \emph off
2640 \bar no
2641 \noun off
2642 \color none
2643 Alina
2644 \end_layout
2645
2646 \end_inset
2647 </cell>
2648 </row>
2649 <row>
2650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2651 \begin_inset Text
2652
2653 \begin_layout Plain Layout
2654
2655 \family roman
2656 \series medium
2657 \shape up
2658 \size normal
2659 \emph off
2660 \bar no
2661 \noun off
2662 \color none
2663 \begin_inset Formula $\int x^{2}dx$
2664 \end_inset
2665
2666
2667 \end_layout
2668
2669 \end_inset
2670 </cell>
2671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2672 \begin_inset Text
2673
2674 \begin_layout Plain Layout
2675
2676 \family roman
2677 \series medium
2678 \shape up
2679 \size normal
2680 \emph off
2681 \bar no
2682 \noun off
2683 \color none
2684 \begin_inset Formula $\left[\begin{array}{cc}
2685 a & b\\
2686 c & d
2687 \end{array}\right]$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 \begin_inset Formula $1+1=2$
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 </lyxtabular>
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 Gleitende Tabellen können über 
2731 \family sans
2732 Einfügen\SpecialChar \menuseparator
2733 Gleitobjekt\SpecialChar \menuseparator
2734 Tabelle
2735 \family default
2736  oder einen Klick auf den Werkzeugleistenknopf 
2737 \begin_inset Graphics
2738         filename ../../images/float-insert_table.png
2739         scale 70
2740         scaleBeforeRotation
2741
2742
2743 \end_inset
2744
2745  erzeugt werden.
2746  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2747  In das rot umrahmte Feld rechts von 
2748 \emph on
2749 Tabelle
2750 \begin_inset space ~
2751 \end_inset
2752
2753 Nr:
2754 \emph default
2755  schreiben Sie die Tabellenbeschriftung.
2756  Nach einem Klick oberhalb oder unterhalb von 
2757 \emph on
2758 Tabelle
2759 \begin_inset space ~
2760 \end_inset
2761
2762 Nr:
2763 \emph default
2764  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2765 \begin_inset Graphics
2766         filename ../../images/tabular-insert.png
2767         scale 70
2768         scaleBeforeRotation
2769
2770
2771 \end_inset
2772
2773  oder dem Menü 
2774 \family sans
2775 Einfügen\SpecialChar \menuseparator
2776 Tabelle
2777 \family default
2778  einfügen.
2779 \end_layout
2780
2781 \begin_layout Standard
2782 Tabelle
2783 \begin_inset space ~
2784 \end_inset
2785
2786
2787 \begin_inset CommandInset ref
2788 LatexCommand ref
2789 reference "tab:a table float"
2790
2791 \end_inset
2792
2793  ist ein Beispiel für eine gleitende Tabelle.
2794 \end_layout
2795
2796 \begin_layout Standard
2797 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2798 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2799  Das bedeutet, dass bei den Klassen 
2800 \family sans
2801 article
2802 \family default
2803
2804 \family sans
2805 book
2806 \family default
2807
2808 \family sans
2809 letter
2810 \family default
2811 , und 
2812 \family sans
2813 report
2814 \family default
2815  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2816  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2817 \series bold
2818 caption
2819 \series default
2820
2821 \begin_inset Index idx
2822 status collapsed
2823
2824 \begin_layout Plain Layout
2825 LaTeX-Pakete ! caption
2826 \end_layout
2827
2828 \end_inset
2829
2830  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2831 \begin_inset Foot
2832 status open
2833
2834 \begin_layout Plain Layout
2835 Näheres finden Sie im Abschnitt
2836 \begin_inset space ~
2837 \end_inset
2838
2839
2840 \begin_inset CommandInset ref
2841 LatexCommand ref
2842 reference "abs:Titel-Platzierung"
2843
2844 \end_inset
2845
2846 .
2847 \end_layout
2848
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \begin_layout Standard
2855
2856 \series bold
2857 tableposition=top
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Das Paket 
2862 \series bold
2863 caption
2864 \series default
2865 , das in Abschnitt
2866 \begin_inset space ~
2867 \end_inset
2868
2869
2870 \begin_inset CommandInset ref
2871 LatexCommand ref
2872 reference "abs:Titel-Formatierung"
2873
2874 \end_inset
2875
2876  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2877 \end_layout
2878
2879 \begin_layout Standard
2880 \begin_inset Index idx
2881 status collapsed
2882
2883 \begin_layout Plain Layout
2884 Querverweise ! auf Tabellen
2885 \end_layout
2886
2887 \end_inset
2888
2889 Auf Tabellen kann über ihre Marke verwiesen werden.
2890  Dafür fügen Sie in der Beschriftung mit 
2891 \family sans
2892 Einfügen\SpecialChar \menuseparator
2893 Marke
2894 \family default
2895  oder durch Klicken auf 
2896 \begin_inset Graphics
2897         filename ../../images/label-insert.png
2898         scale 70
2899         scaleBeforeRotation
2900
2901
2902 \end_inset
2903
2904  eine Marke ein.
2905  Auf diese können Sie dann wie gewohnt mit 
2906 \family sans
2907 Einfügen\SpecialChar \menuseparator
2908 Querverweis
2909 \family default
2910  oder durch Klicken auf 
2911 \begin_inset Graphics
2912         filename ../../images/dialog-show-new-inset_ref.png
2913         scale 70
2914         scaleBeforeRotation
2915
2916
2917 \end_inset
2918
2919  verweisen.
2920  Verweise werden detailliert in Abschnitt
2921 \begin_inset space ~
2922 \end_inset
2923
2924
2925 \begin_inset CommandInset ref
2926 LatexCommand ref
2927 reference "abs:Auf-Gleitobjekte-verweisen"
2928
2929 \end_inset
2930
2931  beschrieben.
2932 \end_layout
2933
2934 \begin_layout Section
2935 Lange Tabellen
2936 \begin_inset CommandInset label
2937 LatexCommand label
2938 name "abs:Lange-Tabellen"
2939
2940 \end_inset
2941
2942
2943 \begin_inset Index idx
2944 status collapsed
2945
2946 \begin_layout Plain Layout
2947 Tabellen ! lange
2948 \end_layout
2949
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \begin_layout Standard
2956 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2957  Dialogfenster 
2958 \family sans
2959 Tabellen-Einstellungen
2960 \family default
2961  auf der Karteikarte  
2962 \family sans
2963 Lange
2964 \begin_inset space ~
2965 \end_inset
2966
2967 Tabelle
2968 \family default
2969  die Option 
2970 \family sans
2971 Lange
2972 \begin_inset space ~
2973 \end_inset
2974
2975 Tabelle
2976 \begin_inset space ~
2977 \end_inset
2978
2979 verwenden
2980 \family default
2981  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2982  Wird dies gemacht, werden folgende Optionen freigeschaltet:
2983 \end_layout
2984
2985 \begin_layout Description
2986 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
2987  festgelegt; mit Ausnahme der ersten, wenn 
2988 \family sans
2989 Erste
2990 \begin_inset space ~
2991 \end_inset
2992
2993 Kopfzeile
2994 \family default
2995  aktiviert ist.
2996 \end_layout
2997
2998 \begin_layout Description
2999 Erste
3000 \lang english
3001
3002 \begin_inset space ~
3003 \end_inset
3004
3005
3006 \lang ngerman
3007 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3008  Seite einer mehrseitigen Tabelle definiert.
3009 \end_layout
3010
3011 \begin_layout Description
3012 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3013  mit Ausnahme der letzten, wenn 
3014 \family sans
3015 Letzte
3016 \begin_inset space ~
3017 \end_inset
3018
3019 Fußzeile
3020 \family default
3021  aktiviert ist.
3022 \end_layout
3023
3024 \begin_layout Description
3025 Letzte
3026 \begin_inset space ~
3027 \end_inset
3028
3029 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3030  einer mehrseitigen Tabelle definiert.
3031 \end_layout
3032
3033 \begin_layout Description
3034 Legende: Die aktuelle Zeile enthält die Legende.
3035  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3036  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3037 \begin_inset space ~
3038 \end_inset
3039
3040
3041 \begin_inset CommandInset ref
3042 LatexCommand ref
3043 reference "uab:Beschriftungen-langer-Tabellen"
3044
3045 \end_inset
3046
3047  erklärt.
3048 \end_layout
3049
3050 \begin_layout Standard
3051 Hier ist ein Beispiel einer langen Tabelle:
3052 \end_layout
3053
3054 \begin_layout Standard
3055 \align center
3056 \begin_inset Tabular
3057 <lyxtabular version="3" rows="69" columns="3">
3058 <features islongtable="true" longtabularalignment="center">
3059 <column alignment="left" valignment="top" width="0cm">
3060 <column alignment="left" valignment="top" width="0pt">
3061 <column alignment="right" valignment="top" width="0pt">
3062 <row endfirsthead="true">
3063 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \series bold
3069 Telefonliste (ignoriere die Namen)
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 <row endfirsthead="true">
3094 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \series bold
3100 NAME
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118
3119 \series bold
3120 TEL.
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 </row>
3126 <row endhead="true">
3127 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \series bold
3133 Telefonliste
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row endhead="true">
3158 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \series bold
3164 NAME
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182
3183 \series bold
3184 TEL.
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 </row>
3190 <row endfoot="true">
3191 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195
3196 \series bold
3197 wird fortgesetzt
3198 \series default
3199  \SpecialChar \ldots{}
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row>
3225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \series bold
3231 Annovi
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell alignment="center" valignment="top" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240 Silvia
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 111
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row>
3256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \series bold
3262 Bertoli
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Stefano
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 111
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \series bold
3293 Bozzi
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 Walter
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 111
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row>
3318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \series bold
3324 Cachia
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Maria
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 111
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \series bold
3355 Cachia
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 Maurizio
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 111
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 </row>
3379 <row>
3380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \series bold
3386 Cinquemani
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 Giusi
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 111
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row>
3411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \series bold
3417 Colin
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 Bernard
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 111
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row>
3442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Concli
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 Gianfranco
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 111
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row>
3473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 Dal Bosco
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Carolina
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 111
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row>
3504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Dalpiaz
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Annamaria
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 111
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 Feliciello
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Domenico
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 111
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row>
3566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570
3571 \series bold
3572 Focarelli
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Paola
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 111
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Galletti
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Oreste
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Gasparini
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Franca
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Rizzardi
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Paola
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Lassini
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Giancarlo
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Malfatti
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Luciano
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Malfatti
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Valeriano
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Meneguzzo
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Roberto
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Mezzadra
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Roberto
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Pirpamer
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Erich
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Pochiesa
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Paolo
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111, 222
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Radina
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Claudio
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Stuffer
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Oskar
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Tacchelli
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Ugo
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Tezzele
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Margit
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Unterkalmsteiner
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Frieda
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Vieider
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Hilde
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Vigna
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Jürgen
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Weber
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Maurizio
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Winkler
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Franz
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190  
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Annovi
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Silvia
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 555
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Bertoli
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Stefano
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 555
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Bozzi
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Walter
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 555
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Cachia
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Maria
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 555
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Cachia
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Maurizio
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 555
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Cinquemani
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Giusi
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 555
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Colin
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Bernard
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 555
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Concli
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Gianfranco
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 555
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Dal Bosco
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Carolina
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 555
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Dalpiaz
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Annamaria
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 555
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Feliciello
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Domenico
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 555
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Focarelli
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Paola
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 555
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Galletti
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Oreste
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Gasparini
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Franca
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Rizzardi
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Paola
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Lassini
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Giancarlo
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Malfatti
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Luciano
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Malfatti
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Valeriano
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Meneguzzo
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Roberto
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Mezzadra
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Roberto
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Pirpamer
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Erich
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Pochiesa
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Paolo
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555, 222
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Radina
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Claudio
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Stuffer
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Oskar
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Tacchelli
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Ugo
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Tezzele
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Margit
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Unterkalmsteiner
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Frieda
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Vieider
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Hilde
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Vigna
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Jürgen
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 999
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Weber
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Maurizio
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 555
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Winkler
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Franz
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row endlastfoot="true">
5176 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 Ende
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 </lyxtabular>
5205
5206 \end_inset
5207
5208
5209 \begin_inset ERT
5210 status collapsed
5211
5212 \begin_layout Plain Layout
5213
5214
5215 \backslash
5216 addtocounter{table}{-1}
5217 \end_layout
5218
5219 \end_inset
5220
5221
5222 \begin_inset Note Note
5223 status collapsed
5224
5225 \begin_layout Plain Layout
5226 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5227 \begin_inset space ~
5228 \end_inset
5229
5230
5231 \begin_inset CommandInset ref
5232 LatexCommand ref
5233 reference "uab:Beschriftungen-langer-Tabellen"
5234
5235 \end_inset
5236
5237
5238 \end_layout
5239
5240 \end_inset
5241
5242
5243 \end_layout
5244
5245 \begin_layout Subsection
5246 Fußnoten in langen Tabellen
5247 \begin_inset CommandInset label
5248 LatexCommand label
5249 name "uab:Fußnoten-in-langen"
5250
5251 \end_inset
5252
5253
5254 \begin_inset Index idx
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258 Tabellen ! lange ! Fußnoten
5259 \end_layout
5260
5261 \end_inset
5262
5263
5264 \end_layout
5265
5266 \begin_layout Standard
5267 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5268  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5269  Tabelle
5270 \begin_inset space ~
5271 \end_inset
5272
5273
5274 \begin_inset CommandInset ref
5275 LatexCommand ref
5276 reference "tab:DiffCaptions"
5277
5278 \end_inset
5279
5280  hat zum Beispiel eine Fußnote.
5281 \end_layout
5282
5283 \begin_layout Subsection
5284 Ausrichtung langer Tabellen
5285 \begin_inset Index idx
5286 status collapsed
5287
5288 \begin_layout Plain Layout
5289 Tabellen ! lange ! Ausrichtung
5290 \end_layout
5291
5292 \end_inset
5293
5294
5295 \end_layout
5296
5297 \begin_layout Standard
5298 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5299  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5300 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5301  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5302  Längen 
5303 \series bold
5304
5305 \backslash
5306 LTleft 
5307 \series default
5308 und 
5309 \series bold
5310
5311 \backslash
5312 LTright
5313 \series default
5314  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5315  wird:
5316 \end_layout
5317
5318 \begin_layout Standard
5319
5320 \series bold
5321
5322 \backslash
5323 setlength{
5324 \backslash
5325 LTleft}{Wert}
5326 \end_layout
5327
5328 \begin_layout Standard
5329 Wobei der Wert eine der in Tabelle
5330 \begin_inset space ~
5331 \end_inset
5332
5333
5334 \begin_inset CommandInset ref
5335 LatexCommand ref
5336 reference "tab:Maßeinheiten"
5337
5338 \end_inset
5339
5340  aufgelisteten Einheiten haben kann.
5341  
5342 \series bold
5343
5344 \backslash
5345 LTleft
5346 \series default
5347  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5348  
5349 \series bold
5350
5351 \backslash
5352 LTright
5353 \series default
5354  den Abstand von rechts.
5355  Die Voreinstellung für beide Werte ist 
5356 \series bold
5357
5358 \backslash
5359 fill
5360 \series default
5361 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5362  in LyX ist.
5363 \end_layout
5364
5365 \begin_layout Standard
5366 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5367 \series bold
5368
5369 \backslash
5370 LTleft
5371 \series default
5372  auf den Wert 0
5373 \begin_inset space \thinspace{}
5374 \end_inset
5375
5376 pt gesetzt wurde.
5377 \begin_inset ERT
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381
5382
5383 \backslash
5384 setlength{
5385 \backslash
5386 LTleft}{0pt}
5387 \end_layout
5388
5389 \end_inset
5390
5391
5392 \end_layout
5393
5394 \begin_layout Standard
5395 \begin_inset Tabular
5396 <lyxtabular version="3" rows="5" columns="5">
5397 <features islongtable="true" longtabularalignment="center">
5398 <column alignment="center" valignment="top" width="0">
5399 <column alignment="center" valignment="top" width="0">
5400 <column alignment="center" valignment="top" width="0">
5401 <column alignment="center" valignment="top" width="0">
5402 <column alignment="center" valignment="top" width="0">
5403 <row>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 1
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 2
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 3
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 4
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 5
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 </row>
5450 <row>
5451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 asd
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 s
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 s
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 s
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 asd
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 </row>
5497 <row>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 asd
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 s
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 s
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 s
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 asd
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 </row>
5544 <row>
5545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 asd
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 s
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 s
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 s
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 asd
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 </row>
5591 <row>
5592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 asd
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 asd
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 asd
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 asd
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 asd
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 </lyxtabular>
5639
5640 \end_inset
5641
5642
5643 \begin_inset ERT
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647
5648
5649 \backslash
5650 setlength{
5651 \backslash
5652 LTleft}{
5653 \backslash
5654 fill}
5655 \end_layout
5656
5657 \end_inset
5658
5659
5660 \begin_inset ERT
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664
5665
5666 \backslash
5667 addtocounter{table}{-1}
5668 \end_layout
5669
5670 \end_inset
5671
5672
5673 \begin_inset Note Note
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5678 \begin_inset space ~
5679 \end_inset
5680
5681
5682 \begin_inset CommandInset ref
5683 LatexCommand ref
5684 reference "uab:Beschriftungen-langer-Tabellen"
5685
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692
5693
5694 \end_layout
5695
5696 \begin_layout Subsection
5697 Beschriftungen langer Tabellen
5698 \begin_inset CommandInset label
5699 LatexCommand label
5700 name "uab:Beschriftungen-langer-Tabellen"
5701
5702 \end_inset
5703
5704
5705 \begin_inset Index idx
5706 status collapsed
5707
5708 \begin_layout Plain Layout
5709 Tabellen ! lange ! Titel
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \begin_layout Standard
5718 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5719  nur auf eine Seite gedruckt werden können.
5720  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5721 \begin_inset space ~
5722 \end_inset
5723
5724
5725 \begin_inset CommandInset ref
5726 LatexCommand ref
5727 reference "abs:Lange-Tabellen"
5728
5729 \end_inset
5730
5731  erklärt.
5732  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5733 \end_layout
5734
5735 \begin_layout Standard
5736 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5737 \end_layout
5738
5739 \begin_layout Standard
5740 \begin_inset Tabular
5741 <lyxtabular version="3" rows="6" columns="5">
5742 <features islongtable="true" longtabularalignment="center">
5743 <column alignment="center" valignment="top" width="0">
5744 <column alignment="center" valignment="top" width="0">
5745 <column alignment="center" valignment="top" width="0">
5746 <column alignment="center" valignment="top" width="0">
5747 <column alignment="center" valignment="top" width="0">
5748 <row caption="true">
5749 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 \begin_inset Caption
5754
5755 \begin_layout Plain Layout
5756 Eine lange Tabelle mit Titel
5757 \begin_inset Argument
5758 status open
5759
5760 \begin_layout Plain Layout
5761 Lange Tabelle
5762 \end_layout
5763
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 </row>
5813 <row>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 1
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 2
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 3
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 4
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 5
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 </row>
5860 <row>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 asd
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 s
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 s
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 s
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 </row>
5907 <row>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 asd
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 s
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 s
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 s
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 asd
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 asd
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 s
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 s
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 s
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 </row>
6001 <row>
6002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 asd
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 asd
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 </lyxtabular>
6049
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \begin_layout Standard
6056 \begin_inset VSpace medskip
6057 \end_inset
6058
6059
6060 \begin_inset Note Greyedout
6061 status open
6062
6063 \begin_layout Plain Layout
6064
6065 \series bold
6066 Bemerkung
6067 \begin_inset space ~
6068 \end_inset
6069
6070 1:
6071 \series default
6072  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6073  Titel vergeben.
6074  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6075 \begin_inset space ~
6076 \end_inset
6077
6078 2.4 auf Tabelle
6079 \begin_inset space ~
6080 \end_inset
6081
6082 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6083  Beschriftung sind.
6084  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6085  LaTeX-Befehl als TeX-Code einfügen:
6086 \end_layout
6087
6088 \begin_layout Plain Layout
6089
6090 \series bold
6091
6092 \backslash
6093 addtocounter{table}{-1}
6094 \end_layout
6095
6096 \begin_layout Plain Layout
6097 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6098  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6099 \end_layout
6100
6101 \begin_layout Plain Layout
6102
6103 \series bold
6104
6105 \backslash
6106 let
6107 \backslash
6108 myEnd
6109 \backslash
6110 endlongtable
6111 \begin_inset Newline newline
6112 \end_inset
6113
6114
6115 \backslash
6116 renewcommand{
6117 \backslash
6118 endlongtable}{
6119 \backslash
6120 myEnd
6121 \backslash
6122 addtocounter{table}{-1}}
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \begin_layout Standard
6131 \begin_inset Note Greyedout
6132 status open
6133
6134 \begin_layout Plain Layout
6135
6136 \series bold
6137 Bemerkung
6138 \begin_inset space ~
6139 \end_inset
6140
6141 2:
6142 \series default
6143  Wenn Sie 
6144 \series bold
6145 hyperref
6146 \series default
6147
6148 \begin_inset Index idx
6149 status collapsed
6150
6151 \begin_layout Plain Layout
6152 LaTeX-Pakete ! hyperref
6153 \end_layout
6154
6155 \end_inset
6156
6157  in den
6158 \family sans
6159  PDF-Eigenschaften
6160 \family default
6161  im 
6162 \family sans
6163 Dokument-Einstellungen
6164 \family default
6165  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6166  immer auf den Anfang des Dokuments zeigen.
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \begin_layout Subsubsection
6175 Querverweise auf 
6176 \family sans
6177 lange Tabelle
6178 \family default
6179 n
6180 \begin_inset Index idx
6181 status collapsed
6182
6183 \begin_layout Plain Layout
6184 Tabellen ! lange ! Querverweis
6185 \end_layout
6186
6187 \end_inset
6188
6189
6190 \end_layout
6191
6192 \begin_layout Standard
6193 \begin_inset Tabular
6194 <lyxtabular version="3" rows="6" columns="5">
6195 <features islongtable="true" longtabularalignment="center">
6196 <column alignment="center" valignment="top" width="0">
6197 <column alignment="center" valignment="top" width="0">
6198 <column alignment="center" valignment="top" width="0">
6199 <column alignment="center" valignment="top" width="0">
6200 <column alignment="center" valignment="top" width="0">
6201 <row caption="true">
6202 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 \begin_inset Caption
6207
6208 \begin_layout Plain Layout
6209 Lange Tabelle mit Marke
6210 \begin_inset CommandInset label
6211 LatexCommand label
6212 name "tab:LangeTabelle-mit-Marke"
6213
6214 \end_inset
6215
6216
6217 \end_layout
6218
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 <row>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 1
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 2
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 3
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 4
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 5
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 s
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 asd
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 s
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 s
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 <row>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 asd
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 sad
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 asd
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 asd
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 </row>
6498 </lyxtabular>
6499
6500 \end_inset
6501
6502
6503 \end_layout
6504
6505 \begin_layout Standard
6506 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6507  im Titel einfügen.
6508 \end_layout
6509
6510 \begin_layout Standard
6511 Dies ist ein Verweis auf Tabelle
6512 \begin_inset space ~
6513 \end_inset
6514
6515
6516 \begin_inset CommandInset ref
6517 LatexCommand ref
6518 reference "tab:LangeTabelle-mit-Marke"
6519
6520 \end_inset
6521
6522 .
6523 \end_layout
6524
6525 \begin_layout Standard
6526 Mit dem LaTeX-Paket 
6527 \series bold
6528 caption
6529 \series default
6530
6531 \begin_inset Index idx
6532 status collapsed
6533
6534 \begin_layout Plain Layout
6535 LaTeX-Pakete ! caption
6536 \end_layout
6537
6538 \end_inset
6539
6540 , siehe Abschnitt
6541 \begin_inset space ~
6542 \end_inset
6543
6544
6545 \begin_inset CommandInset ref
6546 LatexCommand ref
6547 reference "abs:Titel-Formatierung"
6548
6549 \end_inset
6550
6551 , können Sie alle anderen Beschriftungsoptionen benutzen.
6552 \end_layout
6553
6554 \begin_layout Subsubsection
6555 Titelbreite
6556 \begin_inset Index idx
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560 Tabellen ! lange ! Beschriftungsbreite
6561 \end_layout
6562
6563 \end_inset
6564
6565
6566 \end_layout
6567
6568 \begin_layout Standard
6569 Die maximale Titelbreite wird durch die Variable 
6570 \series bold
6571
6572 \backslash
6573 LTcapwidth
6574 \series default
6575  definiert.
6576  Ihr Standardwert ist 4
6577 \begin_inset space \thinspace{}
6578 \end_inset
6579
6580 Zoll (
6581 \begin_inset Formula $\approx10$
6582 \end_inset
6583
6584
6585 \begin_inset space \thinspace{}
6586 \end_inset
6587
6588 cm).
6589  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6590  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6591 \end_layout
6592
6593 \begin_layout Standard
6594
6595 \series bold
6596
6597 \backslash
6598 setlength{
6599 \backslash
6600 LTcapwidth}{Breite}
6601 \end_layout
6602
6603 \begin_layout Standard
6604 wobei die Breite eine der in Anhang
6605 \begin_inset space ~
6606 \end_inset
6607
6608
6609 \begin_inset CommandInset ref
6610 LatexCommand ref
6611 reference "kap:In-LyX-verfügbare"
6612
6613 \end_inset
6614
6615  aufgelisteten Einheiten haben kann.
6616 \end_layout
6617
6618 \begin_layout Standard
6619 Die beiden folgenden Tabellen zeigen den Unterschied:
6620 \end_layout
6621
6622 \begin_layout Standard
6623 \begin_inset Tabular
6624 <lyxtabular version="3" rows="6" columns="5">
6625 <features islongtable="true" longtabularalignment="center">
6626 <column alignment="center" valignment="top" width="0">
6627 <column alignment="center" valignment="top" width="0">
6628 <column alignment="center" valignment="top" width="0">
6629 <column alignment="center" valignment="top" width="0">
6630 <column alignment="center" valignment="top" width="0">
6631 <row caption="true">
6632 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 \begin_inset Caption
6637
6638 \begin_layout Plain Layout
6639 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6640 \begin_inset Argument
6641 status open
6642
6643 \begin_layout Plain Layout
6644 Titel mit Standardbreite
6645 \end_layout
6646
6647 \end_inset
6648
6649
6650 \end_layout
6651
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 1
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 2
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 3
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 4
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 5
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 </row>
6743 <row>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 asd
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 s
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 s
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 s
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 asd
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 </row>
6790 <row>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 asd
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 s
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 asd
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 </row>
6837 <row>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 asd
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 s
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 asd
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 </row>
6884 <row>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 sad
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 asd
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 </row>
6931 </lyxtabular>
6932
6933 \end_inset
6934
6935
6936 \end_layout
6937
6938 \begin_layout Standard
6939 \begin_inset ERT
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943
6944
6945 \backslash
6946 setlength{
6947 \backslash
6948 LTcapwidth}{5cm}
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \begin_inset Tabular
6955 <lyxtabular version="3" rows="6" columns="5">
6956 <features islongtable="true" longtabularalignment="center">
6957 <column alignment="center" valignment="top" width="0">
6958 <column alignment="center" valignment="top" width="0">
6959 <column alignment="center" valignment="top" width="0">
6960 <column alignment="center" valignment="top" width="0">
6961 <column alignment="center" valignment="top" width="0">
6962 <row caption="true">
6963 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 \begin_inset Caption
6968
6969 \begin_layout Plain Layout
6970 Langer Titel mit 5
6971 \begin_inset space \thinspace{}
6972 \end_inset
6973
6974 cm Breite, Langer Titel mit 5
6975 \begin_inset space \thinspace{}
6976 \end_inset
6977
6978 cm Breite
6979 \begin_inset Argument
6980 status open
6981
6982 \begin_layout Plain Layout
6983 Titel mit 5
6984 \begin_inset space \thinspace{}
6985 \end_inset
6986
6987 cm Breite
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 1
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 2
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 3
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 4
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 5
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 asd
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 s
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 </row>
7180 <row>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 asd
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 s
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 asd
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 </row>
7227 <row>
7228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 asd
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 sad
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 asd
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 </row>
7274 </lyxtabular>
7275
7276 \end_inset
7277
7278
7279 \begin_inset ERT
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283
7284
7285 \backslash
7286 setlength{
7287 \backslash
7288 LTcapwidth}{4in}
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \begin_inset Note Note
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298 Beschriftungsbreite zurücksetzen
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \begin_layout Standard
7307 \begin_inset Note Greyedout
7308 status open
7309
7310 \begin_layout Plain Layout
7311
7312 \series bold
7313 Achtung:
7314 \series default
7315  Wenn das LaTeX-Paket 
7316 \series bold
7317 caption
7318 \series default
7319
7320 \begin_inset Index idx
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324 LaTeX-Pakete ! caption
7325 \end_layout
7326
7327 \end_inset
7328
7329  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7330  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7331  4
7332 \begin_inset space \thinspace{}
7333 \end_inset
7334
7335 Zoll für 
7336 \series bold
7337
7338 \backslash
7339 LTcapwidth
7340 \series default
7341  benutzen.
7342  Um in diesem Fall eine genau 4
7343 \begin_inset space \thinspace{}
7344 \end_inset
7345
7346 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7347  4
7348 \begin_inset space \thinspace{}
7349 \end_inset
7350
7351 Zoll veränderten Wert wie z.
7352 \begin_inset space \thinspace{}
7353 \end_inset
7354
7355 B.
7356  3.99
7357 \begin_inset space \thinspace{}
7358 \end_inset
7359
7360 Zoll verwenden oder den LaTeX-Befehl 
7361 \series bold
7362
7363 \backslash
7364 captionsetup{width=Wert}
7365 \series default
7366  benutzen, der vom 
7367 \series bold
7368 caption
7369 \series default
7370 -Paket bereitgestellt wird.
7371 \end_layout
7372
7373 \end_inset
7374
7375
7376 \end_layout
7377
7378 \begin_layout Subsubsection
7379 Unterschiedliche Titel für Tabellenseiten
7380 \begin_inset Index idx
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 Tabellen ! lange ! mehrere Titel
7385 \end_layout
7386
7387 \end_inset
7388
7389
7390 \end_layout
7391
7392 \begin_layout Standard
7393 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7394  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7395  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7396 \end_layout
7397
7398 \begin_layout Standard
7399
7400 \series bold
7401
7402 \backslash
7403 caption*{Beschriftung}
7404 \backslash
7405
7406 \backslash
7407 %
7408 \end_layout
7409
7410 \begin_layout Standard
7411 Tabelle
7412 \begin_inset space ~
7413 \end_inset
7414
7415
7416 \begin_inset CommandInset ref
7417 LatexCommand ref
7418 reference "tab:DiffCaptions"
7419
7420 \end_inset
7421
7422  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7423  ohne Tabellennummer auf der zweiten Seite.
7424 \end_layout
7425
7426 \begin_layout Standard
7427 \align center
7428 \begin_inset Tabular
7429 <lyxtabular version="3" rows="59" columns="3">
7430 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7431 <column alignment="left" valignment="top" width="0cm">
7432 <column alignment="left" valignment="top" width="0pt">
7433 <column alignment="right" valignment="top" width="0pt">
7434 <row caption="true">
7435 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 \begin_inset Caption
7440
7441 \begin_layout Plain Layout
7442 Telefonliste
7443 \begin_inset CommandInset label
7444 LatexCommand label
7445 name "tab:DiffCaptions"
7446
7447 \end_inset
7448
7449
7450 \begin_inset Argument
7451 status collapsed
7452
7453 \begin_layout Plain Layout
7454 Telefonliste
7455 \end_layout
7456
7457 \end_inset
7458
7459
7460 \end_layout
7461
7462 \end_inset
7463
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 </row>
7488 <row endfirsthead="true">
7489 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \series bold
7495 Telefonliste (ignoriere die Namen)
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 </row>
7519 <row endfirsthead="true">
7520 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524
7525 \series bold
7526 NAME
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544
7545 \series bold
7546 TEL.
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 </row>
7552 <row endhead="true">
7553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 \begin_inset ERT
7558 status open
7559
7560 \begin_layout Plain Layout
7561
7562
7563 \backslash
7564 caption*{Fortsetzung der Telefonliste}
7565 \backslash
7566
7567 \backslash
7568 %
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 </row>
7597 <row endhead="true">
7598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \series bold
7604 Telefonliste
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 </row>
7628 <row endhead="true">
7629 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \series bold
7635 NAME
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \series bold
7655 TEL.
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row endfoot="true">
7662 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 wird fortgesetzt\SpecialChar \ldots{}
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Annovi
7699 \end_layout
7700
7701 \end_inset
7702 </cell>
7703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 Silvia
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 111
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \series bold
7729 Bertoli
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 Stefano
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 111
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \series bold
7760 Bozzi
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 Walter
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 111
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \series bold
7791 Cachia
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 Maria
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 111
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 </row>
7815 <row>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \series bold
7822 Cachia
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831 Maurizio
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 111
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \series bold
7853 Cinquemani
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862 Giusi
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 111
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 </row>
7877 <row>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 Colin
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Plain Layout
7893 Bernard
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 111
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \series bold
7915 Concli
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 Gianfranco
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 111
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \series bold
7946 Dal Bosco
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Carolina
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 111
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \series bold
7977 Dalpiaz
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 Annamaria
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 111
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \series bold
8008 Feliciello
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 Domenico
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 111
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 Focarelli
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 Paola
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 111
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068
8069 \series bold
8070 Galletti
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Oreste
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 111
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \series bold
8101 Gasparini
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Franca
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 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Rizzardi
8133 \series default
8134
8135 \begin_inset Foot
8136 status open
8137
8138 \begin_layout Plain Layout
8139 Beispielfußnote
8140 \end_layout
8141
8142 \end_inset
8143
8144
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Paola
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Lassini
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Giancarlo
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Malfatti
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Luciano
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Malfatti
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Valeriano
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Meneguzzo
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Roberto
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Mezzadra
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Roberto
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Pirpamer
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Erich
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 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Pochiesa
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 Paolo
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 111, 222
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 </row>
8385 <row>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390
8391 \series bold
8392 Radina
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Claudio
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 111
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \series bold
8423 Stuffer
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 Oskar
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 111
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 </row>
8447 <row>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452
8453 \series bold
8454 Tacchelli
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 Ugo
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 111
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 </row>
8478 <row>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483
8484 \series bold
8485 Tezzele
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 Margit
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 111
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \series bold
8516 Unterkalmsteiner
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 Frieda
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 111
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 </row>
8540 <row>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545
8546 \series bold
8547 Vieider
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 Hilde
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 111
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 </row>
8571 <row>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576
8577 \series bold
8578 Vigna
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 Jürgen
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 111
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Weber
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Maurizio
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 111
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Winkler
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Franz
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 111
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669  
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Annovi
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Silvia
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 555
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Bertoli
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Stefano
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 555
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Bozzi
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Walter
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 555
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Cachia
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Maria
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 555
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Cachia
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Maurizio
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 555
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Cinquemani
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Giusi
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 555
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Colin
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Bernard
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 555
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Concli
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Gianfranco
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 555
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Dal Bosco
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Carolina
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 555
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Dalpiaz
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Annamaria
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 555
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Feliciello
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Domenico
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 555
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Focarelli
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Paola
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 555
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070
9071 \series bold
9072 Galletti
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 Oreste
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 555
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 </row>
9096 <row>
9097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101
9102 \series bold
9103 Gasparini
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 Franca
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 555
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 </row>
9127 <row>
9128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \series bold
9134 Rizzardi
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 Paola
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 555
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \series bold
9165 Lassini
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 Giancarlo
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 555
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \series bold
9196 Malfatti
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 Luciano
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 555
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \series bold
9227 Malfatti
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Valeriano
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 555
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \series bold
9258 Meneguzzo
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 Roberto
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 555
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 <row>
9283 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287
9288 \series bold
9289 Mezzadra
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 Roberto
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 555
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 </row>
9313 </lyxtabular>
9314
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \begin_layout Section
9321 Weitere Möglichkeiten für 
9322 \family sans
9323 lange Tabelle
9324 \family default
9325 n
9326 \begin_inset CommandInset label
9327 LatexCommand label
9328 name "abs:Special-Longtable-Issues"
9329
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \begin_layout Subsection
9336 L
9337 \family sans
9338 ange Tabelle
9339 \family default
9340 n: Berechnung
9341 \begin_inset Index idx
9342 status collapsed
9343
9344 \begin_layout Plain Layout
9345 Tabellen ! lange ! Berechnung
9346 \end_layout
9347
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \begin_layout Standard
9354 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9355  so genannten 
9356 \emph on
9357 chunks
9358 \emph default
9359  (Brocken).
9360  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9361  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9362  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9363  das die Druckausgabe.
9364  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9365  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9366  einfügen:
9367 \end_layout
9368
9369 \begin_layout Standard
9370
9371 \series bold
9372
9373 \backslash
9374 setcounter{LTchunksize}{100}
9375 \end_layout
9376
9377 \begin_layout Subsection
9378 Gleitobjekte und L
9379 \family sans
9380 ange Tabelle
9381 \family default
9382 n
9383 \begin_inset Index idx
9384 status collapsed
9385
9386 \begin_layout Plain Layout
9387 Tabellen ! lange ! und Gleitobjekte
9388 \end_layout
9389
9390 \end_inset
9391
9392
9393 \end_layout
9394
9395 \begin_layout Standard
9396 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9397 \family sans
9398 lange
9399 \begin_inset space ~
9400 \end_inset
9401
9402 Tabelle
9403 \family default
9404  beginnt, ein Gleitobjekt befindet.
9405  Um das zu vermeiden, können Sie vor der 
9406 \family sans
9407 langen
9408 \begin_inset space ~
9409 \end_inset
9410
9411 Tabellen
9412 \family default
9413  einen manuellen Seitenumbruch
9414 \family sans
9415  Einfügen\SpecialChar \menuseparator
9416 Formatierung\SpecialChar \menuseparator
9417 [Doppel]Seite
9418 \begin_inset space \space{}
9419 \end_inset
9420
9421 leeren
9422 \family default
9423  einfügen, siehe 
9424 \emph on
9425 Benutzerhandbuch
9426 \emph default
9427 .
9428 \end_layout
9429
9430 \begin_layout Subsection
9431 Manuelle Seitenumbrüche
9432 \begin_inset Index idx
9433 status collapsed
9434
9435 \begin_layout Plain Layout
9436 Tabellen ! lange ! manueller Seitenumbruch
9437 \end_layout
9438
9439 \end_inset
9440
9441
9442 \end_layout
9443
9444 \begin_layout Standard
9445 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9446  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9447  der Zelle umbrechen wollen, fügen Sie den Befehl  
9448 \begin_inset Quotes gld
9449 \end_inset
9450
9451
9452 \series bold
9453
9454 \backslash
9455
9456 \backslash
9457
9458 \series default
9459
9460 \begin_inset Quotes grd
9461 \end_inset
9462
9463  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9464  werden kann.
9465  Vor dem 
9466 \begin_inset Quotes gld
9467 \end_inset
9468
9469
9470 \series bold
9471
9472 \backslash
9473
9474 \backslash
9475
9476 \series default
9477
9478 \begin_inset Quotes grd
9479 \end_inset
9480
9481 -Befehl müssen Sie so viele 
9482 \begin_inset Quotes gld
9483 \end_inset
9484
9485
9486 \series bold
9487 &
9488 \series default
9489
9490 \begin_inset Quotes grd
9491 \end_inset
9492
9493  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9494  Mit 
9495 \begin_inset Quotes gld
9496 \end_inset
9497
9498
9499 \series bold
9500 &
9501 \series default
9502
9503 \begin_inset Quotes grd
9504 \end_inset
9505
9506   werden in LaTeX Tabellenzellen getrennt.
9507  Hinter jedes 
9508 \begin_inset Quotes gld
9509 \end_inset
9510
9511
9512 \series bold
9513 &
9514 \series default
9515
9516 \begin_inset Quotes grd
9517 \end_inset
9518
9519  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9520  und löschen den Inhalt dieser Zellen.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 Hinter dem 
9525 \begin_inset Quotes gld
9526 \end_inset
9527
9528
9529 \series bold
9530
9531 \backslash
9532
9533 \backslash
9534
9535 \series default
9536
9537 \begin_inset Quotes grd
9538 \end_inset
9539
9540 -Befehl müssen Sie so viele 
9541 \begin_inset Quotes gld
9542 \end_inset
9543
9544
9545 \series bold
9546 &
9547 \series default
9548
9549 \begin_inset Quotes grd
9550 \end_inset
9551
9552  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9553  In Tabelle
9554 \begin_inset space ~
9555 \end_inset
9556
9557
9558 \begin_inset CommandInset ref
9559 LatexCommand ref
9560 reference "tab:ForcedPagebreak"
9561
9562 \end_inset
9563
9564  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9565  Es folgt noch eine weitere Spalte.
9566  Deshalb wurde hinter dem Wort 
9567 \emph on
9568 Castelchiodato, 
9569 \emph default
9570 folgendes eingefügt:
9571 \end_layout
9572
9573 \begin_layout Standard
9574
9575 \series bold
9576 & 111
9577 \backslash
9578
9579 \backslash
9580  
9581 \backslash
9582 newpage
9583 \begin_inset Newline newline
9584 \end_inset
9585
9586 &
9587 \end_layout
9588
9589 \begin_layout Standard
9590 Die 
9591 \begin_inset Quotes gld
9592 \end_inset
9593
9594 111
9595 \begin_inset Quotes grd
9596 \end_inset
9597
9598  in der dritten Spalte wurde gelöscht.
9599  
9600 \series bold
9601
9602 \backslash
9603 newpage
9604 \series default
9605  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9606  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9607  Wenn die Fußzeile Ihrer 
9608 \family sans
9609 langen
9610 \begin_inset space ~
9611 \end_inset
9612
9613 Tabelle
9614 \family default
9615  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9616  Befehle benutzen:
9617 \end_layout
9618
9619 \begin_layout Standard
9620
9621 \series bold
9622 & 111
9623 \backslash
9624
9625 \backslash
9626
9627 \begin_inset Newline newline
9628 \end_inset
9629
9630
9631 \backslash
9632 hline &
9633 \end_layout
9634
9635 \begin_layout Standard
9636 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9637  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9638 \end_layout
9639
9640 \begin_layout Standard
9641
9642 \series bold
9643
9644 \backslash
9645 setlength{
9646 \backslash
9647 parfillskip}{0pt}
9648 \end_layout
9649
9650 \begin_layout Standard
9651 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9652  erscheint.
9653 \end_layout
9654
9655 \begin_layout Standard
9656 \align center
9657 \begin_inset Tabular
9658 <lyxtabular version="3" rows="38" columns="3">
9659 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9660 <column alignment="left" valignment="top" width="0cm">
9661 <column alignment="left" valignment="top" width="3cm">
9662 <column alignment="right" valignment="top" width="0pt">
9663 <row caption="true">
9664 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 \begin_inset Caption
9669
9670 \begin_layout Plain Layout
9671 Tabelle mit manuellem Seitenumbruch in einer Zelle
9672 \begin_inset CommandInset label
9673 LatexCommand label
9674 name "tab:ForcedPagebreak"
9675
9676 \end_inset
9677
9678
9679 \begin_inset Argument
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683 Tabelle mit manuellem Seitenumbruch in einer Zelle
9684 \end_layout
9685
9686 \end_inset
9687
9688
9689 \end_layout
9690
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row endfirsthead="true">
9718 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \series bold
9724 Telefonliste (ignoriere die Namen)
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row endfirsthead="true">
9749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \series bold
9755 NAME
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773
9774 \series bold
9775 TEL.
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row endhead="true">
9782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset ERT
9787 status collapsed
9788
9789 \begin_layout Plain Layout
9790
9791
9792 \backslash
9793 caption*{Fortsetzung der Tabelle}
9794 \backslash
9795
9796 \backslash
9797 %
9798 \end_layout
9799
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 </row>
9826 <row endhead="true">
9827 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9828 \begin_inset Text
9829
9830 \begin_layout Plain Layout
9831
9832 \series bold
9833 Telefonliste
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 </row>
9857 <row endhead="true">
9858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \series bold
9864 NAME
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \series bold
9884 TEL.
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row endfoot="true">
9891 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 wird fortgesetzt\SpecialChar \ldots{}
9896
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row>
9921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \series bold
9927 Annovi
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 Silvia
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 111
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \series bold
9958 Bertoli
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 Stefano
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 111
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 </row>
9982 <row>
9983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987
9988 \series bold
9989 Bozzi
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 Walter
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 111
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 </row>
10013 <row>
10014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018
10019 \series bold
10020 Cachia
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 Maria
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 111
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 </row>
10044 <row>
10045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049
10050 \series bold
10051 Cachia
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 Maurizio
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 111
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row>
10076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Cinquemani
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 Giusi
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 111
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row>
10107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 Colin
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 Bernard
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 111
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \series bold
10144 Concli
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 Gianfranco
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 111
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 <row>
10169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \series bold
10175 Dal Bosco
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 Carolina
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 111
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 </row>
10199 <row>
10200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \series bold
10206 Dalpiaz
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 Annamaria
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 111
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 Feliciello
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Domenico
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 111
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 </row>
10261 <row>
10262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266
10267 \series bold
10268 Focarelli
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 Paola
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 111
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \series bold
10299 Galletti
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 Oreste
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 111
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 </row>
10323 <row>
10324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \series bold
10330 Gasparini
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 Franca
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 111
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \series bold
10361 Lassini
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 Giancarlo
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 111
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 </row>
10385 <row>
10386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \series bold
10392 Malfatti
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 Luciano
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 111
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \series bold
10423 Malfatti
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 Valeriano
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 111
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \series bold
10454 Meneguzzo
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Roberto
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 111
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \series bold
10485 Mezzadra
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 Roberto
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 111
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \series bold
10516 Pirpamer
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 Erich
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 111
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \series bold
10547 Pochiesa
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 Paolo
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 111, 222
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \series bold
10578 Radina
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Claudio
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 111
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \series bold
10609 Rizzardi
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 Paolo, 11.
10619  Fürst von Monte\SpecialChar \-
10620 com\SpecialChar \-
10621 patri, 11.
10622  Fürst von Sulmona und Vivaro, 10.
10623  Fürst von Rossano, 5.
10624  Herzog von Canemorte, 11.
10625  Herzog von Palombara, 5.
10626  Herzog von Castelchiodato,
10627 \begin_inset ERT
10628 status open
10629
10630 \begin_layout Plain Layout
10631
10632 & 111
10633 \backslash
10634
10635 \backslash
10636  
10637 \backslash
10638 newpage
10639 \end_layout
10640
10641 \begin_layout Plain Layout
10642
10643 &
10644 \end_layout
10645
10646 \end_inset
10647
10648  11.
10649  Herzog von Poggionativo, 11.
10650  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10651  Graf von Valinfreda, 11.
10652  Baron von Cropalati, 11.
10653  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Stuffer
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Oskar
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Tacchelli
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Ugo
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Tezzele
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Margit
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Unterkalmsteiner
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Frieda
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Vieider
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Hilde
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row>
10824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \series bold
10830 Vigna
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 Jürgen
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 111
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 </row>
10854 <row>
10855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861 Weber
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 Maurizio
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 111
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 </row>
10885 <row>
10886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890
10891 \series bold
10892 Winkler
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Franz
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 111
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 </lyxtabular>
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Section
10924 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10925 \end_layout
10926
10927 \begin_layout Subsection
10928 Mehrfache Zeilen in Zellen
10929 \begin_inset CommandInset label
10930 LatexCommand label
10931 name "uab:Mehrfache-Zeilen-in"
10932
10933 \end_inset
10934
10935
10936 \begin_inset Index idx
10937 status collapsed
10938
10939 \begin_layout Plain Layout
10940 Mehrfache ! Zeilen in Zellen
10941 \end_layout
10942
10943 \end_inset
10944
10945
10946 \begin_inset Index idx
10947 status collapsed
10948
10949 \begin_layout Plain Layout
10950 Tabellen ! Zeilenumbrüche
10951 \end_layout
10952
10953 \end_inset
10954
10955
10956 \end_layout
10957
10958 \begin_layout Standard
10959 \noindent
10960 \begin_inset Float table
10961 placement H
10962 wide false
10963 sideways false
10964 status open
10965
10966 \begin_layout Plain Layout
10967 \begin_inset Caption
10968
10969 \begin_layout Plain Layout
10970 \begin_inset CommandInset label
10971 LatexCommand label
10972 name "tab:Table-with-multiple"
10973
10974 \end_inset
10975
10976 Tabelle mit mehrfachen Zeilen in einer Zelle
10977 \end_layout
10978
10979 \end_inset
10980
10981
10982 \end_layout
10983
10984 \begin_layout Plain Layout
10985 \align center
10986 \begin_inset Tabular
10987 <lyxtabular version="3" rows="3" columns="3">
10988 <features tabularvalignment="middle">
10989 <column alignment="center" valignment="middle" width="2.5cm">
10990 <column alignment="center" valignment="middle" width="0.5cm">
10991 <column alignment="center" valignment="middle" width="0.5cm">
10992 <row>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 zwei
10998 \begin_inset Newline linebreak
10999 \end_inset
11000
11001 Zeilen
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 b
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 c
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 d
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 e
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 f
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 <row>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 g
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 h
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 i
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 </lyxtabular>
11084
11085 \end_inset
11086
11087
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \begin_layout Standard
11096 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11097  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11098  Tabelle
11099 \begin_inset space ~
11100 \end_inset
11101
11102
11103 \begin_inset CommandInset ref
11104 LatexCommand ref
11105 reference "tab:Table-with-multiple"
11106
11107 \end_inset
11108
11109  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11110 \family sans
11111 Tabellen-Einstellungen
11112 \family default
11113 -Dialog auf 2.5
11114 \begin_inset space \thinspace{}
11115 \end_inset
11116
11117 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11118  Weil unser Text schmaler als 2.5
11119 \begin_inset space \thinspace{}
11120 \end_inset
11121
11122 cm ist, würde er in einer Zeile gedruckt werden.
11123  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11124
11125 \family sans
11126 Strg+Shift+Enter
11127 \family default
11128 ) eingefügt.
11129  Wenn der Text länger ist, wird er automatisch umgebrochen.
11130 \end_layout
11131
11132 \begin_layout Standard
11133 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11134  setzen Sie die Breite der beiden Spalten im 
11135 \family sans
11136 Tabellen-Einstellungen
11137 \family default
11138 -Dialog auf 0.5
11139 \begin_inset space \thinspace{}
11140 \end_inset
11141
11142 cm und die vertikale Ausrichtung auf zentriert.
11143 \end_layout
11144
11145 \begin_layout Standard
11146 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11147  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11148  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11149  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11150  Fügen sie daher 0
11151 \begin_inset space \thinspace{}
11152 \end_inset
11153
11154 pt horizontalen Abstand vor dem Wort ein.
11155  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11156  Tabelle
11157 \begin_inset space ~
11158 \end_inset
11159
11160
11161 \begin_inset CommandInset ref
11162 LatexCommand ref
11163 reference "tab:Table-with-and"
11164
11165 \end_inset
11166
11167  zeigt die Wirkungen.
11168 \end_layout
11169
11170 \begin_layout Standard
11171 \begin_inset Float table
11172 placement h
11173 wide false
11174 sideways false
11175 status open
11176
11177 \begin_layout Plain Layout
11178 \begin_inset Caption
11179
11180 \begin_layout Plain Layout
11181 \begin_inset CommandInset label
11182 LatexCommand label
11183 name "tab:Table-with-and"
11184
11185 \end_inset
11186
11187 Tabelle ohne und mit Silbentrennung
11188 \end_layout
11189
11190 \end_inset
11191
11192
11193 \end_layout
11194
11195 \begin_layout Plain Layout
11196 \begin_inset space \hfill{}
11197 \end_inset
11198
11199
11200 \begin_inset Tabular
11201 <lyxtabular version="3" rows="3" columns="3">
11202 <features tabularvalignment="middle">
11203 <column alignment="center" valignment="middle" width="2.5cm">
11204 <column alignment="center" valignment="middle" width="0.5cm">
11205 <column alignment="center" valignment="middle" width="0.5cm">
11206 <row>
11207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 einsehrlangesZellenwort
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 b
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 c
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 </row>
11235 <row>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 d
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 e
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 f
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 g
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 h
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 i
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 </lyxtabular>
11294
11295 \end_inset
11296
11297
11298 \begin_inset space \hfill{}
11299 \end_inset
11300
11301
11302 \begin_inset Tabular
11303 <lyxtabular version="3" rows="3" columns="3">
11304 <features tabularvalignment="middle">
11305 <column alignment="center" valignment="middle" width="2.5cm">
11306 <column alignment="center" valignment="middle" width="0.5cm">
11307 <column alignment="center" valignment="middle" width="0.5cm">
11308 <row>
11309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 \begin_inset space \hspace{}
11314 \length 0pt
11315 \end_inset
11316
11317 einsehrlangesZellenwort
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 b
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 c
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 </row>
11341 <row>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 d
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 e
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364 f
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 </row>
11370 <row>
11371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 g
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 h
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 i
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 </row>
11399 </lyxtabular>
11400
11401 \end_inset
11402
11403
11404 \begin_inset space \hfill{}
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Subsection
11416 Mehrfachspalten
11417 \begin_inset CommandInset label
11418 LatexCommand label
11419 name "uab:Mehrfachspalten"
11420
11421 \end_inset
11422
11423
11424 \begin_inset Index idx
11425 status collapsed
11426
11427 \begin_layout Plain Layout
11428 Mahrfachspalten
11429 \end_layout
11430
11431 \end_inset
11432
11433
11434 \begin_inset Index idx
11435 status collapsed
11436
11437 \begin_layout Plain Layout
11438 Tabellen ! Mahrfachspalten
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \begin_layout Subsubsection
11447 Grundlagen
11448 \end_layout
11449
11450 \begin_layout Standard
11451 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11452  und verwenden dann den Knopf 
11453 \begin_inset Graphics
11454         filename ../../images/tabular-feature_multicolumn.png
11455         scale 70
11456         scaleBeforeRotation
11457
11458
11459 \end_inset
11460
11461  in der Werkzeugleiste, das Menü 
11462 \family sans
11463 Bearbeiten\SpecialChar \menuseparator
11464 Tabelle\SpecialChar \menuseparator
11465 Mehrfachspalte
11466 \family default
11467 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11468  
11469 \family sans
11470 Mehrfachspalte
11471 \family default
11472 .
11473 \end_layout
11474
11475 \begin_layout Standard
11476 Mehrfachspalten haben ihre eigenen Einstellungen.
11477  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11478  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11479  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11480 \end_layout
11481
11482 \begin_layout Standard
11483 \align center
11484 \begin_inset Tabular
11485 <lyxtabular version="3" rows="3" columns="4">
11486 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11487 <column alignment="center" valignment="top" width="0pt">
11488 <column alignment="center" valignment="middle" width="0">
11489 <column alignment="center" valignment="top" width="0in">
11490 <column alignment="center" valignment="top" width="0pt">
11491 <row>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 abc
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 def ghi
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 jkl
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 <row>
11530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534
11535 \family roman
11536 \series medium
11537 \shape up
11538 \size normal
11539 \emph off
11540 \bar no
11541 \noun off
11542 \color none
11543 A
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 B
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 C
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 D
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 1
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 2
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 3
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 4
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 </lyxtabular>
11615
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \begin_layout Subsubsection
11622 Mehrfachspalten-Berechnungen
11623 \begin_inset CommandInset label
11624 LatexCommand label
11625 name "uab:Mehrfachspalten-Berechnungen"
11626
11627 \end_inset
11628
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Mahrfachspalten ! Berechnung
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \begin_inset Index idx
11641 status collapsed
11642
11643 \begin_layout Plain Layout
11644 Tabellen ! Mahrfachspalten ! Berechnung
11645 \end_layout
11646
11647 \end_inset
11648
11649
11650 \end_layout
11651
11652 \begin_layout Standard
11653 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11654  Zellen beachten.
11655 \end_layout
11656
11657 \begin_layout Standard
11658 \begin_inset Float table
11659 placement h
11660 wide false
11661 sideways false
11662 status open
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Caption
11666
11667 \begin_layout Plain Layout
11668 \begin_inset CommandInset label
11669 LatexCommand label
11670 name "tab:Table-with-centered"
11671
11672 \end_inset
11673
11674 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11675  die halbe Breite der Mehrfachspalten-Zelle haben
11676 \begin_inset Argument
11677 status collapsed
11678
11679 \begin_layout Plain Layout
11680 Eine Mehrfachspalten-Tabelle
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \begin_layout Plain Layout
11694 \align center
11695 \begin_inset Tabular
11696 <lyxtabular version="3" rows="3" columns="3">
11697 <features tabularvalignment="middle">
11698 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11699 <column alignment="center" valignment="middle" width="0">
11700 <column alignment="center" valignment="top" width="0">
11701 <row>
11702 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 Dies ist eine Mehrfach\SpecialChar \-
11707 spalten-Zelle
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 c
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 </row>
11731 <row>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 d
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 e
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 f
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 </row>
11760 <row>
11761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 g
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 h
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 i
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 </row>
11789 </lyxtabular>
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Standard
11802 Um Tabelle
11803 \begin_inset space ~
11804 \end_inset
11805
11806
11807 \begin_inset CommandInset ref
11808 LatexCommand ref
11809 reference "tab:Table-with-centered"
11810
11811 \end_inset
11812
11813  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11814  3×3-Tabelle, kreuzen im 
11815 \family sans
11816 Tabellen-Einstellungen
11817 \family default
11818 -Dialog 
11819 \family sans
11820 Mehrfachspalte
11821 \family default
11822  an, setzen die 
11823 \family sans
11824 Horizontale
11825 \begin_inset space ~
11826 \end_inset
11827
11828 Ausrichtung
11829 \family default
11830  auf 
11831 \family sans
11832 Zentriert
11833 \family default
11834  und die 
11835 \family sans
11836 Breite
11837 \family default
11838  auf 2.5
11839 \begin_inset space \thinspace{}
11840 \end_inset
11841
11842 cm.
11843  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11844  Sie die Breite der ersten Spalte auf 1.25
11845 \begin_inset space \thinspace{}
11846 \end_inset
11847
11848 cm setzen.
11849  Die zweite Spalte wird dann automatisch 1.25
11850 \begin_inset space \thinspace{}
11851 \end_inset
11852
11853 cm breit (Breite der 
11854 \family sans
11855 Mehrfachspalte
11856 \family default
11857  
11858 \begin_inset Formula $-$
11859 \end_inset
11860
11861  Breite der ersten Spalte).
11862  Dies wurde so für Tabelle
11863 \begin_inset space ~
11864 \end_inset
11865
11866
11867 \begin_inset CommandInset ref
11868 LatexCommand ref
11869 reference "tab:Table-without-half"
11870
11871 \end_inset
11872
11873  gemacht.
11874 \end_layout
11875
11876 \begin_layout Standard
11877 \begin_inset Float table
11878 wide false
11879 sideways false
11880 status open
11881
11882 \begin_layout Plain Layout
11883 \begin_inset Caption
11884
11885 \begin_layout Plain Layout
11886 \begin_inset CommandInset label
11887 LatexCommand label
11888 name "tab:Table-without-half"
11889
11890 \end_inset
11891
11892 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11893  wie die Mehrfachspalte
11894 \begin_inset Argument
11895 status collapsed
11896
11897 \begin_layout Plain Layout
11898 Eine unvollkommene Mehrfachspalten-Tabelle
11899 \end_layout
11900
11901 \end_inset
11902
11903
11904 \end_layout
11905
11906 \end_inset
11907
11908
11909 \end_layout
11910
11911 \begin_layout Plain Layout
11912 \align center
11913 \begin_inset Tabular
11914 <lyxtabular version="3" rows="3" columns="3">
11915 <features tabularvalignment="middle">
11916 <column alignment="center" valignment="top" width="1.25cm">
11917 <column alignment="center" valignment="top" width="0">
11918 <column alignment="center" valignment="top" width="0">
11919 <row>
11920 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 Dies ist auch eine Mehr\SpecialChar \-
11925 fach\SpecialChar \-
11926 spalten-Zelle
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 c
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 <row>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 d
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 e
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 f
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 g
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 h
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 i
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 </lyxtabular>
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \end_inset
12016
12017
12018 \end_layout
12019
12020 \begin_layout Standard
12021 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12022  als die zweite ist.
12023  Das liegt daran, dass die Zellenbreite 
12024 \begin_inset Formula $W_{\mathrm{tot}}$
12025 \end_inset
12026
12027  nicht ihre definierte Breite 
12028 \begin_inset Formula $W_{g}$
12029 \end_inset
12030
12031  ist, sondern ein wenig mehr.
12032  Anhang
12033 \begin_inset space ~
12034 \end_inset
12035
12036
12037 \begin_inset CommandInset ref
12038 LatexCommand ref
12039 reference "kap:Exläuterung-einer-Gleichung"
12040
12041 \end_inset
12042
12043  erklärt das genauer.
12044 \end_layout
12045
12046 \begin_layout Standard
12047 Wenn 
12048 \emph on
12049 n
12050 \emph default
12051  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12052  die definierte Breite 
12053 \begin_inset Formula $W_{g\, n}$
12054 \end_inset
12055
12056  einer Spalte, deren totale Breite = 
12057 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12058 \end_inset
12059
12060  sein soll, wie folgt:
12061 \begin_inset Formula \begin{equation}
12062 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 In unserem Falls ist 
12071 \begin_inset Formula $n=2$
12072 \end_inset
12073
12074
12075 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12076 \end_inset
12077
12078 cm, und damit wird aus Gleichung
12079 \begin_inset space ~
12080 \end_inset
12081
12082
12083 \begin_inset CommandInset ref
12084 LatexCommand ref
12085 reference "eq:Wgn"
12086
12087 \end_inset
12088
12089  
12090 \begin_inset Formula \begin{equation}
12091 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12092
12093 \end_inset
12094
12095
12096 \end_layout
12097
12098 \begin_layout Standard
12099 Damit LaTeX rechnen kann, muss das Paket 
12100 \series bold
12101 calc
12102 \series default
12103  im Vorspann geladen werden.
12104 \begin_inset Index idx
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108 LaTeX-Pakete ! calc
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117
12118 \series bold
12119
12120 \backslash
12121 usepackage{calc}
12122 \end_layout
12123
12124 \begin_layout Standard
12125 LyX erlaubt im 
12126 \family sans
12127 Breite
12128 \family default
12129 -Feld des 
12130 \family sans
12131 Tabellen-Einstellungen
12132 \family default
12133 -Dialogs keine Berechnungen.
12134  Deshalb müssen Sie die Formel für die Breite im Feld 
12135 \family sans
12136 LaTe
12137 \begin_inset ERT
12138 status collapsed
12139
12140 \begin_layout Plain Layout
12141
12142 {}
12143 \end_layout
12144
12145 \end_inset
12146
12147 X-Argument
12148 \family default
12149  eingeben.
12150  Hier iss ein Überblick über die Argumente:
12151 \end_layout
12152
12153 \begin_layout Itemize
12154
12155 \series bold
12156 p{Breite}
12157 \series default
12158  die Zelle bekommt eine feste 
12159 \series bold
12160 Breite
12161 \series default
12162 , und die vertikale Ausrichtung ist 
12163 \family sans
12164 Oben
12165 \end_layout
12166
12167 \begin_layout Itemize
12168
12169 \series bold
12170 m{Breite}
12171 \series default
12172  die Zelle bekommt eine feste 
12173 \series bold
12174 Breite
12175 \series default
12176 , und die vertikale Ausrichtung ist 
12177 \family sans
12178 Mitte
12179 \end_layout
12180
12181 \begin_layout Itemize
12182
12183 \series bold
12184 b{Breite}
12185 \series default
12186  die Zelle bekommt eine feste 
12187 \series bold
12188 Breite
12189 \series default
12190 , und die vertikale Ausrichtung ist 
12191 \family sans
12192 Unten
12193 \end_layout
12194
12195 \begin_layout Standard
12196 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12197  für diese Zelle überschrieben.
12198 \end_layout
12199
12200 \begin_layout Standard
12201 \begin_inset Note Greyedout
12202 status open
12203
12204 \begin_layout Plain Layout
12205
12206 \series bold
12207 Bemerkung:
12208 \series default
12209  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12210  angezeigt.
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Standard
12219 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12220  der Zelle mit dem Inhalt 
12221 \begin_inset Quotes gld
12222 \end_inset
12223
12224 d
12225 \begin_inset Quotes grd
12226 \end_inset
12227
12228  der Tabelle
12229 \begin_inset space ~
12230 \end_inset
12231
12232
12233 \begin_inset CommandInset ref
12234 LatexCommand ref
12235 reference "tab:Table-with-centered"
12236
12237 \end_inset
12238
12239  auch noch der Befehl
12240 \family typewriter
12241 \series bold
12242  
12243 \family default
12244
12245 \backslash
12246 centering
12247 \series default
12248  hinzugefügt.
12249  Das Ganze sieht dann so aus:
12250 \end_layout
12251
12252 \begin_layout Standard
12253
12254 \series bold
12255 |>{
12256 \backslash
12257 centering}m{1.25cm-6.2pt}
12258 \end_layout
12259
12260 \begin_layout Standard
12261 Der vertikale Strich 
12262 \series bold
12263
12264 \begin_inset Quotes gld
12265 \end_inset
12266
12267 |
12268 \series default
12269
12270 \begin_inset Quotes grd
12271 \end_inset
12272
12273  am Anfang zeichnet die linke Linie, und der Befehl 
12274 \series bold
12275
12276 \begin_inset Quotes gld
12277 \end_inset
12278
12279 >{ }
12280 \begin_inset Quotes grd
12281 \end_inset
12282
12283
12284 \series default
12285  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12286  der Zelle benutzt werden sollen.
12287 \end_layout
12288
12289 \begin_layout Standard
12290 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12291  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12292  für einzelne Spalten anwendet.
12293  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12294  werden:
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300 |>{
12301 \backslash
12302 centering}m{2.5cm}|
12303 \end_layout
12304
12305 \begin_layout Subsection
12306 Mehrfachzeilen
12307 \begin_inset CommandInset label
12308 LatexCommand label
12309 name "uab:Mehrfachzeilen"
12310
12311 \end_inset
12312
12313
12314 \begin_inset Index idx
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Mehrfachzeilen
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \begin_inset Index idx
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328 Tabellen ! Mehrfachzeilen
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \begin_layout Standard
12337 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12338  unterstützt, sodass etwas TeX-Code notwendig ist.
12339  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12340 \series bold
12341 multirow
12342 \series default
12343
12344 \begin_inset Index idx
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 LaTeX-Pakete ! multirow
12349 \end_layout
12350
12351 \end_inset
12352
12353  im Vorspann geladen werden:
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 usepackage{multirow}
12362 \end_layout
12363
12364 \begin_layout Standard
12365 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12366 \end_layout
12367
12368 \begin_layout Standard
12369
12370 \series bold
12371
12372 \backslash
12373 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12374 \end_layout
12375
12376 \begin_layout Standard
12377 In der folgenden 3×3-Tabelle wurde obere Linie der letzten Zelle der ersten
12378  Spalte entfernt.
12379 \end_layout
12380
12381 \begin_layout Standard
12382 \align center
12383 \begin_inset ERT
12384 status collapsed
12385
12386 \begin_layout Plain Layout
12387
12388
12389 \backslash
12390 renewcommand{
12391 \backslash
12392 multirowsetup}{
12393 \backslash
12394 centering}
12395 \end_layout
12396
12397 \end_inset
12398
12399
12400 \begin_inset Tabular
12401 <lyxtabular version="3" rows="3" columns="3">
12402 <features tabularvalignment="middle">
12403 <column alignment="center" valignment="top" width="0">
12404 <column alignment="center" valignment="top" width="0">
12405 <column alignment="center" valignment="top" width="0">
12406 <row>
12407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 a
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Plain Layout
12420 b
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12426 \begin_inset Text
12427
12428 \begin_layout Plain Layout
12429 c
12430 \end_layout
12431
12432 \end_inset
12433 </cell>
12434 </row>
12435 <row>
12436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 \begin_inset ERT
12441 status collapsed
12442
12443 \begin_layout Plain Layout
12444
12445
12446 \backslash
12447 multirow{2}{2.5cm}{
12448 \end_layout
12449
12450 \end_inset
12451
12452 mehrzeiliger Text
12453 \begin_inset ERT
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457
12458 }
12459 \end_layout
12460
12461 \end_inset
12462
12463
12464 \end_layout
12465
12466 \end_inset
12467 </cell>
12468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 e
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 f
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 </row>
12487 <row>
12488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 h
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 i
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 </row>
12516 </lyxtabular>
12517
12518 \end_inset
12519
12520
12521 \begin_inset ERT
12522 status collapsed
12523
12524 \begin_layout Plain Layout
12525
12526
12527 \backslash
12528 renewcommand{
12529 \backslash
12530 multirowsetup}{
12531 \backslash
12532 raggedright}
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Standard
12541 In der Zelle darüber wurde dann mit dem Befehl
12542 \end_layout
12543
12544 \begin_layout Standard
12545
12546 \series bold
12547
12548 \backslash
12549 multirow{2}{2.5cm}{
12550 \end_layout
12551
12552 \begin_layout Standard
12553 als TeX-Code die Mehrfachzeile definiert.
12554  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12555 \begin_inset space \thinspace{}
12556 \end_inset
12557
12558 cm.
12559  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12560  mit der Klammer 
12561 \begin_inset Quotes gld
12562 \end_inset
12563
12564
12565 \series bold
12566 }
12567 \series default
12568
12569 \begin_inset Quotes grd
12570 \end_inset
12571
12572  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12573 \end_layout
12574
12575 \begin_layout Standard
12576
12577 \series bold
12578
12579 \backslash
12580 multirow
12581 \series default
12582  richtet seinen Inhalt standardmäßig linksbündig aus.
12583  Um die Ausrichtung zu Ändern, erneuern Sie den Befehl 
12584 \series bold
12585
12586 \backslash
12587 multirowsetup
12588 \series default
12589  mit dem Befehl
12590 \end_layout
12591
12592 \begin_layout Standard
12593
12594 \series bold
12595
12596 \backslash
12597 renewcommand{
12598 \backslash
12599 multirowsetup}{
12600 \backslash
12601 centering}
12602 \end_layout
12603
12604 \begin_layout Standard
12605 im LaTeX-Vorspann.
12606  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12607  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12608  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12609  erneuert werden.
12610  Für rechtsbündigen Text ersetzt man 
12611 \series bold
12612
12613 \backslash
12614 centering
12615 \series default
12616  durch 
12617 \series bold
12618
12619 \backslash
12620 raggedleft
12621 \series default
12622 .
12623  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12624 \series bold
12625
12626 \backslash
12627 raggedright
12628 \series default
12629  verwendet.
12630 \end_layout
12631
12632 \begin_layout Section
12633 Formale Tabellen
12634 \begin_inset CommandInset label
12635 LatexCommand label
12636 name "abs:Formale-Tabellen"
12637
12638 \end_inset
12639
12640
12641 \begin_inset Index idx
12642 status collapsed
12643
12644 \begin_layout Plain Layout
12645 Tabellen ! Formale
12646 \end_layout
12647
12648 \end_inset
12649
12650
12651 \end_layout
12652
12653 \begin_layout Standard
12654 Tabellen werden in Büchern oft wie Tabelle
12655 \begin_inset space ~
12656 \end_inset
12657
12658
12659 \begin_inset CommandInset ref
12660 LatexCommand ref
12661 reference "tab:Formale-Tabelle"
12662
12663 \end_inset
12664
12665  gesetzt.
12666  Diese Tabellen werden
12667 \emph on
12668  formal
12669 \emph default
12670  genannt.
12671  Formale Tabellen bekommen Sie, wenn Sie im 
12672 \family sans
12673 Tabellen-Einstellungen
12674 \family default
12675 -Dialog auf der Karteikarte 
12676 \family sans
12677 Rahmen
12678 \family default
12679  den 
12680 \family sans
12681 Stil
12682 \family default
12683  
12684 \family sans
12685 Formal
12686 \family default
12687  ankreuzen.
12688 \end_layout
12689
12690 \begin_layout Standard
12691 \begin_inset Float table
12692 placement h
12693 wide false
12694 sideways false
12695 status open
12696
12697 \begin_layout Plain Layout
12698 \begin_inset Caption
12699
12700 \begin_layout Plain Layout
12701 \begin_inset CommandInset label
12702 LatexCommand label
12703 name "tab:Formale-Tabelle"
12704
12705 \end_inset
12706
12707 Formale Tabelle
12708 \end_layout
12709
12710 \end_inset
12711
12712
12713 \end_layout
12714
12715 \begin_layout Plain Layout
12716 \align center
12717 \begin_inset Tabular
12718 <lyxtabular version="3" rows="8" columns="4">
12719 <features booktabs="true" tabularvalignment="middle">
12720 <column alignment="center" valignment="top" width="0">
12721 <column alignment="right" valignment="top" width="0">
12722 <column alignment="right" valignment="top" width="0">
12723 <column alignment="right" valignment="top" width="0">
12724 <row>
12725 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 System
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 Chip
12739 \begin_inset space \thinspace{}
12740 \end_inset
12741
12742 1
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 Chip
12752 \begin_inset space \thinspace{}
12753 \end_inset
12754
12755 2
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764
12765 \end_layout
12766
12767 \end_inset
12768 </cell>
12769 </row>
12770 <row>
12771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775 \begin_inset ERT
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779
12780
12781 \backslash
12782 cmidrule(r){2-2}
12783 \end_layout
12784
12785 \end_inset
12786
12787
12788 \begin_inset ERT
12789 status collapsed
12790
12791 \begin_layout Plain Layout
12792
12793
12794 \backslash
12795 cmidrule(l){3-4}
12796 \end_layout
12797
12798 \end_inset
12799
12800 Detektordicke in µm
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 300
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 300
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 700
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 </row>
12833 <row>
12834 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 Kantenwinkel in °
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 3.55
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 2.71
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 7.99
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 </row>
12871 <row topspace="default">
12872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 räumliche Auf\SpecialChar \textcompwordmark{}
12877 lösung in µm
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 4.26
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 10.17
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 10.56
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row topspace="default">
12911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 MTF bei 
12916 \begin_inset Formula $f_{\mathrm{max}}$
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 0.53
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 <cell alignment="center" valignment="top" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937 0.37
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 0.39
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 </row>
12952 <row topspace="default">
12953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Plain Layout
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962
12963 \backslash
12964 cmidrule(l{10pt}){1-1}
12965 \end_layout
12966
12967 \end_inset
12968
12969 LSF räumliche Auf\SpecialChar \textcompwordmark{}
12970 lösung
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 <row>
13004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 in µm
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 <cell alignment="center" valignment="top" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 129.7
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 52.75
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 50.78
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 <row>
13042 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 in % der Pixelgröße
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13052 \begin_inset Text
13053
13054 \begin_layout Plain Layout
13055 76.3
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 95.9
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 92.3
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 </row>
13079 </lyxtabular>
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \begin_layout Standard
13092 Abstände zu Tabellenzeilen können auf der Karteikarte 
13093 \family sans
13094 Rahmen
13095 \family default
13096  des 
13097 \family sans
13098 Tabellen-Ein\SpecialChar \-
13099 stel\SpecialChar \-
13100 lun\SpecialChar \-
13101 gen
13102 \family default
13103 -Dialogs hinzugefügt werden, wie in Abschnitt
13104 \begin_inset space ~
13105 \end_inset
13106
13107
13108 \begin_inset CommandInset ref
13109 LatexCommand ref
13110 reference "uab:Zeilenabstand"
13111
13112 \end_inset
13113
13114  beschrieben.
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13119  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13120  gedruckt aber anders aus.
13121  Die erste und letzte Linie ist 0.08
13122 \begin_inset space \thinspace{}
13123 \end_inset
13124
13125 em dick, während die anderen 0.05
13126 \begin_inset space \thinspace{}
13127 \end_inset
13128
13129 em dick sind.
13130 \end_layout
13131
13132 \begin_layout Standard
13133 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13134 \end_layout
13135
13136 \begin_layout Standard
13137
13138 \series bold
13139
13140 \backslash
13141 let
13142 \backslash
13143 mytoprule
13144 \backslash
13145 toprule
13146 \begin_inset Newline newline
13147 \end_inset
13148
13149
13150 \backslash
13151 renewcommand{
13152 \backslash
13153 toprule}{
13154 \backslash
13155 mytoprule[Breite]}
13156 \end_layout
13157
13158 \begin_layout Standard
13159 Dies Beispiel gilt für die oberste Linie, genannt 
13160 \series bold
13161 toprule
13162 \series default
13163 .
13164  Für die letzte müssen Sie 
13165 \series bold
13166 toprule
13167 \series default
13168  durch 
13169 \series bold
13170 bottomrule
13171 \series default
13172  ersetzen.
13173  Die Linien dazwischen heißen 
13174 \series bold
13175 midrule
13176 \series default
13177 .
13178  Für 
13179 \family sans
13180 Breite
13181 \family default
13182  können Sie alle Einheiten benutzen, die in Anhang
13183 \begin_inset space ~
13184 \end_inset
13185
13186
13187 \begin_inset CommandInset ref
13188 LatexCommand ref
13189 reference "kap:In-LyX-verfügbare"
13190
13191 \end_inset
13192
13193  aufgelistet sind.
13194 \end_layout
13195
13196 \begin_layout Standard
13197 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13198  eine Linie unter einer Mehrfachspalte.
13199  LyX wird intern den Befehl 
13200 \series bold
13201
13202 \backslash
13203 cmidrule
13204 \series default
13205  benutzen, um diese Linie zu drucken.
13206  Der ganze Befehl sieht so aus:
13207 \end_layout
13208
13209 \begin_layout Standard
13210
13211 \series bold
13212
13213 \backslash
13214 cmidrule[width](trim){Anfangsspalte-Endspalte}
13215 \end_layout
13216
13217 \begin_layout Standard
13218 Die 
13219 \series bold
13220
13221 \backslash
13222 cmidrule
13223 \series default
13224 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13225  benutzen.
13226  
13227 \series bold
13228
13229 \backslash
13230 cmidrule
13231 \series default
13232  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13233  erste Zelle einer Zeile einfügt.
13234  Die Linie wird dann über der Zeile gedruckt.
13235 \end_layout
13236
13237 \begin_layout Standard
13238 Der Standardwert ist 0.03
13239 \begin_inset space \thinspace{}
13240 \end_inset
13241
13242 em.
13243  Die Linie reicht von 
13244 \family typewriter
13245 Anfangsspalte
13246 \family default
13247  bis 
13248 \family typewriter
13249 End\SpecialChar \-
13250 spal\SpecialChar \-
13251 te
13252 \family default
13253 .
13254  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13255   Der optionale Parameter 
13256 \family typewriter
13257 trim
13258 \family default
13259  kann die Werte 
13260 \emph on
13261 r
13262 \emph default
13263
13264 \emph on
13265 r{Breite}
13266 \emph default
13267
13268 \emph on
13269 l
13270 \family typewriter
13271 \emph default
13272  
13273 \family default
13274 oder 
13275 \emph on
13276 l{Breite}
13277 \emph default
13278  annehmen, wobei die 
13279 \family sans
13280 Breite
13281 \family default
13282  optional ist.
13283  
13284 \emph on
13285 l{2pt}
13286 \emph default
13287  zum Beispiel bedeutet, dass die Linie links um 2
13288 \begin_inset space \thinspace{}
13289 \end_inset
13290
13291 pt gekürzt wird.
13292  Ohne Breitenangabe werden die Linien um 0.5
13293 \begin_inset space \thinspace{}
13294 \end_inset
13295
13296 em gekürzt.
13297 \end_layout
13298
13299 \begin_layout Standard
13300 \begin_inset VSpace bigskip
13301 \end_inset
13302
13303 In Tabelle
13304 \begin_inset space ~
13305 \end_inset
13306
13307
13308 \begin_inset CommandInset ref
13309 LatexCommand ref
13310 reference "tab:Formale-Tabelle"
13311
13312 \end_inset
13313
13314  wurden die Befehle
13315 \end_layout
13316
13317 \begin_layout Standard
13318
13319 \series bold
13320
13321 \backslash
13322 cmidrule(r){2-2}
13323 \backslash
13324 cmidrule(l){3-4}
13325 \end_layout
13326
13327 \begin_layout Standard
13328 am Anfang der zweiten Zeile und
13329 \end_layout
13330
13331 \begin_layout Standard
13332
13333 \series bold
13334
13335 \backslash
13336 cmidrule(l{10pt}){1-1}
13337 \end_layout
13338
13339 \begin_layout Standard
13340 in der sechsten benutzt.
13341 \end_layout
13342
13343 \begin_layout Standard
13344 \begin_inset VSpace bigskip
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Standard
13351 Sie können mit 
13352 \series bold
13353
13354 \backslash
13355 cmidrule
13356 \series default
13357  auch überlappende Linien wie in Tabelle
13358 \begin_inset space ~
13359 \end_inset
13360
13361
13362 \begin_inset CommandInset ref
13363 LatexCommand ref
13364 reference "tab:Special-booktabs-table"
13365
13366 \end_inset
13367
13368  definieren.
13369  Der Befehl ist:
13370 \end_layout
13371
13372 \begin_layout Standard
13373
13374 \series bold
13375
13376 \backslash
13377 morecmidrules
13378 \end_layout
13379
13380 \begin_layout Standard
13381 In Zeile zwei der Tabelle
13382 \begin_inset space ~
13383 \end_inset
13384
13385
13386 \begin_inset CommandInset ref
13387 LatexCommand ref
13388 reference "tab:Special-booktabs-table"
13389
13390 \end_inset
13391
13392  wurde folgender Befehl benutzt:
13393 \end_layout
13394
13395 \begin_layout Standard
13396
13397 \series bold
13398
13399 \backslash
13400 cmidrule(r){2-2}
13401 \backslash
13402 cmidrule(l){3-4}
13403 \backslash
13404 morecmidrules
13405 \begin_inset Newline newline
13406 \end_inset
13407
13408
13409 \backslash
13410 cmidrule{2-4}
13411 \end_layout
13412
13413 \begin_layout Standard
13414 und in Zeile sechs:
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 midrule
13423 \backslash
13424 morecmidrules
13425 \backslash
13426 cmidrule{3-4}
13427 \end_layout
13428
13429 \begin_layout Standard
13430 \begin_inset VSpace bigskip
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Standard
13437 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13438  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13439 \end_layout
13440
13441 \begin_layout Standard
13442
13443 \series bold
13444
13445 \backslash
13446 specialrule{Dicke}{Abstand davor}{Abstand danach}
13447 \end_layout
13448
13449 \begin_layout Standard
13450 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13451 \series bold
13452 booktabs
13453 \series default
13454  
13455 \begin_inset CommandInset citation
13456 LatexCommand cite
13457 key "booktabs"
13458
13459 \end_inset
13460
13461 .
13462 \begin_inset Index idx
13463 status collapsed
13464
13465 \begin_layout Plain Layout
13466 LaTeX-Pakete ! booktabs
13467 \end_layout
13468
13469 \end_inset
13470
13471
13472 \end_layout
13473
13474 \begin_layout Standard
13475 \begin_inset Float table
13476 placement h
13477 wide false
13478 sideways false
13479 status open
13480
13481 \begin_layout Plain Layout
13482 \begin_inset Caption
13483
13484 \begin_layout Plain Layout
13485 \begin_inset CommandInset label
13486 LatexCommand label
13487 name "tab:Special-booktabs-table"
13488
13489 \end_inset
13490
13491 Eine spezielle formale Tabelle
13492 \end_layout
13493
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \begin_layout Plain Layout
13500 \align center
13501 \begin_inset Tabular
13502 <lyxtabular version="3" rows="8" columns="4">
13503 <features booktabs="true" tabularvalignment="middle">
13504 <column alignment="center" valignment="top" width="0">
13505 <column alignment="center" valignment="top" width="0">
13506 <column alignment="right" valignment="top" width="0">
13507 <column alignment="right" valignment="top" width="0">
13508 <row>
13509 <cell alignment="center" valignment="top" topline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 System
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 Chip
13523 \begin_inset space \thinspace{}
13524 \end_inset
13525
13526 1
13527 \end_layout
13528
13529 \end_inset
13530 </cell>
13531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13532 \begin_inset Text
13533
13534 \begin_layout Plain Layout
13535 Chip
13536 \begin_inset space \thinspace{}
13537 \end_inset
13538
13539 2
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 \begin_inset ERT
13560 status collapsed
13561
13562 \begin_layout Plain Layout
13563
13564
13565 \backslash
13566 cmidrule(r){2-2}
13567 \end_layout
13568
13569 \end_inset
13570
13571
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577
13578 \backslash
13579 cmidrule(l){3-4}
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \begin_inset ERT
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589
13590
13591 \backslash
13592 morecmidrules 
13593 \end_layout
13594
13595 \end_inset
13596
13597
13598 \begin_inset ERT
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602
13603
13604 \backslash
13605 cmidrule{2-4}
13606 \end_layout
13607
13608 \end_inset
13609
13610 Detektordicke in µm
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 300
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 <cell alignment="center" valignment="top" usebox="none">
13625 \begin_inset Text
13626
13627 \begin_layout Plain Layout
13628 300
13629 \end_layout
13630
13631 \end_inset
13632 </cell>
13633 <cell alignment="center" valignment="top" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 700
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 </row>
13643 <row>
13644 <cell alignment="center" valignment="top" topline="true" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 Kantenwinkel in °
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 3,55
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 2,71
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 7,99
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 </row>
13681 <row topspace="default">
13682 <cell alignment="center" valignment="top" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 räumliche Auf\SpecialChar \textcompwordmark{}
13687 lösung in µm
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 4,26
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 10,17
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 10,56
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 <row topspace="default">
13721 <cell alignment="center" valignment="top" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 MTF bei 
13726 \begin_inset Formula $f_{\mathrm{max}}$
13727 \end_inset
13728
13729
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 0,53
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 0,37
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 0,39
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 </row>
13762 <row>
13763 <cell alignment="center" valignment="top" topline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 \begin_inset ERT
13768 status collapsed
13769
13770 \begin_layout Plain Layout
13771
13772
13773 \backslash
13774 morecmidrules 
13775 \end_layout
13776
13777 \end_inset
13778
13779
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787 cmidrule{3-4}
13788 \end_layout
13789
13790 \end_inset
13791
13792 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13793 lösung
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 in µm
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 129,7
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 52,75
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 50,78
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 in % der Pixelgröße
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 76,3
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 95,9
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 92,3
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 </row>
13902 </lyxtabular>
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \begin_layout Section
13915 Vertikale Tabellen-Ausrichtung
13916 \begin_inset Index idx
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920 Tabellen ! Ausrichtung
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \end_layout
13927
13928 \begin_layout Standard
13929 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13930  einer Box sein.
13931  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13932 \begin_inset space ~
13933 \end_inset
13934
13935
13936 \begin_inset CommandInset ref
13937 LatexCommand ref
13938 reference "abs:Box-Dialog"
13939
13940 \end_inset
13941
13942  beschrieben.
13943 \end_layout
13944
13945 \begin_layout Standard
13946 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13947 \begin_inset Foot
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951 Minipages werden in Abschnitt
13952 \begin_inset space ~
13953 \end_inset
13954
13955
13956 \begin_inset CommandInset ref
13957 LatexCommand ref
13958 reference "abs:Minipage"
13959
13960 \end_inset
13961
13962  beschrieben.
13963 \end_layout
13964
13965 \end_inset
13966
13967  mit 15
13968 \begin_inset space \thinspace{}
13969 \end_inset
13970
13971 col%-Breite:
13972 \end_layout
13973
13974 \begin_layout Itemize
13975 Test 
13976 \begin_inset Box Frameless
13977 position "t"
13978 hor_pos "c"
13979 has_inner_box 1
13980 inner_pos "c"
13981 use_parbox 0
13982 use_makebox 0
13983 width "15col%"
13984 special "none"
13985 height "1in"
13986 height_special "totalheight"
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990 \begin_inset Tabular
13991 <lyxtabular version="3" rows="3" columns="3">
13992 <features tabularvalignment="middle">
13993 <column alignment="center" valignment="top" width="0">
13994 <column alignment="center" valignment="top" width="0">
13995 <column alignment="center" valignment="top" width="0">
13996 <row>
13997 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 Tabelle 1
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 <row>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 b
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 e
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 h
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 </row>
14054 <row>
14055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 c
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 f
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 i
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 </row>
14083 </lyxtabular>
14084
14085 \end_inset
14086
14087
14088 \end_layout
14089
14090 \end_inset
14091
14092  Test 
14093 \begin_inset ERT
14094 status collapsed
14095
14096 \begin_layout Plain Layout
14097
14098
14099 \backslash
14100 raisebox{0.85
14101 \backslash
14102 baselineskip}{
14103 \end_layout
14104
14105 \end_inset
14106
14107
14108 \begin_inset Box Frameless
14109 position "t"
14110 hor_pos "c"
14111 has_inner_box 1
14112 inner_pos "c"
14113 use_parbox 0
14114 use_makebox 0
14115 width "15col%"
14116 special "none"
14117 height "1in"
14118 height_special "totalheight"
14119 status collapsed
14120
14121 \begin_layout Plain Layout
14122 \begin_inset Tabular
14123 <lyxtabular version="3" rows="3" columns="3">
14124 <features tabularvalignment="middle">
14125 <column alignment="center" valignment="top" width="0">
14126 <column alignment="center" valignment="top" width="0">
14127 <column alignment="center" valignment="top" width="0">
14128 <row>
14129 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 Tabelle 2
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 <row>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 b
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 e
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 h
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 </row>
14186 <row>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 c
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 f
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 i
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 </lyxtabular>
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \end_inset
14223
14224
14225 \begin_inset ERT
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229
14230 }
14231 \end_layout
14232
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \begin_layout Itemize
14239 Test 
14240 \begin_inset Box Frameless
14241 position "c"
14242 hor_pos "c"
14243 has_inner_box 1
14244 inner_pos "c"
14245 use_parbox 0
14246 use_makebox 0
14247 width "15col%"
14248 special "none"
14249 height "1in"
14250 height_special "totalheight"
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254 \begin_inset Tabular
14255 <lyxtabular version="3" rows="3" columns="3">
14256 <features tabularvalignment="middle">
14257 <column alignment="center" valignment="top" width="0">
14258 <column alignment="center" valignment="top" width="0">
14259 <column alignment="center" valignment="top" width="0">
14260 <row>
14261 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 Tabelle 3
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 </row>
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 b
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 e
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 h
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 <row>
14319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 c
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 f
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 i
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 </lyxtabular>
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \begin_layout Itemize
14360 Test 
14361 \begin_inset Box Frameless
14362 position "b"
14363 hor_pos "c"
14364 has_inner_box 1
14365 inner_pos "c"
14366 use_parbox 0
14367 use_makebox 0
14368 width "15col%"
14369 special "none"
14370 height "1in"
14371 height_special "totalheight"
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375 \begin_inset Tabular
14376 <lyxtabular version="3" rows="3" columns="3">
14377 <features tabularvalignment="middle">
14378 <column alignment="center" valignment="top" width="0">
14379 <column alignment="center" valignment="top" width="0">
14380 <column alignment="center" valignment="top" width="0">
14381 <row>
14382 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 Tabelle 4
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 </row>
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 b
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 e
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 h
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 </row>
14439 <row>
14440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 c
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 f
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 i
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 </lyxtabular>
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \end_inset
14476
14477 Test 
14478 \begin_inset ERT
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482
14483
14484 \backslash
14485 raisebox{-0.32
14486 \backslash
14487 baselineskip}{
14488 \end_layout
14489
14490 \end_inset
14491
14492
14493 \begin_inset Box Frameless
14494 position "b"
14495 hor_pos "c"
14496 has_inner_box 1
14497 inner_pos "c"
14498 use_parbox 0
14499 use_makebox 0
14500 width "15col%"
14501 special "none"
14502 height "1in"
14503 height_special "totalheight"
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 \begin_inset Tabular
14508 <lyxtabular version="3" rows="3" columns="3">
14509 <features tabularvalignment="middle">
14510 <column alignment="center" valignment="top" width="0">
14511 <column alignment="center" valignment="top" width="0">
14512 <column alignment="center" valignment="top" width="0">
14513 <row>
14514 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 Tabelle 5
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 </row>
14542 <row>
14543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 b
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 e
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 h
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 <row>
14572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 c
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 f
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 i
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 </row>
14600 </lyxtabular>
14601
14602 \end_inset
14603
14604
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \begin_inset ERT
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614
14615 }
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14625 \begin_inset space \space{}
14626 \end_inset
14627
14628 1 und letzten Zeile von Tabelle
14629 \begin_inset space \space{}
14630 \end_inset
14631
14632 4 bezüglich dem Wort 
14633 \begin_inset Quotes gld
14634 \end_inset
14635
14636 Test
14637 \begin_inset Quotes grd
14638 \end_inset
14639
14640  nicht richtig ausgerichtet.
14641  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14642 \begin_inset Quotes gld
14643 \end_inset
14644
14645 Raisebox
14646 \begin_inset Quotes grd
14647 \end_inset
14648
14649
14650 \begin_inset Foot
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654 Raiseboxen werden in Abschnitt
14655 \begin_inset space ~
14656 \end_inset
14657
14658
14659 \begin_inset CommandInset ref
14660 LatexCommand ref
14661 reference "uab:Vertikale-Ausrichtung"
14662
14663 \end_inset
14664
14665  beschrieben.
14666 \end_layout
14667
14668 \end_inset
14669
14670  setzen.
14671  In Tabelle
14672 \begin_inset space \space{}
14673 \end_inset
14674
14675 2 wurde der Text mit dem Befehl
14676 \end_layout
14677
14678 \begin_layout Standard
14679
14680 \series bold
14681
14682 \backslash
14683 raisebox{0.85
14684 \backslash
14685 baselineskip}{
14686 \end_layout
14687
14688 \begin_layout Standard
14689 vor der Box ausgerichtet.
14690  Hinter der Box wurde auch noch 
14691 \series bold
14692 }
14693 \series default
14694  als TeX-Code eingefügt, weil der obige Befehl mit 
14695 \series bold
14696 {
14697 \series default
14698  aufhörte.
14699  Für Tabelle
14700 \begin_inset space \space{}
14701 \end_inset
14702
14703 5 wurde der Befehl
14704 \end_layout
14705
14706 \begin_layout Standard
14707
14708 \series bold
14709
14710 \backslash
14711 raisebox{-0.32
14712 \backslash
14713 baselineskip}{
14714 \end_layout
14715
14716 \begin_layout Standard
14717 benutzt.
14718 \end_layout
14719
14720 \begin_layout Standard
14721 \begin_inset Note Greyedout
14722 status open
14723
14724 \begin_layout Plain Layout
14725
14726 \series bold
14727 Bemerkung:
14728 \series default
14729  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14730  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14731  Der Faktor im 
14732 \series bold
14733
14734 \backslash
14735 raisebox
14736 \series default
14737 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14738 \end_layout
14739
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Section
14746 Farbige Tabellen
14747 \begin_inset CommandInset label
14748 LatexCommand label
14749 name "abs:Farbige-Tabellen"
14750
14751 \end_inset
14752
14753
14754 \begin_inset Index idx
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758 Tabellen ! farbige
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \begin_layout Subsection
14767 Farbige Zellen
14768 \begin_inset Index idx
14769 status collapsed
14770
14771 \begin_layout Plain Layout
14772 farbige !  Tabellenzellen
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 \begin_inset Float table
14782 placement h
14783 wide false
14784 sideways false
14785 status open
14786
14787 \begin_layout Plain Layout
14788 \begin_inset Caption
14789
14790 \begin_layout Plain Layout
14791 \begin_inset CommandInset label
14792 LatexCommand label
14793 name "tab:Farbige-Tabelle-ohne"
14794
14795 \end_inset
14796
14797 Farbige Tabelle, ohne Paket 
14798 \series bold
14799 colortbl
14800 \series default
14801
14802 \begin_inset Argument
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806 Tabelle ohne 
14807 \family typewriter
14808 colortbl
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Plain Layout
14822 \align center
14823 \begin_inset Tabular
14824 <lyxtabular version="3" rows="3" columns="3">
14825 <features tabularvalignment="middle">
14826 <column alignment="center" valignment="top" width="0">
14827 <column alignment="center" valignment="top" width="0">
14828 <column alignment="center" valignment="top" width="0">
14829 <row>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834
14835 \color green
14836 a
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845
14846 \color red
14847 b
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \color red
14858 c
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 <row>
14865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869
14870 \color green
14871 d
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880
14881 \color blue
14882 e
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \color blue
14893 f
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904
14905 \color green
14906 g
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915
14916 \color blue
14917 h
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \color blue
14928 i
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 </row>
14934 </lyxtabular>
14935
14936 \end_inset
14937
14938
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \begin_layout Standard
14947 \begin_inset CommandInset label
14948 LatexCommand label
14949 name "Wenn-Sie-nur"
14950
14951 \end_inset
14952
14953 Wenn Sie nur farbigen Text
14954 \begin_inset Index idx
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958 Farbe ! für Text
14959 \end_layout
14960
14961 \end_inset
14962
14963  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14964  auf den Werkzeugleistenknopf 
14965 \begin_inset Graphics
14966         filename ../../images/dialog-show_character.png
14967         scale 70
14968         scaleBeforeRotation
14969
14970 \end_inset
14971
14972  oder über das Menü 
14973 \family sans
14974 Bearbeiten\SpecialChar \menuseparator
14975 Textstil\SpecialChar \menuseparator
14976 Benutzerdefiniert
14977 \family default
14978  mit dem 
14979 \family sans
14980 Textstil
14981 \family default
14982 -Dialog wie es in Tabelle
14983 \begin_inset space ~
14984 \end_inset
14985
14986
14987 \begin_inset CommandInset ref
14988 LatexCommand ref
14989 reference "tab:Farbige-Tabelle-ohne"
14990
14991 \end_inset
14992
14993  gemacht wurde.
14994  In anderen Fällen müssen Sie das LaTeX-Paket 
14995 \series bold
14996 colortbl
14997 \series default
14998  benutzen.
14999 \begin_inset Index idx
15000 status collapsed
15001
15002 \begin_layout Plain Layout
15003 LaTeX-Pakete ! colortbl
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \begin_layout Standard
15012 \begin_inset ERT
15013 status collapsed
15014
15015 \begin_layout Plain Layout
15016
15017
15018 \backslash
15019 ifcolortbl
15020 \end_layout
15021
15022 \end_inset
15023
15024
15025 \begin_inset Note Note
15026 status open
15027
15028 \begin_layout Plain Layout
15029 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15030 \series bold
15031 colortbl
15032 \series default
15033  installiert ist.
15034 \end_layout
15035
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \begin_layout Standard
15042 Um farbige Tabellen zu erzeugen, muss 
15043 \series bold
15044 colortbl
15045 \series default
15046  im LaTeX-Vorspann geladen werden:
15047 \end_layout
15048
15049 \begin_layout Standard
15050
15051 \series bold
15052
15053 \backslash
15054 usepackage{colortbl}
15055 \end_layout
15056
15057 \begin_layout Standard
15058 Die Farbe einer Spalte ändert man dann mit dem Befehl
15059 \end_layout
15060
15061 \begin_layout Standard
15062
15063 \series bold
15064
15065 \backslash
15066 columncolor{Farbname}
15067 \end_layout
15068
15069 \begin_layout Standard
15070 innerhalb des Befehls 
15071 \series bold
15072 >{}
15073 \series default
15074 .
15075  Mehr über den Befehl 
15076 \series bold
15077 >{}
15078 \series default
15079  finden Sie im Abschnitt
15080 \begin_inset space ~
15081 \end_inset
15082
15083
15084 \begin_inset CommandInset ref
15085 LatexCommand ref
15086 reference "uab:Mehrfachspalten-Berechnungen"
15087
15088 \end_inset
15089
15090 .
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Folgende Farbnamen sind vordefiniert:
15095 \end_layout
15096
15097 \begin_layout Standard
15098
15099 \family sans
15100 red
15101 \family default
15102
15103 \family sans
15104 green
15105 \family default
15106
15107 \family sans
15108 yellow
15109 \family default
15110
15111 \family sans
15112 blue
15113 \family default
15114
15115 \family sans
15116 cyan
15117 \family default
15118
15119 \family sans
15120 magenta
15121 \family default
15122
15123 \family sans
15124 black
15125 \family default
15126  und 
15127 \family sans
15128 white
15129 \begin_inset Newline newline
15130 \end_inset
15131
15132 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15133 \family default
15134 und
15135 \family sans
15136  weiß
15137 \family default
15138 ).
15139 \end_layout
15140
15141 \begin_layout Standard
15142 \begin_inset VSpace medskip
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \begin_layout Standard
15149 Sie können auch eigene Farben definieren:
15150 \end_layout
15151
15152 \begin_layout Standard
15153
15154 \series bold
15155
15156 \backslash
15157 definecolor{Farbname}{Farbmodell}{Farbwerte}
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Das Farbmodell kann eins der folgenden sein:
15162 \end_layout
15163
15164 \begin_layout Labeling
15165 \labelwidthstring 00.00.0000
15166 cmyk: cyan, magenta, yellow, black
15167 \end_layout
15168
15169 \begin_layout Labeling
15170 \labelwidthstring 00.00.0000
15171 rgb: red, green blue
15172 \end_layout
15173
15174 \begin_layout Labeling
15175 \labelwidthstring 00.00.0000
15176 gray: gray
15177 \end_layout
15178
15179 \begin_layout Standard
15180 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15181  die die entsprechende Farbe für das Farbmodell beschreiben.
15182 \end_layout
15183
15184 \begin_layout Standard
15185 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15186 \emph on
15187
15188 \begin_inset Quotes gld
15189 \end_inset
15190
15191 dunkelgruen
15192 \emph default
15193
15194 \begin_inset Quotes grd
15195 \end_inset
15196
15197  und 
15198 \begin_inset Quotes gld
15199 \end_inset
15200
15201
15202 \emph on
15203 hellgrau
15204 \emph default
15205
15206 \begin_inset Quotes grd
15207 \end_inset
15208
15209  folgendermaßen definieren:
15210 \end_layout
15211
15212 \begin_layout Standard
15213
15214 \series bold
15215
15216 \backslash
15217 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15218 \end_layout
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223
15224 \backslash
15225 definecolor{hellgrau}{gray}{0.8}
15226 \end_layout
15227
15228 \begin_layout Standard
15229 \begin_inset VSpace medskip
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Linien werden mit dem Befehl
15237 \end_layout
15238
15239 \begin_layout Standard
15240
15241 \series bold
15242
15243 \backslash
15244 rowcolor{Farbname}
15245 \end_layout
15246
15247 \begin_layout Standard
15248 gefärbt, Zellen mit dem Befehl
15249 \end_layout
15250
15251 \begin_layout Standard
15252
15253 \series bold
15254
15255 \backslash
15256 cellcolor{Farbname}
15257 \end_layout
15258
15259 \begin_layout Standard
15260 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Um nur Text zu färben, machen Sie es wie 
15265 \begin_inset CommandInset ref
15266 LatexCommand vpageref
15267 reference "Wenn-Sie-nur"
15268
15269 \end_inset
15270
15271  beschrieben.
15272  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15273 \emph on
15274 markieren Sie nur den Text
15275 \emph default
15276 , sonst werden Sie LaTeX-Fehler erzeugen.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 \begin_inset Note Greyedout
15281 status open
15282
15283 \begin_layout Plain Layout
15284
15285 \series bold
15286 Achtung:
15287 \series default
15288  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15289 \end_layout
15290
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \begin_layout Standard
15297 \begin_inset VSpace medskip
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Die Tabelle
15305 \begin_inset space ~
15306 \end_inset
15307
15308
15309 \begin_inset CommandInset ref
15310 LatexCommand ref
15311 reference "tab:Table-colored-using"
15312
15313 \end_inset
15314
15315  wurde folgendermaßen erstellt: die erste Spalte soll 
15316 \emph on
15317
15318 \begin_inset Quotes gld
15319 \end_inset
15320
15321 dunkelgruen
15322 \emph default
15323
15324 \begin_inset Quotes grd
15325 \end_inset
15326
15327  werden, also müssen Sie ins 
15328 \family sans
15329 LaTe
15330 \begin_inset ERT
15331 status collapsed
15332
15333 \begin_layout Plain Layout
15334
15335 {}
15336 \end_layout
15337
15338 \end_inset
15339
15340 X-Argument
15341 \family default
15342  der Zellen der ersten Spalte den Befehl
15343 \end_layout
15344
15345 \begin_layout Standard
15346
15347 \series bold
15348 >{
15349 \backslash
15350 columncolor{dunkelgruen}
15351 \backslash
15352 centering}c
15353 \end_layout
15354
15355 \begin_layout Standard
15356 schreiben.
15357  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15358 \end_layout
15359
15360 \begin_layout Standard
15361
15362 \series bold
15363
15364 \backslash
15365 rowcolor{cyan}
15366 \end_layout
15367
15368 \begin_layout Standard
15369 in die erste Zelle der ersten Zeile eingefügt.
15370  Diese Farbe ersetzt die Spaltenfarbe.
15371  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15372  wird mit folgendem Befehl erreicht:
15373 \end_layout
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378
15379 \backslash
15380 cellcolor{magenta}
15381 \end_layout
15382
15383 \begin_layout Standard
15384 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15385 \family sans
15386 Textstil
15387 \family default
15388 -Dialog.
15389 \end_layout
15390
15391 \begin_layout Standard
15392 \begin_inset Float table
15393 placement h
15394 wide false
15395 sideways false
15396 status open
15397
15398 \begin_layout Plain Layout
15399 \begin_inset Caption
15400
15401 \begin_layout Plain Layout
15402 \begin_inset CommandInset label
15403 LatexCommand label
15404 name "tab:Table-colored-using"
15405
15406 \end_inset
15407
15408 Eine mit dem Paket 
15409 \series bold
15410 colortbl
15411 \series default
15412  gefärbte Tabelle
15413 \begin_inset Argument
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417 Tabelle mit 
15418 \family typewriter
15419 colortbl
15420 \end_layout
15421
15422 \end_inset
15423
15424
15425 \end_layout
15426
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \begin_layout Plain Layout
15433 \align center
15434 \begin_inset Tabular
15435 <lyxtabular version="3" rows="3" columns="3">
15436 <features tabularvalignment="middle">
15437 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15438 <column alignment="center" valignment="top" width="0">
15439 <column alignment="center" valignment="top" width="0">
15440 <row>
15441 <cell alignment="center" valignment="top" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset ERT
15446 status collapsed
15447
15448 \begin_layout Plain Layout
15449
15450
15451 \backslash
15452 rowcolor{cyan}
15453 \end_layout
15454
15455 \end_inset
15456
15457
15458 \color magenta
15459 a
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \color red
15470 b
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \color red
15481 c
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row>
15488 <cell alignment="center" valignment="top" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \color yellow
15494 d
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \color blue
15505 e
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514
15515 \color blue
15516 f
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \color yellow
15529 g
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \color blue
15540 h
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 \begin_inset ERT
15550 status collapsed
15551
15552 \begin_layout Plain Layout
15553
15554
15555 \backslash
15556 cellcolor{magenta}
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \color green
15563 i
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 </lyxtabular>
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 \begin_inset ERT
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586
15587
15588 \backslash
15589 else
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \begin_inset Note Note
15596 status open
15597
15598 \begin_layout Plain Layout
15599 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15600 \series bold
15601 colortbl
15602 \series default
15603  nicht installiert ist:
15604 \end_layout
15605
15606 \end_inset
15607
15608
15609 \end_layout
15610
15611 \begin_layout Standard
15612 Sie müssen das LaTeX-Paket 
15613 \series bold
15614 colortbl
15615 \series default
15616  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset ERT
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624
15625
15626 \backslash
15627 fi
15628 \end_layout
15629
15630 \end_inset
15631
15632
15633 \end_layout
15634
15635 \begin_layout Subsection
15636 Farbige Linien
15637 \begin_inset Index idx
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641 farbige !  Tabellenlinien
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 Wie in Abschnitt
15651 \begin_inset space ~
15652 \end_inset
15653
15654
15655 \begin_inset CommandInset ref
15656 LatexCommand ref
15657 reference "uab:Liniendicke"
15658
15659 \end_inset
15660
15661  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15662 \series bold
15663
15664 \backslash
15665 arrayrulewidth
15666 \series default
15667  definiert werden.
15668  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15669 \begin_inset space \thinspace{}
15670 \end_inset
15671
15672 pt gesetzt.
15673 \begin_inset ERT
15674 status collapsed
15675
15676 \begin_layout Plain Layout
15677
15678
15679 \backslash
15680 setlength{
15681 \backslash
15682 arrayrulewidth}{1.5pt}
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \begin_layout Standard
15691 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15692 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15693 \begin_inset space ~
15694 \end_inset
15695
15696
15697 \begin_inset CommandInset ref
15698 LatexCommand ref
15699 reference "uab:Angepasste-Zellen-/Spaltenformate"
15700
15701 \end_inset
15702
15703  definiert:
15704 \end_layout
15705
15706 \begin_layout Standard
15707
15708 \series bold
15709
15710 \backslash
15711 newcolumntype{W}{!{
15712 \backslash
15713 color{green}
15714 \backslash
15715 vline}}
15716 \end_layout
15717
15718 \begin_layout Standard
15719 In Tabelle
15720 \begin_inset space ~
15721 \end_inset
15722
15723
15724 \begin_inset CommandInset ref
15725 LatexCommand ref
15726 reference "tab:Tabelle-mit-farbigen-vert"
15727
15728 \end_inset
15729
15730  wurde das LaTeX-Argument 
15731 \series bold
15732 WcW
15733 \series default
15734  für die letzte und 
15735 \series bold
15736 Wc
15737 \series default
15738  für die anderen Spalten benutzt.
15739 \end_layout
15740
15741 \begin_layout Standard
15742 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15743 \end_layout
15744
15745 \begin_layout Standard
15746 \begin_inset Float table
15747 placement h
15748 wide false
15749 sideways false
15750 status open
15751
15752 \begin_layout Plain Layout
15753 \begin_inset Caption
15754
15755 \begin_layout Plain Layout
15756 \begin_inset CommandInset label
15757 LatexCommand label
15758 name "tab:Tabelle-mit-farbigen-vert"
15759
15760 \end_inset
15761
15762 Tabelle mit farbigen vertikalen Linien
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Plain Layout
15771 \align center
15772 \begin_inset Tabular
15773 <lyxtabular version="3" rows="3" columns="3">
15774 <features tabularvalignment="middle">
15775 <column alignment="center" valignment="top" width="0" special="Wc">
15776 <column alignment="center" valignment="top" width="0" special="Wc">
15777 <column alignment="center" valignment="top" width="0" special="WcW">
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 sd
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row>
15808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 sd
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 sd
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 </lyxtabular>
15866
15867 \end_inset
15868
15869
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \begin_layout Standard
15878 \begin_inset VSpace bigskip
15879 \end_inset
15880
15881 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15882 \begin_inset space ~
15883 \end_inset
15884
15885
15886 \begin_inset CommandInset ref
15887 LatexCommand ref
15888 reference "tab:Tabelle-mit-farbigen-horiz"
15889
15890 \end_inset
15891
15892 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15893  einfügen:
15894 \end_layout
15895
15896 \begin_layout Standard
15897
15898 \series bold
15899
15900 \backslash
15901 let
15902 \backslash
15903 myHlineC
15904 \backslash
15905 hline
15906 \begin_inset Newline newline
15907 \end_inset
15908
15909
15910 \backslash
15911 renewcommand{
15912 \backslash
15913 hline}
15914 \begin_inset Newline newline
15915 \end_inset
15916
15917
15918 \begin_inset Phantom HPhantom
15919 status open
15920
15921 \begin_layout Plain Layout
15922
15923 \series bold
15924 \begin_inset space ~
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \end_inset
15931
15932 {
15933 \backslash
15934 arrayrulecolor{red}
15935 \backslash
15936 myHlineC
15937 \backslash
15938 arrayrulecolor{black}}
15939 \end_layout
15940
15941 \begin_layout Standard
15942 \begin_inset ERT
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946
15947
15948 \backslash
15949 let
15950 \backslash
15951 myHlineC
15952 \backslash
15953 hline
15954 \end_layout
15955
15956 \begin_layout Plain Layout
15957
15958
15959 \backslash
15960 renewcommand{
15961 \backslash
15962 hline}
15963 \end_layout
15964
15965 \begin_layout Plain Layout
15966
15967  {
15968 \backslash
15969 arrayrulecolor{red}
15970 \backslash
15971 myHlineC
15972 \backslash
15973 arrayrulecolor{black}}
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \begin_inset Float table
15980 placement h
15981 wide false
15982 sideways false
15983 status open
15984
15985 \begin_layout Plain Layout
15986 \begin_inset Caption
15987
15988 \begin_layout Plain Layout
15989 \begin_inset CommandInset label
15990 LatexCommand label
15991 name "tab:Tabelle-mit-farbigen-horiz"
15992
15993 \end_inset
15994
15995 Tabelle mit farbigen horizontalen Linien
15996 \end_layout
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \begin_layout Plain Layout
16004 \align center
16005 \begin_inset Tabular
16006 <lyxtabular version="3" rows="3" columns="3">
16007 <features tabularvalignment="middle">
16008 <column alignment="center" valignment="top" width="0">
16009 <column alignment="center" valignment="top" width="0">
16010 <column alignment="center" valignment="top" width="0">
16011 <row>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 sd
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 <row>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 sd
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row>
16070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 sd
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 </lyxtabular>
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Standard
16111 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16112  als TeX-Code hinter der Tabelle einfügen:
16113 \end_layout
16114
16115 \begin_layout Standard
16116
16117 \series bold
16118
16119 \backslash
16120 renewcommand{
16121 \backslash
16122 hline}{
16123 \backslash
16124 myHlineC}
16125 \end_layout
16126
16127 \begin_layout Standard
16128 Tabelle
16129 \begin_inset space ~
16130 \end_inset
16131
16132
16133 \begin_inset CommandInset ref
16134 LatexCommand ref
16135 reference "tab:Table-with-colored"
16136
16137 \end_inset
16138
16139  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16140 \end_layout
16141
16142 \begin_layout Standard
16143 \begin_inset Float table
16144 placement h
16145 wide false
16146 sideways false
16147 status open
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Caption
16151
16152 \begin_layout Plain Layout
16153 \begin_inset CommandInset label
16154 LatexCommand label
16155 name "tab:Table-with-colored"
16156
16157 \end_inset
16158
16159 Tabelle mit farbigen Linien
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Plain Layout
16168 \align center
16169 \begin_inset Tabular
16170 <lyxtabular version="3" rows="3" columns="3">
16171 <features tabularvalignment="middle">
16172 <column alignment="center" valignment="top" width="0" special="Wc">
16173 <column alignment="center" valignment="top" width="0" special="Wc">
16174 <column alignment="center" valignment="top" width="0" special="WcW">
16175 <row>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 sd
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 sd
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row topspace="default">
16234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 sd
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 </row>
16262 </lyxtabular>
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \begin_layout Standard
16275 \begin_inset ERT
16276 status collapsed
16277
16278 \begin_layout Plain Layout
16279
16280
16281 \backslash
16282 renewcommand{
16283 \backslash
16284 hline}{
16285 \backslash
16286 myHlineC}
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \begin_layout Standard
16295 \begin_inset ERT
16296 status collapsed
16297
16298 \begin_layout Plain Layout
16299
16300
16301 \backslash
16302 setlength{
16303 \backslash
16304 arrayrulewidth}{0.4pt}
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \begin_inset Note Note
16311 status collapsed
16312
16313 \begin_layout Plain Layout
16314 setzt die Liniendicke wieder auf ihren Standardwert zurück
16315 \end_layout
16316
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \begin_layout Section
16323 Tabellen-Anpassung
16324 \begin_inset Index idx
16325 status collapsed
16326
16327 \begin_layout Plain Layout
16328 Tabellen ! Anpassung
16329 \end_layout
16330
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \begin_layout Subsection
16337 Zeilenabstand
16338 \begin_inset CommandInset label
16339 LatexCommand label
16340 name "uab:Zeilenabstand"
16341
16342 \end_inset
16343
16344
16345 \begin_inset Index idx
16346 status collapsed
16347
16348 \begin_layout Plain Layout
16349 Tabellen ! Zeilenabstand
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 Auf der Karteikarte 
16359 \family sans
16360 Rahmen
16361 \family default
16362  des 
16363 \family sans
16364 Tabellen-Einstellungen
16365 \family default
16366 -Dialogs können Sie 
16367 \family sans
16368 zusätzliche
16369 \begin_inset space ~
16370 \end_inset
16371
16372 Abstände
16373 \family default
16374  einfügen.
16375  Dabei haben Sie drei Möglichkeiten:
16376 \end_layout
16377
16378 \begin_layout Description
16379 Oberhalb
16380 \begin_inset space ~
16381 \end_inset
16382
16383 der
16384 \begin_inset space ~
16385 \end_inset
16386
16387 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16388  Bei einer formalen Tabelle
16389 \begin_inset Foot
16390 status collapsed
16391
16392 \begin_layout Plain Layout
16393 Formale Tabellen wurden in Abschnitt
16394 \begin_inset space ~
16395 \end_inset
16396
16397
16398 \begin_inset CommandInset ref
16399 LatexCommand ref
16400 reference "abs:Formale-Tabellen"
16401
16402 \end_inset
16403
16404  beschrieben.
16405 \end_layout
16406
16407 \end_inset
16408
16409  fügt LyX standardmäßig 0.5
16410 \begin_inset space \thinspace{}
16411 \end_inset
16412
16413 em Leerraum ein.
16414  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16415 \begin_inset VSpace medskip
16416 \end_inset
16417
16418
16419 \begin_inset Newline newline
16420 \end_inset
16421
16422
16423 \begin_inset space \hspace*{}
16424 \length 0pt
16425 \end_inset
16426
16427
16428 \begin_inset space \hfill{}
16429 \end_inset
16430
16431
16432 \begin_inset Tabular
16433 <lyxtabular version="3" rows="3" columns="1">
16434 <features tabularvalignment="middle">
16435 <column alignment="center" valignment="top" width="0">
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 A
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row topspace="3mm">
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 3
16453 \begin_inset space \thinspace{}
16454 \end_inset
16455
16456 mm Leerraum oberhalb der Zeile
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 C
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 </lyxtabular>
16474
16475 \end_inset
16476
16477
16478 \begin_inset space \hfill{}
16479 \end_inset
16480
16481
16482 \begin_inset space \hspace*{}
16483 \length 0pt
16484 \end_inset
16485
16486
16487 \begin_inset VSpace medskip
16488 \end_inset
16489
16490
16491 \begin_inset Newline newline
16492 \end_inset
16493
16494 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16495 n Linien verwenden.
16496 \end_layout
16497
16498 \begin_layout Description
16499 Unterhalb
16500 \begin_inset space ~
16501 \end_inset
16502
16503 der
16504 \begin_inset space ~
16505 \end_inset
16506
16507 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16508  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16509 \begin_inset space \thinspace{}
16510 \end_inset
16511
16512 em Leerraum ein.
16513  Bei normalen Tabellen ist der Standardwert 2
16514 \begin_inset space \thinspace{}
16515 \end_inset
16516
16517 pt.
16518 \end_layout
16519
16520 \begin_layout Description
16521 Zwischen
16522 \begin_inset space ~
16523 \end_inset
16524
16525 den
16526 \begin_inset space ~
16527 \end_inset
16528
16529 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16530  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16531 \begin_inset space \thinspace{}
16532 \end_inset
16533
16534 em Leerraum ein.
16535  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16536 \begin_inset VSpace medskip
16537 \end_inset
16538
16539
16540 \begin_inset Newline newline
16541 \end_inset
16542
16543
16544 \begin_inset space \hspace*{}
16545 \length 0pt
16546 \end_inset
16547
16548
16549 \begin_inset space \hfill{}
16550 \end_inset
16551
16552
16553 \begin_inset Tabular
16554 <lyxtabular version="3" rows="3" columns="1">
16555 <features tabularvalignment="middle">
16556 <column alignment="center" valignment="top" width="0">
16557 <row>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 A
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row interlinespace="3mm">
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 \begin_inset Formula $\downarrow$
16574 \end_inset
16575
16576  3
16577 \begin_inset space \thinspace{}
16578 \end_inset
16579
16580 mm Leerraum zwischen den Zeilen 
16581 \begin_inset Formula $\downarrow$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\uparrow$
16596 \end_inset
16597
16598  3
16599 \begin_inset space \thinspace{}
16600 \end_inset
16601
16602 mm Leerraum zwischen den Zeilen 
16603 \begin_inset Formula $\uparrow$
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 </lyxtabular>
16613
16614 \end_inset
16615
16616
16617 \begin_inset space \hfill{}
16618 \end_inset
16619
16620
16621 \begin_inset space \hspace*{}
16622 \length 0pt
16623 \end_inset
16624
16625
16626 \begin_inset VSpace medskip
16627 \end_inset
16628
16629
16630 \begin_inset Newline newline
16631 \end_inset
16632
16633 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16634 n Linien verwenden.
16635 \end_layout
16636
16637 \begin_layout Standard
16638 \begin_inset VSpace bigskip
16639 \end_inset
16640
16641 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16642  Befehlen im LaTeX-Vorspann machen:
16643 \end_layout
16644
16645 \begin_layout Standard
16646
16647 \series bold
16648
16649 \backslash
16650 @ifundefined{extrarowheight}
16651 \begin_inset Newline newline
16652 \end_inset
16653
16654
16655 \begin_inset Phantom HPhantom
16656 status open
16657
16658 \begin_layout Plain Layout
16659
16660 \series bold
16661 \begin_inset space ~
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \end_inset
16668
16669 {
16670 \backslash
16671 usepackage{array}}{}
16672 \begin_inset Newline newline
16673 \end_inset
16674
16675
16676 \backslash
16677 setlength{
16678 \backslash
16679 extrarowheight}{Höhe}
16680 \end_layout
16681
16682 \begin_layout Standard
16683 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16684  ausgerichtet sind.
16685  (Das Paket 
16686 \series bold
16687 array
16688 \series default
16689  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16690  verwenden.
16691  Der Befehl 
16692 \series bold
16693
16694 \backslash
16695 @ifundefined
16696 \series default
16697  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16698 \end_layout
16699
16700 \begin_layout Standard
16701 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16702  zu nah an den Buchstaben.
16703  Das kann korrigiert werden, indem man den Befehl 
16704 \series bold
16705
16706 \backslash
16707 strut
16708 \series default
16709  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16710  Tabelle
16711 \begin_inset space ~
16712 \end_inset
16713
16714
16715 \begin_inset CommandInset ref
16716 LatexCommand ref
16717 reference "tab:Vertikale-Ausrichtung-von"
16718
16719 \end_inset
16720
16721  zeigt den Effekt.
16722 \end_layout
16723
16724 \begin_layout Standard
16725 \noindent
16726 \begin_inset Float table
16727 placement h
16728 wide false
16729 sideways false
16730 status open
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Caption
16734
16735 \begin_layout Plain Layout
16736 \begin_inset CommandInset label
16737 LatexCommand label
16738 name "tab:Vertikale-Ausrichtung-von"
16739
16740 \end_inset
16741
16742 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Plain Layout
16751 \begin_inset space \hfill{}
16752 \end_inset
16753
16754
16755 \begin_inset Float table
16756 wide false
16757 sideways false
16758 status collapsed
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Caption
16762
16763 \begin_layout Plain Layout
16764 Normale Tabelle.
16765 \end_layout
16766
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \begin_layout Plain Layout
16773 \noindent
16774 \align center
16775 \begin_inset Tabular
16776 <lyxtabular version="3" rows="6" columns="1">
16777 <features tabularvalignment="middle">
16778 <column alignment="left" valignment="top" width="0">
16779 <row>
16780 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 Normal, g
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \size large
16797 Groß, g
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \size larger
16810 Größer, g
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \size largest
16823 noch Größer, g
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \size huge
16836 Riesig
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \size giant
16849 Gigantisch
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 </lyxtabular>
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863
16864
16865 \begin_inset space \hfill{}
16866 \end_inset
16867
16868
16869 \begin_inset Float table
16870 wide false
16871 sideways false
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Caption
16876
16877 \begin_layout Plain Layout
16878 Tabelle bei der der Befehl 
16879 \series bold
16880
16881 \backslash
16882 strut
16883 \series default
16884  verwendet wurde.
16885 \end_layout
16886
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \begin_layout Plain Layout
16893 \noindent
16894 \align center
16895 \begin_inset Tabular
16896 <lyxtabular version="3" rows="6" columns="1">
16897 <features tabularvalignment="middle">
16898 <column alignment="left" valignment="top" width="0">
16899 <row>
16900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 Normal, g
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \size large
16917 \begin_inset ERT
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921
16922
16923 \backslash
16924 strut 
16925 \end_layout
16926
16927 \end_inset
16928
16929 Groß, g
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \size larger
16942 \begin_inset ERT
16943 status collapsed
16944
16945 \begin_layout Plain Layout
16946
16947
16948 \backslash
16949 strut 
16950 \end_layout
16951
16952 \end_inset
16953
16954 Größer, g
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \size largest
16967 \begin_inset ERT
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971
16972
16973 \backslash
16974 strut 
16975 \end_layout
16976
16977 \end_inset
16978
16979 noch Größer, g
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \size huge
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 strut 
17000 \end_layout
17001
17002 \end_inset
17003
17004 Riesig
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \size giant
17017 \begin_inset ERT
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021
17022
17023 \backslash
17024 strut 
17025 \end_layout
17026
17027 \end_inset
17028
17029 Gigantisch
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 </lyxtabular>
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \begin_inset space \hfill{}
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \begin_layout Subsection
17057 Besondere Zellenausrichtung
17058 \begin_inset Index idx
17059 status collapsed
17060
17061 \begin_layout Plain Layout
17062 Tabellen ! Zellenausrichtung
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17072  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17073 \begin_inset space ~
17074 \end_inset
17075
17076
17077 \begin_inset CommandInset ref
17078 LatexCommand ref
17079 reference "tab:Tabellenzellen-sind-auf"
17080
17081 \end_inset
17082
17083 .
17084 \end_layout
17085
17086 \begin_layout Standard
17087 \begin_inset Float table
17088 placement h
17089 wide false
17090 sideways false
17091 status open
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Caption
17095
17096 \begin_layout Plain Layout
17097 \begin_inset CommandInset label
17098 LatexCommand label
17099 name "tab:Tabellenzellen-sind-auf"
17100
17101 \end_inset
17102
17103 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Plain Layout
17112 \align center
17113 \begin_inset Tabular
17114 <lyxtabular version="3" rows="4" columns="2">
17115 <features tabularvalignment="middle">
17116 <column alignment="right" valignment="top" width="0">
17117 <column alignment="left" valignment="top" width="0" special="@{}l">
17118 <row>
17119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 Überschrift
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 12.
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 6
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 0.
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 68
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 -123.
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 0
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 </lyxtabular>
17199
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17212  Die Überschrift ist eine zentrierte Mehrfachspalte.
17213  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17214  der Zahlen einschließlich Dezimalpunkt.
17215  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17216  der Zahlen.
17217   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17218 \family sans
17219 LaTe
17220 \begin_inset ERT
17221 status collapsed
17222
17223 \begin_layout Plain Layout
17224
17225 {}
17226 \end_layout
17227
17228 \end_inset
17229
17230 X-Argument
17231 \family default
17232  für die zweite Spalte folgendes eingefügt:
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238 @{}l
17239 \end_layout
17240
17241 \begin_layout Standard
17242 Tabelle
17243 \begin_inset space ~
17244 \end_inset
17245
17246
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Verschiedene-Ausrichtungen"
17250
17251 \end_inset
17252
17253  zeigt einige Ausrichtungen.
17254  Für die Ausrichtung der Relationen müssen Sie den 
17255 \family sans
17256 Mittleren
17257 \begin_inset space ~
17258 \end_inset
17259
17260 Abstand
17261 \family default
17262  aus der 
17263 \family sans
17264 Mathe-Werkzeugleiste
17265 \family default
17266  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17267  rechts vom Relationszeichen zu bekommen.
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \color black
17273 \begin_inset Float table
17274 placement h
17275 wide false
17276 sideways false
17277 status open
17278
17279 \begin_layout Plain Layout
17280
17281 \color black
17282 \begin_inset Caption
17283
17284 \begin_layout Plain Layout
17285
17286 \color black
17287 \begin_inset CommandInset label
17288 LatexCommand label
17289 name "tab:Verschiedene-Ausrichtungen"
17290
17291 \end_inset
17292
17293
17294 \color inherit
17295 Verschiedene Ausrichtungen
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Plain Layout
17304 \align center
17305 \begin_inset Tabular
17306 <lyxtabular version="3" rows="4" columns="6">
17307 <features tabularvalignment="middle">
17308 <column alignment="right" valignment="top" width="0">
17309 <column alignment="left" valignment="top" width="0" special="@{}l">
17310 <column alignment="right" valignment="top" width="0">
17311 <column alignment="left" valignment="top" width="0" special="@{}l">
17312 <column alignment="right" valignment="top" width="0">
17313 <column alignment="left" valignment="top" width="0" special="@{}l">
17314 <row>
17315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 Einheiten
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 Exponenten
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 Relationen
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 12×
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 24
17385 \begin_inset space \thinspace{}
17386 \end_inset
17387
17388 Flaschen
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $10\cdot$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $10^{\mbox{-}17}$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\Gamma(t)\propto$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\:\Upsilon(t)$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell alignment="center" valignment="top" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 1024×
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 768
17457 \begin_inset space \thinspace{}
17458 \end_inset
17459
17460 Pixel
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $5.78\cdot$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $10^{7}$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $A\ne$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\: B_{\mathrm{red}}$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 32×
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 6
17529 \begin_inset space \thinspace{}
17530 \end_inset
17531
17532 cm
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 -
17542 \begin_inset Formula $33.5\cdot$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 \begin_inset Formula $10^{4}$
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\sin(\alpha)\ge$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset Formula $\:\sin(\beta)$
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 </lyxtabular>
17588
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset VSpace bigskip
17601 \end_inset
17602
17603 Es gibt auch noch das LaTeX-Paket 
17604 \series bold
17605 dcolumn
17606 \series default
17607 ,
17608 \begin_inset Index idx
17609 status collapsed
17610
17611 \begin_layout Plain Layout
17612 LaTeX-Pakete ! dcolumn
17613 \end_layout
17614
17615 \end_inset
17616
17617  mit dem man Zellen ausrichten kann.
17618  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17619  in den Zellen.
17620  Die erste Spalte von Tabelle
17621 \begin_inset space ~
17622 \end_inset
17623
17624
17625 \begin_inset CommandInset ref
17626 LatexCommand ref
17627 reference "tab:Verschiedene-Ausrichtungen"
17628
17629 \end_inset
17630
17631  wird mit 
17632 \series bold
17633 dcolumn
17634 \series default
17635  wie die erste Spalte von Tabelle
17636 \begin_inset space ~
17637 \end_inset
17638
17639
17640 \begin_inset CommandInset ref
17641 LatexCommand ref
17642 reference "tab:Ausrichtung-mit-dem"
17643
17644 \end_inset
17645
17646  aussehen und nur mit ein paar Tricks wie erwartet.
17647  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17648 \begin_inset space ~
17649 \end_inset
17650
17651
17652 \begin_inset CommandInset ref
17653 LatexCommand ref
17654 reference "tab:Verschiedene-Ausrichtungen"
17655
17656 \end_inset
17657
17658  ist mit 
17659 \series bold
17660 dcolumn
17661 \series default
17662  nicht möglich.
17663 \end_layout
17664
17665 \begin_layout Standard
17666 \begin_inset Newpage newpage
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 \begin_inset Float table
17674 placement h
17675 wide false
17676 sideways false
17677 status open
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Caption
17681
17682 \begin_layout Plain Layout
17683 \begin_inset CommandInset label
17684 LatexCommand label
17685 name "tab:Ausrichtung-mit-dem"
17686
17687 \end_inset
17688
17689 Ausrichtung mit dem LaTeX-Paket 
17690 \series bold
17691 dcolumn
17692 \series default
17693 .
17694  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17695  bekommen.
17696 \begin_inset Argument
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700 Ausrichtung mit dem LaTeX-Paket 
17701 \series bold
17702 dcolumn
17703 \end_layout
17704
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Plain Layout
17716 \align center
17717 \begin_inset Tabular
17718 <lyxtabular version="3" rows="4" columns="3">
17719 <features tabularvalignment="middle">
17720 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17721 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17722 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17723 <row>
17724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 Einheiten
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 Einheiten
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 Einheiten
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 </row>
17752 <row>
17753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 12x24
17758 \begin_inset space \thinspace{}
17759 \end_inset
17760
17761 Flaschen
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 12x24
17771 \begin_inset space \thinspace{}
17772 \end_inset
17773
17774
17775 \begin_inset Formula $\mbox{Flaschen}$
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 12
17788 \begin_inset ERT
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792
17793
17794 \backslash
17795 times 
17796 \end_layout
17797
17798 \end_inset
17799
17800 24+
17801 \begin_inset Formula $\mbox{Flaschen}$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 <row>
17811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 1024x768
17816 \begin_inset space \thinspace{}
17817 \end_inset
17818
17819 Pixel
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 1024x768
17829 \begin_inset space \thinspace{}
17830 \end_inset
17831
17832
17833 \begin_inset Formula $\mbox{Pixel}$
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 1024
17846 \begin_inset ERT
17847 status collapsed
17848
17849 \begin_layout Plain Layout
17850
17851
17852 \backslash
17853 times 
17854 \end_layout
17855
17856 \end_inset
17857
17858 768+
17859 \begin_inset Formula $\mbox{Pixel}$
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 <row>
17869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 32x6
17874 \begin_inset space \thinspace{}
17875 \end_inset
17876
17877 cm
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 32x6
17887 \begin_inset space \thinspace{}
17888 \end_inset
17889
17890
17891 \begin_inset Formula $\mbox{cm}$
17892 \end_inset
17893
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 32
17904 \begin_inset ERT
17905 status collapsed
17906
17907 \begin_layout Plain Layout
17908
17909
17910 \backslash
17911 times 
17912 \end_layout
17913
17914 \end_inset
17915
17916 6+
17917 \begin_inset Formula $\mbox{cm}$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 </lyxtabular>
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \begin_layout Subsection
17939 Angepasste Zellen-/Spaltenformate
17940 \begin_inset CommandInset label
17941 LatexCommand label
17942 name "uab:Angepasste-Zellen-/Spaltenformate"
17943
17944 \end_inset
17945
17946
17947 \begin_inset Index idx
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951 Tabellen ! Spaltenformat
17952 \end_layout
17953
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \begin_layout Standard
17960 Wenn man wie in Abschnitt
17961 \begin_inset space ~
17962 \end_inset
17963
17964
17965 \begin_inset CommandInset ref
17966 LatexCommand ref
17967 reference "uab:Mehrfachspalten-Berechnungen"
17968
17969 \end_inset
17970
17971  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17972  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17973  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17974  definieren:
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980
17981 \backslash
17982 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17983 \end_layout
17984
17985 \begin_layout Standard
17986 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17987 \emph on
17988 b
17989 \emph default
17990
17991 \emph on
17992 c
17993 \emph default
17994
17995 \emph on
17996 l
17997 \emph default
17998
17999 \emph on
18000 m
18001 \emph default
18002
18003 \emph on
18004 p
18005 \emph default
18006  oder 
18007 \emph on
18008 r
18009 \emph default
18010 , weil diese vordefiniert sind.
18011  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 \begin_inset VSpace medskip
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18023  Breite könnte das Format so aussehen:
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029
18030 \backslash
18031 newcolumntype{M}[1]{>{
18032 \backslash
18033 centering
18034 \backslash
18035 hspace{0pt}}m{#1}}
18036 \end_layout
18037
18038 \begin_layout Standard
18039 wobei 
18040 \series bold
18041
18042 \backslash
18043 hspace{0pt}
18044 \series default
18045  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18046  Abschnitt
18047 \begin_inset space ~
18048 \end_inset
18049
18050
18051 \begin_inset CommandInset ref
18052 LatexCommand ref
18053 reference "uab:Mehrfache-Zeilen-in"
18054
18055 \end_inset
18056
18057  beschrieben.
18058  Jetzt können Sie mit
18059 \end_layout
18060
18061 \begin_layout Standard
18062
18063 \series bold
18064 M{Breite}
18065 \end_layout
18066
18067 \begin_layout Standard
18068 im 
18069 \family sans
18070 LaTeX-Argument
18071 \family default
18072  im 
18073 \family sans
18074 Tabellen-Einstellungen
18075 \family default
18076 -Dialog eine Mehrfachspalte definieren.
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18088  Format definieren:
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094
18095 \backslash
18096 newcolumntype{S}[2]{>{
18097 \backslash
18098 centering
18099 \backslash
18100 hspace{0pt}}
18101 \begin_inset Newline newline
18102 \end_inset
18103
18104
18105 \begin_inset Phantom HPhantom
18106 status open
18107
18108 \begin_layout Plain Layout
18109
18110 \series bold
18111
18112 \backslash
18113 newcolumntype
18114 \end_layout
18115
18116 \end_inset
18117
18118 m{(#1+(2
18119 \backslash
18120 tabcolsep+
18121 \backslash
18122 arrayrulewidth)*(1-#2))/#2}}
18123 \end_layout
18124
18125 \begin_layout Standard
18126 Dieses Format benutzt Gleichung
18127 \begin_inset space ~
18128 \end_inset
18129
18130
18131 \begin_inset CommandInset ref
18132 LatexCommand ref
18133 reference "eq:Wgn"
18134
18135 \end_inset
18136
18137 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18138  breit ist.
18139 \end_layout
18140
18141 \begin_layout Standard
18142 Jetzt können Sie im 
18143 \family sans
18144 LaTeX-Argument
18145 \family default
18146  im 
18147 \family sans
18148 Tabellen-Einstellungen
18149 \family default
18150 -Dialog folgendes einfügen:
18151 \end_layout
18152
18153 \begin_layout Standard
18154
18155 \series bold
18156 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18157 \end_layout
18158
18159 \begin_layout Standard
18160 \begin_inset VSpace bigskip
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Standard
18167 Für farbige Spalten können Sie folgendes einfügen:
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173
18174 \backslash
18175 newcolumntype{K}[1]{>{
18176 \backslash
18177 columncolor{#1}
18178 \backslash
18179 hspace{0pt}}c}
18180 \end_layout
18181
18182 \begin_layout Standard
18183 Das 
18184 \begin_inset Quotes gld
18185 \end_inset
18186
18187 c
18188 \begin_inset Quotes grd
18189 \end_inset
18190
18191  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18192  zentriert ist.
18193  Jetzt können Sie als 
18194 \family sans
18195 LaTeX-Argument
18196 \family default
18197  folgendes einfügen:
18198 \end_layout
18199
18200 \begin_layout Standard
18201
18202 \series bold
18203 K{Farbname}
18204 \end_layout
18205
18206 \begin_layout Standard
18207 \begin_inset VSpace bigskip
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 Für Tabelle
18215 \begin_inset space ~
18216 \end_inset
18217
18218
18219 \begin_inset CommandInset ref
18220 LatexCommand ref
18221 reference "tab:Tabelle-mit-benutzerdefinierte"
18222
18223 \end_inset
18224
18225  wurden folgende 
18226 \family sans
18227 LaTeX-Argumente
18228 \family default
18229  benutzt:
18230 \end_layout
18231
18232 \begin_layout Standard
18233
18234 \series bold
18235 M{2.5cm}
18236 \end_layout
18237
18238 \begin_layout Standard
18239 für die erste Spalte und die Mehrfachspalte,
18240 \end_layout
18241
18242 \begin_layout Standard
18243
18244 \series bold
18245 K{red}
18246 \end_layout
18247
18248 \begin_layout Standard
18249 für die letzte Spalte und
18250 \end_layout
18251
18252 \begin_layout Standard
18253
18254 \series bold
18255 S{2.5cm}{2}
18256 \end_layout
18257
18258 \begin_layout Standard
18259 für die Spalten in der zweiten Mehrfachspalte.
18260 \end_layout
18261
18262 \begin_layout Standard
18263 \begin_inset Float table
18264 placement h
18265 wide false
18266 sideways false
18267 status open
18268
18269 \begin_layout Plain Layout
18270 \begin_inset Caption
18271
18272 \begin_layout Plain Layout
18273 \begin_inset CommandInset label
18274 LatexCommand label
18275 name "tab:Tabelle-mit-benutzerdefinierte"
18276
18277 \end_inset
18278
18279 Tabelle mit benutzerdefinierten Formaten
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Plain Layout
18288 \align center
18289 \begin_inset Tabular
18290 <lyxtabular version="3" rows="3" columns="4">
18291 <features tabularvalignment="middle">
18292 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18293 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18294 <column alignment="center" valignment="middle" width="0">
18295 <column alignment="center" valignment="middle" width="0" special="K{red}">
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 einsehrlangesWort
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 Mehrfachspalte mit mehreren Zeilen
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 c
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 </row>
18334 <row>
18335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 d
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 e
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 f
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 g
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 </row>
18372 <row>
18373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 h
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 i
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 j
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 k
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 </row>
18410 </lyxtabular>
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Subsection
18423 Liniendicke
18424 \begin_inset CommandInset label
18425 LatexCommand label
18426 name "uab:Liniendicke"
18427
18428 \end_inset
18429
18430
18431 \begin_inset Index idx
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435 Tabellen  ! Linien ! -dicke
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 Die Liniendicke für alle Linien einer Tabelle kann mit 
18445 \series bold
18446
18447 \backslash
18448 arrayrulewidth
18449 \series default
18450  eingestellt werden.
18451  Um eine Liniendicke von 1.5
18452 \begin_inset space \thinspace{}
18453 \end_inset
18454
18455 pt wie in Tabelle
18456 \begin_inset space ~
18457 \end_inset
18458
18459
18460 \begin_inset CommandInset ref
18461 LatexCommand ref
18462 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18463
18464 \end_inset
18465
18466  zu bekommen, geben Sie den Befehl
18467 \end_layout
18468
18469 \begin_layout Standard
18470
18471 \series bold
18472
18473 \backslash
18474 setlength{
18475 \backslash
18476 arrayrulewidth}{1.5pt}
18477 \end_layout
18478
18479 \begin_layout Standard
18480 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18481  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18482  Mit
18483 \end_layout
18484
18485 \begin_layout Standard
18486
18487 \series bold
18488
18489 \backslash
18490 setlength{
18491 \backslash
18492 arrayrulewidth}{0.4pt}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 bekommen Sie wieder die Standarddicke.
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset ERT
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505
18506 \backslash
18507 setlength{
18508 \backslash
18509 arrayrulewidth}{1.5pt}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset Float table
18516 placement H
18517 wide false
18518 sideways false
18519 status open
18520
18521 \begin_layout Plain Layout
18522 \begin_inset Caption
18523
18524 \begin_layout Plain Layout
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18528
18529 \end_inset
18530
18531 Tabelle mit 1.5
18532 \begin_inset space \thinspace{}
18533 \end_inset
18534
18535 pt Liniendicke
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Plain Layout
18544 \align center
18545 \begin_inset Tabular
18546 <lyxtabular version="3" rows="3" columns="3">
18547 <features tabularvalignment="middle">
18548 <column alignment="center" valignment="top" width="0">
18549 <column alignment="center" valignment="top" width="0">
18550 <column alignment="center" valignment="top" width="0">
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 sd
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 sd
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 <row>
18610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 sd
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 </row>
18638 </lyxtabular>
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 setlength{
18656 \backslash
18657 arrayrulewidth}{0.4pt}
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 \begin_inset VSpace bigskip
18667 \end_inset
18668
18669 Um eine Liniendicke von 1.5
18670 \begin_inset space \thinspace{}
18671 \end_inset
18672
18673 pt nur für horizontale Linien zu bekommen wie in Tabelle
18674 \begin_inset space ~
18675 \end_inset
18676
18677
18678 \begin_inset CommandInset ref
18679 LatexCommand ref
18680 reference "tab:Tabelle-mit-1.5pt-horiz"
18681
18682 \end_inset
18683
18684 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18685  einfügen:
18686 \end_layout
18687
18688 \begin_layout Standard
18689
18690 \series bold
18691
18692 \backslash
18693 let
18694 \backslash
18695 myHline
18696 \backslash
18697 hline
18698 \begin_inset Newline newline
18699 \end_inset
18700
18701
18702 \backslash
18703 renewcommand{
18704 \backslash
18705 hline}
18706 \begin_inset Newline newline
18707 \end_inset
18708
18709  {
18710 \backslash
18711 noalign{
18712 \backslash
18713 global
18714 \backslash
18715 arrayrulewidth 1.5pt}
18716 \begin_inset Newline newline
18717 \end_inset
18718
18719  
18720 \backslash
18721 myHline
18722 \backslash
18723 noalign{
18724 \backslash
18725 global
18726 \backslash
18727 arrayrulewidth 0.4pt}}
18728 \end_layout
18729
18730 \begin_layout Standard
18731 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18732  der (Gleit\SpecialChar \-
18733 objekt-)Tabelle zurück:
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739
18740 \backslash
18741 renewcommand{
18742 \backslash
18743 hline}{
18744 \backslash
18745 myHline}
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 let
18757 \backslash
18758 myHline
18759 \backslash
18760 hline
18761 \end_layout
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774  {
18775 \backslash
18776 noalign{
18777 \backslash
18778 global
18779 \backslash
18780 arrayrulewidth 1.5pt}
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784
18785   
18786 \backslash
18787 myHline
18788 \backslash
18789 noalign{
18790 \backslash
18791 global
18792 \backslash
18793 arrayrulewidth 0.4pt}}
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \begin_inset Float table
18800 placement h
18801 wide false
18802 sideways false
18803 status open
18804
18805 \begin_layout Plain Layout
18806 \begin_inset Caption
18807
18808 \begin_layout Plain Layout
18809 \begin_inset CommandInset label
18810 LatexCommand label
18811 name "tab:Tabelle-mit-1.5pt-horiz"
18812
18813 \end_inset
18814
18815 Tabelle mit 1.5
18816 \begin_inset space \thinspace{}
18817 \end_inset
18818
18819 pt dicken horizontalen Linien
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Plain Layout
18828 \align center
18829 \begin_inset Tabular
18830 <lyxtabular version="3" rows="3" columns="3">
18831 <features tabularvalignment="middle">
18832 <column alignment="center" valignment="top" width="0">
18833 <column alignment="center" valignment="top" width="0">
18834 <column alignment="center" valignment="top" width="0">
18835 <row>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 sd
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 sd
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 </row>
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 sd
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 </lyxtabular>
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \begin_inset ERT
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936
18937
18938 \backslash
18939 renewcommand{
18940 \backslash
18941 hline}{
18942 \backslash
18943 myHline}
18944 \end_layout
18945
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \begin_layout Standard
18952 \begin_inset VSpace bigskip
18953 \end_inset
18954
18955 Um die Liniendicke von 1.5
18956 \begin_inset space \thinspace{}
18957 \end_inset
18958
18959 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18960  Spaltenformat entsprechend der Beschreibung in Abschnitt
18961 \begin_inset space ~
18962 \end_inset
18963
18964
18965 \begin_inset CommandInset ref
18966 LatexCommand ref
18967 reference "uab:Angepasste-Zellen-/Spaltenformate"
18968
18969 \end_inset
18970
18971  definieren:
18972 \end_layout
18973
18974 \begin_layout Standard
18975
18976 \series bold
18977
18978 \backslash
18979 newcolumntype{V}{!{
18980 \backslash
18981 vrule width 1.5pt}}
18982 \end_layout
18983
18984 \begin_layout Standard
18985 In Tabelle
18986 \begin_inset space ~
18987 \end_inset
18988
18989
18990 \begin_inset CommandInset ref
18991 LatexCommand ref
18992 reference "tab:Tabelle-mit-1.5pt-vert"
18993
18994 \end_inset
18995
18996  wurde das 
18997 \family sans
18998 LaTe
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Plain Layout
19003
19004 {}
19005 \end_layout
19006
19007 \end_inset
19008
19009 X-Argument
19010 \family default
19011 \series bold
19012  VcV
19013 \series default
19014  für die letzte Spalte und
19015 \series bold
19016  Vc
19017 \series default
19018  für die anderen benutzt.
19019 \end_layout
19020
19021 \begin_layout Standard
19022 \begin_inset Float table
19023 placement H
19024 wide false
19025 sideways false
19026 status open
19027
19028 \begin_layout Plain Layout
19029 \begin_inset Caption
19030
19031 \begin_layout Plain Layout
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "tab:Tabelle-mit-1.5pt-vert"
19035
19036 \end_inset
19037
19038 Tabelle mit 1.5
19039 \begin_inset space \thinspace{}
19040 \end_inset
19041
19042 pt dicken vertikalen Linien
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Plain Layout
19051 \align center
19052 \begin_inset Tabular
19053 <lyxtabular version="3" rows="3" columns="3">
19054 <features tabularvalignment="middle">
19055 <column alignment="center" valignment="top" width="0" special="Vc">
19056 <column alignment="center" valignment="top" width="0" special="Vc">
19057 <column alignment="center" valignment="top" width="0" special="VcV">
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 sd
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 <row>
19088 <cell alignment="center" valignment="top" topline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 sd
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 sd
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 </row>
19145 </lyxtabular>
19146
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Subsection
19158 Gestrichelte Linien
19159 \begin_inset Index idx
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163 Tabellen  ! Linien ! gestrichelte 
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 \begin_inset ERT
19173 status collapsed
19174
19175 \begin_layout Plain Layout
19176
19177
19178 \backslash
19179 ifarydshln
19180 \end_layout
19181
19182 \end_inset
19183
19184
19185 \begin_inset Note Note
19186 status open
19187
19188 \begin_layout Plain Layout
19189 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19190 \series bold
19191 arydshln
19192 \series default
19193  installiert ist.
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Standard
19202 \begin_inset Float table
19203 placement h
19204 wide false
19205 sideways false
19206 status open
19207
19208 \begin_layout Plain Layout
19209 \begin_inset Caption
19210
19211 \begin_layout Plain Layout
19212 \begin_inset CommandInset label
19213 LatexCommand label
19214 name "tab:Tabelle-mit-gestrichelten"
19215
19216 \end_inset
19217
19218 Tabelle mit gestrichelten Linien
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Plain Layout
19227 \align center
19228 \begin_inset Tabular
19229 <lyxtabular version="3" rows="5" columns="5">
19230 <features tabularvalignment="middle">
19231 <column alignment="center" valignment="top" width="0">
19232 <column alignment="center" valignment="top" width="0">
19233 <column alignment="center" valignment="top" width="0" special=":c">
19234 <column alignment="center" valignment="top" width="0">
19235 <column alignment="center" valignment="top" width="0">
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 a
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 b
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 c
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 d
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 e
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 </row>
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 f
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 g
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 h
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 i
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 j
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 </row>
19330 <row>
19331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 \begin_inset ERT
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339
19340
19341 \backslash
19342 hdashline 
19343 \end_layout
19344
19345 \end_inset
19346
19347 k
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 l
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 m
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 n
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 o
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 cdashline{4-5}
19402 \end_layout
19403
19404 \end_inset
19405
19406 p
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 q
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 r
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 s
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 t
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 u
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 v
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 w
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 x
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 </row>
19495 </lyxtabular>
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19509  TeX-Code benutzen.
19510  Zunächst müssen Sie das LaTeX-Paket 
19511 \series bold
19512 arydshln
19513 \series default
19514
19515 \begin_inset Index idx
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519 LaTeX-Pakete ! arydshln
19520 \end_layout
19521
19522 \end_inset
19523
19524  im LaTeX-Vorspann laden:
19525 \end_layout
19526
19527 \begin_layout Standard
19528
19529 \series bold
19530
19531 \backslash
19532 usepackage{arydshln}
19533 \end_layout
19534
19535 \begin_layout Standard
19536 Um senkrechte Linien zu stricheln, müssen Sie im 
19537 \family sans
19538 LaTe
19539 \begin_inset ERT
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543
19544 {}
19545 \end_layout
19546
19547 \end_inset
19548
19549 X-Argument
19550 \family default
19551  des 
19552 \family sans
19553 Tabellen-Einstellungen
19554 \family default
19555 -Dialogs 
19556 \begin_inset Quotes gld
19557 \end_inset
19558
19559 :
19560 \begin_inset Quotes grd
19561 \end_inset
19562
19563 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19564 \end_layout
19565
19566 \begin_layout Standard
19567 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19568 \end_layout
19569
19570 \begin_layout Standard
19571
19572 \series bold
19573
19574 \backslash
19575 hdashline
19576 \end_layout
19577
19578 \begin_layout Standard
19579 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19580 \end_layout
19581
19582 \begin_layout Standard
19583 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589
19590 \backslash
19591 cdashline{Anfangsspalte-Endspalte}
19592 \end_layout
19593
19594 \begin_layout Standard
19595 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19596  Wenn Sie z.
19597 \begin_inset space \thinspace{}
19598 \end_inset
19599
19600 B.
19601  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19602  gestrichelte Linie haben, fügen Sie den Befehl
19603 \end_layout
19604
19605 \begin_layout Standard
19606
19607 \series bold
19608
19609 \backslash
19610 cdashline{2-4}
19611 \end_layout
19612
19613 \begin_layout Standard
19614 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19615 \end_layout
19616
19617 \begin_layout Standard
19618 \begin_inset VSpace bigskip
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Standard
19625 In Tabelle
19626 \begin_inset space ~
19627 \end_inset
19628
19629
19630 \begin_inset CommandInset ref
19631 LatexCommand ref
19632 reference "tab:Tabelle-mit-gestrichelten"
19633
19634 \end_inset
19635
19636  wurde in der dritten Spalte der Befehl
19637 \series bold
19638  
19639 \series default
19640
19641 \begin_inset Quotes gld
19642 \end_inset
19643
19644
19645 \series bold
19646 :c
19647 \begin_inset Quotes grd
19648 \end_inset
19649
19650
19651 \series default
19652  benutzt.
19653  Der Befehl 
19654 \series bold
19655
19656 \backslash
19657 hdashline
19658 \series default
19659  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19660 \begin_inset Newline newline
19661 \end_inset
19662
19663  
19664 \series bold
19665
19666 \backslash
19667 cdashline{4-5} 
19668 \series default
19669 wurde in die erste Zelle der vierten Zeile eingefügt.
19670 \end_layout
19671
19672 \begin_layout Standard
19673 \begin_inset Note Greyedout
19674 status open
19675
19676 \begin_layout Plain Layout
19677
19678 \series bold
19679 Bemerkung:
19680 \series default
19681  Das LaTeX-Paket 
19682 \series bold
19683 arydshln
19684 \series default
19685  ist nicht kompatibel dem LaTeX-Paket 
19686 \series bold
19687 colortbl
19688 \series default
19689
19690 \begin_inset Index idx
19691 status collapsed
19692
19693 \begin_layout Plain Layout
19694 LaTeX-Pakete ! colortbl
19695 \end_layout
19696
19697 \end_inset
19698
19699 , das für die farbigen Tabellen in Abschnitt
19700 \begin_inset space ~
19701 \end_inset
19702
19703
19704 \begin_inset CommandInset ref
19705 LatexCommand ref
19706 reference "abs:Farbige-Tabellen"
19707
19708 \end_inset
19709
19710  benutzt wurde.
19711  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19712 \end_layout
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Standard
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 else
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \begin_inset Note Note
19734 status open
19735
19736 \begin_layout Plain Layout
19737 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19738 \series bold
19739 arydshln
19740 \series default
19741  nicht installiert ist:
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Standard
19750 Sie müssen das LaTeX-Paket 
19751 \series bold
19752 arydshln
19753 \series default
19754  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 \begin_inset ERT
19759 status collapsed
19760
19761 \begin_layout Plain Layout
19762
19763
19764 \backslash
19765 fi
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Chapter
19774 Gleitobjekte
19775 \begin_inset Index idx
19776 status collapsed
19777
19778 \begin_layout Plain Layout
19779 Gleitobjekte
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Section
19788 Einleitung
19789 \begin_inset CommandInset label
19790 LatexCommand label
19791 name "abs:Gleitobjekte-Einleitung"
19792
19793 \end_inset
19794
19795
19796 \begin_inset Index idx
19797 status collapsed
19798
19799 \begin_layout Plain Layout
19800 Gleitobjekte ! Einleitung
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Standard
19809 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19810  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19811  der beste Platz ist.
19812  
19813 \family sans
19814 Fußnoten
19815 \family default
19816  und 
19817 \family sans
19818 Randnotizen
19819 \family default
19820  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19821  wenn auf ihrer Seite schon zu viele sind.
19822 \end_layout
19823
19824 \begin_layout Standard
19825 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19826  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19827  um weiße Flächen und Seiten ohne Text zu vermeiden.
19828  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19829 löst,
19830  kann im Text auf ein Gleitobjekt verwiesen werden.
19831  Gleitobjekte sind deshalb nummeriert.
19832  Querverweise werden in Abschnitt
19833 \begin_inset space ~
19834 \end_inset
19835
19836
19837 \begin_inset CommandInset ref
19838 LatexCommand ref
19839 reference "abs:Auf-Gleitobjekte-verweisen"
19840
19841 \end_inset
19842
19843  beschrieben.
19844 \end_layout
19845
19846 \begin_layout Standard
19847 Ein Gleitobjekt wird mit 
19848 \family sans
19849 Einfügen\SpecialChar \menuseparator
19850 Gleitobjekt\SpecialChar \menuseparator
19851 Algorithmus/Abbildung/Ta\SpecialChar \-
19852 belle/Um\SpecialChar \-
19853 flos\SpecialChar \-
19854 se\SpecialChar \-
19855 nes
19856 \begin_inset space ~
19857 \end_inset
19858
19859 Gleitobjekt
19860 \family default
19861  eingefügt.
19862  Für Abbildungen oder Tabellen können Sie auch auf 
19863 \begin_inset Graphics
19864         filename ../../images/float-insert_figure.png
19865         scale 70
19866         scaleBeforeRotation
19867
19868
19869 \end_inset
19870
19871  oder 
19872 \begin_inset Graphics
19873         filename ../../images/float-insert_table.png
19874         scale 70
19875         scaleBeforeRotation
19876
19877
19878 \end_inset
19879
19880  klicken.
19881  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19882  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19883  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19884  #:).
19885  Statt # sehen Sie die von LyX vergebene Nummer.
19886  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19887  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19888  eingefügt.
19889  In Abschnitt
19890 \begin_inset space ~
19891 \end_inset
19892
19893
19894 \begin_inset CommandInset ref
19895 LatexCommand ref
19896 reference "abs:Titel-Platzierung"
19897
19898 \end_inset
19899
19900  finden Sie mehr über die Platzierung des Titels.
19901  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19902  auch wieder geöffnet.
19903  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19904 \begin_inset Graphics
19905         filename clipart/GleitobjektQt4.png
19906         scale 70
19907         scaleBeforeRotation
19908
19909 \end_inset
19910
19911  – ein graues Kästchen mit roter Beschriftung.
19912 \end_layout
19913
19914 \begin_layout Standard
19915 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19916  Gleitobjekte in einem eigenen Absatz einzufügen.
19917 \end_layout
19918
19919 \begin_layout Standard
19920 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19921  indem Sie sie markieren und dann auf 
19922 \begin_inset Graphics
19923         filename ../../images/float-insert_figure.png
19924         scale 70
19925         scaleBeforeRotation
19926
19927
19928 \end_inset
19929
19930  oder 
19931 \begin_inset Graphics
19932         filename ../../images/float-insert_table.png
19933         scale 70
19934         scaleBeforeRotation
19935
19936
19937 \end_inset
19938
19939  klicken.
19940 \end_layout
19941
19942 \begin_layout Section
19943 Gleitobjekt-Typen
19944 \begin_inset Index idx
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Gleitobjekte ! Typen
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19958 \begin_inset space ~
19959 \end_inset
19960
19961
19962 \begin_inset CommandInset ref
19963 LatexCommand ref
19964 reference "abs:Gleitende-Abbildungen"
19965
19966 \end_inset
19967
19968  und 
19969 \begin_inset CommandInset ref
19970 LatexCommand ref
19971 reference "abs:Gleitende-Tabellen"
19972
19973 \end_inset
19974
19975  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19976 \end_layout
19977
19978 \begin_layout Subsection
19979 Gleitobjekt-Algorithmen
19980 \begin_inset Index idx
19981 status collapsed
19982
19983 \begin_layout Plain Layout
19984 Gleitobjekte ! Algorithmen
19985 \end_layout
19986
19987 \end_inset
19988
19989
19990 \begin_inset CommandInset label
19991 LatexCommand label
19992 name "uab:Gleitobjekt-Algorithmen"
19993
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \begin_layout Standard
20000 \begin_inset Float algorithm
20001 placement h
20002 wide false
20003 sideways false
20004 status open
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Caption
20008
20009 \begin_layout Plain Layout
20010 \begin_inset CommandInset label
20011 LatexCommand label
20012 name "alg:Ein-Gleitobjekt-Algorithmus"
20013
20014 \end_inset
20015
20016 Ein Gleitobjekt-Algorithmus 
20017 \end_layout
20018
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout LyX-Code
20025 for I in 1..N loop
20026 \begin_inset Newline newline
20027 \end_inset
20028
20029  Sum:= Sum + A(I); /*Kommentar*/
20030 \begin_inset Newline newline
20031 \end_inset
20032
20033 end loop
20034 \begin_inset VSpace -4mm
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \begin_layout Standard
20046 Dieser Typ wird mit 
20047 \family sans
20048 Einfügen\SpecialChar \menuseparator
20049 Gleitobjekt\SpecialChar \menuseparator
20050 Algorithmus
20051 \family default
20052  eingefügt.
20053  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20054  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20055 \begin_inset space ~
20056 \end_inset
20057
20058
20059 \begin_inset CommandInset ref
20060 LatexCommand ref
20061 reference "kap:Programm-Code-Listen"
20062
20063 \end_inset
20064
20065 .
20066  Eine mögliche Absatz-Umgebung hier für ist 
20067 \family sans
20068 LyX-Code
20069 \family default
20070 , beschrieben im 
20071 \emph on
20072 Benutzerhandbuch
20073 \emph default
20074 .
20075  In Algorithmus
20076 \begin_inset space ~
20077 \end_inset
20078
20079
20080 \begin_inset CommandInset ref
20081 LatexCommand ref
20082 reference "alg:Ein-Gleitobjekt-Algorithmus"
20083
20084 \end_inset
20085
20086  wurden am Ende -4
20087 \begin_inset space \thinspace{}
20088 \end_inset
20089
20090 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20091  letzten Zeile gedruckt wird.
20092 \end_layout
20093
20094 \begin_layout Standard
20095 Die Marke 
20096 \emph on
20097 Algorithmus
20098 \emph default
20099  wird nicht automatisch in die druckbare Version übernommen, sondern das
20100  englische Wort 
20101 \emph on
20102 Algorithm
20103 \emph default
20104  verwendet.
20105  Soll
20106 \emph on
20107  Algorithmus
20108 \emph default
20109  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20110 \end_layout
20111
20112 \begin_layout Standard
20113
20114 \series bold
20115
20116 \backslash
20117 floatname{algorithm}{Algorithmus}
20118 \end_layout
20119
20120 \begin_layout Standard
20121 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20122  Sprache wie die LyX Menünamen haben, das Menü 
20123 \family sans
20124 Einfügen\SpecialChar \menuseparator
20125 Liste
20126 \begin_inset space \thinspace{}
20127 \end_inset
20128
20129 /
20130 \begin_inset space \thinspace{}
20131 \end_inset
20132
20133 Inhaltsverzeichnis\SpecialChar \menuseparator
20134 Algorithmenverzeichnis
20135 \family default
20136  verwendet werden.
20137  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20138  eingefügt werden:
20139 \end_layout
20140
20141 \begin_layout Standard
20142
20143 \series bold
20144
20145 \backslash
20146 listof{algorithm}{Algorithmenverzeichnis}
20147 \end_layout
20148
20149 \begin_layout Standard
20150 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20151  nach dem Schema 
20152 \begin_inset Quotes gld
20153 \end_inset
20154
20155 Kapitelnummer.Algorithmusnummer
20156 \begin_inset Quotes grd
20157 \end_inset
20158
20159  nummeriert.
20160  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20161  einfügen:
20162 \end_layout
20163
20164 \begin_layout Standard
20165
20166 \series bold
20167
20168 \backslash
20169 numberwithin{algorithm}{chapter}
20170 \end_layout
20171
20172 \begin_layout Standard
20173 Um 
20174 \series bold
20175
20176 \backslash
20177 numberwithin
20178 \series default
20179  benutzen zu können, muss in den 
20180 \family sans
20181 Mathe
20182 \begin_inset space ~
20183 \end_inset
20184
20185 Optionen
20186 \family default
20187  der 
20188 \family sans
20189 Dokument-Einstellungen
20190 \family default
20191  
20192 \family sans
20193 AMS
20194 \begin_inset space ~
20195 \end_inset
20196
20197 Mathe
20198 \begin_inset space ~
20199 \end_inset
20200
20201 Paket
20202 \family default
20203
20204 \begin_inset space ~
20205 \end_inset
20206
20207
20208 \family sans
20209 verwenden
20210 \family default
20211  angekreuzt sein.
20212 \end_layout
20213
20214 \begin_layout Subsection
20215 Umflossene Gleitobjekte
20216 \begin_inset Index idx
20217 status collapsed
20218
20219 \begin_layout Plain Layout
20220 Gleitobjekte ! umflossene
20221 \end_layout
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Standard
20229 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20230  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20231  den die Abbildung bzw.
20232 \begin_inset space ~
20233 \end_inset
20234
20235 Tabelle übrig lässt.
20236  Sie werden über das Menü
20237 \family sans
20238  Einfügen\SpecialChar \menuseparator
20239 Gleitobjekt\SpecialChar \menuseparator
20240 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20241 objekt
20242 \family default
20243  eingefügt, wenn das LaTeX-Paket 
20244 \series bold
20245 wrapfig
20246 \series default
20247
20248 \begin_inset Index idx
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252 LaTeX-Pakete ! wrapfig
20253 \begin_inset ERT
20254 status collapsed
20255
20256 \begin_layout Plain Layout
20257
20258
20259 \backslash
20260 vspace{4mm}
20261 \end_layout
20262
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269
20270  installiert ist.
20271 \begin_inset Foot
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20276 \emph on
20277 LaTeX-Konfiguration
20278 \emph default
20279  beschrieben.
20280 \end_layout
20281
20282 \end_inset
20283
20284  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20285  Box des Gleitobjekts geändert werden.
20286  
20287 \begin_inset Wrap figure
20288 lines 0
20289 placement l
20290 overhang 1cm
20291 width "40col%"
20292 status open
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Graphics
20296         filename ../clipart/mobius.eps
20297         width 40col%
20298         scaleBeforeRotation
20299         rotateOrigin center
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Plain Layout
20307 \begin_inset Caption
20308
20309 \begin_layout Plain Layout
20310 \begin_inset CommandInset label
20311 LatexCommand label
20312 name "abb:Dies-ist-eine"
20313
20314 \end_inset
20315
20316 Dies ist eine umflossene Gleitobjekt-Abbildung
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \end_inset
20325
20326  Obligatorische Einstellungen sind die 
20327 \family sans
20328 Breite
20329 \family default
20330  und 
20331 \family sans
20332 Platzierung
20333 \family default
20334  des Gleitobjekts.
20335  Optional sind der 
20336 \family sans
20337 Überhang 
20338 \family default
20339 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20340 \begin_inset space \thinspace{}
20341 \end_inset
20342
20343 /
20344 \begin_inset space \thinspace{}
20345 \end_inset
20346
20347 der Seite ragt und die 
20348 \family sans
20349 benötigten Zeilen
20350 \family default
20351 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20352  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20353  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20354  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20355  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20356  zu lassen.
20357  Abbildung
20358 \begin_inset space ~
20359 \end_inset
20360
20361
20362 \begin_inset CommandInset ref
20363 LatexCommand ref
20364 reference "abb:Dies-ist-eine"
20365
20366 \end_inset
20367
20368  ist zum Beispiel ein umflossenes Bild, das 40
20369 \begin_inset space \thinspace{}
20370 \end_inset
20371
20372 % der Spaltenbreite einnimmt, 1
20373 \begin_inset space \thinspace{}
20374 \end_inset
20375
20376 cm in den Rand ragt und links gesetzt wurde.
20377 \begin_inset Foot
20378 status collapsed
20379
20380 \begin_layout Plain Layout
20381 Die benutzbaren Einheiten werden in Anhang
20382 \begin_inset space ~
20383 \end_inset
20384
20385
20386 \begin_inset CommandInset ref
20387 LatexCommand ref
20388 reference "kap:In-LyX-verfügbare"
20389
20390 \end_inset
20391
20392  beschrieben.
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \end_layout
20399
20400 \begin_layout Standard
20401 \begin_inset Note Greyedout
20402 status open
20403
20404 \begin_layout Plain Layout
20405
20406 \series bold
20407 Bemerkung:
20408 \series default
20409  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20410 \begin_inset space \thinspace{}
20411 \end_inset
20412
20413 B.
20414  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20415  oder über anderen Text gedruckt wird.
20416 \end_layout
20417
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \begin_layout Standard
20424 Allgemein gilt:
20425 \end_layout
20426
20427 \begin_layout Itemize
20428 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20429  der nächsten Seite fortgesetzt werden.
20430  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20431  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20432 \end_layout
20433
20434 \begin_layout Itemize
20435 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20436  sie fließen soll, eingefügt werden oder darin.
20437 \end_layout
20438
20439 \begin_layout Itemize
20440 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20441  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20442  ihnen ist.
20443 \end_layout
20444
20445 \begin_layout Itemize
20446 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20447  erlaubt.
20448 \end_layout
20449
20450 \begin_layout Section
20451 Gleitobjekt-Nummerierung
20452 \begin_inset Index idx
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456 Gleitobjekte ! Nummerierung
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \begin_layout Standard
20465 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20466  nummeriert oder nach dem Schema 
20467 \begin_inset Quotes gld
20468 \end_inset
20469
20470 Kapitelnummer.Gleitobjektnummer
20471 \begin_inset Quotes grd
20472 \end_inset
20473
20474  oder 
20475 \begin_inset Quotes gld
20476 \end_inset
20477
20478 Abschnittsnummer.Gleitobjektnummer
20479 \begin_inset Quotes grd
20480 \end_inset
20481
20482 .
20483  Das hängt von der Dokumentklasse ab.
20484 \end_layout
20485
20486 \begin_layout Standard
20487 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20488  in den LaTeX-Vorspann einfügen:
20489 \end_layout
20490
20491 \begin_layout Standard
20492
20493 \series bold
20494
20495 \backslash
20496 renewcommand{
20497 \backslash
20498 thetable}{
20499 \backslash
20500 roman{table}}
20501 \end_layout
20502
20503 \begin_layout Standard
20504
20505 \series bold
20506
20507 \backslash
20508 thetable
20509 \series default
20510  ist der Befehl, der die Tabellennummer druckt.
20511  Für Abbildungen ist das 
20512 \series bold
20513
20514 \backslash
20515 thefigure
20516 \series default
20517 .
20518  Der Befehl 
20519 \series bold
20520
20521 \backslash
20522 roman
20523 \series default
20524  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 Um das Nummerierungsschema zum Beispiel auf 
20529 \begin_inset Quotes gld
20530 \end_inset
20531
20532 Unterabschnittsnummer.Num\SpecialChar \-
20533 mer
20534 \begin_inset Quotes grd
20535 \end_inset
20536
20537  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20538 \end_layout
20539
20540 \begin_layout Standard
20541
20542 \series bold
20543
20544 \backslash
20545 numberwithin{table}{subsection}
20546 \end_layout
20547
20548 \begin_layout Standard
20549 Um den Befehl 
20550 \series bold
20551
20552 \backslash
20553 numberwithin
20554 \series default
20555  benutzen zu können, müssen Sie in den 
20556 \family sans
20557 Mathe
20558 \begin_inset space ~
20559 \end_inset
20560
20561 Optionen
20562 \family default
20563  der 
20564 \family sans
20565 Dokument-Einstellungen
20566 \family default
20567  
20568 \family sans
20569 AMS
20570 \begin_inset space ~
20571 \end_inset
20572
20573 Mathe
20574 \begin_inset space ~
20575 \end_inset
20576
20577 Paket
20578 \family default
20579
20580 \begin_inset space ~
20581 \end_inset
20582
20583
20584 \family sans
20585 verwenden
20586 \family default
20587  ankreuzen.
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Sehen Sie sich bitte auch Abschnitt
20592 \begin_inset space ~
20593 \end_inset
20594
20595
20596 \begin_inset CommandInset ref
20597 LatexCommand ref
20598 reference "uab:Fußnoten-Nummerierung"
20599
20600 \end_inset
20601
20602  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20603 \end_layout
20604
20605 \begin_layout Section
20606 Auf Gleitobjekte verweisen
20607 \begin_inset CommandInset label
20608 LatexCommand label
20609 name "abs:Auf-Gleitobjekte-verweisen"
20610
20611 \end_inset
20612
20613
20614 \begin_inset Index idx
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618 Gleitobjekte ! Querverweise
20619 \end_layout
20620
20621 \end_inset
20622
20623
20624 \begin_inset Index idx
20625 status collapsed
20626
20627 \begin_layout Plain Layout
20628 Querverweise ! auf Gleitobjekte
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \begin_layout Standard
20637 Zunächst müssen Sie mit 
20638 \family sans
20639 Einfügen\SpecialChar \menuseparator
20640 Marke
20641 \family default
20642  oder einen Klick auf 
20643 \begin_inset Graphics
20644         filename ../../images/label-insert.png
20645         scale 70
20646         scaleBeforeRotation
20647
20648 \end_inset
20649
20650  eine Marke im Titel einfügen.
20651  Im 
20652 \family sans
20653 Marke
20654 \family default
20655 -Dialog schreiben Sie einen Text in das Feld 
20656 \family sans
20657 Marke
20658 \family default
20659  oder übernehmen den vorgeschlagenen.
20660  Die Marke sieht in LyX dann so aus:
20661 \end_layout
20662
20663 \begin_layout Standard
20664 \begin_inset Graphics
20665         filename clipart/Marke.png
20666         lyxscale 80
20667         scale 50
20668         scaleBeforeRotation
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Standard
20676 Die Marke wird als Anker und Name für den Querverweis benutzt.
20677  Mit 
20678 \family sans
20679 Einfügen\SpecialChar \menuseparator
20680 Querverweis
20681 \family default
20682  oder einen Klick auf 
20683 \begin_inset Graphics
20684         filename ../../images/dialog-show-new-inset_ref.png
20685         scale 70
20686         scaleBeforeRotation
20687
20688 \end_inset
20689
20690  können Sie dann auf die Marke verweisen.
20691  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20692  angezeigt:
20693 \end_layout
20694
20695 \begin_layout Standard
20696 \begin_inset Graphics
20697         filename clipart/Querverweis.png
20698         lyxscale 80
20699         scale 50
20700         scaleBeforeRotation
20701
20702 \end_inset
20703
20704
20705 \begin_inset Newline newline
20706 \end_inset
20707
20708  Mehr zu Querverweisen finden Sie im 
20709 \emph on
20710 Benutzerhandbuch
20711 \emph default
20712 .
20713 \end_layout
20714
20715 \begin_layout Standard
20716 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20717  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20718  durch einen Zeilenumbruch getrennt werden können.
20719 \end_layout
20720
20721 \begin_layout Standard
20722 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20723  LyX passt die Querverweise automatisch an.
20724 \end_layout
20725
20726 \begin_layout Standard
20727 Ein Klick auf den Schalter 
20728 \family sans
20729 Gehe
20730 \begin_inset space ~
20731 \end_inset
20732
20733 zur
20734 \begin_inset space ~
20735 \end_inset
20736
20737 Marke
20738 \family default
20739  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20740  Der Text der Schaltfläche heißt jetzt 
20741 \family sans
20742 Gehe
20743 \begin_inset space ~
20744 \end_inset
20745
20746 zurück
20747 \family default
20748  und ein Klick darauf macht genau dies.
20749   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20750  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20751  Dann ist auch kein 
20752 \family sans
20753 Gehe
20754 \begin_inset space ~
20755 \end_inset
20756
20757 zurück
20758 \family default
20759  möglich.
20760 \end_layout
20761
20762 \begin_layout Subsection
20763 Querverweis-Formate
20764 \begin_inset CommandInset label
20765 LatexCommand label
20766 name "uab:Querverweis-Formate"
20767
20768 \end_inset
20769
20770
20771 \begin_inset Index idx
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775 Querverweise ! Formate
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \begin_layout Standard
20784 Es gibt sechs verschiedene Querverweisstile:
20785 \end_layout
20786
20787 \begin_layout Description
20788 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20789  
20790 \begin_inset CommandInset ref
20791 LatexCommand ref
20792 reference "abb:Zwei-Teilabbildungen"
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Description
20800 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20801  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20802  verwendet wird, speziell wenn der Name 
20803 \begin_inset Quotes gld
20804 \end_inset
20805
20806 Gleichung
20807 \begin_inset Quotes grd
20808 \end_inset
20809
20810  weggelassen wird: 
20811 \begin_inset CommandInset ref
20812 LatexCommand eqref
20813 reference "eq:Wgn"
20814
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \begin_layout Description
20821 <Seite>: druckt die Seitennummer: Seite
20822 \begin_inset space ~
20823 \end_inset
20824
20825
20826 \begin_inset CommandInset ref
20827 LatexCommand pageref
20828 reference "abb:Zwei-Teilabbildungen"
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Description
20836 auf
20837 \begin_inset space ~
20838 \end_inset
20839
20840 Seite
20841 \begin_inset space ~
20842 \end_inset
20843
20844 <Seite>: druckt den Text 
20845 \begin_inset Quotes gld
20846 \end_inset
20847
20848 auf Seite
20849 \begin_inset Quotes grd
20850 \end_inset
20851
20852  und die Seitennummer: 
20853 \begin_inset CommandInset ref
20854 LatexCommand vpageref
20855 reference "abb:Zwei-Teilabbildungen"
20856
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \begin_layout Description
20863 <Querverweis>
20864 \begin_inset space ~
20865 \end_inset
20866
20867 auf
20868 \begin_inset space ~
20869 \end_inset
20870
20871 Seite
20872 \begin_inset space ~
20873 \end_inset
20874
20875 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20876 \begin_inset Quotes gld
20877 \end_inset
20878
20879 auf Seite
20880 \begin_inset Quotes grd
20881 \end_inset
20882
20883 , und die Seitennummer: 
20884 \begin_inset CommandInset ref
20885 LatexCommand vref
20886 reference "abb:Zwei-Teilabbildungen"
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Description
20894 Formatierter
20895 \begin_inset space ~
20896 \end_inset
20897
20898 Querverweis: druckt ein selbst definiertes Querverweisformat
20899 \begin_inset Newline newline
20900 \end_inset
20901
20902
20903 \begin_inset Note Greyedout
20904 status open
20905
20906 \begin_layout Plain Layout
20907
20908 \series bold
20909 Bemerkung:
20910 \series default
20911  Dies ist nur möglich, wenn das LaTeX-Paket 
20912 \series bold
20913 prettyref
20914 \series default
20915
20916 \begin_inset Index idx
20917 status collapsed
20918
20919 \begin_layout Plain Layout
20920 LaTeX-Pakete! prettyref
20921 \end_layout
20922
20923 \end_inset
20924
20925  installiert ist.
20926 \end_layout
20927
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \begin_layout Standard
20934
20935 \family sans
20936 <Seite>
20937 \family default
20938  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20939  vorherigen, der selben oder der nächsten Seite befindet.
20940  Stattdessen wird z.
20941 \begin_inset space \thinspace{}
20942 \end_inset
20943
20944 B.
20945  der Text 
20946 \begin_inset Quotes gld
20947 \end_inset
20948
20949
20950 \family sans
20951 auf dieser Seite
20952 \family default
20953
20954 \begin_inset Quotes grd
20955 \end_inset
20956
20957  gedruckt.
20958  Der Stil 
20959 \family sans
20960 <Querverweis>
20961 \begin_inset space ~
20962 \end_inset
20963
20964 auf
20965 \begin_inset space ~
20966 \end_inset
20967
20968 Seite
20969 \begin_inset space ~
20970 \end_inset
20971
20972 <Seite>
20973 \family default
20974  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
20975  Seite ist.
20976 \end_layout
20977
20978 \begin_layout Standard
20979 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20980  automatisch von LaTeX berechnet.
20981  Die Stile können im Feld 
20982 \family sans
20983 Format
20984 \family default
20985  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20986  einen Querverweis klicken.
20987 \end_layout
20988
20989 \begin_layout Standard
20990 \begin_inset Note Greyedout
20991 status open
20992
20993 \begin_layout Plain Layout
20994
20995 \series bold
20996 Bemerkung:
20997 \series default
20998  Das LaTeX-Paket 
20999 \series bold
21000 prettyref
21001 \series default
21002
21003 \begin_inset Index idx
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007 LaTeX-Pakete! prettyref
21008 \end_layout
21009
21010 \end_inset
21011
21012  kennt nicht alle möglichen Marken-Kürzel
21013 \begin_inset Foot
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017  
21018 \begin_inset Quotes gld
21019 \end_inset
21020
21021 abb:
21022 \begin_inset Quotes grd
21023 \end_inset
21024
21025  ist z.
21026 \begin_inset space \thinspace{}
21027 \end_inset
21028
21029 B.
21030  LyXs Kürzel für Marken in Bildbeschriftungen.
21031 \end_layout
21032
21033 \end_inset
21034
21035  von LyX und ist auch nicht internationalisiert.
21036  Wie man weitere Marken-Kürzel und Übersetzungen hinzufüg, ist in der Dokumentat
21037 ion von 
21038 \series bold
21039 prettyref
21040 \series default
21041  beschrieben 
21042 \begin_inset CommandInset citation
21043 LatexCommand cite
21044 key "prettyref"
21045
21046 \end_inset
21047
21048 .
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \begin_layout Subsection
21057 Automatische Querverweisnamen
21058 \begin_inset Index idx
21059 status collapsed
21060
21061 \begin_layout Plain Layout
21062 Querverweise ! Automatische Namen 
21063 \end_layout
21064
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \begin_layout Standard
21071 Das LaTeX-Paket 
21072 \series bold
21073 hyperref
21074 \series default
21075
21076 \begin_inset Index idx
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080 LaTeX-Pakete ! hyperref
21081 \end_layout
21082
21083 \end_inset
21084
21085 , das in den
21086 \family sans
21087  PDF-Eigenschaften
21088 \family default
21089  im 
21090 \family sans
21091 Dokument-Einstellungen
21092 \family default
21093  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21094  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21095  wie 
21096 \emph on
21097 Abschnitt
21098 \emph default
21099 ).
21100  Sie müssen damit z.
21101 \begin_inset space \thinspace{}
21102 \end_inset
21103
21104 B.
21105  nicht mehr den Namen 
21106 \begin_inset Quotes gld
21107 \end_inset
21108
21109 Abbildung
21110 \begin_inset Quotes grd
21111 \end_inset
21112
21113  vor jeden Querverweis auf eine Abbildung schreiben.
21114  Um diese Funktion benutzen zu können, aktivieren Sie 
21115 \series bold
21116 hyperref
21117 \series default
21118  und fügen diese Zeile in den LaTeX-Vorspann ein:
21119 \end_layout
21120
21121 \begin_layout Standard
21122
21123 \series bold
21124
21125 \backslash
21126 AtBeginDocument{
21127 \backslash
21128 renewcommand{
21129 \backslash
21130 ref}[1]{
21131 \backslash
21132 mbox{
21133 \backslash
21134 autoref{#1}}}}
21135 \end_layout
21136
21137 \begin_layout Standard
21138 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21139 \begin_inset space \thinspace{}
21140 \end_inset
21141
21142 B.
21143  statt 
21144 \begin_inset Quotes gld
21145 \end_inset
21146
21147 Abschnitt
21148 \begin_inset Quotes grd
21149 \end_inset
21150
21151  den Namen 
21152 \begin_inset Quotes gld
21153 \end_inset
21154
21155 Kap.
21156 \begin_inset space \thinspace{}
21157 \end_inset
21158
21159
21160 \begin_inset Quotes grd
21161 \end_inset
21162
21163 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21164 \end_layout
21165
21166 \begin_layout Standard
21167
21168 \series bold
21169
21170 \backslash
21171 addto
21172 \backslash
21173 extrasngerman{
21174 \backslash
21175 renewcommand{
21176 \backslash
21177 sectionautorefname}
21178 \begin_inset Newline newline
21179 \end_inset
21180
21181
21182 \begin_inset Phantom HPhantom
21183 status open
21184
21185 \begin_layout Plain Layout
21186
21187 \series bold
21188 \begin_inset space ~
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195
21196 {Kap.
21197 \backslash
21198 negthinspace}}
21199 \end_layout
21200
21201 \begin_layout Standard
21202 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21203 \begin_inset Newline newline
21204 \end_inset
21205
21206
21207 \series bold
21208
21209 \backslash
21210 extrasngerman
21211 \series default
21212  durch 
21213 \series bold
21214
21215 \backslash
21216 extras***
21217 \series default
21218 , wobei *** der Name der verwendeten Sprache ist.
21219 \end_layout
21220
21221 \begin_layout Standard
21222 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21223  z.
21224 \begin_inset space \thinspace{}
21225 \end_inset
21226
21227 B.
21228  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21229 \end_layout
21230
21231 \begin_layout Standard
21232
21233 \series bold
21234
21235 \backslash
21236 newlength{
21237 \backslash
21238 abc}
21239 \begin_inset Newline newline
21240 \end_inset
21241
21242
21243 \backslash
21244 settowidth{
21245 \backslash
21246 abc}{
21247 \backslash
21248 space}
21249 \begin_inset Newline newline
21250 \end_inset
21251
21252
21253 \backslash
21254 addto
21255 \backslash
21256 extrasenglish{
21257 \backslash
21258 renewcommand{
21259 \backslash
21260 equationautorefname}
21261 \begin_inset Newline newline
21262 \end_inset
21263
21264
21265 \begin_inset Phantom HPhantom
21266 status open
21267
21268 \begin_layout Plain Layout
21269
21270 \series bold
21271 \begin_inset space ~
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278
21279 {
21280 \backslash
21281 hspace{-
21282 \backslash
21283 abc}}
21284 \end_layout
21285
21286 \begin_layout Standard
21287 Mehr über dieses Thema finden Sie in der 
21288 \series bold
21289 hyperref
21290 \series default
21291 -Dokumentation 
21292 \begin_inset CommandInset citation
21293 LatexCommand cite
21294 key "hyperref"
21295
21296 \end_inset
21297
21298 .
21299 \end_layout
21300
21301 \begin_layout Standard
21302 \begin_inset Note Greyedout
21303 status open
21304
21305 \begin_layout Plain Layout
21306
21307 \series bold
21308 Bemerkung:
21309 \series default
21310  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21311  als Querverweisstil 
21312 \family sans
21313 Formatierter
21314 \begin_inset space ~
21315 \end_inset
21316
21317 Querverweis
21318 \family default
21319  benutzen, wie in Abschnitt
21320 \begin_inset space ~
21321 \end_inset
21322
21323
21324 \begin_inset CommandInset ref
21325 LatexCommand ref
21326 reference "uab:Querverweis-Formate"
21327
21328 \end_inset
21329
21330  beschrieben.
21331 \end_layout
21332
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \begin_layout Standard
21339 Das 
21340 \emph on
21341 Mathe
21342 \emph default
21343  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21344 \end_layout
21345
21346 \begin_layout Subsection
21347 Querverweis-Position
21348 \begin_inset CommandInset label
21349 LatexCommand label
21350 name "uab:Querverweis-Position"
21351
21352 \end_inset
21353
21354
21355 \begin_inset Index idx
21356 status collapsed
21357
21358 \begin_layout Plain Layout
21359 Querverweise !  Position
21360 \end_layout
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \begin_layout Standard
21368 Wenn Sie 
21369 \series bold
21370 hyperref
21371 \series default
21372
21373 \begin_inset Index idx
21374 status collapsed
21375
21376 \begin_layout Plain Layout
21377 LaTeX-Pakete ! hyperref
21378 \end_layout
21379
21380 \end_inset
21381
21382  in den
21383 \family sans
21384  PDF-Eigenschaften
21385 \family default
21386  im 
21387 \family sans
21388 Dokument-Einstellungen
21389 \family default
21390  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21391  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21392  und Sie werden das Bild ohne Scrollen nicht sehen.
21393  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21394  ist.
21395  Wenn Sie das  LaTeX-Paket 
21396 \series bold
21397 hypcap
21398 \series default
21399
21400 \begin_inset Index idx
21401 status collapsed
21402
21403 \begin_layout Plain Layout
21404 LaTeX-Pakete ! hypcap
21405 \end_layout
21406
21407 \end_inset
21408
21409 , das Teil des LaTeX-Pakets 
21410 \series bold
21411 oberdiek
21412 \series default
21413
21414 \begin_inset Index idx
21415 status collapsed
21416
21417 \begin_layout Plain Layout
21418 LaTeX-Pakete ! oberdiek
21419 \end_layout
21420
21421 \end_inset
21422
21423  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21424  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21425 \series bold
21426 hypcap
21427 \series default
21428  zunächst in den LaTeX-Vorspann laden:
21429 \end_layout
21430
21431 \begin_layout Standard
21432
21433 \series bold
21434
21435 \backslash
21436 usepackage[figure]{hypcap}
21437 \end_layout
21438
21439 \begin_layout Standard
21440 Sie können 
21441 \series bold
21442 hypcap
21443 \series default
21444  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21445  nicht empfohlen.
21446  Weitere Informationen finden Sie im
21447 \series bold
21448  hypcap
21449 \series default
21450 -Handbuch 
21451 \begin_inset CommandInset citation
21452 LatexCommand cite
21453 key "hypcap"
21454
21455 \end_inset
21456
21457 .
21458 \end_layout
21459
21460 \begin_layout Standard
21461 \begin_inset Note Greyedout
21462 status open
21463
21464 \begin_layout Plain Layout
21465
21466 \series bold
21467 Bemerkung:
21468 \series default
21469  
21470 \series bold
21471 hypcap
21472 \series medium
21473  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21474 \end_layout
21475
21476 \end_inset
21477
21478
21479 \end_layout
21480
21481 \begin_layout Section
21482 Gleitobjekt-Platzierung
21483 \begin_inset CommandInset label
21484 LatexCommand label
21485 name "abs:Gleitobjekt-Platzierung"
21486
21487 \end_inset
21488
21489
21490 \begin_inset Index idx
21491 status collapsed
21492
21493 \begin_layout Plain Layout
21494 Gleitobjekte ! Platzierung
21495 \end_layout
21496
21497 \end_inset
21498
21499
21500 \end_layout
21501
21502 \begin_layout Standard
21503 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21504 \family sans
21505 Gleitobjekt-Einstellungen
21506 \family default
21507 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21508  können.
21509 \begin_inset Newline newline
21510 \end_inset
21511
21512 Die Option 
21513 \family sans
21514 Spalten
21515 \begin_inset space ~
21516 \end_inset
21517
21518 überspannen
21519 \family default
21520  ist nur bei zweispaltigen Dokumenten sinnvoll.
21521  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21522 \begin_inset Newline newline
21523 \end_inset
21524
21525 Die Option 
21526 \family sans
21527 Seitwärts
21528 \begin_inset space ~
21529 \end_inset
21530
21531 drehen
21532 \family default
21533  ist in Abschnitt 
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "abs:Gedrehte-Gleitobjekte"
21537
21538 \end_inset
21539
21540  beschrieben.
21541 \end_layout
21542
21543 \begin_layout Standard
21544 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21545  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21546  Sie die Option 
21547 \family sans
21548 Standard-Platzierung
21549 \begin_inset space ~
21550 \end_inset
21551
21552 verwenden
21553 \family default
21554  nicht verwenden:
21555 \end_layout
21556
21557 \begin_layout Description
21558 Hier
21559 \begin_inset space ~
21560 \end_inset
21561
21562 wenn
21563 \begin_inset space ~
21564 \end_inset
21565
21566 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21567 \end_layout
21568
21569 \begin_layout Description
21570 Anfang
21571 \begin_inset space ~
21572 \end_inset
21573
21574 der
21575 \begin_inset space ~
21576 \end_inset
21577
21578 Seite
21579 \family sans
21580  
21581 \family default
21582 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21583  Gleitobjekte, die maximal 70
21584 \begin_inset space \thinspace{}
21585 \end_inset
21586
21587 % einer Seite benötigen, dürfen oben platziert werden.
21588  Dies kann durch die Variable 
21589 \series bold
21590
21591 \backslash
21592 topfraction
21593 \series default
21594  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21595 \end_layout
21596
21597 \begin_deeper
21598 \begin_layout Standard
21599
21600 \series bold
21601
21602 \backslash
21603 renewcommand{
21604 \backslash
21605 topfraction}{0.9}
21606 \family typewriter
21607 \series default
21608  
21609 \end_layout
21610
21611 \end_deeper
21612 \begin_layout Description
21613 Ende
21614 \begin_inset space ~
21615 \end_inset
21616
21617 der
21618 \begin_inset space ~
21619 \end_inset
21620
21621 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21622  Gleitobjekte, die maximal 30
21623 \begin_inset space \thinspace{}
21624 \end_inset
21625
21626 % einer Seite benötigen, dürfen unten platziert werden.
21627  Dies kann durch die Variable 
21628 \series bold
21629
21630 \backslash
21631 bottomfraction
21632 \series default
21633  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21634 \end_layout
21635
21636 \begin_deeper
21637 \begin_layout Standard
21638
21639 \series bold
21640
21641 \backslash
21642 renewcommand{
21643 \backslash
21644 bottomfraction}{0.5}
21645 \end_layout
21646
21647 \begin_layout Standard
21648 die oftmals zu kleine untere Grenze auf 50
21649 \begin_inset space \thinspace{}
21650 \end_inset
21651
21652 %.
21653 \end_layout
21654
21655 \end_deeper
21656 \begin_layout Description
21657 Seite
21658 \begin_inset space ~
21659 \end_inset
21660
21661 mit
21662 \begin_inset space ~
21663 \end_inset
21664
21665 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21666  Nur wenn mehr als 50
21667 \begin_inset space \thinspace{}
21668 \end_inset
21669
21670 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21671  Gleitobjekte bereitgestellt.
21672  Dies kann durch die Variable 
21673 \series bold
21674
21675 \backslash
21676 floatpagefraction 
21677 \series default
21678 im LaTeX-Vorspann überschrieben werden.
21679 \end_layout
21680
21681 \begin_layout Standard
21682 Die Reihenfolge der obigen Optionen wird 
21683 \emph on
21684 immer
21685 \emph default
21686  von LaTeX verwendet.
21687  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21688  versuchen 
21689 \family sans
21690 Hier
21691 \begin_inset space \space{}
21692 \end_inset
21693
21694 wenn
21695 \begin_inset space \space{}
21696 \end_inset
21697
21698 möglich
21699 \family default
21700 , dann 
21701 \family sans
21702 Anfang
21703 \begin_inset space ~
21704 \end_inset
21705
21706 der
21707 \begin_inset space ~
21708 \end_inset
21709
21710 Seite
21711 \family default
21712  und dann die anderen Optionen anzuwenden.
21713  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21714  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21715  Reihenfolge.
21716  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21717 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21718 \end_layout
21719
21720 \begin_layout Standard
21721 Die Option 
21722 \family sans
21723 Hier,
21724 \begin_inset space ~
21725 \end_inset
21726
21727 auf
21728 \begin_inset space ~
21729 \end_inset
21730
21731 jeden
21732 \begin_inset space ~
21733 \end_inset
21734
21735 Fall
21736 \family default
21737  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21738  fast druckreif ist.
21739  Denn mit der Option kann das Objekt nicht mehr 
21740 \emph on
21741 gleiten
21742 \emph default
21743 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21744  oftmals zerstört.
21745 \end_layout
21746
21747 \begin_layout Standard
21748 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21749  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21750 \begin_inset VSpace bigskip
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Standard
21757 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21758 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21759  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21760  Das kann mit dem LaTeX-Befehl
21761 \series bold
21762  
21763 \backslash
21764 suppressfloats
21765 \series default
21766  verhindert werden.
21767  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21768  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21769  gesetzt wird.
21770  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21771 \end_layout
21772
21773 \begin_layout Standard
21774
21775 \series bold
21776
21777 \backslash
21778 let
21779 \backslash
21780 meinAbschnitt
21781 \backslash
21782 section
21783 \begin_inset Newline newline
21784 \end_inset
21785
21786
21787 \backslash
21788 renewcommand{
21789 \backslash
21790 section}{
21791 \backslash
21792 suppressfloats[t]
21793 \backslash
21794 meinAbschnitt}
21795 \end_layout
21796
21797 \begin_layout Standard
21798 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21799  Unterabschnitten festlegen.
21800  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21801  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21802 \end_layout
21803
21804 \begin_layout Standard
21805 Es gibt auch noch das LaTeX-Paket 
21806 \series bold
21807 flafter
21808 \series default
21809
21810 \begin_inset Index idx
21811 status collapsed
21812
21813 \begin_layout Plain Layout
21814 LaTeX-Pakete ! flafter
21815 \end_layout
21816
21817 \end_inset
21818
21819  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21820  gedruckt wird.
21821 \end_layout
21822
21823 \begin_layout Standard
21824 \begin_inset VSpace bigskip
21825 \end_inset
21826
21827 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21828  Dafür gibt es das LaTeX-Paket 
21829 \series bold
21830 endfloat
21831 \series default
21832
21833 \begin_inset Index idx
21834 status collapsed
21835
21836 \begin_layout Plain Layout
21837 LaTeX-Pakete ! endfloat
21838 \end_layout
21839
21840 \end_inset
21841
21842 .
21843  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21844  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21845  
21846 \family sans
21847
21848 \begin_inset Quotes gld
21849 \end_inset
21850
21851 [Abbildung
21852 \begin_inset space ~
21853 \end_inset
21854
21855 3.2 ist ungefähr hier.]
21856 \family default
21857
21858 \begin_inset Quotes grd
21859 \end_inset
21860
21861  finden.
21862  Das 
21863 \series bold
21864 endfloat
21865 \series default
21866 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21867 \end_layout
21868
21869 \begin_layout Standard
21870
21871 \series bold
21872
21873 \backslash
21874 usepackage[Optionen]{endfloat}
21875 \end_layout
21876
21877 \begin_layout Standard
21878 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21879  Tabellen-Abschnitte, die Sie in der 
21880 \series bold
21881 endfloat
21882 \series default
21883 -Dokumentation 
21884 \begin_inset CommandInset citation
21885 LatexCommand cite
21886 key "endfloat"
21887
21888 \end_inset
21889
21890  nachlesen können.
21891 \begin_inset Newline newline
21892 \end_inset
21893
21894
21895 \begin_inset Note Greyedout
21896 status open
21897
21898 \begin_layout Plain Layout
21899
21900 \series bold
21901 Bemerkung
21902 \begin_inset space ~
21903 \end_inset
21904
21905 1: endfloat
21906 \series default
21907  übersetzt den Hinweistext nicht automatisch.
21908  Abschnitt
21909 \begin_inset space ~
21910 \end_inset
21911
21912 4 in 
21913 \begin_inset CommandInset citation
21914 LatexCommand cite
21915 key "endfloat"
21916
21917 \end_inset
21918
21919  beschreibt, wie es geht.
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Standard
21928 \begin_inset Note Greyedout
21929 status open
21930
21931 \begin_layout Plain Layout
21932
21933 \series bold
21934 Bemerkung
21935 \begin_inset space ~
21936 \end_inset
21937
21938 2: 
21939 \series default
21940 Die aktuelle Version von 
21941 \series bold
21942 endfloat
21943 \series default
21944  hat einen Fehler, wenn die Überschrift ein 
21945 \begin_inset Quotes gld
21946 \end_inset
21947
21948 ß
21949 \begin_inset Quotes grd
21950 \end_inset
21951
21952  enthält.
21953  Sie müssen stattdessen den Befehl 
21954 \series bold
21955
21956 \backslash
21957 ss
21958 \series default
21959  als TeX-Code benutzen.
21960 \end_layout
21961
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \begin_inset VSpace bigskip
21969 \end_inset
21970
21971 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21972  wie 
21973 \begin_inset CommandInset citation
21974 LatexCommand cite
21975 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21976
21977 \end_inset
21978
21979 .
21980 \end_layout
21981
21982 \begin_layout Section
21983 Gedrehte Gleitobjekte
21984 \begin_inset CommandInset label
21985 LatexCommand label
21986 name "abs:Gedrehte-Gleitobjekte"
21987
21988 \end_inset
21989
21990
21991 \begin_inset Index idx
21992 status collapsed
21993
21994 \begin_layout Plain Layout
21995 Gleitobjekte ! drehen
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \begin_layout Standard
22004 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22005 t drehen.
22006  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22007  und die Option 
22008 \family sans
22009 Seitwärts
22010 \begin_inset space ~
22011 \end_inset
22012
22013 drehen
22014 \family default
22015  wählen.
22016 \end_layout
22017
22018 \begin_layout Standard
22019 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22020  sie ein mehrspaltiges Dokument haben) gedruckt.
22021  Sie können mehrere Spalten überspannen, wenn die Option 
22022 \family sans
22023 Spalten
22024 \begin_inset space ~
22025 \end_inset
22026
22027 überspannen
22028 \family default
22029  in den Gleitobjekt Einstellungen gewählt ist.
22030  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22031  werden können.
22032  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22033  Option 
22034 \series bold
22035 figuresleft
22036 \series default
22037  oder 
22038 \series bold
22039 figuresright
22040 \series default
22041  zu den Dokumentklassen-Optionen hinzu.
22042 \end_layout
22043
22044 \begin_layout Standard
22045 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22046  Tabelle
22047 \begin_inset space ~
22048 \end_inset
22049
22050
22051 \begin_inset CommandInset ref
22052 LatexCommand ref
22053 reference "tab:Gedrehte-Tabelle"
22054
22055 \end_inset
22056
22057  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22058 \end_layout
22059
22060 \begin_layout Standard
22061 \begin_inset Note Greyedout
22062 status open
22063
22064 \begin_layout Plain Layout
22065
22066 \series bold
22067 Bemerkung:
22068 \series default
22069  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 \begin_inset Float table
22079 wide false
22080 sideways true
22081 status open
22082
22083 \begin_layout Plain Layout
22084 \begin_inset Caption
22085
22086 \begin_layout Plain Layout
22087 \begin_inset CommandInset label
22088 LatexCommand label
22089 name "tab:Gedrehte-Tabelle"
22090
22091 \end_inset
22092
22093 Gedrehte Tabelle
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Plain Layout
22102 \align center
22103 \begin_inset Tabular
22104 <lyxtabular version="3" rows="1" columns="5">
22105 <features tabularvalignment="middle">
22106 <column alignment="center" valignment="top" width="0">
22107 <column alignment="center" valignment="top" width="0">
22108 <column alignment="center" valignment="top" width="0">
22109 <column alignment="center" valignment="top" width="0">
22110 <column alignment="center" valignment="top" width="0">
22111 <row>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 Test
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22122 \begin_inset Text
22123
22124 \begin_layout Plain Layout
22125 b
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 c
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 d
22144 \end_layout
22145
22146 \end_inset
22147 </cell>
22148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152 e
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 </row>
22158 </lyxtabular>
22159
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \end_layout
22169
22170 \begin_layout Section
22171 Untergleitobjekte
22172 \begin_inset Index idx
22173 status collapsed
22174
22175 \begin_layout Plain Layout
22176 Gleitobjekte ! Untergleitobjekte
22177 \end_layout
22178
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \begin_layout Standard
22185 Untergleitobjekte werden z.
22186 \begin_inset space \thinspace{}
22187 \end_inset
22188
22189 B.
22190  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22191  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22192  eingefügt wird.
22193  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22194  in Tabelle
22195 \begin_inset space ~
22196 \end_inset
22197
22198
22199 \begin_inset CommandInset ref
22200 LatexCommand ref
22201 reference "tab:Untertabellen-nebeneinander"
22202
22203 \end_inset
22204
22205  und 
22206 \begin_inset CommandInset ref
22207 LatexCommand ref
22208 reference "tab:Untertabellen-übereinander"
22209
22210 \end_inset
22211
22212 .
22213 \end_layout
22214
22215 \begin_layout Standard
22216 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22217 \begin_inset space ~
22218 \end_inset
22219
22220
22221 \begin_inset CommandInset ref
22222 LatexCommand ref
22223 reference "tab:Untertabelle-a"
22224
22225 \end_inset
22226
22227  und 
22228 \begin_inset CommandInset ref
22229 LatexCommand ref
22230 reference "tab:Untertabelle-b"
22231
22232 \end_inset
22233
22234  sind Untertabellen von Tabelle
22235 \begin_inset space ~
22236 \end_inset
22237
22238
22239 \begin_inset CommandInset ref
22240 LatexCommand ref
22241 reference "tab:Untertabellen-nebeneinander"
22242
22243 \end_inset
22244
22245 .
22246 \end_layout
22247
22248 \begin_layout Standard
22249 \begin_inset Float table
22250 wide false
22251 sideways false
22252 status open
22253
22254 \begin_layout Plain Layout
22255 \begin_inset Caption
22256
22257 \begin_layout Plain Layout
22258 \begin_inset CommandInset label
22259 LatexCommand label
22260 name "tab:Untertabellen-nebeneinander"
22261
22262 \end_inset
22263
22264 Zwei Untertabellen nebeneinander.
22265 \end_layout
22266
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \begin_layout Plain Layout
22273 \align center
22274 \begin_inset space \hfill{}
22275 \end_inset
22276
22277
22278 \begin_inset Float table
22279 wide false
22280 sideways false
22281 status collapsed
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Caption
22285
22286 \begin_layout Plain Layout
22287 \begin_inset CommandInset label
22288 LatexCommand label
22289 name "tab:Untertabelle-a"
22290
22291 \end_inset
22292
22293 Dies ist Untertabelle a.
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \begin_layout Plain Layout
22302 \align center
22303 \begin_inset Tabular
22304 <lyxtabular version="3" rows="1" columns="5">
22305 <features tabularvalignment="middle">
22306 <column alignment="center" valignment="top" width="0">
22307 <column alignment="center" valignment="top" width="0">
22308 <column alignment="center" valignment="top" width="0">
22309 <column alignment="center" valignment="top" width="0">
22310 <column alignment="center" valignment="top" width="0">
22311 <row>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 Test
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 b
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 c
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 d
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 e
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 </lyxtabular>
22359
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \begin_inset space \hfill{}
22369 \end_inset
22370
22371
22372 \begin_inset Float table
22373 wide false
22374 sideways false
22375 status collapsed
22376
22377 \begin_layout Plain Layout
22378 \begin_inset Caption
22379
22380 \begin_layout Plain Layout
22381 \begin_inset CommandInset label
22382 LatexCommand label
22383 name "tab:Untertabelle-b"
22384
22385 \end_inset
22386
22387 Dies ist Untertabelle b.
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \begin_layout Plain Layout
22396 \align center
22397 \begin_inset Tabular
22398 <lyxtabular version="3" rows="1" columns="5">
22399 <features tabularvalignment="middle">
22400 <column alignment="center" valignment="top" width="0">
22401 <column alignment="center" valignment="top" width="0">
22402 <column alignment="center" valignment="top" width="0">
22403 <column alignment="center" valignment="top" width="0">
22404 <column alignment="center" valignment="top" width="0">
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 e
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 d
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428 c
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22434 \begin_inset Text
22435
22436 \begin_layout Plain Layout
22437 b
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 Test
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 </lyxtabular>
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \begin_inset space \hfill{}
22463 \end_inset
22464
22465
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \begin_layout Standard
22474 \begin_inset Float table
22475 wide false
22476 sideways false
22477 status open
22478
22479 \begin_layout Plain Layout
22480 \begin_inset Caption
22481
22482 \begin_layout Plain Layout
22483 \begin_inset CommandInset label
22484 LatexCommand label
22485 name "tab:Untertabellen-übereinander"
22486
22487 \end_inset
22488
22489 Zwei Untertabellen übereinander.
22490  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \begin_layout Plain Layout
22499 \align center
22500 \begin_inset Float table
22501 wide false
22502 sideways false
22503 status collapsed
22504
22505 \begin_layout Plain Layout
22506 \begin_inset Caption
22507
22508 \begin_layout Plain Layout
22509
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \begin_layout Plain Layout
22518 \align center
22519 \begin_inset Tabular
22520 <lyxtabular version="3" rows="1" columns="4">
22521 <features tabularvalignment="middle">
22522 <column alignment="center" valignment="top" width="0">
22523 <column alignment="center" valignment="top" width="0">
22524 <column alignment="center" valignment="top" width="0">
22525 <column alignment="center" valignment="top" width="0">
22526 <row>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 Test
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 Test
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 Test
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 Test
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 </lyxtabular>
22565
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Plain Layout
22577 \align center
22578 \begin_inset Float table
22579 wide false
22580 sideways false
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584 \begin_inset Caption
22585
22586 \begin_layout Plain Layout
22587
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Plain Layout
22596 \align center
22597 \begin_inset Tabular
22598 <lyxtabular version="3" rows="1" columns="5">
22599 <features tabularvalignment="middle">
22600 <column alignment="center" valignment="top" width="0">
22601 <column alignment="center" valignment="top" width="0">
22602 <column alignment="center" valignment="top" width="0">
22603 <column alignment="center" valignment="top" width="0">
22604 <column alignment="center" valignment="top" width="0">
22605 <row>
22606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 a
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 b
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 c
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 d
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 e
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 </lyxtabular>
22653
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Section
22670 Gleitobjekte nebeneinander
22671 \begin_inset Index idx
22672 status collapsed
22673
22674 \begin_layout Plain Layout
22675 Gleitobjekte ! nebeneinander
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Standard
22684 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22685 \begin_inset space ~
22686 \end_inset
22687
22688
22689 \begin_inset CommandInset ref
22690 LatexCommand ref
22691 reference "abb:Gleitobjekt-links"
22692
22693 \end_inset
22694
22695  und 
22696 \begin_inset CommandInset ref
22697 LatexCommand ref
22698 reference "abb:Gleitobjekt-rechts"
22699
22700 \end_inset
22701
22702  wird nur 
22703 \emph on
22704 ein
22705 \emph default
22706  Gleitobjekt verwendet.
22707  In dieses werden zwei Minipage Boxen eingefügt.
22708 \begin_inset Foot
22709 status collapsed
22710
22711 \begin_layout Plain Layout
22712 Minipages sind in Abschnitt
22713 \begin_inset space ~
22714 \end_inset
22715
22716
22717 \begin_inset CommandInset ref
22718 LatexCommand ref
22719 reference "abs:Minipage"
22720
22721 \end_inset
22722
22723  erklärt.
22724 \end_layout
22725
22726 \end_inset
22727
22728  Die Breite wird für jede Minipage auf 45
22729 \begin_inset space \thinspace{}
22730 \end_inset
22731
22732 -50
22733 \begin_inset space \thinspace{}
22734 \end_inset
22735
22736 Spalten% und die Box Ausrichtung auf 
22737 \family sans
22738 Unten
22739 \family default
22740  gesetzt.
22741  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22742  Gleitobjekt.
22743  Der einzige Unterschied ist, dass die Bildeinheit 
22744 \family sans
22745 Spaltenbreite
22746 \begin_inset space ~
22747 \end_inset
22748
22749 %
22750 \family default
22751  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22752 \end_layout
22753
22754 \begin_layout Standard
22755 \begin_inset Float figure
22756 wide false
22757 sideways false
22758 status open
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Box Frameless
22762 position "b"
22763 hor_pos "c"
22764 has_inner_box 1
22765 inner_pos "t"
22766 use_parbox 0
22767 use_makebox 0
22768 width "45col%"
22769 special "none"
22770 height "1in"
22771 height_special "totalheight"
22772 status open
22773
22774 \begin_layout Plain Layout
22775 \align center
22776 \begin_inset Graphics
22777         filename ../clipart/mobius.eps
22778         lyxscale 50
22779         width 100col%
22780         scaleBeforeRotation
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \begin_layout Plain Layout
22788 \begin_inset Caption
22789
22790 \begin_layout Plain Layout
22791 \begin_inset CommandInset label
22792 LatexCommand label
22793 name "abb:Gleitobjekt-links"
22794
22795 \end_inset
22796
22797 Gleitobjekt auf der linken Seite.
22798 \end_layout
22799
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \begin_inset space \hfill{}
22809 \end_inset
22810
22811
22812 \begin_inset Box Frameless
22813 position "b"
22814 hor_pos "c"
22815 has_inner_box 1
22816 inner_pos "t"
22817 use_parbox 0
22818 use_makebox 0
22819 width "45col%"
22820 special "none"
22821 height "1in"
22822 height_special "totalheight"
22823 status open
22824
22825 \begin_layout Plain Layout
22826 \align center
22827 \begin_inset Graphics
22828         filename ../clipart/platypus.eps
22829         lyxscale 50
22830         width 100col%
22831         scaleBeforeRotation
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Caption
22840
22841 \begin_layout Plain Layout
22842 \begin_inset CommandInset label
22843 LatexCommand label
22844 name "abb:Gleitobjekt-rechts"
22845
22846 \end_inset
22847
22848 Gleitobjekt auf der rechten Seite.
22849 \end_layout
22850
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Section
22867 Beschriftungs-Formatierung
22868 \begin_inset CommandInset label
22869 LatexCommand label
22870 name "abs:Titel-Formatierung"
22871
22872 \end_inset
22873
22874
22875 \begin_inset Index idx
22876 status collapsed
22877
22878 \begin_layout Plain Layout
22879 Gleitobjekte ! Beschriftung ! Formatierung
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \family sans
22890 Legende
22891 \family default
22892  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22893  In LyX sehen Titel so aus:  
22894 \family sans
22895
22896 \begin_inset Quotes gld
22897 \end_inset
22898
22899 Abbildung xyz:
22900 \family default
22901
22902 \begin_inset Quotes grd
22903 \end_inset
22904
22905 , gefolgt vom Beschriftungstext, wobei 
22906 \family sans
22907 xyz
22908 \family default
22909  die von LyX vergebene Nummer ist.
22910  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22911  gedruckt.
22912  Dies ist nicht immer brauchbar.
22913 \end_layout
22914
22915 \begin_layout Standard
22916 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22917  
22918 \series bold
22919 caption
22920 \series default
22921
22922 \begin_inset Index idx
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926 LaTeX-Pakete ! caption
22927 \end_layout
22928
22929 \end_inset
22930
22931  in den LaTeX-Vorspann laden:
22932 \end_layout
22933
22934 \begin_layout Standard
22935
22936 \series bold
22937
22938 \backslash
22939 usepackage[Format-Definition]{caption}
22940 \end_layout
22941
22942 \begin_layout Standard
22943 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22944  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22945 \end_layout
22946
22947 \begin_layout Standard
22948
22949 \series bold
22950
22951 \backslash
22952 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22953 \end_layout
22954
22955 \begin_layout Standard
22956 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22957  definieren.
22958  Dazu laden Sie das 
22959 \series bold
22960 caption
22961 \series default
22962 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22963  dem Befehl
22964 \end_layout
22965
22966 \begin_layout Standard
22967
22968 \series bold
22969
22970 \backslash
22971 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22972 \end_layout
22973
22974 \begin_layout Standard
22975 Für Abbildung
22976 \begin_inset space ~
22977 \end_inset
22978
22979
22980 \begin_inset CommandInset ref
22981 LatexCommand ref
22982 reference "abb:Langer-Abb-Titel"
22983
22984 \end_inset
22985
22986  und Tabelle
22987 \begin_inset space ~
22988 \end_inset
22989
22990
22991 \begin_inset CommandInset ref
22992 LatexCommand ref
22993 reference "tab:Langer-Tab-Titel"
22994
22995 \end_inset
22996
22997  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22998  werden:
22999 \end_layout
23000
23001 \begin_layout Standard
23002
23003 \series bold
23004
23005 \backslash
23006 usepackage[tableposition=top]{caption}
23007 \begin_inset Newline newline
23008 \end_inset
23009
23010
23011 \backslash
23012 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23013 \begin_inset Newline newline
23014 \end_inset
23015
23016
23017 \begin_inset Phantom HPhantom
23018 status open
23019
23020 \begin_layout Plain Layout
23021
23022 \series bold
23023
23024 \backslash
23025 captionsetup[figure]{
23026 \end_layout
23027
23028 \end_inset
23029
23030 labelsep=period}
23031 \begin_inset Newline newline
23032 \end_inset
23033
23034
23035 \backslash
23036 captionsetup[table]{labelfont={bf,sf}}
23037 \end_layout
23038
23039 \begin_layout Standard
23040 \begin_inset Note Greyedout
23041 status open
23042
23043 \begin_layout Plain Layout
23044
23045 \series bold
23046 Bemerkung:
23047 \series default
23048  Die Option 
23049 \series bold
23050 tableposition=top
23051 \series default
23052  hat keine Auswirkung, wenn eine 
23053 \series bold
23054 KOMA-Script
23055 \series default
23056
23057 \begin_inset Index idx
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061 LaTeX-Pakete ! KOMA-Script
23062 \end_layout
23063
23064 \end_inset
23065
23066 -Dokumentklasse verwendet wird.
23067  Hier muss die Option 
23068 \series bold
23069 captions=tableheading
23070 \series default
23071  benutzt werden.
23072 \end_layout
23073
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \begin_layout Standard
23080 Weitere Informationen über das Paket
23081 \series bold
23082  caption
23083 \series default
23084  finden Sie in seiner Dokumentation 
23085 \begin_inset CommandInset citation
23086 LatexCommand cite
23087 key "caption"
23088
23089 \end_inset
23090
23091 .
23092 \end_layout
23093
23094 \begin_layout Standard
23095 Wenn Sie den Namen von 
23096 \begin_inset Quotes gld
23097 \end_inset
23098
23099 Abbildung
23100 \begin_inset Quotes grd
23101 \end_inset
23102
23103  auf 
23104 \begin_inset Quotes gld
23105 \end_inset
23106
23107 Bild
23108 \begin_inset Quotes grd
23109 \end_inset
23110
23111  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23112 \end_layout
23113
23114 \begin_layout Standard
23115
23116 \series bold
23117
23118 \backslash
23119 renewcommand{
23120 \backslash
23121 fnum@figure}{Bild~
23122 \backslash
23123 thefigure}
23124 \end_layout
23125
23126 \begin_layout Standard
23127 wobei 
23128 \series bold
23129
23130 \backslash
23131 thefigure
23132 \series default
23133  die Bildnummer einsetzt und
23134 \series bold
23135  ~
23136 \series default
23137  ein geschütztes Leerzeichen ist.
23138 \end_layout
23139
23140 \begin_layout Standard
23141 \begin_inset VSpace bigskip
23142 \end_inset
23143
23144 Wenn Sie eine 
23145 \series bold
23146 KOMA-Script
23147 \series default
23148
23149 \begin_inset Index idx
23150 status collapsed
23151
23152 \begin_layout Plain Layout
23153 LaTeX-Pakete ! KOMA-Script
23154 \end_layout
23155
23156 \end_inset
23157
23158 -Dokumentklasse (
23159 \family sans
23160 article (KOMA-Script)
23161 \family default
23162
23163 \family sans
23164 book (KOMA-Script)
23165 \family default
23166
23167 \family sans
23168 letter (KOMA-Script)
23169 \family default
23170  oder 
23171 \family sans
23172 report (KOMA-Script)
23173 \family default
23174 ) benutzen, können Sie anstatt des 
23175 \series bold
23176 caption
23177 \series default
23178 -Paketes den eingebauten Befehl 
23179 \series bold
23180
23181 \backslash
23182 setkomafont
23183 \series default
23184  von 
23185 \series bold
23186 KOMA-Script
23187 \series default
23188  benutzen.
23189  Der Befehl
23190 \end_layout
23191
23192 \begin_layout Standard
23193
23194 \series bold
23195
23196 \backslash
23197 setkomafont{captionlabel}{
23198 \backslash
23199 bfseries}
23200 \end_layout
23201
23202 \begin_layout Standard
23203 im LaTeX-Vorspann druckt den Namen fett.
23204 \end_layout
23205
23206 \begin_layout Standard
23207 Weitere Informationen über 
23208 \series bold
23209
23210 \backslash
23211 setkomafont
23212 \series default
23213  finden Sie in der 
23214 \series bold
23215 KOMA-Script
23216 \series default
23217 -Do\SpecialChar \-
23218 ku\SpecialChar \-
23219 men\SpecialChar \-
23220 ta\SpecialChar \-
23221 tion 
23222 \begin_inset CommandInset citation
23223 LatexCommand cite
23224 key "KOMA-Script"
23225
23226 \end_inset
23227
23228 .
23229 \end_layout
23230
23231 \begin_layout Standard
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23240 }
23241 \end_layout
23242
23243 \end_inset
23244
23245
23246 \begin_inset Note Note
23247 status open
23248
23249 \begin_layout Plain Layout
23250 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \begin_layout Standard
23259 \begin_inset Float figure
23260 placement !p
23261 wide false
23262 sideways false
23263 status open
23264
23265 \begin_layout Plain Layout
23266 \align center
23267 \begin_inset Graphics
23268         filename ../clipart/mobius.eps
23269         lyxscale 50
23270         scale 50
23271         scaleBeforeRotation
23272
23273 \end_inset
23274
23275
23276 \end_layout
23277
23278 \begin_layout Plain Layout
23279 \begin_inset Caption
23280
23281 \begin_layout Plain Layout
23282 \begin_inset CommandInset label
23283 LatexCommand label
23284 name "abb:Langer-Abb-Titel"
23285
23286 \end_inset
23287
23288 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23289  ist, um das andere Beschriftungsformat zu zeigen.
23290  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23291 \begin_inset Argument
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23296  ist.
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Standard
23315 \begin_inset ERT
23316 status collapsed
23317
23318 \begin_layout Plain Layout
23319
23320
23321 \backslash
23322 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23323 on}
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset Float table
23333 placement !p
23334 wide false
23335 sideways false
23336 status open
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Caption
23340
23341 \begin_layout Plain Layout
23342 \begin_inset CommandInset label
23343 LatexCommand label
23344 name "tab:Langer-Tab-Titel"
23345
23346 \end_inset
23347
23348 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23349  ist, um das andere Beschriftungsformat zu zeigen.
23350  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23351  benutzt.
23352 \begin_inset Argument
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23357  ist.
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \begin_layout Plain Layout
23371 \align center
23372 \begin_inset Tabular
23373 <lyxtabular version="3" rows="1" columns="5">
23374 <features tabularvalignment="middle">
23375 <column alignment="center" valignment="top" width="0">
23376 <column alignment="center" valignment="top" width="0">
23377 <column alignment="center" valignment="top" width="0">
23378 <column alignment="center" valignment="top" width="0">
23379 <column alignment="center" valignment="top" width="0">
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 a
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 b
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 c
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 d
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 e
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 </lyxtabular>
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Section
23440 Beschriftungs-Platzierung
23441 \begin_inset CommandInset label
23442 LatexCommand label
23443 name "abs:Titel-Platzierung"
23444
23445 \end_inset
23446
23447
23448 \begin_inset Index idx
23449 status collapsed
23450
23451 \begin_layout Plain Layout
23452 Gleitobjekte ! Beschriftung ! Platzierung
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Standard
23461 Normalerweise werden die Beschriftungen wie folgt platziert:
23462 \end_layout
23463
23464 \begin_layout Description
23465 Abbildung: darunter
23466 \end_layout
23467
23468 \begin_layout Description
23469 Tabelle: darüber
23470 \end_layout
23471
23472 \begin_layout Standard
23473 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23474  Das heißt wenn Sie eine der Dokument-Klassen 
23475 \family sans
23476 article
23477 \family default
23478
23479 \family sans
23480 book
23481 \family default
23482
23483 \family sans
23484 letter
23485 \family default
23486  oder 
23487 \family sans
23488 report
23489 \family default
23490  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23491  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23492 \series bold
23493 caption
23494 \series default
23495  im LaTeX-Vorspann folgendes schreiben:
23496 \begin_inset Foot
23497 status collapsed
23498
23499 \begin_layout Plain Layout
23500 In Abschnitt
23501 \begin_inset space ~
23502 \end_inset
23503
23504
23505 \begin_inset CommandInset ref
23506 LatexCommand ref
23507 reference "abs:Titel-Formatierung"
23508
23509 \end_inset
23510
23511  steht mehr über das Paket 
23512 \series bold
23513 caption
23514 \series default
23515 .
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \begin_layout Standard
23524
23525 \series bold
23526 tableposition=top
23527 \end_layout
23528
23529 \begin_layout Standard
23530 Wenn Sie eine 
23531 \series bold
23532 KOMA-Script
23533 \series default
23534
23535 \begin_inset Index idx
23536 status collapsed
23537
23538 \begin_layout Plain Layout
23539 LaTeX-Pakete ! KOMA-Script
23540 \end_layout
23541
23542 \end_inset
23543
23544 -Dokumentklasse (
23545 \family sans
23546 article (KOMA-Script)
23547 \family default
23548
23549 \family sans
23550 book (KOMA-Script)
23551 \family default
23552
23553 \family sans
23554 letter (KOMA-Script)
23555 \family default
23556  oder 
23557 \family sans
23558 report (KOMA-Script)
23559 \family default
23560 ) benutzen, können Sie alternativ zum 
23561 \series bold
23562 caption
23563 \series default
23564 -Paket die Option 
23565 \series bold
23566 captions=tableheading
23567 \series default
23568  benutzen.
23569 \end_layout
23570
23571 \begin_layout Standard
23572 \begin_inset VSpace bigskip
23573 \end_inset
23574
23575 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23576  Das bewirkt das LaTeX-Paket 
23577 \series bold
23578 sidecap
23579 \series default
23580
23581 \begin_inset Index idx
23582 status collapsed
23583
23584 \begin_layout Plain Layout
23585 LaTeX-Pakete ! sidecap
23586 \end_layout
23587
23588 \end_inset
23589
23590 , das so in den LaTeX-Vorspann geladen wird:
23591 \end_layout
23592
23593 \begin_layout Standard
23594
23595 \series bold
23596
23597 \backslash
23598 usepackage[Option]{sidecap}
23599 \end_layout
23600
23601 \begin_layout Standard
23602 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23603  Mit 
23604 \series bold
23605 innercaption
23606 \series default
23607  wird die Beschriftung innen gedruckt.
23608  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23609  
23610 \series bold
23611 rightcaption
23612 \series default
23613  oder 
23614 \series bold
23615 leftcaption
23616 \series default
23617 .
23618 \end_layout
23619
23620 \begin_layout Standard
23621 \begin_inset ERT
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 ifsidecap
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \begin_inset Note Note
23635 status open
23636
23637 \begin_layout Plain Layout
23638 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23639 \series bold
23640 sidecap
23641 \series default
23642  installiert ist.
23643 \end_layout
23644
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23652  in den LaTeX-Vorspann schreiben:
23653 \end_layout
23654
23655 \begin_layout Standard
23656 \noindent
23657 \begin_inset CommandInset line
23658 LatexCommand rule
23659 offset "0.5ex"
23660 width "100line%"
23661 height "1pt"
23662
23663 \end_inset
23664
23665
23666 \end_layout
23667
23668 \begin_layout Standard
23669
23670 \series bold
23671
23672 \backslash
23673 newcommand{
23674 \backslash
23675 TabBesBeg}{%
23676 \begin_inset Newline newline
23677 \end_inset
23678
23679
23680 \begin_inset Phantom HPhantom
23681 status open
23682
23683 \begin_layout Plain Layout
23684
23685 \series bold
23686 \begin_inset space ~
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \end_inset
23693
23694
23695 \backslash
23696 let
23697 \backslash
23698 MyTable
23699 \backslash
23700 table
23701 \begin_inset Newline newline
23702 \end_inset
23703
23704
23705 \begin_inset Phantom HPhantom
23706 status open
23707
23708 \begin_layout Plain Layout
23709
23710 \series bold
23711 \begin_inset space ~
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \backslash
23721 let
23722 \backslash
23723 MyEndtable
23724 \backslash
23725 endtable
23726 \begin_inset Newline newline
23727 \end_inset
23728
23729
23730 \begin_inset Phantom HPhantom
23731 status open
23732
23733 \begin_layout Plain Layout
23734
23735 \series bold
23736 \begin_inset space ~
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \backslash
23746 renewenvironment{table}{
23747 \backslash
23748 begin{SCtable}}{
23749 \backslash
23750 end{SCtable}}}
23751 \end_layout
23752
23753 \begin_layout Standard
23754
23755 \series bold
23756
23757 \backslash
23758 newcommand{
23759 \backslash
23760 TabBesEnd}{%
23761 \begin_inset Newline newline
23762 \end_inset
23763
23764
23765 \begin_inset Phantom HPhantom
23766 status open
23767
23768 \begin_layout Plain Layout
23769
23770 \series bold
23771 \begin_inset space ~
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778
23779
23780 \backslash
23781 let
23782 \backslash
23783 table
23784 \backslash
23785 MyTable
23786 \begin_inset Newline newline
23787 \end_inset
23788
23789
23790 \begin_inset Phantom HPhantom
23791 status open
23792
23793 \begin_layout Plain Layout
23794
23795 \series bold
23796 \begin_inset space ~
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803
23804
23805 \backslash
23806 let
23807 \backslash
23808 endtable
23809 \backslash
23810 MyEndtable
23811 \end_layout
23812
23813 \begin_layout Standard
23814
23815 \series bold
23816
23817 \backslash
23818 newcommand{
23819 \backslash
23820 FigBesBeg}{%
23821 \begin_inset Newline newline
23822 \end_inset
23823
23824
23825 \begin_inset Phantom HPhantom
23826 status open
23827
23828 \begin_layout Plain Layout
23829
23830 \series bold
23831 \begin_inset space ~
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \backslash
23841 let
23842 \backslash
23843 MyFigure
23844 \backslash
23845 figure
23846 \begin_inset Newline newline
23847 \end_inset
23848
23849
23850 \begin_inset Phantom HPhantom
23851 status open
23852
23853 \begin_layout Plain Layout
23854
23855 \series bold
23856 \begin_inset space ~
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863
23864
23865 \backslash
23866 let
23867 \backslash
23868 MyEndfigure
23869 \backslash
23870 endfigure
23871 \begin_inset Newline newline
23872 \end_inset
23873
23874
23875 \begin_inset Phantom HPhantom
23876 status open
23877
23878 \begin_layout Plain Layout
23879
23880 \series bold
23881 \begin_inset space ~
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888
23889
23890 \backslash
23891 renewenvironment{figure}{
23892 \backslash
23893 begin{SCfigure}}{
23894 \backslash
23895 end{SCfigure}}}
23896 \end_layout
23897
23898 \begin_layout Standard
23899
23900 \series bold
23901
23902 \backslash
23903 newcommand{
23904 \backslash
23905 FigBesEnd}{%
23906 \begin_inset Newline newline
23907 \end_inset
23908
23909
23910 \begin_inset Phantom HPhantom
23911 status open
23912
23913 \begin_layout Plain Layout
23914
23915 \series bold
23916 \begin_inset space ~
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \backslash
23926 let
23927 \backslash
23928 figure
23929 \backslash
23930 MyFigure
23931 \begin_inset Newline newline
23932 \end_inset
23933
23934
23935 \begin_inset Phantom HPhantom
23936 status open
23937
23938 \begin_layout Plain Layout
23939
23940 \series bold
23941 \begin_inset space ~
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \backslash
23951 let
23952 \backslash
23953 endfigure
23954 \backslash
23955 MyEndfigure}
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \noindent
23960 \begin_inset CommandInset line
23961 LatexCommand rule
23962 offset "0.5ex"
23963 width "100line%"
23964 height "1pt"
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Standard
23972 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23973 ungen seitlich gedruckt werden.
23974  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23975 \end_layout
23976
23977 \begin_layout Standard
23978
23979 \series bold
23980
23981 \backslash
23982 FigBesBeg
23983 \end_layout
23984
23985 \begin_layout Standard
23986 als TeX-Code vor und
23987 \end_layout
23988
23989 \begin_layout Standard
23990
23991 \series bold
23992
23993 \backslash
23994 FigBesEnd
23995 \end_layout
23996
23997 \begin_layout Standard
23998 hinter das Gleitobjekt.
23999  Bei Gleitobjekt-Tabellen heißen die Befehle
24000 \end_layout
24001
24002 \begin_layout Standard
24003
24004 \series bold
24005
24006 \backslash
24007 TabBesBeg
24008 \series default
24009  und 
24010 \series bold
24011
24012 \backslash
24013 TabBesEnd
24014 \series default
24015 .
24016 \end_layout
24017
24018 \begin_layout Standard
24019 Abbildung
24020 \begin_inset space ~
24021 \end_inset
24022
24023
24024 \begin_inset CommandInset ref
24025 LatexCommand ref
24026 reference "abb:Beschriftung-neben"
24027
24028 \end_inset
24029
24030  und Tabelle
24031 \begin_inset space ~
24032 \end_inset
24033
24034
24035 \begin_inset CommandInset ref
24036 LatexCommand ref
24037 reference "tab:cap-beside-tab"
24038
24039 \end_inset
24040
24041  sind Beispiele für seitliche Beschriftungen.
24042 \end_layout
24043
24044 \begin_layout Standard
24045 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24046  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24047  der Abbildung.
24048  Das kann man mit dem Befehl
24049 \end_layout
24050
24051 \begin_layout Standard
24052
24053 \series bold
24054
24055 \backslash
24056 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24057 \end_layout
24058
24059 \begin_layout Standard
24060 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24061  Der Gleitobjekt-Typ ist entweder 
24062 \family sans
24063 figure
24064 \family default
24065  oder 
24066 \family sans
24067 table
24068 \family default
24069 , die
24070 \family sans
24071  
24072 \family default
24073 Platzierung ist 
24074 \family typewriter
24075 t
24076 \family default
24077  für oben, 
24078 \family typewriter
24079 c
24080 \family default
24081  für zentriert oder 
24082 \family typewriter
24083 b
24084 \family default
24085  für unten.
24086  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24087  lautet der Befehl
24088 \end_layout
24089
24090 \begin_layout Standard
24091
24092 \series bold
24093
24094 \backslash
24095 sidecaptionvpos{figure}{c}
24096 \end_layout
24097
24098 \begin_layout Standard
24099 Das wurde in Abbildung
24100 \begin_inset space ~
24101 \end_inset
24102
24103
24104 \begin_inset CommandInset ref
24105 LatexCommand ref
24106 reference "abb:cap-beside-fig-2"
24107
24108 \end_inset
24109
24110  benutzt.
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset VSpace medskip
24115 \end_inset
24116
24117 Weitere Informationen über das Paket
24118 \series bold
24119  sidecap
24120 \series default
24121  finden Sie in seiner Dokumentation 
24122 \begin_inset CommandInset citation
24123 LatexCommand cite
24124 key "sidecap"
24125
24126 \end_inset
24127
24128 .
24129 \end_layout
24130
24131 \begin_layout Standard
24132 \begin_inset Note Greyedout
24133 status open
24134
24135 \begin_layout Plain Layout
24136
24137 \series bold
24138 Bemerkung:
24139 \series default
24140  Das LaTeX-Paket 
24141 \series bold
24142 hypcap
24143 \series default
24144 ,
24145 \begin_inset Index idx
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149 LaTeX-Pakete ! hypcap
24150 \end_layout
24151
24152 \end_inset
24153
24154  das in Abschnitt
24155 \begin_inset space ~
24156 \end_inset
24157
24158
24159 \begin_inset CommandInset ref
24160 LatexCommand ref
24161 reference "uab:Querverweis-Position"
24162
24163 \end_inset
24164
24165  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24166  Beschriftungen.
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \end_layout
24173
24174 \begin_layout Standard
24175 \begin_inset ERT
24176 status collapsed
24177
24178 \begin_layout Plain Layout
24179
24180
24181 \backslash
24182 FigBesBeg 
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset Float figure
24192 wide false
24193 sideways false
24194 status open
24195
24196 \begin_layout Plain Layout
24197 \begin_inset Graphics
24198         filename ../clipart/escher-lsd.eps
24199         scale 75
24200         scaleBeforeRotation
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Caption
24209
24210 \begin_layout Plain Layout
24211 \begin_inset CommandInset label
24212 LatexCommand label
24213 name "abb:Beschriftung-neben"
24214
24215 \end_inset
24216
24217 Dies ist eine Beschriftung neben einer Abbildung.
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226
24227
24228 \end_layout
24229
24230 \begin_layout Standard
24231 \begin_inset ERT
24232 status collapsed
24233
24234 \begin_layout Plain Layout
24235
24236
24237 \backslash
24238 TabBesBeg 
24239 \end_layout
24240
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \begin_layout Standard
24247 \begin_inset Float table
24248 wide false
24249 sideways false
24250 status open
24251
24252 \begin_layout Plain Layout
24253 \begin_inset Caption
24254
24255 \begin_layout Plain Layout
24256 \begin_inset CommandInset label
24257 LatexCommand label
24258 name "tab:cap-beside-tab"
24259
24260 \end_inset
24261
24262 Dies ist eine Beschriftung neben einer Tabelle.
24263 \end_layout
24264
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \begin_layout Plain Layout
24271 \begin_inset Tabular
24272 <lyxtabular version="3" rows="4" columns="5">
24273 <features tabularvalignment="middle">
24274 <column alignment="center" valignment="top" width="0">
24275 <column alignment="center" valignment="top" width="0">
24276 <column alignment="center" valignment="top" width="0">
24277 <column alignment="center" valignment="top" width="0">
24278 <column alignment="center" valignment="top" width="0">
24279 <row>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 a
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24290 \begin_inset Text
24291
24292 \begin_layout Plain Layout
24293
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 b
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \end_layout
24313
24314 \end_inset
24315 </cell>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320 c
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 <row>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 d
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358 e
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 f
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 g
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 h
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 <row>
24421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434 i
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452 j
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 </row>
24467 </lyxtabular>
24468
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \begin_layout Standard
24480 \begin_inset ERT
24481 status collapsed
24482
24483 \begin_layout Plain Layout
24484
24485
24486 \backslash
24487 TabBesEnd
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \begin_layout Standard
24496 \begin_inset ERT
24497 status collapsed
24498
24499 \begin_layout Plain Layout
24500
24501
24502 \backslash
24503 sidecaptionvpos{figure}{c}
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \begin_inset Float figure
24510 wide false
24511 sideways false
24512 status open
24513
24514 \begin_layout Plain Layout
24515 \begin_inset Graphics
24516         filename ../clipart/escher-lsd.eps
24517         scale 75
24518         scaleBeforeRotation
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \begin_layout Plain Layout
24526 \begin_inset Caption
24527
24528 \begin_layout Plain Layout
24529 \begin_inset CommandInset label
24530 LatexCommand label
24531 name "abb:cap-beside-fig-2"
24532
24533 \end_inset
24534
24535 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \begin_inset ERT
24550 status collapsed
24551
24552 \begin_layout Plain Layout
24553
24554
24555 \backslash
24556 FigBesEnd
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \begin_inset ERT
24566 status collapsed
24567
24568 \begin_layout Plain Layout
24569
24570
24571 \backslash
24572 else
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \begin_inset Note Note
24579 status open
24580
24581 \begin_layout Plain Layout
24582 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24583 \series bold
24584 sidecap
24585 \series default
24586  nicht installiert ist:
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Standard
24595 Das LaTeX-Paket 
24596 \series bold
24597 sidecap
24598 \series default
24599  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \begin_inset ERT
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607
24608
24609 \backslash
24610 fi
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \begin_layout Section
24619 Gleitobjekt-Verzeichnisse
24620 \begin_inset Index idx
24621 status collapsed
24622
24623 \begin_layout Plain Layout
24624 Gleitobjekte ! Verzeichnisse
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24634  Sie können mit den Untermenüs von 
24635 \family sans
24636 Einfügen\SpecialChar \menuseparator
24637 Liste
24638 \begin_inset space ~
24639 \end_inset
24640
24641 /
24642 \begin_inset space ~
24643 \end_inset
24644
24645 Inhaltsverzeichnis
24646 \family default
24647  eingefügt werden.
24648 \end_layout
24649
24650 \begin_layout Standard
24651 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24652  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24653 \end_layout
24654
24655 \begin_layout Standard
24656 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24657  und ein Tabellen-Verzeichnis.
24658 \end_layout
24659
24660 \begin_layout Chapter
24661 Notizen
24662 \end_layout
24663
24664 \begin_layout Section
24665 LyX-Notizen
24666 \begin_inset Index idx
24667 status collapsed
24668
24669 \begin_layout Plain Layout
24670 Notizen ! LyX-Notizen
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Standard
24679 Notizen werden mit einem Klick auf 
24680 \begin_inset Graphics
24681         filename ../../images/note-insert.png
24682         scale 85
24683         scaleBeforeRotation
24684
24685
24686 \end_inset
24687
24688  oder 
24689 \family sans
24690 Einfügen\SpecialChar \menuseparator
24691 Notiz
24692 \family default
24693  eingefügt.
24694  Es gibt drei Arten:
24695 \end_layout
24696
24697 \begin_layout Description
24698 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24699  Eine 
24700 \family sans
24701 LyX-Notiz
24702 \family default
24703  sieht so aus:
24704 \begin_inset Newline newline
24705 \end_inset
24706
24707
24708 \begin_inset Newline newline
24709 \end_inset
24710
24711
24712 \begin_inset Graphics
24713         filename clipart/LyXNotizQt4.png
24714         display false
24715         scale 60
24716         scaleBeforeRotation
24717
24718 \end_inset
24719
24720  
24721 \begin_inset Note Note
24722 status open
24723
24724 \begin_layout Plain Layout
24725 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Description
24734 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24735  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24736 \family sans
24737 Datei\SpecialChar \menuseparator
24738 Ex\SpecialChar \-
24739 por\SpecialChar \-
24740 tie\SpecialChar \-
24741 ren\SpecialChar \menuseparator
24742 LaTe
24743 \begin_inset ERT
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747
24748 {}
24749 \end_layout
24750
24751 \end_inset
24752
24753 X (pdflatex) / (normal)
24754 \family default
24755 .
24756  Ein Kommentar sieht so aus:
24757 \begin_inset Newline newline
24758 \end_inset
24759
24760
24761 \begin_inset Newline newline
24762 \end_inset
24763
24764
24765 \begin_inset Graphics
24766         filename clipart/KommentarQt4.png
24767         display false
24768         scale 60
24769         scaleBeforeRotation
24770
24771 \end_inset
24772
24773  
24774 \begin_inset Note Comment
24775 status open
24776
24777 \begin_layout Plain Layout
24778 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \begin_layout Description
24787 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24788 \begin_inset Newline newline
24789 \end_inset
24790
24791
24792 \begin_inset Newline newline
24793 \end_inset
24794
24795
24796 \begin_inset Graphics
24797         filename clipart/GrauschriftNotizQt4.png
24798         display false
24799         scale 60
24800         scaleBeforeRotation
24801
24802 \end_inset
24803
24804
24805 \begin_inset Newline newline
24806 \end_inset
24807
24808
24809 \begin_inset ERT
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813
24814
24815 \backslash
24816 renewenvironment{lyxgreyedout}
24817 \end_layout
24818
24819 \begin_layout Plain Layout
24820
24821 {
24822 \backslash
24823 textcolor[gray]{0.4}
24824 \backslash
24825 bgroup}{
24826 \backslash
24827 egroup}
24828 \end_layout
24829
24830 \end_inset
24831
24832
24833 \begin_inset Note Greyedout
24834 status open
24835
24836 \begin_layout Plain Layout
24837 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24838 \begin_inset Foot
24839 status open
24840
24841 \begin_layout Plain Layout
24842 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \end_inset
24851
24852
24853 \begin_inset ERT
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857
24858
24859 \backslash
24860 renewenvironment{lyxgreyedout}
24861 \end_layout
24862
24863 \begin_layout Plain Layout
24864
24865 {
24866 \backslash
24867 textcolor{blue}
24868 \backslash
24869 bgroup}{
24870 \backslash
24871 egroup}
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \begin_inset Note Note
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24882  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24883  
24884 \end_layout
24885
24886 \end_inset
24887
24888
24889 \begin_inset Newline newline
24890 \end_inset
24891
24892
24893 \begin_inset Newline newline
24894 \end_inset
24895
24896 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24897  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24898 \end_layout
24899
24900 \begin_layout Standard
24901 \begin_inset VSpace bigskip
24902 \end_inset
24903
24904 Wenn Sie auf den Werkzeugleistenknopf 
24905 \begin_inset Graphics
24906         filename ../../images/note-insert.png
24907         scale 85
24908         scaleBeforeRotation
24909
24910
24911 \end_inset
24912
24913  klicken, wird zunächst eine 
24914 \family sans
24915 LyX-Notiz
24916 \family default
24917  eingefügt.
24918  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24919  anderen Möglichkeiten auswählen.
24920  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24921  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24922  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24923  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24924  am Ende der Notiz ist.
24925 \end_layout
24926
24927 \begin_layout Standard
24928 \begin_inset VSpace bigskip
24929 \end_inset
24930
24931 Die Textfarbe der 
24932 \family sans
24933 Grauschrift
24934 \family default
24935 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24936 \end_layout
24937
24938 \begin_layout Standard
24939
24940 \series bold
24941
24942 \backslash
24943 renewenvironment{lyxgreyedout}
24944 \begin_inset Newline newline
24945 \end_inset
24946
24947
24948 \begin_inset Phantom HPhantom
24949 status open
24950
24951 \begin_layout Plain Layout
24952
24953 \series bold
24954 \begin_inset space ~
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \end_inset
24961
24962 {
24963 \backslash
24964 textcolor{color}
24965 \backslash
24966 bgroup}{
24967 \backslash
24968 egroup}
24969 \end_layout
24970
24971 \begin_layout Standard
24972 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24973 \begin_inset space ~
24974 \end_inset
24975
24976
24977 \begin_inset CommandInset ref
24978 LatexCommand ref
24979 reference "abs:Farbige-Tabellen"
24980
24981 \end_inset
24982
24983  beschrieben.
24984  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24985 \end_layout
24986
24987 \begin_layout Section
24988 Fußnoten
24989 \begin_inset CommandInset label
24990 LatexCommand label
24991 name "abs:Fußnoten"
24992
24993 \end_inset
24994
24995
24996 \begin_inset Index idx
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 Notizen ! Fußnoten
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \begin_inset Index idx
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 Fußnoten
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Standard
25019 Zu dem, was bereits im 
25020 \emph on
25021 Benutzerhandbuch
25022 \emph default
25023  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
25024  Eine Fußnotenbox sieht folgendermaßen aus: 
25025 \begin_inset Graphics
25026         filename clipart/FussnoteQt4.png
25027         scale 80
25028         scaleBeforeRotation
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 Hier ist eine Beispielfußnote:
25037 \color black
25038
25039 \begin_inset Foot
25040 status open
25041
25042 \begin_layout Plain Layout
25043 \begin_inset CommandInset label
25044 LatexCommand label
25045 name "fuss:Fußnoten-Beispiel"
25046
25047 \end_inset
25048
25049 Dies ist eine Fußnote.
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \color inherit
25056
25057 \begin_inset ERT
25058 status collapsed
25059
25060 \begin_layout Plain Layout
25061
25062
25063 \backslash
25064 newcounter{MyRepeatFoot}
25065 \end_layout
25066
25067 \begin_layout Plain Layout
25068
25069
25070 \backslash
25071 setcounter{MyRepeatFoot}{
25072 \backslash
25073 thefootnote}
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25083  wurde, eine hochgestellte Zahl.
25084  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25085  hochgestellt dem Text vorangeht.
25086  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25087  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25088  werden.
25089 \end_layout
25090
25091 \begin_layout Standard
25092 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25093  der Fußnote eine Marke eingefügt wurde.
25094  Dies ist ein Querverweis auf Fußnote
25095 \begin_inset space ~
25096 \end_inset
25097
25098
25099 \begin_inset CommandInset ref
25100 LatexCommand ref
25101 reference "fuss:Fußnoten-Beispiel"
25102
25103 \end_inset
25104
25105 .
25106 \end_layout
25107
25108 \begin_layout Standard
25109 \begin_inset VSpace defskip
25110 \end_inset
25111
25112 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25113  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25114  wird der Befehl 
25115 \series bold
25116
25117 \backslash
25118 footnotemark{}
25119 \series default
25120  als TeX-Code eingefügt.
25121  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25122 \series bold
25123
25124 \backslash
25125 footnotetext
25126 \series default
25127  nach der Tabelle eingegeben.
25128 \begin_inset Newline newline
25129 \end_inset
25130
25131 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25132 \end_layout
25133
25134 \begin_layout Standard
25135
25136 \series bold
25137
25138 \backslash
25139 footnotetext{
25140 \series default
25141 Gedruckte Tabellenfußnote.
25142 \series bold
25143 }
25144 \end_layout
25145
25146 \begin_layout Standard
25147 \begin_inset Tabular
25148 <lyxtabular version="3" rows="2" columns="1">
25149 <features tabularvalignment="middle">
25150 <column alignment="center" valignment="top" width="0">
25151 <row>
25152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 Dies ist ein Beispieltext.
25157 \begin_inset Foot
25158 status open
25159
25160 \begin_layout Plain Layout
25161 Diese Fußnote wird nicht gedruckt!
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 </row>
25172 <row>
25173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 Dies ist ein Beispieltext.
25178 \begin_inset ERT
25179 status collapsed
25180
25181 \begin_layout Plain Layout
25182
25183
25184 \backslash
25185 footnotemark{}
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 </lyxtabular>
25197
25198 \end_inset
25199
25200
25201 \begin_inset ERT
25202 status collapsed
25203
25204 \begin_layout Plain Layout
25205
25206
25207 \backslash
25208 footnotetext{
25209 \end_layout
25210
25211 \end_inset
25212
25213 Gedruckte Tabellenfußnote.
25214 \begin_inset ERT
25215 status collapsed
25216
25217 \begin_layout Plain Layout
25218
25219 }
25220 \end_layout
25221
25222 \end_inset
25223
25224
25225 \end_layout
25226
25227 \begin_layout Standard
25228 Fußnoten in langen Tabellen sind in Abschnitt
25229 \begin_inset space ~
25230 \end_inset
25231
25232
25233 \begin_inset CommandInset ref
25234 LatexCommand ref
25235 reference "uab:Fußnoten-in-langen"
25236
25237 \end_inset
25238
25239  beschrieben.
25240 \end_layout
25241
25242 \begin_layout Standard
25243 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25244  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25245  innerhalb einer Seite ist.
25246  (Mehr über Minipages ist in Abschnitt
25247 \begin_inset space ~
25248 \end_inset
25249
25250
25251 \begin_inset CommandInset ref
25252 LatexCommand ref
25253 reference "abs:Minipage"
25254
25255 \end_inset
25256
25257  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25258  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25259  Methode mit 
25260 \series bold
25261
25262 \backslash
25263 footnotemark{}
25264 \series default
25265  und 
25266 \series bold
25267
25268 \backslash
25269 footnotetext
25270 \series default
25271 .
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset Box Frameless
25276 position "t"
25277 hor_pos "c"
25278 has_inner_box 1
25279 inner_pos "t"
25280 use_parbox 0
25281 use_makebox 0
25282 width "100col%"
25283 special "none"
25284 height "1in"
25285 height_special "totalheight"
25286 status open
25287
25288 \begin_layout Plain Layout
25289 Dies ist ein Beispieltext.in einer Minipage.
25290 \begin_inset Foot
25291 status open
25292
25293 \begin_layout Plain Layout
25294 Fußnote in einer Minipage.
25295 \end_layout
25296
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \begin_layout Plain Layout
25303 Dies ist ein Beispieltext.
25304  in einer Minipage.
25305 \begin_inset ERT
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309
25310
25311 \backslash
25312 footnotemark{}
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Standard
25326 \begin_inset ERT
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330
25331
25332 \backslash
25333 footnotetext{
25334 \end_layout
25335
25336 \end_inset
25337
25338 Fußnote außerhalb der Minipage.
25339 \begin_inset ERT
25340 status collapsed
25341
25342 \begin_layout Plain Layout
25343
25344 }
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \begin_layout Standard
25353 \begin_inset VSpace defskip
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \begin_layout Standard
25360 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25361  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25362 \series bold
25363
25364 \backslash
25365 footnotemark[Nummer]
25366 \series default
25367 .
25368 \begin_inset Newline newline
25369 \end_inset
25370
25371 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25372  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25373  Hinter Fußnote
25374 \begin_inset space ~
25375 \end_inset
25376
25377
25378 \begin_inset CommandInset ref
25379 LatexCommand ref
25380 reference "fuss:Fußnoten-Beispiel"
25381
25382 \end_inset
25383
25384  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25385 \end_layout
25386
25387 \begin_layout Standard
25388
25389 \series bold
25390
25391 \backslash
25392 newcounter{MyRepeatFoot}
25393 \begin_inset Newline newline
25394 \end_inset
25395
25396
25397 \backslash
25398 setcounter{MyRepeatFoot}{
25399 \backslash
25400 thefootnote}
25401 \end_layout
25402
25403 \begin_layout Standard
25404 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25405 \end_layout
25406
25407 \begin_layout Standard
25408
25409 \series bold
25410
25411 \backslash
25412 footnotemark[
25413 \backslash
25414 theMyRepeatFoot]
25415 \end_layout
25416
25417 \begin_layout Standard
25418 Hier ist eine wiederholte Fußnote:
25419 \begin_inset ERT
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423
25424
25425 \backslash
25426 footnotemark[
25427 \backslash
25428 theMyRepeatFoot]
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25438  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25439 \end_layout
25440
25441 \begin_layout Standard
25442
25443 \series bold
25444
25445 \backslash
25446 footnotemark[
25447 \backslash
25448 thefootnote]
25449 \end_layout
25450
25451 \begin_layout Standard
25452 Hier ist eine weitere wiederholte Fußnote:
25453 \begin_inset ERT
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458
25459 \backslash
25460 footnotemark[
25461 \backslash
25462 thefootnote]
25463 \end_layout
25464
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \begin_layout Subsection
25471 Fußnoten-Nummerierung
25472 \begin_inset CommandInset label
25473 LatexCommand label
25474 name "uab:Fußnoten-Nummerierung"
25475
25476 \end_inset
25477
25478
25479 \begin_inset Index idx
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483 Fußnoten ! Nummerierung
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \begin_layout Standard
25492 Um Fußnoten nach jedem Abschnitt
25493 \family roman
25494  auf 1 zurückzusetzen, 
25495 \family default
25496 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25497 \end_layout
25498
25499 \begin_layout Standard
25500
25501 \series bold
25502
25503 \backslash
25504 @addtoreset{footnote}{section}
25505 \end_layout
25506
25507 \begin_layout Standard
25508 \begin_inset VSpace bigskip
25509 \end_inset
25510
25511 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25512  Zahlen:
25513 \end_layout
25514
25515 \begin_layout Standard
25516
25517 \series bold
25518
25519 \backslash
25520 renewcommand{
25521 \backslash
25522 thefootnote}{
25523 \backslash
25524 roman{footnote}}
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \begin_inset ERT
25529 status collapsed
25530
25531 \begin_layout Plain Layout
25532
25533
25534 \backslash
25535 renewcommand{
25536 \backslash
25537 thefootnote}{
25538 \backslash
25539 roman{footnote}}
25540 \end_layout
25541
25542 \end_inset
25543
25544  Hier ist ein Beispiel für solch eine Fußnote:
25545 \begin_inset Foot
25546 status open
25547
25548 \begin_layout Plain Layout
25549 Dies ist eine Fußnote mit kleinen römischen Zahlen
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25559  in obigem Befehl 
25560 \series bold
25561
25562 \backslash
25563 roman
25564 \series default
25565  durch 
25566 \series bold
25567
25568 \backslash
25569 Roman
25570 \series default
25571 .
25572  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25573 \begin_inset Quotes gld
25574 \end_inset
25575
25576 nummerieren
25577 \begin_inset Quotes grd
25578 \end_inset
25579
25580 , verwenden Sie die Befehle 
25581 \series bold
25582
25583 \backslash
25584 Alph
25585 \series default
25586  oder 
25587 \series bold
25588
25589 \backslash
25590 alph
25591 \series default
25592 .
25593  Für die 
25594 \begin_inset Quotes gld
25595 \end_inset
25596
25597 Nummerierung
25598 \begin_inset Quotes grd
25599 \end_inset
25600
25601  mit Symbolen steht der Befehl 
25602 \series bold
25603
25604 \backslash
25605 fnsymbol
25606 \series default
25607  zur Verfügung.
25608 \end_layout
25609
25610 \begin_layout Standard
25611 \begin_inset Note Greyedout
25612 status open
25613
25614 \begin_layout Plain Layout
25615
25616 \series bold
25617 Bemerkung 1:
25618 \series default
25619  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25620  
25621 \emph on
25622 ein
25623 \emph default
25624  Buchstabe verwendet wird.
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \begin_inset Newline newline
25631 \end_inset
25632
25633
25634 \begin_inset Note Greyedout
25635 status open
25636
25637 \begin_layout Plain Layout
25638
25639 \series bold
25640 Bemerkung 2:
25641 \series default
25642  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25643 \end_layout
25644
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \begin_layout Standard
25651 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25652 \series bold
25653
25654 \backslash
25655 arabic
25656 \series default
25657  anstelle von 
25658 \series bold
25659
25660 \backslash
25661 roman
25662 \series default
25663  in obigem Befehl.
25664 \begin_inset ERT
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668
25669
25670 \backslash
25671 renewcommand{
25672 \backslash
25673 thefootnote}{
25674 \backslash
25675 arabic{footnote}}
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \end_layout
25682
25683 \begin_layout Standard
25684 \begin_inset VSpace bigskip
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \begin_layout Standard
25691 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25692 \begin_inset Quotes gld
25693 \end_inset
25694
25695 Kapitel.Fußnote
25696 \begin_inset Quotes grd
25697 \end_inset
25698
25699  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25700 \end_layout
25701
25702 \begin_layout Standard
25703
25704 \series bold
25705
25706 \backslash
25707 numberwithin{footnote}{chapter}
25708 \end_layout
25709
25710 \begin_layout Standard
25711 Um 
25712 \series bold
25713
25714 \backslash
25715 numberwithin
25716 \series default
25717  benutzen zu können, muss in den 
25718 \family sans
25719 Mathe
25720 \begin_inset space ~
25721 \end_inset
25722
25723 Optionen
25724 \family default
25725  der 
25726 \family sans
25727 Dokument-Einstellungen
25728 \family default
25729  
25730 \family sans
25731 AMS
25732 \begin_inset space ~
25733 \end_inset
25734
25735 Mathe
25736 \begin_inset space ~
25737 \end_inset
25738
25739 Paket
25740 \family default
25741
25742 \begin_inset space ~
25743 \end_inset
25744
25745
25746 \family sans
25747 verwenden
25748 \family default
25749  angekreuzt sein.
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755
25756 \backslash
25757 numberwithin{footnote}{chapter}
25758 \end_layout
25759
25760 \end_inset
25761
25762  Hier ist ein Beispiel für solch eine Fußnote.
25763 \series bold
25764
25765 \begin_inset Foot
25766 status open
25767
25768 \begin_layout Plain Layout
25769 Dies ist eine Fußnote nach dem Schema 
25770 \begin_inset Quotes gld
25771 \end_inset
25772
25773 Kapitel.Fußnote
25774 \begin_inset Quotes grd
25775 \end_inset
25776
25777 .
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \series default
25784
25785 \begin_inset ERT
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789
25790
25791 \backslash
25792 renewcommand{
25793 \backslash
25794 thefootnote}{
25795 \backslash
25796 arabic{footnote}}
25797 \end_layout
25798
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \begin_layout Standard
25805 \begin_inset Note Greyedout
25806 status open
25807
25808 \begin_layout Plain Layout
25809
25810 \series bold
25811 Bemerkung:
25812 \series default
25813  
25814 \series bold
25815
25816 \backslash
25817 numberwithin
25818 \series default
25819  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25820  werden überschrieben.
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 Um also z.
25830 \begin_inset space \thinspace{}
25831 \end_inset
25832
25833 B.
25834  das Schema 
25835 \begin_inset Quotes gld
25836 \end_inset
25837
25838 Kapitel.
25839 \backslash
25840 Roman{footnote}
25841 \begin_inset Quotes grd
25842 \end_inset
25843
25844  zu erhalten, muss dieser Befehl anstelle von 
25845 \series bold
25846
25847 \backslash
25848 numberwithin
25849 \series default
25850  verwendet werden:
25851 \end_layout
25852
25853 \begin_layout Standard
25854
25855 \series bold
25856
25857 \backslash
25858 renewcommand{
25859 \backslash
25860 thefootnote}{
25861 \backslash
25862 thechapter.
25863 \backslash
25864 Roman{footnote}}
25865 \end_layout
25866
25867 \begin_layout Subsection
25868 Fußnoten-Platzierung
25869 \begin_inset Index idx
25870 status collapsed
25871
25872 \begin_layout Plain Layout
25873 Fußnoten ! Platzierung
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Standard
25882 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25883  ohne Zwischenraum am Ende der Seite gedruckt.
25884  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25885  LaTeX-Vorspann 1.5
25886 \begin_inset space \thinspace{}
25887 \end_inset
25888
25889 mm Zwischenraum einfügen:
25890 \end_layout
25891
25892 \begin_layout Standard
25893
25894 \series bold
25895
25896 \backslash
25897 let
25898 \backslash
25899 myFoot
25900 \backslash
25901 footnote
25902 \begin_inset Newline newline
25903 \end_inset
25904
25905
25906 \backslash
25907 renewcommand{
25908 \backslash
25909 footnote}[1]{
25910 \backslash
25911 myFoot{#1
25912 \backslash
25913 vspace{1.5mm}}}
25914 \end_layout
25915
25916 \begin_layout Standard
25917 \begin_inset VSpace bigskip
25918 \end_inset
25919
25920 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25921  Spalte gedruckt, Abbildung
25922 \begin_inset space ~
25923 \end_inset
25924
25925
25926 \begin_inset CommandInset ref
25927 LatexCommand ref
25928 reference "abb:Standard-Fußnoten-Platzierung-in"
25929
25930 \end_inset
25931
25932 .
25933  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25934  in Abbildung
25935 \begin_inset space ~
25936 \end_inset
25937
25938
25939 \begin_inset CommandInset ref
25940 LatexCommand ref
25941 reference "abb:Fußnoten-Platzierung-in-einem"
25942
25943 \end_inset
25944
25945 , müssen Sie das LaTeX-Paket 
25946 \series bold
25947 ftnright
25948 \series default
25949
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 LaTeX-Pakete ! ftnright
25955 \end_layout
25956
25957 \end_inset
25958
25959  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25960 \end_layout
25961
25962 \begin_layout Standard
25963
25964 \series bold
25965
25966 \backslash
25967 usepackage{ftnright}
25968 \end_layout
25969
25970 \begin_layout Standard
25971 \begin_inset Float figure
25972 placement !h
25973 wide false
25974 sideways false
25975 status open
25976
25977 \begin_layout Plain Layout
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 framebox{
25986 \end_layout
25987
25988 \end_inset
25989
25990
25991 \begin_inset Graphics
25992         filename ../clipart/without_fntright.pdf
25993         width 100col%
25994         scaleBeforeRotation
25995
25996 \end_inset
25997
25998
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003
26004 }
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Plain Layout
26013 \begin_inset Caption
26014
26015 \begin_layout Plain Layout
26016 \begin_inset CommandInset label
26017 LatexCommand label
26018 name "abb:Standard-Fußnoten-Platzierung-in"
26019
26020 \end_inset
26021
26022 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26023 \begin_inset Argument
26024 status open
26025
26026 \begin_layout Plain Layout
26027 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26028 \end_layout
26029
26030 \end_inset
26031
26032
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046 \begin_inset Float figure
26047 placement !h
26048 wide false
26049 sideways false
26050 status open
26051
26052 \begin_layout Plain Layout
26053 \begin_inset ERT
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 framebox{
26061 \end_layout
26062
26063 \end_inset
26064
26065
26066 \begin_inset Graphics
26067         filename ../clipart/with_fntright.pdf
26068         width 100col%
26069         scaleBeforeRotation
26070
26071 \end_inset
26072
26073
26074 \begin_inset ERT
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078
26079 }
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Caption
26089
26090 \begin_layout Plain Layout
26091 \begin_inset CommandInset label
26092 LatexCommand label
26093 name "abb:Fußnoten-Platzierung-in-einem"
26094
26095 \end_inset
26096
26097 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26098  
26099 \series bold
26100 ftnright
26101 \series default
26102 .
26103 \begin_inset Argument
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107 Fußnoten-Platzierung mit 
26108 \family typewriter
26109 ftnright
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \begin_layout Standard
26128 \begin_inset VSpace bigskip
26129 \end_inset
26130
26131 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26132  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26133 \begin_inset space ~
26134 \end_inset
26135
26136
26137 \begin_inset CommandInset ref
26138 LatexCommand ref
26139 reference "abb:endnotes"
26140
26141 \end_inset
26142
26143  gedruckt.
26144  Man nennt sie dann 
26145 \begin_inset Quotes gld
26146 \end_inset
26147
26148 Endnoten
26149 \begin_inset Quotes grd
26150 \end_inset
26151
26152 .
26153 \begin_inset Index idx
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157 Endnoten
26158 \end_layout
26159
26160 \end_inset
26161
26162  Um das zu erreichen, laden Sie im Menü 
26163 \family sans
26164 Dokument\SpecialChar \menuseparator
26165 Einstellungen\SpecialChar \menuseparator
26166 Module 
26167 \family default
26168 das Modul 
26169 \family sans
26170 Fußnote
26171 \begin_inset space ~
26172 \end_inset
26173
26174 als
26175 \begin_inset space ~
26176 \end_inset
26177
26178 Endnote
26179 \family default
26180 .
26181  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26182 \end_layout
26183
26184 \begin_layout Standard
26185
26186 \series bold
26187
26188 \backslash
26189 theendnotes
26190 \end_layout
26191
26192 \begin_layout Standard
26193 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26194 \end_layout
26195
26196 \begin_layout Standard
26197 \begin_inset Float figure
26198 wide false
26199 sideways false
26200 status open
26201
26202 \begin_layout Plain Layout
26203 \align center
26204 \begin_inset ERT
26205 status collapsed
26206
26207 \begin_layout Plain Layout
26208
26209
26210 \backslash
26211 framebox{
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \begin_inset Graphics
26218         filename ../clipart/endnotes.pdf
26219         scaleBeforeRotation
26220
26221 \end_inset
26222
26223
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229 }
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Plain Layout
26238 \begin_inset Caption
26239
26240 \begin_layout Plain Layout
26241 \begin_inset CommandInset label
26242 LatexCommand label
26243 name "abb:endnotes"
26244
26245 \end_inset
26246
26247
26248 \series bold
26249 endnotes
26250 \series default
26251  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26252  gedruckt.
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Standard
26266 \begin_inset VSpace medskip
26267 \end_inset
26268
26269 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26270 ache übersetzt.
26271  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26272 \begin_inset Quotes gld
26273 \end_inset
26274
26275 Notes
26276 \begin_inset Quotes grd
26277 \end_inset
26278
26279  in 
26280 \begin_inset Quotes gld
26281 \end_inset
26282
26283 Anmerkungen
26284 \begin_inset Quotes grd
26285 \end_inset
26286
26287 :
26288 \end_layout
26289
26290 \begin_layout Standard
26291
26292 \series bold
26293
26294 \backslash
26295 renewcommand{
26296 \backslash
26297 notesname}{Anmerkungen}
26298 \end_layout
26299
26300 \begin_layout Standard
26301 \begin_inset VSpace medskip
26302 \end_inset
26303
26304 Wenn Sie in den Befehlen von Abschnitt
26305 \begin_inset space ~
26306 \end_inset
26307
26308
26309 \begin_inset CommandInset ref
26310 LatexCommand ref
26311 reference "uab:Fußnoten-Nummerierung"
26312
26313 \end_inset
26314
26315  
26316 \series bold
26317
26318 \backslash
26319 thefootnote
26320 \series default
26321  durch 
26322 \series bold
26323
26324 \backslash
26325 theendnote
26326 \series default
26327  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26328  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26329 \series bold
26330
26331 \backslash
26332 @addtoreset
26333 \series default
26334  wie in Abschnitt
26335 \begin_inset space \space{}
26336 \end_inset
26337
26338
26339 \begin_inset CommandInset ref
26340 LatexCommand ref
26341 reference "uab:Fußnoten-Nummerierung"
26342
26343 \end_inset
26344
26345  beschrieben und ersetzen 
26346 \series bold
26347 footnote
26348 \series default
26349  durch 
26350 \series bold
26351 endnote
26352 \series default
26353 .
26354 \end_layout
26355
26356 \begin_layout Standard
26357 Für Endnoten gibt es den Befehl 
26358 \series bold
26359
26360 \backslash
26361 endnotemark[Nummer]
26362 \series default
26363  analog zum Befehl 
26364 \series bold
26365
26366 \backslash
26367 footnotemark
26368 \series default
26369  der in Abschnitt
26370 \begin_inset space ~
26371 \end_inset
26372
26373
26374 \begin_inset CommandInset ref
26375 LatexCommand ref
26376 reference "abs:Fußnoten"
26377
26378 \end_inset
26379
26380  beschrieben ist.
26381 \end_layout
26382
26383 \begin_layout Standard
26384 \begin_inset VSpace bigskip
26385 \end_inset
26386
26387 Mit dem LaTeX-Paket 
26388 \series bold
26389 footmisc
26390 \series default
26391
26392 \begin_inset Index idx
26393 status collapsed
26394
26395 \begin_layout Plain Layout
26396 LaTeX-Pakete ! footmisc
26397 \end_layout
26398
26399 \end_inset
26400
26401  (
26402 \begin_inset CommandInset citation
26403 LatexCommand cite
26404 key "footmisc"
26405
26406 \end_inset
26407
26408 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26409 \end_layout
26410
26411 \begin_layout Standard
26412 In LaTeX-Büchern, 
26413 \begin_inset CommandInset citation
26414 LatexCommand cite
26415 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26416
26417 \end_inset
26418
26419 , finden Sie weiteres zu Fußnoten.
26420 \end_layout
26421
26422 \begin_layout Section
26423 Randnotizen
26424 \begin_inset Index idx
26425 status collapsed
26426
26427 \begin_layout Plain Layout
26428 Randnotizen
26429 \end_layout
26430
26431 \end_inset
26432
26433
26434 \begin_inset Index idx
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438 Notizen ! Randnotizen
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26448  Sie fügen sie mit einem Klick auf den Schalter 
26449 \begin_inset Graphics
26450         filename ../../images/marginalnote-insert.png
26451         scale 70
26452         scaleBeforeRotation
26453
26454 \end_inset
26455
26456  oder über 
26457 \family sans
26458 Einfügen\SpecialChar \menuseparator
26459 Randnotiz
26460 \family default
26461  ein.
26462  Ein graues Kästchen mit der Aufschrift 
26463 \begin_inset Quotes gld
26464 \end_inset
26465
26466 Rand
26467 \begin_inset Quotes grd
26468 \end_inset
26469
26470  erscheint
26471 \family roman
26472 \series medium
26473 , und dort, wo der Cursor steht, können Sie Text eingeben.
26474 \end_layout
26475
26476 \begin_layout Standard
26477 Hier am Rand sehen Sie eine Randnotiz.
26478  
26479 \begin_inset Marginal
26480 status open
26481
26482 \begin_layout Plain Layout
26483 Dies ist eine Randnotiz.
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \begin_layout Standard
26492 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26493  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26494  Seiten und rechts auf den ungeraden.
26495  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26496  wird und umgekehrt.
26497  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26498  wurde.
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset VSpace bigskip
26503 \end_inset
26504
26505 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26506 \end_layout
26507
26508 \begin_layout Standard
26509
26510 \series bold
26511
26512 \backslash
26513 reversemarginpar
26514 \end_layout
26515
26516 \begin_layout Standard
26517 als TeX-Code vor einer Randnotiz ein.
26518  Das gilt dann für alle folgenden Randnotizen.
26519  
26520 \begin_inset ERT
26521 status collapsed
26522
26523 \begin_layout Plain Layout
26524
26525
26526 \backslash
26527 reversemarginpar 
26528 \end_layout
26529
26530 \end_inset
26531
26532
26533 \begin_inset Marginal
26534 status open
26535
26536 \begin_layout Plain Layout
26537 Hier ist ein Beispiel im inneren Rand.
26538 \end_layout
26539
26540 \end_inset
26541
26542
26543 \begin_inset Newline newline
26544 \end_inset
26545
26546
26547 \begin_inset Note Greyedout
26548 status open
26549
26550 \begin_layout Plain Layout
26551  
26552 \series bold
26553 Achtung:
26554 \series default
26555  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Standard
26564 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26565 \end_layout
26566
26567 \begin_layout Standard
26568
26569 \series bold
26570
26571 \backslash
26572 normalmarginpar
26573 \end_layout
26574
26575 \begin_layout Standard
26576 als TeX-Code ein.
26577 \begin_inset ERT
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581
26582
26583 \backslash
26584 normalmarginpar 
26585 \end_layout
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Standard
26593 \begin_inset Note Greyedout
26594 status open
26595
26596 \begin_layout Plain Layout
26597
26598 \series bold
26599 Achtung:
26600 \series default
26601  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26602 \series bold
26603
26604 \backslash
26605 reversemarginpar
26606 \series default
26607  verwendet wird.
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \begin_layout Standard
26616 \begin_inset VSpace bigskip
26617 \end_inset
26618
26619
26620 \begin_inset Marginal
26621 status open
26622
26623 \begin_layout Plain Layout
26624
26625 \family roman
26626 \series medium
26627 EinSehrLangesWort am Anfang, das umgebrochen wird.
26628 \end_layout
26629
26630 \end_inset
26631
26632  Ähnlich wie in Abschnitt
26633 \begin_inset space ~
26634 \end_inset
26635
26636
26637 \begin_inset CommandInset ref
26638 LatexCommand ref
26639 reference "uab:Mehrfache-Zeilen-in"
26640
26641 \end_inset
26642
26643  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26644  Wort der Randnotiz sind.
26645  Um das zu vermeiden, fügen sie 0
26646 \begin_inset space \thinspace{}
26647 \end_inset
26648
26649 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26650 \begin_inset Marginal
26651 status open
26652
26653 \begin_layout Plain Layout
26654 \begin_inset space \hspace{}
26655 \length 0pt
26656 \end_inset
26657
26658
26659 \family roman
26660 \series medium
26661 EinSehrLangesWort am Anfang, das umgebrochen wird.
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Standard
26670 \begin_inset VSpace bigskip
26671 \end_inset
26672
26673
26674 \end_layout
26675
26676 \begin_layout Standard
26677 \begin_inset Note Greyedout
26678 status open
26679
26680 \begin_layout Plain Layout
26681
26682 \series bold
26683 Bemerkung:
26684 \series default
26685  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26686  verwendet werden.
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \begin_layout Standard
26695 \begin_inset VSpace bigskip
26696 \end_inset
26697
26698
26699 \end_layout
26700
26701 \begin_layout Standard
26702 \begin_inset ERT
26703 status collapsed
26704
26705 \begin_layout Plain Layout
26706
26707
26708 \backslash
26709 ifmarginnote
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \begin_inset Note Note
26716 status open
26717
26718 \begin_layout Plain Layout
26719 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26720 \series bold
26721 marginnote
26722 \series default
26723  installiert ist.
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Standard
26732 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26733 \series bold
26734 marginnote
26735 \series default
26736
26737 \begin_inset Index idx
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741 LaTeX-Pakete ! marginnote
26742 \end_layout
26743
26744 \end_inset
26745
26746  verwendet wird.
26747  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26748  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26749  des Pakets 
26750 \series bold
26751 marginnote
26752 \series default
26753  für Randnotizen verwendet wird:
26754 \end_layout
26755
26756 \begin_layout Standard
26757
26758 \series bold
26759
26760 \backslash
26761 usepackage{marginnote}
26762 \begin_inset Newline newline
26763 \end_inset
26764
26765
26766 \backslash
26767 let
26768 \backslash
26769 marginpar
26770 \backslash
26771 marginnote
26772 \end_layout
26773
26774 \begin_layout Standard
26775 Dies wird auch in diesem Dokument verwendet, denn 
26776 \series bold
26777 marginnote
26778 \series default
26779  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26780  für Randnotizen angeben.
26781  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26782 n zu dicht beieinander sind.
26783  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26784  Schema
26785 \end_layout
26786
26787 \begin_layout Standard
26788
26789 \series bold
26790 [Versatz]
26791 \end_layout
26792
26793 \begin_layout Standard
26794 angegeben.
26795  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26796 \begin_inset space ~
26797 \end_inset
26798
26799
26800 \begin_inset CommandInset ref
26801 LatexCommand ref
26802 reference "tab:Maßeinheiten"
26803
26804 \end_inset
26805
26806  aufgelistet sind.
26807  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26808  nach unten.
26809  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26810 \begin_inset space \thinspace{}
26811 \end_inset
26812
26813 cm mit dem TeX-Code-Befehl  
26814 \begin_inset Quotes gld
26815 \end_inset
26816
26817
26818 \series bold
26819 [-1.5cm]
26820 \series default
26821
26822 \begin_inset Quotes grd
26823 \end_inset
26824
26825  nach oben versetzt.
26826 \begin_inset Marginal
26827 status open
26828
26829 \begin_layout Plain Layout
26830 Diese Randnotiz ist 1.5
26831 \begin_inset space \thinspace{}
26832 \end_inset
26833
26834 cm von ihrer Originalposition nach oben versetzt.
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \begin_inset ERT
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844
26845 [-1.5cm]
26846 \end_layout
26847
26848 \end_inset
26849
26850
26851 \end_layout
26852
26853 \begin_layout Standard
26854 \begin_inset VSpace medskip
26855 \end_inset
26856
26857 Mit 
26858 \series bold
26859 marginnote
26860 \series default
26861  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26862  Zum Beispiel setzen die Befehle
26863 \end_layout
26864
26865 \begin_layout Standard
26866
26867 \series bold
26868
26869 \backslash
26870 renewcommand*{
26871 \backslash
26872 raggedleftmarginnote}{
26873 \backslash
26874 centering}
26875 \begin_inset Newline newline
26876 \end_inset
26877
26878
26879 \backslash
26880 renewcommand*{
26881 \backslash
26882 raggedrightmarginnote}{
26883 \backslash
26884 centering}
26885 \end_layout
26886
26887 \begin_layout Standard
26888 die Ausrichtung auf zentriert.
26889  
26890 \series bold
26891
26892 \backslash
26893 raggedleftmarginnote
26894 \series default
26895  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26896  
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 renewcommand*{
26905 \backslash
26906 raggedleftmarginnote}{
26907 \backslash
26908 centering}
26909 \end_layout
26910
26911 \begin_layout Plain Layout
26912
26913
26914 \backslash
26915 renewcommand*{
26916 \backslash
26917 raggedrightmarginnote}{
26918 \backslash
26919 centering}
26920 \end_layout
26921
26922 \end_inset
26923
26924
26925 \begin_inset Marginal
26926 status open
26927
26928 \begin_layout Plain Layout
26929 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26930 \end_layout
26931
26932 \end_inset
26933
26934  Die Voreinstellung ist
26935 \end_layout
26936
26937 \begin_layout Standard
26938
26939 \series bold
26940
26941 \backslash
26942 renewcommand*{
26943 \backslash
26944 raggedleftmarginnote}{
26945 \backslash
26946 raggedleft}
26947 \begin_inset Newline newline
26948 \end_inset
26949
26950
26951 \backslash
26952 renewcommand*{
26953 \backslash
26954 raggedrightmarginnote}{
26955 \backslash
26956 raggedright}
26957 \series default
26958
26959 \begin_inset ERT
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964
26965 \backslash
26966 renewcommand*{
26967 \backslash
26968 raggedleftmarginnote}{
26969 \backslash
26970 raggedleft}
26971 \end_layout
26972
26973 \begin_layout Plain Layout
26974
26975
26976 \backslash
26977 renewcommand*{
26978 \backslash
26979 raggedrightmarginnote}{
26980 \backslash
26981 raggedright}
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \end_layout
26988
26989 \begin_layout Standard
26990 \begin_inset VSpace medskip
26991 \end_inset
26992
26993 Für weitere Fähigkeiten des Pakets 
26994 \series bold
26995 marginnote
26996 \series default
26997  sei auf dessen Dokumentation verwiesen 
26998 \begin_inset CommandInset citation
26999 LatexCommand cite
27000 key "marginnote"
27001
27002 \end_inset
27003
27004 .
27005 \end_layout
27006
27007 \begin_layout Standard
27008 \begin_inset VSpace bigskip
27009 \end_inset
27010
27011 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27012  geändert werden.
27013  Um z.
27014 \begin_inset space \thinspace{}
27015 \end_inset
27016
27017 B.
27018  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27019  und fettgedruckten Text 
27020 \begin_inset Quotes eld
27021 \end_inset
27022
27023
27024 \family sans
27025 \series bold
27026 \bar under
27027 Achtung!
27028 \family default
27029 \series default
27030 \bar default
27031
27032 \begin_inset Quotes erd
27033 \end_inset
27034
27035  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27036 \end_layout
27037
27038 \begin_layout Standard
27039
27040 \series bold
27041
27042 \backslash
27043 let
27044 \backslash
27045 myMarginpar
27046 \backslash
27047 marginpar
27048 \begin_inset Newline newline
27049 \end_inset
27050
27051
27052 \backslash
27053 renewcommand{
27054 \backslash
27055 marginpar}[1]{
27056 \backslash
27057 myMarginpar{%
27058 \begin_inset Newline newline
27059 \end_inset
27060
27061
27062 \begin_inset Phantom HPhantom
27063 status open
27064
27065 \begin_layout Plain Layout
27066
27067 \series bold
27068 \begin_inset space ~
27069 \end_inset
27070
27071
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \backslash
27078 hspace{0pt}
27079 \backslash
27080 textsf{
27081 \backslash
27082 textbf{
27083 \backslash
27084 underbar{Achtung!}}}%
27085 \begin_inset Newline newline
27086 \end_inset
27087
27088
27089 \begin_inset Phantom HPhantom
27090 status open
27091
27092 \begin_layout Plain Layout
27093
27094 \series bold
27095 \begin_inset space ~
27096 \end_inset
27097
27098
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \backslash
27105 vspace{1.5mm}
27106 \backslash
27107
27108 \backslash
27109 #1}}
27110 \end_layout
27111
27112 \begin_layout Standard
27113 \begin_inset ERT
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117
27118
27119 \backslash
27120 let
27121 \backslash
27122 myMarginpar
27123 \backslash
27124 marginpar
27125 \end_layout
27126
27127 \begin_layout Plain Layout
27128
27129
27130 \backslash
27131 renewcommand{
27132 \backslash
27133 marginpar}[1]{
27134 \backslash
27135 myMarginpar{%
27136 \end_layout
27137
27138 \begin_layout Plain Layout
27139
27140    
27141 \backslash
27142 textsf{
27143 \backslash
27144 textbf{
27145 \backslash
27146 underbar{Achtung!}}}%
27147 \end_layout
27148
27149 \begin_layout Plain Layout
27150
27151    
27152 \backslash
27153 vspace{1.5mm}
27154 \backslash
27155
27156 \backslash
27157 #1}}
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \begin_inset Marginal
27164 status open
27165
27166 \begin_layout Plain Layout
27167 Dies ist eine Randnotiz mit einer definierten Überschrift.
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178 [-1.5cm]
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 renewcommand{
27192 \backslash
27193 marginpar}[1]{
27194 \backslash
27195 myMarginpar{#1}}
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \begin_inset Note Note
27202 status open
27203
27204 \begin_layout Plain Layout
27205 Das Format wurde nur für dieses Beispiel geändert.
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218
27219
27220 \backslash
27221 else
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \begin_inset Note Note
27228 status open
27229
27230 \begin_layout Plain Layout
27231 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27232 \series bold
27233 marginnote
27234 \series default
27235  nicht installiert ist:
27236 \end_layout
27237
27238 \end_inset
27239
27240
27241 \end_layout
27242
27243 \begin_layout Standard
27244 Das LaTeX-Paket 
27245 \series bold
27246 marginnote
27247 \series default
27248  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27249 \end_layout
27250
27251 \begin_layout Standard
27252 \begin_inset ERT
27253 status collapsed
27254
27255 \begin_layout Plain Layout
27256
27257
27258 \backslash
27259 fi
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \begin_layout Chapter
27268 Boxen
27269 \end_layout
27270
27271 \begin_layout Section
27272 Einleitung
27273 \begin_inset Index idx
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 Boxen ! Einleitung
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Standard
27286 Boxen werden benutzt, um einen Textblock zu formatieren.
27287  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27288  siehe Abschnitt
27289 \begin_inset space ~
27290 \end_inset
27291
27292
27293 \begin_inset CommandInset ref
27294 LatexCommand ref
27295 reference "abs:Minipage"
27296
27297 \end_inset
27298
27299 , um Text zu umrahmen, siehe Abschnitt
27300 \begin_inset space ~
27301 \end_inset
27302
27303
27304 \begin_inset CommandInset ref
27305 LatexCommand ref
27306 reference "uab:Verzierung"
27307
27308 \end_inset
27309
27310 , um Silbentrennung zu verhindern, siehe Abschnitt
27311 \begin_inset space ~
27312 \end_inset
27313
27314
27315 \begin_inset CommandInset ref
27316 LatexCommand ref
27317 reference "abs:Silbentrennung-unterbinden"
27318
27319 \end_inset
27320
27321 , um Text senkrecht auszurichten, siehe Abschnitt
27322 \begin_inset space ~
27323 \end_inset
27324
27325
27326 \begin_inset CommandInset ref
27327 LatexCommand ref
27328 reference "uab:Vertikale-Ausrichtung"
27329
27330 \end_inset
27331
27332  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27333 \begin_inset space ~
27334 \end_inset
27335
27336
27337 \begin_inset CommandInset ref
27338 LatexCommand ref
27339 reference "abs:Farbige-Boxen"
27340
27341 \end_inset
27342
27343 .
27344 \end_layout
27345
27346 \begin_layout Standard
27347 Boxen werden mit 
27348 \family sans
27349 Einfügen\SpecialChar \menuseparator
27350 Box
27351 \family default
27352  oder dem Schalter 
27353 \begin_inset Graphics
27354         filename ../../images/box-insert.png
27355         scale 70
27356         scaleBeforeRotation
27357
27358 \end_inset
27359
27360  eingefügt.
27361  Ein graues Kästchen mit der Aufschrift 
27362 \begin_inset Quotes gld
27363 \end_inset
27364
27365 Box (Minipage)
27366 \begin_inset Quotes grd
27367 \end_inset
27368
27369  erscheint: 
27370 \begin_inset Graphics
27371         filename clipart/StandardBoxQt4.png
27372         scale 85
27373         scaleBeforeRotation
27374
27375 \end_inset
27376
27377  Mit einem Rechts\SpecialChar \-
27378 klick auf das graue Kästchen und der Auswahl von 
27379 \family sans
27380 Einstellungen
27381 \family default
27382  kann der Typ spezifiziert werden.
27383  Das Dialogfenster bietet bei 
27384 \family sans
27385 Innere
27386 \begin_inset space ~
27387 \end_inset
27388
27389 Box
27390 \family default
27391  die Typen 
27392 \family sans
27393 Makebox
27394 \family default
27395
27396 \family sans
27397 Parbox
27398 \family default
27399  und 
27400 \family sans
27401 Minipage
27402 \family default
27403  an.
27404  
27405 \family sans
27406 Minipage
27407 \family default
27408  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27409 \begin_inset space ~
27410 \end_inset
27411
27412
27413 \begin_inset CommandInset ref
27414 LatexCommand ref
27415 reference "abs:Minipage"
27416
27417 \end_inset
27418
27419  beschrieben, 
27420 \family sans
27421 Parbox
27422 \family default
27423  in Abschnitt
27424 \begin_inset space ~
27425 \end_inset
27426
27427
27428 \begin_inset CommandInset ref
27429 LatexCommand ref
27430 reference "abs:Parbox"
27431
27432 \end_inset
27433
27434  und 
27435 \family sans
27436 Makebox
27437 \family default
27438  in 
27439 \begin_inset CommandInset ref
27440 LatexCommand ref
27441 reference "abs:Silbentrennung-unterbinden"
27442
27443 \end_inset
27444
27445 .
27446 \end_layout
27447
27448 \begin_layout Standard
27449 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27450  wie auf Gleitobjekte und Fußnoten.
27451 \end_layout
27452
27453 \begin_layout Standard
27454 \begin_inset Note Greyedout
27455 status open
27456
27457 \begin_layout Plain Layout
27458
27459 \series bold
27460 Bemerkung
27461 \begin_inset space ~
27462 \end_inset
27463
27464 1:
27465 \series default
27466  Boxen dürfen in 
27467 \family sans
27468 List-
27469 \family default
27470  oder 
27471 \family sans
27472 Beschreibung-
27473 \family default
27474 Umgebungen nicht verwendet werden.
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483 \begin_inset Note Greyedout
27484 status open
27485
27486 \begin_layout Plain Layout
27487
27488 \series bold
27489 Bemerkung
27490 \begin_inset space ~
27491 \end_inset
27492
27493 2:
27494 \series default
27495  Boxen ohne 
27496 \family sans
27497 Innere
27498 \begin_inset space ~
27499 \end_inset
27500
27501 Box
27502 \family default
27503  und ohne Rahmen werden in Abschnitt
27504 \begin_inset space ~
27505 \end_inset
27506
27507
27508 \begin_inset CommandInset ref
27509 LatexCommand ref
27510 reference "abs:Silbentrennung-unterbinden"
27511
27512 \end_inset
27513
27514  beschrieben.
27515 \end_layout
27516
27517 \end_inset
27518
27519
27520 \end_layout
27521
27522 \begin_layout Section
27523 Das Box-Einstellungen-Fenster
27524 \begin_inset CommandInset label
27525 LatexCommand label
27526 name "abs:Box-Dialog"
27527
27528 \end_inset
27529
27530
27531 \begin_inset Index idx
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535 Boxen ! Box-Dialog-Fenster
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Subsection
27544 Box-Größe
27545 \begin_inset Index idx
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549 Boxen ! Größe
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Im 
27559 \family sans
27560 Box-Einstellungen
27561 \family default
27562 -Fenster können Sie die Größe der Box mit 
27563 \family sans
27564 Breite
27565 \family default
27566  und 
27567 \family sans
27568 Höhe 
27569 \family default
27570 festlegen.
27571  Die verfügbaren Einheiten werden in Tabelle
27572 \begin_inset space ~
27573 \end_inset
27574
27575
27576 \begin_inset CommandInset ref
27577 LatexCommand ref
27578 reference "tab:Maßeinheiten"
27579
27580 \end_inset
27581
27582  aufgelistet.
27583  Das Feld
27584 \family sans
27585  Höhe
27586 \family default
27587  bietet die folgenden zusätzlichen Größen:
27588 \end_layout
27589
27590 \begin_layout Description
27591 Tiefe Dies ist die reine Text-
27592 \begin_inset Quotes gld
27593 \end_inset
27594
27595 Höhe
27596 \begin_inset Quotes grd
27597 \end_inset
27598
27599 .
27600  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27601 \begin_inset Newline newline
27602 \end_inset
27603
27604
27605 \begin_inset Newline newline
27606 \end_inset
27607
27608
27609 \begin_inset Newline newline
27610 \end_inset
27611
27612
27613 \begin_inset Box Boxed
27614 position "c"
27615 hor_pos "c"
27616 has_inner_box 1
27617 inner_pos "c"
27618 use_parbox 0
27619 use_makebox 0
27620 width "12col%"
27621 special "none"
27622 height "1in"
27623 height_special "depth"
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 \align center
27628 Box-Höhe = 1
27629 \begin_inset space \thinspace{}
27630 \end_inset
27631
27632 Tiefe
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \begin_inset Newline newline
27639 \end_inset
27640
27641
27642 \begin_inset Newline newline
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Description
27649 Höhe Dies ist die Texthöhe innerhalb der Box.
27650  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27651  Texthöhe setzen: 
27652 \begin_inset Box Boxed
27653 position "c"
27654 hor_pos "c"
27655 has_inner_box 1
27656 inner_pos "c"
27657 use_parbox 0
27658 use_makebox 0
27659 width "20col%"
27660 special "none"
27661 height "2in"
27662 height_special "height"
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 \align center
27667 Boxhöhe = 2
27668 \begin_inset space \thinspace{}
27669 \end_inset
27670
27671 Höhe
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \begin_layout Description
27680 Gesamthöhe Dies ist Höhe
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684 +
27685 \begin_inset space \thinspace{}
27686 \end_inset
27687
27688 Tiefe: 
27689 \begin_inset Box Boxed
27690 position "c"
27691 hor_pos "c"
27692 has_inner_box 1
27693 inner_pos "c"
27694 use_parbox 0
27695 use_makebox 0
27696 width "20col%"
27697 special "none"
27698 height "1in"
27699 height_special "totalheight"
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 \align center
27704 Boxhöhe = 1
27705 \begin_inset space \thinspace{}
27706 \end_inset
27707
27708 Gesamthöhe
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Description
27717 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27718 \begin_inset Box Boxed
27719 position "c"
27720 hor_pos "c"
27721 has_inner_box 1
27722 inner_pos "c"
27723 use_parbox 0
27724 use_makebox 0
27725 width "12col%"
27726 special "none"
27727 height "1in"
27728 height_special "width"
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 \align center
27733 Boxhöhe = 1
27734 \begin_inset space \thinspace{}
27735 \end_inset
27736
27737 Breite
27738 \end_layout
27739
27740 \end_inset
27741
27742
27743 \end_layout
27744
27745 \begin_layout Subsection
27746 Ausrichtung
27747 \begin_inset Index idx
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Boxen ! Ausrichtung
27752 \end_layout
27753
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Standard
27760 Wenn Sie eine 
27761 \family sans
27762 Innere
27763 \begin_inset space ~
27764 \end_inset
27765
27766 Box
27767 \family default
27768  gewählt haben, kann die Box mit folgenden Werten für 
27769 \family sans
27770 Box
27771 \family default
27772  senkrecht ausgerichtet werden:
27773 \end_layout
27774
27775 \begin_layout Description
27776 Oben Dies ist ein Beispieltext.
27777  
27778 \begin_inset Box Boxed
27779 position "t"
27780 hor_pos "c"
27781 has_inner_box 1
27782 inner_pos "c"
27783 use_parbox 0
27784 use_makebox 0
27785 width "20col%"
27786 special "none"
27787 height "1in"
27788 height_special "totalheight"
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 \align center
27793 Die Ober\SpecialChar \-
27794 kante der Box ist in der Zeile.
27795 \end_layout
27796
27797 \end_inset
27798
27799  Dies ist ein Beispieltext.
27800 \end_layout
27801
27802 \begin_layout Description
27803 Mitte Dies ist ein Beispieltext.
27804  
27805 \begin_inset Box Boxed
27806 position "c"
27807 hor_pos "c"
27808 has_inner_box 1
27809 inner_pos "c"
27810 use_parbox 0
27811 use_makebox 0
27812 width "20col%"
27813 special "none"
27814 height "1in"
27815 height_special "totalheight"
27816 status collapsed
27817
27818 \begin_layout Plain Layout
27819 \align center
27820 Die Mitte der Box ist in der Zeile.
27821 \end_layout
27822
27823 \end_inset
27824
27825  Dies ist ein Beispieltext.
27826 \end_layout
27827
27828 \begin_layout Description
27829 Unten Dies ist ein Beispieltext.
27830  
27831 \begin_inset Box Boxed
27832 position "b"
27833 hor_pos "c"
27834 has_inner_box 1
27835 inner_pos "c"
27836 use_parbox 0
27837 use_makebox 0
27838 width "20col%"
27839 special "none"
27840 height "1in"
27841 height_special "totalheight"
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845 \align center
27846 Die Unter\SpecialChar \-
27847 kante der Box ist in der Zeile.
27848 \end_layout
27849
27850 \end_inset
27851
27852  Dies ist ein Beispieltext.
27853 \end_layout
27854
27855 \begin_layout Standard
27856 \begin_inset Note Greyedout
27857 status open
27858
27859 \begin_layout Plain Layout
27860
27861 \series bold
27862 Bemerkung:
27863 \series default
27864  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27865  Boxen in einer Zeile sind und eine Box z.
27866 \begin_inset space \thinspace{}
27867 \end_inset
27868
27869 B.
27870  schattiert ist, die andere aber nicht.
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 Eine Box kann mit dem Dialog 
27880 \family sans
27881 Absatz-Einstellungen
27882 \family default
27883  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27884 \end_layout
27885
27886 \begin_layout Standard
27887 \begin_inset VSpace bigskip
27888 \end_inset
27889
27890 Wenn Sie eine 
27891 \family sans
27892 Innere
27893 \begin_inset space ~
27894 \end_inset
27895
27896 Box
27897 \family default
27898  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27899 \family sans
27900 Inhalt
27901 \family default
27902  senkrecht ausgerichtet werden:
27903 \end_layout
27904
27905 \begin_layout Description
27906 Oben Dies ist ein Beispieltext.
27907  
27908 \begin_inset Box Boxed
27909 position "c"
27910 hor_pos "c"
27911 has_inner_box 1
27912 inner_pos "t"
27913 use_parbox 0
27914 use_makebox 0
27915 width "20col%"
27916 special "none"
27917 height "1.5in"
27918 height_special "totalheight"
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922 \align center
27923 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27924 \end_layout
27925
27926 \end_inset
27927
27928  Dies ist ein Beispieltext.
27929 \end_layout
27930
27931 \begin_layout Description
27932 Mitte Dies ist ein Beispieltext.
27933  
27934 \begin_inset Box Boxed
27935 position "c"
27936 hor_pos "c"
27937 has_inner_box 1
27938 inner_pos "c"
27939 use_parbox 0
27940 use_makebox 0
27941 width "20col%"
27942 special "none"
27943 height "1.5in"
27944 height_special "totalheight"
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 \align center
27949 Der Boxinhalt ist zentriert ausgerichtet.
27950 \end_layout
27951
27952 \end_inset
27953
27954  Dies ist ein Beispieltext.
27955 \end_layout
27956
27957 \begin_layout Description
27958 Unten Dies ist ein Beispieltext.
27959  
27960 \begin_inset Box Boxed
27961 position "c"
27962 hor_pos "c"
27963 has_inner_box 1
27964 inner_pos "b"
27965 use_parbox 0
27966 use_makebox 0
27967 width "20col%"
27968 special "none"
27969 height "1.5in"
27970 height_special "totalheight"
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 \align center
27975 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27976 \end_layout
27977
27978 \end_inset
27979
27980  Dies ist ein Beispieltext.
27981 \end_layout
27982
27983 \begin_layout Description
27984 Dehnen Dies ist ein Beispieltext.
27985  
27986 \begin_inset Box Boxed
27987 position "c"
27988 hor_pos "c"
27989 has_inner_box 1
27990 inner_pos "s"
27991 use_parbox 0
27992 use_makebox 0
27993 width "20col%"
27994 special "none"
27995 height "1in"
27996 height_special "totalheight"
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 \align center
28001 Der Boxinhalt
28002 \end_layout
28003
28004 \begin_layout Plain Layout
28005 \align center
28006 ist über die
28007 \end_layout
28008
28009 \begin_layout Plain Layout
28010 \align center
28011 Boxhöhe
28012 \end_layout
28013
28014 \begin_layout Plain Layout
28015 \align center
28016 gleichmäßig verteilt.
28017 \end_layout
28018
28019 \end_inset
28020
28021  Dies ist ein Beispieltext.
28022 \end_layout
28023
28024 \begin_layout Standard
28025 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28026  besteht.
28027  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28028 \end_layout
28029
28030 \begin_layout Standard
28031 Ein Boxinhalt kann mit dem Dialog 
28032 \family sans
28033 Absatz-Einstellungen
28034 \family default
28035  waagerecht ausgerichtet werden, wenn Sie eine
28036 \family sans
28037  Innere
28038 \begin_inset space ~
28039 \end_inset
28040
28041 Box
28042 \family default
28043  gewählt haben.
28044 \end_layout
28045
28046 \begin_layout Standard
28047 \align center
28048 \begin_inset Box Boxed
28049 position "c"
28050 hor_pos "c"
28051 has_inner_box 1
28052 inner_pos "s"
28053 use_parbox 0
28054 use_makebox 0
28055 width "30col%"
28056 special "none"
28057 height "1.25in"
28058 height_special "totalheight"
28059 status collapsed
28060
28061 \begin_layout Plain Layout
28062 \align left
28063 Hier ist jede Zeile
28064 \end_layout
28065
28066 \begin_layout Plain Layout
28067 \align center
28068 anders
28069 \end_layout
28070
28071 \begin_layout Plain Layout
28072 \align right
28073 ausgerichtet.
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Standard
28082 Wenn Sie keine
28083 \family sans
28084  Innere
28085 \begin_inset space ~
28086 \end_inset
28087
28088 Box
28089 \family default
28090  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28091 \family sans
28092 Box-Einstellungen-
28093 \family default
28094 Dialog ausrichten
28095 \end_layout
28096
28097 \begin_layout Standard
28098 \align center
28099 \begin_inset Box Boxed
28100 position "c"
28101 hor_pos "s"
28102 has_inner_box 0
28103 inner_pos "s"
28104 use_parbox 0
28105 use_makebox 0
28106 width "90col%"
28107 special "none"
28108 height "1.25in"
28109 height_special "totalheight"
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113 \align left
28114 Dieser Boxinhalt wurde horizontal gedehnt.
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \begin_layout Subsection
28123 Verzierung
28124 \begin_inset CommandInset label
28125 LatexCommand label
28126 name "uab:Verzierung"
28127
28128 \end_inset
28129
28130
28131 \begin_inset Index idx
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 Boxen ! Verzierung
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Standard
28144 Im 
28145 \family sans
28146 Box-Einstellungen-
28147 \family default
28148 Dialog können Sie mit der 
28149 \family sans
28150 Verzierung
28151 \family default
28152  den Typ der Box auswählen:
28153 \end_layout
28154
28155 \begin_layout Description
28156 Kein
28157 \begin_inset space ~
28158 \end_inset
28159
28160 Rahmen Nichts wird gezeichnet.
28161 \end_layout
28162
28163 \begin_layout Description
28164 Einfacher
28165 \begin_inset space ~
28166 \end_inset
28167
28168 rechteckiger
28169 \begin_inset space ~
28170 \end_inset
28171
28172 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28173  Die Rahmendicke wird durch 
28174 \series bold
28175
28176 \backslash
28177 fboxrule
28178 \series default
28179  festgelegt.
28180  
28181 \begin_inset Box Boxed
28182 position "c"
28183 hor_pos "c"
28184 has_inner_box 1
28185 inner_pos "c"
28186 use_parbox 0
28187 use_makebox 0
28188 width "21col%"
28189 special "none"
28190 height "1in"
28191 height_special "totalheight"
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195
28196 \series medium
28197 Rechteckige
28198 \begin_inset space ~
28199 \end_inset
28200
28201 Box
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Description
28210 erlaube
28211 \begin_inset space ~
28212 \end_inset
28213
28214 Seitenumbrüche 
28215 \end_layout
28216
28217 \begin_layout Description
28218 Ovaler
28219 \begin_inset space ~
28220 \end_inset
28221
28222 Rahmen,
28223 \begin_inset space ~
28224 \end_inset
28225
28226 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28227  Die Rahmendicke ist 0.4
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231 pt.
28232  
28233 \begin_inset Box ovalbox
28234 position "c"
28235 hor_pos "c"
28236 has_inner_box 1
28237 inner_pos "c"
28238 use_parbox 0
28239 use_makebox 0
28240 width "20col%"
28241 special "none"
28242 height "1in"
28243 height_special "totalheight"
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 Ovale
28248 \begin_inset space ~
28249 \end_inset
28250
28251 Box,
28252 \begin_inset space ~
28253 \end_inset
28254
28255 dünn
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Description
28264 Ovaler
28265 \begin_inset space ~
28266 \end_inset
28267
28268 Rahmen,
28269 \begin_inset space ~
28270 \end_inset
28271
28272 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28273  Die Rahmendicke ist 0.8
28274 \begin_inset space \thinspace{}
28275 \end_inset
28276
28277 pt.
28278  
28279 \begin_inset Box Ovalbox
28280 position "c"
28281 hor_pos "c"
28282 has_inner_box 1
28283 inner_pos "c"
28284 use_parbox 0
28285 use_makebox 0
28286 width "20col%"
28287 special "none"
28288 height "1in"
28289 height_special "totalheight"
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293 Ovale
28294 \begin_inset space ~
28295 \end_inset
28296
28297 Box,
28298 \begin_inset space ~
28299 \end_inset
28300
28301 dick
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Description
28310 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28311  Die Rahmendicke wird durch 
28312 \series bold
28313
28314 \backslash
28315 fboxrule
28316 \series default
28317  festgelegt, der Schatten ist 4
28318 \begin_inset space \thinspace{}
28319 \end_inset
28320
28321 pt breit.
28322 \begin_inset Newline newline
28323 \end_inset
28324
28325
28326 \begin_inset Box Shadowbox
28327 position "c"
28328 hor_pos "c"
28329 has_inner_box 1
28330 inner_pos "c"
28331 use_parbox 0
28332 use_makebox 0
28333 width "20col%"
28334 special "none"
28335 height "1in"
28336 height_special "totalheight"
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Schattierte
28341 \begin_inset space ~
28342 \end_inset
28343
28344 Box
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \begin_layout Description
28353 Schattierter
28354 \begin_inset space ~
28355 \end_inset
28356
28357 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28358  Im Gegensatz zu farbigen Boxen
28359 \begin_inset Foot
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363 siehe Abschnitt
28364 \begin_inset space ~
28365 \end_inset
28366
28367
28368 \begin_inset CommandInset ref
28369 LatexCommand ref
28370 reference "abs:Farbige-Boxen"
28371
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378
28379  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28380  die Box ist ein Absatz für sich.
28381  
28382 \begin_inset Box Shaded
28383 position "t"
28384 hor_pos "c"
28385 has_inner_box 0
28386 inner_pos "t"
28387 use_parbox 0
28388 use_makebox 0
28389 width "50col%"
28390 special "none"
28391 height "1in"
28392 height_special "totalheight"
28393 status collapsed
28394
28395 \begin_layout Plain Layout
28396 Schattierter Hintergrund Box
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \begin_layout Description
28405 Doppelter
28406 \begin_inset space ~
28407 \end_inset
28408
28409 rechteckiger
28410 \begin_inset space ~
28411 \end_inset
28412
28413 Rahmen zeichnet einen doppelten Rahmen um die Box.
28414  Der innere Rahmen ist 0.75
28415 \begin_inset space \thinspace{}
28416 \end_inset
28417
28418
28419 \series bold
28420
28421 \backslash
28422 fboxrule
28423 \series default
28424  breit, der äußere 1.5
28425 \begin_inset space \thinspace{}
28426 \end_inset
28427
28428
28429 \series bold
28430
28431 \backslash
28432 fboxrule
28433 \series default
28434 , der Zwischenraum 1.5
28435 \begin_inset space \thinspace{}
28436 \end_inset
28437
28438
28439 \series bold
28440
28441 \backslash
28442 fboxrule
28443 \series default
28444
28445 \begin_inset space \thinspace{}
28446 \end_inset
28447
28448 +
28449 \begin_inset space \thinspace{}
28450 \end_inset
28451
28452 0.5
28453 \begin_inset space \thinspace{}
28454 \end_inset
28455
28456 pt.
28457  
28458 \begin_inset Box Doublebox
28459 position "c"
28460 hor_pos "c"
28461 has_inner_box 1
28462 inner_pos "c"
28463 use_parbox 0
28464 use_makebox 0
28465 width "20col%"
28466 special "none"
28467 height "1in"
28468 height_special "totalheight"
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 Doppelt
28473 \begin_inset space ~
28474 \end_inset
28475
28476 gerahmte
28477 \begin_inset space ~
28478 \end_inset
28479
28480 Box
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset VSpace bigskip
28490 \end_inset
28491
28492 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28493  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28494 \series bold
28495 fancybox
28496 \series default
28497
28498 \begin_inset Index idx
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502 LaTeX-Pakete ! fancybox
28503 \end_layout
28504
28505 \end_inset
28506
28507  installiert sein.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 \begin_inset VSpace bigskip
28512 \end_inset
28513
28514 Wenn Sie die Verzierung 
28515 \family sans
28516 Einfacher rechteckiger Rahmen
28517 \family default
28518  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28519  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28520  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28521  für sich ist und 
28522 \series bold
28523
28524 \backslash
28525 fboxrule
28526 \series default
28527  und 
28528 \series bold
28529
28530 \backslash
28531 fboxsep
28532 \series default
28533  keinen Einfluss auf diesen Box Typ haben.
28534  Die Rahmendicke wird durch 
28535 \series bold
28536
28537 \backslash
28538 FrameRule
28539 \series default
28540  festgelegt.
28541  
28542 \begin_inset Box Framed
28543 position "t"
28544 hor_pos "c"
28545 has_inner_box 0
28546 inner_pos "t"
28547 use_parbox 0
28548 use_makebox 0
28549 width "100col%"
28550 special "none"
28551 height "1in"
28552 height_special "totalheight"
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556 Box erlaubt Seitenumbruch
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \begin_layout Section
28565 Box-Anpassung
28566 \begin_inset Index idx
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570 Boxen ! Anpassung
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Standard
28579 Der Standardwert für 
28580 \series bold
28581
28582 \backslash
28583 fboxrule
28584 \series default
28585  ist 0.4
28586 \begin_inset space \thinspace{}
28587 \end_inset
28588
28589 pt.
28590  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 pt gesetzt werden:
28595 \end_layout
28596
28597 \begin_layout Standard
28598
28599 \series bold
28600
28601 \backslash
28602 setlength{
28603 \backslash
28604 fboxrule}{2pt}
28605 \end_layout
28606
28607 \begin_layout Standard
28608 \begin_inset ERT
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612
28613
28614 \backslash
28615 setlength{
28616 \backslash
28617 fboxrule}{2pt}
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \begin_inset Box Boxed
28624 position "c"
28625 hor_pos "c"
28626 has_inner_box 1
28627 inner_pos "c"
28628 use_parbox 0
28629 use_makebox 0
28630 width "30col%"
28631 special "none"
28632 height "1in"
28633 height_special "totalheight"
28634 status open
28635
28636 \begin_layout Plain Layout
28637 \align center
28638 Rechteckige Box mit einer Rahmenbreite von 2
28639 \begin_inset space \thinspace{}
28640 \end_inset
28641
28642 pt
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset ERT
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652
28653
28654 \backslash
28655 setlength{
28656 \backslash
28657 fboxrule}{0.4pt}
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \begin_inset VSpace bigskip
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28671 \begin_inset space \thinspace{}
28672 \end_inset
28673
28674 pt.
28675  Sie können das ändern, indem Sie den Wert von 
28676 \series bold
28677
28678 \backslash
28679 fboxsep
28680 \series default
28681  mit einem TeX-Code-Befehl ändern:
28682 \end_layout
28683
28684 \begin_layout Standard
28685
28686 \series bold
28687
28688 \backslash
28689 setlength{
28690 \backslash
28691 fboxsep}{10pt}
28692 \end_layout
28693
28694 \begin_layout Standard
28695 setzt den Wert auf 10
28696 \begin_inset space \thinspace{}
28697 \end_inset
28698
28699 pt, wie in der folgenden Box:
28700 \end_layout
28701
28702 \begin_layout Standard
28703 \begin_inset ERT
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707
28708
28709 \backslash
28710 setlength{
28711 \backslash
28712 fboxsep}{10pt}
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \begin_inset Box Boxed
28719 position "c"
28720 hor_pos "c"
28721 has_inner_box 1
28722 inner_pos "c"
28723 use_parbox 0
28724 use_makebox 0
28725 width "25col%"
28726 special "none"
28727 height "1in"
28728 height_special "totalheight"
28729 status open
28730
28731 \begin_layout Plain Layout
28732 \align center
28733 Rechteckige Box mit 
28734 \series bold
28735
28736 \backslash
28737 fboxsep
28738 \series default
28739
28740 \begin_inset space \thinspace{}
28741 \end_inset
28742
28743 =
28744 \begin_inset space \thinspace{}
28745 \end_inset
28746
28747 10
28748 \begin_inset space \thinspace{}
28749 \end_inset
28750
28751 pt
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \begin_inset ERT
28758 status collapsed
28759
28760 \begin_layout Plain Layout
28761
28762
28763 \backslash
28764 setlength{
28765 \backslash
28766 fboxsep}{3pt}
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \noindent
28776 \begin_inset VSpace bigskip
28777 \end_inset
28778
28779 Der Durchmesser der abgerundeten Ecken kann mit 
28780 \series bold
28781
28782 \backslash
28783 cornersize
28784 \series default
28785  gesetzt werden.
28786  Der TeX-Code-Befehl
28787 \end_layout
28788
28789 \begin_layout Standard
28790
28791 \series bold
28792
28793 \backslash
28794 cornersize*{1cm}
28795 \end_layout
28796
28797 \begin_layout Standard
28798 setzt den Durchmesser auf 1
28799 \begin_inset space \thinspace{}
28800 \end_inset
28801
28802 cm.
28803  Der TeX-Code-Befehl
28804 \end_layout
28805
28806 \begin_layout Standard
28807
28808 \series bold
28809
28810 \backslash
28811 cornersize{num}
28812 \end_layout
28813
28814 \begin_layout Standard
28815 setzt den Durchmesser auf 
28816 \family sans
28817 num
28818 \begin_inset space \thinspace{}
28819 \end_inset
28820
28821 ×
28822 \begin_inset space \thinspace{}
28823 \end_inset
28824
28825 Minimum(Breite der Box, Höhe der Box)
28826 \family default
28827 .
28828  Der Standardwert ist 
28829 \series bold
28830
28831 \backslash
28832 cornersize{0.5}
28833 \series default
28834 .
28835 \end_layout
28836
28837 \begin_layout Standard
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843
28844 \backslash
28845 cornersize*{1.5cm}
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \begin_inset Box Ovalbox
28852 position "c"
28853 hor_pos "c"
28854 has_inner_box 1
28855 inner_pos "c"
28856 use_parbox 0
28857 use_makebox 0
28858 width "30col%"
28859 special "none"
28860 height "1in"
28861 height_special "totalheight"
28862 status open
28863
28864 \begin_layout Plain Layout
28865 \align center
28866 Ovale Box, dicker Rand, mit 
28867 \series bold
28868
28869 \backslash
28870 cornersize
28871 \series default
28872
28873 \begin_inset space \thinspace{}
28874 \end_inset
28875
28876 =
28877 \begin_inset space \thinspace{}
28878 \end_inset
28879
28880 1.5
28881 \begin_inset space \thinspace{}
28882 \end_inset
28883
28884 cm
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \begin_inset ERT
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894
28895
28896 \backslash
28897 cornersize{0.5}
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 \begin_inset VSpace bigskip
28907 \end_inset
28908
28909 Die Breite des Schattens wird mit 
28910 \series bold
28911
28912 \backslash
28913 shadowsize
28914 \series default
28915  festgelegt.
28916  Mit dem TeX-Code-Befehl
28917 \end_layout
28918
28919 \begin_layout Standard
28920
28921 \series bold
28922
28923 \backslash
28924 setlength{
28925 \backslash
28926 shadowsize}{2pt}
28927 \end_layout
28928
28929 \begin_layout Standard
28930 wird er für die folgende Box auf 2
28931 \begin_inset space \thinspace{}
28932 \end_inset
28933
28934 pt festgelegt.
28935 \end_layout
28936
28937 \begin_layout Standard
28938 \begin_inset ERT
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942
28943
28944 \backslash
28945 setlength{
28946 \backslash
28947 shadowsize}{2pt}
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \begin_inset Box Shadowbox
28954 position "c"
28955 hor_pos "c"
28956 has_inner_box 1
28957 inner_pos "c"
28958 use_parbox 0
28959 use_makebox 0
28960 width "25col%"
28961 special "none"
28962 height "1in"
28963 height_special "totalheight"
28964 status open
28965
28966 \begin_layout Plain Layout
28967 \align center
28968 Schattierte Box mit 
28969 \series bold
28970
28971 \backslash
28972 shadowsize
28973 \series default
28974
28975 \begin_inset space \thinspace{}
28976 \end_inset
28977
28978 =
28979 \begin_inset space \thinspace{}
28980 \end_inset
28981
28982 2
28983 \begin_inset space \thinspace{}
28984 \end_inset
28985
28986 pt
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \begin_inset ERT
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996
28997
28998 \backslash
28999 setlength{
29000 \backslash
29001 shadowsize}{4pt}
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 \begin_inset VSpace bigskip
29011 \end_inset
29012
29013 Der Standardwert für 
29014 \series bold
29015
29016 \backslash
29017 FrameRule
29018 \series default
29019  ist 0.4
29020 \begin_inset space \thinspace{}
29021 \end_inset
29022
29023 pt.
29024  Der Standard-Abstand zwischen Rahmen und Text ist 9
29025 \begin_inset space \thinspace{}
29026 \end_inset
29027
29028 pt und kann mit dem Wert für 
29029 \series bold
29030
29031 \backslash
29032 FrameSep
29033 \series default
29034  geändert werden.
29035  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29036  TeX-Code Befehlen geändert:
29037 \end_layout
29038
29039 \begin_layout Standard
29040
29041 \series bold
29042
29043 \backslash
29044 setlength{
29045 \backslash
29046 FrameRule}{5pt}
29047 \begin_inset Newline newline
29048 \end_inset
29049
29050
29051 \backslash
29052 setlength{
29053 \backslash
29054 FrameSep}{0.5cm}
29055 \end_layout
29056
29057 \begin_layout Standard
29058 \begin_inset ERT
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062
29063
29064 \backslash
29065 setlength{
29066 \backslash
29067 FrameRule}{5pt}
29068 \end_layout
29069
29070 \begin_layout Plain Layout
29071
29072
29073 \backslash
29074 setlength{
29075 \backslash
29076 FrameSep}{0.5cm}
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \begin_inset Box Framed
29083 position "t"
29084 hor_pos "c"
29085 has_inner_box 0
29086 inner_pos "t"
29087 use_parbox 0
29088 use_makebox 0
29089 width "100col%"
29090 special "none"
29091 height "1in"
29092 height_special "totalheight"
29093 status open
29094
29095 \begin_layout Plain Layout
29096 Dies ist Text in einer 
29097 \family sans
29098 Seitenumbruch erlaubt
29099 \family default
29100  Box.
29101 \end_layout
29102
29103 \end_inset
29104
29105
29106 \begin_inset ERT
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110
29111
29112 \backslash
29113 setlength{
29114 \backslash
29115 FrameRule}{0.4pt}
29116 \end_layout
29117
29118 \begin_layout Plain Layout
29119
29120
29121 \backslash
29122 setlength{
29123 \backslash
29124 FrameSep}{9pt}
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset VSpace bigskip
29134 \end_inset
29135
29136 Für Boxen mit 
29137 \family sans
29138 schattiertem Hintergrund
29139 \family default
29140  beträgt der Abstand zwischen Rand und Text 3
29141 \begin_inset space \thinspace{}
29142 \end_inset
29143
29144 pt und kann mit 
29145 \series bold
29146
29147 \backslash
29148 fboxsep
29149 \series default
29150  geändert werden.
29151  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29152  
29153 \series bold
29154
29155 \backslash
29156 definecolor{shadecolor}
29157 \series default
29158  oder global über das Menü 
29159 \family sans
29160 Werkzeuge\SpecialChar \menuseparator
29161 Einstellungen\SpecialChar \menuseparator
29162 Farben\SpecialChar \menuseparator
29163 Schattierte
29164 \begin_inset space ~
29165 \end_inset
29166
29167 Box
29168 \family default
29169  geändert werden.
29170  Das Schema des 
29171 \series bold
29172
29173 \backslash
29174 definecolor
29175 \series default
29176  Befehls ist  in Abschnitt
29177 \begin_inset space ~
29178 \end_inset
29179
29180
29181 \begin_inset CommandInset ref
29182 LatexCommand ref
29183 reference "abs:Farbige-Tabellen"
29184
29185 \end_inset
29186
29187  erklärt.
29188 \begin_inset Foot
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 Beachten Sie, dass 
29193 \series bold
29194
29195 \backslash
29196 definecolor
29197 \series default
29198  das LaTeX-Paket 
29199 \series bold
29200 color
29201 \series default
29202  im LaTeX-Vorspann benötigt, siehe Abschnitt
29203 \begin_inset space ~
29204 \end_inset
29205
29206
29207 \begin_inset CommandInset ref
29208 LatexCommand ref
29209 reference "abs:Farbige-Boxen"
29210
29211 \end_inset
29212
29213 .
29214 \end_layout
29215
29216 \end_inset
29217
29218  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29219 \end_layout
29220
29221 \begin_layout Standard
29222
29223 \series bold
29224
29225 \backslash
29226 setlength{
29227 \backslash
29228 fboxsep}{0.5cm}
29229 \begin_inset Newline newline
29230 \end_inset
29231
29232
29233 \backslash
29234 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 setlength{
29246 \backslash
29247 fboxsep}{0.5cm}
29248 \end_layout
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \begin_inset Box Shaded
29261 position "t"
29262 hor_pos "c"
29263 has_inner_box 0
29264 inner_pos "t"
29265 use_parbox 0
29266 use_makebox 0
29267 width "100col%"
29268 special "none"
29269 height "1in"
29270 height_special "totalheight"
29271 status open
29272
29273 \begin_layout Plain Layout
29274
29275 \color yellow
29276 Dies ist gelber Text in einer 
29277 \family sans
29278 schattierten Hintergrund
29279 \begin_inset space ~
29280 \end_inset
29281
29282
29283 \family default
29284 Box auf dunkelgrünem Hintergrund.
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295
29296 \backslash
29297 setlength{
29298 \backslash
29299 fboxsep}{3pt}
29300 \end_layout
29301
29302 \begin_layout Plain Layout
29303
29304
29305 \backslash
29306 definecolor{shadecolor}{rgb}{1,0,0}
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Standard
29315 \begin_inset VSpace bigskip
29316 \end_inset
29317
29318 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29319  der sie ändert.
29320 \end_layout
29321
29322 \begin_layout Section
29323 Minipage
29324 \begin_inset CommandInset label
29325 LatexCommand label
29326 name "abs:Minipage"
29327
29328 \end_inset
29329
29330
29331 \begin_inset Index idx
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335 Boxen ! Minipage
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \begin_layout Standard
29344 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29345  deshalb unter anderem eigene Fußnoten haben.
29346 \end_layout
29347
29348 \begin_layout Standard
29349 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29354  Ihre Breite ist 45 Spaltenbreite
29355 \begin_inset space ~
29356 \end_inset
29357
29358 %, und sie sind durch einen 
29359 \family sans
29360 HFill
29361 \family default
29362  getrennt (
29363 \family sans
29364 Einfügen\SpecialChar \menuseparator
29365 Formatierung\SpecialChar \menuseparator
29366 Horizontaler
29367 \begin_inset space \space{}
29368 \end_inset
29369
29370 Abstand\SpecialChar \menuseparator
29371 Abstand\SpecialChar \menuseparator
29372 Variabler
29373 \begin_inset space ~
29374 \end_inset
29375
29376 horiz.
29377 \begin_inset space ~
29378 \end_inset
29379
29380 Abstand
29381 \family default
29382 ).
29383 \begin_inset Newpage newpage
29384 \end_inset
29385
29386
29387 \end_layout
29388
29389 \begin_layout Standard
29390 \noindent
29391 \begin_inset Box Frameless
29392 position "t"
29393 hor_pos "c"
29394 has_inner_box 1
29395 inner_pos "c"
29396 use_parbox 0
29397 use_makebox 0
29398 width "45col%"
29399 special "none"
29400 height "1in"
29401 height_special "totalheight"
29402 status open
29403
29404 \begin_layout Plain Layout
29405 Dies ist ein deutscher Text.
29406  Dies ist ein deutscher Text.
29407  Dies ist ein deutscher Text.
29408  Dies ist ein deutscher Text.
29409  Dies ist ein deutscher Text.
29410  Dies ist ein deutscher Text.
29411  Dies ist ein deutscher Text.
29412  Dies ist ein deutscher Text.
29413  Dies ist ein deutscher Text.
29414  Dies ist ein deutscher Text.
29415  Dies ist ein deutscher Text.
29416  Dies ist ein deutscher Text.
29417  Dies ist ein deutscher Text
29418 \begin_inset Foot
29419 status open
29420
29421 \begin_layout Plain Layout
29422 Dies ist eine deutsche Fußnote.
29423 \end_layout
29424
29425 \end_inset
29426
29427 .
29428  Dies ist ein deutscher Text.
29429  Dies ist ein deutscher Text.
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \begin_inset space \hfill{}
29436 \end_inset
29437
29438
29439 \begin_inset Box Frameless
29440 position "t"
29441 hor_pos "c"
29442 has_inner_box 1
29443 inner_pos "c"
29444 use_parbox 0
29445 use_makebox 0
29446 width "45col%"
29447 special "none"
29448 height "1in"
29449 height_special "totalheight"
29450 status open
29451
29452 \begin_layout Plain Layout
29453
29454 \lang english
29455 This is an English Text.
29456  This is an English Text.
29457  This is an English Text.
29458  This is an English Text.
29459  This is an English Text.
29460  This is an English Text.
29461  This is an English Text.
29462  This is an English Text.
29463  This is an English Text.
29464  This is an English Text.
29465  This is an English Text.
29466  This is an English Text.
29467  This is an English Text.
29468  This is an English Text.
29469  This is an English Text.
29470  This is an English Text.
29471 \begin_inset Foot
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475
29476 \lang english
29477 This is an English footnote.
29478 \end_layout
29479
29480 \end_inset
29481
29482  This is an English Text.
29483  
29484 \end_layout
29485
29486 \end_inset
29487
29488
29489 \end_layout
29490
29491 \begin_layout Standard
29492 \begin_inset VSpace bigskip
29493 \end_inset
29494
29495 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29496  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29497  Absätze nicht eingerückt werden, obwohl Sie das in 
29498 \family sans
29499 Dokument
29500 \family default
29501 \SpecialChar \menuseparator
29502
29503 \family sans
29504 Einstellun\SpecialChar \-
29505 gen\SpecialChar \menuseparator
29506 Textformat
29507 \family default
29508  festgelegt haben.
29509  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29510  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29511 \series bold
29512
29513 \backslash
29514 hspace*{1em}
29515 \series default
29516 .
29517 \end_layout
29518
29519 \begin_layout Standard
29520 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29521  zu verpassen, siehe Abschnitt
29522 \begin_inset space ~
29523 \end_inset
29524
29525
29526 \begin_inset CommandInset ref
29527 LatexCommand ref
29528 reference "uab:Farbe-für-Absätze"
29529
29530 \end_inset
29531
29532 .
29533 \end_layout
29534
29535 \begin_layout Standard
29536 \begin_inset Note Greyedout
29537 status open
29538
29539 \begin_layout Plain Layout
29540
29541 \series bold
29542 Bemerkung:
29543 \series default
29544  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29545  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29546 \end_layout
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \begin_layout Section
29554 Parbox
29555 \begin_inset CommandInset label
29556 LatexCommand label
29557 name "abs:Parbox"
29558
29559 \end_inset
29560
29561
29562 \begin_inset Index idx
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566 Boxen ! Parbox
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Parbox ist eine Abkürzung für 
29576 \begin_inset Quotes gld
29577 \end_inset
29578
29579 paragraph box
29580 \begin_inset Quotes grd
29581 \end_inset
29582
29583 , was Absatzbox bedeutet.
29584  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29585  Parboxen einige Einschränkungen.
29586  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29587  gedruckt:
29588 \end_layout
29589
29590 \begin_layout Standard
29591 \align center
29592 \begin_inset Box Frameless
29593 position "t"
29594 hor_pos "c"
29595 has_inner_box 1
29596 inner_pos "t"
29597 use_parbox 1
29598 use_makebox 0
29599 width "33col%"
29600 special "none"
29601 height "1in"
29602 height_special "totalheight"
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606 Dies ist Text in einer Parbox.
29607  Dies ist Text in einer Parbox.
29608 \end_layout
29609
29610 \begin_layout Plain Layout
29611 Diese Fußnote wird nicht gedruckt:
29612 \begin_inset Foot
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \begin_layout Standard
29630 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29631  und Theoreme enthalten.
29632 \end_layout
29633
29634 \begin_layout Section
29635 Boxen für Worte und Buchstaben
29636 \begin_inset Index idx
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640 Boxen ! für Buchstaben
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Subsection
29649 Silbentrennung unterbinden
29650 \begin_inset CommandInset label
29651 LatexCommand label
29652 name "abs:Silbentrennung-unterbinden"
29653
29654 \end_inset
29655
29656
29657 \begin_inset Index idx
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Boxen ! zur Vermeidung von Silbentrennung
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Sie können den Boxtyp 
29671 \family sans
29672 Makebox
29673 \family default
29674  benutzen, um Silbentrennungen zu unterbinden.
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678 Hier ist ein Beispiel: 
29679 \end_layout
29680
29681 \begin_layout Standard
29682 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29683 \begin_inset Quotes gld
29684 \end_inset
29685
29686 einsehrsehrsehrlangeswort
29687 \begin_inset Quotes grd
29688 \end_inset
29689
29690 .
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
29695  Innere
29696 \begin_inset space ~
29697 \end_inset
29698
29699 Box auf Makebox und deren Breite auf 1
29700 \begin_inset space \thinspace{}
29701 \end_inset
29702
29703 Width.
29704 \end_layout
29705
29706 \begin_layout Standard
29707 Hier ist das Ergebnis:
29708 \end_layout
29709
29710 \begin_layout Standard
29711 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29712 \begin_inset Box Frameless
29713 position "t"
29714 hor_pos "c"
29715 has_inner_box 1
29716 inner_pos "t"
29717 use_parbox 0
29718 use_makebox 1
29719 width "1in"
29720 special "width"
29721 height "1in"
29722 height_special "totalheight"
29723 status open
29724
29725 \begin_layout Plain Layout
29726 \begin_inset Quotes gld
29727 \end_inset
29728
29729 einsehrsehrsehrlangeswort
29730 \begin_inset Quotes grd
29731 \end_inset
29732
29733
29734 \end_layout
29735
29736 \end_inset
29737
29738 .
29739 \end_layout
29740
29741 \begin_layout Standard
29742 Alternativ dazu kann man auch den Befehl 
29743 \begin_inset Quotes gld
29744 \end_inset
29745
29746
29747 \series bold
29748
29749 \backslash
29750 -
29751 \series default
29752
29753 \begin_inset Quotes grd
29754 \end_inset
29755
29756  als TeX-Code direkt vor das Wort setzen:
29757 \end_layout
29758
29759 \begin_layout Standard
29760 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29761 \begin_inset Quotes gld
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770
29771 \backslash
29772 -
29773 \end_layout
29774
29775 \end_inset
29776
29777 einsehrsehrsehrlangeswort
29778 \begin_inset Quotes grd
29779 \end_inset
29780
29781 .
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29786  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29787 \family sans
29788 Strg-Eingabe
29789 \family default
29790 ) einfügen: 
29791 \end_layout
29792
29793 \begin_layout Standard
29794 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29795 \begin_inset Newline newline
29796 \end_inset
29797
29798
29799 \begin_inset Box Frameless
29800 position "t"
29801 hor_pos "c"
29802 has_inner_box 1
29803 inner_pos "t"
29804 use_parbox 0
29805 use_makebox 1
29806 width "1in"
29807 special "width"
29808 height "1in"
29809 height_special "totalheight"
29810 status open
29811
29812 \begin_layout Plain Layout
29813 \begin_inset Quotes gld
29814 \end_inset
29815
29816 einsehrsehrsehrlangeswort
29817 \begin_inset Quotes grd
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \end_inset
29824
29825 .
29826 \end_layout
29827
29828 \begin_layout Subsection
29829 Vertikale Ausrichtung
29830 \begin_inset CommandInset label
29831 LatexCommand label
29832 name "uab:Vertikale-Ausrichtung"
29833
29834 \end_inset
29835
29836
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 Boxen ! für Vertikale Ausrichtung
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Boxen ! raisebox
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Mit dem LaTeX-Befehl 
29861 \series bold
29862
29863 \backslash
29864 raisebox
29865 \series default
29866  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29867 n Textes ausrichten.
29868  
29869 \series bold
29870
29871 \backslash
29872 raisebox
29873 \series default
29874  wird folgendermaßen benutzt:
29875 \end_layout
29876
29877 \begin_layout Standard
29878
29879 \series bold
29880
29881 \backslash
29882 raisebox{Verschiebung}[oben][unten]{Text}
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Positive Werte für Verschiebung
29887 \series bold
29888  
29889 \series default
29890 verschieben die Box nach oben, negative nach unten.
29891  Die beiden optionalen Parameter 
29892 \family typewriter
29893 oben
29894 \family default
29895  und 
29896 \family typewriter
29897 unten
29898 \family default
29899  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29900  hinausgeht, wenn sie nicht verschoben ist.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Um zum Beispiel das Wort 
29905 \begin_inset Quotes gld
29906 \end_inset
29907
29908 provokant
29909 \begin_inset Quotes grd
29910 \end_inset
29911
29912  mit seinem 
29913 \begin_inset Quotes gld
29914 \end_inset
29915
29916 niedrigsten
29917 \begin_inset Quotes grd
29918 \end_inset
29919
29920  Buchstaben 
29921 \begin_inset Quotes gld
29922 \end_inset
29923
29924 p
29925 \begin_inset Quotes grd
29926 \end_inset
29927
29928  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 raisebox{
29937 \backslash
29938 depth}{
29939 \end_layout
29940
29941 \begin_layout Standard
29942 vor dem Wort einfügen und 
29943 \begin_inset Quotes gld
29944 \end_inset
29945
29946
29947 \series bold
29948 }
29949 \series default
29950
29951 \begin_inset Quotes grd
29952 \end_inset
29953
29954  als TeX-Code dahinter:
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Dies ist eine Zeile, in der das Wort 
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964
29965 \backslash
29966 raisebox{
29967 \backslash
29968 depth}{
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset Quotes gld
29975 \end_inset
29976
29977 provokant
29978 \begin_inset Quotes grd
29979 \end_inset
29980
29981
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 }
29988 \end_layout
29989
29990 \end_inset
29991
29992  nach oben verschoben wurde.
29993 \end_layout
29994
29995 \begin_layout Standard
29996 \begin_inset VSpace bigskip
29997 \end_inset
29998
29999 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30000  gedehnt:
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Dies ist eine Zeile, in der das Wort 
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010
30011 \backslash
30012 raisebox{-
30013 \backslash
30014 depth}{
30015 \end_layout
30016
30017 \end_inset
30018
30019
30020 \begin_inset Quotes gld
30021 \end_inset
30022
30023 provokant
30024 \begin_inset Quotes grd
30025 \end_inset
30026
30027
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033 }
30034 \end_layout
30035
30036 \end_inset
30037
30038  nach unten verschoben wurde.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 Dies ist eine Zeile, in der das Wort 
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 raisebox{0.5cm}{
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \begin_inset Quotes gld
30057 \end_inset
30058
30059 testen
30060 \begin_inset Quotes grd
30061 \end_inset
30062
30063
30064 \begin_inset ERT
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069 }
30070 \end_layout
30071
30072 \end_inset
30073
30074  um 0.5
30075 \begin_inset space \thinspace{}
30076 \end_inset
30077
30078 cm nach oben verschoben wurde.
30079 \end_layout
30080
30081 \begin_layout Standard
30082 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 raisebox{-
30091 \backslash
30092 depth}[0pt]{
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Dies ist eine Zeile, in der das Wort 
30097 \begin_inset ERT
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101
30102
30103 \backslash
30104 raisebox{-
30105 \backslash
30106 depth}[0pt]{
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset Quotes gld
30113 \end_inset
30114
30115 provokant
30116 \begin_inset Quotes grd
30117 \end_inset
30118
30119
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 }
30126 \end_layout
30127
30128 \end_inset
30129
30130  nach unten verschoben wurde.
30131 \end_layout
30132
30133 \begin_layout Standard
30134 Dies ist eine Zeile, in der das Wort 
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140
30141 \backslash
30142 raisebox{0.5cm}[0pt]{
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \begin_inset Quotes gld
30149 \end_inset
30150
30151 testen
30152 \begin_inset Quotes grd
30153 \end_inset
30154
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161 }
30162 \end_layout
30163
30164 \end_inset
30165
30166  um 0.5
30167 \begin_inset space \thinspace{}
30168 \end_inset
30169
30170 cm nach oben verschoben wurde.
30171  Jetzt überschneiden sich die verschobenen Worte.
30172 \end_layout
30173
30174 \begin_layout Section
30175 Farbige Boxen
30176 \begin_inset CommandInset label
30177 LatexCommand label
30178 name "abs:Farbige-Boxen"
30179
30180 \end_inset
30181
30182
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 Boxen ! farbige
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Subsection
30196 Text-Hintergrundfarbe
30197 \begin_inset Index idx
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Farbe ! für Text-Hintergrund
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \begin_layout Standard
30210 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30211  so genannten 
30212 \begin_inset Quotes gld
30213 \end_inset
30214
30215 colorbox
30216 \begin_inset Quotes grd
30217 \end_inset
30218
30219  stehen.
30220  Dafür muss das LaTeX-Paket 
30221 \series bold
30222 color
30223 \series default
30224
30225 \begin_inset Index idx
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229 LaTeX-Pakete ! color
30230 \end_layout
30231
30232 \end_inset
30233
30234  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240
30241 \backslash
30242 @ifundefined{textcolor}
30243 \begin_inset Newline newline
30244 \end_inset
30245
30246
30247 \begin_inset Phantom HPhantom
30248 status open
30249
30250 \begin_layout Plain Layout
30251
30252 \series bold
30253 \begin_inset space ~
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \end_inset
30260
30261 {
30262 \backslash
30263 usepackage{color}}{}
30264 \end_layout
30265
30266 \begin_layout Standard
30267 Wenn Sie Text einfärben, lädt LyX das Paket 
30268 \series bold
30269 color
30270 \series default
30271  automatisch.
30272 \begin_inset Foot
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Der Befehl 
30277 \series bold
30278
30279 \backslash
30280 @ifundefined
30281 \series default
30282  vermeidet, dass es in diesem Fall doppelt geladen wird.
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset VSpace medskip
30292 \end_inset
30293
30294 Colorboxen werden mit dem Befehl 
30295 \series bold
30296
30297 \backslash
30298 colorbox
30299 \series default
30300  erzeugt:
30301 \end_layout
30302
30303 \begin_layout Standard
30304
30305 \series bold
30306
30307 \backslash
30308 colorbox{Farbe}{Boxinhalt}
30309 \end_layout
30310
30311 \begin_layout Standard
30312 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30313  Boxen sein.
30314 \end_layout
30315
30316 \begin_layout Standard
30317 Die folgenden Farben sind vordefiniert:
30318 \family sans
30319  schwarz
30320 \family default
30321
30322 \family sans
30323 wei
30324 \family default
30325 ß, 
30326 \family sans
30327 rot
30328 \family default
30329 \series bold
30330 ,
30331 \series default
30332  
30333 \family sans
30334 grün
30335 \family default
30336
30337 \family sans
30338 blau
30339 \family default
30340
30341 \family sans
30342 türkis
30343 \family default
30344
30345 \family sans
30346 purpurrot
30347 \family default
30348  und 
30349 \family sans
30350 gelb
30351 \family default
30352 .
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30357 \begin_inset space ~
30358 \end_inset
30359
30360
30361 \begin_inset CommandInset ref
30362 LatexCommand ref
30363 reference "abs:Farbige-Tabellen"
30364
30365 \end_inset
30366
30367  beschrieben.
30368 \end_layout
30369
30370 \begin_layout Standard
30371 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30372  den TeX-Code-Befehl
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \series bold
30378
30379 \backslash
30380 colorbox{red}{
30381 \end_layout
30382
30383 \begin_layout Standard
30384 vor dem Wort ein.
30385  Hinter dem Wort fügen Sie 
30386 \series bold
30387
30388 \begin_inset Quotes gld
30389 \end_inset
30390
30391 }
30392 \series default
30393
30394 \begin_inset Quotes grd
30395 \end_inset
30396
30397  als TeX-Code ein.
30398  Hier ist das Ergebnis:
30399 \end_layout
30400
30401 \begin_layout Standard
30402 In dieser Zeile hat 
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408
30409 \backslash
30410 colorbox{red}{
30411 \end_layout
30412
30413 \end_inset
30414
30415 Achtung!
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 }
30422 \end_layout
30423
30424 \end_inset
30425
30426  einen roten Hintergrund.
30427 \end_layout
30428
30429 \begin_layout Standard
30430 \begin_inset VSpace bigskip
30431 \end_inset
30432
30433 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30434  
30435 \series bold
30436
30437 \backslash
30438 fcolorbox
30439 \series default
30440  verwenden:
30441 \end_layout
30442
30443 \begin_layout Standard
30444
30445 \series bold
30446
30447 \backslash
30448 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30449 \end_layout
30450
30451 \begin_layout Standard
30452
30453 \series bold
30454
30455 \backslash
30456 fcolorbox
30457 \series default
30458  ist eine Erweiterung von 
30459 \series bold
30460
30461 \backslash
30462 colorbox
30463 \series default
30464 .
30465  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30466  
30467 \series bold
30468
30469 \backslash
30470 fboxrule
30471 \series default
30472  und 
30473 \series bold
30474
30475 \backslash
30476 fboxsep
30477 \series default
30478  gesteuert werden, wie in Abschnitt
30479 \begin_inset space ~
30480 \end_inset
30481
30482
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "uab:Verzierung"
30486
30487 \end_inset
30488
30489  beschrieben.
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Für das folgende Beispiel wurde der Befehl
30494 \end_layout
30495
30496 \begin_layout Standard
30497
30498 \series bold
30499
30500 \backslash
30501 fcolorbox{cyan}{magenta}{
30502 \end_layout
30503
30504 \begin_layout Standard
30505 benutzt.
30506  Hier wurden die Rahmendicke und der Abstand auf 1
30507 \begin_inset space \thinspace{}
30508 \end_inset
30509
30510 mm gesetzt:
30511 \begin_inset Newline newline
30512 \end_inset
30513
30514
30515 \begin_inset ERT
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519
30520
30521 \backslash
30522 fboxrule 1mm 
30523 \backslash
30524 fboxsep 1mm
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 fcolorbox{cyan}{green}{
30538 \end_layout
30539
30540 \end_inset
30541
30542 Dies ist Text in einer farbigen, gerahmten Box.
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548 }
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 \begin_inset VSpace bigskip
30558 \end_inset
30559
30560 Natürlich gibt es auch farbigen Text in einer Colorbox:
30561 \begin_inset Newline newline
30562 \end_inset
30563
30564
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570
30571 \backslash
30572 fcolorbox{cyan}{green}{
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \color yellow
30579 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30580 \color none
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587 }
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598
30599 \backslash
30600 fboxrule 0.4pt 
30601 \backslash
30602 fboxsep 3pt
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Standard
30611 \begin_inset VSpace bigskip
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Standard
30618 \begin_inset Note Greyedout
30619 status open
30620
30621 \begin_layout Plain Layout
30622 \noindent
30623
30624 \series bold
30625 Bemerkung:
30626 \series default
30627  Text in Colorboxen kann nicht umgebrochen werden.
30628  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30629  wie im folgenden beschrieben.
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Subsection
30638 Farbe für Absätze
30639 \begin_inset CommandInset label
30640 LatexCommand label
30641 name "uab:Farbe-für-Absätze"
30642
30643 \end_inset
30644
30645
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 Farbe ! für Absätze
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30660  den Text in eine Minipage stellen.
30661  Vor der Minipage fügen Sie den TeX-Code-Befehl
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666 \series bold
30667
30668 \backslash
30669 colorbox{color}{
30670 \end_layout
30671
30672 \begin_layout Standard
30673 ein.
30674  Hinter der Minipage fügen Sie 
30675 \series bold
30676
30677 \begin_inset Quotes gld
30678 \end_inset
30679
30680 }
30681 \series default
30682
30683 \begin_inset Quotes grd
30684 \end_inset
30685
30686  als TeX-Code ein.
30687 \end_layout
30688
30689 \begin_layout Standard
30690 \begin_inset ERT
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694
30695
30696 \backslash
30697 colorbox{hellgrau}{
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \begin_inset Box Frameless
30704 position "t"
30705 hor_pos "c"
30706 has_inner_box 1
30707 inner_pos "t"
30708 use_parbox 0
30709 use_makebox 0
30710 width "100col%"
30711 special "none"
30712 height "1in"
30713 height_special "totalheight"
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Dies ist Text mit einer Hintergrundfarbe.
30718  Dies ist Text mit einer Hintergrundfarbe.
30719 \end_layout
30720
30721 \begin_layout Plain Layout
30722 Der Text kann Fußnoten
30723 \begin_inset Foot
30724 status open
30725
30726 \begin_layout Plain Layout
30727 Eine weitere Fußnote
30728 \end_layout
30729
30730 \end_inset
30731
30732  und Tabellen und Abbildungen enthalten.
30733 \end_layout
30734
30735 \begin_layout Plain Layout
30736 \align center
30737 \begin_inset Tabular
30738 <lyxtabular version="3" rows="3" columns="3">
30739 <features tabularvalignment="middle">
30740 <column alignment="center" valignment="top" width="0">
30741 <column alignment="center" valignment="top" width="0">
30742 <column alignment="center" valignment="top" width="0">
30743 <row>
30744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30745 \begin_inset Text
30746
30747 \begin_layout Plain Layout
30748 a
30749 \end_layout
30750
30751 \end_inset
30752 </cell>
30753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30754 \begin_inset Text
30755
30756 \begin_layout Plain Layout
30757 !
30758 \end_layout
30759
30760 \end_inset
30761 </cell>
30762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30763 \begin_inset Text
30764
30765 \begin_layout Plain Layout
30766 3
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 </row>
30772 <row>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777 <
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786 b2
30787 \begin_inset Quotes erd
30788 \end_inset
30789
30790 |
30791 \end_layout
30792
30793 \end_inset
30794 </cell>
30795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30796 \begin_inset Text
30797
30798 \begin_layout Plain Layout
30799 >
30800 \end_layout
30801
30802 \end_inset
30803 </cell>
30804 </row>
30805 <row>
30806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Plain Layout
30810 1
30811 \end_layout
30812
30813 \end_inset
30814 </cell>
30815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30816 \begin_inset Text
30817
30818 \begin_layout Plain Layout
30819 §
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30825 \begin_inset Text
30826
30827 \begin_layout Plain Layout
30828 c
30829 \end_layout
30830
30831 \end_inset
30832 </cell>
30833 </row>
30834 </lyxtabular>
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849 }
30850 \end_layout
30851
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Section
30858 Rotierte und skalierte Boxen
30859 \end_layout
30860
30861 \begin_layout Standard
30862 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30863 \series bold
30864 graphicx
30865 \series default
30866
30867 \begin_inset Index idx
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 LaTeX-Pakete ! graphicx
30872 \end_layout
30873
30874 \end_inset
30875
30876  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 @ifundefined{rotatebox}
30885 \begin_inset Newline newline
30886 \end_inset
30887
30888
30889 \begin_inset Phantom HPhantom
30890 status open
30891
30892 \begin_layout Plain Layout
30893
30894 \series bold
30895 \begin_inset space ~
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \end_inset
30902
30903 {
30904 \backslash
30905 usepackage{graphicx}}{}
30906 \end_layout
30907
30908 \begin_layout Standard
30909 \begin_inset Note Greyedout
30910 status open
30911
30912 \begin_layout Plain Layout
30913
30914 \series bold
30915 Bemerkung:
30916 \series default
30917  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30918  darstellen.
30919  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 \begin_inset Note Greyedout
30929 status open
30930
30931 \begin_layout Plain Layout
30932
30933 \series bold
30934 Bemerkung:
30935 \series default
30936  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Subsection
30945 Rotierte Boxen
30946 \begin_inset Index idx
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 Boxen ! rotierte
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \begin_inset Index idx
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960 Rotiertes Material
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \begin_inset Index idx
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Abbildungen ! rotierte
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \begin_inset Index idx
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980 Tabellen ! rotierte
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 Um Text zu drehen, verwendet man den Befehl 
30990 \series bold
30991
30992 \backslash
30993 rotatebox
30994 \series default
30995  im TeX-Code nach folgendem Schema:
30996 \end_layout
30997
30998 \begin_layout Standard
30999
31000 \series bold
31001
31002 \backslash
31003 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Der Drehpunkt wird mit 
31008 \series bold
31009 origin=Position
31010 \series default
31011  angegeben.
31012  Folgende Positionen sind möglich: 
31013 \emph on
31014 c
31015 \emph default
31016  (mittig), 
31017 \emph on
31018 l
31019 \emph default
31020  (links), 
31021 \emph on
31022 r
31023 \emph default
31024  (rechts), 
31025 \emph on
31026 b
31027 \emph default
31028  (unten), 
31029 \emph on
31030 t
31031 \emph default
31032  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31033  Z.
31034 \begin_inset space \thinspace{}
31035 \end_inset
31036
31037 B.
31038  bedeutet 
31039 \emph on
31040 lt
31041 \emph default
31042 , dass sich der Drehpunkt links oben befindet.
31043  Wird kein Drehpunkt angegeben, wird die Position 
31044 \emph on
31045 l
31046 \emph default
31047  verwendet.
31048  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31049  Gedreht wird gegen den Uhrzeigersinn.
31050 \end_layout
31051
31052 \begin_layout Standard
31053 Im folgenden Beispiel wurde vor dem Text der Befehl 
31054 \series bold
31055
31056 \backslash
31057 rotatebox[origin=c]{60}{
31058 \series default
31059  im TeX-Modus eingegeben.
31060  Nach dem Text wurde die schließende Klammer 
31061 \series bold
31062 }
31063 \series default
31064  wiederum im TeX-Modus eingegeben.
31065 \end_layout
31066
31067 \begin_layout Standard
31068 Dies ist eine Zeile 
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 rotatebox[origin=c]{60}{
31077 \end_layout
31078
31079 \end_inset
31080
31081 mit rotiertem
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087 }
31088 \end_layout
31089
31090 \end_inset
31091
31092  Text.
31093 \end_layout
31094
31095 \begin_layout Standard
31096 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31097 \end_layout
31098
31099 \begin_layout Standard
31100 Dies ist eine Zeile 
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106
31107 \backslash
31108 rotatebox[origin=r]{-60}{
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Box Doublebox
31115 position "c"
31116 hor_pos "c"
31117 has_inner_box 0
31118 inner_pos "c"
31119 use_parbox 0
31120 use_makebox 0
31121 width "1in"
31122 special "width"
31123 height "1in"
31124 height_special "totalheight"
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 mit rotiertem
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139 }
31140 \end_layout
31141
31142 \end_inset
31143
31144  umrandeten Text 
31145 \begin_inset ERT
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149
31150
31151 \backslash
31152 rotatebox[origin=lb]{60}{
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167 }
31168 \end_layout
31169
31170 \end_inset
31171
31172  und einer Formel.
31173 \end_layout
31174
31175 \begin_layout Standard
31176 Oder ein Bild oder Tabelle:
31177 \end_layout
31178
31179 \begin_layout Standard
31180 Dies ist eine Zeile 
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186
31187 \backslash
31188 rotatebox[origin=lb]{90}{
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \begin_inset Graphics
31195         filename ../clipart/platypus.eps
31196         lyxscale 50
31197         width 25col%
31198
31199 \end_inset
31200
31201
31202 \begin_inset ERT
31203 status collapsed
31204
31205 \begin_layout Plain Layout
31206
31207 }
31208 \end_layout
31209
31210 \end_inset
31211
31212  mit einem rotierten Bild 
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217
31218
31219 \backslash
31220 rotatebox[origin=l]{-90}{
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \begin_inset Tabular
31227 <lyxtabular version="3" rows="2" columns="2">
31228 <features tabularvalignment="middle">
31229 <column alignment="center" valignment="top" width="0">
31230 <column alignment="center" valignment="top" width="0">
31231 <row>
31232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 q
31237 \end_layout
31238
31239 \end_inset
31240 </cell>
31241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31242 \begin_inset Text
31243
31244 \begin_layout Plain Layout
31245 w
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 </row>
31251 <row>
31252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256 e
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265 r
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 </row>
31271 </lyxtabular>
31272
31273 \end_inset
31274
31275
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281 }
31282 \end_layout
31283
31284 \end_inset
31285
31286  und Tabelle.
31287 \end_layout
31288
31289 \begin_layout Subsection
31290 Skalierte Boxen
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Boxen ! skalierte
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \begin_inset Index idx
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Skaliertes Material
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \begin_inset Index idx
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315 Abbildungen ! skalierte
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset Index idx
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325 Tabellen ! skalierte
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Standard
31334 Um Text zu skalieren, kann man die Befehle 
31335 \series bold
31336
31337 \backslash
31338 scalebox
31339 \series default
31340  und 
31341 \series bold
31342
31343 \backslash
31344 resizebox
31345 \series default
31346  im TeX-Modus verwenden.
31347 \end_layout
31348
31349 \begin_layout Standard
31350
31351 \series bold
31352
31353 \backslash
31354 scalebox
31355 \series default
31356  wird nach folgendem Schema verwendet:
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 scalebox{horizontal}[vertikal]{Boxinhalt}
31365 \end_layout
31366
31367 \begin_layout Standard
31368 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31369  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31370  verwendet.
31371 \end_layout
31372
31373 \begin_layout Standard
31374 Z.
31375 \begin_inset space \thinspace{}
31376 \end_inset
31377
31378 B.
31379  ergibt der Befehl 
31380 \series bold
31381
31382 \backslash
31383 scalebox{2}{Hallo}
31384 \series default
31385  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 scalebox{2}{
31394 \end_layout
31395
31396 \end_inset
31397
31398 Hallo
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404 }
31405 \end_layout
31406
31407 \end_inset
31408
31409 .
31410 \end_layout
31411
31412 \begin_layout Standard
31413
31414 \series bold
31415
31416 \backslash
31417 scalebox{2}[1]{Hallo}
31418 \series default
31419  verzerrt hingegen das 
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 scalebox{2}[1]{
31428 \end_layout
31429
31430 \end_inset
31431
31432 Hallo
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438 }
31439 \end_layout
31440
31441 \end_inset
31442
31443 .
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Die Skalierungsfaktoren dürfen auch negativ sein.
31448  In diesem Fall wird der Boxinhalt gespiegelt.
31449 \end_layout
31450
31451 \begin_layout Standard
31452 Daher lässt sich mit dem Befehl 
31453 \series bold
31454
31455 \backslash
31456 scalebox{-1}[1]{Hallo}
31457 \series default
31458  Spiegelschrift erstellen: 
31459 \begin_inset ERT
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463
31464
31465 \backslash
31466 scalebox{-1}[1]{
31467 \end_layout
31468
31469 \end_inset
31470
31471 Hallo
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477 }
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \end_layout
31484
31485 \begin_layout Standard
31486
31487 \series bold
31488
31489 \backslash
31490 scalebox{1}[-1]{Hallo}
31491 \series default
31492  spiegelt das 
31493 \begin_inset ERT
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497
31498
31499 \backslash
31500 scalebox{1}[-1]{
31501 \end_layout
31502
31503 \end_inset
31504
31505 Hallo
31506 \begin_inset ERT
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510
31511 }
31512 \end_layout
31513
31514 \end_inset
31515
31516  an der Grundlinie.
31517 \end_layout
31518
31519 \begin_layout Standard
31520 Zu 
31521 \series bold
31522
31523 \backslash
31524 scalebox{-1}[1]{Boxinhalt}
31525 \series default
31526  gibt es den äquivalenten Befehl
31527 \begin_inset Newline newline
31528 \end_inset
31529
31530
31531 \series bold
31532
31533 \backslash
31534 reflectbox{Boxinhalt}
31535 \series default
31536 .
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset VSpace bigskip
31541 \end_inset
31542
31543
31544 \series bold
31545
31546 \backslash
31547 resizebox
31548 \series default
31549  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31550  skalieren.
31551  Das Befehlsschema ist folgendes:
31552 \end_layout
31553
31554 \begin_layout Standard
31555
31556 \series bold
31557
31558 \backslash
31559 resizebox{Breite}{Höhe}{Boxinhalt}
31560 \end_layout
31561
31562 \begin_layout Standard
31563 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31564 \series bold
31565 !
31566 \series default
31567  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31568  wird.
31569 \end_layout
31570
31571 \begin_layout Standard
31572 Der Befehl 
31573 \series bold
31574
31575 \backslash
31576 resizebox{2cm}{1cm}{Hallo}
31577 \series default
31578  ergibt: 
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 resizebox{2cm}{1cm}{
31587 \end_layout
31588
31589 \end_inset
31590
31591 Hallo
31592 \begin_inset ERT
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596
31597 }
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606 Der Befehl 
31607 \series bold
31608
31609 \backslash
31610 resizebox{2cm}{!}{Hallo}
31611 \series default
31612  ergibt: 
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618
31619 \backslash
31620 resizebox{2cm}{!}{
31621 \end_layout
31622
31623 \end_inset
31624
31625 Hallo
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631 }
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset VSpace bigskip
31641 \end_inset
31642
31643
31644 \begin_inset Note Greyedout
31645 status open
31646
31647 \begin_layout Plain Layout
31648
31649 \series bold
31650 Bemerkung:
31651 \series default
31652  Wurde in Argumenten von 
31653 \series bold
31654
31655 \backslash
31656 scalebox
31657 \series default
31658  oder 
31659 \series bold
31660
31661 \backslash
31662 resizebox
31663 \series default
31664  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31665  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31666  werden.
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 \begin_inset VSpace bigskip
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Alle Boxen können beliebig miteinander kombiniert werden.
31683  So ergibt z.
31684 \begin_inset space \thinspace{}
31685 \end_inset
31686
31687 B.
31688  der Befehl
31689 \begin_inset Newline newline
31690 \end_inset
31691
31692
31693 \series bold
31694
31695 \backslash
31696 rotatebox[origin=c]{-45}{
31697 \backslash
31698 resizebox{2cm}{!}{
31699 \backslash
31700 reflectbox{Hallo}}}
31701 \series default
31702 :
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \align center
31707 \begin_inset ERT
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711
31712
31713 \backslash
31714 rotatebox[origin=c]{-45}{
31715 \backslash
31716 resizebox{2cm}{!}{
31717 \backslash
31718 reflectbox{
31719 \end_layout
31720
31721 \end_inset
31722
31723 Hallo
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729 }}}
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738 \noindent
31739 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31740 \end_layout
31741
31742 \begin_layout Standard
31743 \align center
31744 \begin_inset ERT
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749
31750 \backslash
31751 rotatebox[origin=c]{-30}{
31752 \backslash
31753 resizebox{2cm}{!}{
31754 \backslash
31755 reflectbox{
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset Graphics
31762         filename ../clipart/platypus.eps
31763         lyxscale 50
31764         width 25col%
31765
31766 \end_inset
31767
31768
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774 }}}
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \begin_inset ERT
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784
31785
31786 \backslash
31787 rotatebox[origin=c]{-45}{
31788 \backslash
31789 resizebox{2cm}{!}{
31790 \backslash
31791 reflectbox{
31792 \end_layout
31793
31794 \end_inset
31795
31796
31797 \begin_inset Tabular
31798 <lyxtabular version="3" rows="2" columns="2">
31799 <features tabularvalignment="middle">
31800 <column alignment="center" valignment="top" width="0">
31801 <column alignment="center" valignment="top" width="0">
31802 <row>
31803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31804 \begin_inset Text
31805
31806 \begin_layout Plain Layout
31807 q
31808 \end_layout
31809
31810 \end_inset
31811 </cell>
31812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31813 \begin_inset Text
31814
31815 \begin_layout Plain Layout
31816 w
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 </row>
31822 <row>
31823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827 e
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836 r
31837 \end_layout
31838
31839 \end_inset
31840 </cell>
31841 </row>
31842 </lyxtabular>
31843
31844 \end_inset
31845
31846
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852 }}}
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \begin_inset ERT
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863
31864 \backslash
31865 rotatebox[origin=c]{-45}{
31866 \backslash
31867 resizebox{2cm}{!}{
31868 \backslash
31869 reflectbox{
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31876 \end_inset
31877
31878
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884 }}}
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Standard
31893 Hat man den globalen Formelstil 
31894 \series bold
31895 fleqn
31896 \series default
31897
31898 \begin_inset Foot
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 Wenn 
31903 \begin_inset Quotes gld
31904 \end_inset
31905
31906 fleqn
31907 \begin_inset Quotes grd
31908 \end_inset
31909
31910  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31911 \end_layout
31912
31913 \end_inset
31914
31915  gewählt, kann man auch abgesetzte Formeln skalieren.
31916 \end_layout
31917
31918 \begin_layout Chapter
31919 Externe Dateien
31920 \begin_inset Index idx
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924 Dateien ! externe
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Standard
31933 Mit 
31934 \family sans
31935 Einfügen\SpecialChar \menuseparator
31936 Datei
31937 \family default
31938  können Sie fremdes Material in Ihr Dokument einsetzen.
31939  Das kann folgendes sein:
31940 \end_layout
31941
31942 \begin_layout Description
31943 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31944  eingefügt.
31945 \end_layout
31946
31947 \begin_layout Description
31948 Einfacher
31949 \begin_inset space ~
31950 \end_inset
31951
31952 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31953  eingefügt.
31954 \end_layout
31955
31956 \begin_layout Description
31957 Einfacher
31958 \begin_inset space ~
31959 \end_inset
31960
31961 Text,
31962 \begin_inset space ~
31963 \end_inset
31964
31965 Zeilen
31966 \begin_inset space ~
31967 \end_inset
31968
31969 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31970  Leerzeilen trennen die Absätze.
31971 \end_layout
31972
31973 \begin_layout Description
31974 Externes
31975 \begin_inset space ~
31976 \end_inset
31977
31978 Material Dateien in verschiedenen Formaten.
31979 \end_layout
31980
31981 \begin_layout Description
31982 Unterdokument LyX- oder LaTeX-Dokumente.
31983 \end_layout
31984
31985 \begin_layout Section
31986 Externes Material
31987 \begin_inset Index idx
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 Externes Material
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 Mit 
32001 \family sans
32002 Einfügen\SpecialChar \menuseparator
32003 Datei\SpecialChar \menuseparator
32004  Externes Material
32005 \family default
32006  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
32007  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
32008  weil LyX sich darum kümmert.
32009  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
32010  eingefügt werden können.
32011  Wenn die Grafikvorschau in den LyX-Einstellungen unter
32012 \family sans
32013  Aussehen
32014 \begin_inset space ~
32015 \end_inset
32016
32017 &
32018 \begin_inset space ~
32019 \end_inset
32020
32021 Handhabung\SpecialChar \menuseparator
32022 Grafik
32023 \family default
32024 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
32025 \end_layout
32026
32027 \begin_layout Standard
32028 Zur Zeit können Sie folgende Dateitypen (
32029 \family sans
32030 Vorlagen
32031 \family default
32032 ) benutzen:
32033 \end_layout
32034
32035 \begin_layout Description
32036 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
32037 \series bold
32038
32039 \begin_inset CommandInset href
32040 LatexCommand href
32041 name "XBoard"
32042 target "http://en.wikipedia.org/wiki/XBoard"
32043
32044 \end_inset
32045
32046
32047 \series default
32048  erzeugt wurden.
32049 \end_layout
32050
32051 \begin_layout Description
32052 Datum fügt ein Datum mit dem Format 
32053 \emph on
32054 Tag-Monat-Jahr
32055 \emph default
32056  ein.
32057  Hier ist ein Beispiel: 
32058 \begin_inset External
32059         template Date
32060         filename .
32061
32062 \end_inset
32063
32064
32065 \begin_inset space ~
32066 \end_inset
32067
32068
32069 \begin_inset Note Note
32070 status open
32071
32072 \begin_layout Plain Layout
32073
32074 \lang english
32075 Remove the protected space when bug 4398 is fixed!
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \begin_inset Newline newline
32082 \end_inset
32083
32084 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32085  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32086  Menü 
32087 \family sans
32088 Einfügen\SpecialChar \menuseparator
32089 Datum
32090 \family default
32091  und mit dem LaTeX-Befehl 
32092 \series bold
32093
32094 \backslash
32095 today
32096 \series default
32097 .
32098  Die verschiedenen Methoden werden in Tabelle
32099 \begin_inset space ~
32100 \end_inset
32101
32102
32103 \begin_inset CommandInset ref
32104 LatexCommand ref
32105 reference "tab:Vergleich-der-Datums-Eingaben"
32106
32107 \end_inset
32108
32109  verglichen.
32110 \end_layout
32111
32112 \begin_layout Description
32113 Dia unterstützt Diagramme, die mit dem Programm 
32114 \series bold
32115
32116 \begin_inset CommandInset href
32117 LatexCommand href
32118 name "Dia"
32119 target "http://en.wikipedia.org/wiki/Dia_(software)"
32120
32121 \end_inset
32122
32123
32124 \series default
32125  erzeugt wurden.
32126 \end_layout
32127
32128 \begin_layout Description
32129 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32130 \series bold
32131
32132 \begin_inset CommandInset href
32133 LatexCommand href
32134 name "LilyPond"
32135 target "http://en.wikipedia.org/wiki/LilyPond"
32136
32137 \end_inset
32138
32139
32140 \series default
32141  schreiben.
32142 \end_layout
32143
32144 \begin_layout Description
32145 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32146  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32147 \emph on
32148 pages
32149 \emph default
32150  Option im Feld 
32151 \family sans
32152 Option
32153 \family default
32154  in der Karteikarte 
32155 \family sans
32156 LaTeX- und LyX-Optionen
32157 \family default
32158  entsprechend der Vorlagenbeschreibung im Dialog.
32159  Wenn keine 
32160 \emph on
32161 pages
32162 \emph default
32163  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32164 \end_layout
32165
32166 \begin_layout Description
32167 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32168  Fast alle bekannten Bildformate werden unterstützt.
32169  Die Bilddateien können im Dialogfenster 
32170 \family sans
32171 Externes
32172 \begin_inset space ~
32173 \end_inset
32174
32175 Material
32176 \family default
32177  genauso behandelt werden wie die mit dem normalen 
32178 \family sans
32179 Grafik
32180 \family default
32181 -Dialog eingefügten, siehe Abschnitt
32182 \begin_inset space ~
32183 \end_inset
32184
32185
32186 \begin_inset CommandInset ref
32187 LatexCommand ref
32188 reference "abs:Grafik-Dialog"
32189
32190 \end_inset
32191
32192 .
32193  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32194  und EPS-Bilder werden nicht unterstützt.
32195 \end_layout
32196
32197 \begin_layout Description
32198 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32199 \series bold
32200
32201 \begin_inset CommandInset href
32202 LatexCommand href
32203 name "Xfig"
32204 target "http://en.wikipedia.org/wiki/Xfig"
32205
32206 \end_inset
32207
32208
32209 \series default
32210  erzeugt wurden.
32211 \end_layout
32212
32213 \begin_layout Standard
32214 \begin_inset Float table
32215 placement h
32216 wide false
32217 sideways false
32218 status open
32219
32220 \begin_layout Plain Layout
32221 \begin_inset Caption
32222
32223 \begin_layout Plain Layout
32224 \begin_inset CommandInset label
32225 LatexCommand label
32226 name "tab:Vergleich-der-Datums-Eingaben"
32227
32228 \end_inset
32229
32230 Vergleich der Datums-Eingaben
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Plain Layout
32239 \align center
32240 \begin_inset Tabular
32241 <lyxtabular version="3" rows="4" columns="4">
32242 <features tabularvalignment="middle">
32243 <column alignment="center" valignment="top" width="0">
32244 <column alignment="center" valignment="top" width="0">
32245 <column alignment="center" valignment="top" width="0">
32246 <column alignment="center" valignment="top" width="0">
32247 <row>
32248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32249 \begin_inset Text
32250
32251 \begin_layout Plain Layout
32252 Dokumentformat
32253 \end_layout
32254
32255 \end_inset
32256 </cell>
32257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261
32262 \family sans
32263 Externes Material\SpecialChar \menuseparator
32264 Datum
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273
32274 \family sans
32275 Einfügen\SpecialChar \menuseparator
32276 Datum
32277 \end_layout
32278
32279 \end_inset
32280 </cell>
32281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285 Befehl 
32286 \series bold
32287
32288 \backslash
32289 today
32290 \end_layout
32291
32292 \end_inset
32293 </cell>
32294 </row>
32295 <row>
32296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 LyX
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309 als Box
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318 als Datum
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32324 \begin_inset Text
32325
32326 \begin_layout Plain Layout
32327 als TeX-Code
32328 \end_layout
32329
32330 \end_inset
32331 </cell>
32332 </row>
32333 <row>
32334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32335 \begin_inset Text
32336
32337 \begin_layout Plain Layout
32338 LaTeX
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 als Datum
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 als Datum
32357 \end_layout
32358
32359 \end_inset
32360 </cell>
32361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32362 \begin_inset Text
32363
32364 \begin_layout Plain Layout
32365 als Befehl
32366 \end_layout
32367
32368 \end_inset
32369 </cell>
32370 </row>
32371 <row>
32372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376 DVI, PDF, PS
32377 \end_layout
32378
32379 \end_inset
32380 </cell>
32381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32382 \begin_inset Text
32383
32384 \begin_layout Plain Layout
32385 als Datum
32386 \end_layout
32387
32388 \end_inset
32389 </cell>
32390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32391 \begin_inset Text
32392
32393 \begin_layout Plain Layout
32394 als Datum
32395 \end_layout
32396
32397 \end_inset
32398 </cell>
32399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32400 \begin_inset Text
32401
32402 \begin_layout Plain Layout
32403 als Datum
32404 \end_layout
32405
32406 \end_inset
32407 </cell>
32408 </row>
32409 </lyxtabular>
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \end_inset
32417
32418
32419 \end_layout
32420
32421 \begin_layout Standard
32422 Wenn Sie im Dialogfenster
32423 \family sans
32424  Externes
32425 \begin_inset space ~
32426 \end_inset
32427
32428 Material 
32429 \family default
32430 in der Karteikarte
32431 \family sans
32432  Datei
32433 \family default
32434  die Option 
32435 \family sans
32436 Entwurf
32437 \family default
32438  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32439 \begin_inset Newline newline
32440 \end_inset
32441
32442 LyX kann externes Material entweder als Box wie hier: 
32443 \begin_inset Graphics
32444         filename clipart/ExternesMaterialQt4.png
32445         scale 85
32446         scaleBeforeRotation
32447
32448 \end_inset
32449
32450  oder als Bild darstellen.
32451  Das hängt davon ab, ob Sie im Dialog
32452 \family sans
32453  
32454 \family default
32455 in der Karteikarte 
32456 \family sans
32457 LaTeX- und LyX-Optionen
32458 \family default
32459  die Option 
32460 \family sans
32461 In
32462 \begin_inset space ~
32463 \end_inset
32464
32465 LyX
32466 \begin_inset space ~
32467 \end_inset
32468
32469 anzeigen
32470 \family default
32471  gewählt haben oder nicht.
32472 \end_layout
32473
32474 \begin_layout Standard
32475 Im LyX-Handbuch 
32476 \family sans
32477 \emph on
32478 Anpassung
32479 \family default
32480 \emph default
32481  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32482 \end_layout
32483
32484 \begin_layout Section
32485 Unterdokumente
32486 \begin_inset CommandInset label
32487 LatexCommand label
32488 name "abs:Unterdokumente"
32489
32490 \end_inset
32491
32492
32493 \begin_inset Index idx
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497 Unterdokument
32498 \end_layout
32499
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \begin_layout Standard
32506 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32507  oder Abschnitten bestehen.
32508  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32509  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32510  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32511  z.
32512 \begin_inset space \thinspace{}
32513 \end_inset
32514
32515 B.
32516  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32521  müssen, geben Sie im Unterdokument im Menü
32522 \family sans
32523  Dokument\SpecialChar \menuseparator
32524 Einstellungen\SpecialChar \menuseparator
32525 Dokumentklasse
32526 \family default
32527  das Hauptdokument an.
32528  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32529  bearbeiten.
32530 \end_layout
32531
32532 \begin_layout Standard
32533 Unterdokumente werden in LyX als Box angezeigt: 
32534 \begin_inset Graphics
32535         filename clipart/UnterdokumentQt4.png
32536         scale 85
32537         scaleBeforeRotation
32538
32539 \end_inset
32540
32541  Sie werden über
32542 \family sans
32543  Einfügen\SpecialChar \menuseparator
32544 Datei\SpecialChar \menuseparator
32545 Unterdokument
32546 \family default
32547  eingebunden, was das Dialogfenster
32548 \family sans
32549  Unterdokument
32550 \family default
32551  öffnet.
32552  Für 
32553 \family sans
32554 die Art
32555 \begin_inset space ~
32556 \end_inset
32557
32558 der
32559 \begin_inset space ~
32560 \end_inset
32561
32562 Einbindung
32563 \family default
32564  gibt es dort vier Möglichkeiten:
32565 \end_layout
32566
32567 \begin_layout Description
32568 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32569  Wenn Sie im Dialogfenster
32570 \family sans
32571  Unterdokument
32572 \family default
32573  auf 
32574 \family sans
32575 Öffnen
32576 \family default
32577  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32578  und Sie können es editieren.
32579 \begin_inset Newline newline
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \begin_layout Standard
32586 Hier wird ein Unterdokument
32587 \family sans
32588  
32589 \family default
32590 per 
32591 \family sans
32592 Include
32593 \family default
32594  eingebunden: 
32595 \begin_inset CommandInset include
32596 LatexCommand include
32597 filename "DummyDocument1.lyx"
32598
32599 \end_inset
32600
32601 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32602  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32603  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32604 s.
32605  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32606 \begin_inset space ~
32607 \end_inset
32608
32609
32610 \begin_inset CommandInset ref
32611 LatexCommand ref
32612 reference "uab:Externer-Unterabschnitt-1"
32613
32614 \end_inset
32615
32616 .
32617 \end_layout
32618
32619 \begin_layout Standard
32620 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32621  wird benutzt.
32622  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32623  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32624  Unterdokumente, die per 
32625 \family sans
32626 Include
32627 \family default
32628  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32629  und enden mit einem Seitenumbruch.
32630 \end_layout
32631
32632 \begin_layout Standard
32633 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32634  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32635 \begin_inset Foot
32636 status collapsed
32637
32638 \begin_layout Plain Layout
32639 Zweige sind im Kapitel 
32640 \emph on
32641 Zweige
32642 \emph default
32643  des LyX 
32644 \emph on
32645 Benutzerhandbuchs
32646 \emph default
32647  erklärt.
32648 \end_layout
32649
32650 \end_inset
32651
32652  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32653  Dateien in der Ausgabe erscheinen.
32654 \end_layout
32655
32656 \begin_layout Standard
32657 \begin_inset Note Greyedout
32658 status open
32659
32660 \begin_layout Plain Layout
32661
32662 \series bold
32663 Achtung:
32664 \series default
32665  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32666 \series bold
32667
32668 \backslash
32669 includeonly
32670 \series default
32671  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32672  Dateien in der Ausgabe erscheinen.
32673 \end_layout
32674
32675 \end_inset
32676
32677
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  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32690  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32691  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32692  Ergebnissen führen wird.
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Description
32701 Input Diese Methode ist 
32702 \family sans
32703 Include
32704 \family default
32705  sehr ähnlich mit folgenden Unterschieden:
32706 \end_layout
32707
32708 \begin_deeper
32709 \begin_layout Itemize
32710 Unterdokumente, die per 
32711 \family sans
32712 Input
32713 \family default
32714  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32715  Seite und enden NICHT mit einem Seitenumbruch.
32716 \end_layout
32717
32718 \begin_layout Itemize
32719 Unterdokumente, die per 
32720 \family sans
32721 Input
32722 \family default
32723  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32724 \family sans
32725  Unterdokument Vorschau
32726 \begin_inset space ~
32727 \end_inset
32728
32729 anzeigen
32730 \family default
32731  angekreuzt wurde und in den LyX-Einstellungen unter
32732 \family sans
32733  Aussehen
32734 \begin_inset space ~
32735 \end_inset
32736
32737 &
32738 \begin_inset space ~
32739 \end_inset
32740
32741 Handhabung\SpecialChar \menuseparator
32742 Grafik\SpecialChar \menuseparator
32743 Sofortige
32744 \begin_inset space ~
32745 \end_inset
32746
32747 Vorschau
32748 \family default
32749  auf 
32750 \family sans
32751 An
32752 \family default
32753  gesetzt wurde.
32754  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32755  aus.
32756 \end_layout
32757
32758 \begin_layout Itemize
32759 Der LaTeX-Befehl 
32760 \series bold
32761
32762 \backslash
32763 includeonly
32764 \series default
32765  kann nicht benutzt werden.
32766 \end_layout
32767
32768 \end_deeper
32769 \begin_layout Standard
32770 Hier ist ein Unterdokument, das mit
32771 \family sans
32772  Input
32773 \family default
32774  eingebunden wurde: 
32775 \begin_inset CommandInset include
32776 LatexCommand input
32777 filename "DummyDocument2.lyx"
32778
32779 \end_inset
32780
32781 .
32782 \end_layout
32783
32784 \begin_layout Description
32785 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32786   In der Druckvorschau wird für den Text der Stil 
32787 \family typewriter
32788 Schreibmaschine
32789 \family default
32790  verwendet.
32791  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32792  Wenn Sie im Dialogfenster
32793 \family sans
32794  Unterdokument Leerzeichen
32795 \begin_inset space ~
32796 \end_inset
32797
32798 bei
32799 \begin_inset space ~
32800 \end_inset
32801
32802 der
32803 \begin_inset space ~
32804 \end_inset
32805
32806 Ausgabe
32807 \begin_inset space ~
32808 \end_inset
32809
32810 kennzeichnen 
32811 \family default
32812 ankreuzen, wird in der Druckvorschau das Zeichen 
32813 \begin_inset Quotes gld
32814 \end_inset
32815
32816
32817 \begin_inset ERT
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821
32822
32823 \backslash
32824 textvisiblespace 
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \begin_inset Quotes grd
32831 \end_inset
32832
32833  für jedes Leerzeichen eingefügt.
32834 \begin_inset Newline newline
32835 \end_inset
32836
32837 Im Gegensatz zu 
32838 \family sans
32839 Einfügen\SpecialChar \menuseparator
32840 Datei\SpecialChar \menuseparator
32841 Einfacher
32842 \begin_inset space ~
32843 \end_inset
32844
32845 Text
32846 \family default
32847  wird bei 
32848 \family sans
32849 Unformatiert
32850 \family default
32851  der Dateiinhalt in LyX nicht dargestellt.
32852 \end_layout
32853
32854 \begin_layout Standard
32855 Hier ist ein Unterdokument, das mit
32856 \family sans
32857  Unformatiert
32858 \family default
32859  eingebunden wurde: 
32860 \begin_inset CommandInset include
32861 LatexCommand verbatiminput
32862 filename "DummyTextDocument.txt"
32863
32864 \end_inset
32865
32866
32867 \begin_inset VSpace bigskip
32868 \end_inset
32869
32870 Hier ist ein Unterdokument, das mit
32871 \family sans
32872  Unformatiert
32873 \family default
32874  eingebunden wurde und
32875 \family sans
32876  Leerzeichen
32877 \begin_inset space ~
32878 \end_inset
32879
32880 bei
32881 \begin_inset space ~
32882 \end_inset
32883
32884 der
32885 \begin_inset space ~
32886 \end_inset
32887
32888 Ausgabe
32889 \begin_inset space ~
32890 \end_inset
32891
32892 kennzeichnen
32893 \family default
32894  angekreuzt hat: 
32895 \begin_inset CommandInset include
32896 LatexCommand verbatiminput*
32897 filename "DummyTextDocument.txt"
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset VSpace bigskip
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 \begin_inset Note Greyedout
32913 status open
32914
32915 \begin_layout Plain Layout
32916
32917 \series bold
32918 Bemerkung:
32919 \series default
32920  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32921  
32922 \family sans
32923 Unformatiert
32924 \family default
32925  eingebunden werden, am Zeilenende nicht umgebrochen.
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Description
32934 Listing Dieser Typ wird in Kapitel
32935 \begin_inset space ~
32936 \end_inset
32937
32938
32939 \begin_inset CommandInset ref
32940 LatexCommand ref
32941 reference "kap:Programm-Code-Listen"
32942
32943 \end_inset
32944
32945  beschrieben.
32946 \end_layout
32947
32948 \begin_layout Standard
32949 \begin_inset Note Greyedout
32950 status open
32951
32952 \begin_layout Plain Layout
32953
32954 \series bold
32955 Bemerkung:
32956 \series default
32957  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32958  das zu LaTeX-Problemen führen.
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Chapter
32967 Programm-Code-Listen
32968 \begin_inset CommandInset label
32969 LatexCommand label
32970 name "kap:Programm-Code-Listen"
32971
32972 \end_inset
32973
32974
32975 \begin_inset Index idx
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 Listen
32980 \end_layout
32981
32982 \end_inset
32983
32984
32985 \begin_inset Index idx
32986 status collapsed
32987
32988 \begin_layout Plain Layout
32989 Programm-Code
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \end_layout
32996
32997 \begin_layout Standard
32998 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32999 \family sans
33000 Einfügen\SpecialChar \menuseparator
33001 Pro\SpecialChar \-
33002 grammlisting
33003 \family default
33004  verwenden.
33005  Das LaTeX-Paket 
33006 \series bold
33007 listings
33008 \series default
33009
33010 \begin_inset Index idx
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 LaTeX-Pakete ! listings
33015 \end_layout
33016
33017 \end_inset
33018
33019  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
33020 \end_layout
33021
33022 \begin_layout Standard
33023 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
33024 rmat der Programm-Code-Liste festlegen.
33025 \end_layout
33026
33027 \begin_layout Standard
33028 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
33029  Die Platzierungsoption 
33030 \family sans
33031 Eingebettetes
33032 \begin_inset space ~
33033 \end_inset
33034
33035 Listing
33036 \family default
33037  druckt das Listing in der Zeile wie hier: 
33038 \begin_inset listings
33039 lstparams "language={C++}"
33040 inline true
33041 status open
33042
33043 \begin_layout Plain Layout
33044
33045 int a=5;
33046 \end_layout
33047
33048 \end_inset
33049
33050
33051 \begin_inset Newline newline
33052 \end_inset
33053
33054 Die Option 
33055 \family sans
33056 Gleitobjekt
33057 \family default
33058  erzeugt ein Listing-Gleitobjekt, dessen 
33059 \family sans
33060 Platzierung 
33061 \family default
33062 Sie mit 
33063 \family sans
33064 h
33065 \family default
33066
33067 \family sans
33068 t
33069 \family default
33070
33071 \family sans
33072 b
33073 \family default
33074  und 
33075 \family sans
33076 p
33077 \family default
33078 , analog zu den in Abschnitt
33079 \begin_inset space ~
33080 \end_inset
33081
33082
33083 \begin_inset CommandInset ref
33084 LatexCommand ref
33085 reference "abs:Gleitobjekt-Platzierung"
33086
33087 \end_inset
33088
33089  beschriebenen Platzierungsoptionen festlegen können.
33090  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33091  hintereinander angegeben, z.
33092 \begin_inset space \thinspace{}
33093 \end_inset
33094
33095 B.
33096  
33097 \begin_inset Quotes gld
33098 \end_inset
33099
33100
33101 \family sans
33102 htbp
33103 \family default
33104
33105 \begin_inset Quotes grd
33106 \end_inset
33107
33108 .
33109  Die Option 
33110 \begin_inset Quotes gld
33111 \end_inset
33112
33113 h
33114 \begin_inset Quotes grd
33115 \end_inset
33116
33117  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33118  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33119 \end_layout
33120
33121 \begin_layout Standard
33122 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33123  zu verweisen: Listing
33124 \begin_inset space ~
33125 \end_inset
33126
33127
33128 \begin_inset CommandInset ref
33129 LatexCommand ref
33130 reference "lst:Gleitendes-Programm-Listing"
33131
33132 \end_inset
33133
33134 .
33135 \end_layout
33136
33137 \begin_layout Standard
33138 \begin_inset listings
33139 lstparams "language=Python"
33140 inline false
33141 status open
33142
33143 \begin_layout Plain Layout
33144
33145 \begin_inset Caption
33146
33147 \begin_layout Plain Layout
33148 \begin_inset CommandInset label
33149 LatexCommand label
33150 name "lst:Gleitendes-Programm-Listing"
33151
33152 \end_inset
33153
33154 Gleitendes Programm-Listing
33155 \end_layout
33156
33157 \end_inset
33158
33159 # Gleitendes Programm-Listing
33160 \end_layout
33161
33162 \begin_layout Plain Layout
33163
33164 def func(param):
33165 \end_layout
33166
33167 \begin_layout Plain Layout
33168
33169     'Dies ist eine Python-Funktion'
33170 \end_layout
33171
33172 \begin_layout Plain Layout
33173
33174     pass
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Standard
33183 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33184  der Sprache erkannt und besonders gedruckt, wie 
33185 \emph on
33186 #
33187 \emph default
33188
33189 \emph on
33190 def
33191 \emph default
33192  und 
33193 \emph on
33194 pass
33195 \emph default
33196  in Listing
33197 \begin_inset space ~
33198 \end_inset
33199
33200
33201 \begin_inset CommandInset ref
33202 LatexCommand ref
33203 reference "lst:Gleitendes-Programm-Listing"
33204
33205 \end_inset
33206
33207 .
33208 \end_layout
33209
33210 \begin_layout Standard
33211 \begin_inset Note Greyedout
33212 status open
33213
33214 \begin_layout Plain Layout
33215
33216 \series bold
33217 Bemerkung:
33218 \series default
33219  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33220 \family typewriter
33221 Schreib\SpecialChar \-
33222 maschine
33223 \family default
33224  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33225 h keine fett gedruckten Buchstaben.
33226  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33227 \family sans
33228 Dokument\SpecialChar \menuseparator
33229 Einstellungen\SpecialChar \menuseparator
33230 Schriften
33231 \family default
33232 .
33233  (Die Schriften 
33234 \emph on
33235 LuxiMono, BeraMono
33236 \emph default
33237  und 
33238 \emph on
33239 Courier
33240 \emph default
33241  enthalten fett gedruckte Buchstaben.)
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Standard
33250 Im Abschnitt 
33251 \family sans
33252 Zeilennummerierung
33253 \family default
33254  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33255 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33256  jede wievielte Zeile nummeriert werden soll und die 
33257 \family sans
33258 Schriftgröße
33259 \family default
33260  der Nummerierung.
33261 \end_layout
33262
33263 \begin_layout Standard
33264 Im Abschnitt 
33265 \family sans
33266 Bereich
33267 \family default
33268  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33269  Im Abschnitt 
33270 \family sans
33271 Stil
33272 \family default
33273  legen Sie fest, wie die Liste ausgedruckt werden soll.
33274  Die Option 
33275 \family sans
33276 Erweiterte
33277 \begin_inset space ~
33278 \end_inset
33279
33280 Zeichentabelle
33281 \family default
33282  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33283 \end_layout
33284
33285 \begin_layout Standard
33286 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33287 \begin_inset Quotes gld
33288 \end_inset
33289
33290 3
33291 \begin_inset Quotes grd
33292 \end_inset
33293
33294 , Sprache 
33295 \begin_inset Quotes gld
33296 \end_inset
33297
33298 Python
33299 \begin_inset Quotes grd
33300 \end_inset
33301
33302 , Optionen 
33303 \begin_inset Quotes gld
33304 \end_inset
33305
33306 Erweiterte Zeichentabelle
33307 \begin_inset Quotes grd
33308 \end_inset
33309
33310  und 
33311 \begin_inset Quotes gld
33312 \end_inset
33313
33314 Leerzeichen als Symbol
33315 \begin_inset Quotes grd
33316 \end_inset
33317
33318  und Bereich Zeilen 3
33319 \begin_inset space \thinspace{}
33320 \end_inset
33321
33322 -
33323 \begin_inset space \thinspace{}
33324 \end_inset
33325
33326 8:
33327 \end_layout
33328
33329 \begin_layout Standard
33330 \begin_inset listings
33331 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33332 inline false
33333 status open
33334
33335 \begin_layout Plain Layout
33336
33337 def func(param):
33338 \end_layout
33339
33340 \begin_layout Plain Layout
33341
33342     'Dies ist eine Python-Funktion'
33343 \end_layout
33344
33345 \begin_layout Plain Layout
33346
33347     pass
33348 \end_layout
33349
33350 \begin_layout Plain Layout
33351
33352 def func(param):
33353 \end_layout
33354
33355 \begin_layout Plain Layout
33356
33357 'Sonderzeichen: Tschüß'
33358 \end_layout
33359
33360 \begin_layout Plain Layout
33361
33362 pass
33363 \end_layout
33364
33365 \begin_layout Plain Layout
33366
33367 def func(param):
33368 \end_layout
33369
33370 \begin_layout Plain Layout
33371
33372 'Dies ist eine Python-Funktion'
33373 \end_layout
33374
33375 \begin_layout Plain Layout
33376
33377 pass
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Standard
33386 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33387 \family sans
33388 Tabulatorgröße
33389 \family default
33390  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33391 \end_layout
33392
33393 \begin_layout Standard
33394 \noindent
33395 \begin_inset Note Greyedout
33396 status open
33397
33398 \begin_layout Plain Layout
33399
33400 \series bold
33401 Bemerkung:
33402 \series default
33403  Wegen eines Fehlers im 
33404 \series bold
33405 listings
33406 \series default
33407 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33408  verschoben.
33409  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33410  Listing nummeriert werden.
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \begin_inset VSpace bigskip
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \begin_layout Standard
33426 \noindent
33427 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33428  Das machen Sie mit
33429 \family sans
33430  Einfügen\SpecialChar \menuseparator
33431 Datei\SpecialChar \menuseparator
33432 Unterdokument
33433 \family default
33434  und der 
33435 \family sans
33436 Art
33437 \begin_inset space ~
33438 \end_inset
33439
33440 der
33441 \begin_inset space ~
33442 \end_inset
33443
33444 Einbindung
33445 \family default
33446  
33447 \family sans
33448 Listing
33449 \family default
33450 .
33451 \begin_inset Foot
33452 status collapsed
33453
33454 \begin_layout Plain Layout
33455 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33456 \begin_inset space ~
33457 \end_inset
33458
33459
33460 \begin_inset CommandInset ref
33461 LatexCommand ref
33462 reference "abs:Unterdokumente"
33463
33464 \end_inset
33465
33466  beschrieben.
33467 \end_layout
33468
33469 \end_inset
33470
33471  Im Dialogfenster
33472 \family sans
33473  Unterdokument
33474 \family default
33475  können Sie die Listing-Parameter unter 
33476 \family sans
33477 Weitere
33478 \begin_inset space ~
33479 \end_inset
33480
33481 Parameter
33482 \family default
33483  eingeben.
33484  Wenn Sie dort ein Fragezeichen 
33485 \begin_inset Quotes gld
33486 \end_inset
33487
33488 ?
33489 \begin_inset Quotes grd
33490 \end_inset
33491
33492  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33493 det.
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33498  Text ins Feld 
33499 \family sans
33500 Marke
33501 \family default
33502 , auf die dann wie üblich verwiesen werden kann.
33503 \end_layout
33504
33505 \begin_layout Standard
33506 Listing
33507 \begin_inset space ~
33508 \end_inset
33509
33510
33511 \begin_inset CommandInset ref
33512 LatexCommand ref
33513 reference "lst:Datei-Listing"
33514
33515 \end_inset
33516
33517  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33518 \begin_inset space \thinspace{}
33519 \end_inset
33520
33521 -
33522 \begin_inset space \thinspace{}
33523 \end_inset
33524
33525 15 gedruckt werden.
33526 \end_layout
33527
33528 \begin_layout Standard
33529 \begin_inset CommandInset include
33530 LatexCommand lstinputlisting
33531 filename "EmbeddedObjects.lyx"
33532 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \begin_layout Standard
33540 \begin_inset VSpace bigskip
33541 \end_inset
33542
33543
33544 \end_layout
33545
33546 \begin_layout Standard
33547 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
33548 \end_layout
33549
33550 \begin_layout Enumerate
33551 Öffnen Sie die Listings-Einstellungen und fügen
33552 \begin_inset Newline newline
33553 \end_inset
33554
33555
33556 \family sans
33557 mathescape=true
33558 \family default
33559
33560 \begin_inset Newline newline
33561 \end_inset
33562
33563 in das Feld des Tabs 
33564 \family sans
33565 Erweitert
33566 \family default
33567  ein
33568 \end_layout
33569
33570 \begin_layout Enumerate
33571 Erstellen Sie eine Formel außerhalb des Listings
33572 \end_layout
33573
33574 \begin_layout Enumerate
33575 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
33576 blage (Tastenkürzel 
33577 \family sans
33578 Ctrl+C
33579 \family default
33580 )
33581 \end_layout
33582
33583 \begin_layout Enumerate
33584 Schreiben sie 
33585 \begin_inset Quotes gld
33586 \end_inset
33587
33588
33589 \family sans
33590 $$
33591 \family default
33592
33593 \begin_inset Quotes grd
33594 \end_inset
33595
33596  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
33597 hen (Tastenkürzel 
33598 \family sans
33599 Ctrl+V
33600 \family default
33601 )
33602 \end_layout
33603
33604 \begin_layout Standard
33605 \begin_inset listings
33606 lstparams "language=Python,mathescape=true"
33607 inline false
33608 status open
33609
33610 \begin_layout Plain Layout
33611
33612 \begin_inset Caption
33613
33614 \begin_layout Plain Layout
33615 Programm-Listing mit einer Formel
33616 \end_layout
33617
33618 \end_inset
33619
33620 # Beispiel-Programm-Listing
33621 \end_layout
33622
33623 \begin_layout Plain Layout
33624
33625 def func(param):
33626 \end_layout
33627
33628 \begin_layout Plain Layout
33629
33630     # $
33631 \backslash
33632 prod_{n=1}^{
33633 \backslash
33634 infty}
33635 \backslash
33636 ,
33637 \backslash
33638 frac{1}{x^{2}}$
33639 \end_layout
33640
33641 \begin_layout Plain Layout
33642
33643     pass
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Standard
33652 \begin_inset VSpace bigskip
33653 \end_inset
33654
33655
33656 \end_layout
33657
33658 \begin_layout Standard
33659 \noindent
33660 Dokumentweite Listing-Eigenschaften können in
33661 \family sans
33662  Dokument\SpecialChar \menuseparator
33663 Einstellungen\SpecialChar \menuseparator
33664 Textformat\SpecialChar \menuseparator
33665 Listing-Einstellungen
33666 \family default
33667  festgelegt werden.
33668  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33669 \begin_inset Quotes gld
33670 \end_inset
33671
33672 ?
33673 \begin_inset Quotes grd
33674 \end_inset
33675
33676  links davon eine Liste aller möglichen Parameter.
33677 \end_layout
33678
33679 \begin_layout Standard
33680 Weitere Informationen über das 
33681 \series bold
33682 listings
33683 \series default
33684 -Paket finden Sie in 
33685 \begin_inset CommandInset citation
33686 LatexCommand cite
33687 key "listings"
33688
33689 \end_inset
33690
33691 .
33692 \begin_inset Newpage newpage
33693 \end_inset
33694
33695
33696 \end_layout
33697
33698 \begin_layout Chapter
33699 \start_of_appendix
33700 In LyX verfügbare Maßeinheiten
33701 \begin_inset CommandInset label
33702 LatexCommand label
33703 name "kap:In-LyX-verfügbare"
33704
33705 \end_inset
33706
33707
33708 \begin_inset Index idx
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712 Einheiten
33713 \end_layout
33714
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33722  Tabelle
33723 \begin_inset space ~
33724 \end_inset
33725
33726
33727 \begin_inset CommandInset ref
33728 LatexCommand ref
33729 reference "tab:Maßeinheiten"
33730
33731 \end_inset
33732
33733  alle in LyX verfügbaren Maßeinheiten.
33734 \end_layout
33735
33736 \begin_layout Standard
33737 \begin_inset Float table
33738 placement h
33739 wide false
33740 sideways false
33741 status open
33742
33743 \begin_layout Plain Layout
33744 \begin_inset Caption
33745
33746 \begin_layout Plain Layout
33747 \begin_inset CommandInset label
33748 LatexCommand label
33749 name "tab:Maßeinheiten"
33750
33751 \end_inset
33752
33753 Maßeinheiten
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Plain Layout
33762 \begin_inset VSpace medskip
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \begin_layout Plain Layout
33769 \align center
33770 \begin_inset Tabular
33771 <lyxtabular version="3" rows="20" columns="2">
33772 <features tabularvalignment="middle">
33773 <column alignment="center" valignment="top" width="0">
33774 <column alignment="center" valignment="top" width="0">
33775 <row>
33776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33777 \begin_inset Text
33778
33779 \begin_layout Plain Layout
33780
33781 \series bold
33782 Maßeinheit
33783 \end_layout
33784
33785 \end_inset
33786 </cell>
33787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33788 \begin_inset Text
33789
33790 \begin_layout Plain Layout
33791
33792 \series bold
33793 Name/Beschreibung
33794 \end_layout
33795
33796 \end_inset
33797 </cell>
33798 </row>
33799 <row>
33800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33801 \begin_inset Text
33802
33803 \begin_layout Plain Layout
33804 mm
33805 \end_layout
33806
33807 \end_inset
33808 </cell>
33809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33810 \begin_inset Text
33811
33812 \begin_layout Plain Layout
33813 Millimeter
33814 \end_layout
33815
33816 \end_inset
33817 </cell>
33818 </row>
33819 <row>
33820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33821 \begin_inset Text
33822
33823 \begin_layout Plain Layout
33824 cm
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33830 \begin_inset Text
33831
33832 \begin_layout Plain Layout
33833 Zentimeter
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 </row>
33839 <row>
33840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Plain Layout
33844 in
33845 \end_layout
33846
33847 \end_inset
33848 </cell>
33849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Plain Layout
33853 Zoll (1
33854 \begin_inset space \thinspace{}
33855 \end_inset
33856
33857 in = 2.54
33858 \begin_inset space \thinspace{}
33859 \end_inset
33860
33861 cm
33862 \end_layout
33863
33864 \end_inset
33865 </cell>
33866 </row>
33867 <row>
33868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872 pt
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 Punkt (72.27
33882 \begin_inset space \thinspace{}
33883 \end_inset
33884
33885 pt = 1
33886 \begin_inset space \thinspace{}
33887 \end_inset
33888
33889 in)
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 </row>
33895 <row>
33896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Plain Layout
33900 pc
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909 Pica (1
33910 \begin_inset space \thinspace{}
33911 \end_inset
33912
33913 pc = 12
33914 \begin_inset space \thinspace{}
33915 \end_inset
33916
33917 pt)
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 </row>
33923 <row>
33924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 sp
33929 \end_layout
33930
33931 \end_inset
33932 </cell>
33933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 skalierter Punkt (65536
33938 \begin_inset space \thinspace{}
33939 \end_inset
33940
33941 sp = 1
33942 \begin_inset space \thinspace{}
33943 \end_inset
33944
33945 pt)
33946 \end_layout
33947
33948 \end_inset
33949 </cell>
33950 </row>
33951 <row>
33952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956 bp
33957 \end_layout
33958
33959 \end_inset
33960 </cell>
33961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 großer Punkt (72
33966 \begin_inset space \thinspace{}
33967 \end_inset
33968
33969 bp = 1
33970 \begin_inset space \thinspace{}
33971 \end_inset
33972
33973 in)
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 </row>
33979 <row>
33980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 dd
33985 \end_layout
33986
33987 \end_inset
33988 </cell>
33989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 Didot (1
33994 \begin_inset space \thinspace{}
33995 \end_inset
33996
33997 dd 
33998 \begin_inset Formula $\approx$
33999 \end_inset
34000
34001  0,376
34002 \begin_inset space \thinspace{}
34003 \end_inset
34004
34005 mm)
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 </row>
34011 <row>
34012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016 cc
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025 Cicero (1
34026 \begin_inset space \thinspace{}
34027 \end_inset
34028
34029 cc = 12
34030 \begin_inset space \thinspace{}
34031 \end_inset
34032
34033 dd)
34034 \end_layout
34035
34036 \end_inset
34037 </cell>
34038 </row>
34039 <row>
34040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34041 \begin_inset Text
34042
34043 \begin_layout Plain Layout
34044 Skalierung%
34045 \end_layout
34046
34047 \end_inset
34048 </cell>
34049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34050 \begin_inset Text
34051
34052 \begin_layout Plain Layout
34053 % der originalen Bildbreite
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 </row>
34059 <row>
34060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 Textbreite %
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34070 \begin_inset Text
34071
34072 \begin_layout Plain Layout
34073 % der Textbreite
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 </row>
34079 <row>
34080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34081 \begin_inset Text
34082
34083 \begin_layout Plain Layout
34084 Spaltenbreite %
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093 % der Spaltenbreite
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 </row>
34099 <row>
34100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34101 \begin_inset Text
34102
34103 \begin_layout Plain Layout
34104 Seitenbreite %
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34110 \begin_inset Text
34111
34112 \begin_layout Plain Layout
34113 % der Seitenbreite
34114 \end_layout
34115
34116 \end_inset
34117 </cell>
34118 </row>
34119 <row>
34120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34121 \begin_inset Text
34122
34123 \begin_layout Plain Layout
34124 Zeilenbreite %
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133 % der Zeilenbreite
34134 \end_layout
34135
34136 \end_inset
34137 </cell>
34138 </row>
34139 <row>
34140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34141 \begin_inset Text
34142
34143 \begin_layout Plain Layout
34144 Texthöhe %
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 % der Texthöhe
34154 \end_layout
34155
34156 \end_inset
34157 </cell>
34158 </row>
34159 <row>
34160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34161 \begin_inset Text
34162
34163 \begin_layout Plain Layout
34164 Seitenhöhe %
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173 % der Seitenhöhe
34174 \end_layout
34175
34176 \end_inset
34177 </cell>
34178 </row>
34179 <row>
34180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Plain Layout
34184 ex
34185 \end_layout
34186
34187 \end_inset
34188 </cell>
34189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34190 \begin_inset Text
34191
34192 \begin_layout Plain Layout
34193 Die Höhe des Buchstabens 
34194 \emph on
34195 x
34196 \emph default
34197  im aktiven Zeichensatz
34198 \end_layout
34199
34200 \end_inset
34201 </cell>
34202 </row>
34203 <row>
34204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34205 \begin_inset Text
34206
34207 \begin_layout Plain Layout
34208 em
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217 Die Breite des Buchstabens 
34218 \emph on
34219 M
34220 \emph default
34221  im aktiven Zeichensatz
34222 \end_layout
34223
34224 \end_inset
34225 </cell>
34226 </row>
34227 <row>
34228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232 mu
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241 mathematische  Maßeinheit
34242 \series bold
34243  
34244 \series default
34245 (1
34246 \begin_inset space \thinspace{}
34247 \end_inset
34248
34249 mu = 1/18
34250 \begin_inset space \thinspace{}
34251 \end_inset
34252
34253 em)
34254 \end_layout
34255
34256 \end_inset
34257 </cell>
34258 </row>
34259 </lyxtabular>
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Chapter
34272 Ausgabedatei-Formate mit Grafiken
34273 \begin_inset CommandInset label
34274 LatexCommand label
34275 name "kap:Ausgabedatei-Formate"
34276
34277 \end_inset
34278
34279
34280 \end_layout
34281
34282 \begin_layout Section
34283 DVI
34284 \begin_inset Index idx
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 Dateiformat! DVI
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \begin_inset Index idx
34295 status collapsed
34296
34297 \begin_layout Plain Layout
34298 DVI
34299 \end_layout
34300
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \begin_layout Standard
34307 Dieser Dateityp hat die Erweiterung 
34308 \begin_inset Quotes gld
34309 \end_inset
34310
34311
34312 \family typewriter
34313 .dvi
34314 \family default
34315
34316 \begin_inset Quotes grd
34317 \end_inset
34318
34319  und wird 
34320 \begin_inset Quotes gld
34321 \end_inset
34322
34323 device independent
34324 \begin_inset Quotes grd
34325 \end_inset
34326
34327  genannt, weil er vollkommen portierbar ist.
34328  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34329  dvi-Betrachter installiert hat.
34330  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34331 ate wie PostScript benutzt.
34332 \end_layout
34333
34334 \begin_layout Standard
34335 \begin_inset Note Greyedout
34336 status open
34337
34338 \begin_layout Plain Layout
34339
34340 \series bold
34341 Bemerkung:
34342 \series default
34343  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34344 \end_layout
34345
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \begin_layout Standard
34352 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34353  auf einen anderen Computer kopieren.
34354  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34355  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34356  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34357 \family typewriter
34358  
34359 \family default
34360 blättern.
34361
34362 \family typewriter
34363  
34364 \family default
34365 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34366  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34367  
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Sie können Ihr Dokument als DVI über das Menü 
34372 \family sans
34373 Datei\SpecialChar \menuseparator
34374 Exportieren\SpecialChar \menuseparator
34375 DVI
34376 \family default
34377  exportieren.
34378  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34379 \family sans
34380 Ansicht
34381 \family default
34382  oder den Werkzeugleistenknopf 
34383 \begin_inset Graphics
34384         filename ../../images/buffer-view_dvi.png
34385         scale 70
34386         scaleBeforeRotation
34387
34388 \end_inset
34389
34390  anschauen.
34391 \end_layout
34392
34393 \begin_layout Section
34394 PostScript
34395 \begin_inset CommandInset label
34396 LatexCommand label
34397 name "abs:PostScript"
34398
34399 \end_inset
34400
34401
34402 \begin_inset Index idx
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 Dateiformat  ! PostScript
34407 \end_layout
34408
34409 \end_inset
34410
34411
34412 \begin_inset Index idx
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416 PostScript
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Standard
34425 Dieser Dateityp hat die Erweiterung 
34426 \begin_inset Quotes gld
34427 \end_inset
34428
34429
34430 \family typewriter
34431 .ps
34432 \family default
34433
34434 \begin_inset Quotes grd
34435 \end_inset
34436
34437 .
34438  PostScript wurde von der Firma
34439 \family typewriter
34440  Adobe
34441 \family default
34442  als Druckersprache entwickelt.
34443  Die Datei enthält deshalb Druckbefehle.
34444  PostScript kann als 
34445 \begin_inset Quotes gld
34446 \end_inset
34447
34448 Programmiersprache
34449 \begin_inset Quotes grd
34450 \end_inset
34451
34452  angesehen werden.
34453  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34454 \begin_inset Foot
34455 status collapsed
34456
34457 \begin_layout Plain Layout
34458 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34459  von
34460 \series bold
34461  PSTricks
34462 \series default
34463  
34464 \begin_inset CommandInset citation
34465 LatexCommand cite
34466 key "pstricks"
34467
34468 \end_inset
34469
34470  oder 
34471 \begin_inset CommandInset citation
34472 LatexCommand cite
34473 key "latex-praxisbuch"
34474
34475 \end_inset
34476
34477  ansehen.
34478 \end_layout
34479
34480 \end_inset
34481
34482 .
34483  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34484 \end_layout
34485
34486 \begin_layout Standard
34487 PostScript kann nur Bilder im Format EPS
34488 \begin_inset Index idx
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492 EPS
34493 \end_layout
34494
34495 \end_inset
34496
34497  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34498 wei\SpecialChar \-
34499 ter\SpecialChar \-
34500 ung 
34501 \begin_inset Quotes gld
34502 \end_inset
34503
34504
34505 \family typewriter
34506 .eps
34507 \family default
34508
34509 \begin_inset Quotes grd
34510 \end_inset
34511
34512 ) enthalten.
34513  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34514  intern nach EPS konvertieren.
34515  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34516  verlangsamen.
34517  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34518  konvertieren und direkt als EPS einfügen.
34519 \end_layout
34520
34521 \begin_layout Standard
34522 Sie können Ihr Dokument als PostScript über das Menü 
34523 \family sans
34524 Datei\SpecialChar \menuseparator
34525 Exportieren\SpecialChar \menuseparator
34526 Post\SpecialChar \-
34527 Script
34528 \family default
34529  exportieren.
34530  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34531 \family sans
34532 Ansicht
34533 \family default
34534  oder den Werkzeugleistenknopf 
34535 \begin_inset Graphics
34536         filename ../../images/buffer-view_ps.png
34537         scale 70
34538         scaleBeforeRotation
34539
34540 \end_inset
34541
34542  anschauen.
34543 \end_layout
34544
34545 \begin_layout Section
34546 PDF
34547 \begin_inset Index idx
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551 Dateiformat! PDF
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \begin_inset Index idx
34558 status collapsed
34559
34560 \begin_layout Plain Layout
34561 PDF
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \begin_layout Standard
34570 Dieser Dateityp hat die Erweiterung 
34571 \begin_inset Quotes gld
34572 \end_inset
34573
34574
34575 \family typewriter
34576 .pdf
34577 \family default
34578
34579 \begin_inset Quotes grd
34580 \end_inset
34581
34582 .
34583  Das
34584 \emph on
34585  
34586 \emph default
34587
34588 \begin_inset Quotes gld
34589 \end_inset
34590
34591 Portable Document Format
34592 \begin_inset Quotes grd
34593 \end_inset
34594
34595  (PDF) wurde auch von der Firma 
34596 \family typewriter
34597 Adobe
34598 \family default
34599  als Derivat von PostScript entwickelt.
34600  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34601  Wie der Begriff 
34602 \begin_inset Quotes gld
34603 \end_inset
34604
34605 portable
34606 \begin_inset Quotes grd
34607 \end_inset
34608
34609  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34610  werden, und der Ausdruck sieht immer gleich aus.
34611 \end_layout
34612
34613 \begin_layout Standard
34614 PDF kann Bilder im eigenen PDF-Format, im Format 
34615 \begin_inset Quotes gld
34616 \end_inset
34617
34618 Joint Photographic Experts Group
34619 \begin_inset Quotes grd
34620 \end_inset
34621
34622  (JPEG
34623 \begin_inset Index idx
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 JPG, JPEG
34628 \end_layout
34629
34630 \end_inset
34631
34632 , Datei-Erweiterung 
34633 \begin_inset Quotes gld
34634 \end_inset
34635
34636
34637 \family typewriter
34638 .jpg
34639 \family default
34640
34641 \begin_inset Quotes grd
34642 \end_inset
34643
34644  oder 
34645 \begin_inset Quotes gld
34646 \end_inset
34647
34648
34649 \family typewriter
34650 .jpeg
34651 \family default
34652
34653 \begin_inset Quotes grd
34654 \end_inset
34655
34656 ) und im Format 
34657 \begin_inset Quotes gld
34658 \end_inset
34659
34660 Portable Network Graphics
34661 \begin_inset Quotes grd
34662 \end_inset
34663
34664  (PNG
34665 \begin_inset Index idx
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 PNG
34670 \end_layout
34671
34672 \end_inset
34673
34674 , Datei-Erweiterung 
34675 \begin_inset Quotes gld
34676 \end_inset
34677
34678
34679 \family typewriter
34680 .png
34681 \family default
34682
34683 \begin_inset Quotes grd
34684 \end_inset
34685
34686 ) enthalten.
34687  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34688  Sie konvertieren wird.
34689  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34690  wird, eines der drei erwähnten Bildformate zu benutzen.
34691 \end_layout
34692
34693 \begin_layout Standard
34694 PDF-Dateien können Sie über 
34695 \family sans
34696 Datei\SpecialChar \menuseparator
34697 Exportieren
34698 \family default
34699  auf drei Arten erzeugen:
34700 \end_layout
34701
34702 \begin_layout Description
34703 PDF
34704 \begin_inset space ~
34705 \end_inset
34706
34707 (ps2pdf) benutzt das Programm
34708 \family typewriter
34709  ps2pdf
34710 \family default
34711 , das eine PDF-Datei aus einer Post\SpecialChar \-
34712 Script®-Version Ihres Dokument erstellt.
34713  Die PostScript-Version wird mit dem Programm 
34714 \family typewriter
34715 dvips
34716 \family default
34717  aus einer DVI-Version erstellt.
34718  Es werden also drei Konvertierungen verwendet.
34719 \end_layout
34720
34721 \begin_layout Description
34722 PDF
34723 \begin_inset space ~
34724 \end_inset
34725
34726 (dvipdfm) benutzt das Programm 
34727 \family typewriter
34728 dvipdfm
34729 \family default
34730 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34731  PDF konvertiert.
34732 \end_layout
34733
34734 \begin_layout Description
34735 PDF
34736 \begin_inset space ~
34737 \end_inset
34738
34739 (pdflatex) benutzt das Programm
34740 \family typewriter
34741  pdftex
34742 \family default
34743 , das Ihr Dokument direkt nach PDF konvertiert.
34744 \end_layout
34745
34746 \begin_layout Standard
34747
34748 \family sans
34749 PDF
34750 \begin_inset space ~
34751 \end_inset
34752
34753 (pdflatex)
34754 \family default
34755  wird empfohlen, weil
34756 \family typewriter
34757  pdftex
34758 \family default
34759  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34760  ohne Probleme arbeitet.
34761  Das Programm 
34762 \family typewriter
34763 dvi\SpecialChar \-
34764 pdfm
34765 \family default
34766  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34767 \end_layout
34768
34769 \begin_layout Standard
34770 Sie können Ihr Dokument als PDF über das Menü 
34771 \family sans
34772 Datei\SpecialChar \menuseparator
34773 Exportieren\SpecialChar \menuseparator
34774 PDF
34775 \family default
34776  exportieren.
34777  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34778 \family sans
34779 Ansicht
34780 \family default
34781  oder den Werkzeugleistenknopf 
34782 \begin_inset Graphics
34783         filename ../../images/buffer-view_pdf2.png
34784         scale 70
34785         scaleBeforeRotation
34786
34787 \end_inset
34788
34789  anschauen 
34790 \family sans
34791 (
34792 \family default
34793 der 
34794 \family sans
34795 PDF
34796 \begin_inset space ~
34797 \end_inset
34798
34799 (pdflatex)
34800 \family default
34801  verwendet).
34802 \end_layout
34803
34804 \begin_layout Chapter
34805 Erklärung der Gleichung
34806 \begin_inset space ~
34807 \end_inset
34808
34809 (
34810 \begin_inset CommandInset ref
34811 LatexCommand ref
34812 reference "eq:Wgn"
34813
34814 \end_inset
34815
34816 )
34817 \begin_inset CommandInset label
34818 LatexCommand label
34819 name "kap:Exläuterung-einer-Gleichung"
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \begin_layout Standard
34827 Die Gesamtbreite von
34828 \emph on
34829  n
34830 \emph default
34831  Tabellenzellen 
34832 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34833 \end_inset
34834
34835  kann wie folgt berechnet werden:
34836 \end_layout
34837
34838 \begin_layout Standard
34839 \begin_inset Formula \begin{equation}
34840 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
34841
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Dabei ist 
34849 \begin_inset Formula $W_{g\, n}$
34850 \end_inset
34851
34852  die Breite jeder Zelle.
34853
34854 \series bold
34855  
34856 \backslash
34857 tabcolsep
34858 \series default
34859  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34860  Standardwert 6
34861 \begin_inset space \thinspace{}
34862 \end_inset
34863
34864 pt.
34865  
34866 \series bold
34867
34868 \backslash
34869 arrayrulewidth
34870 \series default
34871  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34872 \begin_inset space \thinspace{}
34873 \end_inset
34874
34875 pt.
34876 \end_layout
34877
34878 \begin_layout Standard
34879 Nach Gleichung
34880 \begin_inset space ~
34881 \end_inset
34882
34883
34884 \begin_inset CommandInset ref
34885 LatexCommand ref
34886 reference "eq:Wtot_n"
34887
34888 \end_inset
34889
34890  ist die Gesamtbreite einer Mehrfachspalte, 
34891 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34892 \end_inset
34893
34894 ,
34895 \end_layout
34896
34897 \begin_layout Standard
34898 \begin_inset Formula \begin{equation}
34899 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34900
34901 \end_inset
34902
34903
34904 \end_layout
34905
34906 \begin_layout Standard
34907 Setzt man die Gleichungen
34908 \begin_inset space ~
34909 \end_inset
34910
34911
34912 \begin_inset CommandInset ref
34913 LatexCommand ref
34914 reference "eq:Wtot_n"
34915
34916 \end_inset
34917
34918  und 
34919 \begin_inset CommandInset ref
34920 LatexCommand ref
34921 reference "eq:Wtot_mult"
34922
34923 \end_inset
34924
34925  gleich, kann man die benötigte Breite 
34926 \begin_inset Formula $W_{g\, n}$
34927 \end_inset
34928
34929 , wenn 
34930 \emph on
34931 n
34932 \emph default
34933  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34934 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34935 \end_inset
34936
34937  hat, berechnen:
34938 \end_layout
34939
34940 \begin_layout Standard
34941 \begin_inset Formula \begin{equation}
34942 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34943
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Bibliography
34950 \labelwidthstring Literaturverzeichnis
34951 \begin_inset CommandInset bibitem
34952 LatexCommand bibitem
34953 key "latexcompanion"
34954
34955 \end_inset
34956
34957 Frank Mittelbach and Michel Goossens: 
34958 \emph on
34959 The LaTeX Companion Second Edition.
34960
34961 \emph default
34962  Addison-Wesley, 2004
34963 \end_layout
34964
34965 \begin_layout Bibliography
34966 \labelwidthstring Literaturverzeichnis
34967 \begin_inset CommandInset bibitem
34968 LatexCommand bibitem
34969 key "latexguide"
34970
34971 \end_inset
34972
34973 Helmut Kopka and Patrick W.
34974  Daly: 
34975 \emph on
34976 A Guide to LaTeX Fourth Edition.
34977
34978 \emph default
34979  Addison-Wesley, 2003
34980 \end_layout
34981
34982 \begin_layout Bibliography
34983 \labelwidthstring Literaturverzeichnis
34984 \begin_inset CommandInset bibitem
34985 LatexCommand bibitem
34986 key "lamport"
34987
34988 \end_inset
34989
34990 Leslie Lamport: 
34991 \emph on
34992 LaTeX: A Document Preparation System.
34993
34994 \emph default
34995  Addison-Wesley, second edition, 1994
34996 \end_layout
34997
34998 \begin_layout Bibliography
34999 \labelwidthstring Literaturverzeichnis
35000 \begin_inset CommandInset bibitem
35001 LatexCommand bibitem
35002 key "latex-praxisbuch"
35003
35004 \end_inset
35005
35006 Niedermair, Elke & Michael: 
35007 \emph on
35008 LaTeX-Praxisbuch
35009 \emph default
35010 , Franzis-Verlag, 2004
35011 \end_layout
35012
35013 \begin_layout Bibliography
35014 \labelwidthstring Literaturverzeichnis
35015 \begin_inset CommandInset bibitem
35016 LatexCommand bibitem
35017 key "booktabs"
35018
35019 \end_inset
35020
35021 Dokumentation des LaTeX-Pakets 
35022 \series bold
35023
35024 \begin_inset CommandInset href
35025 LatexCommand href
35026 name "booktabs"
35027 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35028
35029 \end_inset
35030
35031
35032 \series default
35033
35034 \begin_inset Index idx
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038 LaTeX-Pakete ! booktabs
35039 \end_layout
35040
35041 \end_inset
35042
35043
35044 \end_layout
35045
35046 \begin_layout Bibliography
35047 \labelwidthstring Literaturverzeichnis
35048 \begin_inset CommandInset bibitem
35049 LatexCommand bibitem
35050 key "caption"
35051
35052 \end_inset
35053
35054 Dokumentation des LaTeX-Pakets 
35055 \series bold
35056
35057 \begin_inset CommandInset href
35058 LatexCommand href
35059 name "caption"
35060 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
35061
35062 \end_inset
35063
35064
35065 \series default
35066
35067 \begin_inset Index idx
35068 status collapsed
35069
35070 \begin_layout Plain Layout
35071 LaTeX-Pakete ! caption
35072 \end_layout
35073
35074 \end_inset
35075
35076
35077 \end_layout
35078
35079 \begin_layout Bibliography
35080 \labelwidthstring Literaturverzeichnis
35081 \begin_inset CommandInset bibitem
35082 LatexCommand bibitem
35083 key "endfloat"
35084
35085 \end_inset
35086
35087 Dokumentation des LaTeX-Pakets 
35088 \series bold
35089
35090 \begin_inset CommandInset href
35091 LatexCommand href
35092 name "endfloat"
35093 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35094
35095 \end_inset
35096
35097
35098 \series default
35099
35100 \begin_inset Index idx
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104 LaTeX-Pakete ! endfloat
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Bibliography
35113 \labelwidthstring Literaturverzeichnis
35114 \begin_inset CommandInset bibitem
35115 LatexCommand bibitem
35116 key "wrapfig"
35117
35118 \end_inset
35119
35120 Dokumentation des LaTeX-Pakets 
35121 \series bold
35122
35123 \begin_inset CommandInset href
35124 LatexCommand href
35125 name "wrapfig"
35126 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35127
35128 \end_inset
35129
35130
35131 \series default
35132
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 LaTeX-Pakete ! wrapfig
35138 \begin_inset ERT
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142
35143
35144 \backslash
35145 vspace{4mm}
35146 \end_layout
35147
35148 \end_inset
35149
35150
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Bibliography
35159 \labelwidthstring Literaturverzeichnis
35160 \begin_inset CommandInset bibitem
35161 LatexCommand bibitem
35162 key "footmisc"
35163
35164 \end_inset
35165
35166 Dokumentation des LaTeX-Pakets 
35167 \series bold
35168
35169 \begin_inset CommandInset href
35170 LatexCommand href
35171 name "footmisc"
35172 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35173
35174 \end_inset
35175
35176
35177 \series default
35178
35179 \begin_inset Index idx
35180 status collapsed
35181
35182 \begin_layout Plain Layout
35183 LaTeX-Pakete ! footmisc
35184 \end_layout
35185
35186 \end_inset
35187
35188
35189 \end_layout
35190
35191 \begin_layout Bibliography
35192 \labelwidthstring Literaturverzeichnis
35193 \begin_inset CommandInset bibitem
35194 LatexCommand bibitem
35195 key "hypcap"
35196
35197 \end_inset
35198
35199 Dokumentation des LaTeX-Pakets 
35200 \series bold
35201
35202 \begin_inset CommandInset href
35203 LatexCommand href
35204 name "hypcap"
35205 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35206
35207 \end_inset
35208
35209
35210 \series default
35211
35212 \begin_inset Index idx
35213 status collapsed
35214
35215 \begin_layout Plain Layout
35216 LaTeX-Pakete ! hypcap
35217 \end_layout
35218
35219 \end_inset
35220
35221
35222 \end_layout
35223
35224 \begin_layout Bibliography
35225 \labelwidthstring Literaturverzeichnis
35226 \begin_inset CommandInset bibitem
35227 LatexCommand bibitem
35228 key "hyperref"
35229
35230 \end_inset
35231
35232 Dokumentation des LaTeX-Pakets 
35233 \series bold
35234
35235 \begin_inset CommandInset href
35236 LatexCommand href
35237 name "hyperref"
35238 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35239
35240 \end_inset
35241
35242
35243 \series default
35244
35245 \begin_inset Index idx
35246 status collapsed
35247
35248 \begin_layout Plain Layout
35249 LaTeX-Pakete ! hyperref
35250 \end_layout
35251
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \begin_layout Bibliography
35258 \labelwidthstring Literaturverzeichnis
35259 \begin_inset CommandInset bibitem
35260 LatexCommand bibitem
35261 key "KOMA-Script"
35262
35263 \end_inset
35264
35265 Dokumentation des LaTeX-Pakets 
35266 \series bold
35267
35268 \begin_inset CommandInset href
35269 LatexCommand href
35270 name "KOMA-Script"
35271 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35272
35273 \end_inset
35274
35275
35276 \series default
35277
35278 \begin_inset Index idx
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282 LaTeX-Pakete ! KOMA-Script
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Bibliography
35291 \labelwidthstring Literaturverzeichnis
35292 \begin_inset CommandInset bibitem
35293 LatexCommand bibitem
35294 key "listings"
35295
35296 \end_inset
35297
35298 Dokumentation des LaTeX-Pakets 
35299 \series bold
35300
35301 \begin_inset CommandInset href
35302 LatexCommand href
35303 name "listings"
35304 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35305
35306 \end_inset
35307
35308
35309 \series default
35310
35311 \begin_inset Index idx
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315 LaTeX-Pakete ! listings
35316 \end_layout
35317
35318 \end_inset
35319
35320
35321 \end_layout
35322
35323 \begin_layout Bibliography
35324 \labelwidthstring Literaturverzeichnis
35325 \begin_inset CommandInset bibitem
35326 LatexCommand bibitem
35327 key "marginnote"
35328
35329 \end_inset
35330
35331 Dokumentation des LaTeX-Pakets 
35332 \series bold
35333
35334 \begin_inset CommandInset href
35335 LatexCommand href
35336 name "marginnote"
35337 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35338
35339 \end_inset
35340
35341
35342 \series default
35343
35344 \begin_inset Index idx
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348 LaTeX-Pakete ! marginnote
35349 \end_layout
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \begin_layout Bibliography
35357 \labelwidthstring Literaturverzeichnis
35358 \begin_inset CommandInset bibitem
35359 LatexCommand bibitem
35360 key "pstricks"
35361
35362 \end_inset
35363
35364 Webseite des LaTeX-Pakets 
35365 \series bold
35366
35367 \begin_inset CommandInset href
35368 LatexCommand href
35369 name "PSTricks"
35370 target "http://tug.org/PSTricks/"
35371
35372 \end_inset
35373
35374
35375 \series default
35376
35377 \begin_inset Index idx
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381 LaTeX-Pakete ! pstricks
35382 \end_layout
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Bibliography
35390 \labelwidthstring Literaturverzeichnis
35391 \begin_inset CommandInset bibitem
35392 LatexCommand bibitem
35393 key "sidecap"
35394
35395 \end_inset
35396
35397 Dokumentation des LaTeX-Pakets 
35398 \series bold
35399
35400 \begin_inset CommandInset href
35401 LatexCommand href
35402 name "sidecap"
35403 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35404
35405 \end_inset
35406
35407
35408 \series default
35409
35410 \begin_inset Index idx
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414 LaTeX-Pakete ! sidecap
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Bibliography
35423 \labelwidthstring Literaturverzeichnis
35424 \begin_inset CommandInset bibitem
35425 LatexCommand bibitem
35426 key "prettyref"
35427
35428 \end_inset
35429
35430 Dokumentation des LaTeX-Pakets 
35431 \series bold
35432
35433 \begin_inset CommandInset href
35434 LatexCommand href
35435 name "prettyref"
35436 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35437
35438 \end_inset
35439
35440
35441 \series default
35442
35443 \begin_inset Index idx
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447 LaTeX-Pakete ! prettyref
35448 \end_layout
35449
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Bibliography
35456 \labelwidthstring Literaturverzeichnis
35457 \begin_inset CommandInset bibitem
35458 LatexCommand bibitem
35459 key "NewInLyX20"
35460
35461 \end_inset
35462
35463
35464 \begin_inset CommandInset href
35465 LatexCommand href
35466 name "Wiki-Seite"
35467 target "http://wiki.lyx.org/LyX/NewInLyX20"
35468
35469 \end_inset
35470
35471  über neue Funktionen in 
35472 \family sans
35473 LyX 2.0
35474 \family default
35475 .
35476 \end_layout
35477
35478 \begin_layout Standard
35479 \begin_inset CommandInset index_print
35480 LatexCommand printindex
35481 type "idx"
35482
35483 \end_inset
35484
35485
35486 \end_layout
35487
35488 \end_body
35489 \end_document