]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
- German EmbeddedObjects.lyx: I committed the wrong version in r31960
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.5svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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}, tableposition=top]{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 % Grauschrift-Notizen in blauer Farbe
124 \renewenvironment{lyxgreyedout}
125  {\textcolor{blue}\bgroup}{\egroup}
126
127 % ------------------------------------
128 % Prüfung auf benötigte LaTeXPakete
129 \usepackage{ifthen}
130
131 % Pruefung auf arydshln
132 % für Tabellen mit gestrichelten Linien
133 \newboolean{arydshln}
134 \IfFileExists{arydshln.sty}
135  {\usepackage{arydshln}
136   \setboolean{arydshln}{true}}
137  {\setboolean{arydshln}{false}}
138
139 % Prüfung auf marginnote
140 % für Randnotizen
141 \newboolean{marginnote}
142 \IfFileExists{marginnote.sty}
143  {\usepackage{marginnote}
144   \let\marginpar\marginnote
145   \setboolean{marginnote}{true}}
146  {\setboolean{marginnote}{false}}
147
148 % Prüfung auf sidecap
149 % für seitliche Beschriftungen
150 \newboolean{sidecap}
151 \IfFileExists{sidecap.sty}
152  {\usepackage{sidecap}
153   \setboolean{sidecap}{true}}
154  {\setboolean{sidecap}{false}}
155
156 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
157 \def\LyX{\texorpdfstring{%
158   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
159   {LyX}}
160
161 % Damit der Index den Namen "Stichwortverzeichnis" erhält
162 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
166 \language ngerman
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize a4paper
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language german
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 0 9 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 Das LyX-Handbuch der Einfügungen:
223 \begin_inset Newline newline
224 \end_inset
225
226  
227 \size larger
228 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
229 \end_layout
230
231 \begin_layout Author
232 vom LyX Team
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 \noindent
238
239 \size normal
240 Übersetzung und Bearbeitung: Hartmut Haase
241 \size default
242 , Uwe Stöhr
243 \begin_inset Newline newline
244 \end_inset
245
246 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
247  bitte an: 
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
252 type "mailto:"
253
254 \end_inset
255
256
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Note Note
263 status collapsed
264
265 \begin_layout Plain Layout
266 Autor: Uwe Stöhr <uwestoehr@web.de>
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \family sans
281 Version 1.6.x
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset CommandInset toc
286 LatexCommand tableofcontents
287
288 \end_inset
289
290
291 \end_layout
292
293 \begin_layout Standard
294 \begin_inset Note Note
295 status open
296
297 \begin_layout Plain Layout
298 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
299 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
300 \series bold
301 arydshln
302 \series default
303
304 \series bold
305 colortbl
306 \series default
307
308 \series bold
309 marginnote
310 \series default
311  und 
312 \series bold
313 sidecap
314 \series default
315 .
316  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
317  denen sie benötigt werden.
318 \end_layout
319
320 \begin_layout Plain Layout
321 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
322  des englischen Originals hier finden:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Chapter
337 Abbildungen
338 \begin_inset Index
339 status collapsed
340
341 \begin_layout Plain Layout
342 Abbildungen
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Section
351 Grafik-Dialog
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Abbildungen ! Grafik-Dialog
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset CommandInset label
363 LatexCommand label
364 name "abs:Grafik-Dialog"
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Standard
372 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
373  
374 \begin_inset Graphics
375         filename ../../images/dialog-show-new-inset_graphics.png
376         scale 70
377         scaleBeforeRotation
378         BoundingBox 0bp 6bp 22bp 22bp
379
380 \end_inset
381
382  in der Werkzeugleiste oder wählen das Menü 
383 \family sans
384 Einfügen\SpecialChar \menuseparator
385 Grafik
386 \family default
387 .
388  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
389  
390 \family sans
391 Durchsuchen
392 \family default
393  eingeben können.
394  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
395  an der Sie sie eingefügt haben.
396 \end_layout
397
398 \begin_layout Standard
399 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
400  klicken.
401  Der Dialog hat drei Karteikarten:
402 \end_layout
403
404 \begin_layout Description
405
406 \family sans
407 Grafik
408 \family default
409  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
410  Version festlegen.
411  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
412 \begin_inset space ~
413 \end_inset
414
415
416 \begin_inset CommandInset ref
417 LatexCommand ref
418 reference "kap:In-LyX-verfügbare"
419
420 \end_inset
421
422  erklärt.
423 \begin_inset Newline newline
424 \end_inset
425
426
427 \begin_inset Index
428 status collapsed
429
430 \begin_layout Plain Layout
431 Abbildungen ! rotierte
432 \end_layout
433
434 \end_inset
435
436 Sie können Abbildungen durch Angabe eines 
437 \family sans
438 Winkel
439 \family default
440
441 \begin_inset space ~
442 \end_inset
443
444
445 \family sans
446 (Grad)
447 \family default
448  und Festlegung eines 
449 \family sans
450 Drehpunktes
451 \family default
452  drehen.
453  Negative Winkel drehen im Uhrzeigersinn.
454  Die Abbildung wird auch in LyX gedreht.
455 \begin_inset Newline newline
456 \end_inset
457
458
459 \begin_inset Index
460 status collapsed
461
462 \begin_layout Plain Layout
463 Abbildungen ! skalierte
464 \end_layout
465
466 \end_inset
467
468 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
469  oder Höhe und Breite definiert.
470  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
471  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
472  wobei sie möglicherweise verzerrt wird.
473  Um das zu vermeiden, sollten Sie 
474 \family sans
475 Seitenverhältnis
476 \begin_inset space ~
477 \end_inset
478
479 beibehalten
480 \family default
481  ankreuzen.
482  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
483  und Breite nicht überschritten werden.
484 \begin_inset Newline newline
485 \end_inset
486
487 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
488 nden Kontext-Menü 
489 \family sans
490 Datei extern bearbeiten
491 \family default
492  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
493  öffnen.
494  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
495 \family sans
496 Datei-Handhabung\SpecialChar \menuseparator
497 Dateiformate
498 \family default
499  festgelegt werden.
500 \end_layout
501
502 \begin_layout Description
503
504 \family sans
505 Ausschnitt
506 \family default
507  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
508  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
509  Wenn Sie auf 
510 \family sans
511 Lese
512 \begin_inset space ~
513 \end_inset
514
515 aus
516 \begin_inset space ~
517 \end_inset
518
519 Datei
520 \family default
521  klicken, werden die Koordinaten automatisch berechnet.
522  Die Option 
523 \family sans
524 Auf
525 \begin_inset space ~
526 \end_inset
527
528 Begrenzungsbox
529 \begin_inset space ~
530 \end_inset
531
532 zuschneiden
533 \family default
534  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
535  Koordinaten liegt.
536  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
537  diese Karteikarte ignorieren.
538 \end_layout
539
540 \begin_layout Description
541
542 \family sans
543 LaTeX-
544 \begin_inset space ~
545 \end_inset
546
547 und
548 \begin_inset space ~
549 \end_inset
550
551 LyX-Optionen
552 \family default
553  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
554  LaTeX-Experten können weitere LaTeX-Optionen definieren.
555 \begin_inset Newline newline
556 \end_inset
557
558 Ist die Option 
559 \family sans
560 Entwurfsmodus 
561 \family default
562 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
563  darin gedruckt.
564 \begin_inset Newline newline
565 \end_inset
566
567 Die Option 
568 \family sans
569 Beim
570 \begin_inset space ~
571 \end_inset
572
573 Exportieren
574 \begin_inset space ~
575 \end_inset
576
577 nicht
578 \begin_inset space ~
579 \end_inset
580
581 entpacken
582 \family default
583  betrifft nur gepackte EPS-Dateien, zum Beispiel 
584 \emph on
585 x.eps.gz
586 \emph default
587 .
588  LaTeX kann so mit ihnen umgehen.
589 \begin_inset Newline newline
590 \end_inset
591
592 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
593  wählen, siehe Anhang
594 \begin_inset space ~
595 \end_inset
596
597
598 \begin_inset CommandInset ref
599 LatexCommand ref
600 reference "abs:PostScript"
601
602 \end_inset
603
604 .
605  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
606 \begin_inset Newline newline
607 \end_inset
608
609
610 \series bold
611 gzip x.eps
612 \begin_inset Newline newline
613 \end_inset
614
615 zgrep %%Bounding x.eps.gz > x.eps.bb
616 \series default
617
618 \begin_inset Newline newline
619 \end_inset
620
621 Der zweite Befehl erzeugt die Begrenzungsbox 
622 \begin_inset Quotes gld
623 \end_inset
624
625 x.eps.bb
626 \begin_inset Quotes grd
627 \end_inset
628
629 , die LaTeX für gepackte Abbildungen benötigt.
630 \begin_inset Newline newline
631 \end_inset
632
633 Das Feld 
634 \family sans
635 Gruppenname
636 \begin_inset space ~
637 \end_inset
638
639 initialisieren
640 \family default
641  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
642  solche zuzuordnen.
643 \begin_inset Index
644 status collapsed
645
646 \begin_layout Plain Layout
647 Abbildungen ! Einstellungsgruppen
648 \end_layout
649
650 \end_inset
651
652  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
653  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
654  der Gruppe geändert werden.
655  Damit kann man z.B.
656 \begin_inset space ~
657 \end_inset
658
659 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
660  Bild tun zu müssen.
661  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
662  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
663 \end_layout
664
665 \begin_layout Standard
666 \begin_inset VSpace bigskip
667 \end_inset
668
669
670 \end_layout
671
672 \begin_layout Standard
673 Hier ist eine zentrierte EPS-Abbildung
674 \begin_inset Foot
675 status collapsed
676
677 \begin_layout Plain Layout
678 Abbildungsformate sind in Abschnitt
679 \begin_inset space ~
680 \end_inset
681
682
683 \begin_inset CommandInset ref
684 LatexCommand ref
685 reference "abs:Bildformate"
686
687 \end_inset
688
689  beschrieben.
690 \end_layout
691
692 \end_inset
693
694  in einem eigenen Absatz:
695 \end_layout
696
697 \begin_layout Standard
698 \align center
699 \begin_inset Graphics
700         filename ../clipart/mobius.eps
701         scale 70
702         scaleBeforeRotation
703         rotateOrigin center
704
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 \noindent
712 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
713 \end_layout
714
715 \begin_layout Standard
716 \align center
717 \begin_inset Graphics
718         filename ../clipart/mobius.eps
719         scale 70
720         draft
721         scaleBeforeRotation
722         rotateOrigin center
723
724 \end_inset
725
726
727 \end_layout
728
729 \begin_layout Section
730 Gleitende Abbildungen
731 \begin_inset CommandInset label
732 LatexCommand label
733 name "abs:Gleitende-Abbildungen"
734
735 \end_inset
736
737
738 \begin_inset Index
739 status collapsed
740
741 \begin_layout Plain Layout
742 Abbildungen ! gleitende
743 \end_layout
744
745 \end_inset
746
747
748 \begin_inset Index
749 status collapsed
750
751 \begin_layout Plain Layout
752 Gleitobjekte ! Abbildungen
753 \end_layout
754
755 \end_inset
756
757
758 \end_layout
759
760 \begin_layout Standard
761 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
762 \begin_inset space ~
763 \end_inset
764
765
766 \begin_inset CommandInset ref
767 LatexCommand ref
768 reference "abs:Gleitobjekte-Einleitung"
769
770 \end_inset
771
772 .
773 \end_layout
774
775 \begin_layout Standard
776 Wenn Sie auf das Werkzeugleisten-Symbol 
777 \begin_inset Graphics
778         filename ../../images/float-insert_figure.png
779         scale 70
780         scaleBeforeRotation
781         BoundingBox 0bp 6bp 22bp 22bp
782
783 \end_inset
784
785  klicken oder 
786 \family sans
787 Einfügen\SpecialChar \menuseparator
788 Gleit\SpecialChar \-
789 objekt\SpecialChar \menuseparator
790 Abbildung
791 \family default
792  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
793  In das rot umrahmte Feld rechts von 
794 \emph on
795 Abbildung
796 \begin_inset space ~
797 \end_inset
798
799 Nr:
800 \emph default
801  schreiben Sie die Bildbeschriftung.
802  Nach einem Klick oberhalb oder unterhalb von 
803 \emph on
804 Abbildung
805 \begin_inset space ~
806 \end_inset
807
808 Nr:
809 \emph default
810  können Sie dann eine Abbildung wie 
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "abb:kill-plat"
814
815 \end_inset
816
817  oberhalb oder wie Abbildung
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "abb:escher"
825
826 \end_inset
827
828  unterhalb der Bildbeschriftung einfügen.
829  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
830 \begin_inset space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "abs:Titel-Platzierung"
837
838 \end_inset
839
840 .
841 \end_layout
842
843 \begin_layout Standard
844 \begin_inset Float figure
845 wide false
846 sideways false
847 status open
848
849 \begin_layout Plain Layout
850 \align center
851 \begin_inset Graphics
852         filename ../clipart/platypus.eps
853         width 50col%
854         scaleBeforeRotation
855         rotateOrigin center
856
857 \end_inset
858
859
860 \end_layout
861
862 \begin_layout Plain Layout
863 \begin_inset Caption
864
865 \begin_layout Plain Layout
866 \begin_inset CommandInset label
867 LatexCommand label
868 name "abb:kill-plat"
869
870 \end_inset
871
872 Platypus in einem Gleitobjekt
873 \end_layout
874
875 \end_inset
876
877
878 \end_layout
879
880 \end_inset
881
882
883 \end_layout
884
885 \begin_layout Standard
886 \begin_inset Float figure
887 wide false
888 sideways false
889 status open
890
891 \begin_layout Plain Layout
892 \begin_inset Caption
893
894 \begin_layout Plain Layout
895 \begin_inset CommandInset label
896 LatexCommand label
897 name "abb:escher"
898
899 \end_inset
900
901 M.C.
902  Escher
903 \end_layout
904
905 \end_inset
906
907
908 \end_layout
909
910 \begin_layout Plain Layout
911 \align center
912 \begin_inset Graphics
913         filename ../clipart/escher-lsd.eps
914         scale 80
915         scaleBeforeRotation
916         rotateOrigin center
917
918 \end_inset
919
920
921 \end_layout
922
923 \end_inset
924
925
926 \end_layout
927
928 \begin_layout Standard
929 \begin_inset Index
930 status collapsed
931
932 \begin_layout Plain Layout
933 Querverweise ! auf Abbildungen
934 \end_layout
935
936 \end_inset
937
938 Abbildung
939 \begin_inset space ~
940 \end_inset
941
942
943 \begin_inset CommandInset ref
944 LatexCommand ref
945 reference "abb:kill-plat"
946
947 \end_inset
948
949  und 
950 \begin_inset CommandInset ref
951 LatexCommand ref
952 reference "abb:escher"
953
954 \end_inset
955
956  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
957  Dafür fügen Sie in der Beschriftung mit 
958 \family sans
959 Einfügen\SpecialChar \menuseparator
960 Marke
961 \family default
962  oder durch Klicken auf 
963 \begin_inset Graphics
964         filename ../../images/label-insert.png
965         scale 70
966         scaleBeforeRotation
967         BoundingBox 0bp 6bp 20bp 20bp
968
969 \end_inset
970
971  eine Marke ein.
972  Auf diese können Sie dann wie gewohnt mit 
973 \family sans
974 Einfügen\SpecialChar \menuseparator
975 Querverweis
976 \family default
977  oder durch Klicken auf 
978 \begin_inset Graphics
979         filename ../../images/dialog-show-new-inset_ref.png
980         scale 70
981         scaleBeforeRotation
982         BoundingBox 0bp 6bp 22bp 22bp
983
984 \end_inset
985
986  verweisen.
987  Das ist besser als eine vage Formulierung wie 
988 \begin_inset Quotes gld
989 \end_inset
990
991 die obige Abbildung
992 \begin_inset Quotes grd
993 \end_inset
994
995  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
996  erscheint, und das muss nicht 
997 \emph on
998 oben
999 \emph default
1000  sein.
1001  Verweise werden detailliert in Abschnitt
1002 \begin_inset space ~
1003 \end_inset
1004
1005
1006 \begin_inset CommandInset ref
1007 LatexCommand ref
1008 reference "abs:Auf-Gleitobjekte-verweisen"
1009
1010 \end_inset
1011
1012  beschrieben.
1013 \end_layout
1014
1015 \begin_layout Standard
1016 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1017  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1018  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1019  Gleitabbildung einfügt.
1020  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1021  Abbildung
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "abb:Zwei-Teilabbildungen"
1029
1030 \end_inset
1031
1032  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1033  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1034  Gleitabbildung auf Eingabe drücken.
1035  Abbildung
1036 \begin_inset space ~
1037 \end_inset
1038
1039
1040 \begin_inset CommandInset ref
1041 LatexCommand ref
1042 reference "abb:Undefinierbar"
1043
1044 \end_inset
1045
1046  und 
1047 \begin_inset CommandInset ref
1048 LatexCommand ref
1049 reference "abb:Ein-Schnabeltier"
1050
1051 \end_inset
1052
1053  sind die Teilabbildungen.
1054 \end_layout
1055
1056 \begin_layout Standard
1057 \begin_inset Float figure
1058 wide false
1059 sideways false
1060 status open
1061
1062 \begin_layout Plain Layout
1063 \begin_inset space \hfill{}
1064 \end_inset
1065
1066
1067 \begin_inset Float figure
1068 wide false
1069 sideways false
1070 status collapsed
1071
1072 \begin_layout Plain Layout
1073 \begin_inset Caption
1074
1075 \begin_layout Plain Layout
1076 \begin_inset CommandInset label
1077 LatexCommand label
1078 name "abb:Undefinierbar"
1079
1080 \end_inset
1081
1082 Undefinierbar
1083 \end_layout
1084
1085 \end_inset
1086
1087
1088 \end_layout
1089
1090 \begin_layout Plain Layout
1091 \begin_inset Graphics
1092         filename ../clipart/escher-lsd.eps
1093         width 35col%
1094         scaleBeforeRotation
1095         groupId Teilabbildung
1096
1097 \end_inset
1098
1099
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \begin_inset space \hfill{}
1106 \end_inset
1107
1108
1109 \begin_inset Float figure
1110 wide false
1111 sideways false
1112 status collapsed
1113
1114 \begin_layout Plain Layout
1115 \begin_inset Caption
1116
1117 \begin_layout Plain Layout
1118 \begin_inset CommandInset label
1119 LatexCommand label
1120 name "abb:Ein-Schnabeltier"
1121
1122 \end_inset
1123
1124 Ein Schnabeltier
1125 \end_layout
1126
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Graphics
1134         filename ../clipart/platypus.eps
1135         width 35col%
1136         scaleBeforeRotation
1137         groupId Teilabbildung
1138
1139 \end_inset
1140
1141
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \begin_inset space \hfill{}
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Caption
1155
1156 \begin_layout Plain Layout
1157 \begin_inset CommandInset label
1158 LatexCommand label
1159 name "abb:Zwei-Teilabbildungen"
1160
1161 \end_inset
1162
1163 Zwei Teilabbildungen nebeneinander.
1164  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1165 \begin_inset Quotes gld
1166 \end_inset
1167
1168 Teilabbildung
1169 \begin_inset Quotes grd
1170 \end_inset
1171
1172  an.
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Section
1186 Bildformate
1187 \begin_inset CommandInset label
1188 LatexCommand label
1189 name "abs:Bildformate"
1190
1191 \end_inset
1192
1193
1194 \begin_inset Index
1195 status collapsed
1196
1197 \begin_layout Plain Layout
1198 Abbildungen ! Bildformate
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Standard
1207 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1208  Aber wie in Anhang
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "kap:Ausgabedatei-Formate"
1216
1217 \end_inset
1218
1219  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1220  LyX benutzt im Hintergrund das Programm
1221 \family typewriter
1222  ImageMagick
1223 \family default
1224 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1225  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1226  vermeiden.
1227  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1228  werden können.
1229  Diese Formate werden in Anhang
1230 \begin_inset space ~
1231 \end_inset
1232
1233
1234 \begin_inset CommandInset ref
1235 LatexCommand ref
1236 reference "kap:Ausgabedatei-Formate"
1237
1238 \end_inset
1239
1240  beschrieben.
1241 \end_layout
1242
1243 \begin_layout Standard
1244 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1245 \end_layout
1246
1247 \begin_layout Description
1248 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1249  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1250  
1251 \emph on
1252 pixelig
1253 \emph default
1254  aus.
1255  Bekannte Pixel-Formate sind 
1256 \begin_inset Quotes gld
1257 \end_inset
1258
1259 Graphics Interchange Format
1260 \begin_inset Quotes grd
1261 \end_inset
1262
1263  (GIF, Dateiendung
1264 \family typewriter
1265  
1266 \family default
1267
1268 \begin_inset Quotes gld
1269 \end_inset
1270
1271
1272 \family typewriter
1273 .gif
1274 \family default
1275
1276 \begin_inset Quotes grd
1277 \end_inset
1278
1279 )
1280 \begin_inset Index
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 GIF
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \begin_inset Quotes gld
1291 \end_inset
1292
1293 Portable Network Graphics
1294 \begin_inset Quotes grd
1295 \end_inset
1296
1297  (PNG, Dateiendung 
1298 \begin_inset Quotes gld
1299 \end_inset
1300
1301
1302 \family typewriter
1303 .png
1304 \family default
1305
1306 \begin_inset Quotes grd
1307 \end_inset
1308
1309 )
1310 \begin_inset Index
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314 PNG
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \begin_inset Quotes gld
1321 \end_inset
1322
1323 Joint Photographic Experts Group
1324 \begin_inset Quotes grd
1325 \end_inset
1326
1327  (JPEG, Dateiendung
1328 \family typewriter
1329  
1330 \family default
1331
1332 \begin_inset Quotes gld
1333 \end_inset
1334
1335
1336 \family typewriter
1337 .jpg
1338 \family default
1339
1340 \begin_inset Quotes grd
1341 \end_inset
1342
1343  oder 
1344 \begin_inset Quotes gld
1345 \end_inset
1346
1347
1348 \family typewriter
1349 .jpeg
1350 \family default
1351
1352 \begin_inset Quotes grd
1353 \end_inset
1354
1355 )
1356 \begin_inset Index
1357 status collapsed
1358
1359 \begin_layout Plain Layout
1360 JPG, JPEG
1361 \end_layout
1362
1363 \end_inset
1364
1365  und 
1366 \begin_inset Quotes gld
1367 \end_inset
1368
1369 Windows Bitmap
1370 \begin_inset Quotes grd
1371 \end_inset
1372
1373  (BMP, Dateiendung 
1374 \begin_inset Quotes gld
1375 \end_inset
1376
1377
1378 \family typewriter
1379 .bmp
1380 \family default
1381
1382 \begin_inset Quotes grd
1383 \end_inset
1384
1385 )
1386 \begin_inset Index
1387 status collapsed
1388
1389 \begin_layout Plain Layout
1390 BMP
1391 \end_layout
1392
1393 \end_inset
1394
1395 .
1396 \end_layout
1397
1398 \begin_layout Description
1399 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1400  auf jede beliebige Größe skaliert werden.
1401  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1402  zoomen zu können.
1403 \begin_inset Newline newline
1404 \end_inset
1405
1406 Bekannte Formate sind 
1407 \begin_inset Quotes gld
1408 \end_inset
1409
1410 Scalable Vector Graphics
1411 \begin_inset Quotes grd
1412 \end_inset
1413
1414  (SVG, Dateiendung
1415 \family typewriter
1416  
1417 \family default
1418
1419 \begin_inset Quotes gld
1420 \end_inset
1421
1422
1423 \family typewriter
1424 .svg
1425 \family default
1426
1427 \begin_inset Quotes grd
1428 \end_inset
1429
1430 )
1431 \begin_inset Index
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 SVG
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Quotes gld
1442 \end_inset
1443
1444 Encapsulated PostScript
1445 \begin_inset Quotes grd
1446 \end_inset
1447
1448  (EPS, Dateiendung 
1449 \begin_inset Quotes gld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .eps
1455 \family default
1456
1457 \begin_inset Quotes grd
1458 \end_inset
1459
1460 )
1461 \begin_inset Index
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465 EPS
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \begin_inset Quotes gld
1472 \end_inset
1473
1474 Portable Document Format
1475 \begin_inset Quotes grd
1476 \end_inset
1477
1478  (PDF, Dateiendung
1479 \family typewriter
1480  
1481 \family default
1482
1483 \begin_inset Quotes gld
1484 \end_inset
1485
1486
1487 \family typewriter
1488 .pdf
1489 \family default
1490
1491 \begin_inset Quotes grd
1492 \end_inset
1493
1494 )
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 PDF
1500 \end_layout
1501
1502 \end_inset
1503
1504  und 
1505 \begin_inset Quotes gld
1506 \end_inset
1507
1508 Windows Metafile
1509 \begin_inset Quotes grd
1510 \end_inset
1511
1512  (WMF, Dateiendung 
1513 \begin_inset Quotes gld
1514 \end_inset
1515
1516
1517 \family typewriter
1518 .wmf
1519 \family default
1520
1521 \begin_inset Quotes grd
1522 \end_inset
1523
1524 )
1525 \begin_inset Index
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529 WMF
1530 \end_layout
1531
1532 \end_inset
1533
1534 .
1535 \end_layout
1536
1537 \begin_layout Standard
1538 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1539  das Ergebnis ist immer noch ein Pixelbild.
1540  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1541  hinzugefügt.
1542 \begin_inset Foot
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 Bei PDF wird das Originalbild auch noch komprimiert.
1547 \end_layout
1548
1549 \end_inset
1550
1551  Die PDF-Dateien, die 
1552 \family typewriter
1553 Adobe Photoshop
1554 \family default
1555  erzeugt, sind zum Beispiel Pixelbilder.
1556 \end_layout
1557
1558 \begin_layout Standard
1559 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1560  umgekehrt.
1561  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1562  eingefügt werden.
1563  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1564  erzeugt wird, weil es zur Zeit keine WMF/SVG
1565 \begin_inset Formula $\to$
1566 \end_inset
1567
1568 PDF/EPS Konverter gibt.
1569 \end_layout
1570
1571 \begin_layout Chapter
1572 Tabellen
1573 \begin_inset Index
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577 Tabellen
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \begin_layout Section
1586 Einführung
1587 \begin_inset Index
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591 Tabellen ! Einführung
1592 \end_layout
1593
1594 \end_inset
1595
1596
1597 \end_layout
1598
1599 \begin_layout Standard
1600 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1601 \begin_inset Graphics
1602         filename ../../images/tabular-insert.png
1603         scale 70
1604         scaleBeforeRotation
1605         BoundingBox 0bp 6bp 22bp 22bp
1606
1607 \end_inset
1608
1609  oder das Menü 
1610 \family sans
1611 Einfügen\SpecialChar \menuseparator
1612 Tabelle
1613 \family default
1614  einfügen.
1615  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1616 \begin_inset space \thinspace{}
1617 \end_inset
1618
1619 -Tabelle.
1620  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1621  und die Größe der dunkelblauen Tabelle angezeigt.
1622  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1623  ein.
1624  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1625  Spaltenanzahl festlegen können.
1626 \end_layout
1627
1628 \begin_layout Standard
1629 In der so erstellten Tabelle ist jede Zelle umrandet.
1630  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1631  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1632  die zweite Zeile eine Linie oberhalb haben.
1633  Hier ist ein Beispiel:
1634 \end_layout
1635
1636 \begin_layout Standard
1637 \align center
1638 \begin_inset Tabular
1639 <lyxtabular version="3" rows="5" columns="4">
1640 <features>
1641 <column alignment="center" valignment="top" width="0">
1642 <column alignment="center" valignment="top" width="0">
1643 <column alignment="center" valignment="top" width="0">
1644 <column alignment="center" valignment="top" width="0">
1645 <row>
1646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659
1660 \family roman
1661 \series medium
1662 \shape up
1663 \size normal
1664 \emph off
1665 \bar no
1666 \noun off
1667 \color none
1668 1
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677 2
1678 \end_layout
1679
1680 \end_inset
1681 </cell>
1682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686 3
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 <row>
1693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697
1698 \family roman
1699 \series medium
1700 \shape up
1701 \size normal
1702 \emph off
1703 \bar no
1704 \noun off
1705 \color none
1706 A
1707 \end_layout
1708
1709 \end_inset
1710 </cell>
1711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \end_layout
1717
1718 \end_inset
1719 </cell>
1720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1721 \begin_inset Text
1722
1723 \begin_layout Plain Layout
1724
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 </row>
1739 <row>
1740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1741 \begin_inset Text
1742
1743 \begin_layout Plain Layout
1744
1745 \family roman
1746 \series medium
1747 \shape up
1748 \size normal
1749 \emph off
1750 \bar no
1751 \noun off
1752 \color none
1753 B
1754 \end_layout
1755
1756 \end_inset
1757 </cell>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 </row>
1786 <row>
1787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \family roman
1793 \series medium
1794 \shape up
1795 \size normal
1796 \emph off
1797 \bar no
1798 \noun off
1799 \color none
1800 C
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 </row>
1833 <row>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 D
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 </lyxtabular>
1872
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \begin_layout Section
1879 Tabellen-Einstellungen
1880 \begin_inset Index
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884 Tabellen ! Einstellungen
1885 \end_layout
1886
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \begin_layout Standard
1893 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1894  Maustaste draufklicken.
1895  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1896 \family sans
1897 Einstellungen
1898 \family default
1899  steht.
1900  Ein Klick darauf öffnet das Fenster 
1901 \family sans
1902 Tabellen-Einstellungen
1903 \family default
1904 .
1905  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1906  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1907  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1908  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1909  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1910  Auswahl.
1911  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1912 \emph on
1913 Inhalt
1914 \emph default
1915  einer Zelle oder die Zelle selber ausgewählt haben.
1916  Das 
1917 \family sans
1918 Tabellen-Einstellungen
1919 \family default
1920 -Menü hat folgende Karteikarten:
1921 \end_layout
1922
1923 \begin_layout Description
1924
1925 \family sans
1926 Tabellen-Einstellungen
1927 \family default
1928  Hier können Sie die 
1929 \family sans
1930 Horizontale
1931 \begin_inset space ~
1932 \end_inset
1933
1934 Ausrichtung
1935 \family default
1936  der momentanen Spalte und die 
1937 \family sans
1938 Spaltenbreite
1939 \family default
1940  festlegen.
1941  Wenn Sie eine 
1942 \family sans
1943 Spaltenbreite
1944 \family default
1945  festgelegt haben, können Sie auch eine 
1946 \family sans
1947 Vertikale
1948 \begin_inset space ~
1949 \end_inset
1950
1951 Ausrichtung
1952 \family default
1953  der momentanen Zeile wählen.
1954  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1955  Absätze haben, wie in Abschnitt
1956 \begin_inset space ~
1957 \end_inset
1958
1959
1960 \begin_inset CommandInset ref
1961 LatexCommand ref
1962 reference "uab:Mehrfache-Zeilen-in"
1963
1964 \end_inset
1965
1966  beschrieben.
1967  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1968 \begin_inset Newline newline
1969 \end_inset
1970
1971 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1972  als 
1973 \family sans
1974 Mehrfachspalte
1975 \family default
1976  definieren, wie in Abschnitt
1977 \begin_inset space ~
1978 \end_inset
1979
1980
1981 \begin_inset CommandInset ref
1982 LatexCommand ref
1983 reference "uab:Mehrfachspalten"
1984
1985 \end_inset
1986
1987  beschrieben.
1988 \begin_inset Newline newline
1989 \end_inset
1990
1991 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
1992  den Uhrzeigersinn um 90° drehen.
1993  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
1994 \begin_inset Newline newline
1995 \end_inset
1996
1997
1998 \begin_inset Note Greyedout
1999 status open
2000
2001 \begin_layout Plain Layout
2002
2003 \series bold
2004 Achtung:
2005 \series default
2006  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2007 \end_layout
2008
2009 \end_inset
2010
2011
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015 Man kann auch ein 
2016 \family sans
2017 LaTe
2018 \begin_inset ERT
2019 status collapsed
2020
2021 \begin_layout Plain Layout
2022
2023 {}
2024 \end_layout
2025
2026 \end_inset
2027
2028 X-Argument
2029 \family default
2030  für besondere Tabellen-Formatierun\SpecialChar \-
2031 gen einfügen, wie in den Abschnitten
2032  
2033 \begin_inset CommandInset ref
2034 LatexCommand ref
2035 reference "uab:Mehrfachspalten-Berechnungen"
2036
2037 \end_inset
2038
2039  und 
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "abs:Farbige-Tabellen"
2043
2044 \end_inset
2045
2046  beschrieben.
2047 \end_layout
2048
2049 \begin_layout Description
2050
2051 \family sans
2052 Rahmen
2053 \family default
2054  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2055  hinzufügen und löschen.
2056 \begin_inset Newline newline
2057 \end_inset
2058
2059 Wenn Sie die Stil-Option
2060 \family sans
2061  Formal
2062 \family default
2063  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2064 \begin_inset space ~
2065 \end_inset
2066
2067
2068 \begin_inset CommandInset ref
2069 LatexCommand ref
2070 reference "abs:Formale-Tabellen"
2071
2072 \end_inset
2073
2074  beschrieben, konvertiert.
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "uab:Zeilenabstand"
2086
2087 \end_inset
2088
2089  beschrieben.
2090 \end_layout
2091
2092 \begin_layout Description
2093
2094 \family sans
2095 Lange
2096 \begin_inset space ~
2097 \end_inset
2098
2099 Tabelle
2100 \family default
2101  Hier kann eine Tabelle als 
2102 \family sans
2103 Lange
2104 \begin_inset space ~
2105 \end_inset
2106
2107 Tabelle
2108 \family default
2109  definiert werden, die über mehrere Seiten reicht.
2110  Die Abschnitte
2111 \begin_inset space ~
2112 \end_inset
2113
2114
2115 \begin_inset CommandInset ref
2116 LatexCommand ref
2117 reference "abs:Lange-Tabellen"
2118
2119 \end_inset
2120
2121  und 
2122 \begin_inset CommandInset ref
2123 LatexCommand ref
2124 reference "abs:Special-Longtable-Issues"
2125
2126 \end_inset
2127
2128  beschreiben diese Funktion genauer.
2129 \end_layout
2130
2131 \begin_layout Standard
2132 Wenn das Menü 
2133 \family sans
2134 Tabellen-Einstellungen
2135 \family default
2136  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2137  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2138 \end_layout
2139
2140 \begin_layout Section
2141 Tabellen-Werkzeugleiste
2142 \begin_inset Index
2143 status collapsed
2144
2145 \begin_layout Plain Layout
2146 Tabellen ! Werkzeugleiste
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2156 \family sans
2157 Tabellen-Einstellungen
2158 \family default
2159 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2160  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2161  LyX-Fensters.
2162 \end_layout
2163
2164 \begin_layout Standard
2165 Die Werkzeugleiste hat folgende Knöpfe:
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_append-row.png
2172         scaleBeforeRotation
2173
2174 \end_inset
2175
2176  Fügt eine Zeile unterhalb der momentanen an
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_append-column.png
2183         scaleBeforeRotation
2184
2185 \end_inset
2186
2187  Fügt eine Spalte rechts von der momentanen an
2188 \end_layout
2189
2190 \begin_layout Labeling
2191 \labelwidthstring 00.00.0000
2192 \begin_inset Graphics
2193         filename ../../images/tabular-feature_delete-row.png
2194         scaleBeforeRotation
2195
2196 \end_inset
2197
2198  Löscht die ausgewählte(n) Zeile(n)
2199 \end_layout
2200
2201 \begin_layout Labeling
2202 \labelwidthstring 00.00.0000
2203 \begin_inset Graphics
2204         filename ../../images/tabular-feature_delete-column.png
2205         scaleBeforeRotation
2206
2207 \end_inset
2208
2209  Löscht die ausgewählte(n) Spalte(n)
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../../images/tabular-feature_toggle-line-top.png
2216         scaleBeforeRotation
2217
2218 \end_inset
2219
2220  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2221  wenn der Knopf grau hinterlegt ist
2222 \end_layout
2223
2224 \begin_layout Labeling
2225 \labelwidthstring 00.00.0000
2226 \begin_inset Graphics
2227         filename ../../images/tabular-feature_toggle-line-bottom.png
2228         scaleBeforeRotation
2229
2230 \end_inset
2231
2232  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2233  wenn der Knopf grau hinterlegt ist
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_toggle-line-left.png
2240         scaleBeforeRotation
2241
2242 \end_inset
2243
2244  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2245  wenn der Knopf grau hinterlegt ist
2246 \end_layout
2247
2248 \begin_layout Labeling
2249 \labelwidthstring 00.00.0000
2250 \begin_inset Graphics
2251         filename ../../images/tabular-feature_toggle-line-right.png
2252         scaleBeforeRotation
2253
2254 \end_inset
2255
2256  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2257  wenn der Knopf grau hinterlegt ist
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../../images/tabular-feature_set-all-lines.png
2264         scaleBeforeRotation
2265
2266 \end_inset
2267
2268  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../../images/tabular-feature_unset-all-lines.png
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2280 \end_layout
2281
2282 \begin_layout Labeling
2283 \labelwidthstring 00.00.0000
2284 \begin_inset Graphics
2285         filename ../../images/tabular-feature_m-align-left.png
2286         scaleBeforeRotation
2287
2288 \end_inset
2289
2290  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Graphics
2296         filename ../../images/tabular-feature_m-align-center.png
2297         scaleBeforeRotation
2298
2299 \end_inset
2300
2301  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2302 \end_layout
2303
2304 \begin_layout Labeling
2305 \labelwidthstring 00.00.0000
2306 \begin_inset Graphics
2307         filename ../../images/tabular-feature_m-align-right.png
2308         scaleBeforeRotation
2309
2310 \end_inset
2311
2312  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../../images/tabular-feature_m-valign-top.png
2319         scaleBeforeRotation
2320
2321 \end_inset
2322
2323  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2324 \end_layout
2325
2326 \begin_layout Labeling
2327 \labelwidthstring 00.00.0000
2328 \begin_inset Graphics
2329         filename ../../images/tabular-feature_m-valign-middle.png
2330         scaleBeforeRotation
2331
2332 \end_inset
2333
2334  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2335 \end_layout
2336
2337 \begin_layout Labeling
2338 \labelwidthstring 00.00.0000
2339 \begin_inset Graphics
2340         filename ../../images/tabular-feature_m-valign-bottom.png
2341         scaleBeforeRotation
2342
2343 \end_inset
2344
2345  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2346 \end_layout
2347
2348 \begin_layout Labeling
2349 \labelwidthstring 00.00.0000
2350 \begin_inset Graphics
2351         filename ../../images/tabular-feature_set-rotate-cell.png
2352         scaleBeforeRotation
2353
2354 \end_inset
2355
2356  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2357 \end_layout
2358
2359 \begin_layout Labeling
2360 \labelwidthstring 00.00.0000
2361 \begin_inset Graphics
2362         filename ../../images/tabular-feature_set-rotate-tabular.png
2363         scaleBeforeRotation
2364
2365 \end_inset
2366
2367  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2368 \end_layout
2369
2370 \begin_layout Labeling
2371 \labelwidthstring 00.00.0000
2372 \begin_inset Graphics
2373         filename ../../images/tabular-feature_multicolumn.png
2374         scaleBeforeRotation
2375
2376 \end_inset
2377
2378  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2379 \end_layout
2380
2381 \begin_layout Standard
2382 \begin_inset Note Greyedout
2383 status open
2384
2385 \begin_layout Plain Layout
2386
2387 \series bold
2388 Bemerkung:
2389 \series default
2390  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2391  Reihe für alle Zelle der Reihe verwendet.
2392 \end_layout
2393
2394 \end_inset
2395
2396
2397 \end_layout
2398
2399 \begin_layout Section
2400 Bearbeiten-Menü
2401 \begin_inset Index
2402 status collapsed
2403
2404 \begin_layout Plain Layout
2405 Tabellen ! Bearbeiten-Menü
2406 \end_layout
2407
2408 \end_inset
2409
2410
2411 \end_layout
2412
2413 \begin_layout Standard
2414 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2415  Wenn der Cursor in einer Tabelle steht, sind im 
2416 \family sans
2417 Bearbeiten
2418 \family default
2419 -Menü folgende Punkte aktiviert: 
2420 \family sans
2421 Tabelle
2422 \family default
2423
2424 \family sans
2425 Zeilen
2426 \begin_inset space ~
2427 \end_inset
2428
2429 &
2430 \begin_inset space ~
2431 \end_inset
2432
2433 Spalten
2434 \family default
2435  und 
2436 \family sans
2437 Tabellen-Einstellungen
2438 \family default
2439 .
2440  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2441 ngsmöglichkeiten zu erreichen.
2442 \end_layout
2443
2444 \begin_layout Section
2445 Gleitende Tabellen
2446 \begin_inset CommandInset label
2447 LatexCommand label
2448 name "abs:Gleitende-Tabellen"
2449
2450 \end_inset
2451
2452
2453 \begin_inset Index
2454 status collapsed
2455
2456 \begin_layout Plain Layout
2457 Gleitobjekte ! Tabellen
2458 \end_layout
2459
2460 \end_inset
2461
2462
2463 \begin_inset Index
2464 status collapsed
2465
2466 \begin_layout Plain Layout
2467 Tabellen ! gleitende
2468 \end_layout
2469
2470 \end_inset
2471
2472
2473 \end_layout
2474
2475 \begin_layout Standard
2476 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2477 \begin_inset space ~
2478 \end_inset
2479
2480
2481 \begin_inset CommandInset ref
2482 LatexCommand ref
2483 reference "abs:Gleitobjekte-Einleitung"
2484
2485 \end_inset
2486
2487 .
2488 \end_layout
2489
2490 \begin_layout Standard
2491 \begin_inset Float table
2492 placement h
2493 wide false
2494 sideways false
2495 status open
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Caption
2499
2500 \begin_layout Plain Layout
2501 \begin_inset CommandInset label
2502 LatexCommand label
2503 name "tab:a table float"
2504
2505 \end_inset
2506
2507 Eine gleitende Tabelle
2508 \end_layout
2509
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \begin_layout Plain Layout
2516 \align center
2517 \begin_inset Tabular
2518 <lyxtabular version="3" rows="3" columns="3">
2519 <features>
2520 <column alignment="center" valignment="top" width="0pt">
2521 <column alignment="center" valignment="top" width="0pt">
2522 <column alignment="center" valignment="top" width="0pt">
2523 <row>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \family roman
2530 \series medium
2531 \shape up
2532 \size normal
2533 \emph off
2534 \bar no
2535 \noun off
2536 \color none
2537 1
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \family roman
2548 \series medium
2549 \shape up
2550 \size normal
2551 \emph off
2552 \bar no
2553 \noun off
2554 \color none
2555 2
2556 \end_layout
2557
2558 \end_inset
2559 </cell>
2560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2561 \begin_inset Text
2562
2563 \begin_layout Plain Layout
2564
2565 \family roman
2566 \series medium
2567 \shape up
2568 \size normal
2569 \emph off
2570 \bar no
2571 \noun off
2572 \color none
2573 3
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 </row>
2579 <row>
2580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2581 \begin_inset Text
2582
2583 \begin_layout Plain Layout
2584
2585 \family roman
2586 \series medium
2587 \shape up
2588 \size normal
2589 \emph off
2590 \bar no
2591 \noun off
2592 \color none
2593 Martin
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Plain Layout
2602
2603 \family roman
2604 \series medium
2605 \shape up
2606 \size normal
2607 \emph off
2608 \bar no
2609 \noun off
2610 \color none
2611 Lena
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Plain Layout
2620
2621 \family roman
2622 \series medium
2623 \shape up
2624 \size normal
2625 \emph off
2626 \bar no
2627 \noun off
2628 \color none
2629 Alina
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 </row>
2635 <row>
2636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2637 \begin_inset Text
2638
2639 \begin_layout Plain Layout
2640
2641 \family roman
2642 \series medium
2643 \shape up
2644 \size normal
2645 \emph off
2646 \bar no
2647 \noun off
2648 \color none
2649 \begin_inset Formula $\int x^{2}dx$
2650 \end_inset
2651
2652
2653 \end_layout
2654
2655 \end_inset
2656 </cell>
2657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2658 \begin_inset Text
2659
2660 \begin_layout Plain Layout
2661
2662 \family roman
2663 \series medium
2664 \shape up
2665 \size normal
2666 \emph off
2667 \bar no
2668 \noun off
2669 \color none
2670 \begin_inset Formula $\left[\begin{array}{cc}
2671 a & b\\
2672 c & d\end{array}\right]$
2673 \end_inset
2674
2675
2676 \end_layout
2677
2678 \end_inset
2679 </cell>
2680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2681 \begin_inset Text
2682
2683 \begin_layout Plain Layout
2684
2685 \family roman
2686 \series medium
2687 \shape up
2688 \size normal
2689 \emph off
2690 \bar no
2691 \noun off
2692 \color none
2693 \begin_inset Formula $1+1=2$
2694 \end_inset
2695
2696
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 </lyxtabular>
2703
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 Gleitende Tabellen können über 
2716 \family sans
2717 Einfügen\SpecialChar \menuseparator
2718 Gleitobjekt\SpecialChar \menuseparator
2719 Tabelle
2720 \family default
2721  oder einen Klick auf den Werkzeugleistenknopf 
2722 \begin_inset Graphics
2723         filename ../../images/float-insert_table.png
2724         scale 70
2725         scaleBeforeRotation
2726         BoundingBox 0bp 6bp 22bp 22bp
2727
2728 \end_inset
2729
2730  erzeugt werden.
2731  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2732  In das rot umrahmte Feld rechts von 
2733 \emph on
2734 Tabelle
2735 \begin_inset space ~
2736 \end_inset
2737
2738 Nr:
2739 \emph default
2740  schreiben Sie die Tabellenbeschriftung.
2741  Nach einem Klick oberhalb oder unterhalb von 
2742 \emph on
2743 Tabelle
2744 \begin_inset space ~
2745 \end_inset
2746
2747 Nr:
2748 \emph default
2749  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2750 \begin_inset Graphics
2751         filename ../../images/tabular-insert.png
2752         scale 70
2753         scaleBeforeRotation
2754         BoundingBox 0bp 6bp 22bp 22bp
2755
2756 \end_inset
2757
2758  oder dem Menü 
2759 \family sans
2760 Einfügen\SpecialChar \menuseparator
2761 Tabelle
2762 \family default
2763  einfügen.
2764 \end_layout
2765
2766 \begin_layout Standard
2767 Tabelle
2768 \begin_inset space ~
2769 \end_inset
2770
2771
2772 \begin_inset CommandInset ref
2773 LatexCommand ref
2774 reference "tab:a table float"
2775
2776 \end_inset
2777
2778  ist ein Beispiel für eine gleitende Tabelle.
2779 \end_layout
2780
2781 \begin_layout Standard
2782 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2783 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2784  Das bedeutet, dass bei den Klassen 
2785 \family sans
2786 article
2787 \family default
2788
2789 \family sans
2790 book
2791 \family default
2792
2793 \family sans
2794 letter
2795 \family default
2796 , und 
2797 \family sans
2798 report
2799 \family default
2800  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2801  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2802 \series bold
2803 caption
2804 \series default
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 LaTeX-Pakete ! caption
2811 \end_layout
2812
2813 \end_inset
2814
2815  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2816 \begin_inset Foot
2817 status open
2818
2819 \begin_layout Plain Layout
2820 Näheres finden Sie im Abschnitt
2821 \begin_inset space ~
2822 \end_inset
2823
2824
2825 \begin_inset CommandInset ref
2826 LatexCommand ref
2827 reference "abs:Titel-Platzierung"
2828
2829 \end_inset
2830
2831 .
2832 \end_layout
2833
2834 \end_inset
2835
2836
2837 \end_layout
2838
2839 \begin_layout Standard
2840
2841 \series bold
2842 tableposition=top
2843 \end_layout
2844
2845 \begin_layout Standard
2846 Das Paket 
2847 \series bold
2848 caption
2849 \series default
2850 , das in Abschnitt
2851 \begin_inset space ~
2852 \end_inset
2853
2854
2855 \begin_inset CommandInset ref
2856 LatexCommand ref
2857 reference "abs:Titel-Formatierung"
2858
2859 \end_inset
2860
2861  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \begin_inset Index
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 Querverweise ! auf Tabellen
2870 \end_layout
2871
2872 \end_inset
2873
2874 Auf Tabellen kann über ihre Marke verwiesen werden.
2875  Dafür fügen Sie in der Beschriftung mit 
2876 \family sans
2877 Einfügen\SpecialChar \menuseparator
2878 Marke
2879 \family default
2880  oder durch Klicken auf 
2881 \begin_inset Graphics
2882         filename ../../images/label-insert.png
2883         scale 70
2884         scaleBeforeRotation
2885         BoundingBox 0bp 6bp 20bp 20bp
2886
2887 \end_inset
2888
2889  eine Marke ein.
2890  Auf diese können Sie dann wie gewohnt mit 
2891 \family sans
2892 Einfügen\SpecialChar \menuseparator
2893 Querverweis
2894 \family default
2895  oder durch Klicken auf 
2896 \begin_inset Graphics
2897         filename ../../images/dialog-show-new-inset_ref.png
2898         scale 70
2899         scaleBeforeRotation
2900         BoundingBox 0bp 6bp 22bp 22bp
2901
2902 \end_inset
2903
2904  verweisen.
2905  Verweise werden detailliert in Abschnitt
2906 \begin_inset space ~
2907 \end_inset
2908
2909
2910 \begin_inset CommandInset ref
2911 LatexCommand ref
2912 reference "abs:Auf-Gleitobjekte-verweisen"
2913
2914 \end_inset
2915
2916  beschrieben.
2917 \end_layout
2918
2919 \begin_layout Section
2920 Lange Tabellen
2921 \begin_inset CommandInset label
2922 LatexCommand label
2923 name "abs:Lange-Tabellen"
2924
2925 \end_inset
2926
2927
2928 \begin_inset Index
2929 status collapsed
2930
2931 \begin_layout Plain Layout
2932 Tabellen ! lange
2933 \end_layout
2934
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \begin_layout Standard
2941 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2942  Dialogfenster 
2943 \family sans
2944 Tabellen-Einstellungen
2945 \family default
2946  auf der Karteikarte  
2947 \family sans
2948 Lange
2949 \begin_inset space ~
2950 \end_inset
2951
2952 Tabelle
2953 \family default
2954  die Option 
2955 \family sans
2956 Lange
2957 \begin_inset space ~
2958 \end_inset
2959
2960 Tabelle
2961 \begin_inset space ~
2962 \end_inset
2963
2964 verwenden
2965 \family default
2966  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2967  Wird dies gemacht, werden folgende Optionen freigeschaltet:
2968 \end_layout
2969
2970 \begin_layout Description
2971 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
2972  festgelegt; mit Ausnahme der ersten, wenn 
2973 \family sans
2974 Erste
2975 \begin_inset space ~
2976 \end_inset
2977
2978 Kopfzeile
2979 \family default
2980  aktiviert ist.
2981 \end_layout
2982
2983 \begin_layout Description
2984 Erste
2985 \lang english
2986
2987 \begin_inset space ~
2988 \end_inset
2989
2990
2991 \lang ngerman
2992 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
2993  Seite einer mehrseitigen Tabelle definiert.
2994 \end_layout
2995
2996 \begin_layout Description
2997 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
2998  mit Ausnahme der letzten, wenn 
2999 \family sans
3000 Letzte
3001 \begin_inset space ~
3002 \end_inset
3003
3004 Fußzeile
3005 \family default
3006  aktiviert ist.
3007 \end_layout
3008
3009 \begin_layout Description
3010 Letzte
3011 \begin_inset space ~
3012 \end_inset
3013
3014 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3015  einer mehrseitigen Tabelle definiert.
3016 \end_layout
3017
3018 \begin_layout Description
3019 Legende: Die aktuelle Zeile enthält die Legende.
3020  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3021  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3022 \begin_inset space ~
3023 \end_inset
3024
3025
3026 \begin_inset CommandInset ref
3027 LatexCommand ref
3028 reference "uab:Beschriftungen-langer-Tabellen"
3029
3030 \end_inset
3031
3032  erklärt.
3033 \end_layout
3034
3035 \begin_layout Standard
3036 Hier ist ein Beispiel einer langen Tabelle:
3037 \end_layout
3038
3039 \begin_layout Standard
3040 \align center
3041 \begin_inset Tabular
3042 <lyxtabular version="3" rows="69" columns="3">
3043 <features islongtable="true">
3044 <column alignment="left" valignment="top" width="0cm">
3045 <column alignment="left" valignment="top" width="0pt">
3046 <column alignment="right" valignment="top" width="0pt">
3047 <row endfirsthead="true">
3048 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052
3053 \series bold
3054 Telefonliste (ignoriere die Namen)
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 </row>
3078 <row endfirsthead="true">
3079 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083
3084 \series bold
3085 NAME
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 TEL.
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row endhead="true">
3112 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116
3117 \series bold
3118 Telefonliste
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row endhead="true">
3143 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \series bold
3149 NAME
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \series bold
3169 TEL.
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row endfoot="true">
3176 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \series bold
3182 wird fortgesetzt
3183 \series default
3184  \SpecialChar \ldots{}
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \series bold
3216 Annovi
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 Silvia
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 111
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 <row>
3241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 Bertoli
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 Stefano
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 111
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \series bold
3278 Bozzi
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 Walter
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 111
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \series bold
3309 Cachia
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Maria
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 111
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Cachia
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Maurizio
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 111
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Cinquemani
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Giusi
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 111
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row>
3396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 Colin
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Bernard
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 111
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Concli
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Gianfranco
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Dal Bosco
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Carolina
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Dalpiaz
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Annamaria
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Feliciello
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Domenico
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Focarelli
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Paola
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Galletti
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Oreste
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Gasparini
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Franca
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Rizzardi
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Paola
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Lassini
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Giancarlo
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Malfatti
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Luciano
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Malfatti
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Valeriano
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Meneguzzo
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Roberto
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Mezzadra
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Roberto
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Pirpamer
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Erich
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Pochiesa
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Paolo
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111, 222
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Radina
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Claudio
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Stuffer
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Oskar
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \series bold
3960 Tacchelli
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Ugo
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 111
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \series bold
3991 Tezzele
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 Margit
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 111
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 <row>
4016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020
4021 \series bold
4022 Unterkalmsteiner
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Frieda
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 111
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 </row>
4046 <row>
4047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051
4052 \series bold
4053 Vieider
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 Hilde
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 111
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 </row>
4077 <row>
4078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082
4083 \series bold
4084 Vigna
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 Jürgen
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 111
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113
4114 \series bold
4115 Weber
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 Maurizio
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 111
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 </row>
4139 <row>
4140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144
4145 \series bold
4146 Winkler
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Franz
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 111
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 </row>
4170 <row>
4171 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175  
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Annovi
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Silvia
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 555
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Bertoli
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Stefano
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 555
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Bozzi
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Walter
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 555
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Cachia
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Maria
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 555
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Cachia
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Maurizio
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 555
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Cinquemani
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Giusi
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 555
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Colin
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Bernard
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 555
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Concli
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Gianfranco
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Dal Bosco
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Carolina
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Dalpiaz
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Annamaria
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Feliciello
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Domenico
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Focarelli
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Paola
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Galletti
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Oreste
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Gasparini
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Franca
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Rizzardi
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Paola
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Lassini
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Giancarlo
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Malfatti
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Luciano
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Malfatti
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Valeriano
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Meneguzzo
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Roberto
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Mezzadra
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Roberto
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Pirpamer
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Erich
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Pochiesa
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Paolo
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 555, 222
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Radina
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Claudio
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Stuffer
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Oskar
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948
4949 \series bold
4950 Tacchelli
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Ugo
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 555
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \series bold
4981 Tezzele
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 Margit
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 555
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \series bold
5012 Unterkalmsteiner
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Frieda
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 555
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \series bold
5043 Vieider
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Hilde
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 555
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \series bold
5074 Vigna
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Jürgen
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 999
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \series bold
5105 Weber
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 Maurizio
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5120 \begin_inset Text
5121
5122 \begin_layout Plain Layout
5123 555
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 </row>
5129 <row>
5130 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5131 \begin_inset Text
5132
5133 \begin_layout Plain Layout
5134
5135 \series bold
5136 Winkler
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 Franz
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154 555
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 </row>
5160 <row endlastfoot="true">
5161 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 Ende
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 </lyxtabular>
5190
5191 \end_inset
5192
5193
5194 \begin_inset ERT
5195 status collapsed
5196
5197 \begin_layout Plain Layout
5198
5199
5200 \backslash
5201 addtocounter{table}{-1}
5202 \end_layout
5203
5204 \end_inset
5205
5206
5207 \begin_inset Note Note
5208 status collapsed
5209
5210 \begin_layout Plain Layout
5211 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5212 \begin_inset space ~
5213 \end_inset
5214
5215
5216 \begin_inset CommandInset ref
5217 LatexCommand ref
5218 reference "uab:Beschriftungen-langer-Tabellen"
5219
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \begin_layout Subsection
5231 Fußnoten in langen Tabellen
5232 \begin_inset CommandInset label
5233 LatexCommand label
5234 name "uab:Fußnoten-in-langen"
5235
5236 \end_inset
5237
5238
5239 \begin_inset Index
5240 status collapsed
5241
5242 \begin_layout Plain Layout
5243 Tabellen ! lange ! Fußnoten
5244 \end_layout
5245
5246 \end_inset
5247
5248
5249 \end_layout
5250
5251 \begin_layout Standard
5252 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5253  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5254  Tabelle
5255 \begin_inset space ~
5256 \end_inset
5257
5258
5259 \begin_inset CommandInset ref
5260 LatexCommand ref
5261 reference "tab:DiffCaptions"
5262
5263 \end_inset
5264
5265  hat zum Beispiel eine Fußnote.
5266 \end_layout
5267
5268 \begin_layout Subsection
5269 Ausrichtung langer Tabellen
5270 \begin_inset Index
5271 status collapsed
5272
5273 \begin_layout Plain Layout
5274 Tabellen ! lange ! Ausrichtung
5275 \end_layout
5276
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \begin_layout Standard
5283 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5284  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5285 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5286  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5287  Längen 
5288 \series bold
5289
5290 \backslash
5291 LTleft 
5292 \series default
5293 und 
5294 \series bold
5295
5296 \backslash
5297 LTright
5298 \series default
5299  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5300  wird:
5301 \end_layout
5302
5303 \begin_layout Standard
5304
5305 \series bold
5306
5307 \backslash
5308 setlength{
5309 \backslash
5310 LTleft}{Wert}
5311 \end_layout
5312
5313 \begin_layout Standard
5314 Wobei der Wert eine der in Tabelle
5315 \begin_inset space ~
5316 \end_inset
5317
5318
5319 \begin_inset CommandInset ref
5320 LatexCommand ref
5321 reference "tab:Maßeinheiten"
5322
5323 \end_inset
5324
5325  aufgelisteten Einheiten haben kann.
5326  
5327 \series bold
5328
5329 \backslash
5330 LTleft
5331 \series default
5332  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5333  
5334 \series bold
5335
5336 \backslash
5337 LTright
5338 \series default
5339  den Abstand von rechts.
5340  Die Voreinstellung für beide Werte ist 
5341 \series bold
5342
5343 \backslash
5344 fill
5345 \series default
5346 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5347  in LyX ist.
5348 \end_layout
5349
5350 \begin_layout Standard
5351 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5352 \series bold
5353
5354 \backslash
5355 LTleft
5356 \series default
5357  auf den Wert 0
5358 \begin_inset space \thinspace{}
5359 \end_inset
5360
5361 pt gesetzt wurde.
5362 \begin_inset ERT
5363 status collapsed
5364
5365 \begin_layout Plain Layout
5366
5367
5368 \backslash
5369 setlength{
5370 \backslash
5371 LTleft}{0pt}
5372 \end_layout
5373
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \begin_layout Standard
5380 \begin_inset Tabular
5381 <lyxtabular version="3" rows="5" columns="5">
5382 <features islongtable="true">
5383 <column alignment="center" valignment="top" width="0">
5384 <column alignment="center" valignment="top" width="0">
5385 <column alignment="center" valignment="top" width="0">
5386 <column alignment="center" valignment="top" width="0">
5387 <column alignment="center" valignment="top" width="0">
5388 <row>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 1
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 2
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 3
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 4
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 5
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 </row>
5435 <row>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 asd
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 s
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 s
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 s
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 asd
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 </row>
5482 <row>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 asd
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 s
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 s
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 s
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523 asd
5524 \end_layout
5525
5526 \end_inset
5527 </cell>
5528 </row>
5529 <row>
5530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 asd
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 s
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 s
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 s
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 asd
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 <row>
5577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 asd
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 asd
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 asd
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 asd
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 asd
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 </lyxtabular>
5624
5625 \end_inset
5626
5627
5628 \begin_inset ERT
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632
5633
5634 \backslash
5635 setlength{
5636 \backslash
5637 LTleft}{
5638 \backslash
5639 fill}
5640 \end_layout
5641
5642 \end_inset
5643
5644
5645 \begin_inset ERT
5646 status collapsed
5647
5648 \begin_layout Plain Layout
5649
5650
5651 \backslash
5652 addtocounter{table}{-1}
5653 \end_layout
5654
5655 \end_inset
5656
5657
5658 \begin_inset Note Note
5659 status collapsed
5660
5661 \begin_layout Plain Layout
5662 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5663 \begin_inset space ~
5664 \end_inset
5665
5666
5667 \begin_inset CommandInset ref
5668 LatexCommand ref
5669 reference "uab:Beschriftungen-langer-Tabellen"
5670
5671 \end_inset
5672
5673
5674 \end_layout
5675
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \begin_layout Subsection
5682 Beschriftungen langer Tabellen
5683 \begin_inset CommandInset label
5684 LatexCommand label
5685 name "uab:Beschriftungen-langer-Tabellen"
5686
5687 \end_inset
5688
5689
5690 \begin_inset Index
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Tabellen ! lange ! Titel
5695 \end_layout
5696
5697 \end_inset
5698
5699
5700 \end_layout
5701
5702 \begin_layout Standard
5703 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5704  nur auf eine Seite gedruckt werden können.
5705  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5706 \begin_inset space ~
5707 \end_inset
5708
5709
5710 \begin_inset CommandInset ref
5711 LatexCommand ref
5712 reference "abs:Lange-Tabellen"
5713
5714 \end_inset
5715
5716  erklärt.
5717  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5722 \end_layout
5723
5724 \begin_layout Standard
5725 \begin_inset Tabular
5726 <lyxtabular version="3" rows="6" columns="5">
5727 <features islongtable="true">
5728 <column alignment="center" valignment="top" width="0">
5729 <column alignment="center" valignment="top" width="0">
5730 <column alignment="center" valignment="top" width="0">
5731 <column alignment="center" valignment="top" width="0">
5732 <column alignment="center" valignment="top" width="0">
5733 <row caption="true">
5734 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Caption
5739
5740 \begin_layout Plain Layout
5741 Eine lange Tabelle mit Titel
5742 \begin_inset OptArg
5743 status open
5744
5745 \begin_layout Plain Layout
5746 Lange Tabelle
5747 \end_layout
5748
5749 \end_inset
5750
5751
5752 \end_layout
5753
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 1
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 2
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 3
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 4
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 5
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 asd
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 s
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 s
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 asd
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 s
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 s
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 asd
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 asd
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 s
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 s
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980 asd
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 </row>
5986 <row>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 asd
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 asd
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 </lyxtabular>
6034
6035 \end_inset
6036
6037
6038 \end_layout
6039
6040 \begin_layout Standard
6041 \begin_inset VSpace medskip
6042 \end_inset
6043
6044
6045 \begin_inset Note Greyedout
6046 status open
6047
6048 \begin_layout Plain Layout
6049
6050 \series bold
6051 Bemerkung
6052 \begin_inset space ~
6053 \end_inset
6054
6055 1:
6056 \series default
6057  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6058  Titel vergeben.
6059  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6060 \begin_inset space ~
6061 \end_inset
6062
6063 2.4 auf Tabelle
6064 \begin_inset space ~
6065 \end_inset
6066
6067 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6068  Beschriftung sind.
6069  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6070  LaTeX-Befehl als TeX-Code einfügen:
6071 \end_layout
6072
6073 \begin_layout Plain Layout
6074
6075 \series bold
6076
6077 \backslash
6078 addtocounter{table}{-1}
6079 \end_layout
6080
6081 \begin_layout Plain Layout
6082 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6083  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6084 \end_layout
6085
6086 \begin_layout Plain Layout
6087
6088 \series bold
6089
6090 \backslash
6091 let
6092 \backslash
6093 myEnd
6094 \backslash
6095 endlongtable
6096 \begin_inset Newline newline
6097 \end_inset
6098
6099
6100 \backslash
6101 renewcommand{
6102 \backslash
6103 endlongtable}{
6104 \backslash
6105 myEnd
6106 \backslash
6107 addtocounter{table}{-1}}
6108 \end_layout
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 \begin_inset Note Greyedout
6117 status open
6118
6119 \begin_layout Plain Layout
6120
6121 \series bold
6122 Bemerkung
6123 \begin_inset space ~
6124 \end_inset
6125
6126 2:
6127 \series default
6128  Wenn Sie 
6129 \series bold
6130 hyperref
6131 \series default
6132
6133 \begin_inset Index
6134 status collapsed
6135
6136 \begin_layout Plain Layout
6137 LaTeX-Pakete ! hyperref
6138 \end_layout
6139
6140 \end_inset
6141
6142  in den
6143 \family sans
6144  PDF-Eigenschaften
6145 \family default
6146  im 
6147 \family sans
6148 Dokument-Einstellungen
6149 \family default
6150  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6151  immer auf den Anfang des Dokuments zeigen.
6152 \end_layout
6153
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Subsubsection
6160 Querverweise auf 
6161 \family sans
6162 lange Tabelle
6163 \family default
6164 n
6165 \begin_inset Index
6166 status collapsed
6167
6168 \begin_layout Plain Layout
6169 Tabellen ! lange ! Querverweis
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \begin_inset Tabular
6179 <lyxtabular version="3" rows="6" columns="5">
6180 <features islongtable="true">
6181 <column alignment="center" valignment="top" width="0">
6182 <column alignment="center" valignment="top" width="0">
6183 <column alignment="center" valignment="top" width="0">
6184 <column alignment="center" valignment="top" width="0">
6185 <column alignment="center" valignment="top" width="0">
6186 <row caption="true">
6187 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 \begin_inset Caption
6192
6193 \begin_layout Plain Layout
6194 Lange Tabelle mit Marke
6195 \begin_inset CommandInset label
6196 LatexCommand label
6197 name "tab:LangeTabelle-mit-Marke"
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 <row>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 1
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 2
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 3
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 4
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 5
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 asd
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 s
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 </row>
6342 <row>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 s
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 s
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 s
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 asd
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 <row>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 asd
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 s
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 s
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 asd
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 asd
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 sad
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 asd
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 asd
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 asd
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 </lyxtabular>
6484
6485 \end_inset
6486
6487
6488 \end_layout
6489
6490 \begin_layout Standard
6491 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6492  im Titel einfügen.
6493 \end_layout
6494
6495 \begin_layout Standard
6496 Dies ist ein Verweis auf Tabelle
6497 \begin_inset space ~
6498 \end_inset
6499
6500
6501 \begin_inset CommandInset ref
6502 LatexCommand ref
6503 reference "tab:LangeTabelle-mit-Marke"
6504
6505 \end_inset
6506
6507 .
6508 \end_layout
6509
6510 \begin_layout Standard
6511 Mit dem LaTeX-Paket 
6512 \series bold
6513 caption
6514 \series default
6515
6516 \begin_inset Index
6517 status collapsed
6518
6519 \begin_layout Plain Layout
6520 LaTeX-Pakete ! caption
6521 \end_layout
6522
6523 \end_inset
6524
6525 , siehe Abschnitt
6526 \begin_inset space ~
6527 \end_inset
6528
6529
6530 \begin_inset CommandInset ref
6531 LatexCommand ref
6532 reference "abs:Titel-Formatierung"
6533
6534 \end_inset
6535
6536 , können Sie alle anderen Beschriftungsoptionen benutzen.
6537 \end_layout
6538
6539 \begin_layout Subsubsection
6540 Titelbreite
6541 \begin_inset Index
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Tabellen ! lange ! Beschriftungsbreite
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 Die maximale Titelbreite wird durch die Variable 
6555 \series bold
6556
6557 \backslash
6558 LTcapwidth
6559 \series default
6560  definiert.
6561  Ihr Standardwert ist 4
6562 \begin_inset space \thinspace{}
6563 \end_inset
6564
6565 Zoll (
6566 \begin_inset Formula $\approx10$
6567 \end_inset
6568
6569
6570 \begin_inset space \thinspace{}
6571 \end_inset
6572
6573 cm).
6574  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6575  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6576 \end_layout
6577
6578 \begin_layout Standard
6579
6580 \series bold
6581
6582 \backslash
6583 setlength{
6584 \backslash
6585 LTcapwidth}{Breite}
6586 \end_layout
6587
6588 \begin_layout Standard
6589 wobei die Breite eine der in Anhang
6590 \begin_inset space ~
6591 \end_inset
6592
6593
6594 \begin_inset CommandInset ref
6595 LatexCommand ref
6596 reference "kap:In-LyX-verfügbare"
6597
6598 \end_inset
6599
6600  aufgelisteten Einheiten haben kann.
6601 \end_layout
6602
6603 \begin_layout Standard
6604 Die beiden folgenden Tabellen zeigen den Unterschied:
6605 \end_layout
6606
6607 \begin_layout Standard
6608 \begin_inset Tabular
6609 <lyxtabular version="3" rows="6" columns="5">
6610 <features islongtable="true">
6611 <column alignment="center" valignment="top" width="0">
6612 <column alignment="center" valignment="top" width="0">
6613 <column alignment="center" valignment="top" width="0">
6614 <column alignment="center" valignment="top" width="0">
6615 <column alignment="center" valignment="top" width="0">
6616 <row caption="true">
6617 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 \begin_inset Caption
6622
6623 \begin_layout Plain Layout
6624 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6625 \begin_inset OptArg
6626 status open
6627
6628 \begin_layout Plain Layout
6629 Titel mit Standardbreite
6630 \end_layout
6631
6632 \end_inset
6633
6634
6635 \end_layout
6636
6637 \end_inset
6638
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 </row>
6681 <row>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 1
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 2
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 3
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 4
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 5
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 </row>
6728 <row>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 asd
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 s
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 s
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 s
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 </row>
6775 <row>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 asd
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 s
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 s
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 s
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 asd
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 </row>
6822 <row>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 asd
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 s
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 s
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 s
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 asd
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 </row>
6869 <row>
6870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 asd
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 sad
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 asd
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 asd
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 </row>
6916 </lyxtabular>
6917
6918 \end_inset
6919
6920
6921 \end_layout
6922
6923 \begin_layout Standard
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929
6930 \backslash
6931 setlength{
6932 \backslash
6933 LTcapwidth}{5cm}
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \begin_inset Tabular
6940 <lyxtabular version="3" rows="6" columns="5">
6941 <features islongtable="true">
6942 <column alignment="center" valignment="top" width="0">
6943 <column alignment="center" valignment="top" width="0">
6944 <column alignment="center" valignment="top" width="0">
6945 <column alignment="center" valignment="top" width="0">
6946 <column alignment="center" valignment="top" width="0">
6947 <row caption="true">
6948 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6949 \begin_inset Text
6950
6951 \begin_layout Plain Layout
6952 \begin_inset Caption
6953
6954 \begin_layout Plain Layout
6955 Langer Titel mit 5
6956 \begin_inset space \thinspace{}
6957 \end_inset
6958
6959 cm Breite, Langer Titel mit 5
6960 \begin_inset space \thinspace{}
6961 \end_inset
6962
6963 cm Breite
6964 \begin_inset OptArg
6965 status open
6966
6967 \begin_layout Plain Layout
6968 Titel mit 5
6969 \begin_inset space \thinspace{}
6970 \end_inset
6971
6972 cm Breite
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \end_layout
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 1
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 2
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 3
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 4
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 5
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 s
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 s
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 <row>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 asd
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 </row>
7165 <row>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 s
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 s
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 </row>
7212 <row>
7213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 asd
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 sad
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 asd
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 asd
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 </row>
7259 </lyxtabular>
7260
7261 \end_inset
7262
7263
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 setlength{
7272 \backslash
7273 LTcapwidth}{4in}
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \begin_inset Note Note
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283 Beschriftungsbreite zurücksetzen
7284 \end_layout
7285
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \begin_layout Standard
7292 \begin_inset Note Greyedout
7293 status open
7294
7295 \begin_layout Plain Layout
7296
7297 \series bold
7298 Achtung:
7299 \series default
7300  Wenn das LaTeX-Paket 
7301 \series bold
7302 caption
7303 \series default
7304
7305 \begin_inset Index
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309 LaTeX-Pakete ! caption
7310 \end_layout
7311
7312 \end_inset
7313
7314  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7315  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7316  4
7317 \begin_inset space \thinspace{}
7318 \end_inset
7319
7320 Zoll für 
7321 \series bold
7322
7323 \backslash
7324 LTcapwidth
7325 \series default
7326  benutzen.
7327  Um in diesem Fall eine genau 4
7328 \begin_inset space \thinspace{}
7329 \end_inset
7330
7331 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7332  4
7333 \begin_inset space \thinspace{}
7334 \end_inset
7335
7336 Zoll veränderten Wert wie z.
7337 \begin_inset space \thinspace{}
7338 \end_inset
7339
7340 B.
7341  3.99
7342 \begin_inset space \thinspace{}
7343 \end_inset
7344
7345 Zoll verwenden oder den LaTeX-Befehl 
7346 \series bold
7347
7348 \backslash
7349 captionsetup{width=Wert}
7350 \series default
7351  benutzen, der vom 
7352 \series bold
7353 caption
7354 \series default
7355 -Paket bereitgestellt wird.
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \begin_layout Subsubsection
7364 Unterschiedliche Titel für Tabellenseiten
7365 \begin_inset Index
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369 Tabellen ! lange ! mehrere Titel
7370 \end_layout
7371
7372 \end_inset
7373
7374
7375 \end_layout
7376
7377 \begin_layout Standard
7378 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7379  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7380  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7381 \end_layout
7382
7383 \begin_layout Standard
7384
7385 \series bold
7386
7387 \backslash
7388 caption*{Beschriftung}
7389 \backslash
7390
7391 \backslash
7392 %
7393 \end_layout
7394
7395 \begin_layout Standard
7396 Tabelle
7397 \begin_inset space ~
7398 \end_inset
7399
7400
7401 \begin_inset CommandInset ref
7402 LatexCommand ref
7403 reference "tab:DiffCaptions"
7404
7405 \end_inset
7406
7407  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7408  ohne Tabellennummer auf der zweiten Seite.
7409 \end_layout
7410
7411 \begin_layout Standard
7412 \align center
7413 \begin_inset Tabular
7414 <lyxtabular version="3" rows="59" columns="3">
7415 <features islongtable="true" lastFootEmpty="true">
7416 <column alignment="left" valignment="top" width="0cm">
7417 <column alignment="left" valignment="top" width="0pt">
7418 <column alignment="right" valignment="top" width="0pt">
7419 <row caption="true">
7420 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 \begin_inset Caption
7425
7426 \begin_layout Plain Layout
7427 Telefonliste
7428 \begin_inset CommandInset label
7429 LatexCommand label
7430 name "tab:DiffCaptions"
7431
7432 \end_inset
7433
7434
7435 \begin_inset OptArg
7436 status collapsed
7437
7438 \begin_layout Plain Layout
7439 Telefonliste
7440 \end_layout
7441
7442 \end_inset
7443
7444
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row endfirsthead="true">
7474 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478
7479 \series bold
7480 Telefonliste (ignoriere die Namen)
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 </row>
7504 <row endfirsthead="true">
7505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509
7510 \series bold
7511 NAME
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \series bold
7531 TEL.
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row endhead="true">
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 \begin_inset ERT
7543 status open
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 caption*{Fortsetzung der Telefonliste}
7550 \backslash
7551
7552 \backslash
7553 %
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row endhead="true">
7583 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \series bold
7589 Telefonliste
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row endhead="true">
7614 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \series bold
7620 NAME
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \series bold
7640 TEL.
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row endfoot="true">
7647 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 wird fortgesetzt\SpecialChar \ldots{}
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 </row>
7676 <row>
7677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681
7682 \series bold
7683 Annovi
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 Silvia
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 111
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \series bold
7714 Bertoli
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 Stefano
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 111
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 </row>
7738 <row>
7739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743
7744 \series bold
7745 Bozzi
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 Walter
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 111
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row>
7770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \series bold
7776 Cachia
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 Maria
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 111
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 </row>
7800 <row>
7801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805
7806 \series bold
7807 Cachia
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 Maurizio
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 111
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \series bold
7838 Cinquemani
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 Giusi
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856 111
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 </row>
7862 <row>
7863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \series bold
7869 Colin
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 Bernard
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 111
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 </row>
7893 <row>
7894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \series bold
7900 Concli
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 Gianfranco
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 111
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 </row>
7924 <row>
7925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \series bold
7931 Dal Bosco
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 Carolina
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 111
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \series bold
7962 Dalpiaz
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 Annamaria
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 111
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 </row>
7986 <row>
7987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \series bold
7993 Feliciello
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 Domenico
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 111
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 Focarelli
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 Paola
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 111
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 </row>
8048 <row>
8049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 Galletti
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 Oreste
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 111
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Gasparini
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Franca
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Rizzardi
8118 \series default
8119
8120 \begin_inset Foot
8121 status open
8122
8123 \begin_layout Plain Layout
8124 Beispielfußnote
8125 \end_layout
8126
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Paola
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Lassini
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Giancarlo
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Malfatti
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Luciano
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Malfatti
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Valeriano
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Meneguzzo
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Roberto
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Mezzadra
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Roberto
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Pirpamer
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Erich
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Pochiesa
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Paolo
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111, 222
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Radina
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Claudio
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Stuffer
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Oskar
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Tacchelli
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Ugo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Tezzele
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Margit
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Unterkalmsteiner
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Frieda
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Vieider
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Hilde
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Vigna
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Jürgen
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Weber
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Maurizio
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Winkler
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Franz
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654  
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Annovi
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Silvia
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 555
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Bertoli
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Stefano
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 555
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Bozzi
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Walter
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 555
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Cachia
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Maria
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 555
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Cachia
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Maurizio
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 555
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Cinquemani
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Giusi
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 555
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Colin
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Bernard
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 555
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Concli
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Gianfranco
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 555
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Dal Bosco
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Carolina
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 555
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Dalpiaz
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Annamaria
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 555
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Feliciello
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Domenico
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 555
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Focarelli
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Paola
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 555
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \series bold
9057 Galletti
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 Oreste
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 555
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Gasparini
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Franca
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Rizzardi
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Paola
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Lassini
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Giancarlo
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Malfatti
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Luciano
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Malfatti
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Valeriano
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Meneguzzo
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Roberto
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Mezzadra
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Roberto
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 </lyxtabular>
9299
9300 \end_inset
9301
9302
9303 \end_layout
9304
9305 \begin_layout Section
9306 Weitere Möglichkeiten für 
9307 \family sans
9308 lange Tabelle
9309 \family default
9310 n
9311 \begin_inset CommandInset label
9312 LatexCommand label
9313 name "abs:Special-Longtable-Issues"
9314
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \begin_layout Subsection
9321 L
9322 \family sans
9323 ange Tabelle
9324 \family default
9325 n: Berechnung
9326 \begin_inset Index
9327 status collapsed
9328
9329 \begin_layout Plain Layout
9330 Tabellen ! lange ! Berechnung
9331 \end_layout
9332
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \begin_layout Standard
9339 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9340  so genannten 
9341 \emph on
9342 chunks
9343 \emph default
9344  (Brocken).
9345  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9346  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9347  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9348  das die Druckausgabe.
9349  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9350  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9351  einfügen:
9352 \end_layout
9353
9354 \begin_layout Standard
9355
9356 \series bold
9357
9358 \backslash
9359 setcounter{LTchunksize}{100}
9360 \end_layout
9361
9362 \begin_layout Subsection
9363 Gleitobjekte und L
9364 \family sans
9365 ange Tabelle
9366 \family default
9367 n
9368 \begin_inset Index
9369 status collapsed
9370
9371 \begin_layout Plain Layout
9372 Tabellen ! lange ! und Gleitobjekte
9373 \end_layout
9374
9375 \end_inset
9376
9377
9378 \end_layout
9379
9380 \begin_layout Standard
9381 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9382 \family sans
9383 lange
9384 \begin_inset space ~
9385 \end_inset
9386
9387 Tabelle
9388 \family default
9389  beginnt, ein Gleitobjekt befindet.
9390  Um das zu vermeiden, können Sie vor der 
9391 \family sans
9392 langen
9393 \begin_inset space ~
9394 \end_inset
9395
9396 Tabellen
9397 \family default
9398  einen manuellen Seitenumbruch
9399 \family sans
9400  Einfügen\SpecialChar \menuseparator
9401 Formatierung\SpecialChar \menuseparator
9402 [Doppel]Seite
9403 \begin_inset space \space{}
9404 \end_inset
9405
9406 leeren
9407 \family default
9408  einfügen, siehe 
9409 \emph on
9410 Benutzerhandbuch
9411 \emph default
9412 .
9413 \end_layout
9414
9415 \begin_layout Subsection
9416 Manuelle Seitenumbrüche
9417 \begin_inset Index
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421 Tabellen ! lange ! manueller Seitenumbruch
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \begin_layout Standard
9430 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9431  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9432  der Zelle umbrechen wollen, fügen Sie den Befehl  
9433 \begin_inset Quotes gld
9434 \end_inset
9435
9436
9437 \series bold
9438
9439 \backslash
9440
9441 \backslash
9442
9443 \series default
9444
9445 \begin_inset Quotes grd
9446 \end_inset
9447
9448  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9449  werden kann.
9450  Vor dem 
9451 \begin_inset Quotes gld
9452 \end_inset
9453
9454
9455 \series bold
9456
9457 \backslash
9458
9459 \backslash
9460
9461 \series default
9462
9463 \begin_inset Quotes grd
9464 \end_inset
9465
9466 -Befehl müssen Sie so viele 
9467 \begin_inset Quotes gld
9468 \end_inset
9469
9470
9471 \series bold
9472 &
9473 \series default
9474
9475 \begin_inset Quotes grd
9476 \end_inset
9477
9478  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9479  Mit 
9480 \begin_inset Quotes gld
9481 \end_inset
9482
9483
9484 \series bold
9485 &
9486 \series default
9487
9488 \begin_inset Quotes grd
9489 \end_inset
9490
9491   werden in LaTeX Tabellenzellen getrennt.
9492  Hinter jedes 
9493 \begin_inset Quotes gld
9494 \end_inset
9495
9496
9497 \series bold
9498 &
9499 \series default
9500
9501 \begin_inset Quotes grd
9502 \end_inset
9503
9504  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9505  und löschen den Inhalt dieser Zellen.
9506 \end_layout
9507
9508 \begin_layout Standard
9509 Hinter dem 
9510 \begin_inset Quotes gld
9511 \end_inset
9512
9513
9514 \series bold
9515
9516 \backslash
9517
9518 \backslash
9519
9520 \series default
9521
9522 \begin_inset Quotes grd
9523 \end_inset
9524
9525 -Befehl müssen Sie so viele 
9526 \begin_inset Quotes gld
9527 \end_inset
9528
9529
9530 \series bold
9531 &
9532 \series default
9533
9534 \begin_inset Quotes grd
9535 \end_inset
9536
9537  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9538  In Tabelle
9539 \begin_inset space ~
9540 \end_inset
9541
9542
9543 \begin_inset CommandInset ref
9544 LatexCommand ref
9545 reference "tab:ForcedPagebreak"
9546
9547 \end_inset
9548
9549  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9550  Es folgt noch eine weitere Spalte.
9551  Deshalb wurde hinter dem Wort 
9552 \emph on
9553 Castelchiodato, 
9554 \emph default
9555 folgendes eingefügt:
9556 \end_layout
9557
9558 \begin_layout Standard
9559
9560 \series bold
9561 & 111
9562 \backslash
9563
9564 \backslash
9565  
9566 \backslash
9567 newpage
9568 \begin_inset Newline newline
9569 \end_inset
9570
9571 &
9572 \end_layout
9573
9574 \begin_layout Standard
9575 Die 
9576 \begin_inset Quotes gld
9577 \end_inset
9578
9579 111
9580 \begin_inset Quotes grd
9581 \end_inset
9582
9583  in der dritten Spalte wurde gelöscht.
9584  
9585 \series bold
9586
9587 \backslash
9588 newpage
9589 \series default
9590  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9591  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9592  Wenn die Fußzeile Ihrer 
9593 \family sans
9594 langen
9595 \begin_inset space ~
9596 \end_inset
9597
9598 Tabelle
9599 \family default
9600  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9601  Befehle benutzen:
9602 \end_layout
9603
9604 \begin_layout Standard
9605
9606 \series bold
9607 & 111
9608 \backslash
9609
9610 \backslash
9611
9612 \begin_inset Newline newline
9613 \end_inset
9614
9615
9616 \backslash
9617 hline &
9618 \end_layout
9619
9620 \begin_layout Standard
9621 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9622  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9623 \end_layout
9624
9625 \begin_layout Standard
9626
9627 \series bold
9628
9629 \backslash
9630 setlength{
9631 \backslash
9632 parfillskip}{0pt}
9633 \end_layout
9634
9635 \begin_layout Standard
9636 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9637  erscheint.
9638 \end_layout
9639
9640 \begin_layout Standard
9641 \align center
9642 \begin_inset Tabular
9643 <lyxtabular version="3" rows="38" columns="3">
9644 <features islongtable="true" lastFootEmpty="true">
9645 <column alignment="left" valignment="top" width="0cm">
9646 <column alignment="left" valignment="top" width="3cm">
9647 <column alignment="right" valignment="top" width="0pt">
9648 <row caption="true">
9649 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 \begin_inset Caption
9654
9655 \begin_layout Plain Layout
9656 Tabelle mit manuellem Seitenumbruch in einer Zelle
9657 \begin_inset CommandInset label
9658 LatexCommand label
9659 name "tab:ForcedPagebreak"
9660
9661 \end_inset
9662
9663
9664 \begin_inset OptArg
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668 Tabelle mit manuellem Seitenumbruch in einer Zelle
9669 \end_layout
9670
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 </row>
9702 <row endfirsthead="true">
9703 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707
9708 \series bold
9709 Telefonliste (ignoriere die Namen)
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 </row>
9733 <row endfirsthead="true">
9734 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738
9739 \series bold
9740 NAME
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758
9759 \series bold
9760 TEL.
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row endhead="true">
9767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 \begin_inset ERT
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775
9776
9777 \backslash
9778 caption*{Fortsetzung der Tabelle}
9779 \backslash
9780
9781 \backslash
9782 %
9783 \end_layout
9784
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 </row>
9811 <row endhead="true">
9812 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \series bold
9818 Telefonliste
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 </row>
9842 <row endhead="true">
9843 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847
9848 \series bold
9849 NAME
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \series bold
9869 TEL.
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row endfoot="true">
9876 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 wird fortgesetzt\SpecialChar \ldots{}
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 </row>
9905 <row>
9906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910
9911 \series bold
9912 Annovi
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9918 \begin_inset Text
9919
9920 \begin_layout Plain Layout
9921 Silvia
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 111
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 </row>
9936 <row>
9937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941
9942 \series bold
9943 Bertoli
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 Stefano
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 111
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 </row>
9967 <row>
9968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972
9973 \series bold
9974 Bozzi
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983 Walter
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 111
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 </row>
9998 <row>
9999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003
10004 \series bold
10005 Cachia
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 Maria
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 111
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \series bold
10036 Cachia
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 Maurizio
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 111
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 </row>
10060 <row>
10061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065
10066 \series bold
10067 Cinquemani
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 Giusi
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 111
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 </row>
10091 <row>
10092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \series bold
10098 Colin
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107 Bernard
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 111
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 </row>
10122 <row>
10123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \series bold
10129 Concli
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 Gianfranco
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 111
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 </row>
10153 <row>
10154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \series bold
10160 Dal Bosco
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169 Carolina
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 111
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row>
10185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \series bold
10191 Dalpiaz
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200 Annamaria
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 111
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row>
10216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 Feliciello
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 Domenico
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 111
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253 Focarelli
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Paola
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 111
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 <row>
10278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \series bold
10284 Galletti
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Oreste
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 111
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row>
10309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \series bold
10315 Gasparini
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 Franca
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 111
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \series bold
10346 Lassini
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 Giancarlo
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 111
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \series bold
10377 Malfatti
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 Luciano
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 111
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \series bold
10408 Malfatti
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Valeriano
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 111
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \series bold
10439 Meneguzzo
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Roberto
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 111
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468
10469 \series bold
10470 Mezzadra
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 Roberto
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 111
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 </row>
10494 <row>
10495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499
10500 \series bold
10501 Pirpamer
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 Erich
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 111
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row>
10526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530
10531 \series bold
10532 Pochiesa
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 Paolo
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 111, 222
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 <row>
10557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \series bold
10563 Radina
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 Claudio
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 111
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \series bold
10594 Rizzardi
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 Paolo, 11.
10604  Fürst von Monte\SpecialChar \-
10605 com\SpecialChar \-
10606 patri, 11.
10607  Fürst von Sulmona und Vivaro, 10.
10608  Fürst von Rossano, 5.
10609  Herzog von Canemorte, 11.
10610  Herzog von Palombara, 5.
10611  Herzog von Castelchiodato,
10612 \begin_inset ERT
10613 status open
10614
10615 \begin_layout Plain Layout
10616
10617 & 111
10618 \backslash
10619
10620 \backslash
10621  
10622 \backslash
10623 newpage
10624 \end_layout
10625
10626 \begin_layout Plain Layout
10627
10628 &
10629 \end_layout
10630
10631 \end_inset
10632
10633  11.
10634  Herzog von Poggionativo, 11.
10635  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10636  Graf von Valinfreda, 11.
10637  Baron von Cropalati, 11.
10638  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Stuffer
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Oskar
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Tacchelli
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Ugo
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Tezzele
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Margit
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Unterkalmsteiner
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Frieda
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Vieider
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Hilde
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Vigna
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Jürgen
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Weber
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Maurizio
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Winkler
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Franz
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 </lyxtabular>
10902
10903 \end_inset
10904
10905
10906 \end_layout
10907
10908 \begin_layout Section
10909 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10910 \end_layout
10911
10912 \begin_layout Subsection
10913 Mehrfache Zeilen in Zellen
10914 \begin_inset CommandInset label
10915 LatexCommand label
10916 name "uab:Mehrfache-Zeilen-in"
10917
10918 \end_inset
10919
10920
10921 \begin_inset Index
10922 status collapsed
10923
10924 \begin_layout Plain Layout
10925 Mehrfache ! Zeilen in Zellen
10926 \end_layout
10927
10928 \end_inset
10929
10930
10931 \begin_inset Index
10932 status collapsed
10933
10934 \begin_layout Plain Layout
10935 Tabellen ! Zeilenumbrüche
10936 \end_layout
10937
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Standard
10944 \noindent
10945 \begin_inset Float table
10946 placement H
10947 wide false
10948 sideways false
10949 status open
10950
10951 \begin_layout Plain Layout
10952 \begin_inset Caption
10953
10954 \begin_layout Plain Layout
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "tab:Table-with-multiple"
10958
10959 \end_inset
10960
10961 Tabelle mit mehrfachen Zeilen in einer Zelle
10962 \end_layout
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Plain Layout
10970 \align center
10971 \begin_inset Tabular
10972 <lyxtabular version="3" rows="3" columns="3">
10973 <features>
10974 <column alignment="center" valignment="middle" width="2.5cm">
10975 <column alignment="center" valignment="middle" width="0.5cm">
10976 <column alignment="center" valignment="middle" width="0.5cm">
10977 <row>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 zwei
10983 \begin_inset Newline linebreak
10984 \end_inset
10985
10986 Zeilen
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 b
10996 \end_layout
10997
10998 \end_inset
10999 </cell>
11000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004 c
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 </row>
11010 <row>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 d
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 e
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11030 \begin_inset Text
11031
11032 \begin_layout Plain Layout
11033 f
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 <row>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 g
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053 h
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 i
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \end_inset
11076
11077
11078 \end_layout
11079
11080 \begin_layout Standard
11081 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11082  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11083  Tabelle
11084 \begin_inset space ~
11085 \end_inset
11086
11087
11088 \begin_inset CommandInset ref
11089 LatexCommand ref
11090 reference "tab:Table-with-multiple"
11091
11092 \end_inset
11093
11094  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11095 \family sans
11096 Tabellen-Einstellungen
11097 \family default
11098 -Dialog auf 2.5
11099 \begin_inset space \thinspace{}
11100 \end_inset
11101
11102 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11103  Weil unser Text schmaler als 2.5
11104 \begin_inset space \thinspace{}
11105 \end_inset
11106
11107 cm ist, würde er in einer Zeile gedruckt werden.
11108  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11109
11110 \family sans
11111 Strg-Shift-Enter
11112 \family default
11113 ) eingefügt.
11114  Wenn der Text länger ist, wird er automatisch umgebrochen.
11115 \end_layout
11116
11117 \begin_layout Standard
11118 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11119  setzen Sie die Breite der beiden Spalten im 
11120 \family sans
11121 Tabellen-Einstellungen
11122 \family default
11123 -Dialog auf 0.5
11124 \begin_inset space \thinspace{}
11125 \end_inset
11126
11127 cm und die vertikale Ausrichtung auf zentriert.
11128 \end_layout
11129
11130 \begin_layout Standard
11131 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11132  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11133  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11134  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11135  Fügen sie daher 0
11136 \begin_inset space \thinspace{}
11137 \end_inset
11138
11139 pt horizontalen Abstand vor dem Wort ein.
11140  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11141  Tabelle
11142 \begin_inset space ~
11143 \end_inset
11144
11145
11146 \begin_inset CommandInset ref
11147 LatexCommand ref
11148 reference "tab:Table-with-and"
11149
11150 \end_inset
11151
11152  zeigt die Wirkungen.
11153 \end_layout
11154
11155 \begin_layout Standard
11156 \begin_inset Float table
11157 placement h
11158 wide false
11159 sideways false
11160 status open
11161
11162 \begin_layout Plain Layout
11163 \begin_inset Caption
11164
11165 \begin_layout Plain Layout
11166 \begin_inset CommandInset label
11167 LatexCommand label
11168 name "tab:Table-with-and"
11169
11170 \end_inset
11171
11172 Tabelle ohne und mit Silbentrennung
11173 \end_layout
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Plain Layout
11181 \begin_inset space \hfill{}
11182 \end_inset
11183
11184
11185 \begin_inset Tabular
11186 <lyxtabular version="3" rows="3" columns="3">
11187 <features>
11188 <column alignment="center" valignment="middle" width="2.5cm">
11189 <column alignment="center" valignment="middle" width="0.5cm">
11190 <column alignment="center" valignment="middle" width="0.5cm">
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 einsehrlangesZellenwort
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 b
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 c
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 d
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 e
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 f
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 g
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 h
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 i
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 </lyxtabular>
11279
11280 \end_inset
11281
11282
11283 \begin_inset space \hfill{}
11284 \end_inset
11285
11286
11287 \begin_inset Tabular
11288 <lyxtabular version="3" rows="3" columns="3">
11289 <features>
11290 <column alignment="center" valignment="middle" width="2.5cm">
11291 <column alignment="center" valignment="middle" width="0.5cm">
11292 <column alignment="center" valignment="middle" width="0.5cm">
11293 <row>
11294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 \begin_inset space \hspace{}
11299 \length 0pt
11300 \end_inset
11301
11302 einsehrlangesZellenwort
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 b
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 c
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 d
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 e
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 f
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 </row>
11355 <row>
11356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11357 \begin_inset Text
11358
11359 \begin_layout Plain Layout
11360 g
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369 h
11370 \end_layout
11371
11372 \end_inset
11373 </cell>
11374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 i
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 </lyxtabular>
11385
11386 \end_inset
11387
11388
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \end_layout
11394
11395 \end_inset
11396
11397
11398 \end_layout
11399
11400 \begin_layout Subsection
11401 Mehrfachspalten
11402 \begin_inset CommandInset label
11403 LatexCommand label
11404 name "uab:Mehrfachspalten"
11405
11406 \end_inset
11407
11408
11409 \begin_inset Index
11410 status collapsed
11411
11412 \begin_layout Plain Layout
11413 Mahrfachspalten
11414 \end_layout
11415
11416 \end_inset
11417
11418
11419 \begin_inset Index
11420 status collapsed
11421
11422 \begin_layout Plain Layout
11423 Tabellen ! Mahrfachspalten
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Subsubsection
11432 Grundlagen
11433 \end_layout
11434
11435 \begin_layout Standard
11436 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11437  und verwenden dann den Knopf 
11438 \begin_inset Graphics
11439         filename ../../images/tabular-feature_multicolumn.png
11440         scale 70
11441         scaleBeforeRotation
11442         BoundingBox 0bp 6bp 22bp 22bp
11443
11444 \end_inset
11445
11446  in der Werkzeugleiste, das Menü 
11447 \family sans
11448 Bearbeiten\SpecialChar \menuseparator
11449 Tabelle\SpecialChar \menuseparator
11450 Mehrfachspalte
11451 \family default
11452  oder den 
11453 \family sans
11454 Tabellen-Einstellungen
11455 \family default
11456 -Dialog, in dem Sie auf der Karteikarte 
11457 \family sans
11458 Tabellen-Einstellungen
11459 \family default
11460  
11461 \family sans
11462 Mehrfachspalte
11463 \family default
11464  ankreuzen.
11465 \end_layout
11466
11467 \begin_layout Standard
11468 Mehrfachspalten haben ihre eigenen Einstellungen.
11469  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11470  Hier ist ein Beispiel, wobei 
11471 \begin_inset Quotes gld
11472 \end_inset
11473
11474 B 2
11475 \begin_inset Quotes grd
11476 \end_inset
11477
11478  keine Mehrfachzeile ist, wie in Abschnitt
11479 \begin_inset space ~
11480 \end_inset
11481
11482
11483 \begin_inset CommandInset ref
11484 LatexCommand ref
11485 reference "uab:Mehrfachzeilen"
11486
11487 \end_inset
11488
11489  beschrieben.
11490  Es wurde nur eine Linie weggelassen:
11491 \end_layout
11492
11493 \begin_layout Standard
11494 \align center
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="3" columns="4">
11497 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11498 <column alignment="center" valignment="top" width="0pt">
11499 <column alignment="center" valignment="middle" width="0">
11500 <column alignment="center" valignment="top" width="0in">
11501 <column alignment="center" valignment="top" width="0pt">
11502 <row>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 abc
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 def ghi
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 jkl
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545
11546 \family roman
11547 \series medium
11548 \shape up
11549 \size normal
11550 \emph off
11551 \bar no
11552 \noun off
11553 \color none
11554 A
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 B
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 C
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 D
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 </row>
11587 <row>
11588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 1
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 2
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 3
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 4
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 </lyxtabular>
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Subsubsection
11633 Mehrfachspalten-Berechnungen
11634 \begin_inset CommandInset label
11635 LatexCommand label
11636 name "uab:Mehrfachspalten-Berechnungen"
11637
11638 \end_inset
11639
11640
11641 \begin_inset Index
11642 status collapsed
11643
11644 \begin_layout Plain Layout
11645 Mahrfachspalten ! Berechnung
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \begin_inset Index
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 Tabellen ! Mahrfachspalten ! Berechnung
11656 \end_layout
11657
11658 \end_inset
11659
11660
11661 \end_layout
11662
11663 \begin_layout Standard
11664 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11665  Zellen beachten.
11666 \end_layout
11667
11668 \begin_layout Standard
11669 \begin_inset Float table
11670 placement h
11671 wide false
11672 sideways false
11673 status open
11674
11675 \begin_layout Plain Layout
11676 \begin_inset Caption
11677
11678 \begin_layout Plain Layout
11679 \begin_inset CommandInset label
11680 LatexCommand label
11681 name "tab:Table-with-centered"
11682
11683 \end_inset
11684
11685 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11686  die halbe Breite der Mehrfachspalten-Zelle haben
11687 \begin_inset OptArg
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691 Eine Mehrfachspalten-Tabelle
11692 \end_layout
11693
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Plain Layout
11705 \align center
11706 \begin_inset Tabular
11707 <lyxtabular version="3" rows="3" columns="3">
11708 <features>
11709 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11710 <column alignment="center" valignment="middle" width="0">
11711 <column alignment="center" valignment="top" width="0">
11712 <row>
11713 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 Dies ist eine Mehrfach\SpecialChar \-
11718 spalten-Zelle
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 c
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 <row>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 d
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 e
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 f
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 </row>
11771 <row>
11772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 g
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 h
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 i
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 </row>
11800 </lyxtabular>
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \begin_layout Standard
11813 Um Tabelle
11814 \begin_inset space ~
11815 \end_inset
11816
11817
11818 \begin_inset CommandInset ref
11819 LatexCommand ref
11820 reference "tab:Table-with-centered"
11821
11822 \end_inset
11823
11824  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11825  3×3-Tabelle, kreuzen im 
11826 \family sans
11827 Tabellen-Einstellungen
11828 \family default
11829 -Dialog 
11830 \family sans
11831 Mehrfachspalte
11832 \family default
11833  an, setzen die 
11834 \family sans
11835 Horizontale
11836 \begin_inset space ~
11837 \end_inset
11838
11839 Ausrichtung
11840 \family default
11841  auf 
11842 \family sans
11843 Zentriert
11844 \family default
11845  und die 
11846 \family sans
11847 Breite
11848 \family default
11849  auf 2.5
11850 \begin_inset space \thinspace{}
11851 \end_inset
11852
11853 cm.
11854  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11855  Sie die Breite der ersten Spalte auf 1.25
11856 \begin_inset space \thinspace{}
11857 \end_inset
11858
11859 cm setzen.
11860  Die zweite Spalte wird dann automatisch 1.25
11861 \begin_inset space \thinspace{}
11862 \end_inset
11863
11864 cm breit (Breite der 
11865 \family sans
11866 Mehrfachspalte
11867 \family default
11868  
11869 \begin_inset Formula $-$
11870 \end_inset
11871
11872  Breite der ersten Spalte).
11873  Dies wurde so für Tabelle
11874 \begin_inset space ~
11875 \end_inset
11876
11877
11878 \begin_inset CommandInset ref
11879 LatexCommand ref
11880 reference "tab:Table-without-half"
11881
11882 \end_inset
11883
11884  gemacht.
11885 \end_layout
11886
11887 \begin_layout Standard
11888 \begin_inset Float table
11889 wide false
11890 sideways false
11891 status open
11892
11893 \begin_layout Plain Layout
11894 \begin_inset Caption
11895
11896 \begin_layout Plain Layout
11897 \begin_inset CommandInset label
11898 LatexCommand label
11899 name "tab:Table-without-half"
11900
11901 \end_inset
11902
11903 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11904  wie die Mehrfachspalte
11905 \begin_inset OptArg
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909 Eine unvollkommene Mehrfachspalten-Tabelle
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \begin_layout Plain Layout
11923 \align center
11924 \begin_inset Tabular
11925 <lyxtabular version="3" rows="3" columns="3">
11926 <features>
11927 <column alignment="center" valignment="top" width="1.25cm">
11928 <column alignment="center" valignment="top" width="0">
11929 <column alignment="center" valignment="top" width="0">
11930 <row>
11931 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 Dies ist auch eine Mehr\SpecialChar \-
11936 fach\SpecialChar \-
11937 spalten-Zelle
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 c
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 </row>
11961 <row>
11962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 d
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11972 \begin_inset Text
11973
11974 \begin_layout Plain Layout
11975 e
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 f
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 </row>
11990 <row>
11991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 g
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 h
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 i
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 </row>
12019 </lyxtabular>
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \begin_layout Standard
12032 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12033  als die zweite ist.
12034  Das liegt daran, dass die Zellenbreite 
12035 \begin_inset Formula $W_{\mathrm{tot}}$
12036 \end_inset
12037
12038  nicht ihre definierte Breite 
12039 \begin_inset Formula $W_{g}$
12040 \end_inset
12041
12042  ist, sondern ein wenig mehr.
12043  Anhang
12044 \begin_inset space ~
12045 \end_inset
12046
12047
12048 \begin_inset CommandInset ref
12049 LatexCommand ref
12050 reference "kap:Exläuterung-einer-Gleichung"
12051
12052 \end_inset
12053
12054  erklärt das genauer.
12055 \end_layout
12056
12057 \begin_layout Standard
12058 Wenn 
12059 \emph on
12060 n
12061 \emph default
12062  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12063  die definierte Breite 
12064 \begin_inset Formula $W_{g\, n}$
12065 \end_inset
12066
12067  einer Spalte, deren totale Breite = 
12068 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12069 \end_inset
12070
12071  sein soll, wie folgt:
12072 \begin_inset Formula \begin{equation}
12073 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12074
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \begin_layout Standard
12081 In unserem Falls ist 
12082 \begin_inset Formula $n=2$
12083 \end_inset
12084
12085
12086 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12087 \end_inset
12088
12089 cm, und damit wird aus Gleichung
12090 \begin_inset space ~
12091 \end_inset
12092
12093
12094 \begin_inset CommandInset ref
12095 LatexCommand ref
12096 reference "eq:Wgn"
12097
12098 \end_inset
12099
12100  
12101 \begin_inset Formula \begin{equation}
12102 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Standard
12110 Damit LaTeX rechnen kann, muss das Paket 
12111 \series bold
12112 calc
12113 \series default
12114  im Vorspann geladen werden.
12115 \begin_inset Index
12116 status collapsed
12117
12118 \begin_layout Plain Layout
12119 LaTeX-Pakete ! calc
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \begin_layout Standard
12128
12129 \series bold
12130
12131 \backslash
12132 usepackage{calc}
12133 \end_layout
12134
12135 \begin_layout Standard
12136 LyX erlaubt im 
12137 \family sans
12138 Breite
12139 \family default
12140 -Feld des 
12141 \family sans
12142 Tabellen-Einstellungen
12143 \family default
12144 -Dialogs keine Berechnungen.
12145  Deshalb müssen Sie die Formel für die Breite im Feld 
12146 \family sans
12147 LaTe
12148 \begin_inset ERT
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152
12153 {}
12154 \end_layout
12155
12156 \end_inset
12157
12158 X-Argument
12159 \family default
12160  eingeben.
12161  Hier iss ein Überblick über die Argumente:
12162 \end_layout
12163
12164 \begin_layout Itemize
12165
12166 \series bold
12167 p{Breite}
12168 \series default
12169  die Zelle bekommt eine feste 
12170 \series bold
12171 Breite
12172 \series default
12173 , und die vertikale Ausrichtung ist 
12174 \family sans
12175 Oben
12176 \end_layout
12177
12178 \begin_layout Itemize
12179
12180 \series bold
12181 m{Breite}
12182 \series default
12183  die Zelle bekommt eine feste 
12184 \series bold
12185 Breite
12186 \series default
12187 , und die vertikale Ausrichtung ist 
12188 \family sans
12189 Mitte
12190 \end_layout
12191
12192 \begin_layout Itemize
12193
12194 \series bold
12195 b{Breite}
12196 \series default
12197  die Zelle bekommt eine feste 
12198 \series bold
12199 Breite
12200 \series default
12201 , und die vertikale Ausrichtung ist 
12202 \family sans
12203 Unten
12204 \end_layout
12205
12206 \begin_layout Standard
12207 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12208  für diese Zelle überschrieben.
12209 \end_layout
12210
12211 \begin_layout Standard
12212 \begin_inset Note Greyedout
12213 status open
12214
12215 \begin_layout Plain Layout
12216
12217 \series bold
12218 Bemerkung:
12219 \series default
12220  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12221  angezeigt.
12222 \end_layout
12223
12224 \end_inset
12225
12226
12227 \end_layout
12228
12229 \begin_layout Standard
12230 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12231  der Zelle mit dem Inhalt 
12232 \begin_inset Quotes gld
12233 \end_inset
12234
12235 d
12236 \begin_inset Quotes grd
12237 \end_inset
12238
12239  der Tabelle
12240 \begin_inset space ~
12241 \end_inset
12242
12243
12244 \begin_inset CommandInset ref
12245 LatexCommand ref
12246 reference "tab:Table-with-centered"
12247
12248 \end_inset
12249
12250  auch noch der Befehl
12251 \family typewriter
12252 \series bold
12253  
12254 \family default
12255
12256 \backslash
12257 centering
12258 \series default
12259  hinzugefügt.
12260  Das Ganze sieht dann so aus:
12261 \end_layout
12262
12263 \begin_layout Standard
12264
12265 \series bold
12266 |>{
12267 \backslash
12268 centering}m{1.25cm-6.2pt}
12269 \end_layout
12270
12271 \begin_layout Standard
12272 Der vertikale Strich 
12273 \series bold
12274
12275 \begin_inset Quotes gld
12276 \end_inset
12277
12278 |
12279 \series default
12280
12281 \begin_inset Quotes grd
12282 \end_inset
12283
12284  am Anfang zeichnet die linke Linie, und der Befehl 
12285 \series bold
12286
12287 \begin_inset Quotes gld
12288 \end_inset
12289
12290 >{ }
12291 \begin_inset Quotes grd
12292 \end_inset
12293
12294
12295 \series default
12296  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12297  der Zelle benutzt werden sollen.
12298 \end_layout
12299
12300 \begin_layout Standard
12301 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12302  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12303  für einzelne Spalten anwendet.
12304  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12305  werden:
12306 \end_layout
12307
12308 \begin_layout Standard
12309
12310 \series bold
12311 |>{
12312 \backslash
12313 centering}m{2.5cm}|
12314 \end_layout
12315
12316 \begin_layout Subsection
12317 Mehrfachzeilen
12318 \begin_inset CommandInset label
12319 LatexCommand label
12320 name "uab:Mehrfachzeilen"
12321
12322 \end_inset
12323
12324
12325 \begin_inset Index
12326 status collapsed
12327
12328 \begin_layout Plain Layout
12329 Mehrfachzeilen
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \begin_inset Index
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339 Tabellen ! Mehrfachzeilen
12340 \end_layout
12341
12342 \end_inset
12343
12344
12345 \end_layout
12346
12347 \begin_layout Standard
12348 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12349  unterstützt, sodass etwas TeX-Code notwendig ist.
12350  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12351 \series bold
12352 multirow
12353 \series default
12354
12355 \begin_inset Index
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 LaTeX-Pakete ! multirow
12360 \end_layout
12361
12362 \end_inset
12363
12364  im Vorspann geladen werden:
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \series bold
12370
12371 \backslash
12372 usepackage{multirow}
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12377 \end_layout
12378
12379 \begin_layout Standard
12380
12381 \series bold
12382
12383 \backslash
12384 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12385 \end_layout
12386
12387 \begin_layout Standard
12388 In der folgenden 3×3-Tabelle wurde die letzte Zelle  der ersten Spalte als
12389  Mehrfachspalte definiert und die obere Linie entfernt.
12390 \end_layout
12391
12392 \begin_layout Standard
12393 \align center
12394 \begin_inset ERT
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398
12399
12400 \backslash
12401 renewcommand{
12402 \backslash
12403 multirowsetup}{
12404 \backslash
12405 centering}
12406 \end_layout
12407
12408 \end_inset
12409
12410
12411 \begin_inset Tabular
12412 <lyxtabular version="3" rows="3" columns="3">
12413 <features>
12414 <column alignment="center" valignment="top" width="0">
12415 <column alignment="center" valignment="top" width="0">
12416 <column alignment="center" valignment="top" width="0">
12417 <row>
12418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 a
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 b
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 c
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 <row>
12447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456
12457 \backslash
12458 multirow{2}{2.5cm}{
12459 \end_layout
12460
12461 \end_inset
12462
12463 Mehrfach\SpecialChar \-
12464 zeilen-Text
12465 \begin_inset ERT
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469
12470 }
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12481 \begin_inset Text
12482
12483 \begin_layout Plain Layout
12484 e
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 f
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 </row>
12499 <row>
12500 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504
12505 \end_layout
12506
12507 \end_inset
12508 </cell>
12509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12510 \begin_inset Text
12511
12512 \begin_layout Plain Layout
12513 h
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 i
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 </row>
12528 </lyxtabular>
12529
12530 \end_inset
12531
12532
12533 \begin_inset ERT
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537
12538
12539 \backslash
12540 renewcommand{
12541 \backslash
12542 multirowsetup}{
12543 \backslash
12544 raggedright}
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 In der Zelle darüber wurde dann mit dem Befehl
12554 \end_layout
12555
12556 \begin_layout Standard
12557
12558 \series bold
12559
12560 \backslash
12561 multirow{2}{2.5cm}{
12562 \end_layout
12563
12564 \begin_layout Standard
12565 als TeX-Code die Mehrfachzeile definiert.
12566  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12567 \begin_inset space \thinspace{}
12568 \end_inset
12569
12570 cm.
12571  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12572  mit der Klammer 
12573 \begin_inset Quotes gld
12574 \end_inset
12575
12576
12577 \series bold
12578 }
12579 \series default
12580
12581 \begin_inset Quotes grd
12582 \end_inset
12583
12584  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12585 \end_layout
12586
12587 \begin_layout Standard
12588
12589 \series bold
12590
12591 \backslash
12592 multirow
12593 \series default
12594  richtet seinen Inhalt standardmäßig linksbündig aus.
12595  Das wurde mit dem Befehl
12596 \end_layout
12597
12598 \begin_layout Standard
12599
12600 \series bold
12601
12602 \backslash
12603 renewcommand{
12604 \backslash
12605 multirowsetup}{
12606 \backslash
12607 centering}
12608 \end_layout
12609
12610 \begin_layout Standard
12611 als TeX-Code  vor der (Gleitobjekt-)Tabelle überschrieben und durch
12612 \end_layout
12613
12614 \begin_layout Standard
12615
12616 \series bold
12617
12618 \backslash
12619 renewcommand{
12620 \backslash
12621 multirowsetup}{
12622 \backslash
12623 raggedright}
12624 \end_layout
12625
12626 \begin_layout Standard
12627 zurückgesetzt.
12628  Für rechtsbündigen Text benutzt man 
12629 \series bold
12630
12631 \backslash
12632 raggedleft
12633 \series default
12634 .
12635 \end_layout
12636
12637 \begin_layout Section
12638 Formale Tabellen
12639 \begin_inset CommandInset label
12640 LatexCommand label
12641 name "abs:Formale-Tabellen"
12642
12643 \end_inset
12644
12645
12646 \begin_inset Index
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650 Tabellen ! Formale
12651 \end_layout
12652
12653 \end_inset
12654
12655
12656 \end_layout
12657
12658 \begin_layout Standard
12659 Tabellen werden in Büchern oft wie Tabelle
12660 \begin_inset space ~
12661 \end_inset
12662
12663
12664 \begin_inset CommandInset ref
12665 LatexCommand ref
12666 reference "tab:Formale-Tabelle"
12667
12668 \end_inset
12669
12670  gesetzt.
12671  Diese Tabellen werden
12672 \emph on
12673  formal
12674 \emph default
12675  genannt.
12676  Formale Tabellen bekommen Sie, wenn Sie im 
12677 \family sans
12678 Tabellen-Einstellungen
12679 \family default
12680 -Dialog auf der Karteikarte 
12681 \family sans
12682 Rahmen
12683 \family default
12684  den 
12685 \family sans
12686 Stil
12687 \family default
12688  
12689 \family sans
12690 Formal
12691 \family default
12692  ankreuzen.
12693 \end_layout
12694
12695 \begin_layout Standard
12696 \begin_inset Float table
12697 placement h
12698 wide false
12699 sideways false
12700 status open
12701
12702 \begin_layout Plain Layout
12703 \begin_inset Caption
12704
12705 \begin_layout Plain Layout
12706 \begin_inset CommandInset label
12707 LatexCommand label
12708 name "tab:Formale-Tabelle"
12709
12710 \end_inset
12711
12712 Formale Tabelle
12713 \end_layout
12714
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \begin_layout Plain Layout
12721 \align center
12722 \begin_inset Tabular
12723 <lyxtabular version="3" rows="8" columns="4">
12724 <features booktabs="true">
12725 <column alignment="center" valignment="top" width="0">
12726 <column alignment="right" valignment="top" width="0">
12727 <column alignment="right" valignment="top" width="0">
12728 <column alignment="right" valignment="top" width="0">
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 System
12735 \end_layout
12736
12737 \end_inset
12738 </cell>
12739 <cell alignment="center" valignment="top" topline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 Medipix
12744 \begin_inset space \thinspace{}
12745 \end_inset
12746
12747 1
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 Medipix
12757 \begin_inset space \thinspace{}
12758 \end_inset
12759
12760 2
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 </row>
12775 <row>
12776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 \begin_inset ERT
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784
12785
12786 \backslash
12787 cmidrule(r){2-2}
12788 \end_layout
12789
12790 \end_inset
12791
12792
12793 \begin_inset ERT
12794 status collapsed
12795
12796 \begin_layout Plain Layout
12797
12798
12799 \backslash
12800 cmidrule(l){3-4}
12801 \end_layout
12802
12803 \end_inset
12804
12805 Detektordicke [µm]
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 300
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 300
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 700
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 Kantenwinkel [°]
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 3.55
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 2.71
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 <cell alignment="center" valignment="top" topline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 7.99
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 </row>
12876 <row topspace="default">
12877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 räumliche Auf\SpecialChar \textcompwordmark{}
12882 lösung [µm]
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 4.26
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 10.17
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 10.56
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 </row>
12915 <row topspace="default">
12916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 MTF bei 
12921 \begin_inset Formula $f_{\mathrm{max}}$
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 0.53
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 0.37
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 0.39
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 </row>
12957 <row topspace="default">
12958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12959 \begin_inset Text
12960
12961 \begin_layout Plain Layout
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967
12968 \backslash
12969 cmidrule(l{10pt}){1-1}
12970 \end_layout
12971
12972 \end_inset
12973
12974 LSF räumliche Auf\SpecialChar \textcompwordmark{}
12975 lösung
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell alignment="center" valignment="top" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 <row>
13009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 in µm
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 129.7
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 52.75
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 50.78
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 </row>
13046 <row>
13047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 in % der Pixelgröße
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060 76.3
13061 \end_layout
13062
13063 \end_inset
13064 </cell>
13065 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 95.9
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 92.3
13079 \end_layout
13080
13081 \end_inset
13082 </cell>
13083 </row>
13084 </lyxtabular>
13085
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 Abstände zu Tabellenzeilen können auf der Karteikarte 
13098 \family sans
13099 Rahmen
13100 \family default
13101  des 
13102 \family sans
13103 Tabellen-Ein\SpecialChar \-
13104 stel\SpecialChar \-
13105 lun\SpecialChar \-
13106 gen
13107 \family default
13108 -Dialogs hinzugefügt werden, wie in Abschnitt
13109 \begin_inset space ~
13110 \end_inset
13111
13112
13113 \begin_inset CommandInset ref
13114 LatexCommand ref
13115 reference "uab:Zeilenabstand"
13116
13117 \end_inset
13118
13119  beschrieben.
13120 \end_layout
13121
13122 \begin_layout Standard
13123 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13124  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13125  gedruckt aber anders aus.
13126  Die erste und letzte Linie ist 0.08
13127 \begin_inset space \thinspace{}
13128 \end_inset
13129
13130 em dick, während die anderen 0.05
13131 \begin_inset space \thinspace{}
13132 \end_inset
13133
13134 em dick sind.
13135 \end_layout
13136
13137 \begin_layout Standard
13138 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13139 \end_layout
13140
13141 \begin_layout Standard
13142
13143 \series bold
13144
13145 \backslash
13146 let
13147 \backslash
13148 mytoprule
13149 \backslash
13150 toprule
13151 \begin_inset Newline newline
13152 \end_inset
13153
13154
13155 \backslash
13156 renewcommand{
13157 \backslash
13158 toprule}{
13159 \backslash
13160 mytoprule[Breite]}
13161 \end_layout
13162
13163 \begin_layout Standard
13164 Dies Beispiel gilt für die oberste Linie, genannt 
13165 \series bold
13166 toprule
13167 \series default
13168 .
13169  Für die letzte müssen Sie 
13170 \series bold
13171 toprule
13172 \series default
13173  durch 
13174 \series bold
13175 bottomrule
13176 \series default
13177  ersetzen.
13178  Die Linien dazwischen heißen 
13179 \series bold
13180 midrule
13181 \series default
13182 .
13183  Für 
13184 \family sans
13185 Breite
13186 \family default
13187  können Sie alle Einheiten benutzen, die in Anhang
13188 \begin_inset space ~
13189 \end_inset
13190
13191
13192 \begin_inset CommandInset ref
13193 LatexCommand ref
13194 reference "kap:In-LyX-verfügbare"
13195
13196 \end_inset
13197
13198  aufgelistet sind.
13199 \end_layout
13200
13201 \begin_layout Standard
13202 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13203  eine Linie unter einer Mehrfachspalte.
13204  LyX wird intern den Befehl 
13205 \series bold
13206
13207 \backslash
13208 cmidrule
13209 \series default
13210  benutzen, um diese Linie zu drucken.
13211  Der ganze Befehl sieht so aus:
13212 \end_layout
13213
13214 \begin_layout Standard
13215
13216 \series bold
13217
13218 \backslash
13219 cmidrule[width](trim){Anfangsspalte-Endspalte}
13220 \end_layout
13221
13222 \begin_layout Standard
13223 Die 
13224 \series bold
13225
13226 \backslash
13227 cmidrule
13228 \series default
13229 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13230  benutzen.
13231  
13232 \series bold
13233
13234 \backslash
13235 cmidrule
13236 \series default
13237  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13238  erste Zelle einer Zeile einfügt.
13239  Die Linie wird dann über der Zeile gedruckt.
13240 \end_layout
13241
13242 \begin_layout Standard
13243 Der Standardwert ist 0.03
13244 \begin_inset space \thinspace{}
13245 \end_inset
13246
13247 em.
13248  Die Linie reicht von 
13249 \family typewriter
13250 Anfangsspalte
13251 \family default
13252  bis 
13253 \family typewriter
13254 End\SpecialChar \-
13255 spal\SpecialChar \-
13256 te
13257 \family default
13258 .
13259  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13260   Der optionale Parameter 
13261 \family typewriter
13262 trim
13263 \family default
13264  kann die Werte 
13265 \emph on
13266 r
13267 \emph default
13268
13269 \emph on
13270 r{Breite}
13271 \emph default
13272
13273 \emph on
13274 l
13275 \family typewriter
13276 \emph default
13277  
13278 \family default
13279 oder 
13280 \emph on
13281 l{Breite}
13282 \emph default
13283  annehmen, wobei die 
13284 \family sans
13285 Breite
13286 \family default
13287  optional ist.
13288  
13289 \emph on
13290 l{2pt}
13291 \emph default
13292  zum Beispiel bedeutet, dass die Linie links um 2
13293 \begin_inset space \thinspace{}
13294 \end_inset
13295
13296 pt gekürzt wird.
13297  Ohne Breitenangabe werden die Linien um 0.5
13298 \begin_inset space \thinspace{}
13299 \end_inset
13300
13301 em gekürzt.
13302 \end_layout
13303
13304 \begin_layout Standard
13305 \begin_inset VSpace bigskip
13306 \end_inset
13307
13308 In Tabelle
13309 \begin_inset space ~
13310 \end_inset
13311
13312
13313 \begin_inset CommandInset ref
13314 LatexCommand ref
13315 reference "tab:Formale-Tabelle"
13316
13317 \end_inset
13318
13319  wurden die Befehle
13320 \end_layout
13321
13322 \begin_layout Standard
13323
13324 \series bold
13325
13326 \backslash
13327 cmidrule(r){2-2}
13328 \backslash
13329 cmidrule(l){3-4}
13330 \end_layout
13331
13332 \begin_layout Standard
13333 am Anfang der zweiten Zeile und
13334 \end_layout
13335
13336 \begin_layout Standard
13337
13338 \series bold
13339
13340 \backslash
13341 cmidrule(l{10pt}){1-1}
13342 \end_layout
13343
13344 \begin_layout Standard
13345 in der sechsten benutzt.
13346 \end_layout
13347
13348 \begin_layout Standard
13349 \begin_inset VSpace bigskip
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 Sie können mit 
13357 \series bold
13358
13359 \backslash
13360 cmidrule
13361 \series default
13362  auch überlappende Linien wie in Tabelle
13363 \begin_inset space ~
13364 \end_inset
13365
13366
13367 \begin_inset CommandInset ref
13368 LatexCommand ref
13369 reference "tab:Special-booktabs-table"
13370
13371 \end_inset
13372
13373  definieren.
13374  Der Befehl ist:
13375 \end_layout
13376
13377 \begin_layout Standard
13378
13379 \series bold
13380
13381 \backslash
13382 morecmidrules
13383 \end_layout
13384
13385 \begin_layout Standard
13386 In Zeile zwei der Tabelle
13387 \begin_inset space ~
13388 \end_inset
13389
13390
13391 \begin_inset CommandInset ref
13392 LatexCommand ref
13393 reference "tab:Special-booktabs-table"
13394
13395 \end_inset
13396
13397  wurde folgender Befehl benutzt:
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 cmidrule(r){2-2}
13406 \backslash
13407 cmidrule(l){3-4}
13408 \backslash
13409 morecmidrules
13410 \begin_inset Newline newline
13411 \end_inset
13412
13413
13414 \backslash
13415 cmidrule{2-4}
13416 \end_layout
13417
13418 \begin_layout Standard
13419 und in Zeile sechs:
13420 \end_layout
13421
13422 \begin_layout Standard
13423
13424 \series bold
13425
13426 \backslash
13427 midrule
13428 \backslash
13429 morecmidrules
13430 \backslash
13431 cmidrule{3-4}
13432 \end_layout
13433
13434 \begin_layout Standard
13435 \begin_inset VSpace bigskip
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13443  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13444 \end_layout
13445
13446 \begin_layout Standard
13447
13448 \series bold
13449
13450 \backslash
13451 specialrule{Dicke}{Abstand davor}{Abstand danach}
13452 \end_layout
13453
13454 \begin_layout Standard
13455 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13456 \series bold
13457 booktabs
13458 \series default
13459  
13460 \begin_inset CommandInset citation
13461 LatexCommand cite
13462 key "booktabs"
13463
13464 \end_inset
13465
13466 .
13467 \begin_inset Index
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471 LaTeX-Pakete ! booktabs
13472 \end_layout
13473
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \begin_layout Standard
13480 \begin_inset Float table
13481 placement h
13482 wide false
13483 sideways false
13484 status open
13485
13486 \begin_layout Plain Layout
13487 \begin_inset Caption
13488
13489 \begin_layout Plain Layout
13490 \begin_inset CommandInset label
13491 LatexCommand label
13492 name "tab:Special-booktabs-table"
13493
13494 \end_inset
13495
13496 Eine spezielle formale Tabelle
13497 \end_layout
13498
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \begin_layout Plain Layout
13505 \align center
13506 \begin_inset Tabular
13507 <lyxtabular version="3" rows="8" columns="4">
13508 <features booktabs="true">
13509 <column alignment="center" valignment="top" width="0">
13510 <column alignment="center" valignment="top" width="0">
13511 <column alignment="right" valignment="top" width="0">
13512 <column alignment="right" valignment="top" width="0">
13513 <row>
13514 <cell alignment="center" valignment="top" topline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 System
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 Medipix
13528 \begin_inset space \thinspace{}
13529 \end_inset
13530
13531 1
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13537 \begin_inset Text
13538
13539 \begin_layout Plain Layout
13540 Medipix
13541 \begin_inset space \thinspace{}
13542 \end_inset
13543
13544 2
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 <row>
13560 <cell alignment="center" valignment="top" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569
13570 \backslash
13571 cmidrule(r){2-2}
13572 \end_layout
13573
13574 \end_inset
13575
13576
13577 \begin_inset ERT
13578 status collapsed
13579
13580 \begin_layout Plain Layout
13581
13582
13583 \backslash
13584 cmidrule(l){3-4}
13585 \end_layout
13586
13587 \end_inset
13588
13589
13590 \begin_inset ERT
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594
13595
13596 \backslash
13597 morecmidrules 
13598 \end_layout
13599
13600 \end_inset
13601
13602
13603 \begin_inset ERT
13604 status collapsed
13605
13606 \begin_layout Plain Layout
13607
13608
13609 \backslash
13610 cmidrule{2-4}
13611 \end_layout
13612
13613 \end_inset
13614
13615 Detektordicke  [µm]
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 300
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 300
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 700
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 </row>
13648 <row>
13649 <cell alignment="center" valignment="top" topline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 Kantenwinkel [°]
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" topline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 3,55
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 2,71
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 7,99
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 </row>
13686 <row topspace="default">
13687 <cell alignment="center" valignment="top" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 räumliche Auf\SpecialChar \textcompwordmark{}
13692 lösung [µm]
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 4,26
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 10,17
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 10,56
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 </row>
13725 <row topspace="default">
13726 <cell alignment="center" valignment="top" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 MTF bei 
13731 \begin_inset Formula $f_{\mathrm{max}}$
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 0,53
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 0,37
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 0,39
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 \begin_inset ERT
13773 status collapsed
13774
13775 \begin_layout Plain Layout
13776
13777
13778 \backslash
13779 morecmidrules 
13780 \end_layout
13781
13782 \end_inset
13783
13784
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790
13791 \backslash
13792 cmidrule{3-4}
13793 \end_layout
13794
13795 \end_inset
13796
13797 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13798 lösung
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807
13808 \end_layout
13809
13810 \end_inset
13811 </cell>
13812 <cell alignment="center" valignment="top" topline="true" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 in µm
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 129,7
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 52,75
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 50,78
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 in % der Pixelgröße
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 76,3
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 95,9
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 92,3
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 </lyxtabular>
13908
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \end_layout
13918
13919 \begin_layout Section
13920 Vertikale Tabellen-Ausrichtung
13921 \begin_inset Index
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925 Tabellen ! Ausrichtung
13926 \end_layout
13927
13928 \end_inset
13929
13930
13931 \end_layout
13932
13933 \begin_layout Standard
13934 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13935  einer Box sein.
13936  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13937 \begin_inset space ~
13938 \end_inset
13939
13940
13941 \begin_inset CommandInset ref
13942 LatexCommand ref
13943 reference "abs:Box-Dialog"
13944
13945 \end_inset
13946
13947  beschrieben.
13948 \end_layout
13949
13950 \begin_layout Standard
13951 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13952 \begin_inset Foot
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956 Minipages werden in Abschnitt
13957 \begin_inset space ~
13958 \end_inset
13959
13960
13961 \begin_inset CommandInset ref
13962 LatexCommand ref
13963 reference "abs:Minipage"
13964
13965 \end_inset
13966
13967  beschrieben.
13968 \end_layout
13969
13970 \end_inset
13971
13972  mit 15
13973 \begin_inset space \thinspace{}
13974 \end_inset
13975
13976 col%-Breite:
13977 \end_layout
13978
13979 \begin_layout Itemize
13980 Test 
13981 \begin_inset Box Frameless
13982 position "t"
13983 hor_pos "c"
13984 has_inner_box 1
13985 inner_pos "c"
13986 use_parbox 0
13987 width "15col%"
13988 special "none"
13989 height "1in"
13990 height_special "totalheight"
13991 status collapsed
13992
13993 \begin_layout Plain Layout
13994 \begin_inset Tabular
13995 <lyxtabular version="3" rows="3" columns="3">
13996 <features>
13997 <column alignment="center" valignment="top" width="0">
13998 <column alignment="center" valignment="top" width="0">
13999 <column alignment="center" valignment="top" width="0">
14000 <row>
14001 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 Tabelle 1
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 </row>
14029 <row>
14030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 b
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 e
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 h
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 </row>
14058 <row>
14059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 c
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 f
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 i
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 </lyxtabular>
14088
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \end_inset
14095
14096  Test 
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102
14103 \backslash
14104 raisebox{0.85
14105 \backslash
14106 baselineskip}{
14107 \end_layout
14108
14109 \end_inset
14110
14111
14112 \begin_inset Box Frameless
14113 position "t"
14114 hor_pos "c"
14115 has_inner_box 1
14116 inner_pos "c"
14117 use_parbox 0
14118 width "15col%"
14119 special "none"
14120 height "1in"
14121 height_special "totalheight"
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125 \begin_inset Tabular
14126 <lyxtabular version="3" rows="3" columns="3">
14127 <features>
14128 <column alignment="center" valignment="top" width="0">
14129 <column alignment="center" valignment="top" width="0">
14130 <column alignment="center" valignment="top" width="0">
14131 <row>
14132 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 Tabelle 2
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 </row>
14160 <row>
14161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 b
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 e
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 h
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 </row>
14189 <row>
14190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 c
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 f
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 i
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 </row>
14218 </lyxtabular>
14219
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226
14227
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233 }
14234 \end_layout
14235
14236 \end_inset
14237
14238
14239 \end_layout
14240
14241 \begin_layout Itemize
14242 Test 
14243 \begin_inset Box Frameless
14244 position "c"
14245 hor_pos "c"
14246 has_inner_box 1
14247 inner_pos "c"
14248 use_parbox 0
14249 width "15col%"
14250 special "none"
14251 height "1in"
14252 height_special "totalheight"
14253 status collapsed
14254
14255 \begin_layout Plain Layout
14256 \begin_inset Tabular
14257 <lyxtabular version="3" rows="3" columns="3">
14258 <features>
14259 <column alignment="center" valignment="top" width="0">
14260 <column alignment="center" valignment="top" width="0">
14261 <column alignment="center" valignment="top" width="0">
14262 <row>
14263 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 Tabelle 3
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 b
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 e
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 h
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 <row>
14321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 c
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 f
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 i
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 </row>
14349 </lyxtabular>
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \begin_layout Itemize
14362 Test 
14363 \begin_inset Box Frameless
14364 position "b"
14365 hor_pos "c"
14366 has_inner_box 1
14367 inner_pos "c"
14368 use_parbox 0
14369 width "15col%"
14370 special "none"
14371 height "1in"
14372 height_special "totalheight"
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376 \begin_inset Tabular
14377 <lyxtabular version="3" rows="3" columns="3">
14378 <features>
14379 <column alignment="center" valignment="top" width="0">
14380 <column alignment="center" valignment="top" width="0">
14381 <column alignment="center" valignment="top" width="0">
14382 <row>
14383 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 Tabelle 4
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 </row>
14411 <row>
14412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 b
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425 e
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 h
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 </row>
14440 <row>
14441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 c
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454 f
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463 i
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 </row>
14469 </lyxtabular>
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \end_inset
14477
14478 Test 
14479 \begin_inset ERT
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483
14484
14485 \backslash
14486 raisebox{-0.32
14487 \backslash
14488 baselineskip}{
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \begin_inset Box Frameless
14495 position "b"
14496 hor_pos "c"
14497 has_inner_box 1
14498 inner_pos "c"
14499 use_parbox 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>
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
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
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 OptArg
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>
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
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         BoundingBox 0bp 0bp 20bp 20bp
14970
14971 \end_inset
14972
14973  oder über das Menü 
14974 \family sans
14975 Bearbeiten\SpecialChar \menuseparator
14976 Textstil\SpecialChar \menuseparator
14977 Benutzerdefiniert
14978 \family default
14979  mit dem 
14980 \family sans
14981 Textstil
14982 \family default
14983 -Dialog wie es in Tabelle
14984 \begin_inset space ~
14985 \end_inset
14986
14987
14988 \begin_inset CommandInset ref
14989 LatexCommand ref
14990 reference "tab:Farbige-Tabelle-ohne"
14991
14992 \end_inset
14993
14994  gemacht wurde.
14995  In anderen Fällen müssen Sie das LaTeX-Paket 
14996 \series bold
14997 colortbl
14998 \series default
14999  benutzen.
15000 \begin_inset Index
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004 LaTeX-Pakete ! colortbl
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \begin_layout Standard
15013 \begin_inset ERT
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017
15018
15019 \backslash
15020 ifcolortbl
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \begin_inset Note Note
15027 status open
15028
15029 \begin_layout Plain Layout
15030 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15031 \series bold
15032 colortbl
15033 \series default
15034  installiert ist.
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Standard
15043 Um farbige Tabellen zu erzeugen, muss 
15044 \series bold
15045 colortbl
15046 \series default
15047  im LaTeX-Vorspann geladen werden:
15048 \end_layout
15049
15050 \begin_layout Standard
15051
15052 \series bold
15053
15054 \backslash
15055 usepackage{colortbl}
15056 \end_layout
15057
15058 \begin_layout Standard
15059 Die Farbe einer Spalte ändert man dann mit dem Befehl
15060 \end_layout
15061
15062 \begin_layout Standard
15063
15064 \series bold
15065
15066 \backslash
15067 columncolor{Farbname}
15068 \end_layout
15069
15070 \begin_layout Standard
15071 innerhalb des Befehls 
15072 \series bold
15073 >{}
15074 \series default
15075 .
15076  Mehr über den Befehl 
15077 \series bold
15078 >{}
15079 \series default
15080  finden Sie im Abschnitt
15081 \begin_inset space ~
15082 \end_inset
15083
15084
15085 \begin_inset CommandInset ref
15086 LatexCommand ref
15087 reference "uab:Mehrfachspalten-Berechnungen"
15088
15089 \end_inset
15090
15091 .
15092 \end_layout
15093
15094 \begin_layout Standard
15095 Folgende Farbnamen sind vordefiniert:
15096 \end_layout
15097
15098 \begin_layout Standard
15099
15100 \family sans
15101 red
15102 \family default
15103
15104 \family sans
15105 green
15106 \family default
15107
15108 \family sans
15109 yellow
15110 \family default
15111
15112 \family sans
15113 blue
15114 \family default
15115
15116 \family sans
15117 cyan
15118 \family default
15119
15120 \family sans
15121 magenta
15122 \family default
15123
15124 \family sans
15125 black
15126 \family default
15127  und 
15128 \family sans
15129 white
15130 \begin_inset Newline newline
15131 \end_inset
15132
15133 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15134 \family default
15135 und
15136 \family sans
15137  weiß
15138 \family default
15139 ).
15140 \end_layout
15141
15142 \begin_layout Standard
15143 \begin_inset VSpace medskip
15144 \end_inset
15145
15146
15147 \end_layout
15148
15149 \begin_layout Standard
15150 Sie können auch eigene Farben definieren:
15151 \end_layout
15152
15153 \begin_layout Standard
15154
15155 \series bold
15156
15157 \backslash
15158 definecolor{Farbname}{Farbmodell}{Farbwerte}
15159 \end_layout
15160
15161 \begin_layout Standard
15162 Das Farbmodell kann eins der folgenden sein:
15163 \end_layout
15164
15165 \begin_layout Labeling
15166 \labelwidthstring 00.00.0000
15167 cmyk: cyan, magenta, yellow, black
15168 \end_layout
15169
15170 \begin_layout Labeling
15171 \labelwidthstring 00.00.0000
15172 rgb: red, green blue
15173 \end_layout
15174
15175 \begin_layout Labeling
15176 \labelwidthstring 00.00.0000
15177 gray: gray
15178 \end_layout
15179
15180 \begin_layout Standard
15181 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15182  die die entsprechende Farbe für das Farbmodell beschreiben.
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15187 \emph on
15188
15189 \begin_inset Quotes gld
15190 \end_inset
15191
15192 dunkelgruen
15193 \emph default
15194
15195 \begin_inset Quotes grd
15196 \end_inset
15197
15198  und 
15199 \begin_inset Quotes gld
15200 \end_inset
15201
15202
15203 \emph on
15204 hellgrau
15205 \emph default
15206
15207 \begin_inset Quotes grd
15208 \end_inset
15209
15210  folgendermaßen definieren:
15211 \end_layout
15212
15213 \begin_layout Standard
15214
15215 \series bold
15216
15217 \backslash
15218 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15219 \end_layout
15220
15221 \begin_layout Standard
15222
15223 \series bold
15224
15225 \backslash
15226 definecolor{hellgrau}{gray}{0.8}
15227 \end_layout
15228
15229 \begin_layout Standard
15230 \begin_inset VSpace medskip
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \begin_layout Standard
15237 Linien werden mit dem Befehl
15238 \end_layout
15239
15240 \begin_layout Standard
15241
15242 \series bold
15243
15244 \backslash
15245 rowcolor{Farbname}
15246 \end_layout
15247
15248 \begin_layout Standard
15249 gefärbt, Zellen mit dem Befehl
15250 \end_layout
15251
15252 \begin_layout Standard
15253
15254 \series bold
15255
15256 \backslash
15257 cellcolor{Farbname}
15258 \end_layout
15259
15260 \begin_layout Standard
15261 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15262 \end_layout
15263
15264 \begin_layout Standard
15265 Um nur Text zu färben, machen Sie es wie 
15266 \begin_inset CommandInset ref
15267 LatexCommand vpageref
15268 reference "Wenn-Sie-nur"
15269
15270 \end_inset
15271
15272  beschrieben.
15273  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15274 \emph on
15275 markieren Sie nur den Text
15276 \emph default
15277 , sonst werden Sie LaTeX-Fehler erzeugen.
15278 \end_layout
15279
15280 \begin_layout Standard
15281 \begin_inset Note Greyedout
15282 status open
15283
15284 \begin_layout Plain Layout
15285
15286 \series bold
15287 Achtung:
15288 \series default
15289  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15290 \end_layout
15291
15292 \end_inset
15293
15294
15295 \end_layout
15296
15297 \begin_layout Standard
15298 \begin_inset VSpace medskip
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \begin_layout Standard
15305 Die Tabelle
15306 \begin_inset space ~
15307 \end_inset
15308
15309
15310 \begin_inset CommandInset ref
15311 LatexCommand ref
15312 reference "tab:Table-colored-using"
15313
15314 \end_inset
15315
15316  wurde folgendermaßen erstellt: die erste Spalte soll 
15317 \emph on
15318
15319 \begin_inset Quotes gld
15320 \end_inset
15321
15322 dunkelgruen
15323 \emph default
15324
15325 \begin_inset Quotes grd
15326 \end_inset
15327
15328  werden, also müssen Sie ins 
15329 \family sans
15330 LaTe
15331 \begin_inset ERT
15332 status collapsed
15333
15334 \begin_layout Plain Layout
15335
15336 {}
15337 \end_layout
15338
15339 \end_inset
15340
15341 X-Argument
15342 \family default
15343  der Zellen der ersten Spalte den Befehl
15344 \end_layout
15345
15346 \begin_layout Standard
15347
15348 \series bold
15349 >{
15350 \backslash
15351 columncolor{dunkelgruen}
15352 \backslash
15353 centering}c
15354 \end_layout
15355
15356 \begin_layout Standard
15357 schreiben.
15358  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15359 \end_layout
15360
15361 \begin_layout Standard
15362
15363 \series bold
15364
15365 \backslash
15366 rowcolow{cyan}
15367 \end_layout
15368
15369 \begin_layout Standard
15370 in die erste Zelle der ersten Zeile eingefügt.
15371  Diese Farbe ersetzt die Spaltenfarbe.
15372  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15373  wird mit folgendem Befehl erreicht:
15374 \end_layout
15375
15376 \begin_layout Standard
15377
15378 \series bold
15379
15380 \backslash
15381 cellcolor{magenta}
15382 \end_layout
15383
15384 \begin_layout Standard
15385 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15386 \family sans
15387 Textstil
15388 \family default
15389 -Dialog.
15390 \end_layout
15391
15392 \begin_layout Standard
15393 \begin_inset Float table
15394 placement h
15395 wide false
15396 sideways false
15397 status open
15398
15399 \begin_layout Plain Layout
15400 \begin_inset Caption
15401
15402 \begin_layout Plain Layout
15403 \begin_inset CommandInset label
15404 LatexCommand label
15405 name "tab:Table-colored-using"
15406
15407 \end_inset
15408
15409 Eine mit dem Paket 
15410 \series bold
15411 colortbl
15412 \series default
15413  gefärbte Tabelle
15414 \begin_inset OptArg
15415 status collapsed
15416
15417 \begin_layout Plain Layout
15418 Tabelle mit 
15419 \family typewriter
15420 colortbl
15421 \end_layout
15422
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \begin_layout Plain Layout
15434 \align center
15435 \begin_inset Tabular
15436 <lyxtabular version="3" rows="3" columns="3">
15437 <features>
15438 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15439 <column alignment="center" valignment="top" width="0">
15440 <column alignment="center" valignment="top" width="0">
15441 <row>
15442 <cell alignment="center" valignment="top" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446 \begin_inset ERT
15447 status collapsed
15448
15449 \begin_layout Plain Layout
15450
15451
15452 \backslash
15453 rowcolor{cyan}
15454 \end_layout
15455
15456 \end_inset
15457
15458
15459 \color magenta
15460 a
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \color red
15471 b
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480
15481 \color red
15482 c
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 </row>
15488 <row>
15489 <cell alignment="center" valignment="top" usebox="none">
15490 \begin_inset Text
15491
15492 \begin_layout Plain Layout
15493
15494 \color yellow
15495 d
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \color blue
15506 e
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515
15516 \color blue
15517 f
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \color yellow
15530 g
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539
15540 \color blue
15541 h
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 \begin_inset ERT
15551 status collapsed
15552
15553 \begin_layout Plain Layout
15554
15555
15556 \backslash
15557 cellcolor{magenta}
15558 \end_layout
15559
15560 \end_inset
15561
15562
15563 \color green
15564 i
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 </lyxtabular>
15571
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \begin_layout Standard
15583 \begin_inset ERT
15584 status collapsed
15585
15586 \begin_layout Plain Layout
15587
15588
15589 \backslash
15590 else
15591 \end_layout
15592
15593 \end_inset
15594
15595
15596 \begin_inset Note Note
15597 status open
15598
15599 \begin_layout Plain Layout
15600 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15601 \series bold
15602 colortbl
15603 \series default
15604  nicht installiert ist:
15605 \end_layout
15606
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \begin_layout Standard
15613 Sie müssen das LaTeX-Paket 
15614 \series bold
15615 colortbl
15616 \series default
15617  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15618 \end_layout
15619
15620 \begin_layout Standard
15621 \begin_inset ERT
15622 status collapsed
15623
15624 \begin_layout Plain Layout
15625
15626
15627 \backslash
15628 fi
15629 \end_layout
15630
15631 \end_inset
15632
15633
15634 \end_layout
15635
15636 \begin_layout Subsection
15637 Farbige Linien
15638 \begin_inset Index
15639 status collapsed
15640
15641 \begin_layout Plain Layout
15642 farbige !  Tabellenlinien
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 Wie in Abschnitt
15652 \begin_inset space ~
15653 \end_inset
15654
15655
15656 \begin_inset CommandInset ref
15657 LatexCommand ref
15658 reference "uab:Liniendicke"
15659
15660 \end_inset
15661
15662  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15663 \series bold
15664
15665 \backslash
15666 arrayrulewidth
15667 \series default
15668  definiert werden.
15669  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15670 \begin_inset space \thinspace{}
15671 \end_inset
15672
15673 pt gesetzt.
15674 \begin_inset ERT
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678
15679
15680 \backslash
15681 setlength{
15682 \backslash
15683 arrayrulewidth}{1.5pt}
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \begin_layout Standard
15692 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15693 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15694 \begin_inset space ~
15695 \end_inset
15696
15697
15698 \begin_inset CommandInset ref
15699 LatexCommand ref
15700 reference "uab:Angepasste-Zellen-/Spaltenformate"
15701
15702 \end_inset
15703
15704  definiert:
15705 \end_layout
15706
15707 \begin_layout Standard
15708
15709 \series bold
15710
15711 \backslash
15712 newcolumntype{W}{!{
15713 \backslash
15714 color{green}
15715 \backslash
15716 vline}}
15717 \end_layout
15718
15719 \begin_layout Standard
15720 In Tabelle
15721 \begin_inset space ~
15722 \end_inset
15723
15724
15725 \begin_inset CommandInset ref
15726 LatexCommand ref
15727 reference "tab:Tabelle-mit-farbigen-vert"
15728
15729 \end_inset
15730
15731  wurde das LaTeX-Argument 
15732 \series bold
15733 WcW
15734 \series default
15735  für die letzte und 
15736 \series bold
15737 Wc
15738 \series default
15739  für die anderen Spalten benutzt.
15740 \end_layout
15741
15742 \begin_layout Standard
15743 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15744 \end_layout
15745
15746 \begin_layout Standard
15747 \begin_inset Float table
15748 placement h
15749 wide false
15750 sideways false
15751 status open
15752
15753 \begin_layout Plain Layout
15754 \begin_inset Caption
15755
15756 \begin_layout Plain Layout
15757 \begin_inset CommandInset label
15758 LatexCommand label
15759 name "tab:Tabelle-mit-farbigen-vert"
15760
15761 \end_inset
15762
15763 Tabelle mit farbigen vertikalen Linien
15764 \end_layout
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Plain Layout
15772 \align center
15773 \begin_inset Tabular
15774 <lyxtabular version="3" rows="3" columns="3">
15775 <features>
15776 <column alignment="center" valignment="top" width="0" special="Wc">
15777 <column alignment="center" valignment="top" width="0" special="Wc">
15778 <column alignment="center" valignment="top" width="0" special="WcW">
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 sd
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 sd
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 sd
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 </row>
15866 </lyxtabular>
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Standard
15879 \begin_inset VSpace bigskip
15880 \end_inset
15881
15882 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15883 \begin_inset space ~
15884 \end_inset
15885
15886
15887 \begin_inset CommandInset ref
15888 LatexCommand ref
15889 reference "tab:Tabelle-mit-farbigen-horiz"
15890
15891 \end_inset
15892
15893 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15894  einfügen:
15895 \end_layout
15896
15897 \begin_layout Standard
15898
15899 \series bold
15900
15901 \backslash
15902 let
15903 \backslash
15904 myHlineC
15905 \backslash
15906 hline
15907 \begin_inset Newline newline
15908 \end_inset
15909
15910
15911 \backslash
15912 renewcommand{
15913 \backslash
15914 hline}
15915 \begin_inset Newline newline
15916 \end_inset
15917
15918
15919 \begin_inset ERT
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924
15925 \backslash
15926 hphantom{ }
15927 \end_layout
15928
15929 \end_inset
15930
15931 {
15932 \backslash
15933 arrayrulecolor{red}
15934 \backslash
15935 myHlineC
15936 \backslash
15937 arrayrulecolor{black}}
15938 \end_layout
15939
15940 \begin_layout Standard
15941 \begin_inset ERT
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945
15946
15947 \backslash
15948 let
15949 \backslash
15950 myHlineC
15951 \backslash
15952 hline
15953 \end_layout
15954
15955 \begin_layout Plain Layout
15956
15957
15958 \backslash
15959 renewcommand{
15960 \backslash
15961 hline}
15962 \end_layout
15963
15964 \begin_layout Plain Layout
15965
15966  {
15967 \backslash
15968 arrayrulecolor{red}
15969 \backslash
15970 myHlineC
15971 \backslash
15972 arrayrulecolor{black}}
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \begin_inset Float table
15979 placement h
15980 wide false
15981 sideways false
15982 status open
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Caption
15986
15987 \begin_layout Plain Layout
15988 \begin_inset CommandInset label
15989 LatexCommand label
15990 name "tab:Tabelle-mit-farbigen-horiz"
15991
15992 \end_inset
15993
15994 Tabelle mit farbigen horizontalen Linien
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Plain Layout
16003 \align center
16004 \begin_inset Tabular
16005 <lyxtabular version="3" rows="3" columns="3">
16006 <features>
16007 <column alignment="center" valignment="top" width="0">
16008 <column alignment="center" valignment="top" width="0">
16009 <column alignment="center" valignment="top" width="0">
16010 <row>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 sd
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 sd
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 </row>
16068 <row>
16069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 sd
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 </row>
16097 </lyxtabular>
16098
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \begin_layout Standard
16110 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16111  als TeX-Code hinter der Tabelle einfügen:
16112 \end_layout
16113
16114 \begin_layout Standard
16115
16116 \series bold
16117
16118 \backslash
16119 renewcommand{
16120 \backslash
16121 hline}{
16122 \backslash
16123 myHlineC}
16124 \end_layout
16125
16126 \begin_layout Standard
16127 Tabelle
16128 \begin_inset space ~
16129 \end_inset
16130
16131
16132 \begin_inset CommandInset ref
16133 LatexCommand ref
16134 reference "tab:Table-with-colored"
16135
16136 \end_inset
16137
16138  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16139 \end_layout
16140
16141 \begin_layout Standard
16142 \begin_inset Float table
16143 placement h
16144 wide false
16145 sideways false
16146 status open
16147
16148 \begin_layout Plain Layout
16149 \begin_inset Caption
16150
16151 \begin_layout Plain Layout
16152 \begin_inset CommandInset label
16153 LatexCommand label
16154 name "tab:Table-with-colored"
16155
16156 \end_inset
16157
16158 Tabelle mit farbigen Linien
16159 \end_layout
16160
16161 \end_inset
16162
16163
16164 \end_layout
16165
16166 \begin_layout Plain Layout
16167 \align center
16168 \begin_inset Tabular
16169 <lyxtabular version="3" rows="3" columns="3">
16170 <features>
16171 <column alignment="center" valignment="top" width="0" special="Wc">
16172 <column alignment="center" valignment="top" width="0" special="Wc">
16173 <column alignment="center" valignment="top" width="0" special="WcW">
16174 <row>
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 sd
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 sd
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 </row>
16232 <row topspace="default">
16233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \end_layout
16248
16249 \end_inset
16250 </cell>
16251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16252 \begin_inset Text
16253
16254 \begin_layout Plain Layout
16255 sd
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 </row>
16261 </lyxtabular>
16262
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \begin_layout Standard
16274 \begin_inset ERT
16275 status collapsed
16276
16277 \begin_layout Plain Layout
16278
16279
16280 \backslash
16281 renewcommand{
16282 \backslash
16283 hline}{
16284 \backslash
16285 myHlineC}
16286 \end_layout
16287
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \begin_layout Standard
16294 \begin_inset ERT
16295 status collapsed
16296
16297 \begin_layout Plain Layout
16298
16299
16300 \backslash
16301 setlength{
16302 \backslash
16303 arrayrulewidth}{0.4pt}
16304 \end_layout
16305
16306 \end_inset
16307
16308
16309 \begin_inset Note Note
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313 setzt die Liniendicke wieder auf ihren Standardwert zurück
16314 \end_layout
16315
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \begin_layout Section
16322 Tabellen-Anpassung
16323 \begin_inset Index
16324 status collapsed
16325
16326 \begin_layout Plain Layout
16327 Tabellen ! Anpassung
16328 \end_layout
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Subsection
16336 Zeilenabstand
16337 \begin_inset CommandInset label
16338 LatexCommand label
16339 name "uab:Zeilenabstand"
16340
16341 \end_inset
16342
16343
16344 \begin_inset Index
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348 Tabellen ! Zeilenabstand
16349 \end_layout
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \begin_layout Standard
16357 Auf der Karteikarte 
16358 \family sans
16359 Rahmen
16360 \family default
16361  des 
16362 \family sans
16363 Tabellen-Einstellungen
16364 \family default
16365 -Dialogs können Sie 
16366 \family sans
16367 zusätzliche
16368 \begin_inset space ~
16369 \end_inset
16370
16371 Abstände
16372 \family default
16373  einfügen.
16374  Dabei haben Sie drei Möglichkeiten:
16375 \end_layout
16376
16377 \begin_layout Description
16378 Oberhalb
16379 \begin_inset space ~
16380 \end_inset
16381
16382 der
16383 \begin_inset space ~
16384 \end_inset
16385
16386 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16387  Bei einer formalen Tabelle
16388 \begin_inset Foot
16389 status collapsed
16390
16391 \begin_layout Plain Layout
16392 Formale Tabellen wurden in Abschnitt
16393 \begin_inset space ~
16394 \end_inset
16395
16396
16397 \begin_inset CommandInset ref
16398 LatexCommand ref
16399 reference "abs:Formale-Tabellen"
16400
16401 \end_inset
16402
16403  beschrieben.
16404 \end_layout
16405
16406 \end_inset
16407
16408  fügt LyX standardmäßig 0.5
16409 \begin_inset space \thinspace{}
16410 \end_inset
16411
16412 em Leerraum ein.
16413  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16414 \begin_inset VSpace medskip
16415 \end_inset
16416
16417
16418 \begin_inset Newline newline
16419 \end_inset
16420
16421
16422 \begin_inset space \hspace*{}
16423 \length 0pt
16424 \end_inset
16425
16426
16427 \begin_inset space \hfill{}
16428 \end_inset
16429
16430
16431 \begin_inset Tabular
16432 <lyxtabular version="3" rows="3" columns="1">
16433 <features>
16434 <column alignment="center" valignment="top" width="0">
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 A
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row topspace="3mm">
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 3
16452 \begin_inset space \thinspace{}
16453 \end_inset
16454
16455 mm Leerraum oberhalb der Zeile
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 C
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 </lyxtabular>
16473
16474 \end_inset
16475
16476
16477 \begin_inset space \hfill{}
16478 \end_inset
16479
16480
16481 \begin_inset space \hspace*{}
16482 \length 0pt
16483 \end_inset
16484
16485
16486 \begin_inset VSpace medskip
16487 \end_inset
16488
16489
16490 \begin_inset Newline newline
16491 \end_inset
16492
16493 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16494 n Linien verwenden.
16495 \end_layout
16496
16497 \begin_layout Description
16498 Unterhalb
16499 \begin_inset space ~
16500 \end_inset
16501
16502 der
16503 \begin_inset space ~
16504 \end_inset
16505
16506 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16507  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16508 \begin_inset space \thinspace{}
16509 \end_inset
16510
16511 em Leerraum ein.
16512  Bei normalen Tabellen ist der Standardwert 2
16513 \begin_inset space \thinspace{}
16514 \end_inset
16515
16516 pt.
16517 \end_layout
16518
16519 \begin_layout Description
16520 Zwischen
16521 \begin_inset space ~
16522 \end_inset
16523
16524 den
16525 \begin_inset space ~
16526 \end_inset
16527
16528 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16529  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16530 \begin_inset space \thinspace{}
16531 \end_inset
16532
16533 em Leerraum ein.
16534  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16535 \begin_inset VSpace medskip
16536 \end_inset
16537
16538
16539 \begin_inset Newline newline
16540 \end_inset
16541
16542
16543 \begin_inset space \hspace*{}
16544 \length 0pt
16545 \end_inset
16546
16547
16548 \begin_inset space \hfill{}
16549 \end_inset
16550
16551
16552 \begin_inset Tabular
16553 <lyxtabular version="3" rows="3" columns="1">
16554 <features>
16555 <column alignment="center" valignment="top" width="0">
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 A
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row interlinespace="3mm">
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 \begin_inset Formula $\downarrow$
16573 \end_inset
16574
16575  3
16576 \begin_inset space \thinspace{}
16577 \end_inset
16578
16579 mm Leerraum zwischen den Zeilen 
16580 \begin_inset Formula $\downarrow$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Formula $\uparrow$
16595 \end_inset
16596
16597  3
16598 \begin_inset space \thinspace{}
16599 \end_inset
16600
16601 mm Leerraum zwischen den Zeilen 
16602 \begin_inset Formula $\uparrow$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 </lyxtabular>
16612
16613 \end_inset
16614
16615
16616 \begin_inset space \hfill{}
16617 \end_inset
16618
16619
16620 \begin_inset space \hspace*{}
16621 \length 0pt
16622 \end_inset
16623
16624
16625 \begin_inset VSpace medskip
16626 \end_inset
16627
16628
16629 \begin_inset Newline newline
16630 \end_inset
16631
16632 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16633 n Linien verwenden.
16634 \end_layout
16635
16636 \begin_layout Standard
16637 \begin_inset VSpace bigskip
16638 \end_inset
16639
16640 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16641  Befehlen im LaTeX-Vorspann machen:
16642 \end_layout
16643
16644 \begin_layout Standard
16645
16646 \series bold
16647
16648 \backslash
16649 @ifundefined{extrarowheight}
16650 \begin_inset Newline newline
16651 \end_inset
16652
16653
16654 \begin_inset ERT
16655 status collapsed
16656
16657 \begin_layout Plain Layout
16658
16659
16660 \backslash
16661 hphantom{ }
16662 \end_layout
16663
16664 \end_inset
16665
16666 {
16667 \backslash
16668 usepackage{array}}{}
16669 \begin_inset Newline newline
16670 \end_inset
16671
16672
16673 \backslash
16674 setlength{
16675 \backslash
16676 extrarowheight}{Höhe}
16677 \end_layout
16678
16679 \begin_layout Standard
16680 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16681  ausgerichtet sind.
16682  (Das Paket 
16683 \series bold
16684 array
16685 \series default
16686  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16687  verwenden.
16688  Der Befehl 
16689 \series bold
16690
16691 \backslash
16692 @ifundefined
16693 \series default
16694  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16695 \end_layout
16696
16697 \begin_layout Standard
16698 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16699  zu nah an den Buchstaben.
16700  Das kann korrigiert werden, indem man den Befehl 
16701 \series bold
16702
16703 \backslash
16704 strut
16705 \series default
16706  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16707  Tabelle
16708 \begin_inset space ~
16709 \end_inset
16710
16711
16712 \begin_inset CommandInset ref
16713 LatexCommand ref
16714 reference "tab:Vertikale-Ausrichtung-von"
16715
16716 \end_inset
16717
16718  zeigt den Effekt.
16719 \end_layout
16720
16721 \begin_layout Standard
16722 \noindent
16723 \begin_inset Float table
16724 placement h
16725 wide false
16726 sideways false
16727 status open
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Caption
16731
16732 \begin_layout Plain Layout
16733 \begin_inset CommandInset label
16734 LatexCommand label
16735 name "tab:Vertikale-Ausrichtung-von"
16736
16737 \end_inset
16738
16739 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16740 \end_layout
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \begin_layout Plain Layout
16748 \begin_inset space \hfill{}
16749 \end_inset
16750
16751
16752 \begin_inset Float table
16753 wide false
16754 sideways false
16755 status collapsed
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Caption
16759
16760 \begin_layout Plain Layout
16761 Normale Tabelle.
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \begin_layout Plain Layout
16770 \noindent
16771 \align center
16772 \begin_inset Tabular
16773 <lyxtabular version="3" rows="6" columns="1">
16774 <features>
16775 <column alignment="left" valignment="top" width="0">
16776 <row>
16777 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 Normal, g
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 </row>
16787 <row>
16788 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \size large
16794 Groß, g
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805
16806 \size larger
16807 Größer, g
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \size largest
16820 noch Größer, g
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \size huge
16833 Riesig
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \size giant
16846 Gigantisch
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 </lyxtabular>
16853
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \end_inset
16860
16861
16862 \begin_inset space \hfill{}
16863 \end_inset
16864
16865
16866 \begin_inset Float table
16867 wide false
16868 sideways false
16869 status collapsed
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Caption
16873
16874 \begin_layout Plain Layout
16875 Tabelle bei der der Befehl 
16876 \series bold
16877
16878 \backslash
16879 strut
16880 \series default
16881  verwendet wurde.
16882 \end_layout
16883
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \begin_layout Plain Layout
16890 \noindent
16891 \align center
16892 \begin_inset Tabular
16893 <lyxtabular version="3" rows="6" columns="1">
16894 <features>
16895 <column alignment="left" valignment="top" width="0">
16896 <row>
16897 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 Normal, g
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \size large
16914 \begin_inset ERT
16915 status collapsed
16916
16917 \begin_layout Plain Layout
16918
16919
16920 \backslash
16921 strut 
16922 \end_layout
16923
16924 \end_inset
16925
16926 Groß, g
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \size larger
16939 \begin_inset ERT
16940 status collapsed
16941
16942 \begin_layout Plain Layout
16943
16944
16945 \backslash
16946 strut 
16947 \end_layout
16948
16949 \end_inset
16950
16951 Größer, g
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \size largest
16964 \begin_inset ERT
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968
16969
16970 \backslash
16971 strut 
16972 \end_layout
16973
16974 \end_inset
16975
16976 noch Größer, g
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \size huge
16989 \begin_inset ERT
16990 status collapsed
16991
16992 \begin_layout Plain Layout
16993
16994
16995 \backslash
16996 strut 
16997 \end_layout
16998
16999 \end_inset
17000
17001 Riesig
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \size giant
17014 \begin_inset ERT
17015 status collapsed
17016
17017 \begin_layout Plain Layout
17018
17019
17020 \backslash
17021 strut 
17022 \end_layout
17023
17024 \end_inset
17025
17026 Gigantisch
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 </lyxtabular>
17033
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040
17041
17042 \begin_inset space \hfill{}
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \begin_layout Subsection
17054 Besondere Zellenausrichtung
17055 \begin_inset Index
17056 status collapsed
17057
17058 \begin_layout Plain Layout
17059 Tabellen ! Zellenausrichtung
17060 \end_layout
17061
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \begin_layout Standard
17068 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17069  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17070 \begin_inset space ~
17071 \end_inset
17072
17073
17074 \begin_inset CommandInset ref
17075 LatexCommand ref
17076 reference "tab:Tabellenzellen-sind-auf"
17077
17078 \end_inset
17079
17080 .
17081 \end_layout
17082
17083 \begin_layout Standard
17084 \begin_inset Float table
17085 placement h
17086 wide false
17087 sideways false
17088 status open
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Caption
17092
17093 \begin_layout Plain Layout
17094 \begin_inset CommandInset label
17095 LatexCommand label
17096 name "tab:Tabellenzellen-sind-auf"
17097
17098 \end_inset
17099
17100 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17101 \end_layout
17102
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \begin_layout Plain Layout
17109 \align center
17110 \begin_inset Tabular
17111 <lyxtabular version="3" rows="4" columns="2">
17112 <features>
17113 <column alignment="right" valignment="top" width="0">
17114 <column alignment="left" valignment="top" width="0" special="@{}l">
17115 <row>
17116 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 Überschrift
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 <row>
17136 <cell alignment="center" valignment="top" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 12.
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 6
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 </row>
17155 <row>
17156 <cell alignment="center" valignment="top" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 0.
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 68
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="center" valignment="top" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 -123.
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 0
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 </lyxtabular>
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \begin_layout Standard
17208 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17209  Die Überschrift ist eine zentrierte Mehrfachspalte.
17210  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17211  der Zahlen einschließlich Dezimalpunkt.
17212  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17213  der Zahlen.
17214   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17215 \family sans
17216 LaTe
17217 \begin_inset ERT
17218 status collapsed
17219
17220 \begin_layout Plain Layout
17221
17222 {}
17223 \end_layout
17224
17225 \end_inset
17226
17227 X-Argument
17228 \family default
17229  für die zweite Spalte folgendes eingefügt:
17230 \end_layout
17231
17232 \begin_layout Standard
17233
17234 \series bold
17235 @{}l
17236 \end_layout
17237
17238 \begin_layout Standard
17239 Tabelle
17240 \begin_inset space ~
17241 \end_inset
17242
17243
17244 \begin_inset CommandInset ref
17245 LatexCommand ref
17246 reference "tab:Verschiedene-Ausrichtungen"
17247
17248 \end_inset
17249
17250  zeigt einige Ausrichtungen.
17251  Für die Ausrichtung der Relationen müssen Sie den 
17252 \family sans
17253 Mittleren
17254 \begin_inset space ~
17255 \end_inset
17256
17257 Abstand
17258 \family default
17259  aus der 
17260 \family sans
17261 Mathe-Werkzeugleiste
17262 \family default
17263  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17264  rechts vom Relationszeichen zu bekommen.
17265 \end_layout
17266
17267 \begin_layout Standard
17268
17269 \color black
17270 \begin_inset Float table
17271 placement h
17272 wide false
17273 sideways false
17274 status open
17275
17276 \begin_layout Plain Layout
17277
17278 \color black
17279 \begin_inset Caption
17280
17281 \begin_layout Plain Layout
17282
17283 \color black
17284 \begin_inset CommandInset label
17285 LatexCommand label
17286 name "tab:Verschiedene-Ausrichtungen"
17287
17288 \end_inset
17289
17290
17291 \color inherit
17292 Verschiedene Ausrichtungen
17293 \end_layout
17294
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Plain Layout
17301 \align center
17302 \begin_inset Tabular
17303 <lyxtabular version="3" rows="4" columns="6">
17304 <features>
17305 <column alignment="right" valignment="top" width="0">
17306 <column alignment="left" valignment="top" width="0" special="@{}l">
17307 <column alignment="right" valignment="top" width="0">
17308 <column alignment="left" valignment="top" width="0" special="@{}l">
17309 <column alignment="right" valignment="top" width="0">
17310 <column alignment="left" valignment="top" width="0" special="@{}l">
17311 <row>
17312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 Einheiten
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 Exponenten
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 Relationen
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 12×
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 24
17382 \begin_inset space \thinspace{}
17383 \end_inset
17384
17385 Flaschen
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 <cell alignment="center" valignment="top" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 \begin_inset Formula $10\cdot$
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 \begin_inset Formula $10^{\mbox{-}17}$
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell alignment="center" valignment="top" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 \begin_inset Formula $\Gamma(t)\propto$
17419 \end_inset
17420
17421
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\:\Upsilon(t)$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 1024×
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 768
17454 \begin_inset space \thinspace{}
17455 \end_inset
17456
17457 Pixel
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Formula $5.78\cdot$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 \begin_inset Formula $10^{7}$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 \begin_inset Formula $A\ne$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 <cell alignment="center" valignment="top" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502 \begin_inset Formula $\: B_{\mathrm{red}}$
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 </row>
17511 <row>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 32×
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 6
17526 \begin_inset space \thinspace{}
17527 \end_inset
17528
17529 cm
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 -
17539 \begin_inset Formula $33.5\cdot$
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $10^{4}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 \begin_inset Formula $\sin(\alpha)\ge$
17564 \end_inset
17565
17566
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 \begin_inset Formula $\:\sin(\beta)$
17576 \end_inset
17577
17578
17579 \end_layout
17580
17581 \end_inset
17582 </cell>
17583 </row>
17584 </lyxtabular>
17585
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 \begin_inset VSpace bigskip
17598 \end_inset
17599
17600 Es gibt auch noch das LaTeX-Paket 
17601 \series bold
17602 dcolumn
17603 \series default
17604 ,
17605 \begin_inset Index
17606 status collapsed
17607
17608 \begin_layout Plain Layout
17609 LaTeX-Pakete ! dcolumn
17610 \end_layout
17611
17612 \end_inset
17613
17614  mit dem man Zellen ausrichten kann.
17615  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17616  in den Zellen.
17617  Die erste Spalte von Tabelle
17618 \begin_inset space ~
17619 \end_inset
17620
17621
17622 \begin_inset CommandInset ref
17623 LatexCommand ref
17624 reference "tab:Verschiedene-Ausrichtungen"
17625
17626 \end_inset
17627
17628  wird mit 
17629 \family typewriter
17630 dcolumn
17631 \family default
17632  wie die erste Spalte von Tabelle
17633 \begin_inset space ~
17634 \end_inset
17635
17636
17637 \begin_inset CommandInset ref
17638 LatexCommand ref
17639 reference "tab:Ausrichtung-mit-dem"
17640
17641 \end_inset
17642
17643  aussehen und nur mit ein paar Tricks wie erwartet.
17644  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17645 \begin_inset space ~
17646 \end_inset
17647
17648
17649 \begin_inset CommandInset ref
17650 LatexCommand ref
17651 reference "tab:Verschiedene-Ausrichtungen"
17652
17653 \end_inset
17654
17655  ist mit 
17656 \series bold
17657 dcolumn
17658 \series default
17659  nicht möglich.
17660 \end_layout
17661
17662 \begin_layout Standard
17663 \begin_inset Float table
17664 placement h
17665 wide false
17666 sideways false
17667 status open
17668
17669 \begin_layout Plain Layout
17670 \begin_inset Caption
17671
17672 \begin_layout Plain Layout
17673 \begin_inset CommandInset label
17674 LatexCommand label
17675 name "tab:Ausrichtung-mit-dem"
17676
17677 \end_inset
17678
17679 Ausrichtung mit dem LaTeX-Paket 
17680 \series bold
17681 dcolumn
17682 \series default
17683 .
17684  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17685  bekommen.
17686 \begin_inset OptArg
17687 status collapsed
17688
17689 \begin_layout Plain Layout
17690 Ausrichtung mit dem LaTeX-Paket 
17691 \series bold
17692 dcolumn
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Plain Layout
17706 \align center
17707 \begin_inset Tabular
17708 <lyxtabular version="3" rows="4" columns="3">
17709 <features>
17710 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17711 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17712 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17713 <row>
17714 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 Einheiten
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 Einheiten
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 Einheiten
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 </row>
17742 <row>
17743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 12x24
17748 \begin_inset space \thinspace{}
17749 \end_inset
17750
17751
17752 \begin_inset Formula $\mbox{Flaschen}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 12x24
17765 \begin_inset space \thinspace{}
17766 \end_inset
17767
17768
17769 \begin_inset Formula $\mbox{Flaschen}$
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 12
17782 \begin_inset ERT
17783 status collapsed
17784
17785 \begin_layout Plain Layout
17786
17787
17788 \backslash
17789 times 
17790 \end_layout
17791
17792 \end_inset
17793
17794 24~
17795 \begin_inset Formula $\mbox{Flaschen}$
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 </row>
17804 <row>
17805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 1024x768
17810 \begin_inset space \thinspace{}
17811 \end_inset
17812
17813
17814 \begin_inset Formula $\mbox{Pixel}$
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 1024x768
17827 \begin_inset space \thinspace{}
17828 \end_inset
17829
17830
17831 \begin_inset Formula $\mbox{Pixel}$
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 1024
17844 \begin_inset ERT
17845 status collapsed
17846
17847 \begin_layout Plain Layout
17848
17849
17850 \backslash
17851 times 
17852 \end_layout
17853
17854 \end_inset
17855
17856 768~
17857 \begin_inset Formula $\mbox{Pixel}$
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 </row>
17866 <row>
17867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 32x6
17872 \begin_inset space \thinspace{}
17873 \end_inset
17874
17875
17876 \begin_inset Formula $\mbox{cm}$
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888 32x6
17889 \begin_inset space \thinspace{}
17890 \end_inset
17891
17892
17893 \begin_inset Formula $\mbox{cm}$
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell alignment="center" valignment="top" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 32
17906 \begin_inset ERT
17907 status collapsed
17908
17909 \begin_layout Plain Layout
17910
17911
17912 \backslash
17913 times 
17914 \end_layout
17915
17916 \end_inset
17917
17918 6~
17919 \begin_inset Formula $\mbox{cm}$
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 </row>
17928 </lyxtabular>
17929
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Subsection
17941 Angepasste Zellen-/Spaltenformate
17942 \begin_inset CommandInset label
17943 LatexCommand label
17944 name "uab:Angepasste-Zellen-/Spaltenformate"
17945
17946 \end_inset
17947
17948
17949 \begin_inset Index
17950 status collapsed
17951
17952 \begin_layout Plain Layout
17953 Tabellen ! Spaltenformat
17954 \end_layout
17955
17956 \end_inset
17957
17958
17959 \end_layout
17960
17961 \begin_layout Standard
17962 Wenn man wie in Abschnitt
17963 \begin_inset space ~
17964 \end_inset
17965
17966
17967 \begin_inset CommandInset ref
17968 LatexCommand ref
17969 reference "uab:Mehrfachspalten-Berechnungen"
17970
17971 \end_inset
17972
17973  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17974  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17975  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17976  definieren:
17977 \end_layout
17978
17979 \begin_layout Standard
17980
17981 \series bold
17982
17983 \backslash
17984 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17985 \end_layout
17986
17987 \begin_layout Standard
17988 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17989 \emph on
17990 b
17991 \emph default
17992
17993 \emph on
17994 c
17995 \emph default
17996
17997 \emph on
17998 l
17999 \emph default
18000
18001 \emph on
18002 m
18003 \emph default
18004
18005 \emph on
18006 p
18007 \emph default
18008  oder 
18009 \emph on
18010 r
18011 \emph default
18012 , weil diese vordefiniert sind.
18013  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18014 \end_layout
18015
18016 \begin_layout Standard
18017 \begin_inset VSpace medskip
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Standard
18024 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18025  Breite könnte das Format so aussehen:
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 newcolumntype{M}[1]{>{
18034 \backslash
18035 centering
18036 \backslash
18037 hspace{0pt}}m{#1}}
18038 \end_layout
18039
18040 \begin_layout Standard
18041 wobei 
18042 \series bold
18043
18044 \backslash
18045 hspace{0pt}
18046 \series default
18047  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18048  Abschnitt
18049 \begin_inset space ~
18050 \end_inset
18051
18052
18053 \begin_inset CommandInset ref
18054 LatexCommand ref
18055 reference "uab:Mehrfache-Zeilen-in"
18056
18057 \end_inset
18058
18059  beschrieben.
18060  Jetzt können Sie mit
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066 M{Breite}
18067 \end_layout
18068
18069 \begin_layout Standard
18070 im 
18071 \family sans
18072 LaTeX-Argument
18073 \family default
18074  im 
18075 \family sans
18076 Tabellen-Einstellungen
18077 \family default
18078 -Dialog eine Mehrfachspalte definieren.
18079 \end_layout
18080
18081 \begin_layout Standard
18082 \begin_inset VSpace bigskip
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \begin_layout Standard
18089 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18090  Format definieren:
18091 \end_layout
18092
18093 \begin_layout Standard
18094
18095 \series bold
18096
18097 \backslash
18098 newcolumntype{S}[2]{>{
18099 \backslash
18100 centering
18101 \backslash
18102 hspace{0pt}}
18103 \begin_inset Newline newline
18104 \end_inset
18105
18106
18107 \begin_inset ERT
18108 status collapsed
18109
18110 \begin_layout Plain Layout
18111
18112
18113 \backslash
18114 phantom{
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \backslash
18121 newcolumntype
18122 \begin_inset ERT
18123 status collapsed
18124
18125 \begin_layout Plain Layout
18126
18127 }
18128 \end_layout
18129
18130 \end_inset
18131
18132 m{(#1+(2
18133 \backslash
18134 tabcolsep+
18135 \backslash
18136 arrayrulewidth)*(1-#2))/#2}}
18137 \end_layout
18138
18139 \begin_layout Standard
18140 Dieses Format benutzt Gleichung
18141 \begin_inset space ~
18142 \end_inset
18143
18144
18145 \begin_inset CommandInset ref
18146 LatexCommand ref
18147 reference "eq:Wgn"
18148
18149 \end_inset
18150
18151 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18152  breit ist.
18153 \end_layout
18154
18155 \begin_layout Standard
18156 Jetzt können Sie im 
18157 \family sans
18158 LaTeX-Argument
18159 \family default
18160  im 
18161 \family sans
18162 Tabellen-Einstellungen
18163 \family default
18164 -Dialog folgendes einfügen:
18165 \end_layout
18166
18167 \begin_layout Standard
18168
18169 \series bold
18170 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18171 \end_layout
18172
18173 \begin_layout Standard
18174 \begin_inset VSpace bigskip
18175 \end_inset
18176
18177
18178 \end_layout
18179
18180 \begin_layout Standard
18181 Für farbige Spalten können Sie folgendes einfügen:
18182 \end_layout
18183
18184 \begin_layout Standard
18185
18186 \series bold
18187
18188 \backslash
18189 newcolumntype{K}[1]{>{
18190 \backslash
18191 columncolor{#1}
18192 \backslash
18193 hspace{0pt}}c}
18194 \end_layout
18195
18196 \begin_layout Standard
18197 Das 
18198 \begin_inset Quotes gld
18199 \end_inset
18200
18201 c
18202 \begin_inset Quotes grd
18203 \end_inset
18204
18205  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18206  zentriert ist.
18207  Jetzt können Sie als 
18208 \family sans
18209 LaTeX-Argument
18210 \family default
18211  folgendes einfügen:
18212 \end_layout
18213
18214 \begin_layout Standard
18215
18216 \series bold
18217 K{Farbname}
18218 \end_layout
18219
18220 \begin_layout Standard
18221 \begin_inset VSpace bigskip
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Standard
18228 Für Tabelle
18229 \begin_inset space ~
18230 \end_inset
18231
18232
18233 \begin_inset CommandInset ref
18234 LatexCommand ref
18235 reference "tab:Tabelle-mit-benutzerdefinierte"
18236
18237 \end_inset
18238
18239  wurden folgende 
18240 \family sans
18241 LaTeX-Argumente
18242 \family default
18243  benutzt:
18244 \end_layout
18245
18246 \begin_layout Standard
18247
18248 \series bold
18249 M{2.5cm}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 für die erste Spalte und die Mehrfachspalte,
18254 \end_layout
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259 K{red}
18260 \end_layout
18261
18262 \begin_layout Standard
18263 für die letzte Spalte und
18264 \end_layout
18265
18266 \begin_layout Standard
18267
18268 \series bold
18269 S{2.5cm}{2}
18270 \end_layout
18271
18272 \begin_layout Standard
18273 für die Spalten in der zweiten Mehrfachspalte.
18274 \end_layout
18275
18276 \begin_layout Standard
18277 \begin_inset Float table
18278 placement h
18279 wide false
18280 sideways false
18281 status open
18282
18283 \begin_layout Plain Layout
18284 \begin_inset Caption
18285
18286 \begin_layout Plain Layout
18287 \begin_inset CommandInset label
18288 LatexCommand label
18289 name "tab:Tabelle-mit-benutzerdefinierte"
18290
18291 \end_inset
18292
18293 Tabelle mit benutzerdefinierten Formaten
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \end_layout
18300
18301 \begin_layout Plain Layout
18302 \align center
18303 \begin_inset Tabular
18304 <lyxtabular version="3" rows="3" columns="4">
18305 <features>
18306 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18307 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18308 <column alignment="center" valignment="middle" width="0">
18309 <column alignment="center" valignment="middle" width="0" special="K{red}">
18310 <row>
18311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 einsehrlangesWort
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 Mehrfachspalte mit mehreren Zeilen
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 c
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 </row>
18348 <row>
18349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 d
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 e
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 f
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 g
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 </row>
18386 <row>
18387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 h
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 i
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 j
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 k
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 </row>
18424 </lyxtabular>
18425
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Subsection
18437 Liniendicke
18438 \begin_inset CommandInset label
18439 LatexCommand label
18440 name "uab:Liniendicke"
18441
18442 \end_inset
18443
18444
18445 \begin_inset Index
18446 status collapsed
18447
18448 \begin_layout Plain Layout
18449 Tabellen  ! Linien ! -dicke
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \begin_layout Standard
18458 Die Liniendicke für alle Linien einer Tabelle kann mit 
18459 \series bold
18460
18461 \backslash
18462 arrayrulewidth
18463 \series default
18464  eingestellt werden.
18465  Um eine Liniendicke von 1.5
18466 \begin_inset space \thinspace{}
18467 \end_inset
18468
18469 pt wie in Tabelle
18470 \begin_inset space ~
18471 \end_inset
18472
18473
18474 \begin_inset CommandInset ref
18475 LatexCommand ref
18476 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18477
18478 \end_inset
18479
18480  zu bekommen, geben Sie den Befehl
18481 \end_layout
18482
18483 \begin_layout Standard
18484
18485 \series bold
18486
18487 \backslash
18488 setlength{
18489 \backslash
18490 arrayrulewidth}{1.5pt}
18491 \end_layout
18492
18493 \begin_layout Standard
18494 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18495  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18496  Mit
18497 \end_layout
18498
18499 \begin_layout Standard
18500
18501 \series bold
18502
18503 \backslash
18504 setlength{
18505 \backslash
18506 arrayrulewidth}{0.4pt}
18507 \end_layout
18508
18509 \begin_layout Standard
18510 bekommen Sie wieder die Standarddicke.
18511 \end_layout
18512
18513 \begin_layout Standard
18514 \begin_inset ERT
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518
18519
18520 \backslash
18521 setlength{
18522 \backslash
18523 arrayrulewidth}{1.5pt}
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \begin_inset Float table
18530 placement H
18531 wide false
18532 sideways false
18533 status open
18534
18535 \begin_layout Plain Layout
18536 \begin_inset Caption
18537
18538 \begin_layout Plain Layout
18539 \begin_inset CommandInset label
18540 LatexCommand label
18541 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18542
18543 \end_inset
18544
18545 Tabelle mit 1.5
18546 \begin_inset space \thinspace{}
18547 \end_inset
18548
18549 pt Liniendicke
18550 \end_layout
18551
18552 \end_inset
18553
18554
18555 \end_layout
18556
18557 \begin_layout Plain Layout
18558 \align center
18559 \begin_inset Tabular
18560 <lyxtabular version="3" rows="3" columns="3">
18561 <features>
18562 <column alignment="center" valignment="top" width="0">
18563 <column alignment="center" valignment="top" width="0">
18564 <column alignment="center" valignment="top" width="0">
18565 <row>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 sd
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 sd
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 <row>
18624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18634 \begin_inset Text
18635
18636 \begin_layout Plain Layout
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646 sd
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 </row>
18652 </lyxtabular>
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660
18661
18662 \begin_inset ERT
18663 status collapsed
18664
18665 \begin_layout Plain Layout
18666
18667
18668 \backslash
18669 setlength{
18670 \backslash
18671 arrayrulewidth}{0.4pt}
18672 \end_layout
18673
18674 \end_inset
18675
18676
18677 \end_layout
18678
18679 \begin_layout Standard
18680 \begin_inset VSpace bigskip
18681 \end_inset
18682
18683 Um eine Liniendicke von 1.5
18684 \begin_inset space \thinspace{}
18685 \end_inset
18686
18687 pt nur für horizontale Linien zu bekommen wie in Tabelle
18688 \begin_inset space ~
18689 \end_inset
18690
18691
18692 \begin_inset CommandInset ref
18693 LatexCommand ref
18694 reference "tab:Tabelle-mit-1.5pt-horiz"
18695
18696 \end_inset
18697
18698 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18699  einfügen:
18700 \end_layout
18701
18702 \begin_layout Standard
18703
18704 \series bold
18705
18706 \backslash
18707 let
18708 \backslash
18709 myHline
18710 \backslash
18711 hline
18712 \begin_inset Newline newline
18713 \end_inset
18714
18715
18716 \backslash
18717 renewcommand{
18718 \backslash
18719 hline}
18720 \begin_inset Newline newline
18721 \end_inset
18722
18723  {
18724 \backslash
18725 noalign{
18726 \backslash
18727 global
18728 \backslash
18729 arrayrulewidth 1.5pt}
18730 \begin_inset Newline newline
18731 \end_inset
18732
18733  
18734 \backslash
18735 myHline
18736 \backslash
18737 noalign{
18738 \backslash
18739 global
18740 \backslash
18741 arrayrulewidth 0.4pt}}
18742 \end_layout
18743
18744 \begin_layout Standard
18745 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18746  der (Gleit\SpecialChar \-
18747 objekt-)Tabelle zurück:
18748 \end_layout
18749
18750 \begin_layout Standard
18751
18752 \series bold
18753
18754 \backslash
18755 renewcommand{
18756 \backslash
18757 hline}{
18758 \backslash
18759 myHline}
18760 \end_layout
18761
18762 \begin_layout Standard
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 let
18771 \backslash
18772 myHline
18773 \backslash
18774 hline
18775 \end_layout
18776
18777 \begin_layout Plain Layout
18778
18779
18780 \backslash
18781 renewcommand{
18782 \backslash
18783 hline}
18784 \end_layout
18785
18786 \begin_layout Plain Layout
18787
18788  {
18789 \backslash
18790 noalign{
18791 \backslash
18792 global
18793 \backslash
18794 arrayrulewidth 1.5pt}
18795 \end_layout
18796
18797 \begin_layout Plain Layout
18798
18799   
18800 \backslash
18801 myHline
18802 \backslash
18803 noalign{
18804 \backslash
18805 global
18806 \backslash
18807 arrayrulewidth 0.4pt}}
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \begin_inset Float table
18814 placement h
18815 wide false
18816 sideways false
18817 status open
18818
18819 \begin_layout Plain Layout
18820 \begin_inset Caption
18821
18822 \begin_layout Plain Layout
18823 \begin_inset CommandInset label
18824 LatexCommand label
18825 name "tab:Tabelle-mit-1.5pt-horiz"
18826
18827 \end_inset
18828
18829 Tabelle mit 1.5
18830 \begin_inset space \thinspace{}
18831 \end_inset
18832
18833 pt dicken horizontalen Linien
18834 \end_layout
18835
18836 \end_inset
18837
18838
18839 \end_layout
18840
18841 \begin_layout Plain Layout
18842 \align center
18843 \begin_inset Tabular
18844 <lyxtabular version="3" rows="3" columns="3">
18845 <features>
18846 <column alignment="center" valignment="top" width="0">
18847 <column alignment="center" valignment="top" width="0">
18848 <column alignment="center" valignment="top" width="0">
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854 sd
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 <row>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892 sd
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 </row>
18907 <row>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930 sd
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 </row>
18936 </lyxtabular>
18937
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \end_inset
18944
18945
18946 \begin_inset ERT
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950
18951
18952 \backslash
18953 renewcommand{
18954 \backslash
18955 hline}{
18956 \backslash
18957 myHline}
18958 \end_layout
18959
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \begin_layout Standard
18966 \begin_inset VSpace bigskip
18967 \end_inset
18968
18969 Um die Liniendicke von 1.5
18970 \begin_inset space \thinspace{}
18971 \end_inset
18972
18973 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18974  Spaltenformat entsprechend der Beschreibung in Abschnitt
18975 \begin_inset space ~
18976 \end_inset
18977
18978
18979 \begin_inset CommandInset ref
18980 LatexCommand ref
18981 reference "uab:Angepasste-Zellen-/Spaltenformate"
18982
18983 \end_inset
18984
18985  definieren:
18986 \end_layout
18987
18988 \begin_layout Standard
18989
18990 \series bold
18991
18992 \backslash
18993 newcolumntype{V}{!{
18994 \backslash
18995 vrule width 1.5pt}}
18996 \end_layout
18997
18998 \begin_layout Standard
18999 In Tabelle
19000 \begin_inset space ~
19001 \end_inset
19002
19003
19004 \begin_inset CommandInset ref
19005 LatexCommand ref
19006 reference "tab:Tabelle-mit-1.5pt-vert"
19007
19008 \end_inset
19009
19010  wurde das 
19011 \family sans
19012 LaTe
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018 {}
19019 \end_layout
19020
19021 \end_inset
19022
19023 X-Argument
19024 \family default
19025 \series bold
19026  VcV
19027 \series default
19028  für die letzte Spalte und
19029 \series bold
19030  Vc
19031 \series default
19032  für die anderen benutzt.
19033 \end_layout
19034
19035 \begin_layout Standard
19036 \begin_inset Float table
19037 placement H
19038 wide false
19039 sideways false
19040 status open
19041
19042 \begin_layout Plain Layout
19043 \begin_inset Caption
19044
19045 \begin_layout Plain Layout
19046 \begin_inset CommandInset label
19047 LatexCommand label
19048 name "tab:Tabelle-mit-1.5pt-vert"
19049
19050 \end_inset
19051
19052 Tabelle mit 1.5
19053 \begin_inset space \thinspace{}
19054 \end_inset
19055
19056 pt dicken vertikalen Linien
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Plain Layout
19065 \align center
19066 \begin_inset Tabular
19067 <lyxtabular version="3" rows="3" columns="3">
19068 <features>
19069 <column alignment="center" valignment="top" width="0" special="Vc">
19070 <column alignment="center" valignment="top" width="0" special="Vc">
19071 <column alignment="center" valignment="top" width="0" special="VcV">
19072 <row>
19073 <cell alignment="center" valignment="top" topline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 sd
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 <cell alignment="center" valignment="top" topline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095
19096 \end_layout
19097
19098 \end_inset
19099 </cell>
19100 </row>
19101 <row>
19102 <cell alignment="center" valignment="top" topline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115 sd
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153 sd
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 </lyxtabular>
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Subsection
19172 Gestrichelte Linien
19173 \begin_inset Index
19174 status collapsed
19175
19176 \begin_layout Plain Layout
19177 Tabellen  ! Linien ! gestrichelte 
19178 \end_layout
19179
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 \begin_inset ERT
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190
19191
19192 \backslash
19193 ifarydshln
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \begin_inset Note Note
19200 status open
19201
19202 \begin_layout Plain Layout
19203 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19204 \series bold
19205 arydshln
19206 \series default
19207  installiert ist.
19208 \end_layout
19209
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \begin_layout Standard
19216 \begin_inset Float table
19217 placement h
19218 wide false
19219 sideways false
19220 status open
19221
19222 \begin_layout Plain Layout
19223 \begin_inset Caption
19224
19225 \begin_layout Plain Layout
19226 \begin_inset CommandInset label
19227 LatexCommand label
19228 name "tab:Tabelle-mit-gestrichelten"
19229
19230 \end_inset
19231
19232 Tabelle mit gestrichelten Linien
19233 \end_layout
19234
19235 \end_inset
19236
19237
19238 \end_layout
19239
19240 \begin_layout Plain Layout
19241 \align center
19242 \begin_inset Tabular
19243 <lyxtabular version="3" rows="5" columns="5">
19244 <features>
19245 <column alignment="center" valignment="top" width="0">
19246 <column alignment="center" valignment="top" width="0">
19247 <column alignment="center" valignment="top" width="0" special=":c">
19248 <column alignment="center" valignment="top" width="0">
19249 <column alignment="center" valignment="top" width="0">
19250 <row>
19251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 a
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 b
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 c
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 d
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 e
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 </row>
19297 <row>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 f
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 g
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 h
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 i
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 j
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 \begin_inset ERT
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353
19354
19355 \backslash
19356 hdashline 
19357 \end_layout
19358
19359 \end_inset
19360
19361 k
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19367 \begin_inset Text
19368
19369 \begin_layout Plain Layout
19370 l
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 m
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388 n
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397 o
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset ERT
19409 status collapsed
19410
19411 \begin_layout Plain Layout
19412
19413
19414 \backslash
19415 cdashline{4-5}
19416 \end_layout
19417
19418 \end_inset
19419
19420 p
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 q
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 r
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 s
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 </row>
19462 <row>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 t
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 u
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 v
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 w
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 x
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 </row>
19509 </lyxtabular>
19510
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Standard
19522 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19523  TeX-Code benutzen.
19524  Zunächst müssen Sie das LaTeX-Paket 
19525 \series bold
19526 arydshln
19527 \series default
19528
19529 \begin_inset Index
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533 LaTeX-Pakete ! arydshln
19534 \end_layout
19535
19536 \end_inset
19537
19538  im LaTeX-Vorspann laden:
19539 \end_layout
19540
19541 \begin_layout Standard
19542
19543 \series bold
19544
19545 \backslash
19546 usepackage{arydshln}
19547 \end_layout
19548
19549 \begin_layout Standard
19550 Um senkrechte Linien zu stricheln, müssen Sie im 
19551 \family sans
19552 LaTe
19553 \begin_inset ERT
19554 status collapsed
19555
19556 \begin_layout Plain Layout
19557
19558 {}
19559 \end_layout
19560
19561 \end_inset
19562
19563 X-Argument
19564 \family default
19565  des 
19566 \family sans
19567 Tabellen-Einstellungen
19568 \family default
19569 -Dialogs 
19570 \begin_inset Quotes gld
19571 \end_inset
19572
19573 :
19574 \begin_inset Quotes grd
19575 \end_inset
19576
19577 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19578 \end_layout
19579
19580 \begin_layout Standard
19581 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19582 \end_layout
19583
19584 \begin_layout Standard
19585
19586 \series bold
19587
19588 \backslash
19589 hdashline
19590 \end_layout
19591
19592 \begin_layout Standard
19593 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19594 \end_layout
19595
19596 \begin_layout Standard
19597 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19598 \end_layout
19599
19600 \begin_layout Standard
19601
19602 \series bold
19603
19604 \backslash
19605 cdashline{Anfangsspalte-Endspalte}
19606 \end_layout
19607
19608 \begin_layout Standard
19609 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19610  Wenn Sie z.
19611 \begin_inset space \thinspace{}
19612 \end_inset
19613
19614 B.
19615  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19616  gestrichelte Linie haben, fügen Sie den Befehl
19617 \end_layout
19618
19619 \begin_layout Standard
19620
19621 \series bold
19622
19623 \backslash
19624 cdashline{2-4}
19625 \end_layout
19626
19627 \begin_layout Standard
19628 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19629 \end_layout
19630
19631 \begin_layout Standard
19632 \begin_inset VSpace bigskip
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \begin_layout Standard
19639 In Tabelle
19640 \begin_inset space ~
19641 \end_inset
19642
19643
19644 \begin_inset CommandInset ref
19645 LatexCommand ref
19646 reference "tab:Tabelle-mit-gestrichelten"
19647
19648 \end_inset
19649
19650  wurde in der dritten Spalte der Befehl
19651 \series bold
19652  
19653 \series default
19654
19655 \begin_inset Quotes gld
19656 \end_inset
19657
19658
19659 \series bold
19660 :c
19661 \begin_inset Quotes grd
19662 \end_inset
19663
19664
19665 \series default
19666  benutzt.
19667  Der Befehl 
19668 \series bold
19669
19670 \backslash
19671 hdashline
19672 \series default
19673  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19674 \begin_inset Newline newline
19675 \end_inset
19676
19677  
19678 \series bold
19679
19680 \backslash
19681 cdashline{4-5} 
19682 \series default
19683 wurde in die erste Zelle der vierten Zeile eingefügt.
19684 \end_layout
19685
19686 \begin_layout Standard
19687 \begin_inset Note Greyedout
19688 status open
19689
19690 \begin_layout Plain Layout
19691
19692 \series bold
19693 Bemerkung:
19694 \series default
19695  Das LaTeX-Paket 
19696 \series bold
19697 arydshln
19698 \series default
19699  ist nicht kompatibel dem LaTeX-Paket 
19700 \series bold
19701 colortbl
19702 \series default
19703
19704 \begin_inset Index
19705 status collapsed
19706
19707 \begin_layout Plain Layout
19708 LaTeX-Pakete ! colortbl
19709 \end_layout
19710
19711 \end_inset
19712
19713 , das für die farbigen Tabellen in Abschnitt
19714 \begin_inset space ~
19715 \end_inset
19716
19717
19718 \begin_inset CommandInset ref
19719 LatexCommand ref
19720 reference "abs:Farbige-Tabellen"
19721
19722 \end_inset
19723
19724  benutzt wurde.
19725  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19726 \end_layout
19727
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \begin_layout Standard
19734 \begin_inset ERT
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738
19739
19740 \backslash
19741 else
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \begin_inset Note Note
19748 status open
19749
19750 \begin_layout Plain Layout
19751 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19752 \series bold
19753 arydshln
19754 \series default
19755  nicht installiert ist:
19756 \end_layout
19757
19758 \end_inset
19759
19760
19761 \end_layout
19762
19763 \begin_layout Standard
19764 Sie müssen das LaTeX-Paket 
19765 \series bold
19766 arydshln
19767 \series default
19768  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19769 \end_layout
19770
19771 \begin_layout Standard
19772 \begin_inset ERT
19773 status collapsed
19774
19775 \begin_layout Plain Layout
19776
19777
19778 \backslash
19779 fi
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Chapter
19788 Gleitobjekte
19789 \begin_inset Index
19790 status collapsed
19791
19792 \begin_layout Plain Layout
19793 Gleitobjekte
19794 \end_layout
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \begin_layout Section
19802 Einleitung
19803 \begin_inset CommandInset label
19804 LatexCommand label
19805 name "abs:Gleitobjekte-Einleitung"
19806
19807 \end_inset
19808
19809
19810 \begin_inset Index
19811 status collapsed
19812
19813 \begin_layout Plain Layout
19814 Gleitobjekte ! Einleitung
19815 \end_layout
19816
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \begin_layout Standard
19823 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19824  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19825  der beste Platz ist.
19826  
19827 \family sans
19828 Fußnoten
19829 \family default
19830  und 
19831 \family sans
19832 Randnotizen
19833 \family default
19834  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19835  wenn auf ihrer Seite schon zu viele sind.
19836 \end_layout
19837
19838 \begin_layout Standard
19839 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19840  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19841  um weiße Flächen und Seiten ohne Text zu vermeiden.
19842  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19843 löst,
19844  kann im Text auf ein Gleitobjekt verwiesen werden.
19845  Gleitobjekte sind deshalb nummeriert.
19846  Querverweise werden in Abschnitt
19847 \begin_inset space ~
19848 \end_inset
19849
19850
19851 \begin_inset CommandInset ref
19852 LatexCommand ref
19853 reference "abs:Auf-Gleitobjekte-verweisen"
19854
19855 \end_inset
19856
19857  beschrieben.
19858 \end_layout
19859
19860 \begin_layout Standard
19861 Ein Gleitobjekt wird mit 
19862 \family sans
19863 Einfügen\SpecialChar \menuseparator
19864 Gleitobjekt\SpecialChar \menuseparator
19865 Algorithmus/Abbildung/Ta\SpecialChar \-
19866 belle/Um\SpecialChar \-
19867 flos\SpecialChar \-
19868 se\SpecialChar \-
19869 nes
19870 \begin_inset space ~
19871 \end_inset
19872
19873 Gleitobjekt
19874 \family default
19875  eingefügt.
19876  Für Abbildungen oder Tabellen können Sie auch auf 
19877 \begin_inset Graphics
19878         filename ../../images/float-insert_figure.png
19879         scale 70
19880         scaleBeforeRotation
19881         BoundingBox 0bp 6bp 22bp 22bp
19882
19883 \end_inset
19884
19885  oder 
19886 \begin_inset Graphics
19887         filename ../../images/float-insert_table.png
19888         scale 70
19889         scaleBeforeRotation
19890         BoundingBox 0bp 6bp 22bp 22bp
19891
19892 \end_inset
19893
19894  klicken.
19895  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19896  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19897  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19898  #:).
19899  Statt # sehen Sie die von LyX vergebene Nummer.
19900  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19901  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19902  eingefügt.
19903  In Abschnitt
19904 \begin_inset space ~
19905 \end_inset
19906
19907
19908 \begin_inset CommandInset ref
19909 LatexCommand ref
19910 reference "abs:Titel-Platzierung"
19911
19912 \end_inset
19913
19914  finden Sie mehr über die Platzierung des Titels.
19915  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19916  auch wieder geöffnet.
19917  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19918 \begin_inset Graphics
19919         filename clipart/GleitobjektQt4.png
19920         scale 70
19921         scaleBeforeRotation
19922         BoundingBox 0bp 6bp 128bp 22bp
19923
19924 \end_inset
19925
19926  – ein graues Kästchen mit roter Beschriftung.
19927 \end_layout
19928
19929 \begin_layout Standard
19930 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19931  Gleitobjekte in einem eigenen Absatz einzufügen.
19932 \end_layout
19933
19934 \begin_layout Standard
19935 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19936  indem Sie sie markieren und dann auf 
19937 \begin_inset Graphics
19938         filename ../../images/float-insert_figure.png
19939         scale 70
19940         scaleBeforeRotation
19941         BoundingBox 0bp 6bp 22bp 22bp
19942
19943 \end_inset
19944
19945  oder 
19946 \begin_inset Graphics
19947         filename ../../images/float-insert_table.png
19948         scale 70
19949         scaleBeforeRotation
19950         BoundingBox 0bp 6bp 22bp 22bp
19951
19952 \end_inset
19953
19954  klicken.
19955 \end_layout
19956
19957 \begin_layout Section
19958 Gleitobjekt-Typen
19959 \begin_inset Index
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963 Gleitobjekte ! Typen
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19973 \begin_inset space ~
19974 \end_inset
19975
19976
19977 \begin_inset CommandInset ref
19978 LatexCommand ref
19979 reference "abs:Gleitende-Abbildungen"
19980
19981 \end_inset
19982
19983  und 
19984 \begin_inset CommandInset ref
19985 LatexCommand ref
19986 reference "abs:Gleitende-Tabellen"
19987
19988 \end_inset
19989
19990  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19991 \end_layout
19992
19993 \begin_layout Subsection
19994 Gleitobjekt-Algorithmen
19995 \begin_inset Index
19996 status collapsed
19997
19998 \begin_layout Plain Layout
19999 Gleitobjekte ! Algorithmen
20000 \end_layout
20001
20002 \end_inset
20003
20004
20005 \begin_inset CommandInset label
20006 LatexCommand label
20007 name "uab:Gleitobjekt-Algorithmen"
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Standard
20015 \begin_inset Float algorithm
20016 placement h
20017 wide false
20018 sideways false
20019 status open
20020
20021 \begin_layout Plain Layout
20022 \begin_inset Caption
20023
20024 \begin_layout Plain Layout
20025 \begin_inset CommandInset label
20026 LatexCommand label
20027 name "alg:Ein-Gleitobjekt-Algorithmus"
20028
20029 \end_inset
20030
20031 Ein Gleitobjekt-Algorithmus 
20032 \end_layout
20033
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \begin_layout LyX-Code
20040 for I in 1..N loop
20041 \begin_inset Newline newline
20042 \end_inset
20043
20044  Sum:= Sum + A(I); /*Kommentar*/
20045 \begin_inset Newline newline
20046 \end_inset
20047
20048 end loop
20049 \begin_inset VSpace -4mm
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056
20057
20058 \end_layout
20059
20060 \begin_layout Standard
20061 Dieser Typ wird mit 
20062 \family sans
20063 Einfügen\SpecialChar \menuseparator
20064 Gleitobjekt\SpecialChar \menuseparator
20065 Algorithmus
20066 \family default
20067  eingefügt.
20068  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20069  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20070 \begin_inset space ~
20071 \end_inset
20072
20073
20074 \begin_inset CommandInset ref
20075 LatexCommand ref
20076 reference "kap:Programm-Code-Listen"
20077
20078 \end_inset
20079
20080 .
20081  Eine mögliche Absatz-Umgebung hier für ist 
20082 \family sans
20083 LyX-Code
20084 \family default
20085 , beschrieben im 
20086 \emph on
20087 Benutzerhandbuch
20088 \emph default
20089 .
20090  In Algorithmus
20091 \begin_inset space ~
20092 \end_inset
20093
20094
20095 \begin_inset CommandInset ref
20096 LatexCommand ref
20097 reference "alg:Ein-Gleitobjekt-Algorithmus"
20098
20099 \end_inset
20100
20101  wurden am Ende -4
20102 \begin_inset space \thinspace{}
20103 \end_inset
20104
20105 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20106  letzten Zeile gedruckt wird.
20107 \end_layout
20108
20109 \begin_layout Standard
20110 Die Marke 
20111 \emph on
20112 Algorithmus
20113 \emph default
20114  wird nicht automatisch in die druckbare Version übernommen, sondern das
20115  englische Wort 
20116 \emph on
20117 Algorithm
20118 \emph default
20119  verwendet.
20120  Soll
20121 \emph on
20122  Algorithmus
20123 \emph default
20124  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20125 \end_layout
20126
20127 \begin_layout Standard
20128
20129 \series bold
20130
20131 \backslash
20132 floatname{algorithm}{Algorithmus}
20133 \end_layout
20134
20135 \begin_layout Standard
20136 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20137  Sprache wie die LyX Menünamen haben, das Menü 
20138 \family sans
20139 Einfügen\SpecialChar \menuseparator
20140 Liste
20141 \begin_inset space \thinspace{}
20142 \end_inset
20143
20144 /
20145 \begin_inset space \thinspace{}
20146 \end_inset
20147
20148 Inhaltsverzeichnis\SpecialChar \menuseparator
20149 Algorithmenverzeichnis
20150 \family default
20151  verwendet werden.
20152  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20153  eingefügt werden:
20154 \end_layout
20155
20156 \begin_layout Standard
20157
20158 \series bold
20159
20160 \backslash
20161 listof{algorithm}{Algorithmenverzeichnis}
20162 \end_layout
20163
20164 \begin_layout Standard
20165 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20166  nach dem Schema 
20167 \begin_inset Quotes gld
20168 \end_inset
20169
20170 Kapitelnummer.Algorithmusnummer
20171 \begin_inset Quotes grd
20172 \end_inset
20173
20174  nummeriert.
20175  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20176  einfügen:
20177 \end_layout
20178
20179 \begin_layout Standard
20180
20181 \series bold
20182
20183 \backslash
20184 numberwithin{algorithm}{chapter}
20185 \end_layout
20186
20187 \begin_layout Standard
20188 Um 
20189 \series bold
20190
20191 \backslash
20192 numberwithin
20193 \series default
20194  benutzen zu können, muss in den 
20195 \family sans
20196 Mathe
20197 \begin_inset space ~
20198 \end_inset
20199
20200 Optionen
20201 \family default
20202  der 
20203 \family sans
20204 Dokument-Einstellungen
20205 \family default
20206  
20207 \family sans
20208 AMS
20209 \begin_inset space ~
20210 \end_inset
20211
20212 Mathe
20213 \begin_inset space ~
20214 \end_inset
20215
20216 Paket
20217 \family default
20218
20219 \begin_inset space ~
20220 \end_inset
20221
20222
20223 \family sans
20224 verwenden
20225 \family default
20226  angekreuzt sein.
20227 \end_layout
20228
20229 \begin_layout Subsection
20230 Umflossene Gleitobjekte
20231 \begin_inset Index
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235 Gleitobjekte ! umflossene
20236 \end_layout
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20245  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20246  den die Abbildung bzw.
20247 \begin_inset space ~
20248 \end_inset
20249
20250 Tabelle übrig lässt.
20251  Sie werden über das Menü
20252 \family sans
20253  Einfügen\SpecialChar \menuseparator
20254 Gleitobjekt\SpecialChar \menuseparator
20255 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20256 objekt
20257 \family default
20258  eingefügt, wenn das LaTeX-Paket 
20259 \series bold
20260 wrapfig
20261 \series default
20262
20263 \begin_inset Index
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267 LaTeX-Pakete ! wrapfig
20268 \begin_inset ERT
20269 status collapsed
20270
20271 \begin_layout Plain Layout
20272
20273
20274 \backslash
20275 vspace{4mm}
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \end_inset
20284
20285  installiert ist.
20286 \begin_inset Foot
20287 status collapsed
20288
20289 \begin_layout Plain Layout
20290 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20291 \emph on
20292 LaTeX-Konfiguration
20293 \emph default
20294  beschrieben.
20295 \end_layout
20296
20297 \end_inset
20298
20299  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20300  Box des Gleitobjekts geändert werden.
20301  
20302 \begin_inset Wrap figure
20303 lines 0
20304 placement l
20305 overhang 1cm
20306 width "40col%"
20307 status open
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Graphics
20311         filename ../clipart/mobius.eps
20312         width 40col%
20313         scaleBeforeRotation
20314         rotateOrigin center
20315
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \begin_layout Plain Layout
20322 \begin_inset Caption
20323
20324 \begin_layout Plain Layout
20325 \begin_inset CommandInset label
20326 LatexCommand label
20327 name "abb:Dies-ist-eine"
20328
20329 \end_inset
20330
20331 Dies ist eine umflossene Gleitobjekt-Abbildung
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340
20341  Obligatorische Einstellungen sind die 
20342 \family sans
20343 Breite
20344 \family default
20345  und 
20346 \family sans
20347 Platzierung
20348 \family default
20349  des Gleitobjekts.
20350  Optional sind der 
20351 \family sans
20352 Überhang 
20353 \family default
20354 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20355 \begin_inset space \thinspace{}
20356 \end_inset
20357
20358 /
20359 \begin_inset space \thinspace{}
20360 \end_inset
20361
20362 der Seite ragt und die 
20363 \family sans
20364 benötigten Zeilen
20365 \family default
20366 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20367  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20368  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20369  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20370  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20371  zu lassen.
20372  Abbildung
20373 \begin_inset space ~
20374 \end_inset
20375
20376
20377 \begin_inset CommandInset ref
20378 LatexCommand ref
20379 reference "abb:Dies-ist-eine"
20380
20381 \end_inset
20382
20383  ist zum Beispiel ein umflossenes Bild, das 40
20384 \begin_inset space \thinspace{}
20385 \end_inset
20386
20387 % der Spaltenbreite einnimmt, 1
20388 \begin_inset space \thinspace{}
20389 \end_inset
20390
20391 cm in den Rand ragt und links gesetzt wurde.
20392 \begin_inset Foot
20393 status collapsed
20394
20395 \begin_layout Plain Layout
20396 Die benutzbaren Einheiten werden in Anhang
20397 \begin_inset space ~
20398 \end_inset
20399
20400
20401 \begin_inset CommandInset ref
20402 LatexCommand ref
20403 reference "kap:In-LyX-verfügbare"
20404
20405 \end_inset
20406
20407  beschrieben.
20408 \end_layout
20409
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset Note Greyedout
20417 status open
20418
20419 \begin_layout Plain Layout
20420
20421 \series bold
20422 Bemerkung:
20423 \series default
20424  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20425 \begin_inset space \thinspace{}
20426 \end_inset
20427
20428 B.
20429  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20430  oder über anderen Text gedruckt wird.
20431 \end_layout
20432
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \begin_layout Standard
20439 Allgemein gilt:
20440 \end_layout
20441
20442 \begin_layout Itemize
20443 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20444  der nächsten Seite fortgesetzt werden.
20445  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20446  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20447 \end_layout
20448
20449 \begin_layout Itemize
20450 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20451  sie fließen soll, eingefügt werden oder darin.
20452 \end_layout
20453
20454 \begin_layout Itemize
20455 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20456  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20457  ihnen ist.
20458 \end_layout
20459
20460 \begin_layout Itemize
20461 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20462  erlaubt.
20463 \end_layout
20464
20465 \begin_layout Section
20466 Gleitobjekt-Nummerierung
20467 \begin_inset Index
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471 Gleitobjekte ! Nummerierung
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \begin_layout Standard
20480 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20481  nummeriert oder nach dem Schema 
20482 \begin_inset Quotes gld
20483 \end_inset
20484
20485 Kapitelnummer.Gleitobjektnummer
20486 \begin_inset Quotes grd
20487 \end_inset
20488
20489  oder 
20490 \begin_inset Quotes gld
20491 \end_inset
20492
20493 Abschnittsnummer.Gleitobjektnummer
20494 \begin_inset Quotes grd
20495 \end_inset
20496
20497 .
20498  Das hängt von der Dokumentklasse ab.
20499 \end_layout
20500
20501 \begin_layout Standard
20502 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20503  in den LaTeX-Vorspann einfügen:
20504 \end_layout
20505
20506 \begin_layout Standard
20507
20508 \series bold
20509
20510 \backslash
20511 renewcommand{
20512 \backslash
20513 thetable}{
20514 \backslash
20515 roman{table}}
20516 \end_layout
20517
20518 \begin_layout Standard
20519
20520 \series bold
20521
20522 \backslash
20523 thetable
20524 \series default
20525  ist der Befehl, der die Tabellennummer druckt.
20526  Für Abbildungen ist das 
20527 \series bold
20528
20529 \backslash
20530 thefigure
20531 \series default
20532 .
20533  Der Befehl 
20534 \series bold
20535
20536 \backslash
20537 roman
20538 \series default
20539  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20540 \end_layout
20541
20542 \begin_layout Standard
20543 Um das Nummerierungsschema zum Beispiel auf 
20544 \begin_inset Quotes gld
20545 \end_inset
20546
20547 Unterabschnittsnummer.Num\SpecialChar \-
20548 mer
20549 \begin_inset Quotes grd
20550 \end_inset
20551
20552  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20553 \end_layout
20554
20555 \begin_layout Standard
20556
20557 \series bold
20558
20559 \backslash
20560 numberwithin{table}{subsection}
20561 \end_layout
20562
20563 \begin_layout Standard
20564 Um den Befehl 
20565 \series bold
20566
20567 \backslash
20568 numberwithin
20569 \series default
20570  benutzen zu können, müssen Sie in den 
20571 \family sans
20572 Mathe
20573 \begin_inset space ~
20574 \end_inset
20575
20576 Optionen
20577 \family default
20578  der 
20579 \family sans
20580 Dokument-Einstellungen
20581 \family default
20582  
20583 \family sans
20584 AMS
20585 \begin_inset space ~
20586 \end_inset
20587
20588 Mathe
20589 \begin_inset space ~
20590 \end_inset
20591
20592 Paket
20593 \family default
20594
20595 \begin_inset space ~
20596 \end_inset
20597
20598
20599 \family sans
20600 verwenden
20601 \family default
20602  ankreuzen.
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Sehen Sie sich bitte auch Abschnitt
20607 \begin_inset space ~
20608 \end_inset
20609
20610
20611 \begin_inset CommandInset ref
20612 LatexCommand ref
20613 reference "uab:Fußnoten-Nummerierung"
20614
20615 \end_inset
20616
20617  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20618 \end_layout
20619
20620 \begin_layout Section
20621 Auf Gleitobjekte verweisen
20622 \begin_inset CommandInset label
20623 LatexCommand label
20624 name "abs:Auf-Gleitobjekte-verweisen"
20625
20626 \end_inset
20627
20628
20629 \begin_inset Index
20630 status collapsed
20631
20632 \begin_layout Plain Layout
20633 Gleitobjekte ! Querverweise
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \begin_inset Index
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 Querverweise ! auf Gleitobjekte
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Zunächst müssen Sie mit 
20653 \family sans
20654 Einfügen\SpecialChar \menuseparator
20655 Marke
20656 \family default
20657  oder einen Klick auf 
20658 \begin_inset Graphics
20659         filename ../../images/label-insert.png
20660         scale 70
20661         scaleBeforeRotation
20662
20663 \end_inset
20664
20665  eine Marke im Titel einfügen.
20666  Im 
20667 \family sans
20668 Marke
20669 \family default
20670 -Dialog schreiben Sie einen Text in das Feld 
20671 \family sans
20672 Marke
20673 \family default
20674  oder übernehmen den vorgeschlagenen.
20675  Die Marke sieht in LyX dann so aus:
20676 \end_layout
20677
20678 \begin_layout Standard
20679 \begin_inset Graphics
20680         filename clipart/Marke.png
20681         lyxscale 80
20682         scale 50
20683         scaleBeforeRotation
20684         BoundingBox 0bp 6bp 76bp 23bp
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 Die Marke wird als Anker und Name für den Querverweis benutzt.
20693  Mit 
20694 \family sans
20695 Einfügen\SpecialChar \menuseparator
20696 Querverweis
20697 \family default
20698  oder einen Klick auf 
20699 \begin_inset Graphics
20700         filename ../../images/dialog-show-new-inset_ref.png
20701         scale 70
20702         scaleBeforeRotation
20703
20704 \end_inset
20705
20706  können Sie dann auf die Marke verweisen.
20707  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20708  angezeigt:
20709 \end_layout
20710
20711 \begin_layout Standard
20712 \begin_inset Graphics
20713         filename clipart/Querverweis.png
20714         lyxscale 80
20715         scale 50
20716         scaleBeforeRotation
20717         BoundingBox 0bp 6bp 76bp 23bp
20718
20719 \end_inset
20720
20721
20722 \begin_inset Newline newline
20723 \end_inset
20724
20725  Mehr zu Querverweisen finden Sie im 
20726 \emph on
20727 Benutzerhandbuch
20728 \emph default
20729 .
20730 \end_layout
20731
20732 \begin_layout Standard
20733 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20734  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20735  durch einen Zeilenumbruch getrennt werden können.
20736 \end_layout
20737
20738 \begin_layout Standard
20739 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20740  LyX passt die Querverweise automatisch an.
20741 \end_layout
20742
20743 \begin_layout Standard
20744 Ein Klick auf den Schalter 
20745 \family sans
20746 Gehe
20747 \begin_inset space ~
20748 \end_inset
20749
20750 zur
20751 \begin_inset space ~
20752 \end_inset
20753
20754 Marke
20755 \family default
20756  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20757  Der Text der Schaltfläche heißt jetzt 
20758 \family sans
20759 Gehe
20760 \begin_inset space ~
20761 \end_inset
20762
20763 zurück
20764 \family default
20765  und ein Klick darauf macht genau dies.
20766   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20767  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20768  Dann ist auch kein 
20769 \family sans
20770 Gehe
20771 \begin_inset space ~
20772 \end_inset
20773
20774 zurück
20775 \family default
20776  möglich.
20777 \end_layout
20778
20779 \begin_layout Subsection
20780 Querverweis-Formate
20781 \begin_inset CommandInset label
20782 LatexCommand label
20783 name "uab:Querverweis-Formate"
20784
20785 \end_inset
20786
20787
20788 \begin_inset Index
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792 Querverweise ! Formate
20793 \end_layout
20794
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \begin_layout Standard
20801 Es gibt sechs verschiedene Querverweisstile:
20802 \end_layout
20803
20804 \begin_layout Description
20805 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20806  
20807 \begin_inset CommandInset ref
20808 LatexCommand ref
20809 reference "abb:Zwei-Teilabbildungen"
20810
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \begin_layout Description
20817 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20818  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20819  verwendet wird, speziell wenn der Name 
20820 \begin_inset Quotes gld
20821 \end_inset
20822
20823 Gleichung
20824 \begin_inset Quotes grd
20825 \end_inset
20826
20827  weggelassen wird: 
20828 \begin_inset CommandInset ref
20829 LatexCommand eqref
20830 reference "eq:Wgn"
20831
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \begin_layout Description
20838 <Seite>: druckt die Seitennummer: Seite
20839 \begin_inset space ~
20840 \end_inset
20841
20842
20843 \begin_inset CommandInset ref
20844 LatexCommand pageref
20845 reference "abb:Zwei-Teilabbildungen"
20846
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \begin_layout Description
20853 auf
20854 \begin_inset space ~
20855 \end_inset
20856
20857 Seite
20858 \begin_inset space ~
20859 \end_inset
20860
20861 <Seite>: druckt den Text 
20862 \begin_inset Quotes gld
20863 \end_inset
20864
20865 auf Seite
20866 \begin_inset Quotes grd
20867 \end_inset
20868
20869  und die Seitennummer: 
20870 \begin_inset CommandInset ref
20871 LatexCommand vpageref
20872 reference "abb:Zwei-Teilabbildungen"
20873
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \begin_layout Description
20880 <Querverweis>
20881 \begin_inset space ~
20882 \end_inset
20883
20884 auf
20885 \begin_inset space ~
20886 \end_inset
20887
20888 Seite
20889 \begin_inset space ~
20890 \end_inset
20891
20892 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20893 \begin_inset Quotes gld
20894 \end_inset
20895
20896 auf Seite
20897 \begin_inset Quotes grd
20898 \end_inset
20899
20900 , und die Seitennummer: 
20901 \begin_inset CommandInset ref
20902 LatexCommand vref
20903 reference "abb:Zwei-Teilabbildungen"
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Description
20911 Formatierter
20912 \begin_inset space ~
20913 \end_inset
20914
20915 Querverweis: druckt ein selbst definiertes Querverweisformat
20916 \begin_inset Newline newline
20917 \end_inset
20918
20919
20920 \begin_inset Note Greyedout
20921 status open
20922
20923 \begin_layout Plain Layout
20924
20925 \series bold
20926 Bemerkung:
20927 \series default
20928  Dies ist nur möglich, wenn das LaTeX-Paket 
20929 \series bold
20930 prettyref
20931 \series default
20932  installiert ist.
20933 \end_layout
20934
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \begin_layout Standard
20941 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20942  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20943  Seite befindet.
20944  Stattdessen wird der Text 
20945 \begin_inset Quotes gld
20946 \end_inset
20947
20948 auf der vorigen Seite
20949 \begin_inset Quotes grd
20950 \end_inset
20951
20952
20953 \begin_inset Quotes gld
20954 \end_inset
20955
20956 auf dieser Seite
20957 \begin_inset Quotes grd
20958 \end_inset
20959
20960  oder 
20961 \begin_inset Quotes gld
20962 \end_inset
20963
20964 auf der nächsten Seite
20965 \begin_inset Quotes grd
20966 \end_inset
20967
20968  gedruckt.
20969 \end_layout
20970
20971 \begin_layout Standard
20972 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20973  automatisch von LaTeX berechnet.
20974  Die Stile können im Feld 
20975 \family sans
20976 Format
20977 \family default
20978  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20979  einen Querverweis klicken.
20980 \end_layout
20981
20982 \begin_layout Subsection
20983 Automatische Querverweisnamen
20984 \begin_inset Index
20985 status collapsed
20986
20987 \begin_layout Plain Layout
20988 Querverweise ! Automatische Namen 
20989 \end_layout
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \begin_layout Standard
20997 Das LaTeX-Paket 
20998 \series bold
20999 hyperref
21000 \series default
21001
21002 \begin_inset Index
21003 status collapsed
21004
21005 \begin_layout Plain Layout
21006 LaTeX-Pakete ! hyperref
21007 \end_layout
21008
21009 \end_inset
21010
21011 , das in den
21012 \family sans
21013  PDF-Eigenschaften
21014 \family default
21015  im 
21016 \family sans
21017 Dokument-Einstellungen
21018 \family default
21019  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21020  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21021  wie 
21022 \emph on
21023 Abschnitt
21024 \emph default
21025 ).
21026  Sie müssen damit z.
21027 \begin_inset space \thinspace{}
21028 \end_inset
21029
21030 B.
21031  nicht mehr den Namen 
21032 \begin_inset Quotes gld
21033 \end_inset
21034
21035 Abbildung
21036 \begin_inset Quotes grd
21037 \end_inset
21038
21039  vor jeden Querverweis auf eine Abbildung schreiben.
21040  Um diese Funktion benutzen zu können, aktivieren Sie 
21041 \series bold
21042 hyperref
21043 \series default
21044  und fügen diese Zeile in den LaTeX-Vorspann ein:
21045 \end_layout
21046
21047 \begin_layout Standard
21048
21049 \series bold
21050
21051 \backslash
21052 AtBeginDocument{
21053 \backslash
21054 renewcommand{
21055 \backslash
21056 ref}[1]{
21057 \backslash
21058 mbox{
21059 \backslash
21060 autoref{#1}}}}
21061 \end_layout
21062
21063 \begin_layout Standard
21064 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21065 \begin_inset space \thinspace{}
21066 \end_inset
21067
21068 B.
21069  statt 
21070 \begin_inset Quotes gld
21071 \end_inset
21072
21073 Abschnitt
21074 \begin_inset Quotes grd
21075 \end_inset
21076
21077  den Namen 
21078 \begin_inset Quotes gld
21079 \end_inset
21080
21081 Kap.
21082 \begin_inset space \thinspace{}
21083 \end_inset
21084
21085
21086 \begin_inset Quotes grd
21087 \end_inset
21088
21089 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21090 \end_layout
21091
21092 \begin_layout Standard
21093
21094 \series bold
21095
21096 \backslash
21097 addto
21098 \backslash
21099 extrasngerman{
21100 \backslash
21101 renewcommand{
21102 \backslash
21103 sectionautorefname}
21104 \begin_inset Newline newline
21105 \end_inset
21106
21107
21108 \begin_inset ERT
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112
21113
21114 \backslash
21115 hphantom{ }
21116 \end_layout
21117
21118 \end_inset
21119
21120 {Kap.
21121 \backslash
21122 negthinspace}}
21123 \end_layout
21124
21125 \begin_layout Standard
21126 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21127 \begin_inset Newline newline
21128 \end_inset
21129
21130
21131 \series bold
21132
21133 \backslash
21134 extrasngerman
21135 \series default
21136  durch 
21137 \series bold
21138
21139 \backslash
21140 extras***
21141 \series default
21142 , wobei *** der Name der verwendeten Sprache ist.
21143 \end_layout
21144
21145 \begin_layout Standard
21146 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21147  z.
21148 \begin_inset space \thinspace{}
21149 \end_inset
21150
21151 B.
21152  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21153 \end_layout
21154
21155 \begin_layout Standard
21156
21157 \series bold
21158
21159 \backslash
21160 newlength{
21161 \backslash
21162 abc}
21163 \begin_inset Newline newline
21164 \end_inset
21165
21166
21167 \backslash
21168 settowidth{
21169 \backslash
21170 abc}{
21171 \backslash
21172 space}
21173 \begin_inset Newline newline
21174 \end_inset
21175
21176
21177 \backslash
21178 addto
21179 \backslash
21180 extrasenglish{
21181 \backslash
21182 renewcommand{
21183 \backslash
21184 equationautorefname}
21185 \begin_inset Newline newline
21186 \end_inset
21187
21188
21189 \begin_inset ERT
21190 status collapsed
21191
21192 \begin_layout Plain Layout
21193
21194
21195 \backslash
21196 hphantom{ }
21197 \end_layout
21198
21199 \end_inset
21200
21201 {
21202 \backslash
21203 hspace{-
21204 \backslash
21205 abc}}
21206 \end_layout
21207
21208 \begin_layout Standard
21209 Mehr über dieses Thema finden Sie in der 
21210 \series bold
21211 hyperref
21212 \series default
21213 -Dokumentation 
21214 \begin_inset CommandInset citation
21215 LatexCommand cite
21216 key "hyperref"
21217
21218 \end_inset
21219
21220 .
21221 \end_layout
21222
21223 \begin_layout Standard
21224 \begin_inset Note Greyedout
21225 status open
21226
21227 \begin_layout Plain Layout
21228
21229 \series bold
21230 Bemerkung:
21231 \series default
21232  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21233  als Querverweisstil 
21234 \family sans
21235 Formatierter
21236 \begin_inset space ~
21237 \end_inset
21238
21239 Querverweis
21240 \family default
21241  benutzen, wie in Abschnitt
21242 \begin_inset space ~
21243 \end_inset
21244
21245
21246 \begin_inset CommandInset ref
21247 LatexCommand ref
21248 reference "uab:Querverweis-Formate"
21249
21250 \end_inset
21251
21252  beschrieben.
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \begin_layout Standard
21261 Das 
21262 \emph on
21263 Mathe
21264 \emph default
21265  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21266 \end_layout
21267
21268 \begin_layout Subsection
21269 Querverweis-Position
21270 \begin_inset CommandInset label
21271 LatexCommand label
21272 name "uab:Querverweis-Position"
21273
21274 \end_inset
21275
21276
21277 \begin_inset Index
21278 status collapsed
21279
21280 \begin_layout Plain Layout
21281 Querverweise !  Position
21282 \end_layout
21283
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Wenn Sie 
21291 \series bold
21292 hyperref
21293 \series default
21294
21295 \begin_inset Index
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299 LaTeX-Pakete ! hyperref
21300 \end_layout
21301
21302 \end_inset
21303
21304  in den
21305 \family sans
21306  PDF-Eigenschaften
21307 \family default
21308  im 
21309 \family sans
21310 Dokument-Einstellungen
21311 \family default
21312  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21313  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21314  und Sie werden das Bild ohne Scrollen nicht sehen.
21315  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21316  ist.
21317  Wenn Sie das  LaTeX-Paket 
21318 \series bold
21319 hypcap
21320 \series default
21321
21322 \begin_inset Index
21323 status collapsed
21324
21325 \begin_layout Plain Layout
21326 LaTeX-Pakete ! hypcap
21327 \end_layout
21328
21329 \end_inset
21330
21331 , das Teil des LaTeX-Pakets 
21332 \series bold
21333 oberdiek
21334 \series default
21335
21336 \begin_inset Index
21337 status collapsed
21338
21339 \begin_layout Plain Layout
21340 LaTeX-Pakete ! oberdiek
21341 \end_layout
21342
21343 \end_inset
21344
21345  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21346  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21347 \series bold
21348 hypcap
21349 \series default
21350  zunächst in den LaTeX-Vorspann laden:
21351 \end_layout
21352
21353 \begin_layout Standard
21354
21355 \series bold
21356
21357 \backslash
21358 usepackage[figure]{hypcap}
21359 \end_layout
21360
21361 \begin_layout Standard
21362 Sie können 
21363 \series bold
21364 hypcap
21365 \series default
21366  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21367  nicht empfohlen.
21368  Weitere Informationen finden Sie im
21369 \series bold
21370  hypcap
21371 \series default
21372 -Handbuch 
21373 \begin_inset CommandInset citation
21374 LatexCommand cite
21375 key "hypcap"
21376
21377 \end_inset
21378
21379 .
21380 \end_layout
21381
21382 \begin_layout Standard
21383 \begin_inset Note Greyedout
21384 status open
21385
21386 \begin_layout Plain Layout
21387
21388 \series bold
21389 Bemerkung:
21390 \series default
21391  
21392 \series bold
21393 hypcap
21394 \series medium
21395  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21396 \end_layout
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Section
21404 Gleitobjekt-Platzierung
21405 \begin_inset CommandInset label
21406 LatexCommand label
21407 name "abs:Gleitobjekt-Platzierung"
21408
21409 \end_inset
21410
21411
21412 \begin_inset Index
21413 status collapsed
21414
21415 \begin_layout Plain Layout
21416 Gleitobjekte ! Platzierung
21417 \end_layout
21418
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \begin_layout Standard
21425 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21426 \family sans
21427 Gleitobjekt-Einstellungen
21428 \family default
21429 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21430  können.
21431 \begin_inset Newline newline
21432 \end_inset
21433
21434 Die Option 
21435 \family sans
21436 Spalten
21437 \begin_inset space ~
21438 \end_inset
21439
21440 überspannen
21441 \family default
21442  ist nur bei zweispaltigen Dokumenten sinnvoll.
21443  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21444 \begin_inset Newline newline
21445 \end_inset
21446
21447 Die Option 
21448 \family sans
21449 Seitwärts
21450 \begin_inset space ~
21451 \end_inset
21452
21453 drehen
21454 \family default
21455  ist in Abschnitt 
21456 \begin_inset CommandInset ref
21457 LatexCommand ref
21458 reference "abs:Gedrehte-Gleitobjekte"
21459
21460 \end_inset
21461
21462  beschrieben.
21463 \end_layout
21464
21465 \begin_layout Standard
21466 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21467  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21468  Sie die Option 
21469 \family sans
21470 Standard-Platzierung
21471 \begin_inset space ~
21472 \end_inset
21473
21474 verwenden
21475 \family default
21476  nicht verwenden:
21477 \end_layout
21478
21479 \begin_layout Description
21480 Hier
21481 \begin_inset space ~
21482 \end_inset
21483
21484 wenn
21485 \begin_inset space ~
21486 \end_inset
21487
21488 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21489 \end_layout
21490
21491 \begin_layout Description
21492 Anfang
21493 \begin_inset space ~
21494 \end_inset
21495
21496 der
21497 \begin_inset space ~
21498 \end_inset
21499
21500 Seite
21501 \family sans
21502  
21503 \family default
21504 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21505  Gleitobjekte, die maximal 70
21506 \begin_inset space \thinspace{}
21507 \end_inset
21508
21509 % einer Seite benötigen, dürfen oben platziert werden.
21510  Dies kann durch die Variable 
21511 \series bold
21512
21513 \backslash
21514 topfraction
21515 \series default
21516  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21517 \end_layout
21518
21519 \begin_deeper
21520 \begin_layout Standard
21521
21522 \series bold
21523
21524 \backslash
21525 renewcommand{
21526 \backslash
21527 topfraction}{0.9}
21528 \family typewriter
21529 \series default
21530  
21531 \end_layout
21532
21533 \end_deeper
21534 \begin_layout Description
21535 Ende
21536 \begin_inset space ~
21537 \end_inset
21538
21539 der
21540 \begin_inset space ~
21541 \end_inset
21542
21543 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21544  Gleitobjekte, die maximal 30
21545 \begin_inset space \thinspace{}
21546 \end_inset
21547
21548 % einer Seite benötigen, dürfen unten platziert werden.
21549  Dies kann durch die Variable 
21550 \series bold
21551
21552 \backslash
21553 bottomfraction
21554 \series default
21555  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21556 \end_layout
21557
21558 \begin_deeper
21559 \begin_layout Standard
21560
21561 \series bold
21562
21563 \backslash
21564 renewcommand{
21565 \backslash
21566 bottomfraction}{0.5}
21567 \end_layout
21568
21569 \begin_layout Standard
21570 die oftmals zu kleine untere Grenze auf 50
21571 \begin_inset space \thinspace{}
21572 \end_inset
21573
21574 %.
21575 \end_layout
21576
21577 \end_deeper
21578 \begin_layout Description
21579 Seite
21580 \begin_inset space ~
21581 \end_inset
21582
21583 mit
21584 \begin_inset space ~
21585 \end_inset
21586
21587 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21588  Nur wenn mehr als 50
21589 \begin_inset space \thinspace{}
21590 \end_inset
21591
21592 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21593  Gleitobjekte bereitgestellt.
21594  Dies kann durch die Variable 
21595 \series bold
21596
21597 \backslash
21598 floatpagefraction 
21599 \series default
21600 im LaTeX-Vorspann überschrieben werden.
21601 \end_layout
21602
21603 \begin_layout Standard
21604 Die Reihenfolge der obigen Optionen wird 
21605 \emph on
21606 immer
21607 \emph default
21608  von LaTeX verwendet.
21609  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21610  versuchen 
21611 \family sans
21612 Hier
21613 \begin_inset space \space{}
21614 \end_inset
21615
21616 wenn
21617 \begin_inset space \space{}
21618 \end_inset
21619
21620 möglich
21621 \family default
21622 , dann 
21623 \family sans
21624 Anfang
21625 \begin_inset space ~
21626 \end_inset
21627
21628 der
21629 \begin_inset space ~
21630 \end_inset
21631
21632 Seite
21633 \family default
21634  und dann die anderen Optionen anzuwenden.
21635  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21636  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21637  Reihenfolge.
21638  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21639 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21640 \end_layout
21641
21642 \begin_layout Standard
21643 Die Option 
21644 \family sans
21645 Hier,
21646 \begin_inset space ~
21647 \end_inset
21648
21649 auf
21650 \begin_inset space ~
21651 \end_inset
21652
21653 jeden
21654 \begin_inset space ~
21655 \end_inset
21656
21657 Fall
21658 \family default
21659  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21660  fast druckreif ist.
21661  Denn mit der Option kann das Objekt nicht mehr 
21662 \emph on
21663 gleiten
21664 \emph default
21665 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21666  oftmals zerstört.
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21671  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21672 \begin_inset VSpace bigskip
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \begin_layout Standard
21679 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21680 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21681  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21682  Das kann mit dem LaTeX-Befehl
21683 \series bold
21684  
21685 \backslash
21686 suppressfloats
21687 \series default
21688  verhindert werden.
21689  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21690  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21691  gesetzt wird.
21692  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21693 \end_layout
21694
21695 \begin_layout Standard
21696
21697 \series bold
21698
21699 \backslash
21700 let
21701 \backslash
21702 meinAbschnitt
21703 \backslash
21704 section
21705 \begin_inset Newline newline
21706 \end_inset
21707
21708
21709 \backslash
21710 renewcommand{
21711 \backslash
21712 section}{
21713 \backslash
21714 suppressfloats[t]
21715 \backslash
21716 meinAbschnitt}
21717 \end_layout
21718
21719 \begin_layout Standard
21720 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21721  Unterabschnitten festlegen.
21722  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21723  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21724 \end_layout
21725
21726 \begin_layout Standard
21727 Es gibt auch noch das LaTeX-Paket 
21728 \series bold
21729 flafter
21730 \series default
21731
21732 \begin_inset Index
21733 status collapsed
21734
21735 \begin_layout Plain Layout
21736 LaTeX-Pakete ! flafter
21737 \end_layout
21738
21739 \end_inset
21740
21741  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21742  gedruckt wird.
21743 \end_layout
21744
21745 \begin_layout Standard
21746 \begin_inset VSpace bigskip
21747 \end_inset
21748
21749 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21750  Dafür gibt es das LaTeX-Paket 
21751 \series bold
21752 endfloat
21753 \series default
21754
21755 \begin_inset Index
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759 LaTeX-Pakete ! endfloat
21760 \end_layout
21761
21762 \end_inset
21763
21764 .
21765  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21766  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21767  
21768 \family sans
21769
21770 \begin_inset Quotes gld
21771 \end_inset
21772
21773 [Abbildung
21774 \begin_inset space ~
21775 \end_inset
21776
21777 3.2 ist ungefähr hier.]
21778 \family default
21779
21780 \begin_inset Quotes grd
21781 \end_inset
21782
21783  finden.
21784  Das 
21785 \series bold
21786 endfloat
21787 \series default
21788 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21789 \end_layout
21790
21791 \begin_layout Standard
21792
21793 \series bold
21794
21795 \backslash
21796 usepackage[Optionen]{endfloat}
21797 \end_layout
21798
21799 \begin_layout Standard
21800 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21801  Tabellen-Abschnitte, die Sie in der 
21802 \series bold
21803 endfloat
21804 \series default
21805 -Dokumentation 
21806 \begin_inset CommandInset citation
21807 LatexCommand cite
21808 key "endfloat"
21809
21810 \end_inset
21811
21812  nachlesen können.
21813 \begin_inset Newline newline
21814 \end_inset
21815
21816
21817 \begin_inset Note Greyedout
21818 status open
21819
21820 \begin_layout Plain Layout
21821
21822 \series bold
21823 Bemerkung
21824 \begin_inset space ~
21825 \end_inset
21826
21827 1: endfloat
21828 \series default
21829  übersetzt den Hinweistext nicht automatisch.
21830  Abschnitt
21831 \begin_inset space ~
21832 \end_inset
21833
21834 4 in 
21835 \begin_inset CommandInset citation
21836 LatexCommand cite
21837 key "endfloat"
21838
21839 \end_inset
21840
21841  beschreibt, wie es geht.
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \begin_layout Standard
21850 \begin_inset Note Greyedout
21851 status open
21852
21853 \begin_layout Plain Layout
21854
21855 \series bold
21856 Bemerkung
21857 \begin_inset space ~
21858 \end_inset
21859
21860 2: 
21861 \series default
21862 Die aktuelle Version von 
21863 \series bold
21864 endfloat
21865 \series default
21866  hat einen Fehler, wenn die Überschrift ein 
21867 \begin_inset Quotes gld
21868 \end_inset
21869
21870 ß
21871 \begin_inset Quotes grd
21872 \end_inset
21873
21874  enthält.
21875  Sie müssen stattdessen den Befehl 
21876 \series bold
21877
21878 \backslash
21879 ss
21880 \series default
21881  als TeX-Code benutzen.
21882 \end_layout
21883
21884 \end_inset
21885
21886
21887 \end_layout
21888
21889 \begin_layout Standard
21890 \begin_inset VSpace bigskip
21891 \end_inset
21892
21893 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21894  wie 
21895 \begin_inset CommandInset citation
21896 LatexCommand cite
21897 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21898
21899 \end_inset
21900
21901 .
21902 \end_layout
21903
21904 \begin_layout Section
21905 Gedrehte Gleitobjekte
21906 \begin_inset CommandInset label
21907 LatexCommand label
21908 name "abs:Gedrehte-Gleitobjekte"
21909
21910 \end_inset
21911
21912
21913 \begin_inset Index
21914 status collapsed
21915
21916 \begin_layout Plain Layout
21917 Gleitobjekte ! drehen
21918 \end_layout
21919
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \begin_layout Standard
21926 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21927 t drehen.
21928  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21929  und die Option 
21930 \family sans
21931 Seitwärts
21932 \begin_inset space ~
21933 \end_inset
21934
21935 drehen
21936 \family default
21937  wählen.
21938 \end_layout
21939
21940 \begin_layout Standard
21941 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21942  sie ein mehrspaltiges Dokument haben) gedruckt.
21943  Sie können mehrere Spalten überspannen, wenn die Option 
21944 \family sans
21945 Spalten
21946 \begin_inset space ~
21947 \end_inset
21948
21949 überspannen
21950 \family default
21951  in den Gleitobjekt Einstellungen gewählt ist.
21952  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21953  werden können.
21954  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21955  Option 
21956 \series bold
21957 figuresleft
21958 \series default
21959  oder 
21960 \series bold
21961 figuresright
21962 \series default
21963  zu den Dokumentklassen-Optionen hinzu.
21964 \end_layout
21965
21966 \begin_layout Standard
21967 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21968  Tabelle
21969 \begin_inset space ~
21970 \end_inset
21971
21972
21973 \begin_inset CommandInset ref
21974 LatexCommand ref
21975 reference "tab:Gedrehte-Tabelle"
21976
21977 \end_inset
21978
21979  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21980 \end_layout
21981
21982 \begin_layout Standard
21983 \begin_inset Note Greyedout
21984 status open
21985
21986 \begin_layout Plain Layout
21987
21988 \series bold
21989 Bemerkung:
21990 \series default
21991  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21992 \end_layout
21993
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \begin_layout Standard
22000 \begin_inset Float table
22001 wide false
22002 sideways true
22003 status open
22004
22005 \begin_layout Plain Layout
22006 \begin_inset Caption
22007
22008 \begin_layout Plain Layout
22009 \begin_inset CommandInset label
22010 LatexCommand label
22011 name "tab:Gedrehte-Tabelle"
22012
22013 \end_inset
22014
22015 Gedrehte Tabelle
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Plain Layout
22024 \align center
22025 \begin_inset Tabular
22026 <lyxtabular version="3" rows="1" columns="5">
22027 <features>
22028 <column alignment="center" valignment="top" width="0">
22029 <column alignment="center" valignment="top" width="0">
22030 <column alignment="center" valignment="top" width="0">
22031 <column alignment="center" valignment="top" width="0">
22032 <column alignment="center" valignment="top" width="0">
22033 <row>
22034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 Test
22039 \end_layout
22040
22041 \end_inset
22042 </cell>
22043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22044 \begin_inset Text
22045
22046 \begin_layout Plain Layout
22047 b
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056 c
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 d
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 e
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 </lyxtabular>
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \end_inset
22088
22089
22090 \end_layout
22091
22092 \begin_layout Section
22093 Untergleitobjekte
22094 \begin_inset Index
22095 status collapsed
22096
22097 \begin_layout Plain Layout
22098 Gleitobjekte ! Untergleitobjekte
22099 \end_layout
22100
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \begin_layout Standard
22107 Untergleitobjekte werden z.
22108 \begin_inset space \thinspace{}
22109 \end_inset
22110
22111 B.
22112  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22113  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22114  eingefügt wird.
22115  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22116  in Tabelle
22117 \begin_inset space ~
22118 \end_inset
22119
22120
22121 \begin_inset CommandInset ref
22122 LatexCommand ref
22123 reference "tab:Untertabellen-nebeneinander"
22124
22125 \end_inset
22126
22127  und 
22128 \begin_inset CommandInset ref
22129 LatexCommand ref
22130 reference "tab:Untertabellen-übereinander"
22131
22132 \end_inset
22133
22134 .
22135 \end_layout
22136
22137 \begin_layout Standard
22138 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22139 \begin_inset space ~
22140 \end_inset
22141
22142
22143 \begin_inset CommandInset ref
22144 LatexCommand ref
22145 reference "tab:Untertabelle-a"
22146
22147 \end_inset
22148
22149  und 
22150 \begin_inset CommandInset ref
22151 LatexCommand ref
22152 reference "tab:Untertabelle-b"
22153
22154 \end_inset
22155
22156  sind Untertabellen von Tabelle
22157 \begin_inset space ~
22158 \end_inset
22159
22160
22161 \begin_inset CommandInset ref
22162 LatexCommand ref
22163 reference "tab:Untertabellen-nebeneinander"
22164
22165 \end_inset
22166
22167 .
22168 \end_layout
22169
22170 \begin_layout Standard
22171 \begin_inset Float table
22172 wide false
22173 sideways false
22174 status open
22175
22176 \begin_layout Plain Layout
22177 \begin_inset Caption
22178
22179 \begin_layout Plain Layout
22180 \begin_inset CommandInset label
22181 LatexCommand label
22182 name "tab:Untertabellen-nebeneinander"
22183
22184 \end_inset
22185
22186 Zwei Untertabellen nebeneinander.
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Plain Layout
22195 \align center
22196 \begin_inset space \hfill{}
22197 \end_inset
22198
22199
22200 \begin_inset Float table
22201 wide false
22202 sideways false
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206 \begin_inset Caption
22207
22208 \begin_layout Plain Layout
22209 \begin_inset CommandInset label
22210 LatexCommand label
22211 name "tab:Untertabelle-a"
22212
22213 \end_inset
22214
22215 Dies ist Untertabelle a.
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \begin_layout Plain Layout
22224 \align center
22225 \begin_inset Tabular
22226 <lyxtabular version="3" rows="1" columns="5">
22227 <features>
22228 <column alignment="center" valignment="top" width="0">
22229 <column alignment="center" valignment="top" width="0">
22230 <column alignment="center" valignment="top" width="0">
22231 <column alignment="center" valignment="top" width="0">
22232 <column alignment="center" valignment="top" width="0">
22233 <row>
22234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238 Test
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22244 \begin_inset Text
22245
22246 \begin_layout Plain Layout
22247 b
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256 c
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265 d
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 e
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 </row>
22280 </lyxtabular>
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \begin_inset space \hfill{}
22291 \end_inset
22292
22293
22294 \begin_inset Float table
22295 wide false
22296 sideways false
22297 status collapsed
22298
22299 \begin_layout Plain Layout
22300 \begin_inset Caption
22301
22302 \begin_layout Plain Layout
22303 \begin_inset CommandInset label
22304 LatexCommand label
22305 name "tab:Untertabelle-b"
22306
22307 \end_inset
22308
22309 Dies ist Untertabelle b.
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \begin_layout Plain Layout
22318 \align center
22319 \begin_inset Tabular
22320 <lyxtabular version="3" rows="1" columns="5">
22321 <features>
22322 <column alignment="center" valignment="top" width="0">
22323 <column alignment="center" valignment="top" width="0">
22324 <column alignment="center" valignment="top" width="0">
22325 <column alignment="center" valignment="top" width="0">
22326 <column alignment="center" valignment="top" width="0">
22327 <row>
22328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 e
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 d
22342 \end_layout
22343
22344 \end_inset
22345 </cell>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 c
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 b
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 Test
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 </row>
22374 </lyxtabular>
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \begin_inset space \hfill{}
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \begin_layout Standard
22396 \begin_inset Float table
22397 wide false
22398 sideways false
22399 status open
22400
22401 \begin_layout Plain Layout
22402 \begin_inset Caption
22403
22404 \begin_layout Plain Layout
22405 \begin_inset CommandInset label
22406 LatexCommand label
22407 name "tab:Untertabellen-übereinander"
22408
22409 \end_inset
22410
22411 Zwei Untertabellen übereinander.
22412  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22413 \end_layout
22414
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \begin_layout Plain Layout
22421 \align center
22422 \begin_inset Float table
22423 wide false
22424 sideways false
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428 \begin_inset Caption
22429
22430 \begin_layout Plain Layout
22431
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \begin_layout Plain Layout
22440 \align center
22441 \begin_inset Tabular
22442 <lyxtabular version="3" rows="1" columns="4">
22443 <features>
22444 <column alignment="center" valignment="top" width="0">
22445 <column alignment="center" valignment="top" width="0">
22446 <column alignment="center" valignment="top" width="0">
22447 <column alignment="center" valignment="top" width="0">
22448 <row>
22449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 Test
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 Test
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 Test
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 Test
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 </lyxtabular>
22487
22488 \end_inset
22489
22490
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="5">
22521 <features>
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 <column alignment="center" valignment="top" width="0">
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 a
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 b
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 c
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 d
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 e
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 </lyxtabular>
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \begin_layout Section
22592 Gleitobjekte nebeneinander
22593 \begin_inset Index
22594 status collapsed
22595
22596 \begin_layout Plain Layout
22597 Gleitobjekte ! nebeneinander
22598 \end_layout
22599
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \begin_layout Standard
22606 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22607 \begin_inset space ~
22608 \end_inset
22609
22610
22611 \begin_inset CommandInset ref
22612 LatexCommand ref
22613 reference "abb:Gleitobjekt-links"
22614
22615 \end_inset
22616
22617  und 
22618 \begin_inset CommandInset ref
22619 LatexCommand ref
22620 reference "abb:Gleitobjekt-rechts"
22621
22622 \end_inset
22623
22624  wird nur 
22625 \emph on
22626 ein
22627 \emph default
22628  Gleitobjekt verwendet.
22629  In dieses werden zwei Minipage Boxen eingefügt.
22630 \begin_inset Foot
22631 status collapsed
22632
22633 \begin_layout Plain Layout
22634 Minipages sind in Abschnitt
22635 \begin_inset space ~
22636 \end_inset
22637
22638
22639 \begin_inset CommandInset ref
22640 LatexCommand ref
22641 reference "abs:Minipage"
22642
22643 \end_inset
22644
22645  erklärt.
22646 \end_layout
22647
22648 \end_inset
22649
22650  Die Breite wird für jede Minipage auf 45
22651 \begin_inset space \thinspace{}
22652 \end_inset
22653
22654 -50
22655 \begin_inset space \thinspace{}
22656 \end_inset
22657
22658 Spalten% und die Box Ausrichtung auf 
22659 \family sans
22660 Unten
22661 \family default
22662  gesetzt.
22663  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22664  Gleitobjekt.
22665  Der einzige Unterschied ist, dass die Bildeinheit 
22666 \family sans
22667 Spaltenbreite
22668 \begin_inset space ~
22669 \end_inset
22670
22671 %
22672 \family default
22673  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22674 \end_layout
22675
22676 \begin_layout Standard
22677 \begin_inset Float figure
22678 wide false
22679 sideways false
22680 status open
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Box Frameless
22684 position "b"
22685 hor_pos "c"
22686 has_inner_box 1
22687 inner_pos "t"
22688 use_parbox 0
22689 width "45col%"
22690 special "none"
22691 height "1in"
22692 height_special "totalheight"
22693 status open
22694
22695 \begin_layout Plain Layout
22696 \align center
22697 \begin_inset Graphics
22698         filename ../clipart/mobius.eps
22699         lyxscale 50
22700         width 100col%
22701         scaleBeforeRotation
22702
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Caption
22710
22711 \begin_layout Plain Layout
22712 \begin_inset CommandInset label
22713 LatexCommand label
22714 name "abb:Gleitobjekt-links"
22715
22716 \end_inset
22717
22718 Gleitobjekt auf der linken Seite.
22719 \end_layout
22720
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \begin_inset space \hfill{}
22730 \end_inset
22731
22732
22733 \begin_inset Box Frameless
22734 position "b"
22735 hor_pos "c"
22736 has_inner_box 1
22737 inner_pos "t"
22738 use_parbox 0
22739 width "45col%"
22740 special "none"
22741 height "1in"
22742 height_special "totalheight"
22743 status open
22744
22745 \begin_layout Plain Layout
22746 \align center
22747 \begin_inset Graphics
22748         filename ../clipart/platypus.eps
22749         lyxscale 50
22750         width 100col%
22751         scaleBeforeRotation
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Caption
22760
22761 \begin_layout Plain Layout
22762 \begin_inset CommandInset label
22763 LatexCommand label
22764 name "abb:Gleitobjekt-rechts"
22765
22766 \end_inset
22767
22768 Gleitobjekt auf der rechten Seite.
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Section
22787 Beschriftungs-Formatierung
22788 \begin_inset CommandInset label
22789 LatexCommand label
22790 name "abs:Titel-Formatierung"
22791
22792 \end_inset
22793
22794
22795 \begin_inset Index
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799 Gleitobjekte ! Beschriftung ! Formatierung
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \begin_layout Standard
22808
22809 \family sans
22810 Legende
22811 \family default
22812  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22813  In LyX sehen Titel so aus:  
22814 \family sans
22815
22816 \begin_inset Quotes gld
22817 \end_inset
22818
22819 Abbildung xyz:
22820 \family default
22821
22822 \begin_inset Quotes grd
22823 \end_inset
22824
22825 , gefolgt vom Beschriftungstext, wobei 
22826 \family sans
22827 xyz
22828 \family default
22829  die von LyX vergebene Nummer ist.
22830  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22831  gedruckt.
22832  Dies ist nicht immer brauchbar.
22833 \end_layout
22834
22835 \begin_layout Standard
22836 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22837  
22838 \series bold
22839 caption
22840 \series default
22841
22842 \begin_inset Index
22843 status collapsed
22844
22845 \begin_layout Plain Layout
22846 LaTeX-Pakete ! caption
22847 \end_layout
22848
22849 \end_inset
22850
22851  in den LaTeX-Vorspann laden:
22852 \end_layout
22853
22854 \begin_layout Standard
22855
22856 \series bold
22857
22858 \backslash
22859 usepackage[Format-Definition]{caption}
22860 \end_layout
22861
22862 \begin_layout Standard
22863 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22864  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22865 \end_layout
22866
22867 \begin_layout Standard
22868
22869 \series bold
22870
22871 \backslash
22872 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22873 \end_layout
22874
22875 \begin_layout Standard
22876 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22877  definieren.
22878  Dazu laden Sie das 
22879 \series bold
22880 caption
22881 \series default
22882 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22883  dem Befehl
22884 \end_layout
22885
22886 \begin_layout Standard
22887
22888 \series bold
22889
22890 \backslash
22891 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22892 \end_layout
22893
22894 \begin_layout Standard
22895 Für Abbildung
22896 \begin_inset space ~
22897 \end_inset
22898
22899
22900 \begin_inset CommandInset ref
22901 LatexCommand ref
22902 reference "abb:Langer-Abb-Titel"
22903
22904 \end_inset
22905
22906  und Tabelle
22907 \begin_inset space ~
22908 \end_inset
22909
22910
22911 \begin_inset CommandInset ref
22912 LatexCommand ref
22913 reference "tab:Langer-Tab-Titel"
22914
22915 \end_inset
22916
22917  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22918  werden:
22919 \end_layout
22920
22921 \begin_layout Standard
22922
22923 \series bold
22924
22925 \backslash
22926 usepackage[tableposition=top]{caption}
22927 \begin_inset Newline newline
22928 \end_inset
22929
22930
22931 \backslash
22932 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22933 \begin_inset Newline newline
22934 \end_inset
22935
22936
22937 \begin_inset ERT
22938 status collapsed
22939
22940 \begin_layout Plain Layout
22941
22942
22943 \backslash
22944 hphantom{
22945 \backslash
22946
22947 \backslash
22948 captionsetup[figure]
22949 \backslash
22950 {}
22951 \end_layout
22952
22953 \end_inset
22954
22955  labelsep=period}
22956 \begin_inset Newline newline
22957 \end_inset
22958
22959
22960 \backslash
22961 captionsetup[table]{labelfont={bf,sf}}
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset Note Greyedout
22966 status open
22967
22968 \begin_layout Plain Layout
22969
22970 \series bold
22971 Bemerkung:
22972 \series default
22973  Die Option 
22974 \series bold
22975 tableposition=top
22976 \series default
22977  hat keine Auswirkung, wenn eine 
22978 \series bold
22979 KOMA-script
22980 \series default
22981
22982 \begin_inset Index
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986 LaTeX-Pakete ! KOMA-script
22987 \end_layout
22988
22989 \end_inset
22990
22991 -Dokumentklasse verwendet wird.
22992  Hier muss die Option 
22993 \series bold
22994 tablecaptionabove
22995 \series default
22996  benutzt werden.
22997 \end_layout
22998
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \begin_layout Standard
23005 Weitere Informationen über das Paket
23006 \series bold
23007  caption
23008 \series default
23009  finden Sie in seiner Dokumentation 
23010 \begin_inset CommandInset citation
23011 LatexCommand cite
23012 key "caption"
23013
23014 \end_inset
23015
23016 .
23017 \end_layout
23018
23019 \begin_layout Standard
23020 Wenn Sie den Namen von 
23021 \begin_inset Quotes gld
23022 \end_inset
23023
23024 Abbildung
23025 \begin_inset Quotes grd
23026 \end_inset
23027
23028  auf 
23029 \begin_inset Quotes gld
23030 \end_inset
23031
23032 Bild
23033 \begin_inset Quotes grd
23034 \end_inset
23035
23036  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23037 \end_layout
23038
23039 \begin_layout Standard
23040
23041 \series bold
23042
23043 \backslash
23044 renewcommand{
23045 \backslash
23046 fnum@figure}{Bild~
23047 \backslash
23048 thefigure}
23049 \end_layout
23050
23051 \begin_layout Standard
23052 wobei 
23053 \series bold
23054
23055 \backslash
23056 thefigure
23057 \series default
23058  die Bildnummer einsetzt und
23059 \series bold
23060  ~
23061 \series default
23062  ein geschütztes Leerzeichen ist.
23063 \end_layout
23064
23065 \begin_layout Standard
23066 \begin_inset VSpace bigskip
23067 \end_inset
23068
23069 Wenn Sie eine 
23070 \series bold
23071 KOMA-script
23072 \series default
23073
23074 \begin_inset Index
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078 LaTeX-Pakete ! KOMA-script
23079 \end_layout
23080
23081 \end_inset
23082
23083 -Dokumentklasse (
23084 \family sans
23085 article (KOMA-script)
23086 \family default
23087
23088 \family sans
23089 book (KOMA-script)
23090 \family default
23091
23092 \family sans
23093 letter (KOMA-script)
23094 \family default
23095  oder 
23096 \family sans
23097 report (KOMA-script)
23098 \family default
23099 ) benutzen, können Sie anstatt des 
23100 \series bold
23101 caption
23102 \series default
23103 -Paketes den eingebauten Befehl 
23104 \series bold
23105
23106 \backslash
23107 setkomafont
23108 \series default
23109  von 
23110 \series bold
23111 KOMA-script
23112 \series default
23113  benutzen.
23114  Der Befehl
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \series bold
23120
23121 \backslash
23122 setkomafont{captionlabel}{
23123 \backslash
23124 bfseries}
23125 \end_layout
23126
23127 \begin_layout Standard
23128 im LaTeX-Vorspann druckt den Namen fett.
23129 \end_layout
23130
23131 \begin_layout Standard
23132 Weitere Informationen über 
23133 \series bold
23134
23135 \backslash
23136 setkomafont
23137 \series default
23138  finden Sie in der 
23139 \series bold
23140 KOMA-script
23141 \series default
23142 -Do\SpecialChar \-
23143 ku\SpecialChar \-
23144 men\SpecialChar \-
23145 ta\SpecialChar \-
23146 tion 
23147 \begin_inset CommandInset citation
23148 LatexCommand cite
23149 key "KOMA-script"
23150
23151 \end_inset
23152
23153 .
23154 \end_layout
23155
23156 \begin_layout Standard
23157 \begin_inset ERT
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161
23162
23163 \backslash
23164 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23165 }
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \begin_inset Note Note
23172 status open
23173
23174 \begin_layout Plain Layout
23175 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Standard
23184 \begin_inset Float figure
23185 placement !p
23186 wide false
23187 sideways false
23188 status open
23189
23190 \begin_layout Plain Layout
23191 \align center
23192 \begin_inset Graphics
23193         filename ../clipart/mobius.eps
23194         lyxscale 50
23195         scale 50
23196         scaleBeforeRotation
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \begin_layout Plain Layout
23204 \begin_inset Caption
23205
23206 \begin_layout Plain Layout
23207 \begin_inset CommandInset label
23208 LatexCommand label
23209 name "abb:Langer-Abb-Titel"
23210
23211 \end_inset
23212
23213 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23214  ist, um das andere Beschriftungsformat zu zeigen.
23215  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23216 \begin_inset OptArg
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23221  ist.
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \end_layout
23238
23239 \begin_layout Standard
23240 \begin_inset ERT
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244
23245
23246 \backslash
23247 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23248 on}
23249 \end_layout
23250
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \begin_layout Standard
23257 \begin_inset Float table
23258 placement !p
23259 wide false
23260 sideways false
23261 status open
23262
23263 \begin_layout Plain Layout
23264 \begin_inset Caption
23265
23266 \begin_layout Plain Layout
23267 \begin_inset CommandInset label
23268 LatexCommand label
23269 name "tab:Langer-Tab-Titel"
23270
23271 \end_inset
23272
23273 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23274  ist, um das andere Beschriftungsformat zu zeigen.
23275  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23276  benutzt.
23277 \begin_inset OptArg
23278 status collapsed
23279
23280 \begin_layout Plain Layout
23281 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23282  ist.
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Plain Layout
23296 \align center
23297 \begin_inset Tabular
23298 <lyxtabular version="3" rows="1" columns="5">
23299 <features>
23300 <column alignment="center" valignment="top" width="0">
23301 <column alignment="center" valignment="top" width="0">
23302 <column alignment="center" valignment="top" width="0">
23303 <column alignment="center" valignment="top" width="0">
23304 <column alignment="center" valignment="top" width="0">
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 a
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319 b
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 c
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 d
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 e
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 </lyxtabular>
23353
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Section
23365 Beschriftungs-Platzierung
23366 \begin_inset CommandInset label
23367 LatexCommand label
23368 name "abs:Titel-Platzierung"
23369
23370 \end_inset
23371
23372
23373 \begin_inset Index
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377 Gleitobjekte ! Beschriftung ! Platzierung
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \end_layout
23384
23385 \begin_layout Standard
23386 Normalerweise werden die Beschriftungen wie folgt platziert:
23387 \end_layout
23388
23389 \begin_layout Description
23390 Abbildung: darunter
23391 \end_layout
23392
23393 \begin_layout Description
23394 Tabelle: darüber
23395 \end_layout
23396
23397 \begin_layout Standard
23398 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23399  Das heißt wenn Sie eine der Dokument-Klassen 
23400 \family sans
23401 article
23402 \family default
23403
23404 \family sans
23405 book
23406 \family default
23407
23408 \family sans
23409 letter
23410 \family default
23411  oder 
23412 \family sans
23413 report
23414 \family default
23415  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23416  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23417 \series bold
23418 caption
23419 \series default
23420  im LaTeX-Vorspann folgendes schreiben:
23421 \begin_inset Foot
23422 status collapsed
23423
23424 \begin_layout Plain Layout
23425 In Abschnitt
23426 \begin_inset space ~
23427 \end_inset
23428
23429
23430 \begin_inset CommandInset ref
23431 LatexCommand ref
23432 reference "abs:Titel-Formatierung"
23433
23434 \end_inset
23435
23436  steht mehr über das Paket 
23437 \series bold
23438 caption
23439 \series default
23440 .
23441 \end_layout
23442
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \begin_layout Standard
23449
23450 \series bold
23451 tableposition=top
23452 \end_layout
23453
23454 \begin_layout Standard
23455 Wenn Sie eine 
23456 \series bold
23457 KOMA-script
23458 \series default
23459
23460 \begin_inset Index
23461 status collapsed
23462
23463 \begin_layout Plain Layout
23464 LaTeX-Pakete ! KOMA-script
23465 \end_layout
23466
23467 \end_inset
23468
23469 -Dokumentklasse (
23470 \family sans
23471 article (KOMA-script)
23472 \family default
23473
23474 \family sans
23475 book (KOMA-script)
23476 \family default
23477
23478 \family sans
23479 letter (KOMA-script)
23480 \family default
23481  oder 
23482 \family sans
23483 report (KOMA-script)
23484 \family default
23485 ) benutzen, können Sie alternativ zum 
23486 \series bold
23487 caption
23488 \series default
23489 -Paket die Option 
23490 \series bold
23491 tablecaptionabove
23492 \series default
23493  benutzen.
23494 \end_layout
23495
23496 \begin_layout Standard
23497 \begin_inset VSpace bigskip
23498 \end_inset
23499
23500 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23501  Das bewirkt das LaTeX-Paket 
23502 \series bold
23503 sidecap
23504 \series default
23505
23506 \begin_inset Index
23507 status collapsed
23508
23509 \begin_layout Plain Layout
23510 LaTeX-Pakete ! sidecap
23511 \end_layout
23512
23513 \end_inset
23514
23515 , das so in den LaTeX-Vorspann geladen wird:
23516 \end_layout
23517
23518 \begin_layout Standard
23519
23520 \series bold
23521
23522 \backslash
23523 usepackage[Option]{sidecap}
23524 \end_layout
23525
23526 \begin_layout Standard
23527 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23528  Mit 
23529 \series bold
23530 innercaption
23531 \series default
23532  wird die Beschriftung innen gedruckt.
23533  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23534  
23535 \series bold
23536 rightcaption
23537 \series default
23538  oder 
23539 \series bold
23540 leftcaption
23541 \series default
23542 .
23543 \end_layout
23544
23545 \begin_layout Standard
23546 \begin_inset ERT
23547 status collapsed
23548
23549 \begin_layout Plain Layout
23550
23551
23552 \backslash
23553 ifsidecap
23554 \end_layout
23555
23556 \end_inset
23557
23558
23559 \begin_inset Note Note
23560 status open
23561
23562 \begin_layout Plain Layout
23563 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23564 \series bold
23565 sidecap
23566 \series default
23567  installiert ist.
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23577  in den LaTeX-Vorspann schreiben:
23578 \end_layout
23579
23580 \begin_layout Standard
23581
23582 \lyxline
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587
23588 \series bold
23589
23590 \backslash
23591 newcommand{
23592 \backslash
23593 TabBesBeg}{%
23594 \begin_inset Newline newline
23595 \end_inset
23596
23597
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 hphantom{ }
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \backslash
23612 let
23613 \backslash
23614 MyTable
23615 \backslash
23616 table
23617 \begin_inset Newline newline
23618 \end_inset
23619
23620
23621 \begin_inset ERT
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 hphantom{ }
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \backslash
23635 let
23636 \backslash
23637 MyEndtable
23638 \backslash
23639 endtable
23640 \begin_inset Newline newline
23641 \end_inset
23642
23643
23644 \begin_inset ERT
23645 status collapsed
23646
23647 \begin_layout Plain Layout
23648
23649
23650 \backslash
23651 hphantom{ }
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \backslash
23658 renewenvironment{table}{
23659 \backslash
23660 begin{SCtable}}{
23661 \backslash
23662 end{SCtable}}}
23663 \end_layout
23664
23665 \begin_layout Standard
23666
23667 \series bold
23668
23669 \backslash
23670 newcommand{
23671 \backslash
23672 TabBesEnd}{%
23673 \begin_inset Newline newline
23674 \end_inset
23675
23676
23677 \begin_inset ERT
23678 status collapsed
23679
23680 \begin_layout Plain Layout
23681
23682
23683 \backslash
23684 hphantom{ }
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \backslash
23691 let
23692 \backslash
23693 table
23694 \backslash
23695 MyTable
23696 \begin_inset Newline newline
23697 \end_inset
23698
23699
23700 \begin_inset ERT
23701 status collapsed
23702
23703 \begin_layout Plain Layout
23704
23705
23706 \backslash
23707 hphantom{ }
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \backslash
23714 let
23715 \backslash
23716 endtable
23717 \backslash
23718 MyEndtable
23719 \end_layout
23720
23721 \begin_layout Standard
23722
23723 \series bold
23724
23725 \backslash
23726 newcommand{
23727 \backslash
23728 FigBesBeg}{%
23729 \begin_inset Newline newline
23730 \end_inset
23731
23732
23733 \begin_inset ERT
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737
23738
23739 \backslash
23740 hphantom{ }
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \backslash
23747 let
23748 \backslash
23749 MyFigure
23750 \backslash
23751 figure
23752 \begin_inset Newline newline
23753 \end_inset
23754
23755
23756 \begin_inset ERT
23757 status collapsed
23758
23759 \begin_layout Plain Layout
23760
23761
23762 \backslash
23763 hphantom{ }
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \backslash
23770 let
23771 \backslash
23772 MyEndfigure
23773 \backslash
23774 endfigure
23775 \begin_inset Newline newline
23776 \end_inset
23777
23778
23779 \begin_inset ERT
23780 status collapsed
23781
23782 \begin_layout Plain Layout
23783
23784
23785 \backslash
23786 hphantom{ }
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \backslash
23793 renewenvironment{figure}{
23794 \backslash
23795 begin{SCfigure}}{
23796 \backslash
23797 end{SCfigure}}}
23798 \end_layout
23799
23800 \begin_layout Standard
23801
23802 \series bold
23803
23804 \backslash
23805 newcommand{
23806 \backslash
23807 FigBesEnd}{%
23808 \begin_inset Newline newline
23809 \end_inset
23810
23811
23812 \begin_inset ERT
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816
23817
23818 \backslash
23819 hphantom{ }
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \backslash
23826 let
23827 \backslash
23828 figure
23829 \backslash
23830 MyFigure
23831 \begin_inset Newline newline
23832 \end_inset
23833
23834
23835 \begin_inset ERT
23836 status collapsed
23837
23838 \begin_layout Plain Layout
23839
23840
23841 \backslash
23842 hphantom{ }
23843 \end_layout
23844
23845 \end_inset
23846
23847
23848 \backslash
23849 let
23850 \backslash
23851 endfigure
23852 \backslash
23853 MyEndfigure}
23854 \series default
23855
23856 \lyxline
23857
23858 \end_layout
23859
23860 \begin_layout Standard
23861 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23862 ungen seitlich gedruckt werden.
23863  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23864 \end_layout
23865
23866 \begin_layout Standard
23867
23868 \series bold
23869
23870 \backslash
23871 FigBesBeg
23872 \end_layout
23873
23874 \begin_layout Standard
23875 als TeX-Code vor und
23876 \end_layout
23877
23878 \begin_layout Standard
23879
23880 \series bold
23881
23882 \backslash
23883 FigBesEnd
23884 \end_layout
23885
23886 \begin_layout Standard
23887 hinter das Gleitobjekt.
23888  Bei Gleitobjekt-Tabellen heißen die Befehle
23889 \end_layout
23890
23891 \begin_layout Standard
23892
23893 \series bold
23894
23895 \backslash
23896 TabBesBeg
23897 \series default
23898  und 
23899 \series bold
23900
23901 \backslash
23902 TabBesEnd
23903 \series default
23904 .
23905 \end_layout
23906
23907 \begin_layout Standard
23908 Abbildung
23909 \begin_inset space ~
23910 \end_inset
23911
23912
23913 \begin_inset CommandInset ref
23914 LatexCommand ref
23915 reference "abb:Beschriftung-neben"
23916
23917 \end_inset
23918
23919  und Tabelle
23920 \begin_inset space ~
23921 \end_inset
23922
23923
23924 \begin_inset CommandInset ref
23925 LatexCommand ref
23926 reference "tab:cap-beside-tab"
23927
23928 \end_inset
23929
23930  sind Beispiele für seitliche Beschriftungen.
23931 \end_layout
23932
23933 \begin_layout Standard
23934 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23935  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23936  der Abbildung.
23937  Das kann man mit dem Befehl
23938 \end_layout
23939
23940 \begin_layout Standard
23941
23942 \series bold
23943
23944 \backslash
23945 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23946 \end_layout
23947
23948 \begin_layout Standard
23949 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23950  Der Gleitobjekt-Typ ist entweder 
23951 \family sans
23952 figure
23953 \family default
23954  oder 
23955 \family sans
23956 table
23957 \family default
23958 , die
23959 \family sans
23960  
23961 \family default
23962 Platzierung ist 
23963 \family typewriter
23964 t
23965 \family default
23966  für oben, 
23967 \family typewriter
23968 c
23969 \family default
23970  für zentriert oder 
23971 \family typewriter
23972 b
23973 \family default
23974  für unten.
23975  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23976  lautet der Befehl
23977 \end_layout
23978
23979 \begin_layout Standard
23980
23981 \series bold
23982
23983 \backslash
23984 sidecaptionvpos{figure}{c}
23985 \end_layout
23986
23987 \begin_layout Standard
23988 Das wurde in Abbildung
23989 \begin_inset space ~
23990 \end_inset
23991
23992
23993 \begin_inset CommandInset ref
23994 LatexCommand ref
23995 reference "abb:cap-beside-fig-2"
23996
23997 \end_inset
23998
23999  benutzt.
24000 \end_layout
24001
24002 \begin_layout Standard
24003 \begin_inset VSpace medskip
24004 \end_inset
24005
24006 Weitere Informationen über das Paket
24007 \series bold
24008  sidecap
24009 \series default
24010  finden Sie in seiner Dokumentation 
24011 \begin_inset CommandInset citation
24012 LatexCommand cite
24013 key "sidecap"
24014
24015 \end_inset
24016
24017 .
24018 \end_layout
24019
24020 \begin_layout Standard
24021 \begin_inset Note Greyedout
24022 status open
24023
24024 \begin_layout Plain Layout
24025
24026 \series bold
24027 Bemerkung:
24028 \series default
24029  Das LaTeX-Paket 
24030 \series bold
24031 hypcap
24032 \series default
24033 ,
24034 \begin_inset Index
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 LaTeX-Pakete ! hypcap
24039 \end_layout
24040
24041 \end_inset
24042
24043  das in Abschnitt
24044 \begin_inset space ~
24045 \end_inset
24046
24047
24048 \begin_inset CommandInset ref
24049 LatexCommand ref
24050 reference "uab:Querverweis-Position"
24051
24052 \end_inset
24053
24054  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24055  Beschriftungen.
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 \begin_inset ERT
24065 status collapsed
24066
24067 \begin_layout Plain Layout
24068
24069
24070 \backslash
24071 FigBesBeg 
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \begin_layout Standard
24080 \begin_inset Float figure
24081 wide false
24082 sideways false
24083 status open
24084
24085 \begin_layout Plain Layout
24086 \begin_inset Graphics
24087         filename ../clipart/escher-lsd.eps
24088         scale 75
24089         scaleBeforeRotation
24090
24091 \end_inset
24092
24093
24094 \end_layout
24095
24096 \begin_layout Plain Layout
24097 \begin_inset Caption
24098
24099 \begin_layout Plain Layout
24100 \begin_inset CommandInset label
24101 LatexCommand label
24102 name "abb:Beschriftung-neben"
24103
24104 \end_inset
24105
24106 Dies ist eine Beschriftung neben einer Abbildung.
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset ERT
24121 status collapsed
24122
24123 \begin_layout Plain Layout
24124
24125
24126 \backslash
24127 TabBesBeg 
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \begin_layout Standard
24136 \begin_inset Float table
24137 wide false
24138 sideways false
24139 status open
24140
24141 \begin_layout Plain Layout
24142 \begin_inset Caption
24143
24144 \begin_layout Plain Layout
24145 \begin_inset CommandInset label
24146 LatexCommand label
24147 name "tab:cap-beside-tab"
24148
24149 \end_inset
24150
24151 Dies ist eine Beschriftung neben einer Tabelle.
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Tabular
24161 <lyxtabular version="3" rows="4" columns="5">
24162 <features>
24163 <column alignment="center" valignment="top" width="0">
24164 <column alignment="center" valignment="top" width="0">
24165 <column alignment="center" valignment="top" width="0">
24166 <column alignment="center" valignment="top" width="0">
24167 <column alignment="center" valignment="top" width="0">
24168 <row>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173 a
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 b
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 c
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 <row>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 d
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 e
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 </row>
24262 <row>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 f
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285 g
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303 h
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 </row>
24309 <row>
24310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 i
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 j
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 </row>
24356 </lyxtabular>
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \begin_layout Standard
24369 \begin_inset ERT
24370 status collapsed
24371
24372 \begin_layout Plain Layout
24373
24374
24375 \backslash
24376 TabBesEnd
24377 \end_layout
24378
24379 \end_inset
24380
24381
24382 \end_layout
24383
24384 \begin_layout Standard
24385 \begin_inset ERT
24386 status collapsed
24387
24388 \begin_layout Plain Layout
24389
24390
24391 \backslash
24392 sidecaptionvpos{figure}{c}
24393 \end_layout
24394
24395 \end_inset
24396
24397
24398 \begin_inset Float figure
24399 wide false
24400 sideways false
24401 status open
24402
24403 \begin_layout Plain Layout
24404 \begin_inset Graphics
24405         filename ../clipart/escher-lsd.eps
24406         scale 75
24407         scaleBeforeRotation
24408
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Caption
24416
24417 \begin_layout Plain Layout
24418 \begin_inset CommandInset label
24419 LatexCommand label
24420 name "abb:cap-beside-fig-2"
24421
24422 \end_inset
24423
24424 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \begin_layout Standard
24438 \begin_inset ERT
24439 status collapsed
24440
24441 \begin_layout Plain Layout
24442
24443
24444 \backslash
24445 FigBesEnd
24446 \end_layout
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 \begin_inset ERT
24455 status collapsed
24456
24457 \begin_layout Plain Layout
24458
24459
24460 \backslash
24461 else
24462 \end_layout
24463
24464 \end_inset
24465
24466
24467 \begin_inset Note Note
24468 status open
24469
24470 \begin_layout Plain Layout
24471 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24472 \series bold
24473 sidecap
24474 \series default
24475  nicht installiert ist:
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \end_layout
24482
24483 \begin_layout Standard
24484 Das LaTeX-Paket 
24485 \series bold
24486 sidecap
24487 \series default
24488  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24489 \end_layout
24490
24491 \begin_layout Standard
24492 \begin_inset ERT
24493 status collapsed
24494
24495 \begin_layout Plain Layout
24496
24497
24498 \backslash
24499 fi
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \end_layout
24506
24507 \begin_layout Section
24508 Gleitobjekt-Verzeichnisse
24509 \begin_inset Index
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Gleitobjekte ! Verzeichnisse
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24523  Sie können mit den Untermenüs von 
24524 \family sans
24525 Einfügen\SpecialChar \menuseparator
24526 Liste
24527 \begin_inset space ~
24528 \end_inset
24529
24530 /
24531 \begin_inset space ~
24532 \end_inset
24533
24534 Inhaltsverzeichnis
24535 \family default
24536  eingefügt werden.
24537 \end_layout
24538
24539 \begin_layout Standard
24540 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24541  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24542 \end_layout
24543
24544 \begin_layout Standard
24545 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24546  und ein Tabellen-Verzeichnis.
24547 \end_layout
24548
24549 \begin_layout Chapter
24550 Notizen
24551 \end_layout
24552
24553 \begin_layout Section
24554 LyX-Notizen
24555 \begin_inset Index
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 Notizen ! LyX-Notizen
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 Notizen werden mit einem Klick auf 
24569 \begin_inset Graphics
24570         filename ../../images/note-insert.png
24571         scale 85
24572         scaleBeforeRotation
24573         BoundingBox 0bp 6bp 22bp 22bp
24574
24575 \end_inset
24576
24577  oder 
24578 \family sans
24579 Einfügen\SpecialChar \menuseparator
24580 Notiz
24581 \family default
24582  eingefügt.
24583  Es gibt drei Arten:
24584 \end_layout
24585
24586 \begin_layout Description
24587 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24588  Eine 
24589 \family sans
24590 LyX-Notiz
24591 \family default
24592  sieht so aus:
24593 \begin_inset Newline newline
24594 \end_inset
24595
24596
24597 \begin_inset Newline newline
24598 \end_inset
24599
24600
24601 \begin_inset Graphics
24602         filename clipart/LyXNotizQt4.png
24603         display false
24604         scale 60
24605         scaleBeforeRotation
24606
24607 \end_inset
24608
24609  
24610 \begin_inset Note Note
24611 status open
24612
24613 \begin_layout Plain Layout
24614 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \begin_layout Description
24623 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24624  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24625 \family sans
24626 Datei\SpecialChar \menuseparator
24627 Ex\SpecialChar \-
24628 por\SpecialChar \-
24629 tie\SpecialChar \-
24630 ren\SpecialChar \menuseparator
24631 LaTe
24632 \begin_inset ERT
24633 status collapsed
24634
24635 \begin_layout Plain Layout
24636
24637 {}
24638 \end_layout
24639
24640 \end_inset
24641
24642 X (pdflatex) / (normal)
24643 \family default
24644 .
24645  Ein Kommentar sieht so aus:
24646 \begin_inset Newline newline
24647 \end_inset
24648
24649
24650 \begin_inset Newline newline
24651 \end_inset
24652
24653
24654 \begin_inset Graphics
24655         filename clipart/KommentarQt4.png
24656         display false
24657         scale 60
24658         scaleBeforeRotation
24659
24660 \end_inset
24661
24662  
24663 \begin_inset Note Comment
24664 status open
24665
24666 \begin_layout Plain Layout
24667 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Description
24676 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680
24681 \begin_inset Newline newline
24682 \end_inset
24683
24684
24685 \begin_inset Graphics
24686         filename clipart/GrauschriftNotizQt4.png
24687         display false
24688         scale 60
24689         scaleBeforeRotation
24690
24691 \end_inset
24692
24693
24694 \begin_inset Newline newline
24695 \end_inset
24696
24697
24698 \begin_inset ERT
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702
24703
24704 \backslash
24705 renewenvironment{lyxgreyedout}
24706 \end_layout
24707
24708 \begin_layout Plain Layout
24709
24710 {
24711 \backslash
24712 textcolor[gray]{0.4}
24713 \backslash
24714 bgroup}{
24715 \backslash
24716 egroup}
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \begin_inset Note Greyedout
24723 status open
24724
24725 \begin_layout Plain Layout
24726 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24727 \begin_inset Foot
24728 status open
24729
24730 \begin_layout Plain Layout
24731 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \end_layout
24738
24739 \end_inset
24740
24741
24742 \begin_inset ERT
24743 status collapsed
24744
24745 \begin_layout Plain Layout
24746
24747
24748 \backslash
24749 renewenvironment{lyxgreyedout}
24750 \end_layout
24751
24752 \begin_layout Plain Layout
24753
24754 {
24755 \backslash
24756 textcolor{blue}
24757 \backslash
24758 bgroup}{
24759 \backslash
24760 egroup}
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \begin_inset Note Note
24767 status collapsed
24768
24769 \begin_layout Plain Layout
24770 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24771  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24772  
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \begin_inset Newline newline
24779 \end_inset
24780
24781
24782 \begin_inset Newline newline
24783 \end_inset
24784
24785 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24786  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24787 \end_layout
24788
24789 \begin_layout Standard
24790 \begin_inset VSpace bigskip
24791 \end_inset
24792
24793 Wenn Sie auf den Werkzeugleistenknopf 
24794 \begin_inset Graphics
24795         filename ../../images/note-insert.png
24796         scale 85
24797         scaleBeforeRotation
24798         BoundingBox 0bp 6bp 22bp 22bp
24799
24800 \end_inset
24801
24802  klicken, wird zunächst eine 
24803 \family sans
24804 LyX-Notiz
24805 \family default
24806  eingefügt.
24807  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24808  anderen Möglichkeiten auswählen.
24809  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24810  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24811  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24812  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24813  am Ende der Notiz ist.
24814 \end_layout
24815
24816 \begin_layout Standard
24817 \begin_inset VSpace bigskip
24818 \end_inset
24819
24820 Die Textfarbe der 
24821 \family sans
24822 Grauschrift
24823 \family default
24824 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \series bold
24830
24831 \backslash
24832 renewenvironment{lyxgreyedout}
24833 \begin_inset Newline newline
24834 \end_inset
24835
24836
24837 \begin_inset ERT
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841
24842
24843 \backslash
24844 hphantom{ }
24845 \end_layout
24846
24847 \end_inset
24848
24849 {
24850 \backslash
24851 textcolor{color}
24852 \backslash
24853 bgroup}{
24854 \backslash
24855 egroup}
24856 \end_layout
24857
24858 \begin_layout Standard
24859 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24860 \begin_inset space ~
24861 \end_inset
24862
24863
24864 \begin_inset CommandInset ref
24865 LatexCommand ref
24866 reference "abs:Farbige-Tabellen"
24867
24868 \end_inset
24869
24870  beschrieben.
24871  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24872 \end_layout
24873
24874 \begin_layout Section
24875 Fußnoten
24876 \begin_inset CommandInset label
24877 LatexCommand label
24878 name "abs:Fußnoten"
24879
24880 \end_inset
24881
24882
24883 \begin_inset Index
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887 Notizen ! Fußnoten
24888 \end_layout
24889
24890 \end_inset
24891
24892
24893 \begin_inset Index
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897 Fußnoten
24898 \end_layout
24899
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \begin_layout Standard
24906 Zu dem, was bereits im 
24907 \emph on
24908 Benutzerhandbuch
24909 \emph default
24910  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24911  Eine Fußnotenbox sieht folgendermaßen aus: 
24912 \begin_inset Graphics
24913         filename clipart/FussnoteQt4.png
24914         scale 80
24915         scaleBeforeRotation
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Hier ist eine Beispielfußnote:
24924 \color black
24925
24926 \begin_inset Foot
24927 status open
24928
24929 \begin_layout Plain Layout
24930 \begin_inset CommandInset label
24931 LatexCommand label
24932 name "fuss:Fußnoten-Beispiel"
24933
24934 \end_inset
24935
24936 Dies ist eine Fußnote.
24937 \end_layout
24938
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \begin_layout Standard
24945 \begin_inset ERT
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949
24950
24951 \backslash
24952 newcounter{MyRepeatFoot}
24953 \end_layout
24954
24955 \begin_layout Plain Layout
24956
24957
24958 \backslash
24959 setcounter{MyRepeatFoot}{
24960 \backslash
24961 thefootnote}
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Standard
24970 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24971  wurde, eine hochgestellte Zahl.
24972  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24973  hochgestellt dem Text vorangeht.
24974  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24975  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24976  werden.
24977 \end_layout
24978
24979 \begin_layout Standard
24980 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24981  der Fußnote eine Marke eingefügt wurde.
24982  Dies ist ein Querverweis auf Fußnote
24983 \begin_inset space ~
24984 \end_inset
24985
24986
24987 \begin_inset CommandInset ref
24988 LatexCommand ref
24989 reference "fuss:Fußnoten-Beispiel"
24990
24991 \end_inset
24992
24993 .
24994 \end_layout
24995
24996 \begin_layout Standard
24997 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24998  siehe Abschnitt
24999 \begin_inset space ~
25000 \end_inset
25001
25002
25003 \begin_inset CommandInset ref
25004 LatexCommand ref
25005 reference "abs:Minipage"
25006
25007 \end_inset
25008
25009 .
25010  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25011 \begin_inset space ~
25012 \end_inset
25013
25014
25015 \begin_inset CommandInset ref
25016 LatexCommand ref
25017 reference "uab:Fußnoten-in-langen"
25018
25019 \end_inset
25020
25021  beschrieben.
25022 \end_layout
25023
25024 \begin_layout Standard
25025 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25026  TeX-Code-Befehl 
25027 \series bold
25028
25029 \backslash
25030 footnotemark[Nummer]
25031 \series default
25032  benutzen.
25033  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25034  mal gedruckt wird.
25035 \end_layout
25036
25037 \begin_layout Standard
25038 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25039  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25040  Hinter Fußnote
25041 \begin_inset space ~
25042 \end_inset
25043
25044
25045 \begin_inset CommandInset ref
25046 LatexCommand ref
25047 reference "fuss:Fußnoten-Beispiel"
25048
25049 \end_inset
25050
25051  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25052 \end_layout
25053
25054 \begin_layout Standard
25055
25056 \series bold
25057
25058 \backslash
25059 newcounter{MyRepeatFoot}
25060 \begin_inset Newline newline
25061 \end_inset
25062
25063
25064 \backslash
25065 setcounter{MyRepeatFoot}{
25066 \backslash
25067 thefootnote}
25068 \end_layout
25069
25070 \begin_layout Standard
25071 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25072 \end_layout
25073
25074 \begin_layout Standard
25075
25076 \series bold
25077
25078 \backslash
25079 footnotemark[
25080 \backslash
25081 theMyRepeatFoot]
25082 \end_layout
25083
25084 \begin_layout Standard
25085 Hier ist ein Beispiel für eine Fußnotenmarke:
25086 \family roman
25087 \series medium
25088 \bar no
25089
25090 \begin_inset ERT
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094
25095
25096 \backslash
25097 footnotemark[
25098 \backslash
25099 theMyRepeatFoot]
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \begin_layout Subsection
25108 Fußnoten-Nummerierung
25109 \begin_inset CommandInset label
25110 LatexCommand label
25111 name "uab:Fußnoten-Nummerierung"
25112
25113 \end_inset
25114
25115
25116 \begin_inset Index
25117 status collapsed
25118
25119 \begin_layout Plain Layout
25120 Fußnoten ! Nummerierung
25121 \end_layout
25122
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \begin_layout Standard
25129 Um Fußnoten nach jedem Abschnitt
25130 \family roman
25131  auf 1 zurückzusetzen, 
25132 \family default
25133 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25134 \end_layout
25135
25136 \begin_layout Standard
25137
25138 \series bold
25139
25140 \backslash
25141 @addtoreset{footnote}{section}
25142 \end_layout
25143
25144 \begin_layout Standard
25145 \begin_inset VSpace bigskip
25146 \end_inset
25147
25148 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25149  Zahlen:
25150 \end_layout
25151
25152 \begin_layout Standard
25153
25154 \series bold
25155
25156 \backslash
25157 renewcommand{
25158 \backslash
25159 thefootnote}{
25160 \backslash
25161 roman{footnote}}
25162 \end_layout
25163
25164 \begin_layout Standard
25165 \begin_inset ERT
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170
25171 \backslash
25172 renewcommand{
25173 \backslash
25174 thefootnote}{
25175 \backslash
25176 roman{footnote}}
25177 \end_layout
25178
25179 \end_inset
25180
25181  Hier ist ein Beispiel für solch eine Fußnote:
25182 \begin_inset Foot
25183 status open
25184
25185 \begin_layout Plain Layout
25186 Dies ist eine Fußnote mit kleinen römischen Zahlen
25187 \end_layout
25188
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \begin_layout Standard
25195 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25196  in obigem Befehl 
25197 \series bold
25198
25199 \backslash
25200 roman
25201 \series default
25202  durch 
25203 \series bold
25204
25205 \backslash
25206 Roman
25207 \series default
25208 .
25209  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25210 \begin_inset Quotes gld
25211 \end_inset
25212
25213 nummerieren
25214 \begin_inset Quotes grd
25215 \end_inset
25216
25217 , verwenden Sie die Befehle 
25218 \series bold
25219
25220 \backslash
25221 Alph
25222 \series default
25223  oder 
25224 \series bold
25225
25226 \backslash
25227 alph
25228 \series default
25229 .
25230  Für die 
25231 \begin_inset Quotes gld
25232 \end_inset
25233
25234 Nummerierung
25235 \begin_inset Quotes grd
25236 \end_inset
25237
25238  mit Symbolen steht der Befehl 
25239 \series bold
25240
25241 \backslash
25242 fnsymbol
25243 \series default
25244  zur Verfügung.
25245 \end_layout
25246
25247 \begin_layout Standard
25248 \begin_inset Note Greyedout
25249 status open
25250
25251 \begin_layout Plain Layout
25252
25253 \series bold
25254 Bemerkung 1:
25255 \series default
25256  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25257  
25258 \emph on
25259 ein
25260 \emph default
25261  Buchstabe verwendet wird.
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \begin_inset Newline newline
25268 \end_inset
25269
25270
25271 \begin_inset Note Greyedout
25272 status open
25273
25274 \begin_layout Plain Layout
25275
25276 \series bold
25277 Bemerkung 2:
25278 \series default
25279  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25289 \series bold
25290
25291 \backslash
25292 arabic
25293 \series default
25294  anstelle von 
25295 \series bold
25296
25297 \backslash
25298 roman
25299 \series default
25300  in obigem Befehl.
25301 \begin_inset ERT
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305
25306
25307 \backslash
25308 renewcommand{
25309 \backslash
25310 thefootnote}{
25311 \backslash
25312 arabic{footnote}}
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \end_layout
25319
25320 \begin_layout Standard
25321 \begin_inset VSpace bigskip
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25329 \begin_inset Quotes gld
25330 \end_inset
25331
25332 Kapitel.Fußnote
25333 \begin_inset Quotes grd
25334 \end_inset
25335
25336  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25337 \end_layout
25338
25339 \begin_layout Standard
25340
25341 \series bold
25342
25343 \backslash
25344 numberwithin{footnote}{chapter}
25345 \end_layout
25346
25347 \begin_layout Standard
25348 Um 
25349 \series bold
25350
25351 \backslash
25352 numberwithin
25353 \series default
25354  benutzen zu können, muss in den 
25355 \family sans
25356 Mathe
25357 \begin_inset space ~
25358 \end_inset
25359
25360 Optionen
25361 \family default
25362  der 
25363 \family sans
25364 Dokument-Einstellungen
25365 \family default
25366  
25367 \family sans
25368 AMS
25369 \begin_inset space ~
25370 \end_inset
25371
25372 Mathe
25373 \begin_inset space ~
25374 \end_inset
25375
25376 Paket
25377 \family default
25378
25379 \begin_inset space ~
25380 \end_inset
25381
25382
25383 \family sans
25384 verwenden
25385 \family default
25386  angekreuzt sein.
25387 \begin_inset ERT
25388 status collapsed
25389
25390 \begin_layout Plain Layout
25391
25392
25393 \backslash
25394 numberwithin{footnote}{chapter}
25395 \end_layout
25396
25397 \end_inset
25398
25399  Hier ist ein Beispiel für solch eine Fußnote.
25400 \series bold
25401
25402 \begin_inset Foot
25403 status open
25404
25405 \begin_layout Plain Layout
25406 Dies ist eine Fußnote nach dem Schema 
25407 \begin_inset Quotes gld
25408 \end_inset
25409
25410 Kapitel.Fußnote
25411 \begin_inset Quotes grd
25412 \end_inset
25413
25414 .
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \series default
25421
25422 \begin_inset ERT
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426
25427
25428 \backslash
25429 renewcommand{
25430 \backslash
25431 thefootnote}{
25432 \backslash
25433 arabic{footnote}}
25434 \end_layout
25435
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \begin_layout Standard
25442 \begin_inset Note Greyedout
25443 status open
25444
25445 \begin_layout Plain Layout
25446
25447 \series bold
25448 Bemerkung:
25449 \series default
25450  
25451 \series bold
25452
25453 \backslash
25454 numberwithin
25455 \series default
25456  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25457  werden überschrieben.
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Um also z.
25467 \begin_inset space \thinspace{}
25468 \end_inset
25469
25470 B.
25471  das Schema 
25472 \begin_inset Quotes gld
25473 \end_inset
25474
25475 Kapitel.
25476 \backslash
25477 Roman{footnote}
25478 \begin_inset Quotes grd
25479 \end_inset
25480
25481  zu erhalten, muss dieser Befehl anstelle von 
25482 \series bold
25483
25484 \backslash
25485 numberwithin
25486 \series default
25487  verwendet werden:
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 renewcommand{
25496 \backslash
25497 thefootnote}{
25498 \backslash
25499 thechapter.
25500 \backslash
25501 Roman{footnote}}
25502 \end_layout
25503
25504 \begin_layout Subsection
25505 Fußnoten-Platzierung
25506 \begin_inset Index
25507 status collapsed
25508
25509 \begin_layout Plain Layout
25510 Fußnoten ! Platzierung
25511 \end_layout
25512
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \begin_layout Standard
25519 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25520  ohne Zwischenraum am Ende der Seite gedruckt.
25521  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25522  LaTeX-Vorspann 1.5
25523 \begin_inset space \thinspace{}
25524 \end_inset
25525
25526 mm Zwischenraum einfügen:
25527 \end_layout
25528
25529 \begin_layout Standard
25530
25531 \series bold
25532
25533 \backslash
25534 let
25535 \backslash
25536 myFoot
25537 \backslash
25538 footnote
25539 \begin_inset Newline newline
25540 \end_inset
25541
25542
25543 \backslash
25544 renewcommand{
25545 \backslash
25546 footnote}[1]{
25547 \backslash
25548 myFoot{#1
25549 \backslash
25550 vspace{1.5mm}}}
25551 \end_layout
25552
25553 \begin_layout Standard
25554 \begin_inset VSpace bigskip
25555 \end_inset
25556
25557 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25558  Spalte gedruckt, Abbildung
25559 \begin_inset space ~
25560 \end_inset
25561
25562
25563 \begin_inset CommandInset ref
25564 LatexCommand ref
25565 reference "abb:Standard-Fußnoten-Platzierung-in"
25566
25567 \end_inset
25568
25569 .
25570  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25571  in Abbildung
25572 \begin_inset space ~
25573 \end_inset
25574
25575
25576 \begin_inset CommandInset ref
25577 LatexCommand ref
25578 reference "abb:Fußnoten-Platzierung-in-einem"
25579
25580 \end_inset
25581
25582 , müssen Sie das LaTeX-Paket 
25583 \series bold
25584 ftnright
25585 \series default
25586
25587 \begin_inset Index
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591 LaTeX-Pakete ! ftnright
25592 \end_layout
25593
25594 \end_inset
25595
25596  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25597 \end_layout
25598
25599 \begin_layout Standard
25600
25601 \series bold
25602
25603 \backslash
25604 usepackage{ftnright}
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \begin_inset Float figure
25609 placement !h
25610 wide false
25611 sideways false
25612 status open
25613
25614 \begin_layout Plain Layout
25615 \begin_inset ERT
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619
25620
25621 \backslash
25622 framebox{
25623 \end_layout
25624
25625 \end_inset
25626
25627
25628 \begin_inset Graphics
25629         filename ../clipart/without_fntright.pdf
25630         width 100col%
25631         scaleBeforeRotation
25632
25633 \end_inset
25634
25635
25636 \begin_inset ERT
25637 status collapsed
25638
25639 \begin_layout Plain Layout
25640
25641 }
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Plain Layout
25650 \begin_inset Caption
25651
25652 \begin_layout Plain Layout
25653 \begin_inset CommandInset label
25654 LatexCommand label
25655 name "abb:Standard-Fußnoten-Platzierung-in"
25656
25657 \end_inset
25658
25659 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25660 \begin_inset OptArg
25661 status open
25662
25663 \begin_layout Plain Layout
25664 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 \begin_inset Float figure
25684 placement !h
25685 wide false
25686 sideways false
25687 status open
25688
25689 \begin_layout Plain Layout
25690 \begin_inset ERT
25691 status collapsed
25692
25693 \begin_layout Plain Layout
25694
25695
25696 \backslash
25697 framebox{
25698 \end_layout
25699
25700 \end_inset
25701
25702
25703 \begin_inset Graphics
25704         filename ../clipart/with_fntright.pdf
25705         width 100col%
25706         scaleBeforeRotation
25707
25708 \end_inset
25709
25710
25711 \begin_inset ERT
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715
25716 }
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Caption
25726
25727 \begin_layout Plain Layout
25728 \begin_inset CommandInset label
25729 LatexCommand label
25730 name "abb:Fußnoten-Platzierung-in-einem"
25731
25732 \end_inset
25733
25734 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25735  
25736 \series bold
25737 ftnright
25738 \series default
25739 .
25740 \begin_inset OptArg
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744 Fußnoten-Platzierung mit 
25745 \family typewriter
25746 ftnright
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Standard
25765 \begin_inset VSpace bigskip
25766 \end_inset
25767
25768 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25769  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25770 \begin_inset space ~
25771 \end_inset
25772
25773
25774 \begin_inset CommandInset ref
25775 LatexCommand ref
25776 reference "abb:endnotes"
25777
25778 \end_inset
25779
25780  gedruckt.
25781  Man nennt sie dann 
25782 \begin_inset Quotes gld
25783 \end_inset
25784
25785 Endnoten
25786 \begin_inset Quotes grd
25787 \end_inset
25788
25789 .
25790 \begin_inset Index
25791 status collapsed
25792
25793 \begin_layout Plain Layout
25794 Endnoten
25795 \end_layout
25796
25797 \end_inset
25798
25799  Um das zu erreichen, laden Sie im Menü 
25800 \family sans
25801 Dokument\SpecialChar \menuseparator
25802 Einstellungen\SpecialChar \menuseparator
25803 Module 
25804 \family default
25805 das Modul 
25806 \family sans
25807 Fußnote
25808 \begin_inset space ~
25809 \end_inset
25810
25811 als
25812 \begin_inset space ~
25813 \end_inset
25814
25815 Endnote
25816 \family default
25817 .
25818  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
25819 \end_layout
25820
25821 \begin_layout Standard
25822
25823 \series bold
25824
25825 \backslash
25826 theendnotes
25827 \end_layout
25828
25829 \begin_layout Standard
25830 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
25831 \end_layout
25832
25833 \begin_layout Standard
25834 \begin_inset Float figure
25835 wide false
25836 sideways false
25837 status open
25838
25839 \begin_layout Plain Layout
25840 \align center
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 framebox{
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \begin_inset Graphics
25855         filename ../clipart/endnotes.pdf
25856         scaleBeforeRotation
25857
25858 \end_inset
25859
25860
25861 \begin_inset ERT
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865
25866 }
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \begin_layout Plain Layout
25875 \begin_inset Caption
25876
25877 \begin_layout Plain Layout
25878 \begin_inset CommandInset label
25879 LatexCommand label
25880 name "abb:endnotes"
25881
25882 \end_inset
25883
25884
25885 \series bold
25886 endnotes
25887 \series default
25888  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25889  gedruckt.
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 \begin_inset VSpace medskip
25904 \end_inset
25905
25906 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25907 ache übersetzt.
25908  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25909 \begin_inset Quotes gld
25910 \end_inset
25911
25912 Notes
25913 \begin_inset Quotes grd
25914 \end_inset
25915
25916  in 
25917 \begin_inset Quotes gld
25918 \end_inset
25919
25920 Anmerkungen
25921 \begin_inset Quotes grd
25922 \end_inset
25923
25924 :
25925 \end_layout
25926
25927 \begin_layout Standard
25928
25929 \series bold
25930
25931 \backslash
25932 renewcommand{
25933 \backslash
25934 notesname}{Anmerkungen}
25935 \end_layout
25936
25937 \begin_layout Standard
25938 \begin_inset VSpace medskip
25939 \end_inset
25940
25941 Wenn Sie in den Befehlen von Abschnitt
25942 \begin_inset space ~
25943 \end_inset
25944
25945
25946 \begin_inset CommandInset ref
25947 LatexCommand ref
25948 reference "uab:Fußnoten-Nummerierung"
25949
25950 \end_inset
25951
25952  
25953 \series bold
25954
25955 \backslash
25956 thefootnote
25957 \series default
25958  durch 
25959 \series bold
25960
25961 \backslash
25962 theendnote
25963 \series default
25964  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25965  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25966 \series bold
25967
25968 \backslash
25969 @addtoreset
25970 \series default
25971  wie in Abschnitt
25972 \begin_inset space \space{}
25973 \end_inset
25974
25975
25976 \begin_inset CommandInset ref
25977 LatexCommand ref
25978 reference "uab:Fußnoten-Nummerierung"
25979
25980 \end_inset
25981
25982  beschrieben und ersetzen 
25983 \series bold
25984 footnote
25985 \series default
25986  durch 
25987 \series bold
25988 endnote
25989 \series default
25990 .
25991 \end_layout
25992
25993 \begin_layout Standard
25994 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25995  
25996 \series bold
25997
25998 \backslash
25999 endnotemark[Nummer]
26000 \series default
26001  ähnlich wie 
26002 \series bold
26003
26004 \backslash
26005 footnotemark
26006 \series default
26007  Abschnitt
26008 \begin_inset space ~
26009 \end_inset
26010
26011
26012 \begin_inset CommandInset ref
26013 LatexCommand ref
26014 reference "abs:Fußnoten"
26015
26016 \end_inset
26017
26018 .
26019 \end_layout
26020
26021 \begin_layout Standard
26022 \begin_inset VSpace bigskip
26023 \end_inset
26024
26025 Mit dem LaTeX-Paket 
26026 \series bold
26027 footmisc
26028 \series default
26029
26030 \begin_inset Index
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034 LaTeX-Pakete ! footmisc
26035 \end_layout
26036
26037 \end_inset
26038
26039  (
26040 \begin_inset CommandInset citation
26041 LatexCommand cite
26042 key "footmisc"
26043
26044 \end_inset
26045
26046 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26047 \end_layout
26048
26049 \begin_layout Standard
26050 In LaTeX-Büchern, 
26051 \begin_inset CommandInset citation
26052 LatexCommand cite
26053 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26054
26055 \end_inset
26056
26057 , finden Sie weiteres zu Fußnoten.
26058 \end_layout
26059
26060 \begin_layout Section
26061 Randnotizen
26062 \begin_inset Index
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066 Randnotizen
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \begin_inset Index
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076 Notizen ! Randnotizen
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \begin_layout Standard
26085 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26086  Sie fügen sie mit einem Klick auf den Schalter 
26087 \begin_inset Graphics
26088         filename ../../images/marginalnote-insert.png
26089         scale 70
26090         scaleBeforeRotation
26091
26092 \end_inset
26093
26094  oder über 
26095 \family sans
26096 Einfügen\SpecialChar \menuseparator
26097 Randnotiz
26098 \family default
26099  ein.
26100  Ein graues Kästchen mit der Aufschrift 
26101 \begin_inset Quotes gld
26102 \end_inset
26103
26104 Rand
26105 \begin_inset Quotes grd
26106 \end_inset
26107
26108  erscheint
26109 \family roman
26110 \series medium
26111 , und dort, wo der Cursor steht, können Sie Text eingeben.
26112 \end_layout
26113
26114 \begin_layout Standard
26115 Hier am Rand sehen Sie eine Randnotiz.
26116  
26117 \begin_inset Marginal
26118 status open
26119
26120 \begin_layout Plain Layout
26121 Dies ist eine Randnotiz.
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \begin_layout Standard
26130 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26131  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26132  Seiten und rechts auf den ungeraden.
26133  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26134  wird und umgekehrt.
26135  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26136  wurde.
26137 \end_layout
26138
26139 \begin_layout Standard
26140 \begin_inset VSpace bigskip
26141 \end_inset
26142
26143 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26144 \end_layout
26145
26146 \begin_layout Standard
26147
26148 \series bold
26149
26150 \backslash
26151 reversemarginpar
26152 \end_layout
26153
26154 \begin_layout Standard
26155 als TeX-Code vor einer Randnotiz ein.
26156  Das gilt dann für alle folgenden Randnotizen.
26157  
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162
26163
26164 \backslash
26165 reversemarginpar 
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \begin_inset Marginal
26172 status open
26173
26174 \begin_layout Plain Layout
26175 Hier ist ein Beispiel im inneren Rand.
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \begin_inset Newline newline
26182 \end_inset
26183
26184
26185 \begin_inset Note Greyedout
26186 status open
26187
26188 \begin_layout Plain Layout
26189  
26190 \series bold
26191 Achtung:
26192 \series default
26193  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \begin_layout Standard
26202 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26203 \end_layout
26204
26205 \begin_layout Standard
26206
26207 \series bold
26208
26209 \backslash
26210 normalmarginpar
26211 \end_layout
26212
26213 \begin_layout Standard
26214 als TeX-Code ein.
26215 \begin_inset ERT
26216 status collapsed
26217
26218 \begin_layout Plain Layout
26219
26220
26221 \backslash
26222 normalmarginpar 
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \begin_layout Standard
26231 \begin_inset Note Greyedout
26232 status open
26233
26234 \begin_layout Plain Layout
26235
26236 \series bold
26237 Achtung:
26238 \series default
26239  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26240 \series bold
26241
26242 \backslash
26243 reversemarginpar
26244 \series default
26245  verwendet wird.
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset VSpace bigskip
26255 \end_inset
26256
26257
26258 \begin_inset Marginal
26259 status open
26260
26261 \begin_layout Plain Layout
26262
26263 \family roman
26264 \series medium
26265 EinSehrLangesWort am Anfang, das umgebrochen wird.
26266 \end_layout
26267
26268 \end_inset
26269
26270  Ähnlich wie in Abschnitt
26271 \begin_inset space ~
26272 \end_inset
26273
26274
26275 \begin_inset CommandInset ref
26276 LatexCommand ref
26277 reference "uab:Mehrfache-Zeilen-in"
26278
26279 \end_inset
26280
26281  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26282  Wort der Randnotiz sind.
26283  Um das zu vermeiden, fügen sie 0
26284 \begin_inset space \thinspace{}
26285 \end_inset
26286
26287 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26288 \begin_inset Marginal
26289 status open
26290
26291 \begin_layout Plain Layout
26292 \begin_inset space \hspace{}
26293 \length 0pt
26294 \end_inset
26295
26296
26297 \family roman
26298 \series medium
26299 EinSehrLangesWort am Anfang, das umgebrochen wird.
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \begin_layout Standard
26308 \begin_inset VSpace bigskip
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Standard
26315 \begin_inset Note Greyedout
26316 status open
26317
26318 \begin_layout Plain Layout
26319
26320 \series bold
26321 Bemerkung:
26322 \series default
26323  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26324  verwendet werden.
26325 \end_layout
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \begin_layout Standard
26333 \begin_inset VSpace bigskip
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \begin_inset ERT
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344
26345
26346 \backslash
26347 ifmarginnote
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \begin_inset Note Note
26354 status open
26355
26356 \begin_layout Plain Layout
26357 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26358 \series bold
26359 marginnote
26360 \series default
26361  installiert ist.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Standard
26370 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26371 \series bold
26372 marginnote
26373 \series default
26374
26375 \begin_inset Index
26376 status collapsed
26377
26378 \begin_layout Plain Layout
26379 LaTeX-Pakete ! marginnote
26380 \end_layout
26381
26382 \end_inset
26383
26384  verwendet wird.
26385  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26386  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26387  des Pakets 
26388 \series bold
26389 marginnote
26390 \series default
26391  für Randnotizen verwendet wird:
26392 \end_layout
26393
26394 \begin_layout Standard
26395
26396 \series bold
26397
26398 \backslash
26399 usepackage{marginnote}
26400 \begin_inset Newline newline
26401 \end_inset
26402
26403
26404 \backslash
26405 let
26406 \backslash
26407 marginpar
26408 \backslash
26409 marginnote
26410 \end_layout
26411
26412 \begin_layout Standard
26413 Dies wird auch in diesem Dokument verwendet, denn 
26414 \series bold
26415 marginnote
26416 \series default
26417  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26418  für Randnotizen angeben.
26419  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26420 n zu dicht beieinander sind.
26421  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26422  Schema
26423 \end_layout
26424
26425 \begin_layout Standard
26426
26427 \series bold
26428 [Versatz]
26429 \end_layout
26430
26431 \begin_layout Standard
26432 angegeben.
26433  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26434 \begin_inset space ~
26435 \end_inset
26436
26437
26438 \begin_inset CommandInset ref
26439 LatexCommand ref
26440 reference "tab:Maßeinheiten"
26441
26442 \end_inset
26443
26444  aufgelistet sind.
26445  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26446  nach unten.
26447  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26448 \begin_inset space \thinspace{}
26449 \end_inset
26450
26451 cm mit dem TeX-Code-Befehl  
26452 \begin_inset Quotes gld
26453 \end_inset
26454
26455
26456 \series bold
26457 [-1.5cm]
26458 \series default
26459
26460 \begin_inset Quotes grd
26461 \end_inset
26462
26463  nach oben versetzt.
26464 \begin_inset Marginal
26465 status open
26466
26467 \begin_layout Plain Layout
26468 Diese Randnotiz ist 1.5
26469 \begin_inset space \thinspace{}
26470 \end_inset
26471
26472 cm von ihrer Originalposition nach oben versetzt.
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482
26483 [-1.5cm]
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \begin_layout Standard
26492 \begin_inset VSpace medskip
26493 \end_inset
26494
26495 Mit 
26496 \series bold
26497 marginnote
26498 \series default
26499  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26500  Zum Beispiel setzen die Befehle
26501 \end_layout
26502
26503 \begin_layout Standard
26504
26505 \series bold
26506
26507 \backslash
26508 renewcommand*{
26509 \backslash
26510 raggedleftmarginnote}{
26511 \backslash
26512 centering}
26513 \begin_inset Newline newline
26514 \end_inset
26515
26516
26517 \backslash
26518 renewcommand*{
26519 \backslash
26520 raggedrightmarginnote}{
26521 \backslash
26522 centering}
26523 \end_layout
26524
26525 \begin_layout Standard
26526 die Ausrichtung auf zentriert.
26527  
26528 \series bold
26529
26530 \backslash
26531 raggedleftmarginnote
26532 \series default
26533  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26534  
26535 \begin_inset ERT
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539
26540
26541 \backslash
26542 renewcommand*{
26543 \backslash
26544 raggedleftmarginnote}{
26545 \backslash
26546 centering}
26547 \end_layout
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 renewcommand*{
26554 \backslash
26555 raggedrightmarginnote}{
26556 \backslash
26557 centering}
26558 \end_layout
26559
26560 \end_inset
26561
26562
26563 \begin_inset Marginal
26564 status open
26565
26566 \begin_layout Plain Layout
26567 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26568 \end_layout
26569
26570 \end_inset
26571
26572  Die Voreinstellung ist
26573 \end_layout
26574
26575 \begin_layout Standard
26576
26577 \series bold
26578
26579 \backslash
26580 renewcommand*{
26581 \backslash
26582 raggedleftmarginnote}{
26583 \backslash
26584 raggedleft}
26585 \begin_inset Newline newline
26586 \end_inset
26587
26588
26589 \backslash
26590 renewcommand*{
26591 \backslash
26592 raggedrightmarginnote}{
26593 \backslash
26594 raggedright}
26595 \series default
26596
26597 \begin_inset ERT
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601
26602
26603 \backslash
26604 renewcommand*{
26605 \backslash
26606 raggedleftmarginnote}{
26607 \backslash
26608 raggedleft}
26609 \end_layout
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 renewcommand*{
26616 \backslash
26617 raggedrightmarginnote}{
26618 \backslash
26619 raggedright}
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 \begin_inset VSpace medskip
26629 \end_inset
26630
26631 Für weitere Fähigkeiten des Pakets 
26632 \series bold
26633 marginnote
26634 \series default
26635  sei auf dessen Dokumentation verwiesen 
26636 \begin_inset CommandInset citation
26637 LatexCommand cite
26638 key "marginnote"
26639
26640 \end_inset
26641
26642 .
26643 \end_layout
26644
26645 \begin_layout Standard
26646 \begin_inset VSpace bigskip
26647 \end_inset
26648
26649 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26650  geändert werden.
26651  Um z.
26652 \begin_inset space \thinspace{}
26653 \end_inset
26654
26655 B.
26656  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26657  und fettgedruckten Text 
26658 \begin_inset Quotes eld
26659 \end_inset
26660
26661
26662 \family sans
26663 \series bold
26664 \bar under
26665 Achtung!
26666 \family default
26667 \series default
26668 \bar default
26669
26670 \begin_inset Quotes erd
26671 \end_inset
26672
26673  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26674 \end_layout
26675
26676 \begin_layout Standard
26677
26678 \series bold
26679
26680 \backslash
26681 let
26682 \backslash
26683 myMarginpar
26684 \backslash
26685 marginpar
26686 \begin_inset Newline newline
26687 \end_inset
26688
26689
26690 \backslash
26691 renewcommand{
26692 \backslash
26693 marginpar}[1]{
26694 \backslash
26695 myMarginpar{%
26696 \begin_inset Newline newline
26697 \end_inset
26698
26699
26700 \begin_inset ERT
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704
26705
26706 \backslash
26707 hphantom{ }
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \backslash
26714 hspace{0pt}
26715 \backslash
26716 textsf{
26717 \backslash
26718 textbf{
26719 \backslash
26720 underbar{Achtung!}}}%
26721 \begin_inset Newline newline
26722 \end_inset
26723
26724
26725 \begin_inset ERT
26726 status collapsed
26727
26728 \begin_layout Plain Layout
26729
26730
26731 \backslash
26732 hphantom{ }
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \backslash
26739 vspace{1.5mm}
26740 \backslash
26741
26742 \backslash
26743 #1}}
26744 \end_layout
26745
26746 \begin_layout Standard
26747 \begin_inset ERT
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751
26752
26753 \backslash
26754 let
26755 \backslash
26756 myMarginpar
26757 \backslash
26758 marginpar
26759 \end_layout
26760
26761 \begin_layout Plain Layout
26762
26763
26764 \backslash
26765 renewcommand{
26766 \backslash
26767 marginpar}[1]{
26768 \backslash
26769 myMarginpar{%
26770 \end_layout
26771
26772 \begin_layout Plain Layout
26773
26774    
26775 \backslash
26776 textsf{
26777 \backslash
26778 textbf{
26779 \backslash
26780 underbar{Achtung!}}}%
26781 \end_layout
26782
26783 \begin_layout Plain Layout
26784
26785    
26786 \backslash
26787 vspace{1.5mm}
26788 \backslash
26789
26790 \backslash
26791 #1}}
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \begin_inset Marginal
26798 status open
26799
26800 \begin_layout Plain Layout
26801 Dies ist eine Randnotiz mit einer definierten Überschrift.
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \begin_inset ERT
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811
26812 [-1.5cm]
26813 \end_layout
26814
26815 \end_inset
26816
26817
26818 \begin_inset ERT
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822
26823
26824 \backslash
26825 renewcommand{
26826 \backslash
26827 marginpar}[1]{
26828 \backslash
26829 myMarginpar{#1}}
26830 \end_layout
26831
26832 \end_inset
26833
26834
26835 \begin_inset Note Note
26836 status open
26837
26838 \begin_layout Plain Layout
26839 Das Format wurde nur für dieses Beispiel geändert.
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 else
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \begin_inset Note Note
26862 status open
26863
26864 \begin_layout Plain Layout
26865 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26866 \series bold
26867 marginnote
26868 \series default
26869  nicht installiert ist:
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \begin_layout Standard
26878 Das LaTeX-Paket 
26879 \series bold
26880 marginnote
26881 \series default
26882  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26883 \end_layout
26884
26885 \begin_layout Standard
26886 \begin_inset ERT
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891
26892 \backslash
26893 fi
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Chapter
26902 Boxen
26903 \end_layout
26904
26905 \begin_layout Section
26906 Einleitung
26907 \begin_inset Index
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911 Boxen ! Einleitung
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \begin_layout Standard
26920 Boxen werden benutzt, um einen Textblock zu formatieren.
26921  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26922  siehe Abschnitt
26923 \begin_inset space ~
26924 \end_inset
26925
26926
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "abs:Minipage"
26930
26931 \end_inset
26932
26933 , um Text zu umrahmen, siehe Abschnitt
26934 \begin_inset space ~
26935 \end_inset
26936
26937
26938 \begin_inset CommandInset ref
26939 LatexCommand ref
26940 reference "uab:Verzierung"
26941
26942 \end_inset
26943
26944 , um Silbentrennung zu verhindern, siehe Abschnitt
26945 \begin_inset space ~
26946 \end_inset
26947
26948
26949 \begin_inset CommandInset ref
26950 LatexCommand ref
26951 reference "abs:Silbentrennung-unterbinden"
26952
26953 \end_inset
26954
26955 , um Text senkrecht auszurichten, siehe Abschnitt
26956 \begin_inset space ~
26957 \end_inset
26958
26959
26960 \begin_inset CommandInset ref
26961 LatexCommand ref
26962 reference "uab:Vertikale-Ausrichtung"
26963
26964 \end_inset
26965
26966  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26967 \begin_inset space ~
26968 \end_inset
26969
26970
26971 \begin_inset CommandInset ref
26972 LatexCommand ref
26973 reference "abs:Farbige-Boxen"
26974
26975 \end_inset
26976
26977 .
26978 \end_layout
26979
26980 \begin_layout Standard
26981 Boxen werden mit 
26982 \family sans
26983 Einfügen\SpecialChar \menuseparator
26984 Box
26985 \family default
26986  oder dem Schalter 
26987 \begin_inset Graphics
26988         filename ../../images/box-insert.png
26989         scale 70
26990         scaleBeforeRotation
26991
26992 \end_inset
26993
26994  eingefügt.
26995  Ein graues Kästchen mit der Aufschrift 
26996 \begin_inset Quotes gld
26997 \end_inset
26998
26999 Box (Minipage)
27000 \begin_inset Quotes grd
27001 \end_inset
27002
27003  erscheint: 
27004 \begin_inset Graphics
27005         filename clipart/StandardBoxQt4.png
27006         scale 85
27007         scaleBeforeRotation
27008
27009 \end_inset
27010
27011  Mit einem Rechts\SpecialChar \-
27012 klick auf das graue Kästchen kann der Typ spezifiziert
27013  werden.
27014  Das Dialogfenster bietet bei 
27015 \family sans
27016 Innere
27017 \begin_inset space ~
27018 \end_inset
27019
27020 Box
27021 \family default
27022  die Typen 
27023 \family sans
27024 Parbox
27025 \family default
27026  und 
27027 \family sans
27028 Minipage
27029 \family default
27030  an.
27031  
27032 \family sans
27033 Minipage
27034 \family default
27035  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27036 \begin_inset space ~
27037 \end_inset
27038
27039
27040 \begin_inset CommandInset ref
27041 LatexCommand ref
27042 reference "abs:Minipage"
27043
27044 \end_inset
27045
27046  beschrieben, 
27047 \family sans
27048 Parbox
27049 \family default
27050  in Abschnitt
27051 \begin_inset space ~
27052 \end_inset
27053
27054
27055 \begin_inset CommandInset ref
27056 LatexCommand ref
27057 reference "abs:Parbox"
27058
27059 \end_inset
27060
27061 .
27062 \end_layout
27063
27064 \begin_layout Standard
27065 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27066  wie auf Gleitobjekte und Fußnoten.
27067 \end_layout
27068
27069 \begin_layout Standard
27070 \begin_inset Note Greyedout
27071 status open
27072
27073 \begin_layout Plain Layout
27074
27075 \series bold
27076 Bemerkung
27077 \begin_inset space ~
27078 \end_inset
27079
27080 1:
27081 \series default
27082  Boxen dürfen in 
27083 \family sans
27084 List-
27085 \family default
27086  oder 
27087 \family sans
27088 Beschreibung-
27089 \family default
27090 Umgebungen nicht verwendet werden.
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 \begin_inset Note Greyedout
27100 status open
27101
27102 \begin_layout Plain Layout
27103
27104 \series bold
27105 Bemerkung
27106 \begin_inset space ~
27107 \end_inset
27108
27109 2:
27110 \series default
27111  Boxen ohne 
27112 \family sans
27113 Innere
27114 \begin_inset space ~
27115 \end_inset
27116
27117 Box
27118 \family default
27119  und ohne Rahmen werden in Abschnitt
27120 \begin_inset space ~
27121 \end_inset
27122
27123
27124 \begin_inset CommandInset ref
27125 LatexCommand ref
27126 reference "abs:Silbentrennung-unterbinden"
27127
27128 \end_inset
27129
27130  beschrieben.
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Section
27139 Das Box-Einstellungen-Fenster
27140 \begin_inset CommandInset label
27141 LatexCommand label
27142 name "abs:Box-Dialog"
27143
27144 \end_inset
27145
27146
27147 \begin_inset Index
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 Boxen ! Box-Dialog-Fenster
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Subsection
27160 Box-Größe
27161 \begin_inset Index
27162 status collapsed
27163
27164 \begin_layout Plain Layout
27165 Boxen ! Größe
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \end_layout
27172
27173 \begin_layout Standard
27174 Im 
27175 \family sans
27176 Box-Einstellungen
27177 \family default
27178 -Fenster können Sie die Größe der Box mit 
27179 \family sans
27180 Breite
27181 \family default
27182  und 
27183 \family sans
27184 Höhe 
27185 \family default
27186 festlegen.
27187  Die verfügbaren Einheiten werden in Tabelle
27188 \begin_inset space ~
27189 \end_inset
27190
27191
27192 \begin_inset CommandInset ref
27193 LatexCommand ref
27194 reference "tab:Maßeinheiten"
27195
27196 \end_inset
27197
27198  aufgelistet.
27199  Das Feld
27200 \family sans
27201  Höhe
27202 \family default
27203  bietet die folgenden zusätzlichen Größen:
27204 \end_layout
27205
27206 \begin_layout Description
27207 Tiefe Dies ist die reine Text-
27208 \begin_inset Quotes gld
27209 \end_inset
27210
27211 Höhe
27212 \begin_inset Quotes grd
27213 \end_inset
27214
27215 .
27216  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27217 \begin_inset Newline newline
27218 \end_inset
27219
27220
27221 \begin_inset Newline newline
27222 \end_inset
27223
27224
27225 \begin_inset Newline newline
27226 \end_inset
27227
27228
27229 \begin_inset Box Boxed
27230 position "c"
27231 hor_pos "c"
27232 has_inner_box 1
27233 inner_pos "c"
27234 use_parbox 0
27235 width "12col%"
27236 special "none"
27237 height "1in"
27238 height_special "depth"
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242 \align center
27243 Box-Höhe = 1
27244 \begin_inset space \thinspace{}
27245 \end_inset
27246
27247 Tiefe
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \begin_inset Newline newline
27254 \end_inset
27255
27256
27257 \begin_inset Newline newline
27258 \end_inset
27259
27260
27261 \end_layout
27262
27263 \begin_layout Description
27264 Höhe Dies ist die Texthöhe innerhalb der Box.
27265  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27266  Texthöhe setzen: 
27267 \begin_inset Box Boxed
27268 position "c"
27269 hor_pos "c"
27270 has_inner_box 1
27271 inner_pos "c"
27272 use_parbox 0
27273 width "20col%"
27274 special "none"
27275 height "2in"
27276 height_special "height"
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 \align center
27281 Boxhöhe = 2
27282 \begin_inset space \thinspace{}
27283 \end_inset
27284
27285 Höhe
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Description
27294 Gesamthöhe Dies ist Höhe
27295 \begin_inset space \thinspace{}
27296 \end_inset
27297
27298 +
27299 \begin_inset space \thinspace{}
27300 \end_inset
27301
27302 Tiefe: 
27303 \begin_inset Box Boxed
27304 position "c"
27305 hor_pos "c"
27306 has_inner_box 1
27307 inner_pos "c"
27308 use_parbox 0
27309 width "20col%"
27310 special "none"
27311 height "1in"
27312 height_special "totalheight"
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316 \align center
27317 Boxhöhe = 1
27318 \begin_inset space \thinspace{}
27319 \end_inset
27320
27321 Gesamthöhe
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Description
27330 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27331 \begin_inset Box Boxed
27332 position "c"
27333 hor_pos "c"
27334 has_inner_box 1
27335 inner_pos "c"
27336 use_parbox 0
27337 width "12col%"
27338 special "none"
27339 height "1in"
27340 height_special "width"
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344 \align center
27345 Boxhöhe = 1
27346 \begin_inset space \thinspace{}
27347 \end_inset
27348
27349 Breite
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \begin_layout Subsection
27358 Ausrichtung
27359 \begin_inset Index
27360 status collapsed
27361
27362 \begin_layout Plain Layout
27363 Boxen ! Ausrichtung
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Standard
27372 Wenn Sie eine 
27373 \family sans
27374 Innere
27375 \begin_inset space ~
27376 \end_inset
27377
27378 Box
27379 \family default
27380  gewählt haben, kann die Box mit folgenden Werten für 
27381 \family sans
27382 Box
27383 \family default
27384  senkrecht ausgerichtet werden:
27385 \end_layout
27386
27387 \begin_layout Description
27388 Oben Dies ist ein Beispieltext.
27389  
27390 \begin_inset Box Boxed
27391 position "t"
27392 hor_pos "c"
27393 has_inner_box 1
27394 inner_pos "c"
27395 use_parbox 0
27396 width "20col%"
27397 special "none"
27398 height "1in"
27399 height_special "totalheight"
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 \align center
27404 Die Ober\SpecialChar \-
27405 kante der Box ist in der Zeile.
27406 \end_layout
27407
27408 \end_inset
27409
27410  Dies ist ein Beispieltext.
27411 \end_layout
27412
27413 \begin_layout Description
27414 Mitte Dies ist ein Beispieltext.
27415  
27416 \begin_inset Box Boxed
27417 position "c"
27418 hor_pos "c"
27419 has_inner_box 1
27420 inner_pos "c"
27421 use_parbox 0
27422 width "20col%"
27423 special "none"
27424 height "1in"
27425 height_special "totalheight"
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 \align center
27430 Die Mitte der Box ist in der Zeile.
27431 \end_layout
27432
27433 \end_inset
27434
27435  Dies ist ein Beispieltext.
27436 \end_layout
27437
27438 \begin_layout Description
27439 Unten Dies ist ein Beispieltext.
27440  
27441 \begin_inset Box Boxed
27442 position "b"
27443 hor_pos "c"
27444 has_inner_box 1
27445 inner_pos "c"
27446 use_parbox 0
27447 width "20col%"
27448 special "none"
27449 height "1in"
27450 height_special "totalheight"
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 \align center
27455 Die Unter\SpecialChar \-
27456 kante der Box ist in der Zeile.
27457 \end_layout
27458
27459 \end_inset
27460
27461  Dies ist ein Beispieltext.
27462 \end_layout
27463
27464 \begin_layout Standard
27465 \begin_inset Note Greyedout
27466 status open
27467
27468 \begin_layout Plain Layout
27469
27470 \series bold
27471 Bemerkung:
27472 \series default
27473  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27474  Boxen in einer Zeile sind und eine Box z.
27475 \begin_inset space \thinspace{}
27476 \end_inset
27477
27478 B.
27479  schattiert ist, die andere aber nicht.
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Standard
27488 Eine Box kann mit dem Dialog 
27489 \family sans
27490 Absatz-Einstellungen
27491 \family default
27492  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27493 \end_layout
27494
27495 \begin_layout Standard
27496 \begin_inset VSpace bigskip
27497 \end_inset
27498
27499 Wenn Sie eine 
27500 \family sans
27501 Innere
27502 \begin_inset space ~
27503 \end_inset
27504
27505 Box
27506 \family default
27507  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27508 \family sans
27509 Inhalt
27510 \family default
27511  senkrecht ausgerichtet werden:
27512 \end_layout
27513
27514 \begin_layout Description
27515 Oben Dies ist ein Beispieltext.
27516  
27517 \begin_inset Box Boxed
27518 position "c"
27519 hor_pos "c"
27520 has_inner_box 1
27521 inner_pos "t"
27522 use_parbox 0
27523 width "20col%"
27524 special "none"
27525 height "1.5in"
27526 height_special "totalheight"
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530 \align center
27531 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27532 \end_layout
27533
27534 \end_inset
27535
27536  Dies ist ein Beispieltext.
27537 \end_layout
27538
27539 \begin_layout Description
27540 Mitte Dies ist ein Beispieltext.
27541  
27542 \begin_inset Box Boxed
27543 position "c"
27544 hor_pos "c"
27545 has_inner_box 1
27546 inner_pos "c"
27547 use_parbox 0
27548 width "20col%"
27549 special "none"
27550 height "1.5in"
27551 height_special "totalheight"
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 \align center
27556 Der Boxinhalt ist zentriert ausgerichtet.
27557 \end_layout
27558
27559 \end_inset
27560
27561  Dies ist ein Beispieltext.
27562 \end_layout
27563
27564 \begin_layout Description
27565 Unten Dies ist ein Beispieltext.
27566  
27567 \begin_inset Box Boxed
27568 position "c"
27569 hor_pos "c"
27570 has_inner_box 1
27571 inner_pos "b"
27572 use_parbox 0
27573 width "20col%"
27574 special "none"
27575 height "1.5in"
27576 height_special "totalheight"
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 \align center
27581 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27582 \end_layout
27583
27584 \end_inset
27585
27586  Dies ist ein Beispieltext.
27587 \end_layout
27588
27589 \begin_layout Description
27590 Dehnen Dies ist ein Beispieltext.
27591  
27592 \begin_inset Box Boxed
27593 position "c"
27594 hor_pos "c"
27595 has_inner_box 1
27596 inner_pos "s"
27597 use_parbox 0
27598 width "20col%"
27599 special "none"
27600 height "1in"
27601 height_special "totalheight"
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605 \align center
27606 Der Boxinhalt
27607 \end_layout
27608
27609 \begin_layout Plain Layout
27610 \align center
27611 ist über die
27612 \end_layout
27613
27614 \begin_layout Plain Layout
27615 \align center
27616 Boxhöhe
27617 \end_layout
27618
27619 \begin_layout Plain Layout
27620 \align center
27621 gleichmäßig verteilt.
27622 \end_layout
27623
27624 \end_inset
27625
27626  Dies ist ein Beispieltext.
27627 \end_layout
27628
27629 \begin_layout Standard
27630 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27631  besteht.
27632  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27633 \end_layout
27634
27635 \begin_layout Standard
27636 Ein Boxinhalt kann mit dem Dialog 
27637 \family sans
27638 Absatz-Einstellungen
27639 \family default
27640  waagerecht ausgerichtet werden, wenn Sie eine
27641 \family sans
27642  Innere
27643 \begin_inset space ~
27644 \end_inset
27645
27646 Box
27647 \family default
27648  gewählt haben.
27649 \end_layout
27650
27651 \begin_layout Standard
27652 \align center
27653 \begin_inset Box Boxed
27654 position "c"
27655 hor_pos "c"
27656 has_inner_box 1
27657 inner_pos "s"
27658 use_parbox 0
27659 width "30col%"
27660 special "none"
27661 height "1.25in"
27662 height_special "totalheight"
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 \align left
27667 Hier ist jede Zeile
27668 \end_layout
27669
27670 \begin_layout Plain Layout
27671 \align center
27672 anders
27673 \end_layout
27674
27675 \begin_layout Plain Layout
27676 \align right
27677 ausgerichtet.
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \begin_layout Standard
27686 Wenn Sie keine
27687 \family sans
27688  Innere
27689 \begin_inset space ~
27690 \end_inset
27691
27692 Box
27693 \family default
27694  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27695 \family sans
27696 Box-Einstellungen-
27697 \family default
27698 Dialog ausrichten
27699 \end_layout
27700
27701 \begin_layout Standard
27702 \align center
27703 \begin_inset Box Boxed
27704 position "c"
27705 hor_pos "s"
27706 has_inner_box 0
27707 inner_pos "s"
27708 use_parbox 0
27709 width "90col%"
27710 special "none"
27711 height "1.25in"
27712 height_special "totalheight"
27713 status collapsed
27714
27715 \begin_layout Plain Layout
27716 \align left
27717 Dieser Boxinhalt wurde horizontal gedehnt.
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \begin_layout Subsection
27726 Verzierung
27727 \begin_inset CommandInset label
27728 LatexCommand label
27729 name "uab:Verzierung"
27730
27731 \end_inset
27732
27733
27734 \begin_inset Index
27735 status collapsed
27736
27737 \begin_layout Plain Layout
27738 Boxen ! Verzierung
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \end_layout
27745
27746 \begin_layout Standard
27747 Im 
27748 \family sans
27749 Box-Einstellungen-
27750 \family default
27751 Dialog können Sie mit der 
27752 \family sans
27753 Verzierung
27754 \family default
27755  den Typ der Box auswählen:
27756 \end_layout
27757
27758 \begin_layout Description
27759 Einfacher
27760 \begin_inset space ~
27761 \end_inset
27762
27763 rechteckiger
27764 \begin_inset space ~
27765 \end_inset
27766
27767 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27768  Die Rahmendicke wird durch 
27769 \series bold
27770
27771 \backslash
27772 fboxrule
27773 \series default
27774  festgelegt.
27775  
27776 \begin_inset Box Boxed
27777 position "c"
27778 hor_pos "c"
27779 has_inner_box 1
27780 inner_pos "c"
27781 use_parbox 0
27782 width "21col%"
27783 special "none"
27784 height "1in"
27785 height_special "totalheight"
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790 \series medium
27791 Rechteckige
27792 \begin_inset space ~
27793 \end_inset
27794
27795 Box
27796 \end_layout
27797
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \begin_layout Description
27804 erlaube
27805 \begin_inset space ~
27806 \end_inset
27807
27808 Seitenumbrüche Wenn Sie die Verzierung 
27809 \family sans
27810 Einfacher rechteckiger Rahmen
27811 \family default
27812  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27813  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27814  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27815  für sich ist und 
27816 \series bold
27817
27818 \backslash
27819 fboxrule
27820 \series default
27821  und 
27822 \series bold
27823
27824 \backslash
27825 fboxsep
27826 \series default
27827  keinen Einfluss auf diesen Box Typ haben.
27828  Die Rahmendicke wird durch 
27829 \series bold
27830
27831 \backslash
27832 FrameRule
27833 \series default
27834  festgelegt.
27835  
27836 \begin_inset Box Framed
27837 position "t"
27838 hor_pos "c"
27839 has_inner_box 0
27840 inner_pos "t"
27841 use_parbox 0
27842 width "100col%"
27843 special "none"
27844 height "1in"
27845 height_special "totalheight"
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849 Box erlaubt Seitenumbruch
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Description
27858 Ovaler
27859 \begin_inset space ~
27860 \end_inset
27861
27862 Rahmen,
27863 \begin_inset space ~
27864 \end_inset
27865
27866 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27867  Die Rahmendicke ist 0.4
27868 \begin_inset space \thinspace{}
27869 \end_inset
27870
27871 pt.
27872  
27873 \begin_inset Box ovalbox
27874 position "c"
27875 hor_pos "c"
27876 has_inner_box 1
27877 inner_pos "c"
27878 use_parbox 0
27879 width "20col%"
27880 special "none"
27881 height "1in"
27882 height_special "totalheight"
27883 status collapsed
27884
27885 \begin_layout Plain Layout
27886 Ovale
27887 \begin_inset space ~
27888 \end_inset
27889
27890 Box,
27891 \begin_inset space ~
27892 \end_inset
27893
27894 dünn
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Description
27903 Ovaler
27904 \begin_inset space ~
27905 \end_inset
27906
27907 Rahmen,
27908 \begin_inset space ~
27909 \end_inset
27910
27911 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27912  Die Rahmendicke ist 0.8
27913 \begin_inset space \thinspace{}
27914 \end_inset
27915
27916 pt.
27917  
27918 \begin_inset Box Ovalbox
27919 position "c"
27920 hor_pos "c"
27921 has_inner_box 1
27922 inner_pos "c"
27923 use_parbox 0
27924 width "20col%"
27925 special "none"
27926 height "1in"
27927 height_special "totalheight"
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 Ovale
27932 \begin_inset space ~
27933 \end_inset
27934
27935 Box,
27936 \begin_inset space ~
27937 \end_inset
27938
27939 dick
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Description
27948 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27949  Die Rahmendicke wird durch 
27950 \series bold
27951
27952 \backslash
27953 fboxrule
27954 \series default
27955  festgelegt, der Schatten ist 4
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 pt breit.
27960 \begin_inset Newline newline
27961 \end_inset
27962
27963
27964 \begin_inset Box Shadowbox
27965 position "c"
27966 hor_pos "c"
27967 has_inner_box 1
27968 inner_pos "c"
27969 use_parbox 0
27970 width "20col%"
27971 special "none"
27972 height "1in"
27973 height_special "totalheight"
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Schattierte
27978 \begin_inset space ~
27979 \end_inset
27980
27981 Box
27982 \end_layout
27983
27984 \end_inset
27985
27986
27987 \end_layout
27988
27989 \begin_layout Description
27990 Schattierter
27991 \begin_inset space ~
27992 \end_inset
27993
27994 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27995  Im Gegensatz zu farbigen Boxen
27996 \begin_inset Foot
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000 siehe Abschnitt
28001 \begin_inset space ~
28002 \end_inset
28003
28004
28005 \begin_inset CommandInset ref
28006 LatexCommand ref
28007 reference "abs:Farbige-Boxen"
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \end_inset
28015
28016  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28017  die Box ist ein Absatz für sich.
28018  
28019 \begin_inset Box Shaded
28020 position "t"
28021 hor_pos "c"
28022 has_inner_box 0
28023 inner_pos "t"
28024 use_parbox 0
28025 width "50col%"
28026 special "none"
28027 height "1in"
28028 height_special "totalheight"
28029 status collapsed
28030
28031 \begin_layout Plain Layout
28032 Schattierter Hintergrund Box
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Description
28041 Doppelter
28042 \begin_inset space ~
28043 \end_inset
28044
28045 rechteckiger
28046 \begin_inset space ~
28047 \end_inset
28048
28049 Rahmen zeichnet einen doppelten Rahmen um die Box.
28050  Der innere Rahmen ist 0.75
28051 \begin_inset space \thinspace{}
28052 \end_inset
28053
28054
28055 \series bold
28056
28057 \backslash
28058 fboxrule
28059 \series default
28060  breit, der äußere 1.5
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064
28065 \series bold
28066
28067 \backslash
28068 fboxrule
28069 \series default
28070 , der Zwischenraum 1.5
28071 \begin_inset space \thinspace{}
28072 \end_inset
28073
28074
28075 \series bold
28076
28077 \backslash
28078 fboxrule
28079 \series default
28080
28081 \begin_inset space \thinspace{}
28082 \end_inset
28083
28084 +
28085 \begin_inset space \thinspace{}
28086 \end_inset
28087
28088 0.5
28089 \begin_inset space \thinspace{}
28090 \end_inset
28091
28092 pt.
28093  
28094 \begin_inset Box Doublebox
28095 position "c"
28096 hor_pos "c"
28097 has_inner_box 1
28098 inner_pos "c"
28099 use_parbox 0
28100 width "20col%"
28101 special "none"
28102 height "1in"
28103 height_special "totalheight"
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107 Doppelt
28108 \begin_inset space ~
28109 \end_inset
28110
28111 gerahmte
28112 \begin_inset space ~
28113 \end_inset
28114
28115 Box
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Standard
28124 \begin_inset VSpace bigskip
28125 \end_inset
28126
28127 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28128  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28129 \series bold
28130 fancybox
28131 \series default
28132
28133 \begin_inset Index
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 LaTeX-Pakete ! fancybox
28138 \end_layout
28139
28140 \end_inset
28141
28142  installiert sein.
28143 \end_layout
28144
28145 \begin_layout Section
28146 Box-Anpassung
28147 \begin_inset Index
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151 Boxen ! Anpassung
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Standard
28160 Der Standardwert für 
28161 \series bold
28162
28163 \backslash
28164 fboxrule
28165 \series default
28166  ist 0.4
28167 \begin_inset space \thinspace{}
28168 \end_inset
28169
28170 pt.
28171  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28172 \begin_inset space \thinspace{}
28173 \end_inset
28174
28175 pt gesetzt werden:
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 setlength{
28184 \backslash
28185 fboxrule}{2pt}
28186 \end_layout
28187
28188 \begin_layout Standard
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194
28195 \backslash
28196 setlength{
28197 \backslash
28198 fboxrule}{2pt}
28199 \end_layout
28200
28201 \end_inset
28202
28203
28204 \begin_inset Box Boxed
28205 position "c"
28206 hor_pos "c"
28207 has_inner_box 1
28208 inner_pos "c"
28209 use_parbox 0
28210 width "30col%"
28211 special "none"
28212 height "1in"
28213 height_special "totalheight"
28214 status open
28215
28216 \begin_layout Plain Layout
28217 \align center
28218 Rechteckige Box mit einer Rahmenbreite von 2
28219 \begin_inset space \thinspace{}
28220 \end_inset
28221
28222 pt
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \begin_inset ERT
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232
28233
28234 \backslash
28235 setlength{
28236 \backslash
28237 fboxrule}{0.4pt}
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \begin_inset VSpace bigskip
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28251 \begin_inset space \thinspace{}
28252 \end_inset
28253
28254 pt.
28255  Sie können das ändern, indem Sie den Wert von 
28256 \series bold
28257
28258 \backslash
28259 fboxsep
28260 \series default
28261  mit einem TeX-Code-Befehl ändern:
28262 \end_layout
28263
28264 \begin_layout Standard
28265
28266 \series bold
28267
28268 \backslash
28269 setlength{
28270 \backslash
28271 fboxsep}{10pt}
28272 \end_layout
28273
28274 \begin_layout Standard
28275 setzt den Wert auf 10
28276 \begin_inset space \thinspace{}
28277 \end_inset
28278
28279 pt, wie in der folgenden Box:
28280 \end_layout
28281
28282 \begin_layout Standard
28283 \begin_inset ERT
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287
28288
28289 \backslash
28290 setlength{
28291 \backslash
28292 fboxsep}{10pt}
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \begin_inset Box Boxed
28299 position "c"
28300 hor_pos "c"
28301 has_inner_box 1
28302 inner_pos "c"
28303 use_parbox 0
28304 width "25col%"
28305 special "none"
28306 height "1in"
28307 height_special "totalheight"
28308 status open
28309
28310 \begin_layout Plain Layout
28311 \align center
28312 Rechteckige Box mit 
28313 \series bold
28314
28315 \backslash
28316 fboxsep
28317 \series default
28318
28319 \begin_inset space \thinspace{}
28320 \end_inset
28321
28322 =
28323 \begin_inset space \thinspace{}
28324 \end_inset
28325
28326 10
28327 \begin_inset space \thinspace{}
28328 \end_inset
28329
28330 pt
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \begin_inset ERT
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340
28341
28342 \backslash
28343 setlength{
28344 \backslash
28345 fboxsep}{3pt}
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Standard
28354 \noindent
28355 \begin_inset VSpace bigskip
28356 \end_inset
28357
28358 Der Durchmesser der abgerundeten Ecken kann mit 
28359 \series bold
28360
28361 \backslash
28362 cornersize
28363 \series default
28364  gesetzt werden.
28365  Der TeX-Code-Befehl
28366 \end_layout
28367
28368 \begin_layout Standard
28369
28370 \series bold
28371
28372 \backslash
28373 cornersize*{1cm}
28374 \end_layout
28375
28376 \begin_layout Standard
28377 setzt den Durchmesser auf 1
28378 \begin_inset space \thinspace{}
28379 \end_inset
28380
28381 cm.
28382  Der TeX-Code-Befehl
28383 \end_layout
28384
28385 \begin_layout Standard
28386
28387 \series bold
28388
28389 \backslash
28390 cornersize{num}
28391 \end_layout
28392
28393 \begin_layout Standard
28394 setzt den Durchmesser auf 
28395 \family sans
28396 num
28397 \begin_inset space \thinspace{}
28398 \end_inset
28399
28400 ×
28401 \begin_inset space \thinspace{}
28402 \end_inset
28403
28404 Minimum(Breite der Box, Höhe der Box)
28405 \family default
28406 .
28407  Der Standardwert ist 
28408 \series bold
28409
28410 \backslash
28411 cornersize{0.5}
28412 \series default
28413 .
28414 \end_layout
28415
28416 \begin_layout Standard
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 cornersize*{1.5cm}
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \begin_inset Box Ovalbox
28431 position "c"
28432 hor_pos "c"
28433 has_inner_box 1
28434 inner_pos "c"
28435 use_parbox 0
28436 width "30col%"
28437 special "none"
28438 height "1in"
28439 height_special "totalheight"
28440 status open
28441
28442 \begin_layout Plain Layout
28443 \align center
28444 Ovale Box, dicker Rand, mit 
28445 \series bold
28446
28447 \backslash
28448 cornersize
28449 \series default
28450
28451 \begin_inset space \thinspace{}
28452 \end_inset
28453
28454 =
28455 \begin_inset space \thinspace{}
28456 \end_inset
28457
28458 1.5
28459 \begin_inset space \thinspace{}
28460 \end_inset
28461
28462 cm
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473
28474 \backslash
28475 cornersize{0.5}
28476 \end_layout
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Standard
28484 \begin_inset VSpace bigskip
28485 \end_inset
28486
28487 Die Breite des Schattens wird mit 
28488 \series bold
28489
28490 \backslash
28491 shadowsize
28492 \series default
28493  festgelegt.
28494  Mit dem TeX-Code-Befehl
28495 \end_layout
28496
28497 \begin_layout Standard
28498
28499 \series bold
28500
28501 \backslash
28502 setlength{
28503 \backslash
28504 shadowsize}{2pt}
28505 \end_layout
28506
28507 \begin_layout Standard
28508 wird er für die folgende Box auf 2
28509 \begin_inset space \thinspace{}
28510 \end_inset
28511
28512 pt festgelegt.
28513 \end_layout
28514
28515 \begin_layout Standard
28516 \begin_inset ERT
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520
28521
28522 \backslash
28523 setlength{
28524 \backslash
28525 shadowsize}{2pt}
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \begin_inset Box Shadowbox
28532 position "c"
28533 hor_pos "c"
28534 has_inner_box 1
28535 inner_pos "c"
28536 use_parbox 0
28537 width "25col%"
28538 special "none"
28539 height "1in"
28540 height_special "totalheight"
28541 status open
28542
28543 \begin_layout Plain Layout
28544 \align center
28545 Schattierte Box mit 
28546 \series bold
28547
28548 \backslash
28549 shadowsize
28550 \series default
28551
28552 \begin_inset space \thinspace{}
28553 \end_inset
28554
28555 =
28556 \begin_inset space \thinspace{}
28557 \end_inset
28558
28559 2
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563 pt
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \begin_inset ERT
28570 status collapsed
28571
28572 \begin_layout Plain Layout
28573
28574
28575 \backslash
28576 setlength{
28577 \backslash
28578 shadowsize}{4pt}
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \begin_layout Standard
28587 \begin_inset VSpace bigskip
28588 \end_inset
28589
28590 Der Standardwert für 
28591 \series bold
28592
28593 \backslash
28594 FrameRule
28595 \series default
28596  ist 0.4
28597 \begin_inset space \thinspace{}
28598 \end_inset
28599
28600 pt.
28601  Der Standard-Abstand zwischen Rahmen und Text ist 9
28602 \begin_inset space \thinspace{}
28603 \end_inset
28604
28605 pt und kann mit dem Wert für 
28606 \series bold
28607
28608 \backslash
28609 FrameSep
28610 \series default
28611  geändert werden.
28612  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28613  TeX-Code Befehlen geändert:
28614 \end_layout
28615
28616 \begin_layout Standard
28617
28618 \series bold
28619
28620 \backslash
28621 setlength{
28622 \backslash
28623 FrameRule}{5pt}
28624 \begin_inset Newline newline
28625 \end_inset
28626
28627
28628 \backslash
28629 setlength{
28630 \backslash
28631 FrameSep}{0.5cm}
28632 \end_layout
28633
28634 \begin_layout Standard
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 setlength{
28643 \backslash
28644 FrameRule}{5pt}
28645 \end_layout
28646
28647 \begin_layout Plain Layout
28648
28649
28650 \backslash
28651 setlength{
28652 \backslash
28653 FrameSep}{0.5cm}
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \begin_inset Box Framed
28660 position "t"
28661 hor_pos "c"
28662 has_inner_box 0
28663 inner_pos "t"
28664 use_parbox 0
28665 width "100col%"
28666 special "none"
28667 height "1in"
28668 height_special "totalheight"
28669 status open
28670
28671 \begin_layout Plain Layout
28672 Dies ist Text in einer 
28673 \family sans
28674 Seitenumbruch erlaubt
28675 \family default
28676  Box.
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687
28688 \backslash
28689 setlength{
28690 \backslash
28691 FrameRule}{0.4pt}
28692 \end_layout
28693
28694 \begin_layout Plain Layout
28695
28696
28697 \backslash
28698 setlength{
28699 \backslash
28700 FrameSep}{9pt}
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \begin_inset VSpace bigskip
28710 \end_inset
28711
28712 Für Boxen mit 
28713 \family sans
28714 schattiertem Hintergrund
28715 \family default
28716  beträgt der Abstand zwischen Rand und Text 3
28717 \begin_inset space \thinspace{}
28718 \end_inset
28719
28720 pt und kann mit 
28721 \series bold
28722
28723 \backslash
28724 fboxsep
28725 \series default
28726  geändert werden.
28727  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28728  
28729 \series bold
28730
28731 \backslash
28732 definecolor{shadebox}
28733 \series default
28734  oder global über das Menü 
28735 \family sans
28736 Werkzeuge\SpecialChar \menuseparator
28737 Einstellungen\SpecialChar \menuseparator
28738 Farben\SpecialChar \menuseparator
28739 Schattierte
28740 \begin_inset space ~
28741 \end_inset
28742
28743 Box
28744 \family default
28745  geändert werden.
28746  Das Schema des 
28747 \series bold
28748
28749 \backslash
28750 definecolor
28751 \series default
28752  Befehls ist  in Abschnitt
28753 \begin_inset space ~
28754 \end_inset
28755
28756
28757 \begin_inset CommandInset ref
28758 LatexCommand ref
28759 reference "abs:Farbige-Tabellen"
28760
28761 \end_inset
28762
28763  erklärt.
28764 \begin_inset Foot
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768 Beachten Sie, dass 
28769 \series bold
28770
28771 \backslash
28772 definecolor
28773 \series default
28774  das LaTeX-Paket 
28775 \series bold
28776 color
28777 \series default
28778  im LaTeX-Vorspann benötigt, siehe Abschnitt
28779 \begin_inset space ~
28780 \end_inset
28781
28782
28783 \begin_inset CommandInset ref
28784 LatexCommand ref
28785 reference "abs:Farbige-Boxen"
28786
28787 \end_inset
28788
28789 .
28790 \end_layout
28791
28792 \end_inset
28793
28794  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28795 \end_layout
28796
28797 \begin_layout Standard
28798
28799 \series bold
28800
28801 \backslash
28802 setlength{
28803 \backslash
28804 fboxsep}{0.5cm}
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808
28809 \backslash
28810 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28811 \end_layout
28812
28813 \begin_layout Standard
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 setlength{
28822 \backslash
28823 fboxsep}{0.5cm}
28824 \end_layout
28825
28826 \begin_layout Plain Layout
28827
28828
28829 \backslash
28830 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \begin_inset Box Shaded
28837 position "t"
28838 hor_pos "c"
28839 has_inner_box 0
28840 inner_pos "t"
28841 use_parbox 0
28842 width "100col%"
28843 special "none"
28844 height "1in"
28845 height_special "totalheight"
28846 status open
28847
28848 \begin_layout Plain Layout
28849
28850 \color yellow
28851 Dies ist gelber Text in einer 
28852 \family sans
28853 schattierten Hintergrund
28854 \begin_inset space ~
28855 \end_inset
28856
28857
28858 \family default
28859 Box auf dunkelgrünem Hintergrund.
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \begin_inset ERT
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869
28870
28871 \backslash
28872 setlength{
28873 \backslash
28874 fboxsep}{3pt}
28875 \end_layout
28876
28877 \begin_layout Plain Layout
28878
28879
28880 \backslash
28881 definecolor{shadecolor}{rgb}{1,0,0}
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 \begin_inset VSpace bigskip
28891 \end_inset
28892
28893 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28894  der sie ändert.
28895 \end_layout
28896
28897 \begin_layout Section
28898 Minipage
28899 \begin_inset CommandInset label
28900 LatexCommand label
28901 name "abs:Minipage"
28902
28903 \end_inset
28904
28905
28906 \begin_inset Index
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910 Boxen ! Minipage
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28920  deshalb unter anderem eigene Fußnoten haben.
28921 \end_layout
28922
28923 \begin_layout Standard
28924 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28925 \end_layout
28926
28927 \begin_layout Standard
28928 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28929  Ihre Breite ist 45 Spaltenbreite
28930 \begin_inset space ~
28931 \end_inset
28932
28933 %, und sie sind durch einen 
28934 \family sans
28935 HFill
28936 \family default
28937  getrennt (
28938 \family sans
28939 Einfügen\SpecialChar \menuseparator
28940 Formatierung\SpecialChar \menuseparator
28941 Horizontaler
28942 \begin_inset space \space{}
28943 \end_inset
28944
28945 Abstand\SpecialChar \menuseparator
28946 Abstand\SpecialChar \menuseparator
28947 Variabler
28948 \begin_inset space ~
28949 \end_inset
28950
28951 horiz.
28952 \begin_inset space ~
28953 \end_inset
28954
28955 Abstand
28956 \family default
28957 ).
28958 \begin_inset Newpage newpage
28959 \end_inset
28960
28961
28962 \end_layout
28963
28964 \begin_layout Standard
28965 \noindent
28966 \begin_inset Box Frameless
28967 position "t"
28968 hor_pos "c"
28969 has_inner_box 1
28970 inner_pos "c"
28971 use_parbox 0
28972 width "45col%"
28973 special "none"
28974 height "1in"
28975 height_special "totalheight"
28976 status open
28977
28978 \begin_layout Plain Layout
28979 Dies ist ein deutscher Text.
28980  Dies ist ein deutscher Text.
28981  Dies ist ein deutscher Text.
28982  Dies ist ein deutscher Text.
28983  Dies ist ein deutscher Text.
28984  Dies ist ein deutscher Text.
28985  Dies ist ein deutscher Text.
28986  Dies ist ein deutscher Text.
28987  Dies ist ein deutscher Text.
28988  Dies ist ein deutscher Text.
28989  Dies ist ein deutscher Text.
28990  Dies ist ein deutscher Text.
28991  Dies ist ein deutscher Text
28992 \begin_inset Foot
28993 status open
28994
28995 \begin_layout Plain Layout
28996 Dies ist eine deutsche Fußnote.
28997 \end_layout
28998
28999 \end_inset
29000
29001 .
29002  Dies ist ein deutscher Text.
29003  Dies ist ein deutscher Text.
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \begin_inset space \hfill{}
29010 \end_inset
29011
29012
29013 \begin_inset Box Frameless
29014 position "t"
29015 hor_pos "c"
29016 has_inner_box 1
29017 inner_pos "c"
29018 use_parbox 0
29019 width "45col%"
29020 special "none"
29021 height "1in"
29022 height_special "totalheight"
29023 status open
29024
29025 \begin_layout Plain Layout
29026
29027 \lang english
29028 This is an English Text.
29029  This is an English Text.
29030  This is an English Text.
29031  This is an English Text.
29032  This is an English Text.
29033  This is an English Text.
29034  This is an English Text.
29035  This is an English Text.
29036  This is an English Text.
29037  This is an English Text.
29038  This is an English Text.
29039  This is an English Text.
29040  This is an English Text.
29041  This is an English Text.
29042  This is an English Text.
29043  This is an English Text.
29044 \begin_inset Foot
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048
29049 \lang english
29050 This is an English footnote.
29051 \end_layout
29052
29053 \end_inset
29054
29055  This is an English Text.
29056  
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 \noindent
29066 \begin_inset VSpace bigskip
29067 \end_inset
29068
29069 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29070  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29071  auf der die Tabelle gedruckt wird: 
29072 \begin_inset Tabular
29073 <lyxtabular version="3" rows="3" columns="4">
29074 <features>
29075 <column alignment="center" valignment="top" width="0pt">
29076 <column alignment="center" valignment="top" width="0pt">
29077 <column alignment="center" valignment="top" width="0pt">
29078 <column alignment="center" valignment="top" width="0pt">
29079 <row>
29080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29081 \begin_inset Text
29082
29083 \begin_layout Plain Layout
29084 1
29085 \end_layout
29086
29087 \end_inset
29088 </cell>
29089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29090 \begin_inset Text
29091
29092 \begin_layout Plain Layout
29093 2
29094 \end_layout
29095
29096 \end_inset
29097 </cell>
29098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29099 \begin_inset Text
29100
29101 \begin_layout Plain Layout
29102 3
29103 \begin_inset Foot
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107 Dies ist eine Fußnote in einer Tabelle.
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \end_inset
29116 </cell>
29117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29118 \begin_inset Text
29119
29120 \begin_layout Plain Layout
29121 4
29122 \end_layout
29123
29124 \end_inset
29125 </cell>
29126 </row>
29127 <row>
29128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132 a
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141 b
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Plain Layout
29150 c
29151 \end_layout
29152
29153 \end_inset
29154 </cell>
29155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29156 \begin_inset Text
29157
29158 \begin_layout Plain Layout
29159 d
29160 \end_layout
29161
29162 \end_inset
29163 </cell>
29164 </row>
29165 <row>
29166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29167 \begin_inset Text
29168
29169 \begin_layout Plain Layout
29170 e
29171 \end_layout
29172
29173 \end_inset
29174 </cell>
29175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29176 \begin_inset Text
29177
29178 \begin_layout Plain Layout
29179 f
29180 \end_layout
29181
29182 \end_inset
29183 </cell>
29184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29185 \begin_inset Text
29186
29187 \begin_layout Plain Layout
29188 g
29189 \end_layout
29190
29191 \end_inset
29192 </cell>
29193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29194 \begin_inset Text
29195
29196 \begin_layout Plain Layout
29197 h
29198 \end_layout
29199
29200 \end_inset
29201 </cell>
29202 </row>
29203 </lyxtabular>
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 \noindent
29212 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29213  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29214  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29215  außerhalb.
29216 \end_layout
29217
29218 \begin_layout Standard
29219 \align center
29220 \begin_inset Box Frameless
29221 position "t"
29222 hor_pos "c"
29223 has_inner_box 1
29224 inner_pos "c"
29225 use_parbox 0
29226 width "30col%"
29227 special "none"
29228 height "1in"
29229 height_special "totalheight"
29230 status open
29231
29232 \begin_layout Plain Layout
29233 \align center
29234 \begin_inset Tabular
29235 <lyxtabular version="3" rows="3" columns="4">
29236 <features>
29237 <column alignment="center" valignment="top" width="0pt">
29238 <column alignment="center" valignment="top" width="0pt">
29239 <column alignment="center" valignment="top" width="0pt">
29240 <column alignment="center" valignment="top" width="0pt">
29241 <row>
29242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29243 \begin_inset Text
29244
29245 \begin_layout Plain Layout
29246 1
29247 \end_layout
29248
29249 \end_inset
29250 </cell>
29251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29252 \begin_inset Text
29253
29254 \begin_layout Plain Layout
29255 2
29256 \end_layout
29257
29258 \end_inset
29259 </cell>
29260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29261 \begin_inset Text
29262
29263 \begin_layout Plain Layout
29264 3
29265 \begin_inset Foot
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269 Dies ist eine Fußnote in einer Tabelle.
29270 \end_layout
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \end_inset
29278 </cell>
29279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29280 \begin_inset Text
29281
29282 \begin_layout Plain Layout
29283 4
29284 \end_layout
29285
29286 \end_inset
29287 </cell>
29288 </row>
29289 <row>
29290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29291 \begin_inset Text
29292
29293 \begin_layout Plain Layout
29294 a
29295 \end_layout
29296
29297 \end_inset
29298 </cell>
29299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29300 \begin_inset Text
29301
29302 \begin_layout Plain Layout
29303 b
29304 \end_layout
29305
29306 \end_inset
29307 </cell>
29308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312 c
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321 d
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 </row>
29327 <row>
29328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29329 \begin_inset Text
29330
29331 \begin_layout Plain Layout
29332 e
29333 \end_layout
29334
29335 \end_inset
29336 </cell>
29337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29338 \begin_inset Text
29339
29340 \begin_layout Plain Layout
29341 f
29342 \end_layout
29343
29344 \end_inset
29345 </cell>
29346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29347 \begin_inset Text
29348
29349 \begin_layout Plain Layout
29350 g
29351 \end_layout
29352
29353 \end_inset
29354 </cell>
29355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29356 \begin_inset Text
29357
29358 \begin_layout Plain Layout
29359 h
29360 \end_layout
29361
29362 \end_inset
29363 </cell>
29364 </row>
29365 </lyxtabular>
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \end_inset
29373
29374
29375 \end_layout
29376
29377 \begin_layout Standard
29378 \begin_inset VSpace bigskip
29379 \end_inset
29380
29381 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29382  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29383  Absätze nicht eingerückt werden, obwohl Sie das in 
29384 \family sans
29385 Dokument
29386 \family default
29387 \SpecialChar \menuseparator
29388
29389 \family sans
29390 Einstellun\SpecialChar \-
29391 gen\SpecialChar \menuseparator
29392 Textformat
29393 \family default
29394  festgelegt haben.
29395  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29396  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29397 \series bold
29398
29399 \backslash
29400 hspace*{1em}
29401 \series default
29402 .
29403 \end_layout
29404
29405 \begin_layout Standard
29406 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29407  zu verpassen, siehe Abschnitt
29408 \begin_inset space ~
29409 \end_inset
29410
29411
29412 \begin_inset CommandInset ref
29413 LatexCommand ref
29414 reference "uab:Farbe-für-Absätze"
29415
29416 \end_inset
29417
29418 .
29419 \end_layout
29420
29421 \begin_layout Standard
29422 \begin_inset Note Greyedout
29423 status open
29424
29425 \begin_layout Plain Layout
29426
29427 \series bold
29428 Bemerkung:
29429 \series default
29430  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29431  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Section
29440 Parbox
29441 \begin_inset CommandInset label
29442 LatexCommand label
29443 name "abs:Parbox"
29444
29445 \end_inset
29446
29447
29448 \begin_inset Index
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 Boxen ! Parbox
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Parbox ist eine Abkürzung für 
29462 \begin_inset Quotes gld
29463 \end_inset
29464
29465 paragraph box
29466 \begin_inset Quotes grd
29467 \end_inset
29468
29469 , was Absatzbox bedeutet.
29470  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29471  Parboxen einige Einschränkungen.
29472  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29473  gedruckt:
29474 \end_layout
29475
29476 \begin_layout Standard
29477 \align center
29478 \begin_inset Box Frameless
29479 position "t"
29480 hor_pos "c"
29481 has_inner_box 1
29482 inner_pos "t"
29483 use_parbox 1
29484 width "33col%"
29485 special "none"
29486 height "1in"
29487 height_special "totalheight"
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491 Dies ist Text in einer Parbox.
29492  Dies ist Text in einer Parbox.
29493 \end_layout
29494
29495 \begin_layout Plain Layout
29496 Diese Fußnote wird nicht gedruckt:
29497 \begin_inset Foot
29498 status collapsed
29499
29500 \begin_layout Plain Layout
29501 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29516  und Theoreme enthalten.
29517 \end_layout
29518
29519 \begin_layout Section
29520 Boxen für Worte und Buchstaben
29521 \begin_inset Index
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Boxen ! für Buchstaben
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Subsection
29534 Silbentrennung unterbinden 
29535 \begin_inset CommandInset label
29536 LatexCommand label
29537 name "abs:Silbentrennung-unterbinden"
29538
29539 \end_inset
29540
29541
29542 \begin_inset Index
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 Boxen ! zur Vermeidung von Silbentrennung
29547 \end_layout
29548
29549 \end_inset
29550
29551
29552 \end_layout
29553
29554 \begin_layout Standard
29555 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29556 \begin_inset Newline newline
29557 \end_inset
29558
29559 Hier ist ein Beispiel: 
29560 \end_layout
29561
29562 \begin_layout Standard
29563 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29564 \begin_inset Quotes gld
29565 \end_inset
29566
29567 einsehrsehrsehrlangeswort
29568 \begin_inset Quotes grd
29569 \end_inset
29570
29571 .
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29576  soll, den TeX-Code
29577 \end_layout
29578
29579 \begin_layout Standard
29580
29581 \series bold
29582
29583 \backslash
29584 mbox{
29585 \end_layout
29586
29587 \begin_layout Standard
29588 ein.
29589  Hinter dem Wort fügen Sie 
29590 \series bold
29591
29592 \begin_inset Quotes gld
29593 \end_inset
29594
29595 }
29596 \series default
29597
29598 \begin_inset Quotes grd
29599 \end_inset
29600
29601  als TeX-Code ein.
29602  Hier ist das Ergebnis:
29603 \end_layout
29604
29605 \begin_layout Standard
29606 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 mbox{
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \begin_inset Quotes gld
29621 \end_inset
29622
29623 einsehrsehrsehrlangeswort
29624 \begin_inset Quotes grd
29625 \end_inset
29626
29627
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633 }
29634 \end_layout
29635
29636 \end_inset
29637
29638 .
29639 \end_layout
29640
29641 \begin_layout Standard
29642 Alternativ dazu kann man auch den Befehl 
29643 \begin_inset Quotes gld
29644 \end_inset
29645
29646
29647 \series bold
29648
29649 \backslash
29650 -
29651 \series default
29652
29653 \begin_inset Quotes grd
29654 \end_inset
29655
29656  als TeX-Code direkt vor das Wort setzen:
29657 \end_layout
29658
29659 \begin_layout Standard
29660 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29661 \begin_inset Quotes gld
29662 \end_inset
29663
29664
29665 \begin_inset ERT
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669
29670
29671 \backslash
29672 -
29673 \end_layout
29674
29675 \end_inset
29676
29677 einsehrsehrsehrlangeswort
29678 \begin_inset Quotes grd
29679 \end_inset
29680
29681 .
29682 \end_layout
29683
29684 \begin_layout Standard
29685 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29686  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29687 \series bold
29688 Strg-Eingabe
29689 \series default
29690 ) einfügen: 
29691 \end_layout
29692
29693 \begin_layout Standard
29694 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29695 \begin_inset Newline newline
29696 \end_inset
29697
29698
29699 \begin_inset ERT
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703
29704
29705 \backslash
29706 mbox{
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \begin_inset Quotes gld
29713 \end_inset
29714
29715 einsehrsehrsehrlangeswort
29716 \begin_inset Quotes grd
29717 \end_inset
29718
29719
29720 \begin_inset ERT
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724
29725 }
29726 \end_layout
29727
29728 \end_inset
29729
29730 .
29731 \end_layout
29732
29733 \begin_layout Subsection
29734 Vertikale Ausrichtung
29735 \begin_inset CommandInset label
29736 LatexCommand label
29737 name "uab:Vertikale-Ausrichtung"
29738
29739 \end_inset
29740
29741
29742 \begin_inset Index
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746 Boxen ! für Vertikale Ausrichtung
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \begin_inset Index
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756 Boxen ! raisebox
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Mit dem LaTeX-Befehl 
29766 \series bold
29767
29768 \backslash
29769 raisebox
29770 \series default
29771  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29772 n Textes ausrichten.
29773  
29774 \series bold
29775
29776 \backslash
29777 raisebox
29778 \series default
29779  wird folgendermaßen benutzt:
29780 \end_layout
29781
29782 \begin_layout Standard
29783
29784 \series bold
29785
29786 \backslash
29787 raisebox{Verschiebung}[oben][unten]{Text}
29788 \end_layout
29789
29790 \begin_layout Standard
29791 Positive Werte für Verschiebung
29792 \series bold
29793  
29794 \series default
29795 verschieben die Box nach oben, negative nach unten.
29796  Die beiden optionalen Parameter 
29797 \family typewriter
29798 oben
29799 \family default
29800  und 
29801 \family typewriter
29802 unten
29803 \family default
29804  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29805  hinausgeht, wenn sie nicht verschoben ist.
29806 \end_layout
29807
29808 \begin_layout Standard
29809 Um zum Beispiel das Wort 
29810 \begin_inset Quotes gld
29811 \end_inset
29812
29813 provokant
29814 \begin_inset Quotes grd
29815 \end_inset
29816
29817  mit seinem 
29818 \begin_inset Quotes gld
29819 \end_inset
29820
29821 niedrigsten
29822 \begin_inset Quotes grd
29823 \end_inset
29824
29825  Buchstaben 
29826 \begin_inset Quotes gld
29827 \end_inset
29828
29829 p
29830 \begin_inset Quotes grd
29831 \end_inset
29832
29833  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29834 \end_layout
29835
29836 \begin_layout Standard
29837
29838 \series bold
29839
29840 \backslash
29841 raisebox{
29842 \backslash
29843 depth}{
29844 \end_layout
29845
29846 \begin_layout Standard
29847 vor dem Wort einfügen und 
29848 \begin_inset Quotes gld
29849 \end_inset
29850
29851
29852 \series bold
29853 }
29854 \series default
29855
29856 \begin_inset Quotes grd
29857 \end_inset
29858
29859  als TeX-Code dahinter:
29860 \end_layout
29861
29862 \begin_layout Standard
29863 Dies ist eine Zeile, in der das Wort 
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 raisebox{
29872 \backslash
29873 depth}{
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \begin_inset Quotes gld
29880 \end_inset
29881
29882 provokant
29883 \begin_inset Quotes grd
29884 \end_inset
29885
29886
29887 \begin_inset ERT
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891
29892 }
29893 \end_layout
29894
29895 \end_inset
29896
29897  nach oben verschoben wurde.
29898 \end_layout
29899
29900 \begin_layout Standard
29901 \begin_inset VSpace bigskip
29902 \end_inset
29903
29904 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29905  gedehnt:
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Dies ist eine Zeile, in der das Wort 
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915
29916 \backslash
29917 raisebox{-
29918 \backslash
29919 depth}{
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset Quotes gld
29926 \end_inset
29927
29928 provokant
29929 \begin_inset Quotes grd
29930 \end_inset
29931
29932
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938 }
29939 \end_layout
29940
29941 \end_inset
29942
29943  nach unten verschoben wurde.
29944 \end_layout
29945
29946 \begin_layout Standard
29947 Dies ist eine Zeile, in der das Wort 
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953
29954 \backslash
29955 raisebox{0.5cm}{
29956 \end_layout
29957
29958 \end_inset
29959
29960
29961 \begin_inset Quotes gld
29962 \end_inset
29963
29964 testen
29965 \begin_inset Quotes grd
29966 \end_inset
29967
29968
29969 \begin_inset ERT
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973
29974 }
29975 \end_layout
29976
29977 \end_inset
29978
29979  um 0.5
29980 \begin_inset space \thinspace{}
29981 \end_inset
29982
29983 cm nach oben verschoben wurde.
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29988 \end_layout
29989
29990 \begin_layout Standard
29991
29992 \series bold
29993
29994 \backslash
29995 raisebox{-
29996 \backslash
29997 depth}[0pt]{
29998 \end_layout
29999
30000 \begin_layout Standard
30001 Dies ist eine Zeile, in der das Wort 
30002 \begin_inset ERT
30003 status collapsed
30004
30005 \begin_layout Plain Layout
30006
30007
30008 \backslash
30009 raisebox{-
30010 \backslash
30011 depth}[0pt]{
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \begin_inset Quotes gld
30018 \end_inset
30019
30020 provokant
30021 \begin_inset Quotes grd
30022 \end_inset
30023
30024
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030 }
30031 \end_layout
30032
30033 \end_inset
30034
30035  nach unten verschoben wurde.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Dies ist eine Zeile, in der das Wort 
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045
30046 \backslash
30047 raisebox{0.5cm}[0pt]{
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \begin_inset Quotes gld
30054 \end_inset
30055
30056 testen
30057 \begin_inset Quotes grd
30058 \end_inset
30059
30060
30061 \begin_inset ERT
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065
30066 }
30067 \end_layout
30068
30069 \end_inset
30070
30071  um 0.5
30072 \begin_inset space \thinspace{}
30073 \end_inset
30074
30075 cm nach oben verschoben wurde.
30076  Jetzt überschneiden sich die verschobenen Worte.
30077 \end_layout
30078
30079 \begin_layout Section
30080 Farbige Boxen
30081 \begin_inset CommandInset label
30082 LatexCommand label
30083 name "abs:Farbige-Boxen"
30084
30085 \end_inset
30086
30087
30088 \begin_inset Index
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092 Boxen ! farbige
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \end_layout
30099
30100 \begin_layout Subsection
30101 Text-Hintergrundfarbe
30102 \begin_inset Index
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106 Farbe ! für Text-Hintergrund
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \end_layout
30113
30114 \begin_layout Standard
30115 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30116  so genannten 
30117 \begin_inset Quotes gld
30118 \end_inset
30119
30120 colorbox
30121 \begin_inset Quotes grd
30122 \end_inset
30123
30124  stehen.
30125  Dafür muss das LaTeX-Paket 
30126 \series bold
30127 color
30128 \series default
30129
30130 \begin_inset Index
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134 LaTeX-Pakete ! color
30135 \end_layout
30136
30137 \end_inset
30138
30139  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30140 \end_layout
30141
30142 \begin_layout Standard
30143
30144 \series bold
30145
30146 \backslash
30147 @ifundefined{textcolor}
30148 \begin_inset Newline newline
30149 \end_inset
30150
30151
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 hphantom{ }
30160 \end_layout
30161
30162 \end_inset
30163
30164 {
30165 \backslash
30166 usepackage{color}}{}
30167 \end_layout
30168
30169 \begin_layout Standard
30170 Wenn Sie Text einfärben, lädt LyX das Paket 
30171 \series bold
30172 color
30173 \series default
30174  automatisch.
30175 \begin_inset Foot
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179 Der Befehl 
30180 \series bold
30181
30182 \backslash
30183 @ifundefined
30184 \series default
30185  vermeidet, dass es in diesem Fall doppelt geladen wird.
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \begin_layout Standard
30194 \begin_inset VSpace medskip
30195 \end_inset
30196
30197 Colorboxen werden mit dem Befehl 
30198 \series bold
30199
30200 \backslash
30201 colorbox
30202 \series default
30203  erzeugt:
30204 \end_layout
30205
30206 \begin_layout Standard
30207
30208 \series bold
30209
30210 \backslash
30211 colorbox{Farbe}{Boxinhalt}
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30216  Boxen sein.
30217 \end_layout
30218
30219 \begin_layout Standard
30220 Die folgenden Farben sind vordefiniert:
30221 \family sans
30222  schwarz
30223 \family default
30224
30225 \family sans
30226 wei
30227 \family default
30228 ß, 
30229 \family sans
30230 rot
30231 \family default
30232 \series bold
30233 ,
30234 \series default
30235  
30236 \family sans
30237 grün
30238 \family default
30239
30240 \family sans
30241 blau
30242 \family default
30243
30244 \family sans
30245 türkis
30246 \family default
30247
30248 \family sans
30249 purpurrot
30250 \family default
30251  und 
30252 \family sans
30253 gelb
30254 \family default
30255 .
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30260 \begin_inset space ~
30261 \end_inset
30262
30263
30264 \begin_inset CommandInset ref
30265 LatexCommand ref
30266 reference "abs:Farbige-Tabellen"
30267
30268 \end_inset
30269
30270  beschrieben.
30271 \end_layout
30272
30273 \begin_layout Standard
30274 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30275  den TeX-Code-Befehl
30276 \end_layout
30277
30278 \begin_layout Standard
30279
30280 \series bold
30281
30282 \backslash
30283 colorbox{red}{
30284 \end_layout
30285
30286 \begin_layout Standard
30287 vor dem Wort ein.
30288  Hinter dem Wort fügen Sie 
30289 \series bold
30290
30291 \begin_inset Quotes gld
30292 \end_inset
30293
30294 }
30295 \series default
30296
30297 \begin_inset Quotes grd
30298 \end_inset
30299
30300  als TeX-Code ein.
30301  Hier ist das Ergebnis:
30302 \end_layout
30303
30304 \begin_layout Standard
30305 In dieser Zeile hat 
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 colorbox{red}{
30314 \end_layout
30315
30316 \end_inset
30317
30318 Achtung!
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324 }
30325 \end_layout
30326
30327 \end_inset
30328
30329  einen roten Hintergrund.
30330 \end_layout
30331
30332 \begin_layout Standard
30333 \begin_inset VSpace bigskip
30334 \end_inset
30335
30336 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30337  
30338 \series bold
30339
30340 \backslash
30341 fcolorbox
30342 \series default
30343  verwenden:
30344 \end_layout
30345
30346 \begin_layout Standard
30347
30348 \series bold
30349
30350 \backslash
30351 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 fcolorbox
30360 \series default
30361  ist eine Erweiterung von 
30362 \series bold
30363
30364 \backslash
30365 colorbox
30366 \series default
30367 .
30368  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30369  
30370 \series bold
30371
30372 \backslash
30373 fboxrule
30374 \series default
30375  und 
30376 \series bold
30377
30378 \backslash
30379 fboxsep
30380 \series default
30381  gesteuert werden, wie in Abschnitt
30382 \begin_inset space ~
30383 \end_inset
30384
30385
30386 \begin_inset CommandInset ref
30387 LatexCommand ref
30388 reference "uab:Verzierung"
30389
30390 \end_inset
30391
30392  beschrieben.
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Für das folgende Beispiel wurde der Befehl
30397 \end_layout
30398
30399 \begin_layout Standard
30400
30401 \series bold
30402
30403 \backslash
30404 fcolorbox{cyan}{magenta}{
30405 \end_layout
30406
30407 \begin_layout Standard
30408 benutzt.
30409  Hier wurden die Rahmendicke und der Abstand auf 1
30410 \begin_inset space \thinspace{}
30411 \end_inset
30412
30413 mm gesetzt:
30414 \begin_inset Newline newline
30415 \end_inset
30416
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 fboxrule 1mm 
30426 \backslash
30427 fboxsep 1mm
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438
30439 \backslash
30440 fcolorbox{cyan}{green}{
30441 \end_layout
30442
30443 \end_inset
30444
30445 Dies ist Text in einer farbigen, gerahmten Box.
30446 \begin_inset ERT
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450
30451 }
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset VSpace bigskip
30461 \end_inset
30462
30463 Natürlich gibt es auch farbigen Text in einer Colorbox:
30464 \begin_inset Newline newline
30465 \end_inset
30466
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 fcolorbox{cyan}{green}{
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \color yellow
30482 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30483 \color none
30484
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 fboxrule 0.4pt 
30504 \backslash
30505 fboxsep 3pt
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \end_layout
30512
30513 \begin_layout Standard
30514 \begin_inset VSpace bigskip
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 \begin_inset Note Greyedout
30522 status open
30523
30524 \begin_layout Plain Layout
30525 \noindent
30526
30527 \series bold
30528 Bemerkung:
30529 \series default
30530  Text in Colorboxen kann nicht umgebrochen werden.
30531  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30532  wie im folgenden beschrieben.
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Subsection
30541 Farbe für Absätze
30542 \begin_inset CommandInset label
30543 LatexCommand label
30544 name "uab:Farbe-für-Absätze"
30545
30546 \end_inset
30547
30548
30549 \begin_inset Index
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Farbe ! für Absätze
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30563  den Text in eine Minipage stellen.
30564  Vor der Minipage fügen Sie den TeX-Code-Befehl
30565 \end_layout
30566
30567 \begin_layout Standard
30568
30569 \series bold
30570
30571 \backslash
30572 colorbox{color}{
30573 \end_layout
30574
30575 \begin_layout Standard
30576 ein.
30577  Hinter der Minipage fügen Sie 
30578 \series bold
30579
30580 \begin_inset Quotes gld
30581 \end_inset
30582
30583 }
30584 \series default
30585
30586 \begin_inset Quotes grd
30587 \end_inset
30588
30589  als TeX-Code ein.
30590 \end_layout
30591
30592 \begin_layout Standard
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598
30599 \backslash
30600 colorbox{hellgrau}{
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \begin_inset Box Frameless
30607 position "t"
30608 hor_pos "c"
30609 has_inner_box 1
30610 inner_pos "t"
30611 use_parbox 0
30612 width "100col%"
30613 special "none"
30614 height "1in"
30615 height_special "totalheight"
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Dies ist Text mit einer Hintergrundfarbe.
30620  Dies ist Text mit einer Hintergrundfarbe.
30621 \end_layout
30622
30623 \begin_layout Plain Layout
30624 Der Text kann Fußnoten
30625 \begin_inset Foot
30626 status open
30627
30628 \begin_layout Plain Layout
30629 Eine weitere Fußnote
30630 \end_layout
30631
30632 \end_inset
30633
30634  und Tabellen und Abbildungen enthalten.
30635 \end_layout
30636
30637 \begin_layout Plain Layout
30638 \align center
30639 \begin_inset Tabular
30640 <lyxtabular version="3" rows="3" columns="3">
30641 <features>
30642 <column alignment="center" valignment="top" width="0">
30643 <column alignment="center" valignment="top" width="0">
30644 <column alignment="center" valignment="top" width="0">
30645 <row>
30646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30647 \begin_inset Text
30648
30649 \begin_layout Plain Layout
30650 a
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659 !
30660 \end_layout
30661
30662 \end_inset
30663 </cell>
30664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30665 \begin_inset Text
30666
30667 \begin_layout Plain Layout
30668 3
30669 \end_layout
30670
30671 \end_inset
30672 </cell>
30673 </row>
30674 <row>
30675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30676 \begin_inset Text
30677
30678 \begin_layout Plain Layout
30679 <
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30685 \begin_inset Text
30686
30687 \begin_layout Plain Layout
30688 b2
30689 \begin_inset Quotes erd
30690 \end_inset
30691
30692 |
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701 >
30702 \end_layout
30703
30704 \end_inset
30705 </cell>
30706 </row>
30707 <row>
30708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30709 \begin_inset Text
30710
30711 \begin_layout Plain Layout
30712 1
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721 §
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730 c
30731 \end_layout
30732
30733 \end_inset
30734 </cell>
30735 </row>
30736 </lyxtabular>
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \end_inset
30744
30745
30746 \begin_inset ERT
30747 status collapsed
30748
30749 \begin_layout Plain Layout
30750
30751 }
30752 \end_layout
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Section
30760 Rotierte und skalierte Boxen
30761 \end_layout
30762
30763 \begin_layout Standard
30764 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30765 \series bold
30766 graphicx
30767 \series default
30768
30769 \begin_inset Index
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 LaTeX-Pakete ! graphicx
30774 \end_layout
30775
30776 \end_inset
30777
30778  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30779 \end_layout
30780
30781 \begin_layout Standard
30782
30783 \series bold
30784
30785 \backslash
30786 @ifundefined{rotatebox}
30787 \begin_inset Newline newline
30788 \end_inset
30789
30790
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 hphantom{ }
30799 \end_layout
30800
30801 \end_inset
30802
30803 {
30804 \backslash
30805 usepackage{graphicx}}{}
30806 \end_layout
30807
30808 \begin_layout Standard
30809 \begin_inset Note Greyedout
30810 status open
30811
30812 \begin_layout Plain Layout
30813
30814 \series bold
30815 Bemerkung:
30816 \series default
30817  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30818  darstellen.
30819  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30820 \end_layout
30821
30822 \end_inset
30823
30824
30825 \end_layout
30826
30827 \begin_layout Standard
30828 \begin_inset Note Greyedout
30829 status open
30830
30831 \begin_layout Plain Layout
30832
30833 \series bold
30834 Bemerkung:
30835 \series default
30836  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \begin_layout Subsection
30845 Rotierte Boxen
30846 \begin_inset Index
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850 Boxen ! rotierte
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \begin_inset Index
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860 Rotiertes Material
30861 \end_layout
30862
30863 \end_inset
30864
30865
30866 \begin_inset Index
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870 Abbildungen ! rotierte
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Index
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880 Tabellen ! rotierte
30881 \end_layout
30882
30883 \end_inset
30884
30885
30886 \end_layout
30887
30888 \begin_layout Standard
30889 Um Text zu drehen, verwendet man den Befehl 
30890 \series bold
30891
30892 \backslash
30893 rotatebox
30894 \series default
30895  im TeX-Code nach folgendem Schema:
30896 \end_layout
30897
30898 \begin_layout Standard
30899
30900 \series bold
30901
30902 \backslash
30903 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30904 \end_layout
30905
30906 \begin_layout Standard
30907 Der Drehpunkt wird mit 
30908 \series bold
30909 origin=Position
30910 \series default
30911  angegeben.
30912  Folgende Positionen sind möglich: 
30913 \emph on
30914 c
30915 \emph default
30916  (mittig), 
30917 \emph on
30918 l
30919 \emph default
30920  (links), 
30921 \emph on
30922 r
30923 \emph default
30924  (rechts), 
30925 \emph on
30926 b
30927 \emph default
30928  (unten), 
30929 \emph on
30930 t
30931 \emph default
30932  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30933  Z.
30934 \begin_inset space \thinspace{}
30935 \end_inset
30936
30937 B.
30938  bedeutet 
30939 \emph on
30940 lt
30941 \emph default
30942 , dass sich der Drehpunkt links oben befindet.
30943  Wird kein Drehpunkt angegeben, wird die Position 
30944 \emph on
30945 l
30946 \emph default
30947  verwendet.
30948  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30949  Gedreht wird gegen den Uhrzeigersinn.
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Im folgenden Beispiel wurde vor dem Text der Befehl 
30954 \series bold
30955
30956 \backslash
30957 rotatebox[origin=c]{60}{
30958 \series default
30959  im TeX-Modus eingegeben.
30960  Nach dem Text wurde die schließende Klammer 
30961 \series bold
30962 }
30963 \series default
30964  wiederum im TeX-Modus eingegeben.
30965 \end_layout
30966
30967 \begin_layout Standard
30968 Dies ist eine Zeile 
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974
30975 \backslash
30976 rotatebox[origin=c]{60}{
30977 \end_layout
30978
30979 \end_inset
30980
30981 mit rotiertem
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987 }
30988 \end_layout
30989
30990 \end_inset
30991
30992  Text.
30993 \end_layout
30994
30995 \begin_layout Standard
30996 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30997 \end_layout
30998
30999 \begin_layout Standard
31000 Dies ist eine Zeile 
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006
31007 \backslash
31008 rotatebox[origin=r]{-60}{
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \begin_inset Box Doublebox
31015 position "c"
31016 hor_pos "c"
31017 has_inner_box 0
31018 inner_pos "c"
31019 use_parbox 0
31020 width "1in"
31021 special "width"
31022 height "1in"
31023 height_special "totalheight"
31024 status collapsed
31025
31026 \begin_layout Plain Layout
31027 mit rotiertem
31028 \end_layout
31029
31030 \end_inset
31031
31032
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038 }
31039 \end_layout
31040
31041 \end_inset
31042
31043  umrandeten Text 
31044 \begin_inset ERT
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048
31049
31050 \backslash
31051 rotatebox[origin=lb]{60}{
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31058 \end_inset
31059
31060
31061 \begin_inset ERT
31062 status collapsed
31063
31064 \begin_layout Plain Layout
31065
31066 }
31067 \end_layout
31068
31069 \end_inset
31070
31071  und einer Formel.
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Oder ein Bild oder Tabelle:
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Dies ist eine Zeile 
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 rotatebox[origin=lb]{90}{
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \begin_inset Graphics
31094         filename ../clipart/platypus.eps
31095         lyxscale 50
31096         width 25col%
31097
31098 \end_inset
31099
31100
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106 }
31107 \end_layout
31108
31109 \end_inset
31110
31111  mit einem rotierten Bild 
31112 \begin_inset ERT
31113 status collapsed
31114
31115 \begin_layout Plain Layout
31116
31117
31118 \backslash
31119 rotatebox[origin=l]{-90}{
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \begin_inset Tabular
31126 <lyxtabular version="3" rows="2" columns="2">
31127 <features>
31128 <column alignment="center" valignment="top" width="0">
31129 <column alignment="center" valignment="top" width="0">
31130 <row>
31131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31132 \begin_inset Text
31133
31134 \begin_layout Plain Layout
31135 q
31136 \end_layout
31137
31138 \end_inset
31139 </cell>
31140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31141 \begin_inset Text
31142
31143 \begin_layout Plain Layout
31144 w
31145 \end_layout
31146
31147 \end_inset
31148 </cell>
31149 </row>
31150 <row>
31151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout Plain Layout
31155 e
31156 \end_layout
31157
31158 \end_inset
31159 </cell>
31160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31161 \begin_inset Text
31162
31163 \begin_layout Plain Layout
31164 r
31165 \end_layout
31166
31167 \end_inset
31168 </cell>
31169 </row>
31170 </lyxtabular>
31171
31172 \end_inset
31173
31174
31175 \begin_inset ERT
31176 status collapsed
31177
31178 \begin_layout Plain Layout
31179
31180 }
31181 \end_layout
31182
31183 \end_inset
31184
31185  und Tabelle.
31186 \end_layout
31187
31188 \begin_layout Subsection
31189 Skalierte Boxen
31190 \begin_inset Index
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194 Boxen ! skalierte
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \begin_inset Index
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204 Skaliertes Material
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \begin_inset Index
31211 status collapsed
31212
31213 \begin_layout Plain Layout
31214 Abbildungen ! skalierte
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Index
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224 Tabellen ! skalierte
31225 \end_layout
31226
31227 \end_inset
31228
31229
31230 \end_layout
31231
31232 \begin_layout Standard
31233 Um Text zu skalieren, kann man die Befehle 
31234 \series bold
31235
31236 \backslash
31237 scalebox
31238 \series default
31239  und 
31240 \series bold
31241
31242 \backslash
31243 resizebox
31244 \series default
31245  im TeX-Modus verwenden.
31246 \end_layout
31247
31248 \begin_layout Standard
31249
31250 \series bold
31251
31252 \backslash
31253 scalebox
31254 \series default
31255  wird nach folgendem Schema verwendet:
31256 \end_layout
31257
31258 \begin_layout Standard
31259
31260 \series bold
31261
31262 \backslash
31263 scalebox{horizontal}[vertikal]{Boxinhalt}
31264 \end_layout
31265
31266 \begin_layout Standard
31267 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31268  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31269  verwendet.
31270 \end_layout
31271
31272 \begin_layout Standard
31273 Z.
31274 \begin_inset space \thinspace{}
31275 \end_inset
31276
31277 B.
31278  ergibt der Befehl 
31279 \series bold
31280
31281 \backslash
31282 scalebox{2}{Hallo}
31283 \series default
31284  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31285 \begin_inset ERT
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289
31290
31291 \backslash
31292 scalebox{2}{
31293 \end_layout
31294
31295 \end_inset
31296
31297 Hallo
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303 }
31304 \end_layout
31305
31306 \end_inset
31307
31308 .
31309 \end_layout
31310
31311 \begin_layout Standard
31312
31313 \series bold
31314
31315 \backslash
31316 scalebox{2}[1]{Hallo}
31317 \series default
31318  verzerrt hingegen das 
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324
31325 \backslash
31326 scalebox{2}[1]{
31327 \end_layout
31328
31329 \end_inset
31330
31331 Hallo
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337 }
31338 \end_layout
31339
31340 \end_inset
31341
31342 .
31343 \end_layout
31344
31345 \begin_layout Standard
31346 Die Skalierungsfaktoren dürfen auch negativ sein.
31347  In diesem Fall wird der Boxinhalt gespiegelt.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 Daher lässt sich mit dem Befehl 
31352 \series bold
31353
31354 \backslash
31355 scalebox{-1}[1]{Hallo}
31356 \series default
31357  Spiegelschrift erstellen: 
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363
31364 \backslash
31365 scalebox{-1}[1]{
31366 \end_layout
31367
31368 \end_inset
31369
31370 Hallo
31371 \begin_inset ERT
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375
31376 }
31377 \end_layout
31378
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \begin_layout Standard
31385
31386 \series bold
31387
31388 \backslash
31389 scalebox{1}[-1]{Hallo}
31390 \series default
31391  spiegelt das 
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397
31398 \backslash
31399 scalebox{1}[-1]{
31400 \end_layout
31401
31402 \end_inset
31403
31404 Hallo
31405 \begin_inset ERT
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409
31410 }
31411 \end_layout
31412
31413 \end_inset
31414
31415  an der Grundlinie.
31416 \end_layout
31417
31418 \begin_layout Standard
31419 Zu 
31420 \series bold
31421
31422 \backslash
31423 scalebox{-1}[1]{Boxinhalt}
31424 \series default
31425  gibt es den äquivalenten Befehl
31426 \begin_inset Newline newline
31427 \end_inset
31428
31429
31430 \series bold
31431
31432 \backslash
31433 reflectbox{Boxinhalt}
31434 \series default
31435 .
31436 \end_layout
31437
31438 \begin_layout Standard
31439 \begin_inset VSpace bigskip
31440 \end_inset
31441
31442
31443 \series bold
31444
31445 \backslash
31446 resizebox
31447 \series default
31448  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31449  skalieren.
31450  Das Befehlsschema ist folgendes:
31451 \end_layout
31452
31453 \begin_layout Standard
31454
31455 \series bold
31456
31457 \backslash
31458 resizebox{Breite}{Höhe}{Boxinhalt}
31459 \end_layout
31460
31461 \begin_layout Standard
31462 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31463 \series bold
31464 !
31465 \series default
31466  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31467  wird.
31468 \end_layout
31469
31470 \begin_layout Standard
31471 Der Befehl 
31472 \series bold
31473
31474 \backslash
31475 resizebox{2cm}{1cm}{Hallo}
31476 \series default
31477  ergibt: 
31478 \begin_inset ERT
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482
31483
31484 \backslash
31485 resizebox{2cm}{1cm}{
31486 \end_layout
31487
31488 \end_inset
31489
31490 Hallo
31491 \begin_inset ERT
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495
31496 }
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \begin_inset Newline newline
31503 \end_inset
31504
31505 Der Befehl 
31506 \series bold
31507
31508 \backslash
31509 resizebox{2cm}{!}{Hallo}
31510 \series default
31511  ergibt: 
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 resizebox{2cm}{!}{
31520 \end_layout
31521
31522 \end_inset
31523
31524 Hallo
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530 }
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset VSpace bigskip
31540 \end_inset
31541
31542
31543 \begin_inset Note Greyedout
31544 status open
31545
31546 \begin_layout Plain Layout
31547
31548 \series bold
31549 Bemerkung:
31550 \series default
31551  Wurde in Argumenten von 
31552 \series bold
31553
31554 \backslash
31555 scalebox
31556 \series default
31557  oder 
31558 \series bold
31559
31560 \backslash
31561 resizebox
31562 \series default
31563  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31564  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31565  werden.
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \end_layout
31572
31573 \begin_layout Standard
31574 \begin_inset VSpace bigskip
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 Alle Boxen können beliebig miteinander kombiniert werden.
31582  So ergibt z.
31583 \begin_inset space \thinspace{}
31584 \end_inset
31585
31586 B.
31587  der Befehl
31588 \begin_inset Newline newline
31589 \end_inset
31590
31591
31592 \series bold
31593
31594 \backslash
31595 rotatebox[origin=c]{-45}{
31596 \backslash
31597 resizebox{2cm}{!}{
31598 \backslash
31599 reflectbox{Hallo}}}
31600 \series default
31601 :
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \align center
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 rotatebox[origin=c]{-45}{
31614 \backslash
31615 resizebox{2cm}{!}{
31616 \backslash
31617 reflectbox{
31618 \end_layout
31619
31620 \end_inset
31621
31622 Hallo
31623 \begin_inset ERT
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627
31628 }}}
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Standard
31637 \noindent
31638 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31639 \end_layout
31640
31641 \begin_layout Standard
31642 \align center
31643 \begin_inset ERT
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647
31648
31649 \backslash
31650 rotatebox[origin=c]{-30}{
31651 \backslash
31652 resizebox{2cm}{!}{
31653 \backslash
31654 reflectbox{
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \begin_inset Graphics
31661         filename ../clipart/platypus.eps
31662         lyxscale 50
31663         width 25col%
31664
31665 \end_inset
31666
31667
31668 \begin_inset ERT
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672
31673 }}}
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684
31685 \backslash
31686 rotatebox[origin=c]{-45}{
31687 \backslash
31688 resizebox{2cm}{!}{
31689 \backslash
31690 reflectbox{
31691 \end_layout
31692
31693 \end_inset
31694
31695
31696 \begin_inset Tabular
31697 <lyxtabular version="3" rows="2" columns="2">
31698 <features>
31699 <column alignment="center" valignment="top" width="0">
31700 <column alignment="center" valignment="top" width="0">
31701 <row>
31702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31703 \begin_inset Text
31704
31705 \begin_layout Plain Layout
31706 q
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715 w
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 </row>
31721 <row>
31722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31723 \begin_inset Text
31724
31725 \begin_layout Plain Layout
31726 e
31727 \end_layout
31728
31729 \end_inset
31730 </cell>
31731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31732 \begin_inset Text
31733
31734 \begin_layout Plain Layout
31735 r
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 </row>
31741 </lyxtabular>
31742
31743 \end_inset
31744
31745
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751 }}}
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \begin_inset ERT
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761
31762
31763 \backslash
31764 rotatebox[origin=c]{-45}{
31765 \backslash
31766 resizebox{2cm}{!}{
31767 \backslash
31768 reflectbox{
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31775 \end_inset
31776
31777
31778 \begin_inset ERT
31779 status collapsed
31780
31781 \begin_layout Plain Layout
31782
31783 }}}
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792 Hat man den globalen Formelstil 
31793 \series bold
31794 fleqn
31795 \series default
31796
31797 \begin_inset Foot
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801 Wenn 
31802 \begin_inset Quotes gld
31803 \end_inset
31804
31805 fleqn
31806 \begin_inset Quotes grd
31807 \end_inset
31808
31809  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31810 \end_layout
31811
31812 \end_inset
31813
31814  gewählt, kann man auch abgesetzte Formeln skalieren.
31815 \end_layout
31816
31817 \begin_layout Chapter
31818 Externe Dateien
31819 \begin_inset Index
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823 Dateien ! externe
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Standard
31832 Mit 
31833 \family sans
31834 Einfügen\SpecialChar \menuseparator
31835 Datei
31836 \family default
31837  können Sie fremdes Material in Ihr Dokument einsetzen.
31838  Das kann folgendes sein:
31839 \end_layout
31840
31841 \begin_layout Description
31842 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31843  eingefügt.
31844 \end_layout
31845
31846 \begin_layout Description
31847 Einfacher
31848 \begin_inset space ~
31849 \end_inset
31850
31851 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31852  eingefügt.
31853 \end_layout
31854
31855 \begin_layout Description
31856 Einfacher
31857 \begin_inset space ~
31858 \end_inset
31859
31860 Text,
31861 \begin_inset space ~
31862 \end_inset
31863
31864 Zeilen
31865 \begin_inset space ~
31866 \end_inset
31867
31868 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31869  Leerzeilen trennen die Absätze.
31870 \end_layout
31871
31872 \begin_layout Description
31873 Externes
31874 \begin_inset space ~
31875 \end_inset
31876
31877 Material Dateien in verschiedenen Formaten.
31878 \end_layout
31879
31880 \begin_layout Description
31881 Unterdokument LyX- oder LaTeX-Dokumente.
31882 \end_layout
31883
31884 \begin_layout Section
31885 Externes Material
31886 \begin_inset Index
31887 status collapsed
31888
31889 \begin_layout Plain Layout
31890 Externes Material
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \end_layout
31897
31898 \begin_layout Standard
31899 Mit 
31900 \family sans
31901 Einfügen\SpecialChar \menuseparator
31902 Datei\SpecialChar \menuseparator
31903  Externes Material
31904 \family default
31905  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31906  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31907  weil LyX sich darum kümmert.
31908  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31909  eingefügt werden können.
31910  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31911 \family sans
31912  Aussehen
31913 \begin_inset space ~
31914 \end_inset
31915
31916 &
31917 \begin_inset space ~
31918 \end_inset
31919
31920 Handhabung\SpecialChar \menuseparator
31921 Grafik
31922 \family default
31923 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31924 \end_layout
31925
31926 \begin_layout Standard
31927 Zur Zeit können Sie folgende Dateitypen (
31928 \family sans
31929 Vorlagen
31930 \family default
31931 ) benutzen:
31932 \end_layout
31933
31934 \begin_layout Description
31935 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31936 \series bold
31937
31938 \begin_inset CommandInset href
31939 LatexCommand href
31940 name "XBoard"
31941 target "http://en.wikipedia.org/wiki/XBoard"
31942
31943 \end_inset
31944
31945
31946 \series default
31947  erzeugt wurden.
31948 \end_layout
31949
31950 \begin_layout Description
31951 Datum fügt ein Datum mit dem Format 
31952 \emph on
31953 Tag-Monat-Jahr
31954 \emph default
31955  ein.
31956  Hier ist ein Beispiel: 
31957 \begin_inset External
31958         template Date
31959         filename .
31960
31961 \end_inset
31962
31963
31964 \begin_inset space ~
31965 \end_inset
31966
31967
31968 \begin_inset Note Note
31969 status open
31970
31971 \begin_layout Plain Layout
31972
31973 \lang english
31974 Remove the protected space when bug 4398 is fixed!
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \begin_inset Newline newline
31981 \end_inset
31982
31983 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31984  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31985  Menü 
31986 \family sans
31987 Einfügen\SpecialChar \menuseparator
31988 Datum
31989 \family default
31990  und mit dem LaTeX-Befehl 
31991 \series bold
31992
31993 \backslash
31994 today
31995 \series default
31996 .
31997  Die verschiedenen Methoden werden in Tabelle
31998 \begin_inset space ~
31999 \end_inset
32000
32001
32002 \begin_inset CommandInset ref
32003 LatexCommand ref
32004 reference "tab:Vergleich-der-Datums-Eingaben"
32005
32006 \end_inset
32007
32008  verglichen.
32009 \end_layout
32010
32011 \begin_layout Description
32012 Dia unterstützt Diagramme, die mit dem Programm 
32013 \series bold
32014
32015 \begin_inset CommandInset href
32016 LatexCommand href
32017 name "Dia"
32018 target "http://en.wikipedia.org/wiki/Dia_(software)"
32019
32020 \end_inset
32021
32022
32023 \series default
32024  erzeugt wurden.
32025 \end_layout
32026
32027 \begin_layout Description
32028 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32029 \series bold
32030
32031 \begin_inset CommandInset href
32032 LatexCommand href
32033 name "LilyPond"
32034 target "http://en.wikipedia.org/wiki/LilyPond"
32035
32036 \end_inset
32037
32038
32039 \series default
32040  schreiben.
32041 \end_layout
32042
32043 \begin_layout Description
32044 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32045  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32046 \emph on
32047 pages
32048 \emph default
32049  Option im Feld 
32050 \family sans
32051 Option
32052 \family default
32053  in der Karteikarte 
32054 \family sans
32055 LaTeX- und LyX-Optionen
32056 \family default
32057  entsprechend der Vorlagenbeschreibung im Dialog.
32058  Wenn keine 
32059 \emph on
32060 pages
32061 \emph default
32062  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32063 \end_layout
32064
32065 \begin_layout Description
32066 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32067  Fast alle bekannten Bildformate werden unterstützt.
32068  Die Bilddateien können im Dialogfenster 
32069 \family sans
32070 Externes
32071 \begin_inset space ~
32072 \end_inset
32073
32074 Material
32075 \family default
32076  genauso behandelt werden wie die mit dem normalen 
32077 \family sans
32078 Grafik
32079 \family default
32080 -Dialog eingefügten, siehe Abschnitt
32081 \begin_inset space ~
32082 \end_inset
32083
32084
32085 \begin_inset CommandInset ref
32086 LatexCommand ref
32087 reference "abs:Grafik-Dialog"
32088
32089 \end_inset
32090
32091 .
32092  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32093  und EPS-Bilder werden nicht unterstützt.
32094 \end_layout
32095
32096 \begin_layout Description
32097 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32098 \series bold
32099
32100 \begin_inset CommandInset href
32101 LatexCommand href
32102 name "Xfig"
32103 target "http://en.wikipedia.org/wiki/Xfig"
32104
32105 \end_inset
32106
32107
32108 \series default
32109  erzeugt wurden.
32110 \end_layout
32111
32112 \begin_layout Standard
32113 \begin_inset Float table
32114 placement h
32115 wide false
32116 sideways false
32117 status open
32118
32119 \begin_layout Plain Layout
32120 \begin_inset Caption
32121
32122 \begin_layout Plain Layout
32123 \begin_inset CommandInset label
32124 LatexCommand label
32125 name "tab:Vergleich-der-Datums-Eingaben"
32126
32127 \end_inset
32128
32129 Vergleich der Datums-Eingaben
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Plain Layout
32138 \align center
32139 \begin_inset Tabular
32140 <lyxtabular version="3" rows="4" columns="4">
32141 <features>
32142 <column alignment="center" valignment="top" width="0">
32143 <column alignment="center" valignment="top" width="0">
32144 <column alignment="center" valignment="top" width="0">
32145 <column alignment="center" valignment="top" width="0">
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151 Dokumentformat
32152 \end_layout
32153
32154 \end_inset
32155 </cell>
32156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160
32161 \family sans
32162 Externes Material\SpecialChar \menuseparator
32163 Datum
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172
32173 \family sans
32174 Einfügen\SpecialChar \menuseparator
32175 Datum
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184 Befehl 
32185 \series bold
32186
32187 \backslash
32188 today
32189 \end_layout
32190
32191 \end_inset
32192 </cell>
32193 </row>
32194 <row>
32195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199 LyX
32200 \end_layout
32201
32202 \end_inset
32203 </cell>
32204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208 als Box
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 als Datum
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226 als TeX-Code
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 </row>
32232 <row>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 LaTeX
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 als Datum
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 als Datum
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264 als Befehl
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 </row>
32270 <row>
32271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275 DVI, PDF, PS
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 als Datum
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 als Datum
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 als Datum
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 </row>
32308 </lyxtabular>
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \end_inset
32316
32317
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Wenn Sie im Dialogfenster
32322 \family sans
32323  Externes
32324 \begin_inset space ~
32325 \end_inset
32326
32327 Material 
32328 \family default
32329 in der Karteikarte
32330 \family sans
32331  Datei
32332 \family default
32333  die Option 
32334 \family sans
32335 Entwurf
32336 \family default
32337  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32338 \begin_inset Newline newline
32339 \end_inset
32340
32341 LyX kann externes Material entweder als Box wie hier: 
32342 \begin_inset Graphics
32343         filename clipart/ExternesMaterialQt4.png
32344         scale 85
32345         scaleBeforeRotation
32346
32347 \end_inset
32348
32349  oder als Bild darstellen.
32350  Das hängt davon ab, ob Sie im Dialog
32351 \family sans
32352  
32353 \family default
32354 in der Karteikarte 
32355 \family sans
32356 LaTeX- und LyX-Optionen
32357 \family default
32358  die Option 
32359 \family sans
32360 In
32361 \begin_inset space ~
32362 \end_inset
32363
32364 LyX
32365 \begin_inset space ~
32366 \end_inset
32367
32368 anzeigen
32369 \family default
32370  gewählt haben oder nicht.
32371 \end_layout
32372
32373 \begin_layout Standard
32374 Im LyX-Handbuch 
32375 \family sans
32376 \emph on
32377 Anpassung
32378 \family default
32379 \emph default
32380  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32381 \end_layout
32382
32383 \begin_layout Section
32384 Unterdokumente
32385 \begin_inset CommandInset label
32386 LatexCommand label
32387 name "abs:Unterdokumente"
32388
32389 \end_inset
32390
32391
32392 \begin_inset Index
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396 Unterdokument
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32406  oder Abschnitten bestehen.
32407  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32408  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32409  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32410  z.
32411 \begin_inset space \thinspace{}
32412 \end_inset
32413
32414 B.
32415  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32416 \end_layout
32417
32418 \begin_layout Standard
32419 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32420  müssen, geben Sie im Unterdokument im Menü
32421 \family sans
32422  Dokument\SpecialChar \menuseparator
32423 Einstellungen\SpecialChar \menuseparator
32424 Dokumentklasse
32425 \family default
32426  das Hauptdokument an.
32427  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32428  bearbeiten.
32429 \end_layout
32430
32431 \begin_layout Standard
32432 Unterdokumente werden in LyX als Box angezeigt: 
32433 \begin_inset Graphics
32434         filename clipart/UnterdokumentQt4.png
32435         scale 85
32436         scaleBeforeRotation
32437
32438 \end_inset
32439
32440  Sie werden über
32441 \family sans
32442  Einfügen\SpecialChar \menuseparator
32443 Datei\SpecialChar \menuseparator
32444 Unterdokument
32445 \family default
32446  eingebunden, was das Dialogfenster
32447 \family sans
32448  Unterdokument
32449 \family default
32450  öffnet.
32451  Für 
32452 \family sans
32453 die Art
32454 \begin_inset space ~
32455 \end_inset
32456
32457 der
32458 \begin_inset space ~
32459 \end_inset
32460
32461 Einbindung
32462 \family default
32463  gibt es dort vier Möglichkeiten:
32464 \end_layout
32465
32466 \begin_layout Description
32467 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32468  Wenn Sie im Dialogfenster
32469 \family sans
32470  Unterdokument
32471 \family default
32472  auf 
32473 \family sans
32474 Öffnen
32475 \family default
32476  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32477  und Sie können es editieren.
32478 \begin_inset Newline newline
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Hier wird ein Unterdokument
32486 \family sans
32487  
32488 \family default
32489 per 
32490 \family sans
32491 Include
32492 \family default
32493  eingebunden: 
32494 \begin_inset CommandInset include
32495 LatexCommand include
32496 filename "DummyDocument1.lyx"
32497
32498 \end_inset
32499
32500 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32501  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32502  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32503 s.
32504  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32505 \begin_inset space ~
32506 \end_inset
32507
32508
32509 \begin_inset CommandInset ref
32510 LatexCommand ref
32511 reference "uab:Externer-Unterabschnitt-1"
32512
32513 \end_inset
32514
32515 .
32516 \end_layout
32517
32518 \begin_layout Standard
32519 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32520  wird benutzt.
32521  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32522  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32523  Unterdokumente, die per 
32524 \family sans
32525 Include
32526 \family default
32527  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32528  und enden mit einem Seitenumbruch.
32529 \end_layout
32530
32531 \begin_layout Standard
32532 Mit dem LaTeX-Befehl 
32533 \series bold
32534
32535 \backslash
32536 includeonly 
32537 \series default
32538 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32539  erstellt werden soll.
32540  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32541  sehen wollen, und es geht schneller.
32542  
32543 \series bold
32544
32545 \backslash
32546 includeonly
32547 \series default
32548  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32549  Im folgenden Beispiel
32550 \end_layout
32551
32552 \begin_layout Standard
32553
32554 \series bold
32555
32556 \backslash
32557 includeonly{Kapitel1,Kapitel5}
32558 \end_layout
32559
32560 \begin_layout Standard
32561 werden nur die Dateien 
32562 \begin_inset Quotes gld
32563 \end_inset
32564
32565 Kapitel1.lyx
32566 \begin_inset Quotes grd
32567 \end_inset
32568
32569  (oder 
32570 \begin_inset Quotes gld
32571 \end_inset
32572
32573 Kapitel1.tex
32574 \begin_inset Quotes grd
32575 \end_inset
32576
32577 ) und 
32578 \begin_inset Quotes gld
32579 \end_inset
32580
32581 Kapitel5.lyx
32582 \begin_inset Quotes grd
32583 \end_inset
32584
32585
32586 \series bold
32587  
32588 \series default
32589 eingebunden.
32590 \end_layout
32591
32592 \begin_layout Standard
32593 \begin_inset Note Greyedout
32594 status open
32595
32596 \begin_layout Plain Layout
32597
32598 \series bold
32599 Bemerkung:
32600 \series default
32601  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32602  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32603  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32604  Ergebnissen führen wird.
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \begin_layout Description
32613 Input Diese Methode ist 
32614 \family sans
32615 Include
32616 \family default
32617  sehr ähnlich mit folgenden Unterschieden:
32618 \end_layout
32619
32620 \begin_deeper
32621 \begin_layout Itemize
32622 Unterdokumente, die per 
32623 \family sans
32624 Input
32625 \family default
32626  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32627  Seite und enden NICHT mit einem Seitenumbruch.
32628 \end_layout
32629
32630 \begin_layout Itemize
32631 Unterdokumente, die per 
32632 \family sans
32633 Input
32634 \family default
32635  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32636 \family sans
32637  Unterdokument Vorschau
32638 \begin_inset space ~
32639 \end_inset
32640
32641 anzeigen
32642 \family default
32643  angekreuzt wurde und in den LyX-Einstellungen unter
32644 \family sans
32645  Aussehen
32646 \begin_inset space ~
32647 \end_inset
32648
32649 &
32650 \begin_inset space ~
32651 \end_inset
32652
32653 Handhabung\SpecialChar \menuseparator
32654 Grafik\SpecialChar \menuseparator
32655 Sofortige
32656 \begin_inset space ~
32657 \end_inset
32658
32659 Vorschau
32660 \family default
32661  auf 
32662 \family sans
32663 An
32664 \family default
32665  gesetzt wurde.
32666  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32667  aus.
32668 \end_layout
32669
32670 \begin_layout Itemize
32671 Der LaTeX-Befehl 
32672 \series bold
32673
32674 \backslash
32675 includeonly
32676 \series default
32677  kann nicht benutzt werden.
32678 \end_layout
32679
32680 \end_deeper
32681 \begin_layout Standard
32682 Hier ist ein Unterdokument, das mit
32683 \family sans
32684  Input
32685 \family default
32686  eingebunden wurde: 
32687 \begin_inset CommandInset include
32688 LatexCommand input
32689 filename "DummyDocument2.lyx"
32690
32691 \end_inset
32692
32693 .
32694 \end_layout
32695
32696 \begin_layout Description
32697 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32698   In der Druckvorschau wird für den Text der Stil 
32699 \family typewriter
32700 Schreibmaschine
32701 \family default
32702  verwendet.
32703  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32704  Wenn Sie im Dialogfenster
32705 \family sans
32706  Unterdokument Leerzeichen
32707 \begin_inset space ~
32708 \end_inset
32709
32710 bei
32711 \begin_inset space ~
32712 \end_inset
32713
32714 der
32715 \begin_inset space ~
32716 \end_inset
32717
32718 Ausgabe
32719 \begin_inset space ~
32720 \end_inset
32721
32722 kennzeichnen 
32723 \family default
32724 ankreuzen, wird in der Druckvorschau das Zeichen 
32725 \begin_inset Quotes gld
32726 \end_inset
32727
32728
32729 \begin_inset ERT
32730 status collapsed
32731
32732 \begin_layout Plain Layout
32733
32734
32735 \backslash
32736 textvisiblespace 
32737 \end_layout
32738
32739 \end_inset
32740
32741
32742 \begin_inset Quotes grd
32743 \end_inset
32744
32745  für jedes Leerzeichen eingefügt.
32746 \begin_inset Newline newline
32747 \end_inset
32748
32749 Im Gegensatz zu 
32750 \family sans
32751 Einfügen\SpecialChar \menuseparator
32752 Datei\SpecialChar \menuseparator
32753 Einfacher
32754 \begin_inset space ~
32755 \end_inset
32756
32757 Text
32758 \family default
32759  wird bei 
32760 \family sans
32761 Unformatiert
32762 \family default
32763  der Dateiinhalt in LyX nicht dargestellt.
32764 \end_layout
32765
32766 \begin_layout Standard
32767 Hier ist ein Unterdokument, das mit
32768 \family sans
32769  Unformatiert
32770 \family default
32771  eingebunden wurde: 
32772 \begin_inset CommandInset include
32773 LatexCommand verbatiminput
32774 filename "DummyTextDocument.txt"
32775
32776 \end_inset
32777
32778
32779 \begin_inset VSpace bigskip
32780 \end_inset
32781
32782 Hier ist ein Unterdokument, das mit
32783 \family sans
32784  Unformatiert
32785 \family default
32786  eingebunden wurde und
32787 \family sans
32788  Leerzeichen
32789 \begin_inset space ~
32790 \end_inset
32791
32792 bei
32793 \begin_inset space ~
32794 \end_inset
32795
32796 der
32797 \begin_inset space ~
32798 \end_inset
32799
32800 Ausgabe
32801 \begin_inset space ~
32802 \end_inset
32803
32804 kennzeichnen
32805 \family default
32806  angekreuzt hat: 
32807 \begin_inset CommandInset include
32808 LatexCommand verbatiminput*
32809 filename "DummyTextDocument.txt"
32810
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \begin_layout Standard
32817 \begin_inset VSpace bigskip
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset Note Greyedout
32825 status open
32826
32827 \begin_layout Plain Layout
32828
32829 \series bold
32830 Bemerkung:
32831 \series default
32832  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32833  
32834 \family sans
32835 Unformatiert
32836 \family default
32837  eingebunden werden, am Zeilenende nicht umgebrochen.
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Description
32846 Listing Dieser Typ wird in Kapitel
32847 \begin_inset space ~
32848 \end_inset
32849
32850
32851 \begin_inset CommandInset ref
32852 LatexCommand ref
32853 reference "kap:Programm-Code-Listen"
32854
32855 \end_inset
32856
32857  beschrieben.
32858 \end_layout
32859
32860 \begin_layout Standard
32861 \begin_inset Note Greyedout
32862 status open
32863
32864 \begin_layout Plain Layout
32865
32866 \series bold
32867 Bemerkung:
32868 \series default
32869  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32870  das zu LaTeX-Problemen führen.
32871 \end_layout
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Chapter
32879 Programm-Code-Listen
32880 \begin_inset CommandInset label
32881 LatexCommand label
32882 name "kap:Programm-Code-Listen"
32883
32884 \end_inset
32885
32886
32887 \begin_inset Index
32888 status collapsed
32889
32890 \begin_layout Plain Layout
32891 Listen
32892 \end_layout
32893
32894 \end_inset
32895
32896
32897 \begin_inset Index
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901 Programm-Code
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \begin_layout Standard
32910 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32911 \family sans
32912 Einfügen\SpecialChar \menuseparator
32913 Pro\SpecialChar \-
32914 grammlisting
32915 \family default
32916  verwenden.
32917  Das LaTeX-Paket 
32918 \series bold
32919 listings
32920 \series default
32921
32922 \begin_inset Index
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926 LaTeX-Pakete ! listings
32927 \end_layout
32928
32929 \end_inset
32930
32931  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32932 \end_layout
32933
32934 \begin_layout Standard
32935 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32936 rmat der Programm-Code-Liste festlegen.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32941  Die Platzierungsoption 
32942 \family sans
32943 Eingebettetes
32944 \begin_inset space ~
32945 \end_inset
32946
32947 Listing
32948 \family default
32949  druckt das Listing in der Zeile wie hier: 
32950 \begin_inset listings
32951 lstparams "language={C++}"
32952 inline true
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 int a=5;
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \begin_inset Newline newline
32964 \end_inset
32965
32966 Die Option 
32967 \family sans
32968 Gleitobjekt
32969 \family default
32970  erzeugt ein Listing-Gleitobjekt, dessen 
32971 \family sans
32972 Platzierung 
32973 \family default
32974 Sie mit 
32975 \family sans
32976 h
32977 \family default
32978
32979 \family sans
32980 t
32981 \family default
32982
32983 \family sans
32984 b
32985 \family default
32986  und 
32987 \family sans
32988 p
32989 \family default
32990 , analog zu den in Abschnitt
32991 \begin_inset space ~
32992 \end_inset
32993
32994
32995 \begin_inset CommandInset ref
32996 LatexCommand ref
32997 reference "abs:Gleitobjekt-Platzierung"
32998
32999 \end_inset
33000
33001  beschriebenen Platzierungsoptionen festlegen können.
33002  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33003  hintereinander angegeben, z.
33004 \begin_inset space \thinspace{}
33005 \end_inset
33006
33007 B.
33008  
33009 \begin_inset Quotes gld
33010 \end_inset
33011
33012
33013 \family sans
33014 htbp
33015 \family default
33016
33017 \begin_inset Quotes grd
33018 \end_inset
33019
33020 .
33021  Die Option 
33022 \begin_inset Quotes gld
33023 \end_inset
33024
33025 h
33026 \begin_inset Quotes grd
33027 \end_inset
33028
33029  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33030  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33031 \end_layout
33032
33033 \begin_layout Standard
33034 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33035  zu verweisen: Listing
33036 \begin_inset space ~
33037 \end_inset
33038
33039
33040 \begin_inset CommandInset ref
33041 LatexCommand ref
33042 reference "lst:Gleitendes-Programm-Listing"
33043
33044 \end_inset
33045
33046 .
33047 \end_layout
33048
33049 \begin_layout Standard
33050 \begin_inset listings
33051 lstparams "language=Python"
33052 inline false
33053 status open
33054
33055 \begin_layout Plain Layout
33056
33057 \begin_inset Caption
33058
33059 \begin_layout Plain Layout
33060 \begin_inset CommandInset label
33061 LatexCommand label
33062 name "lst:Gleitendes-Programm-Listing"
33063
33064 \end_inset
33065
33066 Gleitendes Programm-Listing
33067 \end_layout
33068
33069 \end_inset
33070
33071 # Gleitendes Programm-Listing
33072 \end_layout
33073
33074 \begin_layout Plain Layout
33075
33076 def func(param):
33077 \end_layout
33078
33079 \begin_layout Plain Layout
33080
33081     'Dies ist eine Python-Funktion'
33082 \end_layout
33083
33084 \begin_layout Plain Layout
33085
33086     pass
33087 \end_layout
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Standard
33095 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33096  der Sprache erkannt und besonders gedruckt, wie 
33097 \emph on
33098 #
33099 \emph default
33100
33101 \emph on
33102 def
33103 \emph default
33104  und 
33105 \emph on
33106 pass
33107 \emph default
33108  in Listing
33109 \begin_inset space ~
33110 \end_inset
33111
33112
33113 \begin_inset CommandInset ref
33114 LatexCommand ref
33115 reference "lst:Gleitendes-Programm-Listing"
33116
33117 \end_inset
33118
33119 .
33120 \end_layout
33121
33122 \begin_layout Standard
33123 \begin_inset Note Greyedout
33124 status open
33125
33126 \begin_layout Plain Layout
33127
33128 \series bold
33129 Bemerkung:
33130 \series default
33131  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33132 \family typewriter
33133 Schreib\SpecialChar \-
33134 maschine
33135 \family default
33136  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33137 h keine fett gedruckten Buchstaben.
33138  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33139 \family sans
33140 Dokument\SpecialChar \menuseparator
33141 Einstellungen\SpecialChar \menuseparator
33142 Schriften
33143 \family default
33144 .
33145  (Die Schriften 
33146 \emph on
33147 LuxiMono, BeraMono
33148 \emph default
33149  und 
33150 \emph on
33151 Courier
33152 \emph default
33153  enthalten fett gedruckte Buchstaben.)
33154 \end_layout
33155
33156 \end_inset
33157
33158
33159 \end_layout
33160
33161 \begin_layout Standard
33162 Im Abschnitt 
33163 \family sans
33164 Zeilennummerierung
33165 \family default
33166  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33167 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33168  jede wievielte Zeile nummeriert werden soll und die 
33169 \family sans
33170 Schriftgröße
33171 \family default
33172  der Nummerierung.
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Im Abschnitt 
33177 \family sans
33178 Bereich
33179 \family default
33180  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33181  Im Abschnitt 
33182 \family sans
33183 Stil
33184 \family default
33185  legen Sie fest, wie die Liste ausgedruckt werden soll.
33186  Die Option 
33187 \family sans
33188 Erweiterte
33189 \begin_inset space ~
33190 \end_inset
33191
33192 Zeichentabelle
33193 \family default
33194  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33195 \end_layout
33196
33197 \begin_layout Standard
33198 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33199 \begin_inset Quotes gld
33200 \end_inset
33201
33202 3
33203 \begin_inset Quotes grd
33204 \end_inset
33205
33206 , Sprache 
33207 \begin_inset Quotes gld
33208 \end_inset
33209
33210 Python
33211 \begin_inset Quotes grd
33212 \end_inset
33213
33214 , Optionen 
33215 \begin_inset Quotes gld
33216 \end_inset
33217
33218 Erweiterte Zeichentabelle
33219 \begin_inset Quotes grd
33220 \end_inset
33221
33222  und 
33223 \begin_inset Quotes gld
33224 \end_inset
33225
33226 Leerzeichen als Symbol
33227 \begin_inset Quotes grd
33228 \end_inset
33229
33230  und Bereich Zeilen 3
33231 \begin_inset space \thinspace{}
33232 \end_inset
33233
33234 -
33235 \begin_inset space \thinspace{}
33236 \end_inset
33237
33238 8:
33239 \end_layout
33240
33241 \begin_layout Standard
33242 \begin_inset listings
33243 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33244 inline false
33245 status open
33246
33247 \begin_layout Plain Layout
33248
33249 def func(param):
33250 \end_layout
33251
33252 \begin_layout Plain Layout
33253
33254     'Dies ist eine Python-Funktion'
33255 \end_layout
33256
33257 \begin_layout Plain Layout
33258
33259     pass
33260 \end_layout
33261
33262 \begin_layout Plain Layout
33263
33264 def func(param):
33265 \end_layout
33266
33267 \begin_layout Plain Layout
33268
33269 'Sonderzeichen: Tschüß'
33270 \end_layout
33271
33272 \begin_layout Plain Layout
33273
33274 pass
33275 \end_layout
33276
33277 \begin_layout Plain Layout
33278
33279 def func(param):
33280 \end_layout
33281
33282 \begin_layout Plain Layout
33283
33284 'Dies ist eine Python-Funktion'
33285 \end_layout
33286
33287 \begin_layout Plain Layout
33288
33289 pass
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33299 \family sans
33300 Tabulatorgröße
33301 \family default
33302  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33303 \end_layout
33304
33305 \begin_layout Standard
33306 \noindent
33307 \begin_inset Note Greyedout
33308 status open
33309
33310 \begin_layout Plain Layout
33311
33312 \series bold
33313 Bemerkung:
33314 \series default
33315  Wegen eines Fehlers im 
33316 \series bold
33317 listings
33318 \series default
33319 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33320  verschoben.
33321  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33322  Listing nummeriert werden.
33323 \end_layout
33324
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Standard
33331 \begin_inset VSpace bigskip
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \begin_layout Standard
33338 \noindent
33339 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33340  Das machen Sie mit
33341 \family sans
33342  Einfügen\SpecialChar \menuseparator
33343 Datei\SpecialChar \menuseparator
33344 Unterdokument
33345 \family default
33346  und der 
33347 \family sans
33348 Art
33349 \begin_inset space ~
33350 \end_inset
33351
33352 der
33353 \begin_inset space ~
33354 \end_inset
33355
33356 Einbindung
33357 \family default
33358  
33359 \family sans
33360 Listing
33361 \family default
33362 .
33363 \begin_inset Foot
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33368 \begin_inset space ~
33369 \end_inset
33370
33371
33372 \begin_inset CommandInset ref
33373 LatexCommand ref
33374 reference "abs:Unterdokumente"
33375
33376 \end_inset
33377
33378  beschrieben.
33379 \end_layout
33380
33381 \end_inset
33382
33383  Im Dialogfenster
33384 \family sans
33385  Unterdokument
33386 \family default
33387  können Sie die Listing-Parameter unter 
33388 \family sans
33389 Weitere
33390 \begin_inset space ~
33391 \end_inset
33392
33393 Parameter
33394 \family default
33395  eingeben.
33396  Wenn Sie dort ein Fragezeichen 
33397 \begin_inset Quotes gld
33398 \end_inset
33399
33400 ?
33401 \begin_inset Quotes grd
33402 \end_inset
33403
33404  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33405 det.
33406 \end_layout
33407
33408 \begin_layout Standard
33409 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33410  Text ins Feld 
33411 \family sans
33412 Marke
33413 \family default
33414 , auf die dann wie üblich verwiesen werden kann.
33415 \end_layout
33416
33417 \begin_layout Standard
33418 Listing
33419 \begin_inset space ~
33420 \end_inset
33421
33422
33423 \begin_inset CommandInset ref
33424 LatexCommand ref
33425 reference "lst:Datei-Listing"
33426
33427 \end_inset
33428
33429  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33430 \begin_inset space \thinspace{}
33431 \end_inset
33432
33433 -
33434 \begin_inset space \thinspace{}
33435 \end_inset
33436
33437 15 gedruckt werden.
33438 \end_layout
33439
33440 \begin_layout Standard
33441 \begin_inset CommandInset include
33442 LatexCommand lstinputlisting
33443 filename "EmbeddedObjects.lyx"
33444 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Standard
33452 \begin_inset VSpace bigskip
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Standard
33459 \noindent
33460 Dokumentweite Listing-Eigenschaften können in
33461 \family sans
33462  Dokument\SpecialChar \menuseparator
33463 Einstellungen\SpecialChar \menuseparator
33464 Textformat\SpecialChar \menuseparator
33465 Listing-Einstellungen
33466 \family default
33467  festgelegt werden.
33468  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33469 \begin_inset Quotes gld
33470 \end_inset
33471
33472 ?
33473 \begin_inset Quotes grd
33474 \end_inset
33475
33476  links davon eine Liste aller möglichen Parameter.
33477 \end_layout
33478
33479 \begin_layout Standard
33480 Weitere Informationen über das 
33481 \series bold
33482 listings
33483 \series default
33484 -Paket finden Sie in 
33485 \begin_inset CommandInset citation
33486 LatexCommand cite
33487 key "listings"
33488
33489 \end_inset
33490
33491 .
33492 \begin_inset Newpage newpage
33493 \end_inset
33494
33495
33496 \end_layout
33497
33498 \begin_layout Chapter
33499 \start_of_appendix
33500 In LyX verfügbare Maßeinheiten
33501 \begin_inset CommandInset label
33502 LatexCommand label
33503 name "kap:In-LyX-verfügbare"
33504
33505 \end_inset
33506
33507
33508 \begin_inset Index
33509 status collapsed
33510
33511 \begin_layout Plain Layout
33512 Einheiten
33513 \end_layout
33514
33515 \end_inset
33516
33517
33518 \end_layout
33519
33520 \begin_layout Standard
33521 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33522  Tabelle
33523 \begin_inset space ~
33524 \end_inset
33525
33526
33527 \begin_inset CommandInset ref
33528 LatexCommand ref
33529 reference "tab:Maßeinheiten"
33530
33531 \end_inset
33532
33533  alle in LyX verfügbaren Maßeinheiten.
33534 \end_layout
33535
33536 \begin_layout Standard
33537 \begin_inset Float table
33538 placement h
33539 wide false
33540 sideways false
33541 status open
33542
33543 \begin_layout Plain Layout
33544 \begin_inset Caption
33545
33546 \begin_layout Plain Layout
33547 \begin_inset CommandInset label
33548 LatexCommand label
33549 name "tab:Maßeinheiten"
33550
33551 \end_inset
33552
33553 Maßeinheiten
33554 \end_layout
33555
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Plain Layout
33562 \begin_inset VSpace medskip
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Plain Layout
33569 \align center
33570 \begin_inset Tabular
33571 <lyxtabular version="3" rows="20" columns="2">
33572 <features>
33573 <column alignment="center" valignment="top" width="0">
33574 <column alignment="center" valignment="top" width="0">
33575 <row>
33576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33577 \begin_inset Text
33578
33579 \begin_layout Plain Layout
33580
33581 \series bold
33582 Maßeinheit
33583 \end_layout
33584
33585 \end_inset
33586 </cell>
33587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33588 \begin_inset Text
33589
33590 \begin_layout Plain Layout
33591
33592 \series bold
33593 Name/Beschreibung
33594 \end_layout
33595
33596 \end_inset
33597 </cell>
33598 </row>
33599 <row>
33600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33601 \begin_inset Text
33602
33603 \begin_layout Plain Layout
33604 mm
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Plain Layout
33613 Millimeter
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 <row>
33620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624 cm
33625 \end_layout
33626
33627 \end_inset
33628 </cell>
33629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33630 \begin_inset Text
33631
33632 \begin_layout Plain Layout
33633 Zentimeter
33634 \end_layout
33635
33636 \end_inset
33637 </cell>
33638 </row>
33639 <row>
33640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33641 \begin_inset Text
33642
33643 \begin_layout Plain Layout
33644 in
33645 \end_layout
33646
33647 \end_inset
33648 </cell>
33649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33650 \begin_inset Text
33651
33652 \begin_layout Plain Layout
33653 Zoll (1
33654 \begin_inset space \thinspace{}
33655 \end_inset
33656
33657 in = 2.54
33658 \begin_inset space \thinspace{}
33659 \end_inset
33660
33661 cm
33662 \end_layout
33663
33664 \end_inset
33665 </cell>
33666 </row>
33667 <row>
33668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33669 \begin_inset Text
33670
33671 \begin_layout Plain Layout
33672 pt
33673 \end_layout
33674
33675 \end_inset
33676 </cell>
33677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33678 \begin_inset Text
33679
33680 \begin_layout Plain Layout
33681 Punkt (72.27
33682 \begin_inset space \thinspace{}
33683 \end_inset
33684
33685 pt = 1
33686 \begin_inset space \thinspace{}
33687 \end_inset
33688
33689 in)
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 </row>
33695 <row>
33696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33697 \begin_inset Text
33698
33699 \begin_layout Plain Layout
33700 pc
33701 \end_layout
33702
33703 \end_inset
33704 </cell>
33705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33706 \begin_inset Text
33707
33708 \begin_layout Plain Layout
33709 Pica (1
33710 \begin_inset space \thinspace{}
33711 \end_inset
33712
33713 pc = 12
33714 \begin_inset space \thinspace{}
33715 \end_inset
33716
33717 pt)
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 </row>
33723 <row>
33724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33725 \begin_inset Text
33726
33727 \begin_layout Plain Layout
33728 sp
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33734 \begin_inset Text
33735
33736 \begin_layout Plain Layout
33737 skalierter Punkt (65536
33738 \begin_inset space \thinspace{}
33739 \end_inset
33740
33741 sp = 1
33742 \begin_inset space \thinspace{}
33743 \end_inset
33744
33745 pt)
33746 \end_layout
33747
33748 \end_inset
33749 </cell>
33750 </row>
33751 <row>
33752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33753 \begin_inset Text
33754
33755 \begin_layout Plain Layout
33756 bp
33757 \end_layout
33758
33759 \end_inset
33760 </cell>
33761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765 großer Punkt (72
33766 \begin_inset space \thinspace{}
33767 \end_inset
33768
33769 bp = 1
33770 \begin_inset space \thinspace{}
33771 \end_inset
33772
33773 in)
33774 \end_layout
33775
33776 \end_inset
33777 </cell>
33778 </row>
33779 <row>
33780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33781 \begin_inset Text
33782
33783 \begin_layout Plain Layout
33784 dd
33785 \end_layout
33786
33787 \end_inset
33788 </cell>
33789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33790 \begin_inset Text
33791
33792 \begin_layout Plain Layout
33793 Didot (1
33794 \begin_inset space \thinspace{}
33795 \end_inset
33796
33797 dd 
33798 \begin_inset Formula $\approx$
33799 \end_inset
33800
33801  0,376
33802 \begin_inset space \thinspace{}
33803 \end_inset
33804
33805 mm)
33806 \end_layout
33807
33808 \end_inset
33809 </cell>
33810 </row>
33811 <row>
33812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33813 \begin_inset Text
33814
33815 \begin_layout Plain Layout
33816 cc
33817 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33822 \begin_inset Text
33823
33824 \begin_layout Plain Layout
33825 Cicero (1
33826 \begin_inset space \thinspace{}
33827 \end_inset
33828
33829 cc = 12
33830 \begin_inset space \thinspace{}
33831 \end_inset
33832
33833 dd)
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 Skalierung%
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 % der originalen Bildbreite
33854 \end_layout
33855
33856 \end_inset
33857 </cell>
33858 </row>
33859 <row>
33860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33861 \begin_inset Text
33862
33863 \begin_layout Plain Layout
33864 Textbreite %
33865 \end_layout
33866
33867 \end_inset
33868 </cell>
33869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33870 \begin_inset Text
33871
33872 \begin_layout Plain Layout
33873 % der Textbreite
33874 \end_layout
33875
33876 \end_inset
33877 </cell>
33878 </row>
33879 <row>
33880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33881 \begin_inset Text
33882
33883 \begin_layout Plain Layout
33884 Spaltenbreite %
33885 \end_layout
33886
33887 \end_inset
33888 </cell>
33889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893 % der Spaltenbreite
33894 \end_layout
33895
33896 \end_inset
33897 </cell>
33898 </row>
33899 <row>
33900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904 Seitenbreite %
33905 \end_layout
33906
33907 \end_inset
33908 </cell>
33909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33910 \begin_inset Text
33911
33912 \begin_layout Plain Layout
33913 % der Seitenbreite
33914 \end_layout
33915
33916 \end_inset
33917 </cell>
33918 </row>
33919 <row>
33920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924 Zeilenbreite %
33925 \end_layout
33926
33927 \end_inset
33928 </cell>
33929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33930 \begin_inset Text
33931
33932 \begin_layout Plain Layout
33933 % der Zeilenbreite
33934 \end_layout
33935
33936 \end_inset
33937 </cell>
33938 </row>
33939 <row>
33940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33941 \begin_inset Text
33942
33943 \begin_layout Plain Layout
33944 Texthöhe %
33945 \end_layout
33946
33947 \end_inset
33948 </cell>
33949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33950 \begin_inset Text
33951
33952 \begin_layout Plain Layout
33953 % der Texthöhe
33954 \end_layout
33955
33956 \end_inset
33957 </cell>
33958 </row>
33959 <row>
33960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33961 \begin_inset Text
33962
33963 \begin_layout Plain Layout
33964 Seitenhöhe %
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 % der Seitenhöhe
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 ex
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 Die Höhe des Buchstabens 
33994 \emph on
33995 x
33996 \emph default
33997  im aktiven Zeichensatz
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 </row>
34003 <row>
34004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34005 \begin_inset Text
34006
34007 \begin_layout Plain Layout
34008 em
34009 \end_layout
34010
34011 \end_inset
34012 </cell>
34013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34014 \begin_inset Text
34015
34016 \begin_layout Plain Layout
34017 Die Breite des Buchstabens 
34018 \emph on
34019 M
34020 \emph default
34021  im aktiven Zeichensatz
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 </row>
34027 <row>
34028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 mu
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 mathematische  Maßeinheit
34042 \series bold
34043  
34044 \series default
34045 (1
34046 \begin_inset space \thinspace{}
34047 \end_inset
34048
34049 mu = 1/18
34050 \begin_inset space \thinspace{}
34051 \end_inset
34052
34053 em)
34054 \end_layout
34055
34056 \end_inset
34057 </cell>
34058 </row>
34059 </lyxtabular>
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067
34068
34069 \end_layout
34070
34071 \begin_layout Chapter
34072 Ausgabedatei-Formate mit Grafiken
34073 \begin_inset CommandInset label
34074 LatexCommand label
34075 name "kap:Ausgabedatei-Formate"
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Section
34083 DVI
34084 \begin_inset Index
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088 Dateiformat! DVI
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 DVI
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Standard
34107 Dieser Dateityp hat die Erweiterung 
34108 \begin_inset Quotes gld
34109 \end_inset
34110
34111
34112 \family typewriter
34113 .dvi
34114 \family default
34115
34116 \begin_inset Quotes grd
34117 \end_inset
34118
34119  und wird 
34120 \begin_inset Quotes gld
34121 \end_inset
34122
34123 device independent
34124 \begin_inset Quotes grd
34125 \end_inset
34126
34127  genannt, weil er vollkommen portierbar ist.
34128  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34129  dvi-Betrachter installiert hat.
34130  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34131 ate wie PostScript benutzt.
34132 \end_layout
34133
34134 \begin_layout Standard
34135 \begin_inset Note Greyedout
34136 status open
34137
34138 \begin_layout Plain Layout
34139
34140 \series bold
34141 Bemerkung:
34142 \series default
34143  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34144 \end_layout
34145
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34153  auf einen anderen Computer kopieren.
34154  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34155  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34156  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34157 \family typewriter
34158  
34159 \family default
34160 blättern.
34161
34162 \family typewriter
34163  
34164 \family default
34165 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34166  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34167  
34168 \end_layout
34169
34170 \begin_layout Standard
34171 Sie können Ihr Dokument als DVI über das Menü 
34172 \family sans
34173 Datei\SpecialChar \menuseparator
34174 Exportieren\SpecialChar \menuseparator
34175 DVI
34176 \family default
34177  exportieren.
34178  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34179 \family sans
34180 Ansicht
34181 \family default
34182  oder den Werkzeugleistenknopf 
34183 \begin_inset Graphics
34184         filename ../../images/buffer-view_dvi.png
34185         scale 70
34186         scaleBeforeRotation
34187         BoundingBox 0bp 0bp 20bp 20bp
34188
34189 \end_inset
34190
34191  anschauen.
34192 \end_layout
34193
34194 \begin_layout Section
34195 PostScript
34196 \begin_inset CommandInset label
34197 LatexCommand label
34198 name "abs:PostScript"
34199
34200 \end_inset
34201
34202
34203 \begin_inset Index
34204 status collapsed
34205
34206 \begin_layout Plain Layout
34207 Dateiformat  ! PostScript
34208 \end_layout
34209
34210 \end_inset
34211
34212
34213 \begin_inset Index
34214 status collapsed
34215
34216 \begin_layout Plain Layout
34217 PostScript
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \end_layout
34224
34225 \begin_layout Standard
34226 Dieser Dateityp hat die Erweiterung 
34227 \begin_inset Quotes gld
34228 \end_inset
34229
34230
34231 \family typewriter
34232 .ps
34233 \family default
34234
34235 \begin_inset Quotes grd
34236 \end_inset
34237
34238 .
34239  PostScript wurde von der Firma
34240 \family typewriter
34241  Adobe
34242 \family default
34243  als Druckersprache entwickelt.
34244  Die Datei enthält deshalb Druckbefehle.
34245  PostScript kann als 
34246 \begin_inset Quotes gld
34247 \end_inset
34248
34249 Programmiersprache
34250 \begin_inset Quotes grd
34251 \end_inset
34252
34253  angesehen werden.
34254  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34255 \begin_inset Foot
34256 status collapsed
34257
34258 \begin_layout Plain Layout
34259 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34260  von
34261 \series bold
34262  PSTricks
34263 \series default
34264  
34265 \begin_inset CommandInset citation
34266 LatexCommand cite
34267 key "pstricks"
34268
34269 \end_inset
34270
34271  oder 
34272 \begin_inset CommandInset citation
34273 LatexCommand cite
34274 key "latex-praxisbuch"
34275
34276 \end_inset
34277
34278  ansehen.
34279 \end_layout
34280
34281 \end_inset
34282
34283 .
34284  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34285 \end_layout
34286
34287 \begin_layout Standard
34288 PostScript kann nur Bilder im Format EPS
34289 \begin_inset Index
34290 status collapsed
34291
34292 \begin_layout Plain Layout
34293 EPS
34294 \end_layout
34295
34296 \end_inset
34297
34298  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34299 wei\SpecialChar \-
34300 ter\SpecialChar \-
34301 ung 
34302 \begin_inset Quotes gld
34303 \end_inset
34304
34305
34306 \family typewriter
34307 .eps
34308 \family default
34309
34310 \begin_inset Quotes grd
34311 \end_inset
34312
34313 ) enthalten.
34314  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34315  intern nach EPS konvertieren.
34316  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34317  verlangsamen.
34318  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34319  konvertieren und direkt als EPS einfügen.
34320 \end_layout
34321
34322 \begin_layout Standard
34323 Sie können Ihr Dokument als PostScript über das Menü 
34324 \family sans
34325 Datei\SpecialChar \menuseparator
34326 Exportieren\SpecialChar \menuseparator
34327 Post\SpecialChar \-
34328 Script
34329 \family default
34330  exportieren.
34331  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34332 \family sans
34333 Ansicht
34334 \family default
34335  oder den Werkzeugleistenknopf 
34336 \begin_inset Graphics
34337         filename ../../images/buffer-view_ps.png
34338         scale 70
34339         scaleBeforeRotation
34340
34341 \end_inset
34342
34343  anschauen.
34344 \end_layout
34345
34346 \begin_layout Section
34347 PDF
34348 \begin_inset Index
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Dateiformat! PDF
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \begin_inset Index
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362 PDF
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Dieser Dateityp hat die Erweiterung 
34372 \begin_inset Quotes gld
34373 \end_inset
34374
34375
34376 \family typewriter
34377 .pdf
34378 \family default
34379
34380 \begin_inset Quotes grd
34381 \end_inset
34382
34383 .
34384  Das
34385 \emph on
34386  
34387 \emph default
34388
34389 \begin_inset Quotes gld
34390 \end_inset
34391
34392 Portable Document Format
34393 \begin_inset Quotes grd
34394 \end_inset
34395
34396  (PDF) wurde auch von der Firma 
34397 \family typewriter
34398 Adobe
34399 \family default
34400  als Derivat von PostScript entwickelt.
34401  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34402  Wie der Begriff 
34403 \begin_inset Quotes gld
34404 \end_inset
34405
34406 portable
34407 \begin_inset Quotes grd
34408 \end_inset
34409
34410  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34411  werden, und der Ausdruck sieht immer gleich aus.
34412 \end_layout
34413
34414 \begin_layout Standard
34415 PDF kann Bilder im eigenen PDF-Format, im Format 
34416 \begin_inset Quotes gld
34417 \end_inset
34418
34419 Joint Photographic Experts Group
34420 \begin_inset Quotes grd
34421 \end_inset
34422
34423  (JPEG
34424 \begin_inset Index
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428 JPG, JPEG
34429 \end_layout
34430
34431 \end_inset
34432
34433 , Datei-Erweiterung 
34434 \begin_inset Quotes gld
34435 \end_inset
34436
34437
34438 \family typewriter
34439 .jpg
34440 \family default
34441
34442 \begin_inset Quotes grd
34443 \end_inset
34444
34445  oder 
34446 \begin_inset Quotes gld
34447 \end_inset
34448
34449
34450 \family typewriter
34451 .jpeg
34452 \family default
34453
34454 \begin_inset Quotes grd
34455 \end_inset
34456
34457 ) und im Format 
34458 \begin_inset Quotes gld
34459 \end_inset
34460
34461 Portable Network Graphics
34462 \begin_inset Quotes grd
34463 \end_inset
34464
34465  (PNG
34466 \begin_inset Index
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470 PNG
34471 \end_layout
34472
34473 \end_inset
34474
34475 , Datei-Erweiterung 
34476 \begin_inset Quotes gld
34477 \end_inset
34478
34479
34480 \family typewriter
34481 .png
34482 \family default
34483
34484 \begin_inset Quotes grd
34485 \end_inset
34486
34487 ) enthalten.
34488  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34489  Sie konvertieren wird.
34490  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34491  wird, eines der drei erwähnten Bildformate zu benutzen.
34492 \end_layout
34493
34494 \begin_layout Standard
34495 PDF-Dateien können Sie über 
34496 \family sans
34497 Datei\SpecialChar \menuseparator
34498 Exportieren
34499 \family default
34500  auf drei Arten erzeugen:
34501 \end_layout
34502
34503 \begin_layout Description
34504 PDF
34505 \begin_inset space ~
34506 \end_inset
34507
34508 (ps2pdf) benutzt das Programm
34509 \family typewriter
34510  ps2pdf
34511 \family default
34512 , das eine PDF-Datei aus einer Post\SpecialChar \-
34513 Script®-Version Ihres Dokument erstellt.
34514  Die PostScript-Version wird mit dem Programm 
34515 \family typewriter
34516 dvips
34517 \family default
34518  aus einer DVI-Version erstellt.
34519  Es werden also drei Konvertierungen verwendet.
34520 \end_layout
34521
34522 \begin_layout Description
34523 PDF
34524 \begin_inset space ~
34525 \end_inset
34526
34527 (dvipdfm) benutzt das Programm 
34528 \family typewriter
34529 dvipdfm
34530 \family default
34531 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34532  PDF konvertiert.
34533 \end_layout
34534
34535 \begin_layout Description
34536 PDF
34537 \begin_inset space ~
34538 \end_inset
34539
34540 (pdflatex) benutzt das Programm
34541 \family typewriter
34542  pdftex
34543 \family default
34544 , das Ihr Dokument direkt nach PDF konvertiert.
34545 \end_layout
34546
34547 \begin_layout Standard
34548
34549 \family sans
34550 PDF
34551 \begin_inset space ~
34552 \end_inset
34553
34554 (pdflatex)
34555 \family default
34556  wird empfohlen, weil
34557 \family typewriter
34558  pdftex
34559 \family default
34560  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34561  ohne Probleme arbeitet.
34562  Das Programm 
34563 \family typewriter
34564 dvi\SpecialChar \-
34565 pdfm
34566 \family default
34567  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34568 \end_layout
34569
34570 \begin_layout Standard
34571 Sie können Ihr Dokument als PDF über das Menü 
34572 \family sans
34573 Datei\SpecialChar \menuseparator
34574 Exportieren\SpecialChar \menuseparator
34575 PDF
34576 \family default
34577  exportieren.
34578  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34579 \family sans
34580 Ansicht
34581 \family default
34582  oder den Werkzeugleistenknopf 
34583 \begin_inset Graphics
34584         filename ../../images/buffer-view_pdf2.png
34585         scale 70
34586         scaleBeforeRotation
34587         BoundingBox 0bp 0bp 20bp 20bp
34588
34589 \end_inset
34590
34591  anschauen 
34592 \family sans
34593 (
34594 \family default
34595 der 
34596 \family sans
34597 PDF
34598 \begin_inset space ~
34599 \end_inset
34600
34601 (pdflatex)
34602 \family default
34603  verwendet).
34604 \end_layout
34605
34606 \begin_layout Chapter
34607 Erklärung der Gleichung
34608 \begin_inset space ~
34609 \end_inset
34610
34611
34612 \begin_inset CommandInset ref
34613 LatexCommand eqref
34614 reference "eq:Wgn"
34615
34616 \end_inset
34617
34618
34619 \begin_inset CommandInset label
34620 LatexCommand label
34621 name "kap:Exläuterung-einer-Gleichung"
34622
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \begin_layout Standard
34629 Die Gesamtbreite von
34630 \emph on
34631  n
34632 \emph default
34633  Tabellenzellen 
34634 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34635 \end_inset
34636
34637  kann wie folgt berechnet werden:
34638 \end_layout
34639
34640 \begin_layout Standard
34641 \begin_inset Formula \begin{equation}
34642 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}
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Standard
34650 Dabei ist 
34651 \begin_inset Formula $W_{g\, n}$
34652 \end_inset
34653
34654  die Breite jeder Zelle.
34655
34656 \series bold
34657  
34658 \backslash
34659 tabcolsep
34660 \series default
34661  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34662  Standardwert 6
34663 \begin_inset space \thinspace{}
34664 \end_inset
34665
34666 pt.
34667  
34668 \series bold
34669
34670 \backslash
34671 arrayrulewidth
34672 \series default
34673  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34674 \begin_inset space \thinspace{}
34675 \end_inset
34676
34677 pt.
34678 \end_layout
34679
34680 \begin_layout Standard
34681 Nach Gleichung
34682 \begin_inset space ~
34683 \end_inset
34684
34685
34686 \begin_inset CommandInset ref
34687 LatexCommand ref
34688 reference "eq:Wtot_n"
34689
34690 \end_inset
34691
34692  ist die Gesamtbreite einer Mehrfachspalte, 
34693 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34694 \end_inset
34695
34696 ,
34697 \end_layout
34698
34699 \begin_layout Standard
34700 \begin_inset Formula \begin{equation}
34701 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \begin_layout Standard
34709 Setzt man die Gleichungen
34710 \begin_inset space ~
34711 \end_inset
34712
34713
34714 \begin_inset CommandInset ref
34715 LatexCommand ref
34716 reference "eq:Wtot_n"
34717
34718 \end_inset
34719
34720  und 
34721 \begin_inset CommandInset ref
34722 LatexCommand ref
34723 reference "eq:Wtot_mult"
34724
34725 \end_inset
34726
34727  gleich, kann man die benötigte Breite 
34728 \begin_inset Formula $W_{g\, n}$
34729 \end_inset
34730
34731 , wenn 
34732 \emph on
34733 n
34734 \emph default
34735  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34736 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34737 \end_inset
34738
34739  hat, berechnen:
34740 \end_layout
34741
34742 \begin_layout Standard
34743 \begin_inset Formula \begin{equation}
34744 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34745
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \begin_layout Bibliography
34752 \begin_inset CommandInset bibitem
34753 LatexCommand bibitem
34754 key "latexcompanion"
34755
34756 \end_inset
34757
34758 Frank Mittelbach and Michel Goossens: 
34759 \emph on
34760 The LaTeX Companion Second Edition.
34761
34762 \emph default
34763  Addison-Wesley, 2004
34764 \end_layout
34765
34766 \begin_layout Bibliography
34767 \begin_inset CommandInset bibitem
34768 LatexCommand bibitem
34769 key "latexguide"
34770
34771 \end_inset
34772
34773 Helmut Kopka and Patrick W.
34774  Daly: 
34775 \emph on
34776 A Guide to LaTeX Fourth Edition.
34777
34778 \emph default
34779  Addison-Wesley, 2003
34780 \end_layout
34781
34782 \begin_layout Bibliography
34783 \begin_inset CommandInset bibitem
34784 LatexCommand bibitem
34785 key "lamport"
34786
34787 \end_inset
34788
34789 Leslie Lamport: 
34790 \emph on
34791 LaTeX: A Document Preparation System.
34792
34793 \emph default
34794  Addison-Wesley, second edition, 1994
34795 \end_layout
34796
34797 \begin_layout Bibliography
34798 \begin_inset CommandInset bibitem
34799 LatexCommand bibitem
34800 key "latex-praxisbuch"
34801
34802 \end_inset
34803
34804 Niedermair, Elke & Michael: 
34805 \emph on
34806 LaTeX-Praxisbuch
34807 \emph default
34808 , Franzis-Verlag, 2004
34809 \end_layout
34810
34811 \begin_layout Bibliography
34812 \begin_inset CommandInset bibitem
34813 LatexCommand bibitem
34814 key "booktabs"
34815
34816 \end_inset
34817
34818 Dokumentation des LaTeX-Pakets 
34819 \series bold
34820
34821 \begin_inset CommandInset href
34822 LatexCommand href
34823 name "booktabs"
34824 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34825
34826 \end_inset
34827
34828
34829 \series default
34830
34831 \begin_inset Index
34832 status collapsed
34833
34834 \begin_layout Plain Layout
34835 LaTeX-Pakete ! booktabs
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \end_layout
34842
34843 \begin_layout Bibliography
34844 \begin_inset CommandInset bibitem
34845 LatexCommand bibitem
34846 key "caption"
34847
34848 \end_inset
34849
34850 Dokumentation des LaTeX-Pakets 
34851 \series bold
34852
34853 \begin_inset CommandInset href
34854 LatexCommand href
34855 name "caption"
34856 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34857
34858 \end_inset
34859
34860
34861 \series default
34862
34863 \begin_inset Index
34864 status collapsed
34865
34866 \begin_layout Plain Layout
34867 LaTeX-Pakete ! caption
34868 \end_layout
34869
34870 \end_inset
34871
34872
34873 \end_layout
34874
34875 \begin_layout Bibliography
34876 \begin_inset CommandInset bibitem
34877 LatexCommand bibitem
34878 key "endfloat"
34879
34880 \end_inset
34881
34882 Dokumentation des LaTeX-Pakets 
34883 \series bold
34884
34885 \begin_inset CommandInset href
34886 LatexCommand href
34887 name "endfloat"
34888 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34889
34890 \end_inset
34891
34892
34893 \series default
34894
34895 \begin_inset Index
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 LaTeX-Pakete ! endfloat
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \end_layout
34906
34907 \begin_layout Bibliography
34908 \begin_inset CommandInset bibitem
34909 LatexCommand bibitem
34910 key "wrapfig"
34911
34912 \end_inset
34913
34914 Dokumentation des LaTeX-Pakets 
34915 \series bold
34916
34917 \begin_inset CommandInset href
34918 LatexCommand href
34919 name "wrapfig"
34920 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34921
34922 \end_inset
34923
34924
34925 \series default
34926
34927 \begin_inset Index
34928 status collapsed
34929
34930 \begin_layout Plain Layout
34931 LaTeX-Pakete ! wrapfig
34932 \begin_inset ERT
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936
34937
34938 \backslash
34939 vspace{4mm}
34940 \end_layout
34941
34942 \end_inset
34943
34944
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Bibliography
34953 \begin_inset CommandInset bibitem
34954 LatexCommand bibitem
34955 key "footmisc"
34956
34957 \end_inset
34958
34959 Dokumentation des LaTeX-Pakets 
34960 \series bold
34961
34962 \begin_inset CommandInset href
34963 LatexCommand href
34964 name "footmisc"
34965 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34966
34967 \end_inset
34968
34969
34970 \series default
34971
34972 \begin_inset Index
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976 LaTeX-Pakete ! footmisc
34977 \end_layout
34978
34979 \end_inset
34980
34981
34982 \end_layout
34983
34984 \begin_layout Bibliography
34985 \begin_inset CommandInset bibitem
34986 LatexCommand bibitem
34987 key "hypcap"
34988
34989 \end_inset
34990
34991 Dokumentation des LaTeX-Pakets 
34992 \series bold
34993
34994 \begin_inset CommandInset href
34995 LatexCommand href
34996 name "hypcap"
34997 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34998
34999 \end_inset
35000
35001
35002 \series default
35003
35004 \begin_inset Index
35005 status collapsed
35006
35007 \begin_layout Plain Layout
35008 LaTeX-Pakete ! hypcap
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \end_layout
35015
35016 \begin_layout Bibliography
35017 \begin_inset CommandInset bibitem
35018 LatexCommand bibitem
35019 key "hyperref"
35020
35021 \end_inset
35022
35023 Dokumentation des LaTeX-Pakets 
35024 \series bold
35025
35026 \begin_inset CommandInset href
35027 LatexCommand href
35028 name "hyperref"
35029 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35030
35031 \end_inset
35032
35033
35034 \series default
35035
35036 \begin_inset Index
35037 status collapsed
35038
35039 \begin_layout Plain Layout
35040 LaTeX-Pakete ! hyperref
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \end_layout
35047
35048 \begin_layout Bibliography
35049 \begin_inset CommandInset bibitem
35050 LatexCommand bibitem
35051 key "KOMA-script"
35052
35053 \end_inset
35054
35055 Dokumentation des LaTeX-Pakets 
35056 \series bold
35057
35058 \begin_inset CommandInset href
35059 LatexCommand href
35060 name "KOMA-script"
35061 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35062
35063 \end_inset
35064
35065
35066 \series default
35067
35068 \begin_inset Index
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072 LaTeX-Pakete ! KOMA-script
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Bibliography
35081 \begin_inset CommandInset bibitem
35082 LatexCommand bibitem
35083 key "listings"
35084
35085 \end_inset
35086
35087 Dokumentation des LaTeX-Pakets 
35088 \series bold
35089
35090 \begin_inset CommandInset href
35091 LatexCommand href
35092 name "listings"
35093 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35094
35095 \end_inset
35096
35097
35098 \series default
35099
35100 \begin_inset Index
35101 status collapsed
35102
35103 \begin_layout Plain Layout
35104 LaTeX-Pakete ! listings
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Bibliography
35113 \begin_inset CommandInset bibitem
35114 LatexCommand bibitem
35115 key "marginnote"
35116
35117 \end_inset
35118
35119 Dokumentation des LaTeX-Pakets 
35120 \series bold
35121
35122 \begin_inset CommandInset href
35123 LatexCommand href
35124 name "marginnote"
35125 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35126
35127 \end_inset
35128
35129
35130 \series default
35131
35132 \begin_inset Index
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136 LaTeX-Pakete ! marginnote
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \begin_layout Bibliography
35145 \begin_inset CommandInset bibitem
35146 LatexCommand bibitem
35147 key "pstricks"
35148
35149 \end_inset
35150
35151 Webseite des LaTeX-Pakets 
35152 \series bold
35153
35154 \begin_inset CommandInset href
35155 LatexCommand href
35156 name "PSTricks"
35157 target "http://tug.org/PSTricks/"
35158
35159 \end_inset
35160
35161
35162 \series default
35163
35164 \begin_inset Index
35165 status collapsed
35166
35167 \begin_layout Plain Layout
35168 LaTeX-Pakete ! pstricks
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \begin_layout Bibliography
35177 \begin_inset CommandInset bibitem
35178 LatexCommand bibitem
35179 key "sidecap"
35180
35181 \end_inset
35182
35183 Dokumentation des LaTeX-Pakets 
35184 \series bold
35185
35186 \begin_inset CommandInset href
35187 LatexCommand href
35188 name "sidecap"
35189 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35190
35191 \end_inset
35192
35193
35194 \series default
35195
35196 \begin_inset Index
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200 LaTeX-Pakete ! sidecap
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Bibliography
35209 \begin_inset CommandInset bibitem
35210 LatexCommand bibitem
35211 key "NewInLyX16"
35212
35213 \end_inset
35214
35215
35216 \begin_inset CommandInset href
35217 LatexCommand href
35218 name "Wiki-Seite"
35219 target "http://wiki.lyx.org/LyX/NewInLyX16"
35220
35221 \end_inset
35222
35223  über neue Funktionen in 
35224 \family sans
35225 LyX 1.6.0
35226 \family default
35227 .
35228 \end_layout
35229
35230 \begin_layout Standard
35231 \begin_inset CommandInset index_print
35232 LatexCommand printindex
35233
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \begin_layout Standard
35240 \begin_inset FloatList figure
35241
35242 \end_inset
35243
35244
35245 \end_layout
35246
35247 \begin_layout Standard
35248 \begin_inset FloatList table
35249
35250 \end_inset
35251
35252
35253 \end_layout
35254
35255 \begin_layout Standard
35256 \begin_inset ERT
35257 status open
35258
35259 \begin_layout Plain Layout
35260
35261
35262 \backslash
35263 listof{algorithm}{Algorithmenverzeichnis}
35264 \end_layout
35265
35266 \end_inset
35267
35268
35269 \begin_inset Note Note
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273 siehe Abschnitt
35274 \begin_inset space ~
35275 \end_inset
35276
35277
35278 \begin_inset CommandInset ref
35279 LatexCommand ref
35280 reference "uab:Gleitobjekt-Algorithmen"
35281
35282 \end_inset
35283
35284  für eine Beschreibung
35285 \end_layout
35286
35287 \end_inset
35288
35289
35290 \end_layout
35291
35292 \end_body
35293 \end_document