]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: avoid some LaTeX warnings (a hyperref and a dcolumn issue)
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 1.6.6svn 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"
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 \series bold
17630 dcolumn
17631 \series 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 Newpage newpage
17664 \end_inset
17665
17666
17667 \end_layout
17668
17669 \begin_layout Standard
17670 \begin_inset Float table
17671 placement h
17672 wide false
17673 sideways false
17674 status open
17675
17676 \begin_layout Plain Layout
17677 \begin_inset Caption
17678
17679 \begin_layout Plain Layout
17680 \begin_inset CommandInset label
17681 LatexCommand label
17682 name "tab:Ausrichtung-mit-dem"
17683
17684 \end_inset
17685
17686 Ausrichtung mit dem LaTeX-Paket 
17687 \series bold
17688 dcolumn
17689 \series default
17690 .
17691  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17692  bekommen.
17693 \begin_inset OptArg
17694 status collapsed
17695
17696 \begin_layout Plain Layout
17697 Ausrichtung mit dem LaTeX-Paket 
17698 \series bold
17699 dcolumn
17700 \end_layout
17701
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \begin_layout Plain Layout
17713 \align center
17714 \begin_inset Tabular
17715 <lyxtabular version="3" rows="4" columns="3">
17716 <features>
17717 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17718 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17719 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17720 <row>
17721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17722 \begin_inset Text
17723
17724 \begin_layout Plain Layout
17725 Einheiten
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 Einheiten
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 Einheiten
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 </row>
17749 <row>
17750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754 12x24
17755 \begin_inset space \thinspace{}
17756 \end_inset
17757
17758 Flaschen
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17764 \begin_inset Text
17765
17766 \begin_layout Plain Layout
17767 12x24
17768 \begin_inset space \thinspace{}
17769 \end_inset
17770
17771
17772 \begin_inset Formula $\mbox{Flaschen}$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 12
17785 \begin_inset ERT
17786 status collapsed
17787
17788 \begin_layout Plain Layout
17789
17790
17791 \backslash
17792 times 
17793 \end_layout
17794
17795 \end_inset
17796
17797 24+
17798 \begin_inset Formula $\mbox{Flaschen}$
17799 \end_inset
17800
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 1024x768
17813 \begin_inset space \thinspace{}
17814 \end_inset
17815
17816 Pixel
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 1024x768
17826 \begin_inset space \thinspace{}
17827 \end_inset
17828
17829
17830 \begin_inset Formula $\mbox{Pixel}$
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 <cell alignment="center" valignment="top" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842 1024
17843 \begin_inset ERT
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847
17848
17849 \backslash
17850 times 
17851 \end_layout
17852
17853 \end_inset
17854
17855 768+
17856 \begin_inset Formula $\mbox{Pixel}$
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 </row>
17865 <row>
17866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870 32x6
17871 \begin_inset space \thinspace{}
17872 \end_inset
17873
17874 cm
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 32x6
17884 \begin_inset space \thinspace{}
17885 \end_inset
17886
17887
17888 \begin_inset Formula $\mbox{cm}$
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 32
17901 \begin_inset ERT
17902 status collapsed
17903
17904 \begin_layout Plain Layout
17905
17906
17907 \backslash
17908 times 
17909 \end_layout
17910
17911 \end_inset
17912
17913 6+
17914 \begin_inset Formula $\mbox{cm}$
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 </row>
17923 </lyxtabular>
17924
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \begin_layout Subsection
17936 Angepasste Zellen-/Spaltenformate
17937 \begin_inset CommandInset label
17938 LatexCommand label
17939 name "uab:Angepasste-Zellen-/Spaltenformate"
17940
17941 \end_inset
17942
17943
17944 \begin_inset Index
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948 Tabellen ! Spaltenformat
17949 \end_layout
17950
17951 \end_inset
17952
17953
17954 \end_layout
17955
17956 \begin_layout Standard
17957 Wenn man wie in Abschnitt
17958 \begin_inset space ~
17959 \end_inset
17960
17961
17962 \begin_inset CommandInset ref
17963 LatexCommand ref
17964 reference "uab:Mehrfachspalten-Berechnungen"
17965
17966 \end_inset
17967
17968  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17969  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17970  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17971  definieren:
17972 \end_layout
17973
17974 \begin_layout Standard
17975
17976 \series bold
17977
17978 \backslash
17979 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17980 \end_layout
17981
17982 \begin_layout Standard
17983 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17984 \emph on
17985 b
17986 \emph default
17987
17988 \emph on
17989 c
17990 \emph default
17991
17992 \emph on
17993 l
17994 \emph default
17995
17996 \emph on
17997 m
17998 \emph default
17999
18000 \emph on
18001 p
18002 \emph default
18003  oder 
18004 \emph on
18005 r
18006 \emph default
18007 , weil diese vordefiniert sind.
18008  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18009 \end_layout
18010
18011 \begin_layout Standard
18012 \begin_inset VSpace medskip
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18020  Breite könnte das Format so aussehen:
18021 \end_layout
18022
18023 \begin_layout Standard
18024
18025 \series bold
18026
18027 \backslash
18028 newcolumntype{M}[1]{>{
18029 \backslash
18030 centering
18031 \backslash
18032 hspace{0pt}}m{#1}}
18033 \end_layout
18034
18035 \begin_layout Standard
18036 wobei 
18037 \series bold
18038
18039 \backslash
18040 hspace{0pt}
18041 \series default
18042  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18043  Abschnitt
18044 \begin_inset space ~
18045 \end_inset
18046
18047
18048 \begin_inset CommandInset ref
18049 LatexCommand ref
18050 reference "uab:Mehrfache-Zeilen-in"
18051
18052 \end_inset
18053
18054  beschrieben.
18055  Jetzt können Sie mit
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061 M{Breite}
18062 \end_layout
18063
18064 \begin_layout Standard
18065 im 
18066 \family sans
18067 LaTeX-Argument
18068 \family default
18069  im 
18070 \family sans
18071 Tabellen-Einstellungen
18072 \family default
18073 -Dialog eine Mehrfachspalte definieren.
18074 \end_layout
18075
18076 \begin_layout Standard
18077 \begin_inset VSpace bigskip
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \begin_layout Standard
18084 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18085  Format definieren:
18086 \end_layout
18087
18088 \begin_layout Standard
18089
18090 \series bold
18091
18092 \backslash
18093 newcolumntype{S}[2]{>{
18094 \backslash
18095 centering
18096 \backslash
18097 hspace{0pt}}
18098 \begin_inset Newline newline
18099 \end_inset
18100
18101
18102 \begin_inset ERT
18103 status collapsed
18104
18105 \begin_layout Plain Layout
18106
18107
18108 \backslash
18109 phantom{
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \backslash
18116 newcolumntype
18117 \begin_inset ERT
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121
18122 }
18123 \end_layout
18124
18125 \end_inset
18126
18127 m{(#1+(2
18128 \backslash
18129 tabcolsep+
18130 \backslash
18131 arrayrulewidth)*(1-#2))/#2}}
18132 \end_layout
18133
18134 \begin_layout Standard
18135 Dieses Format benutzt Gleichung
18136 \begin_inset space ~
18137 \end_inset
18138
18139
18140 \begin_inset CommandInset ref
18141 LatexCommand ref
18142 reference "eq:Wgn"
18143
18144 \end_inset
18145
18146 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18147  breit ist.
18148 \end_layout
18149
18150 \begin_layout Standard
18151 Jetzt können Sie im 
18152 \family sans
18153 LaTeX-Argument
18154 \family default
18155  im 
18156 \family sans
18157 Tabellen-Einstellungen
18158 \family default
18159 -Dialog folgendes einfügen:
18160 \end_layout
18161
18162 \begin_layout Standard
18163
18164 \series bold
18165 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18166 \end_layout
18167
18168 \begin_layout Standard
18169 \begin_inset VSpace bigskip
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 Für farbige Spalten können Sie folgendes einfügen:
18177 \end_layout
18178
18179 \begin_layout Standard
18180
18181 \series bold
18182
18183 \backslash
18184 newcolumntype{K}[1]{>{
18185 \backslash
18186 columncolor{#1}
18187 \backslash
18188 hspace{0pt}}c}
18189 \end_layout
18190
18191 \begin_layout Standard
18192 Das 
18193 \begin_inset Quotes gld
18194 \end_inset
18195
18196 c
18197 \begin_inset Quotes grd
18198 \end_inset
18199
18200  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18201  zentriert ist.
18202  Jetzt können Sie als 
18203 \family sans
18204 LaTeX-Argument
18205 \family default
18206  folgendes einfügen:
18207 \end_layout
18208
18209 \begin_layout Standard
18210
18211 \series bold
18212 K{Farbname}
18213 \end_layout
18214
18215 \begin_layout Standard
18216 \begin_inset VSpace bigskip
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Standard
18223 Für Tabelle
18224 \begin_inset space ~
18225 \end_inset
18226
18227
18228 \begin_inset CommandInset ref
18229 LatexCommand ref
18230 reference "tab:Tabelle-mit-benutzerdefinierte"
18231
18232 \end_inset
18233
18234  wurden folgende 
18235 \family sans
18236 LaTeX-Argumente
18237 \family default
18238  benutzt:
18239 \end_layout
18240
18241 \begin_layout Standard
18242
18243 \series bold
18244 M{2.5cm}
18245 \end_layout
18246
18247 \begin_layout Standard
18248 für die erste Spalte und die Mehrfachspalte,
18249 \end_layout
18250
18251 \begin_layout Standard
18252
18253 \series bold
18254 K{red}
18255 \end_layout
18256
18257 \begin_layout Standard
18258 für die letzte Spalte und
18259 \end_layout
18260
18261 \begin_layout Standard
18262
18263 \series bold
18264 S{2.5cm}{2}
18265 \end_layout
18266
18267 \begin_layout Standard
18268 für die Spalten in der zweiten Mehrfachspalte.
18269 \end_layout
18270
18271 \begin_layout Standard
18272 \begin_inset Float table
18273 placement h
18274 wide false
18275 sideways false
18276 status open
18277
18278 \begin_layout Plain Layout
18279 \begin_inset Caption
18280
18281 \begin_layout Plain Layout
18282 \begin_inset CommandInset label
18283 LatexCommand label
18284 name "tab:Tabelle-mit-benutzerdefinierte"
18285
18286 \end_inset
18287
18288 Tabelle mit benutzerdefinierten Formaten
18289 \end_layout
18290
18291 \end_inset
18292
18293
18294 \end_layout
18295
18296 \begin_layout Plain Layout
18297 \align center
18298 \begin_inset Tabular
18299 <lyxtabular version="3" rows="3" columns="4">
18300 <features>
18301 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18302 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18303 <column alignment="center" valignment="middle" width="0">
18304 <column alignment="center" valignment="middle" width="0" special="K{red}">
18305 <row>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 einsehrlangesWort
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 Mehrfachspalte mit mehreren Zeilen
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 c
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 <row>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 d
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 e
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 f
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 g
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 </row>
18381 <row>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 h
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 i
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 j
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 k
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 </row>
18419 </lyxtabular>
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \begin_layout Subsection
18432 Liniendicke
18433 \begin_inset CommandInset label
18434 LatexCommand label
18435 name "uab:Liniendicke"
18436
18437 \end_inset
18438
18439
18440 \begin_inset Index
18441 status collapsed
18442
18443 \begin_layout Plain Layout
18444 Tabellen  ! Linien ! -dicke
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \end_layout
18451
18452 \begin_layout Standard
18453 Die Liniendicke für alle Linien einer Tabelle kann mit 
18454 \series bold
18455
18456 \backslash
18457 arrayrulewidth
18458 \series default
18459  eingestellt werden.
18460  Um eine Liniendicke von 1.5
18461 \begin_inset space \thinspace{}
18462 \end_inset
18463
18464 pt wie in Tabelle
18465 \begin_inset space ~
18466 \end_inset
18467
18468
18469 \begin_inset CommandInset ref
18470 LatexCommand ref
18471 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18472
18473 \end_inset
18474
18475  zu bekommen, geben Sie den Befehl
18476 \end_layout
18477
18478 \begin_layout Standard
18479
18480 \series bold
18481
18482 \backslash
18483 setlength{
18484 \backslash
18485 arrayrulewidth}{1.5pt}
18486 \end_layout
18487
18488 \begin_layout Standard
18489 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18490  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18491  Mit
18492 \end_layout
18493
18494 \begin_layout Standard
18495
18496 \series bold
18497
18498 \backslash
18499 setlength{
18500 \backslash
18501 arrayrulewidth}{0.4pt}
18502 \end_layout
18503
18504 \begin_layout Standard
18505 bekommen Sie wieder die Standarddicke.
18506 \end_layout
18507
18508 \begin_layout Standard
18509 \begin_inset ERT
18510 status collapsed
18511
18512 \begin_layout Plain Layout
18513
18514
18515 \backslash
18516 setlength{
18517 \backslash
18518 arrayrulewidth}{1.5pt}
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \begin_inset Float table
18525 placement H
18526 wide false
18527 sideways false
18528 status open
18529
18530 \begin_layout Plain Layout
18531 \begin_inset Caption
18532
18533 \begin_layout Plain Layout
18534 \begin_inset CommandInset label
18535 LatexCommand label
18536 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18537
18538 \end_inset
18539
18540 Tabelle mit 1.5
18541 \begin_inset space \thinspace{}
18542 \end_inset
18543
18544 pt Liniendicke
18545 \end_layout
18546
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \begin_layout Plain Layout
18553 \align center
18554 \begin_inset Tabular
18555 <lyxtabular version="3" rows="3" columns="3">
18556 <features>
18557 <column alignment="center" valignment="top" width="0">
18558 <column alignment="center" valignment="top" width="0">
18559 <column alignment="center" valignment="top" width="0">
18560 <row>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 sd
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 sd
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 sd
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 </lyxtabular>
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \begin_inset ERT
18658 status collapsed
18659
18660 \begin_layout Plain Layout
18661
18662
18663 \backslash
18664 setlength{
18665 \backslash
18666 arrayrulewidth}{0.4pt}
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \begin_layout Standard
18675 \begin_inset VSpace bigskip
18676 \end_inset
18677
18678 Um eine Liniendicke von 1.5
18679 \begin_inset space \thinspace{}
18680 \end_inset
18681
18682 pt nur für horizontale Linien zu bekommen wie in Tabelle
18683 \begin_inset space ~
18684 \end_inset
18685
18686
18687 \begin_inset CommandInset ref
18688 LatexCommand ref
18689 reference "tab:Tabelle-mit-1.5pt-horiz"
18690
18691 \end_inset
18692
18693 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18694  einfügen:
18695 \end_layout
18696
18697 \begin_layout Standard
18698
18699 \series bold
18700
18701 \backslash
18702 let
18703 \backslash
18704 myHline
18705 \backslash
18706 hline
18707 \begin_inset Newline newline
18708 \end_inset
18709
18710
18711 \backslash
18712 renewcommand{
18713 \backslash
18714 hline}
18715 \begin_inset Newline newline
18716 \end_inset
18717
18718  {
18719 \backslash
18720 noalign{
18721 \backslash
18722 global
18723 \backslash
18724 arrayrulewidth 1.5pt}
18725 \begin_inset Newline newline
18726 \end_inset
18727
18728  
18729 \backslash
18730 myHline
18731 \backslash
18732 noalign{
18733 \backslash
18734 global
18735 \backslash
18736 arrayrulewidth 0.4pt}}
18737 \end_layout
18738
18739 \begin_layout Standard
18740 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18741  der (Gleit\SpecialChar \-
18742 objekt-)Tabelle zurück:
18743 \end_layout
18744
18745 \begin_layout Standard
18746
18747 \series bold
18748
18749 \backslash
18750 renewcommand{
18751 \backslash
18752 hline}{
18753 \backslash
18754 myHline}
18755 \end_layout
18756
18757 \begin_layout Standard
18758 \begin_inset ERT
18759 status collapsed
18760
18761 \begin_layout Plain Layout
18762
18763
18764 \backslash
18765 let
18766 \backslash
18767 myHline
18768 \backslash
18769 hline
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774
18775 \backslash
18776 renewcommand{
18777 \backslash
18778 hline}
18779 \end_layout
18780
18781 \begin_layout Plain Layout
18782
18783  {
18784 \backslash
18785 noalign{
18786 \backslash
18787 global
18788 \backslash
18789 arrayrulewidth 1.5pt}
18790 \end_layout
18791
18792 \begin_layout Plain Layout
18793
18794   
18795 \backslash
18796 myHline
18797 \backslash
18798 noalign{
18799 \backslash
18800 global
18801 \backslash
18802 arrayrulewidth 0.4pt}}
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \begin_inset Float table
18809 placement h
18810 wide false
18811 sideways false
18812 status open
18813
18814 \begin_layout Plain Layout
18815 \begin_inset Caption
18816
18817 \begin_layout Plain Layout
18818 \begin_inset CommandInset label
18819 LatexCommand label
18820 name "tab:Tabelle-mit-1.5pt-horiz"
18821
18822 \end_inset
18823
18824 Tabelle mit 1.5
18825 \begin_inset space \thinspace{}
18826 \end_inset
18827
18828 pt dicken horizontalen Linien
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Plain Layout
18837 \align center
18838 \begin_inset Tabular
18839 <lyxtabular version="3" rows="3" columns="3">
18840 <features>
18841 <column alignment="center" valignment="top" width="0">
18842 <column alignment="center" valignment="top" width="0">
18843 <column alignment="center" valignment="top" width="0">
18844 <row>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 sd
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 </row>
18873 <row>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 sd
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 </row>
18902 <row>
18903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 sd
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 </row>
18931 </lyxtabular>
18932
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \begin_inset ERT
18942 status collapsed
18943
18944 \begin_layout Plain Layout
18945
18946
18947 \backslash
18948 renewcommand{
18949 \backslash
18950 hline}{
18951 \backslash
18952 myHline}
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Standard
18961 \begin_inset VSpace bigskip
18962 \end_inset
18963
18964 Um die Liniendicke von 1.5
18965 \begin_inset space \thinspace{}
18966 \end_inset
18967
18968 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18969  Spaltenformat entsprechend der Beschreibung in Abschnitt
18970 \begin_inset space ~
18971 \end_inset
18972
18973
18974 \begin_inset CommandInset ref
18975 LatexCommand ref
18976 reference "uab:Angepasste-Zellen-/Spaltenformate"
18977
18978 \end_inset
18979
18980  definieren:
18981 \end_layout
18982
18983 \begin_layout Standard
18984
18985 \series bold
18986
18987 \backslash
18988 newcolumntype{V}{!{
18989 \backslash
18990 vrule width 1.5pt}}
18991 \end_layout
18992
18993 \begin_layout Standard
18994 In Tabelle
18995 \begin_inset space ~
18996 \end_inset
18997
18998
18999 \begin_inset CommandInset ref
19000 LatexCommand ref
19001 reference "tab:Tabelle-mit-1.5pt-vert"
19002
19003 \end_inset
19004
19005  wurde das 
19006 \family sans
19007 LaTe
19008 \begin_inset ERT
19009 status collapsed
19010
19011 \begin_layout Plain Layout
19012
19013 {}
19014 \end_layout
19015
19016 \end_inset
19017
19018 X-Argument
19019 \family default
19020 \series bold
19021  VcV
19022 \series default
19023  für die letzte Spalte und
19024 \series bold
19025  Vc
19026 \series default
19027  für die anderen benutzt.
19028 \end_layout
19029
19030 \begin_layout Standard
19031 \begin_inset Float table
19032 placement H
19033 wide false
19034 sideways false
19035 status open
19036
19037 \begin_layout Plain Layout
19038 \begin_inset Caption
19039
19040 \begin_layout Plain Layout
19041 \begin_inset CommandInset label
19042 LatexCommand label
19043 name "tab:Tabelle-mit-1.5pt-vert"
19044
19045 \end_inset
19046
19047 Tabelle mit 1.5
19048 \begin_inset space \thinspace{}
19049 \end_inset
19050
19051 pt dicken vertikalen Linien
19052 \end_layout
19053
19054 \end_inset
19055
19056
19057 \end_layout
19058
19059 \begin_layout Plain Layout
19060 \align center
19061 \begin_inset Tabular
19062 <lyxtabular version="3" rows="3" columns="3">
19063 <features>
19064 <column alignment="center" valignment="top" width="0" special="Vc">
19065 <column alignment="center" valignment="top" width="0" special="Vc">
19066 <column alignment="center" valignment="top" width="0" special="VcV">
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 sd
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 sd
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 <row>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148 sd
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 </lyxtabular>
19155
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \begin_layout Subsection
19167 Gestrichelte Linien
19168 \begin_inset Index
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172 Tabellen  ! Linien ! gestrichelte 
19173 \end_layout
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 \begin_inset ERT
19182 status collapsed
19183
19184 \begin_layout Plain Layout
19185
19186
19187 \backslash
19188 ifarydshln
19189 \end_layout
19190
19191 \end_inset
19192
19193
19194 \begin_inset Note Note
19195 status open
19196
19197 \begin_layout Plain Layout
19198 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19199 \series bold
19200 arydshln
19201 \series default
19202  installiert ist.
19203 \end_layout
19204
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \begin_layout Standard
19211 \begin_inset Float table
19212 placement h
19213 wide false
19214 sideways false
19215 status open
19216
19217 \begin_layout Plain Layout
19218 \begin_inset Caption
19219
19220 \begin_layout Plain Layout
19221 \begin_inset CommandInset label
19222 LatexCommand label
19223 name "tab:Tabelle-mit-gestrichelten"
19224
19225 \end_inset
19226
19227 Tabelle mit gestrichelten Linien
19228 \end_layout
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Plain Layout
19236 \align center
19237 \begin_inset Tabular
19238 <lyxtabular version="3" rows="5" columns="5">
19239 <features>
19240 <column alignment="center" valignment="top" width="0">
19241 <column alignment="center" valignment="top" width="0">
19242 <column alignment="center" valignment="top" width="0" special=":c">
19243 <column alignment="center" valignment="top" width="0">
19244 <column alignment="center" valignment="top" width="0">
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 a
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 b
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 c
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 d
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 e
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 f
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 g
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 h
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 i
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 j
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348
19349
19350 \backslash
19351 hdashline 
19352 \end_layout
19353
19354 \end_inset
19355
19356 k
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 l
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 m
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 n
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 o
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset ERT
19404 status collapsed
19405
19406 \begin_layout Plain Layout
19407
19408
19409 \backslash
19410 cdashline{4-5}
19411 \end_layout
19412
19413 \end_inset
19414
19415 p
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 q
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 r
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 s
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 t
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 u
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 v
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 w
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 x
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 </lyxtabular>
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \begin_layout Standard
19517 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19518  TeX-Code benutzen.
19519  Zunächst müssen Sie das LaTeX-Paket 
19520 \series bold
19521 arydshln
19522 \series default
19523
19524 \begin_inset Index
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528 LaTeX-Pakete ! arydshln
19529 \end_layout
19530
19531 \end_inset
19532
19533  im LaTeX-Vorspann laden:
19534 \end_layout
19535
19536 \begin_layout Standard
19537
19538 \series bold
19539
19540 \backslash
19541 usepackage{arydshln}
19542 \end_layout
19543
19544 \begin_layout Standard
19545 Um senkrechte Linien zu stricheln, müssen Sie im 
19546 \family sans
19547 LaTe
19548 \begin_inset ERT
19549 status collapsed
19550
19551 \begin_layout Plain Layout
19552
19553 {}
19554 \end_layout
19555
19556 \end_inset
19557
19558 X-Argument
19559 \family default
19560  des 
19561 \family sans
19562 Tabellen-Einstellungen
19563 \family default
19564 -Dialogs 
19565 \begin_inset Quotes gld
19566 \end_inset
19567
19568 :
19569 \begin_inset Quotes grd
19570 \end_inset
19571
19572 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19573 \end_layout
19574
19575 \begin_layout Standard
19576 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19577 \end_layout
19578
19579 \begin_layout Standard
19580
19581 \series bold
19582
19583 \backslash
19584 hdashline
19585 \end_layout
19586
19587 \begin_layout Standard
19588 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19589 \end_layout
19590
19591 \begin_layout Standard
19592 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19593 \end_layout
19594
19595 \begin_layout Standard
19596
19597 \series bold
19598
19599 \backslash
19600 cdashline{Anfangsspalte-Endspalte}
19601 \end_layout
19602
19603 \begin_layout Standard
19604 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19605  Wenn Sie z.
19606 \begin_inset space \thinspace{}
19607 \end_inset
19608
19609 B.
19610  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19611  gestrichelte Linie haben, fügen Sie den Befehl
19612 \end_layout
19613
19614 \begin_layout Standard
19615
19616 \series bold
19617
19618 \backslash
19619 cdashline{2-4}
19620 \end_layout
19621
19622 \begin_layout Standard
19623 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19624 \end_layout
19625
19626 \begin_layout Standard
19627 \begin_inset VSpace bigskip
19628 \end_inset
19629
19630
19631 \end_layout
19632
19633 \begin_layout Standard
19634 In Tabelle
19635 \begin_inset space ~
19636 \end_inset
19637
19638
19639 \begin_inset CommandInset ref
19640 LatexCommand ref
19641 reference "tab:Tabelle-mit-gestrichelten"
19642
19643 \end_inset
19644
19645  wurde in der dritten Spalte der Befehl
19646 \series bold
19647  
19648 \series default
19649
19650 \begin_inset Quotes gld
19651 \end_inset
19652
19653
19654 \series bold
19655 :c
19656 \begin_inset Quotes grd
19657 \end_inset
19658
19659
19660 \series default
19661  benutzt.
19662  Der Befehl 
19663 \series bold
19664
19665 \backslash
19666 hdashline
19667 \series default
19668  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19669 \begin_inset Newline newline
19670 \end_inset
19671
19672  
19673 \series bold
19674
19675 \backslash
19676 cdashline{4-5} 
19677 \series default
19678 wurde in die erste Zelle der vierten Zeile eingefügt.
19679 \end_layout
19680
19681 \begin_layout Standard
19682 \begin_inset Note Greyedout
19683 status open
19684
19685 \begin_layout Plain Layout
19686
19687 \series bold
19688 Bemerkung:
19689 \series default
19690  Das LaTeX-Paket 
19691 \series bold
19692 arydshln
19693 \series default
19694  ist nicht kompatibel dem LaTeX-Paket 
19695 \series bold
19696 colortbl
19697 \series default
19698
19699 \begin_inset Index
19700 status collapsed
19701
19702 \begin_layout Plain Layout
19703 LaTeX-Pakete ! colortbl
19704 \end_layout
19705
19706 \end_inset
19707
19708 , das für die farbigen Tabellen in Abschnitt
19709 \begin_inset space ~
19710 \end_inset
19711
19712
19713 \begin_inset CommandInset ref
19714 LatexCommand ref
19715 reference "abs:Farbige-Tabellen"
19716
19717 \end_inset
19718
19719  benutzt wurde.
19720  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19721 \end_layout
19722
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \begin_layout Standard
19729 \begin_inset ERT
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733
19734
19735 \backslash
19736 else
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \begin_inset Note Note
19743 status open
19744
19745 \begin_layout Plain Layout
19746 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19747 \series bold
19748 arydshln
19749 \series default
19750  nicht installiert ist:
19751 \end_layout
19752
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \begin_layout Standard
19759 Sie müssen das LaTeX-Paket 
19760 \series bold
19761 arydshln
19762 \series default
19763  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19764 \end_layout
19765
19766 \begin_layout Standard
19767 \begin_inset ERT
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771
19772
19773 \backslash
19774 fi
19775 \end_layout
19776
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \begin_layout Chapter
19783 Gleitobjekte
19784 \begin_inset Index
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 Gleitobjekte
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Section
19797 Einleitung
19798 \begin_inset CommandInset label
19799 LatexCommand label
19800 name "abs:Gleitobjekte-Einleitung"
19801
19802 \end_inset
19803
19804
19805 \begin_inset Index
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809 Gleitobjekte ! Einleitung
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \begin_layout Standard
19818 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19819  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19820  der beste Platz ist.
19821  
19822 \family sans
19823 Fußnoten
19824 \family default
19825  und 
19826 \family sans
19827 Randnotizen
19828 \family default
19829  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19830  wenn auf ihrer Seite schon zu viele sind.
19831 \end_layout
19832
19833 \begin_layout Standard
19834 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19835  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19836  um weiße Flächen und Seiten ohne Text zu vermeiden.
19837  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19838 löst,
19839  kann im Text auf ein Gleitobjekt verwiesen werden.
19840  Gleitobjekte sind deshalb nummeriert.
19841  Querverweise werden in Abschnitt
19842 \begin_inset space ~
19843 \end_inset
19844
19845
19846 \begin_inset CommandInset ref
19847 LatexCommand ref
19848 reference "abs:Auf-Gleitobjekte-verweisen"
19849
19850 \end_inset
19851
19852  beschrieben.
19853 \end_layout
19854
19855 \begin_layout Standard
19856 Ein Gleitobjekt wird mit 
19857 \family sans
19858 Einfügen\SpecialChar \menuseparator
19859 Gleitobjekt\SpecialChar \menuseparator
19860 Algorithmus/Abbildung/Ta\SpecialChar \-
19861 belle/Um\SpecialChar \-
19862 flos\SpecialChar \-
19863 se\SpecialChar \-
19864 nes
19865 \begin_inset space ~
19866 \end_inset
19867
19868 Gleitobjekt
19869 \family default
19870  eingefügt.
19871  Für Abbildungen oder Tabellen können Sie auch auf 
19872 \begin_inset Graphics
19873         filename ../../images/float-insert_figure.png
19874         scale 70
19875         scaleBeforeRotation
19876         BoundingBox 0bp 6bp 22bp 22bp
19877
19878 \end_inset
19879
19880  oder 
19881 \begin_inset Graphics
19882         filename ../../images/float-insert_table.png
19883         scale 70
19884         scaleBeforeRotation
19885         BoundingBox 0bp 6bp 22bp 22bp
19886
19887 \end_inset
19888
19889  klicken.
19890  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19891  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19892  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19893  #:).
19894  Statt # sehen Sie die von LyX vergebene Nummer.
19895  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19896  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19897  eingefügt.
19898  In Abschnitt
19899 \begin_inset space ~
19900 \end_inset
19901
19902
19903 \begin_inset CommandInset ref
19904 LatexCommand ref
19905 reference "abs:Titel-Platzierung"
19906
19907 \end_inset
19908
19909  finden Sie mehr über die Platzierung des Titels.
19910  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19911  auch wieder geöffnet.
19912  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19913 \begin_inset Graphics
19914         filename clipart/GleitobjektQt4.png
19915         scale 70
19916         scaleBeforeRotation
19917         BoundingBox 0bp 6bp 128bp 22bp
19918
19919 \end_inset
19920
19921  – ein graues Kästchen mit roter Beschriftung.
19922 \end_layout
19923
19924 \begin_layout Standard
19925 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19926  Gleitobjekte in einem eigenen Absatz einzufügen.
19927 \end_layout
19928
19929 \begin_layout Standard
19930 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19931  indem Sie sie markieren und dann auf 
19932 \begin_inset Graphics
19933         filename ../../images/float-insert_figure.png
19934         scale 70
19935         scaleBeforeRotation
19936         BoundingBox 0bp 6bp 22bp 22bp
19937
19938 \end_inset
19939
19940  oder 
19941 \begin_inset Graphics
19942         filename ../../images/float-insert_table.png
19943         scale 70
19944         scaleBeforeRotation
19945         BoundingBox 0bp 6bp 22bp 22bp
19946
19947 \end_inset
19948
19949  klicken.
19950 \end_layout
19951
19952 \begin_layout Section
19953 Gleitobjekt-Typen
19954 \begin_inset Index
19955 status collapsed
19956
19957 \begin_layout Plain Layout
19958 Gleitobjekte ! Typen
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \begin_layout Standard
19967 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19968 \begin_inset space ~
19969 \end_inset
19970
19971
19972 \begin_inset CommandInset ref
19973 LatexCommand ref
19974 reference "abs:Gleitende-Abbildungen"
19975
19976 \end_inset
19977
19978  und 
19979 \begin_inset CommandInset ref
19980 LatexCommand ref
19981 reference "abs:Gleitende-Tabellen"
19982
19983 \end_inset
19984
19985  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19986 \end_layout
19987
19988 \begin_layout Subsection
19989 Gleitobjekt-Algorithmen
19990 \begin_inset Index
19991 status collapsed
19992
19993 \begin_layout Plain Layout
19994 Gleitobjekte ! Algorithmen
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \begin_inset CommandInset label
20001 LatexCommand label
20002 name "uab:Gleitobjekt-Algorithmen"
20003
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \begin_layout Standard
20010 \begin_inset Float algorithm
20011 placement h
20012 wide false
20013 sideways false
20014 status open
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Caption
20018
20019 \begin_layout Plain Layout
20020 \begin_inset CommandInset label
20021 LatexCommand label
20022 name "alg:Ein-Gleitobjekt-Algorithmus"
20023
20024 \end_inset
20025
20026 Ein Gleitobjekt-Algorithmus 
20027 \end_layout
20028
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \begin_layout LyX-Code
20035 for I in 1..N loop
20036 \begin_inset Newline newline
20037 \end_inset
20038
20039  Sum:= Sum + A(I); /*Kommentar*/
20040 \begin_inset Newline newline
20041 \end_inset
20042
20043 end loop
20044 \begin_inset VSpace -4mm
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \begin_layout Standard
20056 Dieser Typ wird mit 
20057 \family sans
20058 Einfügen\SpecialChar \menuseparator
20059 Gleitobjekt\SpecialChar \menuseparator
20060 Algorithmus
20061 \family default
20062  eingefügt.
20063  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20064  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20065 \begin_inset space ~
20066 \end_inset
20067
20068
20069 \begin_inset CommandInset ref
20070 LatexCommand ref
20071 reference "kap:Programm-Code-Listen"
20072
20073 \end_inset
20074
20075 .
20076  Eine mögliche Absatz-Umgebung hier für ist 
20077 \family sans
20078 LyX-Code
20079 \family default
20080 , beschrieben im 
20081 \emph on
20082 Benutzerhandbuch
20083 \emph default
20084 .
20085  In Algorithmus
20086 \begin_inset space ~
20087 \end_inset
20088
20089
20090 \begin_inset CommandInset ref
20091 LatexCommand ref
20092 reference "alg:Ein-Gleitobjekt-Algorithmus"
20093
20094 \end_inset
20095
20096  wurden am Ende -4
20097 \begin_inset space \thinspace{}
20098 \end_inset
20099
20100 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20101  letzten Zeile gedruckt wird.
20102 \end_layout
20103
20104 \begin_layout Standard
20105 Die Marke 
20106 \emph on
20107 Algorithmus
20108 \emph default
20109  wird nicht automatisch in die druckbare Version übernommen, sondern das
20110  englische Wort 
20111 \emph on
20112 Algorithm
20113 \emph default
20114  verwendet.
20115  Soll
20116 \emph on
20117  Algorithmus
20118 \emph default
20119  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20120 \end_layout
20121
20122 \begin_layout Standard
20123
20124 \series bold
20125
20126 \backslash
20127 floatname{algorithm}{Algorithmus}
20128 \end_layout
20129
20130 \begin_layout Standard
20131 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20132  Sprache wie die LyX Menünamen haben, das Menü 
20133 \family sans
20134 Einfügen\SpecialChar \menuseparator
20135 Liste
20136 \begin_inset space \thinspace{}
20137 \end_inset
20138
20139 /
20140 \begin_inset space \thinspace{}
20141 \end_inset
20142
20143 Inhaltsverzeichnis\SpecialChar \menuseparator
20144 Algorithmenverzeichnis
20145 \family default
20146  verwendet werden.
20147  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20148  eingefügt werden:
20149 \end_layout
20150
20151 \begin_layout Standard
20152
20153 \series bold
20154
20155 \backslash
20156 listof{algorithm}{Algorithmenverzeichnis}
20157 \end_layout
20158
20159 \begin_layout Standard
20160 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20161  nach dem Schema 
20162 \begin_inset Quotes gld
20163 \end_inset
20164
20165 Kapitelnummer.Algorithmusnummer
20166 \begin_inset Quotes grd
20167 \end_inset
20168
20169  nummeriert.
20170  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20171  einfügen:
20172 \end_layout
20173
20174 \begin_layout Standard
20175
20176 \series bold
20177
20178 \backslash
20179 numberwithin{algorithm}{chapter}
20180 \end_layout
20181
20182 \begin_layout Standard
20183 Um 
20184 \series bold
20185
20186 \backslash
20187 numberwithin
20188 \series default
20189  benutzen zu können, muss in den 
20190 \family sans
20191 Mathe
20192 \begin_inset space ~
20193 \end_inset
20194
20195 Optionen
20196 \family default
20197  der 
20198 \family sans
20199 Dokument-Einstellungen
20200 \family default
20201  
20202 \family sans
20203 AMS
20204 \begin_inset space ~
20205 \end_inset
20206
20207 Mathe
20208 \begin_inset space ~
20209 \end_inset
20210
20211 Paket
20212 \family default
20213
20214 \begin_inset space ~
20215 \end_inset
20216
20217
20218 \family sans
20219 verwenden
20220 \family default
20221  angekreuzt sein.
20222 \end_layout
20223
20224 \begin_layout Subsection
20225 Umflossene Gleitobjekte
20226 \begin_inset Index
20227 status collapsed
20228
20229 \begin_layout Plain Layout
20230 Gleitobjekte ! umflossene
20231 \end_layout
20232
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \begin_layout Standard
20239 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20240  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20241  den die Abbildung bzw.
20242 \begin_inset space ~
20243 \end_inset
20244
20245 Tabelle übrig lässt.
20246  Sie werden über das Menü
20247 \family sans
20248  Einfügen\SpecialChar \menuseparator
20249 Gleitobjekt\SpecialChar \menuseparator
20250 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20251 objekt
20252 \family default
20253  eingefügt, wenn das LaTeX-Paket 
20254 \series bold
20255 wrapfig
20256 \series default
20257
20258 \begin_inset Index
20259 status collapsed
20260
20261 \begin_layout Plain Layout
20262 LaTeX-Pakete ! wrapfig
20263 \begin_inset ERT
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267
20268
20269 \backslash
20270 vspace{4mm}
20271 \end_layout
20272
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279
20280  installiert ist.
20281 \begin_inset Foot
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20286 \emph on
20287 LaTeX-Konfiguration
20288 \emph default
20289  beschrieben.
20290 \end_layout
20291
20292 \end_inset
20293
20294  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20295  Box des Gleitobjekts geändert werden.
20296  
20297 \begin_inset Wrap figure
20298 lines 0
20299 placement l
20300 overhang 1cm
20301 width "40col%"
20302 status open
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Graphics
20306         filename ../clipart/mobius.eps
20307         width 40col%
20308         scaleBeforeRotation
20309         rotateOrigin center
20310
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \begin_layout Plain Layout
20317 \begin_inset Caption
20318
20319 \begin_layout Plain Layout
20320 \begin_inset CommandInset label
20321 LatexCommand label
20322 name "abb:Dies-ist-eine"
20323
20324 \end_inset
20325
20326 Dies ist eine umflossene Gleitobjekt-Abbildung
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335
20336  Obligatorische Einstellungen sind die 
20337 \family sans
20338 Breite
20339 \family default
20340  und 
20341 \family sans
20342 Platzierung
20343 \family default
20344  des Gleitobjekts.
20345  Optional sind der 
20346 \family sans
20347 Überhang 
20348 \family default
20349 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20350 \begin_inset space \thinspace{}
20351 \end_inset
20352
20353 /
20354 \begin_inset space \thinspace{}
20355 \end_inset
20356
20357 der Seite ragt und die 
20358 \family sans
20359 benötigten Zeilen
20360 \family default
20361 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20362  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20363  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20364  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20365  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20366  zu lassen.
20367  Abbildung
20368 \begin_inset space ~
20369 \end_inset
20370
20371
20372 \begin_inset CommandInset ref
20373 LatexCommand ref
20374 reference "abb:Dies-ist-eine"
20375
20376 \end_inset
20377
20378  ist zum Beispiel ein umflossenes Bild, das 40
20379 \begin_inset space \thinspace{}
20380 \end_inset
20381
20382 % der Spaltenbreite einnimmt, 1
20383 \begin_inset space \thinspace{}
20384 \end_inset
20385
20386 cm in den Rand ragt und links gesetzt wurde.
20387 \begin_inset Foot
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391 Die benutzbaren Einheiten werden in Anhang
20392 \begin_inset space ~
20393 \end_inset
20394
20395
20396 \begin_inset CommandInset ref
20397 LatexCommand ref
20398 reference "kap:In-LyX-verfügbare"
20399
20400 \end_inset
20401
20402  beschrieben.
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Standard
20411 \begin_inset Note Greyedout
20412 status open
20413
20414 \begin_layout Plain Layout
20415
20416 \series bold
20417 Bemerkung:
20418 \series default
20419  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20420 \begin_inset space \thinspace{}
20421 \end_inset
20422
20423 B.
20424  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20425  oder über anderen Text gedruckt wird.
20426 \end_layout
20427
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 Allgemein gilt:
20435 \end_layout
20436
20437 \begin_layout Itemize
20438 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20439  der nächsten Seite fortgesetzt werden.
20440  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20441  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20442 \end_layout
20443
20444 \begin_layout Itemize
20445 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20446  sie fließen soll, eingefügt werden oder darin.
20447 \end_layout
20448
20449 \begin_layout Itemize
20450 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20451  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20452  ihnen ist.
20453 \end_layout
20454
20455 \begin_layout Itemize
20456 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20457  erlaubt.
20458 \end_layout
20459
20460 \begin_layout Section
20461 Gleitobjekt-Nummerierung
20462 \begin_inset Index
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466 Gleitobjekte ! Nummerierung
20467 \end_layout
20468
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \begin_layout Standard
20475 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20476  nummeriert oder nach dem Schema 
20477 \begin_inset Quotes gld
20478 \end_inset
20479
20480 Kapitelnummer.Gleitobjektnummer
20481 \begin_inset Quotes grd
20482 \end_inset
20483
20484  oder 
20485 \begin_inset Quotes gld
20486 \end_inset
20487
20488 Abschnittsnummer.Gleitobjektnummer
20489 \begin_inset Quotes grd
20490 \end_inset
20491
20492 .
20493  Das hängt von der Dokumentklasse ab.
20494 \end_layout
20495
20496 \begin_layout Standard
20497 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20498  in den LaTeX-Vorspann einfügen:
20499 \end_layout
20500
20501 \begin_layout Standard
20502
20503 \series bold
20504
20505 \backslash
20506 renewcommand{
20507 \backslash
20508 thetable}{
20509 \backslash
20510 roman{table}}
20511 \end_layout
20512
20513 \begin_layout Standard
20514
20515 \series bold
20516
20517 \backslash
20518 thetable
20519 \series default
20520  ist der Befehl, der die Tabellennummer druckt.
20521  Für Abbildungen ist das 
20522 \series bold
20523
20524 \backslash
20525 thefigure
20526 \series default
20527 .
20528  Der Befehl 
20529 \series bold
20530
20531 \backslash
20532 roman
20533 \series default
20534  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20535 \end_layout
20536
20537 \begin_layout Standard
20538 Um das Nummerierungsschema zum Beispiel auf 
20539 \begin_inset Quotes gld
20540 \end_inset
20541
20542 Unterabschnittsnummer.Num\SpecialChar \-
20543 mer
20544 \begin_inset Quotes grd
20545 \end_inset
20546
20547  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20548 \end_layout
20549
20550 \begin_layout Standard
20551
20552 \series bold
20553
20554 \backslash
20555 numberwithin{table}{subsection}
20556 \end_layout
20557
20558 \begin_layout Standard
20559 Um den Befehl 
20560 \series bold
20561
20562 \backslash
20563 numberwithin
20564 \series default
20565  benutzen zu können, müssen Sie in den 
20566 \family sans
20567 Mathe
20568 \begin_inset space ~
20569 \end_inset
20570
20571 Optionen
20572 \family default
20573  der 
20574 \family sans
20575 Dokument-Einstellungen
20576 \family default
20577  
20578 \family sans
20579 AMS
20580 \begin_inset space ~
20581 \end_inset
20582
20583 Mathe
20584 \begin_inset space ~
20585 \end_inset
20586
20587 Paket
20588 \family default
20589
20590 \begin_inset space ~
20591 \end_inset
20592
20593
20594 \family sans
20595 verwenden
20596 \family default
20597  ankreuzen.
20598 \end_layout
20599
20600 \begin_layout Standard
20601 Sehen Sie sich bitte auch Abschnitt
20602 \begin_inset space ~
20603 \end_inset
20604
20605
20606 \begin_inset CommandInset ref
20607 LatexCommand ref
20608 reference "uab:Fußnoten-Nummerierung"
20609
20610 \end_inset
20611
20612  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20613 \end_layout
20614
20615 \begin_layout Section
20616 Auf Gleitobjekte verweisen
20617 \begin_inset CommandInset label
20618 LatexCommand label
20619 name "abs:Auf-Gleitobjekte-verweisen"
20620
20621 \end_inset
20622
20623
20624 \begin_inset Index
20625 status collapsed
20626
20627 \begin_layout Plain Layout
20628 Gleitobjekte ! Querverweise
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \begin_inset Index
20635 status collapsed
20636
20637 \begin_layout Plain Layout
20638 Querverweise ! auf Gleitobjekte
20639 \end_layout
20640
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \begin_layout Standard
20647 Zunächst müssen Sie mit 
20648 \family sans
20649 Einfügen\SpecialChar \menuseparator
20650 Marke
20651 \family default
20652  oder einen Klick auf 
20653 \begin_inset Graphics
20654         filename ../../images/label-insert.png
20655         scale 70
20656         scaleBeforeRotation
20657
20658 \end_inset
20659
20660  eine Marke im Titel einfügen.
20661  Im 
20662 \family sans
20663 Marke
20664 \family default
20665 -Dialog schreiben Sie einen Text in das Feld 
20666 \family sans
20667 Marke
20668 \family default
20669  oder übernehmen den vorgeschlagenen.
20670  Die Marke sieht in LyX dann so aus:
20671 \end_layout
20672
20673 \begin_layout Standard
20674 \begin_inset Graphics
20675         filename clipart/Marke.png
20676         lyxscale 80
20677         scale 50
20678         scaleBeforeRotation
20679         BoundingBox 0bp 6bp 76bp 23bp
20680
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \begin_layout Standard
20687 Die Marke wird als Anker und Name für den Querverweis benutzt.
20688  Mit 
20689 \family sans
20690 Einfügen\SpecialChar \menuseparator
20691 Querverweis
20692 \family default
20693  oder einen Klick auf 
20694 \begin_inset Graphics
20695         filename ../../images/dialog-show-new-inset_ref.png
20696         scale 70
20697         scaleBeforeRotation
20698
20699 \end_inset
20700
20701  können Sie dann auf die Marke verweisen.
20702  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20703  angezeigt:
20704 \end_layout
20705
20706 \begin_layout Standard
20707 \begin_inset Graphics
20708         filename clipart/Querverweis.png
20709         lyxscale 80
20710         scale 50
20711         scaleBeforeRotation
20712         BoundingBox 0bp 6bp 76bp 23bp
20713
20714 \end_inset
20715
20716
20717 \begin_inset Newline newline
20718 \end_inset
20719
20720  Mehr zu Querverweisen finden Sie im 
20721 \emph on
20722 Benutzerhandbuch
20723 \emph default
20724 .
20725 \end_layout
20726
20727 \begin_layout Standard
20728 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20729  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20730  durch einen Zeilenumbruch getrennt werden können.
20731 \end_layout
20732
20733 \begin_layout Standard
20734 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20735  LyX passt die Querverweise automatisch an.
20736 \end_layout
20737
20738 \begin_layout Standard
20739 Ein Klick auf den Schalter 
20740 \family sans
20741 Gehe
20742 \begin_inset space ~
20743 \end_inset
20744
20745 zur
20746 \begin_inset space ~
20747 \end_inset
20748
20749 Marke
20750 \family default
20751  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20752  Der Text der Schaltfläche heißt jetzt 
20753 \family sans
20754 Gehe
20755 \begin_inset space ~
20756 \end_inset
20757
20758 zurück
20759 \family default
20760  und ein Klick darauf macht genau dies.
20761   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20762  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20763  Dann ist auch kein 
20764 \family sans
20765 Gehe
20766 \begin_inset space ~
20767 \end_inset
20768
20769 zurück
20770 \family default
20771  möglich.
20772 \end_layout
20773
20774 \begin_layout Subsection
20775 Querverweis-Formate
20776 \begin_inset CommandInset label
20777 LatexCommand label
20778 name "uab:Querverweis-Formate"
20779
20780 \end_inset
20781
20782
20783 \begin_inset Index
20784 status collapsed
20785
20786 \begin_layout Plain Layout
20787 Querverweise ! Formate
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Standard
20796 Es gibt sechs verschiedene Querverweisstile:
20797 \end_layout
20798
20799 \begin_layout Description
20800 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20801  
20802 \begin_inset CommandInset ref
20803 LatexCommand ref
20804 reference "abb:Zwei-Teilabbildungen"
20805
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \begin_layout Description
20812 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20813  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20814  verwendet wird, speziell wenn der Name 
20815 \begin_inset Quotes gld
20816 \end_inset
20817
20818 Gleichung
20819 \begin_inset Quotes grd
20820 \end_inset
20821
20822  weggelassen wird: 
20823 \begin_inset CommandInset ref
20824 LatexCommand eqref
20825 reference "eq:Wgn"
20826
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \begin_layout Description
20833 <Seite>: druckt die Seitennummer: Seite
20834 \begin_inset space ~
20835 \end_inset
20836
20837
20838 \begin_inset CommandInset ref
20839 LatexCommand pageref
20840 reference "abb:Zwei-Teilabbildungen"
20841
20842 \end_inset
20843
20844
20845 \end_layout
20846
20847 \begin_layout Description
20848 auf
20849 \begin_inset space ~
20850 \end_inset
20851
20852 Seite
20853 \begin_inset space ~
20854 \end_inset
20855
20856 <Seite>: druckt den Text 
20857 \begin_inset Quotes gld
20858 \end_inset
20859
20860 auf Seite
20861 \begin_inset Quotes grd
20862 \end_inset
20863
20864  und die Seitennummer: 
20865 \begin_inset CommandInset ref
20866 LatexCommand vpageref
20867 reference "abb:Zwei-Teilabbildungen"
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Description
20875 <Querverweis>
20876 \begin_inset space ~
20877 \end_inset
20878
20879 auf
20880 \begin_inset space ~
20881 \end_inset
20882
20883 Seite
20884 \begin_inset space ~
20885 \end_inset
20886
20887 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20888 \begin_inset Quotes gld
20889 \end_inset
20890
20891 auf Seite
20892 \begin_inset Quotes grd
20893 \end_inset
20894
20895 , und die Seitennummer: 
20896 \begin_inset CommandInset ref
20897 LatexCommand vref
20898 reference "abb:Zwei-Teilabbildungen"
20899
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Description
20906 Formatierter
20907 \begin_inset space ~
20908 \end_inset
20909
20910 Querverweis: druckt ein selbst definiertes Querverweisformat
20911 \begin_inset Newline newline
20912 \end_inset
20913
20914
20915 \begin_inset Note Greyedout
20916 status open
20917
20918 \begin_layout Plain Layout
20919
20920 \series bold
20921 Bemerkung:
20922 \series default
20923  Dies ist nur möglich, wenn das LaTeX-Paket 
20924 \series bold
20925 prettyref
20926 \series default
20927  installiert ist.
20928 \end_layout
20929
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \begin_layout Standard
20936 Beachten Sie, dass der Stil <Seite> nicht die Seitennummer druckt, wenn
20937  sich die referenzierte Marke auf der vorherigen, derselben oder der nächsten
20938  Seite befindet.
20939  Stattdessen wird der Text 
20940 \begin_inset Quotes gld
20941 \end_inset
20942
20943 auf der vorigen Seite
20944 \begin_inset Quotes grd
20945 \end_inset
20946
20947
20948 \begin_inset Quotes gld
20949 \end_inset
20950
20951 auf dieser Seite
20952 \begin_inset Quotes grd
20953 \end_inset
20954
20955  oder 
20956 \begin_inset Quotes gld
20957 \end_inset
20958
20959 auf der nächsten Seite
20960 \begin_inset Quotes grd
20961 \end_inset
20962
20963  gedruckt.
20964 \end_layout
20965
20966 \begin_layout Standard
20967 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20968  automatisch von LaTeX berechnet.
20969  Die Stile können im Feld 
20970 \family sans
20971 Format
20972 \family default
20973  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20974  einen Querverweis klicken.
20975 \end_layout
20976
20977 \begin_layout Subsection
20978 Automatische Querverweisnamen
20979 \begin_inset Index
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983 Querverweise ! Automatische Namen 
20984 \end_layout
20985
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \begin_layout Standard
20992 Das LaTeX-Paket 
20993 \series bold
20994 hyperref
20995 \series default
20996
20997 \begin_inset Index
20998 status collapsed
20999
21000 \begin_layout Plain Layout
21001 LaTeX-Pakete ! hyperref
21002 \end_layout
21003
21004 \end_inset
21005
21006 , das in den
21007 \family sans
21008  PDF-Eigenschaften
21009 \family default
21010  im 
21011 \family sans
21012 Dokument-Einstellungen
21013 \family default
21014  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21015  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21016  wie 
21017 \emph on
21018 Abschnitt
21019 \emph default
21020 ).
21021  Sie müssen damit z.
21022 \begin_inset space \thinspace{}
21023 \end_inset
21024
21025 B.
21026  nicht mehr den Namen 
21027 \begin_inset Quotes gld
21028 \end_inset
21029
21030 Abbildung
21031 \begin_inset Quotes grd
21032 \end_inset
21033
21034  vor jeden Querverweis auf eine Abbildung schreiben.
21035  Um diese Funktion benutzen zu können, aktivieren Sie 
21036 \series bold
21037 hyperref
21038 \series default
21039  und fügen diese Zeile in den LaTeX-Vorspann ein:
21040 \end_layout
21041
21042 \begin_layout Standard
21043
21044 \series bold
21045
21046 \backslash
21047 AtBeginDocument{
21048 \backslash
21049 renewcommand{
21050 \backslash
21051 ref}[1]{
21052 \backslash
21053 mbox{
21054 \backslash
21055 autoref{#1}}}}
21056 \end_layout
21057
21058 \begin_layout Standard
21059 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21060 \begin_inset space \thinspace{}
21061 \end_inset
21062
21063 B.
21064  statt 
21065 \begin_inset Quotes gld
21066 \end_inset
21067
21068 Abschnitt
21069 \begin_inset Quotes grd
21070 \end_inset
21071
21072  den Namen 
21073 \begin_inset Quotes gld
21074 \end_inset
21075
21076 Kap.
21077 \begin_inset space \thinspace{}
21078 \end_inset
21079
21080
21081 \begin_inset Quotes grd
21082 \end_inset
21083
21084 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21085 \end_layout
21086
21087 \begin_layout Standard
21088
21089 \series bold
21090
21091 \backslash
21092 addto
21093 \backslash
21094 extrasngerman{
21095 \backslash
21096 renewcommand{
21097 \backslash
21098 sectionautorefname}
21099 \begin_inset Newline newline
21100 \end_inset
21101
21102
21103 \begin_inset ERT
21104 status collapsed
21105
21106 \begin_layout Plain Layout
21107
21108
21109 \backslash
21110 hphantom{ }
21111 \end_layout
21112
21113 \end_inset
21114
21115 {Kap.
21116 \backslash
21117 negthinspace}}
21118 \end_layout
21119
21120 \begin_layout Standard
21121 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21122 \begin_inset Newline newline
21123 \end_inset
21124
21125
21126 \series bold
21127
21128 \backslash
21129 extrasngerman
21130 \series default
21131  durch 
21132 \series bold
21133
21134 \backslash
21135 extras***
21136 \series default
21137 , wobei *** der Name der verwendeten Sprache ist.
21138 \end_layout
21139
21140 \begin_layout Standard
21141 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21142  z.
21143 \begin_inset space \thinspace{}
21144 \end_inset
21145
21146 B.
21147  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21148 \end_layout
21149
21150 \begin_layout Standard
21151
21152 \series bold
21153
21154 \backslash
21155 newlength{
21156 \backslash
21157 abc}
21158 \begin_inset Newline newline
21159 \end_inset
21160
21161
21162 \backslash
21163 settowidth{
21164 \backslash
21165 abc}{
21166 \backslash
21167 space}
21168 \begin_inset Newline newline
21169 \end_inset
21170
21171
21172 \backslash
21173 addto
21174 \backslash
21175 extrasenglish{
21176 \backslash
21177 renewcommand{
21178 \backslash
21179 equationautorefname}
21180 \begin_inset Newline newline
21181 \end_inset
21182
21183
21184 \begin_inset ERT
21185 status collapsed
21186
21187 \begin_layout Plain Layout
21188
21189
21190 \backslash
21191 hphantom{ }
21192 \end_layout
21193
21194 \end_inset
21195
21196 {
21197 \backslash
21198 hspace{-
21199 \backslash
21200 abc}}
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Mehr über dieses Thema finden Sie in der 
21205 \series bold
21206 hyperref
21207 \series default
21208 -Dokumentation 
21209 \begin_inset CommandInset citation
21210 LatexCommand cite
21211 key "hyperref"
21212
21213 \end_inset
21214
21215 .
21216 \end_layout
21217
21218 \begin_layout Standard
21219 \begin_inset Note Greyedout
21220 status open
21221
21222 \begin_layout Plain Layout
21223
21224 \series bold
21225 Bemerkung:
21226 \series default
21227  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21228  als Querverweisstil 
21229 \family sans
21230 Formatierter
21231 \begin_inset space ~
21232 \end_inset
21233
21234 Querverweis
21235 \family default
21236  benutzen, wie in Abschnitt
21237 \begin_inset space ~
21238 \end_inset
21239
21240
21241 \begin_inset CommandInset ref
21242 LatexCommand ref
21243 reference "uab:Querverweis-Formate"
21244
21245 \end_inset
21246
21247  beschrieben.
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Standard
21256 Das 
21257 \emph on
21258 Mathe
21259 \emph default
21260  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21261 \end_layout
21262
21263 \begin_layout Subsection
21264 Querverweis-Position
21265 \begin_inset CommandInset label
21266 LatexCommand label
21267 name "uab:Querverweis-Position"
21268
21269 \end_inset
21270
21271
21272 \begin_inset Index
21273 status collapsed
21274
21275 \begin_layout Plain Layout
21276 Querverweise !  Position
21277 \end_layout
21278
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \begin_layout Standard
21285 Wenn Sie 
21286 \series bold
21287 hyperref
21288 \series default
21289
21290 \begin_inset Index
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294 LaTeX-Pakete ! hyperref
21295 \end_layout
21296
21297 \end_inset
21298
21299  in den
21300 \family sans
21301  PDF-Eigenschaften
21302 \family default
21303  im 
21304 \family sans
21305 Dokument-Einstellungen
21306 \family default
21307  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21308  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21309  und Sie werden das Bild ohne Scrollen nicht sehen.
21310  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21311  ist.
21312  Wenn Sie das  LaTeX-Paket 
21313 \series bold
21314 hypcap
21315 \series default
21316
21317 \begin_inset Index
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321 LaTeX-Pakete ! hypcap
21322 \end_layout
21323
21324 \end_inset
21325
21326 , das Teil des LaTeX-Pakets 
21327 \series bold
21328 oberdiek
21329 \series default
21330
21331 \begin_inset Index
21332 status collapsed
21333
21334 \begin_layout Plain Layout
21335 LaTeX-Pakete ! oberdiek
21336 \end_layout
21337
21338 \end_inset
21339
21340  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21341  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21342 \series bold
21343 hypcap
21344 \series default
21345  zunächst in den LaTeX-Vorspann laden:
21346 \end_layout
21347
21348 \begin_layout Standard
21349
21350 \series bold
21351
21352 \backslash
21353 usepackage[figure]{hypcap}
21354 \end_layout
21355
21356 \begin_layout Standard
21357 Sie können 
21358 \series bold
21359 hypcap
21360 \series default
21361  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21362  nicht empfohlen.
21363  Weitere Informationen finden Sie im
21364 \series bold
21365  hypcap
21366 \series default
21367 -Handbuch 
21368 \begin_inset CommandInset citation
21369 LatexCommand cite
21370 key "hypcap"
21371
21372 \end_inset
21373
21374 .
21375 \end_layout
21376
21377 \begin_layout Standard
21378 \begin_inset Note Greyedout
21379 status open
21380
21381 \begin_layout Plain Layout
21382
21383 \series bold
21384 Bemerkung:
21385 \series default
21386  
21387 \series bold
21388 hypcap
21389 \series medium
21390  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21391 \end_layout
21392
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \begin_layout Section
21399 Gleitobjekt-Platzierung
21400 \begin_inset CommandInset label
21401 LatexCommand label
21402 name "abs:Gleitobjekt-Platzierung"
21403
21404 \end_inset
21405
21406
21407 \begin_inset Index
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411 Gleitobjekte ! Platzierung
21412 \end_layout
21413
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \begin_layout Standard
21420 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21421 \family sans
21422 Gleitobjekt-Einstellungen
21423 \family default
21424 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21425  können.
21426 \begin_inset Newline newline
21427 \end_inset
21428
21429 Die Option 
21430 \family sans
21431 Spalten
21432 \begin_inset space ~
21433 \end_inset
21434
21435 überspannen
21436 \family default
21437  ist nur bei zweispaltigen Dokumenten sinnvoll.
21438  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21439 \begin_inset Newline newline
21440 \end_inset
21441
21442 Die Option 
21443 \family sans
21444 Seitwärts
21445 \begin_inset space ~
21446 \end_inset
21447
21448 drehen
21449 \family default
21450  ist in Abschnitt 
21451 \begin_inset CommandInset ref
21452 LatexCommand ref
21453 reference "abs:Gedrehte-Gleitobjekte"
21454
21455 \end_inset
21456
21457  beschrieben.
21458 \end_layout
21459
21460 \begin_layout Standard
21461 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21462  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21463  Sie die Option 
21464 \family sans
21465 Standard-Platzierung
21466 \begin_inset space ~
21467 \end_inset
21468
21469 verwenden
21470 \family default
21471  nicht verwenden:
21472 \end_layout
21473
21474 \begin_layout Description
21475 Hier
21476 \begin_inset space ~
21477 \end_inset
21478
21479 wenn
21480 \begin_inset space ~
21481 \end_inset
21482
21483 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21484 \end_layout
21485
21486 \begin_layout Description
21487 Anfang
21488 \begin_inset space ~
21489 \end_inset
21490
21491 der
21492 \begin_inset space ~
21493 \end_inset
21494
21495 Seite
21496 \family sans
21497  
21498 \family default
21499 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21500  Gleitobjekte, die maximal 70
21501 \begin_inset space \thinspace{}
21502 \end_inset
21503
21504 % einer Seite benötigen, dürfen oben platziert werden.
21505  Dies kann durch die Variable 
21506 \series bold
21507
21508 \backslash
21509 topfraction
21510 \series default
21511  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21512 \end_layout
21513
21514 \begin_deeper
21515 \begin_layout Standard
21516
21517 \series bold
21518
21519 \backslash
21520 renewcommand{
21521 \backslash
21522 topfraction}{0.9}
21523 \family typewriter
21524 \series default
21525  
21526 \end_layout
21527
21528 \end_deeper
21529 \begin_layout Description
21530 Ende
21531 \begin_inset space ~
21532 \end_inset
21533
21534 der
21535 \begin_inset space ~
21536 \end_inset
21537
21538 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21539  Gleitobjekte, die maximal 30
21540 \begin_inset space \thinspace{}
21541 \end_inset
21542
21543 % einer Seite benötigen, dürfen unten platziert werden.
21544  Dies kann durch die Variable 
21545 \series bold
21546
21547 \backslash
21548 bottomfraction
21549 \series default
21550  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21551 \end_layout
21552
21553 \begin_deeper
21554 \begin_layout Standard
21555
21556 \series bold
21557
21558 \backslash
21559 renewcommand{
21560 \backslash
21561 bottomfraction}{0.5}
21562 \end_layout
21563
21564 \begin_layout Standard
21565 die oftmals zu kleine untere Grenze auf 50
21566 \begin_inset space \thinspace{}
21567 \end_inset
21568
21569 %.
21570 \end_layout
21571
21572 \end_deeper
21573 \begin_layout Description
21574 Seite
21575 \begin_inset space ~
21576 \end_inset
21577
21578 mit
21579 \begin_inset space ~
21580 \end_inset
21581
21582 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21583  Nur wenn mehr als 50
21584 \begin_inset space \thinspace{}
21585 \end_inset
21586
21587 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21588  Gleitobjekte bereitgestellt.
21589  Dies kann durch die Variable 
21590 \series bold
21591
21592 \backslash
21593 floatpagefraction 
21594 \series default
21595 im LaTeX-Vorspann überschrieben werden.
21596 \end_layout
21597
21598 \begin_layout Standard
21599 Die Reihenfolge der obigen Optionen wird 
21600 \emph on
21601 immer
21602 \emph default
21603  von LaTeX verwendet.
21604  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21605  versuchen 
21606 \family sans
21607 Hier
21608 \begin_inset space \space{}
21609 \end_inset
21610
21611 wenn
21612 \begin_inset space \space{}
21613 \end_inset
21614
21615 möglich
21616 \family default
21617 , dann 
21618 \family sans
21619 Anfang
21620 \begin_inset space ~
21621 \end_inset
21622
21623 der
21624 \begin_inset space ~
21625 \end_inset
21626
21627 Seite
21628 \family default
21629  und dann die anderen Optionen anzuwenden.
21630  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21631  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21632  Reihenfolge.
21633  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21634 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21635 \end_layout
21636
21637 \begin_layout Standard
21638 Die Option 
21639 \family sans
21640 Hier,
21641 \begin_inset space ~
21642 \end_inset
21643
21644 auf
21645 \begin_inset space ~
21646 \end_inset
21647
21648 jeden
21649 \begin_inset space ~
21650 \end_inset
21651
21652 Fall
21653 \family default
21654  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21655  fast druckreif ist.
21656  Denn mit der Option kann das Objekt nicht mehr 
21657 \emph on
21658 gleiten
21659 \emph default
21660 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21661  oftmals zerstört.
21662 \end_layout
21663
21664 \begin_layout Standard
21665 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21666  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21667 \begin_inset VSpace bigskip
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \begin_layout Standard
21674 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21675 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21676  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21677  Das kann mit dem LaTeX-Befehl
21678 \series bold
21679  
21680 \backslash
21681 suppressfloats
21682 \series default
21683  verhindert werden.
21684  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21685  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21686  gesetzt wird.
21687  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21688 \end_layout
21689
21690 \begin_layout Standard
21691
21692 \series bold
21693
21694 \backslash
21695 let
21696 \backslash
21697 meinAbschnitt
21698 \backslash
21699 section
21700 \begin_inset Newline newline
21701 \end_inset
21702
21703
21704 \backslash
21705 renewcommand{
21706 \backslash
21707 section}{
21708 \backslash
21709 suppressfloats[t]
21710 \backslash
21711 meinAbschnitt}
21712 \end_layout
21713
21714 \begin_layout Standard
21715 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21716  Unterabschnitten festlegen.
21717  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21718  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21719 \end_layout
21720
21721 \begin_layout Standard
21722 Es gibt auch noch das LaTeX-Paket 
21723 \series bold
21724 flafter
21725 \series default
21726
21727 \begin_inset Index
21728 status collapsed
21729
21730 \begin_layout Plain Layout
21731 LaTeX-Pakete ! flafter
21732 \end_layout
21733
21734 \end_inset
21735
21736  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21737  gedruckt wird.
21738 \end_layout
21739
21740 \begin_layout Standard
21741 \begin_inset VSpace bigskip
21742 \end_inset
21743
21744 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21745  Dafür gibt es das LaTeX-Paket 
21746 \series bold
21747 endfloat
21748 \series default
21749
21750 \begin_inset Index
21751 status collapsed
21752
21753 \begin_layout Plain Layout
21754 LaTeX-Pakete ! endfloat
21755 \end_layout
21756
21757 \end_inset
21758
21759 .
21760  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21761  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21762  
21763 \family sans
21764
21765 \begin_inset Quotes gld
21766 \end_inset
21767
21768 [Abbildung
21769 \begin_inset space ~
21770 \end_inset
21771
21772 3.2 ist ungefähr hier.]
21773 \family default
21774
21775 \begin_inset Quotes grd
21776 \end_inset
21777
21778  finden.
21779  Das 
21780 \series bold
21781 endfloat
21782 \series default
21783 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21784 \end_layout
21785
21786 \begin_layout Standard
21787
21788 \series bold
21789
21790 \backslash
21791 usepackage[Optionen]{endfloat}
21792 \end_layout
21793
21794 \begin_layout Standard
21795 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21796  Tabellen-Abschnitte, die Sie in der 
21797 \series bold
21798 endfloat
21799 \series default
21800 -Dokumentation 
21801 \begin_inset CommandInset citation
21802 LatexCommand cite
21803 key "endfloat"
21804
21805 \end_inset
21806
21807  nachlesen können.
21808 \begin_inset Newline newline
21809 \end_inset
21810
21811
21812 \begin_inset Note Greyedout
21813 status open
21814
21815 \begin_layout Plain Layout
21816
21817 \series bold
21818 Bemerkung
21819 \begin_inset space ~
21820 \end_inset
21821
21822 1: endfloat
21823 \series default
21824  übersetzt den Hinweistext nicht automatisch.
21825  Abschnitt
21826 \begin_inset space ~
21827 \end_inset
21828
21829 4 in 
21830 \begin_inset CommandInset citation
21831 LatexCommand cite
21832 key "endfloat"
21833
21834 \end_inset
21835
21836  beschreibt, wie es geht.
21837 \end_layout
21838
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \begin_layout Standard
21845 \begin_inset Note Greyedout
21846 status open
21847
21848 \begin_layout Plain Layout
21849
21850 \series bold
21851 Bemerkung
21852 \begin_inset space ~
21853 \end_inset
21854
21855 2: 
21856 \series default
21857 Die aktuelle Version von 
21858 \series bold
21859 endfloat
21860 \series default
21861  hat einen Fehler, wenn die Überschrift ein 
21862 \begin_inset Quotes gld
21863 \end_inset
21864
21865 ß
21866 \begin_inset Quotes grd
21867 \end_inset
21868
21869  enthält.
21870  Sie müssen stattdessen den Befehl 
21871 \series bold
21872
21873 \backslash
21874 ss
21875 \series default
21876  als TeX-Code benutzen.
21877 \end_layout
21878
21879 \end_inset
21880
21881
21882 \end_layout
21883
21884 \begin_layout Standard
21885 \begin_inset VSpace bigskip
21886 \end_inset
21887
21888 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21889  wie 
21890 \begin_inset CommandInset citation
21891 LatexCommand cite
21892 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21893
21894 \end_inset
21895
21896 .
21897 \end_layout
21898
21899 \begin_layout Section
21900 Gedrehte Gleitobjekte
21901 \begin_inset CommandInset label
21902 LatexCommand label
21903 name "abs:Gedrehte-Gleitobjekte"
21904
21905 \end_inset
21906
21907
21908 \begin_inset Index
21909 status collapsed
21910
21911 \begin_layout Plain Layout
21912 Gleitobjekte ! drehen
21913 \end_layout
21914
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \begin_layout Standard
21921 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21922 t drehen.
21923  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21924  und die Option 
21925 \family sans
21926 Seitwärts
21927 \begin_inset space ~
21928 \end_inset
21929
21930 drehen
21931 \family default
21932  wählen.
21933 \end_layout
21934
21935 \begin_layout Standard
21936 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21937  sie ein mehrspaltiges Dokument haben) gedruckt.
21938  Sie können mehrere Spalten überspannen, wenn die Option 
21939 \family sans
21940 Spalten
21941 \begin_inset space ~
21942 \end_inset
21943
21944 überspannen
21945 \family default
21946  in den Gleitobjekt Einstellungen gewählt ist.
21947  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21948  werden können.
21949  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21950  Option 
21951 \series bold
21952 figuresleft
21953 \series default
21954  oder 
21955 \series bold
21956 figuresright
21957 \series default
21958  zu den Dokumentklassen-Optionen hinzu.
21959 \end_layout
21960
21961 \begin_layout Standard
21962 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21963  Tabelle
21964 \begin_inset space ~
21965 \end_inset
21966
21967
21968 \begin_inset CommandInset ref
21969 LatexCommand ref
21970 reference "tab:Gedrehte-Tabelle"
21971
21972 \end_inset
21973
21974  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21975 \end_layout
21976
21977 \begin_layout Standard
21978 \begin_inset Note Greyedout
21979 status open
21980
21981 \begin_layout Plain Layout
21982
21983 \series bold
21984 Bemerkung:
21985 \series default
21986  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
21987 \end_layout
21988
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \begin_layout Standard
21995 \begin_inset Float table
21996 wide false
21997 sideways true
21998 status open
21999
22000 \begin_layout Plain Layout
22001 \begin_inset Caption
22002
22003 \begin_layout Plain Layout
22004 \begin_inset CommandInset label
22005 LatexCommand label
22006 name "tab:Gedrehte-Tabelle"
22007
22008 \end_inset
22009
22010 Gedrehte Tabelle
22011 \end_layout
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \begin_layout Plain Layout
22019 \align center
22020 \begin_inset Tabular
22021 <lyxtabular version="3" rows="1" columns="5">
22022 <features>
22023 <column alignment="center" valignment="top" width="0">
22024 <column alignment="center" valignment="top" width="0">
22025 <column alignment="center" valignment="top" width="0">
22026 <column alignment="center" valignment="top" width="0">
22027 <column alignment="center" valignment="top" width="0">
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 Test
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 b
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 c
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 d
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 e
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 </lyxtabular>
22076
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083
22084
22085 \end_layout
22086
22087 \begin_layout Section
22088 Untergleitobjekte
22089 \begin_inset Index
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093 Gleitobjekte ! Untergleitobjekte
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Standard
22102 Untergleitobjekte werden z.
22103 \begin_inset space \thinspace{}
22104 \end_inset
22105
22106 B.
22107  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22108  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22109  eingefügt wird.
22110  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22111  in Tabelle
22112 \begin_inset space ~
22113 \end_inset
22114
22115
22116 \begin_inset CommandInset ref
22117 LatexCommand ref
22118 reference "tab:Untertabellen-nebeneinander"
22119
22120 \end_inset
22121
22122  und 
22123 \begin_inset CommandInset ref
22124 LatexCommand ref
22125 reference "tab:Untertabellen-übereinander"
22126
22127 \end_inset
22128
22129 .
22130 \end_layout
22131
22132 \begin_layout Standard
22133 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22134 \begin_inset space ~
22135 \end_inset
22136
22137
22138 \begin_inset CommandInset ref
22139 LatexCommand ref
22140 reference "tab:Untertabelle-a"
22141
22142 \end_inset
22143
22144  und 
22145 \begin_inset CommandInset ref
22146 LatexCommand ref
22147 reference "tab:Untertabelle-b"
22148
22149 \end_inset
22150
22151  sind Untertabellen von Tabelle
22152 \begin_inset space ~
22153 \end_inset
22154
22155
22156 \begin_inset CommandInset ref
22157 LatexCommand ref
22158 reference "tab:Untertabellen-nebeneinander"
22159
22160 \end_inset
22161
22162 .
22163 \end_layout
22164
22165 \begin_layout Standard
22166 \begin_inset Float table
22167 wide false
22168 sideways false
22169 status open
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Caption
22173
22174 \begin_layout Plain Layout
22175 \begin_inset CommandInset label
22176 LatexCommand label
22177 name "tab:Untertabellen-nebeneinander"
22178
22179 \end_inset
22180
22181 Zwei Untertabellen nebeneinander.
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \end_layout
22188
22189 \begin_layout Plain Layout
22190 \align center
22191 \begin_inset space \hfill{}
22192 \end_inset
22193
22194
22195 \begin_inset Float table
22196 wide false
22197 sideways false
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Caption
22202
22203 \begin_layout Plain Layout
22204 \begin_inset CommandInset label
22205 LatexCommand label
22206 name "tab:Untertabelle-a"
22207
22208 \end_inset
22209
22210 Dies ist Untertabelle a.
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \begin_layout Plain Layout
22219 \align center
22220 \begin_inset Tabular
22221 <lyxtabular version="3" rows="1" columns="5">
22222 <features>
22223 <column alignment="center" valignment="top" width="0">
22224 <column alignment="center" valignment="top" width="0">
22225 <column alignment="center" valignment="top" width="0">
22226 <column alignment="center" valignment="top" width="0">
22227 <column alignment="center" valignment="top" width="0">
22228 <row>
22229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 Test
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 b
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 c
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 d
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 e
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 </lyxtabular>
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \begin_inset space \hfill{}
22286 \end_inset
22287
22288
22289 \begin_inset Float table
22290 wide false
22291 sideways false
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295 \begin_inset Caption
22296
22297 \begin_layout Plain Layout
22298 \begin_inset CommandInset label
22299 LatexCommand label
22300 name "tab:Untertabelle-b"
22301
22302 \end_inset
22303
22304 Dies ist Untertabelle b.
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Plain Layout
22313 \align center
22314 \begin_inset Tabular
22315 <lyxtabular version="3" rows="1" columns="5">
22316 <features>
22317 <column alignment="center" valignment="top" width="0">
22318 <column alignment="center" valignment="top" width="0">
22319 <column alignment="center" valignment="top" width="0">
22320 <column alignment="center" valignment="top" width="0">
22321 <column alignment="center" valignment="top" width="0">
22322 <row>
22323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 e
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 d
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 c
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 b
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363 Test
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 </lyxtabular>
22370
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \begin_inset space \hfill{}
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \begin_layout Standard
22391 \begin_inset Float table
22392 wide false
22393 sideways false
22394 status open
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Caption
22398
22399 \begin_layout Plain Layout
22400 \begin_inset CommandInset label
22401 LatexCommand label
22402 name "tab:Untertabellen-übereinander"
22403
22404 \end_inset
22405
22406 Zwei Untertabellen übereinander.
22407  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \end_layout
22414
22415 \begin_layout Plain Layout
22416 \align center
22417 \begin_inset Float table
22418 wide false
22419 sideways false
22420 status collapsed
22421
22422 \begin_layout Plain Layout
22423 \begin_inset Caption
22424
22425 \begin_layout Plain Layout
22426
22427 \end_layout
22428
22429 \end_inset
22430
22431
22432 \end_layout
22433
22434 \begin_layout Plain Layout
22435 \align center
22436 \begin_inset Tabular
22437 <lyxtabular version="3" rows="1" columns="4">
22438 <features>
22439 <column alignment="center" valignment="top" width="0">
22440 <column alignment="center" valignment="top" width="0">
22441 <column alignment="center" valignment="top" width="0">
22442 <column alignment="center" valignment="top" width="0">
22443 <row>
22444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 Test
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 Test
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 Test
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 Test
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 </lyxtabular>
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \begin_layout Plain Layout
22494 \align center
22495 \begin_inset Float table
22496 wide false
22497 sideways false
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Caption
22502
22503 \begin_layout Plain Layout
22504
22505 \end_layout
22506
22507 \end_inset
22508
22509
22510 \end_layout
22511
22512 \begin_layout Plain Layout
22513 \align center
22514 \begin_inset Tabular
22515 <lyxtabular version="3" rows="1" columns="5">
22516 <features>
22517 <column alignment="center" valignment="top" width="0">
22518 <column alignment="center" valignment="top" width="0">
22519 <column alignment="center" valignment="top" width="0">
22520 <column alignment="center" valignment="top" width="0">
22521 <column alignment="center" valignment="top" width="0">
22522 <row>
22523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 a
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 b
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 c
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 d
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 e
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 </row>
22569 </lyxtabular>
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \begin_layout Section
22587 Gleitobjekte nebeneinander
22588 \begin_inset Index
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 Gleitobjekte ! nebeneinander
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Standard
22601 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22602 \begin_inset space ~
22603 \end_inset
22604
22605
22606 \begin_inset CommandInset ref
22607 LatexCommand ref
22608 reference "abb:Gleitobjekt-links"
22609
22610 \end_inset
22611
22612  und 
22613 \begin_inset CommandInset ref
22614 LatexCommand ref
22615 reference "abb:Gleitobjekt-rechts"
22616
22617 \end_inset
22618
22619  wird nur 
22620 \emph on
22621 ein
22622 \emph default
22623  Gleitobjekt verwendet.
22624  In dieses werden zwei Minipage Boxen eingefügt.
22625 \begin_inset Foot
22626 status collapsed
22627
22628 \begin_layout Plain Layout
22629 Minipages sind in Abschnitt
22630 \begin_inset space ~
22631 \end_inset
22632
22633
22634 \begin_inset CommandInset ref
22635 LatexCommand ref
22636 reference "abs:Minipage"
22637
22638 \end_inset
22639
22640  erklärt.
22641 \end_layout
22642
22643 \end_inset
22644
22645  Die Breite wird für jede Minipage auf 45
22646 \begin_inset space \thinspace{}
22647 \end_inset
22648
22649 -50
22650 \begin_inset space \thinspace{}
22651 \end_inset
22652
22653 Spalten% und die Box Ausrichtung auf 
22654 \family sans
22655 Unten
22656 \family default
22657  gesetzt.
22658  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22659  Gleitobjekt.
22660  Der einzige Unterschied ist, dass die Bildeinheit 
22661 \family sans
22662 Spaltenbreite
22663 \begin_inset space ~
22664 \end_inset
22665
22666 %
22667 \family default
22668  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22669 \end_layout
22670
22671 \begin_layout Standard
22672 \begin_inset Float figure
22673 wide false
22674 sideways false
22675 status open
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Box Frameless
22679 position "b"
22680 hor_pos "c"
22681 has_inner_box 1
22682 inner_pos "t"
22683 use_parbox 0
22684 width "45col%"
22685 special "none"
22686 height "1in"
22687 height_special "totalheight"
22688 status open
22689
22690 \begin_layout Plain Layout
22691 \align center
22692 \begin_inset Graphics
22693         filename ../clipart/mobius.eps
22694         lyxscale 50
22695         width 100col%
22696         scaleBeforeRotation
22697
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \begin_layout Plain Layout
22704 \begin_inset Caption
22705
22706 \begin_layout Plain Layout
22707 \begin_inset CommandInset label
22708 LatexCommand label
22709 name "abb:Gleitobjekt-links"
22710
22711 \end_inset
22712
22713 Gleitobjekt auf der linken Seite.
22714 \end_layout
22715
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722
22723
22724 \begin_inset space \hfill{}
22725 \end_inset
22726
22727
22728 \begin_inset Box Frameless
22729 position "b"
22730 hor_pos "c"
22731 has_inner_box 1
22732 inner_pos "t"
22733 use_parbox 0
22734 width "45col%"
22735 special "none"
22736 height "1in"
22737 height_special "totalheight"
22738 status open
22739
22740 \begin_layout Plain Layout
22741 \align center
22742 \begin_inset Graphics
22743         filename ../clipart/platypus.eps
22744         lyxscale 50
22745         width 100col%
22746         scaleBeforeRotation
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Caption
22755
22756 \begin_layout Plain Layout
22757 \begin_inset CommandInset label
22758 LatexCommand label
22759 name "abb:Gleitobjekt-rechts"
22760
22761 \end_inset
22762
22763 Gleitobjekt auf der rechten Seite.
22764 \end_layout
22765
22766 \end_inset
22767
22768
22769 \end_layout
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \begin_layout Section
22782 Beschriftungs-Formatierung
22783 \begin_inset CommandInset label
22784 LatexCommand label
22785 name "abs:Titel-Formatierung"
22786
22787 \end_inset
22788
22789
22790 \begin_inset Index
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 Gleitobjekte ! Beschriftung ! Formatierung
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Standard
22803
22804 \family sans
22805 Legende
22806 \family default
22807  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22808  In LyX sehen Titel so aus:  
22809 \family sans
22810
22811 \begin_inset Quotes gld
22812 \end_inset
22813
22814 Abbildung xyz:
22815 \family default
22816
22817 \begin_inset Quotes grd
22818 \end_inset
22819
22820 , gefolgt vom Beschriftungstext, wobei 
22821 \family sans
22822 xyz
22823 \family default
22824  die von LyX vergebene Nummer ist.
22825  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22826  gedruckt.
22827  Dies ist nicht immer brauchbar.
22828 \end_layout
22829
22830 \begin_layout Standard
22831 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22832  
22833 \series bold
22834 caption
22835 \series default
22836
22837 \begin_inset Index
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841 LaTeX-Pakete ! caption
22842 \end_layout
22843
22844 \end_inset
22845
22846  in den LaTeX-Vorspann laden:
22847 \end_layout
22848
22849 \begin_layout Standard
22850
22851 \series bold
22852
22853 \backslash
22854 usepackage[Format-Definition]{caption}
22855 \end_layout
22856
22857 \begin_layout Standard
22858 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22859  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22860 \end_layout
22861
22862 \begin_layout Standard
22863
22864 \series bold
22865
22866 \backslash
22867 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22868 \end_layout
22869
22870 \begin_layout Standard
22871 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22872  definieren.
22873  Dazu laden Sie das 
22874 \series bold
22875 caption
22876 \series default
22877 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22878  dem Befehl
22879 \end_layout
22880
22881 \begin_layout Standard
22882
22883 \series bold
22884
22885 \backslash
22886 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 Für Abbildung
22891 \begin_inset space ~
22892 \end_inset
22893
22894
22895 \begin_inset CommandInset ref
22896 LatexCommand ref
22897 reference "abb:Langer-Abb-Titel"
22898
22899 \end_inset
22900
22901  und Tabelle
22902 \begin_inset space ~
22903 \end_inset
22904
22905
22906 \begin_inset CommandInset ref
22907 LatexCommand ref
22908 reference "tab:Langer-Tab-Titel"
22909
22910 \end_inset
22911
22912  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22913  werden:
22914 \end_layout
22915
22916 \begin_layout Standard
22917
22918 \series bold
22919
22920 \backslash
22921 usepackage[tableposition=top]{caption}
22922 \begin_inset Newline newline
22923 \end_inset
22924
22925
22926 \backslash
22927 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22928 \begin_inset Newline newline
22929 \end_inset
22930
22931
22932 \begin_inset ERT
22933 status collapsed
22934
22935 \begin_layout Plain Layout
22936
22937
22938 \backslash
22939 hphantom{
22940 \backslash
22941
22942 \backslash
22943 captionsetup[figure]
22944 \backslash
22945 {}
22946 \end_layout
22947
22948 \end_inset
22949
22950  labelsep=period}
22951 \begin_inset Newline newline
22952 \end_inset
22953
22954
22955 \backslash
22956 captionsetup[table]{labelfont={bf,sf}}
22957 \end_layout
22958
22959 \begin_layout Standard
22960 \begin_inset Note Greyedout
22961 status open
22962
22963 \begin_layout Plain Layout
22964
22965 \series bold
22966 Bemerkung:
22967 \series default
22968  Die Option 
22969 \series bold
22970 tableposition=top
22971 \series default
22972  hat keine Auswirkung, wenn eine 
22973 \series bold
22974 KOMA-script
22975 \series default
22976
22977 \begin_inset Index
22978 status collapsed
22979
22980 \begin_layout Plain Layout
22981 LaTeX-Pakete ! KOMA-script
22982 \end_layout
22983
22984 \end_inset
22985
22986 -Dokumentklasse verwendet wird.
22987  Hier muss die Option 
22988 \series bold
22989 tablecaptionabove
22990 \series default
22991  benutzt werden.
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \begin_layout Standard
23000 Weitere Informationen über das Paket
23001 \series bold
23002  caption
23003 \series default
23004  finden Sie in seiner Dokumentation 
23005 \begin_inset CommandInset citation
23006 LatexCommand cite
23007 key "caption"
23008
23009 \end_inset
23010
23011 .
23012 \end_layout
23013
23014 \begin_layout Standard
23015 Wenn Sie den Namen von 
23016 \begin_inset Quotes gld
23017 \end_inset
23018
23019 Abbildung
23020 \begin_inset Quotes grd
23021 \end_inset
23022
23023  auf 
23024 \begin_inset Quotes gld
23025 \end_inset
23026
23027 Bild
23028 \begin_inset Quotes grd
23029 \end_inset
23030
23031  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23032 \end_layout
23033
23034 \begin_layout Standard
23035
23036 \series bold
23037
23038 \backslash
23039 renewcommand{
23040 \backslash
23041 fnum@figure}{Bild~
23042 \backslash
23043 thefigure}
23044 \end_layout
23045
23046 \begin_layout Standard
23047 wobei 
23048 \series bold
23049
23050 \backslash
23051 thefigure
23052 \series default
23053  die Bildnummer einsetzt und
23054 \series bold
23055  ~
23056 \series default
23057  ein geschütztes Leerzeichen ist.
23058 \end_layout
23059
23060 \begin_layout Standard
23061 \begin_inset VSpace bigskip
23062 \end_inset
23063
23064 Wenn Sie eine 
23065 \series bold
23066 KOMA-script
23067 \series default
23068
23069 \begin_inset Index
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 LaTeX-Pakete ! KOMA-script
23074 \end_layout
23075
23076 \end_inset
23077
23078 -Dokumentklasse (
23079 \family sans
23080 article (KOMA-script)
23081 \family default
23082
23083 \family sans
23084 book (KOMA-script)
23085 \family default
23086
23087 \family sans
23088 letter (KOMA-script)
23089 \family default
23090  oder 
23091 \family sans
23092 report (KOMA-script)
23093 \family default
23094 ) benutzen, können Sie anstatt des 
23095 \series bold
23096 caption
23097 \series default
23098 -Paketes den eingebauten Befehl 
23099 \series bold
23100
23101 \backslash
23102 setkomafont
23103 \series default
23104  von 
23105 \series bold
23106 KOMA-script
23107 \series default
23108  benutzen.
23109  Der Befehl
23110 \end_layout
23111
23112 \begin_layout Standard
23113
23114 \series bold
23115
23116 \backslash
23117 setkomafont{captionlabel}{
23118 \backslash
23119 bfseries}
23120 \end_layout
23121
23122 \begin_layout Standard
23123 im LaTeX-Vorspann druckt den Namen fett.
23124 \end_layout
23125
23126 \begin_layout Standard
23127 Weitere Informationen über 
23128 \series bold
23129
23130 \backslash
23131 setkomafont
23132 \series default
23133  finden Sie in der 
23134 \series bold
23135 KOMA-script
23136 \series default
23137 -Do\SpecialChar \-
23138 ku\SpecialChar \-
23139 men\SpecialChar \-
23140 ta\SpecialChar \-
23141 tion 
23142 \begin_inset CommandInset citation
23143 LatexCommand cite
23144 key "KOMA-script"
23145
23146 \end_inset
23147
23148 .
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset ERT
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156
23157
23158 \backslash
23159 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23160 }
23161 \end_layout
23162
23163 \end_inset
23164
23165
23166 \begin_inset Note Note
23167 status open
23168
23169 \begin_layout Plain Layout
23170 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23171 \end_layout
23172
23173 \end_inset
23174
23175
23176 \end_layout
23177
23178 \begin_layout Standard
23179 \begin_inset Float figure
23180 placement !p
23181 wide false
23182 sideways false
23183 status open
23184
23185 \begin_layout Plain Layout
23186 \align center
23187 \begin_inset Graphics
23188         filename ../clipart/mobius.eps
23189         lyxscale 50
23190         scale 50
23191         scaleBeforeRotation
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \begin_layout Plain Layout
23199 \begin_inset Caption
23200
23201 \begin_layout Plain Layout
23202 \begin_inset CommandInset label
23203 LatexCommand label
23204 name "abb:Langer-Abb-Titel"
23205
23206 \end_inset
23207
23208 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23209  ist, um das andere Beschriftungsformat zu zeigen.
23210  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23211 \begin_inset OptArg
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23216  ist.
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240
23241 \backslash
23242 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23243 on}
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 \begin_inset Float table
23253 placement !p
23254 wide false
23255 sideways false
23256 status open
23257
23258 \begin_layout Plain Layout
23259 \begin_inset Caption
23260
23261 \begin_layout Plain Layout
23262 \begin_inset CommandInset label
23263 LatexCommand label
23264 name "tab:Langer-Tab-Titel"
23265
23266 \end_inset
23267
23268 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23269  ist, um das andere Beschriftungsformat zu zeigen.
23270  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23271  benutzt.
23272 \begin_inset OptArg
23273 status collapsed
23274
23275 \begin_layout Plain Layout
23276 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23277  ist.
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Plain Layout
23291 \align center
23292 \begin_inset Tabular
23293 <lyxtabular version="3" rows="1" columns="5">
23294 <features>
23295 <column alignment="center" valignment="top" width="0">
23296 <column alignment="center" valignment="top" width="0">
23297 <column alignment="center" valignment="top" width="0">
23298 <column alignment="center" valignment="top" width="0">
23299 <column alignment="center" valignment="top" width="0">
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 a
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 b
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 c
23324 \end_layout
23325
23326 \end_inset
23327 </cell>
23328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 d
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 e
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 </row>
23347 </lyxtabular>
23348
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \begin_layout Section
23360 Beschriftungs-Platzierung
23361 \begin_inset CommandInset label
23362 LatexCommand label
23363 name "abs:Titel-Platzierung"
23364
23365 \end_inset
23366
23367
23368 \begin_inset Index
23369 status collapsed
23370
23371 \begin_layout Plain Layout
23372 Gleitobjekte ! Beschriftung ! Platzierung
23373 \end_layout
23374
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \begin_layout Standard
23381 Normalerweise werden die Beschriftungen wie folgt platziert:
23382 \end_layout
23383
23384 \begin_layout Description
23385 Abbildung: darunter
23386 \end_layout
23387
23388 \begin_layout Description
23389 Tabelle: darüber
23390 \end_layout
23391
23392 \begin_layout Standard
23393 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23394  Das heißt wenn Sie eine der Dokument-Klassen 
23395 \family sans
23396 article
23397 \family default
23398
23399 \family sans
23400 book
23401 \family default
23402
23403 \family sans
23404 letter
23405 \family default
23406  oder 
23407 \family sans
23408 report
23409 \family default
23410  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23411  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23412 \series bold
23413 caption
23414 \series default
23415  im LaTeX-Vorspann folgendes schreiben:
23416 \begin_inset Foot
23417 status collapsed
23418
23419 \begin_layout Plain Layout
23420 In Abschnitt
23421 \begin_inset space ~
23422 \end_inset
23423
23424
23425 \begin_inset CommandInset ref
23426 LatexCommand ref
23427 reference "abs:Titel-Formatierung"
23428
23429 \end_inset
23430
23431  steht mehr über das Paket 
23432 \series bold
23433 caption
23434 \series default
23435 .
23436 \end_layout
23437
23438 \end_inset
23439
23440
23441 \end_layout
23442
23443 \begin_layout Standard
23444
23445 \series bold
23446 tableposition=top
23447 \end_layout
23448
23449 \begin_layout Standard
23450 Wenn Sie eine 
23451 \series bold
23452 KOMA-script
23453 \series default
23454
23455 \begin_inset Index
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459 LaTeX-Pakete ! KOMA-script
23460 \end_layout
23461
23462 \end_inset
23463
23464 -Dokumentklasse (
23465 \family sans
23466 article (KOMA-script)
23467 \family default
23468
23469 \family sans
23470 book (KOMA-script)
23471 \family default
23472
23473 \family sans
23474 letter (KOMA-script)
23475 \family default
23476  oder 
23477 \family sans
23478 report (KOMA-script)
23479 \family default
23480 ) benutzen, können Sie alternativ zum 
23481 \series bold
23482 caption
23483 \series default
23484 -Paket die Option 
23485 \series bold
23486 tablecaptionabove
23487 \series default
23488  benutzen.
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset VSpace bigskip
23493 \end_inset
23494
23495 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23496  Das bewirkt das LaTeX-Paket 
23497 \series bold
23498 sidecap
23499 \series default
23500
23501 \begin_inset Index
23502 status collapsed
23503
23504 \begin_layout Plain Layout
23505 LaTeX-Pakete ! sidecap
23506 \end_layout
23507
23508 \end_inset
23509
23510 , das so in den LaTeX-Vorspann geladen wird:
23511 \end_layout
23512
23513 \begin_layout Standard
23514
23515 \series bold
23516
23517 \backslash
23518 usepackage[Option]{sidecap}
23519 \end_layout
23520
23521 \begin_layout Standard
23522 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23523  Mit 
23524 \series bold
23525 innercaption
23526 \series default
23527  wird die Beschriftung innen gedruckt.
23528  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23529  
23530 \series bold
23531 rightcaption
23532 \series default
23533  oder 
23534 \series bold
23535 leftcaption
23536 \series default
23537 .
23538 \end_layout
23539
23540 \begin_layout Standard
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 ifsidecap
23549 \end_layout
23550
23551 \end_inset
23552
23553
23554 \begin_inset Note Note
23555 status open
23556
23557 \begin_layout Plain Layout
23558 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23559 \series bold
23560 sidecap
23561 \series default
23562  installiert ist.
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23572  in den LaTeX-Vorspann schreiben:
23573 \end_layout
23574
23575 \begin_layout Standard
23576
23577 \lyxline
23578
23579 \end_layout
23580
23581 \begin_layout Standard
23582
23583 \series bold
23584
23585 \backslash
23586 newcommand{
23587 \backslash
23588 TabBesBeg}{%
23589 \begin_inset Newline newline
23590 \end_inset
23591
23592
23593 \begin_inset ERT
23594 status collapsed
23595
23596 \begin_layout Plain Layout
23597
23598
23599 \backslash
23600 hphantom{ }
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \backslash
23607 let
23608 \backslash
23609 MyTable
23610 \backslash
23611 table
23612 \begin_inset Newline newline
23613 \end_inset
23614
23615
23616 \begin_inset ERT
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620
23621
23622 \backslash
23623 hphantom{ }
23624 \end_layout
23625
23626 \end_inset
23627
23628
23629 \backslash
23630 let
23631 \backslash
23632 MyEndtable
23633 \backslash
23634 endtable
23635 \begin_inset Newline newline
23636 \end_inset
23637
23638
23639 \begin_inset ERT
23640 status collapsed
23641
23642 \begin_layout Plain Layout
23643
23644
23645 \backslash
23646 hphantom{ }
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \backslash
23653 renewenvironment{table}{
23654 \backslash
23655 begin{SCtable}}{
23656 \backslash
23657 end{SCtable}}}
23658 \end_layout
23659
23660 \begin_layout Standard
23661
23662 \series bold
23663
23664 \backslash
23665 newcommand{
23666 \backslash
23667 TabBesEnd}{%
23668 \begin_inset Newline newline
23669 \end_inset
23670
23671
23672 \begin_inset ERT
23673 status collapsed
23674
23675 \begin_layout Plain Layout
23676
23677
23678 \backslash
23679 hphantom{ }
23680 \end_layout
23681
23682 \end_inset
23683
23684
23685 \backslash
23686 let
23687 \backslash
23688 table
23689 \backslash
23690 MyTable
23691 \begin_inset Newline newline
23692 \end_inset
23693
23694
23695 \begin_inset ERT
23696 status collapsed
23697
23698 \begin_layout Plain Layout
23699
23700
23701 \backslash
23702 hphantom{ }
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \backslash
23709 let
23710 \backslash
23711 endtable
23712 \backslash
23713 MyEndtable
23714 \end_layout
23715
23716 \begin_layout Standard
23717
23718 \series bold
23719
23720 \backslash
23721 newcommand{
23722 \backslash
23723 FigBesBeg}{%
23724 \begin_inset Newline newline
23725 \end_inset
23726
23727
23728 \begin_inset ERT
23729 status collapsed
23730
23731 \begin_layout Plain Layout
23732
23733
23734 \backslash
23735 hphantom{ }
23736 \end_layout
23737
23738 \end_inset
23739
23740
23741 \backslash
23742 let
23743 \backslash
23744 MyFigure
23745 \backslash
23746 figure
23747 \begin_inset Newline newline
23748 \end_inset
23749
23750
23751 \begin_inset ERT
23752 status collapsed
23753
23754 \begin_layout Plain Layout
23755
23756
23757 \backslash
23758 hphantom{ }
23759 \end_layout
23760
23761 \end_inset
23762
23763
23764 \backslash
23765 let
23766 \backslash
23767 MyEndfigure
23768 \backslash
23769 endfigure
23770 \begin_inset Newline newline
23771 \end_inset
23772
23773
23774 \begin_inset ERT
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778
23779
23780 \backslash
23781 hphantom{ }
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \backslash
23788 renewenvironment{figure}{
23789 \backslash
23790 begin{SCfigure}}{
23791 \backslash
23792 end{SCfigure}}}
23793 \end_layout
23794
23795 \begin_layout Standard
23796
23797 \series bold
23798
23799 \backslash
23800 newcommand{
23801 \backslash
23802 FigBesEnd}{%
23803 \begin_inset Newline newline
23804 \end_inset
23805
23806
23807 \begin_inset ERT
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811
23812
23813 \backslash
23814 hphantom{ }
23815 \end_layout
23816
23817 \end_inset
23818
23819
23820 \backslash
23821 let
23822 \backslash
23823 figure
23824 \backslash
23825 MyFigure
23826 \begin_inset Newline newline
23827 \end_inset
23828
23829
23830 \begin_inset ERT
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834
23835
23836 \backslash
23837 hphantom{ }
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \backslash
23844 let
23845 \backslash
23846 endfigure
23847 \backslash
23848 MyEndfigure}
23849 \series default
23850
23851 \lyxline
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23857 ungen seitlich gedruckt werden.
23858  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23859 \end_layout
23860
23861 \begin_layout Standard
23862
23863 \series bold
23864
23865 \backslash
23866 FigBesBeg
23867 \end_layout
23868
23869 \begin_layout Standard
23870 als TeX-Code vor und
23871 \end_layout
23872
23873 \begin_layout Standard
23874
23875 \series bold
23876
23877 \backslash
23878 FigBesEnd
23879 \end_layout
23880
23881 \begin_layout Standard
23882 hinter das Gleitobjekt.
23883  Bei Gleitobjekt-Tabellen heißen die Befehle
23884 \end_layout
23885
23886 \begin_layout Standard
23887
23888 \series bold
23889
23890 \backslash
23891 TabBesBeg
23892 \series default
23893  und 
23894 \series bold
23895
23896 \backslash
23897 TabBesEnd
23898 \series default
23899 .
23900 \end_layout
23901
23902 \begin_layout Standard
23903 Abbildung
23904 \begin_inset space ~
23905 \end_inset
23906
23907
23908 \begin_inset CommandInset ref
23909 LatexCommand ref
23910 reference "abb:Beschriftung-neben"
23911
23912 \end_inset
23913
23914  und Tabelle
23915 \begin_inset space ~
23916 \end_inset
23917
23918
23919 \begin_inset CommandInset ref
23920 LatexCommand ref
23921 reference "tab:cap-beside-tab"
23922
23923 \end_inset
23924
23925  sind Beispiele für seitliche Beschriftungen.
23926 \end_layout
23927
23928 \begin_layout Standard
23929 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23930  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23931  der Abbildung.
23932  Das kann man mit dem Befehl
23933 \end_layout
23934
23935 \begin_layout Standard
23936
23937 \series bold
23938
23939 \backslash
23940 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23941 \end_layout
23942
23943 \begin_layout Standard
23944 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23945  Der Gleitobjekt-Typ ist entweder 
23946 \family sans
23947 figure
23948 \family default
23949  oder 
23950 \family sans
23951 table
23952 \family default
23953 , die
23954 \family sans
23955  
23956 \family default
23957 Platzierung ist 
23958 \family typewriter
23959 t
23960 \family default
23961  für oben, 
23962 \family typewriter
23963 c
23964 \family default
23965  für zentriert oder 
23966 \family typewriter
23967 b
23968 \family default
23969  für unten.
23970  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
23971  lautet der Befehl
23972 \end_layout
23973
23974 \begin_layout Standard
23975
23976 \series bold
23977
23978 \backslash
23979 sidecaptionvpos{figure}{c}
23980 \end_layout
23981
23982 \begin_layout Standard
23983 Das wurde in Abbildung
23984 \begin_inset space ~
23985 \end_inset
23986
23987
23988 \begin_inset CommandInset ref
23989 LatexCommand ref
23990 reference "abb:cap-beside-fig-2"
23991
23992 \end_inset
23993
23994  benutzt.
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \begin_inset VSpace medskip
23999 \end_inset
24000
24001 Weitere Informationen über das Paket
24002 \series bold
24003  sidecap
24004 \series default
24005  finden Sie in seiner Dokumentation 
24006 \begin_inset CommandInset citation
24007 LatexCommand cite
24008 key "sidecap"
24009
24010 \end_inset
24011
24012 .
24013 \end_layout
24014
24015 \begin_layout Standard
24016 \begin_inset Note Greyedout
24017 status open
24018
24019 \begin_layout Plain Layout
24020
24021 \series bold
24022 Bemerkung:
24023 \series default
24024  Das LaTeX-Paket 
24025 \series bold
24026 hypcap
24027 \series default
24028 ,
24029 \begin_inset Index
24030 status collapsed
24031
24032 \begin_layout Plain Layout
24033 LaTeX-Pakete ! hypcap
24034 \end_layout
24035
24036 \end_inset
24037
24038  das in Abschnitt
24039 \begin_inset space ~
24040 \end_inset
24041
24042
24043 \begin_inset CommandInset ref
24044 LatexCommand ref
24045 reference "uab:Querverweis-Position"
24046
24047 \end_inset
24048
24049  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24050  Beschriftungen.
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \begin_layout Standard
24059 \begin_inset ERT
24060 status collapsed
24061
24062 \begin_layout Plain Layout
24063
24064
24065 \backslash
24066 FigBesBeg 
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \begin_layout Standard
24075 \begin_inset Float figure
24076 wide false
24077 sideways false
24078 status open
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Graphics
24082         filename ../clipart/escher-lsd.eps
24083         scale 75
24084         scaleBeforeRotation
24085
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \begin_layout Plain Layout
24092 \begin_inset Caption
24093
24094 \begin_layout Plain Layout
24095 \begin_inset CommandInset label
24096 LatexCommand label
24097 name "abb:Beschriftung-neben"
24098
24099 \end_inset
24100
24101 Dies ist eine Beschriftung neben einer Abbildung.
24102 \end_layout
24103
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \begin_layout Standard
24115 \begin_inset ERT
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119
24120
24121 \backslash
24122 TabBesBeg 
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \end_layout
24129
24130 \begin_layout Standard
24131 \begin_inset Float table
24132 wide false
24133 sideways false
24134 status open
24135
24136 \begin_layout Plain Layout
24137 \begin_inset Caption
24138
24139 \begin_layout Plain Layout
24140 \begin_inset CommandInset label
24141 LatexCommand label
24142 name "tab:cap-beside-tab"
24143
24144 \end_inset
24145
24146 Dies ist eine Beschriftung neben einer Tabelle.
24147 \end_layout
24148
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Tabular
24156 <lyxtabular version="3" rows="4" columns="5">
24157 <features>
24158 <column alignment="center" valignment="top" width="0">
24159 <column alignment="center" valignment="top" width="0">
24160 <column alignment="center" valignment="top" width="0">
24161 <column alignment="center" valignment="top" width="0">
24162 <column alignment="center" valignment="top" width="0">
24163 <row>
24164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168 a
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 b
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204 c
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 </row>
24210 <row>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224 d
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 e
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \end_layout
24253
24254 \end_inset
24255 </cell>
24256 </row>
24257 <row>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 f
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 g
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 h
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 </row>
24304 <row>
24305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 i
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 j
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
24351 </lyxtabular>
24352
24353 \end_inset
24354
24355
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Standard
24364 \begin_inset ERT
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368
24369
24370 \backslash
24371 TabBesEnd
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 \begin_inset ERT
24381 status collapsed
24382
24383 \begin_layout Plain Layout
24384
24385
24386 \backslash
24387 sidecaptionvpos{figure}{c}
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \begin_inset Float figure
24394 wide false
24395 sideways false
24396 status open
24397
24398 \begin_layout Plain Layout
24399 \begin_inset Graphics
24400         filename ../clipart/escher-lsd.eps
24401         scale 75
24402         scaleBeforeRotation
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Plain Layout
24410 \begin_inset Caption
24411
24412 \begin_layout Plain Layout
24413 \begin_inset CommandInset label
24414 LatexCommand label
24415 name "abb:cap-beside-fig-2"
24416
24417 \end_inset
24418
24419 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset ERT
24434 status collapsed
24435
24436 \begin_layout Plain Layout
24437
24438
24439 \backslash
24440 FigBesEnd
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \begin_layout Standard
24449 \begin_inset ERT
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453
24454
24455 \backslash
24456 else
24457 \end_layout
24458
24459 \end_inset
24460
24461
24462 \begin_inset Note Note
24463 status open
24464
24465 \begin_layout Plain Layout
24466 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24467 \series bold
24468 sidecap
24469 \series default
24470  nicht installiert ist:
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \end_layout
24477
24478 \begin_layout Standard
24479 Das LaTeX-Paket 
24480 \series bold
24481 sidecap
24482 \series default
24483  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24484 \end_layout
24485
24486 \begin_layout Standard
24487 \begin_inset ERT
24488 status collapsed
24489
24490 \begin_layout Plain Layout
24491
24492
24493 \backslash
24494 fi
24495 \end_layout
24496
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Section
24503 Gleitobjekt-Verzeichnisse
24504 \begin_inset Index
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508 Gleitobjekte ! Verzeichnisse
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24518  Sie können mit den Untermenüs von 
24519 \family sans
24520 Einfügen\SpecialChar \menuseparator
24521 Liste
24522 \begin_inset space ~
24523 \end_inset
24524
24525 /
24526 \begin_inset space ~
24527 \end_inset
24528
24529 Inhaltsverzeichnis
24530 \family default
24531  eingefügt werden.
24532 \end_layout
24533
24534 \begin_layout Standard
24535 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24536  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24537 \end_layout
24538
24539 \begin_layout Standard
24540 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24541  und ein Tabellen-Verzeichnis.
24542 \end_layout
24543
24544 \begin_layout Chapter
24545 Notizen
24546 \end_layout
24547
24548 \begin_layout Section
24549 LyX-Notizen
24550 \begin_inset Index
24551 status collapsed
24552
24553 \begin_layout Plain Layout
24554 Notizen ! LyX-Notizen
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \begin_layout Standard
24563 Notizen werden mit einem Klick auf 
24564 \begin_inset Graphics
24565         filename ../../images/note-insert.png
24566         scale 85
24567         scaleBeforeRotation
24568         BoundingBox 0bp 6bp 22bp 22bp
24569
24570 \end_inset
24571
24572  oder 
24573 \family sans
24574 Einfügen\SpecialChar \menuseparator
24575 Notiz
24576 \family default
24577  eingefügt.
24578  Es gibt drei Arten:
24579 \end_layout
24580
24581 \begin_layout Description
24582 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24583  Eine 
24584 \family sans
24585 LyX-Notiz
24586 \family default
24587  sieht so aus:
24588 \begin_inset Newline newline
24589 \end_inset
24590
24591
24592 \begin_inset Newline newline
24593 \end_inset
24594
24595
24596 \begin_inset Graphics
24597         filename clipart/LyXNotizQt4.png
24598         display false
24599         scale 60
24600         scaleBeforeRotation
24601
24602 \end_inset
24603
24604  
24605 \begin_inset Note Note
24606 status open
24607
24608 \begin_layout Plain Layout
24609 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Description
24618 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24619  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24620 \family sans
24621 Datei\SpecialChar \menuseparator
24622 Ex\SpecialChar \-
24623 por\SpecialChar \-
24624 tie\SpecialChar \-
24625 ren\SpecialChar \menuseparator
24626 LaTe
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632 {}
24633 \end_layout
24634
24635 \end_inset
24636
24637 X (pdflatex) / (normal)
24638 \family default
24639 .
24640  Ein Kommentar sieht so aus:
24641 \begin_inset Newline newline
24642 \end_inset
24643
24644
24645 \begin_inset Newline newline
24646 \end_inset
24647
24648
24649 \begin_inset Graphics
24650         filename clipart/KommentarQt4.png
24651         display false
24652         scale 60
24653         scaleBeforeRotation
24654
24655 \end_inset
24656
24657  
24658 \begin_inset Note Comment
24659 status open
24660
24661 \begin_layout Plain Layout
24662 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Description
24671 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24672 \begin_inset Newline newline
24673 \end_inset
24674
24675
24676 \begin_inset Newline newline
24677 \end_inset
24678
24679
24680 \begin_inset Graphics
24681         filename clipart/GrauschriftNotizQt4.png
24682         display false
24683         scale 60
24684         scaleBeforeRotation
24685
24686 \end_inset
24687
24688
24689 \begin_inset Newline newline
24690 \end_inset
24691
24692
24693 \begin_inset ERT
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697
24698
24699 \backslash
24700 renewenvironment{lyxgreyedout}
24701 \end_layout
24702
24703 \begin_layout Plain Layout
24704
24705 {
24706 \backslash
24707 textcolor[gray]{0.4}
24708 \backslash
24709 bgroup}{
24710 \backslash
24711 egroup}
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \begin_inset Note Greyedout
24718 status open
24719
24720 \begin_layout Plain Layout
24721 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24722 \begin_inset Foot
24723 status open
24724
24725 \begin_layout Plain Layout
24726 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 renewenvironment{lyxgreyedout}
24745 \end_layout
24746
24747 \begin_layout Plain Layout
24748
24749 {
24750 \backslash
24751 textcolor{blue}
24752 \backslash
24753 bgroup}{
24754 \backslash
24755 egroup}
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \begin_inset Note Note
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24766  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24767  
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \begin_inset Newline newline
24774 \end_inset
24775
24776
24777 \begin_inset Newline newline
24778 \end_inset
24779
24780 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24781  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24782 \end_layout
24783
24784 \begin_layout Standard
24785 \begin_inset VSpace bigskip
24786 \end_inset
24787
24788 Wenn Sie auf den Werkzeugleistenknopf 
24789 \begin_inset Graphics
24790         filename ../../images/note-insert.png
24791         scale 85
24792         scaleBeforeRotation
24793         BoundingBox 0bp 6bp 22bp 22bp
24794
24795 \end_inset
24796
24797  klicken, wird zunächst eine 
24798 \family sans
24799 LyX-Notiz
24800 \family default
24801  eingefügt.
24802  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24803  anderen Möglichkeiten auswählen.
24804  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24805  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24806  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24807  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24808  am Ende der Notiz ist.
24809 \end_layout
24810
24811 \begin_layout Standard
24812 \begin_inset VSpace bigskip
24813 \end_inset
24814
24815 Die Textfarbe der 
24816 \family sans
24817 Grauschrift
24818 \family default
24819 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24820 \end_layout
24821
24822 \begin_layout Standard
24823
24824 \series bold
24825
24826 \backslash
24827 renewenvironment{lyxgreyedout}
24828 \begin_inset Newline newline
24829 \end_inset
24830
24831
24832 \begin_inset ERT
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836
24837
24838 \backslash
24839 hphantom{ }
24840 \end_layout
24841
24842 \end_inset
24843
24844 {
24845 \backslash
24846 textcolor{color}
24847 \backslash
24848 bgroup}{
24849 \backslash
24850 egroup}
24851 \end_layout
24852
24853 \begin_layout Standard
24854 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24855 \begin_inset space ~
24856 \end_inset
24857
24858
24859 \begin_inset CommandInset ref
24860 LatexCommand ref
24861 reference "abs:Farbige-Tabellen"
24862
24863 \end_inset
24864
24865  beschrieben.
24866  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24867 \end_layout
24868
24869 \begin_layout Section
24870 Fußnoten
24871 \begin_inset CommandInset label
24872 LatexCommand label
24873 name "abs:Fußnoten"
24874
24875 \end_inset
24876
24877
24878 \begin_inset Index
24879 status collapsed
24880
24881 \begin_layout Plain Layout
24882 Notizen ! Fußnoten
24883 \end_layout
24884
24885 \end_inset
24886
24887
24888 \begin_inset Index
24889 status collapsed
24890
24891 \begin_layout Plain Layout
24892 Fußnoten
24893 \end_layout
24894
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \begin_layout Standard
24901 Zu dem, was bereits im 
24902 \emph on
24903 Benutzerhandbuch
24904 \emph default
24905  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24906  Eine Fußnotenbox sieht folgendermaßen aus: 
24907 \begin_inset Graphics
24908         filename clipart/FussnoteQt4.png
24909         scale 80
24910         scaleBeforeRotation
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Hier ist eine Beispielfußnote:
24919 \color black
24920
24921 \begin_inset Foot
24922 status open
24923
24924 \begin_layout Plain Layout
24925 \begin_inset CommandInset label
24926 LatexCommand label
24927 name "fuss:Fußnoten-Beispiel"
24928
24929 \end_inset
24930
24931 Dies ist eine Fußnote.
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \begin_layout Standard
24940 \begin_inset ERT
24941 status collapsed
24942
24943 \begin_layout Plain Layout
24944
24945
24946 \backslash
24947 newcounter{MyRepeatFoot}
24948 \end_layout
24949
24950 \begin_layout Plain Layout
24951
24952
24953 \backslash
24954 setcounter{MyRepeatFoot}{
24955 \backslash
24956 thefootnote}
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24966  wurde, eine hochgestellte Zahl.
24967  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24968  hochgestellt dem Text vorangeht.
24969  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24970  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24971  werden.
24972 \end_layout
24973
24974 \begin_layout Standard
24975 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24976  der Fußnote eine Marke eingefügt wurde.
24977  Dies ist ein Querverweis auf Fußnote
24978 \begin_inset space ~
24979 \end_inset
24980
24981
24982 \begin_inset CommandInset ref
24983 LatexCommand ref
24984 reference "fuss:Fußnoten-Beispiel"
24985
24986 \end_inset
24987
24988 .
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
24993  siehe Abschnitt
24994 \begin_inset space ~
24995 \end_inset
24996
24997
24998 \begin_inset CommandInset ref
24999 LatexCommand ref
25000 reference "abs:Minipage"
25001
25002 \end_inset
25003
25004 .
25005  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25006 \begin_inset space ~
25007 \end_inset
25008
25009
25010 \begin_inset CommandInset ref
25011 LatexCommand ref
25012 reference "uab:Fußnoten-in-langen"
25013
25014 \end_inset
25015
25016  beschrieben.
25017 \end_layout
25018
25019 \begin_layout Standard
25020 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25021  TeX-Code-Befehl 
25022 \series bold
25023
25024 \backslash
25025 footnotemark[Nummer]
25026 \series default
25027  benutzen.
25028  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25029  mal gedruckt wird.
25030 \end_layout
25031
25032 \begin_layout Standard
25033 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25034  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25035  Hinter Fußnote
25036 \begin_inset space ~
25037 \end_inset
25038
25039
25040 \begin_inset CommandInset ref
25041 LatexCommand ref
25042 reference "fuss:Fußnoten-Beispiel"
25043
25044 \end_inset
25045
25046  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25047 \end_layout
25048
25049 \begin_layout Standard
25050
25051 \series bold
25052
25053 \backslash
25054 newcounter{MyRepeatFoot}
25055 \begin_inset Newline newline
25056 \end_inset
25057
25058
25059 \backslash
25060 setcounter{MyRepeatFoot}{
25061 \backslash
25062 thefootnote}
25063 \end_layout
25064
25065 \begin_layout Standard
25066 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25067 \end_layout
25068
25069 \begin_layout Standard
25070
25071 \series bold
25072
25073 \backslash
25074 footnotemark[
25075 \backslash
25076 theMyRepeatFoot]
25077 \end_layout
25078
25079 \begin_layout Standard
25080 Hier ist ein Beispiel für eine Fußnotenmarke:
25081 \family roman
25082 \series medium
25083 \bar no
25084
25085 \begin_inset ERT
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089
25090
25091 \backslash
25092 footnotemark[
25093 \backslash
25094 theMyRepeatFoot]
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Subsection
25103 Fußnoten-Nummerierung
25104 \begin_inset CommandInset label
25105 LatexCommand label
25106 name "uab:Fußnoten-Nummerierung"
25107
25108 \end_inset
25109
25110
25111 \begin_inset Index
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115 Fußnoten ! Nummerierung
25116 \end_layout
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Standard
25124 Um Fußnoten nach jedem Abschnitt
25125 \family roman
25126  auf 1 zurückzusetzen, 
25127 \family default
25128 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25129 \end_layout
25130
25131 \begin_layout Standard
25132
25133 \series bold
25134
25135 \backslash
25136 @addtoreset{footnote}{section}
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset VSpace bigskip
25141 \end_inset
25142
25143 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25144  Zahlen:
25145 \end_layout
25146
25147 \begin_layout Standard
25148
25149 \series bold
25150
25151 \backslash
25152 renewcommand{
25153 \backslash
25154 thefootnote}{
25155 \backslash
25156 roman{footnote}}
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165
25166 \backslash
25167 renewcommand{
25168 \backslash
25169 thefootnote}{
25170 \backslash
25171 roman{footnote}}
25172 \end_layout
25173
25174 \end_inset
25175
25176  Hier ist ein Beispiel für solch eine Fußnote:
25177 \begin_inset Foot
25178 status open
25179
25180 \begin_layout Plain Layout
25181 Dies ist eine Fußnote mit kleinen römischen Zahlen
25182 \end_layout
25183
25184 \end_inset
25185
25186
25187 \end_layout
25188
25189 \begin_layout Standard
25190 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25191  in obigem Befehl 
25192 \series bold
25193
25194 \backslash
25195 roman
25196 \series default
25197  durch 
25198 \series bold
25199
25200 \backslash
25201 Roman
25202 \series default
25203 .
25204  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25205 \begin_inset Quotes gld
25206 \end_inset
25207
25208 nummerieren
25209 \begin_inset Quotes grd
25210 \end_inset
25211
25212 , verwenden Sie die Befehle 
25213 \series bold
25214
25215 \backslash
25216 Alph
25217 \series default
25218  oder 
25219 \series bold
25220
25221 \backslash
25222 alph
25223 \series default
25224 .
25225  Für die 
25226 \begin_inset Quotes gld
25227 \end_inset
25228
25229 Nummerierung
25230 \begin_inset Quotes grd
25231 \end_inset
25232
25233  mit Symbolen steht der Befehl 
25234 \series bold
25235
25236 \backslash
25237 fnsymbol
25238 \series default
25239  zur Verfügung.
25240 \end_layout
25241
25242 \begin_layout Standard
25243 \begin_inset Note Greyedout
25244 status open
25245
25246 \begin_layout Plain Layout
25247
25248 \series bold
25249 Bemerkung 1:
25250 \series default
25251  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25252  
25253 \emph on
25254 ein
25255 \emph default
25256  Buchstabe verwendet wird.
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \begin_inset Newline newline
25263 \end_inset
25264
25265
25266 \begin_inset Note Greyedout
25267 status open
25268
25269 \begin_layout Plain Layout
25270
25271 \series bold
25272 Bemerkung 2:
25273 \series default
25274  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25275 \end_layout
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Standard
25283 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25284 \series bold
25285
25286 \backslash
25287 arabic
25288 \series default
25289  anstelle von 
25290 \series bold
25291
25292 \backslash
25293 roman
25294 \series default
25295  in obigem Befehl.
25296 \begin_inset ERT
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300
25301
25302 \backslash
25303 renewcommand{
25304 \backslash
25305 thefootnote}{
25306 \backslash
25307 arabic{footnote}}
25308 \end_layout
25309
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \begin_layout Standard
25316 \begin_inset VSpace bigskip
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \begin_layout Standard
25323 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25324 \begin_inset Quotes gld
25325 \end_inset
25326
25327 Kapitel.Fußnote
25328 \begin_inset Quotes grd
25329 \end_inset
25330
25331  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25332 \end_layout
25333
25334 \begin_layout Standard
25335
25336 \series bold
25337
25338 \backslash
25339 numberwithin{footnote}{chapter}
25340 \end_layout
25341
25342 \begin_layout Standard
25343 Um 
25344 \series bold
25345
25346 \backslash
25347 numberwithin
25348 \series default
25349  benutzen zu können, muss in den 
25350 \family sans
25351 Mathe
25352 \begin_inset space ~
25353 \end_inset
25354
25355 Optionen
25356 \family default
25357  der 
25358 \family sans
25359 Dokument-Einstellungen
25360 \family default
25361  
25362 \family sans
25363 AMS
25364 \begin_inset space ~
25365 \end_inset
25366
25367 Mathe
25368 \begin_inset space ~
25369 \end_inset
25370
25371 Paket
25372 \family default
25373
25374 \begin_inset space ~
25375 \end_inset
25376
25377
25378 \family sans
25379 verwenden
25380 \family default
25381  angekreuzt sein.
25382 \begin_inset ERT
25383 status collapsed
25384
25385 \begin_layout Plain Layout
25386
25387
25388 \backslash
25389 numberwithin{footnote}{chapter}
25390 \end_layout
25391
25392 \end_inset
25393
25394  Hier ist ein Beispiel für solch eine Fußnote.
25395 \series bold
25396
25397 \begin_inset Foot
25398 status open
25399
25400 \begin_layout Plain Layout
25401 Dies ist eine Fußnote nach dem Schema 
25402 \begin_inset Quotes gld
25403 \end_inset
25404
25405 Kapitel.Fußnote
25406 \begin_inset Quotes grd
25407 \end_inset
25408
25409 .
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \series default
25416
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 renewcommand{
25425 \backslash
25426 thefootnote}{
25427 \backslash
25428 arabic{footnote}}
25429 \end_layout
25430
25431 \end_inset
25432
25433
25434 \end_layout
25435
25436 \begin_layout Standard
25437 \begin_inset Note Greyedout
25438 status open
25439
25440 \begin_layout Plain Layout
25441
25442 \series bold
25443 Bemerkung:
25444 \series default
25445  
25446 \series bold
25447
25448 \backslash
25449 numberwithin
25450 \series default
25451  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25452  werden überschrieben.
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Um also z.
25462 \begin_inset space \thinspace{}
25463 \end_inset
25464
25465 B.
25466  das Schema 
25467 \begin_inset Quotes gld
25468 \end_inset
25469
25470 Kapitel.
25471 \backslash
25472 Roman{footnote}
25473 \begin_inset Quotes grd
25474 \end_inset
25475
25476  zu erhalten, muss dieser Befehl anstelle von 
25477 \series bold
25478
25479 \backslash
25480 numberwithin
25481 \series default
25482  verwendet werden:
25483 \end_layout
25484
25485 \begin_layout Standard
25486
25487 \series bold
25488
25489 \backslash
25490 renewcommand{
25491 \backslash
25492 thefootnote}{
25493 \backslash
25494 thechapter.
25495 \backslash
25496 Roman{footnote}}
25497 \end_layout
25498
25499 \begin_layout Subsection
25500 Fußnoten-Platzierung
25501 \begin_inset Index
25502 status collapsed
25503
25504 \begin_layout Plain Layout
25505 Fußnoten ! Platzierung
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Standard
25514 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25515  ohne Zwischenraum am Ende der Seite gedruckt.
25516  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25517  LaTeX-Vorspann 1.5
25518 \begin_inset space \thinspace{}
25519 \end_inset
25520
25521 mm Zwischenraum einfügen:
25522 \end_layout
25523
25524 \begin_layout Standard
25525
25526 \series bold
25527
25528 \backslash
25529 let
25530 \backslash
25531 myFoot
25532 \backslash
25533 footnote
25534 \begin_inset Newline newline
25535 \end_inset
25536
25537
25538 \backslash
25539 renewcommand{
25540 \backslash
25541 footnote}[1]{
25542 \backslash
25543 myFoot{#1
25544 \backslash
25545 vspace{1.5mm}}}
25546 \end_layout
25547
25548 \begin_layout Standard
25549 \begin_inset VSpace bigskip
25550 \end_inset
25551
25552 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25553  Spalte gedruckt, Abbildung
25554 \begin_inset space ~
25555 \end_inset
25556
25557
25558 \begin_inset CommandInset ref
25559 LatexCommand ref
25560 reference "abb:Standard-Fußnoten-Platzierung-in"
25561
25562 \end_inset
25563
25564 .
25565  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25566  in Abbildung
25567 \begin_inset space ~
25568 \end_inset
25569
25570
25571 \begin_inset CommandInset ref
25572 LatexCommand ref
25573 reference "abb:Fußnoten-Platzierung-in-einem"
25574
25575 \end_inset
25576
25577 , müssen Sie das LaTeX-Paket 
25578 \series bold
25579 ftnright
25580 \series default
25581
25582 \begin_inset Index
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 LaTeX-Pakete ! ftnright
25587 \end_layout
25588
25589 \end_inset
25590
25591  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25592 \end_layout
25593
25594 \begin_layout Standard
25595
25596 \series bold
25597
25598 \backslash
25599 usepackage{ftnright}
25600 \end_layout
25601
25602 \begin_layout Standard
25603 \begin_inset Float figure
25604 placement !h
25605 wide false
25606 sideways false
25607 status open
25608
25609 \begin_layout Plain Layout
25610 \begin_inset ERT
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614
25615
25616 \backslash
25617 framebox{
25618 \end_layout
25619
25620 \end_inset
25621
25622
25623 \begin_inset Graphics
25624         filename ../clipart/without_fntright.pdf
25625         width 100col%
25626         scaleBeforeRotation
25627
25628 \end_inset
25629
25630
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635
25636 }
25637 \end_layout
25638
25639 \end_inset
25640
25641
25642 \end_layout
25643
25644 \begin_layout Plain Layout
25645 \begin_inset Caption
25646
25647 \begin_layout Plain Layout
25648 \begin_inset CommandInset label
25649 LatexCommand label
25650 name "abb:Standard-Fußnoten-Platzierung-in"
25651
25652 \end_inset
25653
25654 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25655 \begin_inset OptArg
25656 status open
25657
25658 \begin_layout Plain Layout
25659 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25660 \end_layout
25661
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 \begin_inset Float figure
25679 placement !h
25680 wide false
25681 sideways false
25682 status open
25683
25684 \begin_layout Plain Layout
25685 \begin_inset ERT
25686 status collapsed
25687
25688 \begin_layout Plain Layout
25689
25690
25691 \backslash
25692 framebox{
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \begin_inset Graphics
25699         filename ../clipart/with_fntright.pdf
25700         width 100col%
25701         scaleBeforeRotation
25702
25703 \end_inset
25704
25705
25706 \begin_inset ERT
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710
25711 }
25712 \end_layout
25713
25714 \end_inset
25715
25716
25717 \end_layout
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Caption
25721
25722 \begin_layout Plain Layout
25723 \begin_inset CommandInset label
25724 LatexCommand label
25725 name "abb:Fußnoten-Platzierung-in-einem"
25726
25727 \end_inset
25728
25729 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25730  
25731 \series bold
25732 ftnright
25733 \series default
25734 .
25735 \begin_inset OptArg
25736 status collapsed
25737
25738 \begin_layout Plain Layout
25739 Fußnoten-Platzierung mit 
25740 \family typewriter
25741 ftnright
25742 \end_layout
25743
25744 \end_inset
25745
25746
25747 \end_layout
25748
25749 \end_inset
25750
25751
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \begin_layout Standard
25760 \begin_inset VSpace bigskip
25761 \end_inset
25762
25763 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25764  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25765 \begin_inset space ~
25766 \end_inset
25767
25768
25769 \begin_inset CommandInset ref
25770 LatexCommand ref
25771 reference "abb:endnotes"
25772
25773 \end_inset
25774
25775  gedruckt.
25776  Man nennt sie dann 
25777 \begin_inset Quotes gld
25778 \end_inset
25779
25780 Endnoten
25781 \begin_inset Quotes grd
25782 \end_inset
25783
25784 .
25785 \begin_inset Index
25786 status collapsed
25787
25788 \begin_layout Plain Layout
25789 Endnoten
25790 \end_layout
25791
25792 \end_inset
25793
25794  Um das zu erreichen, laden Sie im Menü 
25795 \family sans
25796 Dokument\SpecialChar \menuseparator
25797 Einstellungen\SpecialChar \menuseparator
25798 Module 
25799 \family default
25800 das Modul 
25801 \family sans
25802 Fußnote
25803 \begin_inset space ~
25804 \end_inset
25805
25806 als
25807 \begin_inset space ~
25808 \end_inset
25809
25810 Endnote
25811 \family default
25812 .
25813  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
25814 \end_layout
25815
25816 \begin_layout Standard
25817
25818 \series bold
25819
25820 \backslash
25821 theendnotes
25822 \end_layout
25823
25824 \begin_layout Standard
25825 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset Float figure
25830 wide false
25831 sideways false
25832 status open
25833
25834 \begin_layout Plain Layout
25835 \align center
25836 \begin_inset ERT
25837 status collapsed
25838
25839 \begin_layout Plain Layout
25840
25841
25842 \backslash
25843 framebox{
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \begin_inset Graphics
25850         filename ../clipart/endnotes.pdf
25851         scaleBeforeRotation
25852
25853 \end_inset
25854
25855
25856 \begin_inset ERT
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860
25861 }
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Caption
25871
25872 \begin_layout Plain Layout
25873 \begin_inset CommandInset label
25874 LatexCommand label
25875 name "abb:endnotes"
25876
25877 \end_inset
25878
25879
25880 \series bold
25881 endnotes
25882 \series default
25883  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25884  gedruckt.
25885 \end_layout
25886
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \begin_layout Standard
25898 \begin_inset VSpace medskip
25899 \end_inset
25900
25901 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25902 ache übersetzt.
25903  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25904 \begin_inset Quotes gld
25905 \end_inset
25906
25907 Notes
25908 \begin_inset Quotes grd
25909 \end_inset
25910
25911  in 
25912 \begin_inset Quotes gld
25913 \end_inset
25914
25915 Anmerkungen
25916 \begin_inset Quotes grd
25917 \end_inset
25918
25919 :
25920 \end_layout
25921
25922 \begin_layout Standard
25923
25924 \series bold
25925
25926 \backslash
25927 renewcommand{
25928 \backslash
25929 notesname}{Anmerkungen}
25930 \end_layout
25931
25932 \begin_layout Standard
25933 \begin_inset VSpace medskip
25934 \end_inset
25935
25936 Wenn Sie in den Befehlen von Abschnitt
25937 \begin_inset space ~
25938 \end_inset
25939
25940
25941 \begin_inset CommandInset ref
25942 LatexCommand ref
25943 reference "uab:Fußnoten-Nummerierung"
25944
25945 \end_inset
25946
25947  
25948 \series bold
25949
25950 \backslash
25951 thefootnote
25952 \series default
25953  durch 
25954 \series bold
25955
25956 \backslash
25957 theendnote
25958 \series default
25959  ersetzen, können Sie die Nummerierung von Endnoten ändern.
25960  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
25961 \series bold
25962
25963 \backslash
25964 @addtoreset
25965 \series default
25966  wie in Abschnitt
25967 \begin_inset space \space{}
25968 \end_inset
25969
25970
25971 \begin_inset CommandInset ref
25972 LatexCommand ref
25973 reference "uab:Fußnoten-Nummerierung"
25974
25975 \end_inset
25976
25977  beschrieben und ersetzen 
25978 \series bold
25979 footnote
25980 \series default
25981  durch 
25982 \series bold
25983 endnote
25984 \series default
25985 .
25986 \end_layout
25987
25988 \begin_layout Standard
25989 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
25990  
25991 \series bold
25992
25993 \backslash
25994 endnotemark[Nummer]
25995 \series default
25996  ähnlich wie 
25997 \series bold
25998
25999 \backslash
26000 footnotemark
26001 \series default
26002  Abschnitt
26003 \begin_inset space ~
26004 \end_inset
26005
26006
26007 \begin_inset CommandInset ref
26008 LatexCommand ref
26009 reference "abs:Fußnoten"
26010
26011 \end_inset
26012
26013 .
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset VSpace bigskip
26018 \end_inset
26019
26020 Mit dem LaTeX-Paket 
26021 \series bold
26022 footmisc
26023 \series default
26024
26025 \begin_inset Index
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029 LaTeX-Pakete ! footmisc
26030 \end_layout
26031
26032 \end_inset
26033
26034  (
26035 \begin_inset CommandInset citation
26036 LatexCommand cite
26037 key "footmisc"
26038
26039 \end_inset
26040
26041 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 In LaTeX-Büchern, 
26046 \begin_inset CommandInset citation
26047 LatexCommand cite
26048 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26049
26050 \end_inset
26051
26052 , finden Sie weiteres zu Fußnoten.
26053 \end_layout
26054
26055 \begin_layout Section
26056 Randnotizen
26057 \begin_inset Index
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061 Randnotizen
26062 \end_layout
26063
26064 \end_inset
26065
26066
26067 \begin_inset Index
26068 status collapsed
26069
26070 \begin_layout Plain Layout
26071 Notizen ! Randnotizen
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \begin_layout Standard
26080 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26081  Sie fügen sie mit einem Klick auf den Schalter 
26082 \begin_inset Graphics
26083         filename ../../images/marginalnote-insert.png
26084         scale 70
26085         scaleBeforeRotation
26086
26087 \end_inset
26088
26089  oder über 
26090 \family sans
26091 Einfügen\SpecialChar \menuseparator
26092 Randnotiz
26093 \family default
26094  ein.
26095  Ein graues Kästchen mit der Aufschrift 
26096 \begin_inset Quotes gld
26097 \end_inset
26098
26099 Rand
26100 \begin_inset Quotes grd
26101 \end_inset
26102
26103  erscheint
26104 \family roman
26105 \series medium
26106 , und dort, wo der Cursor steht, können Sie Text eingeben.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 Hier am Rand sehen Sie eine Randnotiz.
26111  
26112 \begin_inset Marginal
26113 status open
26114
26115 \begin_layout Plain Layout
26116 Dies ist eine Randnotiz.
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Standard
26125 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26126  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26127  Seiten und rechts auf den ungeraden.
26128  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26129  wird und umgekehrt.
26130  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26131  wurde.
26132 \end_layout
26133
26134 \begin_layout Standard
26135 \begin_inset VSpace bigskip
26136 \end_inset
26137
26138 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26139 \end_layout
26140
26141 \begin_layout Standard
26142
26143 \series bold
26144
26145 \backslash
26146 reversemarginpar
26147 \end_layout
26148
26149 \begin_layout Standard
26150 als TeX-Code vor einer Randnotiz ein.
26151  Das gilt dann für alle folgenden Randnotizen.
26152  
26153 \begin_inset ERT
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157
26158
26159 \backslash
26160 reversemarginpar 
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \begin_inset Marginal
26167 status open
26168
26169 \begin_layout Plain Layout
26170 Hier ist ein Beispiel im inneren Rand.
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \begin_inset Newline newline
26177 \end_inset
26178
26179
26180 \begin_inset Note Greyedout
26181 status open
26182
26183 \begin_layout Plain Layout
26184  
26185 \series bold
26186 Achtung:
26187 \series default
26188  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26198 \end_layout
26199
26200 \begin_layout Standard
26201
26202 \series bold
26203
26204 \backslash
26205 normalmarginpar
26206 \end_layout
26207
26208 \begin_layout Standard
26209 als TeX-Code ein.
26210 \begin_inset ERT
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214
26215
26216 \backslash
26217 normalmarginpar 
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \begin_inset Note Greyedout
26227 status open
26228
26229 \begin_layout Plain Layout
26230
26231 \series bold
26232 Achtung:
26233 \series default
26234  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26235 \series bold
26236
26237 \backslash
26238 reversemarginpar
26239 \series default
26240  verwendet wird.
26241 \end_layout
26242
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Standard
26249 \begin_inset VSpace bigskip
26250 \end_inset
26251
26252
26253 \begin_inset Marginal
26254 status open
26255
26256 \begin_layout Plain Layout
26257
26258 \family roman
26259 \series medium
26260 EinSehrLangesWort am Anfang, das umgebrochen wird.
26261 \end_layout
26262
26263 \end_inset
26264
26265  Ähnlich wie in Abschnitt
26266 \begin_inset space ~
26267 \end_inset
26268
26269
26270 \begin_inset CommandInset ref
26271 LatexCommand ref
26272 reference "uab:Mehrfache-Zeilen-in"
26273
26274 \end_inset
26275
26276  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26277  Wort der Randnotiz sind.
26278  Um das zu vermeiden, fügen sie 0
26279 \begin_inset space \thinspace{}
26280 \end_inset
26281
26282 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26283 \begin_inset Marginal
26284 status open
26285
26286 \begin_layout Plain Layout
26287 \begin_inset space \hspace{}
26288 \length 0pt
26289 \end_inset
26290
26291
26292 \family roman
26293 \series medium
26294 EinSehrLangesWort am Anfang, das umgebrochen wird.
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Standard
26303 \begin_inset VSpace bigskip
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 \begin_inset Note Greyedout
26311 status open
26312
26313 \begin_layout Plain Layout
26314
26315 \series bold
26316 Bemerkung:
26317 \series default
26318  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26319  verwendet werden.
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Standard
26328 \begin_inset VSpace bigskip
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Standard
26335 \begin_inset ERT
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339
26340
26341 \backslash
26342 ifmarginnote
26343 \end_layout
26344
26345 \end_inset
26346
26347
26348 \begin_inset Note Note
26349 status open
26350
26351 \begin_layout Plain Layout
26352 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26353 \series bold
26354 marginnote
26355 \series default
26356  installiert ist.
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \begin_layout Standard
26365 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26366 \series bold
26367 marginnote
26368 \series default
26369
26370 \begin_inset Index
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 LaTeX-Pakete ! marginnote
26375 \end_layout
26376
26377 \end_inset
26378
26379  verwendet wird.
26380  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26381  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26382  des Pakets 
26383 \series bold
26384 marginnote
26385 \series default
26386  für Randnotizen verwendet wird:
26387 \end_layout
26388
26389 \begin_layout Standard
26390
26391 \series bold
26392
26393 \backslash
26394 usepackage{marginnote}
26395 \begin_inset Newline newline
26396 \end_inset
26397
26398
26399 \backslash
26400 let
26401 \backslash
26402 marginpar
26403 \backslash
26404 marginnote
26405 \end_layout
26406
26407 \begin_layout Standard
26408 Dies wird auch in diesem Dokument verwendet, denn 
26409 \series bold
26410 marginnote
26411 \series default
26412  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26413  für Randnotizen angeben.
26414  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26415 n zu dicht beieinander sind.
26416  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26417  Schema
26418 \end_layout
26419
26420 \begin_layout Standard
26421
26422 \series bold
26423 [Versatz]
26424 \end_layout
26425
26426 \begin_layout Standard
26427 angegeben.
26428  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26429 \begin_inset space ~
26430 \end_inset
26431
26432
26433 \begin_inset CommandInset ref
26434 LatexCommand ref
26435 reference "tab:Maßeinheiten"
26436
26437 \end_inset
26438
26439  aufgelistet sind.
26440  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26441  nach unten.
26442  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26443 \begin_inset space \thinspace{}
26444 \end_inset
26445
26446 cm mit dem TeX-Code-Befehl  
26447 \begin_inset Quotes gld
26448 \end_inset
26449
26450
26451 \series bold
26452 [-1.5cm]
26453 \series default
26454
26455 \begin_inset Quotes grd
26456 \end_inset
26457
26458  nach oben versetzt.
26459 \begin_inset Marginal
26460 status open
26461
26462 \begin_layout Plain Layout
26463 Diese Randnotiz ist 1.5
26464 \begin_inset space \thinspace{}
26465 \end_inset
26466
26467 cm von ihrer Originalposition nach oben versetzt.
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \begin_inset ERT
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477
26478 [-1.5cm]
26479 \end_layout
26480
26481 \end_inset
26482
26483
26484 \end_layout
26485
26486 \begin_layout Standard
26487 \begin_inset VSpace medskip
26488 \end_inset
26489
26490 Mit 
26491 \series bold
26492 marginnote
26493 \series default
26494  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26495  Zum Beispiel setzen die Befehle
26496 \end_layout
26497
26498 \begin_layout Standard
26499
26500 \series bold
26501
26502 \backslash
26503 renewcommand*{
26504 \backslash
26505 raggedleftmarginnote}{
26506 \backslash
26507 centering}
26508 \begin_inset Newline newline
26509 \end_inset
26510
26511
26512 \backslash
26513 renewcommand*{
26514 \backslash
26515 raggedrightmarginnote}{
26516 \backslash
26517 centering}
26518 \end_layout
26519
26520 \begin_layout Standard
26521 die Ausrichtung auf zentriert.
26522  
26523 \series bold
26524
26525 \backslash
26526 raggedleftmarginnote
26527 \series default
26528  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26529  
26530 \begin_inset ERT
26531 status collapsed
26532
26533 \begin_layout Plain Layout
26534
26535
26536 \backslash
26537 renewcommand*{
26538 \backslash
26539 raggedleftmarginnote}{
26540 \backslash
26541 centering}
26542 \end_layout
26543
26544 \begin_layout Plain Layout
26545
26546
26547 \backslash
26548 renewcommand*{
26549 \backslash
26550 raggedrightmarginnote}{
26551 \backslash
26552 centering}
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \begin_inset Marginal
26559 status open
26560
26561 \begin_layout Plain Layout
26562 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26563 \end_layout
26564
26565 \end_inset
26566
26567  Die Voreinstellung ist
26568 \end_layout
26569
26570 \begin_layout Standard
26571
26572 \series bold
26573
26574 \backslash
26575 renewcommand*{
26576 \backslash
26577 raggedleftmarginnote}{
26578 \backslash
26579 raggedleft}
26580 \begin_inset Newline newline
26581 \end_inset
26582
26583
26584 \backslash
26585 renewcommand*{
26586 \backslash
26587 raggedrightmarginnote}{
26588 \backslash
26589 raggedright}
26590 \series default
26591
26592 \begin_inset ERT
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596
26597
26598 \backslash
26599 renewcommand*{
26600 \backslash
26601 raggedleftmarginnote}{
26602 \backslash
26603 raggedleft}
26604 \end_layout
26605
26606 \begin_layout Plain Layout
26607
26608
26609 \backslash
26610 renewcommand*{
26611 \backslash
26612 raggedrightmarginnote}{
26613 \backslash
26614 raggedright}
26615 \end_layout
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Standard
26623 \begin_inset VSpace medskip
26624 \end_inset
26625
26626 Für weitere Fähigkeiten des Pakets 
26627 \series bold
26628 marginnote
26629 \series default
26630  sei auf dessen Dokumentation verwiesen 
26631 \begin_inset CommandInset citation
26632 LatexCommand cite
26633 key "marginnote"
26634
26635 \end_inset
26636
26637 .
26638 \end_layout
26639
26640 \begin_layout Standard
26641 \begin_inset VSpace bigskip
26642 \end_inset
26643
26644 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26645  geändert werden.
26646  Um z.
26647 \begin_inset space \thinspace{}
26648 \end_inset
26649
26650 B.
26651  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26652  und fettgedruckten Text 
26653 \begin_inset Quotes eld
26654 \end_inset
26655
26656
26657 \family sans
26658 \series bold
26659 \bar under
26660 Achtung!
26661 \family default
26662 \series default
26663 \bar default
26664
26665 \begin_inset Quotes erd
26666 \end_inset
26667
26668  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26669 \end_layout
26670
26671 \begin_layout Standard
26672
26673 \series bold
26674
26675 \backslash
26676 let
26677 \backslash
26678 myMarginpar
26679 \backslash
26680 marginpar
26681 \begin_inset Newline newline
26682 \end_inset
26683
26684
26685 \backslash
26686 renewcommand{
26687 \backslash
26688 marginpar}[1]{
26689 \backslash
26690 myMarginpar{%
26691 \begin_inset Newline newline
26692 \end_inset
26693
26694
26695 \begin_inset ERT
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699
26700
26701 \backslash
26702 hphantom{ }
26703 \end_layout
26704
26705 \end_inset
26706
26707
26708 \backslash
26709 hspace{0pt}
26710 \backslash
26711 textsf{
26712 \backslash
26713 textbf{
26714 \backslash
26715 underbar{Achtung!}}}%
26716 \begin_inset Newline newline
26717 \end_inset
26718
26719
26720 \begin_inset ERT
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724
26725
26726 \backslash
26727 hphantom{ }
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \backslash
26734 vspace{1.5mm}
26735 \backslash
26736
26737 \backslash
26738 #1}}
26739 \end_layout
26740
26741 \begin_layout Standard
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 let
26750 \backslash
26751 myMarginpar
26752 \backslash
26753 marginpar
26754 \end_layout
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 renewcommand{
26761 \backslash
26762 marginpar}[1]{
26763 \backslash
26764 myMarginpar{%
26765 \end_layout
26766
26767 \begin_layout Plain Layout
26768
26769    
26770 \backslash
26771 textsf{
26772 \backslash
26773 textbf{
26774 \backslash
26775 underbar{Achtung!}}}%
26776 \end_layout
26777
26778 \begin_layout Plain Layout
26779
26780    
26781 \backslash
26782 vspace{1.5mm}
26783 \backslash
26784
26785 \backslash
26786 #1}}
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \begin_inset Marginal
26793 status open
26794
26795 \begin_layout Plain Layout
26796 Dies ist eine Randnotiz mit einer definierten Überschrift.
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \begin_inset ERT
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806
26807 [-1.5cm]
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \begin_inset ERT
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817
26818
26819 \backslash
26820 renewcommand{
26821 \backslash
26822 marginpar}[1]{
26823 \backslash
26824 myMarginpar{#1}}
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \begin_inset Note Note
26831 status open
26832
26833 \begin_layout Plain Layout
26834 Das Format wurde nur für dieses Beispiel geändert.
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Standard
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 else
26851 \end_layout
26852
26853 \end_inset
26854
26855
26856 \begin_inset Note Note
26857 status open
26858
26859 \begin_layout Plain Layout
26860 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26861 \series bold
26862 marginnote
26863 \series default
26864  nicht installiert ist:
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Standard
26873 Das LaTeX-Paket 
26874 \series bold
26875 marginnote
26876 \series default
26877  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26878 \end_layout
26879
26880 \begin_layout Standard
26881 \begin_inset ERT
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 fi
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \end_layout
26895
26896 \begin_layout Chapter
26897 Boxen
26898 \end_layout
26899
26900 \begin_layout Section
26901 Einleitung
26902 \begin_inset Index
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906 Boxen ! Einleitung
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \begin_layout Standard
26915 Boxen werden benutzt, um einen Textblock zu formatieren.
26916  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26917  siehe Abschnitt
26918 \begin_inset space ~
26919 \end_inset
26920
26921
26922 \begin_inset CommandInset ref
26923 LatexCommand ref
26924 reference "abs:Minipage"
26925
26926 \end_inset
26927
26928 , um Text zu umrahmen, siehe Abschnitt
26929 \begin_inset space ~
26930 \end_inset
26931
26932
26933 \begin_inset CommandInset ref
26934 LatexCommand ref
26935 reference "uab:Verzierung"
26936
26937 \end_inset
26938
26939 , um Silbentrennung zu verhindern, siehe Abschnitt
26940 \begin_inset space ~
26941 \end_inset
26942
26943
26944 \begin_inset CommandInset ref
26945 LatexCommand ref
26946 reference "abs:Silbentrennung-unterbinden"
26947
26948 \end_inset
26949
26950 , um Text senkrecht auszurichten, siehe Abschnitt
26951 \begin_inset space ~
26952 \end_inset
26953
26954
26955 \begin_inset CommandInset ref
26956 LatexCommand ref
26957 reference "uab:Vertikale-Ausrichtung"
26958
26959 \end_inset
26960
26961  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
26962 \begin_inset space ~
26963 \end_inset
26964
26965
26966 \begin_inset CommandInset ref
26967 LatexCommand ref
26968 reference "abs:Farbige-Boxen"
26969
26970 \end_inset
26971
26972 .
26973 \end_layout
26974
26975 \begin_layout Standard
26976 Boxen werden mit 
26977 \family sans
26978 Einfügen\SpecialChar \menuseparator
26979 Box
26980 \family default
26981  oder dem Schalter 
26982 \begin_inset Graphics
26983         filename ../../images/box-insert.png
26984         scale 70
26985         scaleBeforeRotation
26986
26987 \end_inset
26988
26989  eingefügt.
26990  Ein graues Kästchen mit der Aufschrift 
26991 \begin_inset Quotes gld
26992 \end_inset
26993
26994 Box (Minipage)
26995 \begin_inset Quotes grd
26996 \end_inset
26997
26998  erscheint: 
26999 \begin_inset Graphics
27000         filename clipart/StandardBoxQt4.png
27001         scale 85
27002         scaleBeforeRotation
27003
27004 \end_inset
27005
27006  Mit einem Rechts\SpecialChar \-
27007 klick auf das graue Kästchen kann der Typ spezifiziert
27008  werden.
27009  Das Dialogfenster bietet bei 
27010 \family sans
27011 Innere
27012 \begin_inset space ~
27013 \end_inset
27014
27015 Box
27016 \family default
27017  die Typen 
27018 \family sans
27019 Parbox
27020 \family default
27021  und 
27022 \family sans
27023 Minipage
27024 \family default
27025  an.
27026  
27027 \family sans
27028 Minipage
27029 \family default
27030  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27031 \begin_inset space ~
27032 \end_inset
27033
27034
27035 \begin_inset CommandInset ref
27036 LatexCommand ref
27037 reference "abs:Minipage"
27038
27039 \end_inset
27040
27041  beschrieben, 
27042 \family sans
27043 Parbox
27044 \family default
27045  in Abschnitt
27046 \begin_inset space ~
27047 \end_inset
27048
27049
27050 \begin_inset CommandInset ref
27051 LatexCommand ref
27052 reference "abs:Parbox"
27053
27054 \end_inset
27055
27056 .
27057 \end_layout
27058
27059 \begin_layout Standard
27060 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27061  wie auf Gleitobjekte und Fußnoten.
27062 \end_layout
27063
27064 \begin_layout Standard
27065 \begin_inset Note Greyedout
27066 status open
27067
27068 \begin_layout Plain Layout
27069
27070 \series bold
27071 Bemerkung
27072 \begin_inset space ~
27073 \end_inset
27074
27075 1:
27076 \series default
27077  Boxen dürfen in 
27078 \family sans
27079 List-
27080 \family default
27081  oder 
27082 \family sans
27083 Beschreibung-
27084 \family default
27085 Umgebungen nicht verwendet werden.
27086 \end_layout
27087
27088 \end_inset
27089
27090
27091 \end_layout
27092
27093 \begin_layout Standard
27094 \begin_inset Note Greyedout
27095 status open
27096
27097 \begin_layout Plain Layout
27098
27099 \series bold
27100 Bemerkung
27101 \begin_inset space ~
27102 \end_inset
27103
27104 2:
27105 \series default
27106  Boxen ohne 
27107 \family sans
27108 Innere
27109 \begin_inset space ~
27110 \end_inset
27111
27112 Box
27113 \family default
27114  und ohne Rahmen werden in Abschnitt
27115 \begin_inset space ~
27116 \end_inset
27117
27118
27119 \begin_inset CommandInset ref
27120 LatexCommand ref
27121 reference "abs:Silbentrennung-unterbinden"
27122
27123 \end_inset
27124
27125  beschrieben.
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Section
27134 Das Box-Einstellungen-Fenster
27135 \begin_inset CommandInset label
27136 LatexCommand label
27137 name "abs:Box-Dialog"
27138
27139 \end_inset
27140
27141
27142 \begin_inset Index
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 Boxen ! Box-Dialog-Fenster
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Subsection
27155 Box-Größe
27156 \begin_inset Index
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160 Boxen ! Größe
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Standard
27169 Im 
27170 \family sans
27171 Box-Einstellungen
27172 \family default
27173 -Fenster können Sie die Größe der Box mit 
27174 \family sans
27175 Breite
27176 \family default
27177  und 
27178 \family sans
27179 Höhe 
27180 \family default
27181 festlegen.
27182  Die verfügbaren Einheiten werden in Tabelle
27183 \begin_inset space ~
27184 \end_inset
27185
27186
27187 \begin_inset CommandInset ref
27188 LatexCommand ref
27189 reference "tab:Maßeinheiten"
27190
27191 \end_inset
27192
27193  aufgelistet.
27194  Das Feld
27195 \family sans
27196  Höhe
27197 \family default
27198  bietet die folgenden zusätzlichen Größen:
27199 \end_layout
27200
27201 \begin_layout Description
27202 Tiefe Dies ist die reine Text-
27203 \begin_inset Quotes gld
27204 \end_inset
27205
27206 Höhe
27207 \begin_inset Quotes grd
27208 \end_inset
27209
27210 .
27211  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27212 \begin_inset Newline newline
27213 \end_inset
27214
27215
27216 \begin_inset Newline newline
27217 \end_inset
27218
27219
27220 \begin_inset Newline newline
27221 \end_inset
27222
27223
27224 \begin_inset Box Boxed
27225 position "c"
27226 hor_pos "c"
27227 has_inner_box 1
27228 inner_pos "c"
27229 use_parbox 0
27230 width "12col%"
27231 special "none"
27232 height "1in"
27233 height_special "depth"
27234 status collapsed
27235
27236 \begin_layout Plain Layout
27237 \align center
27238 Box-Höhe = 1
27239 \begin_inset space \thinspace{}
27240 \end_inset
27241
27242 Tiefe
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \begin_inset Newline newline
27249 \end_inset
27250
27251
27252 \begin_inset Newline newline
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Description
27259 Höhe Dies ist die Texthöhe innerhalb der Box.
27260  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27261  Texthöhe setzen: 
27262 \begin_inset Box Boxed
27263 position "c"
27264 hor_pos "c"
27265 has_inner_box 1
27266 inner_pos "c"
27267 use_parbox 0
27268 width "20col%"
27269 special "none"
27270 height "2in"
27271 height_special "height"
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275 \align center
27276 Boxhöhe = 2
27277 \begin_inset space \thinspace{}
27278 \end_inset
27279
27280 Höhe
27281 \end_layout
27282
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \begin_layout Description
27289 Gesamthöhe Dies ist Höhe
27290 \begin_inset space \thinspace{}
27291 \end_inset
27292
27293 +
27294 \begin_inset space \thinspace{}
27295 \end_inset
27296
27297 Tiefe: 
27298 \begin_inset Box Boxed
27299 position "c"
27300 hor_pos "c"
27301 has_inner_box 1
27302 inner_pos "c"
27303 use_parbox 0
27304 width "20col%"
27305 special "none"
27306 height "1in"
27307 height_special "totalheight"
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311 \align center
27312 Boxhöhe = 1
27313 \begin_inset space \thinspace{}
27314 \end_inset
27315
27316 Gesamthöhe
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Description
27325 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27326 \begin_inset Box Boxed
27327 position "c"
27328 hor_pos "c"
27329 has_inner_box 1
27330 inner_pos "c"
27331 use_parbox 0
27332 width "12col%"
27333 special "none"
27334 height "1in"
27335 height_special "width"
27336 status collapsed
27337
27338 \begin_layout Plain Layout
27339 \align center
27340 Boxhöhe = 1
27341 \begin_inset space \thinspace{}
27342 \end_inset
27343
27344 Breite
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \begin_layout Subsection
27353 Ausrichtung
27354 \begin_inset Index
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 Boxen ! Ausrichtung
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \begin_layout Standard
27367 Wenn Sie eine 
27368 \family sans
27369 Innere
27370 \begin_inset space ~
27371 \end_inset
27372
27373 Box
27374 \family default
27375  gewählt haben, kann die Box mit folgenden Werten für 
27376 \family sans
27377 Box
27378 \family default
27379  senkrecht ausgerichtet werden:
27380 \end_layout
27381
27382 \begin_layout Description
27383 Oben Dies ist ein Beispieltext.
27384  
27385 \begin_inset Box Boxed
27386 position "t"
27387 hor_pos "c"
27388 has_inner_box 1
27389 inner_pos "c"
27390 use_parbox 0
27391 width "20col%"
27392 special "none"
27393 height "1in"
27394 height_special "totalheight"
27395 status collapsed
27396
27397 \begin_layout Plain Layout
27398 \align center
27399 Die Ober\SpecialChar \-
27400 kante der Box ist in der Zeile.
27401 \end_layout
27402
27403 \end_inset
27404
27405  Dies ist ein Beispieltext.
27406 \end_layout
27407
27408 \begin_layout Description
27409 Mitte Dies ist ein Beispieltext.
27410  
27411 \begin_inset Box Boxed
27412 position "c"
27413 hor_pos "c"
27414 has_inner_box 1
27415 inner_pos "c"
27416 use_parbox 0
27417 width "20col%"
27418 special "none"
27419 height "1in"
27420 height_special "totalheight"
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424 \align center
27425 Die Mitte der Box ist in der Zeile.
27426 \end_layout
27427
27428 \end_inset
27429
27430  Dies ist ein Beispieltext.
27431 \end_layout
27432
27433 \begin_layout Description
27434 Unten Dies ist ein Beispieltext.
27435  
27436 \begin_inset Box Boxed
27437 position "b"
27438 hor_pos "c"
27439 has_inner_box 1
27440 inner_pos "c"
27441 use_parbox 0
27442 width "20col%"
27443 special "none"
27444 height "1in"
27445 height_special "totalheight"
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 \align center
27450 Die Unter\SpecialChar \-
27451 kante der Box ist in der Zeile.
27452 \end_layout
27453
27454 \end_inset
27455
27456  Dies ist ein Beispieltext.
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset Note Greyedout
27461 status open
27462
27463 \begin_layout Plain Layout
27464
27465 \series bold
27466 Bemerkung:
27467 \series default
27468  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27469  Boxen in einer Zeile sind und eine Box z.
27470 \begin_inset space \thinspace{}
27471 \end_inset
27472
27473 B.
27474  schattiert ist, die andere aber nicht.
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \end_layout
27481
27482 \begin_layout Standard
27483 Eine Box kann mit dem Dialog 
27484 \family sans
27485 Absatz-Einstellungen
27486 \family default
27487  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27488 \end_layout
27489
27490 \begin_layout Standard
27491 \begin_inset VSpace bigskip
27492 \end_inset
27493
27494 Wenn Sie eine 
27495 \family sans
27496 Innere
27497 \begin_inset space ~
27498 \end_inset
27499
27500 Box
27501 \family default
27502  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27503 \family sans
27504 Inhalt
27505 \family default
27506  senkrecht ausgerichtet werden:
27507 \end_layout
27508
27509 \begin_layout Description
27510 Oben Dies ist ein Beispieltext.
27511  
27512 \begin_inset Box Boxed
27513 position "c"
27514 hor_pos "c"
27515 has_inner_box 1
27516 inner_pos "t"
27517 use_parbox 0
27518 width "20col%"
27519 special "none"
27520 height "1.5in"
27521 height_special "totalheight"
27522 status collapsed
27523
27524 \begin_layout Plain Layout
27525 \align center
27526 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27527 \end_layout
27528
27529 \end_inset
27530
27531  Dies ist ein Beispieltext.
27532 \end_layout
27533
27534 \begin_layout Description
27535 Mitte Dies ist ein Beispieltext.
27536  
27537 \begin_inset Box Boxed
27538 position "c"
27539 hor_pos "c"
27540 has_inner_box 1
27541 inner_pos "c"
27542 use_parbox 0
27543 width "20col%"
27544 special "none"
27545 height "1.5in"
27546 height_special "totalheight"
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 \align center
27551 Der Boxinhalt ist zentriert ausgerichtet.
27552 \end_layout
27553
27554 \end_inset
27555
27556  Dies ist ein Beispieltext.
27557 \end_layout
27558
27559 \begin_layout Description
27560 Unten Dies ist ein Beispieltext.
27561  
27562 \begin_inset Box Boxed
27563 position "c"
27564 hor_pos "c"
27565 has_inner_box 1
27566 inner_pos "b"
27567 use_parbox 0
27568 width "20col%"
27569 special "none"
27570 height "1.5in"
27571 height_special "totalheight"
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 \align center
27576 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27577 \end_layout
27578
27579 \end_inset
27580
27581  Dies ist ein Beispieltext.
27582 \end_layout
27583
27584 \begin_layout Description
27585 Dehnen Dies ist ein Beispieltext.
27586  
27587 \begin_inset Box Boxed
27588 position "c"
27589 hor_pos "c"
27590 has_inner_box 1
27591 inner_pos "s"
27592 use_parbox 0
27593 width "20col%"
27594 special "none"
27595 height "1in"
27596 height_special "totalheight"
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 \align center
27601 Der Boxinhalt
27602 \end_layout
27603
27604 \begin_layout Plain Layout
27605 \align center
27606 ist über die
27607 \end_layout
27608
27609 \begin_layout Plain Layout
27610 \align center
27611 Boxhöhe
27612 \end_layout
27613
27614 \begin_layout Plain Layout
27615 \align center
27616 gleichmäßig verteilt.
27617 \end_layout
27618
27619 \end_inset
27620
27621  Dies ist ein Beispieltext.
27622 \end_layout
27623
27624 \begin_layout Standard
27625 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27626  besteht.
27627  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27628 \end_layout
27629
27630 \begin_layout Standard
27631 Ein Boxinhalt kann mit dem Dialog 
27632 \family sans
27633 Absatz-Einstellungen
27634 \family default
27635  waagerecht ausgerichtet werden, wenn Sie eine
27636 \family sans
27637  Innere
27638 \begin_inset space ~
27639 \end_inset
27640
27641 Box
27642 \family default
27643  gewählt haben.
27644 \end_layout
27645
27646 \begin_layout Standard
27647 \align center
27648 \begin_inset Box Boxed
27649 position "c"
27650 hor_pos "c"
27651 has_inner_box 1
27652 inner_pos "s"
27653 use_parbox 0
27654 width "30col%"
27655 special "none"
27656 height "1.25in"
27657 height_special "totalheight"
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 \align left
27662 Hier ist jede Zeile
27663 \end_layout
27664
27665 \begin_layout Plain Layout
27666 \align center
27667 anders
27668 \end_layout
27669
27670 \begin_layout Plain Layout
27671 \align right
27672 ausgerichtet.
27673 \end_layout
27674
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \begin_layout Standard
27681 Wenn Sie keine
27682 \family sans
27683  Innere
27684 \begin_inset space ~
27685 \end_inset
27686
27687 Box
27688 \family default
27689  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27690 \family sans
27691 Box-Einstellungen-
27692 \family default
27693 Dialog ausrichten
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \align center
27698 \begin_inset Box Boxed
27699 position "c"
27700 hor_pos "s"
27701 has_inner_box 0
27702 inner_pos "s"
27703 use_parbox 0
27704 width "90col%"
27705 special "none"
27706 height "1.25in"
27707 height_special "totalheight"
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 \align left
27712 Dieser Boxinhalt wurde horizontal gedehnt.
27713 \end_layout
27714
27715 \end_inset
27716
27717
27718 \end_layout
27719
27720 \begin_layout Subsection
27721 Verzierung
27722 \begin_inset CommandInset label
27723 LatexCommand label
27724 name "uab:Verzierung"
27725
27726 \end_inset
27727
27728
27729 \begin_inset Index
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733 Boxen ! Verzierung
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \begin_layout Standard
27742 Im 
27743 \family sans
27744 Box-Einstellungen-
27745 \family default
27746 Dialog können Sie mit der 
27747 \family sans
27748 Verzierung
27749 \family default
27750  den Typ der Box auswählen:
27751 \end_layout
27752
27753 \begin_layout Description
27754 Einfacher
27755 \begin_inset space ~
27756 \end_inset
27757
27758 rechteckiger
27759 \begin_inset space ~
27760 \end_inset
27761
27762 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27763  Die Rahmendicke wird durch 
27764 \series bold
27765
27766 \backslash
27767 fboxrule
27768 \series default
27769  festgelegt.
27770  
27771 \begin_inset Box Boxed
27772 position "c"
27773 hor_pos "c"
27774 has_inner_box 1
27775 inner_pos "c"
27776 use_parbox 0
27777 width "21col%"
27778 special "none"
27779 height "1in"
27780 height_special "totalheight"
27781 status collapsed
27782
27783 \begin_layout Plain Layout
27784
27785 \series medium
27786 Rechteckige
27787 \begin_inset space ~
27788 \end_inset
27789
27790 Box
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Description
27799 erlaube
27800 \begin_inset space ~
27801 \end_inset
27802
27803 Seitenumbrüche Wenn Sie die Verzierung 
27804 \family sans
27805 Einfacher rechteckiger Rahmen
27806 \family default
27807  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27808  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27809  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27810  für sich ist und 
27811 \series bold
27812
27813 \backslash
27814 fboxrule
27815 \series default
27816  und 
27817 \series bold
27818
27819 \backslash
27820 fboxsep
27821 \series default
27822  keinen Einfluss auf diesen Box Typ haben.
27823  Die Rahmendicke wird durch 
27824 \series bold
27825
27826 \backslash
27827 FrameRule
27828 \series default
27829  festgelegt.
27830  
27831 \begin_inset Box Framed
27832 position "t"
27833 hor_pos "c"
27834 has_inner_box 0
27835 inner_pos "t"
27836 use_parbox 0
27837 width "100col%"
27838 special "none"
27839 height "1in"
27840 height_special "totalheight"
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844 Box erlaubt Seitenumbruch
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Description
27853 Ovaler
27854 \begin_inset space ~
27855 \end_inset
27856
27857 Rahmen,
27858 \begin_inset space ~
27859 \end_inset
27860
27861 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27862  Die Rahmendicke ist 0.4
27863 \begin_inset space \thinspace{}
27864 \end_inset
27865
27866 pt.
27867  
27868 \begin_inset Box ovalbox
27869 position "c"
27870 hor_pos "c"
27871 has_inner_box 1
27872 inner_pos "c"
27873 use_parbox 0
27874 width "20col%"
27875 special "none"
27876 height "1in"
27877 height_special "totalheight"
27878 status collapsed
27879
27880 \begin_layout Plain Layout
27881 Ovale
27882 \begin_inset space ~
27883 \end_inset
27884
27885 Box,
27886 \begin_inset space ~
27887 \end_inset
27888
27889 dünn
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Description
27898 Ovaler
27899 \begin_inset space ~
27900 \end_inset
27901
27902 Rahmen,
27903 \begin_inset space ~
27904 \end_inset
27905
27906 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27907  Die Rahmendicke ist 0.8
27908 \begin_inset space \thinspace{}
27909 \end_inset
27910
27911 pt.
27912  
27913 \begin_inset Box Ovalbox
27914 position "c"
27915 hor_pos "c"
27916 has_inner_box 1
27917 inner_pos "c"
27918 use_parbox 0
27919 width "20col%"
27920 special "none"
27921 height "1in"
27922 height_special "totalheight"
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926 Ovale
27927 \begin_inset space ~
27928 \end_inset
27929
27930 Box,
27931 \begin_inset space ~
27932 \end_inset
27933
27934 dick
27935 \end_layout
27936
27937 \end_inset
27938
27939
27940 \end_layout
27941
27942 \begin_layout Description
27943 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
27944  Die Rahmendicke wird durch 
27945 \series bold
27946
27947 \backslash
27948 fboxrule
27949 \series default
27950  festgelegt, der Schatten ist 4
27951 \begin_inset space \thinspace{}
27952 \end_inset
27953
27954 pt breit.
27955 \begin_inset Newline newline
27956 \end_inset
27957
27958
27959 \begin_inset Box Shadowbox
27960 position "c"
27961 hor_pos "c"
27962 has_inner_box 1
27963 inner_pos "c"
27964 use_parbox 0
27965 width "20col%"
27966 special "none"
27967 height "1in"
27968 height_special "totalheight"
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972 Schattierte
27973 \begin_inset space ~
27974 \end_inset
27975
27976 Box
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \begin_layout Description
27985 Schattierter
27986 \begin_inset space ~
27987 \end_inset
27988
27989 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
27990  Im Gegensatz zu farbigen Boxen
27991 \begin_inset Foot
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 siehe Abschnitt
27996 \begin_inset space ~
27997 \end_inset
27998
27999
28000 \begin_inset CommandInset ref
28001 LatexCommand ref
28002 reference "abs:Farbige-Boxen"
28003
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010
28011  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28012  die Box ist ein Absatz für sich.
28013  
28014 \begin_inset Box Shaded
28015 position "t"
28016 hor_pos "c"
28017 has_inner_box 0
28018 inner_pos "t"
28019 use_parbox 0
28020 width "50col%"
28021 special "none"
28022 height "1in"
28023 height_special "totalheight"
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 Schattierter Hintergrund Box
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Description
28036 Doppelter
28037 \begin_inset space ~
28038 \end_inset
28039
28040 rechteckiger
28041 \begin_inset space ~
28042 \end_inset
28043
28044 Rahmen zeichnet einen doppelten Rahmen um die Box.
28045  Der innere Rahmen ist 0.75
28046 \begin_inset space \thinspace{}
28047 \end_inset
28048
28049
28050 \series bold
28051
28052 \backslash
28053 fboxrule
28054 \series default
28055  breit, der äußere 1.5
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059
28060 \series bold
28061
28062 \backslash
28063 fboxrule
28064 \series default
28065 , der Zwischenraum 1.5
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069
28070 \series bold
28071
28072 \backslash
28073 fboxrule
28074 \series default
28075
28076 \begin_inset space \thinspace{}
28077 \end_inset
28078
28079 +
28080 \begin_inset space \thinspace{}
28081 \end_inset
28082
28083 0.5
28084 \begin_inset space \thinspace{}
28085 \end_inset
28086
28087 pt.
28088  
28089 \begin_inset Box Doublebox
28090 position "c"
28091 hor_pos "c"
28092 has_inner_box 1
28093 inner_pos "c"
28094 use_parbox 0
28095 width "20col%"
28096 special "none"
28097 height "1in"
28098 height_special "totalheight"
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Doppelt
28103 \begin_inset space ~
28104 \end_inset
28105
28106 gerahmte
28107 \begin_inset space ~
28108 \end_inset
28109
28110 Box
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Standard
28119 \begin_inset VSpace bigskip
28120 \end_inset
28121
28122 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28123  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28124 \series bold
28125 fancybox
28126 \series default
28127
28128 \begin_inset Index
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 LaTeX-Pakete ! fancybox
28133 \end_layout
28134
28135 \end_inset
28136
28137  installiert sein.
28138 \end_layout
28139
28140 \begin_layout Section
28141 Box-Anpassung
28142 \begin_inset Index
28143 status collapsed
28144
28145 \begin_layout Plain Layout
28146 Boxen ! Anpassung
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Standard
28155 Der Standardwert für 
28156 \series bold
28157
28158 \backslash
28159 fboxrule
28160 \series default
28161  ist 0.4
28162 \begin_inset space \thinspace{}
28163 \end_inset
28164
28165 pt.
28166  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28167 \begin_inset space \thinspace{}
28168 \end_inset
28169
28170 pt gesetzt werden:
28171 \end_layout
28172
28173 \begin_layout Standard
28174
28175 \series bold
28176
28177 \backslash
28178 setlength{
28179 \backslash
28180 fboxrule}{2pt}
28181 \end_layout
28182
28183 \begin_layout Standard
28184 \begin_inset ERT
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188
28189
28190 \backslash
28191 setlength{
28192 \backslash
28193 fboxrule}{2pt}
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \begin_inset Box Boxed
28200 position "c"
28201 hor_pos "c"
28202 has_inner_box 1
28203 inner_pos "c"
28204 use_parbox 0
28205 width "30col%"
28206 special "none"
28207 height "1in"
28208 height_special "totalheight"
28209 status open
28210
28211 \begin_layout Plain Layout
28212 \align center
28213 Rechteckige Box mit einer Rahmenbreite von 2
28214 \begin_inset space \thinspace{}
28215 \end_inset
28216
28217 pt
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \begin_inset ERT
28224 status collapsed
28225
28226 \begin_layout Plain Layout
28227
28228
28229 \backslash
28230 setlength{
28231 \backslash
28232 fboxrule}{0.4pt}
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \begin_inset VSpace bigskip
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Standard
28245 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28246 \begin_inset space \thinspace{}
28247 \end_inset
28248
28249 pt.
28250  Sie können das ändern, indem Sie den Wert von 
28251 \series bold
28252
28253 \backslash
28254 fboxsep
28255 \series default
28256  mit einem TeX-Code-Befehl ändern:
28257 \end_layout
28258
28259 \begin_layout Standard
28260
28261 \series bold
28262
28263 \backslash
28264 setlength{
28265 \backslash
28266 fboxsep}{10pt}
28267 \end_layout
28268
28269 \begin_layout Standard
28270 setzt den Wert auf 10
28271 \begin_inset space \thinspace{}
28272 \end_inset
28273
28274 pt, wie in der folgenden Box:
28275 \end_layout
28276
28277 \begin_layout Standard
28278 \begin_inset ERT
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282
28283
28284 \backslash
28285 setlength{
28286 \backslash
28287 fboxsep}{10pt}
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \begin_inset Box Boxed
28294 position "c"
28295 hor_pos "c"
28296 has_inner_box 1
28297 inner_pos "c"
28298 use_parbox 0
28299 width "25col%"
28300 special "none"
28301 height "1in"
28302 height_special "totalheight"
28303 status open
28304
28305 \begin_layout Plain Layout
28306 \align center
28307 Rechteckige Box mit 
28308 \series bold
28309
28310 \backslash
28311 fboxsep
28312 \series default
28313
28314 \begin_inset space \thinspace{}
28315 \end_inset
28316
28317 =
28318 \begin_inset space \thinspace{}
28319 \end_inset
28320
28321 10
28322 \begin_inset space \thinspace{}
28323 \end_inset
28324
28325 pt
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \begin_inset ERT
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335
28336
28337 \backslash
28338 setlength{
28339 \backslash
28340 fboxsep}{3pt}
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \noindent
28350 \begin_inset VSpace bigskip
28351 \end_inset
28352
28353 Der Durchmesser der abgerundeten Ecken kann mit 
28354 \series bold
28355
28356 \backslash
28357 cornersize
28358 \series default
28359  gesetzt werden.
28360  Der TeX-Code-Befehl
28361 \end_layout
28362
28363 \begin_layout Standard
28364
28365 \series bold
28366
28367 \backslash
28368 cornersize*{1cm}
28369 \end_layout
28370
28371 \begin_layout Standard
28372 setzt den Durchmesser auf 1
28373 \begin_inset space \thinspace{}
28374 \end_inset
28375
28376 cm.
28377  Der TeX-Code-Befehl
28378 \end_layout
28379
28380 \begin_layout Standard
28381
28382 \series bold
28383
28384 \backslash
28385 cornersize{num}
28386 \end_layout
28387
28388 \begin_layout Standard
28389 setzt den Durchmesser auf 
28390 \family sans
28391 num
28392 \begin_inset space \thinspace{}
28393 \end_inset
28394
28395 ×
28396 \begin_inset space \thinspace{}
28397 \end_inset
28398
28399 Minimum(Breite der Box, Höhe der Box)
28400 \family default
28401 .
28402  Der Standardwert ist 
28403 \series bold
28404
28405 \backslash
28406 cornersize{0.5}
28407 \series default
28408 .
28409 \end_layout
28410
28411 \begin_layout Standard
28412 \begin_inset ERT
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417
28418 \backslash
28419 cornersize*{1.5cm}
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \begin_inset Box Ovalbox
28426 position "c"
28427 hor_pos "c"
28428 has_inner_box 1
28429 inner_pos "c"
28430 use_parbox 0
28431 width "30col%"
28432 special "none"
28433 height "1in"
28434 height_special "totalheight"
28435 status open
28436
28437 \begin_layout Plain Layout
28438 \align center
28439 Ovale Box, dicker Rand, mit 
28440 \series bold
28441
28442 \backslash
28443 cornersize
28444 \series default
28445
28446 \begin_inset space \thinspace{}
28447 \end_inset
28448
28449 =
28450 \begin_inset space \thinspace{}
28451 \end_inset
28452
28453 1.5
28454 \begin_inset space \thinspace{}
28455 \end_inset
28456
28457 cm
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \begin_inset ERT
28464 status collapsed
28465
28466 \begin_layout Plain Layout
28467
28468
28469 \backslash
28470 cornersize{0.5}
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Standard
28479 \begin_inset VSpace bigskip
28480 \end_inset
28481
28482 Die Breite des Schattens wird mit 
28483 \series bold
28484
28485 \backslash
28486 shadowsize
28487 \series default
28488  festgelegt.
28489  Mit dem TeX-Code-Befehl
28490 \end_layout
28491
28492 \begin_layout Standard
28493
28494 \series bold
28495
28496 \backslash
28497 setlength{
28498 \backslash
28499 shadowsize}{2pt}
28500 \end_layout
28501
28502 \begin_layout Standard
28503 wird er für die folgende Box auf 2
28504 \begin_inset space \thinspace{}
28505 \end_inset
28506
28507 pt festgelegt.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 \begin_inset ERT
28512 status collapsed
28513
28514 \begin_layout Plain Layout
28515
28516
28517 \backslash
28518 setlength{
28519 \backslash
28520 shadowsize}{2pt}
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \begin_inset Box Shadowbox
28527 position "c"
28528 hor_pos "c"
28529 has_inner_box 1
28530 inner_pos "c"
28531 use_parbox 0
28532 width "25col%"
28533 special "none"
28534 height "1in"
28535 height_special "totalheight"
28536 status open
28537
28538 \begin_layout Plain Layout
28539 \align center
28540 Schattierte Box mit 
28541 \series bold
28542
28543 \backslash
28544 shadowsize
28545 \series default
28546
28547 \begin_inset space \thinspace{}
28548 \end_inset
28549
28550 =
28551 \begin_inset space \thinspace{}
28552 \end_inset
28553
28554 2
28555 \begin_inset space \thinspace{}
28556 \end_inset
28557
28558 pt
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \begin_inset ERT
28565 status collapsed
28566
28567 \begin_layout Plain Layout
28568
28569
28570 \backslash
28571 setlength{
28572 \backslash
28573 shadowsize}{4pt}
28574 \end_layout
28575
28576 \end_inset
28577
28578
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset VSpace bigskip
28583 \end_inset
28584
28585 Der Standardwert für 
28586 \series bold
28587
28588 \backslash
28589 FrameRule
28590 \series default
28591  ist 0.4
28592 \begin_inset space \thinspace{}
28593 \end_inset
28594
28595 pt.
28596  Der Standard-Abstand zwischen Rahmen und Text ist 9
28597 \begin_inset space \thinspace{}
28598 \end_inset
28599
28600 pt und kann mit dem Wert für 
28601 \series bold
28602
28603 \backslash
28604 FrameSep
28605 \series default
28606  geändert werden.
28607  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28608  TeX-Code Befehlen geändert:
28609 \end_layout
28610
28611 \begin_layout Standard
28612
28613 \series bold
28614
28615 \backslash
28616 setlength{
28617 \backslash
28618 FrameRule}{5pt}
28619 \begin_inset Newline newline
28620 \end_inset
28621
28622
28623 \backslash
28624 setlength{
28625 \backslash
28626 FrameSep}{0.5cm}
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635
28636 \backslash
28637 setlength{
28638 \backslash
28639 FrameRule}{5pt}
28640 \end_layout
28641
28642 \begin_layout Plain Layout
28643
28644
28645 \backslash
28646 setlength{
28647 \backslash
28648 FrameSep}{0.5cm}
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \begin_inset Box Framed
28655 position "t"
28656 hor_pos "c"
28657 has_inner_box 0
28658 inner_pos "t"
28659 use_parbox 0
28660 width "100col%"
28661 special "none"
28662 height "1in"
28663 height_special "totalheight"
28664 status open
28665
28666 \begin_layout Plain Layout
28667 Dies ist Text in einer 
28668 \family sans
28669 Seitenumbruch erlaubt
28670 \family default
28671  Box.
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \begin_inset ERT
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681
28682
28683 \backslash
28684 setlength{
28685 \backslash
28686 FrameRule}{0.4pt}
28687 \end_layout
28688
28689 \begin_layout Plain Layout
28690
28691
28692 \backslash
28693 setlength{
28694 \backslash
28695 FrameSep}{9pt}
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 \begin_inset VSpace bigskip
28705 \end_inset
28706
28707 Für Boxen mit 
28708 \family sans
28709 schattiertem Hintergrund
28710 \family default
28711  beträgt der Abstand zwischen Rand und Text 3
28712 \begin_inset space \thinspace{}
28713 \end_inset
28714
28715 pt und kann mit 
28716 \series bold
28717
28718 \backslash
28719 fboxsep
28720 \series default
28721  geändert werden.
28722  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28723  
28724 \series bold
28725
28726 \backslash
28727 definecolor{shadebox}
28728 \series default
28729  oder global über das Menü 
28730 \family sans
28731 Werkzeuge\SpecialChar \menuseparator
28732 Einstellungen\SpecialChar \menuseparator
28733 Farben\SpecialChar \menuseparator
28734 Schattierte
28735 \begin_inset space ~
28736 \end_inset
28737
28738 Box
28739 \family default
28740  geändert werden.
28741  Das Schema des 
28742 \series bold
28743
28744 \backslash
28745 definecolor
28746 \series default
28747  Befehls ist  in Abschnitt
28748 \begin_inset space ~
28749 \end_inset
28750
28751
28752 \begin_inset CommandInset ref
28753 LatexCommand ref
28754 reference "abs:Farbige-Tabellen"
28755
28756 \end_inset
28757
28758  erklärt.
28759 \begin_inset Foot
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 Beachten Sie, dass 
28764 \series bold
28765
28766 \backslash
28767 definecolor
28768 \series default
28769  das LaTeX-Paket 
28770 \series bold
28771 color
28772 \series default
28773  im LaTeX-Vorspann benötigt, siehe Abschnitt
28774 \begin_inset space ~
28775 \end_inset
28776
28777
28778 \begin_inset CommandInset ref
28779 LatexCommand ref
28780 reference "abs:Farbige-Boxen"
28781
28782 \end_inset
28783
28784 .
28785 \end_layout
28786
28787 \end_inset
28788
28789  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28790 \end_layout
28791
28792 \begin_layout Standard
28793
28794 \series bold
28795
28796 \backslash
28797 setlength{
28798 \backslash
28799 fboxsep}{0.5cm}
28800 \begin_inset Newline newline
28801 \end_inset
28802
28803
28804 \backslash
28805 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28806 \end_layout
28807
28808 \begin_layout Standard
28809 \begin_inset ERT
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813
28814
28815 \backslash
28816 setlength{
28817 \backslash
28818 fboxsep}{0.5cm}
28819 \end_layout
28820
28821 \begin_layout Plain Layout
28822
28823
28824 \backslash
28825 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \begin_inset Box Shaded
28832 position "t"
28833 hor_pos "c"
28834 has_inner_box 0
28835 inner_pos "t"
28836 use_parbox 0
28837 width "100col%"
28838 special "none"
28839 height "1in"
28840 height_special "totalheight"
28841 status open
28842
28843 \begin_layout Plain Layout
28844
28845 \color yellow
28846 Dies ist gelber Text in einer 
28847 \family sans
28848 schattierten Hintergrund
28849 \begin_inset space ~
28850 \end_inset
28851
28852
28853 \family default
28854 Box auf dunkelgrünem Hintergrund.
28855 \end_layout
28856
28857 \end_inset
28858
28859
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865
28866 \backslash
28867 setlength{
28868 \backslash
28869 fboxsep}{3pt}
28870 \end_layout
28871
28872 \begin_layout Plain Layout
28873
28874
28875 \backslash
28876 definecolor{shadecolor}{rgb}{1,0,0}
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Standard
28885 \begin_inset VSpace bigskip
28886 \end_inset
28887
28888 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28889  der sie ändert.
28890 \end_layout
28891
28892 \begin_layout Section
28893 Minipage
28894 \begin_inset CommandInset label
28895 LatexCommand label
28896 name "abs:Minipage"
28897
28898 \end_inset
28899
28900
28901 \begin_inset Index
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905 Boxen ! Minipage
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Standard
28914 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28915  deshalb unter anderem eigene Fußnoten haben.
28916 \end_layout
28917
28918 \begin_layout Standard
28919 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28920 \end_layout
28921
28922 \begin_layout Standard
28923 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28924  Ihre Breite ist 45 Spaltenbreite
28925 \begin_inset space ~
28926 \end_inset
28927
28928 %, und sie sind durch einen 
28929 \family sans
28930 HFill
28931 \family default
28932  getrennt (
28933 \family sans
28934 Einfügen\SpecialChar \menuseparator
28935 Formatierung\SpecialChar \menuseparator
28936 Horizontaler
28937 \begin_inset space \space{}
28938 \end_inset
28939
28940 Abstand\SpecialChar \menuseparator
28941 Abstand\SpecialChar \menuseparator
28942 Variabler
28943 \begin_inset space ~
28944 \end_inset
28945
28946 horiz.
28947 \begin_inset space ~
28948 \end_inset
28949
28950 Abstand
28951 \family default
28952 ).
28953 \begin_inset Newpage newpage
28954 \end_inset
28955
28956
28957 \end_layout
28958
28959 \begin_layout Standard
28960 \noindent
28961 \begin_inset Box Frameless
28962 position "t"
28963 hor_pos "c"
28964 has_inner_box 1
28965 inner_pos "c"
28966 use_parbox 0
28967 width "45col%"
28968 special "none"
28969 height "1in"
28970 height_special "totalheight"
28971 status open
28972
28973 \begin_layout Plain Layout
28974 Dies ist ein deutscher Text.
28975  Dies ist ein deutscher Text.
28976  Dies ist ein deutscher Text.
28977  Dies ist ein deutscher Text.
28978  Dies ist ein deutscher Text.
28979  Dies ist ein deutscher Text.
28980  Dies ist ein deutscher Text.
28981  Dies ist ein deutscher Text.
28982  Dies ist ein deutscher Text.
28983  Dies ist ein deutscher Text.
28984  Dies ist ein deutscher Text.
28985  Dies ist ein deutscher Text.
28986  Dies ist ein deutscher Text
28987 \begin_inset Foot
28988 status open
28989
28990 \begin_layout Plain Layout
28991 Dies ist eine deutsche Fußnote.
28992 \end_layout
28993
28994 \end_inset
28995
28996 .
28997  Dies ist ein deutscher Text.
28998  Dies ist ein deutscher Text.
28999 \end_layout
29000
29001 \end_inset
29002
29003
29004 \begin_inset space \hfill{}
29005 \end_inset
29006
29007
29008 \begin_inset Box Frameless
29009 position "t"
29010 hor_pos "c"
29011 has_inner_box 1
29012 inner_pos "c"
29013 use_parbox 0
29014 width "45col%"
29015 special "none"
29016 height "1in"
29017 height_special "totalheight"
29018 status open
29019
29020 \begin_layout Plain Layout
29021
29022 \lang english
29023 This is an English Text.
29024  This is an English Text.
29025  This is an English Text.
29026  This is an English Text.
29027  This is an English Text.
29028  This is an English Text.
29029  This is an English Text.
29030  This is an English Text.
29031  This is an English Text.
29032  This is an English Text.
29033  This is an English Text.
29034  This is an English Text.
29035  This is an English Text.
29036  This is an English Text.
29037  This is an English Text.
29038  This is an English Text.
29039 \begin_inset Foot
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043
29044 \lang english
29045 This is an English footnote.
29046 \end_layout
29047
29048 \end_inset
29049
29050  This is an English Text.
29051  
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 \noindent
29061 \begin_inset VSpace bigskip
29062 \end_inset
29063
29064 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29065  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29066  auf der die Tabelle gedruckt wird: 
29067 \begin_inset Tabular
29068 <lyxtabular version="3" rows="3" columns="4">
29069 <features>
29070 <column alignment="center" valignment="top" width="0pt">
29071 <column alignment="center" valignment="top" width="0pt">
29072 <column alignment="center" valignment="top" width="0pt">
29073 <column alignment="center" valignment="top" width="0pt">
29074 <row>
29075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079 1
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 2
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29094 \begin_inset Text
29095
29096 \begin_layout Plain Layout
29097 3
29098 \begin_inset Foot
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102 Dies ist eine Fußnote in einer Tabelle.
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \end_inset
29111 </cell>
29112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29113 \begin_inset Text
29114
29115 \begin_layout Plain Layout
29116 4
29117 \end_layout
29118
29119 \end_inset
29120 </cell>
29121 </row>
29122 <row>
29123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29124 \begin_inset Text
29125
29126 \begin_layout Plain Layout
29127 a
29128 \end_layout
29129
29130 \end_inset
29131 </cell>
29132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29133 \begin_inset Text
29134
29135 \begin_layout Plain Layout
29136 b
29137 \end_layout
29138
29139 \end_inset
29140 </cell>
29141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29142 \begin_inset Text
29143
29144 \begin_layout Plain Layout
29145 c
29146 \end_layout
29147
29148 \end_inset
29149 </cell>
29150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29151 \begin_inset Text
29152
29153 \begin_layout Plain Layout
29154 d
29155 \end_layout
29156
29157 \end_inset
29158 </cell>
29159 </row>
29160 <row>
29161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29162 \begin_inset Text
29163
29164 \begin_layout Plain Layout
29165 e
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29171 \begin_inset Text
29172
29173 \begin_layout Plain Layout
29174 f
29175 \end_layout
29176
29177 \end_inset
29178 </cell>
29179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29180 \begin_inset Text
29181
29182 \begin_layout Plain Layout
29183 g
29184 \end_layout
29185
29186 \end_inset
29187 </cell>
29188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29189 \begin_inset Text
29190
29191 \begin_layout Plain Layout
29192 h
29193 \end_layout
29194
29195 \end_inset
29196 </cell>
29197 </row>
29198 </lyxtabular>
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206 \noindent
29207 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29208  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29209  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29210  außerhalb.
29211 \end_layout
29212
29213 \begin_layout Standard
29214 \align center
29215 \begin_inset Box Frameless
29216 position "t"
29217 hor_pos "c"
29218 has_inner_box 1
29219 inner_pos "c"
29220 use_parbox 0
29221 width "30col%"
29222 special "none"
29223 height "1in"
29224 height_special "totalheight"
29225 status open
29226
29227 \begin_layout Plain Layout
29228 \align center
29229 \begin_inset Tabular
29230 <lyxtabular version="3" rows="3" columns="4">
29231 <features>
29232 <column alignment="center" valignment="top" width="0pt">
29233 <column alignment="center" valignment="top" width="0pt">
29234 <column alignment="center" valignment="top" width="0pt">
29235 <column alignment="center" valignment="top" width="0pt">
29236 <row>
29237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29238 \begin_inset Text
29239
29240 \begin_layout Plain Layout
29241 1
29242 \end_layout
29243
29244 \end_inset
29245 </cell>
29246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29247 \begin_inset Text
29248
29249 \begin_layout Plain Layout
29250 2
29251 \end_layout
29252
29253 \end_inset
29254 </cell>
29255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29256 \begin_inset Text
29257
29258 \begin_layout Plain Layout
29259 3
29260 \begin_inset Foot
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264 Dies ist eine Fußnote in einer Tabelle.
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \end_inset
29273 </cell>
29274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29275 \begin_inset Text
29276
29277 \begin_layout Plain Layout
29278 4
29279 \end_layout
29280
29281 \end_inset
29282 </cell>
29283 </row>
29284 <row>
29285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29286 \begin_inset Text
29287
29288 \begin_layout Plain Layout
29289 a
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Plain Layout
29298 b
29299 \end_layout
29300
29301 \end_inset
29302 </cell>
29303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29304 \begin_inset Text
29305
29306 \begin_layout Plain Layout
29307 c
29308 \end_layout
29309
29310 \end_inset
29311 </cell>
29312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29313 \begin_inset Text
29314
29315 \begin_layout Plain Layout
29316 d
29317 \end_layout
29318
29319 \end_inset
29320 </cell>
29321 </row>
29322 <row>
29323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29324 \begin_inset Text
29325
29326 \begin_layout Plain Layout
29327 e
29328 \end_layout
29329
29330 \end_inset
29331 </cell>
29332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29333 \begin_inset Text
29334
29335 \begin_layout Plain Layout
29336 f
29337 \end_layout
29338
29339 \end_inset
29340 </cell>
29341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29342 \begin_inset Text
29343
29344 \begin_layout Plain Layout
29345 g
29346 \end_layout
29347
29348 \end_inset
29349 </cell>
29350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Plain Layout
29354 h
29355 \end_layout
29356
29357 \end_inset
29358 </cell>
29359 </row>
29360 </lyxtabular>
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 \begin_inset VSpace bigskip
29374 \end_inset
29375
29376 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29377  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29378  Absätze nicht eingerückt werden, obwohl Sie das in 
29379 \family sans
29380 Dokument
29381 \family default
29382 \SpecialChar \menuseparator
29383
29384 \family sans
29385 Einstellun\SpecialChar \-
29386 gen\SpecialChar \menuseparator
29387 Textformat
29388 \family default
29389  festgelegt haben.
29390  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29391  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29392 \series bold
29393
29394 \backslash
29395 hspace*{1em}
29396 \series default
29397 .
29398 \end_layout
29399
29400 \begin_layout Standard
29401 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29402  zu verpassen, siehe Abschnitt
29403 \begin_inset space ~
29404 \end_inset
29405
29406
29407 \begin_inset CommandInset ref
29408 LatexCommand ref
29409 reference "uab:Farbe-für-Absätze"
29410
29411 \end_inset
29412
29413 .
29414 \end_layout
29415
29416 \begin_layout Standard
29417 \begin_inset Note Greyedout
29418 status open
29419
29420 \begin_layout Plain Layout
29421
29422 \series bold
29423 Bemerkung:
29424 \series default
29425  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29426  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Section
29435 Parbox
29436 \begin_inset CommandInset label
29437 LatexCommand label
29438 name "abs:Parbox"
29439
29440 \end_inset
29441
29442
29443 \begin_inset Index
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447 Boxen ! Parbox
29448 \end_layout
29449
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \begin_layout Standard
29456 Parbox ist eine Abkürzung für 
29457 \begin_inset Quotes gld
29458 \end_inset
29459
29460 paragraph box
29461 \begin_inset Quotes grd
29462 \end_inset
29463
29464 , was Absatzbox bedeutet.
29465  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29466  Parboxen einige Einschränkungen.
29467  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29468  gedruckt:
29469 \end_layout
29470
29471 \begin_layout Standard
29472 \align center
29473 \begin_inset Box Frameless
29474 position "t"
29475 hor_pos "c"
29476 has_inner_box 1
29477 inner_pos "t"
29478 use_parbox 1
29479 width "33col%"
29480 special "none"
29481 height "1in"
29482 height_special "totalheight"
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486 Dies ist Text in einer Parbox.
29487  Dies ist Text in einer Parbox.
29488 \end_layout
29489
29490 \begin_layout Plain Layout
29491 Diese Fußnote wird nicht gedruckt:
29492 \begin_inset Foot
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29511  und Theoreme enthalten.
29512 \end_layout
29513
29514 \begin_layout Section
29515 Boxen für Worte und Buchstaben
29516 \begin_inset Index
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520 Boxen ! für Buchstaben
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Subsection
29529 Silbentrennung unterbinden 
29530 \begin_inset CommandInset label
29531 LatexCommand label
29532 name "abs:Silbentrennung-unterbinden"
29533
29534 \end_inset
29535
29536
29537 \begin_inset Index
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541 Boxen ! zur Vermeidung von Silbentrennung
29542 \end_layout
29543
29544 \end_inset
29545
29546
29547 \end_layout
29548
29549 \begin_layout Standard
29550 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29551 \begin_inset Newline newline
29552 \end_inset
29553
29554 Hier ist ein Beispiel: 
29555 \end_layout
29556
29557 \begin_layout Standard
29558 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29559 \begin_inset Quotes gld
29560 \end_inset
29561
29562 einsehrsehrsehrlangeswort
29563 \begin_inset Quotes grd
29564 \end_inset
29565
29566 .
29567 \end_layout
29568
29569 \begin_layout Standard
29570 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29571  soll, den TeX-Code
29572 \end_layout
29573
29574 \begin_layout Standard
29575
29576 \series bold
29577
29578 \backslash
29579 mbox{
29580 \end_layout
29581
29582 \begin_layout Standard
29583 ein.
29584  Hinter dem Wort fügen Sie 
29585 \series bold
29586
29587 \begin_inset Quotes gld
29588 \end_inset
29589
29590 }
29591 \series default
29592
29593 \begin_inset Quotes grd
29594 \end_inset
29595
29596  als TeX-Code ein.
29597  Hier ist das Ergebnis:
29598 \end_layout
29599
29600 \begin_layout Standard
29601 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607
29608 \backslash
29609 mbox{
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \begin_inset Quotes gld
29616 \end_inset
29617
29618 einsehrsehrsehrlangeswort
29619 \begin_inset Quotes grd
29620 \end_inset
29621
29622
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628 }
29629 \end_layout
29630
29631 \end_inset
29632
29633 .
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Alternativ dazu kann man auch den Befehl 
29638 \begin_inset Quotes gld
29639 \end_inset
29640
29641
29642 \series bold
29643
29644 \backslash
29645 -
29646 \series default
29647
29648 \begin_inset Quotes grd
29649 \end_inset
29650
29651  als TeX-Code direkt vor das Wort setzen:
29652 \end_layout
29653
29654 \begin_layout Standard
29655 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29656 \begin_inset Quotes gld
29657 \end_inset
29658
29659
29660 \begin_inset ERT
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664
29665
29666 \backslash
29667 -
29668 \end_layout
29669
29670 \end_inset
29671
29672 einsehrsehrsehrlangeswort
29673 \begin_inset Quotes grd
29674 \end_inset
29675
29676 .
29677 \end_layout
29678
29679 \begin_layout Standard
29680 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29681  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29682 \series bold
29683 Strg-Eingabe
29684 \series default
29685 ) einfügen: 
29686 \end_layout
29687
29688 \begin_layout Standard
29689 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29690 \begin_inset Newline newline
29691 \end_inset
29692
29693
29694 \begin_inset ERT
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698
29699
29700 \backslash
29701 mbox{
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \begin_inset Quotes gld
29708 \end_inset
29709
29710 einsehrsehrsehrlangeswort
29711 \begin_inset Quotes grd
29712 \end_inset
29713
29714
29715 \begin_inset ERT
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719
29720 }
29721 \end_layout
29722
29723 \end_inset
29724
29725 .
29726 \end_layout
29727
29728 \begin_layout Subsection
29729 Vertikale Ausrichtung
29730 \begin_inset CommandInset label
29731 LatexCommand label
29732 name "uab:Vertikale-Ausrichtung"
29733
29734 \end_inset
29735
29736
29737 \begin_inset Index
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 Boxen ! für Vertikale Ausrichtung
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \begin_inset Index
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Boxen ! raisebox
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 Mit dem LaTeX-Befehl 
29761 \series bold
29762
29763 \backslash
29764 raisebox
29765 \series default
29766  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29767 n Textes ausrichten.
29768  
29769 \series bold
29770
29771 \backslash
29772 raisebox
29773 \series default
29774  wird folgendermaßen benutzt:
29775 \end_layout
29776
29777 \begin_layout Standard
29778
29779 \series bold
29780
29781 \backslash
29782 raisebox{Verschiebung}[oben][unten]{Text}
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Positive Werte für Verschiebung
29787 \series bold
29788  
29789 \series default
29790 verschieben die Box nach oben, negative nach unten.
29791  Die beiden optionalen Parameter 
29792 \family typewriter
29793 oben
29794 \family default
29795  und 
29796 \family typewriter
29797 unten
29798 \family default
29799  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29800  hinausgeht, wenn sie nicht verschoben ist.
29801 \end_layout
29802
29803 \begin_layout Standard
29804 Um zum Beispiel das Wort 
29805 \begin_inset Quotes gld
29806 \end_inset
29807
29808 provokant
29809 \begin_inset Quotes grd
29810 \end_inset
29811
29812  mit seinem 
29813 \begin_inset Quotes gld
29814 \end_inset
29815
29816 niedrigsten
29817 \begin_inset Quotes grd
29818 \end_inset
29819
29820  Buchstaben 
29821 \begin_inset Quotes gld
29822 \end_inset
29823
29824 p
29825 \begin_inset Quotes grd
29826 \end_inset
29827
29828  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29829 \end_layout
29830
29831 \begin_layout Standard
29832
29833 \series bold
29834
29835 \backslash
29836 raisebox{
29837 \backslash
29838 depth}{
29839 \end_layout
29840
29841 \begin_layout Standard
29842 vor dem Wort einfügen und 
29843 \begin_inset Quotes gld
29844 \end_inset
29845
29846
29847 \series bold
29848 }
29849 \series default
29850
29851 \begin_inset Quotes grd
29852 \end_inset
29853
29854  als TeX-Code dahinter:
29855 \end_layout
29856
29857 \begin_layout Standard
29858 Dies ist eine Zeile, in der das Wort 
29859 \begin_inset ERT
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 raisebox{
29867 \backslash
29868 depth}{
29869 \end_layout
29870
29871 \end_inset
29872
29873
29874 \begin_inset Quotes gld
29875 \end_inset
29876
29877 provokant
29878 \begin_inset Quotes grd
29879 \end_inset
29880
29881
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887 }
29888 \end_layout
29889
29890 \end_inset
29891
29892  nach oben verschoben wurde.
29893 \end_layout
29894
29895 \begin_layout Standard
29896 \begin_inset VSpace bigskip
29897 \end_inset
29898
29899 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29900  gedehnt:
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Dies ist eine Zeile, in der das Wort 
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910
29911 \backslash
29912 raisebox{-
29913 \backslash
29914 depth}{
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset Quotes gld
29921 \end_inset
29922
29923 provokant
29924 \begin_inset Quotes grd
29925 \end_inset
29926
29927
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 }
29934 \end_layout
29935
29936 \end_inset
29937
29938  nach unten verschoben wurde.
29939 \end_layout
29940
29941 \begin_layout Standard
29942 Dies ist eine Zeile, in der das Wort 
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948
29949 \backslash
29950 raisebox{0.5cm}{
29951 \end_layout
29952
29953 \end_inset
29954
29955
29956 \begin_inset Quotes gld
29957 \end_inset
29958
29959 testen
29960 \begin_inset Quotes grd
29961 \end_inset
29962
29963
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969 }
29970 \end_layout
29971
29972 \end_inset
29973
29974  um 0.5
29975 \begin_inset space \thinspace{}
29976 \end_inset
29977
29978 cm nach oben verschoben wurde.
29979 \end_layout
29980
29981 \begin_layout Standard
29982 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29983 \end_layout
29984
29985 \begin_layout Standard
29986
29987 \series bold
29988
29989 \backslash
29990 raisebox{-
29991 \backslash
29992 depth}[0pt]{
29993 \end_layout
29994
29995 \begin_layout Standard
29996 Dies ist eine Zeile, in der das Wort 
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002
30003 \backslash
30004 raisebox{-
30005 \backslash
30006 depth}[0pt]{
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \begin_inset Quotes gld
30013 \end_inset
30014
30015 provokant
30016 \begin_inset Quotes grd
30017 \end_inset
30018
30019
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025 }
30026 \end_layout
30027
30028 \end_inset
30029
30030  nach unten verschoben wurde.
30031 \end_layout
30032
30033 \begin_layout Standard
30034 Dies ist eine Zeile, in der das Wort 
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 raisebox{0.5cm}[0pt]{
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \begin_inset Quotes gld
30049 \end_inset
30050
30051 testen
30052 \begin_inset Quotes grd
30053 \end_inset
30054
30055
30056 \begin_inset ERT
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060
30061 }
30062 \end_layout
30063
30064 \end_inset
30065
30066  um 0.5
30067 \begin_inset space \thinspace{}
30068 \end_inset
30069
30070 cm nach oben verschoben wurde.
30071  Jetzt überschneiden sich die verschobenen Worte.
30072 \end_layout
30073
30074 \begin_layout Section
30075 Farbige Boxen
30076 \begin_inset CommandInset label
30077 LatexCommand label
30078 name "abs:Farbige-Boxen"
30079
30080 \end_inset
30081
30082
30083 \begin_inset Index
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087 Boxen ! farbige
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \begin_layout Subsection
30096 Text-Hintergrundfarbe
30097 \begin_inset Index
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101 Farbe ! für Text-Hintergrund
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30111  so genannten 
30112 \begin_inset Quotes gld
30113 \end_inset
30114
30115 colorbox
30116 \begin_inset Quotes grd
30117 \end_inset
30118
30119  stehen.
30120  Dafür muss das LaTeX-Paket 
30121 \series bold
30122 color
30123 \series default
30124
30125 \begin_inset Index
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129 LaTeX-Pakete ! color
30130 \end_layout
30131
30132 \end_inset
30133
30134  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30135 \end_layout
30136
30137 \begin_layout Standard
30138
30139 \series bold
30140
30141 \backslash
30142 @ifundefined{textcolor}
30143 \begin_inset Newline newline
30144 \end_inset
30145
30146
30147 \begin_inset ERT
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152
30153 \backslash
30154 hphantom{ }
30155 \end_layout
30156
30157 \end_inset
30158
30159 {
30160 \backslash
30161 usepackage{color}}{}
30162 \end_layout
30163
30164 \begin_layout Standard
30165 Wenn Sie Text einfärben, lädt LyX das Paket 
30166 \series bold
30167 color
30168 \series default
30169  automatisch.
30170 \begin_inset Foot
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174 Der Befehl 
30175 \series bold
30176
30177 \backslash
30178 @ifundefined
30179 \series default
30180  vermeidet, dass es in diesem Fall doppelt geladen wird.
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Standard
30189 \begin_inset VSpace medskip
30190 \end_inset
30191
30192 Colorboxen werden mit dem Befehl 
30193 \series bold
30194
30195 \backslash
30196 colorbox
30197 \series default
30198  erzeugt:
30199 \end_layout
30200
30201 \begin_layout Standard
30202
30203 \series bold
30204
30205 \backslash
30206 colorbox{Farbe}{Boxinhalt}
30207 \end_layout
30208
30209 \begin_layout Standard
30210 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30211  Boxen sein.
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Die folgenden Farben sind vordefiniert:
30216 \family sans
30217  schwarz
30218 \family default
30219
30220 \family sans
30221 wei
30222 \family default
30223 ß, 
30224 \family sans
30225 rot
30226 \family default
30227 \series bold
30228 ,
30229 \series default
30230  
30231 \family sans
30232 grün
30233 \family default
30234
30235 \family sans
30236 blau
30237 \family default
30238
30239 \family sans
30240 türkis
30241 \family default
30242
30243 \family sans
30244 purpurrot
30245 \family default
30246  und 
30247 \family sans
30248 gelb
30249 \family default
30250 .
30251 \end_layout
30252
30253 \begin_layout Standard
30254 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30255 \begin_inset space ~
30256 \end_inset
30257
30258
30259 \begin_inset CommandInset ref
30260 LatexCommand ref
30261 reference "abs:Farbige-Tabellen"
30262
30263 \end_inset
30264
30265  beschrieben.
30266 \end_layout
30267
30268 \begin_layout Standard
30269 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30270  den TeX-Code-Befehl
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 colorbox{red}{
30279 \end_layout
30280
30281 \begin_layout Standard
30282 vor dem Wort ein.
30283  Hinter dem Wort fügen Sie 
30284 \series bold
30285
30286 \begin_inset Quotes gld
30287 \end_inset
30288
30289 }
30290 \series default
30291
30292 \begin_inset Quotes grd
30293 \end_inset
30294
30295  als TeX-Code ein.
30296  Hier ist das Ergebnis:
30297 \end_layout
30298
30299 \begin_layout Standard
30300 In dieser Zeile hat 
30301 \begin_inset ERT
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305
30306
30307 \backslash
30308 colorbox{red}{
30309 \end_layout
30310
30311 \end_inset
30312
30313 Achtung!
30314 \begin_inset ERT
30315 status collapsed
30316
30317 \begin_layout Plain Layout
30318
30319 }
30320 \end_layout
30321
30322 \end_inset
30323
30324  einen roten Hintergrund.
30325 \end_layout
30326
30327 \begin_layout Standard
30328 \begin_inset VSpace bigskip
30329 \end_inset
30330
30331 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30332  
30333 \series bold
30334
30335 \backslash
30336 fcolorbox
30337 \series default
30338  verwenden:
30339 \end_layout
30340
30341 \begin_layout Standard
30342
30343 \series bold
30344
30345 \backslash
30346 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \series bold
30352
30353 \backslash
30354 fcolorbox
30355 \series default
30356  ist eine Erweiterung von 
30357 \series bold
30358
30359 \backslash
30360 colorbox
30361 \series default
30362 .
30363  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30364  
30365 \series bold
30366
30367 \backslash
30368 fboxrule
30369 \series default
30370  und 
30371 \series bold
30372
30373 \backslash
30374 fboxsep
30375 \series default
30376  gesteuert werden, wie in Abschnitt
30377 \begin_inset space ~
30378 \end_inset
30379
30380
30381 \begin_inset CommandInset ref
30382 LatexCommand ref
30383 reference "uab:Verzierung"
30384
30385 \end_inset
30386
30387  beschrieben.
30388 \end_layout
30389
30390 \begin_layout Standard
30391 Für das folgende Beispiel wurde der Befehl
30392 \end_layout
30393
30394 \begin_layout Standard
30395
30396 \series bold
30397
30398 \backslash
30399 fcolorbox{cyan}{magenta}{
30400 \end_layout
30401
30402 \begin_layout Standard
30403 benutzt.
30404  Hier wurden die Rahmendicke und der Abstand auf 1
30405 \begin_inset space \thinspace{}
30406 \end_inset
30407
30408 mm gesetzt:
30409 \begin_inset Newline newline
30410 \end_inset
30411
30412
30413 \begin_inset ERT
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417
30418
30419 \backslash
30420 fboxrule 1mm 
30421 \backslash
30422 fboxsep 1mm
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \begin_inset ERT
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432
30433
30434 \backslash
30435 fcolorbox{cyan}{green}{
30436 \end_layout
30437
30438 \end_inset
30439
30440 Dies ist Text in einer farbigen, gerahmten Box.
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446 }
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Standard
30455 \begin_inset VSpace bigskip
30456 \end_inset
30457
30458 Natürlich gibt es auch farbigen Text in einer Colorbox:
30459 \begin_inset Newline newline
30460 \end_inset
30461
30462
30463 \begin_inset ERT
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467
30468
30469 \backslash
30470 fcolorbox{cyan}{green}{
30471 \end_layout
30472
30473 \end_inset
30474
30475
30476 \color yellow
30477 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30478 \color none
30479
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485 }
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496
30497 \backslash
30498 fboxrule 0.4pt 
30499 \backslash
30500 fboxsep 3pt
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset VSpace bigskip
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Standard
30516 \begin_inset Note Greyedout
30517 status open
30518
30519 \begin_layout Plain Layout
30520 \noindent
30521
30522 \series bold
30523 Bemerkung:
30524 \series default
30525  Text in Colorboxen kann nicht umgebrochen werden.
30526  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30527  wie im folgenden beschrieben.
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \begin_layout Subsection
30536 Farbe für Absätze
30537 \begin_inset CommandInset label
30538 LatexCommand label
30539 name "uab:Farbe-für-Absätze"
30540
30541 \end_inset
30542
30543
30544 \begin_inset Index
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548 Farbe ! für Absätze
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30558  den Text in eine Minipage stellen.
30559  Vor der Minipage fügen Sie den TeX-Code-Befehl
30560 \end_layout
30561
30562 \begin_layout Standard
30563
30564 \series bold
30565
30566 \backslash
30567 colorbox{color}{
30568 \end_layout
30569
30570 \begin_layout Standard
30571 ein.
30572  Hinter der Minipage fügen Sie 
30573 \series bold
30574
30575 \begin_inset Quotes gld
30576 \end_inset
30577
30578 }
30579 \series default
30580
30581 \begin_inset Quotes grd
30582 \end_inset
30583
30584  als TeX-Code ein.
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset ERT
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592
30593
30594 \backslash
30595 colorbox{hellgrau}{
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \begin_inset Box Frameless
30602 position "t"
30603 hor_pos "c"
30604 has_inner_box 1
30605 inner_pos "t"
30606 use_parbox 0
30607 width "100col%"
30608 special "none"
30609 height "1in"
30610 height_special "totalheight"
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614 Dies ist Text mit einer Hintergrundfarbe.
30615  Dies ist Text mit einer Hintergrundfarbe.
30616 \end_layout
30617
30618 \begin_layout Plain Layout
30619 Der Text kann Fußnoten
30620 \begin_inset Foot
30621 status open
30622
30623 \begin_layout Plain Layout
30624 Eine weitere Fußnote
30625 \end_layout
30626
30627 \end_inset
30628
30629  und Tabellen und Abbildungen enthalten.
30630 \end_layout
30631
30632 \begin_layout Plain Layout
30633 \align center
30634 \begin_inset Tabular
30635 <lyxtabular version="3" rows="3" columns="3">
30636 <features>
30637 <column alignment="center" valignment="top" width="0">
30638 <column alignment="center" valignment="top" width="0">
30639 <column alignment="center" valignment="top" width="0">
30640 <row>
30641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30642 \begin_inset Text
30643
30644 \begin_layout Plain Layout
30645 a
30646 \end_layout
30647
30648 \end_inset
30649 </cell>
30650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30651 \begin_inset Text
30652
30653 \begin_layout Plain Layout
30654 !
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30660 \begin_inset Text
30661
30662 \begin_layout Plain Layout
30663 3
30664 \end_layout
30665
30666 \end_inset
30667 </cell>
30668 </row>
30669 <row>
30670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30671 \begin_inset Text
30672
30673 \begin_layout Plain Layout
30674 <
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683 b2
30684 \begin_inset Quotes erd
30685 \end_inset
30686
30687 |
30688 \end_layout
30689
30690 \end_inset
30691 </cell>
30692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30693 \begin_inset Text
30694
30695 \begin_layout Plain Layout
30696 >
30697 \end_layout
30698
30699 \end_inset
30700 </cell>
30701 </row>
30702 <row>
30703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30704 \begin_inset Text
30705
30706 \begin_layout Plain Layout
30707 1
30708 \end_layout
30709
30710 \end_inset
30711 </cell>
30712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30713 \begin_inset Text
30714
30715 \begin_layout Plain Layout
30716 §
30717 \end_layout
30718
30719 \end_inset
30720 </cell>
30721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725 c
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 </row>
30731 </lyxtabular>
30732
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746 }
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \end_layout
30753
30754 \begin_layout Section
30755 Rotierte und skalierte Boxen
30756 \end_layout
30757
30758 \begin_layout Standard
30759 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30760 \series bold
30761 graphicx
30762 \series default
30763
30764 \begin_inset Index
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 LaTeX-Pakete ! graphicx
30769 \end_layout
30770
30771 \end_inset
30772
30773  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30774 \end_layout
30775
30776 \begin_layout Standard
30777
30778 \series bold
30779
30780 \backslash
30781 @ifundefined{rotatebox}
30782 \begin_inset Newline newline
30783 \end_inset
30784
30785
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 hphantom{ }
30794 \end_layout
30795
30796 \end_inset
30797
30798 {
30799 \backslash
30800 usepackage{graphicx}}{}
30801 \end_layout
30802
30803 \begin_layout Standard
30804 \begin_inset Note Greyedout
30805 status open
30806
30807 \begin_layout Plain Layout
30808
30809 \series bold
30810 Bemerkung:
30811 \series default
30812  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30813  darstellen.
30814  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \end_layout
30821
30822 \begin_layout Standard
30823 \begin_inset Note Greyedout
30824 status open
30825
30826 \begin_layout Plain Layout
30827
30828 \series bold
30829 Bemerkung:
30830 \series default
30831  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \begin_layout Subsection
30840 Rotierte Boxen
30841 \begin_inset Index
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 Boxen ! rotierte
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \begin_inset Index
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855 Rotiertes Material
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \begin_inset Index
30862 status collapsed
30863
30864 \begin_layout Plain Layout
30865 Abbildungen ! rotierte
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \begin_inset Index
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875 Tabellen ! rotierte
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \end_layout
30882
30883 \begin_layout Standard
30884 Um Text zu drehen, verwendet man den Befehl 
30885 \series bold
30886
30887 \backslash
30888 rotatebox
30889 \series default
30890  im TeX-Code nach folgendem Schema:
30891 \end_layout
30892
30893 \begin_layout Standard
30894
30895 \series bold
30896
30897 \backslash
30898 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30899 \end_layout
30900
30901 \begin_layout Standard
30902 Der Drehpunkt wird mit 
30903 \series bold
30904 origin=Position
30905 \series default
30906  angegeben.
30907  Folgende Positionen sind möglich: 
30908 \emph on
30909 c
30910 \emph default
30911  (mittig), 
30912 \emph on
30913 l
30914 \emph default
30915  (links), 
30916 \emph on
30917 r
30918 \emph default
30919  (rechts), 
30920 \emph on
30921 b
30922 \emph default
30923  (unten), 
30924 \emph on
30925 t
30926 \emph default
30927  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30928  Z.
30929 \begin_inset space \thinspace{}
30930 \end_inset
30931
30932 B.
30933  bedeutet 
30934 \emph on
30935 lt
30936 \emph default
30937 , dass sich der Drehpunkt links oben befindet.
30938  Wird kein Drehpunkt angegeben, wird die Position 
30939 \emph on
30940 l
30941 \emph default
30942  verwendet.
30943  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30944  Gedreht wird gegen den Uhrzeigersinn.
30945 \end_layout
30946
30947 \begin_layout Standard
30948 Im folgenden Beispiel wurde vor dem Text der Befehl 
30949 \series bold
30950
30951 \backslash
30952 rotatebox[origin=c]{60}{
30953 \series default
30954  im TeX-Modus eingegeben.
30955  Nach dem Text wurde die schließende Klammer 
30956 \series bold
30957 }
30958 \series default
30959  wiederum im TeX-Modus eingegeben.
30960 \end_layout
30961
30962 \begin_layout Standard
30963 Dies ist eine Zeile 
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969
30970 \backslash
30971 rotatebox[origin=c]{60}{
30972 \end_layout
30973
30974 \end_inset
30975
30976 mit rotiertem
30977 \begin_inset ERT
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981
30982 }
30983 \end_layout
30984
30985 \end_inset
30986
30987  Text.
30988 \end_layout
30989
30990 \begin_layout Standard
30991 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
30992 \end_layout
30993
30994 \begin_layout Standard
30995 Dies ist eine Zeile 
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001
31002 \backslash
31003 rotatebox[origin=r]{-60}{
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \begin_inset Box Doublebox
31010 position "c"
31011 hor_pos "c"
31012 has_inner_box 0
31013 inner_pos "c"
31014 use_parbox 0
31015 width "1in"
31016 special "width"
31017 height "1in"
31018 height_special "totalheight"
31019 status collapsed
31020
31021 \begin_layout Plain Layout
31022 mit rotiertem
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033 }
31034 \end_layout
31035
31036 \end_inset
31037
31038  umrandeten Text 
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044
31045 \backslash
31046 rotatebox[origin=lb]{60}{
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31053 \end_inset
31054
31055
31056 \begin_inset ERT
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060
31061 }
31062 \end_layout
31063
31064 \end_inset
31065
31066  und einer Formel.
31067 \end_layout
31068
31069 \begin_layout Standard
31070 Oder ein Bild oder Tabelle:
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Dies ist eine Zeile 
31075 \begin_inset ERT
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079
31080
31081 \backslash
31082 rotatebox[origin=lb]{90}{
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \begin_inset Graphics
31089         filename ../clipart/platypus.eps
31090         lyxscale 50
31091         width 25col%
31092
31093 \end_inset
31094
31095
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101 }
31102 \end_layout
31103
31104 \end_inset
31105
31106  mit einem rotierten Bild 
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112
31113 \backslash
31114 rotatebox[origin=l]{-90}{
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset Tabular
31121 <lyxtabular version="3" rows="2" columns="2">
31122 <features>
31123 <column alignment="center" valignment="top" width="0">
31124 <column alignment="center" valignment="top" width="0">
31125 <row>
31126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31127 \begin_inset Text
31128
31129 \begin_layout Plain Layout
31130 q
31131 \end_layout
31132
31133 \end_inset
31134 </cell>
31135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31136 \begin_inset Text
31137
31138 \begin_layout Plain Layout
31139 w
31140 \end_layout
31141
31142 \end_inset
31143 </cell>
31144 </row>
31145 <row>
31146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150 e
31151 \end_layout
31152
31153 \end_inset
31154 </cell>
31155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159 r
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 </row>
31165 </lyxtabular>
31166
31167 \end_inset
31168
31169
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175 }
31176 \end_layout
31177
31178 \end_inset
31179
31180  und Tabelle.
31181 \end_layout
31182
31183 \begin_layout Subsection
31184 Skalierte Boxen
31185 \begin_inset Index
31186 status collapsed
31187
31188 \begin_layout Plain Layout
31189 Boxen ! skalierte
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \begin_inset Index
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199 Skaliertes Material
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \begin_inset Index
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209 Abbildungen ! skalierte
31210 \end_layout
31211
31212 \end_inset
31213
31214
31215 \begin_inset Index
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219 Tabellen ! skalierte
31220 \end_layout
31221
31222 \end_inset
31223
31224
31225 \end_layout
31226
31227 \begin_layout Standard
31228 Um Text zu skalieren, kann man die Befehle 
31229 \series bold
31230
31231 \backslash
31232 scalebox
31233 \series default
31234  und 
31235 \series bold
31236
31237 \backslash
31238 resizebox
31239 \series default
31240  im TeX-Modus verwenden.
31241 \end_layout
31242
31243 \begin_layout Standard
31244
31245 \series bold
31246
31247 \backslash
31248 scalebox
31249 \series default
31250  wird nach folgendem Schema verwendet:
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256
31257 \backslash
31258 scalebox{horizontal}[vertikal]{Boxinhalt}
31259 \end_layout
31260
31261 \begin_layout Standard
31262 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31263  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31264  verwendet.
31265 \end_layout
31266
31267 \begin_layout Standard
31268 Z.
31269 \begin_inset space \thinspace{}
31270 \end_inset
31271
31272 B.
31273  ergibt der Befehl 
31274 \series bold
31275
31276 \backslash
31277 scalebox{2}{Hallo}
31278 \series default
31279  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31280 \begin_inset ERT
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284
31285
31286 \backslash
31287 scalebox{2}{
31288 \end_layout
31289
31290 \end_inset
31291
31292 Hallo
31293 \begin_inset ERT
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297
31298 }
31299 \end_layout
31300
31301 \end_inset
31302
31303 .
31304 \end_layout
31305
31306 \begin_layout Standard
31307
31308 \series bold
31309
31310 \backslash
31311 scalebox{2}[1]{Hallo}
31312 \series default
31313  verzerrt hingegen das 
31314 \begin_inset ERT
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318
31319
31320 \backslash
31321 scalebox{2}[1]{
31322 \end_layout
31323
31324 \end_inset
31325
31326 Hallo
31327 \begin_inset ERT
31328 status collapsed
31329
31330 \begin_layout Plain Layout
31331
31332 }
31333 \end_layout
31334
31335 \end_inset
31336
31337 .
31338 \end_layout
31339
31340 \begin_layout Standard
31341 Die Skalierungsfaktoren dürfen auch negativ sein.
31342  In diesem Fall wird der Boxinhalt gespiegelt.
31343 \end_layout
31344
31345 \begin_layout Standard
31346 Daher lässt sich mit dem Befehl 
31347 \series bold
31348
31349 \backslash
31350 scalebox{-1}[1]{Hallo}
31351 \series default
31352  Spiegelschrift erstellen: 
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 scalebox{-1}[1]{
31361 \end_layout
31362
31363 \end_inset
31364
31365 Hallo
31366 \begin_inset ERT
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370
31371 }
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \end_layout
31378
31379 \begin_layout Standard
31380
31381 \series bold
31382
31383 \backslash
31384 scalebox{1}[-1]{Hallo}
31385 \series default
31386  spiegelt das 
31387 \begin_inset ERT
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391
31392
31393 \backslash
31394 scalebox{1}[-1]{
31395 \end_layout
31396
31397 \end_inset
31398
31399 Hallo
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405 }
31406 \end_layout
31407
31408 \end_inset
31409
31410  an der Grundlinie.
31411 \end_layout
31412
31413 \begin_layout Standard
31414 Zu 
31415 \series bold
31416
31417 \backslash
31418 scalebox{-1}[1]{Boxinhalt}
31419 \series default
31420  gibt es den äquivalenten Befehl
31421 \begin_inset Newline newline
31422 \end_inset
31423
31424
31425 \series bold
31426
31427 \backslash
31428 reflectbox{Boxinhalt}
31429 \series default
31430 .
31431 \end_layout
31432
31433 \begin_layout Standard
31434 \begin_inset VSpace bigskip
31435 \end_inset
31436
31437
31438 \series bold
31439
31440 \backslash
31441 resizebox
31442 \series default
31443  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31444  skalieren.
31445  Das Befehlsschema ist folgendes:
31446 \end_layout
31447
31448 \begin_layout Standard
31449
31450 \series bold
31451
31452 \backslash
31453 resizebox{Breite}{Höhe}{Boxinhalt}
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31458 \series bold
31459 !
31460 \series default
31461  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31462  wird.
31463 \end_layout
31464
31465 \begin_layout Standard
31466 Der Befehl 
31467 \series bold
31468
31469 \backslash
31470 resizebox{2cm}{1cm}{Hallo}
31471 \series default
31472  ergibt: 
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 resizebox{2cm}{1cm}{
31481 \end_layout
31482
31483 \end_inset
31484
31485 Hallo
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491 }
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \begin_inset Newline newline
31498 \end_inset
31499
31500 Der Befehl 
31501 \series bold
31502
31503 \backslash
31504 resizebox{2cm}{!}{Hallo}
31505 \series default
31506  ergibt: 
31507 \begin_inset ERT
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511
31512
31513 \backslash
31514 resizebox{2cm}{!}{
31515 \end_layout
31516
31517 \end_inset
31518
31519 Hallo
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525 }
31526 \end_layout
31527
31528 \end_inset
31529
31530
31531 \end_layout
31532
31533 \begin_layout Standard
31534 \begin_inset VSpace bigskip
31535 \end_inset
31536
31537
31538 \begin_inset Note Greyedout
31539 status open
31540
31541 \begin_layout Plain Layout
31542
31543 \series bold
31544 Bemerkung:
31545 \series default
31546  Wurde in Argumenten von 
31547 \series bold
31548
31549 \backslash
31550 scalebox
31551 \series default
31552  oder 
31553 \series bold
31554
31555 \backslash
31556 resizebox
31557 \series default
31558  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31559  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31560  werden.
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \begin_layout Standard
31569 \begin_inset VSpace bigskip
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 Alle Boxen können beliebig miteinander kombiniert werden.
31577  So ergibt z.
31578 \begin_inset space \thinspace{}
31579 \end_inset
31580
31581 B.
31582  der Befehl
31583 \begin_inset Newline newline
31584 \end_inset
31585
31586
31587 \series bold
31588
31589 \backslash
31590 rotatebox[origin=c]{-45}{
31591 \backslash
31592 resizebox{2cm}{!}{
31593 \backslash
31594 reflectbox{Hallo}}}
31595 \series default
31596 :
31597 \end_layout
31598
31599 \begin_layout Standard
31600 \align center
31601 \begin_inset ERT
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605
31606
31607 \backslash
31608 rotatebox[origin=c]{-45}{
31609 \backslash
31610 resizebox{2cm}{!}{
31611 \backslash
31612 reflectbox{
31613 \end_layout
31614
31615 \end_inset
31616
31617 Hallo
31618 \begin_inset ERT
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622
31623 }}}
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \begin_layout Standard
31632 \noindent
31633 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31634 \end_layout
31635
31636 \begin_layout Standard
31637 \align center
31638 \begin_inset ERT
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642
31643
31644 \backslash
31645 rotatebox[origin=c]{-30}{
31646 \backslash
31647 resizebox{2cm}{!}{
31648 \backslash
31649 reflectbox{
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \begin_inset Graphics
31656         filename ../clipart/platypus.eps
31657         lyxscale 50
31658         width 25col%
31659
31660 \end_inset
31661
31662
31663 \begin_inset ERT
31664 status collapsed
31665
31666 \begin_layout Plain Layout
31667
31668 }}}
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679
31680 \backslash
31681 rotatebox[origin=c]{-45}{
31682 \backslash
31683 resizebox{2cm}{!}{
31684 \backslash
31685 reflectbox{
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \begin_inset Tabular
31692 <lyxtabular version="3" rows="2" columns="2">
31693 <features>
31694 <column alignment="center" valignment="top" width="0">
31695 <column alignment="center" valignment="top" width="0">
31696 <row>
31697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701 q
31702 \end_layout
31703
31704 \end_inset
31705 </cell>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 w
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 </row>
31716 <row>
31717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721 e
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730 r
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 </row>
31736 </lyxtabular>
31737
31738 \end_inset
31739
31740
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746 }}}
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset ERT
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756
31757
31758 \backslash
31759 rotatebox[origin=c]{-45}{
31760 \backslash
31761 resizebox{2cm}{!}{
31762 \backslash
31763 reflectbox{
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31770 \end_inset
31771
31772
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778 }}}
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Standard
31787 Hat man den globalen Formelstil 
31788 \series bold
31789 fleqn
31790 \series default
31791
31792 \begin_inset Foot
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796 Wenn 
31797 \begin_inset Quotes gld
31798 \end_inset
31799
31800 fleqn
31801 \begin_inset Quotes grd
31802 \end_inset
31803
31804  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31805 \end_layout
31806
31807 \end_inset
31808
31809  gewählt, kann man auch abgesetzte Formeln skalieren.
31810 \end_layout
31811
31812 \begin_layout Chapter
31813 Externe Dateien
31814 \begin_inset Index
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818 Dateien ! externe
31819 \end_layout
31820
31821 \end_inset
31822
31823
31824 \end_layout
31825
31826 \begin_layout Standard
31827 Mit 
31828 \family sans
31829 Einfügen\SpecialChar \menuseparator
31830 Datei
31831 \family default
31832  können Sie fremdes Material in Ihr Dokument einsetzen.
31833  Das kann folgendes sein:
31834 \end_layout
31835
31836 \begin_layout Description
31837 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31838  eingefügt.
31839 \end_layout
31840
31841 \begin_layout Description
31842 Einfacher
31843 \begin_inset space ~
31844 \end_inset
31845
31846 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31847  eingefügt.
31848 \end_layout
31849
31850 \begin_layout Description
31851 Einfacher
31852 \begin_inset space ~
31853 \end_inset
31854
31855 Text,
31856 \begin_inset space ~
31857 \end_inset
31858
31859 Zeilen
31860 \begin_inset space ~
31861 \end_inset
31862
31863 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31864  Leerzeilen trennen die Absätze.
31865 \end_layout
31866
31867 \begin_layout Description
31868 Externes
31869 \begin_inset space ~
31870 \end_inset
31871
31872 Material Dateien in verschiedenen Formaten.
31873 \end_layout
31874
31875 \begin_layout Description
31876 Unterdokument LyX- oder LaTeX-Dokumente.
31877 \end_layout
31878
31879 \begin_layout Section
31880 Externes Material
31881 \begin_inset Index
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885 Externes Material
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \begin_layout Standard
31894 Mit 
31895 \family sans
31896 Einfügen\SpecialChar \menuseparator
31897 Datei\SpecialChar \menuseparator
31898  Externes Material
31899 \family default
31900  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31901  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31902  weil LyX sich darum kümmert.
31903  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31904  eingefügt werden können.
31905  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31906 \family sans
31907  Aussehen
31908 \begin_inset space ~
31909 \end_inset
31910
31911 &
31912 \begin_inset space ~
31913 \end_inset
31914
31915 Handhabung\SpecialChar \menuseparator
31916 Grafik
31917 \family default
31918 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Zur Zeit können Sie folgende Dateitypen (
31923 \family sans
31924 Vorlagen
31925 \family default
31926 ) benutzen:
31927 \end_layout
31928
31929 \begin_layout Description
31930 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31931 \series bold
31932
31933 \begin_inset CommandInset href
31934 LatexCommand href
31935 name "XBoard"
31936 target "http://en.wikipedia.org/wiki/XBoard"
31937
31938 \end_inset
31939
31940
31941 \series default
31942  erzeugt wurden.
31943 \end_layout
31944
31945 \begin_layout Description
31946 Datum fügt ein Datum mit dem Format 
31947 \emph on
31948 Tag-Monat-Jahr
31949 \emph default
31950  ein.
31951  Hier ist ein Beispiel: 
31952 \begin_inset External
31953         template Date
31954         filename .
31955
31956 \end_inset
31957
31958
31959 \begin_inset space ~
31960 \end_inset
31961
31962
31963 \begin_inset Note Note
31964 status open
31965
31966 \begin_layout Plain Layout
31967
31968 \lang english
31969 Remove the protected space when bug 4398 is fixed!
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \begin_inset Newline newline
31976 \end_inset
31977
31978 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
31979  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
31980  Menü 
31981 \family sans
31982 Einfügen\SpecialChar \menuseparator
31983 Datum
31984 \family default
31985  und mit dem LaTeX-Befehl 
31986 \series bold
31987
31988 \backslash
31989 today
31990 \series default
31991 .
31992  Die verschiedenen Methoden werden in Tabelle
31993 \begin_inset space ~
31994 \end_inset
31995
31996
31997 \begin_inset CommandInset ref
31998 LatexCommand ref
31999 reference "tab:Vergleich-der-Datums-Eingaben"
32000
32001 \end_inset
32002
32003  verglichen.
32004 \end_layout
32005
32006 \begin_layout Description
32007 Dia unterstützt Diagramme, die mit dem Programm 
32008 \series bold
32009
32010 \begin_inset CommandInset href
32011 LatexCommand href
32012 name "Dia"
32013 target "http://en.wikipedia.org/wiki/Dia_(software)"
32014
32015 \end_inset
32016
32017
32018 \series default
32019  erzeugt wurden.
32020 \end_layout
32021
32022 \begin_layout Description
32023 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32024 \series bold
32025
32026 \begin_inset CommandInset href
32027 LatexCommand href
32028 name "LilyPond"
32029 target "http://en.wikipedia.org/wiki/LilyPond"
32030
32031 \end_inset
32032
32033
32034 \series default
32035  schreiben.
32036 \end_layout
32037
32038 \begin_layout Description
32039 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32040  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32041 \emph on
32042 pages
32043 \emph default
32044  Option im Feld 
32045 \family sans
32046 Option
32047 \family default
32048  in der Karteikarte 
32049 \family sans
32050 LaTeX- und LyX-Optionen
32051 \family default
32052  entsprechend der Vorlagenbeschreibung im Dialog.
32053  Wenn keine 
32054 \emph on
32055 pages
32056 \emph default
32057  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32058 \end_layout
32059
32060 \begin_layout Description
32061 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32062  Fast alle bekannten Bildformate werden unterstützt.
32063  Die Bilddateien können im Dialogfenster 
32064 \family sans
32065 Externes
32066 \begin_inset space ~
32067 \end_inset
32068
32069 Material
32070 \family default
32071  genauso behandelt werden wie die mit dem normalen 
32072 \family sans
32073 Grafik
32074 \family default
32075 -Dialog eingefügten, siehe Abschnitt
32076 \begin_inset space ~
32077 \end_inset
32078
32079
32080 \begin_inset CommandInset ref
32081 LatexCommand ref
32082 reference "abs:Grafik-Dialog"
32083
32084 \end_inset
32085
32086 .
32087  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32088  und EPS-Bilder werden nicht unterstützt.
32089 \end_layout
32090
32091 \begin_layout Description
32092 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32093 \series bold
32094
32095 \begin_inset CommandInset href
32096 LatexCommand href
32097 name "Xfig"
32098 target "http://en.wikipedia.org/wiki/Xfig"
32099
32100 \end_inset
32101
32102
32103 \series default
32104  erzeugt wurden.
32105 \end_layout
32106
32107 \begin_layout Standard
32108 \begin_inset Float table
32109 placement h
32110 wide false
32111 sideways false
32112 status open
32113
32114 \begin_layout Plain Layout
32115 \begin_inset Caption
32116
32117 \begin_layout Plain Layout
32118 \begin_inset CommandInset label
32119 LatexCommand label
32120 name "tab:Vergleich-der-Datums-Eingaben"
32121
32122 \end_inset
32123
32124 Vergleich der Datums-Eingaben
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \begin_layout Plain Layout
32133 \align center
32134 \begin_inset Tabular
32135 <lyxtabular version="3" rows="4" columns="4">
32136 <features>
32137 <column alignment="center" valignment="top" width="0">
32138 <column alignment="center" valignment="top" width="0">
32139 <column alignment="center" valignment="top" width="0">
32140 <column alignment="center" valignment="top" width="0">
32141 <row>
32142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 Dokumentformat
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155
32156 \family sans
32157 Externes Material\SpecialChar \menuseparator
32158 Datum
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 Einfügen\SpecialChar \menuseparator
32170 Datum
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179 Befehl 
32180 \series bold
32181
32182 \backslash
32183 today
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 </row>
32189 <row>
32190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194 LyX
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 als Box
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32209 \begin_inset Text
32210
32211 \begin_layout Plain Layout
32212 als Datum
32213 \end_layout
32214
32215 \end_inset
32216 </cell>
32217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32218 \begin_inset Text
32219
32220 \begin_layout Plain Layout
32221 als TeX-Code
32222 \end_layout
32223
32224 \end_inset
32225 </cell>
32226 </row>
32227 <row>
32228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232 LaTeX
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241 als Datum
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 als Datum
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 als Befehl
32260 \end_layout
32261
32262 \end_inset
32263 </cell>
32264 </row>
32265 <row>
32266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32267 \begin_inset Text
32268
32269 \begin_layout Plain Layout
32270 DVI, PDF, PS
32271 \end_layout
32272
32273 \end_inset
32274 </cell>
32275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32276 \begin_inset Text
32277
32278 \begin_layout Plain Layout
32279 als Datum
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288 als Datum
32289 \end_layout
32290
32291 \end_inset
32292 </cell>
32293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297 als Datum
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 </row>
32303 </lyxtabular>
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \end_inset
32311
32312
32313 \end_layout
32314
32315 \begin_layout Standard
32316 Wenn Sie im Dialogfenster
32317 \family sans
32318  Externes
32319 \begin_inset space ~
32320 \end_inset
32321
32322 Material 
32323 \family default
32324 in der Karteikarte
32325 \family sans
32326  Datei
32327 \family default
32328  die Option 
32329 \family sans
32330 Entwurf
32331 \family default
32332  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32333 \begin_inset Newline newline
32334 \end_inset
32335
32336 LyX kann externes Material entweder als Box wie hier: 
32337 \begin_inset Graphics
32338         filename clipart/ExternesMaterialQt4.png
32339         scale 85
32340         scaleBeforeRotation
32341
32342 \end_inset
32343
32344  oder als Bild darstellen.
32345  Das hängt davon ab, ob Sie im Dialog
32346 \family sans
32347  
32348 \family default
32349 in der Karteikarte 
32350 \family sans
32351 LaTeX- und LyX-Optionen
32352 \family default
32353  die Option 
32354 \family sans
32355 In
32356 \begin_inset space ~
32357 \end_inset
32358
32359 LyX
32360 \begin_inset space ~
32361 \end_inset
32362
32363 anzeigen
32364 \family default
32365  gewählt haben oder nicht.
32366 \end_layout
32367
32368 \begin_layout Standard
32369 Im LyX-Handbuch 
32370 \family sans
32371 \emph on
32372 Anpassung
32373 \family default
32374 \emph default
32375  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32376 \end_layout
32377
32378 \begin_layout Section
32379 Unterdokumente
32380 \begin_inset CommandInset label
32381 LatexCommand label
32382 name "abs:Unterdokumente"
32383
32384 \end_inset
32385
32386
32387 \begin_inset Index
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391 Unterdokument
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \begin_layout Standard
32400 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32401  oder Abschnitten bestehen.
32402  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32403  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32404  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32405  z.
32406 \begin_inset space \thinspace{}
32407 \end_inset
32408
32409 B.
32410  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32411 \end_layout
32412
32413 \begin_layout Standard
32414 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32415  müssen, geben Sie im Unterdokument im Menü
32416 \family sans
32417  Dokument\SpecialChar \menuseparator
32418 Einstellungen\SpecialChar \menuseparator
32419 Dokumentklasse
32420 \family default
32421  das Hauptdokument an.
32422  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32423  bearbeiten.
32424 \end_layout
32425
32426 \begin_layout Standard
32427 Unterdokumente werden in LyX als Box angezeigt: 
32428 \begin_inset Graphics
32429         filename clipart/UnterdokumentQt4.png
32430         scale 85
32431         scaleBeforeRotation
32432
32433 \end_inset
32434
32435  Sie werden über
32436 \family sans
32437  Einfügen\SpecialChar \menuseparator
32438 Datei\SpecialChar \menuseparator
32439 Unterdokument
32440 \family default
32441  eingebunden, was das Dialogfenster
32442 \family sans
32443  Unterdokument
32444 \family default
32445  öffnet.
32446  Für 
32447 \family sans
32448 die Art
32449 \begin_inset space ~
32450 \end_inset
32451
32452 der
32453 \begin_inset space ~
32454 \end_inset
32455
32456 Einbindung
32457 \family default
32458  gibt es dort vier Möglichkeiten:
32459 \end_layout
32460
32461 \begin_layout Description
32462 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32463  Wenn Sie im Dialogfenster
32464 \family sans
32465  Unterdokument
32466 \family default
32467  auf 
32468 \family sans
32469 Öffnen
32470 \family default
32471  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32472  und Sie können es editieren.
32473 \begin_inset Newline newline
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Standard
32480 Hier wird ein Unterdokument
32481 \family sans
32482  
32483 \family default
32484 per 
32485 \family sans
32486 Include
32487 \family default
32488  eingebunden: 
32489 \begin_inset CommandInset include
32490 LatexCommand include
32491 filename "DummyDocument1.lyx"
32492
32493 \end_inset
32494
32495 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32496  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32497  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32498 s.
32499  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32500 \begin_inset space ~
32501 \end_inset
32502
32503
32504 \begin_inset CommandInset ref
32505 LatexCommand ref
32506 reference "uab:Externer-Unterabschnitt-1"
32507
32508 \end_inset
32509
32510 .
32511 \end_layout
32512
32513 \begin_layout Standard
32514 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32515  wird benutzt.
32516  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32517  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32518  Unterdokumente, die per 
32519 \family sans
32520 Include
32521 \family default
32522  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32523  und enden mit einem Seitenumbruch.
32524 \end_layout
32525
32526 \begin_layout Standard
32527 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32528  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32529 \begin_inset Foot
32530 status collapsed
32531
32532 \begin_layout Plain Layout
32533 Zweige sind im Kapitel 
32534 \emph on
32535 Zweige
32536 \emph default
32537  des LyX 
32538 \emph on
32539 Benutzerhandbuchs
32540 \emph default
32541  erklärt.
32542 \end_layout
32543
32544 \end_inset
32545
32546  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32547  Dateien in der Ausgabe erscheinen.
32548 \end_layout
32549
32550 \begin_layout Standard
32551 \begin_inset Note Greyedout
32552 status open
32553
32554 \begin_layout Plain Layout
32555
32556 \series bold
32557 Achtung:
32558 \series default
32559  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32560 \series bold
32561
32562 \backslash
32563 includeonly
32564 \series default
32565  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32566  Dateien in der Ausgabe erscheinen.
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset Note Greyedout
32576 status open
32577
32578 \begin_layout Plain Layout
32579
32580 \series bold
32581 Bemerkung:
32582 \series default
32583  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32584  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32585  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32586  Ergebnissen führen wird.
32587 \end_layout
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \begin_layout Description
32595 Input Diese Methode ist 
32596 \family sans
32597 Include
32598 \family default
32599  sehr ähnlich mit folgenden Unterschieden:
32600 \end_layout
32601
32602 \begin_deeper
32603 \begin_layout Itemize
32604 Unterdokumente, die per 
32605 \family sans
32606 Input
32607 \family default
32608  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32609  Seite und enden NICHT mit einem Seitenumbruch.
32610 \end_layout
32611
32612 \begin_layout Itemize
32613 Unterdokumente, die per 
32614 \family sans
32615 Input
32616 \family default
32617  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32618 \family sans
32619  Unterdokument Vorschau
32620 \begin_inset space ~
32621 \end_inset
32622
32623 anzeigen
32624 \family default
32625  angekreuzt wurde und in den LyX-Einstellungen unter
32626 \family sans
32627  Aussehen
32628 \begin_inset space ~
32629 \end_inset
32630
32631 &
32632 \begin_inset space ~
32633 \end_inset
32634
32635 Handhabung\SpecialChar \menuseparator
32636 Grafik\SpecialChar \menuseparator
32637 Sofortige
32638 \begin_inset space ~
32639 \end_inset
32640
32641 Vorschau
32642 \family default
32643  auf 
32644 \family sans
32645 An
32646 \family default
32647  gesetzt wurde.
32648  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32649  aus.
32650 \end_layout
32651
32652 \begin_layout Itemize
32653 Der LaTeX-Befehl 
32654 \series bold
32655
32656 \backslash
32657 includeonly
32658 \series default
32659  kann nicht benutzt werden.
32660 \end_layout
32661
32662 \end_deeper
32663 \begin_layout Standard
32664 Hier ist ein Unterdokument, das mit
32665 \family sans
32666  Input
32667 \family default
32668  eingebunden wurde: 
32669 \begin_inset CommandInset include
32670 LatexCommand input
32671 filename "DummyDocument2.lyx"
32672
32673 \end_inset
32674
32675 .
32676 \end_layout
32677
32678 \begin_layout Description
32679 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32680   In der Druckvorschau wird für den Text der Stil 
32681 \family typewriter
32682 Schreibmaschine
32683 \family default
32684  verwendet.
32685  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32686  Wenn Sie im Dialogfenster
32687 \family sans
32688  Unterdokument Leerzeichen
32689 \begin_inset space ~
32690 \end_inset
32691
32692 bei
32693 \begin_inset space ~
32694 \end_inset
32695
32696 der
32697 \begin_inset space ~
32698 \end_inset
32699
32700 Ausgabe
32701 \begin_inset space ~
32702 \end_inset
32703
32704 kennzeichnen 
32705 \family default
32706 ankreuzen, wird in der Druckvorschau das Zeichen 
32707 \begin_inset Quotes gld
32708 \end_inset
32709
32710
32711 \begin_inset ERT
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715
32716
32717 \backslash
32718 textvisiblespace 
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \begin_inset Quotes grd
32725 \end_inset
32726
32727  für jedes Leerzeichen eingefügt.
32728 \begin_inset Newline newline
32729 \end_inset
32730
32731 Im Gegensatz zu 
32732 \family sans
32733 Einfügen\SpecialChar \menuseparator
32734 Datei\SpecialChar \menuseparator
32735 Einfacher
32736 \begin_inset space ~
32737 \end_inset
32738
32739 Text
32740 \family default
32741  wird bei 
32742 \family sans
32743 Unformatiert
32744 \family default
32745  der Dateiinhalt in LyX nicht dargestellt.
32746 \end_layout
32747
32748 \begin_layout Standard
32749 Hier ist ein Unterdokument, das mit
32750 \family sans
32751  Unformatiert
32752 \family default
32753  eingebunden wurde: 
32754 \begin_inset CommandInset include
32755 LatexCommand verbatiminput
32756 filename "DummyTextDocument.txt"
32757
32758 \end_inset
32759
32760
32761 \begin_inset VSpace bigskip
32762 \end_inset
32763
32764 Hier ist ein Unterdokument, das mit
32765 \family sans
32766  Unformatiert
32767 \family default
32768  eingebunden wurde und
32769 \family sans
32770  Leerzeichen
32771 \begin_inset space ~
32772 \end_inset
32773
32774 bei
32775 \begin_inset space ~
32776 \end_inset
32777
32778 der
32779 \begin_inset space ~
32780 \end_inset
32781
32782 Ausgabe
32783 \begin_inset space ~
32784 \end_inset
32785
32786 kennzeichnen
32787 \family default
32788  angekreuzt hat: 
32789 \begin_inset CommandInset include
32790 LatexCommand verbatiminput*
32791 filename "DummyTextDocument.txt"
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \begin_inset VSpace bigskip
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \begin_inset Note Greyedout
32807 status open
32808
32809 \begin_layout Plain Layout
32810
32811 \series bold
32812 Bemerkung:
32813 \series default
32814  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32815  
32816 \family sans
32817 Unformatiert
32818 \family default
32819  eingebunden werden, am Zeilenende nicht umgebrochen.
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \begin_layout Description
32828 Listing Dieser Typ wird in Kapitel
32829 \begin_inset space ~
32830 \end_inset
32831
32832
32833 \begin_inset CommandInset ref
32834 LatexCommand ref
32835 reference "kap:Programm-Code-Listen"
32836
32837 \end_inset
32838
32839  beschrieben.
32840 \end_layout
32841
32842 \begin_layout Standard
32843 \begin_inset Note Greyedout
32844 status open
32845
32846 \begin_layout Plain Layout
32847
32848 \series bold
32849 Bemerkung:
32850 \series default
32851  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32852  das zu LaTeX-Problemen führen.
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Chapter
32861 Programm-Code-Listen
32862 \begin_inset CommandInset label
32863 LatexCommand label
32864 name "kap:Programm-Code-Listen"
32865
32866 \end_inset
32867
32868
32869 \begin_inset Index
32870 status collapsed
32871
32872 \begin_layout Plain Layout
32873 Listen
32874 \end_layout
32875
32876 \end_inset
32877
32878
32879 \begin_inset Index
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883 Programm-Code
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Standard
32892 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32893 \family sans
32894 Einfügen\SpecialChar \menuseparator
32895 Pro\SpecialChar \-
32896 grammlisting
32897 \family default
32898  verwenden.
32899  Das LaTeX-Paket 
32900 \series bold
32901 listings
32902 \series default
32903
32904 \begin_inset Index
32905 status collapsed
32906
32907 \begin_layout Plain Layout
32908 LaTeX-Pakete ! listings
32909 \end_layout
32910
32911 \end_inset
32912
32913  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32914 \end_layout
32915
32916 \begin_layout Standard
32917 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32918 rmat der Programm-Code-Liste festlegen.
32919 \end_layout
32920
32921 \begin_layout Standard
32922 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32923  Die Platzierungsoption 
32924 \family sans
32925 Eingebettetes
32926 \begin_inset space ~
32927 \end_inset
32928
32929 Listing
32930 \family default
32931  druckt das Listing in der Zeile wie hier: 
32932 \begin_inset listings
32933 lstparams "language={C++}"
32934 inline true
32935 status open
32936
32937 \begin_layout Plain Layout
32938
32939 int a=5;
32940 \end_layout
32941
32942 \end_inset
32943
32944
32945 \begin_inset Newline newline
32946 \end_inset
32947
32948 Die Option 
32949 \family sans
32950 Gleitobjekt
32951 \family default
32952  erzeugt ein Listing-Gleitobjekt, dessen 
32953 \family sans
32954 Platzierung 
32955 \family default
32956 Sie mit 
32957 \family sans
32958 h
32959 \family default
32960
32961 \family sans
32962 t
32963 \family default
32964
32965 \family sans
32966 b
32967 \family default
32968  und 
32969 \family sans
32970 p
32971 \family default
32972 , analog zu den in Abschnitt
32973 \begin_inset space ~
32974 \end_inset
32975
32976
32977 \begin_inset CommandInset ref
32978 LatexCommand ref
32979 reference "abs:Gleitobjekt-Platzierung"
32980
32981 \end_inset
32982
32983  beschriebenen Platzierungsoptionen festlegen können.
32984  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
32985  hintereinander angegeben, z.
32986 \begin_inset space \thinspace{}
32987 \end_inset
32988
32989 B.
32990  
32991 \begin_inset Quotes gld
32992 \end_inset
32993
32994
32995 \family sans
32996 htbp
32997 \family default
32998
32999 \begin_inset Quotes grd
33000 \end_inset
33001
33002 .
33003  Die Option 
33004 \begin_inset Quotes gld
33005 \end_inset
33006
33007 h
33008 \begin_inset Quotes grd
33009 \end_inset
33010
33011  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33012  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33013 \end_layout
33014
33015 \begin_layout Standard
33016 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33017  zu verweisen: Listing
33018 \begin_inset space ~
33019 \end_inset
33020
33021
33022 \begin_inset CommandInset ref
33023 LatexCommand ref
33024 reference "lst:Gleitendes-Programm-Listing"
33025
33026 \end_inset
33027
33028 .
33029 \end_layout
33030
33031 \begin_layout Standard
33032 \begin_inset listings
33033 lstparams "language=Python"
33034 inline false
33035 status open
33036
33037 \begin_layout Plain Layout
33038
33039 \begin_inset Caption
33040
33041 \begin_layout Plain Layout
33042 \begin_inset CommandInset label
33043 LatexCommand label
33044 name "lst:Gleitendes-Programm-Listing"
33045
33046 \end_inset
33047
33048 Gleitendes Programm-Listing
33049 \end_layout
33050
33051 \end_inset
33052
33053 # Gleitendes Programm-Listing
33054 \end_layout
33055
33056 \begin_layout Plain Layout
33057
33058 def func(param):
33059 \end_layout
33060
33061 \begin_layout Plain Layout
33062
33063     'Dies ist eine Python-Funktion'
33064 \end_layout
33065
33066 \begin_layout Plain Layout
33067
33068     pass
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Standard
33077 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33078  der Sprache erkannt und besonders gedruckt, wie 
33079 \emph on
33080 #
33081 \emph default
33082
33083 \emph on
33084 def
33085 \emph default
33086  und 
33087 \emph on
33088 pass
33089 \emph default
33090  in Listing
33091 \begin_inset space ~
33092 \end_inset
33093
33094
33095 \begin_inset CommandInset ref
33096 LatexCommand ref
33097 reference "lst:Gleitendes-Programm-Listing"
33098
33099 \end_inset
33100
33101 .
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \begin_inset Note Greyedout
33106 status open
33107
33108 \begin_layout Plain Layout
33109
33110 \series bold
33111 Bemerkung:
33112 \series default
33113  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33114 \family typewriter
33115 Schreib\SpecialChar \-
33116 maschine
33117 \family default
33118  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33119 h keine fett gedruckten Buchstaben.
33120  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33121 \family sans
33122 Dokument\SpecialChar \menuseparator
33123 Einstellungen\SpecialChar \menuseparator
33124 Schriften
33125 \family default
33126 .
33127  (Die Schriften 
33128 \emph on
33129 LuxiMono, BeraMono
33130 \emph default
33131  und 
33132 \emph on
33133 Courier
33134 \emph default
33135  enthalten fett gedruckte Buchstaben.)
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \begin_layout Standard
33144 Im Abschnitt 
33145 \family sans
33146 Zeilennummerierung
33147 \family default
33148  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33149 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33150  jede wievielte Zeile nummeriert werden soll und die 
33151 \family sans
33152 Schriftgröße
33153 \family default
33154  der Nummerierung.
33155 \end_layout
33156
33157 \begin_layout Standard
33158 Im Abschnitt 
33159 \family sans
33160 Bereich
33161 \family default
33162  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33163  Im Abschnitt 
33164 \family sans
33165 Stil
33166 \family default
33167  legen Sie fest, wie die Liste ausgedruckt werden soll.
33168  Die Option 
33169 \family sans
33170 Erweiterte
33171 \begin_inset space ~
33172 \end_inset
33173
33174 Zeichentabelle
33175 \family default
33176  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33177 \end_layout
33178
33179 \begin_layout Standard
33180 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33181 \begin_inset Quotes gld
33182 \end_inset
33183
33184 3
33185 \begin_inset Quotes grd
33186 \end_inset
33187
33188 , Sprache 
33189 \begin_inset Quotes gld
33190 \end_inset
33191
33192 Python
33193 \begin_inset Quotes grd
33194 \end_inset
33195
33196 , Optionen 
33197 \begin_inset Quotes gld
33198 \end_inset
33199
33200 Erweiterte Zeichentabelle
33201 \begin_inset Quotes grd
33202 \end_inset
33203
33204  und 
33205 \begin_inset Quotes gld
33206 \end_inset
33207
33208 Leerzeichen als Symbol
33209 \begin_inset Quotes grd
33210 \end_inset
33211
33212  und Bereich Zeilen 3
33213 \begin_inset space \thinspace{}
33214 \end_inset
33215
33216 -
33217 \begin_inset space \thinspace{}
33218 \end_inset
33219
33220 8:
33221 \end_layout
33222
33223 \begin_layout Standard
33224 \begin_inset listings
33225 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33226 inline false
33227 status open
33228
33229 \begin_layout Plain Layout
33230
33231 def func(param):
33232 \end_layout
33233
33234 \begin_layout Plain Layout
33235
33236     'Dies ist eine Python-Funktion'
33237 \end_layout
33238
33239 \begin_layout Plain Layout
33240
33241     pass
33242 \end_layout
33243
33244 \begin_layout Plain Layout
33245
33246 def func(param):
33247 \end_layout
33248
33249 \begin_layout Plain Layout
33250
33251 'Sonderzeichen: Tschüß'
33252 \end_layout
33253
33254 \begin_layout Plain Layout
33255
33256 pass
33257 \end_layout
33258
33259 \begin_layout Plain Layout
33260
33261 def func(param):
33262 \end_layout
33263
33264 \begin_layout Plain Layout
33265
33266 'Dies ist eine Python-Funktion'
33267 \end_layout
33268
33269 \begin_layout Plain Layout
33270
33271 pass
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \begin_layout Standard
33280 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33281 \family sans
33282 Tabulatorgröße
33283 \family default
33284  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33285 \end_layout
33286
33287 \begin_layout Standard
33288 \noindent
33289 \begin_inset Note Greyedout
33290 status open
33291
33292 \begin_layout Plain Layout
33293
33294 \series bold
33295 Bemerkung:
33296 \series default
33297  Wegen eines Fehlers im 
33298 \series bold
33299 listings
33300 \series default
33301 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33302  verschoben.
33303  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33304  Listing nummeriert werden.
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \begin_inset VSpace bigskip
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320 \noindent
33321 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33322  Das machen Sie mit
33323 \family sans
33324  Einfügen\SpecialChar \menuseparator
33325 Datei\SpecialChar \menuseparator
33326 Unterdokument
33327 \family default
33328  und der 
33329 \family sans
33330 Art
33331 \begin_inset space ~
33332 \end_inset
33333
33334 der
33335 \begin_inset space ~
33336 \end_inset
33337
33338 Einbindung
33339 \family default
33340  
33341 \family sans
33342 Listing
33343 \family default
33344 .
33345 \begin_inset Foot
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33350 \begin_inset space ~
33351 \end_inset
33352
33353
33354 \begin_inset CommandInset ref
33355 LatexCommand ref
33356 reference "abs:Unterdokumente"
33357
33358 \end_inset
33359
33360  beschrieben.
33361 \end_layout
33362
33363 \end_inset
33364
33365  Im Dialogfenster
33366 \family sans
33367  Unterdokument
33368 \family default
33369  können Sie die Listing-Parameter unter 
33370 \family sans
33371 Weitere
33372 \begin_inset space ~
33373 \end_inset
33374
33375 Parameter
33376 \family default
33377  eingeben.
33378  Wenn Sie dort ein Fragezeichen 
33379 \begin_inset Quotes gld
33380 \end_inset
33381
33382 ?
33383 \begin_inset Quotes grd
33384 \end_inset
33385
33386  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33387 det.
33388 \end_layout
33389
33390 \begin_layout Standard
33391 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33392  Text ins Feld 
33393 \family sans
33394 Marke
33395 \family default
33396 , auf die dann wie üblich verwiesen werden kann.
33397 \end_layout
33398
33399 \begin_layout Standard
33400 Listing
33401 \begin_inset space ~
33402 \end_inset
33403
33404
33405 \begin_inset CommandInset ref
33406 LatexCommand ref
33407 reference "lst:Datei-Listing"
33408
33409 \end_inset
33410
33411  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33412 \begin_inset space \thinspace{}
33413 \end_inset
33414
33415 -
33416 \begin_inset space \thinspace{}
33417 \end_inset
33418
33419 15 gedruckt werden.
33420 \end_layout
33421
33422 \begin_layout Standard
33423 \begin_inset CommandInset include
33424 LatexCommand lstinputlisting
33425 filename "EmbeddedObjects.lyx"
33426 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33427
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \begin_layout Standard
33434 \begin_inset VSpace bigskip
33435 \end_inset
33436
33437
33438 \end_layout
33439
33440 \begin_layout Standard
33441 \noindent
33442 Dokumentweite Listing-Eigenschaften können in
33443 \family sans
33444  Dokument\SpecialChar \menuseparator
33445 Einstellungen\SpecialChar \menuseparator
33446 Textformat\SpecialChar \menuseparator
33447 Listing-Einstellungen
33448 \family default
33449  festgelegt werden.
33450  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33451 \begin_inset Quotes gld
33452 \end_inset
33453
33454 ?
33455 \begin_inset Quotes grd
33456 \end_inset
33457
33458  links davon eine Liste aller möglichen Parameter.
33459 \end_layout
33460
33461 \begin_layout Standard
33462 Weitere Informationen über das 
33463 \series bold
33464 listings
33465 \series default
33466 -Paket finden Sie in 
33467 \begin_inset CommandInset citation
33468 LatexCommand cite
33469 key "listings"
33470
33471 \end_inset
33472
33473 .
33474 \begin_inset Newpage newpage
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \begin_layout Chapter
33481 \start_of_appendix
33482 In LyX verfügbare Maßeinheiten
33483 \begin_inset CommandInset label
33484 LatexCommand label
33485 name "kap:In-LyX-verfügbare"
33486
33487 \end_inset
33488
33489
33490 \begin_inset Index
33491 status collapsed
33492
33493 \begin_layout Plain Layout
33494 Einheiten
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33504  Tabelle
33505 \begin_inset space ~
33506 \end_inset
33507
33508
33509 \begin_inset CommandInset ref
33510 LatexCommand ref
33511 reference "tab:Maßeinheiten"
33512
33513 \end_inset
33514
33515  alle in LyX verfügbaren Maßeinheiten.
33516 \end_layout
33517
33518 \begin_layout Standard
33519 \begin_inset Float table
33520 placement h
33521 wide false
33522 sideways false
33523 status open
33524
33525 \begin_layout Plain Layout
33526 \begin_inset Caption
33527
33528 \begin_layout Plain Layout
33529 \begin_inset CommandInset label
33530 LatexCommand label
33531 name "tab:Maßeinheiten"
33532
33533 \end_inset
33534
33535 Maßeinheiten
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Plain Layout
33544 \begin_inset VSpace medskip
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Plain Layout
33551 \align center
33552 \begin_inset Tabular
33553 <lyxtabular version="3" rows="20" columns="2">
33554 <features>
33555 <column alignment="center" valignment="top" width="0">
33556 <column alignment="center" valignment="top" width="0">
33557 <row>
33558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562
33563 \series bold
33564 Maßeinheit
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573
33574 \series bold
33575 Name/Beschreibung
33576 \end_layout
33577
33578 \end_inset
33579 </cell>
33580 </row>
33581 <row>
33582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586 mm
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595 Millimeter
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 <row>
33602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Plain Layout
33606 cm
33607 \end_layout
33608
33609 \end_inset
33610 </cell>
33611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33612 \begin_inset Text
33613
33614 \begin_layout Plain Layout
33615 Zentimeter
33616 \end_layout
33617
33618 \end_inset
33619 </cell>
33620 </row>
33621 <row>
33622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33623 \begin_inset Text
33624
33625 \begin_layout Plain Layout
33626 in
33627 \end_layout
33628
33629 \end_inset
33630 </cell>
33631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33632 \begin_inset Text
33633
33634 \begin_layout Plain Layout
33635 Zoll (1
33636 \begin_inset space \thinspace{}
33637 \end_inset
33638
33639 in = 2.54
33640 \begin_inset space \thinspace{}
33641 \end_inset
33642
33643 cm
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 </row>
33649 <row>
33650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 pt
33655 \end_layout
33656
33657 \end_inset
33658 </cell>
33659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663 Punkt (72.27
33664 \begin_inset space \thinspace{}
33665 \end_inset
33666
33667 pt = 1
33668 \begin_inset space \thinspace{}
33669 \end_inset
33670
33671 in)
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 </row>
33677 <row>
33678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33679 \begin_inset Text
33680
33681 \begin_layout Plain Layout
33682 pc
33683 \end_layout
33684
33685 \end_inset
33686 </cell>
33687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Plain Layout
33691 Pica (1
33692 \begin_inset space \thinspace{}
33693 \end_inset
33694
33695 pc = 12
33696 \begin_inset space \thinspace{}
33697 \end_inset
33698
33699 pt)
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 </row>
33705 <row>
33706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33707 \begin_inset Text
33708
33709 \begin_layout Plain Layout
33710 sp
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 skalierter Punkt (65536
33720 \begin_inset space \thinspace{}
33721 \end_inset
33722
33723 sp = 1
33724 \begin_inset space \thinspace{}
33725 \end_inset
33726
33727 pt)
33728 \end_layout
33729
33730 \end_inset
33731 </cell>
33732 </row>
33733 <row>
33734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33735 \begin_inset Text
33736
33737 \begin_layout Plain Layout
33738 bp
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33744 \begin_inset Text
33745
33746 \begin_layout Plain Layout
33747 großer Punkt (72
33748 \begin_inset space \thinspace{}
33749 \end_inset
33750
33751 bp = 1
33752 \begin_inset space \thinspace{}
33753 \end_inset
33754
33755 in)
33756 \end_layout
33757
33758 \end_inset
33759 </cell>
33760 </row>
33761 <row>
33762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33763 \begin_inset Text
33764
33765 \begin_layout Plain Layout
33766 dd
33767 \end_layout
33768
33769 \end_inset
33770 </cell>
33771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33772 \begin_inset Text
33773
33774 \begin_layout Plain Layout
33775 Didot (1
33776 \begin_inset space \thinspace{}
33777 \end_inset
33778
33779 dd 
33780 \begin_inset Formula $\approx$
33781 \end_inset
33782
33783  0,376
33784 \begin_inset space \thinspace{}
33785 \end_inset
33786
33787 mm)
33788 \end_layout
33789
33790 \end_inset
33791 </cell>
33792 </row>
33793 <row>
33794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33795 \begin_inset Text
33796
33797 \begin_layout Plain Layout
33798 cc
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33804 \begin_inset Text
33805
33806 \begin_layout Plain Layout
33807 Cicero (1
33808 \begin_inset space \thinspace{}
33809 \end_inset
33810
33811 cc = 12
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 dd)
33816 \end_layout
33817
33818 \end_inset
33819 </cell>
33820 </row>
33821 <row>
33822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33823 \begin_inset Text
33824
33825 \begin_layout Plain Layout
33826 Skalierung%
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33832 \begin_inset Text
33833
33834 \begin_layout Plain Layout
33835 % der originalen Bildbreite
33836 \end_layout
33837
33838 \end_inset
33839 </cell>
33840 </row>
33841 <row>
33842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 Textbreite %
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855 % der Textbreite
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 <row>
33862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 Spaltenbreite %
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33872 \begin_inset Text
33873
33874 \begin_layout Plain Layout
33875 % der Spaltenbreite
33876 \end_layout
33877
33878 \end_inset
33879 </cell>
33880 </row>
33881 <row>
33882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33883 \begin_inset Text
33884
33885 \begin_layout Plain Layout
33886 Seitenbreite %
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33892 \begin_inset Text
33893
33894 \begin_layout Plain Layout
33895 % der Seitenbreite
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 </row>
33901 <row>
33902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33903 \begin_inset Text
33904
33905 \begin_layout Plain Layout
33906 Zeilenbreite %
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33912 \begin_inset Text
33913
33914 \begin_layout Plain Layout
33915 % der Zeilenbreite
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 </row>
33921 <row>
33922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 Texthöhe %
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33932 \begin_inset Text
33933
33934 \begin_layout Plain Layout
33935 % der Texthöhe
33936 \end_layout
33937
33938 \end_inset
33939 </cell>
33940 </row>
33941 <row>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946 Seitenhöhe %
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Plain Layout
33955 % der Seitenhöhe
33956 \end_layout
33957
33958 \end_inset
33959 </cell>
33960 </row>
33961 <row>
33962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 ex
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975 Die Höhe des Buchstabens 
33976 \emph on
33977 x
33978 \emph default
33979  im aktiven Zeichensatz
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 </row>
33985 <row>
33986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 em
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33996 \begin_inset Text
33997
33998 \begin_layout Plain Layout
33999 Die Breite des Buchstabens 
34000 \emph on
34001 M
34002 \emph default
34003  im aktiven Zeichensatz
34004 \end_layout
34005
34006 \end_inset
34007 </cell>
34008 </row>
34009 <row>
34010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014 mu
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34020 \begin_inset Text
34021
34022 \begin_layout Plain Layout
34023 mathematische  Maßeinheit
34024 \series bold
34025  
34026 \series default
34027 (1
34028 \begin_inset space \thinspace{}
34029 \end_inset
34030
34031 mu = 1/18
34032 \begin_inset space \thinspace{}
34033 \end_inset
34034
34035 em)
34036 \end_layout
34037
34038 \end_inset
34039 </cell>
34040 </row>
34041 </lyxtabular>
34042
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Chapter
34054 Ausgabedatei-Formate mit Grafiken
34055 \begin_inset CommandInset label
34056 LatexCommand label
34057 name "kap:Ausgabedatei-Formate"
34058
34059 \end_inset
34060
34061
34062 \end_layout
34063
34064 \begin_layout Section
34065 DVI
34066 \begin_inset Index
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070 Dateiformat! DVI
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \begin_inset Index
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080 DVI
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Standard
34089 Dieser Dateityp hat die Erweiterung 
34090 \begin_inset Quotes gld
34091 \end_inset
34092
34093
34094 \family typewriter
34095 .dvi
34096 \family default
34097
34098 \begin_inset Quotes grd
34099 \end_inset
34100
34101  und wird 
34102 \begin_inset Quotes gld
34103 \end_inset
34104
34105 device independent
34106 \begin_inset Quotes grd
34107 \end_inset
34108
34109  genannt, weil er vollkommen portierbar ist.
34110  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34111  dvi-Betrachter installiert hat.
34112  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34113 ate wie PostScript benutzt.
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset Note Greyedout
34118 status open
34119
34120 \begin_layout Plain Layout
34121
34122 \series bold
34123 Bemerkung:
34124 \series default
34125  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34135  auf einen anderen Computer kopieren.
34136  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34137  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34138  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34139 \family typewriter
34140  
34141 \family default
34142 blättern.
34143
34144 \family typewriter
34145  
34146 \family default
34147 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34148  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34149  
34150 \end_layout
34151
34152 \begin_layout Standard
34153 Sie können Ihr Dokument als DVI über das Menü 
34154 \family sans
34155 Datei\SpecialChar \menuseparator
34156 Exportieren\SpecialChar \menuseparator
34157 DVI
34158 \family default
34159  exportieren.
34160  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34161 \family sans
34162 Ansicht
34163 \family default
34164  oder den Werkzeugleistenknopf 
34165 \begin_inset Graphics
34166         filename ../../images/buffer-view_dvi.png
34167         scale 70
34168         scaleBeforeRotation
34169         BoundingBox 0bp 0bp 20bp 20bp
34170
34171 \end_inset
34172
34173  anschauen.
34174 \end_layout
34175
34176 \begin_layout Section
34177 PostScript
34178 \begin_inset CommandInset label
34179 LatexCommand label
34180 name "abs:PostScript"
34181
34182 \end_inset
34183
34184
34185 \begin_inset Index
34186 status collapsed
34187
34188 \begin_layout Plain Layout
34189 Dateiformat  ! PostScript
34190 \end_layout
34191
34192 \end_inset
34193
34194
34195 \begin_inset Index
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 PostScript
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208 Dieser Dateityp hat die Erweiterung 
34209 \begin_inset Quotes gld
34210 \end_inset
34211
34212
34213 \family typewriter
34214 .ps
34215 \family default
34216
34217 \begin_inset Quotes grd
34218 \end_inset
34219
34220 .
34221  PostScript wurde von der Firma
34222 \family typewriter
34223  Adobe
34224 \family default
34225  als Druckersprache entwickelt.
34226  Die Datei enthält deshalb Druckbefehle.
34227  PostScript kann als 
34228 \begin_inset Quotes gld
34229 \end_inset
34230
34231 Programmiersprache
34232 \begin_inset Quotes grd
34233 \end_inset
34234
34235  angesehen werden.
34236  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34237 \begin_inset Foot
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34242  von
34243 \series bold
34244  PSTricks
34245 \series default
34246  
34247 \begin_inset CommandInset citation
34248 LatexCommand cite
34249 key "pstricks"
34250
34251 \end_inset
34252
34253  oder 
34254 \begin_inset CommandInset citation
34255 LatexCommand cite
34256 key "latex-praxisbuch"
34257
34258 \end_inset
34259
34260  ansehen.
34261 \end_layout
34262
34263 \end_inset
34264
34265 .
34266  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34267 \end_layout
34268
34269 \begin_layout Standard
34270 PostScript kann nur Bilder im Format EPS
34271 \begin_inset Index
34272 status collapsed
34273
34274 \begin_layout Plain Layout
34275 EPS
34276 \end_layout
34277
34278 \end_inset
34279
34280  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34281 wei\SpecialChar \-
34282 ter\SpecialChar \-
34283 ung 
34284 \begin_inset Quotes gld
34285 \end_inset
34286
34287
34288 \family typewriter
34289 .eps
34290 \family default
34291
34292 \begin_inset Quotes grd
34293 \end_inset
34294
34295 ) enthalten.
34296  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34297  intern nach EPS konvertieren.
34298  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34299  verlangsamen.
34300  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34301  konvertieren und direkt als EPS einfügen.
34302 \end_layout
34303
34304 \begin_layout Standard
34305 Sie können Ihr Dokument als PostScript über das Menü 
34306 \family sans
34307 Datei\SpecialChar \menuseparator
34308 Exportieren\SpecialChar \menuseparator
34309 Post\SpecialChar \-
34310 Script
34311 \family default
34312  exportieren.
34313  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34314 \family sans
34315 Ansicht
34316 \family default
34317  oder den Werkzeugleistenknopf 
34318 \begin_inset Graphics
34319         filename ../../images/buffer-view_ps.png
34320         scale 70
34321         scaleBeforeRotation
34322
34323 \end_inset
34324
34325  anschauen.
34326 \end_layout
34327
34328 \begin_layout Section
34329 PDF
34330 \begin_inset Index
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 Dateiformat! PDF
34335 \end_layout
34336
34337 \end_inset
34338
34339
34340 \begin_inset Index
34341 status collapsed
34342
34343 \begin_layout Plain Layout
34344 PDF
34345 \end_layout
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \begin_layout Standard
34353 Dieser Dateityp hat die Erweiterung 
34354 \begin_inset Quotes gld
34355 \end_inset
34356
34357
34358 \family typewriter
34359 .pdf
34360 \family default
34361
34362 \begin_inset Quotes grd
34363 \end_inset
34364
34365 .
34366  Das
34367 \emph on
34368  
34369 \emph default
34370
34371 \begin_inset Quotes gld
34372 \end_inset
34373
34374 Portable Document Format
34375 \begin_inset Quotes grd
34376 \end_inset
34377
34378  (PDF) wurde auch von der Firma 
34379 \family typewriter
34380 Adobe
34381 \family default
34382  als Derivat von PostScript entwickelt.
34383  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34384  Wie der Begriff 
34385 \begin_inset Quotes gld
34386 \end_inset
34387
34388 portable
34389 \begin_inset Quotes grd
34390 \end_inset
34391
34392  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34393  werden, und der Ausdruck sieht immer gleich aus.
34394 \end_layout
34395
34396 \begin_layout Standard
34397 PDF kann Bilder im eigenen PDF-Format, im Format 
34398 \begin_inset Quotes gld
34399 \end_inset
34400
34401 Joint Photographic Experts Group
34402 \begin_inset Quotes grd
34403 \end_inset
34404
34405  (JPEG
34406 \begin_inset Index
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410 JPG, JPEG
34411 \end_layout
34412
34413 \end_inset
34414
34415 , Datei-Erweiterung 
34416 \begin_inset Quotes gld
34417 \end_inset
34418
34419
34420 \family typewriter
34421 .jpg
34422 \family default
34423
34424 \begin_inset Quotes grd
34425 \end_inset
34426
34427  oder 
34428 \begin_inset Quotes gld
34429 \end_inset
34430
34431
34432 \family typewriter
34433 .jpeg
34434 \family default
34435
34436 \begin_inset Quotes grd
34437 \end_inset
34438
34439 ) und im Format 
34440 \begin_inset Quotes gld
34441 \end_inset
34442
34443 Portable Network Graphics
34444 \begin_inset Quotes grd
34445 \end_inset
34446
34447  (PNG
34448 \begin_inset Index
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 PNG
34453 \end_layout
34454
34455 \end_inset
34456
34457 , Datei-Erweiterung 
34458 \begin_inset Quotes gld
34459 \end_inset
34460
34461
34462 \family typewriter
34463 .png
34464 \family default
34465
34466 \begin_inset Quotes grd
34467 \end_inset
34468
34469 ) enthalten.
34470  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34471  Sie konvertieren wird.
34472  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34473  wird, eines der drei erwähnten Bildformate zu benutzen.
34474 \end_layout
34475
34476 \begin_layout Standard
34477 PDF-Dateien können Sie über 
34478 \family sans
34479 Datei\SpecialChar \menuseparator
34480 Exportieren
34481 \family default
34482  auf drei Arten erzeugen:
34483 \end_layout
34484
34485 \begin_layout Description
34486 PDF
34487 \begin_inset space ~
34488 \end_inset
34489
34490 (ps2pdf) benutzt das Programm
34491 \family typewriter
34492  ps2pdf
34493 \family default
34494 , das eine PDF-Datei aus einer Post\SpecialChar \-
34495 Script®-Version Ihres Dokument erstellt.
34496  Die PostScript-Version wird mit dem Programm 
34497 \family typewriter
34498 dvips
34499 \family default
34500  aus einer DVI-Version erstellt.
34501  Es werden also drei Konvertierungen verwendet.
34502 \end_layout
34503
34504 \begin_layout Description
34505 PDF
34506 \begin_inset space ~
34507 \end_inset
34508
34509 (dvipdfm) benutzt das Programm 
34510 \family typewriter
34511 dvipdfm
34512 \family default
34513 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34514  PDF konvertiert.
34515 \end_layout
34516
34517 \begin_layout Description
34518 PDF
34519 \begin_inset space ~
34520 \end_inset
34521
34522 (pdflatex) benutzt das Programm
34523 \family typewriter
34524  pdftex
34525 \family default
34526 , das Ihr Dokument direkt nach PDF konvertiert.
34527 \end_layout
34528
34529 \begin_layout Standard
34530
34531 \family sans
34532 PDF
34533 \begin_inset space ~
34534 \end_inset
34535
34536 (pdflatex)
34537 \family default
34538  wird empfohlen, weil
34539 \family typewriter
34540  pdftex
34541 \family default
34542  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34543  ohne Probleme arbeitet.
34544  Das Programm 
34545 \family typewriter
34546 dvi\SpecialChar \-
34547 pdfm
34548 \family default
34549  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Sie können Ihr Dokument als PDF über das Menü 
34554 \family sans
34555 Datei\SpecialChar \menuseparator
34556 Exportieren\SpecialChar \menuseparator
34557 PDF
34558 \family default
34559  exportieren.
34560  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34561 \family sans
34562 Ansicht
34563 \family default
34564  oder den Werkzeugleistenknopf 
34565 \begin_inset Graphics
34566         filename ../../images/buffer-view_pdf2.png
34567         scale 70
34568         scaleBeforeRotation
34569         BoundingBox 0bp 0bp 20bp 20bp
34570
34571 \end_inset
34572
34573  anschauen 
34574 \family sans
34575 (
34576 \family default
34577 der 
34578 \family sans
34579 PDF
34580 \begin_inset space ~
34581 \end_inset
34582
34583 (pdflatex)
34584 \family default
34585  verwendet).
34586 \end_layout
34587
34588 \begin_layout Chapter
34589 Erklärung der Gleichung
34590 \begin_inset space ~
34591 \end_inset
34592
34593
34594 \begin_inset CommandInset ref
34595 LatexCommand eqref
34596 reference "eq:Wgn"
34597
34598 \end_inset
34599
34600
34601 \begin_inset CommandInset label
34602 LatexCommand label
34603 name "kap:Exläuterung-einer-Gleichung"
34604
34605 \end_inset
34606
34607
34608 \end_layout
34609
34610 \begin_layout Standard
34611 Die Gesamtbreite von
34612 \emph on
34613  n
34614 \emph default
34615  Tabellenzellen 
34616 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34617 \end_inset
34618
34619  kann wie folgt berechnet werden:
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \begin_inset Formula \begin{equation}
34624 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}
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Dabei ist 
34633 \begin_inset Formula $W_{g\, n}$
34634 \end_inset
34635
34636  die Breite jeder Zelle.
34637
34638 \series bold
34639  
34640 \backslash
34641 tabcolsep
34642 \series default
34643  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34644  Standardwert 6
34645 \begin_inset space \thinspace{}
34646 \end_inset
34647
34648 pt.
34649  
34650 \series bold
34651
34652 \backslash
34653 arrayrulewidth
34654 \series default
34655  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34656 \begin_inset space \thinspace{}
34657 \end_inset
34658
34659 pt.
34660 \end_layout
34661
34662 \begin_layout Standard
34663 Nach Gleichung
34664 \begin_inset space ~
34665 \end_inset
34666
34667
34668 \begin_inset CommandInset ref
34669 LatexCommand ref
34670 reference "eq:Wtot_n"
34671
34672 \end_inset
34673
34674  ist die Gesamtbreite einer Mehrfachspalte, 
34675 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34676 \end_inset
34677
34678 ,
34679 \end_layout
34680
34681 \begin_layout Standard
34682 \begin_inset Formula \begin{equation}
34683 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34684
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Standard
34691 Setzt man die Gleichungen
34692 \begin_inset space ~
34693 \end_inset
34694
34695
34696 \begin_inset CommandInset ref
34697 LatexCommand ref
34698 reference "eq:Wtot_n"
34699
34700 \end_inset
34701
34702  und 
34703 \begin_inset CommandInset ref
34704 LatexCommand ref
34705 reference "eq:Wtot_mult"
34706
34707 \end_inset
34708
34709  gleich, kann man die benötigte Breite 
34710 \begin_inset Formula $W_{g\, n}$
34711 \end_inset
34712
34713 , wenn 
34714 \emph on
34715 n
34716 \emph default
34717  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34718 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34719 \end_inset
34720
34721  hat, berechnen:
34722 \end_layout
34723
34724 \begin_layout Standard
34725 \begin_inset Formula \begin{equation}
34726 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \begin_layout Bibliography
34734 \begin_inset CommandInset bibitem
34735 LatexCommand bibitem
34736 key "latexcompanion"
34737
34738 \end_inset
34739
34740 Frank Mittelbach and Michel Goossens: 
34741 \emph on
34742 The LaTeX Companion Second Edition.
34743
34744 \emph default
34745  Addison-Wesley, 2004
34746 \end_layout
34747
34748 \begin_layout Bibliography
34749 \begin_inset CommandInset bibitem
34750 LatexCommand bibitem
34751 key "latexguide"
34752
34753 \end_inset
34754
34755 Helmut Kopka and Patrick W.
34756  Daly: 
34757 \emph on
34758 A Guide to LaTeX Fourth Edition.
34759
34760 \emph default
34761  Addison-Wesley, 2003
34762 \end_layout
34763
34764 \begin_layout Bibliography
34765 \begin_inset CommandInset bibitem
34766 LatexCommand bibitem
34767 key "lamport"
34768
34769 \end_inset
34770
34771 Leslie Lamport: 
34772 \emph on
34773 LaTeX: A Document Preparation System.
34774
34775 \emph default
34776  Addison-Wesley, second edition, 1994
34777 \end_layout
34778
34779 \begin_layout Bibliography
34780 \begin_inset CommandInset bibitem
34781 LatexCommand bibitem
34782 key "latex-praxisbuch"
34783
34784 \end_inset
34785
34786 Niedermair, Elke & Michael: 
34787 \emph on
34788 LaTeX-Praxisbuch
34789 \emph default
34790 , Franzis-Verlag, 2004
34791 \end_layout
34792
34793 \begin_layout Bibliography
34794 \begin_inset CommandInset bibitem
34795 LatexCommand bibitem
34796 key "booktabs"
34797
34798 \end_inset
34799
34800 Dokumentation des LaTeX-Pakets 
34801 \series bold
34802
34803 \begin_inset CommandInset href
34804 LatexCommand href
34805 name "booktabs"
34806 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34807
34808 \end_inset
34809
34810
34811 \series default
34812
34813 \begin_inset Index
34814 status collapsed
34815
34816 \begin_layout Plain Layout
34817 LaTeX-Pakete ! booktabs
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Bibliography
34826 \begin_inset CommandInset bibitem
34827 LatexCommand bibitem
34828 key "caption"
34829
34830 \end_inset
34831
34832 Dokumentation des LaTeX-Pakets 
34833 \series bold
34834
34835 \begin_inset CommandInset href
34836 LatexCommand href
34837 name "caption"
34838 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34839
34840 \end_inset
34841
34842
34843 \series default
34844
34845 \begin_inset Index
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849 LaTeX-Pakete ! caption
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Bibliography
34858 \begin_inset CommandInset bibitem
34859 LatexCommand bibitem
34860 key "endfloat"
34861
34862 \end_inset
34863
34864 Dokumentation des LaTeX-Pakets 
34865 \series bold
34866
34867 \begin_inset CommandInset href
34868 LatexCommand href
34869 name "endfloat"
34870 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34871
34872 \end_inset
34873
34874
34875 \series default
34876
34877 \begin_inset Index
34878 status collapsed
34879
34880 \begin_layout Plain Layout
34881 LaTeX-Pakete ! endfloat
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \begin_layout Bibliography
34890 \begin_inset CommandInset bibitem
34891 LatexCommand bibitem
34892 key "wrapfig"
34893
34894 \end_inset
34895
34896 Dokumentation des LaTeX-Pakets 
34897 \series bold
34898
34899 \begin_inset CommandInset href
34900 LatexCommand href
34901 name "wrapfig"
34902 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34903
34904 \end_inset
34905
34906
34907 \series default
34908
34909 \begin_inset Index
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913 LaTeX-Pakete ! wrapfig
34914 \begin_inset ERT
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918
34919
34920 \backslash
34921 vspace{4mm}
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \begin_layout Bibliography
34935 \begin_inset CommandInset bibitem
34936 LatexCommand bibitem
34937 key "footmisc"
34938
34939 \end_inset
34940
34941 Dokumentation des LaTeX-Pakets 
34942 \series bold
34943
34944 \begin_inset CommandInset href
34945 LatexCommand href
34946 name "footmisc"
34947 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34948
34949 \end_inset
34950
34951
34952 \series default
34953
34954 \begin_inset Index
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958 LaTeX-Pakete ! footmisc
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Bibliography
34967 \begin_inset CommandInset bibitem
34968 LatexCommand bibitem
34969 key "hypcap"
34970
34971 \end_inset
34972
34973 Dokumentation des LaTeX-Pakets 
34974 \series bold
34975
34976 \begin_inset CommandInset href
34977 LatexCommand href
34978 name "hypcap"
34979 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34980
34981 \end_inset
34982
34983
34984 \series default
34985
34986 \begin_inset Index
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990 LaTeX-Pakete ! hypcap
34991 \end_layout
34992
34993 \end_inset
34994
34995
34996 \end_layout
34997
34998 \begin_layout Bibliography
34999 \begin_inset CommandInset bibitem
35000 LatexCommand bibitem
35001 key "hyperref"
35002
35003 \end_inset
35004
35005 Dokumentation des LaTeX-Pakets 
35006 \series bold
35007
35008 \begin_inset CommandInset href
35009 LatexCommand href
35010 name "hyperref"
35011 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35012
35013 \end_inset
35014
35015
35016 \series default
35017
35018 \begin_inset Index
35019 status collapsed
35020
35021 \begin_layout Plain Layout
35022 LaTeX-Pakete ! hyperref
35023 \end_layout
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Bibliography
35031 \begin_inset CommandInset bibitem
35032 LatexCommand bibitem
35033 key "KOMA-script"
35034
35035 \end_inset
35036
35037 Dokumentation des LaTeX-Pakets 
35038 \series bold
35039
35040 \begin_inset CommandInset href
35041 LatexCommand href
35042 name "KOMA-script"
35043 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35044
35045 \end_inset
35046
35047
35048 \series default
35049
35050 \begin_inset Index
35051 status collapsed
35052
35053 \begin_layout Plain Layout
35054 LaTeX-Pakete ! KOMA-script
35055 \end_layout
35056
35057 \end_inset
35058
35059
35060 \end_layout
35061
35062 \begin_layout Bibliography
35063 \begin_inset CommandInset bibitem
35064 LatexCommand bibitem
35065 key "listings"
35066
35067 \end_inset
35068
35069 Dokumentation des LaTeX-Pakets 
35070 \series bold
35071
35072 \begin_inset CommandInset href
35073 LatexCommand href
35074 name "listings"
35075 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35076
35077 \end_inset
35078
35079
35080 \series default
35081
35082 \begin_inset Index
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086 LaTeX-Pakete ! listings
35087 \end_layout
35088
35089 \end_inset
35090
35091
35092 \end_layout
35093
35094 \begin_layout Bibliography
35095 \begin_inset CommandInset bibitem
35096 LatexCommand bibitem
35097 key "marginnote"
35098
35099 \end_inset
35100
35101 Dokumentation des LaTeX-Pakets 
35102 \series bold
35103
35104 \begin_inset CommandInset href
35105 LatexCommand href
35106 name "marginnote"
35107 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35108
35109 \end_inset
35110
35111
35112 \series default
35113
35114 \begin_inset Index
35115 status collapsed
35116
35117 \begin_layout Plain Layout
35118 LaTeX-Pakete ! marginnote
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \end_layout
35125
35126 \begin_layout Bibliography
35127 \begin_inset CommandInset bibitem
35128 LatexCommand bibitem
35129 key "pstricks"
35130
35131 \end_inset
35132
35133 Webseite des LaTeX-Pakets 
35134 \series bold
35135
35136 \begin_inset CommandInset href
35137 LatexCommand href
35138 name "PSTricks"
35139 target "http://tug.org/PSTricks/"
35140
35141 \end_inset
35142
35143
35144 \series default
35145
35146 \begin_inset Index
35147 status collapsed
35148
35149 \begin_layout Plain Layout
35150 LaTeX-Pakete ! pstricks
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Bibliography
35159 \begin_inset CommandInset bibitem
35160 LatexCommand bibitem
35161 key "sidecap"
35162
35163 \end_inset
35164
35165 Dokumentation des LaTeX-Pakets 
35166 \series bold
35167
35168 \begin_inset CommandInset href
35169 LatexCommand href
35170 name "sidecap"
35171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35172
35173 \end_inset
35174
35175
35176 \series default
35177
35178 \begin_inset Index
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182 LaTeX-Pakete ! sidecap
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Bibliography
35191 \begin_inset CommandInset bibitem
35192 LatexCommand bibitem
35193 key "NewInLyX16"
35194
35195 \end_inset
35196
35197
35198 \begin_inset CommandInset href
35199 LatexCommand href
35200 name "Wiki-Seite"
35201 target "http://wiki.lyx.org/LyX/NewInLyX16"
35202
35203 \end_inset
35204
35205  über neue Funktionen in 
35206 \family sans
35207 LyX 1.6.0
35208 \family default
35209 .
35210 \end_layout
35211
35212 \begin_layout Standard
35213 \begin_inset CommandInset index_print
35214 LatexCommand printindex
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \begin_inset FloatList figure
35223
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Standard
35230 \begin_inset FloatList table
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \begin_layout Standard
35238 \begin_inset ERT
35239 status open
35240
35241 \begin_layout Plain Layout
35242
35243
35244 \backslash
35245 listof{algorithm}{Algorithmenverzeichnis}
35246 \end_layout
35247
35248 \end_inset
35249
35250
35251 \begin_inset Note Note
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255 siehe Abschnitt
35256 \begin_inset space ~
35257 \end_inset
35258
35259
35260 \begin_inset CommandInset ref
35261 LatexCommand ref
35262 reference "uab:Gleitobjekt-Algorithmen"
35263
35264 \end_inset
35265
35266  für eine Beschreibung
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \end_body
35275 \end_document