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