]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
- EmbeddedObjects.lyx, UserGuide.lyx: updates in the description of cross-references
[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 klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11453  
11454 \family sans
11455 Mehrfachspalte
11456 \family default
11457 .
11458 \end_layout
11459
11460 \begin_layout Standard
11461 Mehrfachspalten haben ihre eigenen Einstellungen.
11462  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11463  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11464  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11465 \end_layout
11466
11467 \begin_layout Standard
11468 \align center
11469 \begin_inset Tabular
11470 <lyxtabular version="3" rows="3" columns="4">
11471 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11472 <column alignment="center" valignment="top" width="0pt">
11473 <column alignment="center" valignment="middle" width="0">
11474 <column alignment="center" valignment="top" width="0in">
11475 <column alignment="center" valignment="top" width="0pt">
11476 <row>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 abc
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 def ghi
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 jkl
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 </row>
11514 <row>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519
11520 \family roman
11521 \series medium
11522 \shape up
11523 \size normal
11524 \emph off
11525 \bar no
11526 \noun off
11527 \color none
11528 A
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 B
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 C
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 D
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 1
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 2
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 3
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 4
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 </row>
11599 </lyxtabular>
11600
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \begin_layout Subsubsection
11607 Mehrfachspalten-Berechnungen
11608 \begin_inset CommandInset label
11609 LatexCommand label
11610 name "uab:Mehrfachspalten-Berechnungen"
11611
11612 \end_inset
11613
11614
11615 \begin_inset Index
11616 status collapsed
11617
11618 \begin_layout Plain Layout
11619 Mahrfachspalten ! Berechnung
11620 \end_layout
11621
11622 \end_inset
11623
11624
11625 \begin_inset Index
11626 status collapsed
11627
11628 \begin_layout Plain Layout
11629 Tabellen ! Mahrfachspalten ! Berechnung
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Standard
11638 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11639  Zellen beachten.
11640 \end_layout
11641
11642 \begin_layout Standard
11643 \begin_inset Float table
11644 placement h
11645 wide false
11646 sideways false
11647 status open
11648
11649 \begin_layout Plain Layout
11650 \begin_inset Caption
11651
11652 \begin_layout Plain Layout
11653 \begin_inset CommandInset label
11654 LatexCommand label
11655 name "tab:Table-with-centered"
11656
11657 \end_inset
11658
11659 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11660  die halbe Breite der Mehrfachspalten-Zelle haben
11661 \begin_inset OptArg
11662 status collapsed
11663
11664 \begin_layout Plain Layout
11665 Eine Mehrfachspalten-Tabelle
11666 \end_layout
11667
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \begin_layout Plain Layout
11679 \align center
11680 \begin_inset Tabular
11681 <lyxtabular version="3" rows="3" columns="3">
11682 <features>
11683 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11684 <column alignment="center" valignment="middle" width="0">
11685 <column alignment="center" valignment="top" width="0">
11686 <row>
11687 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 Dies ist eine Mehrfach\SpecialChar \-
11692 spalten-Zelle
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 c
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 d
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 e
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 f
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 <row>
11746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 g
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11756 \begin_inset Text
11757
11758 \begin_layout Plain Layout
11759 h
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 i
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 </row>
11774 </lyxtabular>
11775
11776 \end_inset
11777
11778
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \begin_layout Standard
11787 Um Tabelle
11788 \begin_inset space ~
11789 \end_inset
11790
11791
11792 \begin_inset CommandInset ref
11793 LatexCommand ref
11794 reference "tab:Table-with-centered"
11795
11796 \end_inset
11797
11798  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11799  3×3-Tabelle, kreuzen im 
11800 \family sans
11801 Tabellen-Einstellungen
11802 \family default
11803 -Dialog 
11804 \family sans
11805 Mehrfachspalte
11806 \family default
11807  an, setzen die 
11808 \family sans
11809 Horizontale
11810 \begin_inset space ~
11811 \end_inset
11812
11813 Ausrichtung
11814 \family default
11815  auf 
11816 \family sans
11817 Zentriert
11818 \family default
11819  und die 
11820 \family sans
11821 Breite
11822 \family default
11823  auf 2.5
11824 \begin_inset space \thinspace{}
11825 \end_inset
11826
11827 cm.
11828  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11829  Sie die Breite der ersten Spalte auf 1.25
11830 \begin_inset space \thinspace{}
11831 \end_inset
11832
11833 cm setzen.
11834  Die zweite Spalte wird dann automatisch 1.25
11835 \begin_inset space \thinspace{}
11836 \end_inset
11837
11838 cm breit (Breite der 
11839 \family sans
11840 Mehrfachspalte
11841 \family default
11842  
11843 \begin_inset Formula $-$
11844 \end_inset
11845
11846  Breite der ersten Spalte).
11847  Dies wurde so für Tabelle
11848 \begin_inset space ~
11849 \end_inset
11850
11851
11852 \begin_inset CommandInset ref
11853 LatexCommand ref
11854 reference "tab:Table-without-half"
11855
11856 \end_inset
11857
11858  gemacht.
11859 \end_layout
11860
11861 \begin_layout Standard
11862 \begin_inset Float table
11863 wide false
11864 sideways false
11865 status open
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Caption
11869
11870 \begin_layout Plain Layout
11871 \begin_inset CommandInset label
11872 LatexCommand label
11873 name "tab:Table-without-half"
11874
11875 \end_inset
11876
11877 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11878  wie die Mehrfachspalte
11879 \begin_inset OptArg
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883 Eine unvollkommene Mehrfachspalten-Tabelle
11884 \end_layout
11885
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Plain Layout
11897 \align center
11898 \begin_inset Tabular
11899 <lyxtabular version="3" rows="3" columns="3">
11900 <features>
11901 <column alignment="center" valignment="top" width="1.25cm">
11902 <column alignment="center" valignment="top" width="0">
11903 <column alignment="center" valignment="top" width="0">
11904 <row>
11905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11906 \begin_inset Text
11907
11908 \begin_layout Plain Layout
11909 Dies ist auch eine Mehr\SpecialChar \-
11910 fach\SpecialChar \-
11911 spalten-Zelle
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 c
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 d
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 e
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 f
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 <row>
11965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 g
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 h
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 i
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 </row>
11993 </lyxtabular>
11994
11995 \end_inset
11996
11997
11998 \end_layout
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \begin_layout Standard
12006 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12007  als die zweite ist.
12008  Das liegt daran, dass die Zellenbreite 
12009 \begin_inset Formula $W_{\mathrm{tot}}$
12010 \end_inset
12011
12012  nicht ihre definierte Breite 
12013 \begin_inset Formula $W_{g}$
12014 \end_inset
12015
12016  ist, sondern ein wenig mehr.
12017  Anhang
12018 \begin_inset space ~
12019 \end_inset
12020
12021
12022 \begin_inset CommandInset ref
12023 LatexCommand ref
12024 reference "kap:Exläuterung-einer-Gleichung"
12025
12026 \end_inset
12027
12028  erklärt das genauer.
12029 \end_layout
12030
12031 \begin_layout Standard
12032 Wenn 
12033 \emph on
12034 n
12035 \emph default
12036  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12037  die definierte Breite 
12038 \begin_inset Formula $W_{g\, n}$
12039 \end_inset
12040
12041  einer Spalte, deren totale Breite = 
12042 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12043 \end_inset
12044
12045  sein soll, wie folgt:
12046 \begin_inset Formula \begin{equation}
12047 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 In unserem Falls ist 
12056 \begin_inset Formula $n=2$
12057 \end_inset
12058
12059
12060 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12061 \end_inset
12062
12063 cm, und damit wird aus Gleichung
12064 \begin_inset space ~
12065 \end_inset
12066
12067
12068 \begin_inset CommandInset ref
12069 LatexCommand ref
12070 reference "eq:Wgn"
12071
12072 \end_inset
12073
12074  
12075 \begin_inset Formula \begin{equation}
12076 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Standard
12084 Damit LaTeX rechnen kann, muss das Paket 
12085 \series bold
12086 calc
12087 \series default
12088  im Vorspann geladen werden.
12089 \begin_inset Index
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093 LaTeX-Pakete ! calc
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \end_layout
12100
12101 \begin_layout Standard
12102
12103 \series bold
12104
12105 \backslash
12106 usepackage{calc}
12107 \end_layout
12108
12109 \begin_layout Standard
12110 LyX erlaubt im 
12111 \family sans
12112 Breite
12113 \family default
12114 -Feld des 
12115 \family sans
12116 Tabellen-Einstellungen
12117 \family default
12118 -Dialogs keine Berechnungen.
12119  Deshalb müssen Sie die Formel für die Breite im Feld 
12120 \family sans
12121 LaTe
12122 \begin_inset ERT
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126
12127 {}
12128 \end_layout
12129
12130 \end_inset
12131
12132 X-Argument
12133 \family default
12134  eingeben.
12135  Hier iss ein Überblick über die Argumente:
12136 \end_layout
12137
12138 \begin_layout Itemize
12139
12140 \series bold
12141 p{Breite}
12142 \series default
12143  die Zelle bekommt eine feste 
12144 \series bold
12145 Breite
12146 \series default
12147 , und die vertikale Ausrichtung ist 
12148 \family sans
12149 Oben
12150 \end_layout
12151
12152 \begin_layout Itemize
12153
12154 \series bold
12155 m{Breite}
12156 \series default
12157  die Zelle bekommt eine feste 
12158 \series bold
12159 Breite
12160 \series default
12161 , und die vertikale Ausrichtung ist 
12162 \family sans
12163 Mitte
12164 \end_layout
12165
12166 \begin_layout Itemize
12167
12168 \series bold
12169 b{Breite}
12170 \series default
12171  die Zelle bekommt eine feste 
12172 \series bold
12173 Breite
12174 \series default
12175 , und die vertikale Ausrichtung ist 
12176 \family sans
12177 Unten
12178 \end_layout
12179
12180 \begin_layout Standard
12181 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12182  für diese Zelle überschrieben.
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \begin_inset Note Greyedout
12187 status open
12188
12189 \begin_layout Plain Layout
12190
12191 \series bold
12192 Bemerkung:
12193 \series default
12194  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12195  angezeigt.
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12205  der Zelle mit dem Inhalt 
12206 \begin_inset Quotes gld
12207 \end_inset
12208
12209 d
12210 \begin_inset Quotes grd
12211 \end_inset
12212
12213  der Tabelle
12214 \begin_inset space ~
12215 \end_inset
12216
12217
12218 \begin_inset CommandInset ref
12219 LatexCommand ref
12220 reference "tab:Table-with-centered"
12221
12222 \end_inset
12223
12224  auch noch der Befehl
12225 \family typewriter
12226 \series bold
12227  
12228 \family default
12229
12230 \backslash
12231 centering
12232 \series default
12233  hinzugefügt.
12234  Das Ganze sieht dann so aus:
12235 \end_layout
12236
12237 \begin_layout Standard
12238
12239 \series bold
12240 |>{
12241 \backslash
12242 centering}m{1.25cm-6.2pt}
12243 \end_layout
12244
12245 \begin_layout Standard
12246 Der vertikale Strich 
12247 \series bold
12248
12249 \begin_inset Quotes gld
12250 \end_inset
12251
12252 |
12253 \series default
12254
12255 \begin_inset Quotes grd
12256 \end_inset
12257
12258  am Anfang zeichnet die linke Linie, und der Befehl 
12259 \series bold
12260
12261 \begin_inset Quotes gld
12262 \end_inset
12263
12264 >{ }
12265 \begin_inset Quotes grd
12266 \end_inset
12267
12268
12269 \series default
12270  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12271  der Zelle benutzt werden sollen.
12272 \end_layout
12273
12274 \begin_layout Standard
12275 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12276  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12277  für einzelne Spalten anwendet.
12278  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12279  werden:
12280 \end_layout
12281
12282 \begin_layout Standard
12283
12284 \series bold
12285 |>{
12286 \backslash
12287 centering}m{2.5cm}|
12288 \end_layout
12289
12290 \begin_layout Subsection
12291 Mehrfachzeilen
12292 \begin_inset CommandInset label
12293 LatexCommand label
12294 name "uab:Mehrfachzeilen"
12295
12296 \end_inset
12297
12298
12299 \begin_inset Index
12300 status collapsed
12301
12302 \begin_layout Plain Layout
12303 Mehrfachzeilen
12304 \end_layout
12305
12306 \end_inset
12307
12308
12309 \begin_inset Index
12310 status collapsed
12311
12312 \begin_layout Plain Layout
12313 Tabellen ! Mehrfachzeilen
12314 \end_layout
12315
12316 \end_inset
12317
12318
12319 \end_layout
12320
12321 \begin_layout Standard
12322 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12323  unterstützt, sodass etwas TeX-Code notwendig ist.
12324  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12325 \series bold
12326 multirow
12327 \series default
12328
12329 \begin_inset Index
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333 LaTeX-Pakete ! multirow
12334 \end_layout
12335
12336 \end_inset
12337
12338  im Vorspann geladen werden:
12339 \end_layout
12340
12341 \begin_layout Standard
12342
12343 \series bold
12344
12345 \backslash
12346 usepackage{multirow}
12347 \end_layout
12348
12349 \begin_layout Standard
12350 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12351 \end_layout
12352
12353 \begin_layout Standard
12354
12355 \series bold
12356
12357 \backslash
12358 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12359 \end_layout
12360
12361 \begin_layout Standard
12362 In der folgenden 3×3-Tabelle wurde obere Linie der letzten Zelle der ersten
12363  Spalte entfernt.
12364 \end_layout
12365
12366 \begin_layout Standard
12367 \align center
12368 \begin_inset ERT
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372
12373
12374 \backslash
12375 renewcommand{
12376 \backslash
12377 multirowsetup}{
12378 \backslash
12379 centering}
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \begin_inset Tabular
12386 <lyxtabular version="3" rows="3" columns="3">
12387 <features>
12388 <column alignment="center" valignment="top" width="0">
12389 <column alignment="center" valignment="top" width="0">
12390 <column alignment="center" valignment="top" width="0">
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 a
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405 b
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 c
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 <row>
12421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12422 \begin_inset Text
12423
12424 \begin_layout Plain Layout
12425 \begin_inset ERT
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429
12430
12431 \backslash
12432 multirow{2}{2.5cm}{
12433 \end_layout
12434
12435 \end_inset
12436
12437 mehrzeiliger Text
12438 \begin_inset ERT
12439 status collapsed
12440
12441 \begin_layout Plain Layout
12442
12443 }
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12454 \begin_inset Text
12455
12456 \begin_layout Plain Layout
12457 e
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12463 \begin_inset Text
12464
12465 \begin_layout Plain Layout
12466 f
12467 \end_layout
12468
12469 \end_inset
12470 </cell>
12471 </row>
12472 <row>
12473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 h
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12492 \begin_inset Text
12493
12494 \begin_layout Plain Layout
12495 i
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 </row>
12501 </lyxtabular>
12502
12503 \end_inset
12504
12505
12506 \begin_inset ERT
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511
12512 \backslash
12513 renewcommand{
12514 \backslash
12515 multirowsetup}{
12516 \backslash
12517 raggedright}
12518 \end_layout
12519
12520 \end_inset
12521
12522
12523 \end_layout
12524
12525 \begin_layout Standard
12526 In der Zelle darüber wurde dann mit dem Befehl
12527 \end_layout
12528
12529 \begin_layout Standard
12530
12531 \series bold
12532
12533 \backslash
12534 multirow{2}{2.5cm}{
12535 \end_layout
12536
12537 \begin_layout Standard
12538 als TeX-Code die Mehrfachzeile definiert.
12539  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12540 \begin_inset space \thinspace{}
12541 \end_inset
12542
12543 cm.
12544  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12545  mit der Klammer 
12546 \begin_inset Quotes gld
12547 \end_inset
12548
12549
12550 \series bold
12551 }
12552 \series default
12553
12554 \begin_inset Quotes grd
12555 \end_inset
12556
12557  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12558 \end_layout
12559
12560 \begin_layout Standard
12561
12562 \series bold
12563
12564 \backslash
12565 multirow
12566 \series default
12567  richtet seinen Inhalt standardmäßig linksbündig aus.
12568  Um die Ausrichtung zu Ändern, erneuern Sie den Befehl 
12569 \series bold
12570
12571 \backslash
12572 multirowsetup
12573 \series default
12574  mit dem Befehl
12575 \end_layout
12576
12577 \begin_layout Standard
12578
12579 \series bold
12580
12581 \backslash
12582 renewcommand{
12583 \backslash
12584 multirowsetup}{
12585 \backslash
12586 centering}
12587 \end_layout
12588
12589 \begin_layout Standard
12590 im LaTeX-Vorspann.
12591  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12592  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12593  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12594  erneuert werden.
12595  Für rechtsbündigen Text ersetzt man 
12596 \series bold
12597
12598 \backslash
12599 centering
12600 \series default
12601  durch 
12602 \series bold
12603
12604 \backslash
12605 raggedleft
12606 \series default
12607 .
12608  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12609 \series bold
12610
12611 \backslash
12612 raggedright
12613 \series default
12614  verwendet.
12615 \end_layout
12616
12617 \begin_layout Section
12618 Formale Tabellen
12619 \begin_inset CommandInset label
12620 LatexCommand label
12621 name "abs:Formale-Tabellen"
12622
12623 \end_inset
12624
12625
12626 \begin_inset Index
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Tabellen ! Formale
12631 \end_layout
12632
12633 \end_inset
12634
12635
12636 \end_layout
12637
12638 \begin_layout Standard
12639 Tabellen werden in Büchern oft wie Tabelle
12640 \begin_inset space ~
12641 \end_inset
12642
12643
12644 \begin_inset CommandInset ref
12645 LatexCommand ref
12646 reference "tab:Formale-Tabelle"
12647
12648 \end_inset
12649
12650  gesetzt.
12651  Diese Tabellen werden
12652 \emph on
12653  formal
12654 \emph default
12655  genannt.
12656  Formale Tabellen bekommen Sie, wenn Sie im 
12657 \family sans
12658 Tabellen-Einstellungen
12659 \family default
12660 -Dialog auf der Karteikarte 
12661 \family sans
12662 Rahmen
12663 \family default
12664  den 
12665 \family sans
12666 Stil
12667 \family default
12668  
12669 \family sans
12670 Formal
12671 \family default
12672  ankreuzen.
12673 \end_layout
12674
12675 \begin_layout Standard
12676 \begin_inset Float table
12677 placement h
12678 wide false
12679 sideways false
12680 status open
12681
12682 \begin_layout Plain Layout
12683 \begin_inset Caption
12684
12685 \begin_layout Plain Layout
12686 \begin_inset CommandInset label
12687 LatexCommand label
12688 name "tab:Formale-Tabelle"
12689
12690 \end_inset
12691
12692 Formale Tabelle
12693 \end_layout
12694
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \begin_layout Plain Layout
12701 \align center
12702 \begin_inset Tabular
12703 <lyxtabular version="3" rows="8" columns="4">
12704 <features booktabs="true">
12705 <column alignment="center" valignment="top" width="0">
12706 <column alignment="right" valignment="top" width="0">
12707 <column alignment="right" valignment="top" width="0">
12708 <column alignment="right" valignment="top" width="0">
12709 <row>
12710 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 System
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 Medipix
12724 \begin_inset space \thinspace{}
12725 \end_inset
12726
12727 1
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 Medipix
12737 \begin_inset space \thinspace{}
12738 \end_inset
12739
12740 2
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 <row>
12756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760 \begin_inset ERT
12761 status collapsed
12762
12763 \begin_layout Plain Layout
12764
12765
12766 \backslash
12767 cmidrule(r){2-2}
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \begin_inset ERT
12774 status collapsed
12775
12776 \begin_layout Plain Layout
12777
12778
12779 \backslash
12780 cmidrule(l){3-4}
12781 \end_layout
12782
12783 \end_inset
12784
12785 Detektordicke [µm]
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 300
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 300
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 <cell alignment="center" valignment="top" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 700
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 </row>
12818 <row>
12819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 Kantenwinkel [°]
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 3.55
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 <cell alignment="center" valignment="top" topline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 2.71
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 7.99
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 </row>
12856 <row topspace="default">
12857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 räumliche Auf\SpecialChar \textcompwordmark{}
12862 lösung [µm]
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 4.26
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 <cell alignment="center" valignment="top" usebox="none">
12877 \begin_inset Text
12878
12879 \begin_layout Plain Layout
12880 10.17
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 10.56
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 </row>
12895 <row topspace="default">
12896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 MTF bei 
12901 \begin_inset Formula $f_{\mathrm{max}}$
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 0.53
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 0.37
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 0.39
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 </row>
12937 <row topspace="default">
12938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 \begin_inset ERT
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946
12947
12948 \backslash
12949 cmidrule(l{10pt}){1-1}
12950 \end_layout
12951
12952 \end_inset
12953
12954 LSF räumliche Auf\SpecialChar \textcompwordmark{}
12955 lösung
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 </row>
12988 <row>
12989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 in µm
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 129.7
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 52.75
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020 50.78
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 </row>
13026 <row>
13027 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 in % der Pixelgröße
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 76.3
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049 95.9
13050 \end_layout
13051
13052 \end_inset
13053 </cell>
13054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 92.3
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 </row>
13064 </lyxtabular>
13065
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 Abstände zu Tabellenzeilen können auf der Karteikarte 
13078 \family sans
13079 Rahmen
13080 \family default
13081  des 
13082 \family sans
13083 Tabellen-Ein\SpecialChar \-
13084 stel\SpecialChar \-
13085 lun\SpecialChar \-
13086 gen
13087 \family default
13088 -Dialogs hinzugefügt werden, wie in Abschnitt
13089 \begin_inset space ~
13090 \end_inset
13091
13092
13093 \begin_inset CommandInset ref
13094 LatexCommand ref
13095 reference "uab:Zeilenabstand"
13096
13097 \end_inset
13098
13099  beschrieben.
13100 \end_layout
13101
13102 \begin_layout Standard
13103 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13104  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13105  gedruckt aber anders aus.
13106  Die erste und letzte Linie ist 0.08
13107 \begin_inset space \thinspace{}
13108 \end_inset
13109
13110 em dick, während die anderen 0.05
13111 \begin_inset space \thinspace{}
13112 \end_inset
13113
13114 em dick sind.
13115 \end_layout
13116
13117 \begin_layout Standard
13118 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13119 \end_layout
13120
13121 \begin_layout Standard
13122
13123 \series bold
13124
13125 \backslash
13126 let
13127 \backslash
13128 mytoprule
13129 \backslash
13130 toprule
13131 \begin_inset Newline newline
13132 \end_inset
13133
13134
13135 \backslash
13136 renewcommand{
13137 \backslash
13138 toprule}{
13139 \backslash
13140 mytoprule[Breite]}
13141 \end_layout
13142
13143 \begin_layout Standard
13144 Dies Beispiel gilt für die oberste Linie, genannt 
13145 \series bold
13146 toprule
13147 \series default
13148 .
13149  Für die letzte müssen Sie 
13150 \series bold
13151 toprule
13152 \series default
13153  durch 
13154 \series bold
13155 bottomrule
13156 \series default
13157  ersetzen.
13158  Die Linien dazwischen heißen 
13159 \series bold
13160 midrule
13161 \series default
13162 .
13163  Für 
13164 \family sans
13165 Breite
13166 \family default
13167  können Sie alle Einheiten benutzen, die in Anhang
13168 \begin_inset space ~
13169 \end_inset
13170
13171
13172 \begin_inset CommandInset ref
13173 LatexCommand ref
13174 reference "kap:In-LyX-verfügbare"
13175
13176 \end_inset
13177
13178  aufgelistet sind.
13179 \end_layout
13180
13181 \begin_layout Standard
13182 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13183  eine Linie unter einer Mehrfachspalte.
13184  LyX wird intern den Befehl 
13185 \series bold
13186
13187 \backslash
13188 cmidrule
13189 \series default
13190  benutzen, um diese Linie zu drucken.
13191  Der ganze Befehl sieht so aus:
13192 \end_layout
13193
13194 \begin_layout Standard
13195
13196 \series bold
13197
13198 \backslash
13199 cmidrule[width](trim){Anfangsspalte-Endspalte}
13200 \end_layout
13201
13202 \begin_layout Standard
13203 Die 
13204 \series bold
13205
13206 \backslash
13207 cmidrule
13208 \series default
13209 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13210  benutzen.
13211  
13212 \series bold
13213
13214 \backslash
13215 cmidrule
13216 \series default
13217  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13218  erste Zelle einer Zeile einfügt.
13219  Die Linie wird dann über der Zeile gedruckt.
13220 \end_layout
13221
13222 \begin_layout Standard
13223 Der Standardwert ist 0.03
13224 \begin_inset space \thinspace{}
13225 \end_inset
13226
13227 em.
13228  Die Linie reicht von 
13229 \family typewriter
13230 Anfangsspalte
13231 \family default
13232  bis 
13233 \family typewriter
13234 End\SpecialChar \-
13235 spal\SpecialChar \-
13236 te
13237 \family default
13238 .
13239  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13240   Der optionale Parameter 
13241 \family typewriter
13242 trim
13243 \family default
13244  kann die Werte 
13245 \emph on
13246 r
13247 \emph default
13248
13249 \emph on
13250 r{Breite}
13251 \emph default
13252
13253 \emph on
13254 l
13255 \family typewriter
13256 \emph default
13257  
13258 \family default
13259 oder 
13260 \emph on
13261 l{Breite}
13262 \emph default
13263  annehmen, wobei die 
13264 \family sans
13265 Breite
13266 \family default
13267  optional ist.
13268  
13269 \emph on
13270 l{2pt}
13271 \emph default
13272  zum Beispiel bedeutet, dass die Linie links um 2
13273 \begin_inset space \thinspace{}
13274 \end_inset
13275
13276 pt gekürzt wird.
13277  Ohne Breitenangabe werden die Linien um 0.5
13278 \begin_inset space \thinspace{}
13279 \end_inset
13280
13281 em gekürzt.
13282 \end_layout
13283
13284 \begin_layout Standard
13285 \begin_inset VSpace bigskip
13286 \end_inset
13287
13288 In Tabelle
13289 \begin_inset space ~
13290 \end_inset
13291
13292
13293 \begin_inset CommandInset ref
13294 LatexCommand ref
13295 reference "tab:Formale-Tabelle"
13296
13297 \end_inset
13298
13299  wurden die Befehle
13300 \end_layout
13301
13302 \begin_layout Standard
13303
13304 \series bold
13305
13306 \backslash
13307 cmidrule(r){2-2}
13308 \backslash
13309 cmidrule(l){3-4}
13310 \end_layout
13311
13312 \begin_layout Standard
13313 am Anfang der zweiten Zeile und
13314 \end_layout
13315
13316 \begin_layout Standard
13317
13318 \series bold
13319
13320 \backslash
13321 cmidrule(l{10pt}){1-1}
13322 \end_layout
13323
13324 \begin_layout Standard
13325 in der sechsten benutzt.
13326 \end_layout
13327
13328 \begin_layout Standard
13329 \begin_inset VSpace bigskip
13330 \end_inset
13331
13332
13333 \end_layout
13334
13335 \begin_layout Standard
13336 Sie können mit 
13337 \series bold
13338
13339 \backslash
13340 cmidrule
13341 \series default
13342  auch überlappende Linien wie in Tabelle
13343 \begin_inset space ~
13344 \end_inset
13345
13346
13347 \begin_inset CommandInset ref
13348 LatexCommand ref
13349 reference "tab:Special-booktabs-table"
13350
13351 \end_inset
13352
13353  definieren.
13354  Der Befehl ist:
13355 \end_layout
13356
13357 \begin_layout Standard
13358
13359 \series bold
13360
13361 \backslash
13362 morecmidrules
13363 \end_layout
13364
13365 \begin_layout Standard
13366 In Zeile zwei der Tabelle
13367 \begin_inset space ~
13368 \end_inset
13369
13370
13371 \begin_inset CommandInset ref
13372 LatexCommand ref
13373 reference "tab:Special-booktabs-table"
13374
13375 \end_inset
13376
13377  wurde folgender Befehl benutzt:
13378 \end_layout
13379
13380 \begin_layout Standard
13381
13382 \series bold
13383
13384 \backslash
13385 cmidrule(r){2-2}
13386 \backslash
13387 cmidrule(l){3-4}
13388 \backslash
13389 morecmidrules
13390 \begin_inset Newline newline
13391 \end_inset
13392
13393
13394 \backslash
13395 cmidrule{2-4}
13396 \end_layout
13397
13398 \begin_layout Standard
13399 und in Zeile sechs:
13400 \end_layout
13401
13402 \begin_layout Standard
13403
13404 \series bold
13405
13406 \backslash
13407 midrule
13408 \backslash
13409 morecmidrules
13410 \backslash
13411 cmidrule{3-4}
13412 \end_layout
13413
13414 \begin_layout Standard
13415 \begin_inset VSpace bigskip
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13423  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429
13430 \backslash
13431 specialrule{Dicke}{Abstand davor}{Abstand danach}
13432 \end_layout
13433
13434 \begin_layout Standard
13435 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13436 \series bold
13437 booktabs
13438 \series default
13439  
13440 \begin_inset CommandInset citation
13441 LatexCommand cite
13442 key "booktabs"
13443
13444 \end_inset
13445
13446 .
13447 \begin_inset Index
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451 LaTeX-Pakete ! booktabs
13452 \end_layout
13453
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \begin_layout Standard
13460 \begin_inset Float table
13461 placement h
13462 wide false
13463 sideways false
13464 status open
13465
13466 \begin_layout Plain Layout
13467 \begin_inset Caption
13468
13469 \begin_layout Plain Layout
13470 \begin_inset CommandInset label
13471 LatexCommand label
13472 name "tab:Special-booktabs-table"
13473
13474 \end_inset
13475
13476 Eine spezielle formale Tabelle
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \begin_layout Plain Layout
13485 \align center
13486 \begin_inset Tabular
13487 <lyxtabular version="3" rows="8" columns="4">
13488 <features booktabs="true">
13489 <column alignment="center" valignment="top" width="0">
13490 <column alignment="center" valignment="top" width="0">
13491 <column alignment="right" valignment="top" width="0">
13492 <column alignment="right" valignment="top" width="0">
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 System
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 Medipix
13508 \begin_inset space \thinspace{}
13509 \end_inset
13510
13511 1
13512 \end_layout
13513
13514 \end_inset
13515 </cell>
13516 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 Medipix
13521 \begin_inset space \thinspace{}
13522 \end_inset
13523
13524 2
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 </row>
13539 <row>
13540 <cell alignment="center" valignment="top" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544 \begin_inset ERT
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548
13549
13550 \backslash
13551 cmidrule(r){2-2}
13552 \end_layout
13553
13554 \end_inset
13555
13556
13557 \begin_inset ERT
13558 status collapsed
13559
13560 \begin_layout Plain Layout
13561
13562
13563 \backslash
13564 cmidrule(l){3-4}
13565 \end_layout
13566
13567 \end_inset
13568
13569
13570 \begin_inset ERT
13571 status collapsed
13572
13573 \begin_layout Plain Layout
13574
13575
13576 \backslash
13577 morecmidrules 
13578 \end_layout
13579
13580 \end_inset
13581
13582
13583 \begin_inset ERT
13584 status collapsed
13585
13586 \begin_layout Plain Layout
13587
13588
13589 \backslash
13590 cmidrule{2-4}
13591 \end_layout
13592
13593 \end_inset
13594
13595 Detektordicke  [µm]
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 300
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 300
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 700
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 <row>
13629 <cell alignment="center" valignment="top" topline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 Kantenwinkel [°]
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" topline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 3,55
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 2,71
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 7,99
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 </row>
13666 <row topspace="default">
13667 <cell alignment="center" valignment="top" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 räumliche Auf\SpecialChar \textcompwordmark{}
13672 lösung [µm]
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 4,26
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 10,17
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 10,56
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 </row>
13705 <row topspace="default">
13706 <cell alignment="center" valignment="top" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 MTF bei 
13711 \begin_inset Formula $f_{\mathrm{max}}$
13712 \end_inset
13713
13714
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 0,53
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 0,37
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 0,39
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 </row>
13747 <row>
13748 <cell alignment="center" valignment="top" topline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 \begin_inset ERT
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756
13757
13758 \backslash
13759 morecmidrules 
13760 \end_layout
13761
13762 \end_inset
13763
13764
13765 \begin_inset ERT
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769
13770
13771 \backslash
13772 cmidrule{3-4}
13773 \end_layout
13774
13775 \end_inset
13776
13777 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13778 lösung
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 </row>
13811 <row>
13812 <cell alignment="center" valignment="top" usebox="none">
13813 \begin_inset Text
13814
13815 \begin_layout Plain Layout
13816 in µm
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 129,7
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 <cell alignment="center" valignment="top" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834 52,75
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 50,78
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 </row>
13849 <row>
13850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 in % der Pixelgröße
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 76,3
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872 95,9
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 92,3
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 </row>
13887 </lyxtabular>
13888
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \begin_layout Section
13900 Vertikale Tabellen-Ausrichtung
13901 \begin_inset Index
13902 status collapsed
13903
13904 \begin_layout Plain Layout
13905 Tabellen ! Ausrichtung
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13915  einer Box sein.
13916  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13917 \begin_inset space ~
13918 \end_inset
13919
13920
13921 \begin_inset CommandInset ref
13922 LatexCommand ref
13923 reference "abs:Box-Dialog"
13924
13925 \end_inset
13926
13927  beschrieben.
13928 \end_layout
13929
13930 \begin_layout Standard
13931 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13932 \begin_inset Foot
13933 status collapsed
13934
13935 \begin_layout Plain Layout
13936 Minipages werden in Abschnitt
13937 \begin_inset space ~
13938 \end_inset
13939
13940
13941 \begin_inset CommandInset ref
13942 LatexCommand ref
13943 reference "abs:Minipage"
13944
13945 \end_inset
13946
13947  beschrieben.
13948 \end_layout
13949
13950 \end_inset
13951
13952  mit 15
13953 \begin_inset space \thinspace{}
13954 \end_inset
13955
13956 col%-Breite:
13957 \end_layout
13958
13959 \begin_layout Itemize
13960 Test 
13961 \begin_inset Box Frameless
13962 position "t"
13963 hor_pos "c"
13964 has_inner_box 1
13965 inner_pos "c"
13966 use_parbox 0
13967 width "15col%"
13968 special "none"
13969 height "1in"
13970 height_special "totalheight"
13971 status collapsed
13972
13973 \begin_layout Plain Layout
13974 \begin_inset Tabular
13975 <lyxtabular version="3" rows="3" columns="3">
13976 <features>
13977 <column alignment="center" valignment="top" width="0">
13978 <column alignment="center" valignment="top" width="0">
13979 <column alignment="center" valignment="top" width="0">
13980 <row>
13981 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 Tabelle 1
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 </row>
14009 <row>
14010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 b
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 e
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 h
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 <row>
14039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 c
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14049 \begin_inset Text
14050
14051 \begin_layout Plain Layout
14052 f
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 i
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 </row>
14067 </lyxtabular>
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \end_inset
14075
14076  Test 
14077 \begin_inset ERT
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081
14082
14083 \backslash
14084 raisebox{0.85
14085 \backslash
14086 baselineskip}{
14087 \end_layout
14088
14089 \end_inset
14090
14091
14092 \begin_inset Box Frameless
14093 position "t"
14094 hor_pos "c"
14095 has_inner_box 1
14096 inner_pos "c"
14097 use_parbox 0
14098 width "15col%"
14099 special "none"
14100 height "1in"
14101 height_special "totalheight"
14102 status collapsed
14103
14104 \begin_layout Plain Layout
14105 \begin_inset Tabular
14106 <lyxtabular version="3" rows="3" columns="3">
14107 <features>
14108 <column alignment="center" valignment="top" width="0">
14109 <column alignment="center" valignment="top" width="0">
14110 <column alignment="center" valignment="top" width="0">
14111 <row>
14112 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 Tabelle 2
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 </row>
14140 <row>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 b
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 e
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163 h
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 </row>
14169 <row>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 c
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 f
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192 i
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 </row>
14198 </lyxtabular>
14199
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \end_inset
14206
14207
14208 \begin_inset ERT
14209 status collapsed
14210
14211 \begin_layout Plain Layout
14212
14213 }
14214 \end_layout
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \begin_layout Itemize
14222 Test 
14223 \begin_inset Box Frameless
14224 position "c"
14225 hor_pos "c"
14226 has_inner_box 1
14227 inner_pos "c"
14228 use_parbox 0
14229 width "15col%"
14230 special "none"
14231 height "1in"
14232 height_special "totalheight"
14233 status collapsed
14234
14235 \begin_layout Plain Layout
14236 \begin_inset Tabular
14237 <lyxtabular version="3" rows="3" columns="3">
14238 <features>
14239 <column alignment="center" valignment="top" width="0">
14240 <column alignment="center" valignment="top" width="0">
14241 <column alignment="center" valignment="top" width="0">
14242 <row>
14243 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 Tabelle 3
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 </row>
14271 <row>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 b
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 e
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 h
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 <row>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 c
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 f
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 i
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 </lyxtabular>
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Itemize
14342 Test 
14343 \begin_inset Box Frameless
14344 position "b"
14345 hor_pos "c"
14346 has_inner_box 1
14347 inner_pos "c"
14348 use_parbox 0
14349 width "15col%"
14350 special "none"
14351 height "1in"
14352 height_special "totalheight"
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356 \begin_inset Tabular
14357 <lyxtabular version="3" rows="3" columns="3">
14358 <features>
14359 <column alignment="center" valignment="top" width="0">
14360 <column alignment="center" valignment="top" width="0">
14361 <column alignment="center" valignment="top" width="0">
14362 <row>
14363 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367 Tabelle 4
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 b
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 e
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 h
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 <row>
14421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425 c
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 f
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 i
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 </row>
14449 </lyxtabular>
14450
14451 \end_inset
14452
14453
14454 \end_layout
14455
14456 \end_inset
14457
14458 Test 
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464
14465 \backslash
14466 raisebox{-0.32
14467 \backslash
14468 baselineskip}{
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \begin_inset Box Frameless
14475 position "b"
14476 hor_pos "c"
14477 has_inner_box 1
14478 inner_pos "c"
14479 use_parbox 0
14480 width "15col%"
14481 special "none"
14482 height "1in"
14483 height_special "totalheight"
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487 \begin_inset Tabular
14488 <lyxtabular version="3" rows="3" columns="3">
14489 <features>
14490 <column alignment="center" valignment="top" width="0">
14491 <column alignment="center" valignment="top" width="0">
14492 <column alignment="center" valignment="top" width="0">
14493 <row>
14494 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 Tabelle 5
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 </row>
14522 <row>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 b
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 e
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 h
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 </row>
14551 <row>
14552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 c
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 f
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 i
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 </lyxtabular>
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \end_inset
14588
14589
14590 \begin_inset ERT
14591 status collapsed
14592
14593 \begin_layout Plain Layout
14594
14595 }
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14605 \begin_inset space \space{}
14606 \end_inset
14607
14608 1 und letzten Zeile von Tabelle
14609 \begin_inset space \space{}
14610 \end_inset
14611
14612 4 bezüglich dem Wort 
14613 \begin_inset Quotes gld
14614 \end_inset
14615
14616 Test
14617 \begin_inset Quotes grd
14618 \end_inset
14619
14620  nicht richtig ausgerichtet.
14621  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14622 \begin_inset Quotes gld
14623 \end_inset
14624
14625 Raisebox
14626 \begin_inset Quotes grd
14627 \end_inset
14628
14629
14630 \begin_inset Foot
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634 Raiseboxen werden in Abschnitt
14635 \begin_inset space ~
14636 \end_inset
14637
14638
14639 \begin_inset CommandInset ref
14640 LatexCommand ref
14641 reference "uab:Vertikale-Ausrichtung"
14642
14643 \end_inset
14644
14645  beschrieben.
14646 \end_layout
14647
14648 \end_inset
14649
14650  setzen.
14651  In Tabelle
14652 \begin_inset space \space{}
14653 \end_inset
14654
14655 2 wurde der Text mit dem Befehl
14656 \end_layout
14657
14658 \begin_layout Standard
14659
14660 \series bold
14661
14662 \backslash
14663 raisebox{0.85
14664 \backslash
14665 baselineskip}{
14666 \end_layout
14667
14668 \begin_layout Standard
14669 vor der Box ausgerichtet.
14670  Hinter der Box wurde auch noch 
14671 \series bold
14672 }
14673 \series default
14674  als TeX-Code eingefügt, weil der obige Befehl mit 
14675 \series bold
14676 {
14677 \series default
14678  aufhörte.
14679  Für Tabelle
14680 \begin_inset space \space{}
14681 \end_inset
14682
14683 5 wurde der Befehl
14684 \end_layout
14685
14686 \begin_layout Standard
14687
14688 \series bold
14689
14690 \backslash
14691 raisebox{-0.32
14692 \backslash
14693 baselineskip}{
14694 \end_layout
14695
14696 \begin_layout Standard
14697 benutzt.
14698 \end_layout
14699
14700 \begin_layout Standard
14701 \begin_inset Note Greyedout
14702 status open
14703
14704 \begin_layout Plain Layout
14705
14706 \series bold
14707 Bemerkung:
14708 \series default
14709  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14710  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14711  Der Faktor im 
14712 \series bold
14713
14714 \backslash
14715 raisebox
14716 \series default
14717 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Section
14726 Farbige Tabellen
14727 \begin_inset CommandInset label
14728 LatexCommand label
14729 name "abs:Farbige-Tabellen"
14730
14731 \end_inset
14732
14733
14734 \begin_inset Index
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738 Tabellen ! farbige
14739 \end_layout
14740
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \begin_layout Subsection
14747 Farbige Zellen
14748 \begin_inset Index
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752 farbige !  Tabellenzellen
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Standard
14761 \begin_inset Float table
14762 placement h
14763 wide false
14764 sideways false
14765 status open
14766
14767 \begin_layout Plain Layout
14768 \begin_inset Caption
14769
14770 \begin_layout Plain Layout
14771 \begin_inset CommandInset label
14772 LatexCommand label
14773 name "tab:Farbige-Tabelle-ohne"
14774
14775 \end_inset
14776
14777 Farbige Tabelle, ohne Paket 
14778 \series bold
14779 colortbl
14780 \series default
14781
14782 \begin_inset OptArg
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786 Tabelle ohne 
14787 \family typewriter
14788 colortbl
14789 \end_layout
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Plain Layout
14802 \align center
14803 \begin_inset Tabular
14804 <lyxtabular version="3" rows="3" columns="3">
14805 <features>
14806 <column alignment="center" valignment="top" width="0">
14807 <column alignment="center" valignment="top" width="0">
14808 <column alignment="center" valignment="top" width="0">
14809 <row>
14810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814
14815 \color green
14816 a
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825
14826 \color red
14827 b
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836
14837 \color red
14838 c
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \color green
14851 d
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14857 \begin_inset Text
14858
14859 \begin_layout Plain Layout
14860
14861 \color blue
14862 e
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871
14872 \color blue
14873 f
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 </row>
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \color green
14886 g
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \color blue
14897 h
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \color blue
14908 i
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 </lyxtabular>
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \begin_layout Standard
14927 \begin_inset CommandInset label
14928 LatexCommand label
14929 name "Wenn-Sie-nur"
14930
14931 \end_inset
14932
14933 Wenn Sie nur farbigen Text
14934 \begin_inset Index
14935 status collapsed
14936
14937 \begin_layout Plain Layout
14938 Farbe ! für Text
14939 \end_layout
14940
14941 \end_inset
14942
14943  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14944  auf den Werkzeugleistenknopf 
14945 \begin_inset Graphics
14946         filename ../../images/dialog-show_character.png
14947         scale 70
14948         scaleBeforeRotation
14949         BoundingBox 0bp 0bp 20bp 20bp
14950
14951 \end_inset
14952
14953  oder über das Menü 
14954 \family sans
14955 Bearbeiten\SpecialChar \menuseparator
14956 Textstil\SpecialChar \menuseparator
14957 Benutzerdefiniert
14958 \family default
14959  mit dem 
14960 \family sans
14961 Textstil
14962 \family default
14963 -Dialog wie es in Tabelle
14964 \begin_inset space ~
14965 \end_inset
14966
14967
14968 \begin_inset CommandInset ref
14969 LatexCommand ref
14970 reference "tab:Farbige-Tabelle-ohne"
14971
14972 \end_inset
14973
14974  gemacht wurde.
14975  In anderen Fällen müssen Sie das LaTeX-Paket 
14976 \series bold
14977 colortbl
14978 \series default
14979  benutzen.
14980 \begin_inset Index
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984 LaTeX-Pakete ! colortbl
14985 \end_layout
14986
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \begin_layout Standard
14993 \begin_inset ERT
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997
14998
14999 \backslash
15000 ifcolortbl
15001 \end_layout
15002
15003 \end_inset
15004
15005
15006 \begin_inset Note Note
15007 status open
15008
15009 \begin_layout Plain Layout
15010 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15011 \series bold
15012 colortbl
15013 \series default
15014  installiert ist.
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \begin_layout Standard
15023 Um farbige Tabellen zu erzeugen, muss 
15024 \series bold
15025 colortbl
15026 \series default
15027  im LaTeX-Vorspann geladen werden:
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 usepackage{colortbl}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 Die Farbe einer Spalte ändert man dann mit dem Befehl
15040 \end_layout
15041
15042 \begin_layout Standard
15043
15044 \series bold
15045
15046 \backslash
15047 columncolor{Farbname}
15048 \end_layout
15049
15050 \begin_layout Standard
15051 innerhalb des Befehls 
15052 \series bold
15053 >{}
15054 \series default
15055 .
15056  Mehr über den Befehl 
15057 \series bold
15058 >{}
15059 \series default
15060  finden Sie im Abschnitt
15061 \begin_inset space ~
15062 \end_inset
15063
15064
15065 \begin_inset CommandInset ref
15066 LatexCommand ref
15067 reference "uab:Mehrfachspalten-Berechnungen"
15068
15069 \end_inset
15070
15071 .
15072 \end_layout
15073
15074 \begin_layout Standard
15075 Folgende Farbnamen sind vordefiniert:
15076 \end_layout
15077
15078 \begin_layout Standard
15079
15080 \family sans
15081 red
15082 \family default
15083
15084 \family sans
15085 green
15086 \family default
15087
15088 \family sans
15089 yellow
15090 \family default
15091
15092 \family sans
15093 blue
15094 \family default
15095
15096 \family sans
15097 cyan
15098 \family default
15099
15100 \family sans
15101 magenta
15102 \family default
15103
15104 \family sans
15105 black
15106 \family default
15107  und 
15108 \family sans
15109 white
15110 \begin_inset Newline newline
15111 \end_inset
15112
15113 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15114 \family default
15115 und
15116 \family sans
15117  weiß
15118 \family default
15119 ).
15120 \end_layout
15121
15122 \begin_layout Standard
15123 \begin_inset VSpace medskip
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \begin_layout Standard
15130 Sie können auch eigene Farben definieren:
15131 \end_layout
15132
15133 \begin_layout Standard
15134
15135 \series bold
15136
15137 \backslash
15138 definecolor{Farbname}{Farbmodell}{Farbwerte}
15139 \end_layout
15140
15141 \begin_layout Standard
15142 Das Farbmodell kann eins der folgenden sein:
15143 \end_layout
15144
15145 \begin_layout Labeling
15146 \labelwidthstring 00.00.0000
15147 cmyk: cyan, magenta, yellow, black
15148 \end_layout
15149
15150 \begin_layout Labeling
15151 \labelwidthstring 00.00.0000
15152 rgb: red, green blue
15153 \end_layout
15154
15155 \begin_layout Labeling
15156 \labelwidthstring 00.00.0000
15157 gray: gray
15158 \end_layout
15159
15160 \begin_layout Standard
15161 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15162  die die entsprechende Farbe für das Farbmodell beschreiben.
15163 \end_layout
15164
15165 \begin_layout Standard
15166 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15167 \emph on
15168
15169 \begin_inset Quotes gld
15170 \end_inset
15171
15172 dunkelgruen
15173 \emph default
15174
15175 \begin_inset Quotes grd
15176 \end_inset
15177
15178  und 
15179 \begin_inset Quotes gld
15180 \end_inset
15181
15182
15183 \emph on
15184 hellgrau
15185 \emph default
15186
15187 \begin_inset Quotes grd
15188 \end_inset
15189
15190  folgendermaßen definieren:
15191 \end_layout
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196
15197 \backslash
15198 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15199 \end_layout
15200
15201 \begin_layout Standard
15202
15203 \series bold
15204
15205 \backslash
15206 definecolor{hellgrau}{gray}{0.8}
15207 \end_layout
15208
15209 \begin_layout Standard
15210 \begin_inset VSpace medskip
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \begin_layout Standard
15217 Linien werden mit dem Befehl
15218 \end_layout
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223
15224 \backslash
15225 rowcolor{Farbname}
15226 \end_layout
15227
15228 \begin_layout Standard
15229 gefärbt, Zellen mit dem Befehl
15230 \end_layout
15231
15232 \begin_layout Standard
15233
15234 \series bold
15235
15236 \backslash
15237 cellcolor{Farbname}
15238 \end_layout
15239
15240 \begin_layout Standard
15241 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15242 \end_layout
15243
15244 \begin_layout Standard
15245 Um nur Text zu färben, machen Sie es wie 
15246 \begin_inset CommandInset ref
15247 LatexCommand vpageref
15248 reference "Wenn-Sie-nur"
15249
15250 \end_inset
15251
15252  beschrieben.
15253  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15254 \emph on
15255 markieren Sie nur den Text
15256 \emph default
15257 , sonst werden Sie LaTeX-Fehler erzeugen.
15258 \end_layout
15259
15260 \begin_layout Standard
15261 \begin_inset Note Greyedout
15262 status open
15263
15264 \begin_layout Plain Layout
15265
15266 \series bold
15267 Achtung:
15268 \series default
15269  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15270 \end_layout
15271
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \begin_layout Standard
15278 \begin_inset VSpace medskip
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \begin_layout Standard
15285 Die Tabelle
15286 \begin_inset space ~
15287 \end_inset
15288
15289
15290 \begin_inset CommandInset ref
15291 LatexCommand ref
15292 reference "tab:Table-colored-using"
15293
15294 \end_inset
15295
15296  wurde folgendermaßen erstellt: die erste Spalte soll 
15297 \emph on
15298
15299 \begin_inset Quotes gld
15300 \end_inset
15301
15302 dunkelgruen
15303 \emph default
15304
15305 \begin_inset Quotes grd
15306 \end_inset
15307
15308  werden, also müssen Sie ins 
15309 \family sans
15310 LaTe
15311 \begin_inset ERT
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315
15316 {}
15317 \end_layout
15318
15319 \end_inset
15320
15321 X-Argument
15322 \family default
15323  der Zellen der ersten Spalte den Befehl
15324 \end_layout
15325
15326 \begin_layout Standard
15327
15328 \series bold
15329 >{
15330 \backslash
15331 columncolor{dunkelgruen}
15332 \backslash
15333 centering}c
15334 \end_layout
15335
15336 \begin_layout Standard
15337 schreiben.
15338  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15339 \end_layout
15340
15341 \begin_layout Standard
15342
15343 \series bold
15344
15345 \backslash
15346 rowcolor{cyan}
15347 \end_layout
15348
15349 \begin_layout Standard
15350 in die erste Zelle der ersten Zeile eingefügt.
15351  Diese Farbe ersetzt die Spaltenfarbe.
15352  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15353  wird mit folgendem Befehl erreicht:
15354 \end_layout
15355
15356 \begin_layout Standard
15357
15358 \series bold
15359
15360 \backslash
15361 cellcolor{magenta}
15362 \end_layout
15363
15364 \begin_layout Standard
15365 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15366 \family sans
15367 Textstil
15368 \family default
15369 -Dialog.
15370 \end_layout
15371
15372 \begin_layout Standard
15373 \begin_inset Float table
15374 placement h
15375 wide false
15376 sideways false
15377 status open
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Caption
15381
15382 \begin_layout Plain Layout
15383 \begin_inset CommandInset label
15384 LatexCommand label
15385 name "tab:Table-colored-using"
15386
15387 \end_inset
15388
15389 Eine mit dem Paket 
15390 \series bold
15391 colortbl
15392 \series default
15393  gefärbte Tabelle
15394 \begin_inset OptArg
15395 status collapsed
15396
15397 \begin_layout Plain Layout
15398 Tabelle mit 
15399 \family typewriter
15400 colortbl
15401 \end_layout
15402
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \begin_layout Plain Layout
15414 \align center
15415 \begin_inset Tabular
15416 <lyxtabular version="3" rows="3" columns="3">
15417 <features>
15418 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15419 <column alignment="center" valignment="top" width="0">
15420 <column alignment="center" valignment="top" width="0">
15421 <row>
15422 <cell alignment="center" valignment="top" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 \begin_inset ERT
15427 status collapsed
15428
15429 \begin_layout Plain Layout
15430
15431
15432 \backslash
15433 rowcolor{cyan}
15434 \end_layout
15435
15436 \end_inset
15437
15438
15439 \color magenta
15440 a
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 <cell alignment="center" valignment="top" usebox="none">
15446 \begin_inset Text
15447
15448 \begin_layout Plain Layout
15449
15450 \color red
15451 b
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 <cell alignment="center" valignment="top" usebox="none">
15457 \begin_inset Text
15458
15459 \begin_layout Plain Layout
15460
15461 \color red
15462 c
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 </row>
15468 <row>
15469 <cell alignment="center" valignment="top" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473
15474 \color yellow
15475 d
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \color blue
15486 e
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \color blue
15497 f
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 <row>
15504 <cell alignment="center" valignment="top" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \color yellow
15510 g
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \color blue
15521 h
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 \begin_inset ERT
15531 status collapsed
15532
15533 \begin_layout Plain Layout
15534
15535
15536 \backslash
15537 cellcolor{magenta}
15538 \end_layout
15539
15540 \end_inset
15541
15542
15543 \color green
15544 i
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 </lyxtabular>
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Standard
15563 \begin_inset ERT
15564 status collapsed
15565
15566 \begin_layout Plain Layout
15567
15568
15569 \backslash
15570 else
15571 \end_layout
15572
15573 \end_inset
15574
15575
15576 \begin_inset Note Note
15577 status open
15578
15579 \begin_layout Plain Layout
15580 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15581 \series bold
15582 colortbl
15583 \series default
15584  nicht installiert ist:
15585 \end_layout
15586
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \begin_layout Standard
15593 Sie müssen das LaTeX-Paket 
15594 \series bold
15595 colortbl
15596 \series default
15597  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \begin_inset ERT
15602 status collapsed
15603
15604 \begin_layout Plain Layout
15605
15606
15607 \backslash
15608 fi
15609 \end_layout
15610
15611 \end_inset
15612
15613
15614 \end_layout
15615
15616 \begin_layout Subsection
15617 Farbige Linien
15618 \begin_inset Index
15619 status collapsed
15620
15621 \begin_layout Plain Layout
15622 farbige !  Tabellenlinien
15623 \end_layout
15624
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 Wie in Abschnitt
15632 \begin_inset space ~
15633 \end_inset
15634
15635
15636 \begin_inset CommandInset ref
15637 LatexCommand ref
15638 reference "uab:Liniendicke"
15639
15640 \end_inset
15641
15642  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15643 \series bold
15644
15645 \backslash
15646 arrayrulewidth
15647 \series default
15648  definiert werden.
15649  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15650 \begin_inset space \thinspace{}
15651 \end_inset
15652
15653 pt gesetzt.
15654 \begin_inset ERT
15655 status collapsed
15656
15657 \begin_layout Plain Layout
15658
15659
15660 \backslash
15661 setlength{
15662 \backslash
15663 arrayrulewidth}{1.5pt}
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \begin_layout Standard
15672 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15673 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15674 \begin_inset space ~
15675 \end_inset
15676
15677
15678 \begin_inset CommandInset ref
15679 LatexCommand ref
15680 reference "uab:Angepasste-Zellen-/Spaltenformate"
15681
15682 \end_inset
15683
15684  definiert:
15685 \end_layout
15686
15687 \begin_layout Standard
15688
15689 \series bold
15690
15691 \backslash
15692 newcolumntype{W}{!{
15693 \backslash
15694 color{green}
15695 \backslash
15696 vline}}
15697 \end_layout
15698
15699 \begin_layout Standard
15700 In Tabelle
15701 \begin_inset space ~
15702 \end_inset
15703
15704
15705 \begin_inset CommandInset ref
15706 LatexCommand ref
15707 reference "tab:Tabelle-mit-farbigen-vert"
15708
15709 \end_inset
15710
15711  wurde das LaTeX-Argument 
15712 \series bold
15713 WcW
15714 \series default
15715  für die letzte und 
15716 \series bold
15717 Wc
15718 \series default
15719  für die anderen Spalten benutzt.
15720 \end_layout
15721
15722 \begin_layout Standard
15723 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15724 \end_layout
15725
15726 \begin_layout Standard
15727 \begin_inset Float table
15728 placement h
15729 wide false
15730 sideways false
15731 status open
15732
15733 \begin_layout Plain Layout
15734 \begin_inset Caption
15735
15736 \begin_layout Plain Layout
15737 \begin_inset CommandInset label
15738 LatexCommand label
15739 name "tab:Tabelle-mit-farbigen-vert"
15740
15741 \end_inset
15742
15743 Tabelle mit farbigen vertikalen Linien
15744 \end_layout
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Plain Layout
15752 \align center
15753 \begin_inset Tabular
15754 <lyxtabular version="3" rows="3" columns="3">
15755 <features>
15756 <column alignment="center" valignment="top" width="0" special="Wc">
15757 <column alignment="center" valignment="top" width="0" special="Wc">
15758 <column alignment="center" valignment="top" width="0" special="WcW">
15759 <row>
15760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 sd
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 </row>
15788 <row>
15789 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 sd
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 </row>
15817 <row>
15818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 sd
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 </row>
15846 </lyxtabular>
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \begin_layout Standard
15859 \begin_inset VSpace bigskip
15860 \end_inset
15861
15862 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15863 \begin_inset space ~
15864 \end_inset
15865
15866
15867 \begin_inset CommandInset ref
15868 LatexCommand ref
15869 reference "tab:Tabelle-mit-farbigen-horiz"
15870
15871 \end_inset
15872
15873 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15874  einfügen:
15875 \end_layout
15876
15877 \begin_layout Standard
15878
15879 \series bold
15880
15881 \backslash
15882 let
15883 \backslash
15884 myHlineC
15885 \backslash
15886 hline
15887 \begin_inset Newline newline
15888 \end_inset
15889
15890
15891 \backslash
15892 renewcommand{
15893 \backslash
15894 hline}
15895 \begin_inset Newline newline
15896 \end_inset
15897
15898
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904
15905 \backslash
15906 hphantom{ }
15907 \end_layout
15908
15909 \end_inset
15910
15911 {
15912 \backslash
15913 arrayrulecolor{red}
15914 \backslash
15915 myHlineC
15916 \backslash
15917 arrayrulecolor{black}}
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \begin_inset ERT
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925
15926
15927 \backslash
15928 let
15929 \backslash
15930 myHlineC
15931 \backslash
15932 hline
15933 \end_layout
15934
15935 \begin_layout Plain Layout
15936
15937
15938 \backslash
15939 renewcommand{
15940 \backslash
15941 hline}
15942 \end_layout
15943
15944 \begin_layout Plain Layout
15945
15946  {
15947 \backslash
15948 arrayrulecolor{red}
15949 \backslash
15950 myHlineC
15951 \backslash
15952 arrayrulecolor{black}}
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \begin_inset Float table
15959 placement h
15960 wide false
15961 sideways false
15962 status open
15963
15964 \begin_layout Plain Layout
15965 \begin_inset Caption
15966
15967 \begin_layout Plain Layout
15968 \begin_inset CommandInset label
15969 LatexCommand label
15970 name "tab:Tabelle-mit-farbigen-horiz"
15971
15972 \end_inset
15973
15974 Tabelle mit farbigen horizontalen Linien
15975 \end_layout
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Plain Layout
15983 \align center
15984 \begin_inset Tabular
15985 <lyxtabular version="3" rows="3" columns="3">
15986 <features>
15987 <column alignment="center" valignment="top" width="0">
15988 <column alignment="center" valignment="top" width="0">
15989 <column alignment="center" valignment="top" width="0">
15990 <row>
15991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 sd
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 </row>
16019 <row>
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" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 sd
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 sd
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 </row>
16077 </lyxtabular>
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \end_inset
16085
16086
16087 \end_layout
16088
16089 \begin_layout Standard
16090 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16091  als TeX-Code hinter der Tabelle einfügen:
16092 \end_layout
16093
16094 \begin_layout Standard
16095
16096 \series bold
16097
16098 \backslash
16099 renewcommand{
16100 \backslash
16101 hline}{
16102 \backslash
16103 myHlineC}
16104 \end_layout
16105
16106 \begin_layout Standard
16107 Tabelle
16108 \begin_inset space ~
16109 \end_inset
16110
16111
16112 \begin_inset CommandInset ref
16113 LatexCommand ref
16114 reference "tab:Table-with-colored"
16115
16116 \end_inset
16117
16118  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16119 \end_layout
16120
16121 \begin_layout Standard
16122 \begin_inset Float table
16123 placement h
16124 wide false
16125 sideways false
16126 status open
16127
16128 \begin_layout Plain Layout
16129 \begin_inset Caption
16130
16131 \begin_layout Plain Layout
16132 \begin_inset CommandInset label
16133 LatexCommand label
16134 name "tab:Table-with-colored"
16135
16136 \end_inset
16137
16138 Tabelle mit farbigen Linien
16139 \end_layout
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \begin_layout Plain Layout
16147 \align center
16148 \begin_inset Tabular
16149 <lyxtabular version="3" rows="3" columns="3">
16150 <features>
16151 <column alignment="center" valignment="top" width="0" special="Wc">
16152 <column alignment="center" valignment="top" width="0" special="Wc">
16153 <column alignment="center" valignment="top" width="0" special="WcW">
16154 <row>
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159 sd
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" leftline="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" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 sd
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 <row topspace="default">
16213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 sd
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 </lyxtabular>
16242
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \end_inset
16249
16250
16251 \end_layout
16252
16253 \begin_layout Standard
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 renewcommand{
16262 \backslash
16263 hline}{
16264 \backslash
16265 myHlineC}
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 setlength{
16282 \backslash
16283 arrayrulewidth}{0.4pt}
16284 \end_layout
16285
16286 \end_inset
16287
16288
16289 \begin_inset Note Note
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293 setzt die Liniendicke wieder auf ihren Standardwert zurück
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Section
16302 Tabellen-Anpassung
16303 \begin_inset Index
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307 Tabellen ! Anpassung
16308 \end_layout
16309
16310 \end_inset
16311
16312
16313 \end_layout
16314
16315 \begin_layout Subsection
16316 Zeilenabstand
16317 \begin_inset CommandInset label
16318 LatexCommand label
16319 name "uab:Zeilenabstand"
16320
16321 \end_inset
16322
16323
16324 \begin_inset Index
16325 status collapsed
16326
16327 \begin_layout Plain Layout
16328 Tabellen ! Zeilenabstand
16329 \end_layout
16330
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \begin_layout Standard
16337 Auf der Karteikarte 
16338 \family sans
16339 Rahmen
16340 \family default
16341  des 
16342 \family sans
16343 Tabellen-Einstellungen
16344 \family default
16345 -Dialogs können Sie 
16346 \family sans
16347 zusätzliche
16348 \begin_inset space ~
16349 \end_inset
16350
16351 Abstände
16352 \family default
16353  einfügen.
16354  Dabei haben Sie drei Möglichkeiten:
16355 \end_layout
16356
16357 \begin_layout Description
16358 Oberhalb
16359 \begin_inset space ~
16360 \end_inset
16361
16362 der
16363 \begin_inset space ~
16364 \end_inset
16365
16366 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16367  Bei einer formalen Tabelle
16368 \begin_inset Foot
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372 Formale Tabellen wurden in Abschnitt
16373 \begin_inset space ~
16374 \end_inset
16375
16376
16377 \begin_inset CommandInset ref
16378 LatexCommand ref
16379 reference "abs:Formale-Tabellen"
16380
16381 \end_inset
16382
16383  beschrieben.
16384 \end_layout
16385
16386 \end_inset
16387
16388  fügt LyX standardmäßig 0.5
16389 \begin_inset space \thinspace{}
16390 \end_inset
16391
16392 em Leerraum ein.
16393  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16394 \begin_inset VSpace medskip
16395 \end_inset
16396
16397
16398 \begin_inset Newline newline
16399 \end_inset
16400
16401
16402 \begin_inset space \hspace*{}
16403 \length 0pt
16404 \end_inset
16405
16406
16407 \begin_inset space \hfill{}
16408 \end_inset
16409
16410
16411 \begin_inset Tabular
16412 <lyxtabular version="3" rows="3" columns="1">
16413 <features>
16414 <column alignment="center" valignment="top" width="0">
16415 <row>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 A
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row topspace="3mm">
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 3
16432 \begin_inset space \thinspace{}
16433 \end_inset
16434
16435 mm Leerraum oberhalb der Zeile
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 C
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 </lyxtabular>
16453
16454 \end_inset
16455
16456
16457 \begin_inset space \hfill{}
16458 \end_inset
16459
16460
16461 \begin_inset space \hspace*{}
16462 \length 0pt
16463 \end_inset
16464
16465
16466 \begin_inset VSpace medskip
16467 \end_inset
16468
16469
16470 \begin_inset Newline newline
16471 \end_inset
16472
16473 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16474 n Linien verwenden.
16475 \end_layout
16476
16477 \begin_layout Description
16478 Unterhalb
16479 \begin_inset space ~
16480 \end_inset
16481
16482 der
16483 \begin_inset space ~
16484 \end_inset
16485
16486 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16487  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16488 \begin_inset space \thinspace{}
16489 \end_inset
16490
16491 em Leerraum ein.
16492  Bei normalen Tabellen ist der Standardwert 2
16493 \begin_inset space \thinspace{}
16494 \end_inset
16495
16496 pt.
16497 \end_layout
16498
16499 \begin_layout Description
16500 Zwischen
16501 \begin_inset space ~
16502 \end_inset
16503
16504 den
16505 \begin_inset space ~
16506 \end_inset
16507
16508 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16509  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16510 \begin_inset space \thinspace{}
16511 \end_inset
16512
16513 em Leerraum ein.
16514  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16515 \begin_inset VSpace medskip
16516 \end_inset
16517
16518
16519 \begin_inset Newline newline
16520 \end_inset
16521
16522
16523 \begin_inset space \hspace*{}
16524 \length 0pt
16525 \end_inset
16526
16527
16528 \begin_inset space \hfill{}
16529 \end_inset
16530
16531
16532 \begin_inset Tabular
16533 <lyxtabular version="3" rows="3" columns="1">
16534 <features>
16535 <column alignment="center" valignment="top" width="0">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 A
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row interlinespace="3mm">
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $\downarrow$
16553 \end_inset
16554
16555  3
16556 \begin_inset space \thinspace{}
16557 \end_inset
16558
16559 mm Leerraum zwischen den Zeilen 
16560 \begin_inset Formula $\downarrow$
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 \begin_inset Formula $\uparrow$
16575 \end_inset
16576
16577  3
16578 \begin_inset space \thinspace{}
16579 \end_inset
16580
16581 mm Leerraum zwischen den Zeilen 
16582 \begin_inset Formula $\uparrow$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \begin_inset space \hfill{}
16597 \end_inset
16598
16599
16600 \begin_inset space \hspace*{}
16601 \length 0pt
16602 \end_inset
16603
16604
16605 \begin_inset VSpace medskip
16606 \end_inset
16607
16608
16609 \begin_inset Newline newline
16610 \end_inset
16611
16612 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16613 n Linien verwenden.
16614 \end_layout
16615
16616 \begin_layout Standard
16617 \begin_inset VSpace bigskip
16618 \end_inset
16619
16620 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16621  Befehlen im LaTeX-Vorspann machen:
16622 \end_layout
16623
16624 \begin_layout Standard
16625
16626 \series bold
16627
16628 \backslash
16629 @ifundefined{extrarowheight}
16630 \begin_inset Newline newline
16631 \end_inset
16632
16633
16634 \begin_inset ERT
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638
16639
16640 \backslash
16641 hphantom{ }
16642 \end_layout
16643
16644 \end_inset
16645
16646 {
16647 \backslash
16648 usepackage{array}}{}
16649 \begin_inset Newline newline
16650 \end_inset
16651
16652
16653 \backslash
16654 setlength{
16655 \backslash
16656 extrarowheight}{Höhe}
16657 \end_layout
16658
16659 \begin_layout Standard
16660 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16661  ausgerichtet sind.
16662  (Das Paket 
16663 \series bold
16664 array
16665 \series default
16666  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16667  verwenden.
16668  Der Befehl 
16669 \series bold
16670
16671 \backslash
16672 @ifundefined
16673 \series default
16674  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16675 \end_layout
16676
16677 \begin_layout Standard
16678 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16679  zu nah an den Buchstaben.
16680  Das kann korrigiert werden, indem man den Befehl 
16681 \series bold
16682
16683 \backslash
16684 strut
16685 \series default
16686  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16687  Tabelle
16688 \begin_inset space ~
16689 \end_inset
16690
16691
16692 \begin_inset CommandInset ref
16693 LatexCommand ref
16694 reference "tab:Vertikale-Ausrichtung-von"
16695
16696 \end_inset
16697
16698  zeigt den Effekt.
16699 \end_layout
16700
16701 \begin_layout Standard
16702 \noindent
16703 \begin_inset Float table
16704 placement h
16705 wide false
16706 sideways false
16707 status open
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Caption
16711
16712 \begin_layout Plain Layout
16713 \begin_inset CommandInset label
16714 LatexCommand label
16715 name "tab:Vertikale-Ausrichtung-von"
16716
16717 \end_inset
16718
16719 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16720 \end_layout
16721
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \begin_layout Plain Layout
16728 \begin_inset space \hfill{}
16729 \end_inset
16730
16731
16732 \begin_inset Float table
16733 wide false
16734 sideways false
16735 status collapsed
16736
16737 \begin_layout Plain Layout
16738 \begin_inset Caption
16739
16740 \begin_layout Plain Layout
16741 Normale Tabelle.
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \begin_layout Plain Layout
16750 \noindent
16751 \align center
16752 \begin_inset Tabular
16753 <lyxtabular version="3" rows="6" columns="1">
16754 <features>
16755 <column alignment="left" valignment="top" width="0">
16756 <row>
16757 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 Normal, g
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \size large
16774 Groß, g
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785
16786 \size larger
16787 Größer, g
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798
16799 \size largest
16800 noch Größer, g
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \size huge
16813 Riesig
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824
16825 \size giant
16826 Gigantisch
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 </lyxtabular>
16833
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840
16841
16842 \begin_inset space \hfill{}
16843 \end_inset
16844
16845
16846 \begin_inset Float table
16847 wide false
16848 sideways false
16849 status collapsed
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Caption
16853
16854 \begin_layout Plain Layout
16855 Tabelle bei der der Befehl 
16856 \series bold
16857
16858 \backslash
16859 strut
16860 \series default
16861  verwendet wurde.
16862 \end_layout
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \begin_layout Plain Layout
16870 \noindent
16871 \align center
16872 \begin_inset Tabular
16873 <lyxtabular version="3" rows="6" columns="1">
16874 <features>
16875 <column alignment="left" valignment="top" width="0">
16876 <row>
16877 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 Normal, g
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 <row>
16888 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892
16893 \size large
16894 \begin_inset ERT
16895 status collapsed
16896
16897 \begin_layout Plain Layout
16898
16899
16900 \backslash
16901 strut 
16902 \end_layout
16903
16904 \end_inset
16905
16906 Groß, g
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 </row>
16912 <row>
16913 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917
16918 \size larger
16919 \begin_inset ERT
16920 status collapsed
16921
16922 \begin_layout Plain Layout
16923
16924
16925 \backslash
16926 strut 
16927 \end_layout
16928
16929 \end_inset
16930
16931 Größer, g
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 </row>
16937 <row>
16938 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942
16943 \size largest
16944 \begin_inset ERT
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948
16949
16950 \backslash
16951 strut 
16952 \end_layout
16953
16954 \end_inset
16955
16956 noch Größer, g
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 <row>
16963 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967
16968 \size huge
16969 \begin_inset ERT
16970 status collapsed
16971
16972 \begin_layout Plain Layout
16973
16974
16975 \backslash
16976 strut 
16977 \end_layout
16978
16979 \end_inset
16980
16981 Riesig
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \size giant
16994 \begin_inset ERT
16995 status collapsed
16996
16997 \begin_layout Plain Layout
16998
16999
17000 \backslash
17001 strut 
17002 \end_layout
17003
17004 \end_inset
17005
17006 Gigantisch
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 </lyxtabular>
17013
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020
17021
17022 \begin_inset space \hfill{}
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \begin_layout Subsection
17034 Besondere Zellenausrichtung
17035 \begin_inset Index
17036 status collapsed
17037
17038 \begin_layout Plain Layout
17039 Tabellen ! Zellenausrichtung
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Standard
17048 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17049  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17050 \begin_inset space ~
17051 \end_inset
17052
17053
17054 \begin_inset CommandInset ref
17055 LatexCommand ref
17056 reference "tab:Tabellenzellen-sind-auf"
17057
17058 \end_inset
17059
17060 .
17061 \end_layout
17062
17063 \begin_layout Standard
17064 \begin_inset Float table
17065 placement h
17066 wide false
17067 sideways false
17068 status open
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Caption
17072
17073 \begin_layout Plain Layout
17074 \begin_inset CommandInset label
17075 LatexCommand label
17076 name "tab:Tabellenzellen-sind-auf"
17077
17078 \end_inset
17079
17080 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17081 \end_layout
17082
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \begin_layout Plain Layout
17089 \align center
17090 \begin_inset Tabular
17091 <lyxtabular version="3" rows="4" columns="2">
17092 <features>
17093 <column alignment="right" valignment="top" width="0">
17094 <column alignment="left" valignment="top" width="0" special="@{}l">
17095 <row>
17096 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 Überschrift
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 12.
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 6
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 0.
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 68
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 -123.
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 0
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 </lyxtabular>
17176
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \begin_layout Standard
17188 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17189  Die Überschrift ist eine zentrierte Mehrfachspalte.
17190  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17191  der Zahlen einschließlich Dezimalpunkt.
17192  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17193  der Zahlen.
17194   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17195 \family sans
17196 LaTe
17197 \begin_inset ERT
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201
17202 {}
17203 \end_layout
17204
17205 \end_inset
17206
17207 X-Argument
17208 \family default
17209  für die zweite Spalte folgendes eingefügt:
17210 \end_layout
17211
17212 \begin_layout Standard
17213
17214 \series bold
17215 @{}l
17216 \end_layout
17217
17218 \begin_layout Standard
17219 Tabelle
17220 \begin_inset space ~
17221 \end_inset
17222
17223
17224 \begin_inset CommandInset ref
17225 LatexCommand ref
17226 reference "tab:Verschiedene-Ausrichtungen"
17227
17228 \end_inset
17229
17230  zeigt einige Ausrichtungen.
17231  Für die Ausrichtung der Relationen müssen Sie den 
17232 \family sans
17233 Mittleren
17234 \begin_inset space ~
17235 \end_inset
17236
17237 Abstand
17238 \family default
17239  aus der 
17240 \family sans
17241 Mathe-Werkzeugleiste
17242 \family default
17243  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17244  rechts vom Relationszeichen zu bekommen.
17245 \end_layout
17246
17247 \begin_layout Standard
17248
17249 \color black
17250 \begin_inset Float table
17251 placement h
17252 wide false
17253 sideways false
17254 status open
17255
17256 \begin_layout Plain Layout
17257
17258 \color black
17259 \begin_inset Caption
17260
17261 \begin_layout Plain Layout
17262
17263 \color black
17264 \begin_inset CommandInset label
17265 LatexCommand label
17266 name "tab:Verschiedene-Ausrichtungen"
17267
17268 \end_inset
17269
17270
17271 \color inherit
17272 Verschiedene Ausrichtungen
17273 \end_layout
17274
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \begin_layout Plain Layout
17281 \align center
17282 \begin_inset Tabular
17283 <lyxtabular version="3" rows="4" columns="6">
17284 <features>
17285 <column alignment="right" valignment="top" width="0">
17286 <column alignment="left" valignment="top" width="0" special="@{}l">
17287 <column alignment="right" valignment="top" width="0">
17288 <column alignment="left" valignment="top" width="0" special="@{}l">
17289 <column alignment="right" valignment="top" width="0">
17290 <column alignment="left" valignment="top" width="0" special="@{}l">
17291 <row>
17292 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 Einheiten
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314 Exponenten
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 Relationen
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 12×
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 24
17362 \begin_inset space \thinspace{}
17363 \end_inset
17364
17365 Flaschen
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 <cell alignment="center" valignment="top" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 \begin_inset Formula $10\cdot$
17375 \end_inset
17376
17377
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 \begin_inset Formula $10^{\mbox{-}17}$
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 <cell alignment="center" valignment="top" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 \begin_inset Formula $\Gamma(t)\propto$
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \end_inset
17405 </cell>
17406 <cell alignment="center" valignment="top" usebox="none">
17407 \begin_inset Text
17408
17409 \begin_layout Plain Layout
17410 \begin_inset Formula $\:\Upsilon(t)$
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 </row>
17419 <row>
17420 <cell alignment="center" valignment="top" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 1024×
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 768
17434 \begin_inset space \thinspace{}
17435 \end_inset
17436
17437 Pixel
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $5.78\cdot$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $10^{7}$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $A\ne$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\: B_{\mathrm{red}}$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 32×
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 6
17506 \begin_inset space \thinspace{}
17507 \end_inset
17508
17509 cm
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 -
17519 \begin_inset Formula $33.5\cdot$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Formula $10^{4}$
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\sin(\alpha)\ge$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell alignment="center" valignment="top" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Formula $\:\sin(\beta)$
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 </row>
17564 </lyxtabular>
17565
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \begin_layout Standard
17577 \begin_inset VSpace bigskip
17578 \end_inset
17579
17580 Es gibt auch noch das LaTeX-Paket 
17581 \series bold
17582 dcolumn
17583 \series default
17584 ,
17585 \begin_inset Index
17586 status collapsed
17587
17588 \begin_layout Plain Layout
17589 LaTeX-Pakete ! dcolumn
17590 \end_layout
17591
17592 \end_inset
17593
17594  mit dem man Zellen ausrichten kann.
17595  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17596  in den Zellen.
17597  Die erste Spalte von Tabelle
17598 \begin_inset space ~
17599 \end_inset
17600
17601
17602 \begin_inset CommandInset ref
17603 LatexCommand ref
17604 reference "tab:Verschiedene-Ausrichtungen"
17605
17606 \end_inset
17607
17608  wird mit 
17609 \series bold
17610 dcolumn
17611 \series default
17612  wie die erste Spalte von Tabelle
17613 \begin_inset space ~
17614 \end_inset
17615
17616
17617 \begin_inset CommandInset ref
17618 LatexCommand ref
17619 reference "tab:Ausrichtung-mit-dem"
17620
17621 \end_inset
17622
17623  aussehen und nur mit ein paar Tricks wie erwartet.
17624  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17625 \begin_inset space ~
17626 \end_inset
17627
17628
17629 \begin_inset CommandInset ref
17630 LatexCommand ref
17631 reference "tab:Verschiedene-Ausrichtungen"
17632
17633 \end_inset
17634
17635  ist mit 
17636 \series bold
17637 dcolumn
17638 \series default
17639  nicht möglich.
17640 \end_layout
17641
17642 \begin_layout Standard
17643 \begin_inset Newpage newpage
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \begin_layout Standard
17650 \begin_inset Float table
17651 placement h
17652 wide false
17653 sideways false
17654 status open
17655
17656 \begin_layout Plain Layout
17657 \begin_inset Caption
17658
17659 \begin_layout Plain Layout
17660 \begin_inset CommandInset label
17661 LatexCommand label
17662 name "tab:Ausrichtung-mit-dem"
17663
17664 \end_inset
17665
17666 Ausrichtung mit dem LaTeX-Paket 
17667 \series bold
17668 dcolumn
17669 \series default
17670 .
17671  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17672  bekommen.
17673 \begin_inset OptArg
17674 status collapsed
17675
17676 \begin_layout Plain Layout
17677 Ausrichtung mit dem LaTeX-Paket 
17678 \series bold
17679 dcolumn
17680 \end_layout
17681
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \begin_layout Plain Layout
17693 \align center
17694 \begin_inset Tabular
17695 <lyxtabular version="3" rows="4" columns="3">
17696 <features>
17697 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17698 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17699 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17700 <row>
17701 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 Einheiten
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714 Einheiten
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 Einheiten
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 <row>
17730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 12x24
17735 \begin_inset space \thinspace{}
17736 \end_inset
17737
17738 Flaschen
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 12x24
17748 \begin_inset space \thinspace{}
17749 \end_inset
17750
17751
17752 \begin_inset Formula $\mbox{Flaschen}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 12
17765 \begin_inset ERT
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769
17770
17771 \backslash
17772 times 
17773 \end_layout
17774
17775 \end_inset
17776
17777 24+
17778 \begin_inset Formula $\mbox{Flaschen}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 1024x768
17793 \begin_inset space \thinspace{}
17794 \end_inset
17795
17796 Pixel
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17802 \begin_inset Text
17803
17804 \begin_layout Plain Layout
17805 1024x768
17806 \begin_inset space \thinspace{}
17807 \end_inset
17808
17809
17810 \begin_inset Formula $\mbox{Pixel}$
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 1024
17823 \begin_inset ERT
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827
17828
17829 \backslash
17830 times 
17831 \end_layout
17832
17833 \end_inset
17834
17835 768+
17836 \begin_inset Formula $\mbox{Pixel}$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 32x6
17851 \begin_inset space \thinspace{}
17852 \end_inset
17853
17854 cm
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 32x6
17864 \begin_inset space \thinspace{}
17865 \end_inset
17866
17867
17868 \begin_inset Formula $\mbox{cm}$
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 32
17881 \begin_inset ERT
17882 status collapsed
17883
17884 \begin_layout Plain Layout
17885
17886
17887 \backslash
17888 times 
17889 \end_layout
17890
17891 \end_inset
17892
17893 6+
17894 \begin_inset Formula $\mbox{cm}$
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 </row>
17903 </lyxtabular>
17904
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \end_inset
17911
17912
17913 \end_layout
17914
17915 \begin_layout Subsection
17916 Angepasste Zellen-/Spaltenformate
17917 \begin_inset CommandInset label
17918 LatexCommand label
17919 name "uab:Angepasste-Zellen-/Spaltenformate"
17920
17921 \end_inset
17922
17923
17924 \begin_inset Index
17925 status collapsed
17926
17927 \begin_layout Plain Layout
17928 Tabellen ! Spaltenformat
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Standard
17937 Wenn man wie in Abschnitt
17938 \begin_inset space ~
17939 \end_inset
17940
17941
17942 \begin_inset CommandInset ref
17943 LatexCommand ref
17944 reference "uab:Mehrfachspalten-Berechnungen"
17945
17946 \end_inset
17947
17948  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17949  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17950  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17951  definieren:
17952 \end_layout
17953
17954 \begin_layout Standard
17955
17956 \series bold
17957
17958 \backslash
17959 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17960 \end_layout
17961
17962 \begin_layout Standard
17963 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17964 \emph on
17965 b
17966 \emph default
17967
17968 \emph on
17969 c
17970 \emph default
17971
17972 \emph on
17973 l
17974 \emph default
17975
17976 \emph on
17977 m
17978 \emph default
17979
17980 \emph on
17981 p
17982 \emph default
17983  oder 
17984 \emph on
17985 r
17986 \emph default
17987 , weil diese vordefiniert sind.
17988  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17989 \end_layout
17990
17991 \begin_layout Standard
17992 \begin_inset VSpace medskip
17993 \end_inset
17994
17995
17996 \end_layout
17997
17998 \begin_layout Standard
17999 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18000  Breite könnte das Format so aussehen:
18001 \end_layout
18002
18003 \begin_layout Standard
18004
18005 \series bold
18006
18007 \backslash
18008 newcolumntype{M}[1]{>{
18009 \backslash
18010 centering
18011 \backslash
18012 hspace{0pt}}m{#1}}
18013 \end_layout
18014
18015 \begin_layout Standard
18016 wobei 
18017 \series bold
18018
18019 \backslash
18020 hspace{0pt}
18021 \series default
18022  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18023  Abschnitt
18024 \begin_inset space ~
18025 \end_inset
18026
18027
18028 \begin_inset CommandInset ref
18029 LatexCommand ref
18030 reference "uab:Mehrfache-Zeilen-in"
18031
18032 \end_inset
18033
18034  beschrieben.
18035  Jetzt können Sie mit
18036 \end_layout
18037
18038 \begin_layout Standard
18039
18040 \series bold
18041 M{Breite}
18042 \end_layout
18043
18044 \begin_layout Standard
18045 im 
18046 \family sans
18047 LaTeX-Argument
18048 \family default
18049  im 
18050 \family sans
18051 Tabellen-Einstellungen
18052 \family default
18053 -Dialog eine Mehrfachspalte definieren.
18054 \end_layout
18055
18056 \begin_layout Standard
18057 \begin_inset VSpace bigskip
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \begin_layout Standard
18064 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18065  Format definieren:
18066 \end_layout
18067
18068 \begin_layout Standard
18069
18070 \series bold
18071
18072 \backslash
18073 newcolumntype{S}[2]{>{
18074 \backslash
18075 centering
18076 \backslash
18077 hspace{0pt}}
18078 \begin_inset Newline newline
18079 \end_inset
18080
18081
18082 \begin_inset ERT
18083 status collapsed
18084
18085 \begin_layout Plain Layout
18086
18087
18088 \backslash
18089 phantom{
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \backslash
18096 newcolumntype
18097 \begin_inset ERT
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101
18102 }
18103 \end_layout
18104
18105 \end_inset
18106
18107 m{(#1+(2
18108 \backslash
18109 tabcolsep+
18110 \backslash
18111 arrayrulewidth)*(1-#2))/#2}}
18112 \end_layout
18113
18114 \begin_layout Standard
18115 Dieses Format benutzt Gleichung
18116 \begin_inset space ~
18117 \end_inset
18118
18119
18120 \begin_inset CommandInset ref
18121 LatexCommand ref
18122 reference "eq:Wgn"
18123
18124 \end_inset
18125
18126 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18127  breit ist.
18128 \end_layout
18129
18130 \begin_layout Standard
18131 Jetzt können Sie im 
18132 \family sans
18133 LaTeX-Argument
18134 \family default
18135  im 
18136 \family sans
18137 Tabellen-Einstellungen
18138 \family default
18139 -Dialog folgendes einfügen:
18140 \end_layout
18141
18142 \begin_layout Standard
18143
18144 \series bold
18145 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18146 \end_layout
18147
18148 \begin_layout Standard
18149 \begin_inset VSpace bigskip
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \begin_layout Standard
18156 Für farbige Spalten können Sie folgendes einfügen:
18157 \end_layout
18158
18159 \begin_layout Standard
18160
18161 \series bold
18162
18163 \backslash
18164 newcolumntype{K}[1]{>{
18165 \backslash
18166 columncolor{#1}
18167 \backslash
18168 hspace{0pt}}c}
18169 \end_layout
18170
18171 \begin_layout Standard
18172 Das 
18173 \begin_inset Quotes gld
18174 \end_inset
18175
18176 c
18177 \begin_inset Quotes grd
18178 \end_inset
18179
18180  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18181  zentriert ist.
18182  Jetzt können Sie als 
18183 \family sans
18184 LaTeX-Argument
18185 \family default
18186  folgendes einfügen:
18187 \end_layout
18188
18189 \begin_layout Standard
18190
18191 \series bold
18192 K{Farbname}
18193 \end_layout
18194
18195 \begin_layout Standard
18196 \begin_inset VSpace bigskip
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Standard
18203 Für Tabelle
18204 \begin_inset space ~
18205 \end_inset
18206
18207
18208 \begin_inset CommandInset ref
18209 LatexCommand ref
18210 reference "tab:Tabelle-mit-benutzerdefinierte"
18211
18212 \end_inset
18213
18214  wurden folgende 
18215 \family sans
18216 LaTeX-Argumente
18217 \family default
18218  benutzt:
18219 \end_layout
18220
18221 \begin_layout Standard
18222
18223 \series bold
18224 M{2.5cm}
18225 \end_layout
18226
18227 \begin_layout Standard
18228 für die erste Spalte und die Mehrfachspalte,
18229 \end_layout
18230
18231 \begin_layout Standard
18232
18233 \series bold
18234 K{red}
18235 \end_layout
18236
18237 \begin_layout Standard
18238 für die letzte Spalte und
18239 \end_layout
18240
18241 \begin_layout Standard
18242
18243 \series bold
18244 S{2.5cm}{2}
18245 \end_layout
18246
18247 \begin_layout Standard
18248 für die Spalten in der zweiten Mehrfachspalte.
18249 \end_layout
18250
18251 \begin_layout Standard
18252 \begin_inset Float table
18253 placement h
18254 wide false
18255 sideways false
18256 status open
18257
18258 \begin_layout Plain Layout
18259 \begin_inset Caption
18260
18261 \begin_layout Plain Layout
18262 \begin_inset CommandInset label
18263 LatexCommand label
18264 name "tab:Tabelle-mit-benutzerdefinierte"
18265
18266 \end_inset
18267
18268 Tabelle mit benutzerdefinierten Formaten
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Plain Layout
18277 \align center
18278 \begin_inset Tabular
18279 <lyxtabular version="3" rows="3" columns="4">
18280 <features>
18281 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18282 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18283 <column alignment="center" valignment="middle" width="0">
18284 <column alignment="center" valignment="middle" width="0" special="K{red}">
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290 einsehrlangesWort
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 Mehrfachspalte mit mehreren Zeilen
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 c
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 </row>
18323 <row>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 d
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 e
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 f
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 g
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 </row>
18361 <row>
18362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 h
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 i
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 j
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 k
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 </row>
18399 </lyxtabular>
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Subsection
18412 Liniendicke
18413 \begin_inset CommandInset label
18414 LatexCommand label
18415 name "uab:Liniendicke"
18416
18417 \end_inset
18418
18419
18420 \begin_inset Index
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424 Tabellen  ! Linien ! -dicke
18425 \end_layout
18426
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \begin_layout Standard
18433 Die Liniendicke für alle Linien einer Tabelle kann mit 
18434 \series bold
18435
18436 \backslash
18437 arrayrulewidth
18438 \series default
18439  eingestellt werden.
18440  Um eine Liniendicke von 1.5
18441 \begin_inset space \thinspace{}
18442 \end_inset
18443
18444 pt wie in Tabelle
18445 \begin_inset space ~
18446 \end_inset
18447
18448
18449 \begin_inset CommandInset ref
18450 LatexCommand ref
18451 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18452
18453 \end_inset
18454
18455  zu bekommen, geben Sie den Befehl
18456 \end_layout
18457
18458 \begin_layout Standard
18459
18460 \series bold
18461
18462 \backslash
18463 setlength{
18464 \backslash
18465 arrayrulewidth}{1.5pt}
18466 \end_layout
18467
18468 \begin_layout Standard
18469 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18470  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18471  Mit
18472 \end_layout
18473
18474 \begin_layout Standard
18475
18476 \series bold
18477
18478 \backslash
18479 setlength{
18480 \backslash
18481 arrayrulewidth}{0.4pt}
18482 \end_layout
18483
18484 \begin_layout Standard
18485 bekommen Sie wieder die Standarddicke.
18486 \end_layout
18487
18488 \begin_layout Standard
18489 \begin_inset ERT
18490 status collapsed
18491
18492 \begin_layout Plain Layout
18493
18494
18495 \backslash
18496 setlength{
18497 \backslash
18498 arrayrulewidth}{1.5pt}
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \begin_inset Float table
18505 placement H
18506 wide false
18507 sideways false
18508 status open
18509
18510 \begin_layout Plain Layout
18511 \begin_inset Caption
18512
18513 \begin_layout Plain Layout
18514 \begin_inset CommandInset label
18515 LatexCommand label
18516 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18517
18518 \end_inset
18519
18520 Tabelle mit 1.5
18521 \begin_inset space \thinspace{}
18522 \end_inset
18523
18524 pt Liniendicke
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Plain Layout
18533 \align center
18534 \begin_inset Tabular
18535 <lyxtabular version="3" rows="3" columns="3">
18536 <features>
18537 <column alignment="center" valignment="top" width="0">
18538 <column alignment="center" valignment="top" width="0">
18539 <column alignment="center" valignment="top" width="0">
18540 <row>
18541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 sd
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 </row>
18569 <row>
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" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 sd
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 </row>
18598 <row>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 sd
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 </row>
18627 </lyxtabular>
18628
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \begin_inset ERT
18638 status collapsed
18639
18640 \begin_layout Plain Layout
18641
18642
18643 \backslash
18644 setlength{
18645 \backslash
18646 arrayrulewidth}{0.4pt}
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Standard
18655 \begin_inset VSpace bigskip
18656 \end_inset
18657
18658 Um eine Liniendicke von 1.5
18659 \begin_inset space \thinspace{}
18660 \end_inset
18661
18662 pt nur für horizontale Linien zu bekommen wie in Tabelle
18663 \begin_inset space ~
18664 \end_inset
18665
18666
18667 \begin_inset CommandInset ref
18668 LatexCommand ref
18669 reference "tab:Tabelle-mit-1.5pt-horiz"
18670
18671 \end_inset
18672
18673 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18674  einfügen:
18675 \end_layout
18676
18677 \begin_layout Standard
18678
18679 \series bold
18680
18681 \backslash
18682 let
18683 \backslash
18684 myHline
18685 \backslash
18686 hline
18687 \begin_inset Newline newline
18688 \end_inset
18689
18690
18691 \backslash
18692 renewcommand{
18693 \backslash
18694 hline}
18695 \begin_inset Newline newline
18696 \end_inset
18697
18698  {
18699 \backslash
18700 noalign{
18701 \backslash
18702 global
18703 \backslash
18704 arrayrulewidth 1.5pt}
18705 \begin_inset Newline newline
18706 \end_inset
18707
18708  
18709 \backslash
18710 myHline
18711 \backslash
18712 noalign{
18713 \backslash
18714 global
18715 \backslash
18716 arrayrulewidth 0.4pt}}
18717 \end_layout
18718
18719 \begin_layout Standard
18720 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18721  der (Gleit\SpecialChar \-
18722 objekt-)Tabelle zurück:
18723 \end_layout
18724
18725 \begin_layout Standard
18726
18727 \series bold
18728
18729 \backslash
18730 renewcommand{
18731 \backslash
18732 hline}{
18733 \backslash
18734 myHline}
18735 \end_layout
18736
18737 \begin_layout Standard
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 let
18746 \backslash
18747 myHline
18748 \backslash
18749 hline
18750 \end_layout
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 renewcommand{
18757 \backslash
18758 hline}
18759 \end_layout
18760
18761 \begin_layout Plain Layout
18762
18763  {
18764 \backslash
18765 noalign{
18766 \backslash
18767 global
18768 \backslash
18769 arrayrulewidth 1.5pt}
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774   
18775 \backslash
18776 myHline
18777 \backslash
18778 noalign{
18779 \backslash
18780 global
18781 \backslash
18782 arrayrulewidth 0.4pt}}
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \begin_inset Float table
18789 placement h
18790 wide false
18791 sideways false
18792 status open
18793
18794 \begin_layout Plain Layout
18795 \begin_inset Caption
18796
18797 \begin_layout Plain Layout
18798 \begin_inset CommandInset label
18799 LatexCommand label
18800 name "tab:Tabelle-mit-1.5pt-horiz"
18801
18802 \end_inset
18803
18804 Tabelle mit 1.5
18805 \begin_inset space \thinspace{}
18806 \end_inset
18807
18808 pt dicken horizontalen Linien
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Plain Layout
18817 \align center
18818 \begin_inset Tabular
18819 <lyxtabular version="3" rows="3" columns="3">
18820 <features>
18821 <column alignment="center" valignment="top" width="0">
18822 <column alignment="center" valignment="top" width="0">
18823 <column alignment="center" valignment="top" width="0">
18824 <row>
18825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829 sd
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 <row>
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" usebox="none">
18864 \begin_inset Text
18865
18866 \begin_layout Plain Layout
18867 sd
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 </row>
18882 <row>
18883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905 sd
18906 \end_layout
18907
18908 \end_inset
18909 </cell>
18910 </row>
18911 </lyxtabular>
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919
18920
18921 \begin_inset ERT
18922 status collapsed
18923
18924 \begin_layout Plain Layout
18925
18926
18927 \backslash
18928 renewcommand{
18929 \backslash
18930 hline}{
18931 \backslash
18932 myHline}
18933 \end_layout
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \begin_layout Standard
18941 \begin_inset VSpace bigskip
18942 \end_inset
18943
18944 Um die Liniendicke von 1.5
18945 \begin_inset space \thinspace{}
18946 \end_inset
18947
18948 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18949  Spaltenformat entsprechend der Beschreibung in Abschnitt
18950 \begin_inset space ~
18951 \end_inset
18952
18953
18954 \begin_inset CommandInset ref
18955 LatexCommand ref
18956 reference "uab:Angepasste-Zellen-/Spaltenformate"
18957
18958 \end_inset
18959
18960  definieren:
18961 \end_layout
18962
18963 \begin_layout Standard
18964
18965 \series bold
18966
18967 \backslash
18968 newcolumntype{V}{!{
18969 \backslash
18970 vrule width 1.5pt}}
18971 \end_layout
18972
18973 \begin_layout Standard
18974 In Tabelle
18975 \begin_inset space ~
18976 \end_inset
18977
18978
18979 \begin_inset CommandInset ref
18980 LatexCommand ref
18981 reference "tab:Tabelle-mit-1.5pt-vert"
18982
18983 \end_inset
18984
18985  wurde das 
18986 \family sans
18987 LaTe
18988 \begin_inset ERT
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992
18993 {}
18994 \end_layout
18995
18996 \end_inset
18997
18998 X-Argument
18999 \family default
19000 \series bold
19001  VcV
19002 \series default
19003  für die letzte Spalte und
19004 \series bold
19005  Vc
19006 \series default
19007  für die anderen benutzt.
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset Float table
19012 placement H
19013 wide false
19014 sideways false
19015 status open
19016
19017 \begin_layout Plain Layout
19018 \begin_inset Caption
19019
19020 \begin_layout Plain Layout
19021 \begin_inset CommandInset label
19022 LatexCommand label
19023 name "tab:Tabelle-mit-1.5pt-vert"
19024
19025 \end_inset
19026
19027 Tabelle mit 1.5
19028 \begin_inset space \thinspace{}
19029 \end_inset
19030
19031 pt dicken vertikalen Linien
19032 \end_layout
19033
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \begin_layout Plain Layout
19040 \align center
19041 \begin_inset Tabular
19042 <lyxtabular version="3" rows="3" columns="3">
19043 <features>
19044 <column alignment="center" valignment="top" width="0" special="Vc">
19045 <column alignment="center" valignment="top" width="0" special="Vc">
19046 <column alignment="center" valignment="top" width="0" special="VcV">
19047 <row>
19048 <cell alignment="center" valignment="top" topline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 sd
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 <row>
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 sd
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 </row>
19105 <row>
19106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 sd
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 </lyxtabular>
19135
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \begin_layout Subsection
19147 Gestrichelte Linien
19148 \begin_inset Index
19149 status collapsed
19150
19151 \begin_layout Plain Layout
19152 Tabellen  ! Linien ! gestrichelte 
19153 \end_layout
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \begin_layout Standard
19161 \begin_inset ERT
19162 status collapsed
19163
19164 \begin_layout Plain Layout
19165
19166
19167 \backslash
19168 ifarydshln
19169 \end_layout
19170
19171 \end_inset
19172
19173
19174 \begin_inset Note Note
19175 status open
19176
19177 \begin_layout Plain Layout
19178 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19179 \series bold
19180 arydshln
19181 \series default
19182  installiert ist.
19183 \end_layout
19184
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \begin_layout Standard
19191 \begin_inset Float table
19192 placement h
19193 wide false
19194 sideways false
19195 status open
19196
19197 \begin_layout Plain Layout
19198 \begin_inset Caption
19199
19200 \begin_layout Plain Layout
19201 \begin_inset CommandInset label
19202 LatexCommand label
19203 name "tab:Tabelle-mit-gestrichelten"
19204
19205 \end_inset
19206
19207 Tabelle mit gestrichelten Linien
19208 \end_layout
19209
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \begin_layout Plain Layout
19216 \align center
19217 \begin_inset Tabular
19218 <lyxtabular version="3" rows="5" columns="5">
19219 <features>
19220 <column alignment="center" valignment="top" width="0">
19221 <column alignment="center" valignment="top" width="0">
19222 <column alignment="center" valignment="top" width="0" special=":c">
19223 <column alignment="center" valignment="top" width="0">
19224 <column alignment="center" valignment="top" width="0">
19225 <row>
19226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 a
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 b
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 c
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 d
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 e
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 f
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 g
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 <cell alignment="center" valignment="top" topline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 h
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 i
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 j
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 </row>
19319 <row>
19320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 \begin_inset ERT
19325 status collapsed
19326
19327 \begin_layout Plain Layout
19328
19329
19330 \backslash
19331 hdashline 
19332 \end_layout
19333
19334 \end_inset
19335
19336 k
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 l
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 m
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 n
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372 o
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 \begin_inset ERT
19384 status collapsed
19385
19386 \begin_layout Plain Layout
19387
19388
19389 \backslash
19390 cdashline{4-5}
19391 \end_layout
19392
19393 \end_inset
19394
19395 p
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 q
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 r
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 s
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 t
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 u
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 v
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 w
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 x
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 </row>
19484 </lyxtabular>
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \begin_layout Standard
19497 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19498  TeX-Code benutzen.
19499  Zunächst müssen Sie das LaTeX-Paket 
19500 \series bold
19501 arydshln
19502 \series default
19503
19504 \begin_inset Index
19505 status collapsed
19506
19507 \begin_layout Plain Layout
19508 LaTeX-Pakete ! arydshln
19509 \end_layout
19510
19511 \end_inset
19512
19513  im LaTeX-Vorspann laden:
19514 \end_layout
19515
19516 \begin_layout Standard
19517
19518 \series bold
19519
19520 \backslash
19521 usepackage{arydshln}
19522 \end_layout
19523
19524 \begin_layout Standard
19525 Um senkrechte Linien zu stricheln, müssen Sie im 
19526 \family sans
19527 LaTe
19528 \begin_inset ERT
19529 status collapsed
19530
19531 \begin_layout Plain Layout
19532
19533 {}
19534 \end_layout
19535
19536 \end_inset
19537
19538 X-Argument
19539 \family default
19540  des 
19541 \family sans
19542 Tabellen-Einstellungen
19543 \family default
19544 -Dialogs 
19545 \begin_inset Quotes gld
19546 \end_inset
19547
19548 :
19549 \begin_inset Quotes grd
19550 \end_inset
19551
19552 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19553 \end_layout
19554
19555 \begin_layout Standard
19556 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19557 \end_layout
19558
19559 \begin_layout Standard
19560
19561 \series bold
19562
19563 \backslash
19564 hdashline
19565 \end_layout
19566
19567 \begin_layout Standard
19568 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19569 \end_layout
19570
19571 \begin_layout Standard
19572 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19573 \end_layout
19574
19575 \begin_layout Standard
19576
19577 \series bold
19578
19579 \backslash
19580 cdashline{Anfangsspalte-Endspalte}
19581 \end_layout
19582
19583 \begin_layout Standard
19584 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19585  Wenn Sie z.
19586 \begin_inset space \thinspace{}
19587 \end_inset
19588
19589 B.
19590  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19591  gestrichelte Linie haben, fügen Sie den Befehl
19592 \end_layout
19593
19594 \begin_layout Standard
19595
19596 \series bold
19597
19598 \backslash
19599 cdashline{2-4}
19600 \end_layout
19601
19602 \begin_layout Standard
19603 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19604 \end_layout
19605
19606 \begin_layout Standard
19607 \begin_inset VSpace bigskip
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \begin_layout Standard
19614 In Tabelle
19615 \begin_inset space ~
19616 \end_inset
19617
19618
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "tab:Tabelle-mit-gestrichelten"
19622
19623 \end_inset
19624
19625  wurde in der dritten Spalte der Befehl
19626 \series bold
19627  
19628 \series default
19629
19630 \begin_inset Quotes gld
19631 \end_inset
19632
19633
19634 \series bold
19635 :c
19636 \begin_inset Quotes grd
19637 \end_inset
19638
19639
19640 \series default
19641  benutzt.
19642  Der Befehl 
19643 \series bold
19644
19645 \backslash
19646 hdashline
19647 \series default
19648  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19649 \begin_inset Newline newline
19650 \end_inset
19651
19652  
19653 \series bold
19654
19655 \backslash
19656 cdashline{4-5} 
19657 \series default
19658 wurde in die erste Zelle der vierten Zeile eingefügt.
19659 \end_layout
19660
19661 \begin_layout Standard
19662 \begin_inset Note Greyedout
19663 status open
19664
19665 \begin_layout Plain Layout
19666
19667 \series bold
19668 Bemerkung:
19669 \series default
19670  Das LaTeX-Paket 
19671 \series bold
19672 arydshln
19673 \series default
19674  ist nicht kompatibel dem LaTeX-Paket 
19675 \series bold
19676 colortbl
19677 \series default
19678
19679 \begin_inset Index
19680 status collapsed
19681
19682 \begin_layout Plain Layout
19683 LaTeX-Pakete ! colortbl
19684 \end_layout
19685
19686 \end_inset
19687
19688 , das für die farbigen Tabellen in Abschnitt
19689 \begin_inset space ~
19690 \end_inset
19691
19692
19693 \begin_inset CommandInset ref
19694 LatexCommand ref
19695 reference "abs:Farbige-Tabellen"
19696
19697 \end_inset
19698
19699  benutzt wurde.
19700  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \begin_layout Standard
19709 \begin_inset ERT
19710 status collapsed
19711
19712 \begin_layout Plain Layout
19713
19714
19715 \backslash
19716 else
19717 \end_layout
19718
19719 \end_inset
19720
19721
19722 \begin_inset Note Note
19723 status open
19724
19725 \begin_layout Plain Layout
19726 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19727 \series bold
19728 arydshln
19729 \series default
19730  nicht installiert ist:
19731 \end_layout
19732
19733 \end_inset
19734
19735
19736 \end_layout
19737
19738 \begin_layout Standard
19739 Sie müssen das LaTeX-Paket 
19740 \series bold
19741 arydshln
19742 \series default
19743  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19744 \end_layout
19745
19746 \begin_layout Standard
19747 \begin_inset ERT
19748 status collapsed
19749
19750 \begin_layout Plain Layout
19751
19752
19753 \backslash
19754 fi
19755 \end_layout
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Chapter
19763 Gleitobjekte
19764 \begin_inset Index
19765 status collapsed
19766
19767 \begin_layout Plain Layout
19768 Gleitobjekte
19769 \end_layout
19770
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \begin_layout Section
19777 Einleitung
19778 \begin_inset CommandInset label
19779 LatexCommand label
19780 name "abs:Gleitobjekte-Einleitung"
19781
19782 \end_inset
19783
19784
19785 \begin_inset Index
19786 status collapsed
19787
19788 \begin_layout Plain Layout
19789 Gleitobjekte ! Einleitung
19790 \end_layout
19791
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \begin_layout Standard
19798 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19799  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19800  der beste Platz ist.
19801  
19802 \family sans
19803 Fußnoten
19804 \family default
19805  und 
19806 \family sans
19807 Randnotizen
19808 \family default
19809  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19810  wenn auf ihrer Seite schon zu viele sind.
19811 \end_layout
19812
19813 \begin_layout Standard
19814 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19815  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19816  um weiße Flächen und Seiten ohne Text zu vermeiden.
19817  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19818 löst,
19819  kann im Text auf ein Gleitobjekt verwiesen werden.
19820  Gleitobjekte sind deshalb nummeriert.
19821  Querverweise werden in Abschnitt
19822 \begin_inset space ~
19823 \end_inset
19824
19825
19826 \begin_inset CommandInset ref
19827 LatexCommand ref
19828 reference "abs:Auf-Gleitobjekte-verweisen"
19829
19830 \end_inset
19831
19832  beschrieben.
19833 \end_layout
19834
19835 \begin_layout Standard
19836 Ein Gleitobjekt wird mit 
19837 \family sans
19838 Einfügen\SpecialChar \menuseparator
19839 Gleitobjekt\SpecialChar \menuseparator
19840 Algorithmus/Abbildung/Ta\SpecialChar \-
19841 belle/Um\SpecialChar \-
19842 flos\SpecialChar \-
19843 se\SpecialChar \-
19844 nes
19845 \begin_inset space ~
19846 \end_inset
19847
19848 Gleitobjekt
19849 \family default
19850  eingefügt.
19851  Für Abbildungen oder Tabellen können Sie auch auf 
19852 \begin_inset Graphics
19853         filename ../../images/float-insert_figure.png
19854         scale 70
19855         scaleBeforeRotation
19856         BoundingBox 0bp 6bp 22bp 22bp
19857
19858 \end_inset
19859
19860  oder 
19861 \begin_inset Graphics
19862         filename ../../images/float-insert_table.png
19863         scale 70
19864         scaleBeforeRotation
19865         BoundingBox 0bp 6bp 22bp 22bp
19866
19867 \end_inset
19868
19869  klicken.
19870  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19871  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19872  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19873  #:).
19874  Statt # sehen Sie die von LyX vergebene Nummer.
19875  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19876  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19877  eingefügt.
19878  In Abschnitt
19879 \begin_inset space ~
19880 \end_inset
19881
19882
19883 \begin_inset CommandInset ref
19884 LatexCommand ref
19885 reference "abs:Titel-Platzierung"
19886
19887 \end_inset
19888
19889  finden Sie mehr über die Platzierung des Titels.
19890  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19891  auch wieder geöffnet.
19892  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19893 \begin_inset Graphics
19894         filename clipart/GleitobjektQt4.png
19895         scale 70
19896         scaleBeforeRotation
19897         BoundingBox 0bp 6bp 128bp 22bp
19898
19899 \end_inset
19900
19901  – ein graues Kästchen mit roter Beschriftung.
19902 \end_layout
19903
19904 \begin_layout Standard
19905 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19906  Gleitobjekte in einem eigenen Absatz einzufügen.
19907 \end_layout
19908
19909 \begin_layout Standard
19910 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19911  indem Sie sie markieren und dann auf 
19912 \begin_inset Graphics
19913         filename ../../images/float-insert_figure.png
19914         scale 70
19915         scaleBeforeRotation
19916         BoundingBox 0bp 6bp 22bp 22bp
19917
19918 \end_inset
19919
19920  oder 
19921 \begin_inset Graphics
19922         filename ../../images/float-insert_table.png
19923         scale 70
19924         scaleBeforeRotation
19925         BoundingBox 0bp 6bp 22bp 22bp
19926
19927 \end_inset
19928
19929  klicken.
19930 \end_layout
19931
19932 \begin_layout Section
19933 Gleitobjekt-Typen
19934 \begin_inset Index
19935 status collapsed
19936
19937 \begin_layout Plain Layout
19938 Gleitobjekte ! Typen
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \begin_layout Standard
19947 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19948 \begin_inset space ~
19949 \end_inset
19950
19951
19952 \begin_inset CommandInset ref
19953 LatexCommand ref
19954 reference "abs:Gleitende-Abbildungen"
19955
19956 \end_inset
19957
19958  und 
19959 \begin_inset CommandInset ref
19960 LatexCommand ref
19961 reference "abs:Gleitende-Tabellen"
19962
19963 \end_inset
19964
19965  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19966 \end_layout
19967
19968 \begin_layout Subsection
19969 Gleitobjekt-Algorithmen
19970 \begin_inset Index
19971 status collapsed
19972
19973 \begin_layout Plain Layout
19974 Gleitobjekte ! Algorithmen
19975 \end_layout
19976
19977 \end_inset
19978
19979
19980 \begin_inset CommandInset label
19981 LatexCommand label
19982 name "uab:Gleitobjekt-Algorithmen"
19983
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \begin_layout Standard
19990 \begin_inset Float algorithm
19991 placement h
19992 wide false
19993 sideways false
19994 status open
19995
19996 \begin_layout Plain Layout
19997 \begin_inset Caption
19998
19999 \begin_layout Plain Layout
20000 \begin_inset CommandInset label
20001 LatexCommand label
20002 name "alg:Ein-Gleitobjekt-Algorithmus"
20003
20004 \end_inset
20005
20006 Ein Gleitobjekt-Algorithmus 
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout LyX-Code
20015 for I in 1..N loop
20016 \begin_inset Newline newline
20017 \end_inset
20018
20019  Sum:= Sum + A(I); /*Kommentar*/
20020 \begin_inset Newline newline
20021 \end_inset
20022
20023 end loop
20024 \begin_inset VSpace -4mm
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \begin_layout Standard
20036 Dieser Typ wird mit 
20037 \family sans
20038 Einfügen\SpecialChar \menuseparator
20039 Gleitobjekt\SpecialChar \menuseparator
20040 Algorithmus
20041 \family default
20042  eingefügt.
20043  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20044  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20045 \begin_inset space ~
20046 \end_inset
20047
20048
20049 \begin_inset CommandInset ref
20050 LatexCommand ref
20051 reference "kap:Programm-Code-Listen"
20052
20053 \end_inset
20054
20055 .
20056  Eine mögliche Absatz-Umgebung hier für ist 
20057 \family sans
20058 LyX-Code
20059 \family default
20060 , beschrieben im 
20061 \emph on
20062 Benutzerhandbuch
20063 \emph default
20064 .
20065  In Algorithmus
20066 \begin_inset space ~
20067 \end_inset
20068
20069
20070 \begin_inset CommandInset ref
20071 LatexCommand ref
20072 reference "alg:Ein-Gleitobjekt-Algorithmus"
20073
20074 \end_inset
20075
20076  wurden am Ende -4
20077 \begin_inset space \thinspace{}
20078 \end_inset
20079
20080 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20081  letzten Zeile gedruckt wird.
20082 \end_layout
20083
20084 \begin_layout Standard
20085 Die Marke 
20086 \emph on
20087 Algorithmus
20088 \emph default
20089  wird nicht automatisch in die druckbare Version übernommen, sondern das
20090  englische Wort 
20091 \emph on
20092 Algorithm
20093 \emph default
20094  verwendet.
20095  Soll
20096 \emph on
20097  Algorithmus
20098 \emph default
20099  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20100 \end_layout
20101
20102 \begin_layout Standard
20103
20104 \series bold
20105
20106 \backslash
20107 floatname{algorithm}{Algorithmus}
20108 \end_layout
20109
20110 \begin_layout Standard
20111 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20112  Sprache wie die LyX Menünamen haben, das Menü 
20113 \family sans
20114 Einfügen\SpecialChar \menuseparator
20115 Liste
20116 \begin_inset space \thinspace{}
20117 \end_inset
20118
20119 /
20120 \begin_inset space \thinspace{}
20121 \end_inset
20122
20123 Inhaltsverzeichnis\SpecialChar \menuseparator
20124 Algorithmenverzeichnis
20125 \family default
20126  verwendet werden.
20127  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20128  eingefügt werden:
20129 \end_layout
20130
20131 \begin_layout Standard
20132
20133 \series bold
20134
20135 \backslash
20136 listof{algorithm}{Algorithmenverzeichnis}
20137 \end_layout
20138
20139 \begin_layout Standard
20140 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20141  nach dem Schema 
20142 \begin_inset Quotes gld
20143 \end_inset
20144
20145 Kapitelnummer.Algorithmusnummer
20146 \begin_inset Quotes grd
20147 \end_inset
20148
20149  nummeriert.
20150  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20151  einfügen:
20152 \end_layout
20153
20154 \begin_layout Standard
20155
20156 \series bold
20157
20158 \backslash
20159 numberwithin{algorithm}{chapter}
20160 \end_layout
20161
20162 \begin_layout Standard
20163 Um 
20164 \series bold
20165
20166 \backslash
20167 numberwithin
20168 \series default
20169  benutzen zu können, muss in den 
20170 \family sans
20171 Mathe
20172 \begin_inset space ~
20173 \end_inset
20174
20175 Optionen
20176 \family default
20177  der 
20178 \family sans
20179 Dokument-Einstellungen
20180 \family default
20181  
20182 \family sans
20183 AMS
20184 \begin_inset space ~
20185 \end_inset
20186
20187 Mathe
20188 \begin_inset space ~
20189 \end_inset
20190
20191 Paket
20192 \family default
20193
20194 \begin_inset space ~
20195 \end_inset
20196
20197
20198 \family sans
20199 verwenden
20200 \family default
20201  angekreuzt sein.
20202 \end_layout
20203
20204 \begin_layout Subsection
20205 Umflossene Gleitobjekte
20206 \begin_inset Index
20207 status collapsed
20208
20209 \begin_layout Plain Layout
20210 Gleitobjekte ! umflossene
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20220  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20221  den die Abbildung bzw.
20222 \begin_inset space ~
20223 \end_inset
20224
20225 Tabelle übrig lässt.
20226  Sie werden über das Menü
20227 \family sans
20228  Einfügen\SpecialChar \menuseparator
20229 Gleitobjekt\SpecialChar \menuseparator
20230 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20231 objekt
20232 \family default
20233  eingefügt, wenn das LaTeX-Paket 
20234 \series bold
20235 wrapfig
20236 \series default
20237
20238 \begin_inset Index
20239 status collapsed
20240
20241 \begin_layout Plain Layout
20242 LaTeX-Pakete ! wrapfig
20243 \begin_inset ERT
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247
20248
20249 \backslash
20250 vspace{4mm}
20251 \end_layout
20252
20253 \end_inset
20254
20255
20256 \end_layout
20257
20258 \end_inset
20259
20260  installiert ist.
20261 \begin_inset Foot
20262 status collapsed
20263
20264 \begin_layout Plain Layout
20265 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20266 \emph on
20267 LaTeX-Konfiguration
20268 \emph default
20269  beschrieben.
20270 \end_layout
20271
20272 \end_inset
20273
20274  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20275  Box des Gleitobjekts geändert werden.
20276  
20277 \begin_inset Wrap figure
20278 lines 0
20279 placement l
20280 overhang 1cm
20281 width "40col%"
20282 status open
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Graphics
20286         filename ../clipart/mobius.eps
20287         width 40col%
20288         scaleBeforeRotation
20289         rotateOrigin center
20290
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Caption
20298
20299 \begin_layout Plain Layout
20300 \begin_inset CommandInset label
20301 LatexCommand label
20302 name "abb:Dies-ist-eine"
20303
20304 \end_inset
20305
20306 Dies ist eine umflossene Gleitobjekt-Abbildung
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315
20316  Obligatorische Einstellungen sind die 
20317 \family sans
20318 Breite
20319 \family default
20320  und 
20321 \family sans
20322 Platzierung
20323 \family default
20324  des Gleitobjekts.
20325  Optional sind der 
20326 \family sans
20327 Überhang 
20328 \family default
20329 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20330 \begin_inset space \thinspace{}
20331 \end_inset
20332
20333 /
20334 \begin_inset space \thinspace{}
20335 \end_inset
20336
20337 der Seite ragt und die 
20338 \family sans
20339 benötigten Zeilen
20340 \family default
20341 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20342  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20343  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20344  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20345  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20346  zu lassen.
20347  Abbildung
20348 \begin_inset space ~
20349 \end_inset
20350
20351
20352 \begin_inset CommandInset ref
20353 LatexCommand ref
20354 reference "abb:Dies-ist-eine"
20355
20356 \end_inset
20357
20358  ist zum Beispiel ein umflossenes Bild, das 40
20359 \begin_inset space \thinspace{}
20360 \end_inset
20361
20362 % der Spaltenbreite einnimmt, 1
20363 \begin_inset space \thinspace{}
20364 \end_inset
20365
20366 cm in den Rand ragt und links gesetzt wurde.
20367 \begin_inset Foot
20368 status collapsed
20369
20370 \begin_layout Plain Layout
20371 Die benutzbaren Einheiten werden in Anhang
20372 \begin_inset space ~
20373 \end_inset
20374
20375
20376 \begin_inset CommandInset ref
20377 LatexCommand ref
20378 reference "kap:In-LyX-verfügbare"
20379
20380 \end_inset
20381
20382  beschrieben.
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Standard
20391 \begin_inset Note Greyedout
20392 status open
20393
20394 \begin_layout Plain Layout
20395
20396 \series bold
20397 Bemerkung:
20398 \series default
20399  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20400 \begin_inset space \thinspace{}
20401 \end_inset
20402
20403 B.
20404  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20405  oder über anderen Text gedruckt wird.
20406 \end_layout
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Standard
20414 Allgemein gilt:
20415 \end_layout
20416
20417 \begin_layout Itemize
20418 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20419  der nächsten Seite fortgesetzt werden.
20420  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20421  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20422 \end_layout
20423
20424 \begin_layout Itemize
20425 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20426  sie fließen soll, eingefügt werden oder darin.
20427 \end_layout
20428
20429 \begin_layout Itemize
20430 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20431  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20432  ihnen ist.
20433 \end_layout
20434
20435 \begin_layout Itemize
20436 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20437  erlaubt.
20438 \end_layout
20439
20440 \begin_layout Section
20441 Gleitobjekt-Nummerierung
20442 \begin_inset Index
20443 status collapsed
20444
20445 \begin_layout Plain Layout
20446 Gleitobjekte ! Nummerierung
20447 \end_layout
20448
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \begin_layout Standard
20455 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20456  nummeriert oder nach dem Schema 
20457 \begin_inset Quotes gld
20458 \end_inset
20459
20460 Kapitelnummer.Gleitobjektnummer
20461 \begin_inset Quotes grd
20462 \end_inset
20463
20464  oder 
20465 \begin_inset Quotes gld
20466 \end_inset
20467
20468 Abschnittsnummer.Gleitobjektnummer
20469 \begin_inset Quotes grd
20470 \end_inset
20471
20472 .
20473  Das hängt von der Dokumentklasse ab.
20474 \end_layout
20475
20476 \begin_layout Standard
20477 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20478  in den LaTeX-Vorspann einfügen:
20479 \end_layout
20480
20481 \begin_layout Standard
20482
20483 \series bold
20484
20485 \backslash
20486 renewcommand{
20487 \backslash
20488 thetable}{
20489 \backslash
20490 roman{table}}
20491 \end_layout
20492
20493 \begin_layout Standard
20494
20495 \series bold
20496
20497 \backslash
20498 thetable
20499 \series default
20500  ist der Befehl, der die Tabellennummer druckt.
20501  Für Abbildungen ist das 
20502 \series bold
20503
20504 \backslash
20505 thefigure
20506 \series default
20507 .
20508  Der Befehl 
20509 \series bold
20510
20511 \backslash
20512 roman
20513 \series default
20514  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20515 \end_layout
20516
20517 \begin_layout Standard
20518 Um das Nummerierungsschema zum Beispiel auf 
20519 \begin_inset Quotes gld
20520 \end_inset
20521
20522 Unterabschnittsnummer.Num\SpecialChar \-
20523 mer
20524 \begin_inset Quotes grd
20525 \end_inset
20526
20527  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20528 \end_layout
20529
20530 \begin_layout Standard
20531
20532 \series bold
20533
20534 \backslash
20535 numberwithin{table}{subsection}
20536 \end_layout
20537
20538 \begin_layout Standard
20539 Um den Befehl 
20540 \series bold
20541
20542 \backslash
20543 numberwithin
20544 \series default
20545  benutzen zu können, müssen Sie in den 
20546 \family sans
20547 Mathe
20548 \begin_inset space ~
20549 \end_inset
20550
20551 Optionen
20552 \family default
20553  der 
20554 \family sans
20555 Dokument-Einstellungen
20556 \family default
20557  
20558 \family sans
20559 AMS
20560 \begin_inset space ~
20561 \end_inset
20562
20563 Mathe
20564 \begin_inset space ~
20565 \end_inset
20566
20567 Paket
20568 \family default
20569
20570 \begin_inset space ~
20571 \end_inset
20572
20573
20574 \family sans
20575 verwenden
20576 \family default
20577  ankreuzen.
20578 \end_layout
20579
20580 \begin_layout Standard
20581 Sehen Sie sich bitte auch Abschnitt
20582 \begin_inset space ~
20583 \end_inset
20584
20585
20586 \begin_inset CommandInset ref
20587 LatexCommand ref
20588 reference "uab:Fußnoten-Nummerierung"
20589
20590 \end_inset
20591
20592  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20593 \end_layout
20594
20595 \begin_layout Section
20596 Auf Gleitobjekte verweisen
20597 \begin_inset CommandInset label
20598 LatexCommand label
20599 name "abs:Auf-Gleitobjekte-verweisen"
20600
20601 \end_inset
20602
20603
20604 \begin_inset Index
20605 status collapsed
20606
20607 \begin_layout Plain Layout
20608 Gleitobjekte ! Querverweise
20609 \end_layout
20610
20611 \end_inset
20612
20613
20614 \begin_inset Index
20615 status collapsed
20616
20617 \begin_layout Plain Layout
20618 Querverweise ! auf Gleitobjekte
20619 \end_layout
20620
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \begin_layout Standard
20627 Zunächst müssen Sie mit 
20628 \family sans
20629 Einfügen\SpecialChar \menuseparator
20630 Marke
20631 \family default
20632  oder einen Klick auf 
20633 \begin_inset Graphics
20634         filename ../../images/label-insert.png
20635         scale 70
20636         scaleBeforeRotation
20637
20638 \end_inset
20639
20640  eine Marke im Titel einfügen.
20641  Im 
20642 \family sans
20643 Marke
20644 \family default
20645 -Dialog schreiben Sie einen Text in das Feld 
20646 \family sans
20647 Marke
20648 \family default
20649  oder übernehmen den vorgeschlagenen.
20650  Die Marke sieht in LyX dann so aus:
20651 \end_layout
20652
20653 \begin_layout Standard
20654 \begin_inset Graphics
20655         filename clipart/Marke.png
20656         lyxscale 80
20657         scale 50
20658         scaleBeforeRotation
20659         BoundingBox 0bp 6bp 76bp 23bp
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Standard
20667 Die Marke wird als Anker und Name für den Querverweis benutzt.
20668  Mit 
20669 \family sans
20670 Einfügen\SpecialChar \menuseparator
20671 Querverweis
20672 \family default
20673  oder einen Klick auf 
20674 \begin_inset Graphics
20675         filename ../../images/dialog-show-new-inset_ref.png
20676         scale 70
20677         scaleBeforeRotation
20678
20679 \end_inset
20680
20681  können Sie dann auf die Marke verweisen.
20682  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20683  angezeigt:
20684 \end_layout
20685
20686 \begin_layout Standard
20687 \begin_inset Graphics
20688         filename clipart/Querverweis.png
20689         lyxscale 80
20690         scale 50
20691         scaleBeforeRotation
20692         BoundingBox 0bp 6bp 76bp 23bp
20693
20694 \end_inset
20695
20696
20697 \begin_inset Newline newline
20698 \end_inset
20699
20700  Mehr zu Querverweisen finden Sie im 
20701 \emph on
20702 Benutzerhandbuch
20703 \emph default
20704 .
20705 \end_layout
20706
20707 \begin_layout Standard
20708 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20709  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20710  durch einen Zeilenumbruch getrennt werden können.
20711 \end_layout
20712
20713 \begin_layout Standard
20714 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20715  LyX passt die Querverweise automatisch an.
20716 \end_layout
20717
20718 \begin_layout Standard
20719 Ein Klick auf den Schalter 
20720 \family sans
20721 Gehe
20722 \begin_inset space ~
20723 \end_inset
20724
20725 zur
20726 \begin_inset space ~
20727 \end_inset
20728
20729 Marke
20730 \family default
20731  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20732  Der Text der Schaltfläche heißt jetzt 
20733 \family sans
20734 Gehe
20735 \begin_inset space ~
20736 \end_inset
20737
20738 zurück
20739 \family default
20740  und ein Klick darauf macht genau dies.
20741   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20742  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20743  Dann ist auch kein 
20744 \family sans
20745 Gehe
20746 \begin_inset space ~
20747 \end_inset
20748
20749 zurück
20750 \family default
20751  möglich.
20752 \end_layout
20753
20754 \begin_layout Subsection
20755 Querverweis-Formate
20756 \begin_inset CommandInset label
20757 LatexCommand label
20758 name "uab:Querverweis-Formate"
20759
20760 \end_inset
20761
20762
20763 \begin_inset Index
20764 status collapsed
20765
20766 \begin_layout Plain Layout
20767 Querverweise ! Formate
20768 \end_layout
20769
20770 \end_inset
20771
20772
20773 \end_layout
20774
20775 \begin_layout Standard
20776 Es gibt sechs verschiedene Querverweisstile:
20777 \end_layout
20778
20779 \begin_layout Description
20780 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20781  
20782 \begin_inset CommandInset ref
20783 LatexCommand ref
20784 reference "abb:Zwei-Teilabbildungen"
20785
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \begin_layout Description
20792 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20793  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20794  verwendet wird, speziell wenn der Name 
20795 \begin_inset Quotes gld
20796 \end_inset
20797
20798 Gleichung
20799 \begin_inset Quotes grd
20800 \end_inset
20801
20802  weggelassen wird: 
20803 \begin_inset CommandInset ref
20804 LatexCommand eqref
20805 reference "eq:Wgn"
20806
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \begin_layout Description
20813 <Seite>: druckt die Seitennummer: Seite
20814 \begin_inset space ~
20815 \end_inset
20816
20817
20818 \begin_inset CommandInset ref
20819 LatexCommand pageref
20820 reference "abb:Zwei-Teilabbildungen"
20821
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \begin_layout Description
20828 auf
20829 \begin_inset space ~
20830 \end_inset
20831
20832 Seite
20833 \begin_inset space ~
20834 \end_inset
20835
20836 <Seite>: druckt den Text 
20837 \begin_inset Quotes gld
20838 \end_inset
20839
20840 auf Seite
20841 \begin_inset Quotes grd
20842 \end_inset
20843
20844  und die Seitennummer: 
20845 \begin_inset CommandInset ref
20846 LatexCommand vpageref
20847 reference "abb:Zwei-Teilabbildungen"
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Description
20855 <Querverweis>
20856 \begin_inset space ~
20857 \end_inset
20858
20859 auf
20860 \begin_inset space ~
20861 \end_inset
20862
20863 Seite
20864 \begin_inset space ~
20865 \end_inset
20866
20867 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20868 \begin_inset Quotes gld
20869 \end_inset
20870
20871 auf Seite
20872 \begin_inset Quotes grd
20873 \end_inset
20874
20875 , und die Seitennummer: 
20876 \begin_inset CommandInset ref
20877 LatexCommand vref
20878 reference "abb:Zwei-Teilabbildungen"
20879
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \begin_layout Description
20886 Formatierter
20887 \begin_inset space ~
20888 \end_inset
20889
20890 Querverweis: druckt ein selbst definiertes Querverweisformat
20891 \begin_inset Newline newline
20892 \end_inset
20893
20894
20895 \begin_inset Note Greyedout
20896 status open
20897
20898 \begin_layout Plain Layout
20899
20900 \series bold
20901 Bemerkung:
20902 \series default
20903  Dies ist nur möglich, wenn das LaTeX-Paket 
20904 \series bold
20905 prettyref
20906 \series default
20907
20908 \begin_inset Index
20909 status collapsed
20910
20911 \begin_layout Plain Layout
20912 LaTeX-Pakete! prettyref
20913 \end_layout
20914
20915 \end_inset
20916
20917  installiert ist.
20918 \end_layout
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \begin_layout Standard
20926
20927 \family sans
20928 <Seite>
20929 \family default
20930  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20931  vorherigen, der selben oder der nächsten Seite befindet.
20932  Stattdessen wird z.
20933 \begin_inset space \thinspace{}
20934 \end_inset
20935
20936 B.
20937  der Text 
20938 \begin_inset Quotes gld
20939 \end_inset
20940
20941
20942 \family sans
20943 auf dieser Seite
20944 \family default
20945
20946 \begin_inset Quotes grd
20947 \end_inset
20948
20949  gedruckt.
20950  Der Stil 
20951 \family sans
20952 <Querverweis>
20953 \begin_inset space ~
20954 \end_inset
20955
20956 auf
20957 \begin_inset space ~
20958 \end_inset
20959
20960 Seite
20961 \begin_inset space ~
20962 \end_inset
20963
20964 <Seite>
20965 \family default
20966  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
20967  Seite ist.
20968 \end_layout
20969
20970 \begin_layout Standard
20971 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20972  automatisch von LaTeX berechnet.
20973  Die Stile können im Feld 
20974 \family sans
20975 Format
20976 \family default
20977  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20978  einen Querverweis klicken.
20979 \end_layout
20980
20981 \begin_layout Standard
20982 \begin_inset Note Greyedout
20983 status open
20984
20985 \begin_layout Plain Layout
20986
20987 \series bold
20988 Bemerkung:
20989 \series default
20990  Das LaTeX-Paket 
20991 \series bold
20992 prettyref
20993 \series default
20994
20995 \begin_inset Index
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999 LaTeX-Pakete! prettyref
21000 \end_layout
21001
21002 \end_inset
21003
21004  kennt nicht alle möglichen Marken-Kürzel
21005 \begin_inset Foot
21006 status collapsed
21007
21008 \begin_layout Plain Layout
21009  
21010 \begin_inset Quotes gld
21011 \end_inset
21012
21013 abb:
21014 \begin_inset Quotes grd
21015 \end_inset
21016
21017  ist z.
21018 \begin_inset space \thinspace{}
21019 \end_inset
21020
21021 B.
21022  LyXs Kürzel für Marken in Bildbeschriftungen.
21023 \end_layout
21024
21025 \end_inset
21026
21027  von LyX und ist auch nicht internationalisiert.
21028  Wie man weitere Marken-Kürzel und Übersetzungen hinzufüg, ist in der Dokumentat
21029 ion von 
21030 \series bold
21031 prettyref
21032 \series default
21033  beschrieben 
21034 \begin_inset CommandInset citation
21035 LatexCommand cite
21036 key "prettyref"
21037
21038 \end_inset
21039
21040 .
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Subsection
21049 Automatische Querverweisnamen
21050 \begin_inset Index
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 Querverweise ! Automatische Namen 
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 Das LaTeX-Paket 
21064 \series bold
21065 hyperref
21066 \series default
21067
21068 \begin_inset Index
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072 LaTeX-Pakete ! hyperref
21073 \end_layout
21074
21075 \end_inset
21076
21077 , das in den
21078 \family sans
21079  PDF-Eigenschaften
21080 \family default
21081  im 
21082 \family sans
21083 Dokument-Einstellungen
21084 \family default
21085  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21086  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21087  wie 
21088 \emph on
21089 Abschnitt
21090 \emph default
21091 ).
21092  Sie müssen damit z.
21093 \begin_inset space \thinspace{}
21094 \end_inset
21095
21096 B.
21097  nicht mehr den Namen 
21098 \begin_inset Quotes gld
21099 \end_inset
21100
21101 Abbildung
21102 \begin_inset Quotes grd
21103 \end_inset
21104
21105  vor jeden Querverweis auf eine Abbildung schreiben.
21106  Um diese Funktion benutzen zu können, aktivieren Sie 
21107 \series bold
21108 hyperref
21109 \series default
21110  und fügen diese Zeile in den LaTeX-Vorspann ein:
21111 \end_layout
21112
21113 \begin_layout Standard
21114
21115 \series bold
21116
21117 \backslash
21118 AtBeginDocument{
21119 \backslash
21120 renewcommand{
21121 \backslash
21122 ref}[1]{
21123 \backslash
21124 mbox{
21125 \backslash
21126 autoref{#1}}}}
21127 \end_layout
21128
21129 \begin_layout Standard
21130 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21131 \begin_inset space \thinspace{}
21132 \end_inset
21133
21134 B.
21135  statt 
21136 \begin_inset Quotes gld
21137 \end_inset
21138
21139 Abschnitt
21140 \begin_inset Quotes grd
21141 \end_inset
21142
21143  den Namen 
21144 \begin_inset Quotes gld
21145 \end_inset
21146
21147 Kap.
21148 \begin_inset space \thinspace{}
21149 \end_inset
21150
21151
21152 \begin_inset Quotes grd
21153 \end_inset
21154
21155 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21156 \end_layout
21157
21158 \begin_layout Standard
21159
21160 \series bold
21161
21162 \backslash
21163 addto
21164 \backslash
21165 extrasngerman{
21166 \backslash
21167 renewcommand{
21168 \backslash
21169 sectionautorefname}
21170 \begin_inset Newline newline
21171 \end_inset
21172
21173
21174 \begin_inset ERT
21175 status collapsed
21176
21177 \begin_layout Plain Layout
21178
21179
21180 \backslash
21181 hphantom{ }
21182 \end_layout
21183
21184 \end_inset
21185
21186 {Kap.
21187 \backslash
21188 negthinspace}}
21189 \end_layout
21190
21191 \begin_layout Standard
21192 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21193 \begin_inset Newline newline
21194 \end_inset
21195
21196
21197 \series bold
21198
21199 \backslash
21200 extrasngerman
21201 \series default
21202  durch 
21203 \series bold
21204
21205 \backslash
21206 extras***
21207 \series default
21208 , wobei *** der Name der verwendeten Sprache ist.
21209 \end_layout
21210
21211 \begin_layout Standard
21212 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21213  z.
21214 \begin_inset space \thinspace{}
21215 \end_inset
21216
21217 B.
21218  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21219 \end_layout
21220
21221 \begin_layout Standard
21222
21223 \series bold
21224
21225 \backslash
21226 newlength{
21227 \backslash
21228 abc}
21229 \begin_inset Newline newline
21230 \end_inset
21231
21232
21233 \backslash
21234 settowidth{
21235 \backslash
21236 abc}{
21237 \backslash
21238 space}
21239 \begin_inset Newline newline
21240 \end_inset
21241
21242
21243 \backslash
21244 addto
21245 \backslash
21246 extrasenglish{
21247 \backslash
21248 renewcommand{
21249 \backslash
21250 equationautorefname}
21251 \begin_inset Newline newline
21252 \end_inset
21253
21254
21255 \begin_inset ERT
21256 status collapsed
21257
21258 \begin_layout Plain Layout
21259
21260
21261 \backslash
21262 hphantom{ }
21263 \end_layout
21264
21265 \end_inset
21266
21267 {
21268 \backslash
21269 hspace{-
21270 \backslash
21271 abc}}
21272 \end_layout
21273
21274 \begin_layout Standard
21275 Mehr über dieses Thema finden Sie in der 
21276 \series bold
21277 hyperref
21278 \series default
21279 -Dokumentation 
21280 \begin_inset CommandInset citation
21281 LatexCommand cite
21282 key "hyperref"
21283
21284 \end_inset
21285
21286 .
21287 \end_layout
21288
21289 \begin_layout Standard
21290 \begin_inset Note Greyedout
21291 status open
21292
21293 \begin_layout Plain Layout
21294
21295 \series bold
21296 Bemerkung:
21297 \series default
21298  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21299  als Querverweisstil 
21300 \family sans
21301 Formatierter
21302 \begin_inset space ~
21303 \end_inset
21304
21305 Querverweis
21306 \family default
21307  benutzen, wie in Abschnitt
21308 \begin_inset space ~
21309 \end_inset
21310
21311
21312 \begin_inset CommandInset ref
21313 LatexCommand ref
21314 reference "uab:Querverweis-Formate"
21315
21316 \end_inset
21317
21318  beschrieben.
21319 \end_layout
21320
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \begin_layout Standard
21327 Das 
21328 \emph on
21329 Mathe
21330 \emph default
21331  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21332 \end_layout
21333
21334 \begin_layout Subsection
21335 Querverweis-Position
21336 \begin_inset CommandInset label
21337 LatexCommand label
21338 name "uab:Querverweis-Position"
21339
21340 \end_inset
21341
21342
21343 \begin_inset Index
21344 status collapsed
21345
21346 \begin_layout Plain Layout
21347 Querverweise !  Position
21348 \end_layout
21349
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \begin_layout Standard
21356 Wenn Sie 
21357 \series bold
21358 hyperref
21359 \series default
21360
21361 \begin_inset Index
21362 status collapsed
21363
21364 \begin_layout Plain Layout
21365 LaTeX-Pakete ! hyperref
21366 \end_layout
21367
21368 \end_inset
21369
21370  in den
21371 \family sans
21372  PDF-Eigenschaften
21373 \family default
21374  im 
21375 \family sans
21376 Dokument-Einstellungen
21377 \family default
21378  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21379  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21380  und Sie werden das Bild ohne Scrollen nicht sehen.
21381  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21382  ist.
21383  Wenn Sie das  LaTeX-Paket 
21384 \series bold
21385 hypcap
21386 \series default
21387
21388 \begin_inset Index
21389 status collapsed
21390
21391 \begin_layout Plain Layout
21392 LaTeX-Pakete ! hypcap
21393 \end_layout
21394
21395 \end_inset
21396
21397 , das Teil des LaTeX-Pakets 
21398 \series bold
21399 oberdiek
21400 \series default
21401
21402 \begin_inset Index
21403 status collapsed
21404
21405 \begin_layout Plain Layout
21406 LaTeX-Pakete ! oberdiek
21407 \end_layout
21408
21409 \end_inset
21410
21411  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21412  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21413 \series bold
21414 hypcap
21415 \series default
21416  zunächst in den LaTeX-Vorspann laden:
21417 \end_layout
21418
21419 \begin_layout Standard
21420
21421 \series bold
21422
21423 \backslash
21424 usepackage[figure]{hypcap}
21425 \end_layout
21426
21427 \begin_layout Standard
21428 Sie können 
21429 \series bold
21430 hypcap
21431 \series default
21432  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21433  nicht empfohlen.
21434  Weitere Informationen finden Sie im
21435 \series bold
21436  hypcap
21437 \series default
21438 -Handbuch 
21439 \begin_inset CommandInset citation
21440 LatexCommand cite
21441 key "hypcap"
21442
21443 \end_inset
21444
21445 .
21446 \end_layout
21447
21448 \begin_layout Standard
21449 \begin_inset Note Greyedout
21450 status open
21451
21452 \begin_layout Plain Layout
21453
21454 \series bold
21455 Bemerkung:
21456 \series default
21457  
21458 \series bold
21459 hypcap
21460 \series medium
21461  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Section
21470 Gleitobjekt-Platzierung
21471 \begin_inset CommandInset label
21472 LatexCommand label
21473 name "abs:Gleitobjekt-Platzierung"
21474
21475 \end_inset
21476
21477
21478 \begin_inset Index
21479 status collapsed
21480
21481 \begin_layout Plain Layout
21482 Gleitobjekte ! Platzierung
21483 \end_layout
21484
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \begin_layout Standard
21491 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21492 \family sans
21493 Gleitobjekt-Einstellungen
21494 \family default
21495 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21496  können.
21497 \begin_inset Newline newline
21498 \end_inset
21499
21500 Die Option 
21501 \family sans
21502 Spalten
21503 \begin_inset space ~
21504 \end_inset
21505
21506 überspannen
21507 \family default
21508  ist nur bei zweispaltigen Dokumenten sinnvoll.
21509  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21510 \begin_inset Newline newline
21511 \end_inset
21512
21513 Die Option 
21514 \family sans
21515 Seitwärts
21516 \begin_inset space ~
21517 \end_inset
21518
21519 drehen
21520 \family default
21521  ist in Abschnitt 
21522 \begin_inset CommandInset ref
21523 LatexCommand ref
21524 reference "abs:Gedrehte-Gleitobjekte"
21525
21526 \end_inset
21527
21528  beschrieben.
21529 \end_layout
21530
21531 \begin_layout Standard
21532 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21533  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21534  Sie die Option 
21535 \family sans
21536 Standard-Platzierung
21537 \begin_inset space ~
21538 \end_inset
21539
21540 verwenden
21541 \family default
21542  nicht verwenden:
21543 \end_layout
21544
21545 \begin_layout Description
21546 Hier
21547 \begin_inset space ~
21548 \end_inset
21549
21550 wenn
21551 \begin_inset space ~
21552 \end_inset
21553
21554 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21555 \end_layout
21556
21557 \begin_layout Description
21558 Anfang
21559 \begin_inset space ~
21560 \end_inset
21561
21562 der
21563 \begin_inset space ~
21564 \end_inset
21565
21566 Seite
21567 \family sans
21568  
21569 \family default
21570 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21571  Gleitobjekte, die maximal 70
21572 \begin_inset space \thinspace{}
21573 \end_inset
21574
21575 % einer Seite benötigen, dürfen oben platziert werden.
21576  Dies kann durch die Variable 
21577 \series bold
21578
21579 \backslash
21580 topfraction
21581 \series default
21582  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21583 \end_layout
21584
21585 \begin_deeper
21586 \begin_layout Standard
21587
21588 \series bold
21589
21590 \backslash
21591 renewcommand{
21592 \backslash
21593 topfraction}{0.9}
21594 \family typewriter
21595 \series default
21596  
21597 \end_layout
21598
21599 \end_deeper
21600 \begin_layout Description
21601 Ende
21602 \begin_inset space ~
21603 \end_inset
21604
21605 der
21606 \begin_inset space ~
21607 \end_inset
21608
21609 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21610  Gleitobjekte, die maximal 30
21611 \begin_inset space \thinspace{}
21612 \end_inset
21613
21614 % einer Seite benötigen, dürfen unten platziert werden.
21615  Dies kann durch die Variable 
21616 \series bold
21617
21618 \backslash
21619 bottomfraction
21620 \series default
21621  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21622 \end_layout
21623
21624 \begin_deeper
21625 \begin_layout Standard
21626
21627 \series bold
21628
21629 \backslash
21630 renewcommand{
21631 \backslash
21632 bottomfraction}{0.5}
21633 \end_layout
21634
21635 \begin_layout Standard
21636 die oftmals zu kleine untere Grenze auf 50
21637 \begin_inset space \thinspace{}
21638 \end_inset
21639
21640 %.
21641 \end_layout
21642
21643 \end_deeper
21644 \begin_layout Description
21645 Seite
21646 \begin_inset space ~
21647 \end_inset
21648
21649 mit
21650 \begin_inset space ~
21651 \end_inset
21652
21653 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21654  Nur wenn mehr als 50
21655 \begin_inset space \thinspace{}
21656 \end_inset
21657
21658 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21659  Gleitobjekte bereitgestellt.
21660  Dies kann durch die Variable 
21661 \series bold
21662
21663 \backslash
21664 floatpagefraction 
21665 \series default
21666 im LaTeX-Vorspann überschrieben werden.
21667 \end_layout
21668
21669 \begin_layout Standard
21670 Die Reihenfolge der obigen Optionen wird 
21671 \emph on
21672 immer
21673 \emph default
21674  von LaTeX verwendet.
21675  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21676  versuchen 
21677 \family sans
21678 Hier
21679 \begin_inset space \space{}
21680 \end_inset
21681
21682 wenn
21683 \begin_inset space \space{}
21684 \end_inset
21685
21686 möglich
21687 \family default
21688 , dann 
21689 \family sans
21690 Anfang
21691 \begin_inset space ~
21692 \end_inset
21693
21694 der
21695 \begin_inset space ~
21696 \end_inset
21697
21698 Seite
21699 \family default
21700  und dann die anderen Optionen anzuwenden.
21701  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21702  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21703  Reihenfolge.
21704  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21705 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21706 \end_layout
21707
21708 \begin_layout Standard
21709 Die Option 
21710 \family sans
21711 Hier,
21712 \begin_inset space ~
21713 \end_inset
21714
21715 auf
21716 \begin_inset space ~
21717 \end_inset
21718
21719 jeden
21720 \begin_inset space ~
21721 \end_inset
21722
21723 Fall
21724 \family default
21725  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21726  fast druckreif ist.
21727  Denn mit der Option kann das Objekt nicht mehr 
21728 \emph on
21729 gleiten
21730 \emph default
21731 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21732  oftmals zerstört.
21733 \end_layout
21734
21735 \begin_layout Standard
21736 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21737  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21738 \begin_inset VSpace bigskip
21739 \end_inset
21740
21741
21742 \end_layout
21743
21744 \begin_layout Standard
21745 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21746 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21747  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21748  Das kann mit dem LaTeX-Befehl
21749 \series bold
21750  
21751 \backslash
21752 suppressfloats
21753 \series default
21754  verhindert werden.
21755  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21756  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21757  gesetzt wird.
21758  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21759 \end_layout
21760
21761 \begin_layout Standard
21762
21763 \series bold
21764
21765 \backslash
21766 let
21767 \backslash
21768 meinAbschnitt
21769 \backslash
21770 section
21771 \begin_inset Newline newline
21772 \end_inset
21773
21774
21775 \backslash
21776 renewcommand{
21777 \backslash
21778 section}{
21779 \backslash
21780 suppressfloats[t]
21781 \backslash
21782 meinAbschnitt}
21783 \end_layout
21784
21785 \begin_layout Standard
21786 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21787  Unterabschnitten festlegen.
21788  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21789  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21790 \end_layout
21791
21792 \begin_layout Standard
21793 Es gibt auch noch das LaTeX-Paket 
21794 \series bold
21795 flafter
21796 \series default
21797
21798 \begin_inset Index
21799 status collapsed
21800
21801 \begin_layout Plain Layout
21802 LaTeX-Pakete ! flafter
21803 \end_layout
21804
21805 \end_inset
21806
21807  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21808  gedruckt wird.
21809 \end_layout
21810
21811 \begin_layout Standard
21812 \begin_inset VSpace bigskip
21813 \end_inset
21814
21815 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21816  Dafür gibt es das LaTeX-Paket 
21817 \series bold
21818 endfloat
21819 \series default
21820
21821 \begin_inset Index
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825 LaTeX-Pakete ! endfloat
21826 \end_layout
21827
21828 \end_inset
21829
21830 .
21831  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21832  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21833  
21834 \family sans
21835
21836 \begin_inset Quotes gld
21837 \end_inset
21838
21839 [Abbildung
21840 \begin_inset space ~
21841 \end_inset
21842
21843 3.2 ist ungefähr hier.]
21844 \family default
21845
21846 \begin_inset Quotes grd
21847 \end_inset
21848
21849  finden.
21850  Das 
21851 \series bold
21852 endfloat
21853 \series default
21854 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21855 \end_layout
21856
21857 \begin_layout Standard
21858
21859 \series bold
21860
21861 \backslash
21862 usepackage[Optionen]{endfloat}
21863 \end_layout
21864
21865 \begin_layout Standard
21866 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21867  Tabellen-Abschnitte, die Sie in der 
21868 \series bold
21869 endfloat
21870 \series default
21871 -Dokumentation 
21872 \begin_inset CommandInset citation
21873 LatexCommand cite
21874 key "endfloat"
21875
21876 \end_inset
21877
21878  nachlesen können.
21879 \begin_inset Newline newline
21880 \end_inset
21881
21882
21883 \begin_inset Note Greyedout
21884 status open
21885
21886 \begin_layout Plain Layout
21887
21888 \series bold
21889 Bemerkung
21890 \begin_inset space ~
21891 \end_inset
21892
21893 1: endfloat
21894 \series default
21895  übersetzt den Hinweistext nicht automatisch.
21896  Abschnitt
21897 \begin_inset space ~
21898 \end_inset
21899
21900 4 in 
21901 \begin_inset CommandInset citation
21902 LatexCommand cite
21903 key "endfloat"
21904
21905 \end_inset
21906
21907  beschreibt, wie es geht.
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Standard
21916 \begin_inset Note Greyedout
21917 status open
21918
21919 \begin_layout Plain Layout
21920
21921 \series bold
21922 Bemerkung
21923 \begin_inset space ~
21924 \end_inset
21925
21926 2: 
21927 \series default
21928 Die aktuelle Version von 
21929 \series bold
21930 endfloat
21931 \series default
21932  hat einen Fehler, wenn die Überschrift ein 
21933 \begin_inset Quotes gld
21934 \end_inset
21935
21936 ß
21937 \begin_inset Quotes grd
21938 \end_inset
21939
21940  enthält.
21941  Sie müssen stattdessen den Befehl 
21942 \series bold
21943
21944 \backslash
21945 ss
21946 \series default
21947  als TeX-Code benutzen.
21948 \end_layout
21949
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \begin_layout Standard
21956 \begin_inset VSpace bigskip
21957 \end_inset
21958
21959 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21960  wie 
21961 \begin_inset CommandInset citation
21962 LatexCommand cite
21963 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21964
21965 \end_inset
21966
21967 .
21968 \end_layout
21969
21970 \begin_layout Section
21971 Gedrehte Gleitobjekte
21972 \begin_inset CommandInset label
21973 LatexCommand label
21974 name "abs:Gedrehte-Gleitobjekte"
21975
21976 \end_inset
21977
21978
21979 \begin_inset Index
21980 status collapsed
21981
21982 \begin_layout Plain Layout
21983 Gleitobjekte ! drehen
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \end_layout
21990
21991 \begin_layout Standard
21992 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21993 t drehen.
21994  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21995  und die Option 
21996 \family sans
21997 Seitwärts
21998 \begin_inset space ~
21999 \end_inset
22000
22001 drehen
22002 \family default
22003  wählen.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22008  sie ein mehrspaltiges Dokument haben) gedruckt.
22009  Sie können mehrere Spalten überspannen, wenn die Option 
22010 \family sans
22011 Spalten
22012 \begin_inset space ~
22013 \end_inset
22014
22015 überspannen
22016 \family default
22017  in den Gleitobjekt Einstellungen gewählt ist.
22018  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22019  werden können.
22020  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22021  Option 
22022 \series bold
22023 figuresleft
22024 \series default
22025  oder 
22026 \series bold
22027 figuresright
22028 \series default
22029  zu den Dokumentklassen-Optionen hinzu.
22030 \end_layout
22031
22032 \begin_layout Standard
22033 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22034  Tabelle
22035 \begin_inset space ~
22036 \end_inset
22037
22038
22039 \begin_inset CommandInset ref
22040 LatexCommand ref
22041 reference "tab:Gedrehte-Tabelle"
22042
22043 \end_inset
22044
22045  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22046 \end_layout
22047
22048 \begin_layout Standard
22049 \begin_inset Note Greyedout
22050 status open
22051
22052 \begin_layout Plain Layout
22053
22054 \series bold
22055 Bemerkung:
22056 \series default
22057  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22058 \end_layout
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset Float table
22067 wide false
22068 sideways true
22069 status open
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Caption
22073
22074 \begin_layout Plain Layout
22075 \begin_inset CommandInset label
22076 LatexCommand label
22077 name "tab:Gedrehte-Tabelle"
22078
22079 \end_inset
22080
22081 Gedrehte Tabelle
22082 \end_layout
22083
22084 \end_inset
22085
22086
22087 \end_layout
22088
22089 \begin_layout Plain Layout
22090 \align center
22091 \begin_inset Tabular
22092 <lyxtabular version="3" rows="1" columns="5">
22093 <features>
22094 <column alignment="center" valignment="top" width="0">
22095 <column alignment="center" valignment="top" width="0">
22096 <column alignment="center" valignment="top" width="0">
22097 <column alignment="center" valignment="top" width="0">
22098 <column alignment="center" valignment="top" width="0">
22099 <row>
22100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 Test
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 b
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 c
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131 d
22132 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 e
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 </lyxtabular>
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154
22155
22156 \end_layout
22157
22158 \begin_layout Section
22159 Untergleitobjekte
22160 \begin_inset Index
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164 Gleitobjekte ! Untergleitobjekte
22165 \end_layout
22166
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \begin_layout Standard
22173 Untergleitobjekte werden z.
22174 \begin_inset space \thinspace{}
22175 \end_inset
22176
22177 B.
22178  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22179  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22180  eingefügt wird.
22181  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22182  in Tabelle
22183 \begin_inset space ~
22184 \end_inset
22185
22186
22187 \begin_inset CommandInset ref
22188 LatexCommand ref
22189 reference "tab:Untertabellen-nebeneinander"
22190
22191 \end_inset
22192
22193  und 
22194 \begin_inset CommandInset ref
22195 LatexCommand ref
22196 reference "tab:Untertabellen-übereinander"
22197
22198 \end_inset
22199
22200 .
22201 \end_layout
22202
22203 \begin_layout Standard
22204 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22205 \begin_inset space ~
22206 \end_inset
22207
22208
22209 \begin_inset CommandInset ref
22210 LatexCommand ref
22211 reference "tab:Untertabelle-a"
22212
22213 \end_inset
22214
22215  und 
22216 \begin_inset CommandInset ref
22217 LatexCommand ref
22218 reference "tab:Untertabelle-b"
22219
22220 \end_inset
22221
22222  sind Untertabellen von Tabelle
22223 \begin_inset space ~
22224 \end_inset
22225
22226
22227 \begin_inset CommandInset ref
22228 LatexCommand ref
22229 reference "tab:Untertabellen-nebeneinander"
22230
22231 \end_inset
22232
22233 .
22234 \end_layout
22235
22236 \begin_layout Standard
22237 \begin_inset Float table
22238 wide false
22239 sideways false
22240 status open
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Caption
22244
22245 \begin_layout Plain Layout
22246 \begin_inset CommandInset label
22247 LatexCommand label
22248 name "tab:Untertabellen-nebeneinander"
22249
22250 \end_inset
22251
22252 Zwei Untertabellen nebeneinander.
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \begin_layout Plain Layout
22261 \align center
22262 \begin_inset space \hfill{}
22263 \end_inset
22264
22265
22266 \begin_inset Float table
22267 wide false
22268 sideways false
22269 status collapsed
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Caption
22273
22274 \begin_layout Plain Layout
22275 \begin_inset CommandInset label
22276 LatexCommand label
22277 name "tab:Untertabelle-a"
22278
22279 \end_inset
22280
22281 Dies ist Untertabelle a.
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \end_layout
22288
22289 \begin_layout Plain Layout
22290 \align center
22291 \begin_inset Tabular
22292 <lyxtabular version="3" rows="1" columns="5">
22293 <features>
22294 <column alignment="center" valignment="top" width="0">
22295 <column alignment="center" valignment="top" width="0">
22296 <column alignment="center" valignment="top" width="0">
22297 <column alignment="center" valignment="top" width="0">
22298 <column alignment="center" valignment="top" width="0">
22299 <row>
22300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 Test
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313 b
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 c
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 d
22332 \end_layout
22333
22334 \end_inset
22335 </cell>
22336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 e
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 </lyxtabular>
22347
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \begin_inset space \hfill{}
22357 \end_inset
22358
22359
22360 \begin_inset Float table
22361 wide false
22362 sideways false
22363 status collapsed
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Caption
22367
22368 \begin_layout Plain Layout
22369 \begin_inset CommandInset label
22370 LatexCommand label
22371 name "tab:Untertabelle-b"
22372
22373 \end_inset
22374
22375 Dies ist Untertabelle b.
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \begin_layout Plain Layout
22384 \align center
22385 \begin_inset Tabular
22386 <lyxtabular version="3" rows="1" columns="5">
22387 <features>
22388 <column alignment="center" valignment="top" width="0">
22389 <column alignment="center" valignment="top" width="0">
22390 <column alignment="center" valignment="top" width="0">
22391 <column alignment="center" valignment="top" width="0">
22392 <column alignment="center" valignment="top" width="0">
22393 <row>
22394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22395 \begin_inset Text
22396
22397 \begin_layout Plain Layout
22398 e
22399 \end_layout
22400
22401 \end_inset
22402 </cell>
22403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 d
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 c
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 b
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 Test
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 </lyxtabular>
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \begin_inset space \hfill{}
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \begin_layout Standard
22462 \begin_inset Float table
22463 wide false
22464 sideways false
22465 status open
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Caption
22469
22470 \begin_layout Plain Layout
22471 \begin_inset CommandInset label
22472 LatexCommand label
22473 name "tab:Untertabellen-übereinander"
22474
22475 \end_inset
22476
22477 Zwei Untertabellen übereinander.
22478  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22479 \end_layout
22480
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \begin_layout Plain Layout
22487 \align center
22488 \begin_inset Float table
22489 wide false
22490 sideways false
22491 status collapsed
22492
22493 \begin_layout Plain Layout
22494 \begin_inset Caption
22495
22496 \begin_layout Plain Layout
22497
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \begin_layout Plain Layout
22506 \align center
22507 \begin_inset Tabular
22508 <lyxtabular version="3" rows="1" columns="4">
22509 <features>
22510 <column alignment="center" valignment="top" width="0">
22511 <column alignment="center" valignment="top" width="0">
22512 <column alignment="center" valignment="top" width="0">
22513 <column alignment="center" valignment="top" width="0">
22514 <row>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 Test
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 Test
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22534 \begin_inset Text
22535
22536 \begin_layout Plain Layout
22537 Test
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 Test
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 </lyxtabular>
22553
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \begin_layout Plain Layout
22565 \align center
22566 \begin_inset Float table
22567 wide false
22568 sideways false
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Caption
22573
22574 \begin_layout Plain Layout
22575
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Plain Layout
22584 \align center
22585 \begin_inset Tabular
22586 <lyxtabular version="3" rows="1" columns="5">
22587 <features>
22588 <column alignment="center" valignment="top" width="0">
22589 <column alignment="center" valignment="top" width="0">
22590 <column alignment="center" valignment="top" width="0">
22591 <column alignment="center" valignment="top" width="0">
22592 <column alignment="center" valignment="top" width="0">
22593 <row>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 a
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 b
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 c
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 d
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 e
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 </row>
22640 </lyxtabular>
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Section
22658 Gleitobjekte nebeneinander
22659 \begin_inset Index
22660 status collapsed
22661
22662 \begin_layout Plain Layout
22663 Gleitobjekte ! nebeneinander
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \end_layout
22670
22671 \begin_layout Standard
22672 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22673 \begin_inset space ~
22674 \end_inset
22675
22676
22677 \begin_inset CommandInset ref
22678 LatexCommand ref
22679 reference "abb:Gleitobjekt-links"
22680
22681 \end_inset
22682
22683  und 
22684 \begin_inset CommandInset ref
22685 LatexCommand ref
22686 reference "abb:Gleitobjekt-rechts"
22687
22688 \end_inset
22689
22690  wird nur 
22691 \emph on
22692 ein
22693 \emph default
22694  Gleitobjekt verwendet.
22695  In dieses werden zwei Minipage Boxen eingefügt.
22696 \begin_inset Foot
22697 status collapsed
22698
22699 \begin_layout Plain Layout
22700 Minipages sind in Abschnitt
22701 \begin_inset space ~
22702 \end_inset
22703
22704
22705 \begin_inset CommandInset ref
22706 LatexCommand ref
22707 reference "abs:Minipage"
22708
22709 \end_inset
22710
22711  erklärt.
22712 \end_layout
22713
22714 \end_inset
22715
22716  Die Breite wird für jede Minipage auf 45
22717 \begin_inset space \thinspace{}
22718 \end_inset
22719
22720 -50
22721 \begin_inset space \thinspace{}
22722 \end_inset
22723
22724 Spalten% und die Box Ausrichtung auf 
22725 \family sans
22726 Unten
22727 \family default
22728  gesetzt.
22729  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22730  Gleitobjekt.
22731  Der einzige Unterschied ist, dass die Bildeinheit 
22732 \family sans
22733 Spaltenbreite
22734 \begin_inset space ~
22735 \end_inset
22736
22737 %
22738 \family default
22739  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22740 \end_layout
22741
22742 \begin_layout Standard
22743 \begin_inset Float figure
22744 wide false
22745 sideways false
22746 status open
22747
22748 \begin_layout Plain Layout
22749 \begin_inset Box Frameless
22750 position "b"
22751 hor_pos "c"
22752 has_inner_box 1
22753 inner_pos "t"
22754 use_parbox 0
22755 width "45col%"
22756 special "none"
22757 height "1in"
22758 height_special "totalheight"
22759 status open
22760
22761 \begin_layout Plain Layout
22762 \align center
22763 \begin_inset Graphics
22764         filename ../clipart/mobius.eps
22765         lyxscale 50
22766         width 100col%
22767         scaleBeforeRotation
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Caption
22776
22777 \begin_layout Plain Layout
22778 \begin_inset CommandInset label
22779 LatexCommand label
22780 name "abb:Gleitobjekt-links"
22781
22782 \end_inset
22783
22784 Gleitobjekt auf der linken Seite.
22785 \end_layout
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \begin_inset space \hfill{}
22796 \end_inset
22797
22798
22799 \begin_inset Box Frameless
22800 position "b"
22801 hor_pos "c"
22802 has_inner_box 1
22803 inner_pos "t"
22804 use_parbox 0
22805 width "45col%"
22806 special "none"
22807 height "1in"
22808 height_special "totalheight"
22809 status open
22810
22811 \begin_layout Plain Layout
22812 \align center
22813 \begin_inset Graphics
22814         filename ../clipart/platypus.eps
22815         lyxscale 50
22816         width 100col%
22817         scaleBeforeRotation
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Caption
22826
22827 \begin_layout Plain Layout
22828 \begin_inset CommandInset label
22829 LatexCommand label
22830 name "abb:Gleitobjekt-rechts"
22831
22832 \end_inset
22833
22834 Gleitobjekt auf der rechten Seite.
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \begin_layout Section
22853 Beschriftungs-Formatierung
22854 \begin_inset CommandInset label
22855 LatexCommand label
22856 name "abs:Titel-Formatierung"
22857
22858 \end_inset
22859
22860
22861 \begin_inset Index
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865 Gleitobjekte ! Beschriftung ! Formatierung
22866 \end_layout
22867
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \begin_layout Standard
22874
22875 \family sans
22876 Legende
22877 \family default
22878  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22879  In LyX sehen Titel so aus:  
22880 \family sans
22881
22882 \begin_inset Quotes gld
22883 \end_inset
22884
22885 Abbildung xyz:
22886 \family default
22887
22888 \begin_inset Quotes grd
22889 \end_inset
22890
22891 , gefolgt vom Beschriftungstext, wobei 
22892 \family sans
22893 xyz
22894 \family default
22895  die von LyX vergebene Nummer ist.
22896  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22897  gedruckt.
22898  Dies ist nicht immer brauchbar.
22899 \end_layout
22900
22901 \begin_layout Standard
22902 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22903  
22904 \series bold
22905 caption
22906 \series default
22907
22908 \begin_inset Index
22909 status collapsed
22910
22911 \begin_layout Plain Layout
22912 LaTeX-Pakete ! caption
22913 \end_layout
22914
22915 \end_inset
22916
22917  in den LaTeX-Vorspann laden:
22918 \end_layout
22919
22920 \begin_layout Standard
22921
22922 \series bold
22923
22924 \backslash
22925 usepackage[Format-Definition]{caption}
22926 \end_layout
22927
22928 \begin_layout Standard
22929 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22930  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22931 \end_layout
22932
22933 \begin_layout Standard
22934
22935 \series bold
22936
22937 \backslash
22938 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22939 \end_layout
22940
22941 \begin_layout Standard
22942 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22943  definieren.
22944  Dazu laden Sie das 
22945 \series bold
22946 caption
22947 \series default
22948 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22949  dem Befehl
22950 \end_layout
22951
22952 \begin_layout Standard
22953
22954 \series bold
22955
22956 \backslash
22957 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22958 \end_layout
22959
22960 \begin_layout Standard
22961 Für Abbildung
22962 \begin_inset space ~
22963 \end_inset
22964
22965
22966 \begin_inset CommandInset ref
22967 LatexCommand ref
22968 reference "abb:Langer-Abb-Titel"
22969
22970 \end_inset
22971
22972  und Tabelle
22973 \begin_inset space ~
22974 \end_inset
22975
22976
22977 \begin_inset CommandInset ref
22978 LatexCommand ref
22979 reference "tab:Langer-Tab-Titel"
22980
22981 \end_inset
22982
22983  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22984  werden:
22985 \end_layout
22986
22987 \begin_layout Standard
22988
22989 \series bold
22990
22991 \backslash
22992 usepackage[tableposition=top]{caption}
22993 \begin_inset Newline newline
22994 \end_inset
22995
22996
22997 \backslash
22998 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22999 \begin_inset Newline newline
23000 \end_inset
23001
23002
23003 \begin_inset ERT
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007
23008
23009 \backslash
23010 hphantom{
23011 \backslash
23012
23013 \backslash
23014 captionsetup[figure]
23015 \backslash
23016 {}
23017 \end_layout
23018
23019 \end_inset
23020
23021  labelsep=period}
23022 \begin_inset Newline newline
23023 \end_inset
23024
23025
23026 \backslash
23027 captionsetup[table]{labelfont={bf,sf}}
23028 \end_layout
23029
23030 \begin_layout Standard
23031 \begin_inset Note Greyedout
23032 status open
23033
23034 \begin_layout Plain Layout
23035
23036 \series bold
23037 Bemerkung:
23038 \series default
23039  Die Option 
23040 \series bold
23041 tableposition=top
23042 \series default
23043  hat keine Auswirkung, wenn eine 
23044 \series bold
23045 KOMA-Script
23046 \series default
23047
23048 \begin_inset Index
23049 status collapsed
23050
23051 \begin_layout Plain Layout
23052 LaTeX-Pakete ! KOMA-Script
23053 \end_layout
23054
23055 \end_inset
23056
23057 -Dokumentklasse verwendet wird.
23058  Hier muss die Option 
23059 \series bold
23060 tablecaptionabove
23061 \series default
23062  benutzt werden.
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Standard
23071 Weitere Informationen über das Paket
23072 \series bold
23073  caption
23074 \series default
23075  finden Sie in seiner Dokumentation 
23076 \begin_inset CommandInset citation
23077 LatexCommand cite
23078 key "caption"
23079
23080 \end_inset
23081
23082 .
23083 \end_layout
23084
23085 \begin_layout Standard
23086 Wenn Sie den Namen von 
23087 \begin_inset Quotes gld
23088 \end_inset
23089
23090 Abbildung
23091 \begin_inset Quotes grd
23092 \end_inset
23093
23094  auf 
23095 \begin_inset Quotes gld
23096 \end_inset
23097
23098 Bild
23099 \begin_inset Quotes grd
23100 \end_inset
23101
23102  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23103 \end_layout
23104
23105 \begin_layout Standard
23106
23107 \series bold
23108
23109 \backslash
23110 renewcommand{
23111 \backslash
23112 fnum@figure}{Bild~
23113 \backslash
23114 thefigure}
23115 \end_layout
23116
23117 \begin_layout Standard
23118 wobei 
23119 \series bold
23120
23121 \backslash
23122 thefigure
23123 \series default
23124  die Bildnummer einsetzt und
23125 \series bold
23126  ~
23127 \series default
23128  ein geschütztes Leerzeichen ist.
23129 \end_layout
23130
23131 \begin_layout Standard
23132 \begin_inset VSpace bigskip
23133 \end_inset
23134
23135 Wenn Sie eine 
23136 \series bold
23137 KOMA-Script
23138 \series default
23139
23140 \begin_inset Index
23141 status collapsed
23142
23143 \begin_layout Plain Layout
23144 LaTeX-Pakete ! KOMA-Script
23145 \end_layout
23146
23147 \end_inset
23148
23149 -Dokumentklasse (
23150 \family sans
23151 article (KOMA-Script)
23152 \family default
23153
23154 \family sans
23155 book (KOMA-Script)
23156 \family default
23157
23158 \family sans
23159 letter (KOMA-Script)
23160 \family default
23161  oder 
23162 \family sans
23163 report (KOMA-Script)
23164 \family default
23165 ) benutzen, können Sie anstatt des 
23166 \series bold
23167 caption
23168 \series default
23169 -Paketes den eingebauten Befehl 
23170 \series bold
23171
23172 \backslash
23173 setkomafont
23174 \series default
23175  von 
23176 \series bold
23177 KOMA-Script
23178 \series default
23179  benutzen.
23180  Der Befehl
23181 \end_layout
23182
23183 \begin_layout Standard
23184
23185 \series bold
23186
23187 \backslash
23188 setkomafont{captionlabel}{
23189 \backslash
23190 bfseries}
23191 \end_layout
23192
23193 \begin_layout Standard
23194 im LaTeX-Vorspann druckt den Namen fett.
23195 \end_layout
23196
23197 \begin_layout Standard
23198 Weitere Informationen über 
23199 \series bold
23200
23201 \backslash
23202 setkomafont
23203 \series default
23204  finden Sie in der 
23205 \series bold
23206 KOMA-Script
23207 \series default
23208 -Do\SpecialChar \-
23209 ku\SpecialChar \-
23210 men\SpecialChar \-
23211 ta\SpecialChar \-
23212 tion 
23213 \begin_inset CommandInset citation
23214 LatexCommand cite
23215 key "KOMA-Script"
23216
23217 \end_inset
23218
23219 .
23220 \end_layout
23221
23222 \begin_layout Standard
23223 \begin_inset ERT
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227
23228
23229 \backslash
23230 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23231 }
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \begin_inset Note Note
23238 status open
23239
23240 \begin_layout Plain Layout
23241 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23242 \end_layout
23243
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \begin_layout Standard
23250 \begin_inset Float figure
23251 placement !p
23252 wide false
23253 sideways false
23254 status open
23255
23256 \begin_layout Plain Layout
23257 \align center
23258 \begin_inset Graphics
23259         filename ../clipart/mobius.eps
23260         lyxscale 50
23261         scale 50
23262         scaleBeforeRotation
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Plain Layout
23270 \begin_inset Caption
23271
23272 \begin_layout Plain Layout
23273 \begin_inset CommandInset label
23274 LatexCommand label
23275 name "abb:Langer-Abb-Titel"
23276
23277 \end_inset
23278
23279 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23280  ist, um das andere Beschriftungsformat zu zeigen.
23281  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23282 \begin_inset OptArg
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23287  ist.
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Standard
23306 \begin_inset ERT
23307 status collapsed
23308
23309 \begin_layout Plain Layout
23310
23311
23312 \backslash
23313 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23314 on}
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \begin_layout Standard
23323 \begin_inset Float table
23324 placement !p
23325 wide false
23326 sideways false
23327 status open
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Caption
23331
23332 \begin_layout Plain Layout
23333 \begin_inset CommandInset label
23334 LatexCommand label
23335 name "tab:Langer-Tab-Titel"
23336
23337 \end_inset
23338
23339 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23340  ist, um das andere Beschriftungsformat zu zeigen.
23341  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23342  benutzt.
23343 \begin_inset OptArg
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23348  ist.
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Plain Layout
23362 \align center
23363 \begin_inset Tabular
23364 <lyxtabular version="3" rows="1" columns="5">
23365 <features>
23366 <column alignment="center" valignment="top" width="0">
23367 <column alignment="center" valignment="top" width="0">
23368 <column alignment="center" valignment="top" width="0">
23369 <column alignment="center" valignment="top" width="0">
23370 <column alignment="center" valignment="top" width="0">
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 a
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 b
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 c
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 d
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 e
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 </row>
23418 </lyxtabular>
23419
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Section
23431 Beschriftungs-Platzierung
23432 \begin_inset CommandInset label
23433 LatexCommand label
23434 name "abs:Titel-Platzierung"
23435
23436 \end_inset
23437
23438
23439 \begin_inset Index
23440 status collapsed
23441
23442 \begin_layout Plain Layout
23443 Gleitobjekte ! Beschriftung ! Platzierung
23444 \end_layout
23445
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \begin_layout Standard
23452 Normalerweise werden die Beschriftungen wie folgt platziert:
23453 \end_layout
23454
23455 \begin_layout Description
23456 Abbildung: darunter
23457 \end_layout
23458
23459 \begin_layout Description
23460 Tabelle: darüber
23461 \end_layout
23462
23463 \begin_layout Standard
23464 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23465  Das heißt wenn Sie eine der Dokument-Klassen 
23466 \family sans
23467 article
23468 \family default
23469
23470 \family sans
23471 book
23472 \family default
23473
23474 \family sans
23475 letter
23476 \family default
23477  oder 
23478 \family sans
23479 report
23480 \family default
23481  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23482  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23483 \series bold
23484 caption
23485 \series default
23486  im LaTeX-Vorspann folgendes schreiben:
23487 \begin_inset Foot
23488 status collapsed
23489
23490 \begin_layout Plain Layout
23491 In Abschnitt
23492 \begin_inset space ~
23493 \end_inset
23494
23495
23496 \begin_inset CommandInset ref
23497 LatexCommand ref
23498 reference "abs:Titel-Formatierung"
23499
23500 \end_inset
23501
23502  steht mehr über das Paket 
23503 \series bold
23504 caption
23505 \series default
23506 .
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Standard
23515
23516 \series bold
23517 tableposition=top
23518 \end_layout
23519
23520 \begin_layout Standard
23521 Wenn Sie eine 
23522 \series bold
23523 KOMA-Script
23524 \series default
23525
23526 \begin_inset Index
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530 LaTeX-Pakete ! KOMA-Script
23531 \end_layout
23532
23533 \end_inset
23534
23535 -Dokumentklasse (
23536 \family sans
23537 article (KOMA-Script)
23538 \family default
23539
23540 \family sans
23541 book (KOMA-Script)
23542 \family default
23543
23544 \family sans
23545 letter (KOMA-Script)
23546 \family default
23547  oder 
23548 \family sans
23549 report (KOMA-Script)
23550 \family default
23551 ) benutzen, können Sie alternativ zum 
23552 \series bold
23553 caption
23554 \series default
23555 -Paket die Option 
23556 \series bold
23557 tablecaptionabove
23558 \series default
23559  benutzen.
23560 \end_layout
23561
23562 \begin_layout Standard
23563 \begin_inset VSpace bigskip
23564 \end_inset
23565
23566 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23567  Das bewirkt das LaTeX-Paket 
23568 \series bold
23569 sidecap
23570 \series default
23571
23572 \begin_inset Index
23573 status collapsed
23574
23575 \begin_layout Plain Layout
23576 LaTeX-Pakete ! sidecap
23577 \end_layout
23578
23579 \end_inset
23580
23581 , das so in den LaTeX-Vorspann geladen wird:
23582 \end_layout
23583
23584 \begin_layout Standard
23585
23586 \series bold
23587
23588 \backslash
23589 usepackage[Option]{sidecap}
23590 \end_layout
23591
23592 \begin_layout Standard
23593 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23594  Mit 
23595 \series bold
23596 innercaption
23597 \series default
23598  wird die Beschriftung innen gedruckt.
23599  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23600  
23601 \series bold
23602 rightcaption
23603 \series default
23604  oder 
23605 \series bold
23606 leftcaption
23607 \series default
23608 .
23609 \end_layout
23610
23611 \begin_layout Standard
23612 \begin_inset ERT
23613 status collapsed
23614
23615 \begin_layout Plain Layout
23616
23617
23618 \backslash
23619 ifsidecap
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \begin_inset Note Note
23626 status open
23627
23628 \begin_layout Plain Layout
23629 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23630 \series bold
23631 sidecap
23632 \series default
23633  installiert ist.
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \begin_layout Standard
23642 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23643  in den LaTeX-Vorspann schreiben:
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \lyxline
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653
23654 \series bold
23655
23656 \backslash
23657 newcommand{
23658 \backslash
23659 TabBesBeg}{%
23660 \begin_inset Newline newline
23661 \end_inset
23662
23663
23664 \begin_inset ERT
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668
23669
23670 \backslash
23671 hphantom{ }
23672 \end_layout
23673
23674 \end_inset
23675
23676
23677 \backslash
23678 let
23679 \backslash
23680 MyTable
23681 \backslash
23682 table
23683 \begin_inset Newline newline
23684 \end_inset
23685
23686
23687 \begin_inset ERT
23688 status collapsed
23689
23690 \begin_layout Plain Layout
23691
23692
23693 \backslash
23694 hphantom{ }
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \backslash
23701 let
23702 \backslash
23703 MyEndtable
23704 \backslash
23705 endtable
23706 \begin_inset Newline newline
23707 \end_inset
23708
23709
23710 \begin_inset ERT
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714
23715
23716 \backslash
23717 hphantom{ }
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \backslash
23724 renewenvironment{table}{
23725 \backslash
23726 begin{SCtable}}{
23727 \backslash
23728 end{SCtable}}}
23729 \end_layout
23730
23731 \begin_layout Standard
23732
23733 \series bold
23734
23735 \backslash
23736 newcommand{
23737 \backslash
23738 TabBesEnd}{%
23739 \begin_inset Newline newline
23740 \end_inset
23741
23742
23743 \begin_inset ERT
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747
23748
23749 \backslash
23750 hphantom{ }
23751 \end_layout
23752
23753 \end_inset
23754
23755
23756 \backslash
23757 let
23758 \backslash
23759 table
23760 \backslash
23761 MyTable
23762 \begin_inset Newline newline
23763 \end_inset
23764
23765
23766 \begin_inset ERT
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770
23771
23772 \backslash
23773 hphantom{ }
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \backslash
23780 let
23781 \backslash
23782 endtable
23783 \backslash
23784 MyEndtable
23785 \end_layout
23786
23787 \begin_layout Standard
23788
23789 \series bold
23790
23791 \backslash
23792 newcommand{
23793 \backslash
23794 FigBesBeg}{%
23795 \begin_inset Newline newline
23796 \end_inset
23797
23798
23799 \begin_inset ERT
23800 status collapsed
23801
23802 \begin_layout Plain Layout
23803
23804
23805 \backslash
23806 hphantom{ }
23807 \end_layout
23808
23809 \end_inset
23810
23811
23812 \backslash
23813 let
23814 \backslash
23815 MyFigure
23816 \backslash
23817 figure
23818 \begin_inset Newline newline
23819 \end_inset
23820
23821
23822 \begin_inset ERT
23823 status collapsed
23824
23825 \begin_layout Plain Layout
23826
23827
23828 \backslash
23829 hphantom{ }
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \backslash
23836 let
23837 \backslash
23838 MyEndfigure
23839 \backslash
23840 endfigure
23841 \begin_inset Newline newline
23842 \end_inset
23843
23844
23845 \begin_inset ERT
23846 status collapsed
23847
23848 \begin_layout Plain Layout
23849
23850
23851 \backslash
23852 hphantom{ }
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \backslash
23859 renewenvironment{figure}{
23860 \backslash
23861 begin{SCfigure}}{
23862 \backslash
23863 end{SCfigure}}}
23864 \end_layout
23865
23866 \begin_layout Standard
23867
23868 \series bold
23869
23870 \backslash
23871 newcommand{
23872 \backslash
23873 FigBesEnd}{%
23874 \begin_inset Newline newline
23875 \end_inset
23876
23877
23878 \begin_inset ERT
23879 status collapsed
23880
23881 \begin_layout Plain Layout
23882
23883
23884 \backslash
23885 hphantom{ }
23886 \end_layout
23887
23888 \end_inset
23889
23890
23891 \backslash
23892 let
23893 \backslash
23894 figure
23895 \backslash
23896 MyFigure
23897 \begin_inset Newline newline
23898 \end_inset
23899
23900
23901 \begin_inset ERT
23902 status collapsed
23903
23904 \begin_layout Plain Layout
23905
23906
23907 \backslash
23908 hphantom{ }
23909 \end_layout
23910
23911 \end_inset
23912
23913
23914 \backslash
23915 let
23916 \backslash
23917 endfigure
23918 \backslash
23919 MyEndfigure}
23920 \series default
23921
23922 \lyxline
23923
23924 \end_layout
23925
23926 \begin_layout Standard
23927 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23928 ungen seitlich gedruckt werden.
23929  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23930 \end_layout
23931
23932 \begin_layout Standard
23933
23934 \series bold
23935
23936 \backslash
23937 FigBesBeg
23938 \end_layout
23939
23940 \begin_layout Standard
23941 als TeX-Code vor und
23942 \end_layout
23943
23944 \begin_layout Standard
23945
23946 \series bold
23947
23948 \backslash
23949 FigBesEnd
23950 \end_layout
23951
23952 \begin_layout Standard
23953 hinter das Gleitobjekt.
23954  Bei Gleitobjekt-Tabellen heißen die Befehle
23955 \end_layout
23956
23957 \begin_layout Standard
23958
23959 \series bold
23960
23961 \backslash
23962 TabBesBeg
23963 \series default
23964  und 
23965 \series bold
23966
23967 \backslash
23968 TabBesEnd
23969 \series default
23970 .
23971 \end_layout
23972
23973 \begin_layout Standard
23974 Abbildung
23975 \begin_inset space ~
23976 \end_inset
23977
23978
23979 \begin_inset CommandInset ref
23980 LatexCommand ref
23981 reference "abb:Beschriftung-neben"
23982
23983 \end_inset
23984
23985  und Tabelle
23986 \begin_inset space ~
23987 \end_inset
23988
23989
23990 \begin_inset CommandInset ref
23991 LatexCommand ref
23992 reference "tab:cap-beside-tab"
23993
23994 \end_inset
23995
23996  sind Beispiele für seitliche Beschriftungen.
23997 \end_layout
23998
23999 \begin_layout Standard
24000 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24001  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24002  der Abbildung.
24003  Das kann man mit dem Befehl
24004 \end_layout
24005
24006 \begin_layout Standard
24007
24008 \series bold
24009
24010 \backslash
24011 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24012 \end_layout
24013
24014 \begin_layout Standard
24015 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24016  Der Gleitobjekt-Typ ist entweder 
24017 \family sans
24018 figure
24019 \family default
24020  oder 
24021 \family sans
24022 table
24023 \family default
24024 , die
24025 \family sans
24026  
24027 \family default
24028 Platzierung ist 
24029 \family typewriter
24030 t
24031 \family default
24032  für oben, 
24033 \family typewriter
24034 c
24035 \family default
24036  für zentriert oder 
24037 \family typewriter
24038 b
24039 \family default
24040  für unten.
24041  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24042  lautet der Befehl
24043 \end_layout
24044
24045 \begin_layout Standard
24046
24047 \series bold
24048
24049 \backslash
24050 sidecaptionvpos{figure}{c}
24051 \end_layout
24052
24053 \begin_layout Standard
24054 Das wurde in Abbildung
24055 \begin_inset space ~
24056 \end_inset
24057
24058
24059 \begin_inset CommandInset ref
24060 LatexCommand ref
24061 reference "abb:cap-beside-fig-2"
24062
24063 \end_inset
24064
24065  benutzt.
24066 \end_layout
24067
24068 \begin_layout Standard
24069 \begin_inset VSpace medskip
24070 \end_inset
24071
24072 Weitere Informationen über das Paket
24073 \series bold
24074  sidecap
24075 \series default
24076  finden Sie in seiner Dokumentation 
24077 \begin_inset CommandInset citation
24078 LatexCommand cite
24079 key "sidecap"
24080
24081 \end_inset
24082
24083 .
24084 \end_layout
24085
24086 \begin_layout Standard
24087 \begin_inset Note Greyedout
24088 status open
24089
24090 \begin_layout Plain Layout
24091
24092 \series bold
24093 Bemerkung:
24094 \series default
24095  Das LaTeX-Paket 
24096 \series bold
24097 hypcap
24098 \series default
24099 ,
24100 \begin_inset Index
24101 status collapsed
24102
24103 \begin_layout Plain Layout
24104 LaTeX-Pakete ! hypcap
24105 \end_layout
24106
24107 \end_inset
24108
24109  das in Abschnitt
24110 \begin_inset space ~
24111 \end_inset
24112
24113
24114 \begin_inset CommandInset ref
24115 LatexCommand ref
24116 reference "uab:Querverweis-Position"
24117
24118 \end_inset
24119
24120  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24121  Beschriftungen.
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130 \begin_inset ERT
24131 status collapsed
24132
24133 \begin_layout Plain Layout
24134
24135
24136 \backslash
24137 FigBesBeg 
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \begin_layout Standard
24146 \begin_inset Float figure
24147 wide false
24148 sideways false
24149 status open
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Graphics
24153         filename ../clipart/escher-lsd.eps
24154         scale 75
24155         scaleBeforeRotation
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Plain Layout
24163 \begin_inset Caption
24164
24165 \begin_layout Plain Layout
24166 \begin_inset CommandInset label
24167 LatexCommand label
24168 name "abb:Beschriftung-neben"
24169
24170 \end_inset
24171
24172 Dies ist eine Beschriftung neben einer Abbildung.
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \begin_inset ERT
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190
24191
24192 \backslash
24193 TabBesBeg 
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset Float table
24203 wide false
24204 sideways false
24205 status open
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Caption
24209
24210 \begin_layout Plain Layout
24211 \begin_inset CommandInset label
24212 LatexCommand label
24213 name "tab:cap-beside-tab"
24214
24215 \end_inset
24216
24217 Dies ist eine Beschriftung neben einer Tabelle.
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \begin_layout Plain Layout
24226 \begin_inset Tabular
24227 <lyxtabular version="3" rows="4" columns="5">
24228 <features>
24229 <column alignment="center" valignment="top" width="0">
24230 <column alignment="center" valignment="top" width="0">
24231 <column alignment="center" valignment="top" width="0">
24232 <column alignment="center" valignment="top" width="0">
24233 <column alignment="center" valignment="top" width="0">
24234 <row>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 a
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 b
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 c
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 </row>
24281 <row>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 d
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 e
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 </row>
24328 <row>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 f
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 g
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369 h
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 i
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 j
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 </row>
24422 </lyxtabular>
24423
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \begin_inset ERT
24436 status collapsed
24437
24438 \begin_layout Plain Layout
24439
24440
24441 \backslash
24442 TabBesEnd
24443 \end_layout
24444
24445 \end_inset
24446
24447
24448 \end_layout
24449
24450 \begin_layout Standard
24451 \begin_inset ERT
24452 status collapsed
24453
24454 \begin_layout Plain Layout
24455
24456
24457 \backslash
24458 sidecaptionvpos{figure}{c}
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \begin_inset Float figure
24465 wide false
24466 sideways false
24467 status open
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Graphics
24471         filename ../clipart/escher-lsd.eps
24472         scale 75
24473         scaleBeforeRotation
24474
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \begin_layout Plain Layout
24481 \begin_inset Caption
24482
24483 \begin_layout Plain Layout
24484 \begin_inset CommandInset label
24485 LatexCommand label
24486 name "abb:cap-beside-fig-2"
24487
24488 \end_inset
24489
24490 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24491 \end_layout
24492
24493 \end_inset
24494
24495
24496 \end_layout
24497
24498 \end_inset
24499
24500
24501 \end_layout
24502
24503 \begin_layout Standard
24504 \begin_inset ERT
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508
24509
24510 \backslash
24511 FigBesEnd
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \begin_layout Standard
24520 \begin_inset ERT
24521 status collapsed
24522
24523 \begin_layout Plain Layout
24524
24525
24526 \backslash
24527 else
24528 \end_layout
24529
24530 \end_inset
24531
24532
24533 \begin_inset Note Note
24534 status open
24535
24536 \begin_layout Plain Layout
24537 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24538 \series bold
24539 sidecap
24540 \series default
24541  nicht installiert ist:
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 Das LaTeX-Paket 
24551 \series bold
24552 sidecap
24553 \series default
24554  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24555 \end_layout
24556
24557 \begin_layout Standard
24558 \begin_inset ERT
24559 status collapsed
24560
24561 \begin_layout Plain Layout
24562
24563
24564 \backslash
24565 fi
24566 \end_layout
24567
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \begin_layout Section
24574 Gleitobjekt-Verzeichnisse
24575 \begin_inset Index
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579 Gleitobjekte ! Verzeichnisse
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Standard
24588 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24589  Sie können mit den Untermenüs von 
24590 \family sans
24591 Einfügen\SpecialChar \menuseparator
24592 Liste
24593 \begin_inset space ~
24594 \end_inset
24595
24596 /
24597 \begin_inset space ~
24598 \end_inset
24599
24600 Inhaltsverzeichnis
24601 \family default
24602  eingefügt werden.
24603 \end_layout
24604
24605 \begin_layout Standard
24606 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24607  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24608 \end_layout
24609
24610 \begin_layout Standard
24611 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24612  und ein Tabellen-Verzeichnis.
24613 \end_layout
24614
24615 \begin_layout Chapter
24616 Notizen
24617 \end_layout
24618
24619 \begin_layout Section
24620 LyX-Notizen
24621 \begin_inset Index
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625 Notizen ! LyX-Notizen
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \end_layout
24632
24633 \begin_layout Standard
24634 Notizen werden mit einem Klick auf 
24635 \begin_inset Graphics
24636         filename ../../images/note-insert.png
24637         scale 85
24638         scaleBeforeRotation
24639         BoundingBox 0bp 6bp 22bp 22bp
24640
24641 \end_inset
24642
24643  oder 
24644 \family sans
24645 Einfügen\SpecialChar \menuseparator
24646 Notiz
24647 \family default
24648  eingefügt.
24649  Es gibt drei Arten:
24650 \end_layout
24651
24652 \begin_layout Description
24653 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24654  Eine 
24655 \family sans
24656 LyX-Notiz
24657 \family default
24658  sieht so aus:
24659 \begin_inset Newline newline
24660 \end_inset
24661
24662
24663 \begin_inset Newline newline
24664 \end_inset
24665
24666
24667 \begin_inset Graphics
24668         filename clipart/LyXNotizQt4.png
24669         display false
24670         scale 60
24671         scaleBeforeRotation
24672
24673 \end_inset
24674
24675  
24676 \begin_inset Note Note
24677 status open
24678
24679 \begin_layout Plain Layout
24680 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Description
24689 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24690  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24691 \family sans
24692 Datei\SpecialChar \menuseparator
24693 Ex\SpecialChar \-
24694 por\SpecialChar \-
24695 tie\SpecialChar \-
24696 ren\SpecialChar \menuseparator
24697 LaTe
24698 \begin_inset ERT
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702
24703 {}
24704 \end_layout
24705
24706 \end_inset
24707
24708 X (pdflatex) / (normal)
24709 \family default
24710 .
24711  Ein Kommentar sieht so aus:
24712 \begin_inset Newline newline
24713 \end_inset
24714
24715
24716 \begin_inset Newline newline
24717 \end_inset
24718
24719
24720 \begin_inset Graphics
24721         filename clipart/KommentarQt4.png
24722         display false
24723         scale 60
24724         scaleBeforeRotation
24725
24726 \end_inset
24727
24728  
24729 \begin_inset Note Comment
24730 status open
24731
24732 \begin_layout Plain Layout
24733 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Description
24742 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24743 \begin_inset Newline newline
24744 \end_inset
24745
24746
24747 \begin_inset Newline newline
24748 \end_inset
24749
24750
24751 \begin_inset Graphics
24752         filename clipart/GrauschriftNotizQt4.png
24753         display false
24754         scale 60
24755         scaleBeforeRotation
24756
24757 \end_inset
24758
24759
24760 \begin_inset Newline newline
24761 \end_inset
24762
24763
24764 \begin_inset ERT
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769
24770 \backslash
24771 renewenvironment{lyxgreyedout}
24772 \end_layout
24773
24774 \begin_layout Plain Layout
24775
24776 {
24777 \backslash
24778 textcolor[gray]{0.4}
24779 \backslash
24780 bgroup}{
24781 \backslash
24782 egroup}
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \begin_inset Note Greyedout
24789 status open
24790
24791 \begin_layout Plain Layout
24792 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24793 \begin_inset Foot
24794 status open
24795
24796 \begin_layout Plain Layout
24797 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \begin_inset ERT
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812
24813
24814 \backslash
24815 renewenvironment{lyxgreyedout}
24816 \end_layout
24817
24818 \begin_layout Plain Layout
24819
24820 {
24821 \backslash
24822 textcolor{blue}
24823 \backslash
24824 bgroup}{
24825 \backslash
24826 egroup}
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \begin_inset Note Note
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24837  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24838  
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \begin_inset Newline newline
24849 \end_inset
24850
24851 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24852  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24853 \end_layout
24854
24855 \begin_layout Standard
24856 \begin_inset VSpace bigskip
24857 \end_inset
24858
24859 Wenn Sie auf den Werkzeugleistenknopf 
24860 \begin_inset Graphics
24861         filename ../../images/note-insert.png
24862         scale 85
24863         scaleBeforeRotation
24864         BoundingBox 0bp 6bp 22bp 22bp
24865
24866 \end_inset
24867
24868  klicken, wird zunächst eine 
24869 \family sans
24870 LyX-Notiz
24871 \family default
24872  eingefügt.
24873  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24874  anderen Möglichkeiten auswählen.
24875  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24876  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24877  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24878  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24879  am Ende der Notiz ist.
24880 \end_layout
24881
24882 \begin_layout Standard
24883 \begin_inset VSpace bigskip
24884 \end_inset
24885
24886 Die Textfarbe der 
24887 \family sans
24888 Grauschrift
24889 \family default
24890 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24891 \end_layout
24892
24893 \begin_layout Standard
24894
24895 \series bold
24896
24897 \backslash
24898 renewenvironment{lyxgreyedout}
24899 \begin_inset Newline newline
24900 \end_inset
24901
24902
24903 \begin_inset ERT
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907
24908
24909 \backslash
24910 hphantom{ }
24911 \end_layout
24912
24913 \end_inset
24914
24915 {
24916 \backslash
24917 textcolor{color}
24918 \backslash
24919 bgroup}{
24920 \backslash
24921 egroup}
24922 \end_layout
24923
24924 \begin_layout Standard
24925 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24926 \begin_inset space ~
24927 \end_inset
24928
24929
24930 \begin_inset CommandInset ref
24931 LatexCommand ref
24932 reference "abs:Farbige-Tabellen"
24933
24934 \end_inset
24935
24936  beschrieben.
24937  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24938 \end_layout
24939
24940 \begin_layout Section
24941 Fußnoten
24942 \begin_inset CommandInset label
24943 LatexCommand label
24944 name "abs:Fußnoten"
24945
24946 \end_inset
24947
24948
24949 \begin_inset Index
24950 status collapsed
24951
24952 \begin_layout Plain Layout
24953 Notizen ! Fußnoten
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \begin_inset Index
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963 Fußnoten
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Standard
24972 Zu dem, was bereits im 
24973 \emph on
24974 Benutzerhandbuch
24975 \emph default
24976  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24977  Eine Fußnotenbox sieht folgendermaßen aus: 
24978 \begin_inset Graphics
24979         filename clipart/FussnoteQt4.png
24980         scale 80
24981         scaleBeforeRotation
24982
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \begin_layout Standard
24989 Hier ist eine Beispielfußnote:
24990 \color black
24991
24992 \begin_inset Foot
24993 status open
24994
24995 \begin_layout Plain Layout
24996 \begin_inset CommandInset label
24997 LatexCommand label
24998 name "fuss:Fußnoten-Beispiel"
24999
25000 \end_inset
25001
25002 Dies ist eine Fußnote.
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 \begin_inset ERT
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015
25016
25017 \backslash
25018 newcounter{MyRepeatFoot}
25019 \end_layout
25020
25021 \begin_layout Plain Layout
25022
25023
25024 \backslash
25025 setcounter{MyRepeatFoot}{
25026 \backslash
25027 thefootnote}
25028 \end_layout
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \begin_layout Standard
25036 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25037  wurde, eine hochgestellte Zahl.
25038  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25039  hochgestellt dem Text vorangeht.
25040  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25041  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25042  werden.
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25047  der Fußnote eine Marke eingefügt wurde.
25048  Dies ist ein Querverweis auf Fußnote
25049 \begin_inset space ~
25050 \end_inset
25051
25052
25053 \begin_inset CommandInset ref
25054 LatexCommand ref
25055 reference "fuss:Fußnoten-Beispiel"
25056
25057 \end_inset
25058
25059 .
25060 \end_layout
25061
25062 \begin_layout Standard
25063 Um Fußnoten in Tabellen zu benutzen, müssen Sie eine Minipage verwenden,
25064  siehe Abschnitt
25065 \begin_inset space ~
25066 \end_inset
25067
25068
25069 \begin_inset CommandInset ref
25070 LatexCommand ref
25071 reference "abs:Minipage"
25072
25073 \end_inset
25074
25075 .
25076  Fußnoten in langen Tabellen wurden bereits in Abschnitt
25077 \begin_inset space ~
25078 \end_inset
25079
25080
25081 \begin_inset CommandInset ref
25082 LatexCommand ref
25083 reference "uab:Fußnoten-in-langen"
25084
25085 \end_inset
25086
25087  beschrieben.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 Wenn Sie nur eine Marke für eine Fußnote definieren wollen, können Sie den
25092  TeX-Code-Befehl 
25093 \series bold
25094
25095 \backslash
25096 footnotemark[Nummer]
25097 \series default
25098  benutzen.
25099  Dann können Sie diese Marke mehrmals verwenden, ohne dass die Fußnote jedes
25100  mal gedruckt wird.
25101 \end_layout
25102
25103 \begin_layout Standard
25104 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25105  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25106  Hinter Fußnote
25107 \begin_inset space ~
25108 \end_inset
25109
25110
25111 \begin_inset CommandInset ref
25112 LatexCommand ref
25113 reference "fuss:Fußnoten-Beispiel"
25114
25115 \end_inset
25116
25117  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25118 \end_layout
25119
25120 \begin_layout Standard
25121
25122 \series bold
25123
25124 \backslash
25125 newcounter{MyRepeatFoot}
25126 \begin_inset Newline newline
25127 \end_inset
25128
25129
25130 \backslash
25131 setcounter{MyRepeatFoot}{
25132 \backslash
25133 thefootnote}
25134 \end_layout
25135
25136 \begin_layout Standard
25137 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25138 \end_layout
25139
25140 \begin_layout Standard
25141
25142 \series bold
25143
25144 \backslash
25145 footnotemark[
25146 \backslash
25147 theMyRepeatFoot]
25148 \end_layout
25149
25150 \begin_layout Standard
25151 Hier ist ein Beispiel für eine Fußnotenmarke:
25152 \family roman
25153 \series medium
25154 \bar no
25155
25156 \begin_inset ERT
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160
25161
25162 \backslash
25163 footnotemark[
25164 \backslash
25165 theMyRepeatFoot]
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Subsection
25174 Fußnoten-Nummerierung
25175 \begin_inset CommandInset label
25176 LatexCommand label
25177 name "uab:Fußnoten-Nummerierung"
25178
25179 \end_inset
25180
25181
25182 \begin_inset Index
25183 status collapsed
25184
25185 \begin_layout Plain Layout
25186 Fußnoten ! Nummerierung
25187 \end_layout
25188
25189 \end_inset
25190
25191
25192 \end_layout
25193
25194 \begin_layout Standard
25195 Um Fußnoten nach jedem Abschnitt
25196 \family roman
25197  auf 1 zurückzusetzen, 
25198 \family default
25199 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25200 \end_layout
25201
25202 \begin_layout Standard
25203
25204 \series bold
25205
25206 \backslash
25207 @addtoreset{footnote}{section}
25208 \end_layout
25209
25210 \begin_layout Standard
25211 \begin_inset VSpace bigskip
25212 \end_inset
25213
25214 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25215  Zahlen:
25216 \end_layout
25217
25218 \begin_layout Standard
25219
25220 \series bold
25221
25222 \backslash
25223 renewcommand{
25224 \backslash
25225 thefootnote}{
25226 \backslash
25227 roman{footnote}}
25228 \end_layout
25229
25230 \begin_layout Standard
25231 \begin_inset ERT
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235
25236
25237 \backslash
25238 renewcommand{
25239 \backslash
25240 thefootnote}{
25241 \backslash
25242 roman{footnote}}
25243 \end_layout
25244
25245 \end_inset
25246
25247  Hier ist ein Beispiel für solch eine Fußnote:
25248 \begin_inset Foot
25249 status open
25250
25251 \begin_layout Plain Layout
25252 Dies ist eine Fußnote mit kleinen römischen Zahlen
25253 \end_layout
25254
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \begin_layout Standard
25261 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25262  in obigem Befehl 
25263 \series bold
25264
25265 \backslash
25266 roman
25267 \series default
25268  durch 
25269 \series bold
25270
25271 \backslash
25272 Roman
25273 \series default
25274 .
25275  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25276 \begin_inset Quotes gld
25277 \end_inset
25278
25279 nummerieren
25280 \begin_inset Quotes grd
25281 \end_inset
25282
25283 , verwenden Sie die Befehle 
25284 \series bold
25285
25286 \backslash
25287 Alph
25288 \series default
25289  oder 
25290 \series bold
25291
25292 \backslash
25293 alph
25294 \series default
25295 .
25296  Für die 
25297 \begin_inset Quotes gld
25298 \end_inset
25299
25300 Nummerierung
25301 \begin_inset Quotes grd
25302 \end_inset
25303
25304  mit Symbolen steht der Befehl 
25305 \series bold
25306
25307 \backslash
25308 fnsymbol
25309 \series default
25310  zur Verfügung.
25311 \end_layout
25312
25313 \begin_layout Standard
25314 \begin_inset Note Greyedout
25315 status open
25316
25317 \begin_layout Plain Layout
25318
25319 \series bold
25320 Bemerkung 1:
25321 \series default
25322  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25323  
25324 \emph on
25325 ein
25326 \emph default
25327  Buchstabe verwendet wird.
25328 \end_layout
25329
25330 \end_inset
25331
25332
25333 \begin_inset Newline newline
25334 \end_inset
25335
25336
25337 \begin_inset Note Greyedout
25338 status open
25339
25340 \begin_layout Plain Layout
25341
25342 \series bold
25343 Bemerkung 2:
25344 \series default
25345  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25346 \end_layout
25347
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \begin_layout Standard
25354 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25355 \series bold
25356
25357 \backslash
25358 arabic
25359 \series default
25360  anstelle von 
25361 \series bold
25362
25363 \backslash
25364 roman
25365 \series default
25366  in obigem Befehl.
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372
25373 \backslash
25374 renewcommand{
25375 \backslash
25376 thefootnote}{
25377 \backslash
25378 arabic{footnote}}
25379 \end_layout
25380
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset VSpace bigskip
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Standard
25394 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25395 \begin_inset Quotes gld
25396 \end_inset
25397
25398 Kapitel.Fußnote
25399 \begin_inset Quotes grd
25400 \end_inset
25401
25402  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25403 \end_layout
25404
25405 \begin_layout Standard
25406
25407 \series bold
25408
25409 \backslash
25410 numberwithin{footnote}{chapter}
25411 \end_layout
25412
25413 \begin_layout Standard
25414 Um 
25415 \series bold
25416
25417 \backslash
25418 numberwithin
25419 \series default
25420  benutzen zu können, muss in den 
25421 \family sans
25422 Mathe
25423 \begin_inset space ~
25424 \end_inset
25425
25426 Optionen
25427 \family default
25428  der 
25429 \family sans
25430 Dokument-Einstellungen
25431 \family default
25432  
25433 \family sans
25434 AMS
25435 \begin_inset space ~
25436 \end_inset
25437
25438 Mathe
25439 \begin_inset space ~
25440 \end_inset
25441
25442 Paket
25443 \family default
25444
25445 \begin_inset space ~
25446 \end_inset
25447
25448
25449 \family sans
25450 verwenden
25451 \family default
25452  angekreuzt sein.
25453 \begin_inset ERT
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458
25459 \backslash
25460 numberwithin{footnote}{chapter}
25461 \end_layout
25462
25463 \end_inset
25464
25465  Hier ist ein Beispiel für solch eine Fußnote.
25466 \series bold
25467
25468 \begin_inset Foot
25469 status open
25470
25471 \begin_layout Plain Layout
25472 Dies ist eine Fußnote nach dem Schema 
25473 \begin_inset Quotes gld
25474 \end_inset
25475
25476 Kapitel.Fußnote
25477 \begin_inset Quotes grd
25478 \end_inset
25479
25480 .
25481 \end_layout
25482
25483 \end_inset
25484
25485
25486 \series default
25487
25488 \begin_inset ERT
25489 status collapsed
25490
25491 \begin_layout Plain Layout
25492
25493
25494 \backslash
25495 renewcommand{
25496 \backslash
25497 thefootnote}{
25498 \backslash
25499 arabic{footnote}}
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \begin_layout Standard
25508 \begin_inset Note Greyedout
25509 status open
25510
25511 \begin_layout Plain Layout
25512
25513 \series bold
25514 Bemerkung:
25515 \series default
25516  
25517 \series bold
25518
25519 \backslash
25520 numberwithin
25521 \series default
25522  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25523  werden überschrieben.
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \begin_layout Standard
25532 Um also z.
25533 \begin_inset space \thinspace{}
25534 \end_inset
25535
25536 B.
25537  das Schema 
25538 \begin_inset Quotes gld
25539 \end_inset
25540
25541 Kapitel.
25542 \backslash
25543 Roman{footnote}
25544 \begin_inset Quotes grd
25545 \end_inset
25546
25547  zu erhalten, muss dieser Befehl anstelle von 
25548 \series bold
25549
25550 \backslash
25551 numberwithin
25552 \series default
25553  verwendet werden:
25554 \end_layout
25555
25556 \begin_layout Standard
25557
25558 \series bold
25559
25560 \backslash
25561 renewcommand{
25562 \backslash
25563 thefootnote}{
25564 \backslash
25565 thechapter.
25566 \backslash
25567 Roman{footnote}}
25568 \end_layout
25569
25570 \begin_layout Subsection
25571 Fußnoten-Platzierung
25572 \begin_inset Index
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 Fußnoten ! Platzierung
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Standard
25585 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25586  ohne Zwischenraum am Ende der Seite gedruckt.
25587  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25588  LaTeX-Vorspann 1.5
25589 \begin_inset space \thinspace{}
25590 \end_inset
25591
25592 mm Zwischenraum einfügen:
25593 \end_layout
25594
25595 \begin_layout Standard
25596
25597 \series bold
25598
25599 \backslash
25600 let
25601 \backslash
25602 myFoot
25603 \backslash
25604 footnote
25605 \begin_inset Newline newline
25606 \end_inset
25607
25608
25609 \backslash
25610 renewcommand{
25611 \backslash
25612 footnote}[1]{
25613 \backslash
25614 myFoot{#1
25615 \backslash
25616 vspace{1.5mm}}}
25617 \end_layout
25618
25619 \begin_layout Standard
25620 \begin_inset VSpace bigskip
25621 \end_inset
25622
25623 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25624  Spalte gedruckt, Abbildung
25625 \begin_inset space ~
25626 \end_inset
25627
25628
25629 \begin_inset CommandInset ref
25630 LatexCommand ref
25631 reference "abb:Standard-Fußnoten-Platzierung-in"
25632
25633 \end_inset
25634
25635 .
25636  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25637  in Abbildung
25638 \begin_inset space ~
25639 \end_inset
25640
25641
25642 \begin_inset CommandInset ref
25643 LatexCommand ref
25644 reference "abb:Fußnoten-Platzierung-in-einem"
25645
25646 \end_inset
25647
25648 , müssen Sie das LaTeX-Paket 
25649 \series bold
25650 ftnright
25651 \series default
25652
25653 \begin_inset Index
25654 status collapsed
25655
25656 \begin_layout Plain Layout
25657 LaTeX-Pakete ! ftnright
25658 \end_layout
25659
25660 \end_inset
25661
25662  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25663 \end_layout
25664
25665 \begin_layout Standard
25666
25667 \series bold
25668
25669 \backslash
25670 usepackage{ftnright}
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset Float figure
25675 placement !h
25676 wide false
25677 sideways false
25678 status open
25679
25680 \begin_layout Plain Layout
25681 \begin_inset ERT
25682 status collapsed
25683
25684 \begin_layout Plain Layout
25685
25686
25687 \backslash
25688 framebox{
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \begin_inset Graphics
25695         filename ../clipart/without_fntright.pdf
25696         width 100col%
25697         scaleBeforeRotation
25698
25699 \end_inset
25700
25701
25702 \begin_inset ERT
25703 status collapsed
25704
25705 \begin_layout Plain Layout
25706
25707 }
25708 \end_layout
25709
25710 \end_inset
25711
25712
25713 \end_layout
25714
25715 \begin_layout Plain Layout
25716 \begin_inset Caption
25717
25718 \begin_layout Plain Layout
25719 \begin_inset CommandInset label
25720 LatexCommand label
25721 name "abb:Standard-Fußnoten-Platzierung-in"
25722
25723 \end_inset
25724
25725 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25726 \begin_inset OptArg
25727 status open
25728
25729 \begin_layout Plain Layout
25730 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Standard
25749 \begin_inset Float figure
25750 placement !h
25751 wide false
25752 sideways false
25753 status open
25754
25755 \begin_layout Plain Layout
25756 \begin_inset ERT
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761
25762 \backslash
25763 framebox{
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \begin_inset Graphics
25770         filename ../clipart/with_fntright.pdf
25771         width 100col%
25772         scaleBeforeRotation
25773
25774 \end_inset
25775
25776
25777 \begin_inset ERT
25778 status collapsed
25779
25780 \begin_layout Plain Layout
25781
25782 }
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Plain Layout
25791 \begin_inset Caption
25792
25793 \begin_layout Plain Layout
25794 \begin_inset CommandInset label
25795 LatexCommand label
25796 name "abb:Fußnoten-Platzierung-in-einem"
25797
25798 \end_inset
25799
25800 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25801  
25802 \series bold
25803 ftnright
25804 \series default
25805 .
25806 \begin_inset OptArg
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810 Fußnoten-Platzierung mit 
25811 \family typewriter
25812 ftnright
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 \begin_inset VSpace bigskip
25832 \end_inset
25833
25834 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
25835  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
25836 \begin_inset space ~
25837 \end_inset
25838
25839
25840 \begin_inset CommandInset ref
25841 LatexCommand ref
25842 reference "abb:endnotes"
25843
25844 \end_inset
25845
25846  gedruckt.
25847  Man nennt sie dann 
25848 \begin_inset Quotes gld
25849 \end_inset
25850
25851 Endnoten
25852 \begin_inset Quotes grd
25853 \end_inset
25854
25855 .
25856 \begin_inset Index
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 Endnoten
25861 \end_layout
25862
25863 \end_inset
25864
25865  Um das zu erreichen, laden Sie im Menü 
25866 \family sans
25867 Dokument\SpecialChar \menuseparator
25868 Einstellungen\SpecialChar \menuseparator
25869 Module 
25870 \family default
25871 das Modul 
25872 \family sans
25873 Fußnote
25874 \begin_inset space ~
25875 \end_inset
25876
25877 als
25878 \begin_inset space ~
25879 \end_inset
25880
25881 Endnote
25882 \family default
25883 .
25884  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
25885 \end_layout
25886
25887 \begin_layout Standard
25888
25889 \series bold
25890
25891 \backslash
25892 theendnotes
25893 \end_layout
25894
25895 \begin_layout Standard
25896 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
25897 \end_layout
25898
25899 \begin_layout Standard
25900 \begin_inset Float figure
25901 wide false
25902 sideways false
25903 status open
25904
25905 \begin_layout Plain Layout
25906 \align center
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911
25912
25913 \backslash
25914 framebox{
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \begin_inset Graphics
25921         filename ../clipart/endnotes.pdf
25922         scaleBeforeRotation
25923
25924 \end_inset
25925
25926
25927 \begin_inset ERT
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931
25932 }
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \begin_layout Plain Layout
25941 \begin_inset Caption
25942
25943 \begin_layout Plain Layout
25944 \begin_inset CommandInset label
25945 LatexCommand label
25946 name "abb:endnotes"
25947
25948 \end_inset
25949
25950
25951 \series bold
25952 endnotes
25953 \series default
25954  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
25955  gedruckt.
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset VSpace medskip
25970 \end_inset
25971
25972 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
25973 ache übersetzt.
25974  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
25975 \begin_inset Quotes gld
25976 \end_inset
25977
25978 Notes
25979 \begin_inset Quotes grd
25980 \end_inset
25981
25982  in 
25983 \begin_inset Quotes gld
25984 \end_inset
25985
25986 Anmerkungen
25987 \begin_inset Quotes grd
25988 \end_inset
25989
25990 :
25991 \end_layout
25992
25993 \begin_layout Standard
25994
25995 \series bold
25996
25997 \backslash
25998 renewcommand{
25999 \backslash
26000 notesname}{Anmerkungen}
26001 \end_layout
26002
26003 \begin_layout Standard
26004 \begin_inset VSpace medskip
26005 \end_inset
26006
26007 Wenn Sie in den Befehlen von Abschnitt
26008 \begin_inset space ~
26009 \end_inset
26010
26011
26012 \begin_inset CommandInset ref
26013 LatexCommand ref
26014 reference "uab:Fußnoten-Nummerierung"
26015
26016 \end_inset
26017
26018  
26019 \series bold
26020
26021 \backslash
26022 thefootnote
26023 \series default
26024  durch 
26025 \series bold
26026
26027 \backslash
26028 theendnote
26029 \series default
26030  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26031  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26032 \series bold
26033
26034 \backslash
26035 @addtoreset
26036 \series default
26037  wie in Abschnitt
26038 \begin_inset space \space{}
26039 \end_inset
26040
26041
26042 \begin_inset CommandInset ref
26043 LatexCommand ref
26044 reference "uab:Fußnoten-Nummerierung"
26045
26046 \end_inset
26047
26048  beschrieben und ersetzen 
26049 \series bold
26050 footnote
26051 \series default
26052  durch 
26053 \series bold
26054 endnote
26055 \series default
26056 .
26057 \end_layout
26058
26059 \begin_layout Standard
26060 Um nur eine Marke für eine Endnote zu definieren, benutzen Sie den Befehl
26061  
26062 \series bold
26063
26064 \backslash
26065 endnotemark[Nummer]
26066 \series default
26067  ähnlich wie 
26068 \series bold
26069
26070 \backslash
26071 footnotemark
26072 \series default
26073  Abschnitt
26074 \begin_inset space ~
26075 \end_inset
26076
26077
26078 \begin_inset CommandInset ref
26079 LatexCommand ref
26080 reference "abs:Fußnoten"
26081
26082 \end_inset
26083
26084 .
26085 \end_layout
26086
26087 \begin_layout Standard
26088 \begin_inset VSpace bigskip
26089 \end_inset
26090
26091 Mit dem LaTeX-Paket 
26092 \series bold
26093 footmisc
26094 \series default
26095
26096 \begin_inset Index
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100 LaTeX-Pakete ! footmisc
26101 \end_layout
26102
26103 \end_inset
26104
26105  (
26106 \begin_inset CommandInset citation
26107 LatexCommand cite
26108 key "footmisc"
26109
26110 \end_inset
26111
26112 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26113 \end_layout
26114
26115 \begin_layout Standard
26116 In LaTeX-Büchern, 
26117 \begin_inset CommandInset citation
26118 LatexCommand cite
26119 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26120
26121 \end_inset
26122
26123 , finden Sie weiteres zu Fußnoten.
26124 \end_layout
26125
26126 \begin_layout Section
26127 Randnotizen
26128 \begin_inset Index
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132 Randnotizen
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \begin_inset Index
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 Notizen ! Randnotizen
26143 \end_layout
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Standard
26151 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26152  Sie fügen sie mit einem Klick auf den Schalter 
26153 \begin_inset Graphics
26154         filename ../../images/marginalnote-insert.png
26155         scale 70
26156         scaleBeforeRotation
26157
26158 \end_inset
26159
26160  oder über 
26161 \family sans
26162 Einfügen\SpecialChar \menuseparator
26163 Randnotiz
26164 \family default
26165  ein.
26166  Ein graues Kästchen mit der Aufschrift 
26167 \begin_inset Quotes gld
26168 \end_inset
26169
26170 Rand
26171 \begin_inset Quotes grd
26172 \end_inset
26173
26174  erscheint
26175 \family roman
26176 \series medium
26177 , und dort, wo der Cursor steht, können Sie Text eingeben.
26178 \end_layout
26179
26180 \begin_layout Standard
26181 Hier am Rand sehen Sie eine Randnotiz.
26182  
26183 \begin_inset Marginal
26184 status open
26185
26186 \begin_layout Plain Layout
26187 Dies ist eine Randnotiz.
26188 \end_layout
26189
26190 \end_inset
26191
26192
26193 \end_layout
26194
26195 \begin_layout Standard
26196 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26197  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26198  Seiten und rechts auf den ungeraden.
26199  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26200  wird und umgekehrt.
26201  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26202  wurde.
26203 \end_layout
26204
26205 \begin_layout Standard
26206 \begin_inset VSpace bigskip
26207 \end_inset
26208
26209 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26210 \end_layout
26211
26212 \begin_layout Standard
26213
26214 \series bold
26215
26216 \backslash
26217 reversemarginpar
26218 \end_layout
26219
26220 \begin_layout Standard
26221 als TeX-Code vor einer Randnotiz ein.
26222  Das gilt dann für alle folgenden Randnotizen.
26223  
26224 \begin_inset ERT
26225 status collapsed
26226
26227 \begin_layout Plain Layout
26228
26229
26230 \backslash
26231 reversemarginpar 
26232 \end_layout
26233
26234 \end_inset
26235
26236
26237 \begin_inset Marginal
26238 status open
26239
26240 \begin_layout Plain Layout
26241 Hier ist ein Beispiel im inneren Rand.
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \begin_inset Newline newline
26248 \end_inset
26249
26250
26251 \begin_inset Note Greyedout
26252 status open
26253
26254 \begin_layout Plain Layout
26255  
26256 \series bold
26257 Achtung:
26258 \series default
26259  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26260 \end_layout
26261
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \begin_layout Standard
26268 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26269 \end_layout
26270
26271 \begin_layout Standard
26272
26273 \series bold
26274
26275 \backslash
26276 normalmarginpar
26277 \end_layout
26278
26279 \begin_layout Standard
26280 als TeX-Code ein.
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 normalmarginpar 
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 \begin_inset Note Greyedout
26298 status open
26299
26300 \begin_layout Plain Layout
26301
26302 \series bold
26303 Achtung:
26304 \series default
26305  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26306 \series bold
26307
26308 \backslash
26309 reversemarginpar
26310 \series default
26311  verwendet wird.
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Standard
26320 \begin_inset VSpace bigskip
26321 \end_inset
26322
26323
26324 \begin_inset Marginal
26325 status open
26326
26327 \begin_layout Plain Layout
26328
26329 \family roman
26330 \series medium
26331 EinSehrLangesWort am Anfang, das umgebrochen wird.
26332 \end_layout
26333
26334 \end_inset
26335
26336  Ähnlich wie in Abschnitt
26337 \begin_inset space ~
26338 \end_inset
26339
26340
26341 \begin_inset CommandInset ref
26342 LatexCommand ref
26343 reference "uab:Mehrfache-Zeilen-in"
26344
26345 \end_inset
26346
26347  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26348  Wort der Randnotiz sind.
26349  Um das zu vermeiden, fügen sie 0
26350 \begin_inset space \thinspace{}
26351 \end_inset
26352
26353 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26354 \begin_inset Marginal
26355 status open
26356
26357 \begin_layout Plain Layout
26358 \begin_inset space \hspace{}
26359 \length 0pt
26360 \end_inset
26361
26362
26363 \family roman
26364 \series medium
26365 EinSehrLangesWort am Anfang, das umgebrochen wird.
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \begin_layout Standard
26374 \begin_inset VSpace bigskip
26375 \end_inset
26376
26377
26378 \end_layout
26379
26380 \begin_layout Standard
26381 \begin_inset Note Greyedout
26382 status open
26383
26384 \begin_layout Plain Layout
26385
26386 \series bold
26387 Bemerkung:
26388 \series default
26389  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26390  verwendet werden.
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \begin_layout Standard
26399 \begin_inset VSpace bigskip
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \begin_layout Standard
26406 \begin_inset ERT
26407 status collapsed
26408
26409 \begin_layout Plain Layout
26410
26411
26412 \backslash
26413 ifmarginnote
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \begin_inset Note Note
26420 status open
26421
26422 \begin_layout Plain Layout
26423 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26424 \series bold
26425 marginnote
26426 \series default
26427  installiert ist.
26428 \end_layout
26429
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \begin_layout Standard
26436 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26437 \series bold
26438 marginnote
26439 \series default
26440
26441 \begin_inset Index
26442 status collapsed
26443
26444 \begin_layout Plain Layout
26445 LaTeX-Pakete ! marginnote
26446 \end_layout
26447
26448 \end_inset
26449
26450  verwendet wird.
26451  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26452  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26453  des Pakets 
26454 \series bold
26455 marginnote
26456 \series default
26457  für Randnotizen verwendet wird:
26458 \end_layout
26459
26460 \begin_layout Standard
26461
26462 \series bold
26463
26464 \backslash
26465 usepackage{marginnote}
26466 \begin_inset Newline newline
26467 \end_inset
26468
26469
26470 \backslash
26471 let
26472 \backslash
26473 marginpar
26474 \backslash
26475 marginnote
26476 \end_layout
26477
26478 \begin_layout Standard
26479 Dies wird auch in diesem Dokument verwendet, denn 
26480 \series bold
26481 marginnote
26482 \series default
26483  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26484  für Randnotizen angeben.
26485  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26486 n zu dicht beieinander sind.
26487  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26488  Schema
26489 \end_layout
26490
26491 \begin_layout Standard
26492
26493 \series bold
26494 [Versatz]
26495 \end_layout
26496
26497 \begin_layout Standard
26498 angegeben.
26499  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26500 \begin_inset space ~
26501 \end_inset
26502
26503
26504 \begin_inset CommandInset ref
26505 LatexCommand ref
26506 reference "tab:Maßeinheiten"
26507
26508 \end_inset
26509
26510  aufgelistet sind.
26511  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26512  nach unten.
26513  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26514 \begin_inset space \thinspace{}
26515 \end_inset
26516
26517 cm mit dem TeX-Code-Befehl  
26518 \begin_inset Quotes gld
26519 \end_inset
26520
26521
26522 \series bold
26523 [-1.5cm]
26524 \series default
26525
26526 \begin_inset Quotes grd
26527 \end_inset
26528
26529  nach oben versetzt.
26530 \begin_inset Marginal
26531 status open
26532
26533 \begin_layout Plain Layout
26534 Diese Randnotiz ist 1.5
26535 \begin_inset space \thinspace{}
26536 \end_inset
26537
26538 cm von ihrer Originalposition nach oben versetzt.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548
26549 [-1.5cm]
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Standard
26558 \begin_inset VSpace medskip
26559 \end_inset
26560
26561 Mit 
26562 \series bold
26563 marginnote
26564 \series default
26565  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26566  Zum Beispiel setzen die Befehle
26567 \end_layout
26568
26569 \begin_layout Standard
26570
26571 \series bold
26572
26573 \backslash
26574 renewcommand*{
26575 \backslash
26576 raggedleftmarginnote}{
26577 \backslash
26578 centering}
26579 \begin_inset Newline newline
26580 \end_inset
26581
26582
26583 \backslash
26584 renewcommand*{
26585 \backslash
26586 raggedrightmarginnote}{
26587 \backslash
26588 centering}
26589 \end_layout
26590
26591 \begin_layout Standard
26592 die Ausrichtung auf zentriert.
26593  
26594 \series bold
26595
26596 \backslash
26597 raggedleftmarginnote
26598 \series default
26599  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26600  
26601 \begin_inset ERT
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606
26607 \backslash
26608 renewcommand*{
26609 \backslash
26610 raggedleftmarginnote}{
26611 \backslash
26612 centering}
26613 \end_layout
26614
26615 \begin_layout Plain Layout
26616
26617
26618 \backslash
26619 renewcommand*{
26620 \backslash
26621 raggedrightmarginnote}{
26622 \backslash
26623 centering}
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \begin_inset Marginal
26630 status open
26631
26632 \begin_layout Plain Layout
26633 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26634 \end_layout
26635
26636 \end_inset
26637
26638  Die Voreinstellung ist
26639 \end_layout
26640
26641 \begin_layout Standard
26642
26643 \series bold
26644
26645 \backslash
26646 renewcommand*{
26647 \backslash
26648 raggedleftmarginnote}{
26649 \backslash
26650 raggedleft}
26651 \begin_inset Newline newline
26652 \end_inset
26653
26654
26655 \backslash
26656 renewcommand*{
26657 \backslash
26658 raggedrightmarginnote}{
26659 \backslash
26660 raggedright}
26661 \series default
26662
26663 \begin_inset ERT
26664 status collapsed
26665
26666 \begin_layout Plain Layout
26667
26668
26669 \backslash
26670 renewcommand*{
26671 \backslash
26672 raggedleftmarginnote}{
26673 \backslash
26674 raggedleft}
26675 \end_layout
26676
26677 \begin_layout Plain Layout
26678
26679
26680 \backslash
26681 renewcommand*{
26682 \backslash
26683 raggedrightmarginnote}{
26684 \backslash
26685 raggedright}
26686 \end_layout
26687
26688 \end_inset
26689
26690
26691 \end_layout
26692
26693 \begin_layout Standard
26694 \begin_inset VSpace medskip
26695 \end_inset
26696
26697 Für weitere Fähigkeiten des Pakets 
26698 \series bold
26699 marginnote
26700 \series default
26701  sei auf dessen Dokumentation verwiesen 
26702 \begin_inset CommandInset citation
26703 LatexCommand cite
26704 key "marginnote"
26705
26706 \end_inset
26707
26708 .
26709 \end_layout
26710
26711 \begin_layout Standard
26712 \begin_inset VSpace bigskip
26713 \end_inset
26714
26715 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26716  geändert werden.
26717  Um z.
26718 \begin_inset space \thinspace{}
26719 \end_inset
26720
26721 B.
26722  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26723  und fettgedruckten Text 
26724 \begin_inset Quotes eld
26725 \end_inset
26726
26727
26728 \family sans
26729 \series bold
26730 \bar under
26731 Achtung!
26732 \family default
26733 \series default
26734 \bar default
26735
26736 \begin_inset Quotes erd
26737 \end_inset
26738
26739  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26740 \end_layout
26741
26742 \begin_layout Standard
26743
26744 \series bold
26745
26746 \backslash
26747 let
26748 \backslash
26749 myMarginpar
26750 \backslash
26751 marginpar
26752 \begin_inset Newline newline
26753 \end_inset
26754
26755
26756 \backslash
26757 renewcommand{
26758 \backslash
26759 marginpar}[1]{
26760 \backslash
26761 myMarginpar{%
26762 \begin_inset Newline newline
26763 \end_inset
26764
26765
26766 \begin_inset ERT
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770
26771
26772 \backslash
26773 hphantom{ }
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \backslash
26780 hspace{0pt}
26781 \backslash
26782 textsf{
26783 \backslash
26784 textbf{
26785 \backslash
26786 underbar{Achtung!}}}%
26787 \begin_inset Newline newline
26788 \end_inset
26789
26790
26791 \begin_inset ERT
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795
26796
26797 \backslash
26798 hphantom{ }
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \backslash
26805 vspace{1.5mm}
26806 \backslash
26807
26808 \backslash
26809 #1}}
26810 \end_layout
26811
26812 \begin_layout Standard
26813 \begin_inset ERT
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817
26818
26819 \backslash
26820 let
26821 \backslash
26822 myMarginpar
26823 \backslash
26824 marginpar
26825 \end_layout
26826
26827 \begin_layout Plain Layout
26828
26829
26830 \backslash
26831 renewcommand{
26832 \backslash
26833 marginpar}[1]{
26834 \backslash
26835 myMarginpar{%
26836 \end_layout
26837
26838 \begin_layout Plain Layout
26839
26840    
26841 \backslash
26842 textsf{
26843 \backslash
26844 textbf{
26845 \backslash
26846 underbar{Achtung!}}}%
26847 \end_layout
26848
26849 \begin_layout Plain Layout
26850
26851    
26852 \backslash
26853 vspace{1.5mm}
26854 \backslash
26855
26856 \backslash
26857 #1}}
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \begin_inset Marginal
26864 status open
26865
26866 \begin_layout Plain Layout
26867 Dies ist eine Randnotiz mit einer definierten Überschrift.
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \begin_inset ERT
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877
26878 [-1.5cm]
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 renewcommand{
26892 \backslash
26893 marginpar}[1]{
26894 \backslash
26895 myMarginpar{#1}}
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \begin_inset Note Note
26902 status open
26903
26904 \begin_layout Plain Layout
26905 Das Format wurde nur für dieses Beispiel geändert.
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \begin_layout Standard
26914 \begin_inset ERT
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918
26919
26920 \backslash
26921 else
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \begin_inset Note Note
26928 status open
26929
26930 \begin_layout Plain Layout
26931 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
26932 \series bold
26933 marginnote
26934 \series default
26935  nicht installiert ist:
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \end_layout
26942
26943 \begin_layout Standard
26944 Das LaTeX-Paket 
26945 \series bold
26946 marginnote
26947 \series default
26948  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
26949 \end_layout
26950
26951 \begin_layout Standard
26952 \begin_inset ERT
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956
26957
26958 \backslash
26959 fi
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Chapter
26968 Boxen
26969 \end_layout
26970
26971 \begin_layout Section
26972 Einleitung
26973 \begin_inset Index
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977 Boxen ! Einleitung
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \begin_layout Standard
26986 Boxen werden benutzt, um einen Textblock zu formatieren.
26987  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
26988  siehe Abschnitt
26989 \begin_inset space ~
26990 \end_inset
26991
26992
26993 \begin_inset CommandInset ref
26994 LatexCommand ref
26995 reference "abs:Minipage"
26996
26997 \end_inset
26998
26999 , um Text zu umrahmen, siehe Abschnitt
27000 \begin_inset space ~
27001 \end_inset
27002
27003
27004 \begin_inset CommandInset ref
27005 LatexCommand ref
27006 reference "uab:Verzierung"
27007
27008 \end_inset
27009
27010 , um Silbentrennung zu verhindern, siehe Abschnitt
27011 \begin_inset space ~
27012 \end_inset
27013
27014
27015 \begin_inset CommandInset ref
27016 LatexCommand ref
27017 reference "abs:Silbentrennung-unterbinden"
27018
27019 \end_inset
27020
27021 , um Text senkrecht auszurichten, siehe Abschnitt
27022 \begin_inset space ~
27023 \end_inset
27024
27025
27026 \begin_inset CommandInset ref
27027 LatexCommand ref
27028 reference "uab:Vertikale-Ausrichtung"
27029
27030 \end_inset
27031
27032  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27033 \begin_inset space ~
27034 \end_inset
27035
27036
27037 \begin_inset CommandInset ref
27038 LatexCommand ref
27039 reference "abs:Farbige-Boxen"
27040
27041 \end_inset
27042
27043 .
27044 \end_layout
27045
27046 \begin_layout Standard
27047 Boxen werden mit 
27048 \family sans
27049 Einfügen\SpecialChar \menuseparator
27050 Box
27051 \family default
27052  oder dem Schalter 
27053 \begin_inset Graphics
27054         filename ../../images/box-insert.png
27055         scale 70
27056         scaleBeforeRotation
27057
27058 \end_inset
27059
27060  eingefügt.
27061  Ein graues Kästchen mit der Aufschrift 
27062 \begin_inset Quotes gld
27063 \end_inset
27064
27065 Box (Minipage)
27066 \begin_inset Quotes grd
27067 \end_inset
27068
27069  erscheint: 
27070 \begin_inset Graphics
27071         filename clipart/StandardBoxQt4.png
27072         scale 85
27073         scaleBeforeRotation
27074
27075 \end_inset
27076
27077  Mit einem Rechts\SpecialChar \-
27078 klick auf das graue Kästchen kann der Typ spezifiziert
27079  werden.
27080  Das Dialogfenster bietet bei 
27081 \family sans
27082 Innere
27083 \begin_inset space ~
27084 \end_inset
27085
27086 Box
27087 \family default
27088  die Typen 
27089 \family sans
27090 Parbox
27091 \family default
27092  und 
27093 \family sans
27094 Minipage
27095 \family default
27096  an.
27097  
27098 \family sans
27099 Minipage
27100 \family default
27101  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27102 \begin_inset space ~
27103 \end_inset
27104
27105
27106 \begin_inset CommandInset ref
27107 LatexCommand ref
27108 reference "abs:Minipage"
27109
27110 \end_inset
27111
27112  beschrieben, 
27113 \family sans
27114 Parbox
27115 \family default
27116  in Abschnitt
27117 \begin_inset space ~
27118 \end_inset
27119
27120
27121 \begin_inset CommandInset ref
27122 LatexCommand ref
27123 reference "abs:Parbox"
27124
27125 \end_inset
27126
27127 .
27128 \end_layout
27129
27130 \begin_layout Standard
27131 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27132  wie auf Gleitobjekte und Fußnoten.
27133 \end_layout
27134
27135 \begin_layout Standard
27136 \begin_inset Note Greyedout
27137 status open
27138
27139 \begin_layout Plain Layout
27140
27141 \series bold
27142 Bemerkung
27143 \begin_inset space ~
27144 \end_inset
27145
27146 1:
27147 \series default
27148  Boxen dürfen in 
27149 \family sans
27150 List-
27151 \family default
27152  oder 
27153 \family sans
27154 Beschreibung-
27155 \family default
27156 Umgebungen nicht verwendet werden.
27157 \end_layout
27158
27159 \end_inset
27160
27161
27162 \end_layout
27163
27164 \begin_layout Standard
27165 \begin_inset Note Greyedout
27166 status open
27167
27168 \begin_layout Plain Layout
27169
27170 \series bold
27171 Bemerkung
27172 \begin_inset space ~
27173 \end_inset
27174
27175 2:
27176 \series default
27177  Boxen ohne 
27178 \family sans
27179 Innere
27180 \begin_inset space ~
27181 \end_inset
27182
27183 Box
27184 \family default
27185  und ohne Rahmen werden in Abschnitt
27186 \begin_inset space ~
27187 \end_inset
27188
27189
27190 \begin_inset CommandInset ref
27191 LatexCommand ref
27192 reference "abs:Silbentrennung-unterbinden"
27193
27194 \end_inset
27195
27196  beschrieben.
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_layout Section
27205 Das Box-Einstellungen-Fenster
27206 \begin_inset CommandInset label
27207 LatexCommand label
27208 name "abs:Box-Dialog"
27209
27210 \end_inset
27211
27212
27213 \begin_inset Index
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217 Boxen ! Box-Dialog-Fenster
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Subsection
27226 Box-Größe
27227 \begin_inset Index
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Boxen ! Größe
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240 Im 
27241 \family sans
27242 Box-Einstellungen
27243 \family default
27244 -Fenster können Sie die Größe der Box mit 
27245 \family sans
27246 Breite
27247 \family default
27248  und 
27249 \family sans
27250 Höhe 
27251 \family default
27252 festlegen.
27253  Die verfügbaren Einheiten werden in Tabelle
27254 \begin_inset space ~
27255 \end_inset
27256
27257
27258 \begin_inset CommandInset ref
27259 LatexCommand ref
27260 reference "tab:Maßeinheiten"
27261
27262 \end_inset
27263
27264  aufgelistet.
27265  Das Feld
27266 \family sans
27267  Höhe
27268 \family default
27269  bietet die folgenden zusätzlichen Größen:
27270 \end_layout
27271
27272 \begin_layout Description
27273 Tiefe Dies ist die reine Text-
27274 \begin_inset Quotes gld
27275 \end_inset
27276
27277 Höhe
27278 \begin_inset Quotes grd
27279 \end_inset
27280
27281 .
27282  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27283 \begin_inset Newline newline
27284 \end_inset
27285
27286
27287 \begin_inset Newline newline
27288 \end_inset
27289
27290
27291 \begin_inset Newline newline
27292 \end_inset
27293
27294
27295 \begin_inset Box Boxed
27296 position "c"
27297 hor_pos "c"
27298 has_inner_box 1
27299 inner_pos "c"
27300 use_parbox 0
27301 width "12col%"
27302 special "none"
27303 height "1in"
27304 height_special "depth"
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 \align center
27309 Box-Höhe = 1
27310 \begin_inset space \thinspace{}
27311 \end_inset
27312
27313 Tiefe
27314 \end_layout
27315
27316 \end_inset
27317
27318
27319 \begin_inset Newline newline
27320 \end_inset
27321
27322
27323 \begin_inset Newline newline
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Description
27330 Höhe Dies ist die Texthöhe innerhalb der Box.
27331  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27332  Texthöhe setzen: 
27333 \begin_inset Box Boxed
27334 position "c"
27335 hor_pos "c"
27336 has_inner_box 1
27337 inner_pos "c"
27338 use_parbox 0
27339 width "20col%"
27340 special "none"
27341 height "2in"
27342 height_special "height"
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346 \align center
27347 Boxhöhe = 2
27348 \begin_inset space \thinspace{}
27349 \end_inset
27350
27351 Höhe
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Description
27360 Gesamthöhe Dies ist Höhe
27361 \begin_inset space \thinspace{}
27362 \end_inset
27363
27364 +
27365 \begin_inset space \thinspace{}
27366 \end_inset
27367
27368 Tiefe: 
27369 \begin_inset Box Boxed
27370 position "c"
27371 hor_pos "c"
27372 has_inner_box 1
27373 inner_pos "c"
27374 use_parbox 0
27375 width "20col%"
27376 special "none"
27377 height "1in"
27378 height_special "totalheight"
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382 \align center
27383 Boxhöhe = 1
27384 \begin_inset space \thinspace{}
27385 \end_inset
27386
27387 Gesamthöhe
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Description
27396 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27397 \begin_inset Box Boxed
27398 position "c"
27399 hor_pos "c"
27400 has_inner_box 1
27401 inner_pos "c"
27402 use_parbox 0
27403 width "12col%"
27404 special "none"
27405 height "1in"
27406 height_special "width"
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 \align center
27411 Boxhöhe = 1
27412 \begin_inset space \thinspace{}
27413 \end_inset
27414
27415 Breite
27416 \end_layout
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \begin_layout Subsection
27424 Ausrichtung
27425 \begin_inset Index
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 Boxen ! Ausrichtung
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 Wenn Sie eine 
27439 \family sans
27440 Innere
27441 \begin_inset space ~
27442 \end_inset
27443
27444 Box
27445 \family default
27446  gewählt haben, kann die Box mit folgenden Werten für 
27447 \family sans
27448 Box
27449 \family default
27450  senkrecht ausgerichtet werden:
27451 \end_layout
27452
27453 \begin_layout Description
27454 Oben Dies ist ein Beispieltext.
27455  
27456 \begin_inset Box Boxed
27457 position "t"
27458 hor_pos "c"
27459 has_inner_box 1
27460 inner_pos "c"
27461 use_parbox 0
27462 width "20col%"
27463 special "none"
27464 height "1in"
27465 height_special "totalheight"
27466 status collapsed
27467
27468 \begin_layout Plain Layout
27469 \align center
27470 Die Ober\SpecialChar \-
27471 kante der Box ist in der Zeile.
27472 \end_layout
27473
27474 \end_inset
27475
27476  Dies ist ein Beispieltext.
27477 \end_layout
27478
27479 \begin_layout Description
27480 Mitte Dies ist ein Beispieltext.
27481  
27482 \begin_inset Box Boxed
27483 position "c"
27484 hor_pos "c"
27485 has_inner_box 1
27486 inner_pos "c"
27487 use_parbox 0
27488 width "20col%"
27489 special "none"
27490 height "1in"
27491 height_special "totalheight"
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 \align center
27496 Die Mitte der Box ist in der Zeile.
27497 \end_layout
27498
27499 \end_inset
27500
27501  Dies ist ein Beispieltext.
27502 \end_layout
27503
27504 \begin_layout Description
27505 Unten Dies ist ein Beispieltext.
27506  
27507 \begin_inset Box Boxed
27508 position "b"
27509 hor_pos "c"
27510 has_inner_box 1
27511 inner_pos "c"
27512 use_parbox 0
27513 width "20col%"
27514 special "none"
27515 height "1in"
27516 height_special "totalheight"
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 \align center
27521 Die Unter\SpecialChar \-
27522 kante der Box ist in der Zeile.
27523 \end_layout
27524
27525 \end_inset
27526
27527  Dies ist ein Beispieltext.
27528 \end_layout
27529
27530 \begin_layout Standard
27531 \begin_inset Note Greyedout
27532 status open
27533
27534 \begin_layout Plain Layout
27535
27536 \series bold
27537 Bemerkung:
27538 \series default
27539  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27540  Boxen in einer Zeile sind und eine Box z.
27541 \begin_inset space \thinspace{}
27542 \end_inset
27543
27544 B.
27545  schattiert ist, die andere aber nicht.
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 Eine Box kann mit dem Dialog 
27555 \family sans
27556 Absatz-Einstellungen
27557 \family default
27558  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27559 \end_layout
27560
27561 \begin_layout Standard
27562 \begin_inset VSpace bigskip
27563 \end_inset
27564
27565 Wenn Sie eine 
27566 \family sans
27567 Innere
27568 \begin_inset space ~
27569 \end_inset
27570
27571 Box
27572 \family default
27573  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27574 \family sans
27575 Inhalt
27576 \family default
27577  senkrecht ausgerichtet werden:
27578 \end_layout
27579
27580 \begin_layout Description
27581 Oben Dies ist ein Beispieltext.
27582  
27583 \begin_inset Box Boxed
27584 position "c"
27585 hor_pos "c"
27586 has_inner_box 1
27587 inner_pos "t"
27588 use_parbox 0
27589 width "20col%"
27590 special "none"
27591 height "1.5in"
27592 height_special "totalheight"
27593 status collapsed
27594
27595 \begin_layout Plain Layout
27596 \align center
27597 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27598 \end_layout
27599
27600 \end_inset
27601
27602  Dies ist ein Beispieltext.
27603 \end_layout
27604
27605 \begin_layout Description
27606 Mitte Dies ist ein Beispieltext.
27607  
27608 \begin_inset Box Boxed
27609 position "c"
27610 hor_pos "c"
27611 has_inner_box 1
27612 inner_pos "c"
27613 use_parbox 0
27614 width "20col%"
27615 special "none"
27616 height "1.5in"
27617 height_special "totalheight"
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 \align center
27622 Der Boxinhalt ist zentriert ausgerichtet.
27623 \end_layout
27624
27625 \end_inset
27626
27627  Dies ist ein Beispieltext.
27628 \end_layout
27629
27630 \begin_layout Description
27631 Unten Dies ist ein Beispieltext.
27632  
27633 \begin_inset Box Boxed
27634 position "c"
27635 hor_pos "c"
27636 has_inner_box 1
27637 inner_pos "b"
27638 use_parbox 0
27639 width "20col%"
27640 special "none"
27641 height "1.5in"
27642 height_special "totalheight"
27643 status collapsed
27644
27645 \begin_layout Plain Layout
27646 \align center
27647 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27648 \end_layout
27649
27650 \end_inset
27651
27652  Dies ist ein Beispieltext.
27653 \end_layout
27654
27655 \begin_layout Description
27656 Dehnen Dies ist ein Beispieltext.
27657  
27658 \begin_inset Box Boxed
27659 position "c"
27660 hor_pos "c"
27661 has_inner_box 1
27662 inner_pos "s"
27663 use_parbox 0
27664 width "20col%"
27665 special "none"
27666 height "1in"
27667 height_special "totalheight"
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671 \align center
27672 Der Boxinhalt
27673 \end_layout
27674
27675 \begin_layout Plain Layout
27676 \align center
27677 ist über die
27678 \end_layout
27679
27680 \begin_layout Plain Layout
27681 \align center
27682 Boxhöhe
27683 \end_layout
27684
27685 \begin_layout Plain Layout
27686 \align center
27687 gleichmäßig verteilt.
27688 \end_layout
27689
27690 \end_inset
27691
27692  Dies ist ein Beispieltext.
27693 \end_layout
27694
27695 \begin_layout Standard
27696 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27697  besteht.
27698  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27699 \end_layout
27700
27701 \begin_layout Standard
27702 Ein Boxinhalt kann mit dem Dialog 
27703 \family sans
27704 Absatz-Einstellungen
27705 \family default
27706  waagerecht ausgerichtet werden, wenn Sie eine
27707 \family sans
27708  Innere
27709 \begin_inset space ~
27710 \end_inset
27711
27712 Box
27713 \family default
27714  gewählt haben.
27715 \end_layout
27716
27717 \begin_layout Standard
27718 \align center
27719 \begin_inset Box Boxed
27720 position "c"
27721 hor_pos "c"
27722 has_inner_box 1
27723 inner_pos "s"
27724 use_parbox 0
27725 width "30col%"
27726 special "none"
27727 height "1.25in"
27728 height_special "totalheight"
27729 status collapsed
27730
27731 \begin_layout Plain Layout
27732 \align left
27733 Hier ist jede Zeile
27734 \end_layout
27735
27736 \begin_layout Plain Layout
27737 \align center
27738 anders
27739 \end_layout
27740
27741 \begin_layout Plain Layout
27742 \align right
27743 ausgerichtet.
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Standard
27752 Wenn Sie keine
27753 \family sans
27754  Innere
27755 \begin_inset space ~
27756 \end_inset
27757
27758 Box
27759 \family default
27760  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
27761 \family sans
27762 Box-Einstellungen-
27763 \family default
27764 Dialog ausrichten
27765 \end_layout
27766
27767 \begin_layout Standard
27768 \align center
27769 \begin_inset Box Boxed
27770 position "c"
27771 hor_pos "s"
27772 has_inner_box 0
27773 inner_pos "s"
27774 use_parbox 0
27775 width "90col%"
27776 special "none"
27777 height "1.25in"
27778 height_special "totalheight"
27779 status collapsed
27780
27781 \begin_layout Plain Layout
27782 \align left
27783 Dieser Boxinhalt wurde horizontal gedehnt.
27784 \end_layout
27785
27786 \end_inset
27787
27788
27789 \end_layout
27790
27791 \begin_layout Subsection
27792 Verzierung
27793 \begin_inset CommandInset label
27794 LatexCommand label
27795 name "uab:Verzierung"
27796
27797 \end_inset
27798
27799
27800 \begin_inset Index
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 Boxen ! Verzierung
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Standard
27813 Im 
27814 \family sans
27815 Box-Einstellungen-
27816 \family default
27817 Dialog können Sie mit der 
27818 \family sans
27819 Verzierung
27820 \family default
27821  den Typ der Box auswählen:
27822 \end_layout
27823
27824 \begin_layout Description
27825 Einfacher
27826 \begin_inset space ~
27827 \end_inset
27828
27829 rechteckiger
27830 \begin_inset space ~
27831 \end_inset
27832
27833 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
27834  Die Rahmendicke wird durch 
27835 \series bold
27836
27837 \backslash
27838 fboxrule
27839 \series default
27840  festgelegt.
27841  
27842 \begin_inset Box Boxed
27843 position "c"
27844 hor_pos "c"
27845 has_inner_box 1
27846 inner_pos "c"
27847 use_parbox 0
27848 width "21col%"
27849 special "none"
27850 height "1in"
27851 height_special "totalheight"
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855
27856 \series medium
27857 Rechteckige
27858 \begin_inset space ~
27859 \end_inset
27860
27861 Box
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \begin_layout Description
27870 erlaube
27871 \begin_inset space ~
27872 \end_inset
27873
27874 Seitenumbrüche Wenn Sie die Verzierung 
27875 \family sans
27876 Einfacher rechteckiger Rahmen
27877 \family default
27878  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
27879  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
27880  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
27881  für sich ist und 
27882 \series bold
27883
27884 \backslash
27885 fboxrule
27886 \series default
27887  und 
27888 \series bold
27889
27890 \backslash
27891 fboxsep
27892 \series default
27893  keinen Einfluss auf diesen Box Typ haben.
27894  Die Rahmendicke wird durch 
27895 \series bold
27896
27897 \backslash
27898 FrameRule
27899 \series default
27900  festgelegt.
27901  
27902 \begin_inset Box Framed
27903 position "t"
27904 hor_pos "c"
27905 has_inner_box 0
27906 inner_pos "t"
27907 use_parbox 0
27908 width "100col%"
27909 special "none"
27910 height "1in"
27911 height_special "totalheight"
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915 Box erlaubt Seitenumbruch
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \begin_layout Description
27924 Ovaler
27925 \begin_inset space ~
27926 \end_inset
27927
27928 Rahmen,
27929 \begin_inset space ~
27930 \end_inset
27931
27932 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
27933  Die Rahmendicke ist 0.4
27934 \begin_inset space \thinspace{}
27935 \end_inset
27936
27937 pt.
27938  
27939 \begin_inset Box ovalbox
27940 position "c"
27941 hor_pos "c"
27942 has_inner_box 1
27943 inner_pos "c"
27944 use_parbox 0
27945 width "20col%"
27946 special "none"
27947 height "1in"
27948 height_special "totalheight"
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 Ovale
27953 \begin_inset space ~
27954 \end_inset
27955
27956 Box,
27957 \begin_inset space ~
27958 \end_inset
27959
27960 dünn
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Description
27969 Ovaler
27970 \begin_inset space ~
27971 \end_inset
27972
27973 Rahmen,
27974 \begin_inset space ~
27975 \end_inset
27976
27977 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
27978  Die Rahmendicke ist 0.8
27979 \begin_inset space \thinspace{}
27980 \end_inset
27981
27982 pt.
27983  
27984 \begin_inset Box Ovalbox
27985 position "c"
27986 hor_pos "c"
27987 has_inner_box 1
27988 inner_pos "c"
27989 use_parbox 0
27990 width "20col%"
27991 special "none"
27992 height "1in"
27993 height_special "totalheight"
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 Ovale
27998 \begin_inset space ~
27999 \end_inset
28000
28001 Box,
28002 \begin_inset space ~
28003 \end_inset
28004
28005 dick
28006 \end_layout
28007
28008 \end_inset
28009
28010
28011 \end_layout
28012
28013 \begin_layout Description
28014 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28015  Die Rahmendicke wird durch 
28016 \series bold
28017
28018 \backslash
28019 fboxrule
28020 \series default
28021  festgelegt, der Schatten ist 4
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 pt breit.
28026 \begin_inset Newline newline
28027 \end_inset
28028
28029
28030 \begin_inset Box Shadowbox
28031 position "c"
28032 hor_pos "c"
28033 has_inner_box 1
28034 inner_pos "c"
28035 use_parbox 0
28036 width "20col%"
28037 special "none"
28038 height "1in"
28039 height_special "totalheight"
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 Schattierte
28044 \begin_inset space ~
28045 \end_inset
28046
28047 Box
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Description
28056 Schattierter
28057 \begin_inset space ~
28058 \end_inset
28059
28060 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28061  Im Gegensatz zu farbigen Boxen
28062 \begin_inset Foot
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066 siehe Abschnitt
28067 \begin_inset space ~
28068 \end_inset
28069
28070
28071 \begin_inset CommandInset ref
28072 LatexCommand ref
28073 reference "abs:Farbige-Boxen"
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \end_inset
28081
28082  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28083  die Box ist ein Absatz für sich.
28084  
28085 \begin_inset Box Shaded
28086 position "t"
28087 hor_pos "c"
28088 has_inner_box 0
28089 inner_pos "t"
28090 use_parbox 0
28091 width "50col%"
28092 special "none"
28093 height "1in"
28094 height_special "totalheight"
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 Schattierter Hintergrund Box
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Description
28107 Doppelter
28108 \begin_inset space ~
28109 \end_inset
28110
28111 rechteckiger
28112 \begin_inset space ~
28113 \end_inset
28114
28115 Rahmen zeichnet einen doppelten Rahmen um die Box.
28116  Der innere Rahmen ist 0.75
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120
28121 \series bold
28122
28123 \backslash
28124 fboxrule
28125 \series default
28126  breit, der äußere 1.5
28127 \begin_inset space \thinspace{}
28128 \end_inset
28129
28130
28131 \series bold
28132
28133 \backslash
28134 fboxrule
28135 \series default
28136 , der Zwischenraum 1.5
28137 \begin_inset space \thinspace{}
28138 \end_inset
28139
28140
28141 \series bold
28142
28143 \backslash
28144 fboxrule
28145 \series default
28146
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 +
28151 \begin_inset space \thinspace{}
28152 \end_inset
28153
28154 0.5
28155 \begin_inset space \thinspace{}
28156 \end_inset
28157
28158 pt.
28159  
28160 \begin_inset Box Doublebox
28161 position "c"
28162 hor_pos "c"
28163 has_inner_box 1
28164 inner_pos "c"
28165 use_parbox 0
28166 width "20col%"
28167 special "none"
28168 height "1in"
28169 height_special "totalheight"
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Doppelt
28174 \begin_inset space ~
28175 \end_inset
28176
28177 gerahmte
28178 \begin_inset space ~
28179 \end_inset
28180
28181 Box
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \begin_layout Standard
28190 \begin_inset VSpace bigskip
28191 \end_inset
28192
28193 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28194  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28195 \series bold
28196 fancybox
28197 \series default
28198
28199 \begin_inset Index
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 LaTeX-Pakete ! fancybox
28204 \end_layout
28205
28206 \end_inset
28207
28208  installiert sein.
28209 \end_layout
28210
28211 \begin_layout Section
28212 Box-Anpassung
28213 \begin_inset Index
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217 Boxen ! Anpassung
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 Der Standardwert für 
28227 \series bold
28228
28229 \backslash
28230 fboxrule
28231 \series default
28232  ist 0.4
28233 \begin_inset space \thinspace{}
28234 \end_inset
28235
28236 pt.
28237  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28238 \begin_inset space \thinspace{}
28239 \end_inset
28240
28241 pt gesetzt werden:
28242 \end_layout
28243
28244 \begin_layout Standard
28245
28246 \series bold
28247
28248 \backslash
28249 setlength{
28250 \backslash
28251 fboxrule}{2pt}
28252 \end_layout
28253
28254 \begin_layout Standard
28255 \begin_inset ERT
28256 status collapsed
28257
28258 \begin_layout Plain Layout
28259
28260
28261 \backslash
28262 setlength{
28263 \backslash
28264 fboxrule}{2pt}
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \begin_inset Box Boxed
28271 position "c"
28272 hor_pos "c"
28273 has_inner_box 1
28274 inner_pos "c"
28275 use_parbox 0
28276 width "30col%"
28277 special "none"
28278 height "1in"
28279 height_special "totalheight"
28280 status open
28281
28282 \begin_layout Plain Layout
28283 \align center
28284 Rechteckige Box mit einer Rahmenbreite von 2
28285 \begin_inset space \thinspace{}
28286 \end_inset
28287
28288 pt
28289 \end_layout
28290
28291 \end_inset
28292
28293
28294 \begin_inset ERT
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298
28299
28300 \backslash
28301 setlength{
28302 \backslash
28303 fboxrule}{0.4pt}
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \begin_inset VSpace bigskip
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \begin_layout Standard
28316 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28317 \begin_inset space \thinspace{}
28318 \end_inset
28319
28320 pt.
28321  Sie können das ändern, indem Sie den Wert von 
28322 \series bold
28323
28324 \backslash
28325 fboxsep
28326 \series default
28327  mit einem TeX-Code-Befehl ändern:
28328 \end_layout
28329
28330 \begin_layout Standard
28331
28332 \series bold
28333
28334 \backslash
28335 setlength{
28336 \backslash
28337 fboxsep}{10pt}
28338 \end_layout
28339
28340 \begin_layout Standard
28341 setzt den Wert auf 10
28342 \begin_inset space \thinspace{}
28343 \end_inset
28344
28345 pt, wie in der folgenden Box:
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354
28355 \backslash
28356 setlength{
28357 \backslash
28358 fboxsep}{10pt}
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \begin_inset Box Boxed
28365 position "c"
28366 hor_pos "c"
28367 has_inner_box 1
28368 inner_pos "c"
28369 use_parbox 0
28370 width "25col%"
28371 special "none"
28372 height "1in"
28373 height_special "totalheight"
28374 status open
28375
28376 \begin_layout Plain Layout
28377 \align center
28378 Rechteckige Box mit 
28379 \series bold
28380
28381 \backslash
28382 fboxsep
28383 \series default
28384
28385 \begin_inset space \thinspace{}
28386 \end_inset
28387
28388 =
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392 10
28393 \begin_inset space \thinspace{}
28394 \end_inset
28395
28396 pt
28397 \end_layout
28398
28399 \end_inset
28400
28401
28402 \begin_inset ERT
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406
28407
28408 \backslash
28409 setlength{
28410 \backslash
28411 fboxsep}{3pt}
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \begin_layout Standard
28420 \noindent
28421 \begin_inset VSpace bigskip
28422 \end_inset
28423
28424 Der Durchmesser der abgerundeten Ecken kann mit 
28425 \series bold
28426
28427 \backslash
28428 cornersize
28429 \series default
28430  gesetzt werden.
28431  Der TeX-Code-Befehl
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 cornersize*{1cm}
28440 \end_layout
28441
28442 \begin_layout Standard
28443 setzt den Durchmesser auf 1
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 cm.
28448  Der TeX-Code-Befehl
28449 \end_layout
28450
28451 \begin_layout Standard
28452
28453 \series bold
28454
28455 \backslash
28456 cornersize{num}
28457 \end_layout
28458
28459 \begin_layout Standard
28460 setzt den Durchmesser auf 
28461 \family sans
28462 num
28463 \begin_inset space \thinspace{}
28464 \end_inset
28465
28466 ×
28467 \begin_inset space \thinspace{}
28468 \end_inset
28469
28470 Minimum(Breite der Box, Höhe der Box)
28471 \family default
28472 .
28473  Der Standardwert ist 
28474 \series bold
28475
28476 \backslash
28477 cornersize{0.5}
28478 \series default
28479 .
28480 \end_layout
28481
28482 \begin_layout Standard
28483 \begin_inset ERT
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488
28489 \backslash
28490 cornersize*{1.5cm}
28491 \end_layout
28492
28493 \end_inset
28494
28495
28496 \begin_inset Box Ovalbox
28497 position "c"
28498 hor_pos "c"
28499 has_inner_box 1
28500 inner_pos "c"
28501 use_parbox 0
28502 width "30col%"
28503 special "none"
28504 height "1in"
28505 height_special "totalheight"
28506 status open
28507
28508 \begin_layout Plain Layout
28509 \align center
28510 Ovale Box, dicker Rand, mit 
28511 \series bold
28512
28513 \backslash
28514 cornersize
28515 \series default
28516
28517 \begin_inset space \thinspace{}
28518 \end_inset
28519
28520 =
28521 \begin_inset space \thinspace{}
28522 \end_inset
28523
28524 1.5
28525 \begin_inset space \thinspace{}
28526 \end_inset
28527
28528 cm
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \begin_inset ERT
28535 status collapsed
28536
28537 \begin_layout Plain Layout
28538
28539
28540 \backslash
28541 cornersize{0.5}
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \end_layout
28548
28549 \begin_layout Standard
28550 \begin_inset VSpace bigskip
28551 \end_inset
28552
28553 Die Breite des Schattens wird mit 
28554 \series bold
28555
28556 \backslash
28557 shadowsize
28558 \series default
28559  festgelegt.
28560  Mit dem TeX-Code-Befehl
28561 \end_layout
28562
28563 \begin_layout Standard
28564
28565 \series bold
28566
28567 \backslash
28568 setlength{
28569 \backslash
28570 shadowsize}{2pt}
28571 \end_layout
28572
28573 \begin_layout Standard
28574 wird er für die folgende Box auf 2
28575 \begin_inset space \thinspace{}
28576 \end_inset
28577
28578 pt festgelegt.
28579 \end_layout
28580
28581 \begin_layout Standard
28582 \begin_inset ERT
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586
28587
28588 \backslash
28589 setlength{
28590 \backslash
28591 shadowsize}{2pt}
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \begin_inset Box Shadowbox
28598 position "c"
28599 hor_pos "c"
28600 has_inner_box 1
28601 inner_pos "c"
28602 use_parbox 0
28603 width "25col%"
28604 special "none"
28605 height "1in"
28606 height_special "totalheight"
28607 status open
28608
28609 \begin_layout Plain Layout
28610 \align center
28611 Schattierte Box mit 
28612 \series bold
28613
28614 \backslash
28615 shadowsize
28616 \series default
28617
28618 \begin_inset space \thinspace{}
28619 \end_inset
28620
28621 =
28622 \begin_inset space \thinspace{}
28623 \end_inset
28624
28625 2
28626 \begin_inset space \thinspace{}
28627 \end_inset
28628
28629 pt
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \begin_inset ERT
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639
28640
28641 \backslash
28642 setlength{
28643 \backslash
28644 shadowsize}{4pt}
28645 \end_layout
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \begin_layout Standard
28653 \begin_inset VSpace bigskip
28654 \end_inset
28655
28656 Der Standardwert für 
28657 \series bold
28658
28659 \backslash
28660 FrameRule
28661 \series default
28662  ist 0.4
28663 \begin_inset space \thinspace{}
28664 \end_inset
28665
28666 pt.
28667  Der Standard-Abstand zwischen Rahmen und Text ist 9
28668 \begin_inset space \thinspace{}
28669 \end_inset
28670
28671 pt und kann mit dem Wert für 
28672 \series bold
28673
28674 \backslash
28675 FrameSep
28676 \series default
28677  geändert werden.
28678  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28679  TeX-Code Befehlen geändert:
28680 \end_layout
28681
28682 \begin_layout Standard
28683
28684 \series bold
28685
28686 \backslash
28687 setlength{
28688 \backslash
28689 FrameRule}{5pt}
28690 \begin_inset Newline newline
28691 \end_inset
28692
28693
28694 \backslash
28695 setlength{
28696 \backslash
28697 FrameSep}{0.5cm}
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset ERT
28702 status collapsed
28703
28704 \begin_layout Plain Layout
28705
28706
28707 \backslash
28708 setlength{
28709 \backslash
28710 FrameRule}{5pt}
28711 \end_layout
28712
28713 \begin_layout Plain Layout
28714
28715
28716 \backslash
28717 setlength{
28718 \backslash
28719 FrameSep}{0.5cm}
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \begin_inset Box Framed
28726 position "t"
28727 hor_pos "c"
28728 has_inner_box 0
28729 inner_pos "t"
28730 use_parbox 0
28731 width "100col%"
28732 special "none"
28733 height "1in"
28734 height_special "totalheight"
28735 status open
28736
28737 \begin_layout Plain Layout
28738 Dies ist Text in einer 
28739 \family sans
28740 Seitenumbruch erlaubt
28741 \family default
28742  Box.
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753
28754 \backslash
28755 setlength{
28756 \backslash
28757 FrameRule}{0.4pt}
28758 \end_layout
28759
28760 \begin_layout Plain Layout
28761
28762
28763 \backslash
28764 setlength{
28765 \backslash
28766 FrameSep}{9pt}
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Standard
28775 \begin_inset VSpace bigskip
28776 \end_inset
28777
28778 Für Boxen mit 
28779 \family sans
28780 schattiertem Hintergrund
28781 \family default
28782  beträgt der Abstand zwischen Rand und Text 3
28783 \begin_inset space \thinspace{}
28784 \end_inset
28785
28786 pt und kann mit 
28787 \series bold
28788
28789 \backslash
28790 fboxsep
28791 \series default
28792  geändert werden.
28793  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
28794  
28795 \series bold
28796
28797 \backslash
28798 definecolor{shadecolor}
28799 \series default
28800  oder global über das Menü 
28801 \family sans
28802 Werkzeuge\SpecialChar \menuseparator
28803 Einstellungen\SpecialChar \menuseparator
28804 Farben\SpecialChar \menuseparator
28805 Schattierte
28806 \begin_inset space ~
28807 \end_inset
28808
28809 Box
28810 \family default
28811  geändert werden.
28812  Das Schema des 
28813 \series bold
28814
28815 \backslash
28816 definecolor
28817 \series default
28818  Befehls ist  in Abschnitt
28819 \begin_inset space ~
28820 \end_inset
28821
28822
28823 \begin_inset CommandInset ref
28824 LatexCommand ref
28825 reference "abs:Farbige-Tabellen"
28826
28827 \end_inset
28828
28829  erklärt.
28830 \begin_inset Foot
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834 Beachten Sie, dass 
28835 \series bold
28836
28837 \backslash
28838 definecolor
28839 \series default
28840  das LaTeX-Paket 
28841 \series bold
28842 color
28843 \series default
28844  im LaTeX-Vorspann benötigt, siehe Abschnitt
28845 \begin_inset space ~
28846 \end_inset
28847
28848
28849 \begin_inset CommandInset ref
28850 LatexCommand ref
28851 reference "abs:Farbige-Boxen"
28852
28853 \end_inset
28854
28855 .
28856 \end_layout
28857
28858 \end_inset
28859
28860  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
28861 \end_layout
28862
28863 \begin_layout Standard
28864
28865 \series bold
28866
28867 \backslash
28868 setlength{
28869 \backslash
28870 fboxsep}{0.5cm}
28871 \begin_inset Newline newline
28872 \end_inset
28873
28874
28875 \backslash
28876 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28877 \end_layout
28878
28879 \begin_layout Standard
28880 \begin_inset ERT
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884
28885
28886 \backslash
28887 setlength{
28888 \backslash
28889 fboxsep}{0.5cm}
28890 \end_layout
28891
28892 \begin_layout Plain Layout
28893
28894
28895 \backslash
28896 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \begin_inset Box Shaded
28903 position "t"
28904 hor_pos "c"
28905 has_inner_box 0
28906 inner_pos "t"
28907 use_parbox 0
28908 width "100col%"
28909 special "none"
28910 height "1in"
28911 height_special "totalheight"
28912 status open
28913
28914 \begin_layout Plain Layout
28915
28916 \color yellow
28917 Dies ist gelber Text in einer 
28918 \family sans
28919 schattierten Hintergrund
28920 \begin_inset space ~
28921 \end_inset
28922
28923
28924 \family default
28925 Box auf dunkelgrünem Hintergrund.
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \begin_inset ERT
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935
28936
28937 \backslash
28938 setlength{
28939 \backslash
28940 fboxsep}{3pt}
28941 \end_layout
28942
28943 \begin_layout Plain Layout
28944
28945
28946 \backslash
28947 definecolor{shadecolor}{rgb}{1,0,0}
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 \begin_inset VSpace bigskip
28957 \end_inset
28958
28959 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
28960  der sie ändert.
28961 \end_layout
28962
28963 \begin_layout Section
28964 Minipage
28965 \begin_inset CommandInset label
28966 LatexCommand label
28967 name "abs:Minipage"
28968
28969 \end_inset
28970
28971
28972 \begin_inset Index
28973 status collapsed
28974
28975 \begin_layout Plain Layout
28976 Boxen ! Minipage
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Standard
28985 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
28986  deshalb unter anderem eigene Fußnoten haben.
28987 \end_layout
28988
28989 \begin_layout Standard
28990 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
28991 \end_layout
28992
28993 \begin_layout Standard
28994 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
28995  Ihre Breite ist 45 Spaltenbreite
28996 \begin_inset space ~
28997 \end_inset
28998
28999 %, und sie sind durch einen 
29000 \family sans
29001 HFill
29002 \family default
29003  getrennt (
29004 \family sans
29005 Einfügen\SpecialChar \menuseparator
29006 Formatierung\SpecialChar \menuseparator
29007 Horizontaler
29008 \begin_inset space \space{}
29009 \end_inset
29010
29011 Abstand\SpecialChar \menuseparator
29012 Abstand\SpecialChar \menuseparator
29013 Variabler
29014 \begin_inset space ~
29015 \end_inset
29016
29017 horiz.
29018 \begin_inset space ~
29019 \end_inset
29020
29021 Abstand
29022 \family default
29023 ).
29024 \begin_inset Newpage newpage
29025 \end_inset
29026
29027
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \noindent
29032 \begin_inset Box Frameless
29033 position "t"
29034 hor_pos "c"
29035 has_inner_box 1
29036 inner_pos "c"
29037 use_parbox 0
29038 width "45col%"
29039 special "none"
29040 height "1in"
29041 height_special "totalheight"
29042 status open
29043
29044 \begin_layout Plain Layout
29045 Dies ist ein deutscher Text.
29046  Dies ist ein deutscher Text.
29047  Dies ist ein deutscher Text.
29048  Dies ist ein deutscher Text.
29049  Dies ist ein deutscher Text.
29050  Dies ist ein deutscher Text.
29051  Dies ist ein deutscher Text.
29052  Dies ist ein deutscher Text.
29053  Dies ist ein deutscher Text.
29054  Dies ist ein deutscher Text.
29055  Dies ist ein deutscher Text.
29056  Dies ist ein deutscher Text.
29057  Dies ist ein deutscher Text
29058 \begin_inset Foot
29059 status open
29060
29061 \begin_layout Plain Layout
29062 Dies ist eine deutsche Fußnote.
29063 \end_layout
29064
29065 \end_inset
29066
29067 .
29068  Dies ist ein deutscher Text.
29069  Dies ist ein deutscher Text.
29070 \end_layout
29071
29072 \end_inset
29073
29074
29075 \begin_inset space \hfill{}
29076 \end_inset
29077
29078
29079 \begin_inset Box Frameless
29080 position "t"
29081 hor_pos "c"
29082 has_inner_box 1
29083 inner_pos "c"
29084 use_parbox 0
29085 width "45col%"
29086 special "none"
29087 height "1in"
29088 height_special "totalheight"
29089 status open
29090
29091 \begin_layout Plain Layout
29092
29093 \lang english
29094 This is an English Text.
29095  This is an English Text.
29096  This is an English Text.
29097  This is an English Text.
29098  This is an English Text.
29099  This is an English Text.
29100  This is an English Text.
29101  This is an English Text.
29102  This is an English Text.
29103  This is an English Text.
29104  This is an English Text.
29105  This is an English Text.
29106  This is an English Text.
29107  This is an English Text.
29108  This is an English Text.
29109  This is an English Text.
29110 \begin_inset Foot
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114
29115 \lang english
29116 This is an English footnote.
29117 \end_layout
29118
29119 \end_inset
29120
29121  This is an English Text.
29122  
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \begin_layout Standard
29131 \noindent
29132 \begin_inset VSpace bigskip
29133 \end_inset
29134
29135 Eine andere Anwendung für Minipages sind Fußnoten in Tabellen.
29136  Wegen einer LaTeX-Einschränkung erscheinen Fußnoten nicht am Ende der Seite,
29137  auf der die Tabelle gedruckt wird: 
29138 \begin_inset Tabular
29139 <lyxtabular version="3" rows="3" columns="4">
29140 <features>
29141 <column alignment="center" valignment="top" width="0pt">
29142 <column alignment="center" valignment="top" width="0pt">
29143 <column alignment="center" valignment="top" width="0pt">
29144 <column alignment="center" valignment="top" width="0pt">
29145 <row>
29146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29147 \begin_inset Text
29148
29149 \begin_layout Plain Layout
29150 1
29151 \end_layout
29152
29153 \end_inset
29154 </cell>
29155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29156 \begin_inset Text
29157
29158 \begin_layout Plain Layout
29159 2
29160 \end_layout
29161
29162 \end_inset
29163 </cell>
29164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29165 \begin_inset Text
29166
29167 \begin_layout Plain Layout
29168 3
29169 \begin_inset Foot
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 Dies ist eine Fußnote in einer Tabelle.
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \end_inset
29182 </cell>
29183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187 4
29188 \end_layout
29189
29190 \end_inset
29191 </cell>
29192 </row>
29193 <row>
29194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Plain Layout
29198 a
29199 \end_layout
29200
29201 \end_inset
29202 </cell>
29203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29204 \begin_inset Text
29205
29206 \begin_layout Plain Layout
29207 b
29208 \end_layout
29209
29210 \end_inset
29211 </cell>
29212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29213 \begin_inset Text
29214
29215 \begin_layout Plain Layout
29216 c
29217 \end_layout
29218
29219 \end_inset
29220 </cell>
29221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29222 \begin_inset Text
29223
29224 \begin_layout Plain Layout
29225 d
29226 \end_layout
29227
29228 \end_inset
29229 </cell>
29230 </row>
29231 <row>
29232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29233 \begin_inset Text
29234
29235 \begin_layout Plain Layout
29236 e
29237 \end_layout
29238
29239 \end_inset
29240 </cell>
29241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29242 \begin_inset Text
29243
29244 \begin_layout Plain Layout
29245 f
29246 \end_layout
29247
29248 \end_inset
29249 </cell>
29250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29251 \begin_inset Text
29252
29253 \begin_layout Plain Layout
29254 g
29255 \end_layout
29256
29257 \end_inset
29258 </cell>
29259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29260 \begin_inset Text
29261
29262 \begin_layout Plain Layout
29263 h
29264 \end_layout
29265
29266 \end_inset
29267 </cell>
29268 </row>
29269 </lyxtabular>
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 \noindent
29278 Aber wenn Sie die Tabelle in eine Minipage packen, wird die Fußnote am Ende
29279  der Minipage gedruckt, nummeriert mit kleinen lateinischen Buchstaben.
29280  In jeder Minipage wird die Fußnotennummer auf 1 zurückgesetzt, aber nicht
29281  außerhalb.
29282 \end_layout
29283
29284 \begin_layout Standard
29285 \align center
29286 \begin_inset Box Frameless
29287 position "t"
29288 hor_pos "c"
29289 has_inner_box 1
29290 inner_pos "c"
29291 use_parbox 0
29292 width "30col%"
29293 special "none"
29294 height "1in"
29295 height_special "totalheight"
29296 status open
29297
29298 \begin_layout Plain Layout
29299 \align center
29300 \begin_inset Tabular
29301 <lyxtabular version="3" rows="3" columns="4">
29302 <features>
29303 <column alignment="center" valignment="top" width="0pt">
29304 <column alignment="center" valignment="top" width="0pt">
29305 <column alignment="center" valignment="top" width="0pt">
29306 <column alignment="center" valignment="top" width="0pt">
29307 <row>
29308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312 1
29313 \end_layout
29314
29315 \end_inset
29316 </cell>
29317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29318 \begin_inset Text
29319
29320 \begin_layout Plain Layout
29321 2
29322 \end_layout
29323
29324 \end_inset
29325 </cell>
29326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29327 \begin_inset Text
29328
29329 \begin_layout Plain Layout
29330 3
29331 \begin_inset Foot
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335 Dies ist eine Fußnote in einer Tabelle.
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \end_inset
29344 </cell>
29345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29346 \begin_inset Text
29347
29348 \begin_layout Plain Layout
29349 4
29350 \end_layout
29351
29352 \end_inset
29353 </cell>
29354 </row>
29355 <row>
29356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29357 \begin_inset Text
29358
29359 \begin_layout Plain Layout
29360 a
29361 \end_layout
29362
29363 \end_inset
29364 </cell>
29365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29366 \begin_inset Text
29367
29368 \begin_layout Plain Layout
29369 b
29370 \end_layout
29371
29372 \end_inset
29373 </cell>
29374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29375 \begin_inset Text
29376
29377 \begin_layout Plain Layout
29378 c
29379 \end_layout
29380
29381 \end_inset
29382 </cell>
29383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387 d
29388 \end_layout
29389
29390 \end_inset
29391 </cell>
29392 </row>
29393 <row>
29394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398 e
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 f
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 g
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 h
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 </row>
29431 </lyxtabular>
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Standard
29444 \begin_inset VSpace bigskip
29445 \end_inset
29446
29447 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29448  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29449  Absätze nicht eingerückt werden, obwohl Sie das in 
29450 \family sans
29451 Dokument
29452 \family default
29453 \SpecialChar \menuseparator
29454
29455 \family sans
29456 Einstellun\SpecialChar \-
29457 gen\SpecialChar \menuseparator
29458 Textformat
29459 \family default
29460  festgelegt haben.
29461  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29462  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29463 \series bold
29464
29465 \backslash
29466 hspace*{1em}
29467 \series default
29468 .
29469 \end_layout
29470
29471 \begin_layout Standard
29472 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29473  zu verpassen, siehe Abschnitt
29474 \begin_inset space ~
29475 \end_inset
29476
29477
29478 \begin_inset CommandInset ref
29479 LatexCommand ref
29480 reference "uab:Farbe-für-Absätze"
29481
29482 \end_inset
29483
29484 .
29485 \end_layout
29486
29487 \begin_layout Standard
29488 \begin_inset Note Greyedout
29489 status open
29490
29491 \begin_layout Plain Layout
29492
29493 \series bold
29494 Bemerkung:
29495 \series default
29496  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29497  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Section
29506 Parbox
29507 \begin_inset CommandInset label
29508 LatexCommand label
29509 name "abs:Parbox"
29510
29511 \end_inset
29512
29513
29514 \begin_inset Index
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518 Boxen ! Parbox
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Parbox ist eine Abkürzung für 
29528 \begin_inset Quotes gld
29529 \end_inset
29530
29531 paragraph box
29532 \begin_inset Quotes grd
29533 \end_inset
29534
29535 , was Absatzbox bedeutet.
29536  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29537  Parboxen einige Einschränkungen.
29538  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29539  gedruckt:
29540 \end_layout
29541
29542 \begin_layout Standard
29543 \align center
29544 \begin_inset Box Frameless
29545 position "t"
29546 hor_pos "c"
29547 has_inner_box 1
29548 inner_pos "t"
29549 use_parbox 1
29550 width "33col%"
29551 special "none"
29552 height "1in"
29553 height_special "totalheight"
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Dies ist Text in einer Parbox.
29558  Dies ist Text in einer Parbox.
29559 \end_layout
29560
29561 \begin_layout Plain Layout
29562 Diese Fußnote wird nicht gedruckt:
29563 \begin_inset Foot
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \end_layout
29579
29580 \begin_layout Standard
29581 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29582  und Theoreme enthalten.
29583 \end_layout
29584
29585 \begin_layout Section
29586 Boxen für Worte und Buchstaben
29587 \begin_inset Index
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 Boxen ! für Buchstaben
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Subsection
29600 Silbentrennung unterbinden 
29601 \begin_inset CommandInset label
29602 LatexCommand label
29603 name "abs:Silbentrennung-unterbinden"
29604
29605 \end_inset
29606
29607
29608 \begin_inset Index
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Boxen ! zur Vermeidung von Silbentrennung
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29622 \begin_inset Newline newline
29623 \end_inset
29624
29625 Hier ist ein Beispiel: 
29626 \end_layout
29627
29628 \begin_layout Standard
29629 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29630 \begin_inset Quotes gld
29631 \end_inset
29632
29633 einsehrsehrsehrlangeswort
29634 \begin_inset Quotes grd
29635 \end_inset
29636
29637 .
29638 \end_layout
29639
29640 \begin_layout Standard
29641 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29642  soll, den TeX-Code
29643 \end_layout
29644
29645 \begin_layout Standard
29646
29647 \series bold
29648
29649 \backslash
29650 mbox{
29651 \end_layout
29652
29653 \begin_layout Standard
29654 ein.
29655  Hinter dem Wort fügen Sie 
29656 \series bold
29657
29658 \begin_inset Quotes gld
29659 \end_inset
29660
29661 }
29662 \series default
29663
29664 \begin_inset Quotes grd
29665 \end_inset
29666
29667  als TeX-Code ein.
29668  Hier ist das Ergebnis:
29669 \end_layout
29670
29671 \begin_layout Standard
29672 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29673 \begin_inset ERT
29674 status collapsed
29675
29676 \begin_layout Plain Layout
29677
29678
29679 \backslash
29680 mbox{
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset Quotes gld
29687 \end_inset
29688
29689 einsehrsehrsehrlangeswort
29690 \begin_inset Quotes grd
29691 \end_inset
29692
29693
29694 \begin_inset ERT
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698
29699 }
29700 \end_layout
29701
29702 \end_inset
29703
29704 .
29705 \end_layout
29706
29707 \begin_layout Standard
29708 Alternativ dazu kann man auch den Befehl 
29709 \begin_inset Quotes gld
29710 \end_inset
29711
29712
29713 \series bold
29714
29715 \backslash
29716 -
29717 \series default
29718
29719 \begin_inset Quotes grd
29720 \end_inset
29721
29722  als TeX-Code direkt vor das Wort setzen:
29723 \end_layout
29724
29725 \begin_layout Standard
29726 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29727 \begin_inset Quotes gld
29728 \end_inset
29729
29730
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 -
29739 \end_layout
29740
29741 \end_inset
29742
29743 einsehrsehrsehrlangeswort
29744 \begin_inset Quotes grd
29745 \end_inset
29746
29747 .
29748 \end_layout
29749
29750 \begin_layout Standard
29751 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29752  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29753 \series bold
29754 Strg-Eingabe
29755 \series default
29756 ) einfügen: 
29757 \end_layout
29758
29759 \begin_layout Standard
29760 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29761 \begin_inset Newline newline
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770
29771 \backslash
29772 mbox{
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \begin_inset Quotes gld
29779 \end_inset
29780
29781 einsehrsehrsehrlangeswort
29782 \begin_inset Quotes grd
29783 \end_inset
29784
29785
29786 \begin_inset ERT
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790
29791 }
29792 \end_layout
29793
29794 \end_inset
29795
29796 .
29797 \end_layout
29798
29799 \begin_layout Subsection
29800 Vertikale Ausrichtung
29801 \begin_inset CommandInset label
29802 LatexCommand label
29803 name "uab:Vertikale-Ausrichtung"
29804
29805 \end_inset
29806
29807
29808 \begin_inset Index
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812 Boxen ! für Vertikale Ausrichtung
29813 \end_layout
29814
29815 \end_inset
29816
29817
29818 \begin_inset Index
29819 status collapsed
29820
29821 \begin_layout Plain Layout
29822 Boxen ! raisebox
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 Mit dem LaTeX-Befehl 
29832 \series bold
29833
29834 \backslash
29835 raisebox
29836 \series default
29837  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29838 n Textes ausrichten.
29839  
29840 \series bold
29841
29842 \backslash
29843 raisebox
29844 \series default
29845  wird folgendermaßen benutzt:
29846 \end_layout
29847
29848 \begin_layout Standard
29849
29850 \series bold
29851
29852 \backslash
29853 raisebox{Verschiebung}[oben][unten]{Text}
29854 \end_layout
29855
29856 \begin_layout Standard
29857 Positive Werte für Verschiebung
29858 \series bold
29859  
29860 \series default
29861 verschieben die Box nach oben, negative nach unten.
29862  Die beiden optionalen Parameter 
29863 \family typewriter
29864 oben
29865 \family default
29866  und 
29867 \family typewriter
29868 unten
29869 \family default
29870  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29871  hinausgeht, wenn sie nicht verschoben ist.
29872 \end_layout
29873
29874 \begin_layout Standard
29875 Um zum Beispiel das Wort 
29876 \begin_inset Quotes gld
29877 \end_inset
29878
29879 provokant
29880 \begin_inset Quotes grd
29881 \end_inset
29882
29883  mit seinem 
29884 \begin_inset Quotes gld
29885 \end_inset
29886
29887 niedrigsten
29888 \begin_inset Quotes grd
29889 \end_inset
29890
29891  Buchstaben 
29892 \begin_inset Quotes gld
29893 \end_inset
29894
29895 p
29896 \begin_inset Quotes grd
29897 \end_inset
29898
29899  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29900 \end_layout
29901
29902 \begin_layout Standard
29903
29904 \series bold
29905
29906 \backslash
29907 raisebox{
29908 \backslash
29909 depth}{
29910 \end_layout
29911
29912 \begin_layout Standard
29913 vor dem Wort einfügen und 
29914 \begin_inset Quotes gld
29915 \end_inset
29916
29917
29918 \series bold
29919 }
29920 \series default
29921
29922 \begin_inset Quotes grd
29923 \end_inset
29924
29925  als TeX-Code dahinter:
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Dies ist eine Zeile, in der das Wort 
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 raisebox{
29938 \backslash
29939 depth}{
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \begin_inset Quotes gld
29946 \end_inset
29947
29948 provokant
29949 \begin_inset Quotes grd
29950 \end_inset
29951
29952
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958 }
29959 \end_layout
29960
29961 \end_inset
29962
29963  nach oben verschoben wurde.
29964 \end_layout
29965
29966 \begin_layout Standard
29967 \begin_inset VSpace bigskip
29968 \end_inset
29969
29970 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29971  gedehnt:
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Dies ist eine Zeile, in der das Wort 
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 raisebox{-
29984 \backslash
29985 depth}{
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \begin_inset Quotes gld
29992 \end_inset
29993
29994 provokant
29995 \begin_inset Quotes grd
29996 \end_inset
29997
29998
29999 \begin_inset ERT
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003
30004 }
30005 \end_layout
30006
30007 \end_inset
30008
30009  nach unten verschoben wurde.
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Dies ist eine Zeile, in der das Wort 
30014 \begin_inset ERT
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019
30020 \backslash
30021 raisebox{0.5cm}{
30022 \end_layout
30023
30024 \end_inset
30025
30026
30027 \begin_inset Quotes gld
30028 \end_inset
30029
30030 testen
30031 \begin_inset Quotes grd
30032 \end_inset
30033
30034
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040 }
30041 \end_layout
30042
30043 \end_inset
30044
30045  um 0.5
30046 \begin_inset space \thinspace{}
30047 \end_inset
30048
30049 cm nach oben verschoben wurde.
30050 \end_layout
30051
30052 \begin_layout Standard
30053 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30054 \end_layout
30055
30056 \begin_layout Standard
30057
30058 \series bold
30059
30060 \backslash
30061 raisebox{-
30062 \backslash
30063 depth}[0pt]{
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Dies ist eine Zeile, in der das Wort 
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073
30074 \backslash
30075 raisebox{-
30076 \backslash
30077 depth}[0pt]{
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \begin_inset Quotes gld
30084 \end_inset
30085
30086 provokant
30087 \begin_inset Quotes grd
30088 \end_inset
30089
30090
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096 }
30097 \end_layout
30098
30099 \end_inset
30100
30101  nach unten verschoben wurde.
30102 \end_layout
30103
30104 \begin_layout Standard
30105 Dies ist eine Zeile, in der das Wort 
30106 \begin_inset ERT
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110
30111
30112 \backslash
30113 raisebox{0.5cm}[0pt]{
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \begin_inset Quotes gld
30120 \end_inset
30121
30122 testen
30123 \begin_inset Quotes grd
30124 \end_inset
30125
30126
30127 \begin_inset ERT
30128 status collapsed
30129
30130 \begin_layout Plain Layout
30131
30132 }
30133 \end_layout
30134
30135 \end_inset
30136
30137  um 0.5
30138 \begin_inset space \thinspace{}
30139 \end_inset
30140
30141 cm nach oben verschoben wurde.
30142  Jetzt überschneiden sich die verschobenen Worte.
30143 \end_layout
30144
30145 \begin_layout Section
30146 Farbige Boxen
30147 \begin_inset CommandInset label
30148 LatexCommand label
30149 name "abs:Farbige-Boxen"
30150
30151 \end_inset
30152
30153
30154 \begin_inset Index
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158 Boxen ! farbige
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Subsection
30167 Text-Hintergrundfarbe
30168 \begin_inset Index
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172 Farbe ! für Text-Hintergrund
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30182  so genannten 
30183 \begin_inset Quotes gld
30184 \end_inset
30185
30186 colorbox
30187 \begin_inset Quotes grd
30188 \end_inset
30189
30190  stehen.
30191  Dafür muss das LaTeX-Paket 
30192 \series bold
30193 color
30194 \series default
30195
30196 \begin_inset Index
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 LaTeX-Pakete ! color
30201 \end_layout
30202
30203 \end_inset
30204
30205  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30206 \end_layout
30207
30208 \begin_layout Standard
30209
30210 \series bold
30211
30212 \backslash
30213 @ifundefined{textcolor}
30214 \begin_inset Newline newline
30215 \end_inset
30216
30217
30218 \begin_inset ERT
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222
30223
30224 \backslash
30225 hphantom{ }
30226 \end_layout
30227
30228 \end_inset
30229
30230 {
30231 \backslash
30232 usepackage{color}}{}
30233 \end_layout
30234
30235 \begin_layout Standard
30236 Wenn Sie Text einfärben, lädt LyX das Paket 
30237 \series bold
30238 color
30239 \series default
30240  automatisch.
30241 \begin_inset Foot
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245 Der Befehl 
30246 \series bold
30247
30248 \backslash
30249 @ifundefined
30250 \series default
30251  vermeidet, dass es in diesem Fall doppelt geladen wird.
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \begin_layout Standard
30260 \begin_inset VSpace medskip
30261 \end_inset
30262
30263 Colorboxen werden mit dem Befehl 
30264 \series bold
30265
30266 \backslash
30267 colorbox
30268 \series default
30269  erzeugt:
30270 \end_layout
30271
30272 \begin_layout Standard
30273
30274 \series bold
30275
30276 \backslash
30277 colorbox{Farbe}{Boxinhalt}
30278 \end_layout
30279
30280 \begin_layout Standard
30281 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30282  Boxen sein.
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Die folgenden Farben sind vordefiniert:
30287 \family sans
30288  schwarz
30289 \family default
30290
30291 \family sans
30292 wei
30293 \family default
30294 ß, 
30295 \family sans
30296 rot
30297 \family default
30298 \series bold
30299 ,
30300 \series default
30301  
30302 \family sans
30303 grün
30304 \family default
30305
30306 \family sans
30307 blau
30308 \family default
30309
30310 \family sans
30311 türkis
30312 \family default
30313
30314 \family sans
30315 purpurrot
30316 \family default
30317  und 
30318 \family sans
30319 gelb
30320 \family default
30321 .
30322 \end_layout
30323
30324 \begin_layout Standard
30325 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30326 \begin_inset space ~
30327 \end_inset
30328
30329
30330 \begin_inset CommandInset ref
30331 LatexCommand ref
30332 reference "abs:Farbige-Tabellen"
30333
30334 \end_inset
30335
30336  beschrieben.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30341  den TeX-Code-Befehl
30342 \end_layout
30343
30344 \begin_layout Standard
30345
30346 \series bold
30347
30348 \backslash
30349 colorbox{red}{
30350 \end_layout
30351
30352 \begin_layout Standard
30353 vor dem Wort ein.
30354  Hinter dem Wort fügen Sie 
30355 \series bold
30356
30357 \begin_inset Quotes gld
30358 \end_inset
30359
30360 }
30361 \series default
30362
30363 \begin_inset Quotes grd
30364 \end_inset
30365
30366  als TeX-Code ein.
30367  Hier ist das Ergebnis:
30368 \end_layout
30369
30370 \begin_layout Standard
30371 In dieser Zeile hat 
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377
30378 \backslash
30379 colorbox{red}{
30380 \end_layout
30381
30382 \end_inset
30383
30384 Achtung!
30385 \begin_inset ERT
30386 status collapsed
30387
30388 \begin_layout Plain Layout
30389
30390 }
30391 \end_layout
30392
30393 \end_inset
30394
30395  einen roten Hintergrund.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 \begin_inset VSpace bigskip
30400 \end_inset
30401
30402 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30403  
30404 \series bold
30405
30406 \backslash
30407 fcolorbox
30408 \series default
30409  verwenden:
30410 \end_layout
30411
30412 \begin_layout Standard
30413
30414 \series bold
30415
30416 \backslash
30417 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30418 \end_layout
30419
30420 \begin_layout Standard
30421
30422 \series bold
30423
30424 \backslash
30425 fcolorbox
30426 \series default
30427  ist eine Erweiterung von 
30428 \series bold
30429
30430 \backslash
30431 colorbox
30432 \series default
30433 .
30434  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30435  
30436 \series bold
30437
30438 \backslash
30439 fboxrule
30440 \series default
30441  und 
30442 \series bold
30443
30444 \backslash
30445 fboxsep
30446 \series default
30447  gesteuert werden, wie in Abschnitt
30448 \begin_inset space ~
30449 \end_inset
30450
30451
30452 \begin_inset CommandInset ref
30453 LatexCommand ref
30454 reference "uab:Verzierung"
30455
30456 \end_inset
30457
30458  beschrieben.
30459 \end_layout
30460
30461 \begin_layout Standard
30462 Für das folgende Beispiel wurde der Befehl
30463 \end_layout
30464
30465 \begin_layout Standard
30466
30467 \series bold
30468
30469 \backslash
30470 fcolorbox{cyan}{magenta}{
30471 \end_layout
30472
30473 \begin_layout Standard
30474 benutzt.
30475  Hier wurden die Rahmendicke und der Abstand auf 1
30476 \begin_inset space \thinspace{}
30477 \end_inset
30478
30479 mm gesetzt:
30480 \begin_inset Newline newline
30481 \end_inset
30482
30483
30484 \begin_inset ERT
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488
30489
30490 \backslash
30491 fboxrule 1mm 
30492 \backslash
30493 fboxsep 1mm
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 fcolorbox{cyan}{green}{
30507 \end_layout
30508
30509 \end_inset
30510
30511 Dies ist Text in einer farbigen, gerahmten Box.
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517 }
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \begin_inset VSpace bigskip
30527 \end_inset
30528
30529 Natürlich gibt es auch farbigen Text in einer Colorbox:
30530 \begin_inset Newline newline
30531 \end_inset
30532
30533
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 fcolorbox{cyan}{green}{
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \color yellow
30548 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30549 \color none
30550
30551 \begin_inset ERT
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555
30556 }
30557 \end_layout
30558
30559 \end_inset
30560
30561
30562 \begin_inset ERT
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566
30567
30568 \backslash
30569 fboxrule 0.4pt 
30570 \backslash
30571 fboxsep 3pt
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 \begin_inset VSpace bigskip
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Standard
30587 \begin_inset Note Greyedout
30588 status open
30589
30590 \begin_layout Plain Layout
30591 \noindent
30592
30593 \series bold
30594 Bemerkung:
30595 \series default
30596  Text in Colorboxen kann nicht umgebrochen werden.
30597  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30598  wie im folgenden beschrieben.
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Subsection
30607 Farbe für Absätze
30608 \begin_inset CommandInset label
30609 LatexCommand label
30610 name "uab:Farbe-für-Absätze"
30611
30612 \end_inset
30613
30614
30615 \begin_inset Index
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619 Farbe ! für Absätze
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \begin_layout Standard
30628 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30629  den Text in eine Minipage stellen.
30630  Vor der Minipage fügen Sie den TeX-Code-Befehl
30631 \end_layout
30632
30633 \begin_layout Standard
30634
30635 \series bold
30636
30637 \backslash
30638 colorbox{color}{
30639 \end_layout
30640
30641 \begin_layout Standard
30642 ein.
30643  Hinter der Minipage fügen Sie 
30644 \series bold
30645
30646 \begin_inset Quotes gld
30647 \end_inset
30648
30649 }
30650 \series default
30651
30652 \begin_inset Quotes grd
30653 \end_inset
30654
30655  als TeX-Code ein.
30656 \end_layout
30657
30658 \begin_layout Standard
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664
30665 \backslash
30666 colorbox{hellgrau}{
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \begin_inset Box Frameless
30673 position "t"
30674 hor_pos "c"
30675 has_inner_box 1
30676 inner_pos "t"
30677 use_parbox 0
30678 width "100col%"
30679 special "none"
30680 height "1in"
30681 height_special "totalheight"
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Dies ist Text mit einer Hintergrundfarbe.
30686  Dies ist Text mit einer Hintergrundfarbe.
30687 \end_layout
30688
30689 \begin_layout Plain Layout
30690 Der Text kann Fußnoten
30691 \begin_inset Foot
30692 status open
30693
30694 \begin_layout Plain Layout
30695 Eine weitere Fußnote
30696 \end_layout
30697
30698 \end_inset
30699
30700  und Tabellen und Abbildungen enthalten.
30701 \end_layout
30702
30703 \begin_layout Plain Layout
30704 \align center
30705 \begin_inset Tabular
30706 <lyxtabular version="3" rows="3" columns="3">
30707 <features>
30708 <column alignment="center" valignment="top" width="0">
30709 <column alignment="center" valignment="top" width="0">
30710 <column alignment="center" valignment="top" width="0">
30711 <row>
30712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30713 \begin_inset Text
30714
30715 \begin_layout Plain Layout
30716 a
30717 \end_layout
30718
30719 \end_inset
30720 </cell>
30721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725 !
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 3
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 </row>
30740 <row>
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Plain Layout
30745 <
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30751 \begin_inset Text
30752
30753 \begin_layout Plain Layout
30754 b2
30755 \begin_inset Quotes erd
30756 \end_inset
30757
30758 |
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767 >
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 </row>
30773 <row>
30774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 1
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 §
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 c
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 </row>
30802 </lyxtabular>
30803
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817 }
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Section
30826 Rotierte und skalierte Boxen
30827 \end_layout
30828
30829 \begin_layout Standard
30830 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30831 \series bold
30832 graphicx
30833 \series default
30834
30835 \begin_inset Index
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 LaTeX-Pakete ! graphicx
30840 \end_layout
30841
30842 \end_inset
30843
30844  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30845 \end_layout
30846
30847 \begin_layout Standard
30848
30849 \series bold
30850
30851 \backslash
30852 @ifundefined{rotatebox}
30853 \begin_inset Newline newline
30854 \end_inset
30855
30856
30857 \begin_inset ERT
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861
30862
30863 \backslash
30864 hphantom{ }
30865 \end_layout
30866
30867 \end_inset
30868
30869 {
30870 \backslash
30871 usepackage{graphicx}}{}
30872 \end_layout
30873
30874 \begin_layout Standard
30875 \begin_inset Note Greyedout
30876 status open
30877
30878 \begin_layout Plain Layout
30879
30880 \series bold
30881 Bemerkung:
30882 \series default
30883  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30884  darstellen.
30885  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30886 \end_layout
30887
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \begin_layout Standard
30894 \begin_inset Note Greyedout
30895 status open
30896
30897 \begin_layout Plain Layout
30898
30899 \series bold
30900 Bemerkung:
30901 \series default
30902  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Subsection
30911 Rotierte Boxen
30912 \begin_inset Index
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 Boxen ! rotierte
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Index
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Rotiertes Material
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \begin_inset Index
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936 Abbildungen ! rotierte
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \begin_inset Index
30943 status collapsed
30944
30945 \begin_layout Plain Layout
30946 Tabellen ! rotierte
30947 \end_layout
30948
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \begin_layout Standard
30955 Um Text zu drehen, verwendet man den Befehl 
30956 \series bold
30957
30958 \backslash
30959 rotatebox
30960 \series default
30961  im TeX-Code nach folgendem Schema:
30962 \end_layout
30963
30964 \begin_layout Standard
30965
30966 \series bold
30967
30968 \backslash
30969 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30970 \end_layout
30971
30972 \begin_layout Standard
30973 Der Drehpunkt wird mit 
30974 \series bold
30975 origin=Position
30976 \series default
30977  angegeben.
30978  Folgende Positionen sind möglich: 
30979 \emph on
30980 c
30981 \emph default
30982  (mittig), 
30983 \emph on
30984 l
30985 \emph default
30986  (links), 
30987 \emph on
30988 r
30989 \emph default
30990  (rechts), 
30991 \emph on
30992 b
30993 \emph default
30994  (unten), 
30995 \emph on
30996 t
30997 \emph default
30998  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30999  Z.
31000 \begin_inset space \thinspace{}
31001 \end_inset
31002
31003 B.
31004  bedeutet 
31005 \emph on
31006 lt
31007 \emph default
31008 , dass sich der Drehpunkt links oben befindet.
31009  Wird kein Drehpunkt angegeben, wird die Position 
31010 \emph on
31011 l
31012 \emph default
31013  verwendet.
31014  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31015  Gedreht wird gegen den Uhrzeigersinn.
31016 \end_layout
31017
31018 \begin_layout Standard
31019 Im folgenden Beispiel wurde vor dem Text der Befehl 
31020 \series bold
31021
31022 \backslash
31023 rotatebox[origin=c]{60}{
31024 \series default
31025  im TeX-Modus eingegeben.
31026  Nach dem Text wurde die schließende Klammer 
31027 \series bold
31028 }
31029 \series default
31030  wiederum im TeX-Modus eingegeben.
31031 \end_layout
31032
31033 \begin_layout Standard
31034 Dies ist eine Zeile 
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040
31041 \backslash
31042 rotatebox[origin=c]{60}{
31043 \end_layout
31044
31045 \end_inset
31046
31047 mit rotiertem
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053 }
31054 \end_layout
31055
31056 \end_inset
31057
31058  Text.
31059 \end_layout
31060
31061 \begin_layout Standard
31062 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31063 \end_layout
31064
31065 \begin_layout Standard
31066 Dies ist eine Zeile 
31067 \begin_inset ERT
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071
31072
31073 \backslash
31074 rotatebox[origin=r]{-60}{
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset Box Doublebox
31081 position "c"
31082 hor_pos "c"
31083 has_inner_box 0
31084 inner_pos "c"
31085 use_parbox 0
31086 width "1in"
31087 special "width"
31088 height "1in"
31089 height_special "totalheight"
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093 mit rotiertem
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104 }
31105 \end_layout
31106
31107 \end_inset
31108
31109  umrandeten Text 
31110 \begin_inset ERT
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115
31116 \backslash
31117 rotatebox[origin=lb]{60}{
31118 \end_layout
31119
31120 \end_inset
31121
31122
31123 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31124 \end_inset
31125
31126
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132 }
31133 \end_layout
31134
31135 \end_inset
31136
31137  und einer Formel.
31138 \end_layout
31139
31140 \begin_layout Standard
31141 Oder ein Bild oder Tabelle:
31142 \end_layout
31143
31144 \begin_layout Standard
31145 Dies ist eine Zeile 
31146 \begin_inset ERT
31147 status collapsed
31148
31149 \begin_layout Plain Layout
31150
31151
31152 \backslash
31153 rotatebox[origin=lb]{90}{
31154 \end_layout
31155
31156 \end_inset
31157
31158
31159 \begin_inset Graphics
31160         filename ../clipart/platypus.eps
31161         lyxscale 50
31162         width 25col%
31163
31164 \end_inset
31165
31166
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172 }
31173 \end_layout
31174
31175 \end_inset
31176
31177  mit einem rotierten Bild 
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 rotatebox[origin=l]{-90}{
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \begin_inset Tabular
31192 <lyxtabular version="3" rows="2" columns="2">
31193 <features>
31194 <column alignment="center" valignment="top" width="0">
31195 <column alignment="center" valignment="top" width="0">
31196 <row>
31197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31198 \begin_inset Text
31199
31200 \begin_layout Plain Layout
31201 q
31202 \end_layout
31203
31204 \end_inset
31205 </cell>
31206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31207 \begin_inset Text
31208
31209 \begin_layout Plain Layout
31210 w
31211 \end_layout
31212
31213 \end_inset
31214 </cell>
31215 </row>
31216 <row>
31217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31218 \begin_inset Text
31219
31220 \begin_layout Plain Layout
31221 e
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230 r
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 </row>
31236 </lyxtabular>
31237
31238 \end_inset
31239
31240
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246 }
31247 \end_layout
31248
31249 \end_inset
31250
31251  und Tabelle.
31252 \end_layout
31253
31254 \begin_layout Subsection
31255 Skalierte Boxen
31256 \begin_inset Index
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 Boxen ! skalierte
31261 \end_layout
31262
31263 \end_inset
31264
31265
31266 \begin_inset Index
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270 Skaliertes Material
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \begin_inset Index
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280 Abbildungen ! skalierte
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \begin_inset Index
31287 status collapsed
31288
31289 \begin_layout Plain Layout
31290 Tabellen ! skalierte
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \begin_layout Standard
31299 Um Text zu skalieren, kann man die Befehle 
31300 \series bold
31301
31302 \backslash
31303 scalebox
31304 \series default
31305  und 
31306 \series bold
31307
31308 \backslash
31309 resizebox
31310 \series default
31311  im TeX-Modus verwenden.
31312 \end_layout
31313
31314 \begin_layout Standard
31315
31316 \series bold
31317
31318 \backslash
31319 scalebox
31320 \series default
31321  wird nach folgendem Schema verwendet:
31322 \end_layout
31323
31324 \begin_layout Standard
31325
31326 \series bold
31327
31328 \backslash
31329 scalebox{horizontal}[vertikal]{Boxinhalt}
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31334  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31335  verwendet.
31336 \end_layout
31337
31338 \begin_layout Standard
31339 Z.
31340 \begin_inset space \thinspace{}
31341 \end_inset
31342
31343 B.
31344  ergibt der Befehl 
31345 \series bold
31346
31347 \backslash
31348 scalebox{2}{Hallo}
31349 \series default
31350  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356
31357 \backslash
31358 scalebox{2}{
31359 \end_layout
31360
31361 \end_inset
31362
31363 Hallo
31364 \begin_inset ERT
31365 status collapsed
31366
31367 \begin_layout Plain Layout
31368
31369 }
31370 \end_layout
31371
31372 \end_inset
31373
31374 .
31375 \end_layout
31376
31377 \begin_layout Standard
31378
31379 \series bold
31380
31381 \backslash
31382 scalebox{2}[1]{Hallo}
31383 \series default
31384  verzerrt hingegen das 
31385 \begin_inset ERT
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389
31390
31391 \backslash
31392 scalebox{2}[1]{
31393 \end_layout
31394
31395 \end_inset
31396
31397 Hallo
31398 \begin_inset ERT
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402
31403 }
31404 \end_layout
31405
31406 \end_inset
31407
31408 .
31409 \end_layout
31410
31411 \begin_layout Standard
31412 Die Skalierungsfaktoren dürfen auch negativ sein.
31413  In diesem Fall wird der Boxinhalt gespiegelt.
31414 \end_layout
31415
31416 \begin_layout Standard
31417 Daher lässt sich mit dem Befehl 
31418 \series bold
31419
31420 \backslash
31421 scalebox{-1}[1]{Hallo}
31422 \series default
31423  Spiegelschrift erstellen: 
31424 \begin_inset ERT
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428
31429
31430 \backslash
31431 scalebox{-1}[1]{
31432 \end_layout
31433
31434 \end_inset
31435
31436 Hallo
31437 \begin_inset ERT
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441
31442 }
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451
31452 \series bold
31453
31454 \backslash
31455 scalebox{1}[-1]{Hallo}
31456 \series default
31457  spiegelt das 
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463
31464 \backslash
31465 scalebox{1}[-1]{
31466 \end_layout
31467
31468 \end_inset
31469
31470 Hallo
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476 }
31477 \end_layout
31478
31479 \end_inset
31480
31481  an der Grundlinie.
31482 \end_layout
31483
31484 \begin_layout Standard
31485 Zu 
31486 \series bold
31487
31488 \backslash
31489 scalebox{-1}[1]{Boxinhalt}
31490 \series default
31491  gibt es den äquivalenten Befehl
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \series bold
31497
31498 \backslash
31499 reflectbox{Boxinhalt}
31500 \series default
31501 .
31502 \end_layout
31503
31504 \begin_layout Standard
31505 \begin_inset VSpace bigskip
31506 \end_inset
31507
31508
31509 \series bold
31510
31511 \backslash
31512 resizebox
31513 \series default
31514  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31515  skalieren.
31516  Das Befehlsschema ist folgendes:
31517 \end_layout
31518
31519 \begin_layout Standard
31520
31521 \series bold
31522
31523 \backslash
31524 resizebox{Breite}{Höhe}{Boxinhalt}
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31529 \series bold
31530 !
31531 \series default
31532  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31533  wird.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 Der Befehl 
31538 \series bold
31539
31540 \backslash
31541 resizebox{2cm}{1cm}{Hallo}
31542 \series default
31543  ergibt: 
31544 \begin_inset ERT
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548
31549
31550 \backslash
31551 resizebox{2cm}{1cm}{
31552 \end_layout
31553
31554 \end_inset
31555
31556 Hallo
31557 \begin_inset ERT
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561
31562 }
31563 \end_layout
31564
31565 \end_inset
31566
31567
31568 \begin_inset Newline newline
31569 \end_inset
31570
31571 Der Befehl 
31572 \series bold
31573
31574 \backslash
31575 resizebox{2cm}{!}{Hallo}
31576 \series default
31577  ergibt: 
31578 \begin_inset ERT
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582
31583
31584 \backslash
31585 resizebox{2cm}{!}{
31586 \end_layout
31587
31588 \end_inset
31589
31590 Hallo
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596 }
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608
31609 \begin_inset Note Greyedout
31610 status open
31611
31612 \begin_layout Plain Layout
31613
31614 \series bold
31615 Bemerkung:
31616 \series default
31617  Wurde in Argumenten von 
31618 \series bold
31619
31620 \backslash
31621 scalebox
31622 \series default
31623  oder 
31624 \series bold
31625
31626 \backslash
31627 resizebox
31628 \series default
31629  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31630  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31631  werden.
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset VSpace bigskip
31641 \end_inset
31642
31643
31644 \end_layout
31645
31646 \begin_layout Standard
31647 Alle Boxen können beliebig miteinander kombiniert werden.
31648  So ergibt z.
31649 \begin_inset space \thinspace{}
31650 \end_inset
31651
31652 B.
31653  der Befehl
31654 \begin_inset Newline newline
31655 \end_inset
31656
31657
31658 \series bold
31659
31660 \backslash
31661 rotatebox[origin=c]{-45}{
31662 \backslash
31663 resizebox{2cm}{!}{
31664 \backslash
31665 reflectbox{Hallo}}}
31666 \series default
31667 :
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \align center
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677
31678 \backslash
31679 rotatebox[origin=c]{-45}{
31680 \backslash
31681 resizebox{2cm}{!}{
31682 \backslash
31683 reflectbox{
31684 \end_layout
31685
31686 \end_inset
31687
31688 Hallo
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694 }}}
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \end_layout
31701
31702 \begin_layout Standard
31703 \noindent
31704 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31705 \end_layout
31706
31707 \begin_layout Standard
31708 \align center
31709 \begin_inset ERT
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713
31714
31715 \backslash
31716 rotatebox[origin=c]{-30}{
31717 \backslash
31718 resizebox{2cm}{!}{
31719 \backslash
31720 reflectbox{
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \begin_inset Graphics
31727         filename ../clipart/platypus.eps
31728         lyxscale 50
31729         width 25col%
31730
31731 \end_inset
31732
31733
31734 \begin_inset ERT
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738
31739 }}}
31740 \end_layout
31741
31742 \end_inset
31743
31744
31745 \begin_inset ERT
31746 status collapsed
31747
31748 \begin_layout Plain Layout
31749
31750
31751 \backslash
31752 rotatebox[origin=c]{-45}{
31753 \backslash
31754 resizebox{2cm}{!}{
31755 \backslash
31756 reflectbox{
31757 \end_layout
31758
31759 \end_inset
31760
31761
31762 \begin_inset Tabular
31763 <lyxtabular version="3" rows="2" columns="2">
31764 <features>
31765 <column alignment="center" valignment="top" width="0">
31766 <column alignment="center" valignment="top" width="0">
31767 <row>
31768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31769 \begin_inset Text
31770
31771 \begin_layout Plain Layout
31772 q
31773 \end_layout
31774
31775 \end_inset
31776 </cell>
31777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31778 \begin_inset Text
31779
31780 \begin_layout Plain Layout
31781 w
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 </row>
31787 <row>
31788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 e
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801 r
31802 \end_layout
31803
31804 \end_inset
31805 </cell>
31806 </row>
31807 </lyxtabular>
31808
31809 \end_inset
31810
31811
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817 }}}
31818 \end_layout
31819
31820 \end_inset
31821
31822
31823 \begin_inset ERT
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827
31828
31829 \backslash
31830 rotatebox[origin=c]{-45}{
31831 \backslash
31832 resizebox{2cm}{!}{
31833 \backslash
31834 reflectbox{
31835 \end_layout
31836
31837 \end_inset
31838
31839
31840 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31841 \end_inset
31842
31843
31844 \begin_inset ERT
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848
31849 }}}
31850 \end_layout
31851
31852 \end_inset
31853
31854
31855 \end_layout
31856
31857 \begin_layout Standard
31858 Hat man den globalen Formelstil 
31859 \series bold
31860 fleqn
31861 \series default
31862
31863 \begin_inset Foot
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867 Wenn 
31868 \begin_inset Quotes gld
31869 \end_inset
31870
31871 fleqn
31872 \begin_inset Quotes grd
31873 \end_inset
31874
31875  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31876 \end_layout
31877
31878 \end_inset
31879
31880  gewählt, kann man auch abgesetzte Formeln skalieren.
31881 \end_layout
31882
31883 \begin_layout Chapter
31884 Externe Dateien
31885 \begin_inset Index
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Dateien ! externe
31890 \end_layout
31891
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \begin_layout Standard
31898 Mit 
31899 \family sans
31900 Einfügen\SpecialChar \menuseparator
31901 Datei
31902 \family default
31903  können Sie fremdes Material in Ihr Dokument einsetzen.
31904  Das kann folgendes sein:
31905 \end_layout
31906
31907 \begin_layout Description
31908 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31909  eingefügt.
31910 \end_layout
31911
31912 \begin_layout Description
31913 Einfacher
31914 \begin_inset space ~
31915 \end_inset
31916
31917 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31918  eingefügt.
31919 \end_layout
31920
31921 \begin_layout Description
31922 Einfacher
31923 \begin_inset space ~
31924 \end_inset
31925
31926 Text,
31927 \begin_inset space ~
31928 \end_inset
31929
31930 Zeilen
31931 \begin_inset space ~
31932 \end_inset
31933
31934 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31935  Leerzeilen trennen die Absätze.
31936 \end_layout
31937
31938 \begin_layout Description
31939 Externes
31940 \begin_inset space ~
31941 \end_inset
31942
31943 Material Dateien in verschiedenen Formaten.
31944 \end_layout
31945
31946 \begin_layout Description
31947 Unterdokument LyX- oder LaTeX-Dokumente.
31948 \end_layout
31949
31950 \begin_layout Section
31951 Externes Material
31952 \begin_inset Index
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956 Externes Material
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \begin_layout Standard
31965 Mit 
31966 \family sans
31967 Einfügen\SpecialChar \menuseparator
31968 Datei\SpecialChar \menuseparator
31969  Externes Material
31970 \family default
31971  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31972  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31973  weil LyX sich darum kümmert.
31974  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31975  eingefügt werden können.
31976  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31977 \family sans
31978  Aussehen
31979 \begin_inset space ~
31980 \end_inset
31981
31982 &
31983 \begin_inset space ~
31984 \end_inset
31985
31986 Handhabung\SpecialChar \menuseparator
31987 Grafik
31988 \family default
31989 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31990 \end_layout
31991
31992 \begin_layout Standard
31993 Zur Zeit können Sie folgende Dateitypen (
31994 \family sans
31995 Vorlagen
31996 \family default
31997 ) benutzen:
31998 \end_layout
31999
32000 \begin_layout Description
32001 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
32002 \series bold
32003
32004 \begin_inset CommandInset href
32005 LatexCommand href
32006 name "XBoard"
32007 target "http://en.wikipedia.org/wiki/XBoard"
32008
32009 \end_inset
32010
32011
32012 \series default
32013  erzeugt wurden.
32014 \end_layout
32015
32016 \begin_layout Description
32017 Datum fügt ein Datum mit dem Format 
32018 \emph on
32019 Tag-Monat-Jahr
32020 \emph default
32021  ein.
32022  Hier ist ein Beispiel: 
32023 \begin_inset External
32024         template Date
32025         filename .
32026
32027 \end_inset
32028
32029
32030 \begin_inset space ~
32031 \end_inset
32032
32033
32034 \begin_inset Note Note
32035 status open
32036
32037 \begin_layout Plain Layout
32038
32039 \lang english
32040 Remove the protected space when bug 4398 is fixed!
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \begin_inset Newline newline
32047 \end_inset
32048
32049 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32050  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32051  Menü 
32052 \family sans
32053 Einfügen\SpecialChar \menuseparator
32054 Datum
32055 \family default
32056  und mit dem LaTeX-Befehl 
32057 \series bold
32058
32059 \backslash
32060 today
32061 \series default
32062 .
32063  Die verschiedenen Methoden werden in Tabelle
32064 \begin_inset space ~
32065 \end_inset
32066
32067
32068 \begin_inset CommandInset ref
32069 LatexCommand ref
32070 reference "tab:Vergleich-der-Datums-Eingaben"
32071
32072 \end_inset
32073
32074  verglichen.
32075 \end_layout
32076
32077 \begin_layout Description
32078 Dia unterstützt Diagramme, die mit dem Programm 
32079 \series bold
32080
32081 \begin_inset CommandInset href
32082 LatexCommand href
32083 name "Dia"
32084 target "http://en.wikipedia.org/wiki/Dia_(software)"
32085
32086 \end_inset
32087
32088
32089 \series default
32090  erzeugt wurden.
32091 \end_layout
32092
32093 \begin_layout Description
32094 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32095 \series bold
32096
32097 \begin_inset CommandInset href
32098 LatexCommand href
32099 name "LilyPond"
32100 target "http://en.wikipedia.org/wiki/LilyPond"
32101
32102 \end_inset
32103
32104
32105 \series default
32106  schreiben.
32107 \end_layout
32108
32109 \begin_layout Description
32110 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32111  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32112 \emph on
32113 pages
32114 \emph default
32115  Option im Feld 
32116 \family sans
32117 Option
32118 \family default
32119  in der Karteikarte 
32120 \family sans
32121 LaTeX- und LyX-Optionen
32122 \family default
32123  entsprechend der Vorlagenbeschreibung im Dialog.
32124  Wenn keine 
32125 \emph on
32126 pages
32127 \emph default
32128  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32129 \end_layout
32130
32131 \begin_layout Description
32132 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32133  Fast alle bekannten Bildformate werden unterstützt.
32134  Die Bilddateien können im Dialogfenster 
32135 \family sans
32136 Externes
32137 \begin_inset space ~
32138 \end_inset
32139
32140 Material
32141 \family default
32142  genauso behandelt werden wie die mit dem normalen 
32143 \family sans
32144 Grafik
32145 \family default
32146 -Dialog eingefügten, siehe Abschnitt
32147 \begin_inset space ~
32148 \end_inset
32149
32150
32151 \begin_inset CommandInset ref
32152 LatexCommand ref
32153 reference "abs:Grafik-Dialog"
32154
32155 \end_inset
32156
32157 .
32158  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32159  und EPS-Bilder werden nicht unterstützt.
32160 \end_layout
32161
32162 \begin_layout Description
32163 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32164 \series bold
32165
32166 \begin_inset CommandInset href
32167 LatexCommand href
32168 name "Xfig"
32169 target "http://en.wikipedia.org/wiki/Xfig"
32170
32171 \end_inset
32172
32173
32174 \series default
32175  erzeugt wurden.
32176 \end_layout
32177
32178 \begin_layout Standard
32179 \begin_inset Float table
32180 placement h
32181 wide false
32182 sideways false
32183 status open
32184
32185 \begin_layout Plain Layout
32186 \begin_inset Caption
32187
32188 \begin_layout Plain Layout
32189 \begin_inset CommandInset label
32190 LatexCommand label
32191 name "tab:Vergleich-der-Datums-Eingaben"
32192
32193 \end_inset
32194
32195 Vergleich der Datums-Eingaben
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Plain Layout
32204 \align center
32205 \begin_inset Tabular
32206 <lyxtabular version="3" rows="4" columns="4">
32207 <features>
32208 <column alignment="center" valignment="top" width="0">
32209 <column alignment="center" valignment="top" width="0">
32210 <column alignment="center" valignment="top" width="0">
32211 <column alignment="center" valignment="top" width="0">
32212 <row>
32213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 Dokumentformat
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226
32227 \family sans
32228 Externes Material\SpecialChar \menuseparator
32229 Datum
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238
32239 \family sans
32240 Einfügen\SpecialChar \menuseparator
32241 Datum
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 Befehl 
32251 \series bold
32252
32253 \backslash
32254 today
32255 \end_layout
32256
32257 \end_inset
32258 </cell>
32259 </row>
32260 <row>
32261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32262 \begin_inset Text
32263
32264 \begin_layout Plain Layout
32265 LyX
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274 als Box
32275 \end_layout
32276
32277 \end_inset
32278 </cell>
32279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32280 \begin_inset Text
32281
32282 \begin_layout Plain Layout
32283 als Datum
32284 \end_layout
32285
32286 \end_inset
32287 </cell>
32288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32289 \begin_inset Text
32290
32291 \begin_layout Plain Layout
32292 als TeX-Code
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 </row>
32298 <row>
32299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32300 \begin_inset Text
32301
32302 \begin_layout Plain Layout
32303 LaTeX
32304 \end_layout
32305
32306 \end_inset
32307 </cell>
32308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32309 \begin_inset Text
32310
32311 \begin_layout Plain Layout
32312 als Datum
32313 \end_layout
32314
32315 \end_inset
32316 </cell>
32317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32318 \begin_inset Text
32319
32320 \begin_layout Plain Layout
32321 als Datum
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 als Befehl
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 </row>
32336 <row>
32337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341 DVI, PDF, PS
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 als Datum
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32356 \begin_inset Text
32357
32358 \begin_layout Plain Layout
32359 als Datum
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32365 \begin_inset Text
32366
32367 \begin_layout Plain Layout
32368 als Datum
32369 \end_layout
32370
32371 \end_inset
32372 </cell>
32373 </row>
32374 </lyxtabular>
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \begin_layout Standard
32387 Wenn Sie im Dialogfenster
32388 \family sans
32389  Externes
32390 \begin_inset space ~
32391 \end_inset
32392
32393 Material 
32394 \family default
32395 in der Karteikarte
32396 \family sans
32397  Datei
32398 \family default
32399  die Option 
32400 \family sans
32401 Entwurf
32402 \family default
32403  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32404 \begin_inset Newline newline
32405 \end_inset
32406
32407 LyX kann externes Material entweder als Box wie hier: 
32408 \begin_inset Graphics
32409         filename clipart/ExternesMaterialQt4.png
32410         scale 85
32411         scaleBeforeRotation
32412
32413 \end_inset
32414
32415  oder als Bild darstellen.
32416  Das hängt davon ab, ob Sie im Dialog
32417 \family sans
32418  
32419 \family default
32420 in der Karteikarte 
32421 \family sans
32422 LaTeX- und LyX-Optionen
32423 \family default
32424  die Option 
32425 \family sans
32426 In
32427 \begin_inset space ~
32428 \end_inset
32429
32430 LyX
32431 \begin_inset space ~
32432 \end_inset
32433
32434 anzeigen
32435 \family default
32436  gewählt haben oder nicht.
32437 \end_layout
32438
32439 \begin_layout Standard
32440 Im LyX-Handbuch 
32441 \family sans
32442 \emph on
32443 Anpassung
32444 \family default
32445 \emph default
32446  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32447 \end_layout
32448
32449 \begin_layout Section
32450 Unterdokumente
32451 \begin_inset CommandInset label
32452 LatexCommand label
32453 name "abs:Unterdokumente"
32454
32455 \end_inset
32456
32457
32458 \begin_inset Index
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462 Unterdokument
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \begin_layout Standard
32471 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32472  oder Abschnitten bestehen.
32473  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32474  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32475  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32476  z.
32477 \begin_inset space \thinspace{}
32478 \end_inset
32479
32480 B.
32481  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32486  müssen, geben Sie im Unterdokument im Menü
32487 \family sans
32488  Dokument\SpecialChar \menuseparator
32489 Einstellungen\SpecialChar \menuseparator
32490 Dokumentklasse
32491 \family default
32492  das Hauptdokument an.
32493  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32494  bearbeiten.
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Unterdokumente werden in LyX als Box angezeigt: 
32499 \begin_inset Graphics
32500         filename clipart/UnterdokumentQt4.png
32501         scale 85
32502         scaleBeforeRotation
32503
32504 \end_inset
32505
32506  Sie werden über
32507 \family sans
32508  Einfügen\SpecialChar \menuseparator
32509 Datei\SpecialChar \menuseparator
32510 Unterdokument
32511 \family default
32512  eingebunden, was das Dialogfenster
32513 \family sans
32514  Unterdokument
32515 \family default
32516  öffnet.
32517  Für 
32518 \family sans
32519 die Art
32520 \begin_inset space ~
32521 \end_inset
32522
32523 der
32524 \begin_inset space ~
32525 \end_inset
32526
32527 Einbindung
32528 \family default
32529  gibt es dort vier Möglichkeiten:
32530 \end_layout
32531
32532 \begin_layout Description
32533 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32534  Wenn Sie im Dialogfenster
32535 \family sans
32536  Unterdokument
32537 \family default
32538  auf 
32539 \family sans
32540 Öffnen
32541 \family default
32542  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32543  und Sie können es editieren.
32544 \begin_inset Newline newline
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \begin_layout Standard
32551 Hier wird ein Unterdokument
32552 \family sans
32553  
32554 \family default
32555 per 
32556 \family sans
32557 Include
32558 \family default
32559  eingebunden: 
32560 \begin_inset CommandInset include
32561 LatexCommand include
32562 filename "DummyDocument1.lyx"
32563
32564 \end_inset
32565
32566 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32567  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32568  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32569 s.
32570  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32571 \begin_inset space ~
32572 \end_inset
32573
32574
32575 \begin_inset CommandInset ref
32576 LatexCommand ref
32577 reference "uab:Externer-Unterabschnitt-1"
32578
32579 \end_inset
32580
32581 .
32582 \end_layout
32583
32584 \begin_layout Standard
32585 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32586  wird benutzt.
32587  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32588  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32589  Unterdokumente, die per 
32590 \family sans
32591 Include
32592 \family default
32593  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32594  und enden mit einem Seitenumbruch.
32595 \end_layout
32596
32597 \begin_layout Standard
32598 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32599  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32600 \begin_inset Foot
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604 Zweige sind im Kapitel 
32605 \emph on
32606 Zweige
32607 \emph default
32608  des LyX 
32609 \emph on
32610 Benutzerhandbuchs
32611 \emph default
32612  erklärt.
32613 \end_layout
32614
32615 \end_inset
32616
32617  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32618  Dateien in der Ausgabe erscheinen.
32619 \end_layout
32620
32621 \begin_layout Standard
32622 \begin_inset Note Greyedout
32623 status open
32624
32625 \begin_layout Plain Layout
32626
32627 \series bold
32628 Achtung:
32629 \series default
32630  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32631 \series bold
32632
32633 \backslash
32634 includeonly
32635 \series default
32636  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32637  Dateien in der Ausgabe erscheinen.
32638 \end_layout
32639
32640 \end_inset
32641
32642
32643 \end_layout
32644
32645 \begin_layout Standard
32646 \begin_inset Note Greyedout
32647 status open
32648
32649 \begin_layout Plain Layout
32650
32651 \series bold
32652 Bemerkung:
32653 \series default
32654  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32655  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32656  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32657  Ergebnissen führen wird.
32658 \end_layout
32659
32660 \end_inset
32661
32662
32663 \end_layout
32664
32665 \begin_layout Description
32666 Input Diese Methode ist 
32667 \family sans
32668 Include
32669 \family default
32670  sehr ähnlich mit folgenden Unterschieden:
32671 \end_layout
32672
32673 \begin_deeper
32674 \begin_layout Itemize
32675 Unterdokumente, die per 
32676 \family sans
32677 Input
32678 \family default
32679  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32680  Seite und enden NICHT mit einem Seitenumbruch.
32681 \end_layout
32682
32683 \begin_layout Itemize
32684 Unterdokumente, die per 
32685 \family sans
32686 Input
32687 \family default
32688  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32689 \family sans
32690  Unterdokument Vorschau
32691 \begin_inset space ~
32692 \end_inset
32693
32694 anzeigen
32695 \family default
32696  angekreuzt wurde und in den LyX-Einstellungen unter
32697 \family sans
32698  Aussehen
32699 \begin_inset space ~
32700 \end_inset
32701
32702 &
32703 \begin_inset space ~
32704 \end_inset
32705
32706 Handhabung\SpecialChar \menuseparator
32707 Grafik\SpecialChar \menuseparator
32708 Sofortige
32709 \begin_inset space ~
32710 \end_inset
32711
32712 Vorschau
32713 \family default
32714  auf 
32715 \family sans
32716 An
32717 \family default
32718  gesetzt wurde.
32719  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32720  aus.
32721 \end_layout
32722
32723 \begin_layout Itemize
32724 Der LaTeX-Befehl 
32725 \series bold
32726
32727 \backslash
32728 includeonly
32729 \series default
32730  kann nicht benutzt werden.
32731 \end_layout
32732
32733 \end_deeper
32734 \begin_layout Standard
32735 Hier ist ein Unterdokument, das mit
32736 \family sans
32737  Input
32738 \family default
32739  eingebunden wurde: 
32740 \begin_inset CommandInset include
32741 LatexCommand input
32742 filename "DummyDocument2.lyx"
32743
32744 \end_inset
32745
32746 .
32747 \end_layout
32748
32749 \begin_layout Description
32750 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32751   In der Druckvorschau wird für den Text der Stil 
32752 \family typewriter
32753 Schreibmaschine
32754 \family default
32755  verwendet.
32756  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32757  Wenn Sie im Dialogfenster
32758 \family sans
32759  Unterdokument Leerzeichen
32760 \begin_inset space ~
32761 \end_inset
32762
32763 bei
32764 \begin_inset space ~
32765 \end_inset
32766
32767 der
32768 \begin_inset space ~
32769 \end_inset
32770
32771 Ausgabe
32772 \begin_inset space ~
32773 \end_inset
32774
32775 kennzeichnen 
32776 \family default
32777 ankreuzen, wird in der Druckvorschau das Zeichen 
32778 \begin_inset Quotes gld
32779 \end_inset
32780
32781
32782 \begin_inset ERT
32783 status collapsed
32784
32785 \begin_layout Plain Layout
32786
32787
32788 \backslash
32789 textvisiblespace 
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \begin_inset Quotes grd
32796 \end_inset
32797
32798  für jedes Leerzeichen eingefügt.
32799 \begin_inset Newline newline
32800 \end_inset
32801
32802 Im Gegensatz zu 
32803 \family sans
32804 Einfügen\SpecialChar \menuseparator
32805 Datei\SpecialChar \menuseparator
32806 Einfacher
32807 \begin_inset space ~
32808 \end_inset
32809
32810 Text
32811 \family default
32812  wird bei 
32813 \family sans
32814 Unformatiert
32815 \family default
32816  der Dateiinhalt in LyX nicht dargestellt.
32817 \end_layout
32818
32819 \begin_layout Standard
32820 Hier ist ein Unterdokument, das mit
32821 \family sans
32822  Unformatiert
32823 \family default
32824  eingebunden wurde: 
32825 \begin_inset CommandInset include
32826 LatexCommand verbatiminput
32827 filename "DummyTextDocument.txt"
32828
32829 \end_inset
32830
32831
32832 \begin_inset VSpace bigskip
32833 \end_inset
32834
32835 Hier ist ein Unterdokument, das mit
32836 \family sans
32837  Unformatiert
32838 \family default
32839  eingebunden wurde und
32840 \family sans
32841  Leerzeichen
32842 \begin_inset space ~
32843 \end_inset
32844
32845 bei
32846 \begin_inset space ~
32847 \end_inset
32848
32849 der
32850 \begin_inset space ~
32851 \end_inset
32852
32853 Ausgabe
32854 \begin_inset space ~
32855 \end_inset
32856
32857 kennzeichnen
32858 \family default
32859  angekreuzt hat: 
32860 \begin_inset CommandInset include
32861 LatexCommand verbatiminput*
32862 filename "DummyTextDocument.txt"
32863
32864 \end_inset
32865
32866
32867 \end_layout
32868
32869 \begin_layout Standard
32870 \begin_inset VSpace bigskip
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Standard
32877 \begin_inset Note Greyedout
32878 status open
32879
32880 \begin_layout Plain Layout
32881
32882 \series bold
32883 Bemerkung:
32884 \series default
32885  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32886  
32887 \family sans
32888 Unformatiert
32889 \family default
32890  eingebunden werden, am Zeilenende nicht umgebrochen.
32891 \end_layout
32892
32893 \end_inset
32894
32895
32896 \end_layout
32897
32898 \begin_layout Description
32899 Listing Dieser Typ wird in Kapitel
32900 \begin_inset space ~
32901 \end_inset
32902
32903
32904 \begin_inset CommandInset ref
32905 LatexCommand ref
32906 reference "kap:Programm-Code-Listen"
32907
32908 \end_inset
32909
32910  beschrieben.
32911 \end_layout
32912
32913 \begin_layout Standard
32914 \begin_inset Note Greyedout
32915 status open
32916
32917 \begin_layout Plain Layout
32918
32919 \series bold
32920 Bemerkung:
32921 \series default
32922  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32923  das zu LaTeX-Problemen führen.
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Chapter
32932 Programm-Code-Listen
32933 \begin_inset CommandInset label
32934 LatexCommand label
32935 name "kap:Programm-Code-Listen"
32936
32937 \end_inset
32938
32939
32940 \begin_inset Index
32941 status collapsed
32942
32943 \begin_layout Plain Layout
32944 Listen
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \begin_inset Index
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954 Programm-Code
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Standard
32963 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32964 \family sans
32965 Einfügen\SpecialChar \menuseparator
32966 Pro\SpecialChar \-
32967 grammlisting
32968 \family default
32969  verwenden.
32970  Das LaTeX-Paket 
32971 \series bold
32972 listings
32973 \series default
32974
32975 \begin_inset Index
32976 status collapsed
32977
32978 \begin_layout Plain Layout
32979 LaTeX-Pakete ! listings
32980 \end_layout
32981
32982 \end_inset
32983
32984  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32985 \end_layout
32986
32987 \begin_layout Standard
32988 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32989 rmat der Programm-Code-Liste festlegen.
32990 \end_layout
32991
32992 \begin_layout Standard
32993 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32994  Die Platzierungsoption 
32995 \family sans
32996 Eingebettetes
32997 \begin_inset space ~
32998 \end_inset
32999
33000 Listing
33001 \family default
33002  druckt das Listing in der Zeile wie hier: 
33003 \begin_inset listings
33004 lstparams "language={C++}"
33005 inline true
33006 status open
33007
33008 \begin_layout Plain Layout
33009
33010 int a=5;
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \begin_inset Newline newline
33017 \end_inset
33018
33019 Die Option 
33020 \family sans
33021 Gleitobjekt
33022 \family default
33023  erzeugt ein Listing-Gleitobjekt, dessen 
33024 \family sans
33025 Platzierung 
33026 \family default
33027 Sie mit 
33028 \family sans
33029 h
33030 \family default
33031
33032 \family sans
33033 t
33034 \family default
33035
33036 \family sans
33037 b
33038 \family default
33039  und 
33040 \family sans
33041 p
33042 \family default
33043 , analog zu den in Abschnitt
33044 \begin_inset space ~
33045 \end_inset
33046
33047
33048 \begin_inset CommandInset ref
33049 LatexCommand ref
33050 reference "abs:Gleitobjekt-Platzierung"
33051
33052 \end_inset
33053
33054  beschriebenen Platzierungsoptionen festlegen können.
33055  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33056  hintereinander angegeben, z.
33057 \begin_inset space \thinspace{}
33058 \end_inset
33059
33060 B.
33061  
33062 \begin_inset Quotes gld
33063 \end_inset
33064
33065
33066 \family sans
33067 htbp
33068 \family default
33069
33070 \begin_inset Quotes grd
33071 \end_inset
33072
33073 .
33074  Die Option 
33075 \begin_inset Quotes gld
33076 \end_inset
33077
33078 h
33079 \begin_inset Quotes grd
33080 \end_inset
33081
33082  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33083  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33084 \end_layout
33085
33086 \begin_layout Standard
33087 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33088  zu verweisen: Listing
33089 \begin_inset space ~
33090 \end_inset
33091
33092
33093 \begin_inset CommandInset ref
33094 LatexCommand ref
33095 reference "lst:Gleitendes-Programm-Listing"
33096
33097 \end_inset
33098
33099 .
33100 \end_layout
33101
33102 \begin_layout Standard
33103 \begin_inset listings
33104 lstparams "language=Python"
33105 inline false
33106 status open
33107
33108 \begin_layout Plain Layout
33109
33110 \begin_inset Caption
33111
33112 \begin_layout Plain Layout
33113 \begin_inset CommandInset label
33114 LatexCommand label
33115 name "lst:Gleitendes-Programm-Listing"
33116
33117 \end_inset
33118
33119 Gleitendes Programm-Listing
33120 \end_layout
33121
33122 \end_inset
33123
33124 # Gleitendes Programm-Listing
33125 \end_layout
33126
33127 \begin_layout Plain Layout
33128
33129 def func(param):
33130 \end_layout
33131
33132 \begin_layout Plain Layout
33133
33134     'Dies ist eine Python-Funktion'
33135 \end_layout
33136
33137 \begin_layout Plain Layout
33138
33139     pass
33140 \end_layout
33141
33142 \end_inset
33143
33144
33145 \end_layout
33146
33147 \begin_layout Standard
33148 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33149  der Sprache erkannt und besonders gedruckt, wie 
33150 \emph on
33151 #
33152 \emph default
33153
33154 \emph on
33155 def
33156 \emph default
33157  und 
33158 \emph on
33159 pass
33160 \emph default
33161  in Listing
33162 \begin_inset space ~
33163 \end_inset
33164
33165
33166 \begin_inset CommandInset ref
33167 LatexCommand ref
33168 reference "lst:Gleitendes-Programm-Listing"
33169
33170 \end_inset
33171
33172 .
33173 \end_layout
33174
33175 \begin_layout Standard
33176 \begin_inset Note Greyedout
33177 status open
33178
33179 \begin_layout Plain Layout
33180
33181 \series bold
33182 Bemerkung:
33183 \series default
33184  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33185 \family typewriter
33186 Schreib\SpecialChar \-
33187 maschine
33188 \family default
33189  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33190 h keine fett gedruckten Buchstaben.
33191  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33192 \family sans
33193 Dokument\SpecialChar \menuseparator
33194 Einstellungen\SpecialChar \menuseparator
33195 Schriften
33196 \family default
33197 .
33198  (Die Schriften 
33199 \emph on
33200 LuxiMono, BeraMono
33201 \emph default
33202  und 
33203 \emph on
33204 Courier
33205 \emph default
33206  enthalten fett gedruckte Buchstaben.)
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Standard
33215 Im Abschnitt 
33216 \family sans
33217 Zeilennummerierung
33218 \family default
33219  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33220 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33221  jede wievielte Zeile nummeriert werden soll und die 
33222 \family sans
33223 Schriftgröße
33224 \family default
33225  der Nummerierung.
33226 \end_layout
33227
33228 \begin_layout Standard
33229 Im Abschnitt 
33230 \family sans
33231 Bereich
33232 \family default
33233  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33234  Im Abschnitt 
33235 \family sans
33236 Stil
33237 \family default
33238  legen Sie fest, wie die Liste ausgedruckt werden soll.
33239  Die Option 
33240 \family sans
33241 Erweiterte
33242 \begin_inset space ~
33243 \end_inset
33244
33245 Zeichentabelle
33246 \family default
33247  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33248 \end_layout
33249
33250 \begin_layout Standard
33251 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33252 \begin_inset Quotes gld
33253 \end_inset
33254
33255 3
33256 \begin_inset Quotes grd
33257 \end_inset
33258
33259 , Sprache 
33260 \begin_inset Quotes gld
33261 \end_inset
33262
33263 Python
33264 \begin_inset Quotes grd
33265 \end_inset
33266
33267 , Optionen 
33268 \begin_inset Quotes gld
33269 \end_inset
33270
33271 Erweiterte Zeichentabelle
33272 \begin_inset Quotes grd
33273 \end_inset
33274
33275  und 
33276 \begin_inset Quotes gld
33277 \end_inset
33278
33279 Leerzeichen als Symbol
33280 \begin_inset Quotes grd
33281 \end_inset
33282
33283  und Bereich Zeilen 3
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 -
33288 \begin_inset space \thinspace{}
33289 \end_inset
33290
33291 8:
33292 \end_layout
33293
33294 \begin_layout Standard
33295 \begin_inset listings
33296 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33297 inline false
33298 status open
33299
33300 \begin_layout Plain Layout
33301
33302 def func(param):
33303 \end_layout
33304
33305 \begin_layout Plain Layout
33306
33307     'Dies ist eine Python-Funktion'
33308 \end_layout
33309
33310 \begin_layout Plain Layout
33311
33312     pass
33313 \end_layout
33314
33315 \begin_layout Plain Layout
33316
33317 def func(param):
33318 \end_layout
33319
33320 \begin_layout Plain Layout
33321
33322 'Sonderzeichen: Tschüß'
33323 \end_layout
33324
33325 \begin_layout Plain Layout
33326
33327 pass
33328 \end_layout
33329
33330 \begin_layout Plain Layout
33331
33332 def func(param):
33333 \end_layout
33334
33335 \begin_layout Plain Layout
33336
33337 'Dies ist eine Python-Funktion'
33338 \end_layout
33339
33340 \begin_layout Plain Layout
33341
33342 pass
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Standard
33351 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33352 \family sans
33353 Tabulatorgröße
33354 \family default
33355  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33356 \end_layout
33357
33358 \begin_layout Standard
33359 \noindent
33360 \begin_inset Note Greyedout
33361 status open
33362
33363 \begin_layout Plain Layout
33364
33365 \series bold
33366 Bemerkung:
33367 \series default
33368  Wegen eines Fehlers im 
33369 \series bold
33370 listings
33371 \series default
33372 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33373  verschoben.
33374  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33375  Listing nummeriert werden.
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \begin_layout Standard
33384 \begin_inset VSpace bigskip
33385 \end_inset
33386
33387
33388 \end_layout
33389
33390 \begin_layout Standard
33391 \noindent
33392 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33393  Das machen Sie mit
33394 \family sans
33395  Einfügen\SpecialChar \menuseparator
33396 Datei\SpecialChar \menuseparator
33397 Unterdokument
33398 \family default
33399  und der 
33400 \family sans
33401 Art
33402 \begin_inset space ~
33403 \end_inset
33404
33405 der
33406 \begin_inset space ~
33407 \end_inset
33408
33409 Einbindung
33410 \family default
33411  
33412 \family sans
33413 Listing
33414 \family default
33415 .
33416 \begin_inset Foot
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33421 \begin_inset space ~
33422 \end_inset
33423
33424
33425 \begin_inset CommandInset ref
33426 LatexCommand ref
33427 reference "abs:Unterdokumente"
33428
33429 \end_inset
33430
33431  beschrieben.
33432 \end_layout
33433
33434 \end_inset
33435
33436  Im Dialogfenster
33437 \family sans
33438  Unterdokument
33439 \family default
33440  können Sie die Listing-Parameter unter 
33441 \family sans
33442 Weitere
33443 \begin_inset space ~
33444 \end_inset
33445
33446 Parameter
33447 \family default
33448  eingeben.
33449  Wenn Sie dort ein Fragezeichen 
33450 \begin_inset Quotes gld
33451 \end_inset
33452
33453 ?
33454 \begin_inset Quotes grd
33455 \end_inset
33456
33457  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33458 det.
33459 \end_layout
33460
33461 \begin_layout Standard
33462 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33463  Text ins Feld 
33464 \family sans
33465 Marke
33466 \family default
33467 , auf die dann wie üblich verwiesen werden kann.
33468 \end_layout
33469
33470 \begin_layout Standard
33471 Listing
33472 \begin_inset space ~
33473 \end_inset
33474
33475
33476 \begin_inset CommandInset ref
33477 LatexCommand ref
33478 reference "lst:Datei-Listing"
33479
33480 \end_inset
33481
33482  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33483 \begin_inset space \thinspace{}
33484 \end_inset
33485
33486 -
33487 \begin_inset space \thinspace{}
33488 \end_inset
33489
33490 15 gedruckt werden.
33491 \end_layout
33492
33493 \begin_layout Standard
33494 \begin_inset CommandInset include
33495 LatexCommand lstinputlisting
33496 filename "EmbeddedObjects.lyx"
33497 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33498
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 \begin_inset VSpace bigskip
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \begin_layout Standard
33512 \noindent
33513 Dokumentweite Listing-Eigenschaften können in
33514 \family sans
33515  Dokument\SpecialChar \menuseparator
33516 Einstellungen\SpecialChar \menuseparator
33517 Textformat\SpecialChar \menuseparator
33518 Listing-Einstellungen
33519 \family default
33520  festgelegt werden.
33521  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33522 \begin_inset Quotes gld
33523 \end_inset
33524
33525 ?
33526 \begin_inset Quotes grd
33527 \end_inset
33528
33529  links davon eine Liste aller möglichen Parameter.
33530 \end_layout
33531
33532 \begin_layout Standard
33533 Weitere Informationen über das 
33534 \series bold
33535 listings
33536 \series default
33537 -Paket finden Sie in 
33538 \begin_inset CommandInset citation
33539 LatexCommand cite
33540 key "listings"
33541
33542 \end_inset
33543
33544 .
33545 \begin_inset Newpage newpage
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \begin_layout Chapter
33552 \start_of_appendix
33553 In LyX verfügbare Maßeinheiten
33554 \begin_inset CommandInset label
33555 LatexCommand label
33556 name "kap:In-LyX-verfügbare"
33557
33558 \end_inset
33559
33560
33561 \begin_inset Index
33562 status collapsed
33563
33564 \begin_layout Plain Layout
33565 Einheiten
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33575  Tabelle
33576 \begin_inset space ~
33577 \end_inset
33578
33579
33580 \begin_inset CommandInset ref
33581 LatexCommand ref
33582 reference "tab:Maßeinheiten"
33583
33584 \end_inset
33585
33586  alle in LyX verfügbaren Maßeinheiten.
33587 \end_layout
33588
33589 \begin_layout Standard
33590 \begin_inset Float table
33591 placement h
33592 wide false
33593 sideways false
33594 status open
33595
33596 \begin_layout Plain Layout
33597 \begin_inset Caption
33598
33599 \begin_layout Plain Layout
33600 \begin_inset CommandInset label
33601 LatexCommand label
33602 name "tab:Maßeinheiten"
33603
33604 \end_inset
33605
33606 Maßeinheiten
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Plain Layout
33615 \begin_inset VSpace medskip
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Plain Layout
33622 \align center
33623 \begin_inset Tabular
33624 <lyxtabular version="3" rows="20" columns="2">
33625 <features>
33626 <column alignment="center" valignment="top" width="0">
33627 <column alignment="center" valignment="top" width="0">
33628 <row>
33629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33630 \begin_inset Text
33631
33632 \begin_layout Plain Layout
33633
33634 \series bold
33635 Maßeinheit
33636 \end_layout
33637
33638 \end_inset
33639 </cell>
33640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33641 \begin_inset Text
33642
33643 \begin_layout Plain Layout
33644
33645 \series bold
33646 Name/Beschreibung
33647 \end_layout
33648
33649 \end_inset
33650 </cell>
33651 </row>
33652 <row>
33653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33654 \begin_inset Text
33655
33656 \begin_layout Plain Layout
33657 mm
33658 \end_layout
33659
33660 \end_inset
33661 </cell>
33662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33663 \begin_inset Text
33664
33665 \begin_layout Plain Layout
33666 Millimeter
33667 \end_layout
33668
33669 \end_inset
33670 </cell>
33671 </row>
33672 <row>
33673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33674 \begin_inset Text
33675
33676 \begin_layout Plain Layout
33677 cm
33678 \end_layout
33679
33680 \end_inset
33681 </cell>
33682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33683 \begin_inset Text
33684
33685 \begin_layout Plain Layout
33686 Zentimeter
33687 \end_layout
33688
33689 \end_inset
33690 </cell>
33691 </row>
33692 <row>
33693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33694 \begin_inset Text
33695
33696 \begin_layout Plain Layout
33697 in
33698 \end_layout
33699
33700 \end_inset
33701 </cell>
33702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33703 \begin_inset Text
33704
33705 \begin_layout Plain Layout
33706 Zoll (1
33707 \begin_inset space \thinspace{}
33708 \end_inset
33709
33710 in = 2.54
33711 \begin_inset space \thinspace{}
33712 \end_inset
33713
33714 cm
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 </row>
33720 <row>
33721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725 pt
33726 \end_layout
33727
33728 \end_inset
33729 </cell>
33730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734 Punkt (72.27
33735 \begin_inset space \thinspace{}
33736 \end_inset
33737
33738 pt = 1
33739 \begin_inset space \thinspace{}
33740 \end_inset
33741
33742 in)
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 </row>
33748 <row>
33749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753 pc
33754 \end_layout
33755
33756 \end_inset
33757 </cell>
33758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Plain Layout
33762 Pica (1
33763 \begin_inset space \thinspace{}
33764 \end_inset
33765
33766 pc = 12
33767 \begin_inset space \thinspace{}
33768 \end_inset
33769
33770 pt)
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 </row>
33776 <row>
33777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781 sp
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790 skalierter Punkt (65536
33791 \begin_inset space \thinspace{}
33792 \end_inset
33793
33794 sp = 1
33795 \begin_inset space \thinspace{}
33796 \end_inset
33797
33798 pt)
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 </row>
33804 <row>
33805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33806 \begin_inset Text
33807
33808 \begin_layout Plain Layout
33809 bp
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818 großer Punkt (72
33819 \begin_inset space \thinspace{}
33820 \end_inset
33821
33822 bp = 1
33823 \begin_inset space \thinspace{}
33824 \end_inset
33825
33826 in)
33827 \end_layout
33828
33829 \end_inset
33830 </cell>
33831 </row>
33832 <row>
33833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837 dd
33838 \end_layout
33839
33840 \end_inset
33841 </cell>
33842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 Didot (1
33847 \begin_inset space \thinspace{}
33848 \end_inset
33849
33850 dd 
33851 \begin_inset Formula $\approx$
33852 \end_inset
33853
33854  0,376
33855 \begin_inset space \thinspace{}
33856 \end_inset
33857
33858 mm)
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 </row>
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 cc
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 Cicero (1
33879 \begin_inset space \thinspace{}
33880 \end_inset
33881
33882 cc = 12
33883 \begin_inset space \thinspace{}
33884 \end_inset
33885
33886 dd)
33887 \end_layout
33888
33889 \end_inset
33890 </cell>
33891 </row>
33892 <row>
33893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 Skalierung%
33898 \end_layout
33899
33900 \end_inset
33901 </cell>
33902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33903 \begin_inset Text
33904
33905 \begin_layout Plain Layout
33906 % der originalen Bildbreite
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 </row>
33912 <row>
33913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 Textbreite %
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 % der Textbreite
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 </row>
33932 <row>
33933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 Spaltenbreite %
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946 % der Spaltenbreite
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 </row>
33952 <row>
33953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33954 \begin_inset Text
33955
33956 \begin_layout Plain Layout
33957 Seitenbreite %
33958 \end_layout
33959
33960 \end_inset
33961 </cell>
33962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33963 \begin_inset Text
33964
33965 \begin_layout Plain Layout
33966 % der Seitenbreite
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 </row>
33972 <row>
33973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977 Zeilenbreite %
33978 \end_layout
33979
33980 \end_inset
33981 </cell>
33982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 % der Zeilenbreite
33987 \end_layout
33988
33989 \end_inset
33990 </cell>
33991 </row>
33992 <row>
33993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33994 \begin_inset Text
33995
33996 \begin_layout Plain Layout
33997 Texthöhe %
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34003 \begin_inset Text
34004
34005 \begin_layout Plain Layout
34006 % der Texthöhe
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 </row>
34012 <row>
34013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34014 \begin_inset Text
34015
34016 \begin_layout Plain Layout
34017 Seitenhöhe %
34018 \end_layout
34019
34020 \end_inset
34021 </cell>
34022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34023 \begin_inset Text
34024
34025 \begin_layout Plain Layout
34026 % der Seitenhöhe
34027 \end_layout
34028
34029 \end_inset
34030 </cell>
34031 </row>
34032 <row>
34033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34034 \begin_inset Text
34035
34036 \begin_layout Plain Layout
34037 ex
34038 \end_layout
34039
34040 \end_inset
34041 </cell>
34042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34043 \begin_inset Text
34044
34045 \begin_layout Plain Layout
34046 Die Höhe des Buchstabens 
34047 \emph on
34048 x
34049 \emph default
34050  im aktiven Zeichensatz
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 </row>
34056 <row>
34057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 em
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Plain Layout
34070 Die Breite des Buchstabens 
34071 \emph on
34072 M
34073 \emph default
34074  im aktiven Zeichensatz
34075 \end_layout
34076
34077 \end_inset
34078 </cell>
34079 </row>
34080 <row>
34081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34082 \begin_inset Text
34083
34084 \begin_layout Plain Layout
34085 mu
34086 \end_layout
34087
34088 \end_inset
34089 </cell>
34090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34091 \begin_inset Text
34092
34093 \begin_layout Plain Layout
34094 mathematische  Maßeinheit
34095 \series bold
34096  
34097 \series default
34098 (1
34099 \begin_inset space \thinspace{}
34100 \end_inset
34101
34102 mu = 1/18
34103 \begin_inset space \thinspace{}
34104 \end_inset
34105
34106 em)
34107 \end_layout
34108
34109 \end_inset
34110 </cell>
34111 </row>
34112 </lyxtabular>
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \end_inset
34120
34121
34122 \end_layout
34123
34124 \begin_layout Chapter
34125 Ausgabedatei-Formate mit Grafiken
34126 \begin_inset CommandInset label
34127 LatexCommand label
34128 name "kap:Ausgabedatei-Formate"
34129
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \begin_layout Section
34136 DVI
34137 \begin_inset Index
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141 Dateiformat! DVI
34142 \end_layout
34143
34144 \end_inset
34145
34146
34147 \begin_inset Index
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151 DVI
34152 \end_layout
34153
34154 \end_inset
34155
34156
34157 \end_layout
34158
34159 \begin_layout Standard
34160 Dieser Dateityp hat die Erweiterung 
34161 \begin_inset Quotes gld
34162 \end_inset
34163
34164
34165 \family typewriter
34166 .dvi
34167 \family default
34168
34169 \begin_inset Quotes grd
34170 \end_inset
34171
34172  und wird 
34173 \begin_inset Quotes gld
34174 \end_inset
34175
34176 device independent
34177 \begin_inset Quotes grd
34178 \end_inset
34179
34180  genannt, weil er vollkommen portierbar ist.
34181  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34182  dvi-Betrachter installiert hat.
34183  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34184 ate wie PostScript benutzt.
34185 \end_layout
34186
34187 \begin_layout Standard
34188 \begin_inset Note Greyedout
34189 status open
34190
34191 \begin_layout Plain Layout
34192
34193 \series bold
34194 Bemerkung:
34195 \series default
34196  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34206  auf einen anderen Computer kopieren.
34207  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34208  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34209  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34210 \family typewriter
34211  
34212 \family default
34213 blättern.
34214
34215 \family typewriter
34216  
34217 \family default
34218 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34219  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34220  
34221 \end_layout
34222
34223 \begin_layout Standard
34224 Sie können Ihr Dokument als DVI über das Menü 
34225 \family sans
34226 Datei\SpecialChar \menuseparator
34227 Exportieren\SpecialChar \menuseparator
34228 DVI
34229 \family default
34230  exportieren.
34231  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34232 \family sans
34233 Ansicht
34234 \family default
34235  oder den Werkzeugleistenknopf 
34236 \begin_inset Graphics
34237         filename ../../images/buffer-view_dvi.png
34238         scale 70
34239         scaleBeforeRotation
34240         BoundingBox 0bp 0bp 20bp 20bp
34241
34242 \end_inset
34243
34244  anschauen.
34245 \end_layout
34246
34247 \begin_layout Section
34248 PostScript
34249 \begin_inset CommandInset label
34250 LatexCommand label
34251 name "abs:PostScript"
34252
34253 \end_inset
34254
34255
34256 \begin_inset Index
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 Dateiformat  ! PostScript
34261 \end_layout
34262
34263 \end_inset
34264
34265
34266 \begin_inset Index
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270 PostScript
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Standard
34279 Dieser Dateityp hat die Erweiterung 
34280 \begin_inset Quotes gld
34281 \end_inset
34282
34283
34284 \family typewriter
34285 .ps
34286 \family default
34287
34288 \begin_inset Quotes grd
34289 \end_inset
34290
34291 .
34292  PostScript wurde von der Firma
34293 \family typewriter
34294  Adobe
34295 \family default
34296  als Druckersprache entwickelt.
34297  Die Datei enthält deshalb Druckbefehle.
34298  PostScript kann als 
34299 \begin_inset Quotes gld
34300 \end_inset
34301
34302 Programmiersprache
34303 \begin_inset Quotes grd
34304 \end_inset
34305
34306  angesehen werden.
34307  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34308 \begin_inset Foot
34309 status collapsed
34310
34311 \begin_layout Plain Layout
34312 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34313  von
34314 \series bold
34315  PSTricks
34316 \series default
34317  
34318 \begin_inset CommandInset citation
34319 LatexCommand cite
34320 key "pstricks"
34321
34322 \end_inset
34323
34324  oder 
34325 \begin_inset CommandInset citation
34326 LatexCommand cite
34327 key "latex-praxisbuch"
34328
34329 \end_inset
34330
34331  ansehen.
34332 \end_layout
34333
34334 \end_inset
34335
34336 .
34337  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34338 \end_layout
34339
34340 \begin_layout Standard
34341 PostScript kann nur Bilder im Format EPS
34342 \begin_inset Index
34343 status collapsed
34344
34345 \begin_layout Plain Layout
34346 EPS
34347 \end_layout
34348
34349 \end_inset
34350
34351  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34352 wei\SpecialChar \-
34353 ter\SpecialChar \-
34354 ung 
34355 \begin_inset Quotes gld
34356 \end_inset
34357
34358
34359 \family typewriter
34360 .eps
34361 \family default
34362
34363 \begin_inset Quotes grd
34364 \end_inset
34365
34366 ) enthalten.
34367  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34368  intern nach EPS konvertieren.
34369  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34370  verlangsamen.
34371  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34372  konvertieren und direkt als EPS einfügen.
34373 \end_layout
34374
34375 \begin_layout Standard
34376 Sie können Ihr Dokument als PostScript über das Menü 
34377 \family sans
34378 Datei\SpecialChar \menuseparator
34379 Exportieren\SpecialChar \menuseparator
34380 Post\SpecialChar \-
34381 Script
34382 \family default
34383  exportieren.
34384  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34385 \family sans
34386 Ansicht
34387 \family default
34388  oder den Werkzeugleistenknopf 
34389 \begin_inset Graphics
34390         filename ../../images/buffer-view_ps.png
34391         scale 70
34392         scaleBeforeRotation
34393
34394 \end_inset
34395
34396  anschauen.
34397 \end_layout
34398
34399 \begin_layout Section
34400 PDF
34401 \begin_inset Index
34402 status collapsed
34403
34404 \begin_layout Plain Layout
34405 Dateiformat! PDF
34406 \end_layout
34407
34408 \end_inset
34409
34410
34411 \begin_inset Index
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415 PDF
34416 \end_layout
34417
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \begin_layout Standard
34424 Dieser Dateityp hat die Erweiterung 
34425 \begin_inset Quotes gld
34426 \end_inset
34427
34428
34429 \family typewriter
34430 .pdf
34431 \family default
34432
34433 \begin_inset Quotes grd
34434 \end_inset
34435
34436 .
34437  Das
34438 \emph on
34439  
34440 \emph default
34441
34442 \begin_inset Quotes gld
34443 \end_inset
34444
34445 Portable Document Format
34446 \begin_inset Quotes grd
34447 \end_inset
34448
34449  (PDF) wurde auch von der Firma 
34450 \family typewriter
34451 Adobe
34452 \family default
34453  als Derivat von PostScript entwickelt.
34454  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34455  Wie der Begriff 
34456 \begin_inset Quotes gld
34457 \end_inset
34458
34459 portable
34460 \begin_inset Quotes grd
34461 \end_inset
34462
34463  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34464  werden, und der Ausdruck sieht immer gleich aus.
34465 \end_layout
34466
34467 \begin_layout Standard
34468 PDF kann Bilder im eigenen PDF-Format, im Format 
34469 \begin_inset Quotes gld
34470 \end_inset
34471
34472 Joint Photographic Experts Group
34473 \begin_inset Quotes grd
34474 \end_inset
34475
34476  (JPEG
34477 \begin_inset Index
34478 status collapsed
34479
34480 \begin_layout Plain Layout
34481 JPG, JPEG
34482 \end_layout
34483
34484 \end_inset
34485
34486 , Datei-Erweiterung 
34487 \begin_inset Quotes gld
34488 \end_inset
34489
34490
34491 \family typewriter
34492 .jpg
34493 \family default
34494
34495 \begin_inset Quotes grd
34496 \end_inset
34497
34498  oder 
34499 \begin_inset Quotes gld
34500 \end_inset
34501
34502
34503 \family typewriter
34504 .jpeg
34505 \family default
34506
34507 \begin_inset Quotes grd
34508 \end_inset
34509
34510 ) und im Format 
34511 \begin_inset Quotes gld
34512 \end_inset
34513
34514 Portable Network Graphics
34515 \begin_inset Quotes grd
34516 \end_inset
34517
34518  (PNG
34519 \begin_inset Index
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 PNG
34524 \end_layout
34525
34526 \end_inset
34527
34528 , Datei-Erweiterung 
34529 \begin_inset Quotes gld
34530 \end_inset
34531
34532
34533 \family typewriter
34534 .png
34535 \family default
34536
34537 \begin_inset Quotes grd
34538 \end_inset
34539
34540 ) enthalten.
34541  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34542  Sie konvertieren wird.
34543  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34544  wird, eines der drei erwähnten Bildformate zu benutzen.
34545 \end_layout
34546
34547 \begin_layout Standard
34548 PDF-Dateien können Sie über 
34549 \family sans
34550 Datei\SpecialChar \menuseparator
34551 Exportieren
34552 \family default
34553  auf drei Arten erzeugen:
34554 \end_layout
34555
34556 \begin_layout Description
34557 PDF
34558 \begin_inset space ~
34559 \end_inset
34560
34561 (ps2pdf) benutzt das Programm
34562 \family typewriter
34563  ps2pdf
34564 \family default
34565 , das eine PDF-Datei aus einer Post\SpecialChar \-
34566 Script®-Version Ihres Dokument erstellt.
34567  Die PostScript-Version wird mit dem Programm 
34568 \family typewriter
34569 dvips
34570 \family default
34571  aus einer DVI-Version erstellt.
34572  Es werden also drei Konvertierungen verwendet.
34573 \end_layout
34574
34575 \begin_layout Description
34576 PDF
34577 \begin_inset space ~
34578 \end_inset
34579
34580 (dvipdfm) benutzt das Programm 
34581 \family typewriter
34582 dvipdfm
34583 \family default
34584 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34585  PDF konvertiert.
34586 \end_layout
34587
34588 \begin_layout Description
34589 PDF
34590 \begin_inset space ~
34591 \end_inset
34592
34593 (pdflatex) benutzt das Programm
34594 \family typewriter
34595  pdftex
34596 \family default
34597 , das Ihr Dokument direkt nach PDF konvertiert.
34598 \end_layout
34599
34600 \begin_layout Standard
34601
34602 \family sans
34603 PDF
34604 \begin_inset space ~
34605 \end_inset
34606
34607 (pdflatex)
34608 \family default
34609  wird empfohlen, weil
34610 \family typewriter
34611  pdftex
34612 \family default
34613  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34614  ohne Probleme arbeitet.
34615  Das Programm 
34616 \family typewriter
34617 dvi\SpecialChar \-
34618 pdfm
34619 \family default
34620  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34621 \end_layout
34622
34623 \begin_layout Standard
34624 Sie können Ihr Dokument als PDF über das Menü 
34625 \family sans
34626 Datei\SpecialChar \menuseparator
34627 Exportieren\SpecialChar \menuseparator
34628 PDF
34629 \family default
34630  exportieren.
34631  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34632 \family sans
34633 Ansicht
34634 \family default
34635  oder den Werkzeugleistenknopf 
34636 \begin_inset Graphics
34637         filename ../../images/buffer-view_pdf2.png
34638         scale 70
34639         scaleBeforeRotation
34640         BoundingBox 0bp 0bp 20bp 20bp
34641
34642 \end_inset
34643
34644  anschauen 
34645 \family sans
34646 (
34647 \family default
34648 der 
34649 \family sans
34650 PDF
34651 \begin_inset space ~
34652 \end_inset
34653
34654 (pdflatex)
34655 \family default
34656  verwendet).
34657 \end_layout
34658
34659 \begin_layout Chapter
34660 Erklärung der Gleichung
34661 \begin_inset space ~
34662 \end_inset
34663
34664
34665 \begin_inset CommandInset ref
34666 LatexCommand eqref
34667 reference "eq:Wgn"
34668
34669 \end_inset
34670
34671
34672 \begin_inset CommandInset label
34673 LatexCommand label
34674 name "kap:Exläuterung-einer-Gleichung"
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Standard
34682 Die Gesamtbreite von
34683 \emph on
34684  n
34685 \emph default
34686  Tabellenzellen 
34687 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34688 \end_inset
34689
34690  kann wie folgt berechnet werden:
34691 \end_layout
34692
34693 \begin_layout Standard
34694 \begin_inset Formula \begin{equation}
34695 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}
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Dabei ist 
34704 \begin_inset Formula $W_{g\, n}$
34705 \end_inset
34706
34707  die Breite jeder Zelle.
34708
34709 \series bold
34710  
34711 \backslash
34712 tabcolsep
34713 \series default
34714  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34715  Standardwert 6
34716 \begin_inset space \thinspace{}
34717 \end_inset
34718
34719 pt.
34720  
34721 \series bold
34722
34723 \backslash
34724 arrayrulewidth
34725 \series default
34726  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34727 \begin_inset space \thinspace{}
34728 \end_inset
34729
34730 pt.
34731 \end_layout
34732
34733 \begin_layout Standard
34734 Nach Gleichung
34735 \begin_inset space ~
34736 \end_inset
34737
34738
34739 \begin_inset CommandInset ref
34740 LatexCommand ref
34741 reference "eq:Wtot_n"
34742
34743 \end_inset
34744
34745  ist die Gesamtbreite einer Mehrfachspalte, 
34746 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34747 \end_inset
34748
34749 ,
34750 \end_layout
34751
34752 \begin_layout Standard
34753 \begin_inset Formula \begin{equation}
34754 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34755
34756 \end_inset
34757
34758
34759 \end_layout
34760
34761 \begin_layout Standard
34762 Setzt man die Gleichungen
34763 \begin_inset space ~
34764 \end_inset
34765
34766
34767 \begin_inset CommandInset ref
34768 LatexCommand ref
34769 reference "eq:Wtot_n"
34770
34771 \end_inset
34772
34773  und 
34774 \begin_inset CommandInset ref
34775 LatexCommand ref
34776 reference "eq:Wtot_mult"
34777
34778 \end_inset
34779
34780  gleich, kann man die benötigte Breite 
34781 \begin_inset Formula $W_{g\, n}$
34782 \end_inset
34783
34784 , wenn 
34785 \emph on
34786 n
34787 \emph default
34788  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34789 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34790 \end_inset
34791
34792  hat, berechnen:
34793 \end_layout
34794
34795 \begin_layout Standard
34796 \begin_inset Formula \begin{equation}
34797 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34798
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \begin_layout Bibliography
34805 \begin_inset CommandInset bibitem
34806 LatexCommand bibitem
34807 key "latexcompanion"
34808
34809 \end_inset
34810
34811 Frank Mittelbach and Michel Goossens: 
34812 \emph on
34813 The LaTeX Companion Second Edition.
34814
34815 \emph default
34816  Addison-Wesley, 2004
34817 \end_layout
34818
34819 \begin_layout Bibliography
34820 \begin_inset CommandInset bibitem
34821 LatexCommand bibitem
34822 key "latexguide"
34823
34824 \end_inset
34825
34826 Helmut Kopka and Patrick W.
34827  Daly: 
34828 \emph on
34829 A Guide to LaTeX Fourth Edition.
34830
34831 \emph default
34832  Addison-Wesley, 2003
34833 \end_layout
34834
34835 \begin_layout Bibliography
34836 \begin_inset CommandInset bibitem
34837 LatexCommand bibitem
34838 key "lamport"
34839
34840 \end_inset
34841
34842 Leslie Lamport: 
34843 \emph on
34844 LaTeX: A Document Preparation System.
34845
34846 \emph default
34847  Addison-Wesley, second edition, 1994
34848 \end_layout
34849
34850 \begin_layout Bibliography
34851 \begin_inset CommandInset bibitem
34852 LatexCommand bibitem
34853 key "latex-praxisbuch"
34854
34855 \end_inset
34856
34857 Niedermair, Elke & Michael: 
34858 \emph on
34859 LaTeX-Praxisbuch
34860 \emph default
34861 , Franzis-Verlag, 2004
34862 \end_layout
34863
34864 \begin_layout Bibliography
34865 \begin_inset CommandInset bibitem
34866 LatexCommand bibitem
34867 key "booktabs"
34868
34869 \end_inset
34870
34871 Dokumentation des LaTeX-Pakets 
34872 \series bold
34873
34874 \begin_inset CommandInset href
34875 LatexCommand href
34876 name "booktabs"
34877 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34878
34879 \end_inset
34880
34881
34882 \series default
34883
34884 \begin_inset Index
34885 status collapsed
34886
34887 \begin_layout Plain Layout
34888 LaTeX-Pakete ! booktabs
34889 \end_layout
34890
34891 \end_inset
34892
34893
34894 \end_layout
34895
34896 \begin_layout Bibliography
34897 \begin_inset CommandInset bibitem
34898 LatexCommand bibitem
34899 key "caption"
34900
34901 \end_inset
34902
34903 Dokumentation des LaTeX-Pakets 
34904 \series bold
34905
34906 \begin_inset CommandInset href
34907 LatexCommand href
34908 name "caption"
34909 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34910
34911 \end_inset
34912
34913
34914 \series default
34915
34916 \begin_inset Index
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920 LaTeX-Pakete ! caption
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Bibliography
34929 \begin_inset CommandInset bibitem
34930 LatexCommand bibitem
34931 key "endfloat"
34932
34933 \end_inset
34934
34935 Dokumentation des LaTeX-Pakets 
34936 \series bold
34937
34938 \begin_inset CommandInset href
34939 LatexCommand href
34940 name "endfloat"
34941 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34942
34943 \end_inset
34944
34945
34946 \series default
34947
34948 \begin_inset Index
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 LaTeX-Pakete ! endfloat
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Bibliography
34961 \begin_inset CommandInset bibitem
34962 LatexCommand bibitem
34963 key "wrapfig"
34964
34965 \end_inset
34966
34967 Dokumentation des LaTeX-Pakets 
34968 \series bold
34969
34970 \begin_inset CommandInset href
34971 LatexCommand href
34972 name "wrapfig"
34973 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34974
34975 \end_inset
34976
34977
34978 \series default
34979
34980 \begin_inset Index
34981 status collapsed
34982
34983 \begin_layout Plain Layout
34984 LaTeX-Pakete ! wrapfig
34985 \begin_inset ERT
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989
34990
34991 \backslash
34992 vspace{4mm}
34993 \end_layout
34994
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Bibliography
35006 \begin_inset CommandInset bibitem
35007 LatexCommand bibitem
35008 key "footmisc"
35009
35010 \end_inset
35011
35012 Dokumentation des LaTeX-Pakets 
35013 \series bold
35014
35015 \begin_inset CommandInset href
35016 LatexCommand href
35017 name "footmisc"
35018 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35019
35020 \end_inset
35021
35022
35023 \series default
35024
35025 \begin_inset Index
35026 status collapsed
35027
35028 \begin_layout Plain Layout
35029 LaTeX-Pakete ! footmisc
35030 \end_layout
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \begin_layout Bibliography
35038 \begin_inset CommandInset bibitem
35039 LatexCommand bibitem
35040 key "hypcap"
35041
35042 \end_inset
35043
35044 Dokumentation des LaTeX-Pakets 
35045 \series bold
35046
35047 \begin_inset CommandInset href
35048 LatexCommand href
35049 name "hypcap"
35050 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35051
35052 \end_inset
35053
35054
35055 \series default
35056
35057 \begin_inset Index
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061 LaTeX-Pakete ! hypcap
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Bibliography
35070 \begin_inset CommandInset bibitem
35071 LatexCommand bibitem
35072 key "hyperref"
35073
35074 \end_inset
35075
35076 Dokumentation des LaTeX-Pakets 
35077 \series bold
35078
35079 \begin_inset CommandInset href
35080 LatexCommand href
35081 name "hyperref"
35082 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35083
35084 \end_inset
35085
35086
35087 \series default
35088
35089 \begin_inset Index
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093 LaTeX-Pakete ! hyperref
35094 \end_layout
35095
35096 \end_inset
35097
35098
35099 \end_layout
35100
35101 \begin_layout Bibliography
35102 \begin_inset CommandInset bibitem
35103 LatexCommand bibitem
35104 key "KOMA-Script"
35105
35106 \end_inset
35107
35108 Dokumentation des LaTeX-Pakets 
35109 \series bold
35110
35111 \begin_inset CommandInset href
35112 LatexCommand href
35113 name "KOMA-Script"
35114 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35115
35116 \end_inset
35117
35118
35119 \series default
35120
35121 \begin_inset Index
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125 LaTeX-Pakete ! KOMA-Script
35126 \end_layout
35127
35128 \end_inset
35129
35130
35131 \end_layout
35132
35133 \begin_layout Bibliography
35134 \begin_inset CommandInset bibitem
35135 LatexCommand bibitem
35136 key "listings"
35137
35138 \end_inset
35139
35140 Dokumentation des LaTeX-Pakets 
35141 \series bold
35142
35143 \begin_inset CommandInset href
35144 LatexCommand href
35145 name "listings"
35146 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35147
35148 \end_inset
35149
35150
35151 \series default
35152
35153 \begin_inset Index
35154 status collapsed
35155
35156 \begin_layout Plain Layout
35157 LaTeX-Pakete ! listings
35158 \end_layout
35159
35160 \end_inset
35161
35162
35163 \end_layout
35164
35165 \begin_layout Bibliography
35166 \begin_inset CommandInset bibitem
35167 LatexCommand bibitem
35168 key "marginnote"
35169
35170 \end_inset
35171
35172 Dokumentation des LaTeX-Pakets 
35173 \series bold
35174
35175 \begin_inset CommandInset href
35176 LatexCommand href
35177 name "marginnote"
35178 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35179
35180 \end_inset
35181
35182
35183 \series default
35184
35185 \begin_inset Index
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189 LaTeX-Pakete ! marginnote
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \begin_layout Bibliography
35198 \begin_inset CommandInset bibitem
35199 LatexCommand bibitem
35200 key "pstricks"
35201
35202 \end_inset
35203
35204 Webseite des LaTeX-Pakets 
35205 \series bold
35206
35207 \begin_inset CommandInset href
35208 LatexCommand href
35209 name "PSTricks"
35210 target "http://tug.org/PSTricks/"
35211
35212 \end_inset
35213
35214
35215 \series default
35216
35217 \begin_inset Index
35218 status collapsed
35219
35220 \begin_layout Plain Layout
35221 LaTeX-Pakete ! pstricks
35222 \end_layout
35223
35224 \end_inset
35225
35226
35227 \end_layout
35228
35229 \begin_layout Bibliography
35230 \begin_inset CommandInset bibitem
35231 LatexCommand bibitem
35232 key "sidecap"
35233
35234 \end_inset
35235
35236 Dokumentation des LaTeX-Pakets 
35237 \series bold
35238
35239 \begin_inset CommandInset href
35240 LatexCommand href
35241 name "sidecap"
35242 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35243
35244 \end_inset
35245
35246
35247 \series default
35248
35249 \begin_inset Index
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253 LaTeX-Pakete ! sidecap
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \end_layout
35260
35261 \begin_layout Bibliography
35262 \begin_inset CommandInset bibitem
35263 LatexCommand bibitem
35264 key "prettyref"
35265
35266 \end_inset
35267
35268 Dokumentation des LaTeX-Pakets 
35269 \series bold
35270
35271 \begin_inset CommandInset href
35272 LatexCommand href
35273 name "prettyref"
35274 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35275
35276 \end_inset
35277
35278
35279 \series default
35280
35281 \begin_inset Index
35282 status collapsed
35283
35284 \begin_layout Plain Layout
35285 LaTeX-Pakete ! prettyref
35286 \end_layout
35287
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \begin_layout Bibliography
35294 \begin_inset CommandInset bibitem
35295 LatexCommand bibitem
35296 key "NewInLyX16"
35297
35298 \end_inset
35299
35300
35301 \begin_inset CommandInset href
35302 LatexCommand href
35303 name "Wiki-Seite"
35304 target "http://wiki.lyx.org/LyX/NewInLyX16"
35305
35306 \end_inset
35307
35308  über neue Funktionen in 
35309 \family sans
35310 LyX 1.6.0
35311 \family default
35312 .
35313 \end_layout
35314
35315 \begin_layout Standard
35316 \begin_inset CommandInset index_print
35317 LatexCommand printindex
35318
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Standard
35325 \begin_inset FloatList figure
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Standard
35333 \begin_inset FloatList table
35334
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \begin_inset ERT
35342 status open
35343
35344 \begin_layout Plain Layout
35345
35346
35347 \backslash
35348 listof{algorithm}{Algorithmenverzeichnis}
35349 \end_layout
35350
35351 \end_inset
35352
35353
35354 \begin_inset Note Note
35355 status collapsed
35356
35357 \begin_layout Plain Layout
35358 siehe Abschnitt
35359 \begin_inset space ~
35360 \end_inset
35361
35362
35363 \begin_inset CommandInset ref
35364 LatexCommand ref
35365 reference "uab:Gleitobjekt-Algorithmen"
35366
35367 \end_inset
35368
35369  für eine Beschreibung
35370 \end_layout
35371
35372 \end_inset
35373
35374
35375 \end_layout
35376
35377 \end_body
35378 \end_document