]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: describe the Foot to End module
[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----Die"
25777
25778 \end_inset
25779
25780  gedruckt.
25781  Man nennt sie dann 
25782 \emph on
25783 Endnoten
25784 \emph default
25785 .
25786 \begin_inset Index
25787 status collapsed
25788
25789 \begin_layout Plain Layout
25790 Endnoten
25791 \end_layout
25792
25793 \end_inset
25794
25795  Um das zu erreichen, müssen Sie das LaTeX-Paket 
25796 \series bold
25797 endnotes
25798 \series default
25799
25800 \begin_inset Index
25801 status collapsed
25802
25803 \begin_layout Plain Layout
25804 LaTeX-Pakete ! endnotes
25805 \end_layout
25806
25807 \end_inset
25808
25809  mit folgendem Befehl im LaTeX-Vorspann einfügen: 
25810 \end_layout
25811
25812 \begin_layout Standard
25813
25814 \series bold
25815
25816 \backslash
25817 usepackage{endnotes}
25818 \begin_inset Newline newline
25819 \end_inset
25820
25821
25822 \backslash
25823 let
25824 \backslash
25825 footnote
25826 \backslash
25827 endnote
25828 \end_layout
25829
25830 \begin_layout Standard
25831 Um die gesammelten Fußnoten zu drucken, fügen Sie den TeX-Code
25832 \series bold
25833  
25834 \backslash
25835 theendnotes
25836 \series default
25837  am Ende des Abschnitts oder Kapitels ein.
25838 \end_layout
25839
25840 \begin_layout Standard
25841 \begin_inset Float figure
25842 wide false
25843 sideways false
25844 status open
25845
25846 \begin_layout Plain Layout
25847 \align center
25848 \begin_inset ERT
25849 status collapsed
25850
25851 \begin_layout Plain Layout
25852
25853
25854 \backslash
25855 framebox{
25856 \end_layout
25857
25858 \end_inset
25859
25860
25861 \begin_inset Graphics
25862         filename ../clipart/endnotes.pdf
25863         scaleBeforeRotation
25864
25865 \end_inset
25866
25867
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873 }
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \begin_layout Plain Layout
25882 \begin_inset Caption
25883
25884 \begin_layout Plain Layout
25885 \begin_inset CommandInset label
25886 LatexCommand label
25887 name "abb:endnotes----Die"
25888
25889 \end_inset
25890
25891
25892 \series bold
25893 endnotes
25894 \series default
25895  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25896  gedruckt.
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 \begin_inset VSpace medskip
25911 \end_inset
25912
25913 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25914 ache übersetzt.
25915  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25916 \begin_inset Quotes gld
25917 \end_inset
25918
25919 Notes
25920 \begin_inset Quotes grd
25921 \end_inset
25922
25923  in 
25924 \begin_inset Quotes gld
25925 \end_inset
25926
25927 Anmerkungen
25928 \begin_inset Quotes grd
25929 \end_inset
25930
25931 :
25932 \end_layout
25933
25934 \begin_layout Standard
25935
25936 \series bold
25937
25938 \backslash
25939 renewcommand{
25940 \backslash
25941 notesname}{Anmerkungen}
25942 \end_layout
25943
25944 \begin_layout Standard
25945 \begin_inset VSpace medskip
25946 \end_inset
25947
25948 Wenn Sie in den Befehlen von Abschnitt
25949 \begin_inset space ~
25950 \end_inset
25951
25952
25953 \begin_inset CommandInset ref
25954 LatexCommand ref
25955 reference "uab:Fußnoten-Nummerierung"
25956
25957 \end_inset
25958
25959  
25960 \series bold
25961
25962 \backslash
25963 thefootnote
25964 \series default
25965  durch 
25966 \series bold
25967
25968 \backslash
25969 theendnote
25970 \series default
25971  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25972  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25973 \series bold
25974
25975 \backslash
25976 @addtoreset
25977 \series default
25978  wie in Abschnitt
25979 \begin_inset space \space{}
25980 \end_inset
25981
25982
25983 \begin_inset CommandInset ref
25984 LatexCommand ref
25985 reference "uab:Fußnoten-Nummerierung"
25986
25987 \end_inset
25988
25989  beschrieben und ersetzen 
25990 \series bold
25991 footnote
25992 \series default
25993  durch 
25994 \series bold
25995 endnote
25996 \series default
25997 .
25998 \end_layout
25999
26000 \begin_layout Standard
26001 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
26002  
26003 \series bold
26004
26005 \backslash
26006 endnotemark[Nummer]
26007 \series default
26008  ähnlich wie 
26009 \series bold
26010
26011 \backslash
26012 footnotemark
26013 \series default
26014  Abschnitt
26015 \begin_inset space ~
26016 \end_inset
26017
26018
26019 \begin_inset CommandInset ref
26020 LatexCommand ref
26021 reference "abs:Fußnoten"
26022
26023 \end_inset
26024
26025 .
26026 \end_layout
26027
26028 \begin_layout Standard
26029 \begin_inset VSpace bigskip
26030 \end_inset
26031
26032 Mit dem LaTeX-Paket 
26033 \series bold
26034 footmisc
26035 \series default
26036
26037 \begin_inset Index
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041 LaTeX-Pakete ! footmisc
26042 \end_layout
26043
26044 \end_inset
26045
26046  (
26047 \begin_inset CommandInset citation
26048 LatexCommand cite
26049 key "footmisc"
26050
26051 \end_inset
26052
26053 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26054 \end_layout
26055
26056 \begin_layout Standard
26057 In LaTeX-Büchern, 
26058 \begin_inset CommandInset citation
26059 LatexCommand cite
26060 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26061
26062 \end_inset
26063
26064 , finden Sie weiteres zu Fußnoten.
26065 \end_layout
26066
26067 \begin_layout Section
26068 Randnotizen
26069 \begin_inset Index
26070 status collapsed
26071
26072 \begin_layout Plain Layout
26073 Randnotizen
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \begin_inset Index
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083 Notizen ! Randnotizen
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Standard
26092 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26093  Sie fügen sie mit einem Klick auf den Schalter 
26094 \begin_inset Graphics
26095         filename ../../images/marginalnote-insert.png
26096         scale 70
26097         scaleBeforeRotation
26098
26099 \end_inset
26100
26101  oder über 
26102 \family sans
26103 Einfügen\SpecialChar \menuseparator
26104 Randnotiz
26105 \family default
26106  ein.
26107  Ein graues Kästchen mit der Aufschrift 
26108 \begin_inset Quotes gld
26109 \end_inset
26110
26111 Rand
26112 \begin_inset Quotes grd
26113 \end_inset
26114
26115  erscheint
26116 \family roman
26117 \series medium
26118 , und dort, wo der Cursor steht, können Sie Text eingeben.
26119 \end_layout
26120
26121 \begin_layout Standard
26122 Hier am Rand sehen Sie eine Randnotiz.
26123  
26124 \begin_inset Marginal
26125 status open
26126
26127 \begin_layout Plain Layout
26128 Dies ist eine Randnotiz.
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Standard
26137 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26138  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26139  Seiten und rechts auf den ungeraden.
26140  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26141  wird und umgekehrt.
26142  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26143  wurde.
26144 \end_layout
26145
26146 \begin_layout Standard
26147 \begin_inset VSpace bigskip
26148 \end_inset
26149
26150 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26151 \end_layout
26152
26153 \begin_layout Standard
26154
26155 \series bold
26156
26157 \backslash
26158 reversemarginpar
26159 \end_layout
26160
26161 \begin_layout Standard
26162 als TeX-Code vor einer Randnotiz ein.
26163  Das gilt dann für alle folgenden Randnotizen.
26164  
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 reversemarginpar 
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \begin_inset Marginal
26179 status open
26180
26181 \begin_layout Plain Layout
26182 Hier ist ein Beispiel im inneren Rand.
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \begin_inset Newline newline
26189 \end_inset
26190
26191
26192 \begin_inset Note Greyedout
26193 status open
26194
26195 \begin_layout Plain Layout
26196  
26197 \series bold
26198 Achtung:
26199 \series default
26200  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26210 \end_layout
26211
26212 \begin_layout Standard
26213
26214 \series bold
26215
26216 \backslash
26217 normalmarginpar
26218 \end_layout
26219
26220 \begin_layout Standard
26221 als TeX-Code ein.
26222 \begin_inset ERT
26223 status collapsed
26224
26225 \begin_layout Plain Layout
26226
26227
26228 \backslash
26229 normalmarginpar 
26230 \end_layout
26231
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Standard
26238 \begin_inset Note Greyedout
26239 status open
26240
26241 \begin_layout Plain Layout
26242
26243 \series bold
26244 Achtung:
26245 \series default
26246  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26247 \series bold
26248
26249 \backslash
26250 reversemarginpar
26251 \series default
26252  verwendet wird.
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \begin_layout Standard
26261 \begin_inset VSpace bigskip
26262 \end_inset
26263
26264
26265 \begin_inset Marginal
26266 status open
26267
26268 \begin_layout Plain Layout
26269
26270 \family roman
26271 \series medium
26272 EinSehrLangesWort am Anfang, das umgebrochen wird.
26273 \end_layout
26274
26275 \end_inset
26276
26277  Ähnlich wie in Abschnitt
26278 \begin_inset space ~
26279 \end_inset
26280
26281
26282 \begin_inset CommandInset ref
26283 LatexCommand ref
26284 reference "uab:Mehrfache-Zeilen-in"
26285
26286 \end_inset
26287
26288  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26289  Wort der Randnotiz sind.
26290  Um das zu vermeiden, fügen sie 0
26291 \begin_inset space \thinspace{}
26292 \end_inset
26293
26294 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26295 \begin_inset Marginal
26296 status open
26297
26298 \begin_layout Plain Layout
26299 \begin_inset space \hspace{}
26300 \length 0pt
26301 \end_inset
26302
26303
26304 \family roman
26305 \series medium
26306 EinSehrLangesWort am Anfang, das umgebrochen wird.
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \begin_layout Standard
26315 \begin_inset VSpace bigskip
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \begin_layout Standard
26322 \begin_inset Note Greyedout
26323 status open
26324
26325 \begin_layout Plain Layout
26326
26327 \series bold
26328 Bemerkung:
26329 \series default
26330  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26331  verwendet werden.
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 \begin_inset VSpace bigskip
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \begin_layout Standard
26347 \begin_inset ERT
26348 status collapsed
26349
26350 \begin_layout Plain Layout
26351
26352
26353 \backslash
26354 ifmarginnote
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \begin_inset Note Note
26361 status open
26362
26363 \begin_layout Plain Layout
26364 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26365 \series bold
26366 marginnote
26367 \series default
26368  installiert ist.
26369 \end_layout
26370
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \begin_layout Standard
26377 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26378 \series bold
26379 marginnote
26380 \series default
26381
26382 \begin_inset Index
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386 LaTeX-Pakete ! marginnote
26387 \end_layout
26388
26389 \end_inset
26390
26391  verwendet wird.
26392  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26393  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26394  des Pakets 
26395 \series bold
26396 marginnote
26397 \series default
26398  für Randnotizen verwendet wird:
26399 \end_layout
26400
26401 \begin_layout Standard
26402
26403 \series bold
26404
26405 \backslash
26406 usepackage{marginnote}
26407 \begin_inset Newline newline
26408 \end_inset
26409
26410
26411 \backslash
26412 let
26413 \backslash
26414 marginpar
26415 \backslash
26416 marginnote
26417 \end_layout
26418
26419 \begin_layout Standard
26420 Dies wird auch in diesem Dokument verwendet, denn 
26421 \series bold
26422 marginnote
26423 \series default
26424  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26425  für Randnotizen angeben.
26426  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26427 n zu dicht beieinander sind.
26428  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26429  Schema
26430 \end_layout
26431
26432 \begin_layout Standard
26433
26434 \series bold
26435 [Versatz]
26436 \end_layout
26437
26438 \begin_layout Standard
26439 angegeben.
26440  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26441 \begin_inset space ~
26442 \end_inset
26443
26444
26445 \begin_inset CommandInset ref
26446 LatexCommand ref
26447 reference "tab:Maßeinheiten"
26448
26449 \end_inset
26450
26451  aufgelistet sind.
26452  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26453  nach unten.
26454  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26455 \begin_inset space \thinspace{}
26456 \end_inset
26457
26458 cm mit dem TeX-Code-Befehl  
26459 \begin_inset Quotes gld
26460 \end_inset
26461
26462
26463 \series bold
26464 [-1.5cm]
26465 \series default
26466
26467 \begin_inset Quotes grd
26468 \end_inset
26469
26470  nach oben versetzt.
26471 \begin_inset Marginal
26472 status open
26473
26474 \begin_layout Plain Layout
26475 Diese Randnotiz ist 1.5
26476 \begin_inset space \thinspace{}
26477 \end_inset
26478
26479 cm von ihrer Originalposition nach oben versetzt.
26480 \end_layout
26481
26482 \end_inset
26483
26484
26485 \begin_inset ERT
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489
26490 [-1.5cm]
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 \begin_inset VSpace medskip
26500 \end_inset
26501
26502 Mit 
26503 \series bold
26504 marginnote
26505 \series default
26506  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26507  Zum Beispiel setzen die Befehle
26508 \end_layout
26509
26510 \begin_layout Standard
26511
26512 \series bold
26513
26514 \backslash
26515 renewcommand*{
26516 \backslash
26517 raggedleftmarginnote}{
26518 \backslash
26519 centering}
26520 \begin_inset Newline newline
26521 \end_inset
26522
26523
26524 \backslash
26525 renewcommand*{
26526 \backslash
26527 raggedrightmarginnote}{
26528 \backslash
26529 centering}
26530 \end_layout
26531
26532 \begin_layout Standard
26533 die Ausrichtung auf zentriert.
26534  
26535 \series bold
26536
26537 \backslash
26538 raggedleftmarginnote
26539 \series default
26540  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26541  
26542 \begin_inset ERT
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546
26547
26548 \backslash
26549 renewcommand*{
26550 \backslash
26551 raggedleftmarginnote}{
26552 \backslash
26553 centering}
26554 \end_layout
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 renewcommand*{
26561 \backslash
26562 raggedrightmarginnote}{
26563 \backslash
26564 centering}
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \begin_inset Marginal
26571 status open
26572
26573 \begin_layout Plain Layout
26574 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26575 \end_layout
26576
26577 \end_inset
26578
26579  Die Voreinstellung ist
26580 \end_layout
26581
26582 \begin_layout Standard
26583
26584 \series bold
26585
26586 \backslash
26587 renewcommand*{
26588 \backslash
26589 raggedleftmarginnote}{
26590 \backslash
26591 raggedleft}
26592 \begin_inset Newline newline
26593 \end_inset
26594
26595
26596 \backslash
26597 renewcommand*{
26598 \backslash
26599 raggedrightmarginnote}{
26600 \backslash
26601 raggedright}
26602 \series default
26603
26604 \begin_inset ERT
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608
26609
26610 \backslash
26611 renewcommand*{
26612 \backslash
26613 raggedleftmarginnote}{
26614 \backslash
26615 raggedleft}
26616 \end_layout
26617
26618 \begin_layout Plain Layout
26619
26620
26621 \backslash
26622 renewcommand*{
26623 \backslash
26624 raggedrightmarginnote}{
26625 \backslash
26626 raggedright}
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Standard
26635 \begin_inset VSpace medskip
26636 \end_inset
26637
26638 Für weitere Fähigkeiten des Pakets 
26639 \series bold
26640 marginnote
26641 \series default
26642  sei auf dessen Dokumentation verwiesen 
26643 \begin_inset CommandInset citation
26644 LatexCommand cite
26645 key "marginnote"
26646
26647 \end_inset
26648
26649 .
26650 \end_layout
26651
26652 \begin_layout Standard
26653 \begin_inset VSpace bigskip
26654 \end_inset
26655
26656 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26657  geändert werden.
26658  Um z.
26659 \begin_inset space \thinspace{}
26660 \end_inset
26661
26662 B.
26663  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26664  und fettgedruckten Text 
26665 \begin_inset Quotes eld
26666 \end_inset
26667
26668
26669 \family sans
26670 \series bold
26671 \bar under
26672 Achtung!
26673 \family default
26674 \series default
26675 \bar default
26676
26677 \begin_inset Quotes erd
26678 \end_inset
26679
26680  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26681 \end_layout
26682
26683 \begin_layout Standard
26684
26685 \series bold
26686
26687 \backslash
26688 let
26689 \backslash
26690 myMarginpar
26691 \backslash
26692 marginpar
26693 \begin_inset Newline newline
26694 \end_inset
26695
26696
26697 \backslash
26698 renewcommand{
26699 \backslash
26700 marginpar}[1]{
26701 \backslash
26702 myMarginpar{%
26703 \begin_inset Newline newline
26704 \end_inset
26705
26706
26707 \begin_inset ERT
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711
26712
26713 \backslash
26714 hphantom{ }
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \backslash
26721 hspace{0pt}
26722 \backslash
26723 textsf{
26724 \backslash
26725 textbf{
26726 \backslash
26727 underbar{Achtung!}}}%
26728 \begin_inset Newline newline
26729 \end_inset
26730
26731
26732 \begin_inset ERT
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736
26737
26738 \backslash
26739 hphantom{ }
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \backslash
26746 vspace{1.5mm}
26747 \backslash
26748
26749 \backslash
26750 #1}}
26751 \end_layout
26752
26753 \begin_layout Standard
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 let
26762 \backslash
26763 myMarginpar
26764 \backslash
26765 marginpar
26766 \end_layout
26767
26768 \begin_layout Plain Layout
26769
26770
26771 \backslash
26772 renewcommand{
26773 \backslash
26774 marginpar}[1]{
26775 \backslash
26776 myMarginpar{%
26777 \end_layout
26778
26779 \begin_layout Plain Layout
26780
26781    
26782 \backslash
26783 textsf{
26784 \backslash
26785 textbf{
26786 \backslash
26787 underbar{Achtung!}}}%
26788 \end_layout
26789
26790 \begin_layout Plain Layout
26791
26792    
26793 \backslash
26794 vspace{1.5mm}
26795 \backslash
26796
26797 \backslash
26798 #1}}
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \begin_inset Marginal
26805 status open
26806
26807 \begin_layout Plain Layout
26808 Dies ist eine Randnotiz mit einer definierten Überschrift.
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \begin_inset ERT
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818
26819 [-1.5cm]
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \begin_inset ERT
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829
26830
26831 \backslash
26832 renewcommand{
26833 \backslash
26834 marginpar}[1]{
26835 \backslash
26836 myMarginpar{#1}}
26837 \end_layout
26838
26839 \end_inset
26840
26841
26842 \begin_inset Note Note
26843 status open
26844
26845 \begin_layout Plain Layout
26846 Das Format wurde nur für dieses Beispiel geändert.
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \end_layout
26853
26854 \begin_layout Standard
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 else
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \begin_inset Note Note
26869 status open
26870
26871 \begin_layout Plain Layout
26872 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26873 \series bold
26874 marginnote
26875 \series default
26876  nicht installiert ist:
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Standard
26885 Das LaTeX-Paket 
26886 \series bold
26887 marginnote
26888 \series default
26889  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26890 \end_layout
26891
26892 \begin_layout Standard
26893 \begin_inset ERT
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897
26898
26899 \backslash
26900 fi
26901 \end_layout
26902
26903 \end_inset
26904
26905
26906 \end_layout
26907
26908 \begin_layout Chapter
26909 Boxen
26910 \end_layout
26911
26912 \begin_layout Section
26913 Einleitung
26914 \begin_inset Index
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918 Boxen ! Einleitung
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 Boxen werden benutzt, um einen Textblock zu formatieren.
26928  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26929  siehe Abschnitt
26930 \begin_inset space ~
26931 \end_inset
26932
26933
26934 \begin_inset CommandInset ref
26935 LatexCommand ref
26936 reference "abs:Minipage"
26937
26938 \end_inset
26939
26940 , um Text zu umrahmen, siehe Abschnitt
26941 \begin_inset space ~
26942 \end_inset
26943
26944
26945 \begin_inset CommandInset ref
26946 LatexCommand ref
26947 reference "uab:Verzierung"
26948
26949 \end_inset
26950
26951 , um Silbentrennung zu verhindern, siehe Abschnitt
26952 \begin_inset space ~
26953 \end_inset
26954
26955
26956 \begin_inset CommandInset ref
26957 LatexCommand ref
26958 reference "abs:Silbentrennung-unterbinden"
26959
26960 \end_inset
26961
26962 , um Text senkrecht auszurichten, siehe Abschnitt
26963 \begin_inset space ~
26964 \end_inset
26965
26966
26967 \begin_inset CommandInset ref
26968 LatexCommand ref
26969 reference "uab:Vertikale-Ausrichtung"
26970
26971 \end_inset
26972
26973  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26974 \begin_inset space ~
26975 \end_inset
26976
26977
26978 \begin_inset CommandInset ref
26979 LatexCommand ref
26980 reference "abs:Farbige-Boxen"
26981
26982 \end_inset
26983
26984 .
26985 \end_layout
26986
26987 \begin_layout Standard
26988 Boxen werden mit 
26989 \family sans
26990 Einfügen\SpecialChar \menuseparator
26991 Box
26992 \family default
26993  oder dem Schalter 
26994 \begin_inset Graphics
26995         filename ../../images/box-insert.png
26996         scale 70
26997         scaleBeforeRotation
26998
26999 \end_inset
27000
27001  eingefügt.
27002  Ein graues Kästchen mit der Aufschrift 
27003 \begin_inset Quotes gld
27004 \end_inset
27005
27006 Box (Minipage)
27007 \begin_inset Quotes grd
27008 \end_inset
27009
27010  erscheint: 
27011 \begin_inset Graphics
27012         filename clipart/StandardBoxQt4.png
27013         scale 85
27014         scaleBeforeRotation
27015
27016 \end_inset
27017
27018  Mit einem Rechts\SpecialChar \-
27019 klick auf das graue Kästchen kann der Typ spezifiziert
27020  werden.
27021  Das Dialogfenster bietet bei 
27022 \family sans
27023 Innere
27024 \begin_inset space ~
27025 \end_inset
27026
27027 Box
27028 \family default
27029  die Typen 
27030 \family sans
27031 Parbox
27032 \family default
27033  und 
27034 \family sans
27035 Minipage
27036 \family default
27037  an.
27038  
27039 \family sans
27040 Minipage
27041 \family default
27042  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27043 \begin_inset space ~
27044 \end_inset
27045
27046
27047 \begin_inset CommandInset ref
27048 LatexCommand ref
27049 reference "abs:Minipage"
27050
27051 \end_inset
27052
27053  beschrieben, 
27054 \family sans
27055 Parbox
27056 \family default
27057  in Abschnitt
27058 \begin_inset space ~
27059 \end_inset
27060
27061
27062 \begin_inset CommandInset ref
27063 LatexCommand ref
27064 reference "abs:Parbox"
27065
27066 \end_inset
27067
27068 .
27069 \end_layout
27070
27071 \begin_layout Standard
27072 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27073  wie auf Gleitobjekte und Fußnoten.
27074 \end_layout
27075
27076 \begin_layout Standard
27077 \begin_inset Note Greyedout
27078 status open
27079
27080 \begin_layout Plain Layout
27081
27082 \series bold
27083 Bemerkung
27084 \begin_inset space ~
27085 \end_inset
27086
27087 1:
27088 \series default
27089  Boxen dürfen in 
27090 \family sans
27091 List-
27092 \family default
27093  oder 
27094 \family sans
27095 Beschreibung-
27096 \family default
27097 Umgebungen nicht verwendet werden.
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \begin_inset Note Greyedout
27107 status open
27108
27109 \begin_layout Plain Layout
27110
27111 \series bold
27112 Bemerkung
27113 \begin_inset space ~
27114 \end_inset
27115
27116 2:
27117 \series default
27118  Boxen ohne 
27119 \family sans
27120 Innere
27121 \begin_inset space ~
27122 \end_inset
27123
27124 Box
27125 \family default
27126  und ohne Rahmen werden in Abschnitt
27127 \begin_inset space ~
27128 \end_inset
27129
27130
27131 \begin_inset CommandInset ref
27132 LatexCommand ref
27133 reference "abs:Silbentrennung-unterbinden"
27134
27135 \end_inset
27136
27137  beschrieben.
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Section
27146 Das Box-Einstellungen-Fenster
27147 \begin_inset CommandInset label
27148 LatexCommand label
27149 name "abs:Box-Dialog"
27150
27151 \end_inset
27152
27153
27154 \begin_inset Index
27155 status collapsed
27156
27157 \begin_layout Plain Layout
27158 Boxen ! Box-Dialog-Fenster
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \end_layout
27165
27166 \begin_layout Subsection
27167 Box-Größe
27168 \begin_inset Index
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172 Boxen ! Größe
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \begin_layout Standard
27181 Im 
27182 \family sans
27183 Box-Einstellungen
27184 \family default
27185 -Fenster können Sie die Größe der Box mit 
27186 \family sans
27187 Breite
27188 \family default
27189  und 
27190 \family sans
27191 Höhe 
27192 \family default
27193 festlegen.
27194  Die verfügbaren Einheiten werden in Tabelle
27195 \begin_inset space ~
27196 \end_inset
27197
27198
27199 \begin_inset CommandInset ref
27200 LatexCommand ref
27201 reference "tab:Maßeinheiten"
27202
27203 \end_inset
27204
27205  aufgelistet.
27206  Das Feld
27207 \family sans
27208  Höhe
27209 \family default
27210  bietet die folgenden zusätzlichen Größen:
27211 \end_layout
27212
27213 \begin_layout Description
27214 Tiefe Dies ist die reine Text-
27215 \begin_inset Quotes gld
27216 \end_inset
27217
27218 Höhe
27219 \begin_inset Quotes grd
27220 \end_inset
27221
27222 .
27223  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27224 \begin_inset Newline newline
27225 \end_inset
27226
27227
27228 \begin_inset Newline newline
27229 \end_inset
27230
27231
27232 \begin_inset Newline newline
27233 \end_inset
27234
27235
27236 \begin_inset Box Boxed
27237 position "c"
27238 hor_pos "c"
27239 has_inner_box 1
27240 inner_pos "c"
27241 use_parbox 0
27242 width "12col%"
27243 special "none"
27244 height "1in"
27245 height_special "depth"
27246 status collapsed
27247
27248 \begin_layout Plain Layout
27249 \align center
27250 Box-Höhe = 1
27251 \begin_inset space \thinspace{}
27252 \end_inset
27253
27254 Tiefe
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \begin_inset Newline newline
27261 \end_inset
27262
27263
27264 \begin_inset Newline newline
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Description
27271 Höhe Dies ist die Texthöhe innerhalb der Box.
27272  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27273  Texthöhe setzen: 
27274 \begin_inset Box Boxed
27275 position "c"
27276 hor_pos "c"
27277 has_inner_box 1
27278 inner_pos "c"
27279 use_parbox 0
27280 width "20col%"
27281 special "none"
27282 height "2in"
27283 height_special "height"
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287 \align center
27288 Boxhöhe = 2
27289 \begin_inset space \thinspace{}
27290 \end_inset
27291
27292 Höhe
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Description
27301 Gesamthöhe Dies ist Höhe
27302 \begin_inset space \thinspace{}
27303 \end_inset
27304
27305 +
27306 \begin_inset space \thinspace{}
27307 \end_inset
27308
27309 Tiefe: 
27310 \begin_inset Box Boxed
27311 position "c"
27312 hor_pos "c"
27313 has_inner_box 1
27314 inner_pos "c"
27315 use_parbox 0
27316 width "20col%"
27317 special "none"
27318 height "1in"
27319 height_special "totalheight"
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323 \align center
27324 Boxhöhe = 1
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328 Gesamthöhe
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Description
27337 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27338 \begin_inset Box Boxed
27339 position "c"
27340 hor_pos "c"
27341 has_inner_box 1
27342 inner_pos "c"
27343 use_parbox 0
27344 width "12col%"
27345 special "none"
27346 height "1in"
27347 height_special "width"
27348 status collapsed
27349
27350 \begin_layout Plain Layout
27351 \align center
27352 Boxhöhe = 1
27353 \begin_inset space \thinspace{}
27354 \end_inset
27355
27356 Breite
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \end_layout
27363
27364 \begin_layout Subsection
27365 Ausrichtung
27366 \begin_inset Index
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370 Boxen ! Ausrichtung
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 Wenn Sie eine 
27380 \family sans
27381 Innere
27382 \begin_inset space ~
27383 \end_inset
27384
27385 Box
27386 \family default
27387  gewählt haben, kann die Box mit folgenden Werten für 
27388 \family sans
27389 Box
27390 \family default
27391  senkrecht ausgerichtet werden:
27392 \end_layout
27393
27394 \begin_layout Description
27395 Oben Dies ist ein Beispieltext.
27396  
27397 \begin_inset Box Boxed
27398 position "t"
27399 hor_pos "c"
27400 has_inner_box 1
27401 inner_pos "c"
27402 use_parbox 0
27403 width "20col%"
27404 special "none"
27405 height "1in"
27406 height_special "totalheight"
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 \align center
27411 Die Ober\SpecialChar \-
27412 kante der Box ist in der Zeile.
27413 \end_layout
27414
27415 \end_inset
27416
27417  Dies ist ein Beispieltext.
27418 \end_layout
27419
27420 \begin_layout Description
27421 Mitte Dies ist ein Beispieltext.
27422  
27423 \begin_inset Box Boxed
27424 position "c"
27425 hor_pos "c"
27426 has_inner_box 1
27427 inner_pos "c"
27428 use_parbox 0
27429 width "20col%"
27430 special "none"
27431 height "1in"
27432 height_special "totalheight"
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436 \align center
27437 Die Mitte der Box ist in der Zeile.
27438 \end_layout
27439
27440 \end_inset
27441
27442  Dies ist ein Beispieltext.
27443 \end_layout
27444
27445 \begin_layout Description
27446 Unten Dies ist ein Beispieltext.
27447  
27448 \begin_inset Box Boxed
27449 position "b"
27450 hor_pos "c"
27451 has_inner_box 1
27452 inner_pos "c"
27453 use_parbox 0
27454 width "20col%"
27455 special "none"
27456 height "1in"
27457 height_special "totalheight"
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461 \align center
27462 Die Unter\SpecialChar \-
27463 kante der Box ist in der Zeile.
27464 \end_layout
27465
27466 \end_inset
27467
27468  Dies ist ein Beispieltext.
27469 \end_layout
27470
27471 \begin_layout Standard
27472 \begin_inset Note Greyedout
27473 status open
27474
27475 \begin_layout Plain Layout
27476
27477 \series bold
27478 Bemerkung:
27479 \series default
27480  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27481  Boxen in einer Zeile sind und eine Box z.
27482 \begin_inset space \thinspace{}
27483 \end_inset
27484
27485 B.
27486  schattiert ist, die andere aber nicht.
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Standard
27495 Eine Box kann mit dem Dialog 
27496 \family sans
27497 Absatz-Einstellungen
27498 \family default
27499  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27500 \end_layout
27501
27502 \begin_layout Standard
27503 \begin_inset VSpace bigskip
27504 \end_inset
27505
27506 Wenn Sie eine 
27507 \family sans
27508 Innere
27509 \begin_inset space ~
27510 \end_inset
27511
27512 Box
27513 \family default
27514  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27515 \family sans
27516 Inhalt
27517 \family default
27518  senkrecht ausgerichtet werden:
27519 \end_layout
27520
27521 \begin_layout Description
27522 Oben Dies ist ein Beispieltext.
27523  
27524 \begin_inset Box Boxed
27525 position "c"
27526 hor_pos "c"
27527 has_inner_box 1
27528 inner_pos "t"
27529 use_parbox 0
27530 width "20col%"
27531 special "none"
27532 height "1.5in"
27533 height_special "totalheight"
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 \align center
27538 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27539 \end_layout
27540
27541 \end_inset
27542
27543  Dies ist ein Beispieltext.
27544 \end_layout
27545
27546 \begin_layout Description
27547 Mitte Dies ist ein Beispieltext.
27548  
27549 \begin_inset Box Boxed
27550 position "c"
27551 hor_pos "c"
27552 has_inner_box 1
27553 inner_pos "c"
27554 use_parbox 0
27555 width "20col%"
27556 special "none"
27557 height "1.5in"
27558 height_special "totalheight"
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 \align center
27563 Der Boxinhalt ist zentriert ausgerichtet.
27564 \end_layout
27565
27566 \end_inset
27567
27568  Dies ist ein Beispieltext.
27569 \end_layout
27570
27571 \begin_layout Description
27572 Unten Dies ist ein Beispieltext.
27573  
27574 \begin_inset Box Boxed
27575 position "c"
27576 hor_pos "c"
27577 has_inner_box 1
27578 inner_pos "b"
27579 use_parbox 0
27580 width "20col%"
27581 special "none"
27582 height "1.5in"
27583 height_special "totalheight"
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587 \align center
27588 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27589 \end_layout
27590
27591 \end_inset
27592
27593  Dies ist ein Beispieltext.
27594 \end_layout
27595
27596 \begin_layout Description
27597 Dehnen Dies ist ein Beispieltext.
27598  
27599 \begin_inset Box Boxed
27600 position "c"
27601 hor_pos "c"
27602 has_inner_box 1
27603 inner_pos "s"
27604 use_parbox 0
27605 width "20col%"
27606 special "none"
27607 height "1in"
27608 height_special "totalheight"
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 \align center
27613 Der Boxinhalt
27614 \end_layout
27615
27616 \begin_layout Plain Layout
27617 \align center
27618 ist über die
27619 \end_layout
27620
27621 \begin_layout Plain Layout
27622 \align center
27623 Boxhöhe
27624 \end_layout
27625
27626 \begin_layout Plain Layout
27627 \align center
27628 gleichmäßig verteilt.
27629 \end_layout
27630
27631 \end_inset
27632
27633  Dies ist ein Beispieltext.
27634 \end_layout
27635
27636 \begin_layout Standard
27637 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27638  besteht.
27639  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27640 \end_layout
27641
27642 \begin_layout Standard
27643 Ein Boxinhalt kann mit dem Dialog 
27644 \family sans
27645 Absatz-Einstellungen
27646 \family default
27647  waagerecht ausgerichtet werden, wenn Sie eine
27648 \family sans
27649  Innere
27650 \begin_inset space ~
27651 \end_inset
27652
27653 Box
27654 \family default
27655  gewählt haben.
27656 \end_layout
27657
27658 \begin_layout Standard
27659 \align center
27660 \begin_inset Box Boxed
27661 position "c"
27662 hor_pos "c"
27663 has_inner_box 1
27664 inner_pos "s"
27665 use_parbox 0
27666 width "30col%"
27667 special "none"
27668 height "1.25in"
27669 height_special "totalheight"
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673 \align left
27674 Hier ist jede Zeile
27675 \end_layout
27676
27677 \begin_layout Plain Layout
27678 \align center
27679 anders
27680 \end_layout
27681
27682 \begin_layout Plain Layout
27683 \align right
27684 ausgerichtet.
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Standard
27693 Wenn Sie keine
27694 \family sans
27695  Innere
27696 \begin_inset space ~
27697 \end_inset
27698
27699 Box
27700 \family default
27701  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27702 \family sans
27703 Box-Einstellungen-
27704 \family default
27705 Dialog ausrichten
27706 \end_layout
27707
27708 \begin_layout Standard
27709 \align center
27710 \begin_inset Box Boxed
27711 position "c"
27712 hor_pos "s"
27713 has_inner_box 0
27714 inner_pos "s"
27715 use_parbox 0
27716 width "90col%"
27717 special "none"
27718 height "1.25in"
27719 height_special "totalheight"
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723 \align left
27724 Dieser Boxinhalt wurde horizontal gedehnt.
27725 \end_layout
27726
27727 \end_inset
27728
27729
27730 \end_layout
27731
27732 \begin_layout Subsection
27733 Verzierung
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "uab:Verzierung"
27737
27738 \end_inset
27739
27740
27741 \begin_inset Index
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 Boxen ! Verzierung
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Standard
27754 Im 
27755 \family sans
27756 Box-Einstellungen-
27757 \family default
27758 Dialog können Sie mit der 
27759 \family sans
27760 Verzierung
27761 \family default
27762  den Typ der Box auswählen:
27763 \end_layout
27764
27765 \begin_layout Description
27766 Einfacher
27767 \begin_inset space ~
27768 \end_inset
27769
27770 rechteckiger
27771 \begin_inset space ~
27772 \end_inset
27773
27774 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27775  Die Rahmendicke wird durch 
27776 \series bold
27777
27778 \backslash
27779 fboxrule
27780 \series default
27781  festgelegt.
27782  
27783 \begin_inset Box Boxed
27784 position "c"
27785 hor_pos "c"
27786 has_inner_box 1
27787 inner_pos "c"
27788 use_parbox 0
27789 width "21col%"
27790 special "none"
27791 height "1in"
27792 height_special "totalheight"
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796
27797 \series medium
27798 Rechteckige
27799 \begin_inset space ~
27800 \end_inset
27801
27802 Box
27803 \end_layout
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Description
27811 erlaube
27812 \begin_inset space ~
27813 \end_inset
27814
27815 Seitenumbrüche Wenn Sie die Verzierung 
27816 \family sans
27817 Einfacher rechteckiger Rahmen
27818 \family default
27819  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27820  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27821  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27822  für sich ist und 
27823 \series bold
27824
27825 \backslash
27826 fboxrule
27827 \series default
27828  und 
27829 \series bold
27830
27831 \backslash
27832 fboxsep
27833 \series default
27834  keinen Einfluss auf diesen Box Typ haben.
27835  Die Rahmendicke wird durch 
27836 \series bold
27837
27838 \backslash
27839 FrameRule
27840 \series default
27841  festgelegt.
27842  
27843 \begin_inset Box Framed
27844 position "t"
27845 hor_pos "c"
27846 has_inner_box 0
27847 inner_pos "t"
27848 use_parbox 0
27849 width "100col%"
27850 special "none"
27851 height "1in"
27852 height_special "totalheight"
27853 status collapsed
27854
27855 \begin_layout Plain Layout
27856 Box erlaubt Seitenumbruch
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \begin_layout Description
27865 Ovaler
27866 \begin_inset space ~
27867 \end_inset
27868
27869 Rahmen,
27870 \begin_inset space ~
27871 \end_inset
27872
27873 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27874  Die Rahmendicke ist 0.4
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 pt.
27879  
27880 \begin_inset Box ovalbox
27881 position "c"
27882 hor_pos "c"
27883 has_inner_box 1
27884 inner_pos "c"
27885 use_parbox 0
27886 width "20col%"
27887 special "none"
27888 height "1in"
27889 height_special "totalheight"
27890 status collapsed
27891
27892 \begin_layout Plain Layout
27893 Ovale
27894 \begin_inset space ~
27895 \end_inset
27896
27897 Box,
27898 \begin_inset space ~
27899 \end_inset
27900
27901 dünn
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Description
27910 Ovaler
27911 \begin_inset space ~
27912 \end_inset
27913
27914 Rahmen,
27915 \begin_inset space ~
27916 \end_inset
27917
27918 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27919  Die Rahmendicke ist 0.8
27920 \begin_inset space \thinspace{}
27921 \end_inset
27922
27923 pt.
27924  
27925 \begin_inset Box Ovalbox
27926 position "c"
27927 hor_pos "c"
27928 has_inner_box 1
27929 inner_pos "c"
27930 use_parbox 0
27931 width "20col%"
27932 special "none"
27933 height "1in"
27934 height_special "totalheight"
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938 Ovale
27939 \begin_inset space ~
27940 \end_inset
27941
27942 Box,
27943 \begin_inset space ~
27944 \end_inset
27945
27946 dick
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Description
27955 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27956  Die Rahmendicke wird durch 
27957 \series bold
27958
27959 \backslash
27960 fboxrule
27961 \series default
27962  festgelegt, der Schatten ist 4
27963 \begin_inset space \thinspace{}
27964 \end_inset
27965
27966 pt breit.
27967 \begin_inset Newline newline
27968 \end_inset
27969
27970
27971 \begin_inset Box Shadowbox
27972 position "c"
27973 hor_pos "c"
27974 has_inner_box 1
27975 inner_pos "c"
27976 use_parbox 0
27977 width "20col%"
27978 special "none"
27979 height "1in"
27980 height_special "totalheight"
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984 Schattierte
27985 \begin_inset space ~
27986 \end_inset
27987
27988 Box
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \begin_layout Description
27997 Schattierter
27998 \begin_inset space ~
27999 \end_inset
28000
28001 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28002  Im Gegensatz zu farbigen Boxen
28003 \begin_inset Foot
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007 siehe Abschnitt
28008 \begin_inset space ~
28009 \end_inset
28010
28011
28012 \begin_inset CommandInset ref
28013 LatexCommand ref
28014 reference "abs:Farbige-Boxen"
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \end_inset
28022
28023  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28024  die Box ist ein Absatz für sich.
28025  
28026 \begin_inset Box Shaded
28027 position "t"
28028 hor_pos "c"
28029 has_inner_box 0
28030 inner_pos "t"
28031 use_parbox 0
28032 width "50col%"
28033 special "none"
28034 height "1in"
28035 height_special "totalheight"
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039 Schattierter Hintergrund Box
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Description
28048 Doppelter
28049 \begin_inset space ~
28050 \end_inset
28051
28052 rechteckiger
28053 \begin_inset space ~
28054 \end_inset
28055
28056 Rahmen zeichnet einen doppelten Rahmen um die Box.
28057  Der innere Rahmen ist 0.75
28058 \begin_inset space \thinspace{}
28059 \end_inset
28060
28061
28062 \series bold
28063
28064 \backslash
28065 fboxrule
28066 \series default
28067  breit, der äußere 1.5
28068 \begin_inset space \thinspace{}
28069 \end_inset
28070
28071
28072 \series bold
28073
28074 \backslash
28075 fboxrule
28076 \series default
28077 , der Zwischenraum 1.5
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081
28082 \series bold
28083
28084 \backslash
28085 fboxrule
28086 \series default
28087
28088 \begin_inset space \thinspace{}
28089 \end_inset
28090
28091 +
28092 \begin_inset space \thinspace{}
28093 \end_inset
28094
28095 0.5
28096 \begin_inset space \thinspace{}
28097 \end_inset
28098
28099 pt.
28100  
28101 \begin_inset Box Doublebox
28102 position "c"
28103 hor_pos "c"
28104 has_inner_box 1
28105 inner_pos "c"
28106 use_parbox 0
28107 width "20col%"
28108 special "none"
28109 height "1in"
28110 height_special "totalheight"
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114 Doppelt
28115 \begin_inset space ~
28116 \end_inset
28117
28118 gerahmte
28119 \begin_inset space ~
28120 \end_inset
28121
28122 Box
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 \begin_inset VSpace bigskip
28132 \end_inset
28133
28134 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28135  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28136 \series bold
28137 fancybox
28138 \series default
28139
28140 \begin_inset Index
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 LaTeX-Pakete ! fancybox
28145 \end_layout
28146
28147 \end_inset
28148
28149  installiert sein.
28150 \end_layout
28151
28152 \begin_layout Section
28153 Box-Anpassung
28154 \begin_inset Index
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158 Boxen ! Anpassung
28159 \end_layout
28160
28161 \end_inset
28162
28163
28164 \end_layout
28165
28166 \begin_layout Standard
28167 Der Standardwert für 
28168 \series bold
28169
28170 \backslash
28171 fboxrule
28172 \series default
28173  ist 0.4
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 pt.
28178  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28179 \begin_inset space \thinspace{}
28180 \end_inset
28181
28182 pt gesetzt werden:
28183 \end_layout
28184
28185 \begin_layout Standard
28186
28187 \series bold
28188
28189 \backslash
28190 setlength{
28191 \backslash
28192 fboxrule}{2pt}
28193 \end_layout
28194
28195 \begin_layout Standard
28196 \begin_inset ERT
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200
28201
28202 \backslash
28203 setlength{
28204 \backslash
28205 fboxrule}{2pt}
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \begin_inset Box Boxed
28212 position "c"
28213 hor_pos "c"
28214 has_inner_box 1
28215 inner_pos "c"
28216 use_parbox 0
28217 width "30col%"
28218 special "none"
28219 height "1in"
28220 height_special "totalheight"
28221 status open
28222
28223 \begin_layout Plain Layout
28224 \align center
28225 Rechteckige Box mit einer Rahmenbreite von 2
28226 \begin_inset space \thinspace{}
28227 \end_inset
28228
28229 pt
28230 \end_layout
28231
28232 \end_inset
28233
28234
28235 \begin_inset ERT
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239
28240
28241 \backslash
28242 setlength{
28243 \backslash
28244 fboxrule}{0.4pt}
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset VSpace bigskip
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28258 \begin_inset space \thinspace{}
28259 \end_inset
28260
28261 pt.
28262  Sie können das ändern, indem Sie den Wert von 
28263 \series bold
28264
28265 \backslash
28266 fboxsep
28267 \series default
28268  mit einem TeX-Code-Befehl ändern:
28269 \end_layout
28270
28271 \begin_layout Standard
28272
28273 \series bold
28274
28275 \backslash
28276 setlength{
28277 \backslash
28278 fboxsep}{10pt}
28279 \end_layout
28280
28281 \begin_layout Standard
28282 setzt den Wert auf 10
28283 \begin_inset space \thinspace{}
28284 \end_inset
28285
28286 pt, wie in der folgenden Box:
28287 \end_layout
28288
28289 \begin_layout Standard
28290 \begin_inset ERT
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294
28295
28296 \backslash
28297 setlength{
28298 \backslash
28299 fboxsep}{10pt}
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \begin_inset Box Boxed
28306 position "c"
28307 hor_pos "c"
28308 has_inner_box 1
28309 inner_pos "c"
28310 use_parbox 0
28311 width "25col%"
28312 special "none"
28313 height "1in"
28314 height_special "totalheight"
28315 status open
28316
28317 \begin_layout Plain Layout
28318 \align center
28319 Rechteckige Box mit 
28320 \series bold
28321
28322 \backslash
28323 fboxsep
28324 \series default
28325
28326 \begin_inset space \thinspace{}
28327 \end_inset
28328
28329 =
28330 \begin_inset space \thinspace{}
28331 \end_inset
28332
28333 10
28334 \begin_inset space \thinspace{}
28335 \end_inset
28336
28337 pt
28338 \end_layout
28339
28340 \end_inset
28341
28342
28343 \begin_inset ERT
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347
28348
28349 \backslash
28350 setlength{
28351 \backslash
28352 fboxsep}{3pt}
28353 \end_layout
28354
28355 \end_inset
28356
28357
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \noindent
28362 \begin_inset VSpace bigskip
28363 \end_inset
28364
28365 Der Durchmesser der abgerundeten Ecken kann mit 
28366 \series bold
28367
28368 \backslash
28369 cornersize
28370 \series default
28371  gesetzt werden.
28372  Der TeX-Code-Befehl
28373 \end_layout
28374
28375 \begin_layout Standard
28376
28377 \series bold
28378
28379 \backslash
28380 cornersize*{1cm}
28381 \end_layout
28382
28383 \begin_layout Standard
28384 setzt den Durchmesser auf 1
28385 \begin_inset space \thinspace{}
28386 \end_inset
28387
28388 cm.
28389  Der TeX-Code-Befehl
28390 \end_layout
28391
28392 \begin_layout Standard
28393
28394 \series bold
28395
28396 \backslash
28397 cornersize{num}
28398 \end_layout
28399
28400 \begin_layout Standard
28401 setzt den Durchmesser auf 
28402 \family sans
28403 num
28404 \begin_inset space \thinspace{}
28405 \end_inset
28406
28407 ×
28408 \begin_inset space \thinspace{}
28409 \end_inset
28410
28411 Minimum(Breite der Box, Höhe der Box)
28412 \family default
28413 .
28414  Der Standardwert ist 
28415 \series bold
28416
28417 \backslash
28418 cornersize{0.5}
28419 \series default
28420 .
28421 \end_layout
28422
28423 \begin_layout Standard
28424 \begin_inset ERT
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428
28429
28430 \backslash
28431 cornersize*{1.5cm}
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \begin_inset Box Ovalbox
28438 position "c"
28439 hor_pos "c"
28440 has_inner_box 1
28441 inner_pos "c"
28442 use_parbox 0
28443 width "30col%"
28444 special "none"
28445 height "1in"
28446 height_special "totalheight"
28447 status open
28448
28449 \begin_layout Plain Layout
28450 \align center
28451 Ovale Box, dicker Rand, mit 
28452 \series bold
28453
28454 \backslash
28455 cornersize
28456 \series default
28457
28458 \begin_inset space \thinspace{}
28459 \end_inset
28460
28461 =
28462 \begin_inset space \thinspace{}
28463 \end_inset
28464
28465 1.5
28466 \begin_inset space \thinspace{}
28467 \end_inset
28468
28469 cm
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \begin_inset ERT
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479
28480
28481 \backslash
28482 cornersize{0.5}
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 \begin_inset VSpace bigskip
28492 \end_inset
28493
28494 Die Breite des Schattens wird mit 
28495 \series bold
28496
28497 \backslash
28498 shadowsize
28499 \series default
28500  festgelegt.
28501  Mit dem TeX-Code-Befehl
28502 \end_layout
28503
28504 \begin_layout Standard
28505
28506 \series bold
28507
28508 \backslash
28509 setlength{
28510 \backslash
28511 shadowsize}{2pt}
28512 \end_layout
28513
28514 \begin_layout Standard
28515 wird er für die folgende Box auf 2
28516 \begin_inset space \thinspace{}
28517 \end_inset
28518
28519 pt festgelegt.
28520 \end_layout
28521
28522 \begin_layout Standard
28523 \begin_inset ERT
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527
28528
28529 \backslash
28530 setlength{
28531 \backslash
28532 shadowsize}{2pt}
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \begin_inset Box Shadowbox
28539 position "c"
28540 hor_pos "c"
28541 has_inner_box 1
28542 inner_pos "c"
28543 use_parbox 0
28544 width "25col%"
28545 special "none"
28546 height "1in"
28547 height_special "totalheight"
28548 status open
28549
28550 \begin_layout Plain Layout
28551 \align center
28552 Schattierte Box mit 
28553 \series bold
28554
28555 \backslash
28556 shadowsize
28557 \series default
28558
28559 \begin_inset space \thinspace{}
28560 \end_inset
28561
28562 =
28563 \begin_inset space \thinspace{}
28564 \end_inset
28565
28566 2
28567 \begin_inset space \thinspace{}
28568 \end_inset
28569
28570 pt
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \begin_inset ERT
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580
28581
28582 \backslash
28583 setlength{
28584 \backslash
28585 shadowsize}{4pt}
28586 \end_layout
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \begin_layout Standard
28594 \begin_inset VSpace bigskip
28595 \end_inset
28596
28597 Der Standardwert für 
28598 \series bold
28599
28600 \backslash
28601 FrameRule
28602 \series default
28603  ist 0.4
28604 \begin_inset space \thinspace{}
28605 \end_inset
28606
28607 pt.
28608  Der Standard-Abstand zwischen Rahmen und Text ist 9
28609 \begin_inset space \thinspace{}
28610 \end_inset
28611
28612 pt und kann mit dem Wert für 
28613 \series bold
28614
28615 \backslash
28616 FrameSep
28617 \series default
28618  geändert werden.
28619  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28620  TeX-Code Befehlen geändert:
28621 \end_layout
28622
28623 \begin_layout Standard
28624
28625 \series bold
28626
28627 \backslash
28628 setlength{
28629 \backslash
28630 FrameRule}{5pt}
28631 \begin_inset Newline newline
28632 \end_inset
28633
28634
28635 \backslash
28636 setlength{
28637 \backslash
28638 FrameSep}{0.5cm}
28639 \end_layout
28640
28641 \begin_layout Standard
28642 \begin_inset ERT
28643 status collapsed
28644
28645 \begin_layout Plain Layout
28646
28647
28648 \backslash
28649 setlength{
28650 \backslash
28651 FrameRule}{5pt}
28652 \end_layout
28653
28654 \begin_layout Plain Layout
28655
28656
28657 \backslash
28658 setlength{
28659 \backslash
28660 FrameSep}{0.5cm}
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \begin_inset Box Framed
28667 position "t"
28668 hor_pos "c"
28669 has_inner_box 0
28670 inner_pos "t"
28671 use_parbox 0
28672 width "100col%"
28673 special "none"
28674 height "1in"
28675 height_special "totalheight"
28676 status open
28677
28678 \begin_layout Plain Layout
28679 Dies ist Text in einer 
28680 \family sans
28681 Seitenumbruch erlaubt
28682 \family default
28683  Box.
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \begin_inset ERT
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693
28694
28695 \backslash
28696 setlength{
28697 \backslash
28698 FrameRule}{0.4pt}
28699 \end_layout
28700
28701 \begin_layout Plain Layout
28702
28703
28704 \backslash
28705 setlength{
28706 \backslash
28707 FrameSep}{9pt}
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 \begin_inset VSpace bigskip
28717 \end_inset
28718
28719 Für Boxen mit 
28720 \family sans
28721 schattiertem Hintergrund
28722 \family default
28723  beträgt der Abstand zwischen Rand und Text 3
28724 \begin_inset space \thinspace{}
28725 \end_inset
28726
28727 pt und kann mit 
28728 \series bold
28729
28730 \backslash
28731 fboxsep
28732 \series default
28733  geändert werden.
28734  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28735  
28736 \series bold
28737
28738 \backslash
28739 definecolor{shadebox}
28740 \series default
28741  oder global über das Menü 
28742 \family sans
28743 Werkzeuge\SpecialChar \menuseparator
28744 Einstellungen\SpecialChar \menuseparator
28745 Farben\SpecialChar \menuseparator
28746 Schattierte
28747 \begin_inset space ~
28748 \end_inset
28749
28750 Box
28751 \family default
28752  geändert werden.
28753  Das Schema des 
28754 \series bold
28755
28756 \backslash
28757 definecolor
28758 \series default
28759  Befehls ist  in Abschnitt
28760 \begin_inset space ~
28761 \end_inset
28762
28763
28764 \begin_inset CommandInset ref
28765 LatexCommand ref
28766 reference "abs:Farbige-Tabellen"
28767
28768 \end_inset
28769
28770  erklärt.
28771 \begin_inset Foot
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775 Beachten Sie, dass 
28776 \series bold
28777
28778 \backslash
28779 definecolor
28780 \series default
28781  das LaTeX-Paket 
28782 \series bold
28783 color
28784 \series default
28785  im LaTeX-Vorspann benötigt, siehe Abschnitt
28786 \begin_inset space ~
28787 \end_inset
28788
28789
28790 \begin_inset CommandInset ref
28791 LatexCommand ref
28792 reference "abs:Farbige-Boxen"
28793
28794 \end_inset
28795
28796 .
28797 \end_layout
28798
28799 \end_inset
28800
28801  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28802 \end_layout
28803
28804 \begin_layout Standard
28805
28806 \series bold
28807
28808 \backslash
28809 setlength{
28810 \backslash
28811 fboxsep}{0.5cm}
28812 \begin_inset Newline newline
28813 \end_inset
28814
28815
28816 \backslash
28817 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28818 \end_layout
28819
28820 \begin_layout Standard
28821 \begin_inset ERT
28822 status collapsed
28823
28824 \begin_layout Plain Layout
28825
28826
28827 \backslash
28828 setlength{
28829 \backslash
28830 fboxsep}{0.5cm}
28831 \end_layout
28832
28833 \begin_layout Plain Layout
28834
28835
28836 \backslash
28837 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \begin_inset Box Shaded
28844 position "t"
28845 hor_pos "c"
28846 has_inner_box 0
28847 inner_pos "t"
28848 use_parbox 0
28849 width "100col%"
28850 special "none"
28851 height "1in"
28852 height_special "totalheight"
28853 status open
28854
28855 \begin_layout Plain Layout
28856
28857 \color yellow
28858 Dies ist gelber Text in einer 
28859 \family sans
28860 schattierten Hintergrund
28861 \begin_inset space ~
28862 \end_inset
28863
28864
28865 \family default
28866 Box auf dunkelgrünem Hintergrund.
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \begin_inset ERT
28873 status collapsed
28874
28875 \begin_layout Plain Layout
28876
28877
28878 \backslash
28879 setlength{
28880 \backslash
28881 fboxsep}{3pt}
28882 \end_layout
28883
28884 \begin_layout Plain Layout
28885
28886
28887 \backslash
28888 definecolor{shadecolor}{rgb}{1,0,0}
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Standard
28897 \begin_inset VSpace bigskip
28898 \end_inset
28899
28900 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28901  der sie ändert.
28902 \end_layout
28903
28904 \begin_layout Section
28905 Minipage
28906 \begin_inset CommandInset label
28907 LatexCommand label
28908 name "abs:Minipage"
28909
28910 \end_inset
28911
28912
28913 \begin_inset Index
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917 Boxen ! Minipage
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28927  deshalb unter anderem eigene Fußnoten haben.
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28936  Ihre Breite ist 45 Spaltenbreite
28937 \begin_inset space ~
28938 \end_inset
28939
28940 %, und sie sind durch einen 
28941 \family sans
28942 HFill
28943 \family default
28944  getrennt (
28945 \family sans
28946 Einfügen\SpecialChar \menuseparator
28947 Formatierung\SpecialChar \menuseparator
28948 Horizontaler
28949 \begin_inset space \space{}
28950 \end_inset
28951
28952 Abstand\SpecialChar \menuseparator
28953 Abstand\SpecialChar \menuseparator
28954 Variabler
28955 \begin_inset space ~
28956 \end_inset
28957
28958 horiz.
28959 \begin_inset space ~
28960 \end_inset
28961
28962 Abstand
28963 \family default
28964 ).
28965 \begin_inset Newpage newpage
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Standard
28972 \noindent
28973 \begin_inset Box Frameless
28974 position "t"
28975 hor_pos "c"
28976 has_inner_box 1
28977 inner_pos "c"
28978 use_parbox 0
28979 width "45col%"
28980 special "none"
28981 height "1in"
28982 height_special "totalheight"
28983 status open
28984
28985 \begin_layout Plain Layout
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  Dies ist ein deutscher Text.
28993  Dies ist ein deutscher Text.
28994  Dies ist ein deutscher Text.
28995  Dies ist ein deutscher Text.
28996  Dies ist ein deutscher Text.
28997  Dies ist ein deutscher Text.
28998  Dies ist ein deutscher Text
28999 \begin_inset Foot
29000 status open
29001
29002 \begin_layout Plain Layout
29003 Dies ist eine deutsche Fußnote.
29004 \end_layout
29005
29006 \end_inset
29007
29008 .
29009  Dies ist ein deutscher Text.
29010  Dies ist ein deutscher Text.
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \begin_inset space \hfill{}
29017 \end_inset
29018
29019
29020 \begin_inset Box Frameless
29021 position "t"
29022 hor_pos "c"
29023 has_inner_box 1
29024 inner_pos "c"
29025 use_parbox 0
29026 width "45col%"
29027 special "none"
29028 height "1in"
29029 height_special "totalheight"
29030 status open
29031
29032 \begin_layout Plain Layout
29033
29034 \lang english
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  This is an English Text.
29045  This is an English Text.
29046  This is an English Text.
29047  This is an English Text.
29048  This is an English Text.
29049  This is an English Text.
29050  This is an English Text.
29051 \begin_inset Foot
29052 status collapsed
29053
29054 \begin_layout Plain Layout
29055
29056 \lang english
29057 This is an English footnote.
29058 \end_layout
29059
29060 \end_inset
29061
29062  This is an English Text.
29063  
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \end_layout
29070
29071 \begin_layout Standard
29072 \noindent
29073 \begin_inset VSpace bigskip
29074 \end_inset
29075
29076 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29077  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29078  auf der die Tabelle gedruckt wird: 
29079 \begin_inset Tabular
29080 <lyxtabular version="3" rows="3" columns="4">
29081 <features>
29082 <column alignment="center" valignment="top" width="0pt">
29083 <column alignment="center" valignment="top" width="0pt">
29084 <column alignment="center" valignment="top" width="0pt">
29085 <column alignment="center" valignment="top" width="0pt">
29086 <row>
29087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29088 \begin_inset Text
29089
29090 \begin_layout Plain Layout
29091 1
29092 \end_layout
29093
29094 \end_inset
29095 </cell>
29096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29097 \begin_inset Text
29098
29099 \begin_layout Plain Layout
29100 2
29101 \end_layout
29102
29103 \end_inset
29104 </cell>
29105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29106 \begin_inset Text
29107
29108 \begin_layout Plain Layout
29109 3
29110 \begin_inset Foot
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 Dies ist eine Fußnote in einer Tabelle.
29115 \end_layout
29116
29117 \end_inset
29118
29119
29120 \end_layout
29121
29122 \end_inset
29123 </cell>
29124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29125 \begin_inset Text
29126
29127 \begin_layout Plain Layout
29128 4
29129 \end_layout
29130
29131 \end_inset
29132 </cell>
29133 </row>
29134 <row>
29135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29136 \begin_inset Text
29137
29138 \begin_layout Plain Layout
29139 a
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Plain Layout
29148 b
29149 \end_layout
29150
29151 \end_inset
29152 </cell>
29153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29154 \begin_inset Text
29155
29156 \begin_layout Plain Layout
29157 c
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29163 \begin_inset Text
29164
29165 \begin_layout Plain Layout
29166 d
29167 \end_layout
29168
29169 \end_inset
29170 </cell>
29171 </row>
29172 <row>
29173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29174 \begin_inset Text
29175
29176 \begin_layout Plain Layout
29177 e
29178 \end_layout
29179
29180 \end_inset
29181 </cell>
29182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29183 \begin_inset Text
29184
29185 \begin_layout Plain Layout
29186 f
29187 \end_layout
29188
29189 \end_inset
29190 </cell>
29191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Plain Layout
29195 g
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204 h
29205 \end_layout
29206
29207 \end_inset
29208 </cell>
29209 </row>
29210 </lyxtabular>
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Standard
29218 \noindent
29219 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29220  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29221  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29222  außerhalb.
29223 \end_layout
29224
29225 \begin_layout Standard
29226 \align center
29227 \begin_inset Box Frameless
29228 position "t"
29229 hor_pos "c"
29230 has_inner_box 1
29231 inner_pos "c"
29232 use_parbox 0
29233 width "30col%"
29234 special "none"
29235 height "1in"
29236 height_special "totalheight"
29237 status open
29238
29239 \begin_layout Plain Layout
29240 \align center
29241 \begin_inset Tabular
29242 <lyxtabular version="3" rows="3" columns="4">
29243 <features>
29244 <column alignment="center" valignment="top" width="0pt">
29245 <column alignment="center" valignment="top" width="0pt">
29246 <column alignment="center" valignment="top" width="0pt">
29247 <column alignment="center" valignment="top" width="0pt">
29248 <row>
29249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29250 \begin_inset Text
29251
29252 \begin_layout Plain Layout
29253 1
29254 \end_layout
29255
29256 \end_inset
29257 </cell>
29258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29259 \begin_inset Text
29260
29261 \begin_layout Plain Layout
29262 2
29263 \end_layout
29264
29265 \end_inset
29266 </cell>
29267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29268 \begin_inset Text
29269
29270 \begin_layout Plain Layout
29271 3
29272 \begin_inset Foot
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276 Dies ist eine Fußnote in einer Tabelle.
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \end_inset
29285 </cell>
29286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29287 \begin_inset Text
29288
29289 \begin_layout Plain Layout
29290 4
29291 \end_layout
29292
29293 \end_inset
29294 </cell>
29295 </row>
29296 <row>
29297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29298 \begin_inset Text
29299
29300 \begin_layout Plain Layout
29301 a
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29307 \begin_inset Text
29308
29309 \begin_layout Plain Layout
29310 b
29311 \end_layout
29312
29313 \end_inset
29314 </cell>
29315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29316 \begin_inset Text
29317
29318 \begin_layout Plain Layout
29319 c
29320 \end_layout
29321
29322 \end_inset
29323 </cell>
29324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29325 \begin_inset Text
29326
29327 \begin_layout Plain Layout
29328 d
29329 \end_layout
29330
29331 \end_inset
29332 </cell>
29333 </row>
29334 <row>
29335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29336 \begin_inset Text
29337
29338 \begin_layout Plain Layout
29339 e
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 f
29349 \end_layout
29350
29351 \end_inset
29352 </cell>
29353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357 g
29358 \end_layout
29359
29360 \end_inset
29361 </cell>
29362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29363 \begin_inset Text
29364
29365 \begin_layout Plain Layout
29366 h
29367 \end_layout
29368
29369 \end_inset
29370 </cell>
29371 </row>
29372 </lyxtabular>
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \end_inset
29380
29381
29382 \end_layout
29383
29384 \begin_layout Standard
29385 \begin_inset VSpace bigskip
29386 \end_inset
29387
29388 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29389  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29390  Absätze nicht eingerückt werden, obwohl Sie das in 
29391 \family sans
29392 Dokument
29393 \family default
29394 \SpecialChar \menuseparator
29395
29396 \family sans
29397 Einstellun\SpecialChar \-
29398 gen\SpecialChar \menuseparator
29399 Textformat
29400 \family default
29401  festgelegt haben.
29402  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29403  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29404 \series bold
29405
29406 \backslash
29407 hspace*{1em}
29408 \series default
29409 .
29410 \end_layout
29411
29412 \begin_layout Standard
29413 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29414  zu verpassen, siehe Abschnitt
29415 \begin_inset space ~
29416 \end_inset
29417
29418
29419 \begin_inset CommandInset ref
29420 LatexCommand ref
29421 reference "uab:Farbe-für-Absätze"
29422
29423 \end_inset
29424
29425 .
29426 \end_layout
29427
29428 \begin_layout Standard
29429 \begin_inset Note Greyedout
29430 status open
29431
29432 \begin_layout Plain Layout
29433
29434 \series bold
29435 Bemerkung:
29436 \series default
29437  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29438  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Section
29447 Parbox
29448 \begin_inset CommandInset label
29449 LatexCommand label
29450 name "abs:Parbox"
29451
29452 \end_inset
29453
29454
29455 \begin_inset Index
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459 Boxen ! Parbox
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Parbox ist eine Abkürzung für 
29469 \begin_inset Quotes gld
29470 \end_inset
29471
29472 paragraph box
29473 \begin_inset Quotes grd
29474 \end_inset
29475
29476 , was Absatzbox bedeutet.
29477  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29478  Parboxen einige Einschränkungen.
29479  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29480  gedruckt:
29481 \end_layout
29482
29483 \begin_layout Standard
29484 \align center
29485 \begin_inset Box Frameless
29486 position "t"
29487 hor_pos "c"
29488 has_inner_box 1
29489 inner_pos "t"
29490 use_parbox 1
29491 width "33col%"
29492 special "none"
29493 height "1in"
29494 height_special "totalheight"
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498 Dies ist Text in einer Parbox.
29499  Dies ist Text in einer Parbox.
29500 \end_layout
29501
29502 \begin_layout Plain Layout
29503 Diese Fußnote wird nicht gedruckt:
29504 \begin_inset Foot
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29523  und Theoreme enthalten.
29524 \end_layout
29525
29526 \begin_layout Section
29527 Boxen für Worte und Buchstaben
29528 \begin_inset Index
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 Boxen ! für Buchstaben
29533 \end_layout
29534
29535 \end_inset
29536
29537
29538 \end_layout
29539
29540 \begin_layout Subsection
29541 Silbentrennung unterbinden 
29542 \begin_inset CommandInset label
29543 LatexCommand label
29544 name "abs:Silbentrennung-unterbinden"
29545
29546 \end_inset
29547
29548
29549 \begin_inset Index
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Boxen ! zur Vermeidung von Silbentrennung
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29563 \begin_inset Newline newline
29564 \end_inset
29565
29566 Hier ist ein Beispiel: 
29567 \end_layout
29568
29569 \begin_layout Standard
29570 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29571 \begin_inset Quotes gld
29572 \end_inset
29573
29574 einsehrsehrsehrlangeswort
29575 \begin_inset Quotes grd
29576 \end_inset
29577
29578 .
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29583  soll, den TeX-Code
29584 \end_layout
29585
29586 \begin_layout Standard
29587
29588 \series bold
29589
29590 \backslash
29591 mbox{
29592 \end_layout
29593
29594 \begin_layout Standard
29595 ein.
29596  Hinter dem Wort fügen Sie 
29597 \series bold
29598
29599 \begin_inset Quotes gld
29600 \end_inset
29601
29602 }
29603 \series default
29604
29605 \begin_inset Quotes grd
29606 \end_inset
29607
29608  als TeX-Code ein.
29609  Hier ist das Ergebnis:
29610 \end_layout
29611
29612 \begin_layout Standard
29613 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 mbox{
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \begin_inset Quotes gld
29628 \end_inset
29629
29630 einsehrsehrsehrlangeswort
29631 \begin_inset Quotes grd
29632 \end_inset
29633
29634
29635 \begin_inset ERT
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639
29640 }
29641 \end_layout
29642
29643 \end_inset
29644
29645 .
29646 \end_layout
29647
29648 \begin_layout Standard
29649 Alternativ dazu kann man auch den Befehl 
29650 \begin_inset Quotes gld
29651 \end_inset
29652
29653
29654 \series bold
29655
29656 \backslash
29657 -
29658 \series default
29659
29660 \begin_inset Quotes grd
29661 \end_inset
29662
29663  als TeX-Code direkt vor das Wort setzen:
29664 \end_layout
29665
29666 \begin_layout Standard
29667 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29668 \begin_inset Quotes gld
29669 \end_inset
29670
29671
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677
29678 \backslash
29679 -
29680 \end_layout
29681
29682 \end_inset
29683
29684 einsehrsehrsehrlangeswort
29685 \begin_inset Quotes grd
29686 \end_inset
29687
29688 .
29689 \end_layout
29690
29691 \begin_layout Standard
29692 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29693  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29694 \series bold
29695 Strg-Eingabe
29696 \series default
29697 ) einfügen: 
29698 \end_layout
29699
29700 \begin_layout Standard
29701 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29702 \begin_inset Newline newline
29703 \end_inset
29704
29705
29706 \begin_inset ERT
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710
29711
29712 \backslash
29713 mbox{
29714 \end_layout
29715
29716 \end_inset
29717
29718
29719 \begin_inset Quotes gld
29720 \end_inset
29721
29722 einsehrsehrsehrlangeswort
29723 \begin_inset Quotes grd
29724 \end_inset
29725
29726
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732 }
29733 \end_layout
29734
29735 \end_inset
29736
29737 .
29738 \end_layout
29739
29740 \begin_layout Subsection
29741 Vertikale Ausrichtung
29742 \begin_inset CommandInset label
29743 LatexCommand label
29744 name "uab:Vertikale-Ausrichtung"
29745
29746 \end_inset
29747
29748
29749 \begin_inset Index
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 Boxen ! für Vertikale Ausrichtung
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \begin_inset Index
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Boxen ! raisebox
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Mit dem LaTeX-Befehl 
29773 \series bold
29774
29775 \backslash
29776 raisebox
29777 \series default
29778  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29779 n Textes ausrichten.
29780  
29781 \series bold
29782
29783 \backslash
29784 raisebox
29785 \series default
29786  wird folgendermaßen benutzt:
29787 \end_layout
29788
29789 \begin_layout Standard
29790
29791 \series bold
29792
29793 \backslash
29794 raisebox{Verschiebung}[oben][unten]{Text}
29795 \end_layout
29796
29797 \begin_layout Standard
29798 Positive Werte für Verschiebung
29799 \series bold
29800  
29801 \series default
29802 verschieben die Box nach oben, negative nach unten.
29803  Die beiden optionalen Parameter 
29804 \family typewriter
29805 oben
29806 \family default
29807  und 
29808 \family typewriter
29809 unten
29810 \family default
29811  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29812  hinausgeht, wenn sie nicht verschoben ist.
29813 \end_layout
29814
29815 \begin_layout Standard
29816 Um zum Beispiel das Wort 
29817 \begin_inset Quotes gld
29818 \end_inset
29819
29820 provokant
29821 \begin_inset Quotes grd
29822 \end_inset
29823
29824  mit seinem 
29825 \begin_inset Quotes gld
29826 \end_inset
29827
29828 niedrigsten
29829 \begin_inset Quotes grd
29830 \end_inset
29831
29832  Buchstaben 
29833 \begin_inset Quotes gld
29834 \end_inset
29835
29836 p
29837 \begin_inset Quotes grd
29838 \end_inset
29839
29840  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29841 \end_layout
29842
29843 \begin_layout Standard
29844
29845 \series bold
29846
29847 \backslash
29848 raisebox{
29849 \backslash
29850 depth}{
29851 \end_layout
29852
29853 \begin_layout Standard
29854 vor dem Wort einfügen und 
29855 \begin_inset Quotes gld
29856 \end_inset
29857
29858
29859 \series bold
29860 }
29861 \series default
29862
29863 \begin_inset Quotes grd
29864 \end_inset
29865
29866  als TeX-Code dahinter:
29867 \end_layout
29868
29869 \begin_layout Standard
29870 Dies ist eine Zeile, in der das Wort 
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876
29877 \backslash
29878 raisebox{
29879 \backslash
29880 depth}{
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \begin_inset Quotes gld
29887 \end_inset
29888
29889 provokant
29890 \begin_inset Quotes grd
29891 \end_inset
29892
29893
29894 \begin_inset ERT
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898
29899 }
29900 \end_layout
29901
29902 \end_inset
29903
29904  nach oben verschoben wurde.
29905 \end_layout
29906
29907 \begin_layout Standard
29908 \begin_inset VSpace bigskip
29909 \end_inset
29910
29911 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29912  gedehnt:
29913 \end_layout
29914
29915 \begin_layout Standard
29916 Dies ist eine Zeile, in der das Wort 
29917 \begin_inset ERT
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921
29922
29923 \backslash
29924 raisebox{-
29925 \backslash
29926 depth}{
29927 \end_layout
29928
29929 \end_inset
29930
29931
29932 \begin_inset Quotes gld
29933 \end_inset
29934
29935 provokant
29936 \begin_inset Quotes grd
29937 \end_inset
29938
29939
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945 }
29946 \end_layout
29947
29948 \end_inset
29949
29950  nach unten verschoben wurde.
29951 \end_layout
29952
29953 \begin_layout Standard
29954 Dies ist eine Zeile, in der das Wort 
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960
29961 \backslash
29962 raisebox{0.5cm}{
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Quotes gld
29969 \end_inset
29970
29971 testen
29972 \begin_inset Quotes grd
29973 \end_inset
29974
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981 }
29982 \end_layout
29983
29984 \end_inset
29985
29986  um 0.5
29987 \begin_inset space \thinspace{}
29988 \end_inset
29989
29990 cm nach oben verschoben wurde.
29991 \end_layout
29992
29993 \begin_layout Standard
29994 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29995 \end_layout
29996
29997 \begin_layout Standard
29998
29999 \series bold
30000
30001 \backslash
30002 raisebox{-
30003 \backslash
30004 depth}[0pt]{
30005 \end_layout
30006
30007 \begin_layout Standard
30008 Dies ist eine Zeile, in der das Wort 
30009 \begin_inset ERT
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013
30014
30015 \backslash
30016 raisebox{-
30017 \backslash
30018 depth}[0pt]{
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \begin_inset Quotes gld
30025 \end_inset
30026
30027 provokant
30028 \begin_inset Quotes grd
30029 \end_inset
30030
30031
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037 }
30038 \end_layout
30039
30040 \end_inset
30041
30042  nach unten verschoben wurde.
30043 \end_layout
30044
30045 \begin_layout Standard
30046 Dies ist eine Zeile, in der das Wort 
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052
30053 \backslash
30054 raisebox{0.5cm}[0pt]{
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \begin_inset Quotes gld
30061 \end_inset
30062
30063 testen
30064 \begin_inset Quotes grd
30065 \end_inset
30066
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073 }
30074 \end_layout
30075
30076 \end_inset
30077
30078  um 0.5
30079 \begin_inset space \thinspace{}
30080 \end_inset
30081
30082 cm nach oben verschoben wurde.
30083  Jetzt überschneiden sich die verschobenen Worte.
30084 \end_layout
30085
30086 \begin_layout Section
30087 Farbige Boxen
30088 \begin_inset CommandInset label
30089 LatexCommand label
30090 name "abs:Farbige-Boxen"
30091
30092 \end_inset
30093
30094
30095 \begin_inset Index
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099 Boxen ! farbige
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \begin_layout Subsection
30108 Text-Hintergrundfarbe
30109 \begin_inset Index
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113 Farbe ! für Text-Hintergrund
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Standard
30122 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30123  so genannten 
30124 \begin_inset Quotes gld
30125 \end_inset
30126
30127 colorbox
30128 \begin_inset Quotes grd
30129 \end_inset
30130
30131  stehen.
30132  Dafür muss das LaTeX-Paket 
30133 \series bold
30134 color
30135 \series default
30136
30137 \begin_inset Index
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141 LaTeX-Pakete ! color
30142 \end_layout
30143
30144 \end_inset
30145
30146  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30147 \end_layout
30148
30149 \begin_layout Standard
30150
30151 \series bold
30152
30153 \backslash
30154 @ifundefined{textcolor}
30155 \begin_inset Newline newline
30156 \end_inset
30157
30158
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164
30165 \backslash
30166 hphantom{ }
30167 \end_layout
30168
30169 \end_inset
30170
30171 {
30172 \backslash
30173 usepackage{color}}{}
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Wenn Sie Text einfärben, lädt LyX das Paket 
30178 \series bold
30179 color
30180 \series default
30181  automatisch.
30182 \begin_inset Foot
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186 Der Befehl 
30187 \series bold
30188
30189 \backslash
30190 @ifundefined
30191 \series default
30192  vermeidet, dass es in diesem Fall doppelt geladen wird.
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Standard
30201 \begin_inset VSpace medskip
30202 \end_inset
30203
30204 Colorboxen werden mit dem Befehl 
30205 \series bold
30206
30207 \backslash
30208 colorbox
30209 \series default
30210  erzeugt:
30211 \end_layout
30212
30213 \begin_layout Standard
30214
30215 \series bold
30216
30217 \backslash
30218 colorbox{Farbe}{Boxinhalt}
30219 \end_layout
30220
30221 \begin_layout Standard
30222 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30223  Boxen sein.
30224 \end_layout
30225
30226 \begin_layout Standard
30227 Die folgenden Farben sind vordefiniert:
30228 \family sans
30229  schwarz
30230 \family default
30231
30232 \family sans
30233 wei
30234 \family default
30235 ß, 
30236 \family sans
30237 rot
30238 \family default
30239 \series bold
30240 ,
30241 \series default
30242  
30243 \family sans
30244 grün
30245 \family default
30246
30247 \family sans
30248 blau
30249 \family default
30250
30251 \family sans
30252 türkis
30253 \family default
30254
30255 \family sans
30256 purpurrot
30257 \family default
30258  und 
30259 \family sans
30260 gelb
30261 \family default
30262 .
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30267 \begin_inset space ~
30268 \end_inset
30269
30270
30271 \begin_inset CommandInset ref
30272 LatexCommand ref
30273 reference "abs:Farbige-Tabellen"
30274
30275 \end_inset
30276
30277  beschrieben.
30278 \end_layout
30279
30280 \begin_layout Standard
30281 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30282  den TeX-Code-Befehl
30283 \end_layout
30284
30285 \begin_layout Standard
30286
30287 \series bold
30288
30289 \backslash
30290 colorbox{red}{
30291 \end_layout
30292
30293 \begin_layout Standard
30294 vor dem Wort ein.
30295  Hinter dem Wort fügen Sie 
30296 \series bold
30297
30298 \begin_inset Quotes gld
30299 \end_inset
30300
30301 }
30302 \series default
30303
30304 \begin_inset Quotes grd
30305 \end_inset
30306
30307  als TeX-Code ein.
30308  Hier ist das Ergebnis:
30309 \end_layout
30310
30311 \begin_layout Standard
30312 In dieser Zeile hat 
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 colorbox{red}{
30321 \end_layout
30322
30323 \end_inset
30324
30325 Achtung!
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331 }
30332 \end_layout
30333
30334 \end_inset
30335
30336  einen roten Hintergrund.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 \begin_inset VSpace bigskip
30341 \end_inset
30342
30343 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30344  
30345 \series bold
30346
30347 \backslash
30348 fcolorbox
30349 \series default
30350  verwenden:
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \series bold
30356
30357 \backslash
30358 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30359 \end_layout
30360
30361 \begin_layout Standard
30362
30363 \series bold
30364
30365 \backslash
30366 fcolorbox
30367 \series default
30368  ist eine Erweiterung von 
30369 \series bold
30370
30371 \backslash
30372 colorbox
30373 \series default
30374 .
30375  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30376  
30377 \series bold
30378
30379 \backslash
30380 fboxrule
30381 \series default
30382  und 
30383 \series bold
30384
30385 \backslash
30386 fboxsep
30387 \series default
30388  gesteuert werden, wie in Abschnitt
30389 \begin_inset space ~
30390 \end_inset
30391
30392
30393 \begin_inset CommandInset ref
30394 LatexCommand ref
30395 reference "uab:Verzierung"
30396
30397 \end_inset
30398
30399  beschrieben.
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Für das folgende Beispiel wurde der Befehl
30404 \end_layout
30405
30406 \begin_layout Standard
30407
30408 \series bold
30409
30410 \backslash
30411 fcolorbox{cyan}{magenta}{
30412 \end_layout
30413
30414 \begin_layout Standard
30415 benutzt.
30416  Hier wurden die Rahmendicke und der Abstand auf 1
30417 \begin_inset space \thinspace{}
30418 \end_inset
30419
30420 mm gesetzt:
30421 \begin_inset Newline newline
30422 \end_inset
30423
30424
30425 \begin_inset ERT
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429
30430
30431 \backslash
30432 fboxrule 1mm 
30433 \backslash
30434 fboxsep 1mm
30435 \end_layout
30436
30437 \end_inset
30438
30439
30440 \begin_inset ERT
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445
30446 \backslash
30447 fcolorbox{cyan}{green}{
30448 \end_layout
30449
30450 \end_inset
30451
30452 Dies ist Text in einer farbigen, gerahmten Box.
30453 \begin_inset ERT
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457
30458 }
30459 \end_layout
30460
30461 \end_inset
30462
30463
30464 \end_layout
30465
30466 \begin_layout Standard
30467 \begin_inset VSpace bigskip
30468 \end_inset
30469
30470 Natürlich gibt es auch farbigen Text in einer Colorbox:
30471 \begin_inset Newline newline
30472 \end_inset
30473
30474
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480
30481 \backslash
30482 fcolorbox{cyan}{green}{
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \color yellow
30489 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30490 \color none
30491
30492 \begin_inset ERT
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496
30497 }
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \begin_inset ERT
30504 status collapsed
30505
30506 \begin_layout Plain Layout
30507
30508
30509 \backslash
30510 fboxrule 0.4pt 
30511 \backslash
30512 fboxsep 3pt
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 \begin_inset VSpace bigskip
30522 \end_inset
30523
30524
30525 \end_layout
30526
30527 \begin_layout Standard
30528 \begin_inset Note Greyedout
30529 status open
30530
30531 \begin_layout Plain Layout
30532 \noindent
30533
30534 \series bold
30535 Bemerkung:
30536 \series default
30537  Text in Colorboxen kann nicht umgebrochen werden.
30538  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30539  wie im folgenden beschrieben.
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \end_layout
30546
30547 \begin_layout Subsection
30548 Farbe für Absätze
30549 \begin_inset CommandInset label
30550 LatexCommand label
30551 name "uab:Farbe-für-Absätze"
30552
30553 \end_inset
30554
30555
30556 \begin_inset Index
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 Farbe ! für Absätze
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30570  den Text in eine Minipage stellen.
30571  Vor der Minipage fügen Sie den TeX-Code-Befehl
30572 \end_layout
30573
30574 \begin_layout Standard
30575
30576 \series bold
30577
30578 \backslash
30579 colorbox{color}{
30580 \end_layout
30581
30582 \begin_layout Standard
30583 ein.
30584  Hinter der Minipage fügen Sie 
30585 \series bold
30586
30587 \begin_inset Quotes gld
30588 \end_inset
30589
30590 }
30591 \series default
30592
30593 \begin_inset Quotes grd
30594 \end_inset
30595
30596  als TeX-Code ein.
30597 \end_layout
30598
30599 \begin_layout Standard
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605
30606 \backslash
30607 colorbox{hellgrau}{
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset Box Frameless
30614 position "t"
30615 hor_pos "c"
30616 has_inner_box 1
30617 inner_pos "t"
30618 use_parbox 0
30619 width "100col%"
30620 special "none"
30621 height "1in"
30622 height_special "totalheight"
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 Dies ist Text mit einer Hintergrundfarbe.
30627  Dies ist Text mit einer Hintergrundfarbe.
30628 \end_layout
30629
30630 \begin_layout Plain Layout
30631 Der Text kann Fußnoten
30632 \begin_inset Foot
30633 status open
30634
30635 \begin_layout Plain Layout
30636 Eine weitere Fußnote
30637 \end_layout
30638
30639 \end_inset
30640
30641  und Tabellen und Abbildungen enthalten.
30642 \end_layout
30643
30644 \begin_layout Plain Layout
30645 \align center
30646 \begin_inset Tabular
30647 <lyxtabular version="3" rows="3" columns="3">
30648 <features>
30649 <column alignment="center" valignment="top" width="0">
30650 <column alignment="center" valignment="top" width="0">
30651 <column alignment="center" valignment="top" width="0">
30652 <row>
30653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30654 \begin_inset Text
30655
30656 \begin_layout Plain Layout
30657 a
30658 \end_layout
30659
30660 \end_inset
30661 </cell>
30662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30663 \begin_inset Text
30664
30665 \begin_layout Plain Layout
30666 !
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30672 \begin_inset Text
30673
30674 \begin_layout Plain Layout
30675 3
30676 \end_layout
30677
30678 \end_inset
30679 </cell>
30680 </row>
30681 <row>
30682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30683 \begin_inset Text
30684
30685 \begin_layout Plain Layout
30686 <
30687 \end_layout
30688
30689 \end_inset
30690 </cell>
30691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30692 \begin_inset Text
30693
30694 \begin_layout Plain Layout
30695 b2
30696 \begin_inset Quotes erd
30697 \end_inset
30698
30699 |
30700 \end_layout
30701
30702 \end_inset
30703 </cell>
30704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30705 \begin_inset Text
30706
30707 \begin_layout Plain Layout
30708 >
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 </row>
30714 <row>
30715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30716 \begin_inset Text
30717
30718 \begin_layout Plain Layout
30719 1
30720 \end_layout
30721
30722 \end_inset
30723 </cell>
30724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30725 \begin_inset Text
30726
30727 \begin_layout Plain Layout
30728 §
30729 \end_layout
30730
30731 \end_inset
30732 </cell>
30733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30734 \begin_inset Text
30735
30736 \begin_layout Plain Layout
30737 c
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 </row>
30743 </lyxtabular>
30744
30745 \end_inset
30746
30747
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758 }
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Section
30767 Rotierte und skalierte Boxen
30768 \end_layout
30769
30770 \begin_layout Standard
30771 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30772 \series bold
30773 graphicx
30774 \series default
30775
30776 \begin_inset Index
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780 LaTeX-Pakete ! graphicx
30781 \end_layout
30782
30783 \end_inset
30784
30785  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30786 \end_layout
30787
30788 \begin_layout Standard
30789
30790 \series bold
30791
30792 \backslash
30793 @ifundefined{rotatebox}
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 hphantom{ }
30806 \end_layout
30807
30808 \end_inset
30809
30810 {
30811 \backslash
30812 usepackage{graphicx}}{}
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset Note Greyedout
30817 status open
30818
30819 \begin_layout Plain Layout
30820
30821 \series bold
30822 Bemerkung:
30823 \series default
30824  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30825  darstellen.
30826  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset Note Greyedout
30836 status open
30837
30838 \begin_layout Plain Layout
30839
30840 \series bold
30841 Bemerkung:
30842 \series default
30843  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Subsection
30852 Rotierte Boxen
30853 \begin_inset Index
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857 Boxen ! rotierte
30858 \end_layout
30859
30860 \end_inset
30861
30862
30863 \begin_inset Index
30864 status collapsed
30865
30866 \begin_layout Plain Layout
30867 Rotiertes Material
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \begin_inset Index
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877 Abbildungen ! rotierte
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \begin_inset Index
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887 Tabellen ! rotierte
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \end_layout
30894
30895 \begin_layout Standard
30896 Um Text zu drehen, verwendet man den Befehl 
30897 \series bold
30898
30899 \backslash
30900 rotatebox
30901 \series default
30902  im TeX-Code nach folgendem Schema:
30903 \end_layout
30904
30905 \begin_layout Standard
30906
30907 \series bold
30908
30909 \backslash
30910 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30911 \end_layout
30912
30913 \begin_layout Standard
30914 Der Drehpunkt wird mit 
30915 \series bold
30916 origin=Position
30917 \series default
30918  angegeben.
30919  Folgende Positionen sind möglich: 
30920 \emph on
30921 c
30922 \emph default
30923  (mittig), 
30924 \emph on
30925 l
30926 \emph default
30927  (links), 
30928 \emph on
30929 r
30930 \emph default
30931  (rechts), 
30932 \emph on
30933 b
30934 \emph default
30935  (unten), 
30936 \emph on
30937 t
30938 \emph default
30939  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30940  Z.
30941 \begin_inset space \thinspace{}
30942 \end_inset
30943
30944 B.
30945  bedeutet 
30946 \emph on
30947 lt
30948 \emph default
30949 , dass sich der Drehpunkt links oben befindet.
30950  Wird kein Drehpunkt angegeben, wird die Position 
30951 \emph on
30952 l
30953 \emph default
30954  verwendet.
30955  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30956  Gedreht wird gegen den Uhrzeigersinn.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 Im folgenden Beispiel wurde vor dem Text der Befehl 
30961 \series bold
30962
30963 \backslash
30964 rotatebox[origin=c]{60}{
30965 \series default
30966  im TeX-Modus eingegeben.
30967  Nach dem Text wurde die schließende Klammer 
30968 \series bold
30969 }
30970 \series default
30971  wiederum im TeX-Modus eingegeben.
30972 \end_layout
30973
30974 \begin_layout Standard
30975 Dies ist eine Zeile 
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981
30982 \backslash
30983 rotatebox[origin=c]{60}{
30984 \end_layout
30985
30986 \end_inset
30987
30988 mit rotiertem
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994 }
30995 \end_layout
30996
30997 \end_inset
30998
30999  Text.
31000 \end_layout
31001
31002 \begin_layout Standard
31003 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Dies ist eine Zeile 
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 rotatebox[origin=r]{-60}{
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \begin_inset Box Doublebox
31022 position "c"
31023 hor_pos "c"
31024 has_inner_box 0
31025 inner_pos "c"
31026 use_parbox 0
31027 width "1in"
31028 special "width"
31029 height "1in"
31030 height_special "totalheight"
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034 mit rotiertem
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045 }
31046 \end_layout
31047
31048 \end_inset
31049
31050  umrandeten Text 
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 rotatebox[origin=lb]{60}{
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31065 \end_inset
31066
31067
31068 \begin_inset ERT
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072
31073 }
31074 \end_layout
31075
31076 \end_inset
31077
31078  und einer Formel.
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Oder ein Bild oder Tabelle:
31083 \end_layout
31084
31085 \begin_layout Standard
31086 Dies ist eine Zeile 
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092
31093 \backslash
31094 rotatebox[origin=lb]{90}{
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Graphics
31101         filename ../clipart/platypus.eps
31102         lyxscale 50
31103         width 25col%
31104
31105 \end_inset
31106
31107
31108 \begin_inset ERT
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112
31113 }
31114 \end_layout
31115
31116 \end_inset
31117
31118  mit einem rotierten Bild 
31119 \begin_inset ERT
31120 status collapsed
31121
31122 \begin_layout Plain Layout
31123
31124
31125 \backslash
31126 rotatebox[origin=l]{-90}{
31127 \end_layout
31128
31129 \end_inset
31130
31131
31132 \begin_inset Tabular
31133 <lyxtabular version="3" rows="2" columns="2">
31134 <features>
31135 <column alignment="center" valignment="top" width="0">
31136 <column alignment="center" valignment="top" width="0">
31137 <row>
31138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31139 \begin_inset Text
31140
31141 \begin_layout Plain Layout
31142 q
31143 \end_layout
31144
31145 \end_inset
31146 </cell>
31147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31148 \begin_inset Text
31149
31150 \begin_layout Plain Layout
31151 w
31152 \end_layout
31153
31154 \end_inset
31155 </cell>
31156 </row>
31157 <row>
31158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31159 \begin_inset Text
31160
31161 \begin_layout Plain Layout
31162 e
31163 \end_layout
31164
31165 \end_inset
31166 </cell>
31167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31168 \begin_inset Text
31169
31170 \begin_layout Plain Layout
31171 r
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 </row>
31177 </lyxtabular>
31178
31179 \end_inset
31180
31181
31182 \begin_inset ERT
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186
31187 }
31188 \end_layout
31189
31190 \end_inset
31191
31192  und Tabelle.
31193 \end_layout
31194
31195 \begin_layout Subsection
31196 Skalierte Boxen
31197 \begin_inset Index
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 Boxen ! skalierte
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \begin_inset Index
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211 Skaliertes Material
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \begin_inset Index
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 Abbildungen ! skalierte
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \begin_inset Index
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231 Tabellen ! skalierte
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \end_layout
31238
31239 \begin_layout Standard
31240 Um Text zu skalieren, kann man die Befehle 
31241 \series bold
31242
31243 \backslash
31244 scalebox
31245 \series default
31246  und 
31247 \series bold
31248
31249 \backslash
31250 resizebox
31251 \series default
31252  im TeX-Modus verwenden.
31253 \end_layout
31254
31255 \begin_layout Standard
31256
31257 \series bold
31258
31259 \backslash
31260 scalebox
31261 \series default
31262  wird nach folgendem Schema verwendet:
31263 \end_layout
31264
31265 \begin_layout Standard
31266
31267 \series bold
31268
31269 \backslash
31270 scalebox{horizontal}[vertikal]{Boxinhalt}
31271 \end_layout
31272
31273 \begin_layout Standard
31274 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31275  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31276  verwendet.
31277 \end_layout
31278
31279 \begin_layout Standard
31280 Z.
31281 \begin_inset space \thinspace{}
31282 \end_inset
31283
31284 B.
31285  ergibt der Befehl 
31286 \series bold
31287
31288 \backslash
31289 scalebox{2}{Hallo}
31290 \series default
31291  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31292 \begin_inset ERT
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296
31297
31298 \backslash
31299 scalebox{2}{
31300 \end_layout
31301
31302 \end_inset
31303
31304 Hallo
31305 \begin_inset ERT
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310 }
31311 \end_layout
31312
31313 \end_inset
31314
31315 .
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \series bold
31321
31322 \backslash
31323 scalebox{2}[1]{Hallo}
31324 \series default
31325  verzerrt hingegen das 
31326 \begin_inset ERT
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330
31331
31332 \backslash
31333 scalebox{2}[1]{
31334 \end_layout
31335
31336 \end_inset
31337
31338 Hallo
31339 \begin_inset ERT
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343
31344 }
31345 \end_layout
31346
31347 \end_inset
31348
31349 .
31350 \end_layout
31351
31352 \begin_layout Standard
31353 Die Skalierungsfaktoren dürfen auch negativ sein.
31354  In diesem Fall wird der Boxinhalt gespiegelt.
31355 \end_layout
31356
31357 \begin_layout Standard
31358 Daher lässt sich mit dem Befehl 
31359 \series bold
31360
31361 \backslash
31362 scalebox{-1}[1]{Hallo}
31363 \series default
31364  Spiegelschrift erstellen: 
31365 \begin_inset ERT
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369
31370
31371 \backslash
31372 scalebox{-1}[1]{
31373 \end_layout
31374
31375 \end_inset
31376
31377 Hallo
31378 \begin_inset ERT
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382
31383 }
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Standard
31392
31393 \series bold
31394
31395 \backslash
31396 scalebox{1}[-1]{Hallo}
31397 \series default
31398  spiegelt das 
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 scalebox{1}[-1]{
31407 \end_layout
31408
31409 \end_inset
31410
31411 Hallo
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417 }
31418 \end_layout
31419
31420 \end_inset
31421
31422  an der Grundlinie.
31423 \end_layout
31424
31425 \begin_layout Standard
31426 Zu 
31427 \series bold
31428
31429 \backslash
31430 scalebox{-1}[1]{Boxinhalt}
31431 \series default
31432  gibt es den äquivalenten Befehl
31433 \begin_inset Newline newline
31434 \end_inset
31435
31436
31437 \series bold
31438
31439 \backslash
31440 reflectbox{Boxinhalt}
31441 \series default
31442 .
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \begin_inset VSpace bigskip
31447 \end_inset
31448
31449
31450 \series bold
31451
31452 \backslash
31453 resizebox
31454 \series default
31455  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31456  skalieren.
31457  Das Befehlsschema ist folgendes:
31458 \end_layout
31459
31460 \begin_layout Standard
31461
31462 \series bold
31463
31464 \backslash
31465 resizebox{Breite}{Höhe}{Boxinhalt}
31466 \end_layout
31467
31468 \begin_layout Standard
31469 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31470 \series bold
31471 !
31472 \series default
31473  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31474  wird.
31475 \end_layout
31476
31477 \begin_layout Standard
31478 Der Befehl 
31479 \series bold
31480
31481 \backslash
31482 resizebox{2cm}{1cm}{Hallo}
31483 \series default
31484  ergibt: 
31485 \begin_inset ERT
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489
31490
31491 \backslash
31492 resizebox{2cm}{1cm}{
31493 \end_layout
31494
31495 \end_inset
31496
31497 Hallo
31498 \begin_inset ERT
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502
31503 }
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \begin_inset Newline newline
31510 \end_inset
31511
31512 Der Befehl 
31513 \series bold
31514
31515 \backslash
31516 resizebox{2cm}{!}{Hallo}
31517 \series default
31518  ergibt: 
31519 \begin_inset ERT
31520 status collapsed
31521
31522 \begin_layout Plain Layout
31523
31524
31525 \backslash
31526 resizebox{2cm}{!}{
31527 \end_layout
31528
31529 \end_inset
31530
31531 Hallo
31532 \begin_inset ERT
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536
31537 }
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \begin_inset VSpace bigskip
31547 \end_inset
31548
31549
31550 \begin_inset Note Greyedout
31551 status open
31552
31553 \begin_layout Plain Layout
31554
31555 \series bold
31556 Bemerkung:
31557 \series default
31558  Wurde in Argumenten von 
31559 \series bold
31560
31561 \backslash
31562 scalebox
31563 \series default
31564  oder 
31565 \series bold
31566
31567 \backslash
31568 resizebox
31569 \series default
31570  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31571  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31572  werden.
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 \begin_inset VSpace bigskip
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 Alle Boxen können beliebig miteinander kombiniert werden.
31589  So ergibt z.
31590 \begin_inset space \thinspace{}
31591 \end_inset
31592
31593 B.
31594  der Befehl
31595 \begin_inset Newline newline
31596 \end_inset
31597
31598
31599 \series bold
31600
31601 \backslash
31602 rotatebox[origin=c]{-45}{
31603 \backslash
31604 resizebox{2cm}{!}{
31605 \backslash
31606 reflectbox{Hallo}}}
31607 \series default
31608 :
31609 \end_layout
31610
31611 \begin_layout Standard
31612 \align center
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618
31619 \backslash
31620 rotatebox[origin=c]{-45}{
31621 \backslash
31622 resizebox{2cm}{!}{
31623 \backslash
31624 reflectbox{
31625 \end_layout
31626
31627 \end_inset
31628
31629 Hallo
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635 }}}
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \begin_layout Standard
31644 \noindent
31645 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31646 \end_layout
31647
31648 \begin_layout Standard
31649 \align center
31650 \begin_inset ERT
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655
31656 \backslash
31657 rotatebox[origin=c]{-30}{
31658 \backslash
31659 resizebox{2cm}{!}{
31660 \backslash
31661 reflectbox{
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \begin_inset Graphics
31668         filename ../clipart/platypus.eps
31669         lyxscale 50
31670         width 25col%
31671
31672 \end_inset
31673
31674
31675 \begin_inset ERT
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679
31680 }}}
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \begin_inset ERT
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690
31691
31692 \backslash
31693 rotatebox[origin=c]{-45}{
31694 \backslash
31695 resizebox{2cm}{!}{
31696 \backslash
31697 reflectbox{
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset Tabular
31704 <lyxtabular version="3" rows="2" columns="2">
31705 <features>
31706 <column alignment="center" valignment="top" width="0">
31707 <column alignment="center" valignment="top" width="0">
31708 <row>
31709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31710 \begin_inset Text
31711
31712 \begin_layout Plain Layout
31713 q
31714 \end_layout
31715
31716 \end_inset
31717 </cell>
31718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31719 \begin_inset Text
31720
31721 \begin_layout Plain Layout
31722 w
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 </row>
31728 <row>
31729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733 e
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 r
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 </row>
31748 </lyxtabular>
31749
31750 \end_inset
31751
31752
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758 }}}
31759 \end_layout
31760
31761 \end_inset
31762
31763
31764 \begin_inset ERT
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768
31769
31770 \backslash
31771 rotatebox[origin=c]{-45}{
31772 \backslash
31773 resizebox{2cm}{!}{
31774 \backslash
31775 reflectbox{
31776 \end_layout
31777
31778 \end_inset
31779
31780
31781 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31782 \end_inset
31783
31784
31785 \begin_inset ERT
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789
31790 }}}
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Hat man den globalen Formelstil 
31800 \series bold
31801 fleqn
31802 \series default
31803
31804 \begin_inset Foot
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808 Wenn 
31809 \begin_inset Quotes gld
31810 \end_inset
31811
31812 fleqn
31813 \begin_inset Quotes grd
31814 \end_inset
31815
31816  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31817 \end_layout
31818
31819 \end_inset
31820
31821  gewählt, kann man auch abgesetzte Formeln skalieren.
31822 \end_layout
31823
31824 \begin_layout Chapter
31825 Externe Dateien
31826 \begin_inset Index
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 Dateien ! externe
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Standard
31839 Mit 
31840 \family sans
31841 Einfügen\SpecialChar \menuseparator
31842 Datei
31843 \family default
31844  können Sie fremdes Material in Ihr Dokument einsetzen.
31845  Das kann folgendes sein:
31846 \end_layout
31847
31848 \begin_layout Description
31849 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31850  eingefügt.
31851 \end_layout
31852
31853 \begin_layout Description
31854 Einfacher
31855 \begin_inset space ~
31856 \end_inset
31857
31858 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31859  eingefügt.
31860 \end_layout
31861
31862 \begin_layout Description
31863 Einfacher
31864 \begin_inset space ~
31865 \end_inset
31866
31867 Text,
31868 \begin_inset space ~
31869 \end_inset
31870
31871 Zeilen
31872 \begin_inset space ~
31873 \end_inset
31874
31875 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31876  Leerzeilen trennen die Absätze.
31877 \end_layout
31878
31879 \begin_layout Description
31880 Externes
31881 \begin_inset space ~
31882 \end_inset
31883
31884 Material Dateien in verschiedenen Formaten.
31885 \end_layout
31886
31887 \begin_layout Description
31888 Unterdokument LyX- oder LaTeX-Dokumente.
31889 \end_layout
31890
31891 \begin_layout Section
31892 Externes Material
31893 \begin_inset Index
31894 status collapsed
31895
31896 \begin_layout Plain Layout
31897 Externes Material
31898 \end_layout
31899
31900 \end_inset
31901
31902
31903 \end_layout
31904
31905 \begin_layout Standard
31906 Mit 
31907 \family sans
31908 Einfügen\SpecialChar \menuseparator
31909 Datei\SpecialChar \menuseparator
31910  Externes Material
31911 \family default
31912  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31913  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31914  weil LyX sich darum kümmert.
31915  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31916  eingefügt werden können.
31917  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31918 \family sans
31919  Aussehen
31920 \begin_inset space ~
31921 \end_inset
31922
31923 &
31924 \begin_inset space ~
31925 \end_inset
31926
31927 Handhabung\SpecialChar \menuseparator
31928 Grafik
31929 \family default
31930 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31931 \end_layout
31932
31933 \begin_layout Standard
31934 Zur Zeit können Sie folgende Dateitypen (
31935 \family sans
31936 Vorlagen
31937 \family default
31938 ) benutzen:
31939 \end_layout
31940
31941 \begin_layout Description
31942 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31943 \series bold
31944
31945 \begin_inset CommandInset href
31946 LatexCommand href
31947 name "XBoard"
31948 target "http://en.wikipedia.org/wiki/XBoard"
31949
31950 \end_inset
31951
31952
31953 \series default
31954  erzeugt wurden.
31955 \end_layout
31956
31957 \begin_layout Description
31958 Datum fügt ein Datum mit dem Format 
31959 \emph on
31960 Tag-Monat-Jahr
31961 \emph default
31962  ein.
31963  Hier ist ein Beispiel: 
31964 \begin_inset External
31965         template Date
31966         filename .
31967
31968 \end_inset
31969
31970
31971 \begin_inset space ~
31972 \end_inset
31973
31974
31975 \begin_inset Note Note
31976 status open
31977
31978 \begin_layout Plain Layout
31979
31980 \lang english
31981 Remove the protected space when bug 4398 is fixed!
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \begin_inset Newline newline
31988 \end_inset
31989
31990 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31991  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31992  Menü 
31993 \family sans
31994 Einfügen\SpecialChar \menuseparator
31995 Datum
31996 \family default
31997  und mit dem LaTeX-Befehl 
31998 \series bold
31999
32000 \backslash
32001 today
32002 \series default
32003 .
32004  Die verschiedenen Methoden werden in Tabelle
32005 \begin_inset space ~
32006 \end_inset
32007
32008
32009 \begin_inset CommandInset ref
32010 LatexCommand ref
32011 reference "tab:Vergleich-der-Datums-Eingaben"
32012
32013 \end_inset
32014
32015  verglichen.
32016 \end_layout
32017
32018 \begin_layout Description
32019 Dia unterstützt Diagramme, die mit dem Programm 
32020 \series bold
32021
32022 \begin_inset CommandInset href
32023 LatexCommand href
32024 name "Dia"
32025 target "http://en.wikipedia.org/wiki/Dia_(software)"
32026
32027 \end_inset
32028
32029
32030 \series default
32031  erzeugt wurden.
32032 \end_layout
32033
32034 \begin_layout Description
32035 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32036 \series bold
32037
32038 \begin_inset CommandInset href
32039 LatexCommand href
32040 name "LilyPond"
32041 target "http://en.wikipedia.org/wiki/LilyPond"
32042
32043 \end_inset
32044
32045
32046 \series default
32047  schreiben.
32048 \end_layout
32049
32050 \begin_layout Description
32051 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32052  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32053 \emph on
32054 pages
32055 \emph default
32056  Option im Feld 
32057 \family sans
32058 Option
32059 \family default
32060  in der Karteikarte 
32061 \family sans
32062 LaTeX- und LyX-Optionen
32063 \family default
32064  entsprechend der Vorlagenbeschreibung im Dialog.
32065  Wenn keine 
32066 \emph on
32067 pages
32068 \emph default
32069  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32070 \end_layout
32071
32072 \begin_layout Description
32073 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32074  Fast alle bekannten Bildformate werden unterstützt.
32075  Die Bilddateien können im Dialogfenster 
32076 \family sans
32077 Externes
32078 \begin_inset space ~
32079 \end_inset
32080
32081 Material
32082 \family default
32083  genauso behandelt werden wie die mit dem normalen 
32084 \family sans
32085 Grafik
32086 \family default
32087 -Dialog eingefügten, siehe Abschnitt
32088 \begin_inset space ~
32089 \end_inset
32090
32091
32092 \begin_inset CommandInset ref
32093 LatexCommand ref
32094 reference "abs:Grafik-Dialog"
32095
32096 \end_inset
32097
32098 .
32099  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32100  und EPS-Bilder werden nicht unterstützt.
32101 \end_layout
32102
32103 \begin_layout Description
32104 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32105 \series bold
32106
32107 \begin_inset CommandInset href
32108 LatexCommand href
32109 name "Xfig"
32110 target "http://en.wikipedia.org/wiki/Xfig"
32111
32112 \end_inset
32113
32114
32115 \series default
32116  erzeugt wurden.
32117 \end_layout
32118
32119 \begin_layout Standard
32120 \begin_inset Float table
32121 placement h
32122 wide false
32123 sideways false
32124 status open
32125
32126 \begin_layout Plain Layout
32127 \begin_inset Caption
32128
32129 \begin_layout Plain Layout
32130 \begin_inset CommandInset label
32131 LatexCommand label
32132 name "tab:Vergleich-der-Datums-Eingaben"
32133
32134 \end_inset
32135
32136 Vergleich der Datums-Eingaben
32137 \end_layout
32138
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \begin_layout Plain Layout
32145 \align center
32146 \begin_inset Tabular
32147 <lyxtabular version="3" rows="4" columns="4">
32148 <features>
32149 <column alignment="center" valignment="top" width="0">
32150 <column alignment="center" valignment="top" width="0">
32151 <column alignment="center" valignment="top" width="0">
32152 <column alignment="center" valignment="top" width="0">
32153 <row>
32154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158 Dokumentformat
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32164 \begin_inset Text
32165
32166 \begin_layout Plain Layout
32167
32168 \family sans
32169 Externes Material\SpecialChar \menuseparator
32170 Datum
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179
32180 \family sans
32181 Einfügen\SpecialChar \menuseparator
32182 Datum
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32188 \begin_inset Text
32189
32190 \begin_layout Plain Layout
32191 Befehl 
32192 \series bold
32193
32194 \backslash
32195 today
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 </row>
32201 <row>
32202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32203 \begin_inset Text
32204
32205 \begin_layout Plain Layout
32206 LyX
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32212 \begin_inset Text
32213
32214 \begin_layout Plain Layout
32215 als Box
32216 \end_layout
32217
32218 \end_inset
32219 </cell>
32220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224 als Datum
32225 \end_layout
32226
32227 \end_inset
32228 </cell>
32229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Plain Layout
32233 als TeX-Code
32234 \end_layout
32235
32236 \end_inset
32237 </cell>
32238 </row>
32239 <row>
32240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32241 \begin_inset Text
32242
32243 \begin_layout Plain Layout
32244 LaTeX
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 als Datum
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 als Datum
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271 als Befehl
32272 \end_layout
32273
32274 \end_inset
32275 </cell>
32276 </row>
32277 <row>
32278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 DVI, PDF, PS
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 als Datum
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 als Datum
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309 als Datum
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 </row>
32315 </lyxtabular>
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 Wenn Sie im Dialogfenster
32329 \family sans
32330  Externes
32331 \begin_inset space ~
32332 \end_inset
32333
32334 Material 
32335 \family default
32336 in der Karteikarte
32337 \family sans
32338  Datei
32339 \family default
32340  die Option 
32341 \family sans
32342 Entwurf
32343 \family default
32344  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32345 \begin_inset Newline newline
32346 \end_inset
32347
32348 LyX kann externes Material entweder als Box wie hier: 
32349 \begin_inset Graphics
32350         filename clipart/ExternesMaterialQt4.png
32351         scale 85
32352         scaleBeforeRotation
32353
32354 \end_inset
32355
32356  oder als Bild darstellen.
32357  Das hängt davon ab, ob Sie im Dialog
32358 \family sans
32359  
32360 \family default
32361 in der Karteikarte 
32362 \family sans
32363 LaTeX- und LyX-Optionen
32364 \family default
32365  die Option 
32366 \family sans
32367 In
32368 \begin_inset space ~
32369 \end_inset
32370
32371 LyX
32372 \begin_inset space ~
32373 \end_inset
32374
32375 anzeigen
32376 \family default
32377  gewählt haben oder nicht.
32378 \end_layout
32379
32380 \begin_layout Standard
32381 Im LyX-Handbuch 
32382 \family sans
32383 \emph on
32384 Anpassung
32385 \family default
32386 \emph default
32387  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32388 \end_layout
32389
32390 \begin_layout Section
32391 Unterdokumente
32392 \begin_inset CommandInset label
32393 LatexCommand label
32394 name "abs:Unterdokumente"
32395
32396 \end_inset
32397
32398
32399 \begin_inset Index
32400 status collapsed
32401
32402 \begin_layout Plain Layout
32403 Unterdokument
32404 \end_layout
32405
32406 \end_inset
32407
32408
32409 \end_layout
32410
32411 \begin_layout Standard
32412 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32413  oder Abschnitten bestehen.
32414  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32415  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32416  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32417  z.
32418 \begin_inset space \thinspace{}
32419 \end_inset
32420
32421 B.
32422  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32427  müssen, geben Sie im Unterdokument im Menü
32428 \family sans
32429  Dokument\SpecialChar \menuseparator
32430 Einstellungen\SpecialChar \menuseparator
32431 Dokumentklasse
32432 \family default
32433  das Hauptdokument an.
32434  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32435  bearbeiten.
32436 \end_layout
32437
32438 \begin_layout Standard
32439 Unterdokumente werden in LyX als Box angezeigt: 
32440 \begin_inset Graphics
32441         filename clipart/UnterdokumentQt4.png
32442         scale 85
32443         scaleBeforeRotation
32444
32445 \end_inset
32446
32447  Sie werden über
32448 \family sans
32449  Einfügen\SpecialChar \menuseparator
32450 Datei\SpecialChar \menuseparator
32451 Unterdokument
32452 \family default
32453  eingebunden, was das Dialogfenster
32454 \family sans
32455  Unterdokument
32456 \family default
32457  öffnet.
32458  Für 
32459 \family sans
32460 die Art
32461 \begin_inset space ~
32462 \end_inset
32463
32464 der
32465 \begin_inset space ~
32466 \end_inset
32467
32468 Einbindung
32469 \family default
32470  gibt es dort vier Möglichkeiten:
32471 \end_layout
32472
32473 \begin_layout Description
32474 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32475  Wenn Sie im Dialogfenster
32476 \family sans
32477  Unterdokument
32478 \family default
32479  auf 
32480 \family sans
32481 Öffnen
32482 \family default
32483  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32484  und Sie können es editieren.
32485 \begin_inset Newline newline
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 Hier wird ein Unterdokument
32493 \family sans
32494  
32495 \family default
32496 per 
32497 \family sans
32498 Include
32499 \family default
32500  eingebunden: 
32501 \begin_inset CommandInset include
32502 LatexCommand include
32503 filename "DummyDocument1.lyx"
32504
32505 \end_inset
32506
32507 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32508  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32509  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32510 s.
32511  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32512 \begin_inset space ~
32513 \end_inset
32514
32515
32516 \begin_inset CommandInset ref
32517 LatexCommand ref
32518 reference "uab:Externer-Unterabschnitt-1"
32519
32520 \end_inset
32521
32522 .
32523 \end_layout
32524
32525 \begin_layout Standard
32526 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32527  wird benutzt.
32528  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32529  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32530  Unterdokumente, die per 
32531 \family sans
32532 Include
32533 \family default
32534  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32535  und enden mit einem Seitenumbruch.
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Mit dem LaTeX-Befehl 
32540 \series bold
32541
32542 \backslash
32543 includeonly 
32544 \series default
32545 können Sie festlegen, für welche eingebundenen Unterdokumente eine Druckausgabe
32546  erstellt werden soll.
32547  Das ist nützlich, wenn Sie nur ein Kapitel bearbeiten und deren Auswirkungen
32548  sehen wollen, und es geht schneller.
32549  
32550 \series bold
32551
32552 \backslash
32553 includeonly
32554 \series default
32555  wird in den LaTeX-Vorspann des Hauptdokuments eingefügt.
32556  Im folgenden Beispiel
32557 \end_layout
32558
32559 \begin_layout Standard
32560
32561 \series bold
32562
32563 \backslash
32564 includeonly{Kapitel1,Kapitel5}
32565 \end_layout
32566
32567 \begin_layout Standard
32568 werden nur die Dateien 
32569 \begin_inset Quotes gld
32570 \end_inset
32571
32572 Kapitel1.lyx
32573 \begin_inset Quotes grd
32574 \end_inset
32575
32576  (oder 
32577 \begin_inset Quotes gld
32578 \end_inset
32579
32580 Kapitel1.tex
32581 \begin_inset Quotes grd
32582 \end_inset
32583
32584 ) und 
32585 \begin_inset Quotes gld
32586 \end_inset
32587
32588 Kapitel5.lyx
32589 \begin_inset Quotes grd
32590 \end_inset
32591
32592
32593 \series bold
32594  
32595 \series default
32596 eingebunden.
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \begin_inset Note Greyedout
32601 status open
32602
32603 \begin_layout Plain Layout
32604
32605 \series bold
32606 Bemerkung:
32607 \series default
32608  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32609  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32610  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32611  Ergebnissen führen wird.
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Description
32620 Input Diese Methode ist 
32621 \family sans
32622 Include
32623 \family default
32624  sehr ähnlich mit folgenden Unterschieden:
32625 \end_layout
32626
32627 \begin_deeper
32628 \begin_layout Itemize
32629 Unterdokumente, die per 
32630 \family sans
32631 Input
32632 \family default
32633  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32634  Seite und enden NICHT mit einem Seitenumbruch.
32635 \end_layout
32636
32637 \begin_layout Itemize
32638 Unterdokumente, die per 
32639 \family sans
32640 Input
32641 \family default
32642  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32643 \family sans
32644  Unterdokument Vorschau
32645 \begin_inset space ~
32646 \end_inset
32647
32648 anzeigen
32649 \family default
32650  angekreuzt wurde und in den LyX-Einstellungen unter
32651 \family sans
32652  Aussehen
32653 \begin_inset space ~
32654 \end_inset
32655
32656 &
32657 \begin_inset space ~
32658 \end_inset
32659
32660 Handhabung\SpecialChar \menuseparator
32661 Grafik\SpecialChar \menuseparator
32662 Sofortige
32663 \begin_inset space ~
32664 \end_inset
32665
32666 Vorschau
32667 \family default
32668  auf 
32669 \family sans
32670 An
32671 \family default
32672  gesetzt wurde.
32673  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32674  aus.
32675 \end_layout
32676
32677 \begin_layout Itemize
32678 Der LaTeX-Befehl 
32679 \series bold
32680
32681 \backslash
32682 includeonly
32683 \series default
32684  kann nicht benutzt werden.
32685 \end_layout
32686
32687 \end_deeper
32688 \begin_layout Standard
32689 Hier ist ein Unterdokument, das mit
32690 \family sans
32691  Input
32692 \family default
32693  eingebunden wurde: 
32694 \begin_inset CommandInset include
32695 LatexCommand input
32696 filename "DummyDocument2.lyx"
32697
32698 \end_inset
32699
32700 .
32701 \end_layout
32702
32703 \begin_layout Description
32704 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32705   In der Druckvorschau wird für den Text der Stil 
32706 \family typewriter
32707 Schreibmaschine
32708 \family default
32709  verwendet.
32710  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32711  Wenn Sie im Dialogfenster
32712 \family sans
32713  Unterdokument Leerzeichen
32714 \begin_inset space ~
32715 \end_inset
32716
32717 bei
32718 \begin_inset space ~
32719 \end_inset
32720
32721 der
32722 \begin_inset space ~
32723 \end_inset
32724
32725 Ausgabe
32726 \begin_inset space ~
32727 \end_inset
32728
32729 kennzeichnen 
32730 \family default
32731 ankreuzen, wird in der Druckvorschau das Zeichen 
32732 \begin_inset Quotes gld
32733 \end_inset
32734
32735
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741
32742 \backslash
32743 textvisiblespace 
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \begin_inset Quotes grd
32750 \end_inset
32751
32752  für jedes Leerzeichen eingefügt.
32753 \begin_inset Newline newline
32754 \end_inset
32755
32756 Im Gegensatz zu 
32757 \family sans
32758 Einfügen\SpecialChar \menuseparator
32759 Datei\SpecialChar \menuseparator
32760 Einfacher
32761 \begin_inset space ~
32762 \end_inset
32763
32764 Text
32765 \family default
32766  wird bei 
32767 \family sans
32768 Unformatiert
32769 \family default
32770  der Dateiinhalt in LyX nicht dargestellt.
32771 \end_layout
32772
32773 \begin_layout Standard
32774 Hier ist ein Unterdokument, das mit
32775 \family sans
32776  Unformatiert
32777 \family default
32778  eingebunden wurde: 
32779 \begin_inset CommandInset include
32780 LatexCommand verbatiminput
32781 filename "DummyTextDocument.txt"
32782
32783 \end_inset
32784
32785
32786 \begin_inset VSpace bigskip
32787 \end_inset
32788
32789 Hier ist ein Unterdokument, das mit
32790 \family sans
32791  Unformatiert
32792 \family default
32793  eingebunden wurde und
32794 \family sans
32795  Leerzeichen
32796 \begin_inset space ~
32797 \end_inset
32798
32799 bei
32800 \begin_inset space ~
32801 \end_inset
32802
32803 der
32804 \begin_inset space ~
32805 \end_inset
32806
32807 Ausgabe
32808 \begin_inset space ~
32809 \end_inset
32810
32811 kennzeichnen
32812 \family default
32813  angekreuzt hat: 
32814 \begin_inset CommandInset include
32815 LatexCommand verbatiminput*
32816 filename "DummyTextDocument.txt"
32817
32818 \end_inset
32819
32820
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset VSpace bigskip
32825 \end_inset
32826
32827
32828 \end_layout
32829
32830 \begin_layout Standard
32831 \begin_inset Note Greyedout
32832 status open
32833
32834 \begin_layout Plain Layout
32835
32836 \series bold
32837 Bemerkung:
32838 \series default
32839  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32840  
32841 \family sans
32842 Unformatiert
32843 \family default
32844  eingebunden werden, am Zeilenende nicht umgebrochen.
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \end_layout
32851
32852 \begin_layout Description
32853 Listing Dieser Typ wird in Kapitel
32854 \begin_inset space ~
32855 \end_inset
32856
32857
32858 \begin_inset CommandInset ref
32859 LatexCommand ref
32860 reference "kap:Programm-Code-Listen"
32861
32862 \end_inset
32863
32864  beschrieben.
32865 \end_layout
32866
32867 \begin_layout Standard
32868 \begin_inset Note Greyedout
32869 status open
32870
32871 \begin_layout Plain Layout
32872
32873 \series bold
32874 Bemerkung:
32875 \series default
32876  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32877  das zu LaTeX-Problemen führen.
32878 \end_layout
32879
32880 \end_inset
32881
32882
32883 \end_layout
32884
32885 \begin_layout Chapter
32886 Programm-Code-Listen
32887 \begin_inset CommandInset label
32888 LatexCommand label
32889 name "kap:Programm-Code-Listen"
32890
32891 \end_inset
32892
32893
32894 \begin_inset Index
32895 status collapsed
32896
32897 \begin_layout Plain Layout
32898 Listen
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \begin_inset Index
32905 status collapsed
32906
32907 \begin_layout Plain Layout
32908 Programm-Code
32909 \end_layout
32910
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Standard
32917 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32918 \family sans
32919 Einfügen\SpecialChar \menuseparator
32920 Pro\SpecialChar \-
32921 grammlisting
32922 \family default
32923  verwenden.
32924  Das LaTeX-Paket 
32925 \series bold
32926 listings
32927 \series default
32928
32929 \begin_inset Index
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933 LaTeX-Pakete ! listings
32934 \end_layout
32935
32936 \end_inset
32937
32938  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32943 rmat der Programm-Code-Liste festlegen.
32944 \end_layout
32945
32946 \begin_layout Standard
32947 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32948  Die Platzierungsoption 
32949 \family sans
32950 Eingebettetes
32951 \begin_inset space ~
32952 \end_inset
32953
32954 Listing
32955 \family default
32956  druckt das Listing in der Zeile wie hier: 
32957 \begin_inset listings
32958 lstparams "language={C++}"
32959 inline true
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 int a=5;
32965 \end_layout
32966
32967 \end_inset
32968
32969
32970 \begin_inset Newline newline
32971 \end_inset
32972
32973 Die Option 
32974 \family sans
32975 Gleitobjekt
32976 \family default
32977  erzeugt ein Listing-Gleitobjekt, dessen 
32978 \family sans
32979 Platzierung 
32980 \family default
32981 Sie mit 
32982 \family sans
32983 h
32984 \family default
32985
32986 \family sans
32987 t
32988 \family default
32989
32990 \family sans
32991 b
32992 \family default
32993  und 
32994 \family sans
32995 p
32996 \family default
32997 , analog zu den in Abschnitt
32998 \begin_inset space ~
32999 \end_inset
33000
33001
33002 \begin_inset CommandInset ref
33003 LatexCommand ref
33004 reference "abs:Gleitobjekt-Platzierung"
33005
33006 \end_inset
33007
33008  beschriebenen Platzierungsoptionen festlegen können.
33009  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33010  hintereinander angegeben, z.
33011 \begin_inset space \thinspace{}
33012 \end_inset
33013
33014 B.
33015  
33016 \begin_inset Quotes gld
33017 \end_inset
33018
33019
33020 \family sans
33021 htbp
33022 \family default
33023
33024 \begin_inset Quotes grd
33025 \end_inset
33026
33027 .
33028  Die Option 
33029 \begin_inset Quotes gld
33030 \end_inset
33031
33032 h
33033 \begin_inset Quotes grd
33034 \end_inset
33035
33036  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33037  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33038 \end_layout
33039
33040 \begin_layout Standard
33041 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33042  zu verweisen: Listing
33043 \begin_inset space ~
33044 \end_inset
33045
33046
33047 \begin_inset CommandInset ref
33048 LatexCommand ref
33049 reference "lst:Gleitendes-Programm-Listing"
33050
33051 \end_inset
33052
33053 .
33054 \end_layout
33055
33056 \begin_layout Standard
33057 \begin_inset listings
33058 lstparams "language=Python"
33059 inline false
33060 status open
33061
33062 \begin_layout Plain Layout
33063
33064 \begin_inset Caption
33065
33066 \begin_layout Plain Layout
33067 \begin_inset CommandInset label
33068 LatexCommand label
33069 name "lst:Gleitendes-Programm-Listing"
33070
33071 \end_inset
33072
33073 Gleitendes Programm-Listing
33074 \end_layout
33075
33076 \end_inset
33077
33078 # Gleitendes Programm-Listing
33079 \end_layout
33080
33081 \begin_layout Plain Layout
33082
33083 def func(param):
33084 \end_layout
33085
33086 \begin_layout Plain Layout
33087
33088     'Dies ist eine Python-Funktion'
33089 \end_layout
33090
33091 \begin_layout Plain Layout
33092
33093     pass
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Standard
33102 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33103  der Sprache erkannt und besonders gedruckt, wie 
33104 \emph on
33105 #
33106 \emph default
33107
33108 \emph on
33109 def
33110 \emph default
33111  und 
33112 \emph on
33113 pass
33114 \emph default
33115  in Listing
33116 \begin_inset space ~
33117 \end_inset
33118
33119
33120 \begin_inset CommandInset ref
33121 LatexCommand ref
33122 reference "lst:Gleitendes-Programm-Listing"
33123
33124 \end_inset
33125
33126 .
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \begin_inset Note Greyedout
33131 status open
33132
33133 \begin_layout Plain Layout
33134
33135 \series bold
33136 Bemerkung:
33137 \series default
33138  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33139 \family typewriter
33140 Schreib\SpecialChar \-
33141 maschine
33142 \family default
33143  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33144 h keine fett gedruckten Buchstaben.
33145  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33146 \family sans
33147 Dokument\SpecialChar \menuseparator
33148 Einstellungen\SpecialChar \menuseparator
33149 Schriften
33150 \family default
33151 .
33152  (Die Schriften 
33153 \emph on
33154 LuxiMono, BeraMono
33155 \emph default
33156  und 
33157 \emph on
33158 Courier
33159 \emph default
33160  enthalten fett gedruckte Buchstaben.)
33161 \end_layout
33162
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \begin_layout Standard
33169 Im Abschnitt 
33170 \family sans
33171 Zeilennummerierung
33172 \family default
33173  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33174 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33175  jede wievielte Zeile nummeriert werden soll und die 
33176 \family sans
33177 Schriftgröße
33178 \family default
33179  der Nummerierung.
33180 \end_layout
33181
33182 \begin_layout Standard
33183 Im Abschnitt 
33184 \family sans
33185 Bereich
33186 \family default
33187  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33188  Im Abschnitt 
33189 \family sans
33190 Stil
33191 \family default
33192  legen Sie fest, wie die Liste ausgedruckt werden soll.
33193  Die Option 
33194 \family sans
33195 Erweiterte
33196 \begin_inset space ~
33197 \end_inset
33198
33199 Zeichentabelle
33200 \family default
33201  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33202 \end_layout
33203
33204 \begin_layout Standard
33205 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33206 \begin_inset Quotes gld
33207 \end_inset
33208
33209 3
33210 \begin_inset Quotes grd
33211 \end_inset
33212
33213 , Sprache 
33214 \begin_inset Quotes gld
33215 \end_inset
33216
33217 Python
33218 \begin_inset Quotes grd
33219 \end_inset
33220
33221 , Optionen 
33222 \begin_inset Quotes gld
33223 \end_inset
33224
33225 Erweiterte Zeichentabelle
33226 \begin_inset Quotes grd
33227 \end_inset
33228
33229  und 
33230 \begin_inset Quotes gld
33231 \end_inset
33232
33233 Leerzeichen als Symbol
33234 \begin_inset Quotes grd
33235 \end_inset
33236
33237  und Bereich Zeilen 3
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 -
33242 \begin_inset space \thinspace{}
33243 \end_inset
33244
33245 8:
33246 \end_layout
33247
33248 \begin_layout Standard
33249 \begin_inset listings
33250 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33251 inline false
33252 status open
33253
33254 \begin_layout Plain Layout
33255
33256 def func(param):
33257 \end_layout
33258
33259 \begin_layout Plain Layout
33260
33261     'Dies ist eine Python-Funktion'
33262 \end_layout
33263
33264 \begin_layout Plain Layout
33265
33266     pass
33267 \end_layout
33268
33269 \begin_layout Plain Layout
33270
33271 def func(param):
33272 \end_layout
33273
33274 \begin_layout Plain Layout
33275
33276 'Sonderzeichen: Tschüß'
33277 \end_layout
33278
33279 \begin_layout Plain Layout
33280
33281 pass
33282 \end_layout
33283
33284 \begin_layout Plain Layout
33285
33286 def func(param):
33287 \end_layout
33288
33289 \begin_layout Plain Layout
33290
33291 'Dies ist eine Python-Funktion'
33292 \end_layout
33293
33294 \begin_layout Plain Layout
33295
33296 pass
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Standard
33305 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33306 \family sans
33307 Tabulatorgröße
33308 \family default
33309  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \noindent
33314 \begin_inset Note Greyedout
33315 status open
33316
33317 \begin_layout Plain Layout
33318
33319 \series bold
33320 Bemerkung:
33321 \series default
33322  Wegen eines Fehlers im 
33323 \series bold
33324 listings
33325 \series default
33326 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33327  verschoben.
33328  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33329  Listing nummeriert werden.
33330 \end_layout
33331
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \begin_layout Standard
33338 \begin_inset VSpace bigskip
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Standard
33345 \noindent
33346 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33347  Das machen Sie mit
33348 \family sans
33349  Einfügen\SpecialChar \menuseparator
33350 Datei\SpecialChar \menuseparator
33351 Unterdokument
33352 \family default
33353  und der 
33354 \family sans
33355 Art
33356 \begin_inset space ~
33357 \end_inset
33358
33359 der
33360 \begin_inset space ~
33361 \end_inset
33362
33363 Einbindung
33364 \family default
33365  
33366 \family sans
33367 Listing
33368 \family default
33369 .
33370 \begin_inset Foot
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33375 \begin_inset space ~
33376 \end_inset
33377
33378
33379 \begin_inset CommandInset ref
33380 LatexCommand ref
33381 reference "abs:Unterdokumente"
33382
33383 \end_inset
33384
33385  beschrieben.
33386 \end_layout
33387
33388 \end_inset
33389
33390  Im Dialogfenster
33391 \family sans
33392  Unterdokument
33393 \family default
33394  können Sie die Listing-Parameter unter 
33395 \family sans
33396 Weitere
33397 \begin_inset space ~
33398 \end_inset
33399
33400 Parameter
33401 \family default
33402  eingeben.
33403  Wenn Sie dort ein Fragezeichen 
33404 \begin_inset Quotes gld
33405 \end_inset
33406
33407 ?
33408 \begin_inset Quotes grd
33409 \end_inset
33410
33411  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33412 det.
33413 \end_layout
33414
33415 \begin_layout Standard
33416 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33417  Text ins Feld 
33418 \family sans
33419 Marke
33420 \family default
33421 , auf die dann wie üblich verwiesen werden kann.
33422 \end_layout
33423
33424 \begin_layout Standard
33425 Listing
33426 \begin_inset space ~
33427 \end_inset
33428
33429
33430 \begin_inset CommandInset ref
33431 LatexCommand ref
33432 reference "lst:Datei-Listing"
33433
33434 \end_inset
33435
33436  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33437 \begin_inset space \thinspace{}
33438 \end_inset
33439
33440 -
33441 \begin_inset space \thinspace{}
33442 \end_inset
33443
33444 15 gedruckt werden.
33445 \end_layout
33446
33447 \begin_layout Standard
33448 \begin_inset CommandInset include
33449 LatexCommand lstinputlisting
33450 filename "EmbeddedObjects.lyx"
33451 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33452
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Standard
33459 \begin_inset VSpace bigskip
33460 \end_inset
33461
33462
33463 \end_layout
33464
33465 \begin_layout Standard
33466 \noindent
33467 Dokumentweite Listing-Eigenschaften können in
33468 \family sans
33469  Dokument\SpecialChar \menuseparator
33470 Einstellungen\SpecialChar \menuseparator
33471 Textformat\SpecialChar \menuseparator
33472 Listing-Einstellungen
33473 \family default
33474  festgelegt werden.
33475  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33476 \begin_inset Quotes gld
33477 \end_inset
33478
33479 ?
33480 \begin_inset Quotes grd
33481 \end_inset
33482
33483  links davon eine Liste aller möglichen Parameter.
33484 \end_layout
33485
33486 \begin_layout Standard
33487 Weitere Informationen über das 
33488 \series bold
33489 listings
33490 \series default
33491 -Paket finden Sie in 
33492 \begin_inset CommandInset citation
33493 LatexCommand cite
33494 key "listings"
33495
33496 \end_inset
33497
33498 .
33499 \begin_inset Newpage newpage
33500 \end_inset
33501
33502
33503 \end_layout
33504
33505 \begin_layout Chapter
33506 \start_of_appendix
33507 In LyX verfügbare Maßeinheiten
33508 \begin_inset CommandInset label
33509 LatexCommand label
33510 name "kap:In-LyX-verfügbare"
33511
33512 \end_inset
33513
33514
33515 \begin_inset Index
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 Einheiten
33520 \end_layout
33521
33522 \end_inset
33523
33524
33525 \end_layout
33526
33527 \begin_layout Standard
33528 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33529  Tabelle
33530 \begin_inset space ~
33531 \end_inset
33532
33533
33534 \begin_inset CommandInset ref
33535 LatexCommand ref
33536 reference "tab:Maßeinheiten"
33537
33538 \end_inset
33539
33540  alle in LyX verfügbaren Maßeinheiten.
33541 \end_layout
33542
33543 \begin_layout Standard
33544 \begin_inset Float table
33545 placement h
33546 wide false
33547 sideways false
33548 status open
33549
33550 \begin_layout Plain Layout
33551 \begin_inset Caption
33552
33553 \begin_layout Plain Layout
33554 \begin_inset CommandInset label
33555 LatexCommand label
33556 name "tab:Maßeinheiten"
33557
33558 \end_inset
33559
33560 Maßeinheiten
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Plain Layout
33569 \begin_inset VSpace medskip
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Plain Layout
33576 \align center
33577 \begin_inset Tabular
33578 <lyxtabular version="3" rows="20" columns="2">
33579 <features>
33580 <column alignment="center" valignment="top" width="0">
33581 <column alignment="center" valignment="top" width="0">
33582 <row>
33583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587
33588 \series bold
33589 Maßeinheit
33590 \end_layout
33591
33592 \end_inset
33593 </cell>
33594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33595 \begin_inset Text
33596
33597 \begin_layout Plain Layout
33598
33599 \series bold
33600 Name/Beschreibung
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 </row>
33606 <row>
33607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 mm
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 Millimeter
33621 \end_layout
33622
33623 \end_inset
33624 </cell>
33625 </row>
33626 <row>
33627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 cm
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640 Zentimeter
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 </row>
33646 <row>
33647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33648 \begin_inset Text
33649
33650 \begin_layout Plain Layout
33651 in
33652 \end_layout
33653
33654 \end_inset
33655 </cell>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 Zoll (1
33661 \begin_inset space \thinspace{}
33662 \end_inset
33663
33664 in = 2.54
33665 \begin_inset space \thinspace{}
33666 \end_inset
33667
33668 cm
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 <row>
33675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 pt
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 Punkt (72.27
33689 \begin_inset space \thinspace{}
33690 \end_inset
33691
33692 pt = 1
33693 \begin_inset space \thinspace{}
33694 \end_inset
33695
33696 in)
33697 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 </row>
33702 <row>
33703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707 pc
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 Pica (1
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720 pc = 12
33721 \begin_inset space \thinspace{}
33722 \end_inset
33723
33724 pt)
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 </row>
33730 <row>
33731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33732 \begin_inset Text
33733
33734 \begin_layout Plain Layout
33735 sp
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33741 \begin_inset Text
33742
33743 \begin_layout Plain Layout
33744 skalierter Punkt (65536
33745 \begin_inset space \thinspace{}
33746 \end_inset
33747
33748 sp = 1
33749 \begin_inset space \thinspace{}
33750 \end_inset
33751
33752 pt)
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 </row>
33758 <row>
33759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33760 \begin_inset Text
33761
33762 \begin_layout Plain Layout
33763 bp
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33769 \begin_inset Text
33770
33771 \begin_layout Plain Layout
33772 großer Punkt (72
33773 \begin_inset space \thinspace{}
33774 \end_inset
33775
33776 bp = 1
33777 \begin_inset space \thinspace{}
33778 \end_inset
33779
33780 in)
33781 \end_layout
33782
33783 \end_inset
33784 </cell>
33785 </row>
33786 <row>
33787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33788 \begin_inset Text
33789
33790 \begin_layout Plain Layout
33791 dd
33792 \end_layout
33793
33794 \end_inset
33795 </cell>
33796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800 Didot (1
33801 \begin_inset space \thinspace{}
33802 \end_inset
33803
33804 dd 
33805 \begin_inset Formula $\approx$
33806 \end_inset
33807
33808  0,376
33809 \begin_inset space \thinspace{}
33810 \end_inset
33811
33812 mm)
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 </row>
33818 <row>
33819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33820 \begin_inset Text
33821
33822 \begin_layout Plain Layout
33823 cc
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 Cicero (1
33833 \begin_inset space \thinspace{}
33834 \end_inset
33835
33836 cc = 12
33837 \begin_inset space \thinspace{}
33838 \end_inset
33839
33840 dd)
33841 \end_layout
33842
33843 \end_inset
33844 </cell>
33845 </row>
33846 <row>
33847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33848 \begin_inset Text
33849
33850 \begin_layout Plain Layout
33851 Skalierung%
33852 \end_layout
33853
33854 \end_inset
33855 </cell>
33856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33857 \begin_inset Text
33858
33859 \begin_layout Plain Layout
33860 % der originalen Bildbreite
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 </row>
33866 <row>
33867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871 Textbreite %
33872 \end_layout
33873
33874 \end_inset
33875 </cell>
33876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33877 \begin_inset Text
33878
33879 \begin_layout Plain Layout
33880 % der Textbreite
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 </row>
33886 <row>
33887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 Spaltenbreite %
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Plain Layout
33900 % der Spaltenbreite
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 </row>
33906 <row>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 Seitenbreite %
33912 \end_layout
33913
33914 \end_inset
33915 </cell>
33916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33917 \begin_inset Text
33918
33919 \begin_layout Plain Layout
33920 % der Seitenbreite
33921 \end_layout
33922
33923 \end_inset
33924 </cell>
33925 </row>
33926 <row>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931 Zeilenbreite %
33932 \end_layout
33933
33934 \end_inset
33935 </cell>
33936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 % der Zeilenbreite
33941 \end_layout
33942
33943 \end_inset
33944 </cell>
33945 </row>
33946 <row>
33947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33948 \begin_inset Text
33949
33950 \begin_layout Plain Layout
33951 Texthöhe %
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 % der Texthöhe
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 </row>
33966 <row>
33967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 Seitenhöhe %
33972 \end_layout
33973
33974 \end_inset
33975 </cell>
33976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33977 \begin_inset Text
33978
33979 \begin_layout Plain Layout
33980 % der Seitenhöhe
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row>
33987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 ex
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000 Die Höhe des Buchstabens 
34001 \emph on
34002 x
34003 \emph default
34004  im aktiven Zeichensatz
34005 \end_layout
34006
34007 \end_inset
34008 </cell>
34009 </row>
34010 <row>
34011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 em
34016 \end_layout
34017
34018 \end_inset
34019 </cell>
34020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34021 \begin_inset Text
34022
34023 \begin_layout Plain Layout
34024 Die Breite des Buchstabens 
34025 \emph on
34026 M
34027 \emph default
34028  im aktiven Zeichensatz
34029 \end_layout
34030
34031 \end_inset
34032 </cell>
34033 </row>
34034 <row>
34035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 mu
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34045 \begin_inset Text
34046
34047 \begin_layout Plain Layout
34048 mathematische  Maßeinheit
34049 \series bold
34050  
34051 \series default
34052 (1
34053 \begin_inset space \thinspace{}
34054 \end_inset
34055
34056 mu = 1/18
34057 \begin_inset space \thinspace{}
34058 \end_inset
34059
34060 em)
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 </row>
34066 </lyxtabular>
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Chapter
34079 Ausgabedatei-Formate mit Grafiken
34080 \begin_inset CommandInset label
34081 LatexCommand label
34082 name "kap:Ausgabedatei-Formate"
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Section
34090 DVI
34091 \begin_inset Index
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095 Dateiformat! DVI
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \begin_inset Index
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105 DVI
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Dieser Dateityp hat die Erweiterung 
34115 \begin_inset Quotes gld
34116 \end_inset
34117
34118
34119 \family typewriter
34120 .dvi
34121 \family default
34122
34123 \begin_inset Quotes grd
34124 \end_inset
34125
34126  und wird 
34127 \begin_inset Quotes gld
34128 \end_inset
34129
34130 device independent
34131 \begin_inset Quotes grd
34132 \end_inset
34133
34134  genannt, weil er vollkommen portierbar ist.
34135  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34136  dvi-Betrachter installiert hat.
34137  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34138 ate wie PostScript benutzt.
34139 \end_layout
34140
34141 \begin_layout Standard
34142 \begin_inset Note Greyedout
34143 status open
34144
34145 \begin_layout Plain Layout
34146
34147 \series bold
34148 Bemerkung:
34149 \series default
34150  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \begin_layout Standard
34159 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34160  auf einen anderen Computer kopieren.
34161  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34162  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34163  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34164 \family typewriter
34165  
34166 \family default
34167 blättern.
34168
34169 \family typewriter
34170  
34171 \family default
34172 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34173  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34174  
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Sie können Ihr Dokument als DVI über das Menü 
34179 \family sans
34180 Datei\SpecialChar \menuseparator
34181 Exportieren\SpecialChar \menuseparator
34182 DVI
34183 \family default
34184  exportieren.
34185  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34186 \family sans
34187 Ansicht
34188 \family default
34189  oder den Werkzeugleistenknopf 
34190 \begin_inset Graphics
34191         filename ../../images/buffer-view_dvi.png
34192         scale 70
34193         scaleBeforeRotation
34194         BoundingBox 0bp 0bp 20bp 20bp
34195
34196 \end_inset
34197
34198  anschauen.
34199 \end_layout
34200
34201 \begin_layout Section
34202 PostScript
34203 \begin_inset CommandInset label
34204 LatexCommand label
34205 name "abs:PostScript"
34206
34207 \end_inset
34208
34209
34210 \begin_inset Index
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214 Dateiformat  ! PostScript
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \begin_inset Index
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 PostScript
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Dieser Dateityp hat die Erweiterung 
34234 \begin_inset Quotes gld
34235 \end_inset
34236
34237
34238 \family typewriter
34239 .ps
34240 \family default
34241
34242 \begin_inset Quotes grd
34243 \end_inset
34244
34245 .
34246  PostScript wurde von der Firma
34247 \family typewriter
34248  Adobe
34249 \family default
34250  als Druckersprache entwickelt.
34251  Die Datei enthält deshalb Druckbefehle.
34252  PostScript kann als 
34253 \begin_inset Quotes gld
34254 \end_inset
34255
34256 Programmiersprache
34257 \begin_inset Quotes grd
34258 \end_inset
34259
34260  angesehen werden.
34261  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34262 \begin_inset Foot
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34267  von
34268 \series bold
34269  PSTricks
34270 \series default
34271  
34272 \begin_inset CommandInset citation
34273 LatexCommand cite
34274 key "pstricks"
34275
34276 \end_inset
34277
34278  oder 
34279 \begin_inset CommandInset citation
34280 LatexCommand cite
34281 key "latex-praxisbuch"
34282
34283 \end_inset
34284
34285  ansehen.
34286 \end_layout
34287
34288 \end_inset
34289
34290 .
34291  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34292 \end_layout
34293
34294 \begin_layout Standard
34295 PostScript kann nur Bilder im Format EPS
34296 \begin_inset Index
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300 EPS
34301 \end_layout
34302
34303 \end_inset
34304
34305  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34306 wei\SpecialChar \-
34307 ter\SpecialChar \-
34308 ung 
34309 \begin_inset Quotes gld
34310 \end_inset
34311
34312
34313 \family typewriter
34314 .eps
34315 \family default
34316
34317 \begin_inset Quotes grd
34318 \end_inset
34319
34320 ) enthalten.
34321  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34322  intern nach EPS konvertieren.
34323  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34324  verlangsamen.
34325  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34326  konvertieren und direkt als EPS einfügen.
34327 \end_layout
34328
34329 \begin_layout Standard
34330 Sie können Ihr Dokument als PostScript über das Menü 
34331 \family sans
34332 Datei\SpecialChar \menuseparator
34333 Exportieren\SpecialChar \menuseparator
34334 Post\SpecialChar \-
34335 Script
34336 \family default
34337  exportieren.
34338  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34339 \family sans
34340 Ansicht
34341 \family default
34342  oder den Werkzeugleistenknopf 
34343 \begin_inset Graphics
34344         filename ../../images/buffer-view_ps.png
34345         scale 70
34346         scaleBeforeRotation
34347
34348 \end_inset
34349
34350  anschauen.
34351 \end_layout
34352
34353 \begin_layout Section
34354 PDF
34355 \begin_inset Index
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359 Dateiformat! PDF
34360 \end_layout
34361
34362 \end_inset
34363
34364
34365 \begin_inset Index
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 PDF
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \begin_layout Standard
34378 Dieser Dateityp hat die Erweiterung 
34379 \begin_inset Quotes gld
34380 \end_inset
34381
34382
34383 \family typewriter
34384 .pdf
34385 \family default
34386
34387 \begin_inset Quotes grd
34388 \end_inset
34389
34390 .
34391  Das
34392 \emph on
34393  
34394 \emph default
34395
34396 \begin_inset Quotes gld
34397 \end_inset
34398
34399 Portable Document Format
34400 \begin_inset Quotes grd
34401 \end_inset
34402
34403  (PDF) wurde auch von der Firma 
34404 \family typewriter
34405 Adobe
34406 \family default
34407  als Derivat von PostScript entwickelt.
34408  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34409  Wie der Begriff 
34410 \begin_inset Quotes gld
34411 \end_inset
34412
34413 portable
34414 \begin_inset Quotes grd
34415 \end_inset
34416
34417  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34418  werden, und der Ausdruck sieht immer gleich aus.
34419 \end_layout
34420
34421 \begin_layout Standard
34422 PDF kann Bilder im eigenen PDF-Format, im Format 
34423 \begin_inset Quotes gld
34424 \end_inset
34425
34426 Joint Photographic Experts Group
34427 \begin_inset Quotes grd
34428 \end_inset
34429
34430  (JPEG
34431 \begin_inset Index
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 JPG, JPEG
34436 \end_layout
34437
34438 \end_inset
34439
34440 , Datei-Erweiterung 
34441 \begin_inset Quotes gld
34442 \end_inset
34443
34444
34445 \family typewriter
34446 .jpg
34447 \family default
34448
34449 \begin_inset Quotes grd
34450 \end_inset
34451
34452  oder 
34453 \begin_inset Quotes gld
34454 \end_inset
34455
34456
34457 \family typewriter
34458 .jpeg
34459 \family default
34460
34461 \begin_inset Quotes grd
34462 \end_inset
34463
34464 ) und im Format 
34465 \begin_inset Quotes gld
34466 \end_inset
34467
34468 Portable Network Graphics
34469 \begin_inset Quotes grd
34470 \end_inset
34471
34472  (PNG
34473 \begin_inset Index
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 PNG
34478 \end_layout
34479
34480 \end_inset
34481
34482 , Datei-Erweiterung 
34483 \begin_inset Quotes gld
34484 \end_inset
34485
34486
34487 \family typewriter
34488 .png
34489 \family default
34490
34491 \begin_inset Quotes grd
34492 \end_inset
34493
34494 ) enthalten.
34495  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34496  Sie konvertieren wird.
34497  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34498  wird, eines der drei erwähnten Bildformate zu benutzen.
34499 \end_layout
34500
34501 \begin_layout Standard
34502 PDF-Dateien können Sie über 
34503 \family sans
34504 Datei\SpecialChar \menuseparator
34505 Exportieren
34506 \family default
34507  auf drei Arten erzeugen:
34508 \end_layout
34509
34510 \begin_layout Description
34511 PDF
34512 \begin_inset space ~
34513 \end_inset
34514
34515 (ps2pdf) benutzt das Programm
34516 \family typewriter
34517  ps2pdf
34518 \family default
34519 , das eine PDF-Datei aus einer Post\SpecialChar \-
34520 Script®-Version Ihres Dokument erstellt.
34521  Die PostScript-Version wird mit dem Programm 
34522 \family typewriter
34523 dvips
34524 \family default
34525  aus einer DVI-Version erstellt.
34526  Es werden also drei Konvertierungen verwendet.
34527 \end_layout
34528
34529 \begin_layout Description
34530 PDF
34531 \begin_inset space ~
34532 \end_inset
34533
34534 (dvipdfm) benutzt das Programm 
34535 \family typewriter
34536 dvipdfm
34537 \family default
34538 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34539  PDF konvertiert.
34540 \end_layout
34541
34542 \begin_layout Description
34543 PDF
34544 \begin_inset space ~
34545 \end_inset
34546
34547 (pdflatex) benutzt das Programm
34548 \family typewriter
34549  pdftex
34550 \family default
34551 , das Ihr Dokument direkt nach PDF konvertiert.
34552 \end_layout
34553
34554 \begin_layout Standard
34555
34556 \family sans
34557 PDF
34558 \begin_inset space ~
34559 \end_inset
34560
34561 (pdflatex)
34562 \family default
34563  wird empfohlen, weil
34564 \family typewriter
34565  pdftex
34566 \family default
34567  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34568  ohne Probleme arbeitet.
34569  Das Programm 
34570 \family typewriter
34571 dvi\SpecialChar \-
34572 pdfm
34573 \family default
34574  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34575 \end_layout
34576
34577 \begin_layout Standard
34578 Sie können Ihr Dokument als PDF über das Menü 
34579 \family sans
34580 Datei\SpecialChar \menuseparator
34581 Exportieren\SpecialChar \menuseparator
34582 PDF
34583 \family default
34584  exportieren.
34585  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34586 \family sans
34587 Ansicht
34588 \family default
34589  oder den Werkzeugleistenknopf 
34590 \begin_inset Graphics
34591         filename ../../images/buffer-view_pdf2.png
34592         scale 70
34593         scaleBeforeRotation
34594         BoundingBox 0bp 0bp 20bp 20bp
34595
34596 \end_inset
34597
34598  anschauen 
34599 \family sans
34600 (
34601 \family default
34602 der 
34603 \family sans
34604 PDF
34605 \begin_inset space ~
34606 \end_inset
34607
34608 (pdflatex)
34609 \family default
34610  verwendet).
34611 \end_layout
34612
34613 \begin_layout Chapter
34614 Erklärung der Gleichung
34615 \begin_inset space ~
34616 \end_inset
34617
34618
34619 \begin_inset CommandInset ref
34620 LatexCommand eqref
34621 reference "eq:Wgn"
34622
34623 \end_inset
34624
34625
34626 \begin_inset CommandInset label
34627 LatexCommand label
34628 name "kap:Exläuterung-einer-Gleichung"
34629
34630 \end_inset
34631
34632
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Die Gesamtbreite von
34637 \emph on
34638  n
34639 \emph default
34640  Tabellenzellen 
34641 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34642 \end_inset
34643
34644  kann wie folgt berechnet werden:
34645 \end_layout
34646
34647 \begin_layout Standard
34648 \begin_inset Formula \begin{equation}
34649 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}
34650
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \begin_layout Standard
34657 Dabei ist 
34658 \begin_inset Formula $W_{g\, n}$
34659 \end_inset
34660
34661  die Breite jeder Zelle.
34662
34663 \series bold
34664  
34665 \backslash
34666 tabcolsep
34667 \series default
34668  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34669  Standardwert 6
34670 \begin_inset space \thinspace{}
34671 \end_inset
34672
34673 pt.
34674  
34675 \series bold
34676
34677 \backslash
34678 arrayrulewidth
34679 \series default
34680  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34681 \begin_inset space \thinspace{}
34682 \end_inset
34683
34684 pt.
34685 \end_layout
34686
34687 \begin_layout Standard
34688 Nach Gleichung
34689 \begin_inset space ~
34690 \end_inset
34691
34692
34693 \begin_inset CommandInset ref
34694 LatexCommand ref
34695 reference "eq:Wtot_n"
34696
34697 \end_inset
34698
34699  ist die Gesamtbreite einer Mehrfachspalte, 
34700 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34701 \end_inset
34702
34703 ,
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \begin_inset Formula \begin{equation}
34708 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Standard
34716 Setzt man die Gleichungen
34717 \begin_inset space ~
34718 \end_inset
34719
34720
34721 \begin_inset CommandInset ref
34722 LatexCommand ref
34723 reference "eq:Wtot_n"
34724
34725 \end_inset
34726
34727  und 
34728 \begin_inset CommandInset ref
34729 LatexCommand ref
34730 reference "eq:Wtot_mult"
34731
34732 \end_inset
34733
34734  gleich, kann man die benötigte Breite 
34735 \begin_inset Formula $W_{g\, n}$
34736 \end_inset
34737
34738 , wenn 
34739 \emph on
34740 n
34741 \emph default
34742  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34743 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34744 \end_inset
34745
34746  hat, berechnen:
34747 \end_layout
34748
34749 \begin_layout Standard
34750 \begin_inset Formula \begin{equation}
34751 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Bibliography
34759 \begin_inset CommandInset bibitem
34760 LatexCommand bibitem
34761 key "latexcompanion"
34762
34763 \end_inset
34764
34765 Frank Mittelbach and Michel Goossens: 
34766 \emph on
34767 The LaTeX Companion Second Edition.
34768
34769 \emph default
34770  Addison-Wesley, 2004
34771 \end_layout
34772
34773 \begin_layout Bibliography
34774 \begin_inset CommandInset bibitem
34775 LatexCommand bibitem
34776 key "latexguide"
34777
34778 \end_inset
34779
34780 Helmut Kopka and Patrick W.
34781  Daly: 
34782 \emph on
34783 A Guide to LaTeX Fourth Edition.
34784
34785 \emph default
34786  Addison-Wesley, 2003
34787 \end_layout
34788
34789 \begin_layout Bibliography
34790 \begin_inset CommandInset bibitem
34791 LatexCommand bibitem
34792 key "lamport"
34793
34794 \end_inset
34795
34796 Leslie Lamport: 
34797 \emph on
34798 LaTeX: A Document Preparation System.
34799
34800 \emph default
34801  Addison-Wesley, second edition, 1994
34802 \end_layout
34803
34804 \begin_layout Bibliography
34805 \begin_inset CommandInset bibitem
34806 LatexCommand bibitem
34807 key "latex-praxisbuch"
34808
34809 \end_inset
34810
34811 Niedermair, Elke & Michael: 
34812 \emph on
34813 LaTeX-Praxisbuch
34814 \emph default
34815 , Franzis-Verlag, 2004
34816 \end_layout
34817
34818 \begin_layout Bibliography
34819 \begin_inset CommandInset bibitem
34820 LatexCommand bibitem
34821 key "booktabs"
34822
34823 \end_inset
34824
34825 Dokumentation des LaTeX-Pakets 
34826 \series bold
34827
34828 \begin_inset CommandInset href
34829 LatexCommand href
34830 name "booktabs"
34831 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34832
34833 \end_inset
34834
34835
34836 \series default
34837
34838 \begin_inset Index
34839 status collapsed
34840
34841 \begin_layout Plain Layout
34842 LaTeX-Pakete ! booktabs
34843 \end_layout
34844
34845 \end_inset
34846
34847
34848 \end_layout
34849
34850 \begin_layout Bibliography
34851 \begin_inset CommandInset bibitem
34852 LatexCommand bibitem
34853 key "caption"
34854
34855 \end_inset
34856
34857 Dokumentation des LaTeX-Pakets 
34858 \series bold
34859
34860 \begin_inset CommandInset href
34861 LatexCommand href
34862 name "caption"
34863 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34864
34865 \end_inset
34866
34867
34868 \series default
34869
34870 \begin_inset Index
34871 status collapsed
34872
34873 \begin_layout Plain Layout
34874 LaTeX-Pakete ! caption
34875 \end_layout
34876
34877 \end_inset
34878
34879
34880 \end_layout
34881
34882 \begin_layout Bibliography
34883 \begin_inset CommandInset bibitem
34884 LatexCommand bibitem
34885 key "endfloat"
34886
34887 \end_inset
34888
34889 Dokumentation des LaTeX-Pakets 
34890 \series bold
34891
34892 \begin_inset CommandInset href
34893 LatexCommand href
34894 name "endfloat"
34895 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34896
34897 \end_inset
34898
34899
34900 \series default
34901
34902 \begin_inset Index
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906 LaTeX-Pakete ! endfloat
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Bibliography
34915 \begin_inset CommandInset bibitem
34916 LatexCommand bibitem
34917 key "wrapfig"
34918
34919 \end_inset
34920
34921 Dokumentation des LaTeX-Pakets 
34922 \series bold
34923
34924 \begin_inset CommandInset href
34925 LatexCommand href
34926 name "wrapfig"
34927 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34928
34929 \end_inset
34930
34931
34932 \series default
34933
34934 \begin_inset Index
34935 status collapsed
34936
34937 \begin_layout Plain Layout
34938 LaTeX-Pakete ! wrapfig
34939 \begin_inset ERT
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943
34944
34945 \backslash
34946 vspace{4mm}
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Bibliography
34960 \begin_inset CommandInset bibitem
34961 LatexCommand bibitem
34962 key "footmisc"
34963
34964 \end_inset
34965
34966 Dokumentation des LaTeX-Pakets 
34967 \series bold
34968
34969 \begin_inset CommandInset href
34970 LatexCommand href
34971 name "footmisc"
34972 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34973
34974 \end_inset
34975
34976
34977 \series default
34978
34979 \begin_inset Index
34980 status collapsed
34981
34982 \begin_layout Plain Layout
34983 LaTeX-Pakete ! footmisc
34984 \end_layout
34985
34986 \end_inset
34987
34988
34989 \end_layout
34990
34991 \begin_layout Bibliography
34992 \begin_inset CommandInset bibitem
34993 LatexCommand bibitem
34994 key "hypcap"
34995
34996 \end_inset
34997
34998 Dokumentation des LaTeX-Pakets 
34999 \series bold
35000
35001 \begin_inset CommandInset href
35002 LatexCommand href
35003 name "hypcap"
35004 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35005
35006 \end_inset
35007
35008
35009 \series default
35010
35011 \begin_inset Index
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015 LaTeX-Pakete ! hypcap
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Bibliography
35024 \begin_inset CommandInset bibitem
35025 LatexCommand bibitem
35026 key "hyperref"
35027
35028 \end_inset
35029
35030 Dokumentation des LaTeX-Pakets 
35031 \series bold
35032
35033 \begin_inset CommandInset href
35034 LatexCommand href
35035 name "hyperref"
35036 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35037
35038 \end_inset
35039
35040
35041 \series default
35042
35043 \begin_inset Index
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047 LaTeX-Pakete ! hyperref
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Bibliography
35056 \begin_inset CommandInset bibitem
35057 LatexCommand bibitem
35058 key "KOMA-script"
35059
35060 \end_inset
35061
35062 Dokumentation des LaTeX-Pakets 
35063 \series bold
35064
35065 \begin_inset CommandInset href
35066 LatexCommand href
35067 name "KOMA-script"
35068 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35069
35070 \end_inset
35071
35072
35073 \series default
35074
35075 \begin_inset Index
35076 status collapsed
35077
35078 \begin_layout Plain Layout
35079 LaTeX-Pakete ! KOMA-script
35080 \end_layout
35081
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Bibliography
35088 \begin_inset CommandInset bibitem
35089 LatexCommand bibitem
35090 key "listings"
35091
35092 \end_inset
35093
35094 Dokumentation des LaTeX-Pakets 
35095 \series bold
35096
35097 \begin_inset CommandInset href
35098 LatexCommand href
35099 name "listings"
35100 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35101
35102 \end_inset
35103
35104
35105 \series default
35106
35107 \begin_inset Index
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111 LaTeX-Pakete ! listings
35112 \end_layout
35113
35114 \end_inset
35115
35116
35117 \end_layout
35118
35119 \begin_layout Bibliography
35120 \begin_inset CommandInset bibitem
35121 LatexCommand bibitem
35122 key "marginnote"
35123
35124 \end_inset
35125
35126 Dokumentation des LaTeX-Pakets 
35127 \series bold
35128
35129 \begin_inset CommandInset href
35130 LatexCommand href
35131 name "marginnote"
35132 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35133
35134 \end_inset
35135
35136
35137 \series default
35138
35139 \begin_inset Index
35140 status collapsed
35141
35142 \begin_layout Plain Layout
35143 LaTeX-Pakete ! marginnote
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \begin_layout Bibliography
35152 \begin_inset CommandInset bibitem
35153 LatexCommand bibitem
35154 key "pstricks"
35155
35156 \end_inset
35157
35158 Webseite des LaTeX-Pakets 
35159 \series bold
35160
35161 \begin_inset CommandInset href
35162 LatexCommand href
35163 name "PSTricks"
35164 target "http://tug.org/PSTricks/"
35165
35166 \end_inset
35167
35168
35169 \series default
35170
35171 \begin_inset Index
35172 status collapsed
35173
35174 \begin_layout Plain Layout
35175 LaTeX-Pakete ! pstricks
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Bibliography
35184 \begin_inset CommandInset bibitem
35185 LatexCommand bibitem
35186 key "sidecap"
35187
35188 \end_inset
35189
35190 Dokumentation des LaTeX-Pakets 
35191 \series bold
35192
35193 \begin_inset CommandInset href
35194 LatexCommand href
35195 name "sidecap"
35196 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35197
35198 \end_inset
35199
35200
35201 \series default
35202
35203 \begin_inset Index
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207 LaTeX-Pakete ! sidecap
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Bibliography
35216 \begin_inset CommandInset bibitem
35217 LatexCommand bibitem
35218 key "NewInLyX16"
35219
35220 \end_inset
35221
35222
35223 \begin_inset CommandInset href
35224 LatexCommand href
35225 name "Wiki-Seite"
35226 target "http://wiki.lyx.org/LyX/NewInLyX16"
35227
35228 \end_inset
35229
35230  über neue Funktionen in 
35231 \family sans
35232 LyX 1.6.0
35233 \family default
35234 .
35235 \end_layout
35236
35237 \begin_layout Standard
35238 \begin_inset CommandInset index_print
35239 LatexCommand printindex
35240
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \begin_layout Standard
35247 \begin_inset FloatList figure
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Standard
35255 \begin_inset FloatList table
35256
35257 \end_inset
35258
35259
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset ERT
35264 status open
35265
35266 \begin_layout Plain Layout
35267
35268
35269 \backslash
35270 listof{algorithm}{Algorithmenverzeichnis}
35271 \end_layout
35272
35273 \end_inset
35274
35275
35276 \begin_inset Note Note
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280 siehe Abschnitt
35281 \begin_inset space ~
35282 \end_inset
35283
35284
35285 \begin_inset CommandInset ref
35286 LatexCommand ref
35287 reference "uab:Gleitobjekt-Algorithmen"
35288
35289 \end_inset
35290
35291  für eine Beschreibung
35292 \end_layout
35293
35294 \end_inset
35295
35296
35297 \end_layout
35298
35299 \end_body
35300 \end_document