]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
documentation files: remove preamble code for the greyed-out note color that we now...
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
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
124 % ------------------------------------
125 % Prüfung auf benötigte LaTeXPakete
126 \usepackage{ifthen}
127
128 % Pruefung auf arydshln
129 % für Tabellen mit gestrichelten Linien
130 \newboolean{arydshln}
131 \IfFileExists{arydshln.sty}
132  {\usepackage{arydshln}
133   \setboolean{arydshln}{true}}
134  {\setboolean{arydshln}{false}}
135
136 % Prüfung auf marginnote
137 % für Randnotizen
138 \newboolean{marginnote}
139 \IfFileExists{marginnote.sty}
140  {\usepackage{marginnote}
141   \let\marginpar\marginnote
142   \setboolean{marginnote}{true}}
143  {\setboolean{marginnote}{false}}
144
145 % Prüfung auf sidecap
146 % für seitliche Beschriftungen
147 \newboolean{sidecap}
148 \IfFileExists{sidecap.sty}
149  {\usepackage{sidecap}
150   \setboolean{sidecap}{true}}
151  {\setboolean{sidecap}{false}}
152
153 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
154 \def\LyX{\texorpdfstring{%
155   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
156   {LyX}}
157
158 % Damit der Index den Namen "Stichwortverzeichnis" erhält
159 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
160 \end_preamble
161 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
162 \use_default_options false
163 \maintain_unincluded_children false
164 \language ngerman
165 \inputencoding auto
166 \fontencoding global
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \use_xetex false
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \default_output_format default
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
186 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
187 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize a4paper
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \use_mhchem 1
204 \use_mathdots 1
205 \cite_engine basic
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \notefontcolor #0000ff
211 \index Stichwortverzeichnis
212 \shortcut idx
213 \color #008000
214 \end_index
215 \secnumdepth 3
216 \tocdepth 3
217 \paragraph_separation skip
218 \defskip medskip
219 \quotes_language german
220 \papercolumns 1
221 \papersides 2
222 \paperpagestyle default
223 \bullet 1 0 9 -1
224 \bullet 2 2 35 -1
225 \bullet 3 2 7 -1
226 \tracking_changes false
227 \output_changes false
228 \html_math_output 0
229 \html_be_strict false
230 \end_header
231
232 \begin_body
233
234 \begin_layout Title
235 Das LyX-Handbuch der Einfügungen:
236 \begin_inset Newline newline
237 \end_inset
238
239  
240 \size larger
241 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
242 \end_layout
243
244 \begin_layout Author
245 vom LyX Team
246 \begin_inset Foot
247 status collapsed
248
249 \begin_layout Plain Layout
250 \noindent
251
252 \size normal
253 Übersetzung und Bearbeitung: Hartmut Haase
254 \size default
255 , Uwe Stöhr
256 \begin_inset Newline newline
257 \end_inset
258
259 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
260  bitte an: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 Autor: Uwe Stöhr <uwestoehr@web.de>
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Newline newline
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \family sans
294 Version 2.0.x
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset CommandInset toc
299 LatexCommand tableofcontents
300
301 \end_inset
302
303
304 \end_layout
305
306 \begin_layout Standard
307 \begin_inset Note Note
308 status open
309
310 \begin_layout Plain Layout
311 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
312 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
313 \series bold
314 arydshln
315 \series default
316
317 \series bold
318 colortbl
319 \series default
320
321 \series bold
322 marginnote
323 \series default
324  und 
325 \series bold
326 sidecap
327 \series default
328 .
329  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
330  denen sie benötigt werden.
331 \end_layout
332
333 \begin_layout Plain Layout
334 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
335  des englischen Originals hier finden:
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \series bold
341 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
342 \end_layout
343
344 \end_inset
345
346
347 \end_layout
348
349 \begin_layout Chapter
350 Abbildungen
351 \begin_inset Index idx
352 status collapsed
353
354 \begin_layout Plain Layout
355 Abbildungen
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \begin_layout Section
364 Grafik-Dialog
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Abbildungen ! Grafik-Dialog
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset CommandInset label
376 LatexCommand label
377 name "abs:Grafik-Dialog"
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Standard
385 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
386  
387 \begin_inset Graphics
388         filename ../../images/dialog-show-new-inset_graphics.png
389         scale 70
390         scaleBeforeRotation
391         BoundingBox 0bp 6bp 22bp 22bp
392
393 \end_inset
394
395  in der Werkzeugleiste oder wählen das Menü 
396 \family sans
397 Einfügen\SpecialChar \menuseparator
398 Grafik
399 \family default
400 .
401  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
402  
403 \family sans
404 Durchsuchen
405 \family default
406  eingeben können.
407  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
408  an der Sie sie eingefügt haben.
409 \end_layout
410
411 \begin_layout Standard
412 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
413  klicken.
414  Der Dialog hat drei Karteikarten:
415 \end_layout
416
417 \begin_layout Description
418
419 \family sans
420 Grafik
421 \family default
422  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
423  Version festlegen.
424  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
425 \begin_inset space ~
426 \end_inset
427
428
429 \begin_inset CommandInset ref
430 LatexCommand ref
431 reference "kap:In-LyX-verfügbare"
432
433 \end_inset
434
435  erklärt.
436 \begin_inset Newline newline
437 \end_inset
438
439
440 \begin_inset Index idx
441 status collapsed
442
443 \begin_layout Plain Layout
444 Abbildungen ! rotierte
445 \end_layout
446
447 \end_inset
448
449 Sie können Abbildungen durch Angabe eines 
450 \family sans
451 Winkel
452 \family default
453
454 \begin_inset space ~
455 \end_inset
456
457
458 \family sans
459 (Grad)
460 \family default
461  und Festlegung eines 
462 \family sans
463 Drehpunktes
464 \family default
465  drehen.
466  Negative Winkel drehen im Uhrzeigersinn.
467  Die Abbildung wird auch in LyX gedreht.
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index idx
473 status collapsed
474
475 \begin_layout Plain Layout
476 Abbildungen ! skalierte
477 \end_layout
478
479 \end_inset
480
481 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
482  oder Höhe und Breite definiert.
483  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
484  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
485  wobei sie möglicherweise verzerrt wird.
486  Um das zu vermeiden, sollten Sie 
487 \family sans
488 Seitenverhältnis
489 \begin_inset space ~
490 \end_inset
491
492 beibehalten
493 \family default
494  ankreuzen.
495  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
496  und Breite nicht überschritten werden.
497 \begin_inset Newline newline
498 \end_inset
499
500 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
501 nden Kontext-Menü 
502 \family sans
503 Datei extern bearbeiten
504 \family default
505  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
506  öffnen.
507  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
508 \family sans
509 Datei-Handhabung\SpecialChar \menuseparator
510 Dateiformate
511 \family default
512  festgelegt werden.
513 \end_layout
514
515 \begin_layout Description
516
517 \family sans
518 Ausschnitt
519 \family default
520  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
521  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
522  Wenn Sie auf 
523 \family sans
524 Lese
525 \begin_inset space ~
526 \end_inset
527
528 aus
529 \begin_inset space ~
530 \end_inset
531
532 Datei
533 \family default
534  klicken, werden die Koordinaten automatisch berechnet.
535  Die Option 
536 \family sans
537 Auf
538 \begin_inset space ~
539 \end_inset
540
541 Begrenzungsbox
542 \begin_inset space ~
543 \end_inset
544
545 zuschneiden
546 \family default
547  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
548  Koordinaten liegt.
549  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
550  diese Karteikarte ignorieren.
551 \end_layout
552
553 \begin_layout Description
554
555 \family sans
556 LaTeX-
557 \begin_inset space ~
558 \end_inset
559
560 und
561 \begin_inset space ~
562 \end_inset
563
564 LyX-Optionen
565 \family default
566  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
567  LaTeX-Experten können weitere LaTeX-Optionen definieren.
568 \begin_inset Newline newline
569 \end_inset
570
571 Ist die Option 
572 \family sans
573 Entwurfsmodus 
574 \family default
575 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
576  darin gedruckt.
577 \begin_inset Newline newline
578 \end_inset
579
580 Die Option 
581 \family sans
582 Beim
583 \begin_inset space ~
584 \end_inset
585
586 Exportieren
587 \begin_inset space ~
588 \end_inset
589
590 nicht
591 \begin_inset space ~
592 \end_inset
593
594 entpacken
595 \family default
596  betrifft nur gepackte EPS-Dateien, zum Beispiel 
597 \emph on
598 x.eps.gz
599 \emph default
600 .
601  LaTeX kann so mit ihnen umgehen.
602 \begin_inset Newline newline
603 \end_inset
604
605 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
606  wählen, siehe Anhang
607 \begin_inset space ~
608 \end_inset
609
610
611 \begin_inset CommandInset ref
612 LatexCommand ref
613 reference "abs:PostScript"
614
615 \end_inset
616
617 .
618  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
619 \begin_inset Newline newline
620 \end_inset
621
622
623 \series bold
624 gzip x.eps
625 \begin_inset Newline newline
626 \end_inset
627
628 zgrep %%Bounding x.eps.gz > x.eps.bb
629 \series default
630
631 \begin_inset Newline newline
632 \end_inset
633
634 Der zweite Befehl erzeugt die Begrenzungsbox 
635 \begin_inset Quotes gld
636 \end_inset
637
638 x.eps.bb
639 \begin_inset Quotes grd
640 \end_inset
641
642 , die LaTeX für gepackte Abbildungen benötigt.
643 \begin_inset Newline newline
644 \end_inset
645
646 Das Feld 
647 \family sans
648 Gruppenname
649 \begin_inset space ~
650 \end_inset
651
652 initialisieren
653 \family default
654  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
655  solche zuzuordnen.
656 \begin_inset Index idx
657 status collapsed
658
659 \begin_layout Plain Layout
660 Abbildungen ! Einstellungsgruppen
661 \end_layout
662
663 \end_inset
664
665  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
666  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
667  der Gruppe geändert werden.
668  Damit kann man z.B.
669 \begin_inset space ~
670 \end_inset
671
672 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
673  Bild tun zu müssen.
674  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
675  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
676 \end_layout
677
678 \begin_layout Standard
679 \begin_inset VSpace bigskip
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 Hier ist eine zentrierte EPS-Abbildung
687 \begin_inset Foot
688 status collapsed
689
690 \begin_layout Plain Layout
691 Abbildungsformate sind in Abschnitt
692 \begin_inset space ~
693 \end_inset
694
695
696 \begin_inset CommandInset ref
697 LatexCommand ref
698 reference "abs:Bildformate"
699
700 \end_inset
701
702  beschrieben.
703 \end_layout
704
705 \end_inset
706
707  in einem eigenen Absatz:
708 \end_layout
709
710 \begin_layout Standard
711 \align center
712 \begin_inset Graphics
713         filename ../clipart/mobius.eps
714         scale 70
715         scaleBeforeRotation
716         rotateOrigin center
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Standard
724 \noindent
725 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
726 \end_layout
727
728 \begin_layout Standard
729 \align center
730 \begin_inset Graphics
731         filename ../clipart/mobius.eps
732         scale 70
733         draft
734         scaleBeforeRotation
735         rotateOrigin center
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Section
743 Gleitende Abbildungen
744 \begin_inset CommandInset label
745 LatexCommand label
746 name "abs:Gleitende-Abbildungen"
747
748 \end_inset
749
750
751 \begin_inset Index idx
752 status collapsed
753
754 \begin_layout Plain Layout
755 Abbildungen ! gleitende
756 \end_layout
757
758 \end_inset
759
760
761 \begin_inset Index idx
762 status collapsed
763
764 \begin_layout Plain Layout
765 Gleitobjekte ! Abbildungen
766 \end_layout
767
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Standard
774 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
775 \begin_inset space ~
776 \end_inset
777
778
779 \begin_inset CommandInset ref
780 LatexCommand ref
781 reference "abs:Gleitobjekte-Einleitung"
782
783 \end_inset
784
785 .
786 \end_layout
787
788 \begin_layout Standard
789 Wenn Sie auf das Werkzeugleisten-Symbol 
790 \begin_inset Graphics
791         filename ../../images/float-insert_figure.png
792         scale 70
793         scaleBeforeRotation
794         BoundingBox 0bp 6bp 22bp 22bp
795
796 \end_inset
797
798  klicken oder 
799 \family sans
800 Einfügen\SpecialChar \menuseparator
801 Gleit\SpecialChar \-
802 objekt\SpecialChar \menuseparator
803 Abbildung
804 \family default
805  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
806  In das rot umrahmte Feld rechts von 
807 \emph on
808 Abbildung
809 \begin_inset space ~
810 \end_inset
811
812 Nr:
813 \emph default
814  schreiben Sie die Bildbeschriftung.
815  Nach einem Klick oberhalb oder unterhalb von 
816 \emph on
817 Abbildung
818 \begin_inset space ~
819 \end_inset
820
821 Nr:
822 \emph default
823  können Sie dann eine Abbildung wie 
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "abb:kill-plat"
827
828 \end_inset
829
830  oberhalb oder wie Abbildung
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "abb:escher"
838
839 \end_inset
840
841  unterhalb der Bildbeschriftung einfügen.
842  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "abs:Titel-Platzierung"
850
851 \end_inset
852
853 .
854 \end_layout
855
856 \begin_layout Standard
857 \begin_inset Float figure
858 wide false
859 sideways false
860 status open
861
862 \begin_layout Plain Layout
863 \align center
864 \begin_inset Graphics
865         filename ../clipart/platypus.eps
866         width 50col%
867         scaleBeforeRotation
868         rotateOrigin center
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \begin_inset Caption
877
878 \begin_layout Plain Layout
879 \begin_inset CommandInset label
880 LatexCommand label
881 name "abb:kill-plat"
882
883 \end_inset
884
885 Platypus in einem Gleitobjekt
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "abb:escher"
911
912 \end_inset
913
914 M.C.
915  Escher
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Plain Layout
924 \align center
925 \begin_inset Graphics
926         filename ../clipart/escher-lsd.eps
927         scale 80
928         scaleBeforeRotation
929         rotateOrigin center
930
931 \end_inset
932
933
934 \end_layout
935
936 \end_inset
937
938
939 \end_layout
940
941 \begin_layout Standard
942 \begin_inset Index idx
943 status collapsed
944
945 \begin_layout Plain Layout
946 Querverweise ! auf Abbildungen
947 \end_layout
948
949 \end_inset
950
951 Abbildung
952 \begin_inset space ~
953 \end_inset
954
955
956 \begin_inset CommandInset ref
957 LatexCommand ref
958 reference "abb:kill-plat"
959
960 \end_inset
961
962  und 
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "abb:escher"
966
967 \end_inset
968
969  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
970  Dafür fügen Sie in der Beschriftung mit 
971 \family sans
972 Einfügen\SpecialChar \menuseparator
973 Marke
974 \family default
975  oder durch Klicken auf 
976 \begin_inset Graphics
977         filename ../../images/label-insert.png
978         scale 70
979         scaleBeforeRotation
980         BoundingBox 0bp 6bp 20bp 20bp
981
982 \end_inset
983
984  eine Marke ein.
985  Auf diese können Sie dann wie gewohnt mit 
986 \family sans
987 Einfügen\SpecialChar \menuseparator
988 Querverweis
989 \family default
990  oder durch Klicken auf 
991 \begin_inset Graphics
992         filename ../../images/dialog-show-new-inset_ref.png
993         scale 70
994         scaleBeforeRotation
995         BoundingBox 0bp 6bp 22bp 22bp
996
997 \end_inset
998
999  verweisen.
1000  Das ist besser als eine vage Formulierung wie 
1001 \begin_inset Quotes gld
1002 \end_inset
1003
1004 die obige Abbildung
1005 \begin_inset Quotes grd
1006 \end_inset
1007
1008  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1009  erscheint, und das muss nicht 
1010 \emph on
1011 oben
1012 \emph default
1013  sein.
1014  Verweise werden detailliert in Abschnitt
1015 \begin_inset space ~
1016 \end_inset
1017
1018
1019 \begin_inset CommandInset ref
1020 LatexCommand ref
1021 reference "abs:Auf-Gleitobjekte-verweisen"
1022
1023 \end_inset
1024
1025  beschrieben.
1026 \end_layout
1027
1028 \begin_layout Standard
1029 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1030  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1031  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1032  Gleitabbildung einfügt.
1033  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1034  Abbildung
1035 \begin_inset space ~
1036 \end_inset
1037
1038
1039 \begin_inset CommandInset ref
1040 LatexCommand ref
1041 reference "abb:Zwei-Teilabbildungen"
1042
1043 \end_inset
1044
1045  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1046  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1047  Gleitabbildung auf Eingabe drücken.
1048  Abbildung
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "abb:Undefinierbar"
1056
1057 \end_inset
1058
1059  und 
1060 \begin_inset CommandInset ref
1061 LatexCommand ref
1062 reference "abb:Ein-Schnabeltier"
1063
1064 \end_inset
1065
1066  sind die Teilabbildungen.
1067 \end_layout
1068
1069 \begin_layout Standard
1070 \begin_inset Float figure
1071 wide false
1072 sideways false
1073 status open
1074
1075 \begin_layout Plain Layout
1076 \begin_inset space \hfill{}
1077 \end_inset
1078
1079
1080 \begin_inset Float figure
1081 wide false
1082 sideways false
1083 status collapsed
1084
1085 \begin_layout Plain Layout
1086 \begin_inset Caption
1087
1088 \begin_layout Plain Layout
1089 \begin_inset CommandInset label
1090 LatexCommand label
1091 name "abb:Undefinierbar"
1092
1093 \end_inset
1094
1095 Undefinierbar
1096 \end_layout
1097
1098 \end_inset
1099
1100
1101 \end_layout
1102
1103 \begin_layout Plain Layout
1104 \begin_inset Graphics
1105         filename ../clipart/escher-lsd.eps
1106         width 35col%
1107         scaleBeforeRotation
1108         groupId Teilabbildung
1109
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \end_inset
1116
1117
1118 \begin_inset space \hfill{}
1119 \end_inset
1120
1121
1122 \begin_inset Float figure
1123 wide false
1124 sideways false
1125 status collapsed
1126
1127 \begin_layout Plain Layout
1128 \begin_inset Caption
1129
1130 \begin_layout Plain Layout
1131 \begin_inset CommandInset label
1132 LatexCommand label
1133 name "abb:Ein-Schnabeltier"
1134
1135 \end_inset
1136
1137 Ein Schnabeltier
1138 \end_layout
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \begin_layout Plain Layout
1146 \begin_inset Graphics
1147         filename ../clipart/platypus.eps
1148         width 35col%
1149         scaleBeforeRotation
1150         groupId Teilabbildung
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \end_inset
1158
1159
1160 \begin_inset space \hfill{}
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \begin_layout Plain Layout
1167 \begin_inset Caption
1168
1169 \begin_layout Plain Layout
1170 \begin_inset CommandInset label
1171 LatexCommand label
1172 name "abb:Zwei-Teilabbildungen"
1173
1174 \end_inset
1175
1176 Zwei Teilabbildungen nebeneinander.
1177  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1178 \begin_inset Quotes gld
1179 \end_inset
1180
1181 Teilabbildung
1182 \begin_inset Quotes grd
1183 \end_inset
1184
1185  an.
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \begin_layout Section
1199 Bildformate
1200 \begin_inset CommandInset label
1201 LatexCommand label
1202 name "abs:Bildformate"
1203
1204 \end_inset
1205
1206
1207 \begin_inset Index idx
1208 status collapsed
1209
1210 \begin_layout Plain Layout
1211 Abbildungen ! Bildformate
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \end_layout
1218
1219 \begin_layout Standard
1220 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1221  Aber wie in Anhang
1222 \begin_inset space ~
1223 \end_inset
1224
1225
1226 \begin_inset CommandInset ref
1227 LatexCommand ref
1228 reference "kap:Ausgabedatei-Formate"
1229
1230 \end_inset
1231
1232  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1233  LyX benutzt im Hintergrund das Programm
1234 \family typewriter
1235  ImageMagick
1236 \family default
1237 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1238  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1239  vermeiden.
1240  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1241  werden können.
1242  Diese Formate werden in Anhang
1243 \begin_inset space ~
1244 \end_inset
1245
1246
1247 \begin_inset CommandInset ref
1248 LatexCommand ref
1249 reference "kap:Ausgabedatei-Formate"
1250
1251 \end_inset
1252
1253  beschrieben.
1254 \end_layout
1255
1256 \begin_layout Standard
1257 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1258 \end_layout
1259
1260 \begin_layout Description
1261 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1262  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1263  
1264 \emph on
1265 pixelig
1266 \emph default
1267  aus.
1268  Bekannte Pixel-Formate sind 
1269 \begin_inset Quotes gld
1270 \end_inset
1271
1272 Graphics Interchange Format
1273 \begin_inset Quotes grd
1274 \end_inset
1275
1276  (GIF, Dateiendung
1277 \family typewriter
1278  
1279 \family default
1280
1281 \begin_inset Quotes gld
1282 \end_inset
1283
1284
1285 \family typewriter
1286 .gif
1287 \family default
1288
1289 \begin_inset Quotes grd
1290 \end_inset
1291
1292 )
1293 \begin_inset Index idx
1294 status collapsed
1295
1296 \begin_layout Plain Layout
1297 GIF
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \begin_inset Quotes gld
1304 \end_inset
1305
1306 Portable Network Graphics
1307 \begin_inset Quotes grd
1308 \end_inset
1309
1310  (PNG, Dateiendung 
1311 \begin_inset Quotes gld
1312 \end_inset
1313
1314
1315 \family typewriter
1316 .png
1317 \family default
1318
1319 \begin_inset Quotes grd
1320 \end_inset
1321
1322 )
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 PNG
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \begin_inset Quotes gld
1334 \end_inset
1335
1336 Joint Photographic Experts Group
1337 \begin_inset Quotes grd
1338 \end_inset
1339
1340  (JPEG, Dateiendung
1341 \family typewriter
1342  
1343 \family default
1344
1345 \begin_inset Quotes gld
1346 \end_inset
1347
1348
1349 \family typewriter
1350 .jpg
1351 \family default
1352
1353 \begin_inset Quotes grd
1354 \end_inset
1355
1356  oder 
1357 \begin_inset Quotes gld
1358 \end_inset
1359
1360
1361 \family typewriter
1362 .jpeg
1363 \family default
1364
1365 \begin_inset Quotes grd
1366 \end_inset
1367
1368 )
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 JPG, JPEG
1374 \end_layout
1375
1376 \end_inset
1377
1378  und 
1379 \begin_inset Quotes gld
1380 \end_inset
1381
1382 Windows Bitmap
1383 \begin_inset Quotes grd
1384 \end_inset
1385
1386  (BMP, Dateiendung 
1387 \begin_inset Quotes gld
1388 \end_inset
1389
1390
1391 \family typewriter
1392 .bmp
1393 \family default
1394
1395 \begin_inset Quotes grd
1396 \end_inset
1397
1398 )
1399 \begin_inset Index idx
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403 BMP
1404 \end_layout
1405
1406 \end_inset
1407
1408 .
1409 \end_layout
1410
1411 \begin_layout Description
1412 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1413  auf jede beliebige Größe skaliert werden.
1414  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1415  zoomen zu können.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Bekannte Formate sind 
1420 \begin_inset Quotes gld
1421 \end_inset
1422
1423 Scalable Vector Graphics
1424 \begin_inset Quotes grd
1425 \end_inset
1426
1427  (SVG, Dateiendung
1428 \family typewriter
1429  
1430 \family default
1431
1432 \begin_inset Quotes gld
1433 \end_inset
1434
1435
1436 \family typewriter
1437 .svg
1438 \family default
1439
1440 \begin_inset Quotes grd
1441 \end_inset
1442
1443 )
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 SVG
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \begin_inset Quotes gld
1455 \end_inset
1456
1457 Encapsulated PostScript
1458 \begin_inset Quotes grd
1459 \end_inset
1460
1461  (EPS, Dateiendung 
1462 \begin_inset Quotes gld
1463 \end_inset
1464
1465
1466 \family typewriter
1467 .eps
1468 \family default
1469
1470 \begin_inset Quotes grd
1471 \end_inset
1472
1473 )
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 EPS
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \begin_inset Quotes gld
1485 \end_inset
1486
1487 Portable Document Format
1488 \begin_inset Quotes grd
1489 \end_inset
1490
1491  (PDF, Dateiendung
1492 \family typewriter
1493  
1494 \family default
1495
1496 \begin_inset Quotes gld
1497 \end_inset
1498
1499
1500 \family typewriter
1501 .pdf
1502 \family default
1503
1504 \begin_inset Quotes grd
1505 \end_inset
1506
1507 )
1508 \begin_inset Index idx
1509 status collapsed
1510
1511 \begin_layout Plain Layout
1512 PDF
1513 \end_layout
1514
1515 \end_inset
1516
1517  und 
1518 \begin_inset Quotes gld
1519 \end_inset
1520
1521 Windows Metafile
1522 \begin_inset Quotes grd
1523 \end_inset
1524
1525  (WMF, Dateiendung 
1526 \begin_inset Quotes gld
1527 \end_inset
1528
1529
1530 \family typewriter
1531 .wmf
1532 \family default
1533
1534 \begin_inset Quotes grd
1535 \end_inset
1536
1537 )
1538 \begin_inset Index idx
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542 WMF
1543 \end_layout
1544
1545 \end_inset
1546
1547 .
1548 \end_layout
1549
1550 \begin_layout Standard
1551 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1552  das Ergebnis ist immer noch ein Pixelbild.
1553  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1554  hinzugefügt.
1555 \begin_inset Foot
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559 Bei PDF wird das Originalbild auch noch komprimiert.
1560 \end_layout
1561
1562 \end_inset
1563
1564  Die PDF-Dateien, die 
1565 \family typewriter
1566 Adobe Photoshop
1567 \family default
1568  erzeugt, sind zum Beispiel Pixelbilder.
1569 \end_layout
1570
1571 \begin_layout Standard
1572 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1573  umgekehrt.
1574  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1575  eingefügt werden.
1576  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1577  erzeugt wird, weil es zur Zeit keine WMF/SVG
1578 \begin_inset Formula $\to$
1579 \end_inset
1580
1581 PDF/EPS Konverter gibt.
1582 \end_layout
1583
1584 \begin_layout Chapter
1585 Tabellen
1586 \begin_inset Index idx
1587 status collapsed
1588
1589 \begin_layout Plain Layout
1590 Tabellen
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \begin_layout Section
1599 Einführung
1600 \begin_inset Index idx
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Tabellen ! Einführung
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1614 \begin_inset Graphics
1615         filename ../../images/tabular-insert.png
1616         scale 70
1617         scaleBeforeRotation
1618         BoundingBox 0bp 6bp 22bp 22bp
1619
1620 \end_inset
1621
1622  oder das Menü 
1623 \family sans
1624 Einfügen\SpecialChar \menuseparator
1625 Tabelle
1626 \family default
1627  einfügen.
1628  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1629 \begin_inset space \thinspace{}
1630 \end_inset
1631
1632 -Tabelle.
1633  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1634  und die Größe der dunkelblauen Tabelle angezeigt.
1635  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1636  ein.
1637  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1638  Spaltenanzahl festlegen können.
1639 \end_layout
1640
1641 \begin_layout Standard
1642 In der so erstellten Tabelle ist jede Zelle umrandet.
1643  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1644  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1645  die zweite Zeile eine Linie oberhalb haben.
1646  Hier ist ein Beispiel:
1647 \end_layout
1648
1649 \begin_layout Standard
1650 \align center
1651 \begin_inset Tabular
1652 <lyxtabular version="3" rows="5" columns="4">
1653 <features tabularvalignment="middle">
1654 <column alignment="center" valignment="top" width="0">
1655 <column alignment="center" valignment="top" width="0">
1656 <column alignment="center" valignment="top" width="0">
1657 <column alignment="center" valignment="top" width="0">
1658 <row>
1659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663
1664 \end_layout
1665
1666 \end_inset
1667 </cell>
1668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672
1673 \family roman
1674 \series medium
1675 \shape up
1676 \size normal
1677 \emph off
1678 \bar no
1679 \noun off
1680 \color none
1681 1
1682 \end_layout
1683
1684 \end_inset
1685 </cell>
1686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1687 \begin_inset Text
1688
1689 \begin_layout Plain Layout
1690 2
1691 \end_layout
1692
1693 \end_inset
1694 </cell>
1695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1696 \begin_inset Text
1697
1698 \begin_layout Plain Layout
1699 3
1700 \end_layout
1701
1702 \end_inset
1703 </cell>
1704 </row>
1705 <row>
1706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1707 \begin_inset Text
1708
1709 \begin_layout Plain Layout
1710
1711 \family roman
1712 \series medium
1713 \shape up
1714 \size normal
1715 \emph off
1716 \bar no
1717 \noun off
1718 \color none
1719 A
1720 \end_layout
1721
1722 \end_inset
1723 </cell>
1724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1725 \begin_inset Text
1726
1727 \begin_layout Plain Layout
1728
1729 \end_layout
1730
1731 \end_inset
1732 </cell>
1733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1734 \begin_inset Text
1735
1736 \begin_layout Plain Layout
1737
1738 \end_layout
1739
1740 \end_inset
1741 </cell>
1742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1743 \begin_inset Text
1744
1745 \begin_layout Plain Layout
1746
1747 \end_layout
1748
1749 \end_inset
1750 </cell>
1751 </row>
1752 <row>
1753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1754 \begin_inset Text
1755
1756 \begin_layout Plain Layout
1757
1758 \family roman
1759 \series medium
1760 \shape up
1761 \size normal
1762 \emph off
1763 \bar no
1764 \noun off
1765 \color none
1766 B
1767 \end_layout
1768
1769 \end_inset
1770 </cell>
1771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1772 \begin_inset Text
1773
1774 \begin_layout Plain Layout
1775
1776 \end_layout
1777
1778 \end_inset
1779 </cell>
1780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 </row>
1799 <row>
1800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804
1805 \family roman
1806 \series medium
1807 \shape up
1808 \size normal
1809 \emph off
1810 \bar no
1811 \noun off
1812 \color none
1813 C
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \end_layout
1824
1825 \end_inset
1826 </cell>
1827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1828 \begin_inset Text
1829
1830 \begin_layout Plain Layout
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 </row>
1846 <row>
1847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851 D
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1857 \begin_inset Text
1858
1859 \begin_layout Plain Layout
1860
1861 \end_layout
1862
1863 \end_inset
1864 </cell>
1865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1866 \begin_inset Text
1867
1868 \begin_layout Plain Layout
1869
1870 \end_layout
1871
1872 \end_inset
1873 </cell>
1874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \end_layout
1880
1881 \end_inset
1882 </cell>
1883 </row>
1884 </lyxtabular>
1885
1886 \end_inset
1887
1888
1889 \end_layout
1890
1891 \begin_layout Section
1892 Tabellen-Einstellungen
1893 \begin_inset Index idx
1894 status collapsed
1895
1896 \begin_layout Plain Layout
1897 Tabellen ! Einstellungen
1898 \end_layout
1899
1900 \end_inset
1901
1902
1903 \end_layout
1904
1905 \begin_layout Standard
1906 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1907  Maustaste draufklicken.
1908  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1909 \family sans
1910 Einstellungen
1911 \family default
1912  steht.
1913  Ein Klick darauf öffnet das Fenster 
1914 \family sans
1915 Tabellen-Einstellungen
1916 \family default
1917 .
1918  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1919  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1920  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1921  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1922  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1923  Auswahl.
1924  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1925 \emph on
1926 Inhalt
1927 \emph default
1928  einer Zelle oder die Zelle selber ausgewählt haben.
1929  Das 
1930 \family sans
1931 Tabellen-Einstellungen
1932 \family default
1933 -Menü hat folgende Karteikarten:
1934 \end_layout
1935
1936 \begin_layout Description
1937
1938 \family sans
1939 Tabellen-Einstellungen
1940 \family default
1941  Hier können Sie die 
1942 \family sans
1943 Horizontale
1944 \begin_inset space ~
1945 \end_inset
1946
1947 Ausrichtung
1948 \family default
1949  der momentanen Spalte und die 
1950 \family sans
1951 Spaltenbreite
1952 \family default
1953  festlegen.
1954  Wenn Sie eine 
1955 \family sans
1956 Spaltenbreite
1957 \family default
1958  festgelegt haben, können Sie auch eine 
1959 \family sans
1960 Vertikale
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Ausrichtung
1965 \family default
1966  der momentanen Zeile wählen.
1967  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1968  Absätze haben, wie in Abschnitt
1969 \begin_inset space ~
1970 \end_inset
1971
1972
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "uab:Mehrfache-Zeilen-in"
1976
1977 \end_inset
1978
1979  beschrieben.
1980  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1981 \begin_inset Newline newline
1982 \end_inset
1983
1984 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1985  als 
1986 \family sans
1987 Mehrfachspalte
1988 \family default
1989  definieren, wie in Abschnitt
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "uab:Mehrfachspalten"
1997
1998 \end_inset
1999
2000  beschrieben.
2001 \begin_inset Newline newline
2002 \end_inset
2003
2004 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2005  den Uhrzeigersinn um 90° drehen.
2006  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2007 \begin_inset Newline newline
2008 \end_inset
2009
2010
2011 \begin_inset Note Greyedout
2012 status open
2013
2014 \begin_layout Plain Layout
2015
2016 \series bold
2017 Achtung:
2018 \series default
2019  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2020 \end_layout
2021
2022 \end_inset
2023
2024
2025 \begin_inset Newline newline
2026 \end_inset
2027
2028 Man kann auch ein 
2029 \family sans
2030 LaTe
2031 \begin_inset ERT
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035
2036 {}
2037 \end_layout
2038
2039 \end_inset
2040
2041 X-Argument
2042 \family default
2043  für besondere Tabellen-Formatierun\SpecialChar \-
2044 gen einfügen, wie in den Abschnitten
2045  
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "uab:Mehrfachspalten-Berechnungen"
2049
2050 \end_inset
2051
2052  und 
2053 \begin_inset CommandInset ref
2054 LatexCommand ref
2055 reference "abs:Farbige-Tabellen"
2056
2057 \end_inset
2058
2059  beschrieben.
2060 \end_layout
2061
2062 \begin_layout Description
2063
2064 \family sans
2065 Rahmen
2066 \family default
2067  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2068  hinzufügen und löschen.
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 Wenn Sie die Stil-Option
2073 \family sans
2074  Formal
2075 \family default
2076  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2077 \begin_inset space ~
2078 \end_inset
2079
2080
2081 \begin_inset CommandInset ref
2082 LatexCommand ref
2083 reference "abs:Formale-Tabellen"
2084
2085 \end_inset
2086
2087  beschrieben, konvertiert.
2088 \begin_inset Newline newline
2089 \end_inset
2090
2091 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2092 \begin_inset space ~
2093 \end_inset
2094
2095
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "uab:Zeilenabstand"
2099
2100 \end_inset
2101
2102  beschrieben.
2103 \end_layout
2104
2105 \begin_layout Description
2106
2107 \family sans
2108 Lange
2109 \begin_inset space ~
2110 \end_inset
2111
2112 Tabelle
2113 \family default
2114  Hier kann eine Tabelle als 
2115 \family sans
2116 Lange
2117 \begin_inset space ~
2118 \end_inset
2119
2120 Tabelle
2121 \family default
2122  definiert werden, die über mehrere Seiten reicht.
2123  Die Abschnitte
2124 \begin_inset space ~
2125 \end_inset
2126
2127
2128 \begin_inset CommandInset ref
2129 LatexCommand ref
2130 reference "abs:Lange-Tabellen"
2131
2132 \end_inset
2133
2134  und 
2135 \begin_inset CommandInset ref
2136 LatexCommand ref
2137 reference "abs:Special-Longtable-Issues"
2138
2139 \end_inset
2140
2141  beschreiben diese Funktion genauer.
2142 \end_layout
2143
2144 \begin_layout Standard
2145 Wenn das Menü 
2146 \family sans
2147 Tabellen-Einstellungen
2148 \family default
2149  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2150  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2151 \end_layout
2152
2153 \begin_layout Section
2154 Tabellen-Werkzeugleiste
2155 \begin_inset Index idx
2156 status collapsed
2157
2158 \begin_layout Plain Layout
2159 Tabellen ! Werkzeugleiste
2160 \end_layout
2161
2162 \end_inset
2163
2164
2165 \end_layout
2166
2167 \begin_layout Standard
2168 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2169 \family sans
2170 Tabellen-Einstellungen
2171 \family default
2172 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2173  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2174  LyX-Fensters.
2175 \end_layout
2176
2177 \begin_layout Standard
2178 Die Werkzeugleiste hat folgende Knöpfe:
2179 \end_layout
2180
2181 \begin_layout Labeling
2182 \labelwidthstring 00.00.0000
2183 \begin_inset Graphics
2184         filename ../../images/tabular-feature_append-row.png
2185         scaleBeforeRotation
2186
2187 \end_inset
2188
2189  Fügt eine Zeile unterhalb der momentanen an
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_append-column.png
2196         scaleBeforeRotation
2197
2198 \end_inset
2199
2200  Fügt eine Spalte rechts von der momentanen an
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205 \begin_inset Graphics
2206         filename ../../images/tabular-feature_delete-row.png
2207         scaleBeforeRotation
2208
2209 \end_inset
2210
2211  Löscht die ausgewählte(n) Zeile(n)
2212 \end_layout
2213
2214 \begin_layout Labeling
2215 \labelwidthstring 00.00.0000
2216 \begin_inset Graphics
2217         filename ../../images/tabular-feature_delete-column.png
2218         scaleBeforeRotation
2219
2220 \end_inset
2221
2222  Löscht die ausgewählte(n) Spalte(n)
2223 \end_layout
2224
2225 \begin_layout Labeling
2226 \labelwidthstring 00.00.0000
2227 \begin_inset Graphics
2228         filename ../../images/tabular-feature_toggle-line-top.png
2229         scaleBeforeRotation
2230
2231 \end_inset
2232
2233  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2234  wenn der Knopf grau hinterlegt ist
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239 \begin_inset Graphics
2240         filename ../../images/tabular-feature_toggle-line-bottom.png
2241         scaleBeforeRotation
2242
2243 \end_inset
2244
2245  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2246  wenn der Knopf grau hinterlegt ist
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../../images/tabular-feature_toggle-line-left.png
2253         scaleBeforeRotation
2254
2255 \end_inset
2256
2257  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2258  wenn der Knopf grau hinterlegt ist
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263 \begin_inset Graphics
2264         filename ../../images/tabular-feature_toggle-line-right.png
2265         scaleBeforeRotation
2266
2267 \end_inset
2268
2269  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2270  wenn der Knopf grau hinterlegt ist
2271 \end_layout
2272
2273 \begin_layout Labeling
2274 \labelwidthstring 00.00.0000
2275 \begin_inset Graphics
2276         filename ../../images/tabular-feature_set-all-lines.png
2277         scaleBeforeRotation
2278
2279 \end_inset
2280
2281  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2282 \end_layout
2283
2284 \begin_layout Labeling
2285 \labelwidthstring 00.00.0000
2286 \begin_inset Graphics
2287         filename ../../images/tabular-feature_unset-all-lines.png
2288         scaleBeforeRotation
2289
2290 \end_inset
2291
2292  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297 \begin_inset Graphics
2298         filename ../../images/tabular-feature_m-align-left.png
2299         scaleBeforeRotation
2300
2301 \end_inset
2302
2303  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Graphics
2309         filename ../../images/tabular-feature_m-align-center.png
2310         scaleBeforeRotation
2311
2312 \end_inset
2313
2314  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../../images/tabular-feature_m-align-right.png
2321         scaleBeforeRotation
2322
2323 \end_inset
2324
2325  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../../images/tabular-feature_m-valign-top.png
2332         scaleBeforeRotation
2333
2334 \end_inset
2335
2336  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../../images/tabular-feature_m-valign-middle.png
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../../images/tabular-feature_m-valign-bottom.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../../images/tabular-feature_set-rotate-cell.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../../images/tabular-feature_set-rotate-tabular.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_multicolumn.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2392 \end_layout
2393
2394 \begin_layout Standard
2395 \begin_inset Note Greyedout
2396 status open
2397
2398 \begin_layout Plain Layout
2399
2400 \series bold
2401 Bemerkung:
2402 \series default
2403  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2404  Reihe für alle Zelle der Reihe verwendet.
2405 \end_layout
2406
2407 \end_inset
2408
2409
2410 \end_layout
2411
2412 \begin_layout Section
2413 Bearbeiten-Menü
2414 \begin_inset Index idx
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418 Tabellen ! Bearbeiten-Menü
2419 \end_layout
2420
2421 \end_inset
2422
2423
2424 \end_layout
2425
2426 \begin_layout Standard
2427 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2428  Wenn der Cursor in einer Tabelle steht, sind im 
2429 \family sans
2430 Bearbeiten
2431 \family default
2432 -Menü folgende Punkte aktiviert: 
2433 \family sans
2434 Tabelle
2435 \family default
2436
2437 \family sans
2438 Zeilen
2439 \begin_inset space ~
2440 \end_inset
2441
2442 &
2443 \begin_inset space ~
2444 \end_inset
2445
2446 Spalten
2447 \family default
2448  und 
2449 \family sans
2450 Tabellen-Einstellungen
2451 \family default
2452 .
2453  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2454 ngsmöglichkeiten zu erreichen.
2455 \end_layout
2456
2457 \begin_layout Section
2458 Gleitende Tabellen
2459 \begin_inset CommandInset label
2460 LatexCommand label
2461 name "abs:Gleitende-Tabellen"
2462
2463 \end_inset
2464
2465
2466 \begin_inset Index idx
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470 Gleitobjekte ! Tabellen
2471 \end_layout
2472
2473 \end_inset
2474
2475
2476 \begin_inset Index idx
2477 status collapsed
2478
2479 \begin_layout Plain Layout
2480 Tabellen ! gleitende
2481 \end_layout
2482
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \begin_layout Standard
2489 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2490 \begin_inset space ~
2491 \end_inset
2492
2493
2494 \begin_inset CommandInset ref
2495 LatexCommand ref
2496 reference "abs:Gleitobjekte-Einleitung"
2497
2498 \end_inset
2499
2500 .
2501 \end_layout
2502
2503 \begin_layout Standard
2504 \begin_inset Float table
2505 placement h
2506 wide false
2507 sideways false
2508 status open
2509
2510 \begin_layout Plain Layout
2511 \begin_inset Caption
2512
2513 \begin_layout Plain Layout
2514 \begin_inset CommandInset label
2515 LatexCommand label
2516 name "tab:a table float"
2517
2518 \end_inset
2519
2520 Eine gleitende Tabelle
2521 \end_layout
2522
2523 \end_inset
2524
2525
2526 \end_layout
2527
2528 \begin_layout Plain Layout
2529 \align center
2530 \begin_inset Tabular
2531 <lyxtabular version="3" rows="3" columns="3">
2532 <features tabularvalignment="middle">
2533 <column alignment="center" valignment="top" width="0pt">
2534 <column alignment="center" valignment="top" width="0pt">
2535 <column alignment="center" valignment="top" width="0pt">
2536 <row>
2537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2538 \begin_inset Text
2539
2540 \begin_layout Plain Layout
2541
2542 \family roman
2543 \series medium
2544 \shape up
2545 \size normal
2546 \emph off
2547 \bar no
2548 \noun off
2549 \color none
2550 1
2551 \end_layout
2552
2553 \end_inset
2554 </cell>
2555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2556 \begin_inset Text
2557
2558 \begin_layout Plain Layout
2559
2560 \family roman
2561 \series medium
2562 \shape up
2563 \size normal
2564 \emph off
2565 \bar no
2566 \noun off
2567 \color none
2568 2
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577
2578 \family roman
2579 \series medium
2580 \shape up
2581 \size normal
2582 \emph off
2583 \bar no
2584 \noun off
2585 \color none
2586 3
2587 \end_layout
2588
2589 \end_inset
2590 </cell>
2591 </row>
2592 <row>
2593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2594 \begin_inset Text
2595
2596 \begin_layout Plain Layout
2597
2598 \family roman
2599 \series medium
2600 \shape up
2601 \size normal
2602 \emph off
2603 \bar no
2604 \noun off
2605 \color none
2606 Martin
2607 \end_layout
2608
2609 \end_inset
2610 </cell>
2611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2612 \begin_inset Text
2613
2614 \begin_layout Plain Layout
2615
2616 \family roman
2617 \series medium
2618 \shape up
2619 \size normal
2620 \emph off
2621 \bar no
2622 \noun off
2623 \color none
2624 Lena
2625 \end_layout
2626
2627 \end_inset
2628 </cell>
2629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2630 \begin_inset Text
2631
2632 \begin_layout Plain Layout
2633
2634 \family roman
2635 \series medium
2636 \shape up
2637 \size normal
2638 \emph off
2639 \bar no
2640 \noun off
2641 \color none
2642 Alina
2643 \end_layout
2644
2645 \end_inset
2646 </cell>
2647 </row>
2648 <row>
2649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2650 \begin_inset Text
2651
2652 \begin_layout Plain Layout
2653
2654 \family roman
2655 \series medium
2656 \shape up
2657 \size normal
2658 \emph off
2659 \bar no
2660 \noun off
2661 \color none
2662 \begin_inset Formula $\int x^{2}dx$
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \end_inset
2669 </cell>
2670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2671 \begin_inset Text
2672
2673 \begin_layout Plain Layout
2674
2675 \family roman
2676 \series medium
2677 \shape up
2678 \size normal
2679 \emph off
2680 \bar no
2681 \noun off
2682 \color none
2683 \begin_inset Formula $\left[\begin{array}{cc}
2684 a & b\\
2685 c & d
2686 \end{array}\right]$
2687 \end_inset
2688
2689
2690 \end_layout
2691
2692 \end_inset
2693 </cell>
2694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \family roman
2700 \series medium
2701 \shape up
2702 \size normal
2703 \emph off
2704 \bar no
2705 \noun off
2706 \color none
2707 \begin_inset Formula $1+1=2$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \end_inset
2714 </cell>
2715 </row>
2716 </lyxtabular>
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \begin_layout Standard
2729 Gleitende Tabellen können über 
2730 \family sans
2731 Einfügen\SpecialChar \menuseparator
2732 Gleitobjekt\SpecialChar \menuseparator
2733 Tabelle
2734 \family default
2735  oder einen Klick auf den Werkzeugleistenknopf 
2736 \begin_inset Graphics
2737         filename ../../images/float-insert_table.png
2738         scale 70
2739         scaleBeforeRotation
2740         BoundingBox 0bp 6bp 22bp 22bp
2741
2742 \end_inset
2743
2744  erzeugt werden.
2745  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2746  In das rot umrahmte Feld rechts von 
2747 \emph on
2748 Tabelle
2749 \begin_inset space ~
2750 \end_inset
2751
2752 Nr:
2753 \emph default
2754  schreiben Sie die Tabellenbeschriftung.
2755  Nach einem Klick oberhalb oder unterhalb von 
2756 \emph on
2757 Tabelle
2758 \begin_inset space ~
2759 \end_inset
2760
2761 Nr:
2762 \emph default
2763  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2764 \begin_inset Graphics
2765         filename ../../images/tabular-insert.png
2766         scale 70
2767         scaleBeforeRotation
2768         BoundingBox 0bp 6bp 22bp 22bp
2769
2770 \end_inset
2771
2772  oder dem Menü 
2773 \family sans
2774 Einfügen\SpecialChar \menuseparator
2775 Tabelle
2776 \family default
2777  einfügen.
2778 \end_layout
2779
2780 \begin_layout Standard
2781 Tabelle
2782 \begin_inset space ~
2783 \end_inset
2784
2785
2786 \begin_inset CommandInset ref
2787 LatexCommand ref
2788 reference "tab:a table float"
2789
2790 \end_inset
2791
2792  ist ein Beispiel für eine gleitende Tabelle.
2793 \end_layout
2794
2795 \begin_layout Standard
2796 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2797 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2798  Das bedeutet, dass bei den Klassen 
2799 \family sans
2800 article
2801 \family default
2802
2803 \family sans
2804 book
2805 \family default
2806
2807 \family sans
2808 letter
2809 \family default
2810 , und 
2811 \family sans
2812 report
2813 \family default
2814  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2815  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2816 \series bold
2817 caption
2818 \series default
2819
2820 \begin_inset Index idx
2821 status collapsed
2822
2823 \begin_layout Plain Layout
2824 LaTeX-Pakete ! caption
2825 \end_layout
2826
2827 \end_inset
2828
2829  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2830 \begin_inset Foot
2831 status open
2832
2833 \begin_layout Plain Layout
2834 Näheres finden Sie im Abschnitt
2835 \begin_inset space ~
2836 \end_inset
2837
2838
2839 \begin_inset CommandInset ref
2840 LatexCommand ref
2841 reference "abs:Titel-Platzierung"
2842
2843 \end_inset
2844
2845 .
2846 \end_layout
2847
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \begin_layout Standard
2854
2855 \series bold
2856 tableposition=top
2857 \end_layout
2858
2859 \begin_layout Standard
2860 Das Paket 
2861 \series bold
2862 caption
2863 \series default
2864 , das in Abschnitt
2865 \begin_inset space ~
2866 \end_inset
2867
2868
2869 \begin_inset CommandInset ref
2870 LatexCommand ref
2871 reference "abs:Titel-Formatierung"
2872
2873 \end_inset
2874
2875  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \begin_inset Index idx
2880 status collapsed
2881
2882 \begin_layout Plain Layout
2883 Querverweise ! auf Tabellen
2884 \end_layout
2885
2886 \end_inset
2887
2888 Auf Tabellen kann über ihre Marke verwiesen werden.
2889  Dafür fügen Sie in der Beschriftung mit 
2890 \family sans
2891 Einfügen\SpecialChar \menuseparator
2892 Marke
2893 \family default
2894  oder durch Klicken auf 
2895 \begin_inset Graphics
2896         filename ../../images/label-insert.png
2897         scale 70
2898         scaleBeforeRotation
2899         BoundingBox 0bp 6bp 20bp 20bp
2900
2901 \end_inset
2902
2903  eine Marke ein.
2904  Auf diese können Sie dann wie gewohnt mit 
2905 \family sans
2906 Einfügen\SpecialChar \menuseparator
2907 Querverweis
2908 \family default
2909  oder durch Klicken auf 
2910 \begin_inset Graphics
2911         filename ../../images/dialog-show-new-inset_ref.png
2912         scale 70
2913         scaleBeforeRotation
2914         BoundingBox 0bp 6bp 22bp 22bp
2915
2916 \end_inset
2917
2918  verweisen.
2919  Verweise werden detailliert in Abschnitt
2920 \begin_inset space ~
2921 \end_inset
2922
2923
2924 \begin_inset CommandInset ref
2925 LatexCommand ref
2926 reference "abs:Auf-Gleitobjekte-verweisen"
2927
2928 \end_inset
2929
2930  beschrieben.
2931 \end_layout
2932
2933 \begin_layout Section
2934 Lange Tabellen
2935 \begin_inset CommandInset label
2936 LatexCommand label
2937 name "abs:Lange-Tabellen"
2938
2939 \end_inset
2940
2941
2942 \begin_inset Index idx
2943 status collapsed
2944
2945 \begin_layout Plain Layout
2946 Tabellen ! lange
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \begin_layout Standard
2955 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2956  Dialogfenster 
2957 \family sans
2958 Tabellen-Einstellungen
2959 \family default
2960  auf der Karteikarte  
2961 \family sans
2962 Lange
2963 \begin_inset space ~
2964 \end_inset
2965
2966 Tabelle
2967 \family default
2968  die Option 
2969 \family sans
2970 Lange
2971 \begin_inset space ~
2972 \end_inset
2973
2974 Tabelle
2975 \begin_inset space ~
2976 \end_inset
2977
2978 verwenden
2979 \family default
2980  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2981  Wird dies gemacht, werden folgende Optionen freigeschaltet:
2982 \end_layout
2983
2984 \begin_layout Description
2985 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
2986  festgelegt; mit Ausnahme der ersten, wenn 
2987 \family sans
2988 Erste
2989 \begin_inset space ~
2990 \end_inset
2991
2992 Kopfzeile
2993 \family default
2994  aktiviert ist.
2995 \end_layout
2996
2997 \begin_layout Description
2998 Erste
2999 \lang english
3000
3001 \begin_inset space ~
3002 \end_inset
3003
3004
3005 \lang ngerman
3006 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3007  Seite einer mehrseitigen Tabelle definiert.
3008 \end_layout
3009
3010 \begin_layout Description
3011 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3012  mit Ausnahme der letzten, wenn 
3013 \family sans
3014 Letzte
3015 \begin_inset space ~
3016 \end_inset
3017
3018 Fußzeile
3019 \family default
3020  aktiviert ist.
3021 \end_layout
3022
3023 \begin_layout Description
3024 Letzte
3025 \begin_inset space ~
3026 \end_inset
3027
3028 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3029  einer mehrseitigen Tabelle definiert.
3030 \end_layout
3031
3032 \begin_layout Description
3033 Legende: Die aktuelle Zeile enthält die Legende.
3034  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3035  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3036 \begin_inset space ~
3037 \end_inset
3038
3039
3040 \begin_inset CommandInset ref
3041 LatexCommand ref
3042 reference "uab:Beschriftungen-langer-Tabellen"
3043
3044 \end_inset
3045
3046  erklärt.
3047 \end_layout
3048
3049 \begin_layout Standard
3050 Hier ist ein Beispiel einer langen Tabelle:
3051 \end_layout
3052
3053 \begin_layout Standard
3054 \align center
3055 \begin_inset Tabular
3056 <lyxtabular version="3" rows="69" columns="3">
3057 <features islongtable="true" longtabularalignment="center">
3058 <column alignment="left" valignment="top" width="0cm">
3059 <column alignment="left" valignment="top" width="0pt">
3060 <column alignment="right" valignment="top" width="0pt">
3061 <row endfirsthead="true">
3062 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \series bold
3068 Telefonliste (ignoriere die Namen)
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 </row>
3092 <row endfirsthead="true">
3093 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097
3098 \series bold
3099 NAME
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117
3118 \series bold
3119 TEL.
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 </row>
3125 <row endhead="true">
3126 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130
3131 \series bold
3132 Telefonliste
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 </row>
3156 <row endhead="true">
3157 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161
3162 \series bold
3163 NAME
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \series bold
3183 TEL.
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 </row>
3189 <row endfoot="true">
3190 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \series bold
3196 wird fortgesetzt
3197 \series default
3198  \SpecialChar \ldots{}
3199
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 <row>
3224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \series bold
3230 Annovi
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 Silvia
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248 111
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 </row>
3254 <row>
3255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259
3260 \series bold
3261 Bertoli
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 <cell alignment="center" valignment="top" usebox="none">
3267 \begin_inset Text
3268
3269 \begin_layout Plain Layout
3270 Stefano
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 111
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row>
3286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \series bold
3292 Bozzi
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 <cell alignment="center" valignment="top" usebox="none">
3298 \begin_inset Text
3299
3300 \begin_layout Plain Layout
3301 Walter
3302 \end_layout
3303
3304 \end_inset
3305 </cell>
3306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 111
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 </row>
3316 <row>
3317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \series bold
3323 Cachia
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 <cell alignment="center" valignment="top" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 Maria
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 111
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \series bold
3354 Cachia
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 Maurizio
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 111
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 </row>
3378 <row>
3379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383
3384 \series bold
3385 Cinquemani
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 <cell alignment="center" valignment="top" usebox="none">
3391 \begin_inset Text
3392
3393 \begin_layout Plain Layout
3394 Giusi
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 111
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414
3415 \series bold
3416 Colin
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 <cell alignment="center" valignment="top" usebox="none">
3422 \begin_inset Text
3423
3424 \begin_layout Plain Layout
3425 Bernard
3426 \end_layout
3427
3428 \end_inset
3429 </cell>
3430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434 111
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 <row>
3441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445
3446 \series bold
3447 Concli
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 Gianfranco
3457 \end_layout
3458
3459 \end_inset
3460 </cell>
3461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 111
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 </row>
3471 <row>
3472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476
3477 \series bold
3478 Dal Bosco
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 <cell alignment="center" valignment="top" usebox="none">
3484 \begin_inset Text
3485
3486 \begin_layout Plain Layout
3487 Carolina
3488 \end_layout
3489
3490 \end_inset
3491 </cell>
3492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496 111
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row>
3503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Dalpiaz
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell alignment="center" valignment="top" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Annamaria
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 111
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row>
3534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 Feliciello
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell alignment="center" valignment="top" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549 Domenico
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558 111
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Focarelli
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 Paola
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589 111
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Galletti
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Oreste
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Gasparini
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Franca
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Rizzardi
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Paola
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Lassini
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Giancarlo
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Malfatti
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Luciano
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Malfatti
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Valeriano
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Meneguzzo
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Roberto
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Mezzadra
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Roberto
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Pirpamer
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Erich
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Pochiesa
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Paolo
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111, 222
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Radina
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Claudio
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Stuffer
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Oskar
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Tacchelli
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Ugo
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Tezzele
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Margit
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Unterkalmsteiner
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Frieda
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Vieider
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Hilde
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Vigna
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Jürgen
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Weber
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Maurizio
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Winkler
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Franz
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189  
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Annovi
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Silvia
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 555
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Bertoli
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Stefano
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 555
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Bozzi
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Walter
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 555
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Cachia
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Maria
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 555
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Cachia
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Maurizio
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 555
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Cinquemani
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Giusi
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 555
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404
4405 \series bold
4406 Colin
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 Bernard
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 555
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \series bold
4437 Concli
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 Gianfranco
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 555
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466
4467 \series bold
4468 Dal Bosco
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 Carolina
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 555
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497
4498 \series bold
4499 Dalpiaz
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 Annamaria
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517 555
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 <row>
4524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528
4529 \series bold
4530 Feliciello
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 Domenico
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548 555
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 </row>
4554 <row>
4555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559
4560 \series bold
4561 Focarelli
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 Paola
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 555
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Galletti
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Oreste
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Gasparini
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Franca
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Rizzardi
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Paola
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Lassini
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Giancarlo
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Malfatti
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Luciano
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Malfatti
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Valeriano
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Meneguzzo
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Roberto
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Mezzadra
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Roberto
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Pirpamer
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Erich
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Pochiesa
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Paolo
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555, 222
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Radina
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Claudio
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Stuffer
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Oskar
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Tacchelli
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Ugo
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Tezzele
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Margit
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Unterkalmsteiner
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Frieda
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Vieider
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Hilde
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Vigna
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Jürgen
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 999
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Weber
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Maurizio
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Winkler
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Franz
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row endlastfoot="true">
5175 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Ende
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 </lyxtabular>
5204
5205 \end_inset
5206
5207
5208 \begin_inset ERT
5209 status collapsed
5210
5211 \begin_layout Plain Layout
5212
5213
5214 \backslash
5215 addtocounter{table}{-1}
5216 \end_layout
5217
5218 \end_inset
5219
5220
5221 \begin_inset Note Note
5222 status collapsed
5223
5224 \begin_layout Plain Layout
5225 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5226 \begin_inset space ~
5227 \end_inset
5228
5229
5230 \begin_inset CommandInset ref
5231 LatexCommand ref
5232 reference "uab:Beschriftungen-langer-Tabellen"
5233
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \end_inset
5240
5241
5242 \end_layout
5243
5244 \begin_layout Subsection
5245 Fußnoten in langen Tabellen
5246 \begin_inset CommandInset label
5247 LatexCommand label
5248 name "uab:Fußnoten-in-langen"
5249
5250 \end_inset
5251
5252
5253 \begin_inset Index idx
5254 status collapsed
5255
5256 \begin_layout Plain Layout
5257 Tabellen ! lange ! Fußnoten
5258 \end_layout
5259
5260 \end_inset
5261
5262
5263 \end_layout
5264
5265 \begin_layout Standard
5266 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5267  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5268  Tabelle
5269 \begin_inset space ~
5270 \end_inset
5271
5272
5273 \begin_inset CommandInset ref
5274 LatexCommand ref
5275 reference "tab:DiffCaptions"
5276
5277 \end_inset
5278
5279  hat zum Beispiel eine Fußnote.
5280 \end_layout
5281
5282 \begin_layout Subsection
5283 Ausrichtung langer Tabellen
5284 \begin_inset Index idx
5285 status collapsed
5286
5287 \begin_layout Plain Layout
5288 Tabellen ! lange ! Ausrichtung
5289 \end_layout
5290
5291 \end_inset
5292
5293
5294 \end_layout
5295
5296 \begin_layout Standard
5297 Lange Tabellen sind standardmäßig zentriert ausgerichtet.
5298  Im Gegensatz zur Ausrichtung von Tabellenspalten und -zeilen kann die Ausrichtu
5299 ng von Tabellen nicht im Tabellen-Dialogfenster geändert werden.
5300  Um die Ausrichtung von langen Tabellen zu ändern, müssen die Werte der
5301  Längen 
5302 \series bold
5303
5304 \backslash
5305 LTleft 
5306 \series default
5307 und 
5308 \series bold
5309
5310 \backslash
5311 LTright
5312 \series default
5313  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5314  wird:
5315 \end_layout
5316
5317 \begin_layout Standard
5318
5319 \series bold
5320
5321 \backslash
5322 setlength{
5323 \backslash
5324 LTleft}{Wert}
5325 \end_layout
5326
5327 \begin_layout Standard
5328 Wobei der Wert eine der in Tabelle
5329 \begin_inset space ~
5330 \end_inset
5331
5332
5333 \begin_inset CommandInset ref
5334 LatexCommand ref
5335 reference "tab:Maßeinheiten"
5336
5337 \end_inset
5338
5339  aufgelisteten Einheiten haben kann.
5340  
5341 \series bold
5342
5343 \backslash
5344 LTleft
5345 \series default
5346  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5347  
5348 \series bold
5349
5350 \backslash
5351 LTright
5352 \series default
5353  den Abstand von rechts.
5354  Die Voreinstellung für beide Werte ist 
5355 \series bold
5356
5357 \backslash
5358 fill
5359 \series default
5360 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5361  in LyX ist.
5362 \end_layout
5363
5364 \begin_layout Standard
5365 Die folgende lange Tabelle wurde links ausgerichtet, indem 
5366 \series bold
5367
5368 \backslash
5369 LTleft
5370 \series default
5371  auf den Wert 0
5372 \begin_inset space \thinspace{}
5373 \end_inset
5374
5375 pt gesetzt wurde.
5376 \begin_inset ERT
5377 status collapsed
5378
5379 \begin_layout Plain Layout
5380
5381
5382 \backslash
5383 setlength{
5384 \backslash
5385 LTleft}{0pt}
5386 \end_layout
5387
5388 \end_inset
5389
5390
5391 \end_layout
5392
5393 \begin_layout Standard
5394 \begin_inset Tabular
5395 <lyxtabular version="3" rows="5" columns="5">
5396 <features islongtable="true" longtabularalignment="center">
5397 <column alignment="center" valignment="top" width="0">
5398 <column alignment="center" valignment="top" width="0">
5399 <column alignment="center" valignment="top" width="0">
5400 <column alignment="center" valignment="top" width="0">
5401 <column alignment="center" valignment="top" width="0">
5402 <row>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 1
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 2
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 3
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 4
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 5
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 <row>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 asd
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 s
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 s
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 s
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 asd
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 </row>
5496 <row>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 asd
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 s
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 s
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 s
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 asd
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 <row>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 asd
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557 s
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 s
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 s
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 asd
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 asd
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 asd
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 asd
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 asd
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 </row>
5637 </lyxtabular>
5638
5639 \end_inset
5640
5641
5642 \begin_inset ERT
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646
5647
5648 \backslash
5649 setlength{
5650 \backslash
5651 LTleft}{
5652 \backslash
5653 fill}
5654 \end_layout
5655
5656 \end_inset
5657
5658
5659 \begin_inset ERT
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663
5664
5665 \backslash
5666 addtocounter{table}{-1}
5667 \end_layout
5668
5669 \end_inset
5670
5671
5672 \begin_inset Note Note
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5677 \begin_inset space ~
5678 \end_inset
5679
5680
5681 \begin_inset CommandInset ref
5682 LatexCommand ref
5683 reference "uab:Beschriftungen-langer-Tabellen"
5684
5685 \end_inset
5686
5687
5688 \end_layout
5689
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \begin_layout Subsection
5696 Beschriftungen langer Tabellen
5697 \begin_inset CommandInset label
5698 LatexCommand label
5699 name "uab:Beschriftungen-langer-Tabellen"
5700
5701 \end_inset
5702
5703
5704 \begin_inset Index idx
5705 status collapsed
5706
5707 \begin_layout Plain Layout
5708 Tabellen ! lange ! Titel
5709 \end_layout
5710
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \begin_layout Standard
5717 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5718  nur auf eine Seite gedruckt werden können.
5719  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5720 \begin_inset space ~
5721 \end_inset
5722
5723
5724 \begin_inset CommandInset ref
5725 LatexCommand ref
5726 reference "abs:Lange-Tabellen"
5727
5728 \end_inset
5729
5730  erklärt.
5731  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5736 \end_layout
5737
5738 \begin_layout Standard
5739 \begin_inset Tabular
5740 <lyxtabular version="3" rows="6" columns="5">
5741 <features islongtable="true" longtabularalignment="center">
5742 <column alignment="center" valignment="top" width="0">
5743 <column alignment="center" valignment="top" width="0">
5744 <column alignment="center" valignment="top" width="0">
5745 <column alignment="center" valignment="top" width="0">
5746 <column alignment="center" valignment="top" width="0">
5747 <row caption="true">
5748 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Caption
5753
5754 \begin_layout Plain Layout
5755 Eine lange Tabelle mit Titel
5756 \begin_inset Argument
5757 status open
5758
5759 \begin_layout Plain Layout
5760 Lange Tabelle
5761 \end_layout
5762
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 1
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 2
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 3
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 4
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 5
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 </row>
5859 <row>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 asd
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 asd
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 </row>
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 asd
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 s
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 s
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 asd
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 </lyxtabular>
6048
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \begin_layout Standard
6055 \begin_inset VSpace medskip
6056 \end_inset
6057
6058
6059 \begin_inset Note Greyedout
6060 status open
6061
6062 \begin_layout Plain Layout
6063
6064 \series bold
6065 Bemerkung
6066 \begin_inset space ~
6067 \end_inset
6068
6069 1:
6070 \series default
6071  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6072  Titel vergeben.
6073  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6074 \begin_inset space ~
6075 \end_inset
6076
6077 2.4 auf Tabelle
6078 \begin_inset space ~
6079 \end_inset
6080
6081 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6082  Beschriftung sind.
6083  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6084  LaTeX-Befehl als TeX-Code einfügen:
6085 \end_layout
6086
6087 \begin_layout Plain Layout
6088
6089 \series bold
6090
6091 \backslash
6092 addtocounter{table}{-1}
6093 \end_layout
6094
6095 \begin_layout Plain Layout
6096 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6097  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6098 \end_layout
6099
6100 \begin_layout Plain Layout
6101
6102 \series bold
6103
6104 \backslash
6105 let
6106 \backslash
6107 myEnd
6108 \backslash
6109 endlongtable
6110 \begin_inset Newline newline
6111 \end_inset
6112
6113
6114 \backslash
6115 renewcommand{
6116 \backslash
6117 endlongtable}{
6118 \backslash
6119 myEnd
6120 \backslash
6121 addtocounter{table}{-1}}
6122 \end_layout
6123
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \begin_layout Standard
6130 \begin_inset Note Greyedout
6131 status open
6132
6133 \begin_layout Plain Layout
6134
6135 \series bold
6136 Bemerkung
6137 \begin_inset space ~
6138 \end_inset
6139
6140 2:
6141 \series default
6142  Wenn Sie 
6143 \series bold
6144 hyperref
6145 \series default
6146
6147 \begin_inset Index idx
6148 status collapsed
6149
6150 \begin_layout Plain Layout
6151 LaTeX-Pakete ! hyperref
6152 \end_layout
6153
6154 \end_inset
6155
6156  in den
6157 \family sans
6158  PDF-Eigenschaften
6159 \family default
6160  im 
6161 \family sans
6162 Dokument-Einstellungen
6163 \family default
6164  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6165  immer auf den Anfang des Dokuments zeigen.
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \begin_layout Subsubsection
6174 Querverweise auf 
6175 \family sans
6176 lange Tabelle
6177 \family default
6178 n
6179 \begin_inset Index idx
6180 status collapsed
6181
6182 \begin_layout Plain Layout
6183 Tabellen ! lange ! Querverweis
6184 \end_layout
6185
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \begin_layout Standard
6192 \begin_inset Tabular
6193 <lyxtabular version="3" rows="6" columns="5">
6194 <features islongtable="true" longtabularalignment="center">
6195 <column alignment="center" valignment="top" width="0">
6196 <column alignment="center" valignment="top" width="0">
6197 <column alignment="center" valignment="top" width="0">
6198 <column alignment="center" valignment="top" width="0">
6199 <column alignment="center" valignment="top" width="0">
6200 <row caption="true">
6201 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 \begin_inset Caption
6206
6207 \begin_layout Plain Layout
6208 Lange Tabelle mit Marke
6209 \begin_inset CommandInset label
6210 LatexCommand label
6211 name "tab:LangeTabelle-mit-Marke"
6212
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 1
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 2
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 3
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 4
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 5
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 </row>
6309 <row>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 asd
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 s
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 s
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 s
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 asd
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 asd
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 s
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 s
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 s
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 asd
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 s
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 s
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 s
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 asd
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 </row>
6450 <row>
6451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455 asd
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 sad
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 asd
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 asd
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 </row>
6497 </lyxtabular>
6498
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \begin_layout Standard
6505 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6506  im Titel einfügen.
6507 \end_layout
6508
6509 \begin_layout Standard
6510 Dies ist ein Verweis auf Tabelle
6511 \begin_inset space ~
6512 \end_inset
6513
6514
6515 \begin_inset CommandInset ref
6516 LatexCommand ref
6517 reference "tab:LangeTabelle-mit-Marke"
6518
6519 \end_inset
6520
6521 .
6522 \end_layout
6523
6524 \begin_layout Standard
6525 Mit dem LaTeX-Paket 
6526 \series bold
6527 caption
6528 \series default
6529
6530 \begin_inset Index idx
6531 status collapsed
6532
6533 \begin_layout Plain Layout
6534 LaTeX-Pakete ! caption
6535 \end_layout
6536
6537 \end_inset
6538
6539 , siehe Abschnitt
6540 \begin_inset space ~
6541 \end_inset
6542
6543
6544 \begin_inset CommandInset ref
6545 LatexCommand ref
6546 reference "abs:Titel-Formatierung"
6547
6548 \end_inset
6549
6550 , können Sie alle anderen Beschriftungsoptionen benutzen.
6551 \end_layout
6552
6553 \begin_layout Subsubsection
6554 Titelbreite
6555 \begin_inset Index idx
6556 status collapsed
6557
6558 \begin_layout Plain Layout
6559 Tabellen ! lange ! Beschriftungsbreite
6560 \end_layout
6561
6562 \end_inset
6563
6564
6565 \end_layout
6566
6567 \begin_layout Standard
6568 Die maximale Titelbreite wird durch die Variable 
6569 \series bold
6570
6571 \backslash
6572 LTcapwidth
6573 \series default
6574  definiert.
6575  Ihr Standardwert ist 4
6576 \begin_inset space \thinspace{}
6577 \end_inset
6578
6579 Zoll (
6580 \begin_inset Formula $\approx10$
6581 \end_inset
6582
6583
6584 \begin_inset space \thinspace{}
6585 \end_inset
6586
6587 cm).
6588  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6589  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6590 \end_layout
6591
6592 \begin_layout Standard
6593
6594 \series bold
6595
6596 \backslash
6597 setlength{
6598 \backslash
6599 LTcapwidth}{Breite}
6600 \end_layout
6601
6602 \begin_layout Standard
6603 wobei die Breite eine der in Anhang
6604 \begin_inset space ~
6605 \end_inset
6606
6607
6608 \begin_inset CommandInset ref
6609 LatexCommand ref
6610 reference "kap:In-LyX-verfügbare"
6611
6612 \end_inset
6613
6614  aufgelisteten Einheiten haben kann.
6615 \end_layout
6616
6617 \begin_layout Standard
6618 Die beiden folgenden Tabellen zeigen den Unterschied:
6619 \end_layout
6620
6621 \begin_layout Standard
6622 \begin_inset Tabular
6623 <lyxtabular version="3" rows="6" columns="5">
6624 <features islongtable="true" longtabularalignment="center">
6625 <column alignment="center" valignment="top" width="0">
6626 <column alignment="center" valignment="top" width="0">
6627 <column alignment="center" valignment="top" width="0">
6628 <column alignment="center" valignment="top" width="0">
6629 <column alignment="center" valignment="top" width="0">
6630 <row caption="true">
6631 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 \begin_inset Caption
6636
6637 \begin_layout Plain Layout
6638 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6639 \begin_inset Argument
6640 status open
6641
6642 \begin_layout Plain Layout
6643 Titel mit Standardbreite
6644 \end_layout
6645
6646 \end_inset
6647
6648
6649 \end_layout
6650
6651 \end_inset
6652
6653
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 </row>
6695 <row>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 1
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 2
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 3
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 4
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 5
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 </row>
6742 <row>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 s
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 </row>
6789 <row>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 </row>
6836 <row>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 s
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 s
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 s
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 </row>
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 sad
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 asd
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 asd
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 asd
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 </row>
6930 </lyxtabular>
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \begin_layout Standard
6938 \begin_inset ERT
6939 status collapsed
6940
6941 \begin_layout Plain Layout
6942
6943
6944 \backslash
6945 setlength{
6946 \backslash
6947 LTcapwidth}{5cm}
6948 \end_layout
6949
6950 \end_inset
6951
6952
6953 \begin_inset Tabular
6954 <lyxtabular version="3" rows="6" columns="5">
6955 <features islongtable="true" longtabularalignment="center">
6956 <column alignment="center" valignment="top" width="0">
6957 <column alignment="center" valignment="top" width="0">
6958 <column alignment="center" valignment="top" width="0">
6959 <column alignment="center" valignment="top" width="0">
6960 <column alignment="center" valignment="top" width="0">
6961 <row caption="true">
6962 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 \begin_inset Caption
6967
6968 \begin_layout Plain Layout
6969 Langer Titel mit 5
6970 \begin_inset space \thinspace{}
6971 \end_inset
6972
6973 cm Breite, Langer Titel mit 5
6974 \begin_inset space \thinspace{}
6975 \end_inset
6976
6977 cm Breite
6978 \begin_inset Argument
6979 status open
6980
6981 \begin_layout Plain Layout
6982 Titel mit 5
6983 \begin_inset space \thinspace{}
6984 \end_inset
6985
6986 cm Breite
6987 \end_layout
6988
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 </row>
7038 <row>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 1
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 2
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 3
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 4
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 5
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 asd
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 s
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 s
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 asd
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 <row>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 asd
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 s
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 s
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 s
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 asd
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 s
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 s
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 </row>
7226 <row>
7227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 asd
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 sad
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 asd
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 asd
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 </lyxtabular>
7274
7275 \end_inset
7276
7277
7278 \begin_inset ERT
7279 status collapsed
7280
7281 \begin_layout Plain Layout
7282
7283
7284 \backslash
7285 setlength{
7286 \backslash
7287 LTcapwidth}{4in}
7288 \end_layout
7289
7290 \end_inset
7291
7292
7293 \begin_inset Note Note
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297 Beschriftungsbreite zurücksetzen
7298 \end_layout
7299
7300 \end_inset
7301
7302
7303 \end_layout
7304
7305 \begin_layout Standard
7306 \begin_inset Note Greyedout
7307 status open
7308
7309 \begin_layout Plain Layout
7310
7311 \series bold
7312 Achtung:
7313 \series default
7314  Wenn das LaTeX-Paket 
7315 \series bold
7316 caption
7317 \series default
7318
7319 \begin_inset Index idx
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323 LaTeX-Pakete ! caption
7324 \end_layout
7325
7326 \end_inset
7327
7328  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7329  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7330  4
7331 \begin_inset space \thinspace{}
7332 \end_inset
7333
7334 Zoll für 
7335 \series bold
7336
7337 \backslash
7338 LTcapwidth
7339 \series default
7340  benutzen.
7341  Um in diesem Fall eine genau 4
7342 \begin_inset space \thinspace{}
7343 \end_inset
7344
7345 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7346  4
7347 \begin_inset space \thinspace{}
7348 \end_inset
7349
7350 Zoll veränderten Wert wie z.
7351 \begin_inset space \thinspace{}
7352 \end_inset
7353
7354 B.
7355  3.99
7356 \begin_inset space \thinspace{}
7357 \end_inset
7358
7359 Zoll verwenden oder den LaTeX-Befehl 
7360 \series bold
7361
7362 \backslash
7363 captionsetup{width=Wert}
7364 \series default
7365  benutzen, der vom 
7366 \series bold
7367 caption
7368 \series default
7369 -Paket bereitgestellt wird.
7370 \end_layout
7371
7372 \end_inset
7373
7374
7375 \end_layout
7376
7377 \begin_layout Subsubsection
7378 Unterschiedliche Titel für Tabellenseiten
7379 \begin_inset Index idx
7380 status collapsed
7381
7382 \begin_layout Plain Layout
7383 Tabellen ! lange ! mehrere Titel
7384 \end_layout
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \begin_layout Standard
7392 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7393  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7394  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7395 \end_layout
7396
7397 \begin_layout Standard
7398
7399 \series bold
7400
7401 \backslash
7402 caption*{Beschriftung}
7403 \backslash
7404
7405 \backslash
7406 %
7407 \end_layout
7408
7409 \begin_layout Standard
7410 Tabelle
7411 \begin_inset space ~
7412 \end_inset
7413
7414
7415 \begin_inset CommandInset ref
7416 LatexCommand ref
7417 reference "tab:DiffCaptions"
7418
7419 \end_inset
7420
7421  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7422  ohne Tabellennummer auf der zweiten Seite.
7423 \end_layout
7424
7425 \begin_layout Standard
7426 \align center
7427 \begin_inset Tabular
7428 <lyxtabular version="3" rows="59" columns="3">
7429 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7430 <column alignment="left" valignment="top" width="0cm">
7431 <column alignment="left" valignment="top" width="0pt">
7432 <column alignment="right" valignment="top" width="0pt">
7433 <row caption="true">
7434 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 \begin_inset Caption
7439
7440 \begin_layout Plain Layout
7441 Telefonliste
7442 \begin_inset CommandInset label
7443 LatexCommand label
7444 name "tab:DiffCaptions"
7445
7446 \end_inset
7447
7448
7449 \begin_inset Argument
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 Telefonliste
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 </row>
7487 <row endfirsthead="true">
7488 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 Telefonliste (ignoriere die Namen)
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row endfirsthead="true">
7519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \series bold
7525 NAME
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \series bold
7545 TEL.
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row endhead="true">
7552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 \begin_inset ERT
7557 status open
7558
7559 \begin_layout Plain Layout
7560
7561
7562 \backslash
7563 caption*{Fortsetzung der Telefonliste}
7564 \backslash
7565
7566 \backslash
7567 %
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row endhead="true">
7597 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 Telefonliste
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 </row>
7627 <row endhead="true">
7628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \series bold
7634 NAME
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652
7653 \series bold
7654 TEL.
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row endfoot="true">
7661 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 wird fortgesetzt\SpecialChar \ldots{}
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 <row>
7691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \series bold
7697 Annovi
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706 Silvia
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715 111
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 </row>
7721 <row>
7722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726
7727 \series bold
7728 Bertoli
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 Stefano
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 111
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 <row>
7753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \series bold
7759 Bozzi
7760 \end_layout
7761
7762 \end_inset
7763 </cell>
7764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768 Walter
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777 111
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 </row>
7783 <row>
7784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \series bold
7790 Cachia
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799 Maria
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 111
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 <row>
7815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \series bold
7821 Cachia
7822 \end_layout
7823
7824 \end_inset
7825 </cell>
7826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7827 \begin_inset Text
7828
7829 \begin_layout Plain Layout
7830 Maurizio
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839 111
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \series bold
7852 Cinquemani
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 Giusi
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870 111
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 <row>
7877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \series bold
7883 Colin
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892 Bernard
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901 111
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 </row>
7907 <row>
7908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \series bold
7914 Concli
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 Gianfranco
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 111
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 Dal Bosco
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 Carolina
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 111
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \series bold
7976 Dalpiaz
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 Annamaria
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 111
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \series bold
8007 Feliciello
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 Domenico
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 111
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 </row>
8031 <row>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036
8037 \series bold
8038 Focarelli
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 Paola
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 111
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \series bold
8069 Galletti
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 Oreste
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 111
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Gasparini
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Franca
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Rizzardi
8132 \series default
8133
8134 \begin_inset Foot
8135 status open
8136
8137 \begin_layout Plain Layout
8138 Beispielfußnote
8139 \end_layout
8140
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 Paola
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 111
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \series bold
8174 Lassini
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Giancarlo
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 111
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \series bold
8205 Malfatti
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 Luciano
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 111
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \series bold
8236 Malfatti
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 Valeriano
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 111
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \series bold
8267 Meneguzzo
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 Roberto
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 111
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 </row>
8291 <row>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296
8297 \series bold
8298 Mezzadra
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 Roberto
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 111
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 </row>
8322 <row>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327
8328 \series bold
8329 Pirpamer
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 Erich
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 111
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \series bold
8360 Pochiesa
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 Paolo
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378 111, 222
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \series bold
8391 Radina
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 Claudio
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 111
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \series bold
8422 Stuffer
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 Oskar
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 111
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Tacchelli
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Ugo
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 111
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Tezzele
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Margit
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 111
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Unterkalmsteiner
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Frieda
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 111
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Vieider
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Hilde
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Vigna
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Jürgen
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Weber
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Maurizio
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Winkler
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Franz
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668  
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Annovi
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Silvia
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 555
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Bertoli
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Stefano
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 555
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Bozzi
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Walter
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 555
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Cachia
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Maria
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 555
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Cachia
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Maurizio
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 555
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Cinquemani
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Giusi
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 555
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Colin
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Bernard
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 555
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Concli
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Gianfranco
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 555
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Dal Bosco
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Carolina
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 555
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Dalpiaz
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Annamaria
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 555
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Feliciello
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Domenico
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 555
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Focarelli
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Paola
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 555
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \series bold
9071 Galletti
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Oreste
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 555
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Gasparini
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Franca
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 555
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Rizzardi
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Paola
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Lassini
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Giancarlo
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Malfatti
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Luciano
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Malfatti
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Valeriano
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Meneguzzo
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Roberto
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Mezzadra
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Roberto
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 </lyxtabular>
9313
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \begin_layout Section
9320 Weitere Möglichkeiten für 
9321 \family sans
9322 lange Tabelle
9323 \family default
9324 n
9325 \begin_inset CommandInset label
9326 LatexCommand label
9327 name "abs:Special-Longtable-Issues"
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Subsection
9335 L
9336 \family sans
9337 ange Tabelle
9338 \family default
9339 n: Berechnung
9340 \begin_inset Index idx
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Tabellen ! lange ! Berechnung
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Standard
9353 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9354  so genannten 
9355 \emph on
9356 chunks
9357 \emph default
9358  (Brocken).
9359  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9360  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9361  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9362  das die Druckausgabe.
9363  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9364  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9365  einfügen:
9366 \end_layout
9367
9368 \begin_layout Standard
9369
9370 \series bold
9371
9372 \backslash
9373 setcounter{LTchunksize}{100}
9374 \end_layout
9375
9376 \begin_layout Subsection
9377 Gleitobjekte und L
9378 \family sans
9379 ange Tabelle
9380 \family default
9381 n
9382 \begin_inset Index idx
9383 status collapsed
9384
9385 \begin_layout Plain Layout
9386 Tabellen ! lange ! und Gleitobjekte
9387 \end_layout
9388
9389 \end_inset
9390
9391
9392 \end_layout
9393
9394 \begin_layout Standard
9395 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9396 \family sans
9397 lange
9398 \begin_inset space ~
9399 \end_inset
9400
9401 Tabelle
9402 \family default
9403  beginnt, ein Gleitobjekt befindet.
9404  Um das zu vermeiden, können Sie vor der 
9405 \family sans
9406 langen
9407 \begin_inset space ~
9408 \end_inset
9409
9410 Tabellen
9411 \family default
9412  einen manuellen Seitenumbruch
9413 \family sans
9414  Einfügen\SpecialChar \menuseparator
9415 Formatierung\SpecialChar \menuseparator
9416 [Doppel]Seite
9417 \begin_inset space \space{}
9418 \end_inset
9419
9420 leeren
9421 \family default
9422  einfügen, siehe 
9423 \emph on
9424 Benutzerhandbuch
9425 \emph default
9426 .
9427 \end_layout
9428
9429 \begin_layout Subsection
9430 Manuelle Seitenumbrüche
9431 \begin_inset Index idx
9432 status collapsed
9433
9434 \begin_layout Plain Layout
9435 Tabellen ! lange ! manueller Seitenumbruch
9436 \end_layout
9437
9438 \end_inset
9439
9440
9441 \end_layout
9442
9443 \begin_layout Standard
9444 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9445  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9446  der Zelle umbrechen wollen, fügen Sie den Befehl  
9447 \begin_inset Quotes gld
9448 \end_inset
9449
9450
9451 \series bold
9452
9453 \backslash
9454
9455 \backslash
9456
9457 \series default
9458
9459 \begin_inset Quotes grd
9460 \end_inset
9461
9462  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9463  werden kann.
9464  Vor dem 
9465 \begin_inset Quotes gld
9466 \end_inset
9467
9468
9469 \series bold
9470
9471 \backslash
9472
9473 \backslash
9474
9475 \series default
9476
9477 \begin_inset Quotes grd
9478 \end_inset
9479
9480 -Befehl müssen Sie so viele 
9481 \begin_inset Quotes gld
9482 \end_inset
9483
9484
9485 \series bold
9486 &
9487 \series default
9488
9489 \begin_inset Quotes grd
9490 \end_inset
9491
9492  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9493  Mit 
9494 \begin_inset Quotes gld
9495 \end_inset
9496
9497
9498 \series bold
9499 &
9500 \series default
9501
9502 \begin_inset Quotes grd
9503 \end_inset
9504
9505   werden in LaTeX Tabellenzellen getrennt.
9506  Hinter jedes 
9507 \begin_inset Quotes gld
9508 \end_inset
9509
9510
9511 \series bold
9512 &
9513 \series default
9514
9515 \begin_inset Quotes grd
9516 \end_inset
9517
9518  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9519  und löschen den Inhalt dieser Zellen.
9520 \end_layout
9521
9522 \begin_layout Standard
9523 Hinter dem 
9524 \begin_inset Quotes gld
9525 \end_inset
9526
9527
9528 \series bold
9529
9530 \backslash
9531
9532 \backslash
9533
9534 \series default
9535
9536 \begin_inset Quotes grd
9537 \end_inset
9538
9539 -Befehl müssen Sie so viele 
9540 \begin_inset Quotes gld
9541 \end_inset
9542
9543
9544 \series bold
9545 &
9546 \series default
9547
9548 \begin_inset Quotes grd
9549 \end_inset
9550
9551  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9552  In Tabelle
9553 \begin_inset space ~
9554 \end_inset
9555
9556
9557 \begin_inset CommandInset ref
9558 LatexCommand ref
9559 reference "tab:ForcedPagebreak"
9560
9561 \end_inset
9562
9563  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9564  Es folgt noch eine weitere Spalte.
9565  Deshalb wurde hinter dem Wort 
9566 \emph on
9567 Castelchiodato, 
9568 \emph default
9569 folgendes eingefügt:
9570 \end_layout
9571
9572 \begin_layout Standard
9573
9574 \series bold
9575 & 111
9576 \backslash
9577
9578 \backslash
9579  
9580 \backslash
9581 newpage
9582 \begin_inset Newline newline
9583 \end_inset
9584
9585 &
9586 \end_layout
9587
9588 \begin_layout Standard
9589 Die 
9590 \begin_inset Quotes gld
9591 \end_inset
9592
9593 111
9594 \begin_inset Quotes grd
9595 \end_inset
9596
9597  in der dritten Spalte wurde gelöscht.
9598  
9599 \series bold
9600
9601 \backslash
9602 newpage
9603 \series default
9604  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9605  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9606  Wenn die Fußzeile Ihrer 
9607 \family sans
9608 langen
9609 \begin_inset space ~
9610 \end_inset
9611
9612 Tabelle
9613 \family default
9614  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9615  Befehle benutzen:
9616 \end_layout
9617
9618 \begin_layout Standard
9619
9620 \series bold
9621 & 111
9622 \backslash
9623
9624 \backslash
9625
9626 \begin_inset Newline newline
9627 \end_inset
9628
9629
9630 \backslash
9631 hline &
9632 \end_layout
9633
9634 \begin_layout Standard
9635 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9636  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9637 \end_layout
9638
9639 \begin_layout Standard
9640
9641 \series bold
9642
9643 \backslash
9644 setlength{
9645 \backslash
9646 parfillskip}{0pt}
9647 \end_layout
9648
9649 \begin_layout Standard
9650 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9651  erscheint.
9652 \end_layout
9653
9654 \begin_layout Standard
9655 \align center
9656 \begin_inset Tabular
9657 <lyxtabular version="3" rows="38" columns="3">
9658 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9659 <column alignment="left" valignment="top" width="0cm">
9660 <column alignment="left" valignment="top" width="3cm">
9661 <column alignment="right" valignment="top" width="0pt">
9662 <row caption="true">
9663 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 \begin_inset Caption
9668
9669 \begin_layout Plain Layout
9670 Tabelle mit manuellem Seitenumbruch in einer Zelle
9671 \begin_inset CommandInset label
9672 LatexCommand label
9673 name "tab:ForcedPagebreak"
9674
9675 \end_inset
9676
9677
9678 \begin_inset Argument
9679 status collapsed
9680
9681 \begin_layout Plain Layout
9682 Tabelle mit manuellem Seitenumbruch in einer Zelle
9683 \end_layout
9684
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \end_inset
9691
9692
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row endfirsthead="true">
9717 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \series bold
9723 Telefonliste (ignoriere die Namen)
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row endfirsthead="true">
9748 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \series bold
9754 NAME
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 TEL.
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row endhead="true">
9781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 \begin_inset ERT
9786 status collapsed
9787
9788 \begin_layout Plain Layout
9789
9790
9791 \backslash
9792 caption*{Fortsetzung der Tabelle}
9793 \backslash
9794
9795 \backslash
9796 %
9797 \end_layout
9798
9799 \end_inset
9800
9801
9802 \end_layout
9803
9804 \end_inset
9805 </cell>
9806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 </row>
9825 <row endhead="true">
9826 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830
9831 \series bold
9832 Telefonliste
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row endhead="true">
9857 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \series bold
9863 NAME
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \series bold
9883 TEL.
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 </row>
9889 <row endfoot="true">
9890 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9891 \begin_inset Text
9892
9893 \begin_layout Plain Layout
9894 wird fortgesetzt\SpecialChar \ldots{}
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 <row>
9920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \series bold
9926 Annovi
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 Silvia
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 111
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \series bold
9957 Bertoli
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 Stefano
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 111
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 </row>
9981 <row>
9982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9983 \begin_inset Text
9984
9985 \begin_layout Plain Layout
9986
9987 \series bold
9988 Bozzi
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 Walter
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 111
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 </row>
10012 <row>
10013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \series bold
10019 Cachia
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 Maria
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 111
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 </row>
10043 <row>
10044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \series bold
10050 Cachia
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 Maurizio
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 111
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row>
10075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \series bold
10081 Cinquemani
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 Giusi
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 111
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row>
10106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 Colin
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 Bernard
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 111
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row>
10137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141
10142 \series bold
10143 Concli
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 Gianfranco
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 111
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 </row>
10167 <row>
10168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \series bold
10174 Dal Bosco
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 Carolina
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192 111
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 </row>
10198 <row>
10199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203
10204 \series bold
10205 Dalpiaz
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 Annamaria
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223 111
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 </row>
10229 <row>
10230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \series bold
10236 Feliciello
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Domenico
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 111
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 </row>
10260 <row>
10261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \series bold
10267 Focarelli
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 Paola
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 111
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \series bold
10298 Galletti
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Oreste
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 111
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \series bold
10329 Gasparini
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 Franca
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 111
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \series bold
10360 Lassini
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Giancarlo
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 111
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 </row>
10384 <row>
10385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389
10390 \series bold
10391 Malfatti
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 Luciano
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 111
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 </row>
10415 <row>
10416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420
10421 \series bold
10422 Malfatti
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Valeriano
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 111
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 </row>
10446 <row>
10447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451
10452 \series bold
10453 Meneguzzo
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Roberto
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 111
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 </row>
10477 <row>
10478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484 Mezzadra
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Roberto
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 111
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \series bold
10515 Pirpamer
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 Erich
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 111
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 </row>
10539 <row>
10540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544
10545 \series bold
10546 Pochiesa
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555 Paolo
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 111, 222
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 </row>
10570 <row>
10571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575
10576 \series bold
10577 Radina
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 Claudio
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 111
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \series bold
10608 Rizzardi
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 Paolo, 11.
10618  Fürst von Monte\SpecialChar \-
10619 com\SpecialChar \-
10620 patri, 11.
10621  Fürst von Sulmona und Vivaro, 10.
10622  Fürst von Rossano, 5.
10623  Herzog von Canemorte, 11.
10624  Herzog von Palombara, 5.
10625  Herzog von Castelchiodato,
10626 \begin_inset ERT
10627 status open
10628
10629 \begin_layout Plain Layout
10630
10631 & 111
10632 \backslash
10633
10634 \backslash
10635  
10636 \backslash
10637 newpage
10638 \end_layout
10639
10640 \begin_layout Plain Layout
10641
10642 &
10643 \end_layout
10644
10645 \end_inset
10646
10647  11.
10648  Herzog von Poggionativo, 11.
10649  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10650  Graf von Valinfreda, 11.
10651  Baron von Cropalati, 11.
10652  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 </row>
10667 <row>
10668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672
10673 \series bold
10674 Stuffer
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Oskar
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 111
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \series bold
10705 Tacchelli
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 Ugo
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 111
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \series bold
10736 Tezzele
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 Margit
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 111
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 </row>
10760 <row>
10761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765
10766 \series bold
10767 Unterkalmsteiner
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 Frieda
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 111
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row>
10792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \series bold
10798 Vieider
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 Hilde
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 111
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 </row>
10822 <row>
10823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \series bold
10829 Vigna
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Jürgen
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 111
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 </row>
10853 <row>
10854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858
10859 \series bold
10860 Weber
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 Maurizio
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 111
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \series bold
10891 Winkler
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Franz
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 111
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 </lyxtabular>
10916
10917 \end_inset
10918
10919
10920 \end_layout
10921
10922 \begin_layout Section
10923 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10924 \end_layout
10925
10926 \begin_layout Subsection
10927 Mehrfache Zeilen in Zellen
10928 \begin_inset CommandInset label
10929 LatexCommand label
10930 name "uab:Mehrfache-Zeilen-in"
10931
10932 \end_inset
10933
10934
10935 \begin_inset Index idx
10936 status collapsed
10937
10938 \begin_layout Plain Layout
10939 Mehrfache ! Zeilen in Zellen
10940 \end_layout
10941
10942 \end_inset
10943
10944
10945 \begin_inset Index idx
10946 status collapsed
10947
10948 \begin_layout Plain Layout
10949 Tabellen ! Zeilenumbrüche
10950 \end_layout
10951
10952 \end_inset
10953
10954
10955 \end_layout
10956
10957 \begin_layout Standard
10958 \noindent
10959 \begin_inset Float table
10960 placement H
10961 wide false
10962 sideways false
10963 status open
10964
10965 \begin_layout Plain Layout
10966 \begin_inset Caption
10967
10968 \begin_layout Plain Layout
10969 \begin_inset CommandInset label
10970 LatexCommand label
10971 name "tab:Table-with-multiple"
10972
10973 \end_inset
10974
10975 Tabelle mit mehrfachen Zeilen in einer Zelle
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Plain Layout
10984 \align center
10985 \begin_inset Tabular
10986 <lyxtabular version="3" rows="3" columns="3">
10987 <features tabularvalignment="middle">
10988 <column alignment="center" valignment="middle" width="2.5cm">
10989 <column alignment="center" valignment="middle" width="0.5cm">
10990 <column alignment="center" valignment="middle" width="0.5cm">
10991 <row>
10992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 zwei
10997 \begin_inset Newline linebreak
10998 \end_inset
10999
11000 Zeilen
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 b
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 c
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 d
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 e
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 f
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 <row>
11054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 g
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 h
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 i
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 </lyxtabular>
11083
11084 \end_inset
11085
11086
11087 \end_layout
11088
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \begin_layout Standard
11095 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11096  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11097  Tabelle
11098 \begin_inset space ~
11099 \end_inset
11100
11101
11102 \begin_inset CommandInset ref
11103 LatexCommand ref
11104 reference "tab:Table-with-multiple"
11105
11106 \end_inset
11107
11108  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11109 \family sans
11110 Tabellen-Einstellungen
11111 \family default
11112 -Dialog auf 2.5
11113 \begin_inset space \thinspace{}
11114 \end_inset
11115
11116 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11117  Weil unser Text schmaler als 2.5
11118 \begin_inset space \thinspace{}
11119 \end_inset
11120
11121 cm ist, würde er in einer Zeile gedruckt werden.
11122  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11123
11124 \family sans
11125 Strg-Shift-Enter
11126 \family default
11127 ) eingefügt.
11128  Wenn der Text länger ist, wird er automatisch umgebrochen.
11129 \end_layout
11130
11131 \begin_layout Standard
11132 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11133  setzen Sie die Breite der beiden Spalten im 
11134 \family sans
11135 Tabellen-Einstellungen
11136 \family default
11137 -Dialog auf 0.5
11138 \begin_inset space \thinspace{}
11139 \end_inset
11140
11141 cm und die vertikale Ausrichtung auf zentriert.
11142 \end_layout
11143
11144 \begin_layout Standard
11145 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11146  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11147  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11148  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11149  Fügen sie daher 0
11150 \begin_inset space \thinspace{}
11151 \end_inset
11152
11153 pt horizontalen Abstand vor dem Wort ein.
11154  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11155  Tabelle
11156 \begin_inset space ~
11157 \end_inset
11158
11159
11160 \begin_inset CommandInset ref
11161 LatexCommand ref
11162 reference "tab:Table-with-and"
11163
11164 \end_inset
11165
11166  zeigt die Wirkungen.
11167 \end_layout
11168
11169 \begin_layout Standard
11170 \begin_inset Float table
11171 placement h
11172 wide false
11173 sideways false
11174 status open
11175
11176 \begin_layout Plain Layout
11177 \begin_inset Caption
11178
11179 \begin_layout Plain Layout
11180 \begin_inset CommandInset label
11181 LatexCommand label
11182 name "tab:Table-with-and"
11183
11184 \end_inset
11185
11186 Tabelle ohne und mit Silbentrennung
11187 \end_layout
11188
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \begin_layout Plain Layout
11195 \begin_inset space \hfill{}
11196 \end_inset
11197
11198
11199 \begin_inset Tabular
11200 <lyxtabular version="3" rows="3" columns="3">
11201 <features tabularvalignment="middle">
11202 <column alignment="center" valignment="middle" width="2.5cm">
11203 <column alignment="center" valignment="middle" width="0.5cm">
11204 <column alignment="center" valignment="middle" width="0.5cm">
11205 <row>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 einsehrlangesZellenwort
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 b
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 c
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 </row>
11234 <row>
11235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 d
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 e
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 f
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 g
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 h
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 i
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 </row>
11292 </lyxtabular>
11293
11294 \end_inset
11295
11296
11297 \begin_inset space \hfill{}
11298 \end_inset
11299
11300
11301 \begin_inset Tabular
11302 <lyxtabular version="3" rows="3" columns="3">
11303 <features tabularvalignment="middle">
11304 <column alignment="center" valignment="middle" width="2.5cm">
11305 <column alignment="center" valignment="middle" width="0.5cm">
11306 <column alignment="center" valignment="middle" width="0.5cm">
11307 <row>
11308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 \begin_inset space \hspace{}
11313 \length 0pt
11314 \end_inset
11315
11316 einsehrlangesZellenwort
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 b
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 c
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 </row>
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 d
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 e
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 f
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 g
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 h
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 i
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 </row>
11398 </lyxtabular>
11399
11400 \end_inset
11401
11402
11403 \begin_inset space \hfill{}
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \begin_layout Subsection
11415 Mehrfachspalten
11416 \begin_inset CommandInset label
11417 LatexCommand label
11418 name "uab:Mehrfachspalten"
11419
11420 \end_inset
11421
11422
11423 \begin_inset Index idx
11424 status collapsed
11425
11426 \begin_layout Plain Layout
11427 Mahrfachspalten
11428 \end_layout
11429
11430 \end_inset
11431
11432
11433 \begin_inset Index idx
11434 status collapsed
11435
11436 \begin_layout Plain Layout
11437 Tabellen ! Mahrfachspalten
11438 \end_layout
11439
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \begin_layout Subsubsection
11446 Grundlagen
11447 \end_layout
11448
11449 \begin_layout Standard
11450 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11451  und verwenden dann den Knopf 
11452 \begin_inset Graphics
11453         filename ../../images/tabular-feature_multicolumn.png
11454         scale 70
11455         scaleBeforeRotation
11456         BoundingBox 0bp 6bp 22bp 22bp
11457
11458 \end_inset
11459
11460  in der Werkzeugleiste, das Menü 
11461 \family sans
11462 Bearbeiten\SpecialChar \menuseparator
11463 Tabelle\SpecialChar \menuseparator
11464 Mehrfachspalte
11465 \family default
11466 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11467  
11468 \family sans
11469 Mehrfachspalte
11470 \family default
11471 .
11472 \end_layout
11473
11474 \begin_layout Standard
11475 Mehrfachspalten haben ihre eigenen Einstellungen.
11476  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11477  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11478  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11479 \end_layout
11480
11481 \begin_layout Standard
11482 \align center
11483 \begin_inset Tabular
11484 <lyxtabular version="3" rows="3" columns="4">
11485 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11486 <column alignment="center" valignment="top" width="0pt">
11487 <column alignment="center" valignment="middle" width="0">
11488 <column alignment="center" valignment="top" width="0in">
11489 <column alignment="center" valignment="top" width="0pt">
11490 <row>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 abc
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 def ghi
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 jkl
11523 \end_layout
11524
11525 \end_inset
11526 </cell>
11527 </row>
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533
11534 \family roman
11535 \series medium
11536 \shape up
11537 \size normal
11538 \emph off
11539 \bar no
11540 \noun off
11541 \color none
11542 A
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 B
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 C
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 D
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 <row>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 1
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 2
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 3
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 4
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 </lyxtabular>
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \begin_layout Subsubsection
11621 Mehrfachspalten-Berechnungen
11622 \begin_inset CommandInset label
11623 LatexCommand label
11624 name "uab:Mehrfachspalten-Berechnungen"
11625
11626 \end_inset
11627
11628
11629 \begin_inset Index idx
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 Mahrfachspalten ! Berechnung
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \begin_inset Index idx
11640 status collapsed
11641
11642 \begin_layout Plain Layout
11643 Tabellen ! Mahrfachspalten ! Berechnung
11644 \end_layout
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Standard
11652 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11653  Zellen beachten.
11654 \end_layout
11655
11656 \begin_layout Standard
11657 \begin_inset Float table
11658 placement h
11659 wide false
11660 sideways false
11661 status open
11662
11663 \begin_layout Plain Layout
11664 \begin_inset Caption
11665
11666 \begin_layout Plain Layout
11667 \begin_inset CommandInset label
11668 LatexCommand label
11669 name "tab:Table-with-centered"
11670
11671 \end_inset
11672
11673 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11674  die halbe Breite der Mehrfachspalten-Zelle haben
11675 \begin_inset Argument
11676 status collapsed
11677
11678 \begin_layout Plain Layout
11679 Eine Mehrfachspalten-Tabelle
11680 \end_layout
11681
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \end_inset
11688
11689
11690 \end_layout
11691
11692 \begin_layout Plain Layout
11693 \align center
11694 \begin_inset Tabular
11695 <lyxtabular version="3" rows="3" columns="3">
11696 <features tabularvalignment="middle">
11697 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11698 <column alignment="center" valignment="middle" width="0">
11699 <column alignment="center" valignment="top" width="0">
11700 <row>
11701 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 Dies ist eine Mehrfach\SpecialChar \-
11706 spalten-Zelle
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 c
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 </row>
11730 <row>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 d
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 e
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 f
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 <row>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 g
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 h
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 i
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 </lyxtabular>
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Standard
11801 Um Tabelle
11802 \begin_inset space ~
11803 \end_inset
11804
11805
11806 \begin_inset CommandInset ref
11807 LatexCommand ref
11808 reference "tab:Table-with-centered"
11809
11810 \end_inset
11811
11812  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11813  3×3-Tabelle, kreuzen im 
11814 \family sans
11815 Tabellen-Einstellungen
11816 \family default
11817 -Dialog 
11818 \family sans
11819 Mehrfachspalte
11820 \family default
11821  an, setzen die 
11822 \family sans
11823 Horizontale
11824 \begin_inset space ~
11825 \end_inset
11826
11827 Ausrichtung
11828 \family default
11829  auf 
11830 \family sans
11831 Zentriert
11832 \family default
11833  und die 
11834 \family sans
11835 Breite
11836 \family default
11837  auf 2.5
11838 \begin_inset space \thinspace{}
11839 \end_inset
11840
11841 cm.
11842  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11843  Sie die Breite der ersten Spalte auf 1.25
11844 \begin_inset space \thinspace{}
11845 \end_inset
11846
11847 cm setzen.
11848  Die zweite Spalte wird dann automatisch 1.25
11849 \begin_inset space \thinspace{}
11850 \end_inset
11851
11852 cm breit (Breite der 
11853 \family sans
11854 Mehrfachspalte
11855 \family default
11856  
11857 \begin_inset Formula $-$
11858 \end_inset
11859
11860  Breite der ersten Spalte).
11861  Dies wurde so für Tabelle
11862 \begin_inset space ~
11863 \end_inset
11864
11865
11866 \begin_inset CommandInset ref
11867 LatexCommand ref
11868 reference "tab:Table-without-half"
11869
11870 \end_inset
11871
11872  gemacht.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 \begin_inset Float table
11877 wide false
11878 sideways false
11879 status open
11880
11881 \begin_layout Plain Layout
11882 \begin_inset Caption
11883
11884 \begin_layout Plain Layout
11885 \begin_inset CommandInset label
11886 LatexCommand label
11887 name "tab:Table-without-half"
11888
11889 \end_inset
11890
11891 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11892  wie die Mehrfachspalte
11893 \begin_inset Argument
11894 status collapsed
11895
11896 \begin_layout Plain Layout
11897 Eine unvollkommene Mehrfachspalten-Tabelle
11898 \end_layout
11899
11900 \end_inset
11901
11902
11903 \end_layout
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \begin_layout Plain Layout
11911 \align center
11912 \begin_inset Tabular
11913 <lyxtabular version="3" rows="3" columns="3">
11914 <features tabularvalignment="middle">
11915 <column alignment="center" valignment="top" width="1.25cm">
11916 <column alignment="center" valignment="top" width="0">
11917 <column alignment="center" valignment="top" width="0">
11918 <row>
11919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 Dies ist auch eine Mehr\SpecialChar \-
11924 fach\SpecialChar \-
11925 spalten-Zelle
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 c
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 <row>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 d
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 e
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 f
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 g
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 h
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 i
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Standard
12020 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12021  als die zweite ist.
12022  Das liegt daran, dass die Zellenbreite 
12023 \begin_inset Formula $W_{\mathrm{tot}}$
12024 \end_inset
12025
12026  nicht ihre definierte Breite 
12027 \begin_inset Formula $W_{g}$
12028 \end_inset
12029
12030  ist, sondern ein wenig mehr.
12031  Anhang
12032 \begin_inset space ~
12033 \end_inset
12034
12035
12036 \begin_inset CommandInset ref
12037 LatexCommand ref
12038 reference "kap:Exläuterung-einer-Gleichung"
12039
12040 \end_inset
12041
12042  erklärt das genauer.
12043 \end_layout
12044
12045 \begin_layout Standard
12046 Wenn 
12047 \emph on
12048 n
12049 \emph default
12050  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12051  die definierte Breite 
12052 \begin_inset Formula $W_{g\, n}$
12053 \end_inset
12054
12055  einer Spalte, deren totale Breite = 
12056 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12057 \end_inset
12058
12059  sein soll, wie folgt:
12060 \begin_inset Formula \begin{equation}
12061 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12062
12063 \end_inset
12064
12065
12066 \end_layout
12067
12068 \begin_layout Standard
12069 In unserem Falls ist 
12070 \begin_inset Formula $n=2$
12071 \end_inset
12072
12073
12074 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12075 \end_inset
12076
12077 cm, und damit wird aus Gleichung
12078 \begin_inset space ~
12079 \end_inset
12080
12081
12082 \begin_inset CommandInset ref
12083 LatexCommand ref
12084 reference "eq:Wgn"
12085
12086 \end_inset
12087
12088  
12089 \begin_inset Formula \begin{equation}
12090 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12091
12092 \end_inset
12093
12094
12095 \end_layout
12096
12097 \begin_layout Standard
12098 Damit LaTeX rechnen kann, muss das Paket 
12099 \series bold
12100 calc
12101 \series default
12102  im Vorspann geladen werden.
12103 \begin_inset Index idx
12104 status collapsed
12105
12106 \begin_layout Plain Layout
12107 LaTeX-Pakete ! calc
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \begin_layout Standard
12116
12117 \series bold
12118
12119 \backslash
12120 usepackage{calc}
12121 \end_layout
12122
12123 \begin_layout Standard
12124 LyX erlaubt im 
12125 \family sans
12126 Breite
12127 \family default
12128 -Feld des 
12129 \family sans
12130 Tabellen-Einstellungen
12131 \family default
12132 -Dialogs keine Berechnungen.
12133  Deshalb müssen Sie die Formel für die Breite im Feld 
12134 \family sans
12135 LaTe
12136 \begin_inset ERT
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140
12141 {}
12142 \end_layout
12143
12144 \end_inset
12145
12146 X-Argument
12147 \family default
12148  eingeben.
12149  Hier iss ein Überblick über die Argumente:
12150 \end_layout
12151
12152 \begin_layout Itemize
12153
12154 \series bold
12155 p{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 Oben
12164 \end_layout
12165
12166 \begin_layout Itemize
12167
12168 \series bold
12169 m{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 Mitte
12178 \end_layout
12179
12180 \begin_layout Itemize
12181
12182 \series bold
12183 b{Breite}
12184 \series default
12185  die Zelle bekommt eine feste 
12186 \series bold
12187 Breite
12188 \series default
12189 , und die vertikale Ausrichtung ist 
12190 \family sans
12191 Unten
12192 \end_layout
12193
12194 \begin_layout Standard
12195 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12196  für diese Zelle überschrieben.
12197 \end_layout
12198
12199 \begin_layout Standard
12200 \begin_inset Note Greyedout
12201 status open
12202
12203 \begin_layout Plain Layout
12204
12205 \series bold
12206 Bemerkung:
12207 \series default
12208  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12209  angezeigt.
12210 \end_layout
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12219  der Zelle mit dem Inhalt 
12220 \begin_inset Quotes gld
12221 \end_inset
12222
12223 d
12224 \begin_inset Quotes grd
12225 \end_inset
12226
12227  der Tabelle
12228 \begin_inset space ~
12229 \end_inset
12230
12231
12232 \begin_inset CommandInset ref
12233 LatexCommand ref
12234 reference "tab:Table-with-centered"
12235
12236 \end_inset
12237
12238  auch noch der Befehl
12239 \family typewriter
12240 \series bold
12241  
12242 \family default
12243
12244 \backslash
12245 centering
12246 \series default
12247  hinzugefügt.
12248  Das Ganze sieht dann so aus:
12249 \end_layout
12250
12251 \begin_layout Standard
12252
12253 \series bold
12254 |>{
12255 \backslash
12256 centering}m{1.25cm-6.2pt}
12257 \end_layout
12258
12259 \begin_layout Standard
12260 Der vertikale Strich 
12261 \series bold
12262
12263 \begin_inset Quotes gld
12264 \end_inset
12265
12266 |
12267 \series default
12268
12269 \begin_inset Quotes grd
12270 \end_inset
12271
12272  am Anfang zeichnet die linke Linie, und der Befehl 
12273 \series bold
12274
12275 \begin_inset Quotes gld
12276 \end_inset
12277
12278 >{ }
12279 \begin_inset Quotes grd
12280 \end_inset
12281
12282
12283 \series default
12284  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12285  der Zelle benutzt werden sollen.
12286 \end_layout
12287
12288 \begin_layout Standard
12289 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12290  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12291  für einzelne Spalten anwendet.
12292  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12293  werden:
12294 \end_layout
12295
12296 \begin_layout Standard
12297
12298 \series bold
12299 |>{
12300 \backslash
12301 centering}m{2.5cm}|
12302 \end_layout
12303
12304 \begin_layout Subsection
12305 Mehrfachzeilen
12306 \begin_inset CommandInset label
12307 LatexCommand label
12308 name "uab:Mehrfachzeilen"
12309
12310 \end_inset
12311
12312
12313 \begin_inset Index idx
12314 status collapsed
12315
12316 \begin_layout Plain Layout
12317 Mehrfachzeilen
12318 \end_layout
12319
12320 \end_inset
12321
12322
12323 \begin_inset Index idx
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327 Tabellen ! Mehrfachzeilen
12328 \end_layout
12329
12330 \end_inset
12331
12332
12333 \end_layout
12334
12335 \begin_layout Standard
12336 Im Gegensatz zu Mehrfachspalten werden Mehrfachzeilen noch nicht durch LyX
12337  unterstützt, sodass etwas TeX-Code notwendig ist.
12338  Damit LaTeX Mehrfachzeilen erzeugen kann, muss das Paket 
12339 \series bold
12340 multirow
12341 \series default
12342
12343 \begin_inset Index idx
12344 status collapsed
12345
12346 \begin_layout Plain Layout
12347 LaTeX-Pakete ! multirow
12348 \end_layout
12349
12350 \end_inset
12351
12352  im Vorspann geladen werden:
12353 \end_layout
12354
12355 \begin_layout Standard
12356
12357 \series bold
12358
12359 \backslash
12360 usepackage{multirow}
12361 \end_layout
12362
12363 \begin_layout Standard
12364 Mehrfachzeilen werden mit folgendem Befehl erzeugt:
12365 \end_layout
12366
12367 \begin_layout Standard
12368
12369 \series bold
12370
12371 \backslash
12372 multirow{Zeilenzahl}{Zellenbreite}{Zelleninhalt}
12373 \end_layout
12374
12375 \begin_layout Standard
12376 In der folgenden 3×3-Tabelle wurde obere Linie der letzten Zelle der ersten
12377  Spalte entfernt.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 \align center
12382 \begin_inset ERT
12383 status collapsed
12384
12385 \begin_layout Plain Layout
12386
12387
12388 \backslash
12389 renewcommand{
12390 \backslash
12391 multirowsetup}{
12392 \backslash
12393 centering}
12394 \end_layout
12395
12396 \end_inset
12397
12398
12399 \begin_inset Tabular
12400 <lyxtabular version="3" rows="3" columns="3">
12401 <features tabularvalignment="middle">
12402 <column alignment="center" valignment="top" width="0">
12403 <column alignment="center" valignment="top" width="0">
12404 <column alignment="center" valignment="top" width="0">
12405 <row>
12406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 a
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419 b
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12425 \begin_inset Text
12426
12427 \begin_layout Plain Layout
12428 c
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 </row>
12434 <row>
12435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 \begin_inset ERT
12440 status collapsed
12441
12442 \begin_layout Plain Layout
12443
12444
12445 \backslash
12446 multirow{2}{2.5cm}{
12447 \end_layout
12448
12449 \end_inset
12450
12451 mehrzeiliger Text
12452 \begin_inset ERT
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456
12457 }
12458 \end_layout
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471 e
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 f
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 </row>
12486 <row>
12487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 h
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12506 \begin_inset Text
12507
12508 \begin_layout Plain Layout
12509 i
12510 \end_layout
12511
12512 \end_inset
12513 </cell>
12514 </row>
12515 </lyxtabular>
12516
12517 \end_inset
12518
12519
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525
12526 \backslash
12527 renewcommand{
12528 \backslash
12529 multirowsetup}{
12530 \backslash
12531 raggedright}
12532 \end_layout
12533
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \begin_layout Standard
12540 In der Zelle darüber wurde dann mit dem Befehl
12541 \end_layout
12542
12543 \begin_layout Standard
12544
12545 \series bold
12546
12547 \backslash
12548 multirow{2}{2.5cm}{
12549 \end_layout
12550
12551 \begin_layout Standard
12552 als TeX-Code die Mehrfachzeile definiert.
12553  Sie besteht aus zwei Zeilen und einer Breite von 2.5
12554 \begin_inset space \thinspace{}
12555 \end_inset
12556
12557 cm.
12558  Der Inhalt steht außerhalb des TeX-Code-Kästchens, und der Befehl wird
12559  mit der Klammer 
12560 \begin_inset Quotes gld
12561 \end_inset
12562
12563
12564 \series bold
12565 }
12566 \series default
12567
12568 \begin_inset Quotes grd
12569 \end_inset
12570
12571  in einem weiteren TeX-Code-Kästchen abgeschlossen.
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577
12578 \backslash
12579 multirow
12580 \series default
12581  richtet seinen Inhalt standardmäßig linksbündig aus.
12582  Um die Ausrichtung zu Ändern, erneuern Sie den Befehl 
12583 \series bold
12584
12585 \backslash
12586 multirowsetup
12587 \series default
12588  mit dem Befehl
12589 \end_layout
12590
12591 \begin_layout Standard
12592
12593 \series bold
12594
12595 \backslash
12596 renewcommand{
12597 \backslash
12598 multirowsetup}{
12599 \backslash
12600 centering}
12601 \end_layout
12602
12603 \begin_layout Standard
12604 im LaTeX-Vorspann.
12605  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12606  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12607  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12608  erneuert werden.
12609  Für rechtsbündigen Text ersetzt man 
12610 \series bold
12611
12612 \backslash
12613 centering
12614 \series default
12615  durch 
12616 \series bold
12617
12618 \backslash
12619 raggedleft
12620 \series default
12621 .
12622  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12623 \series bold
12624
12625 \backslash
12626 raggedright
12627 \series default
12628  verwendet.
12629 \end_layout
12630
12631 \begin_layout Section
12632 Formale Tabellen
12633 \begin_inset CommandInset label
12634 LatexCommand label
12635 name "abs:Formale-Tabellen"
12636
12637 \end_inset
12638
12639
12640 \begin_inset Index idx
12641 status collapsed
12642
12643 \begin_layout Plain Layout
12644 Tabellen ! Formale
12645 \end_layout
12646
12647 \end_inset
12648
12649
12650 \end_layout
12651
12652 \begin_layout Standard
12653 Tabellen werden in Büchern oft wie Tabelle
12654 \begin_inset space ~
12655 \end_inset
12656
12657
12658 \begin_inset CommandInset ref
12659 LatexCommand ref
12660 reference "tab:Formale-Tabelle"
12661
12662 \end_inset
12663
12664  gesetzt.
12665  Diese Tabellen werden
12666 \emph on
12667  formal
12668 \emph default
12669  genannt.
12670  Formale Tabellen bekommen Sie, wenn Sie im 
12671 \family sans
12672 Tabellen-Einstellungen
12673 \family default
12674 -Dialog auf der Karteikarte 
12675 \family sans
12676 Rahmen
12677 \family default
12678  den 
12679 \family sans
12680 Stil
12681 \family default
12682  
12683 \family sans
12684 Formal
12685 \family default
12686  ankreuzen.
12687 \end_layout
12688
12689 \begin_layout Standard
12690 \begin_inset Float table
12691 placement h
12692 wide false
12693 sideways false
12694 status open
12695
12696 \begin_layout Plain Layout
12697 \begin_inset Caption
12698
12699 \begin_layout Plain Layout
12700 \begin_inset CommandInset label
12701 LatexCommand label
12702 name "tab:Formale-Tabelle"
12703
12704 \end_inset
12705
12706 Formale Tabelle
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Plain Layout
12715 \align center
12716 \begin_inset Tabular
12717 <lyxtabular version="3" rows="8" columns="4">
12718 <features booktabs="true" tabularvalignment="middle">
12719 <column alignment="center" valignment="top" width="0">
12720 <column alignment="right" valignment="top" width="0">
12721 <column alignment="right" valignment="top" width="0">
12722 <column alignment="right" valignment="top" width="0">
12723 <row>
12724 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 System
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 <cell alignment="center" valignment="top" topline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 Chip
12738 \begin_inset space \thinspace{}
12739 \end_inset
12740
12741 1
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 Chip
12751 \begin_inset space \thinspace{}
12752 \end_inset
12753
12754 2
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 </row>
12769 <row>
12770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 \begin_inset ERT
12775 status collapsed
12776
12777 \begin_layout Plain Layout
12778
12779
12780 \backslash
12781 cmidrule(r){2-2}
12782 \end_layout
12783
12784 \end_inset
12785
12786
12787 \begin_inset ERT
12788 status collapsed
12789
12790 \begin_layout Plain Layout
12791
12792
12793 \backslash
12794 cmidrule(l){3-4}
12795 \end_layout
12796
12797 \end_inset
12798
12799 Detektordicke in µm
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 300
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 300
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 700
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 </row>
12832 <row>
12833 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 Kantenwinkel in °
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 3.55
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 2.71
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 7.99
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row topspace="default">
12871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 räumliche Auf\SpecialChar \textcompwordmark{}
12876 lösung in µm
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 4.26
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 10.17
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 10.56
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row topspace="default">
12910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 MTF bei 
12915 \begin_inset Formula $f_{\mathrm{max}}$
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 0.53
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 0.37
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 <cell alignment="center" valignment="top" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 0.39
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 <row topspace="default">
12952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 \begin_inset ERT
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960
12961
12962 \backslash
12963 cmidrule(l{10pt}){1-1}
12964 \end_layout
12965
12966 \end_inset
12967
12968 LSF räumliche Auf\SpecialChar \textcompwordmark{}
12969 lösung
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 in µm
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 129.7
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 52.75
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 50.78
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 </row>
13040 <row>
13041 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13042 \begin_inset Text
13043
13044 \begin_layout Plain Layout
13045 in % der Pixelgröße
13046 \end_layout
13047
13048 \end_inset
13049 </cell>
13050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 76.3
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 95.9
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 92.3
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 </row>
13078 </lyxtabular>
13079
13080 \end_inset
13081
13082
13083 \end_layout
13084
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \begin_layout Standard
13091 Abstände zu Tabellenzeilen können auf der Karteikarte 
13092 \family sans
13093 Rahmen
13094 \family default
13095  des 
13096 \family sans
13097 Tabellen-Ein\SpecialChar \-
13098 stel\SpecialChar \-
13099 lun\SpecialChar \-
13100 gen
13101 \family default
13102 -Dialogs hinzugefügt werden, wie in Abschnitt
13103 \begin_inset space ~
13104 \end_inset
13105
13106
13107 \begin_inset CommandInset ref
13108 LatexCommand ref
13109 reference "uab:Zeilenabstand"
13110
13111 \end_inset
13112
13113  beschrieben.
13114 \end_layout
13115
13116 \begin_layout Standard
13117 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13118  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13119  gedruckt aber anders aus.
13120  Die erste und letzte Linie ist 0.08
13121 \begin_inset space \thinspace{}
13122 \end_inset
13123
13124 em dick, während die anderen 0.05
13125 \begin_inset space \thinspace{}
13126 \end_inset
13127
13128 em dick sind.
13129 \end_layout
13130
13131 \begin_layout Standard
13132 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \series bold
13138
13139 \backslash
13140 let
13141 \backslash
13142 mytoprule
13143 \backslash
13144 toprule
13145 \begin_inset Newline newline
13146 \end_inset
13147
13148
13149 \backslash
13150 renewcommand{
13151 \backslash
13152 toprule}{
13153 \backslash
13154 mytoprule[Breite]}
13155 \end_layout
13156
13157 \begin_layout Standard
13158 Dies Beispiel gilt für die oberste Linie, genannt 
13159 \series bold
13160 toprule
13161 \series default
13162 .
13163  Für die letzte müssen Sie 
13164 \series bold
13165 toprule
13166 \series default
13167  durch 
13168 \series bold
13169 bottomrule
13170 \series default
13171  ersetzen.
13172  Die Linien dazwischen heißen 
13173 \series bold
13174 midrule
13175 \series default
13176 .
13177  Für 
13178 \family sans
13179 Breite
13180 \family default
13181  können Sie alle Einheiten benutzen, die in Anhang
13182 \begin_inset space ~
13183 \end_inset
13184
13185
13186 \begin_inset CommandInset ref
13187 LatexCommand ref
13188 reference "kap:In-LyX-verfügbare"
13189
13190 \end_inset
13191
13192  aufgelistet sind.
13193 \end_layout
13194
13195 \begin_layout Standard
13196 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13197  eine Linie unter einer Mehrfachspalte.
13198  LyX wird intern den Befehl 
13199 \series bold
13200
13201 \backslash
13202 cmidrule
13203 \series default
13204  benutzen, um diese Linie zu drucken.
13205  Der ganze Befehl sieht so aus:
13206 \end_layout
13207
13208 \begin_layout Standard
13209
13210 \series bold
13211
13212 \backslash
13213 cmidrule[width](trim){Anfangsspalte-Endspalte}
13214 \end_layout
13215
13216 \begin_layout Standard
13217 Die 
13218 \series bold
13219
13220 \backslash
13221 cmidrule
13222 \series default
13223 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13224  benutzen.
13225  
13226 \series bold
13227
13228 \backslash
13229 cmidrule
13230 \series default
13231  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13232  erste Zelle einer Zeile einfügt.
13233  Die Linie wird dann über der Zeile gedruckt.
13234 \end_layout
13235
13236 \begin_layout Standard
13237 Der Standardwert ist 0.03
13238 \begin_inset space \thinspace{}
13239 \end_inset
13240
13241 em.
13242  Die Linie reicht von 
13243 \family typewriter
13244 Anfangsspalte
13245 \family default
13246  bis 
13247 \family typewriter
13248 End\SpecialChar \-
13249 spal\SpecialChar \-
13250 te
13251 \family default
13252 .
13253  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13254   Der optionale Parameter 
13255 \family typewriter
13256 trim
13257 \family default
13258  kann die Werte 
13259 \emph on
13260 r
13261 \emph default
13262
13263 \emph on
13264 r{Breite}
13265 \emph default
13266
13267 \emph on
13268 l
13269 \family typewriter
13270 \emph default
13271  
13272 \family default
13273 oder 
13274 \emph on
13275 l{Breite}
13276 \emph default
13277  annehmen, wobei die 
13278 \family sans
13279 Breite
13280 \family default
13281  optional ist.
13282  
13283 \emph on
13284 l{2pt}
13285 \emph default
13286  zum Beispiel bedeutet, dass die Linie links um 2
13287 \begin_inset space \thinspace{}
13288 \end_inset
13289
13290 pt gekürzt wird.
13291  Ohne Breitenangabe werden die Linien um 0.5
13292 \begin_inset space \thinspace{}
13293 \end_inset
13294
13295 em gekürzt.
13296 \end_layout
13297
13298 \begin_layout Standard
13299 \begin_inset VSpace bigskip
13300 \end_inset
13301
13302 In Tabelle
13303 \begin_inset space ~
13304 \end_inset
13305
13306
13307 \begin_inset CommandInset ref
13308 LatexCommand ref
13309 reference "tab:Formale-Tabelle"
13310
13311 \end_inset
13312
13313  wurden die Befehle
13314 \end_layout
13315
13316 \begin_layout Standard
13317
13318 \series bold
13319
13320 \backslash
13321 cmidrule(r){2-2}
13322 \backslash
13323 cmidrule(l){3-4}
13324 \end_layout
13325
13326 \begin_layout Standard
13327 am Anfang der zweiten Zeile und
13328 \end_layout
13329
13330 \begin_layout Standard
13331
13332 \series bold
13333
13334 \backslash
13335 cmidrule(l{10pt}){1-1}
13336 \end_layout
13337
13338 \begin_layout Standard
13339 in der sechsten benutzt.
13340 \end_layout
13341
13342 \begin_layout Standard
13343 \begin_inset VSpace bigskip
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Standard
13350 Sie können mit 
13351 \series bold
13352
13353 \backslash
13354 cmidrule
13355 \series default
13356  auch überlappende Linien wie in Tabelle
13357 \begin_inset space ~
13358 \end_inset
13359
13360
13361 \begin_inset CommandInset ref
13362 LatexCommand ref
13363 reference "tab:Special-booktabs-table"
13364
13365 \end_inset
13366
13367  definieren.
13368  Der Befehl ist:
13369 \end_layout
13370
13371 \begin_layout Standard
13372
13373 \series bold
13374
13375 \backslash
13376 morecmidrules
13377 \end_layout
13378
13379 \begin_layout Standard
13380 In Zeile zwei der Tabelle
13381 \begin_inset space ~
13382 \end_inset
13383
13384
13385 \begin_inset CommandInset ref
13386 LatexCommand ref
13387 reference "tab:Special-booktabs-table"
13388
13389 \end_inset
13390
13391  wurde folgender Befehl benutzt:
13392 \end_layout
13393
13394 \begin_layout Standard
13395
13396 \series bold
13397
13398 \backslash
13399 cmidrule(r){2-2}
13400 \backslash
13401 cmidrule(l){3-4}
13402 \backslash
13403 morecmidrules
13404 \begin_inset Newline newline
13405 \end_inset
13406
13407
13408 \backslash
13409 cmidrule{2-4}
13410 \end_layout
13411
13412 \begin_layout Standard
13413 und in Zeile sechs:
13414 \end_layout
13415
13416 \begin_layout Standard
13417
13418 \series bold
13419
13420 \backslash
13421 midrule
13422 \backslash
13423 morecmidrules
13424 \backslash
13425 cmidrule{3-4}
13426 \end_layout
13427
13428 \begin_layout Standard
13429 \begin_inset VSpace bigskip
13430 \end_inset
13431
13432
13433 \end_layout
13434
13435 \begin_layout Standard
13436 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13437  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13438 \end_layout
13439
13440 \begin_layout Standard
13441
13442 \series bold
13443
13444 \backslash
13445 specialrule{Dicke}{Abstand davor}{Abstand danach}
13446 \end_layout
13447
13448 \begin_layout Standard
13449 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13450 \series bold
13451 booktabs
13452 \series default
13453  
13454 \begin_inset CommandInset citation
13455 LatexCommand cite
13456 key "booktabs"
13457
13458 \end_inset
13459
13460 .
13461 \begin_inset Index idx
13462 status collapsed
13463
13464 \begin_layout Plain Layout
13465 LaTeX-Pakete ! booktabs
13466 \end_layout
13467
13468 \end_inset
13469
13470
13471 \end_layout
13472
13473 \begin_layout Standard
13474 \begin_inset Float table
13475 placement h
13476 wide false
13477 sideways false
13478 status open
13479
13480 \begin_layout Plain Layout
13481 \begin_inset Caption
13482
13483 \begin_layout Plain Layout
13484 \begin_inset CommandInset label
13485 LatexCommand label
13486 name "tab:Special-booktabs-table"
13487
13488 \end_inset
13489
13490 Eine spezielle formale Tabelle
13491 \end_layout
13492
13493 \end_inset
13494
13495
13496 \end_layout
13497
13498 \begin_layout Plain Layout
13499 \align center
13500 \begin_inset Tabular
13501 <lyxtabular version="3" rows="8" columns="4">
13502 <features booktabs="true" tabularvalignment="middle">
13503 <column alignment="center" valignment="top" width="0">
13504 <column alignment="center" valignment="top" width="0">
13505 <column alignment="right" valignment="top" width="0">
13506 <column alignment="right" valignment="top" width="0">
13507 <row>
13508 <cell alignment="center" valignment="top" topline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 System
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 Chip
13522 \begin_inset space \thinspace{}
13523 \end_inset
13524
13525 1
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 Chip
13535 \begin_inset space \thinspace{}
13536 \end_inset
13537
13538 2
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 </row>
13553 <row>
13554 <cell alignment="center" valignment="top" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 \begin_inset ERT
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562
13563
13564 \backslash
13565 cmidrule(r){2-2}
13566 \end_layout
13567
13568 \end_inset
13569
13570
13571 \begin_inset ERT
13572 status collapsed
13573
13574 \begin_layout Plain Layout
13575
13576
13577 \backslash
13578 cmidrule(l){3-4}
13579 \end_layout
13580
13581 \end_inset
13582
13583
13584 \begin_inset ERT
13585 status collapsed
13586
13587 \begin_layout Plain Layout
13588
13589
13590 \backslash
13591 morecmidrules 
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \begin_inset ERT
13598 status collapsed
13599
13600 \begin_layout Plain Layout
13601
13602
13603 \backslash
13604 cmidrule{2-4}
13605 \end_layout
13606
13607 \end_inset
13608
13609 Detektordicke in µm
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 300
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 <cell alignment="center" valignment="top" usebox="none">
13624 \begin_inset Text
13625
13626 \begin_layout Plain Layout
13627 300
13628 \end_layout
13629
13630 \end_inset
13631 </cell>
13632 <cell alignment="center" valignment="top" usebox="none">
13633 \begin_inset Text
13634
13635 \begin_layout Plain Layout
13636 700
13637 \end_layout
13638
13639 \end_inset
13640 </cell>
13641 </row>
13642 <row>
13643 <cell alignment="center" valignment="top" topline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 Kantenwinkel in °
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" topline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 3,55
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 2,71
13666 \end_layout
13667
13668 \end_inset
13669 </cell>
13670 <cell alignment="center" valignment="top" topline="true" usebox="none">
13671 \begin_inset Text
13672
13673 \begin_layout Plain Layout
13674 7,99
13675 \end_layout
13676
13677 \end_inset
13678 </cell>
13679 </row>
13680 <row topspace="default">
13681 <cell alignment="center" valignment="top" usebox="none">
13682 \begin_inset Text
13683
13684 \begin_layout Plain Layout
13685 räumliche Auf\SpecialChar \textcompwordmark{}
13686 lösung in µm
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 4,26
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 10,17
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 10,56
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row topspace="default">
13720 <cell alignment="center" valignment="top" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 MTF bei 
13725 \begin_inset Formula $f_{\mathrm{max}}$
13726 \end_inset
13727
13728
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 0,53
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 0,37
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 0,39
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 </row>
13761 <row>
13762 <cell alignment="center" valignment="top" topline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset ERT
13767 status collapsed
13768
13769 \begin_layout Plain Layout
13770
13771
13772 \backslash
13773 morecmidrules 
13774 \end_layout
13775
13776 \end_inset
13777
13778
13779 \begin_inset ERT
13780 status collapsed
13781
13782 \begin_layout Plain Layout
13783
13784
13785 \backslash
13786 cmidrule{3-4}
13787 \end_layout
13788
13789 \end_inset
13790
13791 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13792 lösung
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 in µm
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 129,7
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 52,75
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 50,78
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 </row>
13863 <row>
13864 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 in % der Pixelgröße
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 76,3
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 95,9
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 92,3
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 </row>
13901 </lyxtabular>
13902
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Section
13914 Vertikale Tabellen-Ausrichtung
13915 \begin_inset Index idx
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919 Tabellen ! Ausrichtung
13920 \end_layout
13921
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \begin_layout Standard
13928 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13929  einer Box sein.
13930  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13931 \begin_inset space ~
13932 \end_inset
13933
13934
13935 \begin_inset CommandInset ref
13936 LatexCommand ref
13937 reference "abs:Box-Dialog"
13938
13939 \end_inset
13940
13941  beschrieben.
13942 \end_layout
13943
13944 \begin_layout Standard
13945 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13946 \begin_inset Foot
13947 status collapsed
13948
13949 \begin_layout Plain Layout
13950 Minipages werden in Abschnitt
13951 \begin_inset space ~
13952 \end_inset
13953
13954
13955 \begin_inset CommandInset ref
13956 LatexCommand ref
13957 reference "abs:Minipage"
13958
13959 \end_inset
13960
13961  beschrieben.
13962 \end_layout
13963
13964 \end_inset
13965
13966  mit 15
13967 \begin_inset space \thinspace{}
13968 \end_inset
13969
13970 col%-Breite:
13971 \end_layout
13972
13973 \begin_layout Itemize
13974 Test 
13975 \begin_inset Box Frameless
13976 position "t"
13977 hor_pos "c"
13978 has_inner_box 1
13979 inner_pos "c"
13980 use_parbox 0
13981 use_makebox 0
13982 width "15col%"
13983 special "none"
13984 height "1in"
13985 height_special "totalheight"
13986 status collapsed
13987
13988 \begin_layout Plain Layout
13989 \begin_inset Tabular
13990 <lyxtabular version="3" rows="3" columns="3">
13991 <features tabularvalignment="middle">
13992 <column alignment="center" valignment="top" width="0">
13993 <column alignment="center" valignment="top" width="0">
13994 <column alignment="center" valignment="top" width="0">
13995 <row>
13996 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 Tabelle 1
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 <row>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 b
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 e
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 h
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 </row>
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 c
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 f
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 i
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 </row>
14082 </lyxtabular>
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \end_inset
14090
14091  Test 
14092 \begin_inset ERT
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 raisebox{0.85
14100 \backslash
14101 baselineskip}{
14102 \end_layout
14103
14104 \end_inset
14105
14106
14107 \begin_inset Box Frameless
14108 position "t"
14109 hor_pos "c"
14110 has_inner_box 1
14111 inner_pos "c"
14112 use_parbox 0
14113 use_makebox 0
14114 width "15col%"
14115 special "none"
14116 height "1in"
14117 height_special "totalheight"
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121 \begin_inset Tabular
14122 <lyxtabular version="3" rows="3" columns="3">
14123 <features tabularvalignment="middle">
14124 <column alignment="center" valignment="top" width="0">
14125 <column alignment="center" valignment="top" width="0">
14126 <column alignment="center" valignment="top" width="0">
14127 <row>
14128 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14129 \begin_inset Text
14130
14131 \begin_layout Plain Layout
14132 Tabelle 2
14133 \end_layout
14134
14135 \end_inset
14136 </cell>
14137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 </row>
14156 <row>
14157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 b
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Plain Layout
14170 e
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 h
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 </row>
14185 <row>
14186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14187 \begin_inset Text
14188
14189 \begin_layout Plain Layout
14190 c
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 f
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 i
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 </row>
14214 </lyxtabular>
14215
14216 \end_inset
14217
14218
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \begin_inset ERT
14225 status collapsed
14226
14227 \begin_layout Plain Layout
14228
14229 }
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Itemize
14238 Test 
14239 \begin_inset Box Frameless
14240 position "c"
14241 hor_pos "c"
14242 has_inner_box 1
14243 inner_pos "c"
14244 use_parbox 0
14245 use_makebox 0
14246 width "15col%"
14247 special "none"
14248 height "1in"
14249 height_special "totalheight"
14250 status collapsed
14251
14252 \begin_layout Plain Layout
14253 \begin_inset Tabular
14254 <lyxtabular version="3" rows="3" columns="3">
14255 <features tabularvalignment="middle">
14256 <column alignment="center" valignment="top" width="0">
14257 <column alignment="center" valignment="top" width="0">
14258 <column alignment="center" valignment="top" width="0">
14259 <row>
14260 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 Tabelle 3
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 </row>
14288 <row>
14289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 b
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302 e
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 h
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 </row>
14317 <row>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 c
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Plain Layout
14331 f
14332 \end_layout
14333
14334 \end_inset
14335 </cell>
14336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14337 \begin_inset Text
14338
14339 \begin_layout Plain Layout
14340 i
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 </row>
14346 </lyxtabular>
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \begin_layout Itemize
14359 Test 
14360 \begin_inset Box Frameless
14361 position "b"
14362 hor_pos "c"
14363 has_inner_box 1
14364 inner_pos "c"
14365 use_parbox 0
14366 use_makebox 0
14367 width "15col%"
14368 special "none"
14369 height "1in"
14370 height_special "totalheight"
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 \begin_inset Tabular
14375 <lyxtabular version="3" rows="3" columns="3">
14376 <features tabularvalignment="middle">
14377 <column alignment="center" valignment="top" width="0">
14378 <column alignment="center" valignment="top" width="0">
14379 <column alignment="center" valignment="top" width="0">
14380 <row>
14381 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 Tabelle 4
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 <row>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 b
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 e
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432 h
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 </row>
14438 <row>
14439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 c
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452 f
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461 i
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 </row>
14467 </lyxtabular>
14468
14469 \end_inset
14470
14471
14472 \end_layout
14473
14474 \end_inset
14475
14476 Test 
14477 \begin_inset ERT
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481
14482
14483 \backslash
14484 raisebox{-0.32
14485 \backslash
14486 baselineskip}{
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \begin_inset Box Frameless
14493 position "b"
14494 hor_pos "c"
14495 has_inner_box 1
14496 inner_pos "c"
14497 use_parbox 0
14498 use_makebox 0
14499 width "15col%"
14500 special "none"
14501 height "1in"
14502 height_special "totalheight"
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506 \begin_inset Tabular
14507 <lyxtabular version="3" rows="3" columns="3">
14508 <features tabularvalignment="middle">
14509 <column alignment="center" valignment="top" width="0">
14510 <column alignment="center" valignment="top" width="0">
14511 <column alignment="center" valignment="top" width="0">
14512 <row>
14513 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 Tabelle 5
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 </row>
14541 <row>
14542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 b
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 e
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564 h
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 </row>
14570 <row>
14571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575 c
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 f
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 i
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 </row>
14599 </lyxtabular>
14600
14601 \end_inset
14602
14603
14604 \end_layout
14605
14606 \end_inset
14607
14608
14609 \begin_inset ERT
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613
14614 }
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \end_layout
14621
14622 \begin_layout Standard
14623 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14624 \begin_inset space \space{}
14625 \end_inset
14626
14627 1 und letzten Zeile von Tabelle
14628 \begin_inset space \space{}
14629 \end_inset
14630
14631 4 bezüglich dem Wort 
14632 \begin_inset Quotes gld
14633 \end_inset
14634
14635 Test
14636 \begin_inset Quotes grd
14637 \end_inset
14638
14639  nicht richtig ausgerichtet.
14640  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14641 \begin_inset Quotes gld
14642 \end_inset
14643
14644 Raisebox
14645 \begin_inset Quotes grd
14646 \end_inset
14647
14648
14649 \begin_inset Foot
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653 Raiseboxen werden in Abschnitt
14654 \begin_inset space ~
14655 \end_inset
14656
14657
14658 \begin_inset CommandInset ref
14659 LatexCommand ref
14660 reference "uab:Vertikale-Ausrichtung"
14661
14662 \end_inset
14663
14664  beschrieben.
14665 \end_layout
14666
14667 \end_inset
14668
14669  setzen.
14670  In Tabelle
14671 \begin_inset space \space{}
14672 \end_inset
14673
14674 2 wurde der Text mit dem Befehl
14675 \end_layout
14676
14677 \begin_layout Standard
14678
14679 \series bold
14680
14681 \backslash
14682 raisebox{0.85
14683 \backslash
14684 baselineskip}{
14685 \end_layout
14686
14687 \begin_layout Standard
14688 vor der Box ausgerichtet.
14689  Hinter der Box wurde auch noch 
14690 \series bold
14691 }
14692 \series default
14693  als TeX-Code eingefügt, weil der obige Befehl mit 
14694 \series bold
14695 {
14696 \series default
14697  aufhörte.
14698  Für Tabelle
14699 \begin_inset space \space{}
14700 \end_inset
14701
14702 5 wurde der Befehl
14703 \end_layout
14704
14705 \begin_layout Standard
14706
14707 \series bold
14708
14709 \backslash
14710 raisebox{-0.32
14711 \backslash
14712 baselineskip}{
14713 \end_layout
14714
14715 \begin_layout Standard
14716 benutzt.
14717 \end_layout
14718
14719 \begin_layout Standard
14720 \begin_inset Note Greyedout
14721 status open
14722
14723 \begin_layout Plain Layout
14724
14725 \series bold
14726 Bemerkung:
14727 \series default
14728  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14729  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14730  Der Faktor im 
14731 \series bold
14732
14733 \backslash
14734 raisebox
14735 \series default
14736 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14737 \end_layout
14738
14739 \end_inset
14740
14741
14742 \end_layout
14743
14744 \begin_layout Section
14745 Farbige Tabellen
14746 \begin_inset CommandInset label
14747 LatexCommand label
14748 name "abs:Farbige-Tabellen"
14749
14750 \end_inset
14751
14752
14753 \begin_inset Index idx
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757 Tabellen ! farbige
14758 \end_layout
14759
14760 \end_inset
14761
14762
14763 \end_layout
14764
14765 \begin_layout Subsection
14766 Farbige Zellen
14767 \begin_inset Index idx
14768 status collapsed
14769
14770 \begin_layout Plain Layout
14771 farbige !  Tabellenzellen
14772 \end_layout
14773
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Standard
14780 \begin_inset Float table
14781 placement h
14782 wide false
14783 sideways false
14784 status open
14785
14786 \begin_layout Plain Layout
14787 \begin_inset Caption
14788
14789 \begin_layout Plain Layout
14790 \begin_inset CommandInset label
14791 LatexCommand label
14792 name "tab:Farbige-Tabelle-ohne"
14793
14794 \end_inset
14795
14796 Farbige Tabelle, ohne Paket 
14797 \series bold
14798 colortbl
14799 \series default
14800
14801 \begin_inset Argument
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805 Tabelle ohne 
14806 \family typewriter
14807 colortbl
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \begin_layout Plain Layout
14821 \align center
14822 \begin_inset Tabular
14823 <lyxtabular version="3" rows="3" columns="3">
14824 <features tabularvalignment="middle">
14825 <column alignment="center" valignment="top" width="0">
14826 <column alignment="center" valignment="top" width="0">
14827 <column alignment="center" valignment="top" width="0">
14828 <row>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833
14834 \color green
14835 a
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \color red
14846 b
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855
14856 \color red
14857 c
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \color green
14870 d
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \color blue
14881 e
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890
14891 \color blue
14892 f
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 </row>
14898 <row>
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903
14904 \color green
14905 g
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914
14915 \color blue
14916 h
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925
14926 \color blue
14927 i
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 </row>
14933 </lyxtabular>
14934
14935 \end_inset
14936
14937
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Standard
14946 \begin_inset CommandInset label
14947 LatexCommand label
14948 name "Wenn-Sie-nur"
14949
14950 \end_inset
14951
14952 Wenn Sie nur farbigen Text
14953 \begin_inset Index idx
14954 status collapsed
14955
14956 \begin_layout Plain Layout
14957 Farbe ! für Text
14958 \end_layout
14959
14960 \end_inset
14961
14962  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14963  auf den Werkzeugleistenknopf 
14964 \begin_inset Graphics
14965         filename ../../images/dialog-show_character.png
14966         scale 70
14967         scaleBeforeRotation
14968         BoundingBox 0bp 0bp 20bp 20bp
14969
14970 \end_inset
14971
14972  oder über das Menü 
14973 \family sans
14974 Bearbeiten\SpecialChar \menuseparator
14975 Textstil\SpecialChar \menuseparator
14976 Benutzerdefiniert
14977 \family default
14978  mit dem 
14979 \family sans
14980 Textstil
14981 \family default
14982 -Dialog wie es in Tabelle
14983 \begin_inset space ~
14984 \end_inset
14985
14986
14987 \begin_inset CommandInset ref
14988 LatexCommand ref
14989 reference "tab:Farbige-Tabelle-ohne"
14990
14991 \end_inset
14992
14993  gemacht wurde.
14994  In anderen Fällen müssen Sie das LaTeX-Paket 
14995 \series bold
14996 colortbl
14997 \series default
14998  benutzen.
14999 \begin_inset Index idx
15000 status collapsed
15001
15002 \begin_layout Plain Layout
15003 LaTeX-Pakete ! colortbl
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \begin_layout Standard
15012 \begin_inset ERT
15013 status collapsed
15014
15015 \begin_layout Plain Layout
15016
15017
15018 \backslash
15019 ifcolortbl
15020 \end_layout
15021
15022 \end_inset
15023
15024
15025 \begin_inset Note Note
15026 status open
15027
15028 \begin_layout Plain Layout
15029 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15030 \series bold
15031 colortbl
15032 \series default
15033  installiert ist.
15034 \end_layout
15035
15036 \end_inset
15037
15038
15039 \end_layout
15040
15041 \begin_layout Standard
15042 Um farbige Tabellen zu erzeugen, muss 
15043 \series bold
15044 colortbl
15045 \series default
15046  im LaTeX-Vorspann geladen werden:
15047 \end_layout
15048
15049 \begin_layout Standard
15050
15051 \series bold
15052
15053 \backslash
15054 usepackage{colortbl}
15055 \end_layout
15056
15057 \begin_layout Standard
15058 Die Farbe einer Spalte ändert man dann mit dem Befehl
15059 \end_layout
15060
15061 \begin_layout Standard
15062
15063 \series bold
15064
15065 \backslash
15066 columncolor{Farbname}
15067 \end_layout
15068
15069 \begin_layout Standard
15070 innerhalb des Befehls 
15071 \series bold
15072 >{}
15073 \series default
15074 .
15075  Mehr über den Befehl 
15076 \series bold
15077 >{}
15078 \series default
15079  finden Sie im Abschnitt
15080 \begin_inset space ~
15081 \end_inset
15082
15083
15084 \begin_inset CommandInset ref
15085 LatexCommand ref
15086 reference "uab:Mehrfachspalten-Berechnungen"
15087
15088 \end_inset
15089
15090 .
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Folgende Farbnamen sind vordefiniert:
15095 \end_layout
15096
15097 \begin_layout Standard
15098
15099 \family sans
15100 red
15101 \family default
15102
15103 \family sans
15104 green
15105 \family default
15106
15107 \family sans
15108 yellow
15109 \family default
15110
15111 \family sans
15112 blue
15113 \family default
15114
15115 \family sans
15116 cyan
15117 \family default
15118
15119 \family sans
15120 magenta
15121 \family default
15122
15123 \family sans
15124 black
15125 \family default
15126  und 
15127 \family sans
15128 white
15129 \begin_inset Newline newline
15130 \end_inset
15131
15132 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15133 \family default
15134 und
15135 \family sans
15136  weiß
15137 \family default
15138 ).
15139 \end_layout
15140
15141 \begin_layout Standard
15142 \begin_inset VSpace medskip
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \begin_layout Standard
15149 Sie können auch eigene Farben definieren:
15150 \end_layout
15151
15152 \begin_layout Standard
15153
15154 \series bold
15155
15156 \backslash
15157 definecolor{Farbname}{Farbmodell}{Farbwerte}
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Das Farbmodell kann eins der folgenden sein:
15162 \end_layout
15163
15164 \begin_layout Labeling
15165 \labelwidthstring 00.00.0000
15166 cmyk: cyan, magenta, yellow, black
15167 \end_layout
15168
15169 \begin_layout Labeling
15170 \labelwidthstring 00.00.0000
15171 rgb: red, green blue
15172 \end_layout
15173
15174 \begin_layout Labeling
15175 \labelwidthstring 00.00.0000
15176 gray: gray
15177 \end_layout
15178
15179 \begin_layout Standard
15180 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15181  die die entsprechende Farbe für das Farbmodell beschreiben.
15182 \end_layout
15183
15184 \begin_layout Standard
15185 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15186 \emph on
15187
15188 \begin_inset Quotes gld
15189 \end_inset
15190
15191 dunkelgruen
15192 \emph default
15193
15194 \begin_inset Quotes grd
15195 \end_inset
15196
15197  und 
15198 \begin_inset Quotes gld
15199 \end_inset
15200
15201
15202 \emph on
15203 hellgrau
15204 \emph default
15205
15206 \begin_inset Quotes grd
15207 \end_inset
15208
15209  folgendermaßen definieren:
15210 \end_layout
15211
15212 \begin_layout Standard
15213
15214 \series bold
15215
15216 \backslash
15217 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15218 \end_layout
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223
15224 \backslash
15225 definecolor{hellgrau}{gray}{0.8}
15226 \end_layout
15227
15228 \begin_layout Standard
15229 \begin_inset VSpace medskip
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Linien werden mit dem Befehl
15237 \end_layout
15238
15239 \begin_layout Standard
15240
15241 \series bold
15242
15243 \backslash
15244 rowcolor{Farbname}
15245 \end_layout
15246
15247 \begin_layout Standard
15248 gefärbt, Zellen mit dem Befehl
15249 \end_layout
15250
15251 \begin_layout Standard
15252
15253 \series bold
15254
15255 \backslash
15256 cellcolor{Farbname}
15257 \end_layout
15258
15259 \begin_layout Standard
15260 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Um nur Text zu färben, machen Sie es wie 
15265 \begin_inset CommandInset ref
15266 LatexCommand vpageref
15267 reference "Wenn-Sie-nur"
15268
15269 \end_inset
15270
15271  beschrieben.
15272  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15273 \emph on
15274 markieren Sie nur den Text
15275 \emph default
15276 , sonst werden Sie LaTeX-Fehler erzeugen.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 \begin_inset Note Greyedout
15281 status open
15282
15283 \begin_layout Plain Layout
15284
15285 \series bold
15286 Achtung:
15287 \series default
15288  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15289 \end_layout
15290
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \begin_layout Standard
15297 \begin_inset VSpace medskip
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Die Tabelle
15305 \begin_inset space ~
15306 \end_inset
15307
15308
15309 \begin_inset CommandInset ref
15310 LatexCommand ref
15311 reference "tab:Table-colored-using"
15312
15313 \end_inset
15314
15315  wurde folgendermaßen erstellt: die erste Spalte soll 
15316 \emph on
15317
15318 \begin_inset Quotes gld
15319 \end_inset
15320
15321 dunkelgruen
15322 \emph default
15323
15324 \begin_inset Quotes grd
15325 \end_inset
15326
15327  werden, also müssen Sie ins 
15328 \family sans
15329 LaTe
15330 \begin_inset ERT
15331 status collapsed
15332
15333 \begin_layout Plain Layout
15334
15335 {}
15336 \end_layout
15337
15338 \end_inset
15339
15340 X-Argument
15341 \family default
15342  der Zellen der ersten Spalte den Befehl
15343 \end_layout
15344
15345 \begin_layout Standard
15346
15347 \series bold
15348 >{
15349 \backslash
15350 columncolor{dunkelgruen}
15351 \backslash
15352 centering}c
15353 \end_layout
15354
15355 \begin_layout Standard
15356 schreiben.
15357  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15358 \end_layout
15359
15360 \begin_layout Standard
15361
15362 \series bold
15363
15364 \backslash
15365 rowcolor{cyan}
15366 \end_layout
15367
15368 \begin_layout Standard
15369 in die erste Zelle der ersten Zeile eingefügt.
15370  Diese Farbe ersetzt die Spaltenfarbe.
15371  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15372  wird mit folgendem Befehl erreicht:
15373 \end_layout
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378
15379 \backslash
15380 cellcolor{magenta}
15381 \end_layout
15382
15383 \begin_layout Standard
15384 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15385 \family sans
15386 Textstil
15387 \family default
15388 -Dialog.
15389 \end_layout
15390
15391 \begin_layout Standard
15392 \begin_inset Float table
15393 placement h
15394 wide false
15395 sideways false
15396 status open
15397
15398 \begin_layout Plain Layout
15399 \begin_inset Caption
15400
15401 \begin_layout Plain Layout
15402 \begin_inset CommandInset label
15403 LatexCommand label
15404 name "tab:Table-colored-using"
15405
15406 \end_inset
15407
15408 Eine mit dem Paket 
15409 \series bold
15410 colortbl
15411 \series default
15412  gefärbte Tabelle
15413 \begin_inset Argument
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417 Tabelle mit 
15418 \family typewriter
15419 colortbl
15420 \end_layout
15421
15422 \end_inset
15423
15424
15425 \end_layout
15426
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \begin_layout Plain Layout
15433 \align center
15434 \begin_inset Tabular
15435 <lyxtabular version="3" rows="3" columns="3">
15436 <features tabularvalignment="middle">
15437 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15438 <column alignment="center" valignment="top" width="0">
15439 <column alignment="center" valignment="top" width="0">
15440 <row>
15441 <cell alignment="center" valignment="top" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445 \begin_inset ERT
15446 status collapsed
15447
15448 \begin_layout Plain Layout
15449
15450
15451 \backslash
15452 rowcolor{cyan}
15453 \end_layout
15454
15455 \end_inset
15456
15457
15458 \color magenta
15459 a
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 <cell alignment="center" valignment="top" usebox="none">
15465 \begin_inset Text
15466
15467 \begin_layout Plain Layout
15468
15469 \color red
15470 b
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \color red
15481 c
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row>
15488 <cell alignment="center" valignment="top" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \color yellow
15494 d
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \color blue
15505 e
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514
15515 \color blue
15516 f
15517 \end_layout
15518
15519 \end_inset
15520 </cell>
15521 </row>
15522 <row>
15523 <cell alignment="center" valignment="top" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527
15528 \color yellow
15529 g
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \color blue
15540 h
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 \begin_inset ERT
15550 status collapsed
15551
15552 \begin_layout Plain Layout
15553
15554
15555 \backslash
15556 cellcolor{magenta}
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \color green
15563 i
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 </row>
15569 </lyxtabular>
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \end_inset
15577
15578
15579 \end_layout
15580
15581 \begin_layout Standard
15582 \begin_inset ERT
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586
15587
15588 \backslash
15589 else
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \begin_inset Note Note
15596 status open
15597
15598 \begin_layout Plain Layout
15599 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15600 \series bold
15601 colortbl
15602 \series default
15603  nicht installiert ist:
15604 \end_layout
15605
15606 \end_inset
15607
15608
15609 \end_layout
15610
15611 \begin_layout Standard
15612 Sie müssen das LaTeX-Paket 
15613 \series bold
15614 colortbl
15615 \series default
15616  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset ERT
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624
15625
15626 \backslash
15627 fi
15628 \end_layout
15629
15630 \end_inset
15631
15632
15633 \end_layout
15634
15635 \begin_layout Subsection
15636 Farbige Linien
15637 \begin_inset Index idx
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641 farbige !  Tabellenlinien
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 Wie in Abschnitt
15651 \begin_inset space ~
15652 \end_inset
15653
15654
15655 \begin_inset CommandInset ref
15656 LatexCommand ref
15657 reference "uab:Liniendicke"
15658
15659 \end_inset
15660
15661  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15662 \series bold
15663
15664 \backslash
15665 arrayrulewidth
15666 \series default
15667  definiert werden.
15668  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15669 \begin_inset space \thinspace{}
15670 \end_inset
15671
15672 pt gesetzt.
15673 \begin_inset ERT
15674 status collapsed
15675
15676 \begin_layout Plain Layout
15677
15678
15679 \backslash
15680 setlength{
15681 \backslash
15682 arrayrulewidth}{1.5pt}
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \begin_layout Standard
15691 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15692 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15693 \begin_inset space ~
15694 \end_inset
15695
15696
15697 \begin_inset CommandInset ref
15698 LatexCommand ref
15699 reference "uab:Angepasste-Zellen-/Spaltenformate"
15700
15701 \end_inset
15702
15703  definiert:
15704 \end_layout
15705
15706 \begin_layout Standard
15707
15708 \series bold
15709
15710 \backslash
15711 newcolumntype{W}{!{
15712 \backslash
15713 color{green}
15714 \backslash
15715 vline}}
15716 \end_layout
15717
15718 \begin_layout Standard
15719 In Tabelle
15720 \begin_inset space ~
15721 \end_inset
15722
15723
15724 \begin_inset CommandInset ref
15725 LatexCommand ref
15726 reference "tab:Tabelle-mit-farbigen-vert"
15727
15728 \end_inset
15729
15730  wurde das LaTeX-Argument 
15731 \series bold
15732 WcW
15733 \series default
15734  für die letzte und 
15735 \series bold
15736 Wc
15737 \series default
15738  für die anderen Spalten benutzt.
15739 \end_layout
15740
15741 \begin_layout Standard
15742 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15743 \end_layout
15744
15745 \begin_layout Standard
15746 \begin_inset Float table
15747 placement h
15748 wide false
15749 sideways false
15750 status open
15751
15752 \begin_layout Plain Layout
15753 \begin_inset Caption
15754
15755 \begin_layout Plain Layout
15756 \begin_inset CommandInset label
15757 LatexCommand label
15758 name "tab:Tabelle-mit-farbigen-vert"
15759
15760 \end_inset
15761
15762 Tabelle mit farbigen vertikalen Linien
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Plain Layout
15771 \align center
15772 \begin_inset Tabular
15773 <lyxtabular version="3" rows="3" columns="3">
15774 <features tabularvalignment="middle">
15775 <column alignment="center" valignment="top" width="0" special="Wc">
15776 <column alignment="center" valignment="top" width="0" special="Wc">
15777 <column alignment="center" valignment="top" width="0" special="WcW">
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783 sd
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row>
15808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821 sd
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859 sd
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 </row>
15865 </lyxtabular>
15866
15867 \end_inset
15868
15869
15870 \end_layout
15871
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \begin_layout Standard
15878 \begin_inset VSpace bigskip
15879 \end_inset
15880
15881 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15882 \begin_inset space ~
15883 \end_inset
15884
15885
15886 \begin_inset CommandInset ref
15887 LatexCommand ref
15888 reference "tab:Tabelle-mit-farbigen-horiz"
15889
15890 \end_inset
15891
15892 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15893  einfügen:
15894 \end_layout
15895
15896 \begin_layout Standard
15897
15898 \series bold
15899
15900 \backslash
15901 let
15902 \backslash
15903 myHlineC
15904 \backslash
15905 hline
15906 \begin_inset Newline newline
15907 \end_inset
15908
15909
15910 \backslash
15911 renewcommand{
15912 \backslash
15913 hline}
15914 \begin_inset Newline newline
15915 \end_inset
15916
15917
15918 \begin_inset Phantom HPhantom
15919 status open
15920
15921 \begin_layout Plain Layout
15922
15923 \series bold
15924 \begin_inset space ~
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \end_inset
15931
15932 {
15933 \backslash
15934 arrayrulecolor{red}
15935 \backslash
15936 myHlineC
15937 \backslash
15938 arrayrulecolor{black}}
15939 \end_layout
15940
15941 \begin_layout Standard
15942 \begin_inset ERT
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946
15947
15948 \backslash
15949 let
15950 \backslash
15951 myHlineC
15952 \backslash
15953 hline
15954 \end_layout
15955
15956 \begin_layout Plain Layout
15957
15958
15959 \backslash
15960 renewcommand{
15961 \backslash
15962 hline}
15963 \end_layout
15964
15965 \begin_layout Plain Layout
15966
15967  {
15968 \backslash
15969 arrayrulecolor{red}
15970 \backslash
15971 myHlineC
15972 \backslash
15973 arrayrulecolor{black}}
15974 \end_layout
15975
15976 \end_inset
15977
15978
15979 \begin_inset Float table
15980 placement h
15981 wide false
15982 sideways false
15983 status open
15984
15985 \begin_layout Plain Layout
15986 \begin_inset Caption
15987
15988 \begin_layout Plain Layout
15989 \begin_inset CommandInset label
15990 LatexCommand label
15991 name "tab:Tabelle-mit-farbigen-horiz"
15992
15993 \end_inset
15994
15995 Tabelle mit farbigen horizontalen Linien
15996 \end_layout
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \begin_layout Plain Layout
16004 \align center
16005 \begin_inset Tabular
16006 <lyxtabular version="3" rows="3" columns="3">
16007 <features tabularvalignment="middle">
16008 <column alignment="center" valignment="top" width="0">
16009 <column alignment="center" valignment="top" width="0">
16010 <column alignment="center" valignment="top" width="0">
16011 <row>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 sd
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 <row>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 sd
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row>
16070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 sd
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 </lyxtabular>
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106
16107
16108 \end_layout
16109
16110 \begin_layout Standard
16111 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16112  als TeX-Code hinter der Tabelle einfügen:
16113 \end_layout
16114
16115 \begin_layout Standard
16116
16117 \series bold
16118
16119 \backslash
16120 renewcommand{
16121 \backslash
16122 hline}{
16123 \backslash
16124 myHlineC}
16125 \end_layout
16126
16127 \begin_layout Standard
16128 Tabelle
16129 \begin_inset space ~
16130 \end_inset
16131
16132
16133 \begin_inset CommandInset ref
16134 LatexCommand ref
16135 reference "tab:Table-with-colored"
16136
16137 \end_inset
16138
16139  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16140 \end_layout
16141
16142 \begin_layout Standard
16143 \begin_inset Float table
16144 placement h
16145 wide false
16146 sideways false
16147 status open
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Caption
16151
16152 \begin_layout Plain Layout
16153 \begin_inset CommandInset label
16154 LatexCommand label
16155 name "tab:Table-with-colored"
16156
16157 \end_inset
16158
16159 Tabelle mit farbigen Linien
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Plain Layout
16168 \align center
16169 \begin_inset Tabular
16170 <lyxtabular version="3" rows="3" columns="3">
16171 <features tabularvalignment="middle">
16172 <column alignment="center" valignment="top" width="0" special="Wc">
16173 <column alignment="center" valignment="top" width="0" special="Wc">
16174 <column alignment="center" valignment="top" width="0" special="WcW">
16175 <row>
16176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 sd
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" topline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 sd
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row topspace="default">
16234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 sd
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 </row>
16262 </lyxtabular>
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \begin_layout Standard
16275 \begin_inset ERT
16276 status collapsed
16277
16278 \begin_layout Plain Layout
16279
16280
16281 \backslash
16282 renewcommand{
16283 \backslash
16284 hline}{
16285 \backslash
16286 myHlineC}
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \begin_layout Standard
16295 \begin_inset ERT
16296 status collapsed
16297
16298 \begin_layout Plain Layout
16299
16300
16301 \backslash
16302 setlength{
16303 \backslash
16304 arrayrulewidth}{0.4pt}
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \begin_inset Note Note
16311 status collapsed
16312
16313 \begin_layout Plain Layout
16314 setzt die Liniendicke wieder auf ihren Standardwert zurück
16315 \end_layout
16316
16317 \end_inset
16318
16319
16320 \end_layout
16321
16322 \begin_layout Section
16323 Tabellen-Anpassung
16324 \begin_inset Index idx
16325 status collapsed
16326
16327 \begin_layout Plain Layout
16328 Tabellen ! Anpassung
16329 \end_layout
16330
16331 \end_inset
16332
16333
16334 \end_layout
16335
16336 \begin_layout Subsection
16337 Zeilenabstand
16338 \begin_inset CommandInset label
16339 LatexCommand label
16340 name "uab:Zeilenabstand"
16341
16342 \end_inset
16343
16344
16345 \begin_inset Index idx
16346 status collapsed
16347
16348 \begin_layout Plain Layout
16349 Tabellen ! Zeilenabstand
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 Auf der Karteikarte 
16359 \family sans
16360 Rahmen
16361 \family default
16362  des 
16363 \family sans
16364 Tabellen-Einstellungen
16365 \family default
16366 -Dialogs können Sie 
16367 \family sans
16368 zusätzliche
16369 \begin_inset space ~
16370 \end_inset
16371
16372 Abstände
16373 \family default
16374  einfügen.
16375  Dabei haben Sie drei Möglichkeiten:
16376 \end_layout
16377
16378 \begin_layout Description
16379 Oberhalb
16380 \begin_inset space ~
16381 \end_inset
16382
16383 der
16384 \begin_inset space ~
16385 \end_inset
16386
16387 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16388  Bei einer formalen Tabelle
16389 \begin_inset Foot
16390 status collapsed
16391
16392 \begin_layout Plain Layout
16393 Formale Tabellen wurden in Abschnitt
16394 \begin_inset space ~
16395 \end_inset
16396
16397
16398 \begin_inset CommandInset ref
16399 LatexCommand ref
16400 reference "abs:Formale-Tabellen"
16401
16402 \end_inset
16403
16404  beschrieben.
16405 \end_layout
16406
16407 \end_inset
16408
16409  fügt LyX standardmäßig 0.5
16410 \begin_inset space \thinspace{}
16411 \end_inset
16412
16413 em Leerraum ein.
16414  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16415 \begin_inset VSpace medskip
16416 \end_inset
16417
16418
16419 \begin_inset Newline newline
16420 \end_inset
16421
16422
16423 \begin_inset space \hspace*{}
16424 \length 0pt
16425 \end_inset
16426
16427
16428 \begin_inset space \hfill{}
16429 \end_inset
16430
16431
16432 \begin_inset Tabular
16433 <lyxtabular version="3" rows="3" columns="1">
16434 <features tabularvalignment="middle">
16435 <column alignment="center" valignment="top" width="0">
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 A
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 <row topspace="3mm">
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 3
16453 \begin_inset space \thinspace{}
16454 \end_inset
16455
16456 mm Leerraum oberhalb der Zeile
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 C
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 </row>
16473 </lyxtabular>
16474
16475 \end_inset
16476
16477
16478 \begin_inset space \hfill{}
16479 \end_inset
16480
16481
16482 \begin_inset space \hspace*{}
16483 \length 0pt
16484 \end_inset
16485
16486
16487 \begin_inset VSpace medskip
16488 \end_inset
16489
16490
16491 \begin_inset Newline newline
16492 \end_inset
16493
16494 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16495 n Linien verwenden.
16496 \end_layout
16497
16498 \begin_layout Description
16499 Unterhalb
16500 \begin_inset space ~
16501 \end_inset
16502
16503 der
16504 \begin_inset space ~
16505 \end_inset
16506
16507 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16508  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16509 \begin_inset space \thinspace{}
16510 \end_inset
16511
16512 em Leerraum ein.
16513  Bei normalen Tabellen ist der Standardwert 2
16514 \begin_inset space \thinspace{}
16515 \end_inset
16516
16517 pt.
16518 \end_layout
16519
16520 \begin_layout Description
16521 Zwischen
16522 \begin_inset space ~
16523 \end_inset
16524
16525 den
16526 \begin_inset space ~
16527 \end_inset
16528
16529 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16530  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16531 \begin_inset space \thinspace{}
16532 \end_inset
16533
16534 em Leerraum ein.
16535  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16536 \begin_inset VSpace medskip
16537 \end_inset
16538
16539
16540 \begin_inset Newline newline
16541 \end_inset
16542
16543
16544 \begin_inset space \hspace*{}
16545 \length 0pt
16546 \end_inset
16547
16548
16549 \begin_inset space \hfill{}
16550 \end_inset
16551
16552
16553 \begin_inset Tabular
16554 <lyxtabular version="3" rows="3" columns="1">
16555 <features tabularvalignment="middle">
16556 <column alignment="center" valignment="top" width="0">
16557 <row>
16558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 A
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 <row interlinespace="3mm">
16569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 \begin_inset Formula $\downarrow$
16574 \end_inset
16575
16576  3
16577 \begin_inset space \thinspace{}
16578 \end_inset
16579
16580 mm Leerraum zwischen den Zeilen 
16581 \begin_inset Formula $\downarrow$
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\uparrow$
16596 \end_inset
16597
16598  3
16599 \begin_inset space \thinspace{}
16600 \end_inset
16601
16602 mm Leerraum zwischen den Zeilen 
16603 \begin_inset Formula $\uparrow$
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 </lyxtabular>
16613
16614 \end_inset
16615
16616
16617 \begin_inset space \hfill{}
16618 \end_inset
16619
16620
16621 \begin_inset space \hspace*{}
16622 \length 0pt
16623 \end_inset
16624
16625
16626 \begin_inset VSpace medskip
16627 \end_inset
16628
16629
16630 \begin_inset Newline newline
16631 \end_inset
16632
16633 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16634 n Linien verwenden.
16635 \end_layout
16636
16637 \begin_layout Standard
16638 \begin_inset VSpace bigskip
16639 \end_inset
16640
16641 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16642  Befehlen im LaTeX-Vorspann machen:
16643 \end_layout
16644
16645 \begin_layout Standard
16646
16647 \series bold
16648
16649 \backslash
16650 @ifundefined{extrarowheight}
16651 \begin_inset Newline newline
16652 \end_inset
16653
16654
16655 \begin_inset Phantom HPhantom
16656 status open
16657
16658 \begin_layout Plain Layout
16659
16660 \series bold
16661 \begin_inset space ~
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \end_inset
16668
16669 {
16670 \backslash
16671 usepackage{array}}{}
16672 \begin_inset Newline newline
16673 \end_inset
16674
16675
16676 \backslash
16677 setlength{
16678 \backslash
16679 extrarowheight}{Höhe}
16680 \end_layout
16681
16682 \begin_layout Standard
16683 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16684  ausgerichtet sind.
16685  (Das Paket 
16686 \series bold
16687 array
16688 \series default
16689  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16690  verwenden.
16691  Der Befehl 
16692 \series bold
16693
16694 \backslash
16695 @ifundefined
16696 \series default
16697  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16698 \end_layout
16699
16700 \begin_layout Standard
16701 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16702  zu nah an den Buchstaben.
16703  Das kann korrigiert werden, indem man den Befehl 
16704 \series bold
16705
16706 \backslash
16707 strut
16708 \series default
16709  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16710  Tabelle
16711 \begin_inset space ~
16712 \end_inset
16713
16714
16715 \begin_inset CommandInset ref
16716 LatexCommand ref
16717 reference "tab:Vertikale-Ausrichtung-von"
16718
16719 \end_inset
16720
16721  zeigt den Effekt.
16722 \end_layout
16723
16724 \begin_layout Standard
16725 \noindent
16726 \begin_inset Float table
16727 placement h
16728 wide false
16729 sideways false
16730 status open
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Caption
16734
16735 \begin_layout Plain Layout
16736 \begin_inset CommandInset label
16737 LatexCommand label
16738 name "tab:Vertikale-Ausrichtung-von"
16739
16740 \end_inset
16741
16742 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16743 \end_layout
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \begin_layout Plain Layout
16751 \begin_inset space \hfill{}
16752 \end_inset
16753
16754
16755 \begin_inset Float table
16756 wide false
16757 sideways false
16758 status collapsed
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Caption
16762
16763 \begin_layout Plain Layout
16764 Normale Tabelle.
16765 \end_layout
16766
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \begin_layout Plain Layout
16773 \noindent
16774 \align center
16775 \begin_inset Tabular
16776 <lyxtabular version="3" rows="6" columns="1">
16777 <features tabularvalignment="middle">
16778 <column alignment="left" valignment="top" width="0">
16779 <row>
16780 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 Normal, g
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \size large
16797 Groß, g
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \size larger
16810 Größer, g
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \size largest
16823 noch Größer, g
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \size huge
16836 Riesig
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \size giant
16849 Gigantisch
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 </lyxtabular>
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863
16864
16865 \begin_inset space \hfill{}
16866 \end_inset
16867
16868
16869 \begin_inset Float table
16870 wide false
16871 sideways false
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Caption
16876
16877 \begin_layout Plain Layout
16878 Tabelle bei der der Befehl 
16879 \series bold
16880
16881 \backslash
16882 strut
16883 \series default
16884  verwendet wurde.
16885 \end_layout
16886
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \begin_layout Plain Layout
16893 \noindent
16894 \align center
16895 \begin_inset Tabular
16896 <lyxtabular version="3" rows="6" columns="1">
16897 <features tabularvalignment="middle">
16898 <column alignment="left" valignment="top" width="0">
16899 <row>
16900 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 Normal, g
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \size large
16917 \begin_inset ERT
16918 status collapsed
16919
16920 \begin_layout Plain Layout
16921
16922
16923 \backslash
16924 strut 
16925 \end_layout
16926
16927 \end_inset
16928
16929 Groß, g
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \size larger
16942 \begin_inset ERT
16943 status collapsed
16944
16945 \begin_layout Plain Layout
16946
16947
16948 \backslash
16949 strut 
16950 \end_layout
16951
16952 \end_inset
16953
16954 Größer, g
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \size largest
16967 \begin_inset ERT
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971
16972
16973 \backslash
16974 strut 
16975 \end_layout
16976
16977 \end_inset
16978
16979 noch Größer, g
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \size huge
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 strut 
17000 \end_layout
17001
17002 \end_inset
17003
17004 Riesig
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \size giant
17017 \begin_inset ERT
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021
17022
17023 \backslash
17024 strut 
17025 \end_layout
17026
17027 \end_inset
17028
17029 Gigantisch
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 </lyxtabular>
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \begin_inset space \hfill{}
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \begin_layout Subsection
17057 Besondere Zellenausrichtung
17058 \begin_inset Index idx
17059 status collapsed
17060
17061 \begin_layout Plain Layout
17062 Tabellen ! Zellenausrichtung
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Standard
17071 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17072  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17073 \begin_inset space ~
17074 \end_inset
17075
17076
17077 \begin_inset CommandInset ref
17078 LatexCommand ref
17079 reference "tab:Tabellenzellen-sind-auf"
17080
17081 \end_inset
17082
17083 .
17084 \end_layout
17085
17086 \begin_layout Standard
17087 \begin_inset Float table
17088 placement h
17089 wide false
17090 sideways false
17091 status open
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Caption
17095
17096 \begin_layout Plain Layout
17097 \begin_inset CommandInset label
17098 LatexCommand label
17099 name "tab:Tabellenzellen-sind-auf"
17100
17101 \end_inset
17102
17103 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Plain Layout
17112 \align center
17113 \begin_inset Tabular
17114 <lyxtabular version="3" rows="4" columns="2">
17115 <features tabularvalignment="middle">
17116 <column alignment="right" valignment="top" width="0">
17117 <column alignment="left" valignment="top" width="0" special="@{}l">
17118 <row>
17119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 Überschrift
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 12.
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 <cell alignment="center" valignment="top" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152 6
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 0.
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 68
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 -123.
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 0
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 </lyxtabular>
17199
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \begin_layout Standard
17211 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17212  Die Überschrift ist eine zentrierte Mehrfachspalte.
17213  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17214  der Zahlen einschließlich Dezimalpunkt.
17215  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17216  der Zahlen.
17217   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17218 \family sans
17219 LaTe
17220 \begin_inset ERT
17221 status collapsed
17222
17223 \begin_layout Plain Layout
17224
17225 {}
17226 \end_layout
17227
17228 \end_inset
17229
17230 X-Argument
17231 \family default
17232  für die zweite Spalte folgendes eingefügt:
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238 @{}l
17239 \end_layout
17240
17241 \begin_layout Standard
17242 Tabelle
17243 \begin_inset space ~
17244 \end_inset
17245
17246
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Verschiedene-Ausrichtungen"
17250
17251 \end_inset
17252
17253  zeigt einige Ausrichtungen.
17254  Für die Ausrichtung der Relationen müssen Sie den 
17255 \family sans
17256 Mittleren
17257 \begin_inset space ~
17258 \end_inset
17259
17260 Abstand
17261 \family default
17262  aus der 
17263 \family sans
17264 Mathe-Werkzeugleiste
17265 \family default
17266  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17267  rechts vom Relationszeichen zu bekommen.
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \color black
17273 \begin_inset Float table
17274 placement h
17275 wide false
17276 sideways false
17277 status open
17278
17279 \begin_layout Plain Layout
17280
17281 \color black
17282 \begin_inset Caption
17283
17284 \begin_layout Plain Layout
17285
17286 \color black
17287 \begin_inset CommandInset label
17288 LatexCommand label
17289 name "tab:Verschiedene-Ausrichtungen"
17290
17291 \end_inset
17292
17293
17294 \color inherit
17295 Verschiedene Ausrichtungen
17296 \end_layout
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Plain Layout
17304 \align center
17305 \begin_inset Tabular
17306 <lyxtabular version="3" rows="4" columns="6">
17307 <features tabularvalignment="middle">
17308 <column alignment="right" valignment="top" width="0">
17309 <column alignment="left" valignment="top" width="0" special="@{}l">
17310 <column alignment="right" valignment="top" width="0">
17311 <column alignment="left" valignment="top" width="0" special="@{}l">
17312 <column alignment="right" valignment="top" width="0">
17313 <column alignment="left" valignment="top" width="0" special="@{}l">
17314 <row>
17315 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 Einheiten
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 Exponenten
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355 Relationen
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 12×
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 24
17385 \begin_inset space \thinspace{}
17386 \end_inset
17387
17388 Flaschen
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $10\cdot$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $10^{\mbox{-}17}$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\Gamma(t)\propto$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\:\Upsilon(t)$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell alignment="center" valignment="top" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 1024×
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 768
17457 \begin_inset space \thinspace{}
17458 \end_inset
17459
17460 Pixel
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 \begin_inset Formula $5.78\cdot$
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $10^{7}$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $A\ne$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\: B_{\mathrm{red}}$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 </row>
17514 <row>
17515 <cell alignment="center" valignment="top" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 32×
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 6
17529 \begin_inset space \thinspace{}
17530 \end_inset
17531
17532 cm
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 -
17542 \begin_inset Formula $33.5\cdot$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554 \begin_inset Formula $10^{4}$
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\sin(\alpha)\ge$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset Formula $\:\sin(\beta)$
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 </lyxtabular>
17588
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset VSpace bigskip
17601 \end_inset
17602
17603 Es gibt auch noch das LaTeX-Paket 
17604 \series bold
17605 dcolumn
17606 \series default
17607 ,
17608 \begin_inset Index idx
17609 status collapsed
17610
17611 \begin_layout Plain Layout
17612 LaTeX-Pakete ! dcolumn
17613 \end_layout
17614
17615 \end_inset
17616
17617  mit dem man Zellen ausrichten kann.
17618  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17619  in den Zellen.
17620  Die erste Spalte von Tabelle
17621 \begin_inset space ~
17622 \end_inset
17623
17624
17625 \begin_inset CommandInset ref
17626 LatexCommand ref
17627 reference "tab:Verschiedene-Ausrichtungen"
17628
17629 \end_inset
17630
17631  wird mit 
17632 \series bold
17633 dcolumn
17634 \series default
17635  wie die erste Spalte von Tabelle
17636 \begin_inset space ~
17637 \end_inset
17638
17639
17640 \begin_inset CommandInset ref
17641 LatexCommand ref
17642 reference "tab:Ausrichtung-mit-dem"
17643
17644 \end_inset
17645
17646  aussehen und nur mit ein paar Tricks wie erwartet.
17647  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17648 \begin_inset space ~
17649 \end_inset
17650
17651
17652 \begin_inset CommandInset ref
17653 LatexCommand ref
17654 reference "tab:Verschiedene-Ausrichtungen"
17655
17656 \end_inset
17657
17658  ist mit 
17659 \series bold
17660 dcolumn
17661 \series default
17662  nicht möglich.
17663 \end_layout
17664
17665 \begin_layout Standard
17666 \begin_inset Newpage newpage
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 \begin_inset Float table
17674 placement h
17675 wide false
17676 sideways false
17677 status open
17678
17679 \begin_layout Plain Layout
17680 \begin_inset Caption
17681
17682 \begin_layout Plain Layout
17683 \begin_inset CommandInset label
17684 LatexCommand label
17685 name "tab:Ausrichtung-mit-dem"
17686
17687 \end_inset
17688
17689 Ausrichtung mit dem LaTeX-Paket 
17690 \series bold
17691 dcolumn
17692 \series default
17693 .
17694  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17695  bekommen.
17696 \begin_inset Argument
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700 Ausrichtung mit dem LaTeX-Paket 
17701 \series bold
17702 dcolumn
17703 \end_layout
17704
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Plain Layout
17716 \align center
17717 \begin_inset Tabular
17718 <lyxtabular version="3" rows="4" columns="3">
17719 <features tabularvalignment="middle">
17720 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17721 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17722 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17723 <row>
17724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 Einheiten
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 Einheiten
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 Einheiten
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 </row>
17752 <row>
17753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 12x24
17758 \begin_inset space \thinspace{}
17759 \end_inset
17760
17761 Flaschen
17762 \end_layout
17763
17764 \end_inset
17765 </cell>
17766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 12x24
17771 \begin_inset space \thinspace{}
17772 \end_inset
17773
17774
17775 \begin_inset Formula $\mbox{Flaschen}$
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 <cell alignment="center" valignment="top" usebox="none">
17784 \begin_inset Text
17785
17786 \begin_layout Plain Layout
17787 12
17788 \begin_inset ERT
17789 status collapsed
17790
17791 \begin_layout Plain Layout
17792
17793
17794 \backslash
17795 times 
17796 \end_layout
17797
17798 \end_inset
17799
17800 24+
17801 \begin_inset Formula $\mbox{Flaschen}$
17802 \end_inset
17803
17804
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 <row>
17811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 1024x768
17816 \begin_inset space \thinspace{}
17817 \end_inset
17818
17819 Pixel
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 1024x768
17829 \begin_inset space \thinspace{}
17830 \end_inset
17831
17832
17833 \begin_inset Formula $\mbox{Pixel}$
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 <cell alignment="center" valignment="top" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 1024
17846 \begin_inset ERT
17847 status collapsed
17848
17849 \begin_layout Plain Layout
17850
17851
17852 \backslash
17853 times 
17854 \end_layout
17855
17856 \end_inset
17857
17858 768+
17859 \begin_inset Formula $\mbox{Pixel}$
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 <row>
17869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 32x6
17874 \begin_inset space \thinspace{}
17875 \end_inset
17876
17877 cm
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 32x6
17887 \begin_inset space \thinspace{}
17888 \end_inset
17889
17890
17891 \begin_inset Formula $\mbox{cm}$
17892 \end_inset
17893
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 32
17904 \begin_inset ERT
17905 status collapsed
17906
17907 \begin_layout Plain Layout
17908
17909
17910 \backslash
17911 times 
17912 \end_layout
17913
17914 \end_inset
17915
17916 6+
17917 \begin_inset Formula $\mbox{cm}$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 </lyxtabular>
17927
17928 \end_inset
17929
17930
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \begin_layout Subsection
17939 Angepasste Zellen-/Spaltenformate
17940 \begin_inset CommandInset label
17941 LatexCommand label
17942 name "uab:Angepasste-Zellen-/Spaltenformate"
17943
17944 \end_inset
17945
17946
17947 \begin_inset Index idx
17948 status collapsed
17949
17950 \begin_layout Plain Layout
17951 Tabellen ! Spaltenformat
17952 \end_layout
17953
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \begin_layout Standard
17960 Wenn man wie in Abschnitt
17961 \begin_inset space ~
17962 \end_inset
17963
17964
17965 \begin_inset CommandInset ref
17966 LatexCommand ref
17967 reference "uab:Mehrfachspalten-Berechnungen"
17968
17969 \end_inset
17970
17971  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17972  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17973  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17974  definieren:
17975 \end_layout
17976
17977 \begin_layout Standard
17978
17979 \series bold
17980
17981 \backslash
17982 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17983 \end_layout
17984
17985 \begin_layout Standard
17986 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17987 \emph on
17988 b
17989 \emph default
17990
17991 \emph on
17992 c
17993 \emph default
17994
17995 \emph on
17996 l
17997 \emph default
17998
17999 \emph on
18000 m
18001 \emph default
18002
18003 \emph on
18004 p
18005 \emph default
18006  oder 
18007 \emph on
18008 r
18009 \emph default
18010 , weil diese vordefiniert sind.
18011  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18012 \end_layout
18013
18014 \begin_layout Standard
18015 \begin_inset VSpace medskip
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18023  Breite könnte das Format so aussehen:
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029
18030 \backslash
18031 newcolumntype{M}[1]{>{
18032 \backslash
18033 centering
18034 \backslash
18035 hspace{0pt}}m{#1}}
18036 \end_layout
18037
18038 \begin_layout Standard
18039 wobei 
18040 \series bold
18041
18042 \backslash
18043 hspace{0pt}
18044 \series default
18045  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18046  Abschnitt
18047 \begin_inset space ~
18048 \end_inset
18049
18050
18051 \begin_inset CommandInset ref
18052 LatexCommand ref
18053 reference "uab:Mehrfache-Zeilen-in"
18054
18055 \end_inset
18056
18057  beschrieben.
18058  Jetzt können Sie mit
18059 \end_layout
18060
18061 \begin_layout Standard
18062
18063 \series bold
18064 M{Breite}
18065 \end_layout
18066
18067 \begin_layout Standard
18068 im 
18069 \family sans
18070 LaTeX-Argument
18071 \family default
18072  im 
18073 \family sans
18074 Tabellen-Einstellungen
18075 \family default
18076 -Dialog eine Mehrfachspalte definieren.
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18088  Format definieren:
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094
18095 \backslash
18096 newcolumntype{S}[2]{>{
18097 \backslash
18098 centering
18099 \backslash
18100 hspace{0pt}}
18101 \begin_inset Newline newline
18102 \end_inset
18103
18104
18105 \begin_inset Phantom HPhantom
18106 status open
18107
18108 \begin_layout Plain Layout
18109
18110 \series bold
18111
18112 \backslash
18113 newcolumntype
18114 \end_layout
18115
18116 \end_inset
18117
18118 m{(#1+(2
18119 \backslash
18120 tabcolsep+
18121 \backslash
18122 arrayrulewidth)*(1-#2))/#2}}
18123 \end_layout
18124
18125 \begin_layout Standard
18126 Dieses Format benutzt Gleichung
18127 \begin_inset space ~
18128 \end_inset
18129
18130
18131 \begin_inset CommandInset ref
18132 LatexCommand ref
18133 reference "eq:Wgn"
18134
18135 \end_inset
18136
18137 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18138  breit ist.
18139 \end_layout
18140
18141 \begin_layout Standard
18142 Jetzt können Sie im 
18143 \family sans
18144 LaTeX-Argument
18145 \family default
18146  im 
18147 \family sans
18148 Tabellen-Einstellungen
18149 \family default
18150 -Dialog folgendes einfügen:
18151 \end_layout
18152
18153 \begin_layout Standard
18154
18155 \series bold
18156 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18157 \end_layout
18158
18159 \begin_layout Standard
18160 \begin_inset VSpace bigskip
18161 \end_inset
18162
18163
18164 \end_layout
18165
18166 \begin_layout Standard
18167 Für farbige Spalten können Sie folgendes einfügen:
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173
18174 \backslash
18175 newcolumntype{K}[1]{>{
18176 \backslash
18177 columncolor{#1}
18178 \backslash
18179 hspace{0pt}}c}
18180 \end_layout
18181
18182 \begin_layout Standard
18183 Das 
18184 \begin_inset Quotes gld
18185 \end_inset
18186
18187 c
18188 \begin_inset Quotes grd
18189 \end_inset
18190
18191  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18192  zentriert ist.
18193  Jetzt können Sie als 
18194 \family sans
18195 LaTeX-Argument
18196 \family default
18197  folgendes einfügen:
18198 \end_layout
18199
18200 \begin_layout Standard
18201
18202 \series bold
18203 K{Farbname}
18204 \end_layout
18205
18206 \begin_layout Standard
18207 \begin_inset VSpace bigskip
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 Für Tabelle
18215 \begin_inset space ~
18216 \end_inset
18217
18218
18219 \begin_inset CommandInset ref
18220 LatexCommand ref
18221 reference "tab:Tabelle-mit-benutzerdefinierte"
18222
18223 \end_inset
18224
18225  wurden folgende 
18226 \family sans
18227 LaTeX-Argumente
18228 \family default
18229  benutzt:
18230 \end_layout
18231
18232 \begin_layout Standard
18233
18234 \series bold
18235 M{2.5cm}
18236 \end_layout
18237
18238 \begin_layout Standard
18239 für die erste Spalte und die Mehrfachspalte,
18240 \end_layout
18241
18242 \begin_layout Standard
18243
18244 \series bold
18245 K{red}
18246 \end_layout
18247
18248 \begin_layout Standard
18249 für die letzte Spalte und
18250 \end_layout
18251
18252 \begin_layout Standard
18253
18254 \series bold
18255 S{2.5cm}{2}
18256 \end_layout
18257
18258 \begin_layout Standard
18259 für die Spalten in der zweiten Mehrfachspalte.
18260 \end_layout
18261
18262 \begin_layout Standard
18263 \begin_inset Float table
18264 placement h
18265 wide false
18266 sideways false
18267 status open
18268
18269 \begin_layout Plain Layout
18270 \begin_inset Caption
18271
18272 \begin_layout Plain Layout
18273 \begin_inset CommandInset label
18274 LatexCommand label
18275 name "tab:Tabelle-mit-benutzerdefinierte"
18276
18277 \end_inset
18278
18279 Tabelle mit benutzerdefinierten Formaten
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Plain Layout
18288 \align center
18289 \begin_inset Tabular
18290 <lyxtabular version="3" rows="3" columns="4">
18291 <features tabularvalignment="middle">
18292 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18293 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18294 <column alignment="center" valignment="middle" width="0">
18295 <column alignment="center" valignment="middle" width="0" special="K{red}">
18296 <row>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 einsehrlangesWort
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 Mehrfachspalte mit mehreren Zeilen
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 c
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 </row>
18334 <row>
18335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 d
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 e
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 f
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 g
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 </row>
18372 <row>
18373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 h
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 i
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 j
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 k
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 </row>
18410 </lyxtabular>
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Subsection
18423 Liniendicke
18424 \begin_inset CommandInset label
18425 LatexCommand label
18426 name "uab:Liniendicke"
18427
18428 \end_inset
18429
18430
18431 \begin_inset Index idx
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435 Tabellen  ! Linien ! -dicke
18436 \end_layout
18437
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 Die Liniendicke für alle Linien einer Tabelle kann mit 
18445 \series bold
18446
18447 \backslash
18448 arrayrulewidth
18449 \series default
18450  eingestellt werden.
18451  Um eine Liniendicke von 1.5
18452 \begin_inset space \thinspace{}
18453 \end_inset
18454
18455 pt wie in Tabelle
18456 \begin_inset space ~
18457 \end_inset
18458
18459
18460 \begin_inset CommandInset ref
18461 LatexCommand ref
18462 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18463
18464 \end_inset
18465
18466  zu bekommen, geben Sie den Befehl
18467 \end_layout
18468
18469 \begin_layout Standard
18470
18471 \series bold
18472
18473 \backslash
18474 setlength{
18475 \backslash
18476 arrayrulewidth}{1.5pt}
18477 \end_layout
18478
18479 \begin_layout Standard
18480 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18481  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18482  Mit
18483 \end_layout
18484
18485 \begin_layout Standard
18486
18487 \series bold
18488
18489 \backslash
18490 setlength{
18491 \backslash
18492 arrayrulewidth}{0.4pt}
18493 \end_layout
18494
18495 \begin_layout Standard
18496 bekommen Sie wieder die Standarddicke.
18497 \end_layout
18498
18499 \begin_layout Standard
18500 \begin_inset ERT
18501 status collapsed
18502
18503 \begin_layout Plain Layout
18504
18505
18506 \backslash
18507 setlength{
18508 \backslash
18509 arrayrulewidth}{1.5pt}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset Float table
18516 placement H
18517 wide false
18518 sideways false
18519 status open
18520
18521 \begin_layout Plain Layout
18522 \begin_inset Caption
18523
18524 \begin_layout Plain Layout
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18528
18529 \end_inset
18530
18531 Tabelle mit 1.5
18532 \begin_inset space \thinspace{}
18533 \end_inset
18534
18535 pt Liniendicke
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Plain Layout
18544 \align center
18545 \begin_inset Tabular
18546 <lyxtabular version="3" rows="3" columns="3">
18547 <features tabularvalignment="middle">
18548 <column alignment="center" valignment="top" width="0">
18549 <column alignment="center" valignment="top" width="0">
18550 <column alignment="center" valignment="top" width="0">
18551 <row>
18552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 sd
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 <row>
18581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 sd
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 <row>
18610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 sd
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 </row>
18638 </lyxtabular>
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 setlength{
18656 \backslash
18657 arrayrulewidth}{0.4pt}
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 \begin_inset VSpace bigskip
18667 \end_inset
18668
18669 Um eine Liniendicke von 1.5
18670 \begin_inset space \thinspace{}
18671 \end_inset
18672
18673 pt nur für horizontale Linien zu bekommen wie in Tabelle
18674 \begin_inset space ~
18675 \end_inset
18676
18677
18678 \begin_inset CommandInset ref
18679 LatexCommand ref
18680 reference "tab:Tabelle-mit-1.5pt-horiz"
18681
18682 \end_inset
18683
18684 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18685  einfügen:
18686 \end_layout
18687
18688 \begin_layout Standard
18689
18690 \series bold
18691
18692 \backslash
18693 let
18694 \backslash
18695 myHline
18696 \backslash
18697 hline
18698 \begin_inset Newline newline
18699 \end_inset
18700
18701
18702 \backslash
18703 renewcommand{
18704 \backslash
18705 hline}
18706 \begin_inset Newline newline
18707 \end_inset
18708
18709  {
18710 \backslash
18711 noalign{
18712 \backslash
18713 global
18714 \backslash
18715 arrayrulewidth 1.5pt}
18716 \begin_inset Newline newline
18717 \end_inset
18718
18719  
18720 \backslash
18721 myHline
18722 \backslash
18723 noalign{
18724 \backslash
18725 global
18726 \backslash
18727 arrayrulewidth 0.4pt}}
18728 \end_layout
18729
18730 \begin_layout Standard
18731 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18732  der (Gleit\SpecialChar \-
18733 objekt-)Tabelle zurück:
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739
18740 \backslash
18741 renewcommand{
18742 \backslash
18743 hline}{
18744 \backslash
18745 myHline}
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 let
18757 \backslash
18758 myHline
18759 \backslash
18760 hline
18761 \end_layout
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774  {
18775 \backslash
18776 noalign{
18777 \backslash
18778 global
18779 \backslash
18780 arrayrulewidth 1.5pt}
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784
18785   
18786 \backslash
18787 myHline
18788 \backslash
18789 noalign{
18790 \backslash
18791 global
18792 \backslash
18793 arrayrulewidth 0.4pt}}
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \begin_inset Float table
18800 placement h
18801 wide false
18802 sideways false
18803 status open
18804
18805 \begin_layout Plain Layout
18806 \begin_inset Caption
18807
18808 \begin_layout Plain Layout
18809 \begin_inset CommandInset label
18810 LatexCommand label
18811 name "tab:Tabelle-mit-1.5pt-horiz"
18812
18813 \end_inset
18814
18815 Tabelle mit 1.5
18816 \begin_inset space \thinspace{}
18817 \end_inset
18818
18819 pt dicken horizontalen Linien
18820 \end_layout
18821
18822 \end_inset
18823
18824
18825 \end_layout
18826
18827 \begin_layout Plain Layout
18828 \align center
18829 \begin_inset Tabular
18830 <lyxtabular version="3" rows="3" columns="3">
18831 <features tabularvalignment="middle">
18832 <column alignment="center" valignment="top" width="0">
18833 <column alignment="center" valignment="top" width="0">
18834 <column alignment="center" valignment="top" width="0">
18835 <row>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 sd
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849
18850 \end_layout
18851
18852 \end_inset
18853 </cell>
18854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \end_layout
18860
18861 \end_inset
18862 </cell>
18863 </row>
18864 <row>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 sd
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 </row>
18893 <row>
18894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 sd
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 </lyxtabular>
18923
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \begin_inset ERT
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936
18937
18938 \backslash
18939 renewcommand{
18940 \backslash
18941 hline}{
18942 \backslash
18943 myHline}
18944 \end_layout
18945
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \begin_layout Standard
18952 \begin_inset VSpace bigskip
18953 \end_inset
18954
18955 Um die Liniendicke von 1.5
18956 \begin_inset space \thinspace{}
18957 \end_inset
18958
18959 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18960  Spaltenformat entsprechend der Beschreibung in Abschnitt
18961 \begin_inset space ~
18962 \end_inset
18963
18964
18965 \begin_inset CommandInset ref
18966 LatexCommand ref
18967 reference "uab:Angepasste-Zellen-/Spaltenformate"
18968
18969 \end_inset
18970
18971  definieren:
18972 \end_layout
18973
18974 \begin_layout Standard
18975
18976 \series bold
18977
18978 \backslash
18979 newcolumntype{V}{!{
18980 \backslash
18981 vrule width 1.5pt}}
18982 \end_layout
18983
18984 \begin_layout Standard
18985 In Tabelle
18986 \begin_inset space ~
18987 \end_inset
18988
18989
18990 \begin_inset CommandInset ref
18991 LatexCommand ref
18992 reference "tab:Tabelle-mit-1.5pt-vert"
18993
18994 \end_inset
18995
18996  wurde das 
18997 \family sans
18998 LaTe
18999 \begin_inset ERT
19000 status collapsed
19001
19002 \begin_layout Plain Layout
19003
19004 {}
19005 \end_layout
19006
19007 \end_inset
19008
19009 X-Argument
19010 \family default
19011 \series bold
19012  VcV
19013 \series default
19014  für die letzte Spalte und
19015 \series bold
19016  Vc
19017 \series default
19018  für die anderen benutzt.
19019 \end_layout
19020
19021 \begin_layout Standard
19022 \begin_inset Float table
19023 placement H
19024 wide false
19025 sideways false
19026 status open
19027
19028 \begin_layout Plain Layout
19029 \begin_inset Caption
19030
19031 \begin_layout Plain Layout
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "tab:Tabelle-mit-1.5pt-vert"
19035
19036 \end_inset
19037
19038 Tabelle mit 1.5
19039 \begin_inset space \thinspace{}
19040 \end_inset
19041
19042 pt dicken vertikalen Linien
19043 \end_layout
19044
19045 \end_inset
19046
19047
19048 \end_layout
19049
19050 \begin_layout Plain Layout
19051 \align center
19052 \begin_inset Tabular
19053 <lyxtabular version="3" rows="3" columns="3">
19054 <features tabularvalignment="middle">
19055 <column alignment="center" valignment="top" width="0" special="Vc">
19056 <column alignment="center" valignment="top" width="0" special="Vc">
19057 <column alignment="center" valignment="top" width="0" special="VcV">
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063 sd
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 <row>
19088 <cell alignment="center" valignment="top" topline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 sd
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139 sd
19140 \end_layout
19141
19142 \end_inset
19143 </cell>
19144 </row>
19145 </lyxtabular>
19146
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Subsection
19158 Gestrichelte Linien
19159 \begin_inset Index idx
19160 status collapsed
19161
19162 \begin_layout Plain Layout
19163 Tabellen  ! Linien ! gestrichelte 
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 \begin_inset ERT
19173 status collapsed
19174
19175 \begin_layout Plain Layout
19176
19177
19178 \backslash
19179 ifarydshln
19180 \end_layout
19181
19182 \end_inset
19183
19184
19185 \begin_inset Note Note
19186 status open
19187
19188 \begin_layout Plain Layout
19189 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19190 \series bold
19191 arydshln
19192 \series default
19193  installiert ist.
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \begin_layout Standard
19202 \begin_inset Float table
19203 placement h
19204 wide false
19205 sideways false
19206 status open
19207
19208 \begin_layout Plain Layout
19209 \begin_inset Caption
19210
19211 \begin_layout Plain Layout
19212 \begin_inset CommandInset label
19213 LatexCommand label
19214 name "tab:Tabelle-mit-gestrichelten"
19215
19216 \end_inset
19217
19218 Tabelle mit gestrichelten Linien
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Plain Layout
19227 \align center
19228 \begin_inset Tabular
19229 <lyxtabular version="3" rows="5" columns="5">
19230 <features tabularvalignment="middle">
19231 <column alignment="center" valignment="top" width="0">
19232 <column alignment="center" valignment="top" width="0">
19233 <column alignment="center" valignment="top" width="0" special=":c">
19234 <column alignment="center" valignment="top" width="0">
19235 <column alignment="center" valignment="top" width="0">
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 a
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 b
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 c
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 d
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 e
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 </row>
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 f
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 g
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 h
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 i
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 j
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 </row>
19330 <row>
19331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 \begin_inset ERT
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339
19340
19341 \backslash
19342 hdashline 
19343 \end_layout
19344
19345 \end_inset
19346
19347 k
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 l
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 m
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 n
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 o
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399
19400 \backslash
19401 cdashline{4-5}
19402 \end_layout
19403
19404 \end_inset
19405
19406 p
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 q
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 r
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 s
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 t
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 u
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 v
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 w
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 x
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 </row>
19495 </lyxtabular>
19496
19497 \end_inset
19498
19499
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \begin_layout Standard
19508 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19509  TeX-Code benutzen.
19510  Zunächst müssen Sie das LaTeX-Paket 
19511 \series bold
19512 arydshln
19513 \series default
19514
19515 \begin_inset Index idx
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519 LaTeX-Pakete ! arydshln
19520 \end_layout
19521
19522 \end_inset
19523
19524  im LaTeX-Vorspann laden:
19525 \end_layout
19526
19527 \begin_layout Standard
19528
19529 \series bold
19530
19531 \backslash
19532 usepackage{arydshln}
19533 \end_layout
19534
19535 \begin_layout Standard
19536 Um senkrechte Linien zu stricheln, müssen Sie im 
19537 \family sans
19538 LaTe
19539 \begin_inset ERT
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543
19544 {}
19545 \end_layout
19546
19547 \end_inset
19548
19549 X-Argument
19550 \family default
19551  des 
19552 \family sans
19553 Tabellen-Einstellungen
19554 \family default
19555 -Dialogs 
19556 \begin_inset Quotes gld
19557 \end_inset
19558
19559 :
19560 \begin_inset Quotes grd
19561 \end_inset
19562
19563 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19564 \end_layout
19565
19566 \begin_layout Standard
19567 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19568 \end_layout
19569
19570 \begin_layout Standard
19571
19572 \series bold
19573
19574 \backslash
19575 hdashline
19576 \end_layout
19577
19578 \begin_layout Standard
19579 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19580 \end_layout
19581
19582 \begin_layout Standard
19583 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589
19590 \backslash
19591 cdashline{Anfangsspalte-Endspalte}
19592 \end_layout
19593
19594 \begin_layout Standard
19595 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19596  Wenn Sie z.
19597 \begin_inset space \thinspace{}
19598 \end_inset
19599
19600 B.
19601  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19602  gestrichelte Linie haben, fügen Sie den Befehl
19603 \end_layout
19604
19605 \begin_layout Standard
19606
19607 \series bold
19608
19609 \backslash
19610 cdashline{2-4}
19611 \end_layout
19612
19613 \begin_layout Standard
19614 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19615 \end_layout
19616
19617 \begin_layout Standard
19618 \begin_inset VSpace bigskip
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Standard
19625 In Tabelle
19626 \begin_inset space ~
19627 \end_inset
19628
19629
19630 \begin_inset CommandInset ref
19631 LatexCommand ref
19632 reference "tab:Tabelle-mit-gestrichelten"
19633
19634 \end_inset
19635
19636  wurde in der dritten Spalte der Befehl
19637 \series bold
19638  
19639 \series default
19640
19641 \begin_inset Quotes gld
19642 \end_inset
19643
19644
19645 \series bold
19646 :c
19647 \begin_inset Quotes grd
19648 \end_inset
19649
19650
19651 \series default
19652  benutzt.
19653  Der Befehl 
19654 \series bold
19655
19656 \backslash
19657 hdashline
19658 \series default
19659  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19660 \begin_inset Newline newline
19661 \end_inset
19662
19663  
19664 \series bold
19665
19666 \backslash
19667 cdashline{4-5} 
19668 \series default
19669 wurde in die erste Zelle der vierten Zeile eingefügt.
19670 \end_layout
19671
19672 \begin_layout Standard
19673 \begin_inset Note Greyedout
19674 status open
19675
19676 \begin_layout Plain Layout
19677
19678 \series bold
19679 Bemerkung:
19680 \series default
19681  Das LaTeX-Paket 
19682 \series bold
19683 arydshln
19684 \series default
19685  ist nicht kompatibel dem LaTeX-Paket 
19686 \series bold
19687 colortbl
19688 \series default
19689
19690 \begin_inset Index idx
19691 status collapsed
19692
19693 \begin_layout Plain Layout
19694 LaTeX-Pakete ! colortbl
19695 \end_layout
19696
19697 \end_inset
19698
19699 , das für die farbigen Tabellen in Abschnitt
19700 \begin_inset space ~
19701 \end_inset
19702
19703
19704 \begin_inset CommandInset ref
19705 LatexCommand ref
19706 reference "abs:Farbige-Tabellen"
19707
19708 \end_inset
19709
19710  benutzt wurde.
19711  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19712 \end_layout
19713
19714 \end_inset
19715
19716
19717 \end_layout
19718
19719 \begin_layout Standard
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725
19726 \backslash
19727 else
19728 \end_layout
19729
19730 \end_inset
19731
19732
19733 \begin_inset Note Note
19734 status open
19735
19736 \begin_layout Plain Layout
19737 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19738 \series bold
19739 arydshln
19740 \series default
19741  nicht installiert ist:
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Standard
19750 Sie müssen das LaTeX-Paket 
19751 \series bold
19752 arydshln
19753 \series default
19754  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 \begin_inset ERT
19759 status collapsed
19760
19761 \begin_layout Plain Layout
19762
19763
19764 \backslash
19765 fi
19766 \end_layout
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Chapter
19774 Gleitobjekte
19775 \begin_inset Index idx
19776 status collapsed
19777
19778 \begin_layout Plain Layout
19779 Gleitobjekte
19780 \end_layout
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \begin_layout Section
19788 Einleitung
19789 \begin_inset CommandInset label
19790 LatexCommand label
19791 name "abs:Gleitobjekte-Einleitung"
19792
19793 \end_inset
19794
19795
19796 \begin_inset Index idx
19797 status collapsed
19798
19799 \begin_layout Plain Layout
19800 Gleitobjekte ! Einleitung
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Standard
19809 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19810  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19811  der beste Platz ist.
19812  
19813 \family sans
19814 Fußnoten
19815 \family default
19816  und 
19817 \family sans
19818 Randnotizen
19819 \family default
19820  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19821  wenn auf ihrer Seite schon zu viele sind.
19822 \end_layout
19823
19824 \begin_layout Standard
19825 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19826  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19827  um weiße Flächen und Seiten ohne Text zu vermeiden.
19828  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19829 löst,
19830  kann im Text auf ein Gleitobjekt verwiesen werden.
19831  Gleitobjekte sind deshalb nummeriert.
19832  Querverweise werden in Abschnitt
19833 \begin_inset space ~
19834 \end_inset
19835
19836
19837 \begin_inset CommandInset ref
19838 LatexCommand ref
19839 reference "abs:Auf-Gleitobjekte-verweisen"
19840
19841 \end_inset
19842
19843  beschrieben.
19844 \end_layout
19845
19846 \begin_layout Standard
19847 Ein Gleitobjekt wird mit 
19848 \family sans
19849 Einfügen\SpecialChar \menuseparator
19850 Gleitobjekt\SpecialChar \menuseparator
19851 Algorithmus/Abbildung/Ta\SpecialChar \-
19852 belle/Um\SpecialChar \-
19853 flos\SpecialChar \-
19854 se\SpecialChar \-
19855 nes
19856 \begin_inset space ~
19857 \end_inset
19858
19859 Gleitobjekt
19860 \family default
19861  eingefügt.
19862  Für Abbildungen oder Tabellen können Sie auch auf 
19863 \begin_inset Graphics
19864         filename ../../images/float-insert_figure.png
19865         scale 70
19866         scaleBeforeRotation
19867         BoundingBox 0bp 6bp 22bp 22bp
19868
19869 \end_inset
19870
19871  oder 
19872 \begin_inset Graphics
19873         filename ../../images/float-insert_table.png
19874         scale 70
19875         scaleBeforeRotation
19876         BoundingBox 0bp 6bp 22bp 22bp
19877
19878 \end_inset
19879
19880  klicken.
19881  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19882  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19883  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19884  #:).
19885  Statt # sehen Sie die von LyX vergebene Nummer.
19886  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19887  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19888  eingefügt.
19889  In Abschnitt
19890 \begin_inset space ~
19891 \end_inset
19892
19893
19894 \begin_inset CommandInset ref
19895 LatexCommand ref
19896 reference "abs:Titel-Platzierung"
19897
19898 \end_inset
19899
19900  finden Sie mehr über die Platzierung des Titels.
19901  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19902  auch wieder geöffnet.
19903  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19904 \begin_inset Graphics
19905         filename clipart/GleitobjektQt4.png
19906         scale 70
19907         scaleBeforeRotation
19908         BoundingBox 0bp 6bp 128bp 22bp
19909
19910 \end_inset
19911
19912  – ein graues Kästchen mit roter Beschriftung.
19913 \end_layout
19914
19915 \begin_layout Standard
19916 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19917  Gleitobjekte in einem eigenen Absatz einzufügen.
19918 \end_layout
19919
19920 \begin_layout Standard
19921 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19922  indem Sie sie markieren und dann auf 
19923 \begin_inset Graphics
19924         filename ../../images/float-insert_figure.png
19925         scale 70
19926         scaleBeforeRotation
19927         BoundingBox 0bp 6bp 22bp 22bp
19928
19929 \end_inset
19930
19931  oder 
19932 \begin_inset Graphics
19933         filename ../../images/float-insert_table.png
19934         scale 70
19935         scaleBeforeRotation
19936         BoundingBox 0bp 6bp 22bp 22bp
19937
19938 \end_inset
19939
19940  klicken.
19941 \end_layout
19942
19943 \begin_layout Section
19944 Gleitobjekt-Typen
19945 \begin_inset Index idx
19946 status collapsed
19947
19948 \begin_layout Plain Layout
19949 Gleitobjekte ! Typen
19950 \end_layout
19951
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Standard
19958 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19959 \begin_inset space ~
19960 \end_inset
19961
19962
19963 \begin_inset CommandInset ref
19964 LatexCommand ref
19965 reference "abs:Gleitende-Abbildungen"
19966
19967 \end_inset
19968
19969  und 
19970 \begin_inset CommandInset ref
19971 LatexCommand ref
19972 reference "abs:Gleitende-Tabellen"
19973
19974 \end_inset
19975
19976  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19977 \end_layout
19978
19979 \begin_layout Subsection
19980 Gleitobjekt-Algorithmen
19981 \begin_inset Index idx
19982 status collapsed
19983
19984 \begin_layout Plain Layout
19985 Gleitobjekte ! Algorithmen
19986 \end_layout
19987
19988 \end_inset
19989
19990
19991 \begin_inset CommandInset label
19992 LatexCommand label
19993 name "uab:Gleitobjekt-Algorithmen"
19994
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 \begin_inset Float algorithm
20002 placement h
20003 wide false
20004 sideways false
20005 status open
20006
20007 \begin_layout Plain Layout
20008 \begin_inset Caption
20009
20010 \begin_layout Plain Layout
20011 \begin_inset CommandInset label
20012 LatexCommand label
20013 name "alg:Ein-Gleitobjekt-Algorithmus"
20014
20015 \end_inset
20016
20017 Ein Gleitobjekt-Algorithmus 
20018 \end_layout
20019
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \begin_layout LyX-Code
20026 for I in 1..N loop
20027 \begin_inset Newline newline
20028 \end_inset
20029
20030  Sum:= Sum + A(I); /*Kommentar*/
20031 \begin_inset Newline newline
20032 \end_inset
20033
20034 end loop
20035 \begin_inset VSpace -4mm
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \begin_layout Standard
20047 Dieser Typ wird mit 
20048 \family sans
20049 Einfügen\SpecialChar \menuseparator
20050 Gleitobjekt\SpecialChar \menuseparator
20051 Algorithmus
20052 \family default
20053  eingefügt.
20054  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20055  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20056 \begin_inset space ~
20057 \end_inset
20058
20059
20060 \begin_inset CommandInset ref
20061 LatexCommand ref
20062 reference "kap:Programm-Code-Listen"
20063
20064 \end_inset
20065
20066 .
20067  Eine mögliche Absatz-Umgebung hier für ist 
20068 \family sans
20069 LyX-Code
20070 \family default
20071 , beschrieben im 
20072 \emph on
20073 Benutzerhandbuch
20074 \emph default
20075 .
20076  In Algorithmus
20077 \begin_inset space ~
20078 \end_inset
20079
20080
20081 \begin_inset CommandInset ref
20082 LatexCommand ref
20083 reference "alg:Ein-Gleitobjekt-Algorithmus"
20084
20085 \end_inset
20086
20087  wurden am Ende -4
20088 \begin_inset space \thinspace{}
20089 \end_inset
20090
20091 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20092  letzten Zeile gedruckt wird.
20093 \end_layout
20094
20095 \begin_layout Standard
20096 Die Marke 
20097 \emph on
20098 Algorithmus
20099 \emph default
20100  wird nicht automatisch in die druckbare Version übernommen, sondern das
20101  englische Wort 
20102 \emph on
20103 Algorithm
20104 \emph default
20105  verwendet.
20106  Soll
20107 \emph on
20108  Algorithmus
20109 \emph default
20110  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20111 \end_layout
20112
20113 \begin_layout Standard
20114
20115 \series bold
20116
20117 \backslash
20118 floatname{algorithm}{Algorithmus}
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20123  Sprache wie die LyX Menünamen haben, das Menü 
20124 \family sans
20125 Einfügen\SpecialChar \menuseparator
20126 Liste
20127 \begin_inset space \thinspace{}
20128 \end_inset
20129
20130 /
20131 \begin_inset space \thinspace{}
20132 \end_inset
20133
20134 Inhaltsverzeichnis\SpecialChar \menuseparator
20135 Algorithmenverzeichnis
20136 \family default
20137  verwendet werden.
20138  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20139  eingefügt werden:
20140 \end_layout
20141
20142 \begin_layout Standard
20143
20144 \series bold
20145
20146 \backslash
20147 listof{algorithm}{Algorithmenverzeichnis}
20148 \end_layout
20149
20150 \begin_layout Standard
20151 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20152  nach dem Schema 
20153 \begin_inset Quotes gld
20154 \end_inset
20155
20156 Kapitelnummer.Algorithmusnummer
20157 \begin_inset Quotes grd
20158 \end_inset
20159
20160  nummeriert.
20161  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20162  einfügen:
20163 \end_layout
20164
20165 \begin_layout Standard
20166
20167 \series bold
20168
20169 \backslash
20170 numberwithin{algorithm}{chapter}
20171 \end_layout
20172
20173 \begin_layout Standard
20174 Um 
20175 \series bold
20176
20177 \backslash
20178 numberwithin
20179 \series default
20180  benutzen zu können, muss in den 
20181 \family sans
20182 Mathe
20183 \begin_inset space ~
20184 \end_inset
20185
20186 Optionen
20187 \family default
20188  der 
20189 \family sans
20190 Dokument-Einstellungen
20191 \family default
20192  
20193 \family sans
20194 AMS
20195 \begin_inset space ~
20196 \end_inset
20197
20198 Mathe
20199 \begin_inset space ~
20200 \end_inset
20201
20202 Paket
20203 \family default
20204
20205 \begin_inset space ~
20206 \end_inset
20207
20208
20209 \family sans
20210 verwenden
20211 \family default
20212  angekreuzt sein.
20213 \end_layout
20214
20215 \begin_layout Subsection
20216 Umflossene Gleitobjekte
20217 \begin_inset Index idx
20218 status collapsed
20219
20220 \begin_layout Plain Layout
20221 Gleitobjekte ! umflossene
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \begin_layout Standard
20230 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20231  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20232  den die Abbildung bzw.
20233 \begin_inset space ~
20234 \end_inset
20235
20236 Tabelle übrig lässt.
20237  Sie werden über das Menü
20238 \family sans
20239  Einfügen\SpecialChar \menuseparator
20240 Gleitobjekt\SpecialChar \menuseparator
20241 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20242 objekt
20243 \family default
20244  eingefügt, wenn das LaTeX-Paket 
20245 \series bold
20246 wrapfig
20247 \series default
20248
20249 \begin_inset Index idx
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253 LaTeX-Pakete ! wrapfig
20254 \begin_inset ERT
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258
20259
20260 \backslash
20261 vspace{4mm}
20262 \end_layout
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270
20271  installiert ist.
20272 \begin_inset Foot
20273 status collapsed
20274
20275 \begin_layout Plain Layout
20276 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20277 \emph on
20278 LaTeX-Konfiguration
20279 \emph default
20280  beschrieben.
20281 \end_layout
20282
20283 \end_inset
20284
20285  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20286  Box des Gleitobjekts geändert werden.
20287  
20288 \begin_inset Wrap figure
20289 lines 0
20290 placement l
20291 overhang 1cm
20292 width "40col%"
20293 status open
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Graphics
20297         filename ../clipart/mobius.eps
20298         width 40col%
20299         scaleBeforeRotation
20300         rotateOrigin center
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Caption
20309
20310 \begin_layout Plain Layout
20311 \begin_inset CommandInset label
20312 LatexCommand label
20313 name "abb:Dies-ist-eine"
20314
20315 \end_inset
20316
20317 Dies ist eine umflossene Gleitobjekt-Abbildung
20318 \end_layout
20319
20320 \end_inset
20321
20322
20323 \end_layout
20324
20325 \end_inset
20326
20327  Obligatorische Einstellungen sind die 
20328 \family sans
20329 Breite
20330 \family default
20331  und 
20332 \family sans
20333 Platzierung
20334 \family default
20335  des Gleitobjekts.
20336  Optional sind der 
20337 \family sans
20338 Überhang 
20339 \family default
20340 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20341 \begin_inset space \thinspace{}
20342 \end_inset
20343
20344 /
20345 \begin_inset space \thinspace{}
20346 \end_inset
20347
20348 der Seite ragt und die 
20349 \family sans
20350 benötigten Zeilen
20351 \family default
20352 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20353  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20354  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20355  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20356  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20357  zu lassen.
20358  Abbildung
20359 \begin_inset space ~
20360 \end_inset
20361
20362
20363 \begin_inset CommandInset ref
20364 LatexCommand ref
20365 reference "abb:Dies-ist-eine"
20366
20367 \end_inset
20368
20369  ist zum Beispiel ein umflossenes Bild, das 40
20370 \begin_inset space \thinspace{}
20371 \end_inset
20372
20373 % der Spaltenbreite einnimmt, 1
20374 \begin_inset space \thinspace{}
20375 \end_inset
20376
20377 cm in den Rand ragt und links gesetzt wurde.
20378 \begin_inset Foot
20379 status collapsed
20380
20381 \begin_layout Plain Layout
20382 Die benutzbaren Einheiten werden in Anhang
20383 \begin_inset space ~
20384 \end_inset
20385
20386
20387 \begin_inset CommandInset ref
20388 LatexCommand ref
20389 reference "kap:In-LyX-verfügbare"
20390
20391 \end_inset
20392
20393  beschrieben.
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Standard
20402 \begin_inset Note Greyedout
20403 status open
20404
20405 \begin_layout Plain Layout
20406
20407 \series bold
20408 Bemerkung:
20409 \series default
20410  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20411 \begin_inset space \thinspace{}
20412 \end_inset
20413
20414 B.
20415  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20416  oder über anderen Text gedruckt wird.
20417 \end_layout
20418
20419 \end_inset
20420
20421
20422 \end_layout
20423
20424 \begin_layout Standard
20425 Allgemein gilt:
20426 \end_layout
20427
20428 \begin_layout Itemize
20429 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20430  der nächsten Seite fortgesetzt werden.
20431  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20432  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20433 \end_layout
20434
20435 \begin_layout Itemize
20436 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20437  sie fließen soll, eingefügt werden oder darin.
20438 \end_layout
20439
20440 \begin_layout Itemize
20441 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20442  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20443  ihnen ist.
20444 \end_layout
20445
20446 \begin_layout Itemize
20447 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20448  erlaubt.
20449 \end_layout
20450
20451 \begin_layout Section
20452 Gleitobjekt-Nummerierung
20453 \begin_inset Index idx
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 Gleitobjekte ! Nummerierung
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20467  nummeriert oder nach dem Schema 
20468 \begin_inset Quotes gld
20469 \end_inset
20470
20471 Kapitelnummer.Gleitobjektnummer
20472 \begin_inset Quotes grd
20473 \end_inset
20474
20475  oder 
20476 \begin_inset Quotes gld
20477 \end_inset
20478
20479 Abschnittsnummer.Gleitobjektnummer
20480 \begin_inset Quotes grd
20481 \end_inset
20482
20483 .
20484  Das hängt von der Dokumentklasse ab.
20485 \end_layout
20486
20487 \begin_layout Standard
20488 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20489  in den LaTeX-Vorspann einfügen:
20490 \end_layout
20491
20492 \begin_layout Standard
20493
20494 \series bold
20495
20496 \backslash
20497 renewcommand{
20498 \backslash
20499 thetable}{
20500 \backslash
20501 roman{table}}
20502 \end_layout
20503
20504 \begin_layout Standard
20505
20506 \series bold
20507
20508 \backslash
20509 thetable
20510 \series default
20511  ist der Befehl, der die Tabellennummer druckt.
20512  Für Abbildungen ist das 
20513 \series bold
20514
20515 \backslash
20516 thefigure
20517 \series default
20518 .
20519  Der Befehl 
20520 \series bold
20521
20522 \backslash
20523 roman
20524 \series default
20525  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20526 \end_layout
20527
20528 \begin_layout Standard
20529 Um das Nummerierungsschema zum Beispiel auf 
20530 \begin_inset Quotes gld
20531 \end_inset
20532
20533 Unterabschnittsnummer.Num\SpecialChar \-
20534 mer
20535 \begin_inset Quotes grd
20536 \end_inset
20537
20538  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20539 \end_layout
20540
20541 \begin_layout Standard
20542
20543 \series bold
20544
20545 \backslash
20546 numberwithin{table}{subsection}
20547 \end_layout
20548
20549 \begin_layout Standard
20550 Um den Befehl 
20551 \series bold
20552
20553 \backslash
20554 numberwithin
20555 \series default
20556  benutzen zu können, müssen Sie in den 
20557 \family sans
20558 Mathe
20559 \begin_inset space ~
20560 \end_inset
20561
20562 Optionen
20563 \family default
20564  der 
20565 \family sans
20566 Dokument-Einstellungen
20567 \family default
20568  
20569 \family sans
20570 AMS
20571 \begin_inset space ~
20572 \end_inset
20573
20574 Mathe
20575 \begin_inset space ~
20576 \end_inset
20577
20578 Paket
20579 \family default
20580
20581 \begin_inset space ~
20582 \end_inset
20583
20584
20585 \family sans
20586 verwenden
20587 \family default
20588  ankreuzen.
20589 \end_layout
20590
20591 \begin_layout Standard
20592 Sehen Sie sich bitte auch Abschnitt
20593 \begin_inset space ~
20594 \end_inset
20595
20596
20597 \begin_inset CommandInset ref
20598 LatexCommand ref
20599 reference "uab:Fußnoten-Nummerierung"
20600
20601 \end_inset
20602
20603  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20604 \end_layout
20605
20606 \begin_layout Section
20607 Auf Gleitobjekte verweisen
20608 \begin_inset CommandInset label
20609 LatexCommand label
20610 name "abs:Auf-Gleitobjekte-verweisen"
20611
20612 \end_inset
20613
20614
20615 \begin_inset Index idx
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 Gleitobjekte ! Querverweise
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \begin_inset Index idx
20626 status collapsed
20627
20628 \begin_layout Plain Layout
20629 Querverweise ! auf Gleitobjekte
20630 \end_layout
20631
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \begin_layout Standard
20638 Zunächst müssen Sie mit 
20639 \family sans
20640 Einfügen\SpecialChar \menuseparator
20641 Marke
20642 \family default
20643  oder einen Klick auf 
20644 \begin_inset Graphics
20645         filename ../../images/label-insert.png
20646         scale 70
20647         scaleBeforeRotation
20648
20649 \end_inset
20650
20651  eine Marke im Titel einfügen.
20652  Im 
20653 \family sans
20654 Marke
20655 \family default
20656 -Dialog schreiben Sie einen Text in das Feld 
20657 \family sans
20658 Marke
20659 \family default
20660  oder übernehmen den vorgeschlagenen.
20661  Die Marke sieht in LyX dann so aus:
20662 \end_layout
20663
20664 \begin_layout Standard
20665 \begin_inset Graphics
20666         filename clipart/Marke.png
20667         lyxscale 80
20668         scale 50
20669         scaleBeforeRotation
20670         BoundingBox 0bp 6bp 76bp 23bp
20671
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \begin_layout Standard
20678 Die Marke wird als Anker und Name für den Querverweis benutzt.
20679  Mit 
20680 \family sans
20681 Einfügen\SpecialChar \menuseparator
20682 Querverweis
20683 \family default
20684  oder einen Klick auf 
20685 \begin_inset Graphics
20686         filename ../../images/dialog-show-new-inset_ref.png
20687         scale 70
20688         scaleBeforeRotation
20689
20690 \end_inset
20691
20692  können Sie dann auf die Marke verweisen.
20693  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20694  angezeigt:
20695 \end_layout
20696
20697 \begin_layout Standard
20698 \begin_inset Graphics
20699         filename clipart/Querverweis.png
20700         lyxscale 80
20701         scale 50
20702         scaleBeforeRotation
20703         BoundingBox 0bp 6bp 76bp 23bp
20704
20705 \end_inset
20706
20707
20708 \begin_inset Newline newline
20709 \end_inset
20710
20711  Mehr zu Querverweisen finden Sie im 
20712 \emph on
20713 Benutzerhandbuch
20714 \emph default
20715 .
20716 \end_layout
20717
20718 \begin_layout Standard
20719 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20720  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20721  durch einen Zeilenumbruch getrennt werden können.
20722 \end_layout
20723
20724 \begin_layout Standard
20725 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20726  LyX passt die Querverweise automatisch an.
20727 \end_layout
20728
20729 \begin_layout Standard
20730 Ein Klick auf den Schalter 
20731 \family sans
20732 Gehe
20733 \begin_inset space ~
20734 \end_inset
20735
20736 zur
20737 \begin_inset space ~
20738 \end_inset
20739
20740 Marke
20741 \family default
20742  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20743  Der Text der Schaltfläche heißt jetzt 
20744 \family sans
20745 Gehe
20746 \begin_inset space ~
20747 \end_inset
20748
20749 zurück
20750 \family default
20751  und ein Klick darauf macht genau dies.
20752   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20753  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20754  Dann ist auch kein 
20755 \family sans
20756 Gehe
20757 \begin_inset space ~
20758 \end_inset
20759
20760 zurück
20761 \family default
20762  möglich.
20763 \end_layout
20764
20765 \begin_layout Subsection
20766 Querverweis-Formate
20767 \begin_inset CommandInset label
20768 LatexCommand label
20769 name "uab:Querverweis-Formate"
20770
20771 \end_inset
20772
20773
20774 \begin_inset Index idx
20775 status collapsed
20776
20777 \begin_layout Plain Layout
20778 Querverweise ! Formate
20779 \end_layout
20780
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \begin_layout Standard
20787 Es gibt sechs verschiedene Querverweisstile:
20788 \end_layout
20789
20790 \begin_layout Description
20791 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20792  
20793 \begin_inset CommandInset ref
20794 LatexCommand ref
20795 reference "abb:Zwei-Teilabbildungen"
20796
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \begin_layout Description
20803 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20804  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20805  verwendet wird, speziell wenn der Name 
20806 \begin_inset Quotes gld
20807 \end_inset
20808
20809 Gleichung
20810 \begin_inset Quotes grd
20811 \end_inset
20812
20813  weggelassen wird: 
20814 \begin_inset CommandInset ref
20815 LatexCommand eqref
20816 reference "eq:Wgn"
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \begin_layout Description
20824 <Seite>: druckt die Seitennummer: Seite
20825 \begin_inset space ~
20826 \end_inset
20827
20828
20829 \begin_inset CommandInset ref
20830 LatexCommand pageref
20831 reference "abb:Zwei-Teilabbildungen"
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Description
20839 auf
20840 \begin_inset space ~
20841 \end_inset
20842
20843 Seite
20844 \begin_inset space ~
20845 \end_inset
20846
20847 <Seite>: druckt den Text 
20848 \begin_inset Quotes gld
20849 \end_inset
20850
20851 auf Seite
20852 \begin_inset Quotes grd
20853 \end_inset
20854
20855  und die Seitennummer: 
20856 \begin_inset CommandInset ref
20857 LatexCommand vpageref
20858 reference "abb:Zwei-Teilabbildungen"
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Description
20866 <Querverweis>
20867 \begin_inset space ~
20868 \end_inset
20869
20870 auf
20871 \begin_inset space ~
20872 \end_inset
20873
20874 Seite
20875 \begin_inset space ~
20876 \end_inset
20877
20878 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20879 \begin_inset Quotes gld
20880 \end_inset
20881
20882 auf Seite
20883 \begin_inset Quotes grd
20884 \end_inset
20885
20886 , und die Seitennummer: 
20887 \begin_inset CommandInset ref
20888 LatexCommand vref
20889 reference "abb:Zwei-Teilabbildungen"
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \begin_layout Description
20897 Formatierter
20898 \begin_inset space ~
20899 \end_inset
20900
20901 Querverweis: druckt ein selbst definiertes Querverweisformat
20902 \begin_inset Newline newline
20903 \end_inset
20904
20905
20906 \begin_inset Note Greyedout
20907 status open
20908
20909 \begin_layout Plain Layout
20910
20911 \series bold
20912 Bemerkung:
20913 \series default
20914  Dies ist nur möglich, wenn das LaTeX-Paket 
20915 \series bold
20916 prettyref
20917 \series default
20918
20919 \begin_inset Index idx
20920 status collapsed
20921
20922 \begin_layout Plain Layout
20923 LaTeX-Pakete! prettyref
20924 \end_layout
20925
20926 \end_inset
20927
20928  installiert ist.
20929 \end_layout
20930
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \begin_layout Standard
20937
20938 \family sans
20939 <Seite>
20940 \family default
20941  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20942  vorherigen, der selben oder der nächsten Seite befindet.
20943  Stattdessen wird z.
20944 \begin_inset space \thinspace{}
20945 \end_inset
20946
20947 B.
20948  der Text 
20949 \begin_inset Quotes gld
20950 \end_inset
20951
20952
20953 \family sans
20954 auf dieser Seite
20955 \family default
20956
20957 \begin_inset Quotes grd
20958 \end_inset
20959
20960  gedruckt.
20961  Der Stil 
20962 \family sans
20963 <Querverweis>
20964 \begin_inset space ~
20965 \end_inset
20966
20967 auf
20968 \begin_inset space ~
20969 \end_inset
20970
20971 Seite
20972 \begin_inset space ~
20973 \end_inset
20974
20975 <Seite>
20976 \family default
20977  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
20978  Seite ist.
20979 \end_layout
20980
20981 \begin_layout Standard
20982 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20983  automatisch von LaTeX berechnet.
20984  Die Stile können im Feld 
20985 \family sans
20986 Format
20987 \family default
20988  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20989  einen Querverweis klicken.
20990 \end_layout
20991
20992 \begin_layout Standard
20993 \begin_inset Note Greyedout
20994 status open
20995
20996 \begin_layout Plain Layout
20997
20998 \series bold
20999 Bemerkung:
21000 \series default
21001  Das LaTeX-Paket 
21002 \series bold
21003 prettyref
21004 \series default
21005
21006 \begin_inset Index idx
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010 LaTeX-Pakete! prettyref
21011 \end_layout
21012
21013 \end_inset
21014
21015  kennt nicht alle möglichen Marken-Kürzel
21016 \begin_inset Foot
21017 status collapsed
21018
21019 \begin_layout Plain Layout
21020  
21021 \begin_inset Quotes gld
21022 \end_inset
21023
21024 abb:
21025 \begin_inset Quotes grd
21026 \end_inset
21027
21028  ist z.
21029 \begin_inset space \thinspace{}
21030 \end_inset
21031
21032 B.
21033  LyXs Kürzel für Marken in Bildbeschriftungen.
21034 \end_layout
21035
21036 \end_inset
21037
21038  von LyX und ist auch nicht internationalisiert.
21039  Wie man weitere Marken-Kürzel und Übersetzungen hinzufüg, ist in der Dokumentat
21040 ion von 
21041 \series bold
21042 prettyref
21043 \series default
21044  beschrieben 
21045 \begin_inset CommandInset citation
21046 LatexCommand cite
21047 key "prettyref"
21048
21049 \end_inset
21050
21051 .
21052 \end_layout
21053
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \begin_layout Subsection
21060 Automatische Querverweisnamen
21061 \begin_inset Index idx
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065 Querverweise ! Automatische Namen 
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Standard
21074 Das LaTeX-Paket 
21075 \series bold
21076 hyperref
21077 \series default
21078
21079 \begin_inset Index idx
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083 LaTeX-Pakete ! hyperref
21084 \end_layout
21085
21086 \end_inset
21087
21088 , das in den
21089 \family sans
21090  PDF-Eigenschaften
21091 \family default
21092  im 
21093 \family sans
21094 Dokument-Einstellungen
21095 \family default
21096  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21097  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21098  wie 
21099 \emph on
21100 Abschnitt
21101 \emph default
21102 ).
21103  Sie müssen damit z.
21104 \begin_inset space \thinspace{}
21105 \end_inset
21106
21107 B.
21108  nicht mehr den Namen 
21109 \begin_inset Quotes gld
21110 \end_inset
21111
21112 Abbildung
21113 \begin_inset Quotes grd
21114 \end_inset
21115
21116  vor jeden Querverweis auf eine Abbildung schreiben.
21117  Um diese Funktion benutzen zu können, aktivieren Sie 
21118 \series bold
21119 hyperref
21120 \series default
21121  und fügen diese Zeile in den LaTeX-Vorspann ein:
21122 \end_layout
21123
21124 \begin_layout Standard
21125
21126 \series bold
21127
21128 \backslash
21129 AtBeginDocument{
21130 \backslash
21131 renewcommand{
21132 \backslash
21133 ref}[1]{
21134 \backslash
21135 mbox{
21136 \backslash
21137 autoref{#1}}}}
21138 \end_layout
21139
21140 \begin_layout Standard
21141 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21142 \begin_inset space \thinspace{}
21143 \end_inset
21144
21145 B.
21146  statt 
21147 \begin_inset Quotes gld
21148 \end_inset
21149
21150 Abschnitt
21151 \begin_inset Quotes grd
21152 \end_inset
21153
21154  den Namen 
21155 \begin_inset Quotes gld
21156 \end_inset
21157
21158 Kap.
21159 \begin_inset space \thinspace{}
21160 \end_inset
21161
21162
21163 \begin_inset Quotes grd
21164 \end_inset
21165
21166 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21167 \end_layout
21168
21169 \begin_layout Standard
21170
21171 \series bold
21172
21173 \backslash
21174 addto
21175 \backslash
21176 extrasngerman{
21177 \backslash
21178 renewcommand{
21179 \backslash
21180 sectionautorefname}
21181 \begin_inset Newline newline
21182 \end_inset
21183
21184
21185 \begin_inset Phantom HPhantom
21186 status open
21187
21188 \begin_layout Plain Layout
21189
21190 \series bold
21191 \begin_inset space ~
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198
21199 {Kap.
21200 \backslash
21201 negthinspace}}
21202 \end_layout
21203
21204 \begin_layout Standard
21205 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21206 \begin_inset Newline newline
21207 \end_inset
21208
21209
21210 \series bold
21211
21212 \backslash
21213 extrasngerman
21214 \series default
21215  durch 
21216 \series bold
21217
21218 \backslash
21219 extras***
21220 \series default
21221 , wobei *** der Name der verwendeten Sprache ist.
21222 \end_layout
21223
21224 \begin_layout Standard
21225 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21226  z.
21227 \begin_inset space \thinspace{}
21228 \end_inset
21229
21230 B.
21231  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21232 \end_layout
21233
21234 \begin_layout Standard
21235
21236 \series bold
21237
21238 \backslash
21239 newlength{
21240 \backslash
21241 abc}
21242 \begin_inset Newline newline
21243 \end_inset
21244
21245
21246 \backslash
21247 settowidth{
21248 \backslash
21249 abc}{
21250 \backslash
21251 space}
21252 \begin_inset Newline newline
21253 \end_inset
21254
21255
21256 \backslash
21257 addto
21258 \backslash
21259 extrasenglish{
21260 \backslash
21261 renewcommand{
21262 \backslash
21263 equationautorefname}
21264 \begin_inset Newline newline
21265 \end_inset
21266
21267
21268 \begin_inset Phantom HPhantom
21269 status open
21270
21271 \begin_layout Plain Layout
21272
21273 \series bold
21274 \begin_inset space ~
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281
21282 {
21283 \backslash
21284 hspace{-
21285 \backslash
21286 abc}}
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Mehr über dieses Thema finden Sie in der 
21291 \series bold
21292 hyperref
21293 \series default
21294 -Dokumentation 
21295 \begin_inset CommandInset citation
21296 LatexCommand cite
21297 key "hyperref"
21298
21299 \end_inset
21300
21301 .
21302 \end_layout
21303
21304 \begin_layout Standard
21305 \begin_inset Note Greyedout
21306 status open
21307
21308 \begin_layout Plain Layout
21309
21310 \series bold
21311 Bemerkung:
21312 \series default
21313  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21314  als Querverweisstil 
21315 \family sans
21316 Formatierter
21317 \begin_inset space ~
21318 \end_inset
21319
21320 Querverweis
21321 \family default
21322  benutzen, wie in Abschnitt
21323 \begin_inset space ~
21324 \end_inset
21325
21326
21327 \begin_inset CommandInset ref
21328 LatexCommand ref
21329 reference "uab:Querverweis-Formate"
21330
21331 \end_inset
21332
21333  beschrieben.
21334 \end_layout
21335
21336 \end_inset
21337
21338
21339 \end_layout
21340
21341 \begin_layout Standard
21342 Das 
21343 \emph on
21344 Mathe
21345 \emph default
21346  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21347 \end_layout
21348
21349 \begin_layout Subsection
21350 Querverweis-Position
21351 \begin_inset CommandInset label
21352 LatexCommand label
21353 name "uab:Querverweis-Position"
21354
21355 \end_inset
21356
21357
21358 \begin_inset Index idx
21359 status collapsed
21360
21361 \begin_layout Plain Layout
21362 Querverweise !  Position
21363 \end_layout
21364
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \begin_layout Standard
21371 Wenn Sie 
21372 \series bold
21373 hyperref
21374 \series default
21375
21376 \begin_inset Index idx
21377 status collapsed
21378
21379 \begin_layout Plain Layout
21380 LaTeX-Pakete ! hyperref
21381 \end_layout
21382
21383 \end_inset
21384
21385  in den
21386 \family sans
21387  PDF-Eigenschaften
21388 \family default
21389  im 
21390 \family sans
21391 Dokument-Einstellungen
21392 \family default
21393  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21394  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21395  und Sie werden das Bild ohne Scrollen nicht sehen.
21396  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21397  ist.
21398  Wenn Sie das  LaTeX-Paket 
21399 \series bold
21400 hypcap
21401 \series default
21402
21403 \begin_inset Index idx
21404 status collapsed
21405
21406 \begin_layout Plain Layout
21407 LaTeX-Pakete ! hypcap
21408 \end_layout
21409
21410 \end_inset
21411
21412 , das Teil des LaTeX-Pakets 
21413 \series bold
21414 oberdiek
21415 \series default
21416
21417 \begin_inset Index idx
21418 status collapsed
21419
21420 \begin_layout Plain Layout
21421 LaTeX-Pakete ! oberdiek
21422 \end_layout
21423
21424 \end_inset
21425
21426  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21427  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21428 \series bold
21429 hypcap
21430 \series default
21431  zunächst in den LaTeX-Vorspann laden:
21432 \end_layout
21433
21434 \begin_layout Standard
21435
21436 \series bold
21437
21438 \backslash
21439 usepackage[figure]{hypcap}
21440 \end_layout
21441
21442 \begin_layout Standard
21443 Sie können 
21444 \series bold
21445 hypcap
21446 \series default
21447  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21448  nicht empfohlen.
21449  Weitere Informationen finden Sie im
21450 \series bold
21451  hypcap
21452 \series default
21453 -Handbuch 
21454 \begin_inset CommandInset citation
21455 LatexCommand cite
21456 key "hypcap"
21457
21458 \end_inset
21459
21460 .
21461 \end_layout
21462
21463 \begin_layout Standard
21464 \begin_inset Note Greyedout
21465 status open
21466
21467 \begin_layout Plain Layout
21468
21469 \series bold
21470 Bemerkung:
21471 \series default
21472  
21473 \series bold
21474 hypcap
21475 \series medium
21476  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21477 \end_layout
21478
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \begin_layout Section
21485 Gleitobjekt-Platzierung
21486 \begin_inset CommandInset label
21487 LatexCommand label
21488 name "abs:Gleitobjekt-Platzierung"
21489
21490 \end_inset
21491
21492
21493 \begin_inset Index idx
21494 status collapsed
21495
21496 \begin_layout Plain Layout
21497 Gleitobjekte ! Platzierung
21498 \end_layout
21499
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \begin_layout Standard
21506 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21507 \family sans
21508 Gleitobjekt-Einstellungen
21509 \family default
21510 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21511  können.
21512 \begin_inset Newline newline
21513 \end_inset
21514
21515 Die Option 
21516 \family sans
21517 Spalten
21518 \begin_inset space ~
21519 \end_inset
21520
21521 überspannen
21522 \family default
21523  ist nur bei zweispaltigen Dokumenten sinnvoll.
21524  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21525 \begin_inset Newline newline
21526 \end_inset
21527
21528 Die Option 
21529 \family sans
21530 Seitwärts
21531 \begin_inset space ~
21532 \end_inset
21533
21534 drehen
21535 \family default
21536  ist in Abschnitt 
21537 \begin_inset CommandInset ref
21538 LatexCommand ref
21539 reference "abs:Gedrehte-Gleitobjekte"
21540
21541 \end_inset
21542
21543  beschrieben.
21544 \end_layout
21545
21546 \begin_layout Standard
21547 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21548  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21549  Sie die Option 
21550 \family sans
21551 Standard-Platzierung
21552 \begin_inset space ~
21553 \end_inset
21554
21555 verwenden
21556 \family default
21557  nicht verwenden:
21558 \end_layout
21559
21560 \begin_layout Description
21561 Hier
21562 \begin_inset space ~
21563 \end_inset
21564
21565 wenn
21566 \begin_inset space ~
21567 \end_inset
21568
21569 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21570 \end_layout
21571
21572 \begin_layout Description
21573 Anfang
21574 \begin_inset space ~
21575 \end_inset
21576
21577 der
21578 \begin_inset space ~
21579 \end_inset
21580
21581 Seite
21582 \family sans
21583  
21584 \family default
21585 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21586  Gleitobjekte, die maximal 70
21587 \begin_inset space \thinspace{}
21588 \end_inset
21589
21590 % einer Seite benötigen, dürfen oben platziert werden.
21591  Dies kann durch die Variable 
21592 \series bold
21593
21594 \backslash
21595 topfraction
21596 \series default
21597  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21598 \end_layout
21599
21600 \begin_deeper
21601 \begin_layout Standard
21602
21603 \series bold
21604
21605 \backslash
21606 renewcommand{
21607 \backslash
21608 topfraction}{0.9}
21609 \family typewriter
21610 \series default
21611  
21612 \end_layout
21613
21614 \end_deeper
21615 \begin_layout Description
21616 Ende
21617 \begin_inset space ~
21618 \end_inset
21619
21620 der
21621 \begin_inset space ~
21622 \end_inset
21623
21624 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21625  Gleitobjekte, die maximal 30
21626 \begin_inset space \thinspace{}
21627 \end_inset
21628
21629 % einer Seite benötigen, dürfen unten platziert werden.
21630  Dies kann durch die Variable 
21631 \series bold
21632
21633 \backslash
21634 bottomfraction
21635 \series default
21636  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21637 \end_layout
21638
21639 \begin_deeper
21640 \begin_layout Standard
21641
21642 \series bold
21643
21644 \backslash
21645 renewcommand{
21646 \backslash
21647 bottomfraction}{0.5}
21648 \end_layout
21649
21650 \begin_layout Standard
21651 die oftmals zu kleine untere Grenze auf 50
21652 \begin_inset space \thinspace{}
21653 \end_inset
21654
21655 %.
21656 \end_layout
21657
21658 \end_deeper
21659 \begin_layout Description
21660 Seite
21661 \begin_inset space ~
21662 \end_inset
21663
21664 mit
21665 \begin_inset space ~
21666 \end_inset
21667
21668 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21669  Nur wenn mehr als 50
21670 \begin_inset space \thinspace{}
21671 \end_inset
21672
21673 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21674  Gleitobjekte bereitgestellt.
21675  Dies kann durch die Variable 
21676 \series bold
21677
21678 \backslash
21679 floatpagefraction 
21680 \series default
21681 im LaTeX-Vorspann überschrieben werden.
21682 \end_layout
21683
21684 \begin_layout Standard
21685 Die Reihenfolge der obigen Optionen wird 
21686 \emph on
21687 immer
21688 \emph default
21689  von LaTeX verwendet.
21690  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21691  versuchen 
21692 \family sans
21693 Hier
21694 \begin_inset space \space{}
21695 \end_inset
21696
21697 wenn
21698 \begin_inset space \space{}
21699 \end_inset
21700
21701 möglich
21702 \family default
21703 , dann 
21704 \family sans
21705 Anfang
21706 \begin_inset space ~
21707 \end_inset
21708
21709 der
21710 \begin_inset space ~
21711 \end_inset
21712
21713 Seite
21714 \family default
21715  und dann die anderen Optionen anzuwenden.
21716  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21717  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21718  Reihenfolge.
21719  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21720 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21721 \end_layout
21722
21723 \begin_layout Standard
21724 Die Option 
21725 \family sans
21726 Hier,
21727 \begin_inset space ~
21728 \end_inset
21729
21730 auf
21731 \begin_inset space ~
21732 \end_inset
21733
21734 jeden
21735 \begin_inset space ~
21736 \end_inset
21737
21738 Fall
21739 \family default
21740  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21741  fast druckreif ist.
21742  Denn mit der Option kann das Objekt nicht mehr 
21743 \emph on
21744 gleiten
21745 \emph default
21746 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21747  oftmals zerstört.
21748 \end_layout
21749
21750 \begin_layout Standard
21751 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21752  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21753 \begin_inset VSpace bigskip
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \begin_layout Standard
21760 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21761 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21762  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21763  Das kann mit dem LaTeX-Befehl
21764 \series bold
21765  
21766 \backslash
21767 suppressfloats
21768 \series default
21769  verhindert werden.
21770  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21771  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21772  gesetzt wird.
21773  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21774 \end_layout
21775
21776 \begin_layout Standard
21777
21778 \series bold
21779
21780 \backslash
21781 let
21782 \backslash
21783 meinAbschnitt
21784 \backslash
21785 section
21786 \begin_inset Newline newline
21787 \end_inset
21788
21789
21790 \backslash
21791 renewcommand{
21792 \backslash
21793 section}{
21794 \backslash
21795 suppressfloats[t]
21796 \backslash
21797 meinAbschnitt}
21798 \end_layout
21799
21800 \begin_layout Standard
21801 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21802  Unterabschnitten festlegen.
21803  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21804  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21805 \end_layout
21806
21807 \begin_layout Standard
21808 Es gibt auch noch das LaTeX-Paket 
21809 \series bold
21810 flafter
21811 \series default
21812
21813 \begin_inset Index idx
21814 status collapsed
21815
21816 \begin_layout Plain Layout
21817 LaTeX-Pakete ! flafter
21818 \end_layout
21819
21820 \end_inset
21821
21822  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21823  gedruckt wird.
21824 \end_layout
21825
21826 \begin_layout Standard
21827 \begin_inset VSpace bigskip
21828 \end_inset
21829
21830 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21831  Dafür gibt es das LaTeX-Paket 
21832 \series bold
21833 endfloat
21834 \series default
21835
21836 \begin_inset Index idx
21837 status collapsed
21838
21839 \begin_layout Plain Layout
21840 LaTeX-Pakete ! endfloat
21841 \end_layout
21842
21843 \end_inset
21844
21845 .
21846  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21847  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21848  
21849 \family sans
21850
21851 \begin_inset Quotes gld
21852 \end_inset
21853
21854 [Abbildung
21855 \begin_inset space ~
21856 \end_inset
21857
21858 3.2 ist ungefähr hier.]
21859 \family default
21860
21861 \begin_inset Quotes grd
21862 \end_inset
21863
21864  finden.
21865  Das 
21866 \series bold
21867 endfloat
21868 \series default
21869 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21870 \end_layout
21871
21872 \begin_layout Standard
21873
21874 \series bold
21875
21876 \backslash
21877 usepackage[Optionen]{endfloat}
21878 \end_layout
21879
21880 \begin_layout Standard
21881 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21882  Tabellen-Abschnitte, die Sie in der 
21883 \series bold
21884 endfloat
21885 \series default
21886 -Dokumentation 
21887 \begin_inset CommandInset citation
21888 LatexCommand cite
21889 key "endfloat"
21890
21891 \end_inset
21892
21893  nachlesen können.
21894 \begin_inset Newline newline
21895 \end_inset
21896
21897
21898 \begin_inset Note Greyedout
21899 status open
21900
21901 \begin_layout Plain Layout
21902
21903 \series bold
21904 Bemerkung
21905 \begin_inset space ~
21906 \end_inset
21907
21908 1: endfloat
21909 \series default
21910  übersetzt den Hinweistext nicht automatisch.
21911  Abschnitt
21912 \begin_inset space ~
21913 \end_inset
21914
21915 4 in 
21916 \begin_inset CommandInset citation
21917 LatexCommand cite
21918 key "endfloat"
21919
21920 \end_inset
21921
21922  beschreibt, wie es geht.
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \begin_layout Standard
21931 \begin_inset Note Greyedout
21932 status open
21933
21934 \begin_layout Plain Layout
21935
21936 \series bold
21937 Bemerkung
21938 \begin_inset space ~
21939 \end_inset
21940
21941 2: 
21942 \series default
21943 Die aktuelle Version von 
21944 \series bold
21945 endfloat
21946 \series default
21947  hat einen Fehler, wenn die Überschrift ein 
21948 \begin_inset Quotes gld
21949 \end_inset
21950
21951 ß
21952 \begin_inset Quotes grd
21953 \end_inset
21954
21955  enthält.
21956  Sie müssen stattdessen den Befehl 
21957 \series bold
21958
21959 \backslash
21960 ss
21961 \series default
21962  als TeX-Code benutzen.
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \begin_layout Standard
21971 \begin_inset VSpace bigskip
21972 \end_inset
21973
21974 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21975  wie 
21976 \begin_inset CommandInset citation
21977 LatexCommand cite
21978 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21979
21980 \end_inset
21981
21982 .
21983 \end_layout
21984
21985 \begin_layout Section
21986 Gedrehte Gleitobjekte
21987 \begin_inset CommandInset label
21988 LatexCommand label
21989 name "abs:Gedrehte-Gleitobjekte"
21990
21991 \end_inset
21992
21993
21994 \begin_inset Index idx
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 Gleitobjekte ! drehen
21999 \end_layout
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22008 t drehen.
22009  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22010  und die Option 
22011 \family sans
22012 Seitwärts
22013 \begin_inset space ~
22014 \end_inset
22015
22016 drehen
22017 \family default
22018  wählen.
22019 \end_layout
22020
22021 \begin_layout Standard
22022 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22023  sie ein mehrspaltiges Dokument haben) gedruckt.
22024  Sie können mehrere Spalten überspannen, wenn die Option 
22025 \family sans
22026 Spalten
22027 \begin_inset space ~
22028 \end_inset
22029
22030 überspannen
22031 \family default
22032  in den Gleitobjekt Einstellungen gewählt ist.
22033  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22034  werden können.
22035  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22036  Option 
22037 \series bold
22038 figuresleft
22039 \series default
22040  oder 
22041 \series bold
22042 figuresright
22043 \series default
22044  zu den Dokumentklassen-Optionen hinzu.
22045 \end_layout
22046
22047 \begin_layout Standard
22048 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22049  Tabelle
22050 \begin_inset space ~
22051 \end_inset
22052
22053
22054 \begin_inset CommandInset ref
22055 LatexCommand ref
22056 reference "tab:Gedrehte-Tabelle"
22057
22058 \end_inset
22059
22060  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22061 \end_layout
22062
22063 \begin_layout Standard
22064 \begin_inset Note Greyedout
22065 status open
22066
22067 \begin_layout Plain Layout
22068
22069 \series bold
22070 Bemerkung:
22071 \series default
22072  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Standard
22081 \begin_inset Float table
22082 wide false
22083 sideways true
22084 status open
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Caption
22088
22089 \begin_layout Plain Layout
22090 \begin_inset CommandInset label
22091 LatexCommand label
22092 name "tab:Gedrehte-Tabelle"
22093
22094 \end_inset
22095
22096 Gedrehte Tabelle
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Plain Layout
22105 \align center
22106 \begin_inset Tabular
22107 <lyxtabular version="3" rows="1" columns="5">
22108 <features tabularvalignment="middle">
22109 <column alignment="center" valignment="top" width="0">
22110 <column alignment="center" valignment="top" width="0">
22111 <column alignment="center" valignment="top" width="0">
22112 <column alignment="center" valignment="top" width="0">
22113 <column alignment="center" valignment="top" width="0">
22114 <row>
22115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 Test
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 b
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 c
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 d
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 e
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 </row>
22161 </lyxtabular>
22162
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Section
22174 Untergleitobjekte
22175 \begin_inset Index idx
22176 status collapsed
22177
22178 \begin_layout Plain Layout
22179 Gleitobjekte ! Untergleitobjekte
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Standard
22188 Untergleitobjekte werden z.
22189 \begin_inset space \thinspace{}
22190 \end_inset
22191
22192 B.
22193  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22194  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22195  eingefügt wird.
22196  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22197  in Tabelle
22198 \begin_inset space ~
22199 \end_inset
22200
22201
22202 \begin_inset CommandInset ref
22203 LatexCommand ref
22204 reference "tab:Untertabellen-nebeneinander"
22205
22206 \end_inset
22207
22208  und 
22209 \begin_inset CommandInset ref
22210 LatexCommand ref
22211 reference "tab:Untertabellen-übereinander"
22212
22213 \end_inset
22214
22215 .
22216 \end_layout
22217
22218 \begin_layout Standard
22219 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22220 \begin_inset space ~
22221 \end_inset
22222
22223
22224 \begin_inset CommandInset ref
22225 LatexCommand ref
22226 reference "tab:Untertabelle-a"
22227
22228 \end_inset
22229
22230  und 
22231 \begin_inset CommandInset ref
22232 LatexCommand ref
22233 reference "tab:Untertabelle-b"
22234
22235 \end_inset
22236
22237  sind Untertabellen von Tabelle
22238 \begin_inset space ~
22239 \end_inset
22240
22241
22242 \begin_inset CommandInset ref
22243 LatexCommand ref
22244 reference "tab:Untertabellen-nebeneinander"
22245
22246 \end_inset
22247
22248 .
22249 \end_layout
22250
22251 \begin_layout Standard
22252 \begin_inset Float table
22253 wide false
22254 sideways false
22255 status open
22256
22257 \begin_layout Plain Layout
22258 \begin_inset Caption
22259
22260 \begin_layout Plain Layout
22261 \begin_inset CommandInset label
22262 LatexCommand label
22263 name "tab:Untertabellen-nebeneinander"
22264
22265 \end_inset
22266
22267 Zwei Untertabellen nebeneinander.
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Plain Layout
22276 \align center
22277 \begin_inset space \hfill{}
22278 \end_inset
22279
22280
22281 \begin_inset Float table
22282 wide false
22283 sideways false
22284 status collapsed
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Caption
22288
22289 \begin_layout Plain Layout
22290 \begin_inset CommandInset label
22291 LatexCommand label
22292 name "tab:Untertabelle-a"
22293
22294 \end_inset
22295
22296 Dies ist Untertabelle a.
22297 \end_layout
22298
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \begin_layout Plain Layout
22305 \align center
22306 \begin_inset Tabular
22307 <lyxtabular version="3" rows="1" columns="5">
22308 <features tabularvalignment="middle">
22309 <column alignment="center" valignment="top" width="0">
22310 <column alignment="center" valignment="top" width="0">
22311 <column alignment="center" valignment="top" width="0">
22312 <column alignment="center" valignment="top" width="0">
22313 <column alignment="center" valignment="top" width="0">
22314 <row>
22315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 Test
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 b
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 c
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 d
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 e
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 </lyxtabular>
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369
22370
22371 \begin_inset space \hfill{}
22372 \end_inset
22373
22374
22375 \begin_inset Float table
22376 wide false
22377 sideways false
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Caption
22382
22383 \begin_layout Plain Layout
22384 \begin_inset CommandInset label
22385 LatexCommand label
22386 name "tab:Untertabelle-b"
22387
22388 \end_inset
22389
22390 Dies ist Untertabelle b.
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Plain Layout
22399 \align center
22400 \begin_inset Tabular
22401 <lyxtabular version="3" rows="1" columns="5">
22402 <features tabularvalignment="middle">
22403 <column alignment="center" valignment="top" width="0">
22404 <column alignment="center" valignment="top" width="0">
22405 <column alignment="center" valignment="top" width="0">
22406 <column alignment="center" valignment="top" width="0">
22407 <column alignment="center" valignment="top" width="0">
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413 e
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 d
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 c
22432 \end_layout
22433
22434 \end_inset
22435 </cell>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 b
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 Test
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 </lyxtabular>
22456
22457 \end_inset
22458
22459
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset space \hfill{}
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \begin_layout Standard
22477 \begin_inset Float table
22478 wide false
22479 sideways false
22480 status open
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Caption
22484
22485 \begin_layout Plain Layout
22486 \begin_inset CommandInset label
22487 LatexCommand label
22488 name "tab:Untertabellen-übereinander"
22489
22490 \end_inset
22491
22492 Zwei Untertabellen übereinander.
22493  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22494 \end_layout
22495
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \begin_layout Plain Layout
22502 \align center
22503 \begin_inset Float table
22504 wide false
22505 sideways false
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509 \begin_inset Caption
22510
22511 \begin_layout Plain Layout
22512
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \begin_layout Plain Layout
22521 \align center
22522 \begin_inset Tabular
22523 <lyxtabular version="3" rows="1" columns="4">
22524 <features tabularvalignment="middle">
22525 <column alignment="center" valignment="top" width="0">
22526 <column alignment="center" valignment="top" width="0">
22527 <column alignment="center" valignment="top" width="0">
22528 <column alignment="center" valignment="top" width="0">
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534 Test
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 Test
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552 Test
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 Test
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 </row>
22567 </lyxtabular>
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Plain Layout
22580 \align center
22581 \begin_inset Float table
22582 wide false
22583 sideways false
22584 status collapsed
22585
22586 \begin_layout Plain Layout
22587 \begin_inset Caption
22588
22589 \begin_layout Plain Layout
22590
22591 \end_layout
22592
22593 \end_inset
22594
22595
22596 \end_layout
22597
22598 \begin_layout Plain Layout
22599 \align center
22600 \begin_inset Tabular
22601 <lyxtabular version="3" rows="1" columns="5">
22602 <features tabularvalignment="middle">
22603 <column alignment="center" valignment="top" width="0">
22604 <column alignment="center" valignment="top" width="0">
22605 <column alignment="center" valignment="top" width="0">
22606 <column alignment="center" valignment="top" width="0">
22607 <column alignment="center" valignment="top" width="0">
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 a
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 b
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 c
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 d
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 e
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 </lyxtabular>
22656
22657 \end_inset
22658
22659
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \begin_layout Section
22673 Gleitobjekte nebeneinander
22674 \begin_inset Index idx
22675 status collapsed
22676
22677 \begin_layout Plain Layout
22678 Gleitobjekte ! nebeneinander
22679 \end_layout
22680
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \begin_layout Standard
22687 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22688 \begin_inset space ~
22689 \end_inset
22690
22691
22692 \begin_inset CommandInset ref
22693 LatexCommand ref
22694 reference "abb:Gleitobjekt-links"
22695
22696 \end_inset
22697
22698  und 
22699 \begin_inset CommandInset ref
22700 LatexCommand ref
22701 reference "abb:Gleitobjekt-rechts"
22702
22703 \end_inset
22704
22705  wird nur 
22706 \emph on
22707 ein
22708 \emph default
22709  Gleitobjekt verwendet.
22710  In dieses werden zwei Minipage Boxen eingefügt.
22711 \begin_inset Foot
22712 status collapsed
22713
22714 \begin_layout Plain Layout
22715 Minipages sind in Abschnitt
22716 \begin_inset space ~
22717 \end_inset
22718
22719
22720 \begin_inset CommandInset ref
22721 LatexCommand ref
22722 reference "abs:Minipage"
22723
22724 \end_inset
22725
22726  erklärt.
22727 \end_layout
22728
22729 \end_inset
22730
22731  Die Breite wird für jede Minipage auf 45
22732 \begin_inset space \thinspace{}
22733 \end_inset
22734
22735 -50
22736 \begin_inset space \thinspace{}
22737 \end_inset
22738
22739 Spalten% und die Box Ausrichtung auf 
22740 \family sans
22741 Unten
22742 \family default
22743  gesetzt.
22744  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22745  Gleitobjekt.
22746  Der einzige Unterschied ist, dass die Bildeinheit 
22747 \family sans
22748 Spaltenbreite
22749 \begin_inset space ~
22750 \end_inset
22751
22752 %
22753 \family default
22754  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22755 \end_layout
22756
22757 \begin_layout Standard
22758 \begin_inset Float figure
22759 wide false
22760 sideways false
22761 status open
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Box Frameless
22765 position "b"
22766 hor_pos "c"
22767 has_inner_box 1
22768 inner_pos "t"
22769 use_parbox 0
22770 use_makebox 0
22771 width "45col%"
22772 special "none"
22773 height "1in"
22774 height_special "totalheight"
22775 status open
22776
22777 \begin_layout Plain Layout
22778 \align center
22779 \begin_inset Graphics
22780         filename ../clipart/mobius.eps
22781         lyxscale 50
22782         width 100col%
22783         scaleBeforeRotation
22784
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Caption
22792
22793 \begin_layout Plain Layout
22794 \begin_inset CommandInset label
22795 LatexCommand label
22796 name "abb:Gleitobjekt-links"
22797
22798 \end_inset
22799
22800 Gleitobjekt auf der linken Seite.
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809
22810
22811 \begin_inset space \hfill{}
22812 \end_inset
22813
22814
22815 \begin_inset Box Frameless
22816 position "b"
22817 hor_pos "c"
22818 has_inner_box 1
22819 inner_pos "t"
22820 use_parbox 0
22821 use_makebox 0
22822 width "45col%"
22823 special "none"
22824 height "1in"
22825 height_special "totalheight"
22826 status open
22827
22828 \begin_layout Plain Layout
22829 \align center
22830 \begin_inset Graphics
22831         filename ../clipart/platypus.eps
22832         lyxscale 50
22833         width 100col%
22834         scaleBeforeRotation
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Caption
22843
22844 \begin_layout Plain Layout
22845 \begin_inset CommandInset label
22846 LatexCommand label
22847 name "abb:Gleitobjekt-rechts"
22848
22849 \end_inset
22850
22851 Gleitobjekt auf der rechten Seite.
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \end_layout
22863
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \begin_layout Section
22870 Beschriftungs-Formatierung
22871 \begin_inset CommandInset label
22872 LatexCommand label
22873 name "abs:Titel-Formatierung"
22874
22875 \end_inset
22876
22877
22878 \begin_inset Index idx
22879 status collapsed
22880
22881 \begin_layout Plain Layout
22882 Gleitobjekte ! Beschriftung ! Formatierung
22883 \end_layout
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \begin_layout Standard
22891
22892 \family sans
22893 Legende
22894 \family default
22895  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22896  In LyX sehen Titel so aus:  
22897 \family sans
22898
22899 \begin_inset Quotes gld
22900 \end_inset
22901
22902 Abbildung xyz:
22903 \family default
22904
22905 \begin_inset Quotes grd
22906 \end_inset
22907
22908 , gefolgt vom Beschriftungstext, wobei 
22909 \family sans
22910 xyz
22911 \family default
22912  die von LyX vergebene Nummer ist.
22913  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22914  gedruckt.
22915  Dies ist nicht immer brauchbar.
22916 \end_layout
22917
22918 \begin_layout Standard
22919 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22920  
22921 \series bold
22922 caption
22923 \series default
22924
22925 \begin_inset Index idx
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929 LaTeX-Pakete ! caption
22930 \end_layout
22931
22932 \end_inset
22933
22934  in den LaTeX-Vorspann laden:
22935 \end_layout
22936
22937 \begin_layout Standard
22938
22939 \series bold
22940
22941 \backslash
22942 usepackage[Format-Definition]{caption}
22943 \end_layout
22944
22945 \begin_layout Standard
22946 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22947  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22948 \end_layout
22949
22950 \begin_layout Standard
22951
22952 \series bold
22953
22954 \backslash
22955 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22956 \end_layout
22957
22958 \begin_layout Standard
22959 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22960  definieren.
22961  Dazu laden Sie das 
22962 \series bold
22963 caption
22964 \series default
22965 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22966  dem Befehl
22967 \end_layout
22968
22969 \begin_layout Standard
22970
22971 \series bold
22972
22973 \backslash
22974 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22975 \end_layout
22976
22977 \begin_layout Standard
22978 Für Abbildung
22979 \begin_inset space ~
22980 \end_inset
22981
22982
22983 \begin_inset CommandInset ref
22984 LatexCommand ref
22985 reference "abb:Langer-Abb-Titel"
22986
22987 \end_inset
22988
22989  und Tabelle
22990 \begin_inset space ~
22991 \end_inset
22992
22993
22994 \begin_inset CommandInset ref
22995 LatexCommand ref
22996 reference "tab:Langer-Tab-Titel"
22997
22998 \end_inset
22999
23000  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
23001  werden:
23002 \end_layout
23003
23004 \begin_layout Standard
23005
23006 \series bold
23007
23008 \backslash
23009 usepackage[tableposition=top]{caption}
23010 \begin_inset Newline newline
23011 \end_inset
23012
23013
23014 \backslash
23015 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23016 \begin_inset Newline newline
23017 \end_inset
23018
23019
23020 \begin_inset Phantom HPhantom
23021 status open
23022
23023 \begin_layout Plain Layout
23024
23025 \series bold
23026
23027 \backslash
23028 captionsetup[figure]{
23029 \end_layout
23030
23031 \end_inset
23032
23033 labelsep=period}
23034 \begin_inset Newline newline
23035 \end_inset
23036
23037
23038 \backslash
23039 captionsetup[table]{labelfont={bf,sf}}
23040 \end_layout
23041
23042 \begin_layout Standard
23043 \begin_inset Note Greyedout
23044 status open
23045
23046 \begin_layout Plain Layout
23047
23048 \series bold
23049 Bemerkung:
23050 \series default
23051  Die Option 
23052 \series bold
23053 tableposition=top
23054 \series default
23055  hat keine Auswirkung, wenn eine 
23056 \series bold
23057 KOMA-Script
23058 \series default
23059
23060 \begin_inset Index idx
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 LaTeX-Pakete ! KOMA-Script
23065 \end_layout
23066
23067 \end_inset
23068
23069 -Dokumentklasse verwendet wird.
23070  Hier muss die Option 
23071 \series bold
23072 tablecaptionabove
23073 \series default
23074  benutzt werden.
23075 \end_layout
23076
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \begin_layout Standard
23083 Weitere Informationen über das Paket
23084 \series bold
23085  caption
23086 \series default
23087  finden Sie in seiner Dokumentation 
23088 \begin_inset CommandInset citation
23089 LatexCommand cite
23090 key "caption"
23091
23092 \end_inset
23093
23094 .
23095 \end_layout
23096
23097 \begin_layout Standard
23098 Wenn Sie den Namen von 
23099 \begin_inset Quotes gld
23100 \end_inset
23101
23102 Abbildung
23103 \begin_inset Quotes grd
23104 \end_inset
23105
23106  auf 
23107 \begin_inset Quotes gld
23108 \end_inset
23109
23110 Bild
23111 \begin_inset Quotes grd
23112 \end_inset
23113
23114  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \series bold
23120
23121 \backslash
23122 renewcommand{
23123 \backslash
23124 fnum@figure}{Bild~
23125 \backslash
23126 thefigure}
23127 \end_layout
23128
23129 \begin_layout Standard
23130 wobei 
23131 \series bold
23132
23133 \backslash
23134 thefigure
23135 \series default
23136  die Bildnummer einsetzt und
23137 \series bold
23138  ~
23139 \series default
23140  ein geschütztes Leerzeichen ist.
23141 \end_layout
23142
23143 \begin_layout Standard
23144 \begin_inset VSpace bigskip
23145 \end_inset
23146
23147 Wenn Sie eine 
23148 \series bold
23149 KOMA-Script
23150 \series default
23151
23152 \begin_inset Index idx
23153 status collapsed
23154
23155 \begin_layout Plain Layout
23156 LaTeX-Pakete ! KOMA-Script
23157 \end_layout
23158
23159 \end_inset
23160
23161 -Dokumentklasse (
23162 \family sans
23163 article (KOMA-Script)
23164 \family default
23165
23166 \family sans
23167 book (KOMA-Script)
23168 \family default
23169
23170 \family sans
23171 letter (KOMA-Script)
23172 \family default
23173  oder 
23174 \family sans
23175 report (KOMA-Script)
23176 \family default
23177 ) benutzen, können Sie anstatt des 
23178 \series bold
23179 caption
23180 \series default
23181 -Paketes den eingebauten Befehl 
23182 \series bold
23183
23184 \backslash
23185 setkomafont
23186 \series default
23187  von 
23188 \series bold
23189 KOMA-Script
23190 \series default
23191  benutzen.
23192  Der Befehl
23193 \end_layout
23194
23195 \begin_layout Standard
23196
23197 \series bold
23198
23199 \backslash
23200 setkomafont{captionlabel}{
23201 \backslash
23202 bfseries}
23203 \end_layout
23204
23205 \begin_layout Standard
23206 im LaTeX-Vorspann druckt den Namen fett.
23207 \end_layout
23208
23209 \begin_layout Standard
23210 Weitere Informationen über 
23211 \series bold
23212
23213 \backslash
23214 setkomafont
23215 \series default
23216  finden Sie in der 
23217 \series bold
23218 KOMA-Script
23219 \series default
23220 -Do\SpecialChar \-
23221 ku\SpecialChar \-
23222 men\SpecialChar \-
23223 ta\SpecialChar \-
23224 tion 
23225 \begin_inset CommandInset citation
23226 LatexCommand cite
23227 key "KOMA-Script"
23228
23229 \end_inset
23230
23231 .
23232 \end_layout
23233
23234 \begin_layout Standard
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240
23241 \backslash
23242 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23243 }
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \begin_inset Note Note
23250 status open
23251
23252 \begin_layout Plain Layout
23253 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23254 \end_layout
23255
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset Float figure
23263 placement !p
23264 wide false
23265 sideways false
23266 status open
23267
23268 \begin_layout Plain Layout
23269 \align center
23270 \begin_inset Graphics
23271         filename ../clipart/mobius.eps
23272         lyxscale 50
23273         scale 50
23274         scaleBeforeRotation
23275
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \begin_layout Plain Layout
23282 \begin_inset Caption
23283
23284 \begin_layout Plain Layout
23285 \begin_inset CommandInset label
23286 LatexCommand label
23287 name "abb:Langer-Abb-Titel"
23288
23289 \end_inset
23290
23291 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23292  ist, um das andere Beschriftungsformat zu zeigen.
23293  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23294 \begin_inset Argument
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23299  ist.
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Standard
23318 \begin_inset ERT
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322
23323
23324 \backslash
23325 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23326 on}
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Standard
23335 \begin_inset Float table
23336 placement !p
23337 wide false
23338 sideways false
23339 status open
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Caption
23343
23344 \begin_layout Plain Layout
23345 \begin_inset CommandInset label
23346 LatexCommand label
23347 name "tab:Langer-Tab-Titel"
23348
23349 \end_inset
23350
23351 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23352  ist, um das andere Beschriftungsformat zu zeigen.
23353  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23354  benutzt.
23355 \begin_inset Argument
23356 status collapsed
23357
23358 \begin_layout Plain Layout
23359 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23360  ist.
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Plain Layout
23374 \align center
23375 \begin_inset Tabular
23376 <lyxtabular version="3" rows="1" columns="5">
23377 <features tabularvalignment="middle">
23378 <column alignment="center" valignment="top" width="0">
23379 <column alignment="center" valignment="top" width="0">
23380 <column alignment="center" valignment="top" width="0">
23381 <column alignment="center" valignment="top" width="0">
23382 <column alignment="center" valignment="top" width="0">
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 a
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 b
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 c
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 d
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 e
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 </lyxtabular>
23431
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \begin_layout Section
23443 Beschriftungs-Platzierung
23444 \begin_inset CommandInset label
23445 LatexCommand label
23446 name "abs:Titel-Platzierung"
23447
23448 \end_inset
23449
23450
23451 \begin_inset Index idx
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455 Gleitobjekte ! Beschriftung ! Platzierung
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Standard
23464 Normalerweise werden die Beschriftungen wie folgt platziert:
23465 \end_layout
23466
23467 \begin_layout Description
23468 Abbildung: darunter
23469 \end_layout
23470
23471 \begin_layout Description
23472 Tabelle: darüber
23473 \end_layout
23474
23475 \begin_layout Standard
23476 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23477  Das heißt wenn Sie eine der Dokument-Klassen 
23478 \family sans
23479 article
23480 \family default
23481
23482 \family sans
23483 book
23484 \family default
23485
23486 \family sans
23487 letter
23488 \family default
23489  oder 
23490 \family sans
23491 report
23492 \family default
23493  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23494  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23495 \series bold
23496 caption
23497 \series default
23498  im LaTeX-Vorspann folgendes schreiben:
23499 \begin_inset Foot
23500 status collapsed
23501
23502 \begin_layout Plain Layout
23503 In Abschnitt
23504 \begin_inset space ~
23505 \end_inset
23506
23507
23508 \begin_inset CommandInset ref
23509 LatexCommand ref
23510 reference "abs:Titel-Formatierung"
23511
23512 \end_inset
23513
23514  steht mehr über das Paket 
23515 \series bold
23516 caption
23517 \series default
23518 .
23519 \end_layout
23520
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \begin_layout Standard
23527
23528 \series bold
23529 tableposition=top
23530 \end_layout
23531
23532 \begin_layout Standard
23533 Wenn Sie eine 
23534 \series bold
23535 KOMA-Script
23536 \series default
23537
23538 \begin_inset Index idx
23539 status collapsed
23540
23541 \begin_layout Plain Layout
23542 LaTeX-Pakete ! KOMA-Script
23543 \end_layout
23544
23545 \end_inset
23546
23547 -Dokumentklasse (
23548 \family sans
23549 article (KOMA-Script)
23550 \family default
23551
23552 \family sans
23553 book (KOMA-Script)
23554 \family default
23555
23556 \family sans
23557 letter (KOMA-Script)
23558 \family default
23559  oder 
23560 \family sans
23561 report (KOMA-Script)
23562 \family default
23563 ) benutzen, können Sie alternativ zum 
23564 \series bold
23565 caption
23566 \series default
23567 -Paket die Option 
23568 \series bold
23569 tablecaptionabove
23570 \series default
23571  benutzen.
23572 \end_layout
23573
23574 \begin_layout Standard
23575 \begin_inset VSpace bigskip
23576 \end_inset
23577
23578 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23579  Das bewirkt das LaTeX-Paket 
23580 \series bold
23581 sidecap
23582 \series default
23583
23584 \begin_inset Index idx
23585 status collapsed
23586
23587 \begin_layout Plain Layout
23588 LaTeX-Pakete ! sidecap
23589 \end_layout
23590
23591 \end_inset
23592
23593 , das so in den LaTeX-Vorspann geladen wird:
23594 \end_layout
23595
23596 \begin_layout Standard
23597
23598 \series bold
23599
23600 \backslash
23601 usepackage[Option]{sidecap}
23602 \end_layout
23603
23604 \begin_layout Standard
23605 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23606  Mit 
23607 \series bold
23608 innercaption
23609 \series default
23610  wird die Beschriftung innen gedruckt.
23611  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23612  
23613 \series bold
23614 rightcaption
23615 \series default
23616  oder 
23617 \series bold
23618 leftcaption
23619 \series default
23620 .
23621 \end_layout
23622
23623 \begin_layout Standard
23624 \begin_inset ERT
23625 status collapsed
23626
23627 \begin_layout Plain Layout
23628
23629
23630 \backslash
23631 ifsidecap
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \begin_inset Note Note
23638 status open
23639
23640 \begin_layout Plain Layout
23641 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23642 \series bold
23643 sidecap
23644 \series default
23645  installiert ist.
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23655  in den LaTeX-Vorspann schreiben:
23656 \end_layout
23657
23658 \begin_layout Standard
23659 \noindent
23660 \begin_inset CommandInset line
23661 LatexCommand rule
23662 offset "0.5ex"
23663 width "100line%"
23664 height "1pt"
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \begin_layout Standard
23672
23673 \series bold
23674
23675 \backslash
23676 newcommand{
23677 \backslash
23678 TabBesBeg}{%
23679 \begin_inset Newline newline
23680 \end_inset
23681
23682
23683 \begin_inset Phantom HPhantom
23684 status open
23685
23686 \begin_layout Plain Layout
23687
23688 \series bold
23689 \begin_inset space ~
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \backslash
23699 let
23700 \backslash
23701 MyTable
23702 \backslash
23703 table
23704 \begin_inset Newline newline
23705 \end_inset
23706
23707
23708 \begin_inset Phantom HPhantom
23709 status open
23710
23711 \begin_layout Plain Layout
23712
23713 \series bold
23714 \begin_inset space ~
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \backslash
23724 let
23725 \backslash
23726 MyEndtable
23727 \backslash
23728 endtable
23729 \begin_inset Newline newline
23730 \end_inset
23731
23732
23733 \begin_inset Phantom HPhantom
23734 status open
23735
23736 \begin_layout Plain Layout
23737
23738 \series bold
23739 \begin_inset space ~
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \end_inset
23746
23747
23748 \backslash
23749 renewenvironment{table}{
23750 \backslash
23751 begin{SCtable}}{
23752 \backslash
23753 end{SCtable}}}
23754 \end_layout
23755
23756 \begin_layout Standard
23757
23758 \series bold
23759
23760 \backslash
23761 newcommand{
23762 \backslash
23763 TabBesEnd}{%
23764 \begin_inset Newline newline
23765 \end_inset
23766
23767
23768 \begin_inset Phantom HPhantom
23769 status open
23770
23771 \begin_layout Plain Layout
23772
23773 \series bold
23774 \begin_inset space ~
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \backslash
23784 let
23785 \backslash
23786 table
23787 \backslash
23788 MyTable
23789 \begin_inset Newline newline
23790 \end_inset
23791
23792
23793 \begin_inset Phantom HPhantom
23794 status open
23795
23796 \begin_layout Plain Layout
23797
23798 \series bold
23799 \begin_inset space ~
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \backslash
23809 let
23810 \backslash
23811 endtable
23812 \backslash
23813 MyEndtable
23814 \end_layout
23815
23816 \begin_layout Standard
23817
23818 \series bold
23819
23820 \backslash
23821 newcommand{
23822 \backslash
23823 FigBesBeg}{%
23824 \begin_inset Newline newline
23825 \end_inset
23826
23827
23828 \begin_inset Phantom HPhantom
23829 status open
23830
23831 \begin_layout Plain Layout
23832
23833 \series bold
23834 \begin_inset space ~
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \backslash
23844 let
23845 \backslash
23846 MyFigure
23847 \backslash
23848 figure
23849 \begin_inset Newline newline
23850 \end_inset
23851
23852
23853 \begin_inset Phantom HPhantom
23854 status open
23855
23856 \begin_layout Plain Layout
23857
23858 \series bold
23859 \begin_inset space ~
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \backslash
23869 let
23870 \backslash
23871 MyEndfigure
23872 \backslash
23873 endfigure
23874 \begin_inset Newline newline
23875 \end_inset
23876
23877
23878 \begin_inset Phantom HPhantom
23879 status open
23880
23881 \begin_layout Plain Layout
23882
23883 \series bold
23884 \begin_inset space ~
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \backslash
23894 renewenvironment{figure}{
23895 \backslash
23896 begin{SCfigure}}{
23897 \backslash
23898 end{SCfigure}}}
23899 \end_layout
23900
23901 \begin_layout Standard
23902
23903 \series bold
23904
23905 \backslash
23906 newcommand{
23907 \backslash
23908 FigBesEnd}{%
23909 \begin_inset Newline newline
23910 \end_inset
23911
23912
23913 \begin_inset Phantom HPhantom
23914 status open
23915
23916 \begin_layout Plain Layout
23917
23918 \series bold
23919 \begin_inset space ~
23920 \end_inset
23921
23922
23923 \end_layout
23924
23925 \end_inset
23926
23927
23928 \backslash
23929 let
23930 \backslash
23931 figure
23932 \backslash
23933 MyFigure
23934 \begin_inset Newline newline
23935 \end_inset
23936
23937
23938 \begin_inset Phantom HPhantom
23939 status open
23940
23941 \begin_layout Plain Layout
23942
23943 \series bold
23944 \begin_inset space ~
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \end_inset
23951
23952
23953 \backslash
23954 let
23955 \backslash
23956 endfigure
23957 \backslash
23958 MyEndfigure}
23959 \end_layout
23960
23961 \begin_layout Standard
23962 \noindent
23963 \begin_inset CommandInset line
23964 LatexCommand rule
23965 offset "0.5ex"
23966 width "100line%"
23967 height "1pt"
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \begin_layout Standard
23975 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23976 ungen seitlich gedruckt werden.
23977  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23978 \end_layout
23979
23980 \begin_layout Standard
23981
23982 \series bold
23983
23984 \backslash
23985 FigBesBeg
23986 \end_layout
23987
23988 \begin_layout Standard
23989 als TeX-Code vor und
23990 \end_layout
23991
23992 \begin_layout Standard
23993
23994 \series bold
23995
23996 \backslash
23997 FigBesEnd
23998 \end_layout
23999
24000 \begin_layout Standard
24001 hinter das Gleitobjekt.
24002  Bei Gleitobjekt-Tabellen heißen die Befehle
24003 \end_layout
24004
24005 \begin_layout Standard
24006
24007 \series bold
24008
24009 \backslash
24010 TabBesBeg
24011 \series default
24012  und 
24013 \series bold
24014
24015 \backslash
24016 TabBesEnd
24017 \series default
24018 .
24019 \end_layout
24020
24021 \begin_layout Standard
24022 Abbildung
24023 \begin_inset space ~
24024 \end_inset
24025
24026
24027 \begin_inset CommandInset ref
24028 LatexCommand ref
24029 reference "abb:Beschriftung-neben"
24030
24031 \end_inset
24032
24033  und Tabelle
24034 \begin_inset space ~
24035 \end_inset
24036
24037
24038 \begin_inset CommandInset ref
24039 LatexCommand ref
24040 reference "tab:cap-beside-tab"
24041
24042 \end_inset
24043
24044  sind Beispiele für seitliche Beschriftungen.
24045 \end_layout
24046
24047 \begin_layout Standard
24048 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24049  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24050  der Abbildung.
24051  Das kann man mit dem Befehl
24052 \end_layout
24053
24054 \begin_layout Standard
24055
24056 \series bold
24057
24058 \backslash
24059 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24060 \end_layout
24061
24062 \begin_layout Standard
24063 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24064  Der Gleitobjekt-Typ ist entweder 
24065 \family sans
24066 figure
24067 \family default
24068  oder 
24069 \family sans
24070 table
24071 \family default
24072 , die
24073 \family sans
24074  
24075 \family default
24076 Platzierung ist 
24077 \family typewriter
24078 t
24079 \family default
24080  für oben, 
24081 \family typewriter
24082 c
24083 \family default
24084  für zentriert oder 
24085 \family typewriter
24086 b
24087 \family default
24088  für unten.
24089  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24090  lautet der Befehl
24091 \end_layout
24092
24093 \begin_layout Standard
24094
24095 \series bold
24096
24097 \backslash
24098 sidecaptionvpos{figure}{c}
24099 \end_layout
24100
24101 \begin_layout Standard
24102 Das wurde in Abbildung
24103 \begin_inset space ~
24104 \end_inset
24105
24106
24107 \begin_inset CommandInset ref
24108 LatexCommand ref
24109 reference "abb:cap-beside-fig-2"
24110
24111 \end_inset
24112
24113  benutzt.
24114 \end_layout
24115
24116 \begin_layout Standard
24117 \begin_inset VSpace medskip
24118 \end_inset
24119
24120 Weitere Informationen über das Paket
24121 \series bold
24122  sidecap
24123 \series default
24124  finden Sie in seiner Dokumentation 
24125 \begin_inset CommandInset citation
24126 LatexCommand cite
24127 key "sidecap"
24128
24129 \end_inset
24130
24131 .
24132 \end_layout
24133
24134 \begin_layout Standard
24135 \begin_inset Note Greyedout
24136 status open
24137
24138 \begin_layout Plain Layout
24139
24140 \series bold
24141 Bemerkung:
24142 \series default
24143  Das LaTeX-Paket 
24144 \series bold
24145 hypcap
24146 \series default
24147 ,
24148 \begin_inset Index idx
24149 status collapsed
24150
24151 \begin_layout Plain Layout
24152 LaTeX-Pakete ! hypcap
24153 \end_layout
24154
24155 \end_inset
24156
24157  das in Abschnitt
24158 \begin_inset space ~
24159 \end_inset
24160
24161
24162 \begin_inset CommandInset ref
24163 LatexCommand ref
24164 reference "uab:Querverweis-Position"
24165
24166 \end_inset
24167
24168  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24169  Beschriftungen.
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \begin_inset ERT
24179 status collapsed
24180
24181 \begin_layout Plain Layout
24182
24183
24184 \backslash
24185 FigBesBeg 
24186 \end_layout
24187
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \begin_layout Standard
24194 \begin_inset Float figure
24195 wide false
24196 sideways false
24197 status open
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Graphics
24201         filename ../clipart/escher-lsd.eps
24202         scale 75
24203         scaleBeforeRotation
24204
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \begin_layout Plain Layout
24211 \begin_inset Caption
24212
24213 \begin_layout Plain Layout
24214 \begin_inset CommandInset label
24215 LatexCommand label
24216 name "abb:Beschriftung-neben"
24217
24218 \end_inset
24219
24220 Dies ist eine Beschriftung neben einer Abbildung.
24221 \end_layout
24222
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \begin_layout Standard
24234 \begin_inset ERT
24235 status collapsed
24236
24237 \begin_layout Plain Layout
24238
24239
24240 \backslash
24241 TabBesBeg 
24242 \end_layout
24243
24244 \end_inset
24245
24246
24247 \end_layout
24248
24249 \begin_layout Standard
24250 \begin_inset Float table
24251 wide false
24252 sideways false
24253 status open
24254
24255 \begin_layout Plain Layout
24256 \begin_inset Caption
24257
24258 \begin_layout Plain Layout
24259 \begin_inset CommandInset label
24260 LatexCommand label
24261 name "tab:cap-beside-tab"
24262
24263 \end_inset
24264
24265 Dies ist eine Beschriftung neben einer Tabelle.
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \begin_layout Plain Layout
24274 \begin_inset Tabular
24275 <lyxtabular version="3" rows="4" columns="5">
24276 <features tabularvalignment="middle">
24277 <column alignment="center" valignment="top" width="0">
24278 <column alignment="center" valignment="top" width="0">
24279 <column alignment="center" valignment="top" width="0">
24280 <column alignment="center" valignment="top" width="0">
24281 <column alignment="center" valignment="top" width="0">
24282 <row>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 a
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 b
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 c
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343 d
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 e
24362 \end_layout
24363
24364 \end_inset
24365 </cell>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 </row>
24376 <row>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 f
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399 g
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417 h
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 i
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 j
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 </lyxtabular>
24471
24472 \end_inset
24473
24474
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset ERT
24484 status collapsed
24485
24486 \begin_layout Plain Layout
24487
24488
24489 \backslash
24490 TabBesEnd
24491 \end_layout
24492
24493 \end_inset
24494
24495
24496 \end_layout
24497
24498 \begin_layout Standard
24499 \begin_inset ERT
24500 status collapsed
24501
24502 \begin_layout Plain Layout
24503
24504
24505 \backslash
24506 sidecaptionvpos{figure}{c}
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \begin_inset Float figure
24513 wide false
24514 sideways false
24515 status open
24516
24517 \begin_layout Plain Layout
24518 \begin_inset Graphics
24519         filename ../clipart/escher-lsd.eps
24520         scale 75
24521         scaleBeforeRotation
24522
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \begin_layout Plain Layout
24529 \begin_inset Caption
24530
24531 \begin_layout Plain Layout
24532 \begin_inset CommandInset label
24533 LatexCommand label
24534 name "abb:cap-beside-fig-2"
24535
24536 \end_inset
24537
24538 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Standard
24552 \begin_inset ERT
24553 status collapsed
24554
24555 \begin_layout Plain Layout
24556
24557
24558 \backslash
24559 FigBesEnd
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \begin_inset ERT
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572
24573
24574 \backslash
24575 else
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \begin_inset Note Note
24582 status open
24583
24584 \begin_layout Plain Layout
24585 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24586 \series bold
24587 sidecap
24588 \series default
24589  nicht installiert ist:
24590 \end_layout
24591
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \begin_layout Standard
24598 Das LaTeX-Paket 
24599 \series bold
24600 sidecap
24601 \series default
24602  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24603 \end_layout
24604
24605 \begin_layout Standard
24606 \begin_inset ERT
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610
24611
24612 \backslash
24613 fi
24614 \end_layout
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \begin_layout Section
24622 Gleitobjekt-Verzeichnisse
24623 \begin_inset Index idx
24624 status collapsed
24625
24626 \begin_layout Plain Layout
24627 Gleitobjekte ! Verzeichnisse
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24637  Sie können mit den Untermenüs von 
24638 \family sans
24639 Einfügen\SpecialChar \menuseparator
24640 Liste
24641 \begin_inset space ~
24642 \end_inset
24643
24644 /
24645 \begin_inset space ~
24646 \end_inset
24647
24648 Inhaltsverzeichnis
24649 \family default
24650  eingefügt werden.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24655  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24656 \end_layout
24657
24658 \begin_layout Standard
24659 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24660  und ein Tabellen-Verzeichnis.
24661 \end_layout
24662
24663 \begin_layout Chapter
24664 Notizen
24665 \end_layout
24666
24667 \begin_layout Section
24668 LyX-Notizen
24669 \begin_inset Index idx
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673 Notizen ! LyX-Notizen
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Standard
24682 Notizen werden mit einem Klick auf 
24683 \begin_inset Graphics
24684         filename ../../images/note-insert.png
24685         scale 85
24686         scaleBeforeRotation
24687         BoundingBox 0bp 6bp 22bp 22bp
24688
24689 \end_inset
24690
24691  oder 
24692 \family sans
24693 Einfügen\SpecialChar \menuseparator
24694 Notiz
24695 \family default
24696  eingefügt.
24697  Es gibt drei Arten:
24698 \end_layout
24699
24700 \begin_layout Description
24701 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24702  Eine 
24703 \family sans
24704 LyX-Notiz
24705 \family default
24706  sieht so aus:
24707 \begin_inset Newline newline
24708 \end_inset
24709
24710
24711 \begin_inset Newline newline
24712 \end_inset
24713
24714
24715 \begin_inset Graphics
24716         filename clipart/LyXNotizQt4.png
24717         display false
24718         scale 60
24719         scaleBeforeRotation
24720
24721 \end_inset
24722
24723  
24724 \begin_inset Note Note
24725 status open
24726
24727 \begin_layout Plain Layout
24728 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Description
24737 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24738  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24739 \family sans
24740 Datei\SpecialChar \menuseparator
24741 Ex\SpecialChar \-
24742 por\SpecialChar \-
24743 tie\SpecialChar \-
24744 ren\SpecialChar \menuseparator
24745 LaTe
24746 \begin_inset ERT
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750
24751 {}
24752 \end_layout
24753
24754 \end_inset
24755
24756 X (pdflatex) / (normal)
24757 \family default
24758 .
24759  Ein Kommentar sieht so aus:
24760 \begin_inset Newline newline
24761 \end_inset
24762
24763
24764 \begin_inset Newline newline
24765 \end_inset
24766
24767
24768 \begin_inset Graphics
24769         filename clipart/KommentarQt4.png
24770         display false
24771         scale 60
24772         scaleBeforeRotation
24773
24774 \end_inset
24775
24776  
24777 \begin_inset Note Comment
24778 status open
24779
24780 \begin_layout Plain Layout
24781 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \begin_layout Description
24790 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24791 \begin_inset Newline newline
24792 \end_inset
24793
24794
24795 \begin_inset Newline newline
24796 \end_inset
24797
24798
24799 \begin_inset Graphics
24800         filename clipart/GrauschriftNotizQt4.png
24801         display false
24802         scale 60
24803         scaleBeforeRotation
24804
24805 \end_inset
24806
24807
24808 \begin_inset Newline newline
24809 \end_inset
24810
24811
24812 \begin_inset ERT
24813 status collapsed
24814
24815 \begin_layout Plain Layout
24816
24817
24818 \backslash
24819 renewenvironment{lyxgreyedout}
24820 \end_layout
24821
24822 \begin_layout Plain Layout
24823
24824 {
24825 \backslash
24826 textcolor[gray]{0.4}
24827 \backslash
24828 bgroup}{
24829 \backslash
24830 egroup}
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Note Greyedout
24837 status open
24838
24839 \begin_layout Plain Layout
24840 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24841 \begin_inset Foot
24842 status open
24843
24844 \begin_layout Plain Layout
24845 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24846 \end_layout
24847
24848 \end_inset
24849
24850
24851 \end_layout
24852
24853 \end_inset
24854
24855
24856 \begin_inset ERT
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860
24861
24862 \backslash
24863 renewenvironment{lyxgreyedout}
24864 \end_layout
24865
24866 \begin_layout Plain Layout
24867
24868 {
24869 \backslash
24870 textcolor{blue}
24871 \backslash
24872 bgroup}{
24873 \backslash
24874 egroup}
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \begin_inset Note Note
24881 status collapsed
24882
24883 \begin_layout Plain Layout
24884 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24885  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24886  
24887 \end_layout
24888
24889 \end_inset
24890
24891
24892 \begin_inset Newline newline
24893 \end_inset
24894
24895
24896 \begin_inset Newline newline
24897 \end_inset
24898
24899 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24900  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24901 \end_layout
24902
24903 \begin_layout Standard
24904 \begin_inset VSpace bigskip
24905 \end_inset
24906
24907 Wenn Sie auf den Werkzeugleistenknopf 
24908 \begin_inset Graphics
24909         filename ../../images/note-insert.png
24910         scale 85
24911         scaleBeforeRotation
24912         BoundingBox 0bp 6bp 22bp 22bp
24913
24914 \end_inset
24915
24916  klicken, wird zunächst eine 
24917 \family sans
24918 LyX-Notiz
24919 \family default
24920  eingefügt.
24921  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24922  anderen Möglichkeiten auswählen.
24923  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24924  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24925  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24926  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24927  am Ende der Notiz ist.
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset VSpace bigskip
24932 \end_inset
24933
24934 Die Textfarbe der 
24935 \family sans
24936 Grauschrift
24937 \family default
24938 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24939 \end_layout
24940
24941 \begin_layout Standard
24942
24943 \series bold
24944
24945 \backslash
24946 renewenvironment{lyxgreyedout}
24947 \begin_inset Newline newline
24948 \end_inset
24949
24950
24951 \begin_inset Phantom HPhantom
24952 status open
24953
24954 \begin_layout Plain Layout
24955
24956 \series bold
24957 \begin_inset space ~
24958 \end_inset
24959
24960
24961 \end_layout
24962
24963 \end_inset
24964
24965 {
24966 \backslash
24967 textcolor{color}
24968 \backslash
24969 bgroup}{
24970 \backslash
24971 egroup}
24972 \end_layout
24973
24974 \begin_layout Standard
24975 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24976 \begin_inset space ~
24977 \end_inset
24978
24979
24980 \begin_inset CommandInset ref
24981 LatexCommand ref
24982 reference "abs:Farbige-Tabellen"
24983
24984 \end_inset
24985
24986  beschrieben.
24987  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24988 \end_layout
24989
24990 \begin_layout Section
24991 Fußnoten
24992 \begin_inset CommandInset label
24993 LatexCommand label
24994 name "abs:Fußnoten"
24995
24996 \end_inset
24997
24998
24999 \begin_inset Index idx
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003 Notizen ! Fußnoten
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \begin_inset Index idx
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013 Fußnoten
25014 \end_layout
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \begin_layout Standard
25022 Zu dem, was bereits im 
25023 \emph on
25024 Benutzerhandbuch
25025 \emph default
25026  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
25027  Eine Fußnotenbox sieht folgendermaßen aus: 
25028 \begin_inset Graphics
25029         filename clipart/FussnoteQt4.png
25030         scale 80
25031         scaleBeforeRotation
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Standard
25039 Hier ist eine Beispielfußnote:
25040 \color black
25041
25042 \begin_inset Foot
25043 status open
25044
25045 \begin_layout Plain Layout
25046 \begin_inset CommandInset label
25047 LatexCommand label
25048 name "fuss:Fußnoten-Beispiel"
25049
25050 \end_inset
25051
25052 Dies ist eine Fußnote.
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \color inherit
25059
25060 \begin_inset ERT
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064
25065
25066 \backslash
25067 newcounter{MyRepeatFoot}
25068 \end_layout
25069
25070 \begin_layout Plain Layout
25071
25072
25073 \backslash
25074 setcounter{MyRepeatFoot}{
25075 \backslash
25076 thefootnote}
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Standard
25085 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25086  wurde, eine hochgestellte Zahl.
25087  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25088  hochgestellt dem Text vorangeht.
25089  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25090  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25091  werden.
25092 \end_layout
25093
25094 \begin_layout Standard
25095 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25096  der Fußnote eine Marke eingefügt wurde.
25097  Dies ist ein Querverweis auf Fußnote
25098 \begin_inset space ~
25099 \end_inset
25100
25101
25102 \begin_inset CommandInset ref
25103 LatexCommand ref
25104 reference "fuss:Fußnoten-Beispiel"
25105
25106 \end_inset
25107
25108 .
25109 \end_layout
25110
25111 \begin_layout Standard
25112 \begin_inset VSpace defskip
25113 \end_inset
25114
25115 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25116  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25117  wird der Befehl 
25118 \series bold
25119
25120 \backslash
25121 footnotemark{}
25122 \series default
25123  als TeX-Code eingefügt.
25124  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25125 \series bold
25126
25127 \backslash
25128 footnotetext
25129 \series default
25130  nach der Tabelle eingegeben.
25131 \begin_inset Newline newline
25132 \end_inset
25133
25134 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 footnotetext{
25143 \series default
25144 Gedruckte Tabellenfußnote.
25145 \series bold
25146 }
25147 \end_layout
25148
25149 \begin_layout Standard
25150 \begin_inset Tabular
25151 <lyxtabular version="3" rows="2" columns="1">
25152 <features tabularvalignment="middle">
25153 <column alignment="center" valignment="top" width="0">
25154 <row>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 Dies ist ein Beispieltext.
25160 \begin_inset Foot
25161 status open
25162
25163 \begin_layout Plain Layout
25164 Diese Fußnote wird nicht gedruckt!
25165 \end_layout
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \end_inset
25173 </cell>
25174 </row>
25175 <row>
25176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180 Dies ist ein Beispieltext.
25181 \begin_inset ERT
25182 status collapsed
25183
25184 \begin_layout Plain Layout
25185
25186
25187 \backslash
25188 footnotemark{}
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 </lyxtabular>
25200
25201 \end_inset
25202
25203
25204 \begin_inset ERT
25205 status collapsed
25206
25207 \begin_layout Plain Layout
25208
25209
25210 \backslash
25211 footnotetext{
25212 \end_layout
25213
25214 \end_inset
25215
25216 Gedruckte Tabellenfußnote.
25217 \begin_inset ERT
25218 status collapsed
25219
25220 \begin_layout Plain Layout
25221
25222 }
25223 \end_layout
25224
25225 \end_inset
25226
25227
25228 \end_layout
25229
25230 \begin_layout Standard
25231 Fußnoten in langen Tabellen sind in Abschnitt
25232 \begin_inset space ~
25233 \end_inset
25234
25235
25236 \begin_inset CommandInset ref
25237 LatexCommand ref
25238 reference "uab:Fußnoten-in-langen"
25239
25240 \end_inset
25241
25242  beschrieben.
25243 \end_layout
25244
25245 \begin_layout Standard
25246 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25247  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25248  innerhalb einer Seite ist.
25249  (Mehr über Minipages ist in Abschnitt
25250 \begin_inset space ~
25251 \end_inset
25252
25253
25254 \begin_inset CommandInset ref
25255 LatexCommand ref
25256 reference "abs:Minipage"
25257
25258 \end_inset
25259
25260  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25261  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25262  Methode mit 
25263 \series bold
25264
25265 \backslash
25266 footnotemark{}
25267 \series default
25268  und 
25269 \series bold
25270
25271 \backslash
25272 footnotetext
25273 \series default
25274 .
25275 \end_layout
25276
25277 \begin_layout Standard
25278 \begin_inset Box Frameless
25279 position "t"
25280 hor_pos "c"
25281 has_inner_box 1
25282 inner_pos "t"
25283 use_parbox 0
25284 use_makebox 0
25285 width "100col%"
25286 special "none"
25287 height "1in"
25288 height_special "totalheight"
25289 status open
25290
25291 \begin_layout Plain Layout
25292 Dies ist ein Beispieltext.in einer Minipage.
25293 \begin_inset Foot
25294 status open
25295
25296 \begin_layout Plain Layout
25297 Fußnote in einer Minipage.
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Plain Layout
25306 Dies ist ein Beispieltext.
25307  in einer Minipage.
25308 \begin_inset ERT
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312
25313
25314 \backslash
25315 footnotemark{}
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \end_inset
25324
25325
25326 \end_layout
25327
25328 \begin_layout Standard
25329 \begin_inset ERT
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333
25334
25335 \backslash
25336 footnotetext{
25337 \end_layout
25338
25339 \end_inset
25340
25341 Fußnote außerhalb der Minipage.
25342 \begin_inset ERT
25343 status collapsed
25344
25345 \begin_layout Plain Layout
25346
25347 }
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \begin_layout Standard
25356 \begin_inset VSpace defskip
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \begin_layout Standard
25363 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25364  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25365 \series bold
25366
25367 \backslash
25368 footnotemark[Nummer]
25369 \series default
25370 .
25371 \begin_inset Newline newline
25372 \end_inset
25373
25374 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25375  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25376  Hinter Fußnote
25377 \begin_inset space ~
25378 \end_inset
25379
25380
25381 \begin_inset CommandInset ref
25382 LatexCommand ref
25383 reference "fuss:Fußnoten-Beispiel"
25384
25385 \end_inset
25386
25387  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25388 \end_layout
25389
25390 \begin_layout Standard
25391
25392 \series bold
25393
25394 \backslash
25395 newcounter{MyRepeatFoot}
25396 \begin_inset Newline newline
25397 \end_inset
25398
25399
25400 \backslash
25401 setcounter{MyRepeatFoot}{
25402 \backslash
25403 thefootnote}
25404 \end_layout
25405
25406 \begin_layout Standard
25407 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25408 \end_layout
25409
25410 \begin_layout Standard
25411
25412 \series bold
25413
25414 \backslash
25415 footnotemark[
25416 \backslash
25417 theMyRepeatFoot]
25418 \end_layout
25419
25420 \begin_layout Standard
25421 Hier ist eine wiederholte Fußnote:
25422 \begin_inset ERT
25423 status collapsed
25424
25425 \begin_layout Plain Layout
25426
25427
25428 \backslash
25429 footnotemark[
25430 \backslash
25431 theMyRepeatFoot]
25432 \end_layout
25433
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \begin_layout Standard
25440 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25441  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25442 \end_layout
25443
25444 \begin_layout Standard
25445
25446 \series bold
25447
25448 \backslash
25449 footnotemark[
25450 \backslash
25451 thefootnote]
25452 \end_layout
25453
25454 \begin_layout Standard
25455 Hier ist eine weitere wiederholte Fußnote:
25456 \begin_inset ERT
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460
25461
25462 \backslash
25463 footnotemark[
25464 \backslash
25465 thefootnote]
25466 \end_layout
25467
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \begin_layout Subsection
25474 Fußnoten-Nummerierung
25475 \begin_inset CommandInset label
25476 LatexCommand label
25477 name "uab:Fußnoten-Nummerierung"
25478
25479 \end_inset
25480
25481
25482 \begin_inset Index idx
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486 Fußnoten ! Nummerierung
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Standard
25495 Um Fußnoten nach jedem Abschnitt
25496 \family roman
25497  auf 1 zurückzusetzen, 
25498 \family default
25499 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25500 \end_layout
25501
25502 \begin_layout Standard
25503
25504 \series bold
25505
25506 \backslash
25507 @addtoreset{footnote}{section}
25508 \end_layout
25509
25510 \begin_layout Standard
25511 \begin_inset VSpace bigskip
25512 \end_inset
25513
25514 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25515  Zahlen:
25516 \end_layout
25517
25518 \begin_layout Standard
25519
25520 \series bold
25521
25522 \backslash
25523 renewcommand{
25524 \backslash
25525 thefootnote}{
25526 \backslash
25527 roman{footnote}}
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset ERT
25532 status collapsed
25533
25534 \begin_layout Plain Layout
25535
25536
25537 \backslash
25538 renewcommand{
25539 \backslash
25540 thefootnote}{
25541 \backslash
25542 roman{footnote}}
25543 \end_layout
25544
25545 \end_inset
25546
25547  Hier ist ein Beispiel für solch eine Fußnote:
25548 \begin_inset Foot
25549 status open
25550
25551 \begin_layout Plain Layout
25552 Dies ist eine Fußnote mit kleinen römischen Zahlen
25553 \end_layout
25554
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \begin_layout Standard
25561 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25562  in obigem Befehl 
25563 \series bold
25564
25565 \backslash
25566 roman
25567 \series default
25568  durch 
25569 \series bold
25570
25571 \backslash
25572 Roman
25573 \series default
25574 .
25575  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25576 \begin_inset Quotes gld
25577 \end_inset
25578
25579 nummerieren
25580 \begin_inset Quotes grd
25581 \end_inset
25582
25583 , verwenden Sie die Befehle 
25584 \series bold
25585
25586 \backslash
25587 Alph
25588 \series default
25589  oder 
25590 \series bold
25591
25592 \backslash
25593 alph
25594 \series default
25595 .
25596  Für die 
25597 \begin_inset Quotes gld
25598 \end_inset
25599
25600 Nummerierung
25601 \begin_inset Quotes grd
25602 \end_inset
25603
25604  mit Symbolen steht der Befehl 
25605 \series bold
25606
25607 \backslash
25608 fnsymbol
25609 \series default
25610  zur Verfügung.
25611 \end_layout
25612
25613 \begin_layout Standard
25614 \begin_inset Note Greyedout
25615 status open
25616
25617 \begin_layout Plain Layout
25618
25619 \series bold
25620 Bemerkung 1:
25621 \series default
25622  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25623  
25624 \emph on
25625 ein
25626 \emph default
25627  Buchstabe verwendet wird.
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \begin_inset Newline newline
25634 \end_inset
25635
25636
25637 \begin_inset Note Greyedout
25638 status open
25639
25640 \begin_layout Plain Layout
25641
25642 \series bold
25643 Bemerkung 2:
25644 \series default
25645  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25646 \end_layout
25647
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \begin_layout Standard
25654 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25655 \series bold
25656
25657 \backslash
25658 arabic
25659 \series default
25660  anstelle von 
25661 \series bold
25662
25663 \backslash
25664 roman
25665 \series default
25666  in obigem Befehl.
25667 \begin_inset ERT
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671
25672
25673 \backslash
25674 renewcommand{
25675 \backslash
25676 thefootnote}{
25677 \backslash
25678 arabic{footnote}}
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset VSpace bigskip
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Standard
25694 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25695 \begin_inset Quotes gld
25696 \end_inset
25697
25698 Kapitel.Fußnote
25699 \begin_inset Quotes grd
25700 \end_inset
25701
25702  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25703 \end_layout
25704
25705 \begin_layout Standard
25706
25707 \series bold
25708
25709 \backslash
25710 numberwithin{footnote}{chapter}
25711 \end_layout
25712
25713 \begin_layout Standard
25714 Um 
25715 \series bold
25716
25717 \backslash
25718 numberwithin
25719 \series default
25720  benutzen zu können, muss in den 
25721 \family sans
25722 Mathe
25723 \begin_inset space ~
25724 \end_inset
25725
25726 Optionen
25727 \family default
25728  der 
25729 \family sans
25730 Dokument-Einstellungen
25731 \family default
25732  
25733 \family sans
25734 AMS
25735 \begin_inset space ~
25736 \end_inset
25737
25738 Mathe
25739 \begin_inset space ~
25740 \end_inset
25741
25742 Paket
25743 \family default
25744
25745 \begin_inset space ~
25746 \end_inset
25747
25748
25749 \family sans
25750 verwenden
25751 \family default
25752  angekreuzt sein.
25753 \begin_inset ERT
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757
25758
25759 \backslash
25760 numberwithin{footnote}{chapter}
25761 \end_layout
25762
25763 \end_inset
25764
25765  Hier ist ein Beispiel für solch eine Fußnote.
25766 \series bold
25767
25768 \begin_inset Foot
25769 status open
25770
25771 \begin_layout Plain Layout
25772 Dies ist eine Fußnote nach dem Schema 
25773 \begin_inset Quotes gld
25774 \end_inset
25775
25776 Kapitel.Fußnote
25777 \begin_inset Quotes grd
25778 \end_inset
25779
25780 .
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \series default
25787
25788 \begin_inset ERT
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792
25793
25794 \backslash
25795 renewcommand{
25796 \backslash
25797 thefootnote}{
25798 \backslash
25799 arabic{footnote}}
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 \begin_inset Note Greyedout
25809 status open
25810
25811 \begin_layout Plain Layout
25812
25813 \series bold
25814 Bemerkung:
25815 \series default
25816  
25817 \series bold
25818
25819 \backslash
25820 numberwithin
25821 \series default
25822  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25823  werden überschrieben.
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Standard
25832 Um also z.
25833 \begin_inset space \thinspace{}
25834 \end_inset
25835
25836 B.
25837  das Schema 
25838 \begin_inset Quotes gld
25839 \end_inset
25840
25841 Kapitel.
25842 \backslash
25843 Roman{footnote}
25844 \begin_inset Quotes grd
25845 \end_inset
25846
25847  zu erhalten, muss dieser Befehl anstelle von 
25848 \series bold
25849
25850 \backslash
25851 numberwithin
25852 \series default
25853  verwendet werden:
25854 \end_layout
25855
25856 \begin_layout Standard
25857
25858 \series bold
25859
25860 \backslash
25861 renewcommand{
25862 \backslash
25863 thefootnote}{
25864 \backslash
25865 thechapter.
25866 \backslash
25867 Roman{footnote}}
25868 \end_layout
25869
25870 \begin_layout Subsection
25871 Fußnoten-Platzierung
25872 \begin_inset Index idx
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876 Fußnoten ! Platzierung
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25886  ohne Zwischenraum am Ende der Seite gedruckt.
25887  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25888  LaTeX-Vorspann 1.5
25889 \begin_inset space \thinspace{}
25890 \end_inset
25891
25892 mm Zwischenraum einfügen:
25893 \end_layout
25894
25895 \begin_layout Standard
25896
25897 \series bold
25898
25899 \backslash
25900 let
25901 \backslash
25902 myFoot
25903 \backslash
25904 footnote
25905 \begin_inset Newline newline
25906 \end_inset
25907
25908
25909 \backslash
25910 renewcommand{
25911 \backslash
25912 footnote}[1]{
25913 \backslash
25914 myFoot{#1
25915 \backslash
25916 vspace{1.5mm}}}
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \begin_inset VSpace bigskip
25921 \end_inset
25922
25923 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25924  Spalte gedruckt, Abbildung
25925 \begin_inset space ~
25926 \end_inset
25927
25928
25929 \begin_inset CommandInset ref
25930 LatexCommand ref
25931 reference "abb:Standard-Fußnoten-Platzierung-in"
25932
25933 \end_inset
25934
25935 .
25936  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25937  in Abbildung
25938 \begin_inset space ~
25939 \end_inset
25940
25941
25942 \begin_inset CommandInset ref
25943 LatexCommand ref
25944 reference "abb:Fußnoten-Platzierung-in-einem"
25945
25946 \end_inset
25947
25948 , müssen Sie das LaTeX-Paket 
25949 \series bold
25950 ftnright
25951 \series default
25952
25953 \begin_inset Index idx
25954 status collapsed
25955
25956 \begin_layout Plain Layout
25957 LaTeX-Pakete ! ftnright
25958 \end_layout
25959
25960 \end_inset
25961
25962  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25963 \end_layout
25964
25965 \begin_layout Standard
25966
25967 \series bold
25968
25969 \backslash
25970 usepackage{ftnright}
25971 \end_layout
25972
25973 \begin_layout Standard
25974 \begin_inset Float figure
25975 placement !h
25976 wide false
25977 sideways false
25978 status open
25979
25980 \begin_layout Plain Layout
25981 \begin_inset ERT
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985
25986
25987 \backslash
25988 framebox{
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \begin_inset Graphics
25995         filename ../clipart/without_fntright.pdf
25996         width 100col%
25997         scaleBeforeRotation
25998
25999 \end_inset
26000
26001
26002 \begin_inset ERT
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006
26007 }
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Plain Layout
26016 \begin_inset Caption
26017
26018 \begin_layout Plain Layout
26019 \begin_inset CommandInset label
26020 LatexCommand label
26021 name "abb:Standard-Fußnoten-Platzierung-in"
26022
26023 \end_inset
26024
26025 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26026 \begin_inset Argument
26027 status open
26028
26029 \begin_layout Plain Layout
26030 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049 \begin_inset Float figure
26050 placement !h
26051 wide false
26052 sideways false
26053 status open
26054
26055 \begin_layout Plain Layout
26056 \begin_inset ERT
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060
26061
26062 \backslash
26063 framebox{
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \begin_inset Graphics
26070         filename ../clipart/with_fntright.pdf
26071         width 100col%
26072         scaleBeforeRotation
26073
26074 \end_inset
26075
26076
26077 \begin_inset ERT
26078 status collapsed
26079
26080 \begin_layout Plain Layout
26081
26082 }
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Plain Layout
26091 \begin_inset Caption
26092
26093 \begin_layout Plain Layout
26094 \begin_inset CommandInset label
26095 LatexCommand label
26096 name "abb:Fußnoten-Platzierung-in-einem"
26097
26098 \end_inset
26099
26100 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26101  
26102 \series bold
26103 ftnright
26104 \series default
26105 .
26106 \begin_inset Argument
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110 Fußnoten-Platzierung mit 
26111 \family typewriter
26112 ftnright
26113 \end_layout
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset VSpace bigskip
26132 \end_inset
26133
26134 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26135  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26136 \begin_inset space ~
26137 \end_inset
26138
26139
26140 \begin_inset CommandInset ref
26141 LatexCommand ref
26142 reference "abb:endnotes"
26143
26144 \end_inset
26145
26146  gedruckt.
26147  Man nennt sie dann 
26148 \begin_inset Quotes gld
26149 \end_inset
26150
26151 Endnoten
26152 \begin_inset Quotes grd
26153 \end_inset
26154
26155 .
26156 \begin_inset Index idx
26157 status collapsed
26158
26159 \begin_layout Plain Layout
26160 Endnoten
26161 \end_layout
26162
26163 \end_inset
26164
26165  Um das zu erreichen, laden Sie im Menü 
26166 \family sans
26167 Dokument\SpecialChar \menuseparator
26168 Einstellungen\SpecialChar \menuseparator
26169 Module 
26170 \family default
26171 das Modul 
26172 \family sans
26173 Fußnote
26174 \begin_inset space ~
26175 \end_inset
26176
26177 als
26178 \begin_inset space ~
26179 \end_inset
26180
26181 Endnote
26182 \family default
26183 .
26184  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26185 \end_layout
26186
26187 \begin_layout Standard
26188
26189 \series bold
26190
26191 \backslash
26192 theendnotes
26193 \end_layout
26194
26195 \begin_layout Standard
26196 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26197 \end_layout
26198
26199 \begin_layout Standard
26200 \begin_inset Float figure
26201 wide false
26202 sideways false
26203 status open
26204
26205 \begin_layout Plain Layout
26206 \align center
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211
26212
26213 \backslash
26214 framebox{
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \begin_inset Graphics
26221         filename ../clipart/endnotes.pdf
26222         scaleBeforeRotation
26223
26224 \end_inset
26225
26226
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232 }
26233 \end_layout
26234
26235 \end_inset
26236
26237
26238 \end_layout
26239
26240 \begin_layout Plain Layout
26241 \begin_inset Caption
26242
26243 \begin_layout Plain Layout
26244 \begin_inset CommandInset label
26245 LatexCommand label
26246 name "abb:endnotes"
26247
26248 \end_inset
26249
26250
26251 \series bold
26252 endnotes
26253 \series default
26254  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26255  gedruckt.
26256 \end_layout
26257
26258 \end_inset
26259
26260
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Standard
26269 \begin_inset VSpace medskip
26270 \end_inset
26271
26272 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26273 ache übersetzt.
26274  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26275 \begin_inset Quotes gld
26276 \end_inset
26277
26278 Notes
26279 \begin_inset Quotes grd
26280 \end_inset
26281
26282  in 
26283 \begin_inset Quotes gld
26284 \end_inset
26285
26286 Anmerkungen
26287 \begin_inset Quotes grd
26288 \end_inset
26289
26290 :
26291 \end_layout
26292
26293 \begin_layout Standard
26294
26295 \series bold
26296
26297 \backslash
26298 renewcommand{
26299 \backslash
26300 notesname}{Anmerkungen}
26301 \end_layout
26302
26303 \begin_layout Standard
26304 \begin_inset VSpace medskip
26305 \end_inset
26306
26307 Wenn Sie in den Befehlen von Abschnitt
26308 \begin_inset space ~
26309 \end_inset
26310
26311
26312 \begin_inset CommandInset ref
26313 LatexCommand ref
26314 reference "uab:Fußnoten-Nummerierung"
26315
26316 \end_inset
26317
26318  
26319 \series bold
26320
26321 \backslash
26322 thefootnote
26323 \series default
26324  durch 
26325 \series bold
26326
26327 \backslash
26328 theendnote
26329 \series default
26330  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26331  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26332 \series bold
26333
26334 \backslash
26335 @addtoreset
26336 \series default
26337  wie in Abschnitt
26338 \begin_inset space \space{}
26339 \end_inset
26340
26341
26342 \begin_inset CommandInset ref
26343 LatexCommand ref
26344 reference "uab:Fußnoten-Nummerierung"
26345
26346 \end_inset
26347
26348  beschrieben und ersetzen 
26349 \series bold
26350 footnote
26351 \series default
26352  durch 
26353 \series bold
26354 endnote
26355 \series default
26356 .
26357 \end_layout
26358
26359 \begin_layout Standard
26360 Für Endnoten gibt es den Befehl 
26361 \series bold
26362
26363 \backslash
26364 endnotemark[Nummer]
26365 \series default
26366  analog zum Befehl 
26367 \series bold
26368
26369 \backslash
26370 footnotemark
26371 \series default
26372  der in Abschnitt
26373 \begin_inset space ~
26374 \end_inset
26375
26376
26377 \begin_inset CommandInset ref
26378 LatexCommand ref
26379 reference "abs:Fußnoten"
26380
26381 \end_inset
26382
26383  beschrieben ist.
26384 \end_layout
26385
26386 \begin_layout Standard
26387 \begin_inset VSpace bigskip
26388 \end_inset
26389
26390 Mit dem LaTeX-Paket 
26391 \series bold
26392 footmisc
26393 \series default
26394
26395 \begin_inset Index idx
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399 LaTeX-Pakete ! footmisc
26400 \end_layout
26401
26402 \end_inset
26403
26404  (
26405 \begin_inset CommandInset citation
26406 LatexCommand cite
26407 key "footmisc"
26408
26409 \end_inset
26410
26411 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26412 \end_layout
26413
26414 \begin_layout Standard
26415 In LaTeX-Büchern, 
26416 \begin_inset CommandInset citation
26417 LatexCommand cite
26418 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26419
26420 \end_inset
26421
26422 , finden Sie weiteres zu Fußnoten.
26423 \end_layout
26424
26425 \begin_layout Section
26426 Randnotizen
26427 \begin_inset Index idx
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 Randnotizen
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \begin_inset Index idx
26438 status collapsed
26439
26440 \begin_layout Plain Layout
26441 Notizen ! Randnotizen
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \begin_layout Standard
26450 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26451  Sie fügen sie mit einem Klick auf den Schalter 
26452 \begin_inset Graphics
26453         filename ../../images/marginalnote-insert.png
26454         scale 70
26455         scaleBeforeRotation
26456
26457 \end_inset
26458
26459  oder über 
26460 \family sans
26461 Einfügen\SpecialChar \menuseparator
26462 Randnotiz
26463 \family default
26464  ein.
26465  Ein graues Kästchen mit der Aufschrift 
26466 \begin_inset Quotes gld
26467 \end_inset
26468
26469 Rand
26470 \begin_inset Quotes grd
26471 \end_inset
26472
26473  erscheint
26474 \family roman
26475 \series medium
26476 , und dort, wo der Cursor steht, können Sie Text eingeben.
26477 \end_layout
26478
26479 \begin_layout Standard
26480 Hier am Rand sehen Sie eine Randnotiz.
26481  
26482 \begin_inset Marginal
26483 status open
26484
26485 \begin_layout Plain Layout
26486 Dies ist eine Randnotiz.
26487 \end_layout
26488
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \begin_layout Standard
26495 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26496  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26497  Seiten und rechts auf den ungeraden.
26498  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26499  wird und umgekehrt.
26500  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26501  wurde.
26502 \end_layout
26503
26504 \begin_layout Standard
26505 \begin_inset VSpace bigskip
26506 \end_inset
26507
26508 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26509 \end_layout
26510
26511 \begin_layout Standard
26512
26513 \series bold
26514
26515 \backslash
26516 reversemarginpar
26517 \end_layout
26518
26519 \begin_layout Standard
26520 als TeX-Code vor einer Randnotiz ein.
26521  Das gilt dann für alle folgenden Randnotizen.
26522  
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527
26528
26529 \backslash
26530 reversemarginpar 
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \begin_inset Marginal
26537 status open
26538
26539 \begin_layout Plain Layout
26540 Hier ist ein Beispiel im inneren Rand.
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \begin_inset Newline newline
26547 \end_inset
26548
26549
26550 \begin_inset Note Greyedout
26551 status open
26552
26553 \begin_layout Plain Layout
26554  
26555 \series bold
26556 Achtung:
26557 \series default
26558  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26568 \end_layout
26569
26570 \begin_layout Standard
26571
26572 \series bold
26573
26574 \backslash
26575 normalmarginpar
26576 \end_layout
26577
26578 \begin_layout Standard
26579 als TeX-Code ein.
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585
26586 \backslash
26587 normalmarginpar 
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \begin_layout Standard
26596 \begin_inset Note Greyedout
26597 status open
26598
26599 \begin_layout Plain Layout
26600
26601 \series bold
26602 Achtung:
26603 \series default
26604  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26605 \series bold
26606
26607 \backslash
26608 reversemarginpar
26609 \series default
26610  verwendet wird.
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Standard
26619 \begin_inset VSpace bigskip
26620 \end_inset
26621
26622
26623 \begin_inset Marginal
26624 status open
26625
26626 \begin_layout Plain Layout
26627
26628 \family roman
26629 \series medium
26630 EinSehrLangesWort am Anfang, das umgebrochen wird.
26631 \end_layout
26632
26633 \end_inset
26634
26635  Ähnlich wie in Abschnitt
26636 \begin_inset space ~
26637 \end_inset
26638
26639
26640 \begin_inset CommandInset ref
26641 LatexCommand ref
26642 reference "uab:Mehrfache-Zeilen-in"
26643
26644 \end_inset
26645
26646  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26647  Wort der Randnotiz sind.
26648  Um das zu vermeiden, fügen sie 0
26649 \begin_inset space \thinspace{}
26650 \end_inset
26651
26652 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26653 \begin_inset Marginal
26654 status open
26655
26656 \begin_layout Plain Layout
26657 \begin_inset space \hspace{}
26658 \length 0pt
26659 \end_inset
26660
26661
26662 \family roman
26663 \series medium
26664 EinSehrLangesWort am Anfang, das umgebrochen wird.
26665 \end_layout
26666
26667 \end_inset
26668
26669
26670 \end_layout
26671
26672 \begin_layout Standard
26673 \begin_inset VSpace bigskip
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 \begin_inset Note Greyedout
26681 status open
26682
26683 \begin_layout Plain Layout
26684
26685 \series bold
26686 Bemerkung:
26687 \series default
26688  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26689  verwendet werden.
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698 \begin_inset VSpace bigskip
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \begin_layout Standard
26705 \begin_inset ERT
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709
26710
26711 \backslash
26712 ifmarginnote
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \begin_inset Note Note
26719 status open
26720
26721 \begin_layout Plain Layout
26722 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26723 \series bold
26724 marginnote
26725 \series default
26726  installiert ist.
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Standard
26735 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26736 \series bold
26737 marginnote
26738 \series default
26739
26740 \begin_inset Index idx
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744 LaTeX-Pakete ! marginnote
26745 \end_layout
26746
26747 \end_inset
26748
26749  verwendet wird.
26750  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26751  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26752  des Pakets 
26753 \series bold
26754 marginnote
26755 \series default
26756  für Randnotizen verwendet wird:
26757 \end_layout
26758
26759 \begin_layout Standard
26760
26761 \series bold
26762
26763 \backslash
26764 usepackage{marginnote}
26765 \begin_inset Newline newline
26766 \end_inset
26767
26768
26769 \backslash
26770 let
26771 \backslash
26772 marginpar
26773 \backslash
26774 marginnote
26775 \end_layout
26776
26777 \begin_layout Standard
26778 Dies wird auch in diesem Dokument verwendet, denn 
26779 \series bold
26780 marginnote
26781 \series default
26782  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26783  für Randnotizen angeben.
26784  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26785 n zu dicht beieinander sind.
26786  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26787  Schema
26788 \end_layout
26789
26790 \begin_layout Standard
26791
26792 \series bold
26793 [Versatz]
26794 \end_layout
26795
26796 \begin_layout Standard
26797 angegeben.
26798  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26799 \begin_inset space ~
26800 \end_inset
26801
26802
26803 \begin_inset CommandInset ref
26804 LatexCommand ref
26805 reference "tab:Maßeinheiten"
26806
26807 \end_inset
26808
26809  aufgelistet sind.
26810  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26811  nach unten.
26812  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26813 \begin_inset space \thinspace{}
26814 \end_inset
26815
26816 cm mit dem TeX-Code-Befehl  
26817 \begin_inset Quotes gld
26818 \end_inset
26819
26820
26821 \series bold
26822 [-1.5cm]
26823 \series default
26824
26825 \begin_inset Quotes grd
26826 \end_inset
26827
26828  nach oben versetzt.
26829 \begin_inset Marginal
26830 status open
26831
26832 \begin_layout Plain Layout
26833 Diese Randnotiz ist 1.5
26834 \begin_inset space \thinspace{}
26835 \end_inset
26836
26837 cm von ihrer Originalposition nach oben versetzt.
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848 [-1.5cm]
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \begin_layout Standard
26857 \begin_inset VSpace medskip
26858 \end_inset
26859
26860 Mit 
26861 \series bold
26862 marginnote
26863 \series default
26864  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26865  Zum Beispiel setzen die Befehle
26866 \end_layout
26867
26868 \begin_layout Standard
26869
26870 \series bold
26871
26872 \backslash
26873 renewcommand*{
26874 \backslash
26875 raggedleftmarginnote}{
26876 \backslash
26877 centering}
26878 \begin_inset Newline newline
26879 \end_inset
26880
26881
26882 \backslash
26883 renewcommand*{
26884 \backslash
26885 raggedrightmarginnote}{
26886 \backslash
26887 centering}
26888 \end_layout
26889
26890 \begin_layout Standard
26891 die Ausrichtung auf zentriert.
26892  
26893 \series bold
26894
26895 \backslash
26896 raggedleftmarginnote
26897 \series default
26898  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26899  
26900 \begin_inset ERT
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904
26905
26906 \backslash
26907 renewcommand*{
26908 \backslash
26909 raggedleftmarginnote}{
26910 \backslash
26911 centering}
26912 \end_layout
26913
26914 \begin_layout Plain Layout
26915
26916
26917 \backslash
26918 renewcommand*{
26919 \backslash
26920 raggedrightmarginnote}{
26921 \backslash
26922 centering}
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \begin_inset Marginal
26929 status open
26930
26931 \begin_layout Plain Layout
26932 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26933 \end_layout
26934
26935 \end_inset
26936
26937  Die Voreinstellung ist
26938 \end_layout
26939
26940 \begin_layout Standard
26941
26942 \series bold
26943
26944 \backslash
26945 renewcommand*{
26946 \backslash
26947 raggedleftmarginnote}{
26948 \backslash
26949 raggedleft}
26950 \begin_inset Newline newline
26951 \end_inset
26952
26953
26954 \backslash
26955 renewcommand*{
26956 \backslash
26957 raggedrightmarginnote}{
26958 \backslash
26959 raggedright}
26960 \series default
26961
26962 \begin_inset ERT
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966
26967
26968 \backslash
26969 renewcommand*{
26970 \backslash
26971 raggedleftmarginnote}{
26972 \backslash
26973 raggedleft}
26974 \end_layout
26975
26976 \begin_layout Plain Layout
26977
26978
26979 \backslash
26980 renewcommand*{
26981 \backslash
26982 raggedrightmarginnote}{
26983 \backslash
26984 raggedright}
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \begin_layout Standard
26993 \begin_inset VSpace medskip
26994 \end_inset
26995
26996 Für weitere Fähigkeiten des Pakets 
26997 \series bold
26998 marginnote
26999 \series default
27000  sei auf dessen Dokumentation verwiesen 
27001 \begin_inset CommandInset citation
27002 LatexCommand cite
27003 key "marginnote"
27004
27005 \end_inset
27006
27007 .
27008 \end_layout
27009
27010 \begin_layout Standard
27011 \begin_inset VSpace bigskip
27012 \end_inset
27013
27014 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27015  geändert werden.
27016  Um z.
27017 \begin_inset space \thinspace{}
27018 \end_inset
27019
27020 B.
27021  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27022  und fettgedruckten Text 
27023 \begin_inset Quotes eld
27024 \end_inset
27025
27026
27027 \family sans
27028 \series bold
27029 \bar under
27030 Achtung!
27031 \family default
27032 \series default
27033 \bar default
27034
27035 \begin_inset Quotes erd
27036 \end_inset
27037
27038  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27039 \end_layout
27040
27041 \begin_layout Standard
27042
27043 \series bold
27044
27045 \backslash
27046 let
27047 \backslash
27048 myMarginpar
27049 \backslash
27050 marginpar
27051 \begin_inset Newline newline
27052 \end_inset
27053
27054
27055 \backslash
27056 renewcommand{
27057 \backslash
27058 marginpar}[1]{
27059 \backslash
27060 myMarginpar{%
27061 \begin_inset Newline newline
27062 \end_inset
27063
27064
27065 \begin_inset Phantom HPhantom
27066 status open
27067
27068 \begin_layout Plain Layout
27069
27070 \series bold
27071 \begin_inset space ~
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \backslash
27081 hspace{0pt}
27082 \backslash
27083 textsf{
27084 \backslash
27085 textbf{
27086 \backslash
27087 underbar{Achtung!}}}%
27088 \begin_inset Newline newline
27089 \end_inset
27090
27091
27092 \begin_inset Phantom HPhantom
27093 status open
27094
27095 \begin_layout Plain Layout
27096
27097 \series bold
27098 \begin_inset space ~
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \backslash
27108 vspace{1.5mm}
27109 \backslash
27110
27111 \backslash
27112 #1}}
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset ERT
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120
27121
27122 \backslash
27123 let
27124 \backslash
27125 myMarginpar
27126 \backslash
27127 marginpar
27128 \end_layout
27129
27130 \begin_layout Plain Layout
27131
27132
27133 \backslash
27134 renewcommand{
27135 \backslash
27136 marginpar}[1]{
27137 \backslash
27138 myMarginpar{%
27139 \end_layout
27140
27141 \begin_layout Plain Layout
27142
27143    
27144 \backslash
27145 textsf{
27146 \backslash
27147 textbf{
27148 \backslash
27149 underbar{Achtung!}}}%
27150 \end_layout
27151
27152 \begin_layout Plain Layout
27153
27154    
27155 \backslash
27156 vspace{1.5mm}
27157 \backslash
27158
27159 \backslash
27160 #1}}
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \begin_inset Marginal
27167 status open
27168
27169 \begin_layout Plain Layout
27170 Dies ist eine Randnotiz mit einer definierten Überschrift.
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \begin_inset ERT
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180
27181 [-1.5cm]
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \begin_inset ERT
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191
27192
27193 \backslash
27194 renewcommand{
27195 \backslash
27196 marginpar}[1]{
27197 \backslash
27198 myMarginpar{#1}}
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \begin_inset Note Note
27205 status open
27206
27207 \begin_layout Plain Layout
27208 Das Format wurde nur für dieses Beispiel geändert.
27209 \end_layout
27210
27211 \end_inset
27212
27213
27214 \end_layout
27215
27216 \begin_layout Standard
27217 \begin_inset ERT
27218 status collapsed
27219
27220 \begin_layout Plain Layout
27221
27222
27223 \backslash
27224 else
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \begin_inset Note Note
27231 status open
27232
27233 \begin_layout Plain Layout
27234 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27235 \series bold
27236 marginnote
27237 \series default
27238  nicht installiert ist:
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Standard
27247 Das LaTeX-Paket 
27248 \series bold
27249 marginnote
27250 \series default
27251  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \begin_inset ERT
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259
27260
27261 \backslash
27262 fi
27263 \end_layout
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Chapter
27271 Boxen
27272 \end_layout
27273
27274 \begin_layout Section
27275 Einleitung
27276 \begin_inset Index idx
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 Boxen ! Einleitung
27281 \end_layout
27282
27283 \end_inset
27284
27285
27286 \end_layout
27287
27288 \begin_layout Standard
27289 Boxen werden benutzt, um einen Textblock zu formatieren.
27290  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27291  siehe Abschnitt
27292 \begin_inset space ~
27293 \end_inset
27294
27295
27296 \begin_inset CommandInset ref
27297 LatexCommand ref
27298 reference "abs:Minipage"
27299
27300 \end_inset
27301
27302 , um Text zu umrahmen, siehe Abschnitt
27303 \begin_inset space ~
27304 \end_inset
27305
27306
27307 \begin_inset CommandInset ref
27308 LatexCommand ref
27309 reference "uab:Verzierung"
27310
27311 \end_inset
27312
27313 , um Silbentrennung zu verhindern, siehe Abschnitt
27314 \begin_inset space ~
27315 \end_inset
27316
27317
27318 \begin_inset CommandInset ref
27319 LatexCommand ref
27320 reference "abs:Silbentrennung-unterbinden"
27321
27322 \end_inset
27323
27324 , um Text senkrecht auszurichten, siehe Abschnitt
27325 \begin_inset space ~
27326 \end_inset
27327
27328
27329 \begin_inset CommandInset ref
27330 LatexCommand ref
27331 reference "uab:Vertikale-Ausrichtung"
27332
27333 \end_inset
27334
27335  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27336 \begin_inset space ~
27337 \end_inset
27338
27339
27340 \begin_inset CommandInset ref
27341 LatexCommand ref
27342 reference "abs:Farbige-Boxen"
27343
27344 \end_inset
27345
27346 .
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Boxen werden mit 
27351 \family sans
27352 Einfügen\SpecialChar \menuseparator
27353 Box
27354 \family default
27355  oder dem Schalter 
27356 \begin_inset Graphics
27357         filename ../../images/box-insert.png
27358         scale 70
27359         scaleBeforeRotation
27360
27361 \end_inset
27362
27363  eingefügt.
27364  Ein graues Kästchen mit der Aufschrift 
27365 \begin_inset Quotes gld
27366 \end_inset
27367
27368 Box (Minipage)
27369 \begin_inset Quotes grd
27370 \end_inset
27371
27372  erscheint: 
27373 \begin_inset Graphics
27374         filename clipart/StandardBoxQt4.png
27375         scale 85
27376         scaleBeforeRotation
27377
27378 \end_inset
27379
27380  Mit einem Rechts\SpecialChar \-
27381 klick auf das graue Kästchen und der Auswahl von 
27382 \family sans
27383 Einstellungen
27384 \family default
27385  kann der Typ spezifiziert werden.
27386  Das Dialogfenster bietet bei 
27387 \family sans
27388 Innere
27389 \begin_inset space ~
27390 \end_inset
27391
27392 Box
27393 \family default
27394  die Typen 
27395 \family sans
27396 Parbox
27397 \family default
27398  und 
27399 \family sans
27400 Minipage
27401 \family default
27402  an.
27403  
27404 \family sans
27405 Minipage
27406 \family default
27407  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27408 \begin_inset space ~
27409 \end_inset
27410
27411
27412 \begin_inset CommandInset ref
27413 LatexCommand ref
27414 reference "abs:Minipage"
27415
27416 \end_inset
27417
27418  beschrieben, 
27419 \family sans
27420 Parbox
27421 \family default
27422  in Abschnitt
27423 \begin_inset space ~
27424 \end_inset
27425
27426
27427 \begin_inset CommandInset ref
27428 LatexCommand ref
27429 reference "abs:Parbox"
27430
27431 \end_inset
27432
27433 .
27434 \end_layout
27435
27436 \begin_layout Standard
27437 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27438  wie auf Gleitobjekte und Fußnoten.
27439 \end_layout
27440
27441 \begin_layout Standard
27442 \begin_inset Note Greyedout
27443 status open
27444
27445 \begin_layout Plain Layout
27446
27447 \series bold
27448 Bemerkung
27449 \begin_inset space ~
27450 \end_inset
27451
27452 1:
27453 \series default
27454  Boxen dürfen in 
27455 \family sans
27456 List-
27457 \family default
27458  oder 
27459 \family sans
27460 Beschreibung-
27461 \family default
27462 Umgebungen nicht verwendet werden.
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \end_layout
27469
27470 \begin_layout Standard
27471 \begin_inset Note Greyedout
27472 status open
27473
27474 \begin_layout Plain Layout
27475
27476 \series bold
27477 Bemerkung
27478 \begin_inset space ~
27479 \end_inset
27480
27481 2:
27482 \series default
27483  Boxen ohne 
27484 \family sans
27485 Innere
27486 \begin_inset space ~
27487 \end_inset
27488
27489 Box
27490 \family default
27491  und ohne Rahmen werden in Abschnitt
27492 \begin_inset space ~
27493 \end_inset
27494
27495
27496 \begin_inset CommandInset ref
27497 LatexCommand ref
27498 reference "abs:Silbentrennung-unterbinden"
27499
27500 \end_inset
27501
27502  beschrieben.
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Section
27511 Das Box-Einstellungen-Fenster
27512 \begin_inset CommandInset label
27513 LatexCommand label
27514 name "abs:Box-Dialog"
27515
27516 \end_inset
27517
27518
27519 \begin_inset Index idx
27520 status collapsed
27521
27522 \begin_layout Plain Layout
27523 Boxen ! Box-Dialog-Fenster
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \begin_layout Subsection
27532 Box-Größe
27533 \begin_inset Index idx
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 Boxen ! Größe
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Standard
27546 Im 
27547 \family sans
27548 Box-Einstellungen
27549 \family default
27550 -Fenster können Sie die Größe der Box mit 
27551 \family sans
27552 Breite
27553 \family default
27554  und 
27555 \family sans
27556 Höhe 
27557 \family default
27558 festlegen.
27559  Die verfügbaren Einheiten werden in Tabelle
27560 \begin_inset space ~
27561 \end_inset
27562
27563
27564 \begin_inset CommandInset ref
27565 LatexCommand ref
27566 reference "tab:Maßeinheiten"
27567
27568 \end_inset
27569
27570  aufgelistet.
27571  Das Feld
27572 \family sans
27573  Höhe
27574 \family default
27575  bietet die folgenden zusätzlichen Größen:
27576 \end_layout
27577
27578 \begin_layout Description
27579 Tiefe Dies ist die reine Text-
27580 \begin_inset Quotes gld
27581 \end_inset
27582
27583 Höhe
27584 \begin_inset Quotes grd
27585 \end_inset
27586
27587 .
27588  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27589 \begin_inset Newline newline
27590 \end_inset
27591
27592
27593 \begin_inset Newline newline
27594 \end_inset
27595
27596
27597 \begin_inset Newline newline
27598 \end_inset
27599
27600
27601 \begin_inset Box Boxed
27602 position "c"
27603 hor_pos "c"
27604 has_inner_box 1
27605 inner_pos "c"
27606 use_parbox 0
27607 use_makebox 0
27608 width "12col%"
27609 special "none"
27610 height "1in"
27611 height_special "depth"
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 \align center
27616 Box-Höhe = 1
27617 \begin_inset space \thinspace{}
27618 \end_inset
27619
27620 Tiefe
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \begin_inset Newline newline
27627 \end_inset
27628
27629
27630 \begin_inset Newline newline
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \begin_layout Description
27637 Höhe Dies ist die Texthöhe innerhalb der Box.
27638  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27639  Texthöhe setzen: 
27640 \begin_inset Box Boxed
27641 position "c"
27642 hor_pos "c"
27643 has_inner_box 1
27644 inner_pos "c"
27645 use_parbox 0
27646 use_makebox 0
27647 width "20col%"
27648 special "none"
27649 height "2in"
27650 height_special "height"
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 \align center
27655 Boxhöhe = 2
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 Höhe
27660 \end_layout
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Description
27668 Gesamthöhe Dies ist Höhe
27669 \begin_inset space \thinspace{}
27670 \end_inset
27671
27672 +
27673 \begin_inset space \thinspace{}
27674 \end_inset
27675
27676 Tiefe: 
27677 \begin_inset Box Boxed
27678 position "c"
27679 hor_pos "c"
27680 has_inner_box 1
27681 inner_pos "c"
27682 use_parbox 0
27683 use_makebox 0
27684 width "20col%"
27685 special "none"
27686 height "1in"
27687 height_special "totalheight"
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691 \align center
27692 Boxhöhe = 1
27693 \begin_inset space \thinspace{}
27694 \end_inset
27695
27696 Gesamthöhe
27697 \end_layout
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Description
27705 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27706 \begin_inset Box Boxed
27707 position "c"
27708 hor_pos "c"
27709 has_inner_box 1
27710 inner_pos "c"
27711 use_parbox 0
27712 use_makebox 0
27713 width "12col%"
27714 special "none"
27715 height "1in"
27716 height_special "width"
27717 status collapsed
27718
27719 \begin_layout Plain Layout
27720 \align center
27721 Boxhöhe = 1
27722 \begin_inset space \thinspace{}
27723 \end_inset
27724
27725 Breite
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Subsection
27734 Ausrichtung
27735 \begin_inset Index idx
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739 Boxen ! Ausrichtung
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Wenn Sie eine 
27749 \family sans
27750 Innere
27751 \begin_inset space ~
27752 \end_inset
27753
27754 Box
27755 \family default
27756  gewählt haben, kann die Box mit folgenden Werten für 
27757 \family sans
27758 Box
27759 \family default
27760  senkrecht ausgerichtet werden:
27761 \end_layout
27762
27763 \begin_layout Description
27764 Oben Dies ist ein Beispieltext.
27765  
27766 \begin_inset Box Boxed
27767 position "t"
27768 hor_pos "c"
27769 has_inner_box 1
27770 inner_pos "c"
27771 use_parbox 0
27772 use_makebox 0
27773 width "20col%"
27774 special "none"
27775 height "1in"
27776 height_special "totalheight"
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780 \align center
27781 Die Ober\SpecialChar \-
27782 kante der Box ist in der Zeile.
27783 \end_layout
27784
27785 \end_inset
27786
27787  Dies ist ein Beispieltext.
27788 \end_layout
27789
27790 \begin_layout Description
27791 Mitte Dies ist ein Beispieltext.
27792  
27793 \begin_inset Box Boxed
27794 position "c"
27795 hor_pos "c"
27796 has_inner_box 1
27797 inner_pos "c"
27798 use_parbox 0
27799 use_makebox 0
27800 width "20col%"
27801 special "none"
27802 height "1in"
27803 height_special "totalheight"
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807 \align center
27808 Die Mitte der Box ist in der Zeile.
27809 \end_layout
27810
27811 \end_inset
27812
27813  Dies ist ein Beispieltext.
27814 \end_layout
27815
27816 \begin_layout Description
27817 Unten Dies ist ein Beispieltext.
27818  
27819 \begin_inset Box Boxed
27820 position "b"
27821 hor_pos "c"
27822 has_inner_box 1
27823 inner_pos "c"
27824 use_parbox 0
27825 use_makebox 0
27826 width "20col%"
27827 special "none"
27828 height "1in"
27829 height_special "totalheight"
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 \align center
27834 Die Unter\SpecialChar \-
27835 kante der Box ist in der Zeile.
27836 \end_layout
27837
27838 \end_inset
27839
27840  Dies ist ein Beispieltext.
27841 \end_layout
27842
27843 \begin_layout Standard
27844 \begin_inset Note Greyedout
27845 status open
27846
27847 \begin_layout Plain Layout
27848
27849 \series bold
27850 Bemerkung:
27851 \series default
27852  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27853  Boxen in einer Zeile sind und eine Box z.
27854 \begin_inset space \thinspace{}
27855 \end_inset
27856
27857 B.
27858  schattiert ist, die andere aber nicht.
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 Eine Box kann mit dem Dialog 
27868 \family sans
27869 Absatz-Einstellungen
27870 \family default
27871  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27872 \end_layout
27873
27874 \begin_layout Standard
27875 \begin_inset VSpace bigskip
27876 \end_inset
27877
27878 Wenn Sie eine 
27879 \family sans
27880 Innere
27881 \begin_inset space ~
27882 \end_inset
27883
27884 Box
27885 \family default
27886  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27887 \family sans
27888 Inhalt
27889 \family default
27890  senkrecht ausgerichtet werden:
27891 \end_layout
27892
27893 \begin_layout Description
27894 Oben Dies ist ein Beispieltext.
27895  
27896 \begin_inset Box Boxed
27897 position "c"
27898 hor_pos "c"
27899 has_inner_box 1
27900 inner_pos "t"
27901 use_parbox 0
27902 use_makebox 0
27903 width "20col%"
27904 special "none"
27905 height "1.5in"
27906 height_special "totalheight"
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 \align center
27911 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27912 \end_layout
27913
27914 \end_inset
27915
27916  Dies ist ein Beispieltext.
27917 \end_layout
27918
27919 \begin_layout Description
27920 Mitte Dies ist ein Beispieltext.
27921  
27922 \begin_inset Box Boxed
27923 position "c"
27924 hor_pos "c"
27925 has_inner_box 1
27926 inner_pos "c"
27927 use_parbox 0
27928 use_makebox 0
27929 width "20col%"
27930 special "none"
27931 height "1.5in"
27932 height_special "totalheight"
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936 \align center
27937 Der Boxinhalt ist zentriert ausgerichtet.
27938 \end_layout
27939
27940 \end_inset
27941
27942  Dies ist ein Beispieltext.
27943 \end_layout
27944
27945 \begin_layout Description
27946 Unten Dies ist ein Beispieltext.
27947  
27948 \begin_inset Box Boxed
27949 position "c"
27950 hor_pos "c"
27951 has_inner_box 1
27952 inner_pos "b"
27953 use_parbox 0
27954 use_makebox 0
27955 width "20col%"
27956 special "none"
27957 height "1.5in"
27958 height_special "totalheight"
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 \align center
27963 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27964 \end_layout
27965
27966 \end_inset
27967
27968  Dies ist ein Beispieltext.
27969 \end_layout
27970
27971 \begin_layout Description
27972 Dehnen Dies ist ein Beispieltext.
27973  
27974 \begin_inset Box Boxed
27975 position "c"
27976 hor_pos "c"
27977 has_inner_box 1
27978 inner_pos "s"
27979 use_parbox 0
27980 use_makebox 0
27981 width "20col%"
27982 special "none"
27983 height "1in"
27984 height_special "totalheight"
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 \align center
27989 Der Boxinhalt
27990 \end_layout
27991
27992 \begin_layout Plain Layout
27993 \align center
27994 ist über die
27995 \end_layout
27996
27997 \begin_layout Plain Layout
27998 \align center
27999 Boxhöhe
28000 \end_layout
28001
28002 \begin_layout Plain Layout
28003 \align center
28004 gleichmäßig verteilt.
28005 \end_layout
28006
28007 \end_inset
28008
28009  Dies ist ein Beispieltext.
28010 \end_layout
28011
28012 \begin_layout Standard
28013 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28014  besteht.
28015  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28016 \end_layout
28017
28018 \begin_layout Standard
28019 Ein Boxinhalt kann mit dem Dialog 
28020 \family sans
28021 Absatz-Einstellungen
28022 \family default
28023  waagerecht ausgerichtet werden, wenn Sie eine
28024 \family sans
28025  Innere
28026 \begin_inset space ~
28027 \end_inset
28028
28029 Box
28030 \family default
28031  gewählt haben.
28032 \end_layout
28033
28034 \begin_layout Standard
28035 \align center
28036 \begin_inset Box Boxed
28037 position "c"
28038 hor_pos "c"
28039 has_inner_box 1
28040 inner_pos "s"
28041 use_parbox 0
28042 use_makebox 0
28043 width "30col%"
28044 special "none"
28045 height "1.25in"
28046 height_special "totalheight"
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050 \align left
28051 Hier ist jede Zeile
28052 \end_layout
28053
28054 \begin_layout Plain Layout
28055 \align center
28056 anders
28057 \end_layout
28058
28059 \begin_layout Plain Layout
28060 \align right
28061 ausgerichtet.
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Standard
28070 Wenn Sie keine
28071 \family sans
28072  Innere
28073 \begin_inset space ~
28074 \end_inset
28075
28076 Box
28077 \family default
28078  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28079 \family sans
28080 Box-Einstellungen-
28081 \family default
28082 Dialog ausrichten
28083 \end_layout
28084
28085 \begin_layout Standard
28086 \align center
28087 \begin_inset Box Boxed
28088 position "c"
28089 hor_pos "s"
28090 has_inner_box 0
28091 inner_pos "s"
28092 use_parbox 0
28093 use_makebox 0
28094 width "90col%"
28095 special "none"
28096 height "1.25in"
28097 height_special "totalheight"
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101 \align left
28102 Dieser Boxinhalt wurde horizontal gedehnt.
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Subsection
28111 Verzierung
28112 \begin_inset CommandInset label
28113 LatexCommand label
28114 name "uab:Verzierung"
28115
28116 \end_inset
28117
28118
28119 \begin_inset Index idx
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 Boxen ! Verzierung
28124 \end_layout
28125
28126 \end_inset
28127
28128
28129 \end_layout
28130
28131 \begin_layout Standard
28132 Im 
28133 \family sans
28134 Box-Einstellungen-
28135 \family default
28136 Dialog können Sie mit der 
28137 \family sans
28138 Verzierung
28139 \family default
28140  den Typ der Box auswählen:
28141 \end_layout
28142
28143 \begin_layout Description
28144 Einfacher
28145 \begin_inset space ~
28146 \end_inset
28147
28148 rechteckiger
28149 \begin_inset space ~
28150 \end_inset
28151
28152 Rahmen Um die Box wird ein rechteckiger Rahmen gezogen.
28153  Die Rahmendicke wird durch 
28154 \series bold
28155
28156 \backslash
28157 fboxrule
28158 \series default
28159  festgelegt.
28160  
28161 \begin_inset Box Boxed
28162 position "c"
28163 hor_pos "c"
28164 has_inner_box 1
28165 inner_pos "c"
28166 use_parbox 0
28167 use_makebox 0
28168 width "21col%"
28169 special "none"
28170 height "1in"
28171 height_special "totalheight"
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175
28176 \series medium
28177 Rechteckige
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 Description
28190 erlaube
28191 \begin_inset space ~
28192 \end_inset
28193
28194 Seitenumbrüche Wenn Sie die Verzierung 
28195 \family sans
28196 Einfacher rechteckiger Rahmen
28197 \family default
28198  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28199  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28200  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28201  für sich ist und 
28202 \series bold
28203
28204 \backslash
28205 fboxrule
28206 \series default
28207  und 
28208 \series bold
28209
28210 \backslash
28211 fboxsep
28212 \series default
28213  keinen Einfluss auf diesen Box Typ haben.
28214  Die Rahmendicke wird durch 
28215 \series bold
28216
28217 \backslash
28218 FrameRule
28219 \series default
28220  festgelegt.
28221  
28222 \begin_inset Box Framed
28223 position "t"
28224 hor_pos "c"
28225 has_inner_box 0
28226 inner_pos "t"
28227 use_parbox 0
28228 use_makebox 0
28229 width "100col%"
28230 special "none"
28231 height "1in"
28232 height_special "totalheight"
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 Box erlaubt Seitenumbruch
28237 \end_layout
28238
28239 \end_inset
28240
28241
28242 \end_layout
28243
28244 \begin_layout Description
28245 Ovaler
28246 \begin_inset space ~
28247 \end_inset
28248
28249 Rahmen,
28250 \begin_inset space ~
28251 \end_inset
28252
28253 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28254  Die Rahmendicke ist 0.4
28255 \begin_inset space \thinspace{}
28256 \end_inset
28257
28258 pt.
28259  
28260 \begin_inset Box ovalbox
28261 position "c"
28262 hor_pos "c"
28263 has_inner_box 1
28264 inner_pos "c"
28265 use_parbox 0
28266 use_makebox 0
28267 width "20col%"
28268 special "none"
28269 height "1in"
28270 height_special "totalheight"
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274 Ovale
28275 \begin_inset space ~
28276 \end_inset
28277
28278 Box,
28279 \begin_inset space ~
28280 \end_inset
28281
28282 dünn
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Description
28291 Ovaler
28292 \begin_inset space ~
28293 \end_inset
28294
28295 Rahmen,
28296 \begin_inset space ~
28297 \end_inset
28298
28299 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28300  Die Rahmendicke ist 0.8
28301 \begin_inset space \thinspace{}
28302 \end_inset
28303
28304 pt.
28305  
28306 \begin_inset Box Ovalbox
28307 position "c"
28308 hor_pos "c"
28309 has_inner_box 1
28310 inner_pos "c"
28311 use_parbox 0
28312 use_makebox 0
28313 width "20col%"
28314 special "none"
28315 height "1in"
28316 height_special "totalheight"
28317 status collapsed
28318
28319 \begin_layout Plain Layout
28320 Ovale
28321 \begin_inset space ~
28322 \end_inset
28323
28324 Box,
28325 \begin_inset space ~
28326 \end_inset
28327
28328 dick
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Description
28337 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28338  Die Rahmendicke wird durch 
28339 \series bold
28340
28341 \backslash
28342 fboxrule
28343 \series default
28344  festgelegt, der Schatten ist 4
28345 \begin_inset space \thinspace{}
28346 \end_inset
28347
28348 pt breit.
28349 \begin_inset Newline newline
28350 \end_inset
28351
28352
28353 \begin_inset Box Shadowbox
28354 position "c"
28355 hor_pos "c"
28356 has_inner_box 1
28357 inner_pos "c"
28358 use_parbox 0
28359 use_makebox 0
28360 width "20col%"
28361 special "none"
28362 height "1in"
28363 height_special "totalheight"
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367 Schattierte
28368 \begin_inset space ~
28369 \end_inset
28370
28371 Box
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Description
28380 Schattierter
28381 \begin_inset space ~
28382 \end_inset
28383
28384 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28385  Im Gegensatz zu farbigen Boxen
28386 \begin_inset Foot
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 siehe Abschnitt
28391 \begin_inset space ~
28392 \end_inset
28393
28394
28395 \begin_inset CommandInset ref
28396 LatexCommand ref
28397 reference "abs:Farbige-Boxen"
28398
28399 \end_inset
28400
28401
28402 \end_layout
28403
28404 \end_inset
28405
28406  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28407  die Box ist ein Absatz für sich.
28408  
28409 \begin_inset Box Shaded
28410 position "t"
28411 hor_pos "c"
28412 has_inner_box 0
28413 inner_pos "t"
28414 use_parbox 0
28415 use_makebox 0
28416 width "50col%"
28417 special "none"
28418 height "1in"
28419 height_special "totalheight"
28420 status collapsed
28421
28422 \begin_layout Plain Layout
28423 Schattierter Hintergrund Box
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Description
28432 Doppelter
28433 \begin_inset space ~
28434 \end_inset
28435
28436 rechteckiger
28437 \begin_inset space ~
28438 \end_inset
28439
28440 Rahmen zeichnet einen doppelten Rahmen um die Box.
28441  Der innere Rahmen ist 0.75
28442 \begin_inset space \thinspace{}
28443 \end_inset
28444
28445
28446 \series bold
28447
28448 \backslash
28449 fboxrule
28450 \series default
28451  breit, der äußere 1.5
28452 \begin_inset space \thinspace{}
28453 \end_inset
28454
28455
28456 \series bold
28457
28458 \backslash
28459 fboxrule
28460 \series default
28461 , der Zwischenraum 1.5
28462 \begin_inset space \thinspace{}
28463 \end_inset
28464
28465
28466 \series bold
28467
28468 \backslash
28469 fboxrule
28470 \series default
28471
28472 \begin_inset space \thinspace{}
28473 \end_inset
28474
28475 +
28476 \begin_inset space \thinspace{}
28477 \end_inset
28478
28479 0.5
28480 \begin_inset space \thinspace{}
28481 \end_inset
28482
28483 pt.
28484  
28485 \begin_inset Box Doublebox
28486 position "c"
28487 hor_pos "c"
28488 has_inner_box 1
28489 inner_pos "c"
28490 use_parbox 0
28491 use_makebox 0
28492 width "20col%"
28493 special "none"
28494 height "1in"
28495 height_special "totalheight"
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Doppelt
28500 \begin_inset space ~
28501 \end_inset
28502
28503 gerahmte
28504 \begin_inset space ~
28505 \end_inset
28506
28507 Box
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 \begin_inset VSpace bigskip
28517 \end_inset
28518
28519 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28520  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28521 \series bold
28522 fancybox
28523 \series default
28524
28525 \begin_inset Index idx
28526 status collapsed
28527
28528 \begin_layout Plain Layout
28529 LaTeX-Pakete ! fancybox
28530 \end_layout
28531
28532 \end_inset
28533
28534  installiert sein.
28535 \end_layout
28536
28537 \begin_layout Section
28538 Box-Anpassung
28539 \begin_inset Index idx
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543 Boxen ! Anpassung
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Der Standardwert für 
28553 \series bold
28554
28555 \backslash
28556 fboxrule
28557 \series default
28558  ist 0.4
28559 \begin_inset space \thinspace{}
28560 \end_inset
28561
28562 pt.
28563  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28564 \begin_inset space \thinspace{}
28565 \end_inset
28566
28567 pt gesetzt werden:
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 setlength{
28576 \backslash
28577 fboxrule}{2pt}
28578 \end_layout
28579
28580 \begin_layout Standard
28581 \begin_inset ERT
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585
28586
28587 \backslash
28588 setlength{
28589 \backslash
28590 fboxrule}{2pt}
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \begin_inset Box Boxed
28597 position "c"
28598 hor_pos "c"
28599 has_inner_box 1
28600 inner_pos "c"
28601 use_parbox 0
28602 use_makebox 0
28603 width "30col%"
28604 special "none"
28605 height "1in"
28606 height_special "totalheight"
28607 status open
28608
28609 \begin_layout Plain Layout
28610 \align center
28611 Rechteckige Box mit einer Rahmenbreite von 2
28612 \begin_inset space \thinspace{}
28613 \end_inset
28614
28615 pt
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \begin_inset ERT
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625
28626
28627 \backslash
28628 setlength{
28629 \backslash
28630 fboxrule}{0.4pt}
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \begin_inset VSpace bigskip
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Standard
28643 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28644 \begin_inset space \thinspace{}
28645 \end_inset
28646
28647 pt.
28648  Sie können das ändern, indem Sie den Wert von 
28649 \series bold
28650
28651 \backslash
28652 fboxsep
28653 \series default
28654  mit einem TeX-Code-Befehl ändern:
28655 \end_layout
28656
28657 \begin_layout Standard
28658
28659 \series bold
28660
28661 \backslash
28662 setlength{
28663 \backslash
28664 fboxsep}{10pt}
28665 \end_layout
28666
28667 \begin_layout Standard
28668 setzt den Wert auf 10
28669 \begin_inset space \thinspace{}
28670 \end_inset
28671
28672 pt, wie in der folgenden Box:
28673 \end_layout
28674
28675 \begin_layout Standard
28676 \begin_inset ERT
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680
28681
28682 \backslash
28683 setlength{
28684 \backslash
28685 fboxsep}{10pt}
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \begin_inset Box Boxed
28692 position "c"
28693 hor_pos "c"
28694 has_inner_box 1
28695 inner_pos "c"
28696 use_parbox 0
28697 use_makebox 0
28698 width "25col%"
28699 special "none"
28700 height "1in"
28701 height_special "totalheight"
28702 status open
28703
28704 \begin_layout Plain Layout
28705 \align center
28706 Rechteckige Box mit 
28707 \series bold
28708
28709 \backslash
28710 fboxsep
28711 \series default
28712
28713 \begin_inset space \thinspace{}
28714 \end_inset
28715
28716 =
28717 \begin_inset space \thinspace{}
28718 \end_inset
28719
28720 10
28721 \begin_inset space \thinspace{}
28722 \end_inset
28723
28724 pt
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset ERT
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734
28735
28736 \backslash
28737 setlength{
28738 \backslash
28739 fboxsep}{3pt}
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \noindent
28749 \begin_inset VSpace bigskip
28750 \end_inset
28751
28752 Der Durchmesser der abgerundeten Ecken kann mit 
28753 \series bold
28754
28755 \backslash
28756 cornersize
28757 \series default
28758  gesetzt werden.
28759  Der TeX-Code-Befehl
28760 \end_layout
28761
28762 \begin_layout Standard
28763
28764 \series bold
28765
28766 \backslash
28767 cornersize*{1cm}
28768 \end_layout
28769
28770 \begin_layout Standard
28771 setzt den Durchmesser auf 1
28772 \begin_inset space \thinspace{}
28773 \end_inset
28774
28775 cm.
28776  Der TeX-Code-Befehl
28777 \end_layout
28778
28779 \begin_layout Standard
28780
28781 \series bold
28782
28783 \backslash
28784 cornersize{num}
28785 \end_layout
28786
28787 \begin_layout Standard
28788 setzt den Durchmesser auf 
28789 \family sans
28790 num
28791 \begin_inset space \thinspace{}
28792 \end_inset
28793
28794 ×
28795 \begin_inset space \thinspace{}
28796 \end_inset
28797
28798 Minimum(Breite der Box, Höhe der Box)
28799 \family default
28800 .
28801  Der Standardwert ist 
28802 \series bold
28803
28804 \backslash
28805 cornersize{0.5}
28806 \series default
28807 .
28808 \end_layout
28809
28810 \begin_layout Standard
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815
28816
28817 \backslash
28818 cornersize*{1.5cm}
28819 \end_layout
28820
28821 \end_inset
28822
28823
28824 \begin_inset Box Ovalbox
28825 position "c"
28826 hor_pos "c"
28827 has_inner_box 1
28828 inner_pos "c"
28829 use_parbox 0
28830 use_makebox 0
28831 width "30col%"
28832 special "none"
28833 height "1in"
28834 height_special "totalheight"
28835 status open
28836
28837 \begin_layout Plain Layout
28838 \align center
28839 Ovale Box, dicker Rand, mit 
28840 \series bold
28841
28842 \backslash
28843 cornersize
28844 \series default
28845
28846 \begin_inset space \thinspace{}
28847 \end_inset
28848
28849 =
28850 \begin_inset space \thinspace{}
28851 \end_inset
28852
28853 1.5
28854 \begin_inset space \thinspace{}
28855 \end_inset
28856
28857 cm
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \begin_inset ERT
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867
28868
28869 \backslash
28870 cornersize{0.5}
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Standard
28879 \begin_inset VSpace bigskip
28880 \end_inset
28881
28882 Die Breite des Schattens wird mit 
28883 \series bold
28884
28885 \backslash
28886 shadowsize
28887 \series default
28888  festgelegt.
28889  Mit dem TeX-Code-Befehl
28890 \end_layout
28891
28892 \begin_layout Standard
28893
28894 \series bold
28895
28896 \backslash
28897 setlength{
28898 \backslash
28899 shadowsize}{2pt}
28900 \end_layout
28901
28902 \begin_layout Standard
28903 wird er für die folgende Box auf 2
28904 \begin_inset space \thinspace{}
28905 \end_inset
28906
28907 pt festgelegt.
28908 \end_layout
28909
28910 \begin_layout Standard
28911 \begin_inset ERT
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915
28916
28917 \backslash
28918 setlength{
28919 \backslash
28920 shadowsize}{2pt}
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \begin_inset Box Shadowbox
28927 position "c"
28928 hor_pos "c"
28929 has_inner_box 1
28930 inner_pos "c"
28931 use_parbox 0
28932 use_makebox 0
28933 width "25col%"
28934 special "none"
28935 height "1in"
28936 height_special "totalheight"
28937 status open
28938
28939 \begin_layout Plain Layout
28940 \align center
28941 Schattierte Box mit 
28942 \series bold
28943
28944 \backslash
28945 shadowsize
28946 \series default
28947
28948 \begin_inset space \thinspace{}
28949 \end_inset
28950
28951 =
28952 \begin_inset space \thinspace{}
28953 \end_inset
28954
28955 2
28956 \begin_inset space \thinspace{}
28957 \end_inset
28958
28959 pt
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \begin_inset ERT
28966 status collapsed
28967
28968 \begin_layout Plain Layout
28969
28970
28971 \backslash
28972 setlength{
28973 \backslash
28974 shadowsize}{4pt}
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 \begin_inset VSpace bigskip
28984 \end_inset
28985
28986 Der Standardwert für 
28987 \series bold
28988
28989 \backslash
28990 FrameRule
28991 \series default
28992  ist 0.4
28993 \begin_inset space \thinspace{}
28994 \end_inset
28995
28996 pt.
28997  Der Standard-Abstand zwischen Rahmen und Text ist 9
28998 \begin_inset space \thinspace{}
28999 \end_inset
29000
29001 pt und kann mit dem Wert für 
29002 \series bold
29003
29004 \backslash
29005 FrameSep
29006 \series default
29007  geändert werden.
29008  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29009  TeX-Code Befehlen geändert:
29010 \end_layout
29011
29012 \begin_layout Standard
29013
29014 \series bold
29015
29016 \backslash
29017 setlength{
29018 \backslash
29019 FrameRule}{5pt}
29020 \begin_inset Newline newline
29021 \end_inset
29022
29023
29024 \backslash
29025 setlength{
29026 \backslash
29027 FrameSep}{0.5cm}
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \begin_inset ERT
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035
29036
29037 \backslash
29038 setlength{
29039 \backslash
29040 FrameRule}{5pt}
29041 \end_layout
29042
29043 \begin_layout Plain Layout
29044
29045
29046 \backslash
29047 setlength{
29048 \backslash
29049 FrameSep}{0.5cm}
29050 \end_layout
29051
29052 \end_inset
29053
29054
29055 \begin_inset Box Framed
29056 position "t"
29057 hor_pos "c"
29058 has_inner_box 0
29059 inner_pos "t"
29060 use_parbox 0
29061 use_makebox 0
29062 width "100col%"
29063 special "none"
29064 height "1in"
29065 height_special "totalheight"
29066 status open
29067
29068 \begin_layout Plain Layout
29069 Dies ist Text in einer 
29070 \family sans
29071 Seitenumbruch erlaubt
29072 \family default
29073  Box.
29074 \end_layout
29075
29076 \end_inset
29077
29078
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 setlength{
29087 \backslash
29088 FrameRule}{0.4pt}
29089 \end_layout
29090
29091 \begin_layout Plain Layout
29092
29093
29094 \backslash
29095 setlength{
29096 \backslash
29097 FrameSep}{9pt}
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 \begin_inset VSpace bigskip
29107 \end_inset
29108
29109 Für Boxen mit 
29110 \family sans
29111 schattiertem Hintergrund
29112 \family default
29113  beträgt der Abstand zwischen Rand und Text 3
29114 \begin_inset space \thinspace{}
29115 \end_inset
29116
29117 pt und kann mit 
29118 \series bold
29119
29120 \backslash
29121 fboxsep
29122 \series default
29123  geändert werden.
29124  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29125  
29126 \series bold
29127
29128 \backslash
29129 definecolor{shadecolor}
29130 \series default
29131  oder global über das Menü 
29132 \family sans
29133 Werkzeuge\SpecialChar \menuseparator
29134 Einstellungen\SpecialChar \menuseparator
29135 Farben\SpecialChar \menuseparator
29136 Schattierte
29137 \begin_inset space ~
29138 \end_inset
29139
29140 Box
29141 \family default
29142  geändert werden.
29143  Das Schema des 
29144 \series bold
29145
29146 \backslash
29147 definecolor
29148 \series default
29149  Befehls ist  in Abschnitt
29150 \begin_inset space ~
29151 \end_inset
29152
29153
29154 \begin_inset CommandInset ref
29155 LatexCommand ref
29156 reference "abs:Farbige-Tabellen"
29157
29158 \end_inset
29159
29160  erklärt.
29161 \begin_inset Foot
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165 Beachten Sie, dass 
29166 \series bold
29167
29168 \backslash
29169 definecolor
29170 \series default
29171  das LaTeX-Paket 
29172 \series bold
29173 color
29174 \series default
29175  im LaTeX-Vorspann benötigt, siehe Abschnitt
29176 \begin_inset space ~
29177 \end_inset
29178
29179
29180 \begin_inset CommandInset ref
29181 LatexCommand ref
29182 reference "abs:Farbige-Boxen"
29183
29184 \end_inset
29185
29186 .
29187 \end_layout
29188
29189 \end_inset
29190
29191  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29192 \end_layout
29193
29194 \begin_layout Standard
29195
29196 \series bold
29197
29198 \backslash
29199 setlength{
29200 \backslash
29201 fboxsep}{0.5cm}
29202 \begin_inset Newline newline
29203 \end_inset
29204
29205
29206 \backslash
29207 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29208 \end_layout
29209
29210 \begin_layout Standard
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216
29217 \backslash
29218 setlength{
29219 \backslash
29220 fboxsep}{0.5cm}
29221 \end_layout
29222
29223 \begin_layout Plain Layout
29224
29225
29226 \backslash
29227 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \begin_inset Box Shaded
29234 position "t"
29235 hor_pos "c"
29236 has_inner_box 0
29237 inner_pos "t"
29238 use_parbox 0
29239 use_makebox 0
29240 width "100col%"
29241 special "none"
29242 height "1in"
29243 height_special "totalheight"
29244 status open
29245
29246 \begin_layout Plain Layout
29247
29248 \color yellow
29249 Dies ist gelber Text in einer 
29250 \family sans
29251 schattierten Hintergrund
29252 \begin_inset space ~
29253 \end_inset
29254
29255
29256 \family default
29257 Box auf dunkelgrünem Hintergrund.
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \begin_inset ERT
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267
29268
29269 \backslash
29270 setlength{
29271 \backslash
29272 fboxsep}{3pt}
29273 \end_layout
29274
29275 \begin_layout Plain Layout
29276
29277
29278 \backslash
29279 definecolor{shadecolor}{rgb}{1,0,0}
29280 \end_layout
29281
29282 \end_inset
29283
29284
29285 \end_layout
29286
29287 \begin_layout Standard
29288 \begin_inset VSpace bigskip
29289 \end_inset
29290
29291 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29292  der sie ändert.
29293 \end_layout
29294
29295 \begin_layout Section
29296 Minipage
29297 \begin_inset CommandInset label
29298 LatexCommand label
29299 name "abs:Minipage"
29300
29301 \end_inset
29302
29303
29304 \begin_inset Index idx
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308 Boxen ! Minipage
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Standard
29317 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29318  deshalb unter anderem eigene Fußnoten haben.
29319 \end_layout
29320
29321 \begin_layout Standard
29322 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29323 \end_layout
29324
29325 \begin_layout Standard
29326 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29327  Ihre Breite ist 45 Spaltenbreite
29328 \begin_inset space ~
29329 \end_inset
29330
29331 %, und sie sind durch einen 
29332 \family sans
29333 HFill
29334 \family default
29335  getrennt (
29336 \family sans
29337 Einfügen\SpecialChar \menuseparator
29338 Formatierung\SpecialChar \menuseparator
29339 Horizontaler
29340 \begin_inset space \space{}
29341 \end_inset
29342
29343 Abstand\SpecialChar \menuseparator
29344 Abstand\SpecialChar \menuseparator
29345 Variabler
29346 \begin_inset space ~
29347 \end_inset
29348
29349 horiz.
29350 \begin_inset space ~
29351 \end_inset
29352
29353 Abstand
29354 \family default
29355 ).
29356 \begin_inset Newpage newpage
29357 \end_inset
29358
29359
29360 \end_layout
29361
29362 \begin_layout Standard
29363 \noindent
29364 \begin_inset Box Frameless
29365 position "t"
29366 hor_pos "c"
29367 has_inner_box 1
29368 inner_pos "c"
29369 use_parbox 0
29370 use_makebox 0
29371 width "45col%"
29372 special "none"
29373 height "1in"
29374 height_special "totalheight"
29375 status open
29376
29377 \begin_layout Plain Layout
29378 Dies ist ein deutscher Text.
29379  Dies ist ein deutscher Text.
29380  Dies ist ein deutscher Text.
29381  Dies ist ein deutscher Text.
29382  Dies ist ein deutscher Text.
29383  Dies ist ein deutscher Text.
29384  Dies ist ein deutscher Text.
29385  Dies ist ein deutscher Text.
29386  Dies ist ein deutscher Text.
29387  Dies ist ein deutscher Text.
29388  Dies ist ein deutscher Text.
29389  Dies ist ein deutscher Text.
29390  Dies ist ein deutscher Text
29391 \begin_inset Foot
29392 status open
29393
29394 \begin_layout Plain Layout
29395 Dies ist eine deutsche Fußnote.
29396 \end_layout
29397
29398 \end_inset
29399
29400 .
29401  Dies ist ein deutscher Text.
29402  Dies ist ein deutscher Text.
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \begin_inset space \hfill{}
29409 \end_inset
29410
29411
29412 \begin_inset Box Frameless
29413 position "t"
29414 hor_pos "c"
29415 has_inner_box 1
29416 inner_pos "c"
29417 use_parbox 0
29418 use_makebox 0
29419 width "45col%"
29420 special "none"
29421 height "1in"
29422 height_special "totalheight"
29423 status open
29424
29425 \begin_layout Plain Layout
29426
29427 \lang english
29428 This is an English Text.
29429  This is an English Text.
29430  This is an English Text.
29431  This is an English Text.
29432  This is an English Text.
29433  This is an English Text.
29434  This is an English Text.
29435  This is an English Text.
29436  This is an English Text.
29437  This is an English Text.
29438  This is an English Text.
29439  This is an English Text.
29440  This is an English Text.
29441  This is an English Text.
29442  This is an English Text.
29443  This is an English Text.
29444 \begin_inset Foot
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448
29449 \lang english
29450 This is an English footnote.
29451 \end_layout
29452
29453 \end_inset
29454
29455  This is an English Text.
29456  
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 \begin_inset VSpace bigskip
29466 \end_inset
29467
29468 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29469  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29470  Absätze nicht eingerückt werden, obwohl Sie das in 
29471 \family sans
29472 Dokument
29473 \family default
29474 \SpecialChar \menuseparator
29475
29476 \family sans
29477 Einstellun\SpecialChar \-
29478 gen\SpecialChar \menuseparator
29479 Textformat
29480 \family default
29481  festgelegt haben.
29482  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29483  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29484 \series bold
29485
29486 \backslash
29487 hspace*{1em}
29488 \series default
29489 .
29490 \end_layout
29491
29492 \begin_layout Standard
29493 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29494  zu verpassen, siehe Abschnitt
29495 \begin_inset space ~
29496 \end_inset
29497
29498
29499 \begin_inset CommandInset ref
29500 LatexCommand ref
29501 reference "uab:Farbe-für-Absätze"
29502
29503 \end_inset
29504
29505 .
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset Note Greyedout
29510 status open
29511
29512 \begin_layout Plain Layout
29513
29514 \series bold
29515 Bemerkung:
29516 \series default
29517  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29518  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \begin_layout Section
29527 Parbox
29528 \begin_inset CommandInset label
29529 LatexCommand label
29530 name "abs:Parbox"
29531
29532 \end_inset
29533
29534
29535 \begin_inset Index idx
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539 Boxen ! Parbox
29540 \end_layout
29541
29542 \end_inset
29543
29544
29545 \end_layout
29546
29547 \begin_layout Standard
29548 Parbox ist eine Abkürzung für 
29549 \begin_inset Quotes gld
29550 \end_inset
29551
29552 paragraph box
29553 \begin_inset Quotes grd
29554 \end_inset
29555
29556 , was Absatzbox bedeutet.
29557  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29558  Parboxen einige Einschränkungen.
29559  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29560  gedruckt:
29561 \end_layout
29562
29563 \begin_layout Standard
29564 \align center
29565 \begin_inset Box Frameless
29566 position "t"
29567 hor_pos "c"
29568 has_inner_box 1
29569 inner_pos "t"
29570 use_parbox 1
29571 use_makebox 0
29572 width "33col%"
29573 special "none"
29574 height "1in"
29575 height_special "totalheight"
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 Dies ist Text in einer Parbox.
29580  Dies ist Text in einer Parbox.
29581 \end_layout
29582
29583 \begin_layout Plain Layout
29584 Diese Fußnote wird nicht gedruckt:
29585 \begin_inset Foot
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29604  und Theoreme enthalten.
29605 \end_layout
29606
29607 \begin_layout Section
29608 Boxen für Worte und Buchstaben
29609 \begin_inset Index idx
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 Boxen ! für Buchstaben
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \begin_layout Subsection
29622 Silbentrennung unterbinden 
29623 \begin_inset CommandInset label
29624 LatexCommand label
29625 name "abs:Silbentrennung-unterbinden"
29626
29627 \end_inset
29628
29629
29630 \begin_inset Index idx
29631 status collapsed
29632
29633 \begin_layout Plain Layout
29634 Boxen ! zur Vermeidung von Silbentrennung
29635 \end_layout
29636
29637 \end_inset
29638
29639
29640 \end_layout
29641
29642 \begin_layout Standard
29643 Sie können eine spezielle Box benutzen, um Silbentrennungen zu unterbinden.
29644 \begin_inset Newline newline
29645 \end_inset
29646
29647 Hier ist ein Beispiel: 
29648 \end_layout
29649
29650 \begin_layout Standard
29651 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29652 \begin_inset Quotes gld
29653 \end_inset
29654
29655 einsehrsehrsehrlangeswort
29656 \begin_inset Quotes grd
29657 \end_inset
29658
29659 .
29660 \end_layout
29661
29662 \begin_layout Standard
29663 Um das zu verhindern, fügen Sie vor dem Wort, das nicht getrennt werden
29664  soll, den TeX-Code
29665 \end_layout
29666
29667 \begin_layout Standard
29668
29669 \series bold
29670
29671 \backslash
29672 mbox{
29673 \end_layout
29674
29675 \begin_layout Standard
29676 ein.
29677  Hinter dem Wort fügen Sie 
29678 \series bold
29679
29680 \begin_inset Quotes gld
29681 \end_inset
29682
29683 }
29684 \series default
29685
29686 \begin_inset Quotes grd
29687 \end_inset
29688
29689  als TeX-Code ein.
29690  Hier ist das Ergebnis:
29691 \end_layout
29692
29693 \begin_layout Standard
29694 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29695 \begin_inset ERT
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 mbox{
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \begin_inset Quotes gld
29709 \end_inset
29710
29711 einsehrsehrsehrlangeswort
29712 \begin_inset Quotes grd
29713 \end_inset
29714
29715
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721 }
29722 \end_layout
29723
29724 \end_inset
29725
29726 .
29727 \end_layout
29728
29729 \begin_layout Standard
29730 Alternativ dazu kann man auch den Befehl 
29731 \begin_inset Quotes gld
29732 \end_inset
29733
29734
29735 \series bold
29736
29737 \backslash
29738 -
29739 \series default
29740
29741 \begin_inset Quotes grd
29742 \end_inset
29743
29744  als TeX-Code direkt vor das Wort setzen:
29745 \end_layout
29746
29747 \begin_layout Standard
29748 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29749 \begin_inset Quotes gld
29750 \end_inset
29751
29752
29753 \begin_inset ERT
29754 status collapsed
29755
29756 \begin_layout Plain Layout
29757
29758
29759 \backslash
29760 -
29761 \end_layout
29762
29763 \end_inset
29764
29765 einsehrsehrsehrlangeswort
29766 \begin_inset Quotes grd
29767 \end_inset
29768
29769 .
29770 \end_layout
29771
29772 \begin_layout Standard
29773 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29774  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29775 \series bold
29776 Strg-Eingabe
29777 \series default
29778 ) einfügen: 
29779 \end_layout
29780
29781 \begin_layout Standard
29782 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29783 \begin_inset Newline newline
29784 \end_inset
29785
29786
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792
29793 \backslash
29794 mbox{
29795 \end_layout
29796
29797 \end_inset
29798
29799
29800 \begin_inset Quotes gld
29801 \end_inset
29802
29803 einsehrsehrsehrlangeswort
29804 \begin_inset Quotes grd
29805 \end_inset
29806
29807
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813 }
29814 \end_layout
29815
29816 \end_inset
29817
29818 .
29819 \end_layout
29820
29821 \begin_layout Subsection
29822 Vertikale Ausrichtung
29823 \begin_inset CommandInset label
29824 LatexCommand label
29825 name "uab:Vertikale-Ausrichtung"
29826
29827 \end_inset
29828
29829
29830 \begin_inset Index idx
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 Boxen ! für Vertikale Ausrichtung
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \begin_inset Index idx
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844 Boxen ! raisebox
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \end_layout
29851
29852 \begin_layout Standard
29853 Mit dem LaTeX-Befehl 
29854 \series bold
29855
29856 \backslash
29857 raisebox
29858 \series default
29859  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29860 n Textes ausrichten.
29861  
29862 \series bold
29863
29864 \backslash
29865 raisebox
29866 \series default
29867  wird folgendermaßen benutzt:
29868 \end_layout
29869
29870 \begin_layout Standard
29871
29872 \series bold
29873
29874 \backslash
29875 raisebox{Verschiebung}[oben][unten]{Text}
29876 \end_layout
29877
29878 \begin_layout Standard
29879 Positive Werte für Verschiebung
29880 \series bold
29881  
29882 \series default
29883 verschieben die Box nach oben, negative nach unten.
29884  Die beiden optionalen Parameter 
29885 \family typewriter
29886 oben
29887 \family default
29888  und 
29889 \family typewriter
29890 unten
29891 \family default
29892  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29893  hinausgeht, wenn sie nicht verschoben ist.
29894 \end_layout
29895
29896 \begin_layout Standard
29897 Um zum Beispiel das Wort 
29898 \begin_inset Quotes gld
29899 \end_inset
29900
29901 provokant
29902 \begin_inset Quotes grd
29903 \end_inset
29904
29905  mit seinem 
29906 \begin_inset Quotes gld
29907 \end_inset
29908
29909 niedrigsten
29910 \begin_inset Quotes grd
29911 \end_inset
29912
29913  Buchstaben 
29914 \begin_inset Quotes gld
29915 \end_inset
29916
29917 p
29918 \begin_inset Quotes grd
29919 \end_inset
29920
29921  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29922 \end_layout
29923
29924 \begin_layout Standard
29925
29926 \series bold
29927
29928 \backslash
29929 raisebox{
29930 \backslash
29931 depth}{
29932 \end_layout
29933
29934 \begin_layout Standard
29935 vor dem Wort einfügen und 
29936 \begin_inset Quotes gld
29937 \end_inset
29938
29939
29940 \series bold
29941 }
29942 \series default
29943
29944 \begin_inset Quotes grd
29945 \end_inset
29946
29947  als TeX-Code dahinter:
29948 \end_layout
29949
29950 \begin_layout Standard
29951 Dies ist eine Zeile, in der das Wort 
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957
29958 \backslash
29959 raisebox{
29960 \backslash
29961 depth}{
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \begin_inset Quotes gld
29968 \end_inset
29969
29970 provokant
29971 \begin_inset Quotes grd
29972 \end_inset
29973
29974
29975 \begin_inset ERT
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979
29980 }
29981 \end_layout
29982
29983 \end_inset
29984
29985  nach oben verschoben wurde.
29986 \end_layout
29987
29988 \begin_layout Standard
29989 \begin_inset VSpace bigskip
29990 \end_inset
29991
29992 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29993  gedehnt:
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Dies ist eine Zeile, in der das Wort 
29998 \begin_inset ERT
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002
30003
30004 \backslash
30005 raisebox{-
30006 \backslash
30007 depth}{
30008 \end_layout
30009
30010 \end_inset
30011
30012
30013 \begin_inset Quotes gld
30014 \end_inset
30015
30016 provokant
30017 \begin_inset Quotes grd
30018 \end_inset
30019
30020
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026 }
30027 \end_layout
30028
30029 \end_inset
30030
30031  nach unten verschoben wurde.
30032 \end_layout
30033
30034 \begin_layout Standard
30035 Dies ist eine Zeile, in der das Wort 
30036 \begin_inset ERT
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040
30041
30042 \backslash
30043 raisebox{0.5cm}{
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset Quotes gld
30050 \end_inset
30051
30052 testen
30053 \begin_inset Quotes grd
30054 \end_inset
30055
30056
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062 }
30063 \end_layout
30064
30065 \end_inset
30066
30067  um 0.5
30068 \begin_inset space \thinspace{}
30069 \end_inset
30070
30071 cm nach oben verschoben wurde.
30072 \end_layout
30073
30074 \begin_layout Standard
30075 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30076 \end_layout
30077
30078 \begin_layout Standard
30079
30080 \series bold
30081
30082 \backslash
30083 raisebox{-
30084 \backslash
30085 depth}[0pt]{
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Dies ist eine Zeile, in der das Wort 
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095
30096 \backslash
30097 raisebox{-
30098 \backslash
30099 depth}[0pt]{
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \begin_inset Quotes gld
30106 \end_inset
30107
30108 provokant
30109 \begin_inset Quotes grd
30110 \end_inset
30111
30112
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118 }
30119 \end_layout
30120
30121 \end_inset
30122
30123  nach unten verschoben wurde.
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Dies ist eine Zeile, in der das Wort 
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133
30134 \backslash
30135 raisebox{0.5cm}[0pt]{
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \begin_inset Quotes gld
30142 \end_inset
30143
30144 testen
30145 \begin_inset Quotes grd
30146 \end_inset
30147
30148
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154 }
30155 \end_layout
30156
30157 \end_inset
30158
30159  um 0.5
30160 \begin_inset space \thinspace{}
30161 \end_inset
30162
30163 cm nach oben verschoben wurde.
30164  Jetzt überschneiden sich die verschobenen Worte.
30165 \end_layout
30166
30167 \begin_layout Section
30168 Farbige Boxen
30169 \begin_inset CommandInset label
30170 LatexCommand label
30171 name "abs:Farbige-Boxen"
30172
30173 \end_inset
30174
30175
30176 \begin_inset Index idx
30177 status collapsed
30178
30179 \begin_layout Plain Layout
30180 Boxen ! farbige
30181 \end_layout
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Subsection
30189 Text-Hintergrundfarbe
30190 \begin_inset Index idx
30191 status collapsed
30192
30193 \begin_layout Plain Layout
30194 Farbe ! für Text-Hintergrund
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Standard
30203 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30204  so genannten 
30205 \begin_inset Quotes gld
30206 \end_inset
30207
30208 colorbox
30209 \begin_inset Quotes grd
30210 \end_inset
30211
30212  stehen.
30213  Dafür muss das LaTeX-Paket 
30214 \series bold
30215 color
30216 \series default
30217
30218 \begin_inset Index idx
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 LaTeX-Pakete ! color
30223 \end_layout
30224
30225 \end_inset
30226
30227  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30228 \end_layout
30229
30230 \begin_layout Standard
30231
30232 \series bold
30233
30234 \backslash
30235 @ifundefined{textcolor}
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239
30240 \begin_inset Phantom HPhantom
30241 status open
30242
30243 \begin_layout Plain Layout
30244
30245 \series bold
30246 \begin_inset space ~
30247 \end_inset
30248
30249
30250 \end_layout
30251
30252 \end_inset
30253
30254 {
30255 \backslash
30256 usepackage{color}}{}
30257 \end_layout
30258
30259 \begin_layout Standard
30260 Wenn Sie Text einfärben, lädt LyX das Paket 
30261 \series bold
30262 color
30263 \series default
30264  automatisch.
30265 \begin_inset Foot
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 Der Befehl 
30270 \series bold
30271
30272 \backslash
30273 @ifundefined
30274 \series default
30275  vermeidet, dass es in diesem Fall doppelt geladen wird.
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \end_layout
30282
30283 \begin_layout Standard
30284 \begin_inset VSpace medskip
30285 \end_inset
30286
30287 Colorboxen werden mit dem Befehl 
30288 \series bold
30289
30290 \backslash
30291 colorbox
30292 \series default
30293  erzeugt:
30294 \end_layout
30295
30296 \begin_layout Standard
30297
30298 \series bold
30299
30300 \backslash
30301 colorbox{Farbe}{Boxinhalt}
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30306  Boxen sein.
30307 \end_layout
30308
30309 \begin_layout Standard
30310 Die folgenden Farben sind vordefiniert:
30311 \family sans
30312  schwarz
30313 \family default
30314
30315 \family sans
30316 wei
30317 \family default
30318 ß, 
30319 \family sans
30320 rot
30321 \family default
30322 \series bold
30323 ,
30324 \series default
30325  
30326 \family sans
30327 grün
30328 \family default
30329
30330 \family sans
30331 blau
30332 \family default
30333
30334 \family sans
30335 türkis
30336 \family default
30337
30338 \family sans
30339 purpurrot
30340 \family default
30341  und 
30342 \family sans
30343 gelb
30344 \family default
30345 .
30346 \end_layout
30347
30348 \begin_layout Standard
30349 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30350 \begin_inset space ~
30351 \end_inset
30352
30353
30354 \begin_inset CommandInset ref
30355 LatexCommand ref
30356 reference "abs:Farbige-Tabellen"
30357
30358 \end_inset
30359
30360  beschrieben.
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30365  den TeX-Code-Befehl
30366 \end_layout
30367
30368 \begin_layout Standard
30369
30370 \series bold
30371
30372 \backslash
30373 colorbox{red}{
30374 \end_layout
30375
30376 \begin_layout Standard
30377 vor dem Wort ein.
30378  Hinter dem Wort fügen Sie 
30379 \series bold
30380
30381 \begin_inset Quotes gld
30382 \end_inset
30383
30384 }
30385 \series default
30386
30387 \begin_inset Quotes grd
30388 \end_inset
30389
30390  als TeX-Code ein.
30391  Hier ist das Ergebnis:
30392 \end_layout
30393
30394 \begin_layout Standard
30395 In dieser Zeile hat 
30396 \begin_inset ERT
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400
30401
30402 \backslash
30403 colorbox{red}{
30404 \end_layout
30405
30406 \end_inset
30407
30408 Achtung!
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414 }
30415 \end_layout
30416
30417 \end_inset
30418
30419  einen roten Hintergrund.
30420 \end_layout
30421
30422 \begin_layout Standard
30423 \begin_inset VSpace bigskip
30424 \end_inset
30425
30426 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30427  
30428 \series bold
30429
30430 \backslash
30431 fcolorbox
30432 \series default
30433  verwenden:
30434 \end_layout
30435
30436 \begin_layout Standard
30437
30438 \series bold
30439
30440 \backslash
30441 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30442 \end_layout
30443
30444 \begin_layout Standard
30445
30446 \series bold
30447
30448 \backslash
30449 fcolorbox
30450 \series default
30451  ist eine Erweiterung von 
30452 \series bold
30453
30454 \backslash
30455 colorbox
30456 \series default
30457 .
30458  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30459  
30460 \series bold
30461
30462 \backslash
30463 fboxrule
30464 \series default
30465  und 
30466 \series bold
30467
30468 \backslash
30469 fboxsep
30470 \series default
30471  gesteuert werden, wie in Abschnitt
30472 \begin_inset space ~
30473 \end_inset
30474
30475
30476 \begin_inset CommandInset ref
30477 LatexCommand ref
30478 reference "uab:Verzierung"
30479
30480 \end_inset
30481
30482  beschrieben.
30483 \end_layout
30484
30485 \begin_layout Standard
30486 Für das folgende Beispiel wurde der Befehl
30487 \end_layout
30488
30489 \begin_layout Standard
30490
30491 \series bold
30492
30493 \backslash
30494 fcolorbox{cyan}{magenta}{
30495 \end_layout
30496
30497 \begin_layout Standard
30498 benutzt.
30499  Hier wurden die Rahmendicke und der Abstand auf 1
30500 \begin_inset space \thinspace{}
30501 \end_inset
30502
30503 mm gesetzt:
30504 \begin_inset Newline newline
30505 \end_inset
30506
30507
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 fboxrule 1mm 
30516 \backslash
30517 fboxsep 1mm
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \begin_inset ERT
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528
30529 \backslash
30530 fcolorbox{cyan}{green}{
30531 \end_layout
30532
30533 \end_inset
30534
30535 Dies ist Text in einer farbigen, gerahmten Box.
30536 \begin_inset ERT
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540
30541 }
30542 \end_layout
30543
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550 \begin_inset VSpace bigskip
30551 \end_inset
30552
30553 Natürlich gibt es auch farbigen Text in einer Colorbox:
30554 \begin_inset Newline newline
30555 \end_inset
30556
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563
30564 \backslash
30565 fcolorbox{cyan}{green}{
30566 \end_layout
30567
30568 \end_inset
30569
30570
30571 \color yellow
30572 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30573 \color none
30574
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580 }
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591
30592 \backslash
30593 fboxrule 0.4pt 
30594 \backslash
30595 fboxsep 3pt
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \end_layout
30602
30603 \begin_layout Standard
30604 \begin_inset VSpace bigskip
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Standard
30611 \begin_inset Note Greyedout
30612 status open
30613
30614 \begin_layout Plain Layout
30615 \noindent
30616
30617 \series bold
30618 Bemerkung:
30619 \series default
30620  Text in Colorboxen kann nicht umgebrochen werden.
30621  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30622  wie im folgenden beschrieben.
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Subsection
30631 Farbe für Absätze
30632 \begin_inset CommandInset label
30633 LatexCommand label
30634 name "uab:Farbe-für-Absätze"
30635
30636 \end_inset
30637
30638
30639 \begin_inset Index idx
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 Farbe ! für Absätze
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30653  den Text in eine Minipage stellen.
30654  Vor der Minipage fügen Sie den TeX-Code-Befehl
30655 \end_layout
30656
30657 \begin_layout Standard
30658
30659 \series bold
30660
30661 \backslash
30662 colorbox{color}{
30663 \end_layout
30664
30665 \begin_layout Standard
30666 ein.
30667  Hinter der Minipage fügen Sie 
30668 \series bold
30669
30670 \begin_inset Quotes gld
30671 \end_inset
30672
30673 }
30674 \series default
30675
30676 \begin_inset Quotes grd
30677 \end_inset
30678
30679  als TeX-Code ein.
30680 \end_layout
30681
30682 \begin_layout Standard
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 colorbox{hellgrau}{
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \begin_inset Box Frameless
30697 position "t"
30698 hor_pos "c"
30699 has_inner_box 1
30700 inner_pos "t"
30701 use_parbox 0
30702 use_makebox 0
30703 width "100col%"
30704 special "none"
30705 height "1in"
30706 height_special "totalheight"
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710 Dies ist Text mit einer Hintergrundfarbe.
30711  Dies ist Text mit einer Hintergrundfarbe.
30712 \end_layout
30713
30714 \begin_layout Plain Layout
30715 Der Text kann Fußnoten
30716 \begin_inset Foot
30717 status open
30718
30719 \begin_layout Plain Layout
30720 Eine weitere Fußnote
30721 \end_layout
30722
30723 \end_inset
30724
30725  und Tabellen und Abbildungen enthalten.
30726 \end_layout
30727
30728 \begin_layout Plain Layout
30729 \align center
30730 \begin_inset Tabular
30731 <lyxtabular version="3" rows="3" columns="3">
30732 <features tabularvalignment="middle">
30733 <column alignment="center" valignment="top" width="0">
30734 <column alignment="center" valignment="top" width="0">
30735 <column alignment="center" valignment="top" width="0">
30736 <row>
30737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30738 \begin_inset Text
30739
30740 \begin_layout Plain Layout
30741 a
30742 \end_layout
30743
30744 \end_inset
30745 </cell>
30746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30747 \begin_inset Text
30748
30749 \begin_layout Plain Layout
30750 !
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759 3
30760 \end_layout
30761
30762 \end_inset
30763 </cell>
30764 </row>
30765 <row>
30766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30767 \begin_inset Text
30768
30769 \begin_layout Plain Layout
30770 <
30771 \end_layout
30772
30773 \end_inset
30774 </cell>
30775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30776 \begin_inset Text
30777
30778 \begin_layout Plain Layout
30779 b2
30780 \begin_inset Quotes erd
30781 \end_inset
30782
30783 |
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30789 \begin_inset Text
30790
30791 \begin_layout Plain Layout
30792 >
30793 \end_layout
30794
30795 \end_inset
30796 </cell>
30797 </row>
30798 <row>
30799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30800 \begin_inset Text
30801
30802 \begin_layout Plain Layout
30803 1
30804 \end_layout
30805
30806 \end_inset
30807 </cell>
30808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30809 \begin_inset Text
30810
30811 \begin_layout Plain Layout
30812 §
30813 \end_layout
30814
30815 \end_inset
30816 </cell>
30817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821 c
30822 \end_layout
30823
30824 \end_inset
30825 </cell>
30826 </row>
30827 </lyxtabular>
30828
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842 }
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Section
30851 Rotierte und skalierte Boxen
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30856 \series bold
30857 graphicx
30858 \series default
30859
30860 \begin_inset Index idx
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864 LaTeX-Pakete ! graphicx
30865 \end_layout
30866
30867 \end_inset
30868
30869  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30870 \end_layout
30871
30872 \begin_layout Standard
30873
30874 \series bold
30875
30876 \backslash
30877 @ifundefined{rotatebox}
30878 \begin_inset Newline newline
30879 \end_inset
30880
30881
30882 \begin_inset Phantom HPhantom
30883 status open
30884
30885 \begin_layout Plain Layout
30886
30887 \series bold
30888 \begin_inset space ~
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \end_inset
30895
30896 {
30897 \backslash
30898 usepackage{graphicx}}{}
30899 \end_layout
30900
30901 \begin_layout Standard
30902 \begin_inset Note Greyedout
30903 status open
30904
30905 \begin_layout Plain Layout
30906
30907 \series bold
30908 Bemerkung:
30909 \series default
30910  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30911  darstellen.
30912  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \end_layout
30919
30920 \begin_layout Standard
30921 \begin_inset Note Greyedout
30922 status open
30923
30924 \begin_layout Plain Layout
30925
30926 \series bold
30927 Bemerkung:
30928 \series default
30929  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Subsection
30938 Rotierte Boxen
30939 \begin_inset Index idx
30940 status collapsed
30941
30942 \begin_layout Plain Layout
30943 Boxen ! rotierte
30944 \end_layout
30945
30946 \end_inset
30947
30948
30949 \begin_inset Index idx
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953 Rotiertes Material
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \begin_inset Index idx
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 Abbildungen ! rotierte
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \begin_inset Index idx
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973 Tabellen ! rotierte
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Um Text zu drehen, verwendet man den Befehl 
30983 \series bold
30984
30985 \backslash
30986 rotatebox
30987 \series default
30988  im TeX-Code nach folgendem Schema:
30989 \end_layout
30990
30991 \begin_layout Standard
30992
30993 \series bold
30994
30995 \backslash
30996 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30997 \end_layout
30998
30999 \begin_layout Standard
31000 Der Drehpunkt wird mit 
31001 \series bold
31002 origin=Position
31003 \series default
31004  angegeben.
31005  Folgende Positionen sind möglich: 
31006 \emph on
31007 c
31008 \emph default
31009  (mittig), 
31010 \emph on
31011 l
31012 \emph default
31013  (links), 
31014 \emph on
31015 r
31016 \emph default
31017  (rechts), 
31018 \emph on
31019 b
31020 \emph default
31021  (unten), 
31022 \emph on
31023 t
31024 \emph default
31025  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31026  Z.
31027 \begin_inset space \thinspace{}
31028 \end_inset
31029
31030 B.
31031  bedeutet 
31032 \emph on
31033 lt
31034 \emph default
31035 , dass sich der Drehpunkt links oben befindet.
31036  Wird kein Drehpunkt angegeben, wird die Position 
31037 \emph on
31038 l
31039 \emph default
31040  verwendet.
31041  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31042  Gedreht wird gegen den Uhrzeigersinn.
31043 \end_layout
31044
31045 \begin_layout Standard
31046 Im folgenden Beispiel wurde vor dem Text der Befehl 
31047 \series bold
31048
31049 \backslash
31050 rotatebox[origin=c]{60}{
31051 \series default
31052  im TeX-Modus eingegeben.
31053  Nach dem Text wurde die schließende Klammer 
31054 \series bold
31055 }
31056 \series default
31057  wiederum im TeX-Modus eingegeben.
31058 \end_layout
31059
31060 \begin_layout Standard
31061 Dies ist eine Zeile 
31062 \begin_inset ERT
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066
31067
31068 \backslash
31069 rotatebox[origin=c]{60}{
31070 \end_layout
31071
31072 \end_inset
31073
31074 mit rotiertem
31075 \begin_inset ERT
31076 status collapsed
31077
31078 \begin_layout Plain Layout
31079
31080 }
31081 \end_layout
31082
31083 \end_inset
31084
31085  Text.
31086 \end_layout
31087
31088 \begin_layout Standard
31089 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Dies ist eine Zeile 
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099
31100 \backslash
31101 rotatebox[origin=r]{-60}{
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \begin_inset Box Doublebox
31108 position "c"
31109 hor_pos "c"
31110 has_inner_box 0
31111 inner_pos "c"
31112 use_parbox 0
31113 use_makebox 0
31114 width "1in"
31115 special "width"
31116 height "1in"
31117 height_special "totalheight"
31118 status collapsed
31119
31120 \begin_layout Plain Layout
31121 mit rotiertem
31122 \end_layout
31123
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  umrandeten Text 
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143
31144 \backslash
31145 rotatebox[origin=lb]{60}{
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31152 \end_inset
31153
31154
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160 }
31161 \end_layout
31162
31163 \end_inset
31164
31165  und einer Formel.
31166 \end_layout
31167
31168 \begin_layout Standard
31169 Oder ein Bild oder Tabelle:
31170 \end_layout
31171
31172 \begin_layout Standard
31173 Dies ist eine Zeile 
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 rotatebox[origin=lb]{90}{
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \begin_inset Graphics
31188         filename ../clipart/platypus.eps
31189         lyxscale 50
31190         width 25col%
31191
31192 \end_inset
31193
31194
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200 }
31201 \end_layout
31202
31203 \end_inset
31204
31205  mit einem rotierten Bild 
31206 \begin_inset ERT
31207 status collapsed
31208
31209 \begin_layout Plain Layout
31210
31211
31212 \backslash
31213 rotatebox[origin=l]{-90}{
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \begin_inset Tabular
31220 <lyxtabular version="3" rows="2" columns="2">
31221 <features tabularvalignment="middle">
31222 <column alignment="center" valignment="top" width="0">
31223 <column alignment="center" valignment="top" width="0">
31224 <row>
31225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229 q
31230 \end_layout
31231
31232 \end_inset
31233 </cell>
31234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31235 \begin_inset Text
31236
31237 \begin_layout Plain Layout
31238 w
31239 \end_layout
31240
31241 \end_inset
31242 </cell>
31243 </row>
31244 <row>
31245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31246 \begin_inset Text
31247
31248 \begin_layout Plain Layout
31249 e
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31255 \begin_inset Text
31256
31257 \begin_layout Plain Layout
31258 r
31259 \end_layout
31260
31261 \end_inset
31262 </cell>
31263 </row>
31264 </lyxtabular>
31265
31266 \end_inset
31267
31268
31269 \begin_inset ERT
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273
31274 }
31275 \end_layout
31276
31277 \end_inset
31278
31279  und Tabelle.
31280 \end_layout
31281
31282 \begin_layout Subsection
31283 Skalierte Boxen
31284 \begin_inset Index idx
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288 Boxen ! skalierte
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \begin_inset Index idx
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Skaliertes Material
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \begin_inset Index idx
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 Abbildungen ! skalierte
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \begin_inset Index idx
31315 status collapsed
31316
31317 \begin_layout Plain Layout
31318 Tabellen ! skalierte
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Standard
31327 Um Text zu skalieren, kann man die Befehle 
31328 \series bold
31329
31330 \backslash
31331 scalebox
31332 \series default
31333  und 
31334 \series bold
31335
31336 \backslash
31337 resizebox
31338 \series default
31339  im TeX-Modus verwenden.
31340 \end_layout
31341
31342 \begin_layout Standard
31343
31344 \series bold
31345
31346 \backslash
31347 scalebox
31348 \series default
31349  wird nach folgendem Schema verwendet:
31350 \end_layout
31351
31352 \begin_layout Standard
31353
31354 \series bold
31355
31356 \backslash
31357 scalebox{horizontal}[vertikal]{Boxinhalt}
31358 \end_layout
31359
31360 \begin_layout Standard
31361 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31362  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31363  verwendet.
31364 \end_layout
31365
31366 \begin_layout Standard
31367 Z.
31368 \begin_inset space \thinspace{}
31369 \end_inset
31370
31371 B.
31372  ergibt der Befehl 
31373 \series bold
31374
31375 \backslash
31376 scalebox{2}{Hallo}
31377 \series default
31378  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31379 \begin_inset ERT
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384
31385 \backslash
31386 scalebox{2}{
31387 \end_layout
31388
31389 \end_inset
31390
31391 Hallo
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397 }
31398 \end_layout
31399
31400 \end_inset
31401
31402 .
31403 \end_layout
31404
31405 \begin_layout Standard
31406
31407 \series bold
31408
31409 \backslash
31410 scalebox{2}[1]{Hallo}
31411 \series default
31412  verzerrt hingegen das 
31413 \begin_inset ERT
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417
31418
31419 \backslash
31420 scalebox{2}[1]{
31421 \end_layout
31422
31423 \end_inset
31424
31425 Hallo
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431 }
31432 \end_layout
31433
31434 \end_inset
31435
31436 .
31437 \end_layout
31438
31439 \begin_layout Standard
31440 Die Skalierungsfaktoren dürfen auch negativ sein.
31441  In diesem Fall wird der Boxinhalt gespiegelt.
31442 \end_layout
31443
31444 \begin_layout Standard
31445 Daher lässt sich mit dem Befehl 
31446 \series bold
31447
31448 \backslash
31449 scalebox{-1}[1]{Hallo}
31450 \series default
31451  Spiegelschrift erstellen: 
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 scalebox{-1}[1]{
31460 \end_layout
31461
31462 \end_inset
31463
31464 Hallo
31465 \begin_inset ERT
31466 status collapsed
31467
31468 \begin_layout Plain Layout
31469
31470 }
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Standard
31479
31480 \series bold
31481
31482 \backslash
31483 scalebox{1}[-1]{Hallo}
31484 \series default
31485  spiegelt das 
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491
31492 \backslash
31493 scalebox{1}[-1]{
31494 \end_layout
31495
31496 \end_inset
31497
31498 Hallo
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504 }
31505 \end_layout
31506
31507 \end_inset
31508
31509  an der Grundlinie.
31510 \end_layout
31511
31512 \begin_layout Standard
31513 Zu 
31514 \series bold
31515
31516 \backslash
31517 scalebox{-1}[1]{Boxinhalt}
31518 \series default
31519  gibt es den äquivalenten Befehl
31520 \begin_inset Newline newline
31521 \end_inset
31522
31523
31524 \series bold
31525
31526 \backslash
31527 reflectbox{Boxinhalt}
31528 \series default
31529 .
31530 \end_layout
31531
31532 \begin_layout Standard
31533 \begin_inset VSpace bigskip
31534 \end_inset
31535
31536
31537 \series bold
31538
31539 \backslash
31540 resizebox
31541 \series default
31542  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31543  skalieren.
31544  Das Befehlsschema ist folgendes:
31545 \end_layout
31546
31547 \begin_layout Standard
31548
31549 \series bold
31550
31551 \backslash
31552 resizebox{Breite}{Höhe}{Boxinhalt}
31553 \end_layout
31554
31555 \begin_layout Standard
31556 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31557 \series bold
31558 !
31559 \series default
31560  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31561  wird.
31562 \end_layout
31563
31564 \begin_layout Standard
31565 Der Befehl 
31566 \series bold
31567
31568 \backslash
31569 resizebox{2cm}{1cm}{Hallo}
31570 \series default
31571  ergibt: 
31572 \begin_inset ERT
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576
31577
31578 \backslash
31579 resizebox{2cm}{1cm}{
31580 \end_layout
31581
31582 \end_inset
31583
31584 Hallo
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590 }
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \begin_inset Newline newline
31597 \end_inset
31598
31599 Der Befehl 
31600 \series bold
31601
31602 \backslash
31603 resizebox{2cm}{!}{Hallo}
31604 \series default
31605  ergibt: 
31606 \begin_inset ERT
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610
31611
31612 \backslash
31613 resizebox{2cm}{!}{
31614 \end_layout
31615
31616 \end_inset
31617
31618 Hallo
31619 \begin_inset ERT
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623
31624 }
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \begin_layout Standard
31633 \begin_inset VSpace bigskip
31634 \end_inset
31635
31636
31637 \begin_inset Note Greyedout
31638 status open
31639
31640 \begin_layout Plain Layout
31641
31642 \series bold
31643 Bemerkung:
31644 \series default
31645  Wurde in Argumenten von 
31646 \series bold
31647
31648 \backslash
31649 scalebox
31650 \series default
31651  oder 
31652 \series bold
31653
31654 \backslash
31655 resizebox
31656 \series default
31657  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31658  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31659  werden.
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
31668 \begin_inset VSpace bigskip
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 Alle Boxen können beliebig miteinander kombiniert werden.
31676  So ergibt z.
31677 \begin_inset space \thinspace{}
31678 \end_inset
31679
31680 B.
31681  der Befehl
31682 \begin_inset Newline newline
31683 \end_inset
31684
31685
31686 \series bold
31687
31688 \backslash
31689 rotatebox[origin=c]{-45}{
31690 \backslash
31691 resizebox{2cm}{!}{
31692 \backslash
31693 reflectbox{Hallo}}}
31694 \series default
31695 :
31696 \end_layout
31697
31698 \begin_layout Standard
31699 \align center
31700 \begin_inset ERT
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704
31705
31706 \backslash
31707 rotatebox[origin=c]{-45}{
31708 \backslash
31709 resizebox{2cm}{!}{
31710 \backslash
31711 reflectbox{
31712 \end_layout
31713
31714 \end_inset
31715
31716 Hallo
31717 \begin_inset ERT
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722 }}}
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 \noindent
31732 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31733 \end_layout
31734
31735 \begin_layout Standard
31736 \align center
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742
31743 \backslash
31744 rotatebox[origin=c]{-30}{
31745 \backslash
31746 resizebox{2cm}{!}{
31747 \backslash
31748 reflectbox{
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \begin_inset Graphics
31755         filename ../clipart/platypus.eps
31756         lyxscale 50
31757         width 25col%
31758
31759 \end_inset
31760
31761
31762 \begin_inset ERT
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766
31767 }}}
31768 \end_layout
31769
31770 \end_inset
31771
31772
31773 \begin_inset ERT
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777
31778
31779 \backslash
31780 rotatebox[origin=c]{-45}{
31781 \backslash
31782 resizebox{2cm}{!}{
31783 \backslash
31784 reflectbox{
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \begin_inset Tabular
31791 <lyxtabular version="3" rows="2" columns="2">
31792 <features tabularvalignment="middle">
31793 <column alignment="center" valignment="top" width="0">
31794 <column alignment="center" valignment="top" width="0">
31795 <row>
31796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800 q
31801 \end_layout
31802
31803 \end_inset
31804 </cell>
31805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31806 \begin_inset Text
31807
31808 \begin_layout Plain Layout
31809 w
31810 \end_layout
31811
31812 \end_inset
31813 </cell>
31814 </row>
31815 <row>
31816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31817 \begin_inset Text
31818
31819 \begin_layout Plain Layout
31820 e
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829 r
31830 \end_layout
31831
31832 \end_inset
31833 </cell>
31834 </row>
31835 </lyxtabular>
31836
31837 \end_inset
31838
31839
31840 \begin_inset ERT
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844
31845 }}}
31846 \end_layout
31847
31848 \end_inset
31849
31850
31851 \begin_inset ERT
31852 status collapsed
31853
31854 \begin_layout Plain Layout
31855
31856
31857 \backslash
31858 rotatebox[origin=c]{-45}{
31859 \backslash
31860 resizebox{2cm}{!}{
31861 \backslash
31862 reflectbox{
31863 \end_layout
31864
31865 \end_inset
31866
31867
31868 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31869 \end_inset
31870
31871
31872 \begin_inset ERT
31873 status collapsed
31874
31875 \begin_layout Plain Layout
31876
31877 }}}
31878 \end_layout
31879
31880 \end_inset
31881
31882
31883 \end_layout
31884
31885 \begin_layout Standard
31886 Hat man den globalen Formelstil 
31887 \series bold
31888 fleqn
31889 \series default
31890
31891 \begin_inset Foot
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895 Wenn 
31896 \begin_inset Quotes gld
31897 \end_inset
31898
31899 fleqn
31900 \begin_inset Quotes grd
31901 \end_inset
31902
31903  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31904 \end_layout
31905
31906 \end_inset
31907
31908  gewählt, kann man auch abgesetzte Formeln skalieren.
31909 \end_layout
31910
31911 \begin_layout Chapter
31912 Externe Dateien
31913 \begin_inset Index idx
31914 status collapsed
31915
31916 \begin_layout Plain Layout
31917 Dateien ! externe
31918 \end_layout
31919
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \begin_layout Standard
31926 Mit 
31927 \family sans
31928 Einfügen\SpecialChar \menuseparator
31929 Datei
31930 \family default
31931  können Sie fremdes Material in Ihr Dokument einsetzen.
31932  Das kann folgendes sein:
31933 \end_layout
31934
31935 \begin_layout Description
31936 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31937  eingefügt.
31938 \end_layout
31939
31940 \begin_layout Description
31941 Einfacher
31942 \begin_inset space ~
31943 \end_inset
31944
31945 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31946  eingefügt.
31947 \end_layout
31948
31949 \begin_layout Description
31950 Einfacher
31951 \begin_inset space ~
31952 \end_inset
31953
31954 Text,
31955 \begin_inset space ~
31956 \end_inset
31957
31958 Zeilen
31959 \begin_inset space ~
31960 \end_inset
31961
31962 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31963  Leerzeilen trennen die Absätze.
31964 \end_layout
31965
31966 \begin_layout Description
31967 Externes
31968 \begin_inset space ~
31969 \end_inset
31970
31971 Material Dateien in verschiedenen Formaten.
31972 \end_layout
31973
31974 \begin_layout Description
31975 Unterdokument LyX- oder LaTeX-Dokumente.
31976 \end_layout
31977
31978 \begin_layout Section
31979 Externes Material
31980 \begin_inset Index idx
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984 Externes Material
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \end_layout
31991
31992 \begin_layout Standard
31993 Mit 
31994 \family sans
31995 Einfügen\SpecialChar \menuseparator
31996 Datei\SpecialChar \menuseparator
31997  Externes Material
31998 \family default
31999  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
32000  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
32001  weil LyX sich darum kümmert.
32002  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
32003  eingefügt werden können.
32004  Wenn die Grafikvorschau in den LyX-Einstellungen unter
32005 \family sans
32006  Aussehen
32007 \begin_inset space ~
32008 \end_inset
32009
32010 &
32011 \begin_inset space ~
32012 \end_inset
32013
32014 Handhabung\SpecialChar \menuseparator
32015 Grafik
32016 \family default
32017 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
32018 \end_layout
32019
32020 \begin_layout Standard
32021 Zur Zeit können Sie folgende Dateitypen (
32022 \family sans
32023 Vorlagen
32024 \family default
32025 ) benutzen:
32026 \end_layout
32027
32028 \begin_layout Description
32029 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
32030 \series bold
32031
32032 \begin_inset CommandInset href
32033 LatexCommand href
32034 name "XBoard"
32035 target "http://en.wikipedia.org/wiki/XBoard"
32036
32037 \end_inset
32038
32039
32040 \series default
32041  erzeugt wurden.
32042 \end_layout
32043
32044 \begin_layout Description
32045 Datum fügt ein Datum mit dem Format 
32046 \emph on
32047 Tag-Monat-Jahr
32048 \emph default
32049  ein.
32050  Hier ist ein Beispiel: 
32051 \begin_inset External
32052         template Date
32053         filename .
32054
32055 \end_inset
32056
32057
32058 \begin_inset space ~
32059 \end_inset
32060
32061
32062 \begin_inset Note Note
32063 status open
32064
32065 \begin_layout Plain Layout
32066
32067 \lang english
32068 Remove the protected space when bug 4398 is fixed!
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \begin_inset Newline newline
32075 \end_inset
32076
32077 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32078  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32079  Menü 
32080 \family sans
32081 Einfügen\SpecialChar \menuseparator
32082 Datum
32083 \family default
32084  und mit dem LaTeX-Befehl 
32085 \series bold
32086
32087 \backslash
32088 today
32089 \series default
32090 .
32091  Die verschiedenen Methoden werden in Tabelle
32092 \begin_inset space ~
32093 \end_inset
32094
32095
32096 \begin_inset CommandInset ref
32097 LatexCommand ref
32098 reference "tab:Vergleich-der-Datums-Eingaben"
32099
32100 \end_inset
32101
32102  verglichen.
32103 \end_layout
32104
32105 \begin_layout Description
32106 Dia unterstützt Diagramme, die mit dem Programm 
32107 \series bold
32108
32109 \begin_inset CommandInset href
32110 LatexCommand href
32111 name "Dia"
32112 target "http://en.wikipedia.org/wiki/Dia_(software)"
32113
32114 \end_inset
32115
32116
32117 \series default
32118  erzeugt wurden.
32119 \end_layout
32120
32121 \begin_layout Description
32122 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32123 \series bold
32124
32125 \begin_inset CommandInset href
32126 LatexCommand href
32127 name "LilyPond"
32128 target "http://en.wikipedia.org/wiki/LilyPond"
32129
32130 \end_inset
32131
32132
32133 \series default
32134  schreiben.
32135 \end_layout
32136
32137 \begin_layout Description
32138 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32139  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32140 \emph on
32141 pages
32142 \emph default
32143  Option im Feld 
32144 \family sans
32145 Option
32146 \family default
32147  in der Karteikarte 
32148 \family sans
32149 LaTeX- und LyX-Optionen
32150 \family default
32151  entsprechend der Vorlagenbeschreibung im Dialog.
32152  Wenn keine 
32153 \emph on
32154 pages
32155 \emph default
32156  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32157 \end_layout
32158
32159 \begin_layout Description
32160 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32161  Fast alle bekannten Bildformate werden unterstützt.
32162  Die Bilddateien können im Dialogfenster 
32163 \family sans
32164 Externes
32165 \begin_inset space ~
32166 \end_inset
32167
32168 Material
32169 \family default
32170  genauso behandelt werden wie die mit dem normalen 
32171 \family sans
32172 Grafik
32173 \family default
32174 -Dialog eingefügten, siehe Abschnitt
32175 \begin_inset space ~
32176 \end_inset
32177
32178
32179 \begin_inset CommandInset ref
32180 LatexCommand ref
32181 reference "abs:Grafik-Dialog"
32182
32183 \end_inset
32184
32185 .
32186  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32187  und EPS-Bilder werden nicht unterstützt.
32188 \end_layout
32189
32190 \begin_layout Description
32191 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32192 \series bold
32193
32194 \begin_inset CommandInset href
32195 LatexCommand href
32196 name "Xfig"
32197 target "http://en.wikipedia.org/wiki/Xfig"
32198
32199 \end_inset
32200
32201
32202 \series default
32203  erzeugt wurden.
32204 \end_layout
32205
32206 \begin_layout Standard
32207 \begin_inset Float table
32208 placement h
32209 wide false
32210 sideways false
32211 status open
32212
32213 \begin_layout Plain Layout
32214 \begin_inset Caption
32215
32216 \begin_layout Plain Layout
32217 \begin_inset CommandInset label
32218 LatexCommand label
32219 name "tab:Vergleich-der-Datums-Eingaben"
32220
32221 \end_inset
32222
32223 Vergleich der Datums-Eingaben
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Plain Layout
32232 \align center
32233 \begin_inset Tabular
32234 <lyxtabular version="3" rows="4" columns="4">
32235 <features tabularvalignment="middle">
32236 <column alignment="center" valignment="top" width="0">
32237 <column alignment="center" valignment="top" width="0">
32238 <column alignment="center" valignment="top" width="0">
32239 <column alignment="center" valignment="top" width="0">
32240 <row>
32241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32242 \begin_inset Text
32243
32244 \begin_layout Plain Layout
32245 Dokumentformat
32246 \end_layout
32247
32248 \end_inset
32249 </cell>
32250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32251 \begin_inset Text
32252
32253 \begin_layout Plain Layout
32254
32255 \family sans
32256 Externes Material\SpecialChar \menuseparator
32257 Datum
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266
32267 \family sans
32268 Einfügen\SpecialChar \menuseparator
32269 Datum
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 Befehl 
32279 \series bold
32280
32281 \backslash
32282 today
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 </row>
32288 <row>
32289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 LyX
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 als Box
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 als Datum
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 als TeX-Code
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 </row>
32326 <row>
32327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 LaTeX
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340 als Datum
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 als Datum
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 als Befehl
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 </row>
32364 <row>
32365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32366 \begin_inset Text
32367
32368 \begin_layout Plain Layout
32369 DVI, PDF, PS
32370 \end_layout
32371
32372 \end_inset
32373 </cell>
32374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378 als Datum
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387 als Datum
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32393 \begin_inset Text
32394
32395 \begin_layout Plain Layout
32396 als Datum
32397 \end_layout
32398
32399 \end_inset
32400 </cell>
32401 </row>
32402 </lyxtabular>
32403
32404 \end_inset
32405
32406
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \begin_layout Standard
32415 Wenn Sie im Dialogfenster
32416 \family sans
32417  Externes
32418 \begin_inset space ~
32419 \end_inset
32420
32421 Material 
32422 \family default
32423 in der Karteikarte
32424 \family sans
32425  Datei
32426 \family default
32427  die Option 
32428 \family sans
32429 Entwurf
32430 \family default
32431  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32432 \begin_inset Newline newline
32433 \end_inset
32434
32435 LyX kann externes Material entweder als Box wie hier: 
32436 \begin_inset Graphics
32437         filename clipart/ExternesMaterialQt4.png
32438         scale 85
32439         scaleBeforeRotation
32440
32441 \end_inset
32442
32443  oder als Bild darstellen.
32444  Das hängt davon ab, ob Sie im Dialog
32445 \family sans
32446  
32447 \family default
32448 in der Karteikarte 
32449 \family sans
32450 LaTeX- und LyX-Optionen
32451 \family default
32452  die Option 
32453 \family sans
32454 In
32455 \begin_inset space ~
32456 \end_inset
32457
32458 LyX
32459 \begin_inset space ~
32460 \end_inset
32461
32462 anzeigen
32463 \family default
32464  gewählt haben oder nicht.
32465 \end_layout
32466
32467 \begin_layout Standard
32468 Im LyX-Handbuch 
32469 \family sans
32470 \emph on
32471 Anpassung
32472 \family default
32473 \emph default
32474  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32475 \end_layout
32476
32477 \begin_layout Section
32478 Unterdokumente
32479 \begin_inset CommandInset label
32480 LatexCommand label
32481 name "abs:Unterdokumente"
32482
32483 \end_inset
32484
32485
32486 \begin_inset Index idx
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490 Unterdokument
32491 \end_layout
32492
32493 \end_inset
32494
32495
32496 \end_layout
32497
32498 \begin_layout Standard
32499 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32500  oder Abschnitten bestehen.
32501  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32502  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32503  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32504  z.
32505 \begin_inset space \thinspace{}
32506 \end_inset
32507
32508 B.
32509  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32510 \end_layout
32511
32512 \begin_layout Standard
32513 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32514  müssen, geben Sie im Unterdokument im Menü
32515 \family sans
32516  Dokument\SpecialChar \menuseparator
32517 Einstellungen\SpecialChar \menuseparator
32518 Dokumentklasse
32519 \family default
32520  das Hauptdokument an.
32521  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32522  bearbeiten.
32523 \end_layout
32524
32525 \begin_layout Standard
32526 Unterdokumente werden in LyX als Box angezeigt: 
32527 \begin_inset Graphics
32528         filename clipart/UnterdokumentQt4.png
32529         scale 85
32530         scaleBeforeRotation
32531
32532 \end_inset
32533
32534  Sie werden über
32535 \family sans
32536  Einfügen\SpecialChar \menuseparator
32537 Datei\SpecialChar \menuseparator
32538 Unterdokument
32539 \family default
32540  eingebunden, was das Dialogfenster
32541 \family sans
32542  Unterdokument
32543 \family default
32544  öffnet.
32545  Für 
32546 \family sans
32547 die Art
32548 \begin_inset space ~
32549 \end_inset
32550
32551 der
32552 \begin_inset space ~
32553 \end_inset
32554
32555 Einbindung
32556 \family default
32557  gibt es dort vier Möglichkeiten:
32558 \end_layout
32559
32560 \begin_layout Description
32561 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32562  Wenn Sie im Dialogfenster
32563 \family sans
32564  Unterdokument
32565 \family default
32566  auf 
32567 \family sans
32568 Öffnen
32569 \family default
32570  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32571  und Sie können es editieren.
32572 \begin_inset Newline newline
32573 \end_inset
32574
32575
32576 \end_layout
32577
32578 \begin_layout Standard
32579 Hier wird ein Unterdokument
32580 \family sans
32581  
32582 \family default
32583 per 
32584 \family sans
32585 Include
32586 \family default
32587  eingebunden: 
32588 \begin_inset CommandInset include
32589 LatexCommand include
32590 filename "DummyDocument1.lyx"
32591
32592 \end_inset
32593
32594 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32595  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32596  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32597 s.
32598  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32599 \begin_inset space ~
32600 \end_inset
32601
32602
32603 \begin_inset CommandInset ref
32604 LatexCommand ref
32605 reference "uab:Externer-Unterabschnitt-1"
32606
32607 \end_inset
32608
32609 .
32610 \end_layout
32611
32612 \begin_layout Standard
32613 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32614  wird benutzt.
32615  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32616  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32617  Unterdokumente, die per 
32618 \family sans
32619 Include
32620 \family default
32621  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32622  und enden mit einem Seitenumbruch.
32623 \end_layout
32624
32625 \begin_layout Standard
32626 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32627  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32628 \begin_inset Foot
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 Zweige sind im Kapitel 
32633 \emph on
32634 Zweige
32635 \emph default
32636  des LyX 
32637 \emph on
32638 Benutzerhandbuchs
32639 \emph default
32640  erklärt.
32641 \end_layout
32642
32643 \end_inset
32644
32645  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32646  Dateien in der Ausgabe erscheinen.
32647 \end_layout
32648
32649 \begin_layout Standard
32650 \begin_inset Note Greyedout
32651 status open
32652
32653 \begin_layout Plain Layout
32654
32655 \series bold
32656 Achtung:
32657 \series default
32658  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32659 \series bold
32660
32661 \backslash
32662 includeonly
32663 \series default
32664  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32665  Dateien in der Ausgabe erscheinen.
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Standard
32674 \begin_inset Note Greyedout
32675 status open
32676
32677 \begin_layout Plain Layout
32678
32679 \series bold
32680 Bemerkung:
32681 \series default
32682  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32683  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32684  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32685  Ergebnissen führen wird.
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Description
32694 Input Diese Methode ist 
32695 \family sans
32696 Include
32697 \family default
32698  sehr ähnlich mit folgenden Unterschieden:
32699 \end_layout
32700
32701 \begin_deeper
32702 \begin_layout Itemize
32703 Unterdokumente, die per 
32704 \family sans
32705 Input
32706 \family default
32707  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32708  Seite und enden NICHT mit einem Seitenumbruch.
32709 \end_layout
32710
32711 \begin_layout Itemize
32712 Unterdokumente, die per 
32713 \family sans
32714 Input
32715 \family default
32716  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32717 \family sans
32718  Unterdokument Vorschau
32719 \begin_inset space ~
32720 \end_inset
32721
32722 anzeigen
32723 \family default
32724  angekreuzt wurde und in den LyX-Einstellungen unter
32725 \family sans
32726  Aussehen
32727 \begin_inset space ~
32728 \end_inset
32729
32730 &
32731 \begin_inset space ~
32732 \end_inset
32733
32734 Handhabung\SpecialChar \menuseparator
32735 Grafik\SpecialChar \menuseparator
32736 Sofortige
32737 \begin_inset space ~
32738 \end_inset
32739
32740 Vorschau
32741 \family default
32742  auf 
32743 \family sans
32744 An
32745 \family default
32746  gesetzt wurde.
32747  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32748  aus.
32749 \end_layout
32750
32751 \begin_layout Itemize
32752 Der LaTeX-Befehl 
32753 \series bold
32754
32755 \backslash
32756 includeonly
32757 \series default
32758  kann nicht benutzt werden.
32759 \end_layout
32760
32761 \end_deeper
32762 \begin_layout Standard
32763 Hier ist ein Unterdokument, das mit
32764 \family sans
32765  Input
32766 \family default
32767  eingebunden wurde: 
32768 \begin_inset CommandInset include
32769 LatexCommand input
32770 filename "DummyDocument2.lyx"
32771
32772 \end_inset
32773
32774 .
32775 \end_layout
32776
32777 \begin_layout Description
32778 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32779   In der Druckvorschau wird für den Text der Stil 
32780 \family typewriter
32781 Schreibmaschine
32782 \family default
32783  verwendet.
32784  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32785  Wenn Sie im Dialogfenster
32786 \family sans
32787  Unterdokument Leerzeichen
32788 \begin_inset space ~
32789 \end_inset
32790
32791 bei
32792 \begin_inset space ~
32793 \end_inset
32794
32795 der
32796 \begin_inset space ~
32797 \end_inset
32798
32799 Ausgabe
32800 \begin_inset space ~
32801 \end_inset
32802
32803 kennzeichnen 
32804 \family default
32805 ankreuzen, wird in der Druckvorschau das Zeichen 
32806 \begin_inset Quotes gld
32807 \end_inset
32808
32809
32810 \begin_inset ERT
32811 status collapsed
32812
32813 \begin_layout Plain Layout
32814
32815
32816 \backslash
32817 textvisiblespace 
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \begin_inset Quotes grd
32824 \end_inset
32825
32826  für jedes Leerzeichen eingefügt.
32827 \begin_inset Newline newline
32828 \end_inset
32829
32830 Im Gegensatz zu 
32831 \family sans
32832 Einfügen\SpecialChar \menuseparator
32833 Datei\SpecialChar \menuseparator
32834 Einfacher
32835 \begin_inset space ~
32836 \end_inset
32837
32838 Text
32839 \family default
32840  wird bei 
32841 \family sans
32842 Unformatiert
32843 \family default
32844  der Dateiinhalt in LyX nicht dargestellt.
32845 \end_layout
32846
32847 \begin_layout Standard
32848 Hier ist ein Unterdokument, das mit
32849 \family sans
32850  Unformatiert
32851 \family default
32852  eingebunden wurde: 
32853 \begin_inset CommandInset include
32854 LatexCommand verbatiminput
32855 filename "DummyTextDocument.txt"
32856
32857 \end_inset
32858
32859
32860 \begin_inset VSpace bigskip
32861 \end_inset
32862
32863 Hier ist ein Unterdokument, das mit
32864 \family sans
32865  Unformatiert
32866 \family default
32867  eingebunden wurde und
32868 \family sans
32869  Leerzeichen
32870 \begin_inset space ~
32871 \end_inset
32872
32873 bei
32874 \begin_inset space ~
32875 \end_inset
32876
32877 der
32878 \begin_inset space ~
32879 \end_inset
32880
32881 Ausgabe
32882 \begin_inset space ~
32883 \end_inset
32884
32885 kennzeichnen
32886 \family default
32887  angekreuzt hat: 
32888 \begin_inset CommandInset include
32889 LatexCommand verbatiminput*
32890 filename "DummyTextDocument.txt"
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898 \begin_inset VSpace bigskip
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset Note Greyedout
32906 status open
32907
32908 \begin_layout Plain Layout
32909
32910 \series bold
32911 Bemerkung:
32912 \series default
32913  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32914  
32915 \family sans
32916 Unformatiert
32917 \family default
32918  eingebunden werden, am Zeilenende nicht umgebrochen.
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \begin_layout Description
32927 Listing Dieser Typ wird in Kapitel
32928 \begin_inset space ~
32929 \end_inset
32930
32931
32932 \begin_inset CommandInset ref
32933 LatexCommand ref
32934 reference "kap:Programm-Code-Listen"
32935
32936 \end_inset
32937
32938  beschrieben.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 \begin_inset Note Greyedout
32943 status open
32944
32945 \begin_layout Plain Layout
32946
32947 \series bold
32948 Bemerkung:
32949 \series default
32950  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32951  das zu LaTeX-Problemen führen.
32952 \end_layout
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \begin_layout Chapter
32960 Programm-Code-Listen
32961 \begin_inset CommandInset label
32962 LatexCommand label
32963 name "kap:Programm-Code-Listen"
32964
32965 \end_inset
32966
32967
32968 \begin_inset Index idx
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 Listen
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \begin_inset Index idx
32979 status collapsed
32980
32981 \begin_layout Plain Layout
32982 Programm-Code
32983 \end_layout
32984
32985 \end_inset
32986
32987
32988 \end_layout
32989
32990 \begin_layout Standard
32991 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32992 \family sans
32993 Einfügen\SpecialChar \menuseparator
32994 Pro\SpecialChar \-
32995 grammlisting
32996 \family default
32997  verwenden.
32998  Das LaTeX-Paket 
32999 \series bold
33000 listings
33001 \series default
33002
33003 \begin_inset Index idx
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007 LaTeX-Pakete ! listings
33008 \end_layout
33009
33010 \end_inset
33011
33012  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
33013 \end_layout
33014
33015 \begin_layout Standard
33016 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
33017 rmat der Programm-Code-Liste festlegen.
33018 \end_layout
33019
33020 \begin_layout Standard
33021 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
33022  Die Platzierungsoption 
33023 \family sans
33024 Eingebettetes
33025 \begin_inset space ~
33026 \end_inset
33027
33028 Listing
33029 \family default
33030  druckt das Listing in der Zeile wie hier: 
33031 \begin_inset listings
33032 lstparams "language={C++}"
33033 inline true
33034 status open
33035
33036 \begin_layout Plain Layout
33037
33038 int a=5;
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \begin_inset Newline newline
33045 \end_inset
33046
33047 Die Option 
33048 \family sans
33049 Gleitobjekt
33050 \family default
33051  erzeugt ein Listing-Gleitobjekt, dessen 
33052 \family sans
33053 Platzierung 
33054 \family default
33055 Sie mit 
33056 \family sans
33057 h
33058 \family default
33059
33060 \family sans
33061 t
33062 \family default
33063
33064 \family sans
33065 b
33066 \family default
33067  und 
33068 \family sans
33069 p
33070 \family default
33071 , analog zu den in Abschnitt
33072 \begin_inset space ~
33073 \end_inset
33074
33075
33076 \begin_inset CommandInset ref
33077 LatexCommand ref
33078 reference "abs:Gleitobjekt-Platzierung"
33079
33080 \end_inset
33081
33082  beschriebenen Platzierungsoptionen festlegen können.
33083  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33084  hintereinander angegeben, z.
33085 \begin_inset space \thinspace{}
33086 \end_inset
33087
33088 B.
33089  
33090 \begin_inset Quotes gld
33091 \end_inset
33092
33093
33094 \family sans
33095 htbp
33096 \family default
33097
33098 \begin_inset Quotes grd
33099 \end_inset
33100
33101 .
33102  Die Option 
33103 \begin_inset Quotes gld
33104 \end_inset
33105
33106 h
33107 \begin_inset Quotes grd
33108 \end_inset
33109
33110  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33111  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33112 \end_layout
33113
33114 \begin_layout Standard
33115 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33116  zu verweisen: Listing
33117 \begin_inset space ~
33118 \end_inset
33119
33120
33121 \begin_inset CommandInset ref
33122 LatexCommand ref
33123 reference "lst:Gleitendes-Programm-Listing"
33124
33125 \end_inset
33126
33127 .
33128 \end_layout
33129
33130 \begin_layout Standard
33131 \begin_inset listings
33132 lstparams "language=Python"
33133 inline false
33134 status open
33135
33136 \begin_layout Plain Layout
33137
33138 \begin_inset Caption
33139
33140 \begin_layout Plain Layout
33141 \begin_inset CommandInset label
33142 LatexCommand label
33143 name "lst:Gleitendes-Programm-Listing"
33144
33145 \end_inset
33146
33147 Gleitendes Programm-Listing
33148 \end_layout
33149
33150 \end_inset
33151
33152 # Gleitendes Programm-Listing
33153 \end_layout
33154
33155 \begin_layout Plain Layout
33156
33157 def func(param):
33158 \end_layout
33159
33160 \begin_layout Plain Layout
33161
33162     'Dies ist eine Python-Funktion'
33163 \end_layout
33164
33165 \begin_layout Plain Layout
33166
33167     pass
33168 \end_layout
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33177  der Sprache erkannt und besonders gedruckt, wie 
33178 \emph on
33179 #
33180 \emph default
33181
33182 \emph on
33183 def
33184 \emph default
33185  und 
33186 \emph on
33187 pass
33188 \emph default
33189  in Listing
33190 \begin_inset space ~
33191 \end_inset
33192
33193
33194 \begin_inset CommandInset ref
33195 LatexCommand ref
33196 reference "lst:Gleitendes-Programm-Listing"
33197
33198 \end_inset
33199
33200 .
33201 \end_layout
33202
33203 \begin_layout Standard
33204 \begin_inset Note Greyedout
33205 status open
33206
33207 \begin_layout Plain Layout
33208
33209 \series bold
33210 Bemerkung:
33211 \series default
33212  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33213 \family typewriter
33214 Schreib\SpecialChar \-
33215 maschine
33216 \family default
33217  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33218 h keine fett gedruckten Buchstaben.
33219  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33220 \family sans
33221 Dokument\SpecialChar \menuseparator
33222 Einstellungen\SpecialChar \menuseparator
33223 Schriften
33224 \family default
33225 .
33226  (Die Schriften 
33227 \emph on
33228 LuxiMono, BeraMono
33229 \emph default
33230  und 
33231 \emph on
33232 Courier
33233 \emph default
33234  enthalten fett gedruckte Buchstaben.)
33235 \end_layout
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \begin_layout Standard
33243 Im Abschnitt 
33244 \family sans
33245 Zeilennummerierung
33246 \family default
33247  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33248 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33249  jede wievielte Zeile nummeriert werden soll und die 
33250 \family sans
33251 Schriftgröße
33252 \family default
33253  der Nummerierung.
33254 \end_layout
33255
33256 \begin_layout Standard
33257 Im Abschnitt 
33258 \family sans
33259 Bereich
33260 \family default
33261  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33262  Im Abschnitt 
33263 \family sans
33264 Stil
33265 \family default
33266  legen Sie fest, wie die Liste ausgedruckt werden soll.
33267  Die Option 
33268 \family sans
33269 Erweiterte
33270 \begin_inset space ~
33271 \end_inset
33272
33273 Zeichentabelle
33274 \family default
33275  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33276 \end_layout
33277
33278 \begin_layout Standard
33279 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33280 \begin_inset Quotes gld
33281 \end_inset
33282
33283 3
33284 \begin_inset Quotes grd
33285 \end_inset
33286
33287 , Sprache 
33288 \begin_inset Quotes gld
33289 \end_inset
33290
33291 Python
33292 \begin_inset Quotes grd
33293 \end_inset
33294
33295 , Optionen 
33296 \begin_inset Quotes gld
33297 \end_inset
33298
33299 Erweiterte Zeichentabelle
33300 \begin_inset Quotes grd
33301 \end_inset
33302
33303  und 
33304 \begin_inset Quotes gld
33305 \end_inset
33306
33307 Leerzeichen als Symbol
33308 \begin_inset Quotes grd
33309 \end_inset
33310
33311  und Bereich Zeilen 3
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 -
33316 \begin_inset space \thinspace{}
33317 \end_inset
33318
33319 8:
33320 \end_layout
33321
33322 \begin_layout Standard
33323 \begin_inset listings
33324 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33325 inline false
33326 status open
33327
33328 \begin_layout Plain Layout
33329
33330 def func(param):
33331 \end_layout
33332
33333 \begin_layout Plain Layout
33334
33335     'Dies ist eine Python-Funktion'
33336 \end_layout
33337
33338 \begin_layout Plain Layout
33339
33340     pass
33341 \end_layout
33342
33343 \begin_layout Plain Layout
33344
33345 def func(param):
33346 \end_layout
33347
33348 \begin_layout Plain Layout
33349
33350 'Sonderzeichen: Tschüß'
33351 \end_layout
33352
33353 \begin_layout Plain Layout
33354
33355 pass
33356 \end_layout
33357
33358 \begin_layout Plain Layout
33359
33360 def func(param):
33361 \end_layout
33362
33363 \begin_layout Plain Layout
33364
33365 'Dies ist eine Python-Funktion'
33366 \end_layout
33367
33368 \begin_layout Plain Layout
33369
33370 pass
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \begin_layout Standard
33379 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33380 \family sans
33381 Tabulatorgröße
33382 \family default
33383  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33384 \end_layout
33385
33386 \begin_layout Standard
33387 \noindent
33388 \begin_inset Note Greyedout
33389 status open
33390
33391 \begin_layout Plain Layout
33392
33393 \series bold
33394 Bemerkung:
33395 \series default
33396  Wegen eines Fehlers im 
33397 \series bold
33398 listings
33399 \series default
33400 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33401  verschoben.
33402  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33403  Listing nummeriert werden.
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Standard
33412 \begin_inset VSpace bigskip
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \noindent
33420 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33421  Das machen Sie mit
33422 \family sans
33423  Einfügen\SpecialChar \menuseparator
33424 Datei\SpecialChar \menuseparator
33425 Unterdokument
33426 \family default
33427  und der 
33428 \family sans
33429 Art
33430 \begin_inset space ~
33431 \end_inset
33432
33433 der
33434 \begin_inset space ~
33435 \end_inset
33436
33437 Einbindung
33438 \family default
33439  
33440 \family sans
33441 Listing
33442 \family default
33443 .
33444 \begin_inset Foot
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33449 \begin_inset space ~
33450 \end_inset
33451
33452
33453 \begin_inset CommandInset ref
33454 LatexCommand ref
33455 reference "abs:Unterdokumente"
33456
33457 \end_inset
33458
33459  beschrieben.
33460 \end_layout
33461
33462 \end_inset
33463
33464  Im Dialogfenster
33465 \family sans
33466  Unterdokument
33467 \family default
33468  können Sie die Listing-Parameter unter 
33469 \family sans
33470 Weitere
33471 \begin_inset space ~
33472 \end_inset
33473
33474 Parameter
33475 \family default
33476  eingeben.
33477  Wenn Sie dort ein Fragezeichen 
33478 \begin_inset Quotes gld
33479 \end_inset
33480
33481 ?
33482 \begin_inset Quotes grd
33483 \end_inset
33484
33485  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33486 det.
33487 \end_layout
33488
33489 \begin_layout Standard
33490 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33491  Text ins Feld 
33492 \family sans
33493 Marke
33494 \family default
33495 , auf die dann wie üblich verwiesen werden kann.
33496 \end_layout
33497
33498 \begin_layout Standard
33499 Listing
33500 \begin_inset space ~
33501 \end_inset
33502
33503
33504 \begin_inset CommandInset ref
33505 LatexCommand ref
33506 reference "lst:Datei-Listing"
33507
33508 \end_inset
33509
33510  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33511 \begin_inset space \thinspace{}
33512 \end_inset
33513
33514 -
33515 \begin_inset space \thinspace{}
33516 \end_inset
33517
33518 15 gedruckt werden.
33519 \end_layout
33520
33521 \begin_layout Standard
33522 \begin_inset CommandInset include
33523 LatexCommand lstinputlisting
33524 filename "EmbeddedObjects.lyx"
33525 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33526
33527 \end_inset
33528
33529
33530 \end_layout
33531
33532 \begin_layout Standard
33533 \begin_inset VSpace bigskip
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \begin_layout Standard
33540 \noindent
33541 Dokumentweite Listing-Eigenschaften können in
33542 \family sans
33543  Dokument\SpecialChar \menuseparator
33544 Einstellungen\SpecialChar \menuseparator
33545 Textformat\SpecialChar \menuseparator
33546 Listing-Einstellungen
33547 \family default
33548  festgelegt werden.
33549  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33550 \begin_inset Quotes gld
33551 \end_inset
33552
33553 ?
33554 \begin_inset Quotes grd
33555 \end_inset
33556
33557  links davon eine Liste aller möglichen Parameter.
33558 \end_layout
33559
33560 \begin_layout Standard
33561 Weitere Informationen über das 
33562 \series bold
33563 listings
33564 \series default
33565 -Paket finden Sie in 
33566 \begin_inset CommandInset citation
33567 LatexCommand cite
33568 key "listings"
33569
33570 \end_inset
33571
33572 .
33573 \begin_inset Newpage newpage
33574 \end_inset
33575
33576
33577 \end_layout
33578
33579 \begin_layout Chapter
33580 \start_of_appendix
33581 In LyX verfügbare Maßeinheiten
33582 \begin_inset CommandInset label
33583 LatexCommand label
33584 name "kap:In-LyX-verfügbare"
33585
33586 \end_inset
33587
33588
33589 \begin_inset Index idx
33590 status collapsed
33591
33592 \begin_layout Plain Layout
33593 Einheiten
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33603  Tabelle
33604 \begin_inset space ~
33605 \end_inset
33606
33607
33608 \begin_inset CommandInset ref
33609 LatexCommand ref
33610 reference "tab:Maßeinheiten"
33611
33612 \end_inset
33613
33614  alle in LyX verfügbaren Maßeinheiten.
33615 \end_layout
33616
33617 \begin_layout Standard
33618 \begin_inset Float table
33619 placement h
33620 wide false
33621 sideways false
33622 status open
33623
33624 \begin_layout Plain Layout
33625 \begin_inset Caption
33626
33627 \begin_layout Plain Layout
33628 \begin_inset CommandInset label
33629 LatexCommand label
33630 name "tab:Maßeinheiten"
33631
33632 \end_inset
33633
33634 Maßeinheiten
33635 \end_layout
33636
33637 \end_inset
33638
33639
33640 \end_layout
33641
33642 \begin_layout Plain Layout
33643 \begin_inset VSpace medskip
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Plain Layout
33650 \align center
33651 \begin_inset Tabular
33652 <lyxtabular version="3" rows="20" columns="2">
33653 <features tabularvalignment="middle">
33654 <column alignment="center" valignment="top" width="0">
33655 <column alignment="center" valignment="top" width="0">
33656 <row>
33657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661
33662 \series bold
33663 Maßeinheit
33664 \end_layout
33665
33666 \end_inset
33667 </cell>
33668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33669 \begin_inset Text
33670
33671 \begin_layout Plain Layout
33672
33673 \series bold
33674 Name/Beschreibung
33675 \end_layout
33676
33677 \end_inset
33678 </cell>
33679 </row>
33680 <row>
33681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685 mm
33686 \end_layout
33687
33688 \end_inset
33689 </cell>
33690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33691 \begin_inset Text
33692
33693 \begin_layout Plain Layout
33694 Millimeter
33695 \end_layout
33696
33697 \end_inset
33698 </cell>
33699 </row>
33700 <row>
33701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 cm
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 Zentimeter
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 in
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 Zoll (1
33735 \begin_inset space \thinspace{}
33736 \end_inset
33737
33738 in = 2.54
33739 \begin_inset space \thinspace{}
33740 \end_inset
33741
33742 cm
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 pt
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 Punkt (72.27
33763 \begin_inset space \thinspace{}
33764 \end_inset
33765
33766 pt = 1
33767 \begin_inset space \thinspace{}
33768 \end_inset
33769
33770 in)
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 pc
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 Pica (1
33791 \begin_inset space \thinspace{}
33792 \end_inset
33793
33794 pc = 12
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 sp
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 skalierter Punkt (65536
33819 \begin_inset space \thinspace{}
33820 \end_inset
33821
33822 sp = 1
33823 \begin_inset space \thinspace{}
33824 \end_inset
33825
33826 pt)
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 bp
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 großer Punkt (72
33847 \begin_inset space \thinspace{}
33848 \end_inset
33849
33850 bp = 1
33851 \begin_inset space \thinspace{}
33852 \end_inset
33853
33854 in)
33855 \end_layout
33856
33857 \end_inset
33858 </cell>
33859 </row>
33860 <row>
33861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33862 \begin_inset Text
33863
33864 \begin_layout Plain Layout
33865 dd
33866 \end_layout
33867
33868 \end_inset
33869 </cell>
33870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33871 \begin_inset Text
33872
33873 \begin_layout Plain Layout
33874 Didot (1
33875 \begin_inset space \thinspace{}
33876 \end_inset
33877
33878 dd 
33879 \begin_inset Formula $\approx$
33880 \end_inset
33881
33882  0,376
33883 \begin_inset space \thinspace{}
33884 \end_inset
33885
33886 mm)
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 cc
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 Cicero (1
33907 \begin_inset space \thinspace{}
33908 \end_inset
33909
33910 cc = 12
33911 \begin_inset space \thinspace{}
33912 \end_inset
33913
33914 dd)
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 </row>
33920 <row>
33921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925 Skalierung%
33926 \end_layout
33927
33928 \end_inset
33929 </cell>
33930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33931 \begin_inset Text
33932
33933 \begin_layout Plain Layout
33934 % der originalen Bildbreite
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 </row>
33940 <row>
33941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33942 \begin_inset Text
33943
33944 \begin_layout Plain Layout
33945 Textbreite %
33946 \end_layout
33947
33948 \end_inset
33949 </cell>
33950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33951 \begin_inset Text
33952
33953 \begin_layout Plain Layout
33954 % der Textbreite
33955 \end_layout
33956
33957 \end_inset
33958 </cell>
33959 </row>
33960 <row>
33961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33962 \begin_inset Text
33963
33964 \begin_layout Plain Layout
33965 Spaltenbreite %
33966 \end_layout
33967
33968 \end_inset
33969 </cell>
33970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33971 \begin_inset Text
33972
33973 \begin_layout Plain Layout
33974 % der Spaltenbreite
33975 \end_layout
33976
33977 \end_inset
33978 </cell>
33979 </row>
33980 <row>
33981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 Seitenbreite %
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33991 \begin_inset Text
33992
33993 \begin_layout Plain Layout
33994 % der Seitenbreite
33995 \end_layout
33996
33997 \end_inset
33998 </cell>
33999 </row>
34000 <row>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 Zeilenbreite %
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014 % der Zeilenbreite
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 </row>
34020 <row>
34021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34022 \begin_inset Text
34023
34024 \begin_layout Plain Layout
34025 Texthöhe %
34026 \end_layout
34027
34028 \end_inset
34029 </cell>
34030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034 % der Texthöhe
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 <row>
34041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045 Seitenhöhe %
34046 \end_layout
34047
34048 \end_inset
34049 </cell>
34050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054 % der Seitenhöhe
34055 \end_layout
34056
34057 \end_inset
34058 </cell>
34059 </row>
34060 <row>
34061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34062 \begin_inset Text
34063
34064 \begin_layout Plain Layout
34065 ex
34066 \end_layout
34067
34068 \end_inset
34069 </cell>
34070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34071 \begin_inset Text
34072
34073 \begin_layout Plain Layout
34074 Die Höhe des Buchstabens 
34075 \emph on
34076 x
34077 \emph default
34078  im aktiven Zeichensatz
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 </row>
34084 <row>
34085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34086 \begin_inset Text
34087
34088 \begin_layout Plain Layout
34089 em
34090 \end_layout
34091
34092 \end_inset
34093 </cell>
34094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34095 \begin_inset Text
34096
34097 \begin_layout Plain Layout
34098 Die Breite des Buchstabens 
34099 \emph on
34100 M
34101 \emph default
34102  im aktiven Zeichensatz
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 </row>
34108 <row>
34109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34110 \begin_inset Text
34111
34112 \begin_layout Plain Layout
34113 mu
34114 \end_layout
34115
34116 \end_inset
34117 </cell>
34118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34119 \begin_inset Text
34120
34121 \begin_layout Plain Layout
34122 mathematische  Maßeinheit
34123 \series bold
34124  
34125 \series default
34126 (1
34127 \begin_inset space \thinspace{}
34128 \end_inset
34129
34130 mu = 1/18
34131 \begin_inset space \thinspace{}
34132 \end_inset
34133
34134 em)
34135 \end_layout
34136
34137 \end_inset
34138 </cell>
34139 </row>
34140 </lyxtabular>
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \end_inset
34148
34149
34150 \end_layout
34151
34152 \begin_layout Chapter
34153 Ausgabedatei-Formate mit Grafiken
34154 \begin_inset CommandInset label
34155 LatexCommand label
34156 name "kap:Ausgabedatei-Formate"
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Section
34164 DVI
34165 \begin_inset Index idx
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169 Dateiformat! DVI
34170 \end_layout
34171
34172 \end_inset
34173
34174
34175 \begin_inset Index idx
34176 status collapsed
34177
34178 \begin_layout Plain Layout
34179 DVI
34180 \end_layout
34181
34182 \end_inset
34183
34184
34185 \end_layout
34186
34187 \begin_layout Standard
34188 Dieser Dateityp hat die Erweiterung 
34189 \begin_inset Quotes gld
34190 \end_inset
34191
34192
34193 \family typewriter
34194 .dvi
34195 \family default
34196
34197 \begin_inset Quotes grd
34198 \end_inset
34199
34200  und wird 
34201 \begin_inset Quotes gld
34202 \end_inset
34203
34204 device independent
34205 \begin_inset Quotes grd
34206 \end_inset
34207
34208  genannt, weil er vollkommen portierbar ist.
34209  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34210  dvi-Betrachter installiert hat.
34211  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34212 ate wie PostScript benutzt.
34213 \end_layout
34214
34215 \begin_layout Standard
34216 \begin_inset Note Greyedout
34217 status open
34218
34219 \begin_layout Plain Layout
34220
34221 \series bold
34222 Bemerkung:
34223 \series default
34224  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34225 \end_layout
34226
34227 \end_inset
34228
34229
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34234  auf einen anderen Computer kopieren.
34235  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34236  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34237  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34238 \family typewriter
34239  
34240 \family default
34241 blättern.
34242
34243 \family typewriter
34244  
34245 \family default
34246 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34247  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34248  
34249 \end_layout
34250
34251 \begin_layout Standard
34252 Sie können Ihr Dokument als DVI über das Menü 
34253 \family sans
34254 Datei\SpecialChar \menuseparator
34255 Exportieren\SpecialChar \menuseparator
34256 DVI
34257 \family default
34258  exportieren.
34259  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34260 \family sans
34261 Ansicht
34262 \family default
34263  oder den Werkzeugleistenknopf 
34264 \begin_inset Graphics
34265         filename ../../images/buffer-view_dvi.png
34266         scale 70
34267         scaleBeforeRotation
34268         BoundingBox 0bp 0bp 20bp 20bp
34269
34270 \end_inset
34271
34272  anschauen.
34273 \end_layout
34274
34275 \begin_layout Section
34276 PostScript
34277 \begin_inset CommandInset label
34278 LatexCommand label
34279 name "abs:PostScript"
34280
34281 \end_inset
34282
34283
34284 \begin_inset Index idx
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 Dateiformat  ! PostScript
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \begin_inset Index idx
34295 status collapsed
34296
34297 \begin_layout Plain Layout
34298 PostScript
34299 \end_layout
34300
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \begin_layout Standard
34307 Dieser Dateityp hat die Erweiterung 
34308 \begin_inset Quotes gld
34309 \end_inset
34310
34311
34312 \family typewriter
34313 .ps
34314 \family default
34315
34316 \begin_inset Quotes grd
34317 \end_inset
34318
34319 .
34320  PostScript wurde von der Firma
34321 \family typewriter
34322  Adobe
34323 \family default
34324  als Druckersprache entwickelt.
34325  Die Datei enthält deshalb Druckbefehle.
34326  PostScript kann als 
34327 \begin_inset Quotes gld
34328 \end_inset
34329
34330 Programmiersprache
34331 \begin_inset Quotes grd
34332 \end_inset
34333
34334  angesehen werden.
34335  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34336 \begin_inset Foot
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34341  von
34342 \series bold
34343  PSTricks
34344 \series default
34345  
34346 \begin_inset CommandInset citation
34347 LatexCommand cite
34348 key "pstricks"
34349
34350 \end_inset
34351
34352  oder 
34353 \begin_inset CommandInset citation
34354 LatexCommand cite
34355 key "latex-praxisbuch"
34356
34357 \end_inset
34358
34359  ansehen.
34360 \end_layout
34361
34362 \end_inset
34363
34364 .
34365  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34366 \end_layout
34367
34368 \begin_layout Standard
34369 PostScript kann nur Bilder im Format EPS
34370 \begin_inset Index idx
34371 status collapsed
34372
34373 \begin_layout Plain Layout
34374 EPS
34375 \end_layout
34376
34377 \end_inset
34378
34379  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34380 wei\SpecialChar \-
34381 ter\SpecialChar \-
34382 ung 
34383 \begin_inset Quotes gld
34384 \end_inset
34385
34386
34387 \family typewriter
34388 .eps
34389 \family default
34390
34391 \begin_inset Quotes grd
34392 \end_inset
34393
34394 ) enthalten.
34395  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34396  intern nach EPS konvertieren.
34397  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34398  verlangsamen.
34399  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34400  konvertieren und direkt als EPS einfügen.
34401 \end_layout
34402
34403 \begin_layout Standard
34404 Sie können Ihr Dokument als PostScript über das Menü 
34405 \family sans
34406 Datei\SpecialChar \menuseparator
34407 Exportieren\SpecialChar \menuseparator
34408 Post\SpecialChar \-
34409 Script
34410 \family default
34411  exportieren.
34412  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34413 \family sans
34414 Ansicht
34415 \family default
34416  oder den Werkzeugleistenknopf 
34417 \begin_inset Graphics
34418         filename ../../images/buffer-view_ps.png
34419         scale 70
34420         scaleBeforeRotation
34421
34422 \end_inset
34423
34424  anschauen.
34425 \end_layout
34426
34427 \begin_layout Section
34428 PDF
34429 \begin_inset Index idx
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 Dateiformat! PDF
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \begin_inset Index idx
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443 PDF
34444 \end_layout
34445
34446 \end_inset
34447
34448
34449 \end_layout
34450
34451 \begin_layout Standard
34452 Dieser Dateityp hat die Erweiterung 
34453 \begin_inset Quotes gld
34454 \end_inset
34455
34456
34457 \family typewriter
34458 .pdf
34459 \family default
34460
34461 \begin_inset Quotes grd
34462 \end_inset
34463
34464 .
34465  Das
34466 \emph on
34467  
34468 \emph default
34469
34470 \begin_inset Quotes gld
34471 \end_inset
34472
34473 Portable Document Format
34474 \begin_inset Quotes grd
34475 \end_inset
34476
34477  (PDF) wurde auch von der Firma 
34478 \family typewriter
34479 Adobe
34480 \family default
34481  als Derivat von PostScript entwickelt.
34482  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34483  Wie der Begriff 
34484 \begin_inset Quotes gld
34485 \end_inset
34486
34487 portable
34488 \begin_inset Quotes grd
34489 \end_inset
34490
34491  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34492  werden, und der Ausdruck sieht immer gleich aus.
34493 \end_layout
34494
34495 \begin_layout Standard
34496 PDF kann Bilder im eigenen PDF-Format, im Format 
34497 \begin_inset Quotes gld
34498 \end_inset
34499
34500 Joint Photographic Experts Group
34501 \begin_inset Quotes grd
34502 \end_inset
34503
34504  (JPEG
34505 \begin_inset Index idx
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 JPG, JPEG
34510 \end_layout
34511
34512 \end_inset
34513
34514 , Datei-Erweiterung 
34515 \begin_inset Quotes gld
34516 \end_inset
34517
34518
34519 \family typewriter
34520 .jpg
34521 \family default
34522
34523 \begin_inset Quotes grd
34524 \end_inset
34525
34526  oder 
34527 \begin_inset Quotes gld
34528 \end_inset
34529
34530
34531 \family typewriter
34532 .jpeg
34533 \family default
34534
34535 \begin_inset Quotes grd
34536 \end_inset
34537
34538 ) und im Format 
34539 \begin_inset Quotes gld
34540 \end_inset
34541
34542 Portable Network Graphics
34543 \begin_inset Quotes grd
34544 \end_inset
34545
34546  (PNG
34547 \begin_inset Index idx
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551 PNG
34552 \end_layout
34553
34554 \end_inset
34555
34556 , Datei-Erweiterung 
34557 \begin_inset Quotes gld
34558 \end_inset
34559
34560
34561 \family typewriter
34562 .png
34563 \family default
34564
34565 \begin_inset Quotes grd
34566 \end_inset
34567
34568 ) enthalten.
34569  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34570  Sie konvertieren wird.
34571  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34572  wird, eines der drei erwähnten Bildformate zu benutzen.
34573 \end_layout
34574
34575 \begin_layout Standard
34576 PDF-Dateien können Sie über 
34577 \family sans
34578 Datei\SpecialChar \menuseparator
34579 Exportieren
34580 \family default
34581  auf drei Arten erzeugen:
34582 \end_layout
34583
34584 \begin_layout Description
34585 PDF
34586 \begin_inset space ~
34587 \end_inset
34588
34589 (ps2pdf) benutzt das Programm
34590 \family typewriter
34591  ps2pdf
34592 \family default
34593 , das eine PDF-Datei aus einer Post\SpecialChar \-
34594 Script®-Version Ihres Dokument erstellt.
34595  Die PostScript-Version wird mit dem Programm 
34596 \family typewriter
34597 dvips
34598 \family default
34599  aus einer DVI-Version erstellt.
34600  Es werden also drei Konvertierungen verwendet.
34601 \end_layout
34602
34603 \begin_layout Description
34604 PDF
34605 \begin_inset space ~
34606 \end_inset
34607
34608 (dvipdfm) benutzt das Programm 
34609 \family typewriter
34610 dvipdfm
34611 \family default
34612 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34613  PDF konvertiert.
34614 \end_layout
34615
34616 \begin_layout Description
34617 PDF
34618 \begin_inset space ~
34619 \end_inset
34620
34621 (pdflatex) benutzt das Programm
34622 \family typewriter
34623  pdftex
34624 \family default
34625 , das Ihr Dokument direkt nach PDF konvertiert.
34626 \end_layout
34627
34628 \begin_layout Standard
34629
34630 \family sans
34631 PDF
34632 \begin_inset space ~
34633 \end_inset
34634
34635 (pdflatex)
34636 \family default
34637  wird empfohlen, weil
34638 \family typewriter
34639  pdftex
34640 \family default
34641  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34642  ohne Probleme arbeitet.
34643  Das Programm 
34644 \family typewriter
34645 dvi\SpecialChar \-
34646 pdfm
34647 \family default
34648  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34649 \end_layout
34650
34651 \begin_layout Standard
34652 Sie können Ihr Dokument als PDF über das Menü 
34653 \family sans
34654 Datei\SpecialChar \menuseparator
34655 Exportieren\SpecialChar \menuseparator
34656 PDF
34657 \family default
34658  exportieren.
34659  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34660 \family sans
34661 Ansicht
34662 \family default
34663  oder den Werkzeugleistenknopf 
34664 \begin_inset Graphics
34665         filename ../../images/buffer-view_pdf2.png
34666         scale 70
34667         scaleBeforeRotation
34668         BoundingBox 0bp 0bp 20bp 20bp
34669
34670 \end_inset
34671
34672  anschauen 
34673 \family sans
34674 (
34675 \family default
34676 der 
34677 \family sans
34678 PDF
34679 \begin_inset space ~
34680 \end_inset
34681
34682 (pdflatex)
34683 \family default
34684  verwendet).
34685 \end_layout
34686
34687 \begin_layout Chapter
34688 Erklärung der Gleichung
34689 \begin_inset space ~
34690 \end_inset
34691
34692
34693 \begin_inset CommandInset ref
34694 LatexCommand eqref
34695 reference "eq:Wgn"
34696
34697 \end_inset
34698
34699
34700 \begin_inset CommandInset label
34701 LatexCommand label
34702 name "kap:Exläuterung-einer-Gleichung"
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Standard
34710 Die Gesamtbreite von
34711 \emph on
34712  n
34713 \emph default
34714  Tabellenzellen 
34715 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34716 \end_inset
34717
34718  kann wie folgt berechnet werden:
34719 \end_layout
34720
34721 \begin_layout Standard
34722 \begin_inset Formula \begin{equation}
34723 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}
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Standard
34731 Dabei ist 
34732 \begin_inset Formula $W_{g\, n}$
34733 \end_inset
34734
34735  die Breite jeder Zelle.
34736
34737 \series bold
34738  
34739 \backslash
34740 tabcolsep
34741 \series default
34742  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34743  Standardwert 6
34744 \begin_inset space \thinspace{}
34745 \end_inset
34746
34747 pt.
34748  
34749 \series bold
34750
34751 \backslash
34752 arrayrulewidth
34753 \series default
34754  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34755 \begin_inset space \thinspace{}
34756 \end_inset
34757
34758 pt.
34759 \end_layout
34760
34761 \begin_layout Standard
34762 Nach Gleichung
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  ist die Gesamtbreite einer Mehrfachspalte, 
34774 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34775 \end_inset
34776
34777 ,
34778 \end_layout
34779
34780 \begin_layout Standard
34781 \begin_inset Formula \begin{equation}
34782 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 Setzt man die Gleichungen
34791 \begin_inset space ~
34792 \end_inset
34793
34794
34795 \begin_inset CommandInset ref
34796 LatexCommand ref
34797 reference "eq:Wtot_n"
34798
34799 \end_inset
34800
34801  und 
34802 \begin_inset CommandInset ref
34803 LatexCommand ref
34804 reference "eq:Wtot_mult"
34805
34806 \end_inset
34807
34808  gleich, kann man die benötigte Breite 
34809 \begin_inset Formula $W_{g\, n}$
34810 \end_inset
34811
34812 , wenn 
34813 \emph on
34814 n
34815 \emph default
34816  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34817 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34818 \end_inset
34819
34820  hat, berechnen:
34821 \end_layout
34822
34823 \begin_layout Standard
34824 \begin_inset Formula \begin{equation}
34825 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Bibliography
34833 \labelwidthstring Literaturverzeichnis
34834 \begin_inset CommandInset bibitem
34835 LatexCommand bibitem
34836 key "latexcompanion"
34837
34838 \end_inset
34839
34840 Frank Mittelbach and Michel Goossens: 
34841 \emph on
34842 The LaTeX Companion Second Edition.
34843
34844 \emph default
34845  Addison-Wesley, 2004
34846 \end_layout
34847
34848 \begin_layout Bibliography
34849 \labelwidthstring Literaturverzeichnis
34850 \begin_inset CommandInset bibitem
34851 LatexCommand bibitem
34852 key "latexguide"
34853
34854 \end_inset
34855
34856 Helmut Kopka and Patrick W.
34857  Daly: 
34858 \emph on
34859 A Guide to LaTeX Fourth Edition.
34860
34861 \emph default
34862  Addison-Wesley, 2003
34863 \end_layout
34864
34865 \begin_layout Bibliography
34866 \labelwidthstring Literaturverzeichnis
34867 \begin_inset CommandInset bibitem
34868 LatexCommand bibitem
34869 key "lamport"
34870
34871 \end_inset
34872
34873 Leslie Lamport: 
34874 \emph on
34875 LaTeX: A Document Preparation System.
34876
34877 \emph default
34878  Addison-Wesley, second edition, 1994
34879 \end_layout
34880
34881 \begin_layout Bibliography
34882 \labelwidthstring Literaturverzeichnis
34883 \begin_inset CommandInset bibitem
34884 LatexCommand bibitem
34885 key "latex-praxisbuch"
34886
34887 \end_inset
34888
34889 Niedermair, Elke & Michael: 
34890 \emph on
34891 LaTeX-Praxisbuch
34892 \emph default
34893 , Franzis-Verlag, 2004
34894 \end_layout
34895
34896 \begin_layout Bibliography
34897 \labelwidthstring Literaturverzeichnis
34898 \begin_inset CommandInset bibitem
34899 LatexCommand bibitem
34900 key "booktabs"
34901
34902 \end_inset
34903
34904 Dokumentation des LaTeX-Pakets 
34905 \series bold
34906
34907 \begin_inset CommandInset href
34908 LatexCommand href
34909 name "booktabs"
34910 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34911
34912 \end_inset
34913
34914
34915 \series default
34916
34917 \begin_inset Index idx
34918 status collapsed
34919
34920 \begin_layout Plain Layout
34921 LaTeX-Pakete ! booktabs
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Bibliography
34930 \labelwidthstring Literaturverzeichnis
34931 \begin_inset CommandInset bibitem
34932 LatexCommand bibitem
34933 key "caption"
34934
34935 \end_inset
34936
34937 Dokumentation des LaTeX-Pakets 
34938 \series bold
34939
34940 \begin_inset CommandInset href
34941 LatexCommand href
34942 name "caption"
34943 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
34944
34945 \end_inset
34946
34947
34948 \series default
34949
34950 \begin_inset Index idx
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954 LaTeX-Pakete ! caption
34955 \end_layout
34956
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \begin_layout Bibliography
34963 \labelwidthstring Literaturverzeichnis
34964 \begin_inset CommandInset bibitem
34965 LatexCommand bibitem
34966 key "endfloat"
34967
34968 \end_inset
34969
34970 Dokumentation des LaTeX-Pakets 
34971 \series bold
34972
34973 \begin_inset CommandInset href
34974 LatexCommand href
34975 name "endfloat"
34976 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34977
34978 \end_inset
34979
34980
34981 \series default
34982
34983 \begin_inset Index idx
34984 status collapsed
34985
34986 \begin_layout Plain Layout
34987 LaTeX-Pakete ! endfloat
34988 \end_layout
34989
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \begin_layout Bibliography
34996 \labelwidthstring Literaturverzeichnis
34997 \begin_inset CommandInset bibitem
34998 LatexCommand bibitem
34999 key "wrapfig"
35000
35001 \end_inset
35002
35003 Dokumentation des LaTeX-Pakets 
35004 \series bold
35005
35006 \begin_inset CommandInset href
35007 LatexCommand href
35008 name "wrapfig"
35009 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35010
35011 \end_inset
35012
35013
35014 \series default
35015
35016 \begin_inset Index idx
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020 LaTeX-Pakete ! wrapfig
35021 \begin_inset ERT
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025
35026
35027 \backslash
35028 vspace{4mm}
35029 \end_layout
35030
35031 \end_inset
35032
35033
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \begin_layout Bibliography
35042 \labelwidthstring Literaturverzeichnis
35043 \begin_inset CommandInset bibitem
35044 LatexCommand bibitem
35045 key "footmisc"
35046
35047 \end_inset
35048
35049 Dokumentation des LaTeX-Pakets 
35050 \series bold
35051
35052 \begin_inset CommandInset href
35053 LatexCommand href
35054 name "footmisc"
35055 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35056
35057 \end_inset
35058
35059
35060 \series default
35061
35062 \begin_inset Index idx
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066 LaTeX-Pakete ! footmisc
35067 \end_layout
35068
35069 \end_inset
35070
35071
35072 \end_layout
35073
35074 \begin_layout Bibliography
35075 \labelwidthstring Literaturverzeichnis
35076 \begin_inset CommandInset bibitem
35077 LatexCommand bibitem
35078 key "hypcap"
35079
35080 \end_inset
35081
35082 Dokumentation des LaTeX-Pakets 
35083 \series bold
35084
35085 \begin_inset CommandInset href
35086 LatexCommand href
35087 name "hypcap"
35088 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35089
35090 \end_inset
35091
35092
35093 \series default
35094
35095 \begin_inset Index idx
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099 LaTeX-Pakete ! hypcap
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Bibliography
35108 \labelwidthstring Literaturverzeichnis
35109 \begin_inset CommandInset bibitem
35110 LatexCommand bibitem
35111 key "hyperref"
35112
35113 \end_inset
35114
35115 Dokumentation des LaTeX-Pakets 
35116 \series bold
35117
35118 \begin_inset CommandInset href
35119 LatexCommand href
35120 name "hyperref"
35121 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35122
35123 \end_inset
35124
35125
35126 \series default
35127
35128 \begin_inset Index idx
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 LaTeX-Pakete ! hyperref
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Bibliography
35141 \labelwidthstring Literaturverzeichnis
35142 \begin_inset CommandInset bibitem
35143 LatexCommand bibitem
35144 key "KOMA-Script"
35145
35146 \end_inset
35147
35148 Dokumentation des LaTeX-Pakets 
35149 \series bold
35150
35151 \begin_inset CommandInset href
35152 LatexCommand href
35153 name "KOMA-Script"
35154 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35155
35156 \end_inset
35157
35158
35159 \series default
35160
35161 \begin_inset Index idx
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165 LaTeX-Pakete ! KOMA-Script
35166 \end_layout
35167
35168 \end_inset
35169
35170
35171 \end_layout
35172
35173 \begin_layout Bibliography
35174 \labelwidthstring Literaturverzeichnis
35175 \begin_inset CommandInset bibitem
35176 LatexCommand bibitem
35177 key "listings"
35178
35179 \end_inset
35180
35181 Dokumentation des LaTeX-Pakets 
35182 \series bold
35183
35184 \begin_inset CommandInset href
35185 LatexCommand href
35186 name "listings"
35187 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35188
35189 \end_inset
35190
35191
35192 \series default
35193
35194 \begin_inset Index idx
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 LaTeX-Pakete ! listings
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \end_layout
35205
35206 \begin_layout Bibliography
35207 \labelwidthstring Literaturverzeichnis
35208 \begin_inset CommandInset bibitem
35209 LatexCommand bibitem
35210 key "marginnote"
35211
35212 \end_inset
35213
35214 Dokumentation des LaTeX-Pakets 
35215 \series bold
35216
35217 \begin_inset CommandInset href
35218 LatexCommand href
35219 name "marginnote"
35220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35221
35222 \end_inset
35223
35224
35225 \series default
35226
35227 \begin_inset Index idx
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231 LaTeX-Pakete ! marginnote
35232 \end_layout
35233
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \begin_layout Bibliography
35240 \labelwidthstring Literaturverzeichnis
35241 \begin_inset CommandInset bibitem
35242 LatexCommand bibitem
35243 key "pstricks"
35244
35245 \end_inset
35246
35247 Webseite des LaTeX-Pakets 
35248 \series bold
35249
35250 \begin_inset CommandInset href
35251 LatexCommand href
35252 name "PSTricks"
35253 target "http://tug.org/PSTricks/"
35254
35255 \end_inset
35256
35257
35258 \series default
35259
35260 \begin_inset Index idx
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 LaTeX-Pakete ! pstricks
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \begin_layout Bibliography
35273 \labelwidthstring Literaturverzeichnis
35274 \begin_inset CommandInset bibitem
35275 LatexCommand bibitem
35276 key "sidecap"
35277
35278 \end_inset
35279
35280 Dokumentation des LaTeX-Pakets 
35281 \series bold
35282
35283 \begin_inset CommandInset href
35284 LatexCommand href
35285 name "sidecap"
35286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35287
35288 \end_inset
35289
35290
35291 \series default
35292
35293 \begin_inset Index idx
35294 status collapsed
35295
35296 \begin_layout Plain Layout
35297 LaTeX-Pakete ! sidecap
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Bibliography
35306 \labelwidthstring Literaturverzeichnis
35307 \begin_inset CommandInset bibitem
35308 LatexCommand bibitem
35309 key "prettyref"
35310
35311 \end_inset
35312
35313 Dokumentation des LaTeX-Pakets 
35314 \series bold
35315
35316 \begin_inset CommandInset href
35317 LatexCommand href
35318 name "prettyref"
35319 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35320
35321 \end_inset
35322
35323
35324 \series default
35325
35326 \begin_inset Index idx
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330 LaTeX-Pakete ! prettyref
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Bibliography
35339 \labelwidthstring Literaturverzeichnis
35340 \begin_inset CommandInset bibitem
35341 LatexCommand bibitem
35342 key "NewInLyX16"
35343
35344 \end_inset
35345
35346
35347 \begin_inset CommandInset href
35348 LatexCommand href
35349 name "Wiki-Seite"
35350 target "http://wiki.lyx.org/LyX/NewInLyX16"
35351
35352 \end_inset
35353
35354  über neue Funktionen in 
35355 \family sans
35356 LyX 1.6.0
35357 \family default
35358 .
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset CommandInset index_print
35363 LatexCommand printindex
35364 type "idx"
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \begin_layout Standard
35372 \begin_inset FloatList figure
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Standard
35380 \begin_inset FloatList table
35381
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \begin_layout Standard
35388 \begin_inset ERT
35389 status open
35390
35391 \begin_layout Plain Layout
35392
35393
35394 \backslash
35395 listof{algorithm}{Algorithmenverzeichnis}
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \begin_inset Note Note
35402 status collapsed
35403
35404 \begin_layout Plain Layout
35405 siehe Abschnitt
35406 \begin_inset space ~
35407 \end_inset
35408
35409
35410 \begin_inset CommandInset ref
35411 LatexCommand ref
35412 reference "uab:Gleitobjekt-Algorithmen"
35413
35414 \end_inset
35415
35416  für eine Beschreibung
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \end_layout
35423
35424 \end_body
35425 \end_document