]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
UserGuide.lyx, Additional.lyx, Tutorial.lyx: port latest changes to trunk
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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}]{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 %Vergrößert den Teil der Seite, in dem Gleitobjekte
58 % unten angeordnet werden dürfen
59 \renewcommand{\bottomfraction}{0.5}
60
61 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % beschleunigt die Berechnung von langen Tabellen
65 \setcounter{LTchunksize}{100}
66
67 % wird für skalierte und rotierte Boxen benötigt
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % wird bei farbigen Tabellen benutzt
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
74 \definecolor{hellgrau}{gray}{0.8}
75
76 % testen ob paket colortbl installiert ist
77 % wird für farbige Tabellenzellen benutzt
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % wird fuer Tabellen im Buchstil benutzt
85 \usepackage{booktabs}
86
87 % wird benutzt, um Tabellenzellen zu vergrößern
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % wird fuer benutzerdefinierte Tabellen benutzt
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % Setzt einen zusaetzlichen Abstand von
109 % 1.5 mm zwischen Fussnoten
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % Prüfung auf benötigte LaTeXPakete
119 \usepackage{ifthen}
120
121 % Pruefung auf arydshln
122 % für Tabellen mit gestrichelten Linien
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % Prüfung auf marginnote
130 % für Randnotizen
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % Prüfung auf sidecap
139 % für seitliche Beschriftungen
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % Prüfung auf picinpar
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153
154 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
155 \def\LyX{\texorpdfstring{%
156   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
157   {LyX}}
158
159 % Damit der Index den Namen "Stichwortverzeichnis" erhält
160 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
161 \end_preamble
162 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
163 \use_default_options false
164 \maintain_unincluded_children false
165 \language ngerman
166 \language_package default
167 \inputencoding auto
168 \fontencoding global
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \default_output_format default
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
188 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
189 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
190 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize a4paper
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \use_mhchem 1
206 \use_mathdots 1
207 \cite_engine basic
208 \use_bibtopic false
209 \use_indices false
210 \paperorientation portrait
211 \suppress_date false
212 \use_refstyle 0
213 \notefontcolor #0000ff
214 \index Stichwortverzeichnis
215 \shortcut idx
216 \color #008000
217 \end_index
218 \secnumdepth 3
219 \tocdepth 3
220 \paragraph_separation skip
221 \defskip medskip
222 \quotes_language german
223 \papercolumns 1
224 \papersides 2
225 \paperpagestyle default
226 \bullet 1 0 9 -1
227 \bullet 2 2 35 -1
228 \bullet 3 2 7 -1
229 \tracking_changes false
230 \output_changes false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \end_header
235
236 \begin_body
237
238 \begin_layout Title
239 Das LyX-Handbuch der Einfügungen:
240 \begin_inset Newline newline
241 \end_inset
242
243  
244 \size larger
245 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
246 \end_layout
247
248 \begin_layout Author
249 vom LyX Team
250 \begin_inset Foot
251 status open
252
253 \begin_layout Plain Layout
254 \noindent
255
256 \size normal
257 Übersetzung und Bearbeitung: Hartmut Haase
258 \size default
259  (
260 \noun on
261 HHa
262 \noun default
263 , bis März 2010), Uwe Stöhr
264 \begin_inset Newline newline
265 \end_inset
266
267 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
268  bitte an: 
269 \begin_inset CommandInset href
270 LatexCommand href
271 name "lyx-docs@lists.lyx.org"
272 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
273 type "mailto:"
274
275 \end_inset
276
277
278 \end_layout
279
280 \end_inset
281
282
283 \begin_inset Note Note
284 status collapsed
285
286 \begin_layout Plain Layout
287 Autor: Uwe Stöhr <uwestoehr@web.de>
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \family sans
302 Version 2.0.x
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset CommandInset toc
307 LatexCommand tableofcontents
308
309 \end_inset
310
311
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset Note Note
316 status open
317
318 \begin_layout Plain Layout
319 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
320 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
321 \series bold
322 arydshln
323 \series default
324
325 \series bold
326 colortbl
327 \series default
328
329 \series bold
330 marginnote
331 \series default
332  und 
333 \series bold
334 sidecap
335 \series default
336 .
337  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
338  denen sie benötigt werden.
339 \end_layout
340
341 \begin_layout Plain Layout
342 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
343  des englischen Originals hier finden:
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Chapter
358 Abbildungen
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Abbildungen
364 \end_layout
365
366 \end_inset
367
368
369 \end_layout
370
371 \begin_layout Section
372 Grafik-Dialog
373 \begin_inset Index idx
374 status collapsed
375
376 \begin_layout Plain Layout
377 Abbildungen ! Grafik-Dialog
378 \end_layout
379
380 \end_inset
381
382
383 \begin_inset CommandInset label
384 LatexCommand label
385 name "abs:Grafik-Dialog"
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Standard
393 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
394  
395 \begin_inset Graphics
396         filename ../../images/dialog-show-new-inset_graphics.png
397         scale 70
398         scaleBeforeRotation
399
400 \end_inset
401
402  in der Werkzeugleiste oder wählen das Menü 
403 \family sans
404 Einfügen\SpecialChar \menuseparator
405 Grafik
406 \family default
407 .
408  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
409  
410 \family sans
411 Durchsuchen
412 \family default
413  eingeben können.
414  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
415  an der Sie sie eingefügt haben.
416 \end_layout
417
418 \begin_layout Standard
419 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
420  klicken.
421  Der Dialog hat drei Karteikarten:
422 \end_layout
423
424 \begin_layout Description
425
426 \family sans
427 Grafik
428 \family default
429  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
430  Version festlegen.
431  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
432 \begin_inset space ~
433 \end_inset
434
435
436 \begin_inset CommandInset ref
437 LatexCommand ref
438 reference "kap:In-LyX-verfügbare"
439
440 \end_inset
441
442  erklärt.
443 \begin_inset Newline newline
444 \end_inset
445
446
447 \begin_inset Index idx
448 status collapsed
449
450 \begin_layout Plain Layout
451 Abbildungen ! rotierte
452 \end_layout
453
454 \end_inset
455
456 Sie können Abbildungen durch Angabe eines 
457 \family sans
458 Winkel
459 \family default
460
461 \begin_inset space ~
462 \end_inset
463
464
465 \family sans
466 (Grad)
467 \family default
468  und Festlegung eines 
469 \family sans
470 Drehpunktes
471 \family default
472  drehen.
473  Negative Winkel drehen im Uhrzeigersinn.
474  Die Abbildung wird auch in LyX gedreht.
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Abbildungen ! skalierte
484 \end_layout
485
486 \end_inset
487
488 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
489  oder Höhe und Breite definiert.
490  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
491  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
492  wobei sie möglicherweise verzerrt wird.
493  Um das zu vermeiden, sollten Sie 
494 \family sans
495 Seitenverhältnis
496 \begin_inset space ~
497 \end_inset
498
499 beibehalten
500 \family default
501  ankreuzen.
502  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
503  und Breite nicht überschritten werden.
504 \begin_inset Newline newline
505 \end_inset
506
507 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
508 nden Kontext-Menü 
509 \family sans
510 Datei extern bearbeiten
511 \family default
512  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
513  öffnen.
514  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
515 \family sans
516 Datei-Handhabung\SpecialChar \menuseparator
517 Dateiformate
518 \family default
519  festgelegt werden.
520 \end_layout
521
522 \begin_layout Description
523
524 \family sans
525 Ausschnitt
526 \family default
527  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
528  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
529  Wenn Sie auf 
530 \family sans
531 Lese
532 \begin_inset space ~
533 \end_inset
534
535 aus
536 \begin_inset space ~
537 \end_inset
538
539 Datei
540 \family default
541  klicken, werden die Koordinaten automatisch berechnet.
542  Die Option 
543 \family sans
544 Auf
545 \begin_inset space ~
546 \end_inset
547
548 Begrenzungsbox
549 \begin_inset space ~
550 \end_inset
551
552 zuschneiden
553 \family default
554  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
555  Koordinaten liegt.
556  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
557  diese Karteikarte ignorieren.
558 \end_layout
559
560 \begin_layout Description
561
562 \family sans
563 LaTeX-
564 \begin_inset space ~
565 \end_inset
566
567 und
568 \begin_inset space ~
569 \end_inset
570
571 LyX-Optionen
572 \family default
573  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
574  LaTeX-Experten können weitere LaTeX-Optionen definieren.
575 \begin_inset Newline newline
576 \end_inset
577
578 Ist die Option 
579 \family sans
580 Entwurfsmodus 
581 \family default
582 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
583  darin gedruckt.
584 \begin_inset Newline newline
585 \end_inset
586
587 Die Option 
588 \family sans
589 Beim
590 \begin_inset space ~
591 \end_inset
592
593 Exportieren
594 \begin_inset space ~
595 \end_inset
596
597 nicht
598 \begin_inset space ~
599 \end_inset
600
601 entpacken
602 \family default
603  betrifft nur gepackte EPS-Dateien, zum Beispiel 
604 \emph on
605 x.eps.gz
606 \emph default
607 .
608  LaTeX kann so mit ihnen umgehen.
609 \begin_inset Newline newline
610 \end_inset
611
612 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
613  wählen, siehe Anhang
614 \begin_inset space ~
615 \end_inset
616
617
618 \begin_inset CommandInset ref
619 LatexCommand ref
620 reference "abs:PostScript"
621
622 \end_inset
623
624 .
625  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
626 \begin_inset Newline newline
627 \end_inset
628
629
630 \series bold
631 gzip x.eps
632 \begin_inset Newline newline
633 \end_inset
634
635 zgrep %%Bounding x.eps.gz > x.eps.bb
636 \series default
637
638 \begin_inset Newline newline
639 \end_inset
640
641 Der zweite Befehl erzeugt die Begrenzungsbox 
642 \begin_inset Quotes gld
643 \end_inset
644
645 x.eps.bb
646 \begin_inset Quotes grd
647 \end_inset
648
649 , die LaTeX für gepackte Abbildungen benötigt.
650 \begin_inset Newline newline
651 \end_inset
652
653 Das Feld 
654 \family sans
655 Gruppenname
656 \begin_inset space ~
657 \end_inset
658
659 initialisieren
660 \family default
661  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
662  solche zuzuordnen.
663 \begin_inset Index idx
664 status collapsed
665
666 \begin_layout Plain Layout
667 Abbildungen ! Einstellungsgruppen
668 \end_layout
669
670 \end_inset
671
672  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
673  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
674  der Gruppe geändert werden.
675  Damit kann man z.B.
676 \begin_inset space ~
677 \end_inset
678
679 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
680  Bild tun zu müssen.
681  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
682  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset VSpace bigskip
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 Hier ist eine zentrierte EPS-Abbildung
694 \begin_inset Foot
695 status collapsed
696
697 \begin_layout Plain Layout
698 Abbildungsformate sind in Abschnitt
699 \begin_inset space ~
700 \end_inset
701
702
703 \begin_inset CommandInset ref
704 LatexCommand ref
705 reference "abs:Bildformate"
706
707 \end_inset
708
709  beschrieben.
710 \end_layout
711
712 \end_inset
713
714  in einem eigenen Absatz:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename ../clipart/mobius.eps
721         scale 70
722         scaleBeforeRotation
723         rotateOrigin center
724
725 \end_inset
726
727
728 \end_layout
729
730 \begin_layout Standard
731 \noindent
732 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
733 \end_layout
734
735 \begin_layout Standard
736 \align center
737 \begin_inset Graphics
738         filename ../clipart/mobius.eps
739         scale 70
740         draft
741         scaleBeforeRotation
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Section
750 Gleitende Abbildungen
751 \begin_inset CommandInset label
752 LatexCommand label
753 name "abs:Gleitende-Abbildungen"
754
755 \end_inset
756
757
758 \begin_inset Index idx
759 status collapsed
760
761 \begin_layout Plain Layout
762 Abbildungen ! gleitende
763 \end_layout
764
765 \end_inset
766
767
768 \begin_inset Index idx
769 status collapsed
770
771 \begin_layout Plain Layout
772 Gleitobjekte ! Abbildungen
773 \end_layout
774
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Standard
781 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
782 \begin_inset space ~
783 \end_inset
784
785
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "abs:Gleitobjekte-Einleitung"
789
790 \end_inset
791
792 .
793 \end_layout
794
795 \begin_layout Standard
796 Wenn Sie auf das Werkzeugleisten-Symbol 
797 \begin_inset Graphics
798         filename ../../images/float-insert_figure.png
799         scale 70
800         scaleBeforeRotation
801
802 \end_inset
803
804  klicken oder 
805 \family sans
806 Einfügen\SpecialChar \menuseparator
807 Gleit\SpecialChar \-
808 objekt\SpecialChar \menuseparator
809 Abbildung
810 \family default
811  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
812  In das rot umrahmte Feld rechts von 
813 \emph on
814 Abbildung
815 \begin_inset space ~
816 \end_inset
817
818 Nr:
819 \emph default
820  schreiben Sie die Bildbeschriftung.
821  Nach einem Klick oberhalb oder unterhalb von 
822 \emph on
823 Abbildung
824 \begin_inset space ~
825 \end_inset
826
827 Nr:
828 \emph default
829  können Sie dann eine Abbildung wie 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "abb:kill-plat"
833
834 \end_inset
835
836  oberhalb oder wie Abbildung
837 \begin_inset space ~
838 \end_inset
839
840
841 \begin_inset CommandInset ref
842 LatexCommand ref
843 reference "abb:escher"
844
845 \end_inset
846
847  unterhalb der Bildbeschriftung einfügen.
848  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
849 \begin_inset space ~
850 \end_inset
851
852
853 \begin_inset CommandInset ref
854 LatexCommand ref
855 reference "abs:Titel-Platzierung"
856
857 \end_inset
858
859 .
860 \end_layout
861
862 \begin_layout Standard
863 \begin_inset Float figure
864 wide false
865 sideways false
866 status open
867
868 \begin_layout Plain Layout
869 \align center
870 \begin_inset Graphics
871         filename ../clipart/platypus.eps
872         width 50col%
873         scaleBeforeRotation
874         rotateOrigin center
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "abb:kill-plat"
888
889 \end_inset
890
891 Platypus in einem Gleitobjekt
892 \end_layout
893
894 \end_inset
895
896
897 \end_layout
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Standard
905 \begin_inset Float figure
906 wide false
907 sideways false
908 status open
909
910 \begin_layout Plain Layout
911 \begin_inset Caption
912
913 \begin_layout Plain Layout
914 \begin_inset CommandInset label
915 LatexCommand label
916 name "abb:escher"
917
918 \end_inset
919
920 M.C.
921  Escher
922 \end_layout
923
924 \end_inset
925
926
927 \end_layout
928
929 \begin_layout Plain Layout
930 \align center
931 \begin_inset Graphics
932         filename ../clipart/escher-lsd.eps
933         scale 80
934         scaleBeforeRotation
935         rotateOrigin center
936
937 \end_inset
938
939
940 \end_layout
941
942 \end_inset
943
944
945 \end_layout
946
947 \begin_layout Standard
948 \begin_inset Index idx
949 status collapsed
950
951 \begin_layout Plain Layout
952 Querverweise ! auf Abbildungen
953 \end_layout
954
955 \end_inset
956
957 Abbildung
958 \begin_inset space ~
959 \end_inset
960
961
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "abb:kill-plat"
965
966 \end_inset
967
968  und 
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "abb:escher"
972
973 \end_inset
974
975  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
976  Dafür fügen Sie in der Beschriftung mit 
977 \family sans
978 Einfügen\SpecialChar \menuseparator
979 Marke
980 \family default
981  oder durch Klicken auf 
982 \begin_inset Graphics
983         filename ../../images/label-insert.png
984         scale 70
985         scaleBeforeRotation
986
987 \end_inset
988
989  eine Marke ein.
990  Auf diese können Sie dann wie gewohnt mit 
991 \family sans
992 Einfügen\SpecialChar \menuseparator
993 Querverweis
994 \family default
995  oder durch Klicken auf 
996 \begin_inset Graphics
997         filename ../../images/dialog-show-new-inset_ref.png
998         scale 70
999         scaleBeforeRotation
1000
1001 \end_inset
1002
1003  verweisen.
1004  Das ist besser als eine vage Formulierung wie 
1005 \begin_inset Quotes gld
1006 \end_inset
1007
1008 die obige Abbildung
1009 \begin_inset Quotes grd
1010 \end_inset
1011
1012  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1013  erscheint, und das muss nicht 
1014 \emph on
1015 oben
1016 \emph default
1017  sein.
1018  Verweise werden detailliert in Abschnitt
1019 \begin_inset space ~
1020 \end_inset
1021
1022
1023 \begin_inset CommandInset ref
1024 LatexCommand ref
1025 reference "abs:Auf-Gleitobjekte-verweisen"
1026
1027 \end_inset
1028
1029  beschrieben.
1030 \end_layout
1031
1032 \begin_layout Standard
1033 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1034  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1035  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1036  Gleitabbildung einfügt.
1037  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1038  Abbildung
1039 \begin_inset space ~
1040 \end_inset
1041
1042
1043 \begin_inset CommandInset ref
1044 LatexCommand ref
1045 reference "abb:Zwei-Teilabbildungen"
1046
1047 \end_inset
1048
1049  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1050  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1051  Gleitabbildung auf Eingabe drücken.
1052  Abbildung
1053 \begin_inset space ~
1054 \end_inset
1055
1056
1057 \begin_inset CommandInset ref
1058 LatexCommand ref
1059 reference "abb:Undefinierbar"
1060
1061 \end_inset
1062
1063  und 
1064 \begin_inset CommandInset ref
1065 LatexCommand ref
1066 reference "abb:Ein-Schnabeltier"
1067
1068 \end_inset
1069
1070  sind die Teilabbildungen.
1071 \end_layout
1072
1073 \begin_layout Standard
1074 \begin_inset Float figure
1075 wide false
1076 sideways false
1077 status open
1078
1079 \begin_layout Plain Layout
1080 \begin_inset space \hfill{}
1081 \end_inset
1082
1083
1084 \begin_inset Float figure
1085 wide false
1086 sideways false
1087 status collapsed
1088
1089 \begin_layout Plain Layout
1090 \begin_inset Caption
1091
1092 \begin_layout Plain Layout
1093 \begin_inset CommandInset label
1094 LatexCommand label
1095 name "abb:Undefinierbar"
1096
1097 \end_inset
1098
1099 Undefinierbar
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \begin_layout Plain Layout
1108 \begin_inset Graphics
1109         filename ../clipart/escher-lsd.eps
1110         width 35col%
1111         scaleBeforeRotation
1112         groupId Teilabbildung
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \end_inset
1120
1121
1122 \begin_inset space \hfill{}
1123 \end_inset
1124
1125
1126 \begin_inset Float figure
1127 wide false
1128 sideways false
1129 status collapsed
1130
1131 \begin_layout Plain Layout
1132 \begin_inset Caption
1133
1134 \begin_layout Plain Layout
1135 \begin_inset CommandInset label
1136 LatexCommand label
1137 name "abb:Ein-Schnabeltier"
1138
1139 \end_inset
1140
1141 Ein Schnabeltier
1142 \end_layout
1143
1144 \end_inset
1145
1146
1147 \end_layout
1148
1149 \begin_layout Plain Layout
1150 \begin_inset Graphics
1151         filename ../clipart/platypus.eps
1152         width 35col%
1153         scaleBeforeRotation
1154         groupId Teilabbildung
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \end_inset
1162
1163
1164 \begin_inset space \hfill{}
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \begin_layout Plain Layout
1171 \begin_inset Caption
1172
1173 \begin_layout Plain Layout
1174 \begin_inset CommandInset label
1175 LatexCommand label
1176 name "abb:Zwei-Teilabbildungen"
1177
1178 \end_inset
1179
1180 Zwei Teilabbildungen nebeneinander.
1181  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1182 \begin_inset Quotes gld
1183 \end_inset
1184
1185 Teilabbildung
1186 \begin_inset Quotes grd
1187 \end_inset
1188
1189  an.
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \begin_layout Section
1203 Bildformate
1204 \begin_inset CommandInset label
1205 LatexCommand label
1206 name "abs:Bildformate"
1207
1208 \end_inset
1209
1210
1211 \begin_inset Index idx
1212 status collapsed
1213
1214 \begin_layout Plain Layout
1215 Abbildungen ! Bildformate
1216 \end_layout
1217
1218 \end_inset
1219
1220
1221 \end_layout
1222
1223 \begin_layout Standard
1224 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1225  Aber wie in Anhang
1226 \begin_inset space ~
1227 \end_inset
1228
1229
1230 \begin_inset CommandInset ref
1231 LatexCommand ref
1232 reference "kap:Ausgabedatei-Formate"
1233
1234 \end_inset
1235
1236  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1237  LyX benutzt im Hintergrund das Programm
1238 \family typewriter
1239  ImageMagick
1240 \family default
1241 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1242  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1243  vermeiden.
1244  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1245  werden können.
1246  Diese Formate werden in Anhang
1247 \begin_inset space ~
1248 \end_inset
1249
1250
1251 \begin_inset CommandInset ref
1252 LatexCommand ref
1253 reference "kap:Ausgabedatei-Formate"
1254
1255 \end_inset
1256
1257  beschrieben.
1258 \end_layout
1259
1260 \begin_layout Standard
1261 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1262 \end_layout
1263
1264 \begin_layout Description
1265 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1266  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1267  
1268 \emph on
1269 pixelig
1270 \emph default
1271  aus.
1272  Bekannte Pixel-Formate sind 
1273 \begin_inset Quotes gld
1274 \end_inset
1275
1276 Graphics Interchange Format
1277 \begin_inset Quotes grd
1278 \end_inset
1279
1280  (GIF, Dateiendung
1281 \family typewriter
1282  
1283 \family default
1284
1285 \begin_inset Quotes gld
1286 \end_inset
1287
1288
1289 \family typewriter
1290 .gif
1291 \family default
1292
1293 \begin_inset Quotes grd
1294 \end_inset
1295
1296 )
1297 \begin_inset Index idx
1298 status collapsed
1299
1300 \begin_layout Plain Layout
1301 GIF
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \begin_inset Quotes gld
1308 \end_inset
1309
1310 Portable Network Graphics
1311 \begin_inset Quotes grd
1312 \end_inset
1313
1314  (PNG, Dateiendung 
1315 \begin_inset Quotes gld
1316 \end_inset
1317
1318
1319 \family typewriter
1320 .png
1321 \family default
1322
1323 \begin_inset Quotes grd
1324 \end_inset
1325
1326 )
1327 \begin_inset Index idx
1328 status collapsed
1329
1330 \begin_layout Plain Layout
1331 PNG
1332 \end_layout
1333
1334 \end_inset
1335
1336
1337 \begin_inset Quotes gld
1338 \end_inset
1339
1340 Joint Photographic Experts Group
1341 \begin_inset Quotes grd
1342 \end_inset
1343
1344  (JPEG, Dateiendung
1345 \family typewriter
1346  
1347 \family default
1348
1349 \begin_inset Quotes gld
1350 \end_inset
1351
1352
1353 \family typewriter
1354 .jpg
1355 \family default
1356
1357 \begin_inset Quotes grd
1358 \end_inset
1359
1360  oder 
1361 \begin_inset Quotes gld
1362 \end_inset
1363
1364
1365 \family typewriter
1366 .jpeg
1367 \family default
1368
1369 \begin_inset Quotes grd
1370 \end_inset
1371
1372 )
1373 \begin_inset Index idx
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377 JPG, JPEG
1378 \end_layout
1379
1380 \end_inset
1381
1382  und 
1383 \begin_inset Quotes gld
1384 \end_inset
1385
1386 Windows Bitmap
1387 \begin_inset Quotes grd
1388 \end_inset
1389
1390  (BMP, Dateiendung 
1391 \begin_inset Quotes gld
1392 \end_inset
1393
1394
1395 \family typewriter
1396 .bmp
1397 \family default
1398
1399 \begin_inset Quotes grd
1400 \end_inset
1401
1402 )
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 BMP
1408 \end_layout
1409
1410 \end_inset
1411
1412 .
1413 \end_layout
1414
1415 \begin_layout Description
1416 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1417  auf jede beliebige Größe skaliert werden.
1418  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1419  zoomen zu können.
1420 \begin_inset Newline newline
1421 \end_inset
1422
1423 Bekannte Formate sind 
1424 \begin_inset Quotes gld
1425 \end_inset
1426
1427 Scalable Vector Graphics
1428 \begin_inset Quotes grd
1429 \end_inset
1430
1431  (SVG, Dateiendung
1432 \family typewriter
1433  
1434 \family default
1435
1436 \begin_inset Quotes gld
1437 \end_inset
1438
1439
1440 \family typewriter
1441 .svg
1442 \family default
1443
1444 \begin_inset Quotes grd
1445 \end_inset
1446
1447 )
1448 \begin_inset Index idx
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452 SVG
1453 \end_layout
1454
1455 \end_inset
1456
1457
1458 \begin_inset Quotes gld
1459 \end_inset
1460
1461 Encapsulated PostScript
1462 \begin_inset Quotes grd
1463 \end_inset
1464
1465  (EPS, Dateiendung 
1466 \begin_inset Quotes gld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .eps
1472 \family default
1473
1474 \begin_inset Quotes grd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 EPS
1483 \end_layout
1484
1485 \end_inset
1486
1487
1488 \begin_inset Quotes gld
1489 \end_inset
1490
1491 Portable Document Format
1492 \begin_inset Quotes grd
1493 \end_inset
1494
1495  (PDF, Dateiendung
1496 \family typewriter
1497  
1498 \family default
1499
1500 \begin_inset Quotes gld
1501 \end_inset
1502
1503
1504 \family typewriter
1505 .pdf
1506 \family default
1507
1508 \begin_inset Quotes grd
1509 \end_inset
1510
1511 )
1512 \begin_inset Index idx
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516 PDF
1517 \end_layout
1518
1519 \end_inset
1520
1521  und 
1522 \begin_inset Quotes gld
1523 \end_inset
1524
1525 Windows Metafile
1526 \begin_inset Quotes grd
1527 \end_inset
1528
1529  (WMF, Dateiendung 
1530 \begin_inset Quotes gld
1531 \end_inset
1532
1533
1534 \family typewriter
1535 .wmf
1536 \family default
1537
1538 \begin_inset Quotes grd
1539 \end_inset
1540
1541 )
1542 \begin_inset Index idx
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546 WMF
1547 \end_layout
1548
1549 \end_inset
1550
1551 .
1552 \end_layout
1553
1554 \begin_layout Standard
1555 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1556  das Ergebnis ist immer noch ein Pixelbild.
1557  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1558  hinzugefügt.
1559 \begin_inset Foot
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 Bei PDF wird das Originalbild auch noch komprimiert.
1564 \end_layout
1565
1566 \end_inset
1567
1568  Die PDF-Dateien, die 
1569 \family typewriter
1570 Adobe Photoshop
1571 \family default
1572  erzeugt, sind zum Beispiel Pixelbilder.
1573 \end_layout
1574
1575 \begin_layout Standard
1576 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1577  umgekehrt.
1578  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1579  eingefügt werden.
1580  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1581  erzeugt wird, weil es zur Zeit keine WMF/SVG
1582 \begin_inset Formula $\to$
1583 \end_inset
1584
1585 PDF/EPS Konverter gibt.
1586 \end_layout
1587
1588 \begin_layout Chapter
1589 Tabellen
1590 \begin_inset Index idx
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 Tabellen
1595 \end_layout
1596
1597 \end_inset
1598
1599
1600 \end_layout
1601
1602 \begin_layout Section
1603 Einführung
1604 \begin_inset Index idx
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608 Tabellen ! Einführung
1609 \end_layout
1610
1611 \end_inset
1612
1613
1614 \end_layout
1615
1616 \begin_layout Standard
1617 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1618 \begin_inset Graphics
1619         filename ../../images/tabular-insert.png
1620         scale 70
1621         scaleBeforeRotation
1622
1623 \end_inset
1624
1625  oder das Menü 
1626 \family sans
1627 Einfügen\SpecialChar \menuseparator
1628 Tabelle
1629 \family default
1630  einfügen.
1631  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1632 \begin_inset space \thinspace{}
1633 \end_inset
1634
1635 -Tabelle.
1636  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1637  und die Größe der dunkelblauen Tabelle angezeigt.
1638  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1639  ein.
1640  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1641  Spaltenanzahl festlegen können.
1642 \end_layout
1643
1644 \begin_layout Standard
1645 In der so erstellten Tabelle ist jede Zelle umrandet.
1646  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1647  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1648  die zweite Zeile eine Linie oberhalb haben.
1649  Hier ist ein Beispiel:
1650 \end_layout
1651
1652 \begin_layout Standard
1653 \align center
1654 \begin_inset Tabular
1655 <lyxtabular version="3" rows="5" columns="4">
1656 <features tabularvalignment="middle">
1657 <column alignment="center" valignment="top" width="0">
1658 <column alignment="center" valignment="top" width="0">
1659 <column alignment="center" valignment="top" width="0">
1660 <column alignment="center" valignment="top" width="0">
1661 <row>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675
1676 \family roman
1677 \series medium
1678 \shape up
1679 \size normal
1680 \emph off
1681 \bar no
1682 \noun off
1683 \color none
1684 1
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Plain Layout
1693 2
1694 \end_layout
1695
1696 \end_inset
1697 </cell>
1698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702 3
1703 \end_layout
1704
1705 \end_inset
1706 </cell>
1707 </row>
1708 <row>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \family roman
1715 \series medium
1716 \shape up
1717 \size normal
1718 \emph off
1719 \bar no
1720 \noun off
1721 \color none
1722 A
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \family roman
1762 \series medium
1763 \shape up
1764 \size normal
1765 \emph off
1766 \bar no
1767 \noun off
1768 \color none
1769 B
1770 \end_layout
1771
1772 \end_inset
1773 </cell>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 </row>
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807
1808 \family roman
1809 \series medium
1810 \shape up
1811 \size normal
1812 \emph off
1813 \bar no
1814 \noun off
1815 \color none
1816 C
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 D
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863
1864 \end_layout
1865
1866 \end_inset
1867 </cell>
1868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 </row>
1887 </lyxtabular>
1888
1889 \end_inset
1890
1891
1892 \end_layout
1893
1894 \begin_layout Section
1895 Tabellen-Dialog
1896 \begin_inset Index idx
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900 Tabellen ! Einstellungen
1901 \end_layout
1902
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \begin_layout Standard
1909 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1910  Maustaste draufklicken.
1911  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1912 \family sans
1913 Einstellungen
1914 \family default
1915  steht.
1916  Ein Klick darauf öffnet den Tabellen-Dialog.
1917  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1918  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1919  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1920  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1921  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1922  Auswahl.
1923  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1924 \emph on
1925 Inhalt
1926 \emph default
1927  einer Zelle oder die Zelle selber ausgewählt haben.
1928 \begin_inset Newline newline
1929 \end_inset
1930
1931 Mit der Dialog-Option 
1932 \family sans
1933 Direkt
1934 \begin_inset space ~
1935 \end_inset
1936
1937 übernehmen
1938 \family default
1939  wird jede Änderung, die Sie machen, direkt übernommen.
1940  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1941  dann auch die Parameter der neuen Zelle an.
1942  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1943  Änderung zu übernehmen.
1944 \begin_inset Newline newline
1945 \end_inset
1946
1947 Der Tabellen-Dialog hat folgende Karteikarten:
1948 \end_layout
1949
1950 \begin_layout Description
1951
1952 \family sans
1953 Tabellen-Einstellungen
1954 \family default
1955  Hier können Sie die Horizontale
1956 \begin_inset space ~
1957 \end_inset
1958
1959 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1960  Die Ausrichtung 
1961 \family sans
1962 Am
1963 \begin_inset space ~
1964 \end_inset
1965
1966 Dezimaltrenner
1967 \family default
1968  ist in Abschnitt
1969 \begin_inset space ~
1970 \end_inset
1971
1972
1973 \begin_inset CommandInset ref
1974 LatexCommand ref
1975 reference "sub:Besondere-Zellenausrichtung"
1976
1977 \end_inset
1978
1979  beschrieben.
1980  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1981 \begin_inset space ~
1982 \end_inset
1983
1984 Ausrichtung der momentanen Zeile wählen.
1985  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1986  Absätze haben, wie in Abschnitt
1987 \begin_inset space ~
1988 \end_inset
1989
1990
1991 \begin_inset CommandInset ref
1992 LatexCommand ref
1993 reference "uab:Mehrfache-Zeilen-in"
1994
1995 \end_inset
1996
1997  beschrieben.
1998  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1999 \begin_inset Newline newline
2000 \end_inset
2001
2002 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2003  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2004 \begin_inset space ~
2005 \end_inset
2006
2007
2008 \begin_inset CommandInset ref
2009 LatexCommand ref
2010 reference "uab:Mehrfachspalten"
2011
2012 \end_inset
2013
2014  und 
2015 \begin_inset CommandInset ref
2016 LatexCommand ref
2017 reference "uab:Mehrfachzeilen"
2018
2019 \end_inset
2020
2021  beschrieben.
2022 \begin_inset Newline newline
2023 \end_inset
2024
2025 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2026  den Uhrzeigersinn um 90° drehen.
2027  LyX zeigt diese Drehung nur in der Ausgabe.
2028 \begin_inset Newline newline
2029 \end_inset
2030
2031
2032 \begin_inset Note Greyedout
2033 status open
2034
2035 \begin_layout Plain Layout
2036
2037 \series bold
2038 Achtung:
2039 \series default
2040  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \begin_inset Newline newline
2047 \end_inset
2048
2049 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2050  Textzeilen verwendet:
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2055 \begin_inset Tabular
2056 <lyxtabular version="3" rows="2" columns="2">
2057 <features tabularvalignment="top">
2058 <column alignment="center" valignment="top" width="0pt">
2059 <column alignment="center" valignment="top" width="0">
2060 <row>
2061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2062 \begin_inset Text
2063
2064 \begin_layout Plain Layout
2065
2066 \end_layout
2067
2068 \end_inset
2069 </cell>
2070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2071 \begin_inset Text
2072
2073 \begin_layout Plain Layout
2074 1
2075 \end_layout
2076
2077 \end_inset
2078 </cell>
2079 </row>
2080 <row>
2081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2082 \begin_inset Text
2083
2084 \begin_layout Plain Layout
2085 A
2086 \end_layout
2087
2088 \end_inset
2089 </cell>
2090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2091 \begin_inset Text
2092
2093 \begin_layout Plain Layout
2094
2095 \end_layout
2096
2097 \end_inset
2098 </cell>
2099 </row>
2100 </lyxtabular>
2101
2102 \end_inset
2103
2104  
2105 \begin_inset Tabular
2106 <lyxtabular version="3" rows="2" columns="2">
2107 <features tabularvalignment="middle">
2108 <column alignment="center" valignment="top" width="0">
2109 <column alignment="center" valignment="top" width="0">
2110 <row>
2111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2112 \begin_inset Text
2113
2114 \begin_layout Plain Layout
2115
2116 \end_layout
2117
2118 \end_inset
2119 </cell>
2120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2121 \begin_inset Text
2122
2123 \begin_layout Plain Layout
2124 1
2125 \end_layout
2126
2127 \end_inset
2128 </cell>
2129 </row>
2130 <row>
2131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2132 \begin_inset Text
2133
2134 \begin_layout Plain Layout
2135 A
2136 \end_layout
2137
2138 \end_inset
2139 </cell>
2140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2141 \begin_inset Text
2142
2143 \begin_layout Plain Layout
2144
2145 \end_layout
2146
2147 \end_inset
2148 </cell>
2149 </row>
2150 </lyxtabular>
2151
2152 \end_inset
2153
2154  
2155 \begin_inset Tabular
2156 <lyxtabular version="3" rows="2" columns="2">
2157 <features tabularvalignment="bottom">
2158 <column alignment="center" valignment="top" width="0pt">
2159 <column alignment="center" valignment="top" width="0">
2160 <row>
2161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2162 \begin_inset Text
2163
2164 \begin_layout Plain Layout
2165
2166 \end_layout
2167
2168 \end_inset
2169 </cell>
2170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2171 \begin_inset Text
2172
2173 \begin_layout Plain Layout
2174 1
2175 \end_layout
2176
2177 \end_inset
2178 </cell>
2179 </row>
2180 <row>
2181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2182 \begin_inset Text
2183
2184 \begin_layout Plain Layout
2185 A
2186 \end_layout
2187
2188 \end_inset
2189 </cell>
2190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2191 \begin_inset Text
2192
2193 \begin_layout Plain Layout
2194
2195 \end_layout
2196
2197 \end_inset
2198 </cell>
2199 </row>
2200 </lyxtabular>
2201
2202 \end_inset
2203
2204
2205 \begin_inset Newline newline
2206 \end_inset
2207
2208 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2209 gen einfügen,
2210  wie in den Abschnitten 
2211 \begin_inset CommandInset ref
2212 LatexCommand ref
2213 reference "uab:Mehrfachspalten-Berechnungen"
2214
2215 \end_inset
2216
2217  und 
2218 \begin_inset CommandInset ref
2219 LatexCommand ref
2220 reference "abs:Farbige-Tabellen"
2221
2222 \end_inset
2223
2224  beschrieben.
2225 \end_layout
2226
2227 \begin_layout Description
2228
2229 \family sans
2230 Rahmen
2231 \family default
2232  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2233  hinzufügen und löschen.
2234 \begin_inset Newline newline
2235 \end_inset
2236
2237 Wenn Sie die Stil-Option
2238 \family sans
2239  Formal
2240 \family default
2241  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2242 \begin_inset space ~
2243 \end_inset
2244
2245
2246 \begin_inset CommandInset ref
2247 LatexCommand ref
2248 reference "abs:Formale-Tabellen"
2249
2250 \end_inset
2251
2252  beschrieben, konvertiert.
2253 \begin_inset Newline newline
2254 \end_inset
2255
2256 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2257 \begin_inset space ~
2258 \end_inset
2259
2260
2261 \begin_inset CommandInset ref
2262 LatexCommand ref
2263 reference "uab:Zeilenabstand"
2264
2265 \end_inset
2266
2267  beschrieben.
2268 \end_layout
2269
2270 \begin_layout Description
2271
2272 \family sans
2273 Lange
2274 \begin_inset space ~
2275 \end_inset
2276
2277 Tabelle
2278 \family default
2279  Hier kann eine Tabelle als 
2280 \begin_inset Quotes gld
2281 \end_inset
2282
2283 Lange
2284 \begin_inset space ~
2285 \end_inset
2286
2287 Tabelle
2288 \begin_inset Quotes grd
2289 \end_inset
2290
2291  definiert werden, die über mehrere Seiten reicht.
2292  Die Abschnitte
2293 \begin_inset space ~
2294 \end_inset
2295
2296
2297 \begin_inset CommandInset ref
2298 LatexCommand ref
2299 reference "abs:Lange-Tabellen"
2300
2301 \end_inset
2302
2303  und 
2304 \begin_inset CommandInset ref
2305 LatexCommand ref
2306 reference "abs:Special-Longtable-Issues"
2307
2308 \end_inset
2309
2310  beschreiben diese Funktion genauer.
2311 \end_layout
2312
2313 \begin_layout Section
2314 Tabellen-Werkzeugleiste
2315 \begin_inset Index idx
2316 status collapsed
2317
2318 \begin_layout Plain Layout
2319 Tabellen ! Werkzeugleiste
2320 \end_layout
2321
2322 \end_inset
2323
2324
2325 \end_layout
2326
2327 \begin_layout Standard
2328 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2329 \family sans
2330 Tabellen-Einstellungen
2331 \family default
2332 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2333  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2334  LyX-Fensters.
2335 \end_layout
2336
2337 \begin_layout Standard
2338 Die Werkzeugleiste hat folgende Knöpfe:
2339 \end_layout
2340
2341 \begin_layout Labeling
2342 \labelwidthstring 00.00.0000
2343 \begin_inset Graphics
2344         filename ../../images/tabular-feature_append-row.png
2345         scaleBeforeRotation
2346
2347 \end_inset
2348
2349  Fügt eine Zeile unterhalb der momentanen an
2350 \end_layout
2351
2352 \begin_layout Labeling
2353 \labelwidthstring 00.00.0000
2354 \begin_inset Graphics
2355         filename ../../images/tabular-feature_append-column.png
2356         scaleBeforeRotation
2357
2358 \end_inset
2359
2360  Fügt eine Spalte rechts von der momentanen an
2361 \end_layout
2362
2363 \begin_layout Labeling
2364 \labelwidthstring 00.00.0000
2365 \begin_inset Graphics
2366         filename ../../images/tabular-feature_delete-row.png
2367         scaleBeforeRotation
2368
2369 \end_inset
2370
2371  Löscht die ausgewählte(n) Zeile(n)
2372 \end_layout
2373
2374 \begin_layout Labeling
2375 \labelwidthstring 00.00.0000
2376 \begin_inset Graphics
2377         filename ../../images/tabular-feature_delete-column.png
2378         scaleBeforeRotation
2379
2380 \end_inset
2381
2382  Löscht die ausgewählte(n) Spalte(n)
2383 \end_layout
2384
2385 \begin_layout Labeling
2386 \labelwidthstring 00.00.0000
2387 \begin_inset Graphics
2388         filename ../../images/tabular-feature_toggle-line-top.png
2389         scaleBeforeRotation
2390
2391 \end_inset
2392
2393  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2394  wenn der Knopf grau hinterlegt ist
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Graphics
2400         filename ../../images/tabular-feature_toggle-line-bottom.png
2401         scaleBeforeRotation
2402
2403 \end_inset
2404
2405  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2406  wenn der Knopf grau hinterlegt ist
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../../images/tabular-feature_toggle-line-left.png
2413         scaleBeforeRotation
2414
2415 \end_inset
2416
2417  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2418  wenn der Knopf grau hinterlegt ist
2419 \end_layout
2420
2421 \begin_layout Labeling
2422 \labelwidthstring 00.00.0000
2423 \begin_inset Graphics
2424         filename ../../images/tabular-feature_toggle-line-right.png
2425         scaleBeforeRotation
2426
2427 \end_inset
2428
2429  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2430  wenn der Knopf grau hinterlegt ist
2431 \end_layout
2432
2433 \begin_layout Labeling
2434 \labelwidthstring 00.00.0000
2435 \begin_inset Graphics
2436         filename ../../images/tabular-feature_set-all-lines.png
2437         scaleBeforeRotation
2438
2439 \end_inset
2440
2441  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2442 \end_layout
2443
2444 \begin_layout Labeling
2445 \labelwidthstring 00.00.0000
2446 \begin_inset Graphics
2447         filename ../../images/tabular-feature_unset-all-lines.png
2448         scaleBeforeRotation
2449
2450 \end_inset
2451
2452  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2453 \end_layout
2454
2455 \begin_layout Labeling
2456 \labelwidthstring 00.00.0000
2457 \begin_inset Graphics
2458         filename ../../images/tabular-feature_m-align-left.png
2459         scaleBeforeRotation
2460
2461 \end_inset
2462
2463  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2464 \end_layout
2465
2466 \begin_layout Labeling
2467 \labelwidthstring 00.00.0000
2468 \begin_inset Graphics
2469         filename ../../images/tabular-feature_m-align-center.png
2470         scaleBeforeRotation
2471
2472 \end_inset
2473
2474  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2475 \end_layout
2476
2477 \begin_layout Labeling
2478 \labelwidthstring 00.00.0000
2479 \begin_inset Graphics
2480         filename ../../images/tabular-feature_m-align-right.png
2481         scaleBeforeRotation
2482
2483 \end_inset
2484
2485  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2486 \end_layout
2487
2488 \begin_layout Labeling
2489 \labelwidthstring 00.00.0000
2490 \begin_inset Graphics
2491         filename ../../images/tabular-feature_align-decimal.png
2492         scaleBeforeRotation
2493
2494 \end_inset
2495
2496  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2497 \end_layout
2498
2499 \begin_layout Labeling
2500 \labelwidthstring 00.00.0000
2501 \begin_inset Graphics
2502         filename ../../images/tabular-feature_m-valign-top.png
2503         scaleBeforeRotation
2504
2505 \end_inset
2506
2507  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2508 \end_layout
2509
2510 \begin_layout Labeling
2511 \labelwidthstring 00.00.0000
2512 \begin_inset Graphics
2513         filename ../../images/tabular-feature_m-valign-middle.png
2514         scaleBeforeRotation
2515
2516 \end_inset
2517
2518  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2519 \end_layout
2520
2521 \begin_layout Labeling
2522 \labelwidthstring 00.00.0000
2523 \begin_inset Graphics
2524         filename ../../images/tabular-feature_m-valign-bottom.png
2525         scaleBeforeRotation
2526
2527 \end_inset
2528
2529  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2530 \end_layout
2531
2532 \begin_layout Labeling
2533 \labelwidthstring 00.00.0000
2534 \begin_inset Graphics
2535         filename ../../images/tabular-feature_set-rotate-cell.png
2536         scaleBeforeRotation
2537
2538 \end_inset
2539
2540  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2541 \end_layout
2542
2543 \begin_layout Labeling
2544 \labelwidthstring 00.00.0000
2545 \begin_inset Graphics
2546         filename ../../images/tabular-feature_set-rotate-tabular.png
2547         scaleBeforeRotation
2548
2549 \end_inset
2550
2551  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2552 \end_layout
2553
2554 \begin_layout Labeling
2555 \labelwidthstring 00.00.0000
2556 \begin_inset Graphics
2557         filename ../../images/tabular-feature_multicolumn.png
2558         scaleBeforeRotation
2559
2560 \end_inset
2561
2562  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2563 \end_layout
2564
2565 \begin_layout Labeling
2566 \labelwidthstring 00.00.0000
2567 \begin_inset Graphics
2568         filename ../../images/tabular-feature_multirow.png
2569         scaleBeforeRotation
2570
2571 \end_inset
2572
2573  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2574 \end_layout
2575
2576 \begin_layout Standard
2577 \begin_inset Note Greyedout
2578 status open
2579
2580 \begin_layout Plain Layout
2581
2582 \series bold
2583 Bemerkung:
2584 \series default
2585  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2586  Reihe für alle Zelle der Reihe verwendet.
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \begin_layout Section
2595 Bearbeiten-Menü
2596 \begin_inset Index idx
2597 status collapsed
2598
2599 \begin_layout Plain Layout
2600 Tabellen ! Bearbeiten-Menü
2601 \end_layout
2602
2603 \end_inset
2604
2605
2606 \end_layout
2607
2608 \begin_layout Standard
2609 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2610  Wenn der Cursor in einer Tabelle steht, sind im 
2611 \family sans
2612 Bearbeiten
2613 \family default
2614 -Menü folgende Punkte aktiviert: 
2615 \family sans
2616 Tabelle
2617 \family default
2618
2619 \family sans
2620 Zeilen
2621 \begin_inset space ~
2622 \end_inset
2623
2624 &
2625 \begin_inset space ~
2626 \end_inset
2627
2628 Spalten
2629 \family default
2630  und 
2631 \family sans
2632 Tabellen-Einstellungen
2633 \family default
2634 .
2635  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2636 ngsmöglichkeiten zu erreichen.
2637 \end_layout
2638
2639 \begin_layout Section
2640 Gleitende Tabellen
2641 \begin_inset CommandInset label
2642 LatexCommand label
2643 name "abs:Gleitende-Tabellen"
2644
2645 \end_inset
2646
2647
2648 \begin_inset Index idx
2649 status collapsed
2650
2651 \begin_layout Plain Layout
2652 Gleitobjekte ! Tabellen
2653 \end_layout
2654
2655 \end_inset
2656
2657
2658 \begin_inset Index idx
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662 Tabellen ! gleitende
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \begin_layout Standard
2671 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2672 \begin_inset space ~
2673 \end_inset
2674
2675
2676 \begin_inset CommandInset ref
2677 LatexCommand ref
2678 reference "abs:Gleitobjekte-Einleitung"
2679
2680 \end_inset
2681
2682 .
2683 \end_layout
2684
2685 \begin_layout Standard
2686 \begin_inset Float table
2687 placement h
2688 wide false
2689 sideways false
2690 status open
2691
2692 \begin_layout Plain Layout
2693 \begin_inset Caption
2694
2695 \begin_layout Plain Layout
2696 \begin_inset CommandInset label
2697 LatexCommand label
2698 name "tab:a table float"
2699
2700 \end_inset
2701
2702 Eine gleitende Tabelle
2703 \end_layout
2704
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \begin_layout Plain Layout
2711 \align center
2712 \begin_inset Tabular
2713 <lyxtabular version="3" rows="3" columns="3">
2714 <features tabularvalignment="middle">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <column alignment="center" valignment="top" width="0pt">
2717 <column alignment="center" valignment="top" width="0pt">
2718 <row>
2719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2720 \begin_inset Text
2721
2722 \begin_layout Plain Layout
2723
2724 \family roman
2725 \series medium
2726 \shape up
2727 \size normal
2728 \emph off
2729 \bar no
2730 \noun off
2731 \color none
2732 1
2733 \end_layout
2734
2735 \end_inset
2736 </cell>
2737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741
2742 \family roman
2743 \series medium
2744 \shape up
2745 \size normal
2746 \emph off
2747 \bar no
2748 \noun off
2749 \color none
2750 2
2751 \end_layout
2752
2753 \end_inset
2754 </cell>
2755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2756 \begin_inset Text
2757
2758 \begin_layout Plain Layout
2759
2760 \family roman
2761 \series medium
2762 \shape up
2763 \size normal
2764 \emph off
2765 \bar no
2766 \noun off
2767 \color none
2768 3
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 </row>
2774 <row>
2775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779
2780 \family roman
2781 \series medium
2782 \shape up
2783 \size normal
2784 \emph off
2785 \bar no
2786 \noun off
2787 \color none
2788 Martin
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2794 \begin_inset Text
2795
2796 \begin_layout Plain Layout
2797
2798 \family roman
2799 \series medium
2800 \shape up
2801 \size normal
2802 \emph off
2803 \bar no
2804 \noun off
2805 \color none
2806 Lena
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \family roman
2817 \series medium
2818 \shape up
2819 \size normal
2820 \emph off
2821 \bar no
2822 \noun off
2823 \color none
2824 Alina
2825 \end_layout
2826
2827 \end_inset
2828 </cell>
2829 </row>
2830 <row>
2831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Plain Layout
2835
2836 \family roman
2837 \series medium
2838 \shape up
2839 \size normal
2840 \emph off
2841 \bar no
2842 \noun off
2843 \color none
2844 \begin_inset Formula $\int x^{2}dx$
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856
2857 \family roman
2858 \series medium
2859 \shape up
2860 \size normal
2861 \emph off
2862 \bar no
2863 \noun off
2864 \color none
2865 \begin_inset Formula $\left[\begin{array}{cc}
2866 a & b\\
2867 c & d
2868 \end{array}\right]$
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880
2881 \family roman
2882 \series medium
2883 \shape up
2884 \size normal
2885 \emph off
2886 \bar no
2887 \noun off
2888 \color none
2889 \begin_inset Formula $1+1=2$
2890 \end_inset
2891
2892
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 </lyxtabular>
2899
2900 \end_inset
2901
2902
2903 \end_layout
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \begin_layout Standard
2911 Gleitende Tabellen können über 
2912 \family sans
2913 Einfügen\SpecialChar \menuseparator
2914 Gleitobjekt\SpecialChar \menuseparator
2915 Tabelle
2916 \family default
2917  oder einen Klick auf den Werkzeugleistenknopf 
2918 \begin_inset Graphics
2919         filename ../../images/float-insert_table.png
2920         scale 70
2921         scaleBeforeRotation
2922
2923 \end_inset
2924
2925  erzeugt werden.
2926  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2927  In das rot umrahmte Feld rechts von 
2928 \emph on
2929 Tabelle
2930 \begin_inset space ~
2931 \end_inset
2932
2933 Nr:
2934 \emph default
2935  schreiben Sie die Tabellenbeschriftung.
2936  Nach einem Klick oberhalb oder unterhalb von 
2937 \emph on
2938 Tabelle
2939 \begin_inset space ~
2940 \end_inset
2941
2942 Nr:
2943 \emph default
2944  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2945 \begin_inset Graphics
2946         filename ../../images/tabular-insert.png
2947         scale 70
2948         scaleBeforeRotation
2949
2950 \end_inset
2951
2952  oder dem Menü 
2953 \family sans
2954 Einfügen\SpecialChar \menuseparator
2955 Tabelle
2956 \family default
2957  einfügen.
2958 \end_layout
2959
2960 \begin_layout Standard
2961 Tabelle
2962 \begin_inset space ~
2963 \end_inset
2964
2965
2966 \begin_inset CommandInset ref
2967 LatexCommand ref
2968 reference "tab:a table float"
2969
2970 \end_inset
2971
2972  ist ein Beispiel für eine gleitende Tabelle.
2973 \end_layout
2974
2975 \begin_layout Standard
2976 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2977 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2978  Das bedeutet, dass bei den Klassen 
2979 \family sans
2980 article
2981 \family default
2982
2983 \family sans
2984 book
2985 \family default
2986
2987 \family sans
2988 letter
2989 \family default
2990 , und 
2991 \family sans
2992 report
2993 \family default
2994  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2995  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2996 \series bold
2997 caption
2998 \series default
2999
3000 \begin_inset Index idx
3001 status collapsed
3002
3003 \begin_layout Plain Layout
3004 LaTeX-Pakete ! caption
3005 \end_layout
3006
3007 \end_inset
3008
3009  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3010 \begin_inset Foot
3011 status open
3012
3013 \begin_layout Plain Layout
3014 Näheres finden Sie im Abschnitt
3015 \begin_inset space ~
3016 \end_inset
3017
3018
3019 \begin_inset CommandInset ref
3020 LatexCommand ref
3021 reference "abs:Titel-Platzierung"
3022
3023 \end_inset
3024
3025 .
3026 \end_layout
3027
3028 \end_inset
3029
3030
3031 \end_layout
3032
3033 \begin_layout Standard
3034
3035 \series bold
3036 tableposition=top
3037 \end_layout
3038
3039 \begin_layout Standard
3040 Das Paket 
3041 \series bold
3042 caption
3043 \series default
3044 , das in Abschnitt
3045 \begin_inset space ~
3046 \end_inset
3047
3048
3049 \begin_inset CommandInset ref
3050 LatexCommand ref
3051 reference "abs:Titel-Formatierung"
3052
3053 \end_inset
3054
3055  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3056 \end_layout
3057
3058 \begin_layout Standard
3059 \begin_inset Index idx
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063 Querverweise ! auf Tabellen
3064 \end_layout
3065
3066 \end_inset
3067
3068 Auf Tabellen kann über ihre Marke verwiesen werden.
3069  Dafür fügen Sie in der Beschriftung mit 
3070 \family sans
3071 Einfügen\SpecialChar \menuseparator
3072 Marke
3073 \family default
3074  oder durch Klicken auf 
3075 \begin_inset Graphics
3076         filename ../../images/label-insert.png
3077         scale 70
3078         scaleBeforeRotation
3079
3080 \end_inset
3081
3082  eine Marke ein.
3083  Auf diese können Sie dann wie gewohnt mit 
3084 \family sans
3085 Einfügen\SpecialChar \menuseparator
3086 Querverweis
3087 \family default
3088  oder durch Klicken auf 
3089 \begin_inset Graphics
3090         filename ../../images/dialog-show-new-inset_ref.png
3091         scale 70
3092         scaleBeforeRotation
3093
3094 \end_inset
3095
3096  verweisen.
3097  Verweise werden detailliert in Abschnitt
3098 \begin_inset space ~
3099 \end_inset
3100
3101
3102 \begin_inset CommandInset ref
3103 LatexCommand ref
3104 reference "abs:Auf-Gleitobjekte-verweisen"
3105
3106 \end_inset
3107
3108  beschrieben.
3109 \end_layout
3110
3111 \begin_layout Section
3112 Lange Tabellen
3113 \begin_inset CommandInset label
3114 LatexCommand label
3115 name "abs:Lange-Tabellen"
3116
3117 \end_inset
3118
3119
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 Tabellen ! lange
3125 \end_layout
3126
3127 \end_inset
3128
3129
3130 \end_layout
3131
3132 \begin_layout Standard
3133 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3134  Dialogfenster 
3135 \family sans
3136 Tabellen-Einstellungen
3137 \family default
3138  auf der Karteikarte  
3139 \family sans
3140 Lange
3141 \begin_inset space ~
3142 \end_inset
3143
3144 Tabelle
3145 \family default
3146  die Option 
3147 \family sans
3148 Lange
3149 \begin_inset space ~
3150 \end_inset
3151
3152 Tabelle
3153 \begin_inset space ~
3154 \end_inset
3155
3156 verwenden
3157 \family default
3158  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3159  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3160 \end_layout
3161
3162 \begin_layout Description
3163 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3164  festgelegt; mit Ausnahme der ersten, wenn 
3165 \family sans
3166 Erste
3167 \begin_inset space ~
3168 \end_inset
3169
3170 Kopfzeile
3171 \family default
3172  aktiviert ist.
3173 \end_layout
3174
3175 \begin_layout Description
3176 Erste
3177 \lang english
3178
3179 \begin_inset space ~
3180 \end_inset
3181
3182
3183 \lang ngerman
3184 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3185  Seite einer mehrseitigen Tabelle definiert.
3186 \end_layout
3187
3188 \begin_layout Description
3189 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3190  mit Ausnahme der letzten, wenn 
3191 \family sans
3192 Letzte
3193 \begin_inset space ~
3194 \end_inset
3195
3196 Fußzeile
3197 \family default
3198  aktiviert ist.
3199 \end_layout
3200
3201 \begin_layout Description
3202 Letzte
3203 \begin_inset space ~
3204 \end_inset
3205
3206 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3207  einer mehrseitigen Tabelle definiert.
3208 \end_layout
3209
3210 \begin_layout Description
3211 Legende: Die aktuelle Zeile enthält die Legende.
3212  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3213  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3214 \begin_inset space ~
3215 \end_inset
3216
3217
3218 \begin_inset CommandInset ref
3219 LatexCommand ref
3220 reference "uab:Beschriftungen-langer-Tabellen"
3221
3222 \end_inset
3223
3224  erklärt.
3225 \end_layout
3226
3227 \begin_layout Standard
3228 Hier ist ein Beispiel einer langen Tabelle:
3229 \end_layout
3230
3231 \begin_layout Standard
3232 \align center
3233 \begin_inset Tabular
3234 <lyxtabular version="3" rows="69" columns="3">
3235 <features islongtable="true" longtabularalignment="center">
3236 <column alignment="left" valignment="top" width="0cm">
3237 <column alignment="left" valignment="top" width="0pt">
3238 <column alignment="right" valignment="top" width="0pt">
3239 <row endfirsthead="true">
3240 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \series bold
3246 Telefonliste (ignoriere die Namen)
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row endfirsthead="true">
3271 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \series bold
3277 NAME
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 TEL.
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row endhead="true">
3304 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Telefonliste
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row endhead="true">
3335 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 NAME
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359
3360 \series bold
3361 TEL.
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row endfoot="true">
3368 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 wird fortgesetzt
3375 \series default
3376  \SpecialChar \ldots{}
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row>
3402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406
3407 \series bold
3408 Annovi
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 Silvia
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 111
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 <row>
3433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439 Bertoli
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 <cell alignment="center" valignment="top" usebox="none">
3445 \begin_inset Text
3446
3447 \begin_layout Plain Layout
3448 Stefano
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 111
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 </row>
3463 <row>
3464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468
3469 \series bold
3470 Bozzi
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell alignment="center" valignment="top" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479 Walter
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 111
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row>
3495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499
3500 \series bold
3501 Cachia
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell alignment="center" valignment="top" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510 Maria
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 111
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 </row>
3525 <row>
3526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Cachia
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell alignment="center" valignment="top" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541 Maurizio
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 111
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row>
3557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 Cinquemani
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell alignment="center" valignment="top" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572 Giusi
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 111
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 Colin
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 Bernard
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 111
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 </row>
3618 <row>
3619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623
3624 \series bold
3625 Concli
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 Gianfranco
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 111
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row>
3650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654
3655 \series bold
3656 Dal Bosco
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 Carolina
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 111
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 </row>
3680 <row>
3681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685
3686 \series bold
3687 Dalpiaz
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 <cell alignment="center" valignment="top" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Annamaria
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 111
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 </row>
3711 <row>
3712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716
3717 \series bold
3718 Feliciello
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 <cell alignment="center" valignment="top" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727 Domenico
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 111
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 <row>
3743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747
3748 \series bold
3749 Focarelli
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 <cell alignment="center" valignment="top" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758 Paola
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 111
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 </row>
3773 <row>
3774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778
3779 \series bold
3780 Galletti
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 <cell alignment="center" valignment="top" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 Oreste
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 111
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809
3810 \series bold
3811 Gasparini
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 <cell alignment="center" valignment="top" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820 Franca
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 111
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 </row>
3835 <row>
3836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840
3841 \series bold
3842 Rizzardi
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 <cell alignment="center" valignment="top" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851 Paola
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 111
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 </row>
3866 <row>
3867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871
3872 \series bold
3873 Lassini
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Giancarlo
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 111
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904 Malfatti
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 <cell alignment="center" valignment="top" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913 Luciano
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 111
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 </row>
3928 <row>
3929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933
3934 \series bold
3935 Malfatti
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 <cell alignment="center" valignment="top" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 Valeriano
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 111
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 </row>
3959 <row>
3960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964
3965 \series bold
3966 Meneguzzo
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 Roberto
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 111
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \series bold
3997 Mezzadra
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 Roberto
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 111
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 <row>
4022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026
4027 \series bold
4028 Pirpamer
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 <cell alignment="center" valignment="top" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037 Erich
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 111
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 </row>
4052 <row>
4053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057
4058 \series bold
4059 Pochiesa
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 <cell alignment="center" valignment="top" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068 Paolo
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 111, 222
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \series bold
4090 Radina
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 <cell alignment="center" valignment="top" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099 Claudio
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 111
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 </row>
4114 <row>
4115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119
4120 \series bold
4121 Stuffer
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 <cell alignment="center" valignment="top" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130 Oskar
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 111
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 </row>
4145 <row>
4146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150
4151 \series bold
4152 Tacchelli
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Ugo
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 111
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183 Tezzele
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell alignment="center" valignment="top" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192 Margit
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 111
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 </row>
4207 <row>
4208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212
4213 \series bold
4214 Unterkalmsteiner
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 Frieda
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4229 \begin_inset Text
4230
4231 \begin_layout Plain Layout
4232 111
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \series bold
4245 Vieider
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 Hilde
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263 111
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 </row>
4269 <row>
4270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274
4275 \series bold
4276 Vigna
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Jürgen
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4291 \begin_inset Text
4292
4293 \begin_layout Plain Layout
4294 111
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305
4306 \series bold
4307 Weber
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 Maurizio
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 111
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 </row>
4331 <row>
4332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336
4337 \series bold
4338 Winkler
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 Franz
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 111
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367  
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \series bold
4398 Annovi
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 Silvia
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 555
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \series bold
4429 Bertoli
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 Stefano
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 555
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458
4459 \series bold
4460 Bozzi
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 Walter
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 555
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row>
4485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \series bold
4491 Cachia
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 Maria
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 555
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Cachia
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Maurizio
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 555
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Cinquemani
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Giusi
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 555
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Colin
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Bernard
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 555
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Concli
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Gianfranco
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 555
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644
4645 \series bold
4646 Dal Bosco
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 Carolina
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 555
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 </row>
4670 <row>
4671 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675
4676 \series bold
4677 Dalpiaz
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 <cell alignment="center" valignment="top" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686 Annamaria
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 555
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706
4707 \series bold
4708 Feliciello
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 <cell alignment="center" valignment="top" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 Domenico
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 555
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 </row>
4732 <row>
4733 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737
4738 \series bold
4739 Focarelli
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 <cell alignment="center" valignment="top" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748 Paola
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 555
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768
4769 \series bold
4770 Galletti
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 <cell alignment="center" valignment="top" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 Oreste
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 555
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 </row>
4794 <row>
4795 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799
4800 \series bold
4801 Gasparini
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 <cell alignment="center" valignment="top" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810 Franca
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 555
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830
4831 \series bold
4832 Rizzardi
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 <cell alignment="center" valignment="top" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841 Paola
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 555
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 </row>
4856 <row>
4857 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861
4862 \series bold
4863 Lassini
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 <cell alignment="center" valignment="top" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872 Giancarlo
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 555
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 </row>
4887 <row>
4888 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892
4893 \series bold
4894 Malfatti
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 <cell alignment="center" valignment="top" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903 Luciano
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 555
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 </row>
4918 <row>
4919 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923
4924 \series bold
4925 Malfatti
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 <cell alignment="center" valignment="top" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934 Valeriano
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 555
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 </row>
4949 <row>
4950 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954
4955 \series bold
4956 Meneguzzo
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 <cell alignment="center" valignment="top" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965 Roberto
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 555
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 </row>
4980 <row>
4981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \series bold
4987 Mezzadra
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 <cell alignment="center" valignment="top" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996 Roberto
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 555
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 </row>
5011 <row>
5012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016
5017 \series bold
5018 Pirpamer
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 <cell alignment="center" valignment="top" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027 Erich
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 555
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 </row>
5042 <row>
5043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047
5048 \series bold
5049 Pochiesa
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058 Paolo
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 555, 222
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row>
5074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \series bold
5080 Radina
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell alignment="center" valignment="top" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 Claudio
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 555
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \series bold
5111 Stuffer
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 Oskar
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 555
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 </row>
5135 <row>
5136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140
5141 \series bold
5142 Tacchelli
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 <cell alignment="center" valignment="top" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151 Ugo
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 555
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 </row>
5166 <row>
5167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171
5172 \series bold
5173 Tezzele
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell alignment="center" valignment="top" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182 Margit
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 555
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \series bold
5204 Unterkalmsteiner
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 Frieda
5214 \end_layout
5215
5216 \end_inset
5217 </cell>
5218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222 555
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 <row>
5229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233
5234 \series bold
5235 Vieider
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 <cell alignment="center" valignment="top" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 Hilde
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 555
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \series bold
5266 Vigna
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 Jürgen
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284 999
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 </row>
5290 <row>
5291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295
5296 \series bold
5297 Weber
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 Maurizio
5307 \end_layout
5308
5309 \end_inset
5310 </cell>
5311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5312 \begin_inset Text
5313
5314 \begin_layout Plain Layout
5315 555
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 </row>
5321 <row>
5322 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326
5327 \series bold
5328 Winkler
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 Franz
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 555
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 </row>
5352 <row endlastfoot="true">
5353 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 Ende
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 </row>
5381 </lyxtabular>
5382
5383 \end_inset
5384
5385
5386 \begin_inset ERT
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390
5391
5392 \backslash
5393 addtocounter{table}{-1}
5394 \end_layout
5395
5396 \end_inset
5397
5398
5399 \begin_inset Note Note
5400 status collapsed
5401
5402 \begin_layout Plain Layout
5403 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5404 \begin_inset space ~
5405 \end_inset
5406
5407
5408 \begin_inset CommandInset ref
5409 LatexCommand ref
5410 reference "uab:Beschriftungen-langer-Tabellen"
5411
5412 \end_inset
5413
5414
5415 \end_layout
5416
5417 \end_inset
5418
5419
5420 \end_layout
5421
5422 \begin_layout Subsection
5423 Fußnoten in langen Tabellen
5424 \begin_inset CommandInset label
5425 LatexCommand label
5426 name "uab:Fußnoten-in-langen"
5427
5428 \end_inset
5429
5430
5431 \begin_inset Index idx
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435 Tabellen ! lange ! Fußnoten
5436 \end_layout
5437
5438 \end_inset
5439
5440
5441 \end_layout
5442
5443 \begin_layout Standard
5444 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5445  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5446  Tabelle
5447 \begin_inset space ~
5448 \end_inset
5449
5450
5451 \begin_inset CommandInset ref
5452 LatexCommand ref
5453 reference "tab:DiffCaptions"
5454
5455 \end_inset
5456
5457  hat zum Beispiel eine Fußnote.
5458 \end_layout
5459
5460 \begin_layout Subsection
5461 Ausrichtung langer Tabellen
5462 \begin_inset Index idx
5463 status collapsed
5464
5465 \begin_layout Plain Layout
5466 Tabellen ! lange ! Ausrichtung
5467 \end_layout
5468
5469 \end_inset
5470
5471
5472 \end_layout
5473
5474 \begin_layout Standard
5475 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5476 n festgelegt werden.
5477  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5478  Seitenrand.
5479  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5480  ausgerichtet werden und die Werte der Längen 
5481 \series bold
5482
5483 \backslash
5484 LTleft 
5485 \series default
5486 und 
5487 \series bold
5488
5489 \backslash
5490 LTright
5491 \series default
5492  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5493  wird:
5494 \end_layout
5495
5496 \begin_layout Standard
5497
5498 \series bold
5499
5500 \backslash
5501 setlength{
5502 \backslash
5503 LTleft}{Wert}
5504 \end_layout
5505
5506 \begin_layout Standard
5507 Der Wert kann eine der in Tabelle
5508 \begin_inset space ~
5509 \end_inset
5510
5511
5512 \begin_inset CommandInset ref
5513 LatexCommand ref
5514 reference "tab:Maßeinheiten"
5515
5516 \end_inset
5517
5518  aufgelisteten Einheiten kann.
5519  
5520 \series bold
5521
5522 \backslash
5523 LTleft
5524 \series default
5525  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5526  
5527 \series bold
5528
5529 \backslash
5530 LTright
5531 \series default
5532  den Abstand von rechts.
5533  Die Voreinstellung für beide Werte ist 
5534 \series bold
5535
5536 \backslash
5537 fill
5538 \series default
5539 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5540  in LyX ist.
5541 \end_layout
5542
5543 \begin_layout Standard
5544 Die folgende lange Tabelle wurde zentriert und 
5545 \series bold
5546
5547 \backslash
5548 LTleft
5549 \series default
5550  auf den Wert 
5551 \family sans
5552 0.1
5553 \backslash
5554 columnwidth
5555 \family default
5556  gesetzt:
5557 \begin_inset ERT
5558 status collapsed
5559
5560 \begin_layout Plain Layout
5561
5562
5563 \backslash
5564 setlength{
5565 \backslash
5566 LTleft}{0.1
5567 \backslash
5568 columnwidth}
5569 \end_layout
5570
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \begin_layout Standard
5577 \begin_inset Tabular
5578 <lyxtabular version="3" rows="5" columns="5">
5579 <features islongtable="true" longtabularalignment="center">
5580 <column alignment="center" valignment="top" width="0">
5581 <column alignment="center" valignment="top" width="0">
5582 <column alignment="center" valignment="top" width="0pt">
5583 <column alignment="center" valignment="top" width="0">
5584 <column alignment="center" valignment="top" width="0">
5585 <row>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 1
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 2
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 3
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 4
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 5
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 asd
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 s
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 s
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 s
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 asd
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 </row>
5679 <row>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 asd
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 s
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 s
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 asd
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 asd
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 s
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 s
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5764 \begin_inset Text
5765
5766 \begin_layout Plain Layout
5767 asd
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 asd
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 asd
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 asd
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 asd
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 </lyxtabular>
5821
5822 \end_inset
5823
5824
5825 \begin_inset ERT
5826 status collapsed
5827
5828 \begin_layout Plain Layout
5829
5830
5831 \backslash
5832 setlength{
5833 \backslash
5834 LTleft}{
5835 \backslash
5836 fill}
5837 \end_layout
5838
5839 \end_inset
5840
5841
5842 \begin_inset ERT
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846
5847
5848 \backslash
5849 addtocounter{table}{-1}
5850 \end_layout
5851
5852 \end_inset
5853
5854
5855 \begin_inset Note Note
5856 status collapsed
5857
5858 \begin_layout Plain Layout
5859 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5860 \begin_inset space ~
5861 \end_inset
5862
5863
5864 \begin_inset CommandInset ref
5865 LatexCommand ref
5866 reference "uab:Beschriftungen-langer-Tabellen"
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \end_inset
5874
5875
5876 \end_layout
5877
5878 \begin_layout Subsection
5879 Beschriftungen langer Tabellen
5880 \begin_inset CommandInset label
5881 LatexCommand label
5882 name "uab:Beschriftungen-langer-Tabellen"
5883
5884 \end_inset
5885
5886
5887 \begin_inset Index idx
5888 status collapsed
5889
5890 \begin_layout Plain Layout
5891 Tabellen ! lange ! Titel
5892 \end_layout
5893
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \begin_layout Standard
5900 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5901  nur auf eine Seite gedruckt werden können.
5902  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5903 \begin_inset space ~
5904 \end_inset
5905
5906
5907 \begin_inset CommandInset ref
5908 LatexCommand ref
5909 reference "abs:Lange-Tabellen"
5910
5911 \end_inset
5912
5913  erklärt.
5914  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5915 \end_layout
5916
5917 \begin_layout Standard
5918 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5919 \end_layout
5920
5921 \begin_layout Standard
5922 \begin_inset Tabular
5923 <lyxtabular version="3" rows="6" columns="5">
5924 <features islongtable="true" longtabularalignment="center">
5925 <column alignment="center" valignment="top" width="0">
5926 <column alignment="center" valignment="top" width="0">
5927 <column alignment="center" valignment="top" width="0">
5928 <column alignment="center" valignment="top" width="0">
5929 <column alignment="center" valignment="top" width="0">
5930 <row caption="true">
5931 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 \begin_inset Caption
5936
5937 \begin_layout Plain Layout
5938 Eine lange Tabelle mit Titel
5939 \begin_inset Argument
5940 status open
5941
5942 \begin_layout Plain Layout
5943 Lange Tabelle
5944 \end_layout
5945
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 1
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 2
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 3
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 4
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 5
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 s
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 s
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 asd
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 </row>
6089 <row>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 s
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 s
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 asd
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 asd
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 s
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 s
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 s
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 asd
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 asd
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 </lyxtabular>
6231
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \begin_layout Standard
6238 \begin_inset VSpace medskip
6239 \end_inset
6240
6241
6242 \begin_inset Note Greyedout
6243 status open
6244
6245 \begin_layout Plain Layout
6246
6247 \series bold
6248 Bemerkung
6249 \begin_inset space ~
6250 \end_inset
6251
6252 1:
6253 \series default
6254  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6255  Titel vergeben.
6256  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6257 \begin_inset space ~
6258 \end_inset
6259
6260 2.4 auf Tabelle
6261 \begin_inset space ~
6262 \end_inset
6263
6264 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6265  Beschriftung sind.
6266  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6267  LaTeX-Befehl als TeX-Code einfügen:
6268 \end_layout
6269
6270 \begin_layout Plain Layout
6271
6272 \series bold
6273
6274 \backslash
6275 addtocounter{table}{-1}
6276 \end_layout
6277
6278 \begin_layout Plain Layout
6279 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6280  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6281 \end_layout
6282
6283 \begin_layout Plain Layout
6284
6285 \series bold
6286
6287 \backslash
6288 let
6289 \backslash
6290 myEnd
6291 \backslash
6292 endlongtable
6293 \begin_inset Newline newline
6294 \end_inset
6295
6296
6297 \backslash
6298 renewcommand{
6299 \backslash
6300 endlongtable}{
6301 \backslash
6302 myEnd
6303 \backslash
6304 addtocounter{table}{-1}}
6305 \end_layout
6306
6307 \end_inset
6308
6309
6310 \end_layout
6311
6312 \begin_layout Standard
6313 \begin_inset Note Greyedout
6314 status open
6315
6316 \begin_layout Plain Layout
6317
6318 \series bold
6319 Bemerkung
6320 \begin_inset space ~
6321 \end_inset
6322
6323 2:
6324 \series default
6325  Wenn Sie 
6326 \series bold
6327 hyperref
6328 \series default
6329
6330 \begin_inset Index idx
6331 status collapsed
6332
6333 \begin_layout Plain Layout
6334 LaTeX-Pakete ! hyperref
6335 \end_layout
6336
6337 \end_inset
6338
6339  in den
6340 \family sans
6341  PDF-Eigenschaften
6342 \family default
6343  im 
6344 \family sans
6345 Dokument-Einstellungen
6346 \family default
6347  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6348  immer auf den Anfang des Dokuments zeigen.
6349 \end_layout
6350
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \begin_layout Subsubsection
6357 Querverweise auf 
6358 \family sans
6359 lange Tabelle
6360 \family default
6361 n
6362 \begin_inset Index idx
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366 Tabellen ! lange ! Querverweis
6367 \end_layout
6368
6369 \end_inset
6370
6371
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true" longtabularalignment="center">
6378 <column alignment="center" valignment="top" width="0">
6379 <column alignment="center" valignment="top" width="0">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <row caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption
6389
6390 \begin_layout Plain Layout
6391 Lange Tabelle mit Marke
6392 \begin_inset CommandInset label
6393 LatexCommand label
6394 name "tab:LangeTabelle-mit-Marke"
6395
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 1
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 2
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 3
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 4
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 5
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 asd
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 s
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 s
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 s
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533 asd
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 </row>
6539 <row>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 asd
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 s
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 asd
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 </row>
6586 <row>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 asd
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 asd
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 </row>
6633 <row>
6634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 asd
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 sad
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 asd
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 </lyxtabular>
6681
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \begin_layout Standard
6688 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6689  im Titel einfügen.
6690 \end_layout
6691
6692 \begin_layout Standard
6693 Dies ist ein Verweis auf Tabelle
6694 \begin_inset space ~
6695 \end_inset
6696
6697
6698 \begin_inset CommandInset ref
6699 LatexCommand ref
6700 reference "tab:LangeTabelle-mit-Marke"
6701
6702 \end_inset
6703
6704 .
6705 \end_layout
6706
6707 \begin_layout Standard
6708 Mit dem LaTeX-Paket 
6709 \series bold
6710 caption
6711 \series default
6712
6713 \begin_inset Index idx
6714 status collapsed
6715
6716 \begin_layout Plain Layout
6717 LaTeX-Pakete ! caption
6718 \end_layout
6719
6720 \end_inset
6721
6722 , siehe Abschnitt
6723 \begin_inset space ~
6724 \end_inset
6725
6726
6727 \begin_inset CommandInset ref
6728 LatexCommand ref
6729 reference "abs:Titel-Formatierung"
6730
6731 \end_inset
6732
6733 , können Sie alle anderen Beschriftungsoptionen benutzen.
6734 \end_layout
6735
6736 \begin_layout Subsubsection
6737 Titelbreite
6738 \begin_inset Index idx
6739 status collapsed
6740
6741 \begin_layout Plain Layout
6742 Tabellen ! lange ! Beschriftungsbreite
6743 \end_layout
6744
6745 \end_inset
6746
6747
6748 \end_layout
6749
6750 \begin_layout Standard
6751 Die maximale Titelbreite wird durch die Variable 
6752 \series bold
6753
6754 \backslash
6755 LTcapwidth
6756 \series default
6757  definiert.
6758  Ihr Standardwert ist 4
6759 \begin_inset space \thinspace{}
6760 \end_inset
6761
6762 Zoll (
6763 \begin_inset Formula $\approx10$
6764 \end_inset
6765
6766
6767 \begin_inset space \thinspace{}
6768 \end_inset
6769
6770 cm).
6771  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6772  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6773 \end_layout
6774
6775 \begin_layout Standard
6776
6777 \series bold
6778
6779 \backslash
6780 setlength{
6781 \backslash
6782 LTcapwidth}{Breite}
6783 \end_layout
6784
6785 \begin_layout Standard
6786 wobei die Breite eine der in Anhang
6787 \begin_inset space ~
6788 \end_inset
6789
6790
6791 \begin_inset CommandInset ref
6792 LatexCommand ref
6793 reference "kap:In-LyX-verfügbare"
6794
6795 \end_inset
6796
6797  aufgelisteten Einheiten haben kann.
6798 \end_layout
6799
6800 \begin_layout Standard
6801 Die beiden folgenden Tabellen zeigen den Unterschied:
6802 \end_layout
6803
6804 \begin_layout Standard
6805 \begin_inset Tabular
6806 <lyxtabular version="3" rows="6" columns="5">
6807 <features islongtable="true" longtabularalignment="center">
6808 <column alignment="center" valignment="top" width="0">
6809 <column alignment="center" valignment="top" width="0">
6810 <column alignment="center" valignment="top" width="0">
6811 <column alignment="center" valignment="top" width="0">
6812 <column alignment="center" valignment="top" width="0">
6813 <row caption="true">
6814 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 \begin_inset Caption
6819
6820 \begin_layout Plain Layout
6821 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6822 \begin_inset Argument
6823 status open
6824
6825 \begin_layout Plain Layout
6826 Titel mit Standardbreite
6827 \end_layout
6828
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 1
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 2
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 3
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 4
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 5
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 asd
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 s
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 s
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 asd
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 </row>
6972 <row>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 asd
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 s
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 s
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 asd
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 s
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 s
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 asd
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 asd
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 sad
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 asd
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 asd
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 </lyxtabular>
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \begin_layout Standard
7121 \begin_inset ERT
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125
7126
7127 \backslash
7128 setlength{
7129 \backslash
7130 LTcapwidth}{5cm}
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \begin_inset Tabular
7137 <lyxtabular version="3" rows="6" columns="5">
7138 <features islongtable="true" longtabularalignment="center">
7139 <column alignment="center" valignment="top" width="0">
7140 <column alignment="center" valignment="top" width="0">
7141 <column alignment="center" valignment="top" width="0">
7142 <column alignment="center" valignment="top" width="0">
7143 <column alignment="center" valignment="top" width="0">
7144 <row caption="true">
7145 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 \begin_inset Caption
7150
7151 \begin_layout Plain Layout
7152 Langer Titel mit 5
7153 \begin_inset space \thinspace{}
7154 \end_inset
7155
7156 cm Breite, Langer Titel mit 5
7157 \begin_inset space \thinspace{}
7158 \end_inset
7159
7160 cm Breite
7161 \begin_inset Argument
7162 status open
7163
7164 \begin_layout Plain Layout
7165 Titel mit 5
7166 \begin_inset space \thinspace{}
7167 \end_inset
7168
7169 cm Breite
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \end_layout
7176
7177 \end_inset
7178
7179
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 </row>
7221 <row>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 1
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 2
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 3
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 4
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 5
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 </row>
7268 <row>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 s
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 s
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 <row>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 s
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 s
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 asd
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 s
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 s
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 s
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 asd
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 </row>
7409 <row>
7410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 asd
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423 sad
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 asd
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441 asd
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 asd
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 </row>
7456 </lyxtabular>
7457
7458 \end_inset
7459
7460
7461 \begin_inset ERT
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465
7466
7467 \backslash
7468 setlength{
7469 \backslash
7470 LTcapwidth}{4in}
7471 \end_layout
7472
7473 \end_inset
7474
7475
7476 \begin_inset Note Note
7477 status collapsed
7478
7479 \begin_layout Plain Layout
7480 Beschriftungsbreite zurücksetzen
7481 \end_layout
7482
7483 \end_inset
7484
7485
7486 \end_layout
7487
7488 \begin_layout Standard
7489 \begin_inset Note Greyedout
7490 status open
7491
7492 \begin_layout Plain Layout
7493
7494 \series bold
7495 Achtung:
7496 \series default
7497  Wenn das LaTeX-Paket 
7498 \series bold
7499 caption
7500 \series default
7501
7502 \begin_inset Index idx
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506 LaTeX-Pakete ! caption
7507 \end_layout
7508
7509 \end_inset
7510
7511  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7512  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7513  4
7514 \begin_inset space \thinspace{}
7515 \end_inset
7516
7517 Zoll für 
7518 \series bold
7519
7520 \backslash
7521 LTcapwidth
7522 \series default
7523  benutzen.
7524  Um in diesem Fall eine genau 4
7525 \begin_inset space \thinspace{}
7526 \end_inset
7527
7528 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7529  4
7530 \begin_inset space \thinspace{}
7531 \end_inset
7532
7533 Zoll veränderten Wert wie z.
7534 \begin_inset space \thinspace{}
7535 \end_inset
7536
7537 B.
7538  3.99
7539 \begin_inset space \thinspace{}
7540 \end_inset
7541
7542 Zoll verwenden oder den LaTeX-Befehl 
7543 \series bold
7544
7545 \backslash
7546 captionsetup{width=Wert}
7547 \series default
7548  benutzen, der vom 
7549 \series bold
7550 caption
7551 \series default
7552 -Paket bereitgestellt wird.
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \begin_layout Subsubsection
7561 Unterschiedliche Titel für Tabellenseiten
7562 \begin_inset Index idx
7563 status collapsed
7564
7565 \begin_layout Plain Layout
7566 Tabellen ! lange ! mehrere Titel
7567 \end_layout
7568
7569 \end_inset
7570
7571
7572 \end_layout
7573
7574 \begin_layout Standard
7575 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7576  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7577  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7578 \end_layout
7579
7580 \begin_layout Standard
7581
7582 \series bold
7583
7584 \backslash
7585 caption*{Beschriftung}
7586 \backslash
7587
7588 \backslash
7589 %
7590 \end_layout
7591
7592 \begin_layout Standard
7593 Tabelle
7594 \begin_inset space ~
7595 \end_inset
7596
7597
7598 \begin_inset CommandInset ref
7599 LatexCommand ref
7600 reference "tab:DiffCaptions"
7601
7602 \end_inset
7603
7604  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7605  ohne Tabellennummer auf der zweiten Seite.
7606 \end_layout
7607
7608 \begin_layout Standard
7609 \align center
7610 \begin_inset Tabular
7611 <lyxtabular version="3" rows="59" columns="3">
7612 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7613 <column alignment="left" valignment="top" width="0cm">
7614 <column alignment="left" valignment="top" width="0pt">
7615 <column alignment="right" valignment="top" width="0pt">
7616 <row caption="true">
7617 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 \begin_inset Caption
7622
7623 \begin_layout Plain Layout
7624 Telefonliste
7625 \begin_inset CommandInset label
7626 LatexCommand label
7627 name "tab:DiffCaptions"
7628
7629 \end_inset
7630
7631
7632 \begin_inset Argument
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636 Telefonliste
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 </row>
7670 <row endfirsthead="true">
7671 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675
7676 \series bold
7677 Telefonliste (ignoriere die Namen)
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row endfirsthead="true">
7702 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \series bold
7708 NAME
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726
7727 \series bold
7728 TEL.
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row endhead="true">
7735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 \begin_inset ERT
7740 status open
7741
7742 \begin_layout Plain Layout
7743
7744
7745 \backslash
7746 caption*{Fortsetzung der Telefonliste}
7747 \backslash
7748
7749 \backslash
7750 %
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row endhead="true">
7780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Telefonliste
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row endhead="true">
7811 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 NAME
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \series bold
7837 TEL.
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 </row>
7843 <row endfoot="true">
7844 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 wird fortgesetzt\SpecialChar \ldots{}
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \series bold
7880 Annovi
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 Silvia
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 111
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 </row>
7904 <row>
7905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \series bold
7911 Bertoli
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 Stefano
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 111
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 Bozzi
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 Walter
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Cachia
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Maria
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Cachia
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Maurizio
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Cinquemani
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Giusi
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Colin
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Bernard
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Concli
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Gianfranco
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Dal Bosco
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Carolina
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Dalpiaz
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Annamaria
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Feliciello
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Domenico
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Focarelli
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Paola
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Galletti
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Oreste
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Gasparini
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Franca
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Rizzardi
8315 \series default
8316
8317 \begin_inset Foot
8318 status open
8319
8320 \begin_layout Plain Layout
8321 Beispielfußnote
8322 \end_layout
8323
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Paola
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Lassini
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Giancarlo
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Malfatti
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Luciano
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Malfatti
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Valeriano
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Meneguzzo
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Roberto
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Mezzadra
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Roberto
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Pirpamer
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Erich
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Pochiesa
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Paolo
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111, 222
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Radina
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Claudio
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Stuffer
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Oskar
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Tacchelli
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Ugo
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Tezzele
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Margit
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Unterkalmsteiner
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Frieda
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Vieider
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Hilde
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Vigna
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Jürgen
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Weber
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Maurizio
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Winkler
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Franz
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851  
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 <row>
8876 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880
8881 \series bold
8882 Annovi
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 Silvia
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 555
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 </row>
8906 <row>
8907 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911
8912 \series bold
8913 Bertoli
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Stefano
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 555
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Bozzi
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Walter
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 555
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975 Cachia
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Maria
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 555
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \series bold
9006 Cachia
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Maurizio
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 555
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \series bold
9037 Cinquemani
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 Giusi
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 555
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \series bold
9068 Colin
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Bernard
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 555
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \series bold
9099 Concli
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Gianfranco
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 555
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Dal Bosco
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Carolina
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Dalpiaz
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Annamaria
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Feliciello
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Domenico
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Focarelli
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Paola
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Galletti
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Oreste
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Gasparini
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Franca
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Rizzardi
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Paola
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Lassini
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Giancarlo
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Malfatti
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Luciano
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Malfatti
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Valeriano
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Meneguzzo
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Roberto
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 555
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Mezzadra
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Roberto
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 555
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 </lyxtabular>
9496
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \begin_layout Section
9503 Weitere Möglichkeiten für 
9504 \family sans
9505 lange Tabelle
9506 \family default
9507 n
9508 \begin_inset CommandInset label
9509 LatexCommand label
9510 name "abs:Special-Longtable-Issues"
9511
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \begin_layout Subsection
9518 L
9519 \family sans
9520 ange Tabelle
9521 \family default
9522 n: Berechnung
9523 \begin_inset Index idx
9524 status collapsed
9525
9526 \begin_layout Plain Layout
9527 Tabellen ! lange ! Berechnung
9528 \end_layout
9529
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \begin_layout Standard
9536 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9537  so genannten 
9538 \emph on
9539 chunks
9540 \emph default
9541  (Brocken).
9542  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9543  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9544  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9545  das die Druckausgabe.
9546  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9547  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9548  einfügen:
9549 \end_layout
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554
9555 \backslash
9556 setcounter{LTchunksize}{100}
9557 \end_layout
9558
9559 \begin_layout Subsection
9560 Gleitobjekte und L
9561 \family sans
9562 ange Tabelle
9563 \family default
9564 n
9565 \begin_inset Index idx
9566 status collapsed
9567
9568 \begin_layout Plain Layout
9569 Tabellen ! lange ! und Gleitobjekte
9570 \end_layout
9571
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9579 \family sans
9580 lange
9581 \begin_inset space ~
9582 \end_inset
9583
9584 Tabelle
9585 \family default
9586  beginnt, ein Gleitobjekt befindet.
9587  Um das zu vermeiden, können Sie vor der 
9588 \family sans
9589 langen
9590 \begin_inset space ~
9591 \end_inset
9592
9593 Tabellen
9594 \family default
9595  einen manuellen Seitenumbruch
9596 \family sans
9597  Einfügen\SpecialChar \menuseparator
9598 Formatierung\SpecialChar \menuseparator
9599 [Doppel]Seite
9600 \begin_inset space \space{}
9601 \end_inset
9602
9603 leeren
9604 \family default
9605  einfügen, siehe 
9606 \emph on
9607 Benutzerhandbuch
9608 \emph default
9609 .
9610 \end_layout
9611
9612 \begin_layout Subsection
9613 Manuelle Seitenumbrüche
9614 \begin_inset Index idx
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618 Tabellen ! lange ! manueller Seitenumbruch
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9628  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9629  der Zelle umbrechen wollen, fügen Sie den Befehl  
9630 \begin_inset Quotes gld
9631 \end_inset
9632
9633
9634 \series bold
9635
9636 \backslash
9637
9638 \backslash
9639
9640 \series default
9641
9642 \begin_inset Quotes grd
9643 \end_inset
9644
9645  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9646  werden kann.
9647  Vor dem 
9648 \begin_inset Quotes gld
9649 \end_inset
9650
9651
9652 \series bold
9653
9654 \backslash
9655
9656 \backslash
9657
9658 \series default
9659
9660 \begin_inset Quotes grd
9661 \end_inset
9662
9663 -Befehl müssen Sie so viele 
9664 \begin_inset Quotes gld
9665 \end_inset
9666
9667
9668 \series bold
9669 &
9670 \series default
9671
9672 \begin_inset Quotes grd
9673 \end_inset
9674
9675  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9676  Mit 
9677 \begin_inset Quotes gld
9678 \end_inset
9679
9680
9681 \series bold
9682 &
9683 \series default
9684
9685 \begin_inset Quotes grd
9686 \end_inset
9687
9688   werden in LaTeX Tabellenzellen getrennt.
9689  Hinter jedes 
9690 \begin_inset Quotes gld
9691 \end_inset
9692
9693
9694 \series bold
9695 &
9696 \series default
9697
9698 \begin_inset Quotes grd
9699 \end_inset
9700
9701  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9702  und löschen den Inhalt dieser Zellen.
9703 \end_layout
9704
9705 \begin_layout Standard
9706 Hinter dem 
9707 \begin_inset Quotes gld
9708 \end_inset
9709
9710
9711 \series bold
9712
9713 \backslash
9714
9715 \backslash
9716
9717 \series default
9718
9719 \begin_inset Quotes grd
9720 \end_inset
9721
9722 -Befehl müssen Sie so viele 
9723 \begin_inset Quotes gld
9724 \end_inset
9725
9726
9727 \series bold
9728 &
9729 \series default
9730
9731 \begin_inset Quotes grd
9732 \end_inset
9733
9734  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9735  In Tabelle
9736 \begin_inset space ~
9737 \end_inset
9738
9739
9740 \begin_inset CommandInset ref
9741 LatexCommand ref
9742 reference "tab:ForcedPagebreak"
9743
9744 \end_inset
9745
9746  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9747  Es folgt noch eine weitere Spalte.
9748  Deshalb wurde hinter dem Wort 
9749 \emph on
9750 Castelchiodato, 
9751 \emph default
9752 folgendes eingefügt:
9753 \end_layout
9754
9755 \begin_layout Standard
9756
9757 \series bold
9758 & 111
9759 \backslash
9760
9761 \backslash
9762  
9763 \backslash
9764 newpage
9765 \begin_inset Newline newline
9766 \end_inset
9767
9768 &
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Die 
9773 \begin_inset Quotes gld
9774 \end_inset
9775
9776 111
9777 \begin_inset Quotes grd
9778 \end_inset
9779
9780  in der dritten Spalte wurde gelöscht.
9781  
9782 \series bold
9783
9784 \backslash
9785 newpage
9786 \series default
9787  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9788  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9789  Wenn die Fußzeile Ihrer 
9790 \family sans
9791 langen
9792 \begin_inset space ~
9793 \end_inset
9794
9795 Tabelle
9796 \family default
9797  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9798  Befehle benutzen:
9799 \end_layout
9800
9801 \begin_layout Standard
9802
9803 \series bold
9804 & 111
9805 \backslash
9806
9807 \backslash
9808
9809 \begin_inset Newline newline
9810 \end_inset
9811
9812
9813 \backslash
9814 hline &
9815 \end_layout
9816
9817 \begin_layout Standard
9818 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9819  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9820 \end_layout
9821
9822 \begin_layout Standard
9823
9824 \series bold
9825
9826 \backslash
9827 setlength{
9828 \backslash
9829 parfillskip}{0pt}
9830 \end_layout
9831
9832 \begin_layout Standard
9833 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9834  erscheint.
9835 \end_layout
9836
9837 \begin_layout Standard
9838 \align center
9839 \begin_inset Tabular
9840 <lyxtabular version="3" rows="38" columns="3">
9841 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9842 <column alignment="left" valignment="top" width="0cm">
9843 <column alignment="left" valignment="top" width="3cm">
9844 <column alignment="right" valignment="top" width="0pt">
9845 <row caption="true">
9846 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850 \begin_inset Caption
9851
9852 \begin_layout Plain Layout
9853 Tabelle mit manuellem Seitenumbruch in einer Zelle
9854 \begin_inset CommandInset label
9855 LatexCommand label
9856 name "tab:ForcedPagebreak"
9857
9858 \end_inset
9859
9860
9861 \begin_inset Argument
9862 status collapsed
9863
9864 \begin_layout Plain Layout
9865 Tabelle mit manuellem Seitenumbruch in einer Zelle
9866 \end_layout
9867
9868 \end_inset
9869
9870
9871 \end_layout
9872
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9890 \begin_inset Text
9891
9892 \begin_layout Plain Layout
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row endfirsthead="true">
9900 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906 Telefonliste (ignoriere die Namen)
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924
9925 \end_layout
9926
9927 \end_inset
9928 </cell>
9929 </row>
9930 <row endfirsthead="true">
9931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935
9936 \series bold
9937 NAME
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \series bold
9957 TEL.
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 </row>
9963 <row endhead="true">
9964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset ERT
9969 status collapsed
9970
9971 \begin_layout Plain Layout
9972
9973
9974 \backslash
9975 caption*{Fortsetzung der Tabelle}
9976 \backslash
9977
9978 \backslash
9979 %
9980 \end_layout
9981
9982 \end_inset
9983
9984
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row endhead="true">
10009 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \series bold
10015 Telefonliste
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row endhead="true">
10040 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 NAME
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 TEL.
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfoot="true">
10073 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 wird fortgesetzt\SpecialChar \ldots{}
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 </row>
10102 <row>
10103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 Annovi
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 Silvia
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 111
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 </row>
10133 <row>
10134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \series bold
10140 Bertoli
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 Stefano
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 111
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row>
10165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \series bold
10171 Bozzi
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 Walter
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 111
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row>
10196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 Cachia
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 Maria
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 111
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \series bold
10233 Cachia
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242 Maurizio
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 111
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 </row>
10257 <row>
10258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \series bold
10264 Cinquemani
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Giusi
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 111
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 </row>
10288 <row>
10289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \series bold
10295 Colin
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 Bernard
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 111
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \series bold
10326 Concli
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 Gianfranco
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 111
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \series bold
10357 Dal Bosco
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 Carolina
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 111
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 </row>
10381 <row>
10382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386
10387 \series bold
10388 Dalpiaz
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 Annamaria
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 111
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 </row>
10412 <row>
10413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417
10418 \series bold
10419 Feliciello
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 Domenico
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 111
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 </row>
10443 <row>
10444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448
10449 \series bold
10450 Focarelli
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 Paola
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 111
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 </row>
10474 <row>
10475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479
10480 \series bold
10481 Galletti
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Oreste
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 111
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \series bold
10512 Gasparini
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 Franca
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 111
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 </row>
10536 <row>
10537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541
10542 \series bold
10543 Lassini
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 Giancarlo
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561 111
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \series bold
10574 Malfatti
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 Luciano
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 111
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \series bold
10605 Malfatti
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 Valeriano
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 111
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 </row>
10629 <row>
10630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \series bold
10636 Meneguzzo
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 Roberto
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654 111
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 <row>
10661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665
10666 \series bold
10667 Mezzadra
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 Roberto
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685 111
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 </row>
10691 <row>
10692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696
10697 \series bold
10698 Pirpamer
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Erich
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716 111
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 </row>
10722 <row>
10723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727
10728 \series bold
10729 Pochiesa
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Paolo
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 111, 222
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \series bold
10760 Radina
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 Claudio
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778 111
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 </row>
10784 <row>
10785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \series bold
10791 Rizzardi
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 Paolo, 11.
10801  Fürst von Monte\SpecialChar \-
10802 com\SpecialChar \-
10803 patri, 11.
10804  Fürst von Sulmona und Vivaro, 10.
10805  Fürst von Rossano, 5.
10806  Herzog von Canemorte, 11.
10807  Herzog von Palombara, 5.
10808  Herzog von Castelchiodato,
10809 \begin_inset ERT
10810 status open
10811
10812 \begin_layout Plain Layout
10813
10814 & 111
10815 \backslash
10816
10817 \backslash
10818  
10819 \backslash
10820 newpage
10821 \end_layout
10822
10823 \begin_layout Plain Layout
10824
10825 &
10826 \end_layout
10827
10828 \end_inset
10829
10830  11.
10831  Herzog von Poggionativo, 11.
10832  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10833  Graf von Valinfreda, 11.
10834  Baron von Cropalati, 11.
10835  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Stuffer
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Oskar
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 111
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 <row>
10882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886
10887 \series bold
10888 Tacchelli
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Ugo
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 111
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \series bold
10919 Tezzele
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10925 \begin_inset Text
10926
10927 \begin_layout Plain Layout
10928 Margit
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 111
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 </row>
10943 <row>
10944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948
10949 \series bold
10950 Unterkalmsteiner
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 Frieda
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 111
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 <row>
10975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979
10980 \series bold
10981 Vieider
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 Hilde
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 111
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 </row>
11005 <row>
11006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \series bold
11012 Vigna
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 Jürgen
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 111
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \series bold
11043 Weber
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 Maurizio
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 111
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 <row>
11068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072
11073 \series bold
11074 Winkler
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083 Franz
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 111
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 </lyxtabular>
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Section
11106 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11107 \end_layout
11108
11109 \begin_layout Subsection
11110 Mehrfache Zeilen in Zellen
11111 \begin_inset CommandInset label
11112 LatexCommand label
11113 name "uab:Mehrfache-Zeilen-in"
11114
11115 \end_inset
11116
11117
11118 \begin_inset Index idx
11119 status collapsed
11120
11121 \begin_layout Plain Layout
11122 Mehrfache ! Zeilen in Zellen
11123 \end_layout
11124
11125 \end_inset
11126
11127
11128 \begin_inset Index idx
11129 status collapsed
11130
11131 \begin_layout Plain Layout
11132 Tabellen ! Zeilenumbrüche
11133 \end_layout
11134
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \begin_layout Standard
11141 \noindent
11142 \begin_inset Float table
11143 placement H
11144 wide false
11145 sideways false
11146 status open
11147
11148 \begin_layout Plain Layout
11149 \begin_inset Caption
11150
11151 \begin_layout Plain Layout
11152 \begin_inset CommandInset label
11153 LatexCommand label
11154 name "tab:Table-with-multiple"
11155
11156 \end_inset
11157
11158 Tabelle mit mehrfachen Zeilen in einer Zelle
11159 \end_layout
11160
11161 \end_inset
11162
11163
11164 \end_layout
11165
11166 \begin_layout Plain Layout
11167 \align center
11168 \begin_inset Tabular
11169 <lyxtabular version="3" rows="3" columns="3">
11170 <features tabularvalignment="middle">
11171 <column alignment="center" valignment="middle" width="2.5cm">
11172 <column alignment="center" valignment="middle" width="0.5cm">
11173 <column alignment="center" valignment="middle" width="0.5cm">
11174 <row>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 zwei
11180 \begin_inset Newline linebreak
11181 \end_inset
11182
11183 Zeilen
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 b
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 c
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 <row>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212 d
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 e
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 f
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 g
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 h
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 i
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 </lyxtabular>
11266
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \begin_layout Standard
11278 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11279  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11280  Tabelle
11281 \begin_inset space ~
11282 \end_inset
11283
11284
11285 \begin_inset CommandInset ref
11286 LatexCommand ref
11287 reference "tab:Table-with-multiple"
11288
11289 \end_inset
11290
11291  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11292 \family sans
11293 Tabellen-Einstellungen
11294 \family default
11295 -Dialog auf 2.5
11296 \begin_inset space \thinspace{}
11297 \end_inset
11298
11299 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11300  Weil unser Text schmaler als 2.5
11301 \begin_inset space \thinspace{}
11302 \end_inset
11303
11304 cm ist, würde er in einer Zeile gedruckt werden.
11305  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11306
11307 \family sans
11308 Strg+Shift+Enter
11309 \family default
11310 ) eingefügt.
11311  Wenn der Text länger ist, wird er automatisch umgebrochen.
11312 \end_layout
11313
11314 \begin_layout Standard
11315 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11316  setzen Sie die Breite der beiden Spalten im 
11317 \family sans
11318 Tabellen-Einstellungen
11319 \family default
11320 -Dialog auf 0.5
11321 \begin_inset space \thinspace{}
11322 \end_inset
11323
11324 cm und die vertikale Ausrichtung auf zentriert.
11325 \end_layout
11326
11327 \begin_layout Standard
11328 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11329  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11330  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11331  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11332  Fügen sie daher 0
11333 \begin_inset space \thinspace{}
11334 \end_inset
11335
11336 pt horizontalen Abstand vor dem Wort ein.
11337  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11338  Tabelle
11339 \begin_inset space ~
11340 \end_inset
11341
11342
11343 \begin_inset CommandInset ref
11344 LatexCommand ref
11345 reference "tab:Table-with-and"
11346
11347 \end_inset
11348
11349  zeigt die Wirkungen.
11350 \end_layout
11351
11352 \begin_layout Standard
11353 \begin_inset Float table
11354 placement h
11355 wide false
11356 sideways false
11357 status open
11358
11359 \begin_layout Plain Layout
11360 \begin_inset Caption
11361
11362 \begin_layout Plain Layout
11363 \begin_inset CommandInset label
11364 LatexCommand label
11365 name "tab:Table-with-and"
11366
11367 \end_inset
11368
11369 Tabelle ohne und mit Silbentrennung
11370 \end_layout
11371
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \begin_layout Plain Layout
11378 \begin_inset space \hfill{}
11379 \end_inset
11380
11381
11382 \begin_inset Tabular
11383 <lyxtabular version="3" rows="3" columns="3">
11384 <features tabularvalignment="middle">
11385 <column alignment="center" valignment="middle" width="2.5cm">
11386 <column alignment="center" valignment="middle" width="0.5cm">
11387 <column alignment="center" valignment="middle" width="0.5cm">
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 einsehrlangesZellenwort
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 b
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 c
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 d
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 e
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 f
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 g
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 h
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 i
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 </lyxtabular>
11476
11477 \end_inset
11478
11479
11480 \begin_inset space \hfill{}
11481 \end_inset
11482
11483
11484 \begin_inset Tabular
11485 <lyxtabular version="3" rows="3" columns="3">
11486 <features tabularvalignment="middle">
11487 <column alignment="center" valignment="middle" width="2.5cm">
11488 <column alignment="center" valignment="middle" width="0.5cm">
11489 <column alignment="center" valignment="middle" width="0.5cm">
11490 <row>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset space \hspace{}
11496 \length 0pt
11497 \end_inset
11498
11499 einsehrlangesZellenwort
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 b
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 c
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 </row>
11523 <row>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 d
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537 e
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 f
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 </row>
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 g
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 h
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 i
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 </lyxtabular>
11582
11583 \end_inset
11584
11585
11586 \begin_inset space \hfill{}
11587 \end_inset
11588
11589
11590 \end_layout
11591
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \begin_layout Subsection
11598 Mehrfachspalten
11599 \begin_inset CommandInset label
11600 LatexCommand label
11601 name "uab:Mehrfachspalten"
11602
11603 \end_inset
11604
11605
11606 \begin_inset Index idx
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610 Mahrfachspalten
11611 \end_layout
11612
11613 \end_inset
11614
11615
11616 \begin_inset Index idx
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620 Tabellen ! Mahrfachspalten
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \end_layout
11627
11628 \begin_layout Subsubsection
11629 Grundlagen
11630 \end_layout
11631
11632 \begin_layout Standard
11633 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11634  und verwenden dann den Knopf 
11635 \begin_inset Graphics
11636         filename ../../images/tabular-feature_multicolumn.png
11637         scale 70
11638         scaleBeforeRotation
11639
11640 \end_inset
11641
11642  in der Werkzeugleiste, das Menü 
11643 \family sans
11644 Bearbeiten\SpecialChar \menuseparator
11645 Tabelle\SpecialChar \menuseparator
11646 Mehrfachspalte
11647 \family default
11648 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11649  
11650 \family sans
11651 Mehrfachspalte
11652 \family default
11653 .
11654 \end_layout
11655
11656 \begin_layout Standard
11657 Mehrfachspalten haben ihre eigenen Einstellungen.
11658  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11659  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11660  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11661 \end_layout
11662
11663 \begin_layout Standard
11664 \align center
11665 \begin_inset Tabular
11666 <lyxtabular version="3" rows="3" columns="4">
11667 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11668 <column alignment="center" valignment="top" width="0pt">
11669 <column alignment="center" valignment="middle" width="0">
11670 <column alignment="center" valignment="top" width="0in">
11671 <column alignment="center" valignment="top" width="0pt">
11672 <row>
11673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 abc
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 def ghi
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 jkl
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \family roman
11717 \series medium
11718 \shape up
11719 \size normal
11720 \emph off
11721 \bar no
11722 \noun off
11723 \color none
11724 A
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 B
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 C
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 D
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 </row>
11757 <row>
11758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 1
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 2
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 3
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 4
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 </lyxtabular>
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \begin_layout Subsubsection
11803 Mehrfachspalten-Berechnungen
11804 \begin_inset CommandInset label
11805 LatexCommand label
11806 name "uab:Mehrfachspalten-Berechnungen"
11807
11808 \end_inset
11809
11810
11811 \begin_inset Index idx
11812 status collapsed
11813
11814 \begin_layout Plain Layout
11815 Mahrfachspalten ! Berechnung
11816 \end_layout
11817
11818 \end_inset
11819
11820
11821 \begin_inset Index idx
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825 Tabellen ! Mahrfachspalten ! Berechnung
11826 \end_layout
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11835  Zellen beachten.
11836 \end_layout
11837
11838 \begin_layout Standard
11839 \begin_inset Float table
11840 placement h
11841 wide false
11842 sideways false
11843 status open
11844
11845 \begin_layout Plain Layout
11846 \begin_inset Caption
11847
11848 \begin_layout Plain Layout
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "tab:Table-with-centered"
11852
11853 \end_inset
11854
11855 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11856  die halbe Breite der Mehrfachspalten-Zelle haben
11857 \begin_inset Argument
11858 status collapsed
11859
11860 \begin_layout Plain Layout
11861 Eine Mehrfachspalten-Tabelle
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \begin_layout Plain Layout
11875 \align center
11876 \begin_inset Tabular
11877 <lyxtabular version="3" rows="3" columns="3">
11878 <features tabularvalignment="middle">
11879 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11880 <column alignment="center" valignment="middle" width="0">
11881 <column alignment="center" valignment="top" width="0">
11882 <row>
11883 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 Dies ist eine Mehrfach\SpecialChar \-
11888 spalten-Zelle
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 c
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 <row>
11913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 d
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 e
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 f
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 <row>
11942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 g
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 h
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 i
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 </row>
11970 </lyxtabular>
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \end_layout
11981
11982 \begin_layout Standard
11983 Um Tabelle
11984 \begin_inset space ~
11985 \end_inset
11986
11987
11988 \begin_inset CommandInset ref
11989 LatexCommand ref
11990 reference "tab:Table-with-centered"
11991
11992 \end_inset
11993
11994  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11995  3×3-Tabelle, kreuzen im 
11996 \family sans
11997 Tabellen-Einstellungen
11998 \family default
11999 -Dialog 
12000 \family sans
12001 Mehrfachspalte
12002 \family default
12003  an, setzen die 
12004 \family sans
12005 Horizontale
12006 \begin_inset space ~
12007 \end_inset
12008
12009 Ausrichtung
12010 \family default
12011  auf 
12012 \family sans
12013 Zentriert
12014 \family default
12015  und die 
12016 \family sans
12017 Breite
12018 \family default
12019  auf 2.5
12020 \begin_inset space \thinspace{}
12021 \end_inset
12022
12023 cm.
12024  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12025  Sie die Breite der ersten Spalte auf 1.25
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 cm setzen.
12030  Die zweite Spalte wird dann automatisch 1.25
12031 \begin_inset space \thinspace{}
12032 \end_inset
12033
12034 cm breit (Breite der 
12035 \family sans
12036 Mehrfachspalte
12037 \family default
12038  
12039 \begin_inset Formula $-$
12040 \end_inset
12041
12042  Breite der ersten Spalte).
12043  Dies wurde so für Tabelle
12044 \begin_inset space ~
12045 \end_inset
12046
12047
12048 \begin_inset CommandInset ref
12049 LatexCommand ref
12050 reference "tab:Table-without-half"
12051
12052 \end_inset
12053
12054  gemacht.
12055 \end_layout
12056
12057 \begin_layout Standard
12058 \begin_inset Float table
12059 wide false
12060 sideways false
12061 status open
12062
12063 \begin_layout Plain Layout
12064 \begin_inset Caption
12065
12066 \begin_layout Plain Layout
12067 \begin_inset CommandInset label
12068 LatexCommand label
12069 name "tab:Table-without-half"
12070
12071 \end_inset
12072
12073 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12074  wie die Mehrfachspalte
12075 \begin_inset Argument
12076 status collapsed
12077
12078 \begin_layout Plain Layout
12079 Eine unvollkommene Mehrfachspalten-Tabelle
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Plain Layout
12093 \align center
12094 \begin_inset Tabular
12095 <lyxtabular version="3" rows="3" columns="3">
12096 <features tabularvalignment="middle">
12097 <column alignment="center" valignment="top" width="1.25cm">
12098 <column alignment="center" valignment="top" width="0">
12099 <column alignment="center" valignment="top" width="0">
12100 <row>
12101 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 Dies ist auch eine Mehr\SpecialChar \-
12106 fach\SpecialChar \-
12107 spalten-Zelle
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 c
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 </row>
12131 <row>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 d
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 e
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 f
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 </row>
12160 <row>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 g
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 h
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183 i
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 </row>
12189 </lyxtabular>
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \begin_layout Standard
12202 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12203  als die zweite ist.
12204  Das liegt daran, dass die Zellenbreite 
12205 \begin_inset Formula $W_{\mathrm{tot}}$
12206 \end_inset
12207
12208  nicht ihre definierte Breite 
12209 \begin_inset Formula $W_{g}$
12210 \end_inset
12211
12212  ist, sondern ein wenig mehr.
12213  Anhang
12214 \begin_inset space ~
12215 \end_inset
12216
12217
12218 \begin_inset CommandInset ref
12219 LatexCommand ref
12220 reference "kap:Exläuterung-einer-Gleichung"
12221
12222 \end_inset
12223
12224  erklärt das genauer.
12225 \end_layout
12226
12227 \begin_layout Standard
12228 Wenn 
12229 \emph on
12230 n
12231 \emph default
12232  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12233  die definierte Breite 
12234 \begin_inset Formula $W_{g\, n}$
12235 \end_inset
12236
12237  einer Spalte, deren totale Breite = 
12238 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12239 \end_inset
12240
12241  sein soll, wie folgt:
12242 \begin_inset Formula 
12243 \begin{equation}
12244 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12245 \end{equation}
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 In unserem Falls ist 
12254 \begin_inset Formula $n=2$
12255 \end_inset
12256
12257
12258 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12259 \end_inset
12260
12261 cm, und damit wird aus Gleichung
12262 \begin_inset space ~
12263 \end_inset
12264
12265
12266 \begin_inset CommandInset ref
12267 LatexCommand ref
12268 reference "eq:Wgn"
12269
12270 \end_inset
12271
12272  
12273 \begin_inset Formula 
12274 \begin{equation}
12275 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12276 \end{equation}
12277
12278 \end_inset
12279
12280
12281 \end_layout
12282
12283 \begin_layout Standard
12284 Damit LaTeX rechnen kann, muss das Paket 
12285 \series bold
12286 calc
12287 \series default
12288  im Vorspann geladen werden.
12289 \begin_inset Index idx
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 LaTeX-Pakete ! calc
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302
12303 \series bold
12304
12305 \backslash
12306 usepackage{calc}
12307 \end_layout
12308
12309 \begin_layout Standard
12310 LyX erlaubt im 
12311 \family sans
12312 Breite
12313 \family default
12314 -Feld des 
12315 \family sans
12316 Tabellen-Einstellungen
12317 \family default
12318 -Dialogs keine Berechnungen.
12319  Deshalb müssen Sie die Formel für die Breite im Feld 
12320 \family sans
12321 LaTe
12322 \begin_inset ERT
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326
12327 {}
12328 \end_layout
12329
12330 \end_inset
12331
12332 X-Argument
12333 \family default
12334  eingeben.
12335  Hier iss ein Überblick über die Argumente:
12336 \end_layout
12337
12338 \begin_layout Itemize
12339
12340 \series bold
12341 p{Breite}
12342 \series default
12343  die Zelle bekommt eine feste 
12344 \series bold
12345 Breite
12346 \series default
12347 , und die vertikale Ausrichtung ist 
12348 \family sans
12349 Oben
12350 \end_layout
12351
12352 \begin_layout Itemize
12353
12354 \series bold
12355 m{Breite}
12356 \series default
12357  die Zelle bekommt eine feste 
12358 \series bold
12359 Breite
12360 \series default
12361 , und die vertikale Ausrichtung ist 
12362 \family sans
12363 Mitte
12364 \end_layout
12365
12366 \begin_layout Itemize
12367
12368 \series bold
12369 b{Breite}
12370 \series default
12371  die Zelle bekommt eine feste 
12372 \series bold
12373 Breite
12374 \series default
12375 , und die vertikale Ausrichtung ist 
12376 \family sans
12377 Unten
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12382  für diese Zelle überschrieben.
12383 \end_layout
12384
12385 \begin_layout Standard
12386 \begin_inset Note Greyedout
12387 status open
12388
12389 \begin_layout Plain Layout
12390
12391 \series bold
12392 Bemerkung:
12393 \series default
12394  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12395  angezeigt.
12396 \end_layout
12397
12398 \end_inset
12399
12400
12401 \end_layout
12402
12403 \begin_layout Standard
12404 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12405  der Zelle mit dem Inhalt 
12406 \begin_inset Quotes gld
12407 \end_inset
12408
12409 d
12410 \begin_inset Quotes grd
12411 \end_inset
12412
12413  der Tabelle
12414 \begin_inset space ~
12415 \end_inset
12416
12417
12418 \begin_inset CommandInset ref
12419 LatexCommand ref
12420 reference "tab:Table-with-centered"
12421
12422 \end_inset
12423
12424  auch noch der Befehl
12425 \family typewriter
12426 \series bold
12427  
12428 \family default
12429
12430 \backslash
12431 centering
12432 \series default
12433  hinzugefügt.
12434  Das Ganze sieht dann so aus:
12435 \end_layout
12436
12437 \begin_layout Standard
12438
12439 \series bold
12440 |>{
12441 \backslash
12442 centering}m{1.25cm-6.2pt}
12443 \end_layout
12444
12445 \begin_layout Standard
12446 Der vertikale Strich 
12447 \series bold
12448
12449 \begin_inset Quotes gld
12450 \end_inset
12451
12452 |
12453 \series default
12454
12455 \begin_inset Quotes grd
12456 \end_inset
12457
12458  am Anfang zeichnet die linke Linie, und der Befehl 
12459 \series bold
12460
12461 \begin_inset Quotes gld
12462 \end_inset
12463
12464 >{ }
12465 \begin_inset Quotes grd
12466 \end_inset
12467
12468
12469 \series default
12470  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12471  der Zelle benutzt werden sollen.
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12476  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12477  für einzelne Spalten anwendet.
12478  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12479  werden:
12480 \end_layout
12481
12482 \begin_layout Standard
12483
12484 \series bold
12485 |>{
12486 \backslash
12487 centering}m{2.5cm}|
12488 \end_layout
12489
12490 \begin_layout Subsection
12491 Mehrfachzeilen
12492 \begin_inset CommandInset label
12493 LatexCommand label
12494 name "uab:Mehrfachzeilen"
12495
12496 \end_inset
12497
12498
12499 \begin_inset Index idx
12500 status collapsed
12501
12502 \begin_layout Plain Layout
12503 Mehrfachzeilen
12504 \end_layout
12505
12506 \end_inset
12507
12508
12509 \begin_inset Index idx
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513 Tabellen ! Mehrfachzeilen
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \begin_layout Standard
12522 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12523  und verwenden dann den Knopf 
12524 \begin_inset Graphics
12525         filename ../../images/tabular-feature_multirow.png
12526         scale 70
12527         scaleBeforeRotation
12528
12529 \end_inset
12530
12531  in der Werkzeugleiste, das Menü 
12532 \family sans
12533 Bearbeiten\SpecialChar \menuseparator
12534 Tabelle\SpecialChar \menuseparator
12535 Mehrfachzeile
12536 \family default
12537 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12538  
12539 \family sans
12540 Mehrfachzeile
12541 \family default
12542 .
12543 \end_layout
12544
12545 \begin_layout Standard
12546 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12547 \end_layout
12548
12549 \begin_layout Standard
12550 \align center
12551 \begin_inset Tabular
12552 <lyxtabular version="3" rows="3" columns="3">
12553 <features tabularvalignment="middle">
12554 <column alignment="center" valignment="top" width="0pt">
12555 <column alignment="center" valignment="top" width="0">
12556 <column alignment="center" valignment="top" width="0">
12557 <row>
12558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 ein langer Eintrag
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 b
12572 \end_layout
12573
12574 \end_inset
12575 </cell>
12576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580 c
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 </row>
12586 <row>
12587 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 Mehrfachzeile
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 e
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12606 \begin_inset Text
12607
12608 \begin_layout Plain Layout
12609 f
12610 \end_layout
12611
12612 \end_inset
12613 </cell>
12614 </row>
12615 <row>
12616 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 h
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 i
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 </lyxtabular>
12645
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \begin_layout Standard
12652 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12653  Spalte festgelegt.
12654  Der 
12655 \family sans
12656 Vertikale Versatz
12657 \family default
12658  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12659  positiv/negativ ist.
12660 \end_layout
12661
12662 \begin_layout Standard
12663 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12664  die Mehrfachzeile die Ausrichtung der Spalte.
12665  Ansonsten ist sie standardmäßig links ausgerichtet.
12666  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12667 \series bold
12668
12669 \backslash
12670 multirowsetup
12671 \series default
12672  mit dem Befehl
12673 \end_layout
12674
12675 \begin_layout Standard
12676
12677 \series bold
12678
12679 \backslash
12680 renewcommand{
12681 \backslash
12682 multirowsetup}{
12683 \backslash
12684 centering}
12685 \end_layout
12686
12687 \begin_layout Standard
12688 im LaTeX-Vorspann.
12689  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12690  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12691  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12692  erneuert werden.
12693  Für rechtsbündigen Text ersetzt man 
12694 \series bold
12695
12696 \backslash
12697 centering
12698 \series default
12699  durch 
12700 \series bold
12701
12702 \backslash
12703 raggedleft
12704 \series default
12705 .
12706  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12707 \series bold
12708
12709 \backslash
12710 raggedright
12711 \series default
12712  verwendet.
12713 \end_layout
12714
12715 \begin_layout Standard
12716 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12717  die -4
12718 \begin_inset space \thinspace{}
12719 \end_inset
12720
12721 mm vertikalen Versatz hat und sich in einer 3
12722 \begin_inset space \thinspace{}
12723 \end_inset
12724
12725 cm breiten Spalte befindet:
12726 \end_layout
12727
12728 \begin_layout Standard
12729 \noindent
12730 \align center
12731 \begin_inset ERT
12732 status collapsed
12733
12734 \begin_layout Plain Layout
12735
12736
12737 \backslash
12738 renewcommand{
12739 \backslash
12740 multirowsetup}{
12741 \backslash
12742 raggedleft}
12743 \end_layout
12744
12745 \end_inset
12746
12747
12748 \begin_inset Tabular
12749 <lyxtabular version="3" rows="4" columns="3">
12750 <features tabularvalignment="middle">
12751 <column alignment="center" valignment="top" width="3cm">
12752 <column alignment="center" valignment="top" width="0">
12753 <column alignment="center" valignment="top" width="0">
12754 <row>
12755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 ein langer Eintrag
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12765 \begin_inset Text
12766
12767 \begin_layout Plain Layout
12768 b
12769 \end_layout
12770
12771 \end_inset
12772 </cell>
12773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12774 \begin_inset Text
12775
12776 \begin_layout Plain Layout
12777 c
12778 \end_layout
12779
12780 \end_inset
12781 </cell>
12782 </row>
12783 <row>
12784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 t
12789 \end_layout
12790
12791 \end_inset
12792 </cell>
12793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12794 \begin_inset Text
12795
12796 \begin_layout Plain Layout
12797 n
12798 \end_layout
12799
12800 \end_inset
12801 </cell>
12802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12803 \begin_inset Text
12804
12805 \begin_layout Plain Layout
12806 m
12807 \end_layout
12808
12809 \end_inset
12810 </cell>
12811 </row>
12812 <row>
12813 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 Mehrfachzeile
12818 \end_layout
12819
12820 \end_inset
12821 </cell>
12822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12823 \begin_inset Text
12824
12825 \begin_layout Plain Layout
12826 e
12827 \end_layout
12828
12829 \end_inset
12830 </cell>
12831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12832 \begin_inset Text
12833
12834 \begin_layout Plain Layout
12835 f
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 </row>
12841 <row>
12842 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 h
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 i
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 </lyxtabular>
12871
12872 \end_inset
12873
12874
12875 \begin_inset ERT
12876 status collapsed
12877
12878 \begin_layout Plain Layout
12879
12880
12881 \backslash
12882 renewcommand{
12883 \backslash
12884 multirowsetup}{
12885 \backslash
12886 raggedright}
12887 \end_layout
12888
12889 \end_inset
12890
12891
12892 \end_layout
12893
12894 \begin_layout Section
12895 Formale Tabellen
12896 \begin_inset CommandInset label
12897 LatexCommand label
12898 name "abs:Formale-Tabellen"
12899
12900 \end_inset
12901
12902
12903 \begin_inset Index idx
12904 status collapsed
12905
12906 \begin_layout Plain Layout
12907 Tabellen ! Formale
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Standard
12916 Tabellen werden in Büchern oft wie Tabelle
12917 \begin_inset space ~
12918 \end_inset
12919
12920
12921 \begin_inset CommandInset ref
12922 LatexCommand ref
12923 reference "tab:Formale-Tabelle"
12924
12925 \end_inset
12926
12927  gesetzt.
12928  Diese Tabellen werden
12929 \emph on
12930  formal
12931 \emph default
12932  genannt.
12933  Formale Tabellen bekommen Sie, wenn Sie im 
12934 \family sans
12935 Tabellen-Einstellungen
12936 \family default
12937 -Dialog auf der Karteikarte 
12938 \family sans
12939 Rahmen
12940 \family default
12941  den 
12942 \family sans
12943 Stil
12944 \family default
12945  
12946 \family sans
12947 Formal
12948 \family default
12949  ankreuzen.
12950 \end_layout
12951
12952 \begin_layout Standard
12953 \begin_inset Float table
12954 placement h
12955 wide false
12956 sideways false
12957 status open
12958
12959 \begin_layout Plain Layout
12960 \begin_inset Caption
12961
12962 \begin_layout Plain Layout
12963 \begin_inset CommandInset label
12964 LatexCommand label
12965 name "tab:Formale-Tabelle"
12966
12967 \end_inset
12968
12969 Formale Tabelle
12970 \end_layout
12971
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \begin_layout Plain Layout
12978 \align center
12979 \begin_inset Tabular
12980 <lyxtabular version="3" rows="8" columns="4">
12981 <features booktabs="true" tabularvalignment="middle">
12982 <column alignment="center" valignment="top" width="0">
12983 <column alignment="right" valignment="top" width="0">
12984 <column alignment="right" valignment="top" width="0">
12985 <column alignment="right" valignment="top" width="0">
12986 <row>
12987 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 System
12992 \end_layout
12993
12994 \end_inset
12995 </cell>
12996 <cell alignment="center" valignment="top" topline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 Chip
13001 \begin_inset space \thinspace{}
13002 \end_inset
13003
13004 1
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 Chip
13014 \begin_inset space \thinspace{}
13015 \end_inset
13016
13017 2
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row>
13033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037 \begin_inset ERT
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041
13042
13043 \backslash
13044 cmidrule(r){2-2}
13045 \end_layout
13046
13047 \end_inset
13048
13049
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055
13056 \backslash
13057 cmidrule(l){3-4}
13058 \end_layout
13059
13060 \end_inset
13061
13062 Detektordicke in µm
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 300
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080 300
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089 700
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 </row>
13095 <row>
13096 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 Kantenwinkel in °
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 3.55
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" topline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 2.71
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 7.99
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row topspace="default">
13134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 räumliche Auf\SpecialChar \textcompwordmark{}
13139 lösung in µm
13140 \end_layout
13141
13142 \end_inset
13143 </cell>
13144 <cell alignment="center" valignment="top" usebox="none">
13145 \begin_inset Text
13146
13147 \begin_layout Plain Layout
13148 4.26
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 10.17
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 10.56
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row topspace="default">
13173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 MTF bei 
13178 \begin_inset Formula $f_{\mathrm{max}}$
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 0.53
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 0.37
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 0.39
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 </row>
13214 <row topspace="default">
13215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 cmidrule(l{10pt}){1-1}
13227 \end_layout
13228
13229 \end_inset
13230
13231 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13232 lösung
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 <cell alignment="center" valignment="top" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Plain Layout
13259
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 </row>
13265 <row>
13266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 in µm
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 129.7
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 52.75
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 50.78
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 <row>
13304 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 in % der Pixelgröße
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 76.3
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 95.9
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 92.3
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 </row>
13341 </lyxtabular>
13342
13343 \end_inset
13344
13345
13346 \end_layout
13347
13348 \end_inset
13349
13350
13351 \end_layout
13352
13353 \begin_layout Standard
13354 Abstände zu Tabellenzeilen können auf der Karteikarte 
13355 \family sans
13356 Rahmen
13357 \family default
13358  des 
13359 \family sans
13360 Tabellen-Ein\SpecialChar \-
13361 stel\SpecialChar \-
13362 lun\SpecialChar \-
13363 gen
13364 \family default
13365 -Dialogs hinzugefügt werden, wie in Abschnitt
13366 \begin_inset space ~
13367 \end_inset
13368
13369
13370 \begin_inset CommandInset ref
13371 LatexCommand ref
13372 reference "uab:Zeilenabstand"
13373
13374 \end_inset
13375
13376  beschrieben.
13377 \end_layout
13378
13379 \begin_layout Standard
13380 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13381  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13382  gedruckt aber anders aus.
13383  Die erste und letzte Linie ist 0.08
13384 \begin_inset space \thinspace{}
13385 \end_inset
13386
13387 em dick, während die anderen 0.05
13388 \begin_inset space \thinspace{}
13389 \end_inset
13390
13391 em dick sind.
13392 \end_layout
13393
13394 \begin_layout Standard
13395 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13396 \end_layout
13397
13398 \begin_layout Standard
13399
13400 \series bold
13401
13402 \backslash
13403 let
13404 \backslash
13405 mytoprule
13406 \backslash
13407 toprule
13408 \begin_inset Newline newline
13409 \end_inset
13410
13411
13412 \backslash
13413 renewcommand{
13414 \backslash
13415 toprule}{
13416 \backslash
13417 mytoprule[Breite]}
13418 \end_layout
13419
13420 \begin_layout Standard
13421 Dies Beispiel gilt für die oberste Linie, genannt 
13422 \series bold
13423 toprule
13424 \series default
13425 .
13426  Für die letzte müssen Sie 
13427 \series bold
13428 toprule
13429 \series default
13430  durch 
13431 \series bold
13432 bottomrule
13433 \series default
13434  ersetzen.
13435  Die Linien dazwischen heißen 
13436 \series bold
13437 midrule
13438 \series default
13439 .
13440  Für 
13441 \family sans
13442 Breite
13443 \family default
13444  können Sie alle Einheiten benutzen, die in Anhang
13445 \begin_inset space ~
13446 \end_inset
13447
13448
13449 \begin_inset CommandInset ref
13450 LatexCommand ref
13451 reference "kap:In-LyX-verfügbare"
13452
13453 \end_inset
13454
13455  aufgelistet sind.
13456 \end_layout
13457
13458 \begin_layout Standard
13459 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13460  eine Linie unter einer Mehrfachspalte.
13461  LyX wird intern den Befehl 
13462 \series bold
13463
13464 \backslash
13465 cmidrule
13466 \series default
13467  benutzen, um diese Linie zu drucken.
13468  Der ganze Befehl sieht so aus:
13469 \end_layout
13470
13471 \begin_layout Standard
13472
13473 \series bold
13474
13475 \backslash
13476 cmidrule[width](trim){Anfangsspalte-Endspalte}
13477 \end_layout
13478
13479 \begin_layout Standard
13480 Die 
13481 \series bold
13482
13483 \backslash
13484 cmidrule
13485 \series default
13486 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13487  benutzen.
13488  
13489 \series bold
13490
13491 \backslash
13492 cmidrule
13493 \series default
13494  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13495  erste Zelle einer Zeile einfügt.
13496  Die Linie wird dann über der Zeile gedruckt.
13497 \end_layout
13498
13499 \begin_layout Standard
13500 Der Standardwert ist 0.03
13501 \begin_inset space \thinspace{}
13502 \end_inset
13503
13504 em.
13505  Die Linie reicht von 
13506 \family typewriter
13507 Anfangsspalte
13508 \family default
13509  bis 
13510 \family typewriter
13511 End\SpecialChar \-
13512 spal\SpecialChar \-
13513 te
13514 \family default
13515 .
13516  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13517   Der optionale Parameter 
13518 \family typewriter
13519 trim
13520 \family default
13521  kann die Werte 
13522 \emph on
13523 r
13524 \emph default
13525
13526 \emph on
13527 r{Breite}
13528 \emph default
13529
13530 \emph on
13531 l
13532 \family typewriter
13533 \emph default
13534  
13535 \family default
13536 oder 
13537 \emph on
13538 l{Breite}
13539 \emph default
13540  annehmen, wobei die 
13541 \family sans
13542 Breite
13543 \family default
13544  optional ist.
13545  
13546 \emph on
13547 l{2pt}
13548 \emph default
13549  zum Beispiel bedeutet, dass die Linie links um 2
13550 \begin_inset space \thinspace{}
13551 \end_inset
13552
13553 pt gekürzt wird.
13554  Ohne Breitenangabe werden die Linien um 0.5
13555 \begin_inset space \thinspace{}
13556 \end_inset
13557
13558 em gekürzt.
13559 \end_layout
13560
13561 \begin_layout Standard
13562 \begin_inset VSpace bigskip
13563 \end_inset
13564
13565 In Tabelle
13566 \begin_inset space ~
13567 \end_inset
13568
13569
13570 \begin_inset CommandInset ref
13571 LatexCommand ref
13572 reference "tab:Formale-Tabelle"
13573
13574 \end_inset
13575
13576  wurden die Befehle
13577 \end_layout
13578
13579 \begin_layout Standard
13580
13581 \series bold
13582
13583 \backslash
13584 cmidrule(r){2-2}
13585 \backslash
13586 cmidrule(l){3-4}
13587 \end_layout
13588
13589 \begin_layout Standard
13590 am Anfang der zweiten Zeile und
13591 \end_layout
13592
13593 \begin_layout Standard
13594
13595 \series bold
13596
13597 \backslash
13598 cmidrule(l{10pt}){1-1}
13599 \end_layout
13600
13601 \begin_layout Standard
13602 in der sechsten benutzt.
13603 \end_layout
13604
13605 \begin_layout Standard
13606 \begin_inset VSpace bigskip
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \begin_layout Standard
13613 Sie können mit 
13614 \series bold
13615
13616 \backslash
13617 cmidrule
13618 \series default
13619  auch überlappende Linien wie in Tabelle
13620 \begin_inset space ~
13621 \end_inset
13622
13623
13624 \begin_inset CommandInset ref
13625 LatexCommand ref
13626 reference "tab:Special-booktabs-table"
13627
13628 \end_inset
13629
13630  definieren.
13631  Der Befehl ist:
13632 \end_layout
13633
13634 \begin_layout Standard
13635
13636 \series bold
13637
13638 \backslash
13639 morecmidrules
13640 \end_layout
13641
13642 \begin_layout Standard
13643 In Zeile zwei der Tabelle
13644 \begin_inset space ~
13645 \end_inset
13646
13647
13648 \begin_inset CommandInset ref
13649 LatexCommand ref
13650 reference "tab:Special-booktabs-table"
13651
13652 \end_inset
13653
13654  wurde folgender Befehl benutzt:
13655 \end_layout
13656
13657 \begin_layout Standard
13658
13659 \series bold
13660
13661 \backslash
13662 cmidrule(r){2-2}
13663 \backslash
13664 cmidrule(l){3-4}
13665 \backslash
13666 morecmidrules
13667 \begin_inset Newline newline
13668 \end_inset
13669
13670
13671 \backslash
13672 cmidrule{2-4}
13673 \end_layout
13674
13675 \begin_layout Standard
13676 und in Zeile sechs:
13677 \end_layout
13678
13679 \begin_layout Standard
13680
13681 \series bold
13682
13683 \backslash
13684 midrule
13685 \backslash
13686 morecmidrules
13687 \backslash
13688 cmidrule{3-4}
13689 \end_layout
13690
13691 \begin_layout Standard
13692 \begin_inset VSpace bigskip
13693 \end_inset
13694
13695
13696 \end_layout
13697
13698 \begin_layout Standard
13699 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13700  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13701 \end_layout
13702
13703 \begin_layout Standard
13704
13705 \series bold
13706
13707 \backslash
13708 specialrule{Dicke}{Abstand davor}{Abstand danach}
13709 \end_layout
13710
13711 \begin_layout Standard
13712 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13713 \series bold
13714 booktabs
13715 \series default
13716  
13717 \begin_inset CommandInset citation
13718 LatexCommand cite
13719 key "booktabs"
13720
13721 \end_inset
13722
13723 .
13724 \begin_inset Index idx
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 LaTeX-Pakete ! booktabs
13729 \end_layout
13730
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \begin_layout Standard
13737 \begin_inset Float table
13738 placement h
13739 wide false
13740 sideways false
13741 status open
13742
13743 \begin_layout Plain Layout
13744 \begin_inset Caption
13745
13746 \begin_layout Plain Layout
13747 \begin_inset CommandInset label
13748 LatexCommand label
13749 name "tab:Special-booktabs-table"
13750
13751 \end_inset
13752
13753 Eine spezielle formale Tabelle
13754 \end_layout
13755
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \begin_layout Plain Layout
13762 \align center
13763 \begin_inset Tabular
13764 <lyxtabular version="3" rows="8" columns="4">
13765 <features booktabs="true" tabularvalignment="middle">
13766 <column alignment="center" valignment="top" width="0">
13767 <column alignment="center" valignment="top" width="0">
13768 <column alignment="right" valignment="top" width="0">
13769 <column alignment="right" valignment="top" width="0">
13770 <row>
13771 <cell alignment="center" valignment="top" topline="true" usebox="none">
13772 \begin_inset Text
13773
13774 \begin_layout Plain Layout
13775 System
13776 \end_layout
13777
13778 \end_inset
13779 </cell>
13780 <cell alignment="center" valignment="top" topline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Chip
13785 \begin_inset space \thinspace{}
13786 \end_inset
13787
13788 1
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 Chip
13798 \begin_inset space \thinspace{}
13799 \end_inset
13800
13801 2
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 </row>
13816 <row>
13817 <cell alignment="center" valignment="top" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 cmidrule(r){2-2}
13829 \end_layout
13830
13831 \end_inset
13832
13833
13834 \begin_inset ERT
13835 status collapsed
13836
13837 \begin_layout Plain Layout
13838
13839
13840 \backslash
13841 cmidrule(l){3-4}
13842 \end_layout
13843
13844 \end_inset
13845
13846
13847 \begin_inset ERT
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851
13852
13853 \backslash
13854 morecmidrules 
13855 \end_layout
13856
13857 \end_inset
13858
13859
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865
13866 \backslash
13867 cmidrule{2-4}
13868 \end_layout
13869
13870 \end_inset
13871
13872 Detektordicke in µm
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 300
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 300
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 700
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 <row>
13906 <cell alignment="center" valignment="top" topline="true" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 Kantenwinkel in °
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" topline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 3,55
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 2,71
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 7,99
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 <row topspace="default">
13944 <cell alignment="center" valignment="top" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 räumliche Auf\SpecialChar \textcompwordmark{}
13949 lösung in µm
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 4,26
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 10,17
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 10,56
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row topspace="default">
13983 <cell alignment="center" valignment="top" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 MTF bei 
13988 \begin_inset Formula $f_{\mathrm{max}}$
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 0,53
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 0,37
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 0,39
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 <row>
14025 <cell alignment="center" valignment="top" topline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034
14035 \backslash
14036 morecmidrules 
14037 \end_layout
14038
14039 \end_inset
14040
14041
14042 \begin_inset ERT
14043 status collapsed
14044
14045 \begin_layout Plain Layout
14046
14047
14048 \backslash
14049 cmidrule{3-4}
14050 \end_layout
14051
14052 \end_inset
14053
14054 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14055 lösung
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell alignment="center" valignment="top" topline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 <row>
14089 <cell alignment="center" valignment="top" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 in µm
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 129,7
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 52,75
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 50,78
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 </row>
14126 <row>
14127 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 in % der Pixelgröße
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 76,3
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 95,9
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 92,3
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 </row>
14164 </lyxtabular>
14165
14166 \end_inset
14167
14168
14169 \end_layout
14170
14171 \end_inset
14172
14173
14174 \end_layout
14175
14176 \begin_layout Section
14177 Vertikale Tabellen-Ausrichtung
14178 \begin_inset Index idx
14179 status collapsed
14180
14181 \begin_layout Plain Layout
14182 Tabellen ! Ausrichtung
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14192  einer Box sein.
14193  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14194 \begin_inset space ~
14195 \end_inset
14196
14197
14198 \begin_inset CommandInset ref
14199 LatexCommand ref
14200 reference "abs:Box-Dialog"
14201
14202 \end_inset
14203
14204  beschrieben.
14205 \end_layout
14206
14207 \begin_layout Standard
14208 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14209 \begin_inset Foot
14210 status collapsed
14211
14212 \begin_layout Plain Layout
14213 Minipages werden in Abschnitt
14214 \begin_inset space ~
14215 \end_inset
14216
14217
14218 \begin_inset CommandInset ref
14219 LatexCommand ref
14220 reference "abs:Minipage"
14221
14222 \end_inset
14223
14224  beschrieben.
14225 \end_layout
14226
14227 \end_inset
14228
14229  mit 15
14230 \begin_inset space \thinspace{}
14231 \end_inset
14232
14233 col%-Breite:
14234 \end_layout
14235
14236 \begin_layout Itemize
14237 Test 
14238 \begin_inset Box Frameless
14239 position "t"
14240 hor_pos "c"
14241 has_inner_box 1
14242 inner_pos "c"
14243 use_parbox 0
14244 use_makebox 0
14245 width "15col%"
14246 special "none"
14247 height "1in"
14248 height_special "totalheight"
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252 \begin_inset Tabular
14253 <lyxtabular version="3" rows="3" columns="3">
14254 <features tabularvalignment="middle">
14255 <column alignment="center" valignment="top" width="0">
14256 <column alignment="center" valignment="top" width="0">
14257 <column alignment="center" valignment="top" width="0">
14258 <row>
14259 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 Tabelle 1
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 </row>
14287 <row>
14288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 b
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 e
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 h
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 </row>
14316 <row>
14317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 c
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 f
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 i
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 </lyxtabular>
14346
14347 \end_inset
14348
14349
14350 \end_layout
14351
14352 \end_inset
14353
14354  Test 
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360
14361 \backslash
14362 raisebox{0.85
14363 \backslash
14364 baselineskip}{
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \begin_inset Box Frameless
14371 position "t"
14372 hor_pos "c"
14373 has_inner_box 1
14374 inner_pos "c"
14375 use_parbox 0
14376 use_makebox 0
14377 width "15col%"
14378 special "none"
14379 height "1in"
14380 height_special "totalheight"
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384 \begin_inset Tabular
14385 <lyxtabular version="3" rows="3" columns="3">
14386 <features tabularvalignment="middle">
14387 <column alignment="center" valignment="top" width="0">
14388 <column alignment="center" valignment="top" width="0">
14389 <column alignment="center" valignment="top" width="0">
14390 <row>
14391 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 Tabelle 2
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404
14405 \end_layout
14406
14407 \end_inset
14408 </cell>
14409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14410 \begin_inset Text
14411
14412 \begin_layout Plain Layout
14413
14414 \end_layout
14415
14416 \end_inset
14417 </cell>
14418 </row>
14419 <row>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 b
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 e
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 h
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 </row>
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 c
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 f
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 i
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 </lyxtabular>
14478
14479 \end_inset
14480
14481
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \begin_inset ERT
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491
14492 }
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \begin_layout Itemize
14501 Test 
14502 \begin_inset Box Frameless
14503 position "c"
14504 hor_pos "c"
14505 has_inner_box 1
14506 inner_pos "c"
14507 use_parbox 0
14508 use_makebox 0
14509 width "15col%"
14510 special "none"
14511 height "1in"
14512 height_special "totalheight"
14513 status collapsed
14514
14515 \begin_layout Plain Layout
14516 \begin_inset Tabular
14517 <lyxtabular version="3" rows="3" columns="3">
14518 <features tabularvalignment="middle">
14519 <column alignment="center" valignment="top" width="0">
14520 <column alignment="center" valignment="top" width="0">
14521 <column alignment="center" valignment="top" width="0">
14522 <row>
14523 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 Tabelle 3
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 </row>
14551 <row>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 b
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 e
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 h
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 c
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 f
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 i
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 </lyxtabular>
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \begin_layout Itemize
14622 Test 
14623 \begin_inset Box Frameless
14624 position "b"
14625 hor_pos "c"
14626 has_inner_box 1
14627 inner_pos "c"
14628 use_parbox 0
14629 use_makebox 0
14630 width "15col%"
14631 special "none"
14632 height "1in"
14633 height_special "totalheight"
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 \begin_inset Tabular
14638 <lyxtabular version="3" rows="3" columns="3">
14639 <features tabularvalignment="middle">
14640 <column alignment="center" valignment="top" width="0">
14641 <column alignment="center" valignment="top" width="0">
14642 <column alignment="center" valignment="top" width="0">
14643 <row>
14644 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 Tabelle 4
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 </row>
14672 <row>
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 b
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686 e
14687 \end_layout
14688
14689 \end_inset
14690 </cell>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 h
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 </row>
14701 <row>
14702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 c
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715 f
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 i
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 </row>
14730 </lyxtabular>
14731
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \end_inset
14738
14739 Test 
14740 \begin_inset ERT
14741 status collapsed
14742
14743 \begin_layout Plain Layout
14744
14745
14746 \backslash
14747 raisebox{-0.32
14748 \backslash
14749 baselineskip}{
14750 \end_layout
14751
14752 \end_inset
14753
14754
14755 \begin_inset Box Frameless
14756 position "b"
14757 hor_pos "c"
14758 has_inner_box 1
14759 inner_pos "c"
14760 use_parbox 0
14761 use_makebox 0
14762 width "15col%"
14763 special "none"
14764 height "1in"
14765 height_special "totalheight"
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769 \begin_inset Tabular
14770 <lyxtabular version="3" rows="3" columns="3">
14771 <features tabularvalignment="middle">
14772 <column alignment="center" valignment="top" width="0">
14773 <column alignment="center" valignment="top" width="0">
14774 <column alignment="center" valignment="top" width="0">
14775 <row>
14776 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 Tabelle 5
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789
14790 \end_layout
14791
14792 \end_inset
14793 </cell>
14794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798
14799 \end_layout
14800
14801 \end_inset
14802 </cell>
14803 </row>
14804 <row>
14805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 b
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818 e
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827 h
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 c
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 f
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 i
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 </lyxtabular>
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870
14871
14872 \begin_inset ERT
14873 status collapsed
14874
14875 \begin_layout Plain Layout
14876
14877 }
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \begin_layout Standard
14886 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14887 \begin_inset space \space{}
14888 \end_inset
14889
14890 1 und letzten Zeile von Tabelle
14891 \begin_inset space \space{}
14892 \end_inset
14893
14894 4 bezüglich dem Wort 
14895 \begin_inset Quotes gld
14896 \end_inset
14897
14898 Test
14899 \begin_inset Quotes grd
14900 \end_inset
14901
14902  nicht richtig ausgerichtet.
14903  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14904 \begin_inset Quotes gld
14905 \end_inset
14906
14907 Raisebox
14908 \begin_inset Quotes grd
14909 \end_inset
14910
14911
14912 \begin_inset Foot
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916 Raiseboxen werden in Abschnitt
14917 \begin_inset space ~
14918 \end_inset
14919
14920
14921 \begin_inset CommandInset ref
14922 LatexCommand ref
14923 reference "uab:Vertikale-Ausrichtung"
14924
14925 \end_inset
14926
14927  beschrieben.
14928 \end_layout
14929
14930 \end_inset
14931
14932  setzen.
14933  In Tabelle
14934 \begin_inset space \space{}
14935 \end_inset
14936
14937 2 wurde der Text mit dem Befehl
14938 \end_layout
14939
14940 \begin_layout Standard
14941
14942 \series bold
14943
14944 \backslash
14945 raisebox{0.85
14946 \backslash
14947 baselineskip}{
14948 \end_layout
14949
14950 \begin_layout Standard
14951 vor der Box ausgerichtet.
14952  Hinter der Box wurde auch noch 
14953 \series bold
14954 }
14955 \series default
14956  als TeX-Code eingefügt, weil der obige Befehl mit 
14957 \series bold
14958 {
14959 \series default
14960  aufhörte.
14961  Für Tabelle
14962 \begin_inset space \space{}
14963 \end_inset
14964
14965 5 wurde der Befehl
14966 \end_layout
14967
14968 \begin_layout Standard
14969
14970 \series bold
14971
14972 \backslash
14973 raisebox{-0.32
14974 \backslash
14975 baselineskip}{
14976 \end_layout
14977
14978 \begin_layout Standard
14979 benutzt.
14980 \end_layout
14981
14982 \begin_layout Standard
14983 \begin_inset Note Greyedout
14984 status open
14985
14986 \begin_layout Plain Layout
14987
14988 \series bold
14989 Bemerkung:
14990 \series default
14991  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14992  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14993  Der Faktor im 
14994 \series bold
14995
14996 \backslash
14997 raisebox
14998 \series default
14999 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
15000 \end_layout
15001
15002 \end_inset
15003
15004
15005 \end_layout
15006
15007 \begin_layout Section
15008 Farbige Tabellen
15009 \begin_inset CommandInset label
15010 LatexCommand label
15011 name "abs:Farbige-Tabellen"
15012
15013 \end_inset
15014
15015
15016 \begin_inset Index idx
15017 status collapsed
15018
15019 \begin_layout Plain Layout
15020 Tabellen ! farbige
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \begin_layout Subsection
15029 Farbige Zellen
15030 \begin_inset Index idx
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034 farbige !  Tabellenzellen
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Standard
15043 \begin_inset Float table
15044 placement h
15045 wide false
15046 sideways false
15047 status open
15048
15049 \begin_layout Plain Layout
15050 \begin_inset Caption
15051
15052 \begin_layout Plain Layout
15053 \begin_inset CommandInset label
15054 LatexCommand label
15055 name "tab:Farbige-Tabelle-ohne"
15056
15057 \end_inset
15058
15059 Farbige Tabelle, ohne Paket 
15060 \series bold
15061 colortbl
15062 \series default
15063
15064 \begin_inset Argument
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068 Tabelle ohne 
15069 \family typewriter
15070 colortbl
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \end_layout
15082
15083 \begin_layout Plain Layout
15084 \align center
15085 \begin_inset Tabular
15086 <lyxtabular version="3" rows="3" columns="3">
15087 <features tabularvalignment="middle">
15088 <column alignment="center" valignment="top" width="0">
15089 <column alignment="center" valignment="top" width="0">
15090 <column alignment="center" valignment="top" width="0">
15091 <row>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096
15097 \color green
15098 a
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107
15108 \color red
15109 b
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118
15119 \color red
15120 c
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 </row>
15126 <row>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131
15132 \color green
15133 d
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \color blue
15144 e
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \color blue
15155 f
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row>
15162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166
15167 \color green
15168 g
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \color blue
15179 h
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188
15189 \color blue
15190 i
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 </row>
15196 </lyxtabular>
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \begin_layout Standard
15209 \begin_inset CommandInset label
15210 LatexCommand label
15211 name "Wenn-Sie-nur"
15212
15213 \end_inset
15214
15215 Wenn Sie nur farbigen Text
15216 \begin_inset Index idx
15217 status collapsed
15218
15219 \begin_layout Plain Layout
15220 Farbe ! für Text
15221 \end_layout
15222
15223 \end_inset
15224
15225  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15226  auf den Werkzeugleistenknopf 
15227 \begin_inset Graphics
15228         filename ../../images/dialog-show_character.png
15229         scale 70
15230         scaleBeforeRotation
15231
15232 \end_inset
15233
15234  oder über das Menü 
15235 \family sans
15236 Bearbeiten\SpecialChar \menuseparator
15237 Textstil\SpecialChar \menuseparator
15238 Benutzerdefiniert
15239 \family default
15240  mit dem 
15241 \family sans
15242 Textstil
15243 \family default
15244 -Dialog wie es in Tabelle
15245 \begin_inset space ~
15246 \end_inset
15247
15248
15249 \begin_inset CommandInset ref
15250 LatexCommand ref
15251 reference "tab:Farbige-Tabelle-ohne"
15252
15253 \end_inset
15254
15255  gemacht wurde.
15256  In anderen Fällen müssen Sie das LaTeX-Paket 
15257 \series bold
15258 colortbl
15259 \series default
15260  benutzen.
15261 \begin_inset Index idx
15262 status collapsed
15263
15264 \begin_layout Plain Layout
15265 LaTeX-Pakete ! colortbl
15266 \end_layout
15267
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Standard
15274 \begin_inset ERT
15275 status collapsed
15276
15277 \begin_layout Plain Layout
15278
15279
15280 \backslash
15281 ifcolortbl
15282 \end_layout
15283
15284 \end_inset
15285
15286
15287 \begin_inset Note Note
15288 status open
15289
15290 \begin_layout Plain Layout
15291 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15292 \series bold
15293 colortbl
15294 \series default
15295  installiert ist.
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 Um farbige Tabellen zu erzeugen, muss 
15305 \series bold
15306 colortbl
15307 \series default
15308  im LaTeX-Vorspann geladen werden:
15309 \end_layout
15310
15311 \begin_layout Standard
15312
15313 \series bold
15314
15315 \backslash
15316 usepackage{colortbl}
15317 \end_layout
15318
15319 \begin_layout Standard
15320 Die Farbe einer Spalte ändert man dann mit dem Befehl
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 columncolor{Farbname}
15329 \end_layout
15330
15331 \begin_layout Standard
15332 innerhalb des Befehls 
15333 \series bold
15334 >{}
15335 \series default
15336 .
15337  Mehr über den Befehl 
15338 \series bold
15339 >{}
15340 \series default
15341  finden Sie im Abschnitt
15342 \begin_inset space ~
15343 \end_inset
15344
15345
15346 \begin_inset CommandInset ref
15347 LatexCommand ref
15348 reference "uab:Mehrfachspalten-Berechnungen"
15349
15350 \end_inset
15351
15352 .
15353 \end_layout
15354
15355 \begin_layout Standard
15356 Folgende Farbnamen sind vordefiniert:
15357 \end_layout
15358
15359 \begin_layout Standard
15360
15361 \family sans
15362 red
15363 \family default
15364
15365 \family sans
15366 green
15367 \family default
15368
15369 \family sans
15370 yellow
15371 \family default
15372
15373 \family sans
15374 blue
15375 \family default
15376
15377 \family sans
15378 cyan
15379 \family default
15380
15381 \family sans
15382 magenta
15383 \family default
15384
15385 \family sans
15386 black
15387 \family default
15388  und 
15389 \family sans
15390 white
15391 \begin_inset Newline newline
15392 \end_inset
15393
15394 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15395 \family default
15396 und
15397 \family sans
15398  weiß
15399 \family default
15400 ).
15401 \end_layout
15402
15403 \begin_layout Standard
15404 \begin_inset VSpace medskip
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \begin_layout Standard
15411 Sie können auch eigene Farben definieren:
15412 \end_layout
15413
15414 \begin_layout Standard
15415
15416 \series bold
15417
15418 \backslash
15419 definecolor{Farbname}{Farbmodell}{Farbwerte}
15420 \end_layout
15421
15422 \begin_layout Standard
15423 Das Farbmodell kann eins der folgenden sein:
15424 \end_layout
15425
15426 \begin_layout Labeling
15427 \labelwidthstring 00.00.0000
15428 cmyk: cyan, magenta, yellow, black
15429 \end_layout
15430
15431 \begin_layout Labeling
15432 \labelwidthstring 00.00.0000
15433 rgb: red, green blue
15434 \end_layout
15435
15436 \begin_layout Labeling
15437 \labelwidthstring 00.00.0000
15438 gray: gray
15439 \end_layout
15440
15441 \begin_layout Standard
15442 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15443  die die entsprechende Farbe für das Farbmodell beschreiben.
15444 \end_layout
15445
15446 \begin_layout Standard
15447 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15448 \emph on
15449
15450 \begin_inset Quotes gld
15451 \end_inset
15452
15453 dunkelgruen
15454 \emph default
15455
15456 \begin_inset Quotes grd
15457 \end_inset
15458
15459  und 
15460 \begin_inset Quotes gld
15461 \end_inset
15462
15463
15464 \emph on
15465 hellgrau
15466 \emph default
15467
15468 \begin_inset Quotes grd
15469 \end_inset
15470
15471  folgendermaßen definieren:
15472 \end_layout
15473
15474 \begin_layout Standard
15475
15476 \series bold
15477
15478 \backslash
15479 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15480 \end_layout
15481
15482 \begin_layout Standard
15483
15484 \series bold
15485
15486 \backslash
15487 definecolor{hellgrau}{gray}{0.8}
15488 \end_layout
15489
15490 \begin_layout Standard
15491 \begin_inset VSpace medskip
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \begin_layout Standard
15498 Linien werden mit dem Befehl
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \series bold
15504
15505 \backslash
15506 rowcolor{Farbname}
15507 \end_layout
15508
15509 \begin_layout Standard
15510 gefärbt, Zellen mit dem Befehl
15511 \end_layout
15512
15513 \begin_layout Standard
15514
15515 \series bold
15516
15517 \backslash
15518 cellcolor{Farbname}
15519 \end_layout
15520
15521 \begin_layout Standard
15522 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15523 \end_layout
15524
15525 \begin_layout Standard
15526 Um nur Text zu färben, machen Sie es wie 
15527 \begin_inset CommandInset ref
15528 LatexCommand vpageref
15529 reference "Wenn-Sie-nur"
15530
15531 \end_inset
15532
15533  beschrieben.
15534  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15535 \emph on
15536 markieren Sie nur den Text
15537 \emph default
15538 , sonst werden Sie LaTeX-Fehler erzeugen.
15539 \end_layout
15540
15541 \begin_layout Standard
15542 \begin_inset Note Greyedout
15543 status open
15544
15545 \begin_layout Plain Layout
15546
15547 \series bold
15548 Achtung:
15549 \series default
15550  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15551 \end_layout
15552
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \begin_layout Standard
15559 \begin_inset VSpace medskip
15560 \end_inset
15561
15562
15563 \end_layout
15564
15565 \begin_layout Standard
15566 Die Tabelle
15567 \begin_inset space ~
15568 \end_inset
15569
15570
15571 \begin_inset CommandInset ref
15572 LatexCommand ref
15573 reference "tab:Table-colored-using"
15574
15575 \end_inset
15576
15577  wurde folgendermaßen erstellt: die erste Spalte soll 
15578 \emph on
15579
15580 \begin_inset Quotes gld
15581 \end_inset
15582
15583 dunkelgruen
15584 \emph default
15585
15586 \begin_inset Quotes grd
15587 \end_inset
15588
15589  werden, also müssen Sie ins 
15590 \family sans
15591 LaTe
15592 \begin_inset ERT
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596
15597 {}
15598 \end_layout
15599
15600 \end_inset
15601
15602 X-Argument
15603 \family default
15604  der Zellen der ersten Spalte den Befehl
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610 >{
15611 \backslash
15612 columncolor{dunkelgruen}
15613 \backslash
15614 centering}c
15615 \end_layout
15616
15617 \begin_layout Standard
15618 schreiben.
15619  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15620 \end_layout
15621
15622 \begin_layout Standard
15623
15624 \series bold
15625
15626 \backslash
15627 rowcolor{cyan}
15628 \end_layout
15629
15630 \begin_layout Standard
15631 in die erste Zelle der ersten Zeile eingefügt.
15632  Diese Farbe ersetzt die Spaltenfarbe.
15633  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15634  wird mit folgendem Befehl erreicht:
15635 \end_layout
15636
15637 \begin_layout Standard
15638
15639 \series bold
15640
15641 \backslash
15642 cellcolor{magenta}
15643 \end_layout
15644
15645 \begin_layout Standard
15646 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15647 \family sans
15648 Textstil
15649 \family default
15650 -Dialog.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 \begin_inset Float table
15655 placement h
15656 wide false
15657 sideways false
15658 status open
15659
15660 \begin_layout Plain Layout
15661 \begin_inset Caption
15662
15663 \begin_layout Plain Layout
15664 \begin_inset CommandInset label
15665 LatexCommand label
15666 name "tab:Table-colored-using"
15667
15668 \end_inset
15669
15670 Eine mit dem Paket 
15671 \series bold
15672 colortbl
15673 \series default
15674  gefärbte Tabelle
15675 \begin_inset Argument
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679 Tabelle mit 
15680 \family typewriter
15681 colortbl
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \begin_layout Plain Layout
15695 \align center
15696 \begin_inset Tabular
15697 <lyxtabular version="3" rows="3" columns="3">
15698 <features tabularvalignment="middle">
15699 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15700 <column alignment="center" valignment="top" width="0">
15701 <column alignment="center" valignment="top" width="0">
15702 <row>
15703 <cell alignment="center" valignment="top" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 \begin_inset ERT
15708 status collapsed
15709
15710 \begin_layout Plain Layout
15711
15712
15713 \backslash
15714 rowcolor{cyan}
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \color magenta
15721 a
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 <cell alignment="center" valignment="top" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \color red
15732 b
15733 \end_layout
15734
15735 \end_inset
15736 </cell>
15737 <cell alignment="center" valignment="top" usebox="none">
15738 \begin_inset Text
15739
15740 \begin_layout Plain Layout
15741
15742 \color red
15743 c
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row>
15750 <cell alignment="center" valignment="top" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \color yellow
15756 d
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765
15766 \color blue
15767 e
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \color blue
15778 f
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 </row>
15784 <row>
15785 <cell alignment="center" valignment="top" usebox="none">
15786 \begin_inset Text
15787
15788 \begin_layout Plain Layout
15789
15790 \color yellow
15791 g
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 <cell alignment="center" valignment="top" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \color blue
15802 h
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 \begin_inset ERT
15812 status collapsed
15813
15814 \begin_layout Plain Layout
15815
15816
15817 \backslash
15818 cellcolor{magenta}
15819 \end_layout
15820
15821 \end_inset
15822
15823
15824 \color green
15825 i
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 </lyxtabular>
15832
15833 \end_inset
15834
15835
15836 \end_layout
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Standard
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 else
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \begin_inset Note Note
15858 status open
15859
15860 \begin_layout Plain Layout
15861 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15862 \series bold
15863 colortbl
15864 \series default
15865  nicht installiert ist:
15866 \end_layout
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Standard
15874 Sie müssen das LaTeX-Paket 
15875 \series bold
15876 colortbl
15877 \series default
15878  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15879 \end_layout
15880
15881 \begin_layout Standard
15882 \begin_inset ERT
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886
15887
15888 \backslash
15889 fi
15890 \end_layout
15891
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \begin_layout Subsection
15898 Farbige Linien
15899 \begin_inset Index idx
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903 farbige !  Tabellenlinien
15904 \end_layout
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Standard
15912 Wie in Abschnitt
15913 \begin_inset space ~
15914 \end_inset
15915
15916
15917 \begin_inset CommandInset ref
15918 LatexCommand ref
15919 reference "uab:Liniendicke"
15920
15921 \end_inset
15922
15923  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15924 \series bold
15925
15926 \backslash
15927 arrayrulewidth
15928 \series default
15929  definiert werden.
15930  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15931 \begin_inset space \thinspace{}
15932 \end_inset
15933
15934 pt gesetzt.
15935 \begin_inset ERT
15936 status collapsed
15937
15938 \begin_layout Plain Layout
15939
15940
15941 \backslash
15942 setlength{
15943 \backslash
15944 arrayrulewidth}{1.5pt}
15945 \end_layout
15946
15947 \end_inset
15948
15949
15950 \end_layout
15951
15952 \begin_layout Standard
15953 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15954 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15955 \begin_inset space ~
15956 \end_inset
15957
15958
15959 \begin_inset CommandInset ref
15960 LatexCommand ref
15961 reference "uab:Angepasste-Zellen-/Spaltenformate"
15962
15963 \end_inset
15964
15965  definiert:
15966 \end_layout
15967
15968 \begin_layout Standard
15969
15970 \series bold
15971
15972 \backslash
15973 newcolumntype{W}{!{
15974 \backslash
15975 color{green}
15976 \backslash
15977 vline}}
15978 \end_layout
15979
15980 \begin_layout Standard
15981 In Tabelle
15982 \begin_inset space ~
15983 \end_inset
15984
15985
15986 \begin_inset CommandInset ref
15987 LatexCommand ref
15988 reference "tab:Tabelle-mit-farbigen-vert"
15989
15990 \end_inset
15991
15992  wurde das LaTeX-Argument 
15993 \series bold
15994 WcW
15995 \series default
15996  für die letzte und 
15997 \series bold
15998 Wc
15999 \series default
16000  für die anderen Spalten benutzt.
16001 \end_layout
16002
16003 \begin_layout Standard
16004 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \begin_inset Float table
16009 placement h
16010 wide false
16011 sideways false
16012 status open
16013
16014 \begin_layout Plain Layout
16015 \begin_inset Caption
16016
16017 \begin_layout Plain Layout
16018 \begin_inset CommandInset label
16019 LatexCommand label
16020 name "tab:Tabelle-mit-farbigen-vert"
16021
16022 \end_inset
16023
16024 Tabelle mit farbigen vertikalen Linien
16025 \end_layout
16026
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Plain Layout
16033 \align center
16034 \begin_inset Tabular
16035 <lyxtabular version="3" rows="3" columns="3">
16036 <features tabularvalignment="middle">
16037 <column alignment="center" valignment="top" width="0" special="Wc">
16038 <column alignment="center" valignment="top" width="0" special="Wc">
16039 <column alignment="center" valignment="top" width="0" special="WcW">
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 sd
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" topline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054
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" 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" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 sd
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 <row>
16099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 sd
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 </lyxtabular>
16128
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \begin_layout Standard
16140 \begin_inset VSpace bigskip
16141 \end_inset
16142
16143 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16144 \begin_inset space ~
16145 \end_inset
16146
16147
16148 \begin_inset CommandInset ref
16149 LatexCommand ref
16150 reference "tab:Tabelle-mit-farbigen-horiz"
16151
16152 \end_inset
16153
16154 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16155  einfügen:
16156 \end_layout
16157
16158 \begin_layout Standard
16159
16160 \series bold
16161
16162 \backslash
16163 let
16164 \backslash
16165 myHlineC
16166 \backslash
16167 hline
16168 \begin_inset Newline newline
16169 \end_inset
16170
16171
16172 \backslash
16173 renewcommand{
16174 \backslash
16175 hline}
16176 \begin_inset Newline newline
16177 \end_inset
16178
16179
16180 \begin_inset Phantom HPhantom
16181 status open
16182
16183 \begin_layout Plain Layout
16184
16185 \series bold
16186 \begin_inset space ~
16187 \end_inset
16188
16189
16190 \end_layout
16191
16192 \end_inset
16193
16194 {
16195 \backslash
16196 arrayrulecolor{red}
16197 \backslash
16198 myHlineC
16199 \backslash
16200 arrayrulecolor{black}}
16201 \end_layout
16202
16203 \begin_layout Standard
16204 \begin_inset ERT
16205 status collapsed
16206
16207 \begin_layout Plain Layout
16208
16209
16210 \backslash
16211 let
16212 \backslash
16213 myHlineC
16214 \backslash
16215 hline
16216 \end_layout
16217
16218 \begin_layout Plain Layout
16219
16220
16221 \backslash
16222 renewcommand{
16223 \backslash
16224 hline}
16225 \end_layout
16226
16227 \begin_layout Plain Layout
16228
16229  {
16230 \backslash
16231 arrayrulecolor{red}
16232 \backslash
16233 myHlineC
16234 \backslash
16235 arrayrulecolor{black}}
16236 \end_layout
16237
16238 \end_inset
16239
16240
16241 \begin_inset Float table
16242 placement h
16243 wide false
16244 sideways false
16245 status open
16246
16247 \begin_layout Plain Layout
16248 \begin_inset Caption
16249
16250 \begin_layout Plain Layout
16251 \begin_inset CommandInset label
16252 LatexCommand label
16253 name "tab:Tabelle-mit-farbigen-horiz"
16254
16255 \end_inset
16256
16257 Tabelle mit farbigen horizontalen Linien
16258 \end_layout
16259
16260 \end_inset
16261
16262
16263 \end_layout
16264
16265 \begin_layout Plain Layout
16266 \align center
16267 \begin_inset Tabular
16268 <lyxtabular version="3" rows="3" columns="3">
16269 <features tabularvalignment="middle">
16270 <column alignment="center" valignment="top" width="0">
16271 <column alignment="center" valignment="top" width="0">
16272 <column alignment="center" valignment="top" width="0">
16273 <row>
16274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 sd
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 sd
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 </row>
16331 <row>
16332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 sd
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 </row>
16360 </lyxtabular>
16361
16362 \end_inset
16363
16364
16365 \end_layout
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \begin_layout Standard
16373 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16374  als TeX-Code hinter der Tabelle einfügen:
16375 \end_layout
16376
16377 \begin_layout Standard
16378
16379 \series bold
16380
16381 \backslash
16382 renewcommand{
16383 \backslash
16384 hline}{
16385 \backslash
16386 myHlineC}
16387 \end_layout
16388
16389 \begin_layout Standard
16390 Tabelle
16391 \begin_inset space ~
16392 \end_inset
16393
16394
16395 \begin_inset CommandInset ref
16396 LatexCommand ref
16397 reference "tab:Table-with-colored"
16398
16399 \end_inset
16400
16401  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16402 \end_layout
16403
16404 \begin_layout Standard
16405 \begin_inset Float table
16406 placement h
16407 wide false
16408 sideways false
16409 status open
16410
16411 \begin_layout Plain Layout
16412 \begin_inset Caption
16413
16414 \begin_layout Plain Layout
16415 \begin_inset CommandInset label
16416 LatexCommand label
16417 name "tab:Table-with-colored"
16418
16419 \end_inset
16420
16421 Tabelle mit farbigen Linien
16422 \end_layout
16423
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \begin_layout Plain Layout
16430 \align center
16431 \begin_inset Tabular
16432 <lyxtabular version="3" rows="3" columns="3">
16433 <features tabularvalignment="middle">
16434 <column alignment="center" valignment="top" width="0" special="Wc">
16435 <column alignment="center" valignment="top" width="0" special="Wc">
16436 <column alignment="center" valignment="top" width="0" special="WcW">
16437 <row>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 sd
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 <row>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 sd
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 <row topspace="default">
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 sd
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 </lyxtabular>
16525
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \begin_layout Standard
16537 \begin_inset ERT
16538 status collapsed
16539
16540 \begin_layout Plain Layout
16541
16542
16543 \backslash
16544 renewcommand{
16545 \backslash
16546 hline}{
16547 \backslash
16548 myHlineC}
16549 \end_layout
16550
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \begin_layout Standard
16557 \begin_inset ERT
16558 status collapsed
16559
16560 \begin_layout Plain Layout
16561
16562
16563 \backslash
16564 setlength{
16565 \backslash
16566 arrayrulewidth}{0.4pt}
16567 \end_layout
16568
16569 \end_inset
16570
16571
16572 \begin_inset Note Note
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576 setzt die Liniendicke wieder auf ihren Standardwert zurück
16577 \end_layout
16578
16579 \end_inset
16580
16581
16582 \end_layout
16583
16584 \begin_layout Section
16585 Tabellen-Anpassung
16586 \begin_inset Index idx
16587 status collapsed
16588
16589 \begin_layout Plain Layout
16590 Tabellen ! Anpassung
16591 \end_layout
16592
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \begin_layout Subsection
16599 Zeilenabstand
16600 \begin_inset CommandInset label
16601 LatexCommand label
16602 name "uab:Zeilenabstand"
16603
16604 \end_inset
16605
16606
16607 \begin_inset Index idx
16608 status collapsed
16609
16610 \begin_layout Plain Layout
16611 Tabellen ! Zeilenabstand
16612 \end_layout
16613
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \begin_layout Standard
16620 Auf der Karteikarte 
16621 \family sans
16622 Rahmen
16623 \family default
16624  des 
16625 \family sans
16626 Tabellen-Einstellungen
16627 \family default
16628 -Dialogs können Sie 
16629 \family sans
16630 zusätzliche
16631 \begin_inset space ~
16632 \end_inset
16633
16634 Abstände
16635 \family default
16636  einfügen.
16637  Dabei haben Sie drei Möglichkeiten:
16638 \end_layout
16639
16640 \begin_layout Description
16641 Oberhalb
16642 \begin_inset space ~
16643 \end_inset
16644
16645 der
16646 \begin_inset space ~
16647 \end_inset
16648
16649 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16650  Bei einer formalen Tabelle
16651 \begin_inset Foot
16652 status collapsed
16653
16654 \begin_layout Plain Layout
16655 Formale Tabellen wurden in Abschnitt
16656 \begin_inset space ~
16657 \end_inset
16658
16659
16660 \begin_inset CommandInset ref
16661 LatexCommand ref
16662 reference "abs:Formale-Tabellen"
16663
16664 \end_inset
16665
16666  beschrieben.
16667 \end_layout
16668
16669 \end_inset
16670
16671  fügt LyX standardmäßig 0.5
16672 \begin_inset space \thinspace{}
16673 \end_inset
16674
16675 em Leerraum ein.
16676  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16677 \begin_inset VSpace medskip
16678 \end_inset
16679
16680
16681 \begin_inset Newline newline
16682 \end_inset
16683
16684
16685 \begin_inset space \hspace*{}
16686 \length 0pt
16687 \end_inset
16688
16689
16690 \begin_inset space \hfill{}
16691 \end_inset
16692
16693
16694 \begin_inset Tabular
16695 <lyxtabular version="3" rows="3" columns="1">
16696 <features tabularvalignment="middle">
16697 <column alignment="center" valignment="top" width="0">
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 A
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 </row>
16709 <row topspace="3mm">
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 3
16715 \begin_inset space \thinspace{}
16716 \end_inset
16717
16718 mm Leerraum oberhalb der Zeile
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 </row>
16724 <row>
16725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16726 \begin_inset Text
16727
16728 \begin_layout Plain Layout
16729 C
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 </lyxtabular>
16736
16737 \end_inset
16738
16739
16740 \begin_inset space \hfill{}
16741 \end_inset
16742
16743
16744 \begin_inset space \hspace*{}
16745 \length 0pt
16746 \end_inset
16747
16748
16749 \begin_inset VSpace medskip
16750 \end_inset
16751
16752
16753 \begin_inset Newline newline
16754 \end_inset
16755
16756 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16757 n Linien verwenden.
16758 \end_layout
16759
16760 \begin_layout Description
16761 Unterhalb
16762 \begin_inset space ~
16763 \end_inset
16764
16765 der
16766 \begin_inset space ~
16767 \end_inset
16768
16769 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16770  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16771 \begin_inset space \thinspace{}
16772 \end_inset
16773
16774 em Leerraum ein.
16775  Bei normalen Tabellen ist der Standardwert 2
16776 \begin_inset space \thinspace{}
16777 \end_inset
16778
16779 pt.
16780 \end_layout
16781
16782 \begin_layout Description
16783 Zwischen
16784 \begin_inset space ~
16785 \end_inset
16786
16787 den
16788 \begin_inset space ~
16789 \end_inset
16790
16791 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16792  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16793 \begin_inset space \thinspace{}
16794 \end_inset
16795
16796 em Leerraum ein.
16797  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16798 \begin_inset VSpace medskip
16799 \end_inset
16800
16801
16802 \begin_inset Newline newline
16803 \end_inset
16804
16805
16806 \begin_inset space \hspace*{}
16807 \length 0pt
16808 \end_inset
16809
16810
16811 \begin_inset space \hfill{}
16812 \end_inset
16813
16814
16815 \begin_inset Tabular
16816 <lyxtabular version="3" rows="3" columns="1">
16817 <features tabularvalignment="middle">
16818 <column alignment="center" valignment="top" width="0">
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 A
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row interlinespace="3mm">
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Formula $\downarrow$
16836 \end_inset
16837
16838  3
16839 \begin_inset space \thinspace{}
16840 \end_inset
16841
16842 mm Leerraum zwischen den Zeilen 
16843 \begin_inset Formula $\downarrow$
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 \begin_inset Formula $\uparrow$
16858 \end_inset
16859
16860  3
16861 \begin_inset space \thinspace{}
16862 \end_inset
16863
16864 mm Leerraum zwischen den Zeilen 
16865 \begin_inset Formula $\uparrow$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 </lyxtabular>
16875
16876 \end_inset
16877
16878
16879 \begin_inset space \hfill{}
16880 \end_inset
16881
16882
16883 \begin_inset space \hspace*{}
16884 \length 0pt
16885 \end_inset
16886
16887
16888 \begin_inset VSpace medskip
16889 \end_inset
16890
16891
16892 \begin_inset Newline newline
16893 \end_inset
16894
16895 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16896 n Linien verwenden.
16897 \end_layout
16898
16899 \begin_layout Standard
16900 \begin_inset VSpace bigskip
16901 \end_inset
16902
16903 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16904  Befehlen im LaTeX-Vorspann machen:
16905 \end_layout
16906
16907 \begin_layout Standard
16908
16909 \series bold
16910
16911 \backslash
16912 @ifundefined{extrarowheight}
16913 \begin_inset Newline newline
16914 \end_inset
16915
16916
16917 \begin_inset Phantom HPhantom
16918 status open
16919
16920 \begin_layout Plain Layout
16921
16922 \series bold
16923 \begin_inset space ~
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930
16931 {
16932 \backslash
16933 usepackage{array}}{}
16934 \begin_inset Newline newline
16935 \end_inset
16936
16937
16938 \backslash
16939 setlength{
16940 \backslash
16941 extrarowheight}{Höhe}
16942 \end_layout
16943
16944 \begin_layout Standard
16945 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16946  ausgerichtet sind.
16947  (Das Paket 
16948 \series bold
16949 array
16950 \series default
16951  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16952  verwenden.
16953  Der Befehl 
16954 \series bold
16955
16956 \backslash
16957 @ifundefined
16958 \series default
16959  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16960 \end_layout
16961
16962 \begin_layout Standard
16963 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16964  zu nah an den Buchstaben.
16965  Das kann korrigiert werden, indem man den Befehl 
16966 \series bold
16967
16968 \backslash
16969 strut
16970 \series default
16971  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16972  Tabelle
16973 \begin_inset space ~
16974 \end_inset
16975
16976
16977 \begin_inset CommandInset ref
16978 LatexCommand ref
16979 reference "tab:Vertikale-Ausrichtung-von"
16980
16981 \end_inset
16982
16983  zeigt den Effekt.
16984 \end_layout
16985
16986 \begin_layout Standard
16987 \noindent
16988 \begin_inset Float table
16989 placement h
16990 wide false
16991 sideways false
16992 status open
16993
16994 \begin_layout Plain Layout
16995 \begin_inset Caption
16996
16997 \begin_layout Plain Layout
16998 \begin_inset CommandInset label
16999 LatexCommand label
17000 name "tab:Vertikale-Ausrichtung-von"
17001
17002 \end_inset
17003
17004 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
17005 \end_layout
17006
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \begin_layout Plain Layout
17013 \begin_inset space \hfill{}
17014 \end_inset
17015
17016
17017 \begin_inset Float table
17018 wide false
17019 sideways false
17020 status collapsed
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Caption
17024
17025 \begin_layout Plain Layout
17026 Normale Tabelle.
17027 \end_layout
17028
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \begin_layout Plain Layout
17035 \noindent
17036 \align center
17037 \begin_inset Tabular
17038 <lyxtabular version="3" rows="6" columns="1">
17039 <features tabularvalignment="middle">
17040 <column alignment="left" valignment="top" width="0">
17041 <row>
17042 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 Normal, g
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \size large
17059 Groß, g
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \size larger
17072 Größer, g
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \size largest
17085 noch Größer, g
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 <row>
17092 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096
17097 \size huge
17098 Riesig
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109
17110 \size giant
17111 Gigantisch
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 </lyxtabular>
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \begin_inset space \hfill{}
17128 \end_inset
17129
17130
17131 \begin_inset Float table
17132 wide false
17133 sideways false
17134 status collapsed
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Caption
17138
17139 \begin_layout Plain Layout
17140 Tabelle bei der der Befehl 
17141 \series bold
17142
17143 \backslash
17144 strut
17145 \series default
17146  verwendet wurde.
17147 \end_layout
17148
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \begin_layout Plain Layout
17155 \noindent
17156 \align center
17157 \begin_inset Tabular
17158 <lyxtabular version="3" rows="6" columns="1">
17159 <features tabularvalignment="middle">
17160 <column alignment="left" valignment="top" width="0">
17161 <row>
17162 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 Normal, g
17167 \end_layout
17168
17169 \end_inset
17170 </cell>
17171 </row>
17172 <row>
17173 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \size large
17179 \begin_inset ERT
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183
17184
17185 \backslash
17186 strut 
17187 \end_layout
17188
17189 \end_inset
17190
17191 Groß, g
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \size larger
17204 \begin_inset ERT
17205 status collapsed
17206
17207 \begin_layout Plain Layout
17208
17209
17210 \backslash
17211 strut 
17212 \end_layout
17213
17214 \end_inset
17215
17216 Größer, g
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 </row>
17222 <row>
17223 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17224 \begin_inset Text
17225
17226 \begin_layout Plain Layout
17227
17228 \size largest
17229 \begin_inset ERT
17230 status collapsed
17231
17232 \begin_layout Plain Layout
17233
17234
17235 \backslash
17236 strut 
17237 \end_layout
17238
17239 \end_inset
17240
17241 noch Größer, g
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \size huge
17254 \begin_inset ERT
17255 status collapsed
17256
17257 \begin_layout Plain Layout
17258
17259
17260 \backslash
17261 strut 
17262 \end_layout
17263
17264 \end_inset
17265
17266 Riesig
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 </row>
17272 <row>
17273 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \size giant
17279 \begin_inset ERT
17280 status collapsed
17281
17282 \begin_layout Plain Layout
17283
17284
17285 \backslash
17286 strut 
17287 \end_layout
17288
17289 \end_inset
17290
17291 Gigantisch
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 </lyxtabular>
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \begin_inset space \hfill{}
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \begin_layout Subsection
17319 Besondere Zellenausrichtung
17320 \begin_inset CommandInset label
17321 LatexCommand label
17322 name "sub:Besondere-Zellenausrichtung"
17323
17324 \end_inset
17325
17326
17327 \begin_inset Index idx
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331 Tabellen ! Zellenausrichtung
17332 \end_layout
17333
17334 \end_inset
17335
17336
17337 \end_layout
17338
17339 \begin_layout Standard
17340 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17341  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17342 \begin_inset space ~
17343 \end_inset
17344
17345
17346 \begin_inset CommandInset ref
17347 LatexCommand ref
17348 reference "tab:Tabellenzellen-sind-auf"
17349
17350 \end_inset
17351
17352 .
17353  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
17354  dann entweder den Werkzeugleistenknopf 
17355 \begin_inset Graphics
17356         filename ../../images/tabular-feature_align-decimal.png
17357         scale 85
17358         scaleBeforeRotation
17359
17360 \end_inset
17361
17362  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
17363 \family sans
17364 Am
17365 \begin_inset space ~
17366 \end_inset
17367
17368 Dezimaltrenner
17369 \family default
17370  setzt.
17371  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17372  frei wählen.
17373 \end_layout
17374
17375 \begin_layout Standard
17376 \begin_inset Float table
17377 placement h
17378 wide false
17379 sideways false
17380 status open
17381
17382 \begin_layout Plain Layout
17383 \begin_inset Caption
17384
17385 \begin_layout Plain Layout
17386 \begin_inset CommandInset label
17387 LatexCommand label
17388 name "tab:Tabellenzellen-sind-auf"
17389
17390 \end_inset
17391
17392 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17393 \end_layout
17394
17395 \end_inset
17396
17397
17398 \end_layout
17399
17400 \begin_layout Plain Layout
17401 \align center
17402 \begin_inset Tabular
17403 <lyxtabular version="3" rows="4" columns="1">
17404 <features booktabs="true" tabularvalignment="middle">
17405 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17406 <row>
17407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 Überschrift
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" topline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 12,6
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 </row>
17428 <row>
17429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 0,68
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 -123,0
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 </lyxtabular>
17451
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Standard
17463 \begin_inset Float table
17464 placement h
17465 wide false
17466 sideways false
17467 status open
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Caption
17471
17472 \begin_layout Plain Layout
17473 \begin_inset CommandInset label
17474 LatexCommand label
17475 name "tab:Tabellenzellen-Operator"
17476
17477 \end_inset
17478
17479 Tabellenzellen sind auf den Operator ausgerichtet
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Plain Layout
17488 \align center
17489 \begin_inset Tabular
17490 <lyxtabular version="3" rows="4" columns="2">
17491 <features booktabs="true" tabularvalignment="middle">
17492 <column alignment="right" valignment="top" width="0pt">
17493 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17494 <row>
17495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 Überschrift
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
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 \begin_inset Formula $12\,+$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Formula $\,6$
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 </row>
17540 <row>
17541 <cell alignment="center" valignment="top" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 \begin_inset Formula $0\,-$
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $\,68$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Formula $-123\,/$
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset Formula $\,0$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 </lyxtabular>
17593
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \begin_layout Standard
17605 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17606  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17607  Formeln erlaubt.
17608  In diesem Fall verwendet man die Methode von Tabelle
17609 \begin_inset space ~
17610 \end_inset
17611
17612
17613 \begin_inset CommandInset ref
17614 LatexCommand ref
17615 reference "tab:Tabellenzellen-Operator"
17616
17617 \end_inset
17618
17619 .
17620  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17621  Die Überschrift ist eine zentrierte Mehrfachspalte.
17622  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17623  und den Operator.
17624  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17625  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17626  um den üblichen Leerraum um einen Operator zu erhalten.
17627  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17628  für die zweite Spalte folgendes eingefügt:
17629 \end_layout
17630
17631 \begin_layout Standard
17632
17633 \series bold
17634 @{}l
17635 \end_layout
17636
17637 \begin_layout Standard
17638 Tabelle
17639 \begin_inset space ~
17640 \end_inset
17641
17642
17643 \begin_inset CommandInset ref
17644 LatexCommand ref
17645 reference "tab:Verschiedene-Ausrichtungen"
17646
17647 \end_inset
17648
17649  zeigt einige Ausrichtungen.
17650  Für die Ausrichtung der Relationen wurde ein kleiner 
17651 \family sans
17652 Leerraum
17653 \family default
17654  eingefügt; wie in der zweiten Spalte von Tabelle
17655 \begin_inset space ~
17656 \end_inset
17657
17658
17659 \begin_inset CommandInset ref
17660 LatexCommand ref
17661 reference "tab:Tabellenzellen-Operator"
17662
17663 \end_inset
17664
17665 .
17666 \end_layout
17667
17668 \begin_layout Standard
17669
17670 \color black
17671 \begin_inset Float table
17672 placement h
17673 wide false
17674 sideways false
17675 status open
17676
17677 \begin_layout Plain Layout
17678
17679 \color black
17680 \begin_inset Caption
17681
17682 \begin_layout Plain Layout
17683
17684 \color black
17685 \begin_inset CommandInset label
17686 LatexCommand label
17687 name "tab:Verschiedene-Ausrichtungen"
17688
17689 \end_inset
17690
17691
17692 \color inherit
17693 Verschiedene Ausrichtungen
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \begin_layout Plain Layout
17702 \align center
17703 \begin_inset Tabular
17704 <lyxtabular version="3" rows="4" columns="6">
17705 <features tabularvalignment="middle">
17706 <column alignment="right" valignment="top" width="0">
17707 <column alignment="left" valignment="top" width="0" special="@{}l">
17708 <column alignment="right" valignment="top" width="0">
17709 <column alignment="left" valignment="top" width="0" special="@{}l">
17710 <column alignment="right" valignment="top" width="0">
17711 <column alignment="left" valignment="top" width="0" special="@{}l">
17712 <row>
17713 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717 Einheiten
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 Exponenten
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 Relationen
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 </row>
17768 <row>
17769 <cell alignment="center" valignment="top" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 12×
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782 24
17783 \begin_inset space \thinspace{}
17784 \end_inset
17785
17786 Flaschen
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795 \begin_inset Formula $10\cdot$
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 \begin_inset Formula $10^{\mbox{-}17}$
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell alignment="center" valignment="top" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819 \begin_inset Formula $\Gamma(t)\propto$
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset Formula $\:\Upsilon(t)$
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 </row>
17840 <row>
17841 <cell alignment="center" valignment="top" usebox="none">
17842 \begin_inset Text
17843
17844 \begin_layout Plain Layout
17845 1024×
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 768
17855 \begin_inset space \thinspace{}
17856 \end_inset
17857
17858 Pixel
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell alignment="center" valignment="top" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867 \begin_inset Formula $5.78\cdot$
17868 \end_inset
17869
17870
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879 \begin_inset Formula $10^{7}$
17880 \end_inset
17881
17882
17883 \end_layout
17884
17885 \end_inset
17886 </cell>
17887 <cell alignment="center" valignment="top" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891 \begin_inset Formula $A\ne$
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 \begin_inset Formula $\: B_{\mathrm{red}}$
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 </row>
17912 <row>
17913 <cell alignment="center" valignment="top" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 32×
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 6
17927 \begin_inset space \thinspace{}
17928 \end_inset
17929
17930 cm
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 -
17940 \begin_inset Formula $33.5\cdot$
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952 \begin_inset Formula $10^{4}$
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 <cell alignment="center" valignment="top" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 \begin_inset Formula $\sin(\alpha)\ge$
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 \begin_inset Formula $\:\sin(\beta)$
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 </row>
17985 </lyxtabular>
17986
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Subsection
17998 Angepasste Zellen-/Spaltenformate
17999 \begin_inset CommandInset label
18000 LatexCommand label
18001 name "uab:Angepasste-Zellen-/Spaltenformate"
18002
18003 \end_inset
18004
18005
18006 \begin_inset Index idx
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010 Tabellen ! Spaltenformat
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 Wenn man wie in Abschnitt
18020 \begin_inset space ~
18021 \end_inset
18022
18023
18024 \begin_inset CommandInset ref
18025 LatexCommand ref
18026 reference "uab:Mehrfachspalten-Berechnungen"
18027
18028 \end_inset
18029
18030  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18031  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18032  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18033  definieren:
18034 \end_layout
18035
18036 \begin_layout Standard
18037
18038 \series bold
18039
18040 \backslash
18041 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18042 \end_layout
18043
18044 \begin_layout Standard
18045 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18046 \emph on
18047 b
18048 \emph default
18049
18050 \emph on
18051 c
18052 \emph default
18053
18054 \emph on
18055 l
18056 \emph default
18057
18058 \emph on
18059 m
18060 \emph default
18061
18062 \emph on
18063 p
18064 \emph default
18065  oder 
18066 \emph on
18067 r
18068 \emph default
18069 , weil diese vordefiniert sind.
18070  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18071 \end_layout
18072
18073 \begin_layout Standard
18074 \begin_inset VSpace medskip
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \begin_layout Standard
18081 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18082  Breite könnte das Format so aussehen:
18083 \end_layout
18084
18085 \begin_layout Standard
18086
18087 \series bold
18088
18089 \backslash
18090 newcolumntype{M}[1]{>{
18091 \backslash
18092 centering
18093 \backslash
18094 hspace{0pt}}m{#1}}
18095 \end_layout
18096
18097 \begin_layout Standard
18098 wobei 
18099 \series bold
18100
18101 \backslash
18102 hspace{0pt}
18103 \series default
18104  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18105  Abschnitt
18106 \begin_inset space ~
18107 \end_inset
18108
18109
18110 \begin_inset CommandInset ref
18111 LatexCommand ref
18112 reference "uab:Mehrfache-Zeilen-in"
18113
18114 \end_inset
18115
18116  beschrieben.
18117  Jetzt können Sie mit
18118 \end_layout
18119
18120 \begin_layout Standard
18121
18122 \series bold
18123 M{Breite}
18124 \end_layout
18125
18126 \begin_layout Standard
18127 im 
18128 \family sans
18129 LaTeX-Argument
18130 \family default
18131  im 
18132 \family sans
18133 Tabellen-Einstellungen
18134 \family default
18135 -Dialog eine Mehrfachspalte definieren.
18136 \end_layout
18137
18138 \begin_layout Standard
18139 \begin_inset VSpace bigskip
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \begin_layout Standard
18146 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18147  Format definieren:
18148 \end_layout
18149
18150 \begin_layout Standard
18151
18152 \series bold
18153
18154 \backslash
18155 newcolumntype{S}[2]{>{
18156 \backslash
18157 centering
18158 \backslash
18159 hspace{0pt}}
18160 \begin_inset Newline newline
18161 \end_inset
18162
18163
18164 \begin_inset Phantom HPhantom
18165 status open
18166
18167 \begin_layout Plain Layout
18168
18169 \series bold
18170
18171 \backslash
18172 newcolumntype
18173 \end_layout
18174
18175 \end_inset
18176
18177 m{(#1+(2
18178 \backslash
18179 tabcolsep+
18180 \backslash
18181 arrayrulewidth)*(1-#2))/#2}}
18182 \end_layout
18183
18184 \begin_layout Standard
18185 Dieses Format benutzt Gleichung
18186 \begin_inset space ~
18187 \end_inset
18188
18189
18190 \begin_inset CommandInset ref
18191 LatexCommand ref
18192 reference "eq:Wgn"
18193
18194 \end_inset
18195
18196 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18197  breit ist.
18198 \end_layout
18199
18200 \begin_layout Standard
18201 Jetzt können Sie im 
18202 \family sans
18203 LaTeX-Argument
18204 \family default
18205  im 
18206 \family sans
18207 Tabellen-Einstellungen
18208 \family default
18209 -Dialog folgendes einfügen:
18210 \end_layout
18211
18212 \begin_layout Standard
18213
18214 \series bold
18215 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18216 \end_layout
18217
18218 \begin_layout Standard
18219 \begin_inset VSpace bigskip
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Standard
18226 Für farbige Spalten können Sie folgendes einfügen:
18227 \end_layout
18228
18229 \begin_layout Standard
18230
18231 \series bold
18232
18233 \backslash
18234 newcolumntype{K}[1]{>{
18235 \backslash
18236 columncolor{#1}
18237 \backslash
18238 hspace{0pt}}c}
18239 \end_layout
18240
18241 \begin_layout Standard
18242 Das 
18243 \begin_inset Quotes gld
18244 \end_inset
18245
18246 c
18247 \begin_inset Quotes grd
18248 \end_inset
18249
18250  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18251  zentriert ist.
18252  Jetzt können Sie als 
18253 \family sans
18254 LaTeX-Argument
18255 \family default
18256  folgendes einfügen:
18257 \end_layout
18258
18259 \begin_layout Standard
18260
18261 \series bold
18262 K{Farbname}
18263 \end_layout
18264
18265 \begin_layout Standard
18266 \begin_inset VSpace bigskip
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \begin_layout Standard
18273 Für Tabelle
18274 \begin_inset space ~
18275 \end_inset
18276
18277
18278 \begin_inset CommandInset ref
18279 LatexCommand ref
18280 reference "tab:Tabelle-mit-benutzerdefinierte"
18281
18282 \end_inset
18283
18284  wurden folgende 
18285 \family sans
18286 LaTeX-Argumente
18287 \family default
18288  benutzt:
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \series bold
18294 M{2.5cm}
18295 \end_layout
18296
18297 \begin_layout Standard
18298 für die erste Spalte und die Mehrfachspalte,
18299 \end_layout
18300
18301 \begin_layout Standard
18302
18303 \series bold
18304 K{red}
18305 \end_layout
18306
18307 \begin_layout Standard
18308 für die letzte Spalte und
18309 \end_layout
18310
18311 \begin_layout Standard
18312
18313 \series bold
18314 S{2.5cm}{2}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 für die Spalten in der zweiten Mehrfachspalte.
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset Float table
18323 placement h
18324 wide false
18325 sideways false
18326 status open
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Caption
18330
18331 \begin_layout Plain Layout
18332 \begin_inset CommandInset label
18333 LatexCommand label
18334 name "tab:Tabelle-mit-benutzerdefinierte"
18335
18336 \end_inset
18337
18338 Tabelle mit benutzerdefinierten Formaten
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Plain Layout
18347 \align center
18348 \begin_inset Tabular
18349 <lyxtabular version="3" rows="3" columns="4">
18350 <features tabularvalignment="middle">
18351 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18352 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18353 <column alignment="center" valignment="middle" width="0">
18354 <column alignment="center" valignment="middle" width="0" special="K{red}">
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 einsehrlangesWort
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 Mehrfachspalte mit mehreren Zeilen
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 c
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 d
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 e
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 f
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425 g
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 <row>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 h
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 i
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 j
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 k
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 </row>
18469 </lyxtabular>
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \begin_layout Subsection
18482 Liniendicke
18483 \begin_inset CommandInset label
18484 LatexCommand label
18485 name "uab:Liniendicke"
18486
18487 \end_inset
18488
18489
18490 \begin_inset Index idx
18491 status collapsed
18492
18493 \begin_layout Plain Layout
18494 Tabellen  ! Linien ! -dicke
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 Die Liniendicke für alle Linien einer Tabelle kann mit 
18504 \series bold
18505
18506 \backslash
18507 arrayrulewidth
18508 \series default
18509  eingestellt werden.
18510  Um eine Liniendicke von 1.5
18511 \begin_inset space \thinspace{}
18512 \end_inset
18513
18514 pt wie in Tabelle
18515 \begin_inset space ~
18516 \end_inset
18517
18518
18519 \begin_inset CommandInset ref
18520 LatexCommand ref
18521 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18522
18523 \end_inset
18524
18525  zu bekommen, geben Sie den Befehl
18526 \end_layout
18527
18528 \begin_layout Standard
18529
18530 \series bold
18531
18532 \backslash
18533 setlength{
18534 \backslash
18535 arrayrulewidth}{1.5pt}
18536 \end_layout
18537
18538 \begin_layout Standard
18539 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18540  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18541  Mit
18542 \end_layout
18543
18544 \begin_layout Standard
18545
18546 \series bold
18547
18548 \backslash
18549 setlength{
18550 \backslash
18551 arrayrulewidth}{0.4pt}
18552 \end_layout
18553
18554 \begin_layout Standard
18555 bekommen Sie wieder die Standarddicke.
18556 \end_layout
18557
18558 \begin_layout Standard
18559 \begin_inset ERT
18560 status collapsed
18561
18562 \begin_layout Plain Layout
18563
18564
18565 \backslash
18566 setlength{
18567 \backslash
18568 arrayrulewidth}{1.5pt}
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \begin_inset Float table
18575 placement H
18576 wide false
18577 sideways false
18578 status open
18579
18580 \begin_layout Plain Layout
18581 \begin_inset Caption
18582
18583 \begin_layout Plain Layout
18584 \begin_inset CommandInset label
18585 LatexCommand label
18586 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18587
18588 \end_inset
18589
18590 Tabelle mit 1.5
18591 \begin_inset space \thinspace{}
18592 \end_inset
18593
18594 pt Liniendicke
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Plain Layout
18603 \align center
18604 \begin_inset Tabular
18605 <lyxtabular version="3" rows="3" columns="3">
18606 <features tabularvalignment="middle">
18607 <column alignment="center" valignment="top" width="0">
18608 <column alignment="center" valignment="top" width="0">
18609 <column alignment="center" valignment="top" width="0">
18610 <row>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 sd
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 <row>
18640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 sd
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 </row>
18668 <row>
18669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 sd
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 </row>
18697 </lyxtabular>
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \begin_inset ERT
18708 status collapsed
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 setlength{
18715 \backslash
18716 arrayrulewidth}{0.4pt}
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \begin_layout Standard
18725 \begin_inset VSpace bigskip
18726 \end_inset
18727
18728 Um eine Liniendicke von 1.5
18729 \begin_inset space \thinspace{}
18730 \end_inset
18731
18732 pt nur für horizontale Linien zu bekommen wie in Tabelle
18733 \begin_inset space ~
18734 \end_inset
18735
18736
18737 \begin_inset CommandInset ref
18738 LatexCommand ref
18739 reference "tab:Tabelle-mit-1.5pt-horiz"
18740
18741 \end_inset
18742
18743 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18744  einfügen:
18745 \end_layout
18746
18747 \begin_layout Standard
18748
18749 \series bold
18750
18751 \backslash
18752 let
18753 \backslash
18754 myHline
18755 \backslash
18756 hline
18757 \begin_inset Newline newline
18758 \end_inset
18759
18760
18761 \backslash
18762 renewcommand{
18763 \backslash
18764 hline}
18765 \begin_inset Newline newline
18766 \end_inset
18767
18768  {
18769 \backslash
18770 noalign{
18771 \backslash
18772 global
18773 \backslash
18774 arrayrulewidth 1.5pt}
18775 \begin_inset Newline newline
18776 \end_inset
18777
18778  
18779 \backslash
18780 myHline
18781 \backslash
18782 noalign{
18783 \backslash
18784 global
18785 \backslash
18786 arrayrulewidth 0.4pt}}
18787 \end_layout
18788
18789 \begin_layout Standard
18790 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18791  der (Gleit\SpecialChar \-
18792 objekt-)Tabelle zurück:
18793 \end_layout
18794
18795 \begin_layout Standard
18796
18797 \series bold
18798
18799 \backslash
18800 renewcommand{
18801 \backslash
18802 hline}{
18803 \backslash
18804 myHline}
18805 \end_layout
18806
18807 \begin_layout Standard
18808 \begin_inset ERT
18809 status collapsed
18810
18811 \begin_layout Plain Layout
18812
18813
18814 \backslash
18815 let
18816 \backslash
18817 myHline
18818 \backslash
18819 hline
18820 \end_layout
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 renewcommand{
18827 \backslash
18828 hline}
18829 \end_layout
18830
18831 \begin_layout Plain Layout
18832
18833  {
18834 \backslash
18835 noalign{
18836 \backslash
18837 global
18838 \backslash
18839 arrayrulewidth 1.5pt}
18840 \end_layout
18841
18842 \begin_layout Plain Layout
18843
18844   
18845 \backslash
18846 myHline
18847 \backslash
18848 noalign{
18849 \backslash
18850 global
18851 \backslash
18852 arrayrulewidth 0.4pt}}
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \begin_inset Float table
18859 placement h
18860 wide false
18861 sideways false
18862 status open
18863
18864 \begin_layout Plain Layout
18865 \begin_inset Caption
18866
18867 \begin_layout Plain Layout
18868 \begin_inset CommandInset label
18869 LatexCommand label
18870 name "tab:Tabelle-mit-1.5pt-horiz"
18871
18872 \end_inset
18873
18874 Tabelle mit 1.5
18875 \begin_inset space \thinspace{}
18876 \end_inset
18877
18878 pt dicken horizontalen Linien
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Plain Layout
18887 \align center
18888 \begin_inset Tabular
18889 <lyxtabular version="3" rows="3" columns="3">
18890 <features tabularvalignment="middle">
18891 <column alignment="center" valignment="top" width="0">
18892 <column alignment="center" valignment="top" width="0">
18893 <column alignment="center" valignment="top" width="0">
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 sd
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 </row>
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 sd
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 sd
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 </row>
18981 </lyxtabular>
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \begin_inset ERT
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995
18996
18997 \backslash
18998 renewcommand{
18999 \backslash
19000 hline}{
19001 \backslash
19002 myHline}
19003 \end_layout
19004
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset VSpace bigskip
19012 \end_inset
19013
19014 Um die Liniendicke von 1.5
19015 \begin_inset space \thinspace{}
19016 \end_inset
19017
19018 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19019  Spaltenformat entsprechend der Beschreibung in Abschnitt
19020 \begin_inset space ~
19021 \end_inset
19022
19023
19024 \begin_inset CommandInset ref
19025 LatexCommand ref
19026 reference "uab:Angepasste-Zellen-/Spaltenformate"
19027
19028 \end_inset
19029
19030  definieren:
19031 \end_layout
19032
19033 \begin_layout Standard
19034
19035 \series bold
19036
19037 \backslash
19038 newcolumntype{V}{!{
19039 \backslash
19040 vrule width 1.5pt}}
19041 \end_layout
19042
19043 \begin_layout Standard
19044 In Tabelle
19045 \begin_inset space ~
19046 \end_inset
19047
19048
19049 \begin_inset CommandInset ref
19050 LatexCommand ref
19051 reference "tab:Tabelle-mit-1.5pt-vert"
19052
19053 \end_inset
19054
19055  wurde das 
19056 \family sans
19057 LaTe
19058 \begin_inset ERT
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062
19063 {}
19064 \end_layout
19065
19066 \end_inset
19067
19068 X-Argument
19069 \family default
19070 \series bold
19071  VcV
19072 \series default
19073  für die letzte Spalte und
19074 \series bold
19075  Vc
19076 \series default
19077  für die anderen benutzt.
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \begin_inset Float table
19082 placement H
19083 wide false
19084 sideways false
19085 status open
19086
19087 \begin_layout Plain Layout
19088 \begin_inset Caption
19089
19090 \begin_layout Plain Layout
19091 \begin_inset CommandInset label
19092 LatexCommand label
19093 name "tab:Tabelle-mit-1.5pt-vert"
19094
19095 \end_inset
19096
19097 Tabelle mit 1.5
19098 \begin_inset space \thinspace{}
19099 \end_inset
19100
19101 pt dicken vertikalen Linien
19102 \end_layout
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Plain Layout
19110 \align center
19111 \begin_inset Tabular
19112 <lyxtabular version="3" rows="3" columns="3">
19113 <features tabularvalignment="middle">
19114 <column alignment="center" valignment="top" width="0" special="Vc">
19115 <column alignment="center" valignment="top" width="0" special="Vc">
19116 <column alignment="center" valignment="top" width="0" special="VcV">
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 sd
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 <cell alignment="center" valignment="top" topline="true" usebox="none">
19128 \begin_inset Text
19129
19130 \begin_layout Plain Layout
19131
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 <cell alignment="center" valignment="top" topline="true" usebox="none">
19137 \begin_inset Text
19138
19139 \begin_layout Plain Layout
19140
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 </row>
19146 <row>
19147 <cell alignment="center" valignment="top" topline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 sd
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row>
19176 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198 sd
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 </lyxtabular>
19205
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \begin_layout Subsection
19217 Gestrichelte Linien
19218 \begin_inset Index idx
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 Tabellen  ! Linien ! gestrichelte 
19223 \end_layout
19224
19225 \end_inset
19226
19227
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset ERT
19232 status collapsed
19233
19234 \begin_layout Plain Layout
19235
19236
19237 \backslash
19238 ifarydshln
19239 \end_layout
19240
19241 \end_inset
19242
19243
19244 \begin_inset Note Note
19245 status open
19246
19247 \begin_layout Plain Layout
19248 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19249 \series bold
19250 arydshln
19251 \series default
19252  installiert ist.
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \begin_layout Standard
19261 \begin_inset Float table
19262 placement h
19263 wide false
19264 sideways false
19265 status open
19266
19267 \begin_layout Plain Layout
19268 \begin_inset Caption
19269
19270 \begin_layout Plain Layout
19271 \begin_inset CommandInset label
19272 LatexCommand label
19273 name "tab:Tabelle-mit-gestrichelten"
19274
19275 \end_inset
19276
19277 Tabelle mit gestrichelten Linien
19278 \end_layout
19279
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Plain Layout
19286 \align center
19287 \begin_inset Tabular
19288 <lyxtabular version="3" rows="5" columns="5">
19289 <features tabularvalignment="middle">
19290 <column alignment="center" valignment="top" width="0">
19291 <column alignment="center" valignment="top" width="0">
19292 <column alignment="center" valignment="top" width="0" special=":c">
19293 <column alignment="center" valignment="top" width="0">
19294 <column alignment="center" valignment="top" width="0">
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 a
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 b
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 c
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327 d
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 e
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 f
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356 g
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 h
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 i
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 j
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" 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 hdashline 
19402 \end_layout
19403
19404 \end_inset
19405
19406 k
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 l
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 m
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 n
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 o
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 \begin_inset ERT
19454 status collapsed
19455
19456 \begin_layout Plain Layout
19457
19458
19459 \backslash
19460 cdashline{4-5}
19461 \end_layout
19462
19463 \end_inset
19464
19465 p
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 q
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 r
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 s
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 t
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 u
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 v
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 w
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 x
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 </lyxtabular>
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \begin_layout Standard
19567 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19568  TeX-Code benutzen.
19569  Zunächst müssen Sie das LaTeX-Paket 
19570 \series bold
19571 arydshln
19572 \series default
19573
19574 \begin_inset Index idx
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578 LaTeX-Pakete ! arydshln
19579 \end_layout
19580
19581 \end_inset
19582
19583  im LaTeX-Vorspann laden:
19584 \end_layout
19585
19586 \begin_layout Standard
19587
19588 \series bold
19589
19590 \backslash
19591 usepackage{arydshln}
19592 \end_layout
19593
19594 \begin_layout Standard
19595 Um senkrechte Linien zu stricheln, müssen Sie im 
19596 \family sans
19597 LaTe
19598 \begin_inset ERT
19599 status collapsed
19600
19601 \begin_layout Plain Layout
19602
19603 {}
19604 \end_layout
19605
19606 \end_inset
19607
19608 X-Argument
19609 \family default
19610  des 
19611 \family sans
19612 Tabellen-Einstellungen
19613 \family default
19614 -Dialogs 
19615 \begin_inset Quotes gld
19616 \end_inset
19617
19618 :
19619 \begin_inset Quotes grd
19620 \end_inset
19621
19622 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19623 \end_layout
19624
19625 \begin_layout Standard
19626 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19627 \end_layout
19628
19629 \begin_layout Standard
19630
19631 \series bold
19632
19633 \backslash
19634 hdashline
19635 \end_layout
19636
19637 \begin_layout Standard
19638 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19639 \end_layout
19640
19641 \begin_layout Standard
19642 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19643 \end_layout
19644
19645 \begin_layout Standard
19646
19647 \series bold
19648
19649 \backslash
19650 cdashline{Anfangsspalte-Endspalte}
19651 \end_layout
19652
19653 \begin_layout Standard
19654 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19655  Wenn Sie z.
19656 \begin_inset space \thinspace{}
19657 \end_inset
19658
19659 B.
19660  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19661  gestrichelte Linie haben, fügen Sie den Befehl
19662 \end_layout
19663
19664 \begin_layout Standard
19665
19666 \series bold
19667
19668 \backslash
19669 cdashline{2-4}
19670 \end_layout
19671
19672 \begin_layout Standard
19673 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19674 \end_layout
19675
19676 \begin_layout Standard
19677 \begin_inset VSpace bigskip
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \begin_layout Standard
19684 In Tabelle
19685 \begin_inset space ~
19686 \end_inset
19687
19688
19689 \begin_inset CommandInset ref
19690 LatexCommand ref
19691 reference "tab:Tabelle-mit-gestrichelten"
19692
19693 \end_inset
19694
19695  wurde in der dritten Spalte der Befehl
19696 \series bold
19697  
19698 \series default
19699
19700 \begin_inset Quotes gld
19701 \end_inset
19702
19703
19704 \series bold
19705 :c
19706 \begin_inset Quotes grd
19707 \end_inset
19708
19709
19710 \series default
19711  benutzt.
19712  Der Befehl 
19713 \series bold
19714
19715 \backslash
19716 hdashline
19717 \series default
19718  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19719 \begin_inset Newline newline
19720 \end_inset
19721
19722  
19723 \series bold
19724
19725 \backslash
19726 cdashline{4-5} 
19727 \series default
19728 wurde in die erste Zelle der vierten Zeile eingefügt.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 \begin_inset Note Greyedout
19733 status open
19734
19735 \begin_layout Plain Layout
19736
19737 \series bold
19738 Bemerkung:
19739 \series default
19740  Das LaTeX-Paket 
19741 \series bold
19742 arydshln
19743 \series default
19744  ist nicht kompatibel dem LaTeX-Paket 
19745 \series bold
19746 colortbl
19747 \series default
19748
19749 \begin_inset Index idx
19750 status collapsed
19751
19752 \begin_layout Plain Layout
19753 LaTeX-Pakete ! colortbl
19754 \end_layout
19755
19756 \end_inset
19757
19758 , das für die farbigen Tabellen in Abschnitt
19759 \begin_inset space ~
19760 \end_inset
19761
19762
19763 \begin_inset CommandInset ref
19764 LatexCommand ref
19765 reference "abs:Farbige-Tabellen"
19766
19767 \end_inset
19768
19769  benutzt wurde.
19770  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19771 \end_layout
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \begin_layout Standard
19779 \begin_inset ERT
19780 status collapsed
19781
19782 \begin_layout Plain Layout
19783
19784
19785 \backslash
19786 else
19787 \end_layout
19788
19789 \end_inset
19790
19791
19792 \begin_inset Note Note
19793 status open
19794
19795 \begin_layout Plain Layout
19796 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19797 \series bold
19798 arydshln
19799 \series default
19800  nicht installiert ist:
19801 \end_layout
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Standard
19809 Sie müssen das LaTeX-Paket 
19810 \series bold
19811 arydshln
19812 \series default
19813  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19814 \end_layout
19815
19816 \begin_layout Standard
19817 \begin_inset ERT
19818 status collapsed
19819
19820 \begin_layout Plain Layout
19821
19822
19823 \backslash
19824 fi
19825 \end_layout
19826
19827 \end_inset
19828
19829
19830 \end_layout
19831
19832 \begin_layout Chapter
19833 Gleitobjekte
19834 \begin_inset Index idx
19835 status collapsed
19836
19837 \begin_layout Plain Layout
19838 Gleitobjekte
19839 \end_layout
19840
19841 \end_inset
19842
19843
19844 \end_layout
19845
19846 \begin_layout Section
19847 Einleitung
19848 \begin_inset CommandInset label
19849 LatexCommand label
19850 name "abs:Gleitobjekte-Einleitung"
19851
19852 \end_inset
19853
19854
19855 \begin_inset Index idx
19856 status collapsed
19857
19858 \begin_layout Plain Layout
19859 Gleitobjekte ! Einleitung
19860 \end_layout
19861
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \begin_layout Standard
19868 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19869  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19870  der beste Platz ist.
19871  
19872 \family sans
19873 Fußnoten
19874 \family default
19875  und 
19876 \family sans
19877 Randnotizen
19878 \family default
19879  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19880  wenn auf ihrer Seite schon zu viele sind.
19881 \end_layout
19882
19883 \begin_layout Standard
19884 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19885  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19886  um weiße Flächen und Seiten ohne Text zu vermeiden.
19887  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19888 löst,
19889  kann im Text auf ein Gleitobjekt verwiesen werden.
19890  Gleitobjekte sind deshalb nummeriert.
19891  Querverweise werden in Abschnitt
19892 \begin_inset space ~
19893 \end_inset
19894
19895
19896 \begin_inset CommandInset ref
19897 LatexCommand ref
19898 reference "abs:Auf-Gleitobjekte-verweisen"
19899
19900 \end_inset
19901
19902  beschrieben.
19903 \end_layout
19904
19905 \begin_layout Standard
19906 Ein Gleitobjekt wird mit 
19907 \family sans
19908 Einfügen\SpecialChar \menuseparator
19909 Gleitobjekt\SpecialChar \menuseparator
19910 Algorithmus/Abbildung/Ta\SpecialChar \-
19911 belle/Um\SpecialChar \-
19912 flos\SpecialChar \-
19913 se\SpecialChar \-
19914 nes
19915 \begin_inset space ~
19916 \end_inset
19917
19918 Gleitobjekt
19919 \family default
19920  eingefügt.
19921  Für Abbildungen oder Tabellen können Sie auch auf 
19922 \begin_inset Graphics
19923         filename ../../images/float-insert_figure.png
19924         scale 70
19925         scaleBeforeRotation
19926
19927 \end_inset
19928
19929  oder 
19930 \begin_inset Graphics
19931         filename ../../images/float-insert_table.png
19932         scale 70
19933         scaleBeforeRotation
19934
19935 \end_inset
19936
19937  klicken.
19938  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19939  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19940  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19941  #:).
19942  Statt # sehen Sie die von LyX vergebene Nummer.
19943  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19944  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19945  eingefügt.
19946  In Abschnitt
19947 \begin_inset space ~
19948 \end_inset
19949
19950
19951 \begin_inset CommandInset ref
19952 LatexCommand ref
19953 reference "abs:Titel-Platzierung"
19954
19955 \end_inset
19956
19957  finden Sie mehr über die Platzierung des Titels.
19958  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19959  auch wieder geöffnet.
19960  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19961 \begin_inset Graphics
19962         filename clipart/GleitobjektQt4.png
19963         scale 70
19964         scaleBeforeRotation
19965
19966 \end_inset
19967
19968  – ein graues Kästchen mit roter Beschriftung.
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19973  Gleitobjekte in einem eigenen Absatz einzufügen.
19974 \end_layout
19975
19976 \begin_layout Standard
19977 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19978  indem Sie sie markieren und dann auf 
19979 \begin_inset Graphics
19980         filename ../../images/float-insert_figure.png
19981         scale 70
19982         scaleBeforeRotation
19983
19984 \end_inset
19985
19986  oder 
19987 \begin_inset Graphics
19988         filename ../../images/float-insert_table.png
19989         scale 70
19990         scaleBeforeRotation
19991
19992 \end_inset
19993
19994  klicken.
19995 \end_layout
19996
19997 \begin_layout Section
19998 Gleitobjekt-Typen
19999 \begin_inset Index idx
20000 status collapsed
20001
20002 \begin_layout Plain Layout
20003 Gleitobjekte ! Typen
20004 \end_layout
20005
20006 \end_inset
20007
20008
20009 \end_layout
20010
20011 \begin_layout Standard
20012 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
20013 \begin_inset space ~
20014 \end_inset
20015
20016
20017 \begin_inset CommandInset ref
20018 LatexCommand ref
20019 reference "abs:Gleitende-Abbildungen"
20020
20021 \end_inset
20022
20023  und 
20024 \begin_inset CommandInset ref
20025 LatexCommand ref
20026 reference "abs:Gleitende-Tabellen"
20027
20028 \end_inset
20029
20030  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20031 \end_layout
20032
20033 \begin_layout Subsection
20034 Gleitobjekt-Algorithmen
20035 \begin_inset Index idx
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 Gleitobjekte ! Algorithmen
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset CommandInset label
20046 LatexCommand label
20047 name "uab:Gleitobjekt-Algorithmen"
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 \begin_inset Float algorithm
20056 placement h
20057 wide false
20058 sideways false
20059 status open
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Caption
20063
20064 \begin_layout Plain Layout
20065 \begin_inset CommandInset label
20066 LatexCommand label
20067 name "alg:Ein-Gleitobjekt-Algorithmus"
20068
20069 \end_inset
20070
20071 Ein Gleitobjekt-Algorithmus 
20072 \end_layout
20073
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \begin_layout LyX-Code
20080 for I in 1..N loop
20081 \begin_inset Newline newline
20082 \end_inset
20083
20084  Sum:= Sum + A(I); /*Kommentar*/
20085 \begin_inset Newline newline
20086 \end_inset
20087
20088 end loop
20089 \begin_inset VSpace -4mm
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Dieser Typ wird mit 
20102 \family sans
20103 Einfügen\SpecialChar \menuseparator
20104 Gleitobjekt\SpecialChar \menuseparator
20105 Algorithmus
20106 \family default
20107  eingefügt.
20108  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20109  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20110 \begin_inset space ~
20111 \end_inset
20112
20113
20114 \begin_inset CommandInset ref
20115 LatexCommand ref
20116 reference "kap:Programm-Code-Listen"
20117
20118 \end_inset
20119
20120 .
20121  Eine mögliche Absatz-Umgebung hier für ist 
20122 \family sans
20123 LyX-Code
20124 \family default
20125 , beschrieben im 
20126 \emph on
20127 Benutzerhandbuch
20128 \emph default
20129 .
20130  In Algorithmus
20131 \begin_inset space ~
20132 \end_inset
20133
20134
20135 \begin_inset CommandInset ref
20136 LatexCommand ref
20137 reference "alg:Ein-Gleitobjekt-Algorithmus"
20138
20139 \end_inset
20140
20141  wurden am Ende -4
20142 \begin_inset space \thinspace{}
20143 \end_inset
20144
20145 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20146  letzten Zeile gedruckt wird.
20147 \end_layout
20148
20149 \begin_layout Standard
20150 Die Marke 
20151 \emph on
20152 Algorithmus
20153 \emph default
20154  wird nicht automatisch in die druckbare Version übernommen, sondern das
20155  englische Wort 
20156 \emph on
20157 Algorithm
20158 \emph default
20159  verwendet.
20160  Soll
20161 \emph on
20162  Algorithmus
20163 \emph default
20164  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20165 \end_layout
20166
20167 \begin_layout Standard
20168
20169 \series bold
20170
20171 \backslash
20172 floatname{algorithm}{Algorithmus}
20173 \end_layout
20174
20175 \begin_layout Standard
20176 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20177  Sprache wie die LyX Menünamen haben, das Menü 
20178 \family sans
20179 Einfügen\SpecialChar \menuseparator
20180 Liste
20181 \begin_inset space \thinspace{}
20182 \end_inset
20183
20184 /
20185 \begin_inset space \thinspace{}
20186 \end_inset
20187
20188 Inhaltsverzeichnis\SpecialChar \menuseparator
20189 Algorithmenverzeichnis
20190 \family default
20191  verwendet werden.
20192  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20193  eingefügt werden:
20194 \end_layout
20195
20196 \begin_layout Standard
20197
20198 \series bold
20199
20200 \backslash
20201 listof{algorithm}{Algorithmenverzeichnis}
20202 \end_layout
20203
20204 \begin_layout Standard
20205 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20206  nach dem Schema 
20207 \begin_inset Quotes gld
20208 \end_inset
20209
20210 Kapitelnummer.Algorithmusnummer
20211 \begin_inset Quotes grd
20212 \end_inset
20213
20214  nummeriert.
20215  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20216  einfügen:
20217 \end_layout
20218
20219 \begin_layout Standard
20220
20221 \series bold
20222
20223 \backslash
20224 numberwithin{algorithm}{chapter}
20225 \end_layout
20226
20227 \begin_layout Standard
20228 Um 
20229 \series bold
20230
20231 \backslash
20232 numberwithin
20233 \series default
20234  benutzen zu können, muss in den 
20235 \family sans
20236 Mathe
20237 \begin_inset space ~
20238 \end_inset
20239
20240 Optionen
20241 \family default
20242  der 
20243 \family sans
20244 Dokument-Einstellungen
20245 \family default
20246  
20247 \family sans
20248 AMS
20249 \begin_inset space ~
20250 \end_inset
20251
20252 Mathe
20253 \begin_inset space ~
20254 \end_inset
20255
20256 Paket
20257 \family default
20258
20259 \begin_inset space ~
20260 \end_inset
20261
20262
20263 \family sans
20264 verwenden
20265 \family default
20266  angekreuzt sein.
20267 \end_layout
20268
20269 \begin_layout Subsection
20270 Umflossene Gleitobjekte
20271 \begin_inset Index idx
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275 Gleitobjekte ! umflossene
20276 \end_layout
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Standard
20284 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20285  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20286  den die Abbildung bzw.
20287 \begin_inset space ~
20288 \end_inset
20289
20290 Tabelle übrig lässt.
20291  Sie werden über das Menü
20292 \family sans
20293  Einfügen\SpecialChar \menuseparator
20294 Gleitobjekt\SpecialChar \menuseparator
20295 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20296 objekt
20297 \family default
20298  eingefügt, wenn das LaTeX-Paket 
20299 \series bold
20300 wrapfig
20301 \series default
20302
20303 \begin_inset Index idx
20304 status collapsed
20305
20306 \begin_layout Plain Layout
20307 LaTeX-Pakete ! wrapfig
20308 \begin_inset ERT
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312
20313
20314 \backslash
20315 vspace{4mm}
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \end_inset
20324
20325  installiert ist.
20326 \begin_inset Foot
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20331 \emph on
20332 LaTeX-Konfiguration
20333 \emph default
20334  beschrieben.
20335 \end_layout
20336
20337 \end_inset
20338
20339  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20340  Box des Gleitobjekts geändert werden.
20341  
20342 \begin_inset Wrap figure
20343 lines 0
20344 placement l
20345 overhang 1cm
20346 width "40col%"
20347 status open
20348
20349 \begin_layout Plain Layout
20350 \begin_inset Graphics
20351         filename ../clipart/mobius.eps
20352         width 40col%
20353         scaleBeforeRotation
20354         rotateOrigin center
20355
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \begin_layout Plain Layout
20362 \begin_inset Caption
20363
20364 \begin_layout Plain Layout
20365 \begin_inset CommandInset label
20366 LatexCommand label
20367 name "abb:Dies-ist-eine"
20368
20369 \end_inset
20370
20371 Dies ist eine umflossene Gleitobjekt-Abbildung
20372 \end_layout
20373
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380
20381  Obligatorische Einstellungen sind die 
20382 \family sans
20383 Breite
20384 \family default
20385  und 
20386 \family sans
20387 Platzierung
20388 \family default
20389  des Gleitobjekts.
20390  Optional sind der 
20391 \family sans
20392 Überhang 
20393 \family default
20394 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20395 \begin_inset space \thinspace{}
20396 \end_inset
20397
20398 /
20399 \begin_inset space \thinspace{}
20400 \end_inset
20401
20402 der Seite ragt und die 
20403 \family sans
20404 benötigten Zeilen
20405 \family default
20406 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20407  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20408  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20409  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20410  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20411  zu lassen.
20412  Abbildung
20413 \begin_inset space ~
20414 \end_inset
20415
20416
20417 \begin_inset CommandInset ref
20418 LatexCommand ref
20419 reference "abb:Dies-ist-eine"
20420
20421 \end_inset
20422
20423  ist zum Beispiel ein umflossenes Bild, das 40
20424 \begin_inset space \thinspace{}
20425 \end_inset
20426
20427 % der Spaltenbreite einnimmt, 1
20428 \begin_inset space \thinspace{}
20429 \end_inset
20430
20431 cm in den Rand ragt und links gesetzt wurde.
20432 \begin_inset Foot
20433 status collapsed
20434
20435 \begin_layout Plain Layout
20436 Die benutzbaren Einheiten werden in Anhang
20437 \begin_inset space ~
20438 \end_inset
20439
20440
20441 \begin_inset CommandInset ref
20442 LatexCommand ref
20443 reference "kap:In-LyX-verfügbare"
20444
20445 \end_inset
20446
20447  beschrieben.
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Standard
20456 \begin_inset Note Greyedout
20457 status open
20458
20459 \begin_layout Plain Layout
20460
20461 \series bold
20462 Bemerkung:
20463 \series default
20464  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20465 \begin_inset space \thinspace{}
20466 \end_inset
20467
20468 B.
20469  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20470  oder über anderen Text gedruckt wird.
20471 \end_layout
20472
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 Allgemein gilt:
20480 \end_layout
20481
20482 \begin_layout Itemize
20483 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20484  der nächsten Seite fortgesetzt werden.
20485  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20486  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20487 \end_layout
20488
20489 \begin_layout Itemize
20490 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20491  sie fließen soll, eingefügt werden oder darin.
20492 \end_layout
20493
20494 \begin_layout Itemize
20495 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20496  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20497  ihnen ist.
20498 \end_layout
20499
20500 \begin_layout Itemize
20501 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20502  erlaubt.
20503 \end_layout
20504
20505 \begin_layout Section
20506 Gleitobjekt-Nummerierung
20507 \begin_inset Index idx
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511 Gleitobjekte ! Nummerierung
20512 \end_layout
20513
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \begin_layout Standard
20520 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20521  nummeriert oder nach dem Schema 
20522 \begin_inset Quotes gld
20523 \end_inset
20524
20525 Kapitelnummer.Gleitobjektnummer
20526 \begin_inset Quotes grd
20527 \end_inset
20528
20529  oder 
20530 \begin_inset Quotes gld
20531 \end_inset
20532
20533 Abschnittsnummer.Gleitobjektnummer
20534 \begin_inset Quotes grd
20535 \end_inset
20536
20537 .
20538  Das hängt von der Dokumentklasse ab.
20539 \end_layout
20540
20541 \begin_layout Standard
20542 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20543  in den LaTeX-Vorspann einfügen:
20544 \end_layout
20545
20546 \begin_layout Standard
20547
20548 \series bold
20549
20550 \backslash
20551 renewcommand{
20552 \backslash
20553 thetable}{
20554 \backslash
20555 roman{table}}
20556 \end_layout
20557
20558 \begin_layout Standard
20559
20560 \series bold
20561
20562 \backslash
20563 thetable
20564 \series default
20565  ist der Befehl, der die Tabellennummer druckt.
20566  Für Abbildungen ist das 
20567 \series bold
20568
20569 \backslash
20570 thefigure
20571 \series default
20572 .
20573  Der Befehl 
20574 \series bold
20575
20576 \backslash
20577 roman
20578 \series default
20579  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20580 \end_layout
20581
20582 \begin_layout Standard
20583 Um das Nummerierungsschema zum Beispiel auf 
20584 \begin_inset Quotes gld
20585 \end_inset
20586
20587 Unterabschnittsnummer.Num\SpecialChar \-
20588 mer
20589 \begin_inset Quotes grd
20590 \end_inset
20591
20592  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20593 \end_layout
20594
20595 \begin_layout Standard
20596
20597 \series bold
20598
20599 \backslash
20600 numberwithin{table}{subsection}
20601 \end_layout
20602
20603 \begin_layout Standard
20604 Um den Befehl 
20605 \series bold
20606
20607 \backslash
20608 numberwithin
20609 \series default
20610  benutzen zu können, müssen Sie in den 
20611 \family sans
20612 Mathe
20613 \begin_inset space ~
20614 \end_inset
20615
20616 Optionen
20617 \family default
20618  der 
20619 \family sans
20620 Dokument-Einstellungen
20621 \family default
20622  
20623 \family sans
20624 AMS
20625 \begin_inset space ~
20626 \end_inset
20627
20628 Mathe
20629 \begin_inset space ~
20630 \end_inset
20631
20632 Paket
20633 \family default
20634
20635 \begin_inset space ~
20636 \end_inset
20637
20638
20639 \family sans
20640 verwenden
20641 \family default
20642  ankreuzen.
20643 \end_layout
20644
20645 \begin_layout Standard
20646 Sehen Sie sich bitte auch Abschnitt
20647 \begin_inset space ~
20648 \end_inset
20649
20650
20651 \begin_inset CommandInset ref
20652 LatexCommand ref
20653 reference "uab:Fußnoten-Nummerierung"
20654
20655 \end_inset
20656
20657  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20658 \end_layout
20659
20660 \begin_layout Section
20661 Auf Gleitobjekte verweisen
20662 \begin_inset CommandInset label
20663 LatexCommand label
20664 name "abs:Auf-Gleitobjekte-verweisen"
20665
20666 \end_inset
20667
20668
20669 \begin_inset Index idx
20670 status collapsed
20671
20672 \begin_layout Plain Layout
20673 Gleitobjekte ! Querverweise
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \begin_inset Index idx
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683 Querverweise ! auf Gleitobjekte
20684 \end_layout
20685
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \begin_layout Standard
20692 Zunächst müssen Sie mit 
20693 \family sans
20694 Einfügen\SpecialChar \menuseparator
20695 Marke
20696 \family default
20697  oder einen Klick auf 
20698 \begin_inset Graphics
20699         filename ../../images/label-insert.png
20700         scale 70
20701         scaleBeforeRotation
20702
20703 \end_inset
20704
20705  eine Marke im Titel einfügen.
20706  Im 
20707 \family sans
20708 Marke
20709 \family default
20710 -Dialog schreiben Sie einen Text in das Feld 
20711 \family sans
20712 Marke
20713 \family default
20714  oder übernehmen den vorgeschlagenen.
20715  Die Marke sieht in LyX dann so aus:
20716 \end_layout
20717
20718 \begin_layout Standard
20719 \begin_inset Graphics
20720         filename clipart/Marke.png
20721         lyxscale 80
20722         scale 50
20723         scaleBeforeRotation
20724
20725 \end_inset
20726
20727
20728 \end_layout
20729
20730 \begin_layout Standard
20731 Die Marke wird als Anker und Name für den Querverweis benutzt.
20732  Mit 
20733 \family sans
20734 Einfügen\SpecialChar \menuseparator
20735 Querverweis
20736 \family default
20737  oder einen Klick auf 
20738 \begin_inset Graphics
20739         filename ../../images/dialog-show-new-inset_ref.png
20740         scale 70
20741         scaleBeforeRotation
20742
20743 \end_inset
20744
20745  können Sie dann auf die Marke verweisen.
20746  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20747  angezeigt:
20748 \end_layout
20749
20750 \begin_layout Standard
20751 \begin_inset Graphics
20752         filename clipart/Querverweis.png
20753         lyxscale 80
20754         scale 50
20755         scaleBeforeRotation
20756
20757 \end_inset
20758
20759
20760 \begin_inset Newline newline
20761 \end_inset
20762
20763  Mehr zu Querverweisen finden Sie im 
20764 \emph on
20765 Benutzerhandbuch
20766 \emph default
20767 .
20768 \end_layout
20769
20770 \begin_layout Standard
20771 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20772  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20773  durch einen Zeilenumbruch getrennt werden können.
20774 \end_layout
20775
20776 \begin_layout Standard
20777 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20778  LyX passt die Querverweise automatisch an.
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Ein Klick auf den Schalter 
20783 \family sans
20784 Gehe
20785 \begin_inset space ~
20786 \end_inset
20787
20788 zur
20789 \begin_inset space ~
20790 \end_inset
20791
20792 Marke
20793 \family default
20794  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20795  Der Text der Schaltfläche heißt jetzt 
20796 \family sans
20797 Gehe
20798 \begin_inset space ~
20799 \end_inset
20800
20801 zurück
20802 \family default
20803  und ein Klick darauf macht genau dies.
20804   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20805  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20806  Dann ist auch kein 
20807 \family sans
20808 Gehe
20809 \begin_inset space ~
20810 \end_inset
20811
20812 zurück
20813 \family default
20814  möglich.
20815 \end_layout
20816
20817 \begin_layout Subsection
20818 Querverweis-Formate
20819 \begin_inset CommandInset label
20820 LatexCommand label
20821 name "uab:Querverweis-Formate"
20822
20823 \end_inset
20824
20825
20826 \begin_inset Index idx
20827 status collapsed
20828
20829 \begin_layout Plain Layout
20830 Querverweise ! Formate
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 Es gibt sechs verschiedene Querverweisstile:
20840 \end_layout
20841
20842 \begin_layout Description
20843 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20844  
20845 \begin_inset CommandInset ref
20846 LatexCommand ref
20847 reference "abb:Zwei-Teilabbildungen"
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Description
20855 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20856  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20857  verwendet wird, speziell wenn der Name 
20858 \begin_inset Quotes gld
20859 \end_inset
20860
20861 Gleichung
20862 \begin_inset Quotes grd
20863 \end_inset
20864
20865  weggelassen wird: 
20866 \begin_inset CommandInset ref
20867 LatexCommand eqref
20868 reference "eq:Wgn"
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Description
20876 <Seite>: druckt die Seitennummer: Seite
20877 \begin_inset space ~
20878 \end_inset
20879
20880
20881 \begin_inset CommandInset ref
20882 LatexCommand pageref
20883 reference "abb:Zwei-Teilabbildungen"
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Description
20891 auf
20892 \begin_inset space ~
20893 \end_inset
20894
20895 Seite
20896 \begin_inset space ~
20897 \end_inset
20898
20899 <Seite>: druckt den Text 
20900 \begin_inset Quotes gld
20901 \end_inset
20902
20903 auf Seite
20904 \begin_inset Quotes grd
20905 \end_inset
20906
20907  und die Seitennummer: 
20908 \begin_inset CommandInset ref
20909 LatexCommand vpageref
20910 reference "abb:Zwei-Teilabbildungen"
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Description
20918 <Querverweis>
20919 \begin_inset space ~
20920 \end_inset
20921
20922 auf
20923 \begin_inset space ~
20924 \end_inset
20925
20926 Seite
20927 \begin_inset space ~
20928 \end_inset
20929
20930 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20931 \begin_inset Quotes gld
20932 \end_inset
20933
20934 auf Seite
20935 \begin_inset Quotes grd
20936 \end_inset
20937
20938 , und die Seitennummer: 
20939 \begin_inset CommandInset ref
20940 LatexCommand vref
20941 reference "abb:Zwei-Teilabbildungen"
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \begin_layout Description
20949 Formatierter
20950 \begin_inset space ~
20951 \end_inset
20952
20953 Querverweis: druckt ein selbst definiertes Querverweisformat
20954 \begin_inset Newline newline
20955 \end_inset
20956
20957
20958 \begin_inset Note Greyedout
20959 status open
20960
20961 \begin_layout Plain Layout
20962
20963 \series bold
20964 Bemerkung:
20965 \series default
20966  Dies ist nur möglich, wenn das LaTeX-Paket 
20967 \series bold
20968 prettyref
20969 \series default
20970  oder 
20971 \series bold
20972 refstyle
20973 \series default
20974
20975 \begin_inset Index idx
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979 LaTeX-Pakete ! prettyref
20980 \end_layout
20981
20982 \end_inset
20983
20984
20985 \begin_inset Index idx
20986 status collapsed
20987
20988 \begin_layout Plain Layout
20989 LaTeX-Pakete ! refstyle
20990 \end_layout
20991
20992 \end_inset
20993
20994  installiert ist.
20995 \end_layout
20996
20997 \end_inset
20998
20999
21000 \begin_inset Newline newline
21001 \end_inset
21002
21003 Sie können duch setzen der Option 
21004 \family sans
21005 Verwende refstyle (nicht prettyref) für Querverweise
21006 \family default
21007  im Menü 
21008 \family sans
21009 Dokument\SpecialChar \menuseparator
21010 Einstellungen\SpecialChar \menuseparator
21011 Dokumentklasse
21012 \family default
21013  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
21014  Das Format wird definiert, indem man den Befehl 
21015 \series bold
21016
21017 \backslash
21018 newrefformat
21019 \series default
21020  (prettyref) oder 
21021 \series bold
21022
21023 \backslash
21024 newref
21025 \series default
21026  (refstyle) in die Dokumentpräambel einfügt.
21027  Z.
21028 \begin_inset space \thinspace{}
21029 \end_inset
21030
21031 B.
21032  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
21033  
21034 \begin_inset Quotes eld
21035 \end_inset
21036
21037
21038 \family sans
21039 abb
21040 \family default
21041
21042 \begin_inset Quotes erd
21043 \end_inset
21044
21045 ) mit dem Befehle
21046 \begin_inset Newline newline
21047 \end_inset
21048
21049
21050 \series bold
21051
21052 \backslash
21053 newref{abb}{refcmd={Bild auf Seite 
21054 \backslash
21055 pageref{#1}}}
21056 \series default
21057
21058 \begin_inset Newline newline
21059 \end_inset
21060
21061 geändert werden.
21062  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
21063 en verwiesen, 
21064 \begin_inset CommandInset citation
21065 LatexCommand cite
21066 key "prettyref,refstyle"
21067
21068 \end_inset
21069
21070 .
21071 \end_layout
21072
21073 \begin_layout Description
21074 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
21075 \begin_inset CommandInset ref
21076 LatexCommand nameref
21077 reference "abb:Zwei-Teilabbildungen"
21078
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \begin_layout Standard
21085
21086 \family sans
21087 <Seite>
21088 \family default
21089  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
21090  vorherigen, der selben oder der nächsten Seite befindet.
21091  Stattdessen wird z.
21092 \begin_inset space \thinspace{}
21093 \end_inset
21094
21095 B.
21096  der Text 
21097 \begin_inset Quotes gld
21098 \end_inset
21099
21100
21101 \family sans
21102 auf dieser Seite
21103 \family default
21104
21105 \begin_inset Quotes grd
21106 \end_inset
21107
21108  gedruckt.
21109  Der Stil 
21110 \family sans
21111 <Querverweis>
21112 \begin_inset space ~
21113 \end_inset
21114
21115 auf
21116 \begin_inset space ~
21117 \end_inset
21118
21119 Seite
21120 \begin_inset space ~
21121 \end_inset
21122
21123 <Seite>
21124 \family default
21125  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
21126  Seite ist.
21127 \end_layout
21128
21129 \begin_layout Standard
21130 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21131  automatisch von LaTeX berechnet.
21132  Die Stile können im Feld 
21133 \family sans
21134 Format
21135 \family default
21136  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21137  einen Querverweis klicken.
21138 \end_layout
21139
21140 \begin_layout Standard
21141 \begin_inset Note Greyedout
21142 status open
21143
21144 \begin_layout Plain Layout
21145
21146 \series bold
21147 Bemerkung:
21148 \series default
21149  Es wird empfohlen, das LaTeX-Paket 
21150 \series bold
21151 refstyle
21152 \series default
21153
21154 \begin_inset Index idx
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 LaTeX-Pakete ! refstyle
21159 \end_layout
21160
21161 \end_inset
21162
21163  zu verwenden, da 
21164 \series bold
21165 prettyref
21166 \series default
21167
21168 \begin_inset Index idx
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172 LaTeX-Pakete ! prettyref
21173 \end_layout
21174
21175 \end_inset
21176
21177  nicht alle möglichen LyX Marken-Kürzel
21178 \begin_inset Foot
21179 status collapsed
21180
21181 \begin_layout Plain Layout
21182  
21183 \begin_inset Quotes gld
21184 \end_inset
21185
21186 abb:
21187 \begin_inset Quotes grd
21188 \end_inset
21189
21190  ist z.
21191 \begin_inset space \thinspace{}
21192 \end_inset
21193
21194 B.
21195  LyXs Kürzel für Marken in Bildbeschriftungen.
21196 \end_layout
21197
21198 \end_inset
21199
21200  kennt und auch nicht internationalisiert ist.
21201 \end_layout
21202
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \begin_layout Subsection
21209 Automatische Querverweisnamen
21210 \begin_inset Index idx
21211 status collapsed
21212
21213 \begin_layout Plain Layout
21214 Querverweise ! Automatische Namen 
21215 \end_layout
21216
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \begin_layout Standard
21223 Das LaTeX-Paket 
21224 \series bold
21225 hyperref
21226 \series default
21227
21228 \begin_inset Index idx
21229 status collapsed
21230
21231 \begin_layout Plain Layout
21232 LaTeX-Pakete ! hyperref
21233 \end_layout
21234
21235 \end_inset
21236
21237 , das in den
21238 \family sans
21239  PDF-Eigenschaften
21240 \family default
21241  im 
21242 \family sans
21243 Dokument-Einstellungen
21244 \family default
21245  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21246  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21247  wie 
21248 \emph on
21249 Abschnitt
21250 \emph default
21251 ).
21252  Sie müssen damit z.
21253 \begin_inset space \thinspace{}
21254 \end_inset
21255
21256 B.
21257  nicht mehr den Namen 
21258 \begin_inset Quotes gld
21259 \end_inset
21260
21261 Abbildung
21262 \begin_inset Quotes grd
21263 \end_inset
21264
21265  vor jeden Querverweis auf eine Abbildung schreiben.
21266  Um diese Funktion benutzen zu können, aktivieren Sie 
21267 \series bold
21268 hyperref
21269 \series default
21270  und fügen diese Zeile in den LaTeX-Vorspann ein:
21271 \end_layout
21272
21273 \begin_layout Standard
21274
21275 \series bold
21276
21277 \backslash
21278 AtBeginDocument{
21279 \backslash
21280 renewcommand{
21281 \backslash
21282 ref}[1]{
21283 \backslash
21284 mbox{
21285 \backslash
21286 autoref{#1}}}}
21287 \end_layout
21288
21289 \begin_layout Standard
21290 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21291 \begin_inset space \thinspace{}
21292 \end_inset
21293
21294 B.
21295  statt 
21296 \begin_inset Quotes gld
21297 \end_inset
21298
21299 Abschnitt
21300 \begin_inset Quotes grd
21301 \end_inset
21302
21303  den Namen 
21304 \begin_inset Quotes gld
21305 \end_inset
21306
21307 Kap.
21308 \begin_inset space \thinspace{}
21309 \end_inset
21310
21311
21312 \begin_inset Quotes grd
21313 \end_inset
21314
21315 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21316 \end_layout
21317
21318 \begin_layout Standard
21319
21320 \series bold
21321
21322 \backslash
21323 addto
21324 \backslash
21325 extrasngerman{
21326 \backslash
21327 renewcommand{
21328 \backslash
21329 sectionautorefname}
21330 \begin_inset Newline newline
21331 \end_inset
21332
21333
21334 \begin_inset Phantom HPhantom
21335 status open
21336
21337 \begin_layout Plain Layout
21338
21339 \series bold
21340 \begin_inset space ~
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \end_inset
21347
21348 {Kap.
21349 \backslash
21350 negthinspace}}
21351 \end_layout
21352
21353 \begin_layout Standard
21354 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21355 \begin_inset Newline newline
21356 \end_inset
21357
21358
21359 \series bold
21360
21361 \backslash
21362 extrasngerman
21363 \series default
21364  durch 
21365 \series bold
21366
21367 \backslash
21368 extras***
21369 \series default
21370 , wobei *** der Name der verwendeten Sprache ist.
21371 \end_layout
21372
21373 \begin_layout Standard
21374 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21375  z.
21376 \begin_inset space \thinspace{}
21377 \end_inset
21378
21379 B.
21380  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21381 \end_layout
21382
21383 \begin_layout Standard
21384
21385 \series bold
21386
21387 \backslash
21388 newlength{
21389 \backslash
21390 abc}
21391 \begin_inset Newline newline
21392 \end_inset
21393
21394
21395 \backslash
21396 settowidth{
21397 \backslash
21398 abc}{
21399 \backslash
21400 space}
21401 \begin_inset Newline newline
21402 \end_inset
21403
21404
21405 \backslash
21406 addto
21407 \backslash
21408 extrasenglish{
21409 \backslash
21410 renewcommand{
21411 \backslash
21412 equationautorefname}
21413 \begin_inset Newline newline
21414 \end_inset
21415
21416
21417 \begin_inset Phantom HPhantom
21418 status open
21419
21420 \begin_layout Plain Layout
21421
21422 \series bold
21423 \begin_inset space ~
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430
21431 {
21432 \backslash
21433 hspace{-
21434 \backslash
21435 abc}}
21436 \end_layout
21437
21438 \begin_layout Standard
21439 Mehr über dieses Thema finden Sie in der 
21440 \series bold
21441 hyperref
21442 \series default
21443 -Dokumentation 
21444 \begin_inset CommandInset citation
21445 LatexCommand cite
21446 key "hyperref"
21447
21448 \end_inset
21449
21450 .
21451 \end_layout
21452
21453 \begin_layout Standard
21454 \begin_inset Note Greyedout
21455 status open
21456
21457 \begin_layout Plain Layout
21458
21459 \series bold
21460 Bemerkung:
21461 \series default
21462  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21463  als Querverweisstil 
21464 \family sans
21465 Formatierter
21466 \begin_inset space ~
21467 \end_inset
21468
21469 Querverweis
21470 \family default
21471  benutzen, wie in Abschnitt
21472 \begin_inset space ~
21473 \end_inset
21474
21475
21476 \begin_inset CommandInset ref
21477 LatexCommand ref
21478 reference "uab:Querverweis-Formate"
21479
21480 \end_inset
21481
21482  beschrieben.
21483 \end_layout
21484
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \begin_layout Standard
21491 Das 
21492 \emph on
21493 Mathe
21494 \emph default
21495  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21496 \end_layout
21497
21498 \begin_layout Subsection
21499 Querverweis-Position
21500 \begin_inset CommandInset label
21501 LatexCommand label
21502 name "uab:Querverweis-Position"
21503
21504 \end_inset
21505
21506
21507 \begin_inset Index idx
21508 status collapsed
21509
21510 \begin_layout Plain Layout
21511 Querverweise !  Position
21512 \end_layout
21513
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \begin_layout Standard
21520 Wenn Sie 
21521 \series bold
21522 hyperref
21523 \series default
21524
21525 \begin_inset Index idx
21526 status collapsed
21527
21528 \begin_layout Plain Layout
21529 LaTeX-Pakete ! hyperref
21530 \end_layout
21531
21532 \end_inset
21533
21534  in den
21535 \family sans
21536  PDF-Eigenschaften
21537 \family default
21538  im 
21539 \family sans
21540 Dokument-Einstellungen
21541 \family default
21542  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21543  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21544  und Sie werden das Bild ohne Scrollen nicht sehen.
21545  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21546  ist.
21547  Wenn Sie das  LaTeX-Paket 
21548 \series bold
21549 hypcap
21550 \series default
21551
21552 \begin_inset Index idx
21553 status collapsed
21554
21555 \begin_layout Plain Layout
21556 LaTeX-Pakete ! hypcap
21557 \end_layout
21558
21559 \end_inset
21560
21561 , das Teil des LaTeX-Pakets 
21562 \series bold
21563 oberdiek
21564 \series default
21565
21566 \begin_inset Index idx
21567 status collapsed
21568
21569 \begin_layout Plain Layout
21570 LaTeX-Pakete ! oberdiek
21571 \end_layout
21572
21573 \end_inset
21574
21575  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21576  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21577 \series bold
21578 hypcap
21579 \series default
21580  zunächst in den LaTeX-Vorspann laden:
21581 \end_layout
21582
21583 \begin_layout Standard
21584
21585 \series bold
21586
21587 \backslash
21588 usepackage[figure]{hypcap}
21589 \end_layout
21590
21591 \begin_layout Standard
21592 Sie können 
21593 \series bold
21594 hypcap
21595 \series default
21596  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21597  nicht empfohlen.
21598  Weitere Informationen finden Sie im
21599 \series bold
21600  hypcap
21601 \series default
21602 -Handbuch 
21603 \begin_inset CommandInset citation
21604 LatexCommand cite
21605 key "hypcap"
21606
21607 \end_inset
21608
21609 .
21610 \end_layout
21611
21612 \begin_layout Standard
21613 \begin_inset Note Greyedout
21614 status open
21615
21616 \begin_layout Plain Layout
21617
21618 \series bold
21619 Bemerkung:
21620 \series default
21621  
21622 \series bold
21623 hypcap
21624 \series medium
21625  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Section
21634 Gleitobjekt-Platzierung
21635 \begin_inset CommandInset label
21636 LatexCommand label
21637 name "abs:Gleitobjekt-Platzierung"
21638
21639 \end_inset
21640
21641
21642 \begin_inset Index idx
21643 status collapsed
21644
21645 \begin_layout Plain Layout
21646 Gleitobjekte ! Platzierung
21647 \end_layout
21648
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \begin_layout Standard
21655 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21656 \family sans
21657 Gleitobjekt-Einstellungen
21658 \family default
21659 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21660  können.
21661 \begin_inset Newline newline
21662 \end_inset
21663
21664 Die Option 
21665 \family sans
21666 Spalten
21667 \begin_inset space ~
21668 \end_inset
21669
21670 überspannen
21671 \family default
21672  ist nur bei zweispaltigen Dokumenten sinnvoll.
21673  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21674 \begin_inset Newline newline
21675 \end_inset
21676
21677 Die Option 
21678 \family sans
21679 Seitwärts
21680 \begin_inset space ~
21681 \end_inset
21682
21683 drehen
21684 \family default
21685  ist in Abschnitt 
21686 \begin_inset CommandInset ref
21687 LatexCommand ref
21688 reference "abs:Gedrehte-Gleitobjekte"
21689
21690 \end_inset
21691
21692  beschrieben.
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21697  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21698  Sie die Option 
21699 \family sans
21700 Standard-Platzierung
21701 \begin_inset space ~
21702 \end_inset
21703
21704 verwenden
21705 \family default
21706  nicht verwenden:
21707 \end_layout
21708
21709 \begin_layout Description
21710 Hier
21711 \begin_inset space ~
21712 \end_inset
21713
21714 wenn
21715 \begin_inset space ~
21716 \end_inset
21717
21718 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21719 \end_layout
21720
21721 \begin_layout Description
21722 Anfang
21723 \begin_inset space ~
21724 \end_inset
21725
21726 der
21727 \begin_inset space ~
21728 \end_inset
21729
21730 Seite
21731 \family sans
21732  
21733 \family default
21734 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21735  Gleitobjekte, die maximal 70
21736 \begin_inset space \thinspace{}
21737 \end_inset
21738
21739 % einer Seite benötigen, dürfen oben platziert werden.
21740  Dies kann durch die Variable 
21741 \series bold
21742
21743 \backslash
21744 topfraction
21745 \series default
21746  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21747 \end_layout
21748
21749 \begin_deeper
21750 \begin_layout Standard
21751
21752 \series bold
21753
21754 \backslash
21755 renewcommand{
21756 \backslash
21757 topfraction}{0.9}
21758 \family typewriter
21759 \series default
21760  
21761 \end_layout
21762
21763 \end_deeper
21764 \begin_layout Description
21765 Ende
21766 \begin_inset space ~
21767 \end_inset
21768
21769 der
21770 \begin_inset space ~
21771 \end_inset
21772
21773 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21774  Gleitobjekte, die maximal 30
21775 \begin_inset space \thinspace{}
21776 \end_inset
21777
21778 % einer Seite benötigen, dürfen unten platziert werden.
21779  Dies kann durch die Variable 
21780 \series bold
21781
21782 \backslash
21783 bottomfraction
21784 \series default
21785  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21786 \end_layout
21787
21788 \begin_deeper
21789 \begin_layout Standard
21790
21791 \series bold
21792
21793 \backslash
21794 renewcommand{
21795 \backslash
21796 bottomfraction}{0.5}
21797 \end_layout
21798
21799 \begin_layout Standard
21800 die oftmals zu kleine untere Grenze auf 50
21801 \begin_inset space \thinspace{}
21802 \end_inset
21803
21804 %.
21805 \end_layout
21806
21807 \end_deeper
21808 \begin_layout Description
21809 Seite
21810 \begin_inset space ~
21811 \end_inset
21812
21813 mit
21814 \begin_inset space ~
21815 \end_inset
21816
21817 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21818  Nur wenn mehr als 50
21819 \begin_inset space \thinspace{}
21820 \end_inset
21821
21822 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21823  Gleitobjekte bereitgestellt.
21824  Dies kann durch die Variable 
21825 \series bold
21826
21827 \backslash
21828 floatpagefraction 
21829 \series default
21830 im LaTeX-Vorspann überschrieben werden.
21831 \end_layout
21832
21833 \begin_layout Standard
21834 Die Reihenfolge der obigen Optionen wird 
21835 \emph on
21836 immer
21837 \emph default
21838  von LaTeX verwendet.
21839  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21840  versuchen 
21841 \family sans
21842 Hier
21843 \begin_inset space \space{}
21844 \end_inset
21845
21846 wenn
21847 \begin_inset space \space{}
21848 \end_inset
21849
21850 möglich
21851 \family default
21852 , dann 
21853 \family sans
21854 Anfang
21855 \begin_inset space ~
21856 \end_inset
21857
21858 der
21859 \begin_inset space ~
21860 \end_inset
21861
21862 Seite
21863 \family default
21864  und dann die anderen Optionen anzuwenden.
21865  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21866  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21867  Reihenfolge.
21868  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21869 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21870 \end_layout
21871
21872 \begin_layout Standard
21873 Die Option 
21874 \family sans
21875 Hier,
21876 \begin_inset space ~
21877 \end_inset
21878
21879 auf
21880 \begin_inset space ~
21881 \end_inset
21882
21883 jeden
21884 \begin_inset space ~
21885 \end_inset
21886
21887 Fall
21888 \family default
21889  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21890  fast druckreif ist.
21891  Denn mit der Option kann das Objekt nicht mehr 
21892 \emph on
21893 gleiten
21894 \emph default
21895 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21896  oftmals zerstört.
21897 \end_layout
21898
21899 \begin_layout Standard
21900 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21901  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21902 \begin_inset VSpace bigskip
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \begin_layout Standard
21909 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21910 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21911  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21912  Das kann mit dem LaTeX-Befehl
21913 \series bold
21914  
21915 \backslash
21916 suppressfloats
21917 \series default
21918  verhindert werden.
21919  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21920  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21921  gesetzt wird.
21922  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21923 \end_layout
21924
21925 \begin_layout Standard
21926
21927 \series bold
21928
21929 \backslash
21930 let
21931 \backslash
21932 meinAbschnitt
21933 \backslash
21934 section
21935 \begin_inset Newline newline
21936 \end_inset
21937
21938
21939 \backslash
21940 renewcommand{
21941 \backslash
21942 section}{
21943 \backslash
21944 suppressfloats[t]
21945 \backslash
21946 meinAbschnitt}
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21951  Unterabschnitten festlegen.
21952  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21953  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21954 \end_layout
21955
21956 \begin_layout Standard
21957 Es gibt auch noch das LaTeX-Paket 
21958 \series bold
21959 flafter
21960 \series default
21961
21962 \begin_inset Index idx
21963 status collapsed
21964
21965 \begin_layout Plain Layout
21966 LaTeX-Pakete ! flafter
21967 \end_layout
21968
21969 \end_inset
21970
21971  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21972  gedruckt wird.
21973 \end_layout
21974
21975 \begin_layout Standard
21976 \begin_inset VSpace bigskip
21977 \end_inset
21978
21979 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21980  Dafür gibt es das LaTeX-Paket 
21981 \series bold
21982 endfloat
21983 \series default
21984
21985 \begin_inset Index idx
21986 status collapsed
21987
21988 \begin_layout Plain Layout
21989 LaTeX-Pakete ! endfloat
21990 \end_layout
21991
21992 \end_inset
21993
21994 .
21995  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21996  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21997  
21998 \family sans
21999
22000 \begin_inset Quotes gld
22001 \end_inset
22002
22003 [Abbildung
22004 \begin_inset space ~
22005 \end_inset
22006
22007 3.2 ist ungefähr hier.]
22008 \family default
22009
22010 \begin_inset Quotes grd
22011 \end_inset
22012
22013  finden.
22014  Das 
22015 \series bold
22016 endfloat
22017 \series default
22018 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
22019 \end_layout
22020
22021 \begin_layout Standard
22022
22023 \series bold
22024
22025 \backslash
22026 usepackage[Optionen]{endfloat}
22027 \end_layout
22028
22029 \begin_layout Standard
22030 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
22031  Tabellen-Abschnitte, die Sie in der 
22032 \series bold
22033 endfloat
22034 \series default
22035 -Dokumentation 
22036 \begin_inset CommandInset citation
22037 LatexCommand cite
22038 key "endfloat"
22039
22040 \end_inset
22041
22042  nachlesen können.
22043 \begin_inset Newline newline
22044 \end_inset
22045
22046
22047 \begin_inset Note Greyedout
22048 status open
22049
22050 \begin_layout Plain Layout
22051
22052 \series bold
22053 Bemerkung
22054 \begin_inset space ~
22055 \end_inset
22056
22057 1: endfloat
22058 \series default
22059  übersetzt den Hinweistext nicht automatisch.
22060  Abschnitt
22061 \begin_inset space ~
22062 \end_inset
22063
22064 4 in 
22065 \begin_inset CommandInset citation
22066 LatexCommand cite
22067 key "endfloat"
22068
22069 \end_inset
22070
22071  beschreibt, wie es geht.
22072 \end_layout
22073
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset Note Greyedout
22081 status open
22082
22083 \begin_layout Plain Layout
22084
22085 \series bold
22086 Bemerkung
22087 \begin_inset space ~
22088 \end_inset
22089
22090 2: 
22091 \series default
22092 Die aktuelle Version von 
22093 \series bold
22094 endfloat
22095 \series default
22096  hat einen Fehler, wenn die Überschrift ein 
22097 \begin_inset Quotes gld
22098 \end_inset
22099
22100 ß
22101 \begin_inset Quotes grd
22102 \end_inset
22103
22104  enthält.
22105  Sie müssen stattdessen den Befehl 
22106 \series bold
22107
22108 \backslash
22109 ss
22110 \series default
22111  als TeX-Code benutzen.
22112 \end_layout
22113
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \begin_layout Standard
22120 \begin_inset VSpace bigskip
22121 \end_inset
22122
22123 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22124  wie 
22125 \begin_inset CommandInset citation
22126 LatexCommand cite
22127 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22128
22129 \end_inset
22130
22131 .
22132 \end_layout
22133
22134 \begin_layout Section
22135 Gedrehte Gleitobjekte
22136 \begin_inset CommandInset label
22137 LatexCommand label
22138 name "abs:Gedrehte-Gleitobjekte"
22139
22140 \end_inset
22141
22142
22143 \begin_inset Index idx
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147 Gleitobjekte ! drehen
22148 \end_layout
22149
22150 \end_inset
22151
22152
22153 \end_layout
22154
22155 \begin_layout Standard
22156 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22157 t drehen.
22158  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22159  und die Option 
22160 \family sans
22161 Seitwärts
22162 \begin_inset space ~
22163 \end_inset
22164
22165 drehen
22166 \family default
22167  wählen.
22168 \end_layout
22169
22170 \begin_layout Standard
22171 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22172  sie ein mehrspaltiges Dokument haben) gedruckt.
22173  Sie können mehrere Spalten überspannen, wenn die Option 
22174 \family sans
22175 Spalten
22176 \begin_inset space ~
22177 \end_inset
22178
22179 überspannen
22180 \family default
22181  in den Gleitobjekt Einstellungen gewählt ist.
22182  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22183  werden können.
22184  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22185  Option 
22186 \series bold
22187 figuresleft
22188 \series default
22189  oder 
22190 \series bold
22191 figuresright
22192 \series default
22193  zu den Dokumentklassen-Optionen hinzu.
22194 \end_layout
22195
22196 \begin_layout Standard
22197 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22198  Tabelle
22199 \begin_inset space ~
22200 \end_inset
22201
22202
22203 \begin_inset CommandInset ref
22204 LatexCommand ref
22205 reference "tab:Gedrehte-Tabelle"
22206
22207 \end_inset
22208
22209  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset Note Greyedout
22214 status open
22215
22216 \begin_layout Plain Layout
22217
22218 \series bold
22219 Bemerkung:
22220 \series default
22221  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22222 \end_layout
22223
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \begin_layout Standard
22230 \begin_inset Float table
22231 wide false
22232 sideways true
22233 status open
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Caption
22237
22238 \begin_layout Plain Layout
22239 \begin_inset CommandInset label
22240 LatexCommand label
22241 name "tab:Gedrehte-Tabelle"
22242
22243 \end_inset
22244
22245 Gedrehte Tabelle
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Plain Layout
22254 \align center
22255 \begin_inset Tabular
22256 <lyxtabular version="3" rows="1" columns="5">
22257 <features tabularvalignment="middle">
22258 <column alignment="center" valignment="top" width="0">
22259 <column alignment="center" valignment="top" width="0">
22260 <column alignment="center" valignment="top" width="0">
22261 <column alignment="center" valignment="top" width="0">
22262 <column alignment="center" valignment="top" width="0">
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 Test
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 b
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 c
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 d
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 e
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 </lyxtabular>
22311
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \begin_layout Section
22323 Untergleitobjekte
22324 \begin_inset Index idx
22325 status collapsed
22326
22327 \begin_layout Plain Layout
22328 Gleitobjekte ! Untergleitobjekte
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \begin_layout Standard
22337 Untergleitobjekte werden z.
22338 \begin_inset space \thinspace{}
22339 \end_inset
22340
22341 B.
22342  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22343  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22344  eingefügt wird.
22345  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22346  in Tabelle
22347 \begin_inset space ~
22348 \end_inset
22349
22350
22351 \begin_inset CommandInset ref
22352 LatexCommand ref
22353 reference "tab:Untertabellen-nebeneinander"
22354
22355 \end_inset
22356
22357  und 
22358 \begin_inset CommandInset ref
22359 LatexCommand ref
22360 reference "tab:Untertabellen-übereinander"
22361
22362 \end_inset
22363
22364 .
22365 \end_layout
22366
22367 \begin_layout Standard
22368 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22369 \begin_inset space ~
22370 \end_inset
22371
22372
22373 \begin_inset CommandInset ref
22374 LatexCommand ref
22375 reference "tab:Untertabelle-a"
22376
22377 \end_inset
22378
22379  und 
22380 \begin_inset CommandInset ref
22381 LatexCommand ref
22382 reference "tab:Untertabelle-b"
22383
22384 \end_inset
22385
22386  sind Untertabellen von Tabelle
22387 \begin_inset space ~
22388 \end_inset
22389
22390
22391 \begin_inset CommandInset ref
22392 LatexCommand ref
22393 reference "tab:Untertabellen-nebeneinander"
22394
22395 \end_inset
22396
22397 .
22398 \end_layout
22399
22400 \begin_layout Standard
22401 \begin_inset Float table
22402 wide false
22403 sideways false
22404 status open
22405
22406 \begin_layout Plain Layout
22407 \begin_inset Caption
22408
22409 \begin_layout Plain Layout
22410 \begin_inset CommandInset label
22411 LatexCommand label
22412 name "tab:Untertabellen-nebeneinander"
22413
22414 \end_inset
22415
22416 Zwei Untertabellen nebeneinander.
22417 \end_layout
22418
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \begin_layout Plain Layout
22425 \align center
22426 \begin_inset space \hfill{}
22427 \end_inset
22428
22429
22430 \begin_inset Float table
22431 wide false
22432 sideways false
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Caption
22437
22438 \begin_layout Plain Layout
22439 \begin_inset CommandInset label
22440 LatexCommand label
22441 name "tab:Untertabelle-a"
22442
22443 \end_inset
22444
22445 Dies ist Untertabelle a.
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \begin_layout Plain Layout
22454 \align center
22455 \begin_inset Tabular
22456 <lyxtabular version="3" rows="1" columns="5">
22457 <features tabularvalignment="middle">
22458 <column alignment="center" valignment="top" width="0">
22459 <column alignment="center" valignment="top" width="0">
22460 <column alignment="center" valignment="top" width="0">
22461 <column alignment="center" valignment="top" width="0">
22462 <column alignment="center" valignment="top" width="0">
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 Test
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 b
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 c
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 d
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 e
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 </row>
22510 </lyxtabular>
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \begin_inset space \hfill{}
22521 \end_inset
22522
22523
22524 \begin_inset Float table
22525 wide false
22526 sideways false
22527 status collapsed
22528
22529 \begin_layout Plain Layout
22530 \begin_inset Caption
22531
22532 \begin_layout Plain Layout
22533 \begin_inset CommandInset label
22534 LatexCommand label
22535 name "tab:Untertabelle-b"
22536
22537 \end_inset
22538
22539 Dies ist Untertabelle b.
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \begin_layout Plain Layout
22548 \align center
22549 \begin_inset Tabular
22550 <lyxtabular version="3" rows="1" columns="5">
22551 <features tabularvalignment="middle">
22552 <column alignment="center" valignment="top" width="0">
22553 <column alignment="center" valignment="top" width="0">
22554 <column alignment="center" valignment="top" width="0">
22555 <column alignment="center" valignment="top" width="0">
22556 <column alignment="center" valignment="top" width="0">
22557 <row>
22558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562 e
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 d
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 c
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 b
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 Test
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 </lyxtabular>
22605
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \begin_inset space \hfill{}
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Standard
22626 \begin_inset Float table
22627 wide false
22628 sideways false
22629 status open
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Caption
22633
22634 \begin_layout Plain Layout
22635 \begin_inset CommandInset label
22636 LatexCommand label
22637 name "tab:Untertabellen-übereinander"
22638
22639 \end_inset
22640
22641 Zwei Untertabellen übereinander.
22642  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \begin_layout Plain Layout
22651 \align center
22652 \begin_inset Float table
22653 wide false
22654 sideways false
22655 status collapsed
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Caption
22659
22660 \begin_layout Plain Layout
22661
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \begin_layout Plain Layout
22670 \align center
22671 \begin_inset Tabular
22672 <lyxtabular version="3" rows="1" columns="4">
22673 <features tabularvalignment="middle">
22674 <column alignment="center" valignment="top" width="0">
22675 <column alignment="center" valignment="top" width="0">
22676 <column alignment="center" valignment="top" width="0">
22677 <column alignment="center" valignment="top" width="0">
22678 <row>
22679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 Test
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 Test
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 Test
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 Test
22711 \end_layout
22712
22713 \end_inset
22714 </cell>
22715 </row>
22716 </lyxtabular>
22717
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \begin_layout Plain Layout
22729 \align center
22730 \begin_inset Float table
22731 wide false
22732 sideways false
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Caption
22737
22738 \begin_layout Plain Layout
22739
22740 \end_layout
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Plain Layout
22748 \align center
22749 \begin_inset Tabular
22750 <lyxtabular version="3" rows="1" columns="5">
22751 <features tabularvalignment="middle">
22752 <column alignment="center" valignment="top" width="0">
22753 <column alignment="center" valignment="top" width="0">
22754 <column alignment="center" valignment="top" width="0">
22755 <column alignment="center" valignment="top" width="0">
22756 <column alignment="center" valignment="top" width="0">
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 a
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 b
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 c
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 d
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 e
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 </row>
22804 </lyxtabular>
22805
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Section
22822 Gleitobjekte nebeneinander
22823 \begin_inset Index idx
22824 status collapsed
22825
22826 \begin_layout Plain Layout
22827 Gleitobjekte ! nebeneinander
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \begin_layout Standard
22836 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22837 \begin_inset space ~
22838 \end_inset
22839
22840
22841 \begin_inset CommandInset ref
22842 LatexCommand ref
22843 reference "abb:Gleitobjekt-links"
22844
22845 \end_inset
22846
22847  und 
22848 \begin_inset CommandInset ref
22849 LatexCommand ref
22850 reference "abb:Gleitobjekt-rechts"
22851
22852 \end_inset
22853
22854  wird nur 
22855 \emph on
22856 ein
22857 \emph default
22858  Gleitobjekt verwendet.
22859  In dieses werden zwei Minipage Boxen eingefügt.
22860 \begin_inset Foot
22861 status collapsed
22862
22863 \begin_layout Plain Layout
22864 Minipages sind in Abschnitt
22865 \begin_inset space ~
22866 \end_inset
22867
22868
22869 \begin_inset CommandInset ref
22870 LatexCommand ref
22871 reference "abs:Minipage"
22872
22873 \end_inset
22874
22875  erklärt.
22876 \end_layout
22877
22878 \end_inset
22879
22880  Die Breite wird für jede Minipage auf 45
22881 \begin_inset space \thinspace{}
22882 \end_inset
22883
22884 -50
22885 \begin_inset space \thinspace{}
22886 \end_inset
22887
22888 Spalten% und die Box Ausrichtung auf 
22889 \family sans
22890 Unten
22891 \family default
22892  gesetzt.
22893  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22894  Gleitobjekt.
22895  Der einzige Unterschied ist, dass die Bildeinheit 
22896 \family sans
22897 Spaltenbreite
22898 \begin_inset space ~
22899 \end_inset
22900
22901 %
22902 \family default
22903  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset Float figure
22908 wide false
22909 sideways false
22910 status open
22911
22912 \begin_layout Plain Layout
22913 \begin_inset Box Frameless
22914 position "b"
22915 hor_pos "c"
22916 has_inner_box 1
22917 inner_pos "t"
22918 use_parbox 0
22919 use_makebox 0
22920 width "45col%"
22921 special "none"
22922 height "1in"
22923 height_special "totalheight"
22924 status open
22925
22926 \begin_layout Plain Layout
22927 \align center
22928 \begin_inset Graphics
22929         filename ../clipart/mobius.eps
22930         lyxscale 50
22931         width 100col%
22932         scaleBeforeRotation
22933
22934 \end_inset
22935
22936
22937 \end_layout
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Caption
22941
22942 \begin_layout Plain Layout
22943 \begin_inset CommandInset label
22944 LatexCommand label
22945 name "abb:Gleitobjekt-links"
22946
22947 \end_inset
22948
22949 Gleitobjekt auf der linken Seite.
22950 \end_layout
22951
22952 \end_inset
22953
22954
22955 \end_layout
22956
22957 \end_inset
22958
22959
22960 \begin_inset space \hfill{}
22961 \end_inset
22962
22963
22964 \begin_inset Box Frameless
22965 position "b"
22966 hor_pos "c"
22967 has_inner_box 1
22968 inner_pos "t"
22969 use_parbox 0
22970 use_makebox 0
22971 width "45col%"
22972 special "none"
22973 height "1in"
22974 height_special "totalheight"
22975 status open
22976
22977 \begin_layout Plain Layout
22978 \align center
22979 \begin_inset Graphics
22980         filename ../clipart/platypus.eps
22981         lyxscale 50
22982         width 100col%
22983         scaleBeforeRotation
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Plain Layout
22991 \begin_inset Caption
22992
22993 \begin_layout Plain Layout
22994 \begin_inset CommandInset label
22995 LatexCommand label
22996 name "abb:Gleitobjekt-rechts"
22997
22998 \end_inset
22999
23000 Gleitobjekt auf der rechten Seite.
23001 \end_layout
23002
23003 \end_inset
23004
23005
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \begin_layout Section
23019 Beschriftungs-Formatierung
23020 \begin_inset CommandInset label
23021 LatexCommand label
23022 name "abs:Titel-Formatierung"
23023
23024 \end_inset
23025
23026
23027 \begin_inset Index idx
23028 status collapsed
23029
23030 \begin_layout Plain Layout
23031 Gleitobjekte ! Beschriftung ! Formatierung
23032 \end_layout
23033
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \begin_layout Standard
23040
23041 \family sans
23042 Legende
23043 \family default
23044  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
23045  In LyX sehen Titel so aus:  
23046 \family sans
23047
23048 \begin_inset Quotes gld
23049 \end_inset
23050
23051 Abbildung xyz:
23052 \family default
23053
23054 \begin_inset Quotes grd
23055 \end_inset
23056
23057 , gefolgt vom Beschriftungstext, wobei 
23058 \family sans
23059 xyz
23060 \family default
23061  die von LyX vergebene Nummer ist.
23062  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
23063  gedruckt.
23064  Dies ist nicht immer brauchbar.
23065 \end_layout
23066
23067 \begin_layout Standard
23068 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
23069  
23070 \series bold
23071 caption
23072 \series default
23073
23074 \begin_inset Index idx
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078 LaTeX-Pakete ! caption
23079 \end_layout
23080
23081 \end_inset
23082
23083  in den LaTeX-Vorspann laden:
23084 \end_layout
23085
23086 \begin_layout Standard
23087
23088 \series bold
23089
23090 \backslash
23091 usepackage[Format-Definition]{caption}
23092 \end_layout
23093
23094 \begin_layout Standard
23095 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
23096  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
23097 \end_layout
23098
23099 \begin_layout Standard
23100
23101 \series bold
23102
23103 \backslash
23104 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23105 \end_layout
23106
23107 \begin_layout Standard
23108 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
23109  definieren.
23110  Dazu laden Sie das 
23111 \series bold
23112 caption
23113 \series default
23114 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
23115  dem Befehl
23116 \end_layout
23117
23118 \begin_layout Standard
23119
23120 \series bold
23121
23122 \backslash
23123 captionsetup[Gleitobjekt-Typ]{Format-Definition}
23124 \end_layout
23125
23126 \begin_layout Standard
23127 Für Abbildung
23128 \begin_inset space ~
23129 \end_inset
23130
23131
23132 \begin_inset CommandInset ref
23133 LatexCommand ref
23134 reference "abb:Langer-Abb-Titel"
23135
23136 \end_inset
23137
23138  und Tabelle
23139 \begin_inset space ~
23140 \end_inset
23141
23142
23143 \begin_inset CommandInset ref
23144 LatexCommand ref
23145 reference "tab:Langer-Tab-Titel"
23146
23147 \end_inset
23148
23149  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
23150  werden:
23151 \end_layout
23152
23153 \begin_layout Standard
23154
23155 \series bold
23156
23157 \backslash
23158 usepackage[tableposition=top]{caption}
23159 \begin_inset Newline newline
23160 \end_inset
23161
23162
23163 \backslash
23164 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23165 \begin_inset Newline newline
23166 \end_inset
23167
23168
23169 \begin_inset Phantom HPhantom
23170 status open
23171
23172 \begin_layout Plain Layout
23173
23174 \series bold
23175
23176 \backslash
23177 captionsetup[figure]{
23178 \end_layout
23179
23180 \end_inset
23181
23182 labelsep=period}
23183 \begin_inset Newline newline
23184 \end_inset
23185
23186
23187 \backslash
23188 captionsetup[table]{labelfont={bf,sf}}
23189 \end_layout
23190
23191 \begin_layout Standard
23192 \begin_inset Note Greyedout
23193 status open
23194
23195 \begin_layout Plain Layout
23196
23197 \series bold
23198 Bemerkung:
23199 \series default
23200  Die Option 
23201 \series bold
23202 tableposition=top
23203 \series default
23204  hat keine Auswirkung, wenn eine 
23205 \series bold
23206 KOMA-Script
23207 \series default
23208
23209 \begin_inset Index idx
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 LaTeX-Pakete ! KOMA-Script
23214 \end_layout
23215
23216 \end_inset
23217
23218 -Dokumentklasse verwendet wird.
23219  Hier muss die Option 
23220 \series bold
23221 captions=tableheading
23222 \series default
23223  benutzt werden.
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \begin_layout Standard
23232 Weitere Informationen über das Paket
23233 \series bold
23234  caption
23235 \series default
23236  finden Sie in seiner Dokumentation 
23237 \begin_inset CommandInset citation
23238 LatexCommand cite
23239 key "caption"
23240
23241 \end_inset
23242
23243 .
23244 \end_layout
23245
23246 \begin_layout Standard
23247 Wenn Sie den Namen von 
23248 \begin_inset Quotes gld
23249 \end_inset
23250
23251 Abbildung
23252 \begin_inset Quotes grd
23253 \end_inset
23254
23255  auf 
23256 \begin_inset Quotes gld
23257 \end_inset
23258
23259 Bild
23260 \begin_inset Quotes grd
23261 \end_inset
23262
23263  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23264 \end_layout
23265
23266 \begin_layout Standard
23267
23268 \series bold
23269
23270 \backslash
23271 renewcommand{
23272 \backslash
23273 fnum@figure}{Bild~
23274 \backslash
23275 thefigure}
23276 \end_layout
23277
23278 \begin_layout Standard
23279 wobei 
23280 \series bold
23281
23282 \backslash
23283 thefigure
23284 \series default
23285  die Bildnummer einsetzt und
23286 \series bold
23287  ~
23288 \series default
23289  ein geschütztes Leerzeichen ist.
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset VSpace bigskip
23294 \end_inset
23295
23296 Wenn Sie eine 
23297 \series bold
23298 KOMA-Script
23299 \series default
23300
23301 \begin_inset Index idx
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305 LaTeX-Pakete ! KOMA-Script
23306 \end_layout
23307
23308 \end_inset
23309
23310 -Dokumentklasse (
23311 \family sans
23312 article (KOMA-Script)
23313 \family default
23314
23315 \family sans
23316 book (KOMA-Script)
23317 \family default
23318
23319 \family sans
23320 letter (KOMA-Script)
23321 \family default
23322  oder 
23323 \family sans
23324 report (KOMA-Script)
23325 \family default
23326 ) benutzen, können Sie anstatt des 
23327 \series bold
23328 caption
23329 \series default
23330 -Paketes den eingebauten Befehl 
23331 \series bold
23332
23333 \backslash
23334 setkomafont
23335 \series default
23336  von 
23337 \series bold
23338 KOMA-Script
23339 \series default
23340  benutzen.
23341  Der Befehl
23342 \end_layout
23343
23344 \begin_layout Standard
23345
23346 \series bold
23347
23348 \backslash
23349 setkomafont{captionlabel}{
23350 \backslash
23351 bfseries}
23352 \end_layout
23353
23354 \begin_layout Standard
23355 im LaTeX-Vorspann druckt den Namen fett.
23356 \end_layout
23357
23358 \begin_layout Standard
23359 Weitere Informationen über 
23360 \series bold
23361
23362 \backslash
23363 setkomafont
23364 \series default
23365  finden Sie in der 
23366 \series bold
23367 KOMA-Script
23368 \series default
23369 -Do\SpecialChar \-
23370 ku\SpecialChar \-
23371 men\SpecialChar \-
23372 ta\SpecialChar \-
23373 tion 
23374 \begin_inset CommandInset citation
23375 LatexCommand cite
23376 key "KOMA-Script"
23377
23378 \end_inset
23379
23380 .
23381 \end_layout
23382
23383 \begin_layout Standard
23384 \begin_inset ERT
23385 status collapsed
23386
23387 \begin_layout Plain Layout
23388
23389
23390 \backslash
23391 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23392 }
23393 \end_layout
23394
23395 \end_inset
23396
23397
23398 \begin_inset Note Note
23399 status open
23400
23401 \begin_layout Plain Layout
23402 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23403 \end_layout
23404
23405 \end_inset
23406
23407
23408 \end_layout
23409
23410 \begin_layout Standard
23411 \begin_inset Float figure
23412 placement !p
23413 wide false
23414 sideways false
23415 status open
23416
23417 \begin_layout Plain Layout
23418 \align center
23419 \begin_inset Graphics
23420         filename ../clipart/mobius.eps
23421         lyxscale 50
23422         scale 50
23423         scaleBeforeRotation
23424
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \begin_layout Plain Layout
23431 \begin_inset Caption
23432
23433 \begin_layout Plain Layout
23434 \begin_inset CommandInset label
23435 LatexCommand label
23436 name "abb:Langer-Abb-Titel"
23437
23438 \end_inset
23439
23440 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23441  ist, um das andere Beschriftungsformat zu zeigen.
23442  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23443 \begin_inset Argument
23444 status collapsed
23445
23446 \begin_layout Plain Layout
23447 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23448  ist.
23449 \end_layout
23450
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \begin_layout Standard
23467 \begin_inset ERT
23468 status collapsed
23469
23470 \begin_layout Plain Layout
23471
23472
23473 \backslash
23474 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23475 on}
23476 \end_layout
23477
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \begin_layout Standard
23484 \begin_inset Float table
23485 placement !p
23486 wide false
23487 sideways false
23488 status open
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Caption
23492
23493 \begin_layout Plain Layout
23494 \begin_inset CommandInset label
23495 LatexCommand label
23496 name "tab:Langer-Tab-Titel"
23497
23498 \end_inset
23499
23500 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23501  ist, um das andere Beschriftungsformat zu zeigen.
23502  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23503  benutzt.
23504 \begin_inset Argument
23505 status collapsed
23506
23507 \begin_layout Plain Layout
23508 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23509  ist.
23510 \end_layout
23511
23512 \end_inset
23513
23514
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Plain Layout
23523 \align center
23524 \begin_inset Tabular
23525 <lyxtabular version="3" rows="1" columns="5">
23526 <features tabularvalignment="middle">
23527 <column alignment="center" valignment="top" width="0">
23528 <column alignment="center" valignment="top" width="0">
23529 <column alignment="center" valignment="top" width="0">
23530 <column alignment="center" valignment="top" width="0">
23531 <column alignment="center" valignment="top" width="0">
23532 <row>
23533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 a
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 b
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 c
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 d
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 e
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 </row>
23579 </lyxtabular>
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \begin_layout Section
23592 Beschriftungs-Platzierung
23593 \begin_inset CommandInset label
23594 LatexCommand label
23595 name "abs:Titel-Platzierung"
23596
23597 \end_inset
23598
23599
23600 \begin_inset Index idx
23601 status collapsed
23602
23603 \begin_layout Plain Layout
23604 Gleitobjekte ! Beschriftung ! Platzierung
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 Normalerweise werden die Beschriftungen wie folgt platziert:
23614 \end_layout
23615
23616 \begin_layout Description
23617 Abbildung: darunter
23618 \end_layout
23619
23620 \begin_layout Description
23621 Tabelle: darüber
23622 \end_layout
23623
23624 \begin_layout Standard
23625 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23626  Das heißt wenn Sie eine der Dokument-Klassen 
23627 \family sans
23628 article
23629 \family default
23630
23631 \family sans
23632 book
23633 \family default
23634
23635 \family sans
23636 letter
23637 \family default
23638  oder 
23639 \family sans
23640 report
23641 \family default
23642  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23643  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23644 \series bold
23645 caption
23646 \series default
23647  im LaTeX-Vorspann folgendes schreiben:
23648 \begin_inset Foot
23649 status collapsed
23650
23651 \begin_layout Plain Layout
23652 In Abschnitt
23653 \begin_inset space ~
23654 \end_inset
23655
23656
23657 \begin_inset CommandInset ref
23658 LatexCommand ref
23659 reference "abs:Titel-Formatierung"
23660
23661 \end_inset
23662
23663  steht mehr über das Paket 
23664 \series bold
23665 caption
23666 \series default
23667 .
23668 \end_layout
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Standard
23676
23677 \series bold
23678 tableposition=top
23679 \end_layout
23680
23681 \begin_layout Standard
23682 Wenn Sie eine 
23683 \series bold
23684 KOMA-Script
23685 \series default
23686
23687 \begin_inset Index idx
23688 status collapsed
23689
23690 \begin_layout Plain Layout
23691 LaTeX-Pakete ! KOMA-Script
23692 \end_layout
23693
23694 \end_inset
23695
23696 -Dokumentklasse (
23697 \family sans
23698 article (KOMA-Script)
23699 \family default
23700
23701 \family sans
23702 book (KOMA-Script)
23703 \family default
23704
23705 \family sans
23706 letter (KOMA-Script)
23707 \family default
23708  oder 
23709 \family sans
23710 report (KOMA-Script)
23711 \family default
23712 ) benutzen, können Sie alternativ zum 
23713 \series bold
23714 caption
23715 \series default
23716 -Paket die Option 
23717 \series bold
23718 captions=tableheading
23719 \series default
23720  benutzen.
23721 \end_layout
23722
23723 \begin_layout Standard
23724 \begin_inset VSpace bigskip
23725 \end_inset
23726
23727 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23728  Das bewirkt das LaTeX-Paket 
23729 \series bold
23730 sidecap
23731 \series default
23732
23733 \begin_inset Index idx
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737 LaTeX-Pakete ! sidecap
23738 \end_layout
23739
23740 \end_inset
23741
23742 , das so in den LaTeX-Vorspann geladen wird:
23743 \end_layout
23744
23745 \begin_layout Standard
23746
23747 \series bold
23748
23749 \backslash
23750 usepackage[Option]{sidecap}
23751 \end_layout
23752
23753 \begin_layout Standard
23754 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23755  Mit 
23756 \series bold
23757 innercaption
23758 \series default
23759  wird die Beschriftung innen gedruckt.
23760  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23761  
23762 \series bold
23763 rightcaption
23764 \series default
23765  oder 
23766 \series bold
23767 leftcaption
23768 \series default
23769 .
23770 \end_layout
23771
23772 \begin_layout Standard
23773 \begin_inset ERT
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777
23778
23779 \backslash
23780 ifsidecap
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \begin_inset Note Note
23787 status open
23788
23789 \begin_layout Plain Layout
23790 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23791 \series bold
23792 sidecap
23793 \series default
23794  installiert ist.
23795 \end_layout
23796
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \begin_layout Standard
23803 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23804  in den LaTeX-Vorspann schreiben:
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \noindent
23809 \begin_inset CommandInset line
23810 LatexCommand rule
23811 offset "0.5ex"
23812 width "100line%"
23813 height "1pt"
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821
23822 \series bold
23823
23824 \backslash
23825 newcommand{
23826 \backslash
23827 TabBesBeg}{%
23828 \begin_inset Newline newline
23829 \end_inset
23830
23831
23832 \begin_inset Phantom HPhantom
23833 status open
23834
23835 \begin_layout Plain Layout
23836
23837 \series bold
23838 \begin_inset space ~
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \end_inset
23845
23846
23847 \backslash
23848 let
23849 \backslash
23850 MyTable
23851 \backslash
23852 table
23853 \begin_inset Newline newline
23854 \end_inset
23855
23856
23857 \begin_inset Phantom HPhantom
23858 status open
23859
23860 \begin_layout Plain Layout
23861
23862 \series bold
23863 \begin_inset space ~
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \backslash
23873 let
23874 \backslash
23875 MyEndtable
23876 \backslash
23877 endtable
23878 \begin_inset Newline newline
23879 \end_inset
23880
23881
23882 \begin_inset Phantom HPhantom
23883 status open
23884
23885 \begin_layout Plain Layout
23886
23887 \series bold
23888 \begin_inset space ~
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \end_inset
23895
23896
23897 \backslash
23898 renewenvironment{table}{
23899 \backslash
23900 begin{SCtable}}{
23901 \backslash
23902 end{SCtable}}}
23903 \end_layout
23904
23905 \begin_layout Standard
23906
23907 \series bold
23908
23909 \backslash
23910 newcommand{
23911 \backslash
23912 TabBesEnd}{%
23913 \begin_inset Newline newline
23914 \end_inset
23915
23916
23917 \begin_inset Phantom HPhantom
23918 status open
23919
23920 \begin_layout Plain Layout
23921
23922 \series bold
23923 \begin_inset space ~
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \backslash
23933 let
23934 \backslash
23935 table
23936 \backslash
23937 MyTable
23938 \begin_inset Newline newline
23939 \end_inset
23940
23941
23942 \begin_inset Phantom HPhantom
23943 status open
23944
23945 \begin_layout Plain Layout
23946
23947 \series bold
23948 \begin_inset space ~
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955
23956
23957 \backslash
23958 let
23959 \backslash
23960 endtable
23961 \backslash
23962 MyEndtable
23963 \end_layout
23964
23965 \begin_layout Standard
23966
23967 \series bold
23968
23969 \backslash
23970 newcommand{
23971 \backslash
23972 FigBesBeg}{%
23973 \begin_inset Newline newline
23974 \end_inset
23975
23976
23977 \begin_inset Phantom HPhantom
23978 status open
23979
23980 \begin_layout Plain Layout
23981
23982 \series bold
23983 \begin_inset space ~
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990
23991
23992 \backslash
23993 let
23994 \backslash
23995 MyFigure
23996 \backslash
23997 figure
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \begin_inset Phantom HPhantom
24003 status open
24004
24005 \begin_layout Plain Layout
24006
24007 \series bold
24008 \begin_inset space ~
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015
24016
24017 \backslash
24018 let
24019 \backslash
24020 MyEndfigure
24021 \backslash
24022 endfigure
24023 \begin_inset Newline newline
24024 \end_inset
24025
24026
24027 \begin_inset Phantom HPhantom
24028 status open
24029
24030 \begin_layout Plain Layout
24031
24032 \series bold
24033 \begin_inset space ~
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040
24041
24042 \backslash
24043 renewenvironment{figure}{
24044 \backslash
24045 begin{SCfigure}}{
24046 \backslash
24047 end{SCfigure}}}
24048 \end_layout
24049
24050 \begin_layout Standard
24051
24052 \series bold
24053
24054 \backslash
24055 newcommand{
24056 \backslash
24057 FigBesEnd}{%
24058 \begin_inset Newline newline
24059 \end_inset
24060
24061
24062 \begin_inset Phantom HPhantom
24063 status open
24064
24065 \begin_layout Plain Layout
24066
24067 \series bold
24068 \begin_inset space ~
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \backslash
24078 let
24079 \backslash
24080 figure
24081 \backslash
24082 MyFigure
24083 \begin_inset Newline newline
24084 \end_inset
24085
24086
24087 \begin_inset Phantom HPhantom
24088 status open
24089
24090 \begin_layout Plain Layout
24091
24092 \series bold
24093 \begin_inset space ~
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \backslash
24103 let
24104 \backslash
24105 endfigure
24106 \backslash
24107 MyEndfigure}
24108 \end_layout
24109
24110 \begin_layout Standard
24111 \noindent
24112 \begin_inset CommandInset line
24113 LatexCommand rule
24114 offset "0.5ex"
24115 width "100line%"
24116 height "1pt"
24117
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \begin_layout Standard
24124 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
24125 ungen seitlich gedruckt werden.
24126  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
24127 \end_layout
24128
24129 \begin_layout Standard
24130
24131 \series bold
24132
24133 \backslash
24134 FigBesBeg
24135 \end_layout
24136
24137 \begin_layout Standard
24138 als TeX-Code vor und
24139 \end_layout
24140
24141 \begin_layout Standard
24142
24143 \series bold
24144
24145 \backslash
24146 FigBesEnd
24147 \end_layout
24148
24149 \begin_layout Standard
24150 hinter das Gleitobjekt.
24151  Bei Gleitobjekt-Tabellen heißen die Befehle
24152 \end_layout
24153
24154 \begin_layout Standard
24155
24156 \series bold
24157
24158 \backslash
24159 TabBesBeg
24160 \series default
24161  und 
24162 \series bold
24163
24164 \backslash
24165 TabBesEnd
24166 \series default
24167 .
24168 \end_layout
24169
24170 \begin_layout Standard
24171 Abbildung
24172 \begin_inset space ~
24173 \end_inset
24174
24175
24176 \begin_inset CommandInset ref
24177 LatexCommand ref
24178 reference "abb:Beschriftung-neben"
24179
24180 \end_inset
24181
24182  und Tabelle
24183 \begin_inset space ~
24184 \end_inset
24185
24186
24187 \begin_inset CommandInset ref
24188 LatexCommand ref
24189 reference "tab:cap-beside-tab"
24190
24191 \end_inset
24192
24193  sind Beispiele für seitliche Beschriftungen.
24194 \end_layout
24195
24196 \begin_layout Standard
24197 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24198  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24199  der Abbildung.
24200  Das kann man mit dem Befehl
24201 \end_layout
24202
24203 \begin_layout Standard
24204
24205 \series bold
24206
24207 \backslash
24208 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24209 \end_layout
24210
24211 \begin_layout Standard
24212 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24213  Der Gleitobjekt-Typ ist entweder 
24214 \family sans
24215 figure
24216 \family default
24217  oder 
24218 \family sans
24219 table
24220 \family default
24221 , die
24222 \family sans
24223  
24224 \family default
24225 Platzierung ist 
24226 \family typewriter
24227 t
24228 \family default
24229  für oben, 
24230 \family typewriter
24231 c
24232 \family default
24233  für zentriert oder 
24234 \family typewriter
24235 b
24236 \family default
24237  für unten.
24238  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24239  lautet der Befehl
24240 \end_layout
24241
24242 \begin_layout Standard
24243
24244 \series bold
24245
24246 \backslash
24247 sidecaptionvpos{figure}{c}
24248 \end_layout
24249
24250 \begin_layout Standard
24251 Das wurde in Abbildung
24252 \begin_inset space ~
24253 \end_inset
24254
24255
24256 \begin_inset CommandInset ref
24257 LatexCommand ref
24258 reference "abb:cap-beside-fig-2"
24259
24260 \end_inset
24261
24262  benutzt.
24263 \end_layout
24264
24265 \begin_layout Standard
24266 \begin_inset VSpace medskip
24267 \end_inset
24268
24269 Weitere Informationen über das Paket
24270 \series bold
24271  sidecap
24272 \series default
24273  finden Sie in seiner Dokumentation 
24274 \begin_inset CommandInset citation
24275 LatexCommand cite
24276 key "sidecap"
24277
24278 \end_inset
24279
24280 .
24281 \end_layout
24282
24283 \begin_layout Standard
24284 \begin_inset Note Greyedout
24285 status open
24286
24287 \begin_layout Plain Layout
24288
24289 \series bold
24290 Bemerkung:
24291 \series default
24292  Das LaTeX-Paket 
24293 \series bold
24294 hypcap
24295 \series default
24296 ,
24297 \begin_inset Index idx
24298 status collapsed
24299
24300 \begin_layout Plain Layout
24301 LaTeX-Pakete ! hypcap
24302 \end_layout
24303
24304 \end_inset
24305
24306  das in Abschnitt
24307 \begin_inset space ~
24308 \end_inset
24309
24310
24311 \begin_inset CommandInset ref
24312 LatexCommand ref
24313 reference "uab:Querverweis-Position"
24314
24315 \end_inset
24316
24317  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24318  Beschriftungen.
24319 \end_layout
24320
24321 \end_inset
24322
24323
24324 \end_layout
24325
24326 \begin_layout Standard
24327 \begin_inset ERT
24328 status collapsed
24329
24330 \begin_layout Plain Layout
24331
24332
24333 \backslash
24334 FigBesBeg 
24335 \end_layout
24336
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \begin_layout Standard
24343 \begin_inset Float figure
24344 wide false
24345 sideways false
24346 status open
24347
24348 \begin_layout Plain Layout
24349 \begin_inset Graphics
24350         filename ../clipart/escher-lsd.eps
24351         scale 75
24352         scaleBeforeRotation
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout Plain Layout
24360 \begin_inset Caption
24361
24362 \begin_layout Plain Layout
24363 \begin_inset CommandInset label
24364 LatexCommand label
24365 name "abb:Beschriftung-neben"
24366
24367 \end_inset
24368
24369 Dies ist eine Beschriftung neben einer Abbildung.
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \begin_layout Standard
24383 \begin_inset ERT
24384 status collapsed
24385
24386 \begin_layout Plain Layout
24387
24388
24389 \backslash
24390 TabBesBeg 
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \begin_layout Standard
24399 \begin_inset Float table
24400 wide false
24401 sideways false
24402 status open
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Caption
24406
24407 \begin_layout Plain Layout
24408 \begin_inset CommandInset label
24409 LatexCommand label
24410 name "tab:cap-beside-tab"
24411
24412 \end_inset
24413
24414 Dies ist eine Beschriftung neben einer Tabelle.
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Tabular
24424 <lyxtabular version="3" rows="4" columns="5">
24425 <features tabularvalignment="middle">
24426 <column alignment="center" valignment="top" width="0">
24427 <column alignment="center" valignment="top" width="0">
24428 <column alignment="center" valignment="top" width="0">
24429 <column alignment="center" valignment="top" width="0">
24430 <column alignment="center" valignment="top" width="0">
24431 <row>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 a
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454 b
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 c
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 </row>
24478 <row>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492 d
24493 \end_layout
24494
24495 \end_inset
24496 </cell>
24497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24498 \begin_inset Text
24499
24500 \begin_layout Plain Layout
24501
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 e
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 </row>
24525 <row>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 f
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548 g
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557
24558 \end_layout
24559
24560 \end_inset
24561 </cell>
24562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 h
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 </row>
24572 <row>
24573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 i
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604 j
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 </lyxtabular>
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \end_layout
24630
24631 \begin_layout Standard
24632 \begin_inset ERT
24633 status collapsed
24634
24635 \begin_layout Plain Layout
24636
24637
24638 \backslash
24639 TabBesEnd
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Standard
24648 \begin_inset ERT
24649 status collapsed
24650
24651 \begin_layout Plain Layout
24652
24653
24654 \backslash
24655 sidecaptionvpos{figure}{c}
24656 \end_layout
24657
24658 \end_inset
24659
24660
24661 \begin_inset Float figure
24662 wide false
24663 sideways false
24664 status open
24665
24666 \begin_layout Plain Layout
24667 \begin_inset Graphics
24668         filename ../clipart/escher-lsd.eps
24669         scale 75
24670         scaleBeforeRotation
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Plain Layout
24678 \begin_inset Caption
24679
24680 \begin_layout Plain Layout
24681 \begin_inset CommandInset label
24682 LatexCommand label
24683 name "abb:cap-beside-fig-2"
24684
24685 \end_inset
24686
24687 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24688 \end_layout
24689
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \begin_layout Standard
24701 \begin_inset ERT
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705
24706
24707 \backslash
24708 FigBesEnd
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \end_layout
24715
24716 \begin_layout Standard
24717 \begin_inset ERT
24718 status collapsed
24719
24720 \begin_layout Plain Layout
24721
24722
24723 \backslash
24724 else
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \begin_inset Note Note
24731 status open
24732
24733 \begin_layout Plain Layout
24734 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24735 \series bold
24736 sidecap
24737 \series default
24738  nicht installiert ist:
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \begin_layout Standard
24747 Das LaTeX-Paket 
24748 \series bold
24749 sidecap
24750 \series default
24751  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24752 \end_layout
24753
24754 \begin_layout Standard
24755 \begin_inset ERT
24756 status collapsed
24757
24758 \begin_layout Plain Layout
24759
24760
24761 \backslash
24762 fi
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Section
24771 Gleitobjekt-Verzeichnisse
24772 \begin_inset Index idx
24773 status collapsed
24774
24775 \begin_layout Plain Layout
24776 Gleitobjekte ! Verzeichnisse
24777 \end_layout
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Standard
24785 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24786  Sie können mit den Untermenüs von 
24787 \family sans
24788 Einfügen\SpecialChar \menuseparator
24789 Liste
24790 \begin_inset space ~
24791 \end_inset
24792
24793 /
24794 \begin_inset space ~
24795 \end_inset
24796
24797 Inhaltsverzeichnis
24798 \family default
24799  eingefügt werden.
24800 \end_layout
24801
24802 \begin_layout Standard
24803 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24804  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24805 \end_layout
24806
24807 \begin_layout Standard
24808 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24809  und ein Tabellen-Verzeichnis.
24810 \end_layout
24811
24812 \begin_layout Chapter
24813 Notizen
24814 \end_layout
24815
24816 \begin_layout Section
24817 LyX-Notizen
24818 \begin_inset Index idx
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822 Notizen ! LyX-Notizen
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Standard
24831 Notizen werden mit einem Klick auf 
24832 \begin_inset Graphics
24833         filename ../../images/note-insert.png
24834         scale 85
24835         scaleBeforeRotation
24836
24837 \end_inset
24838
24839  oder 
24840 \family sans
24841 Einfügen\SpecialChar \menuseparator
24842 Notiz
24843 \family default
24844  eingefügt.
24845  Es gibt drei Arten:
24846 \end_layout
24847
24848 \begin_layout Description
24849 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24850  Eine 
24851 \family sans
24852 LyX-Notiz
24853 \family default
24854  sieht so aus:
24855 \begin_inset Newline newline
24856 \end_inset
24857
24858
24859 \begin_inset Newline newline
24860 \end_inset
24861
24862
24863 \begin_inset Graphics
24864         filename clipart/LyXNotizQt4.png
24865         display false
24866         scale 60
24867         scaleBeforeRotation
24868
24869 \end_inset
24870
24871  
24872 \begin_inset Note Note
24873 status open
24874
24875 \begin_layout Plain Layout
24876 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24877 \end_layout
24878
24879 \end_inset
24880
24881
24882 \end_layout
24883
24884 \begin_layout Description
24885 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24886  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24887 \family sans
24888 Datei\SpecialChar \menuseparator
24889 Ex\SpecialChar \-
24890 por\SpecialChar \-
24891 tie\SpecialChar \-
24892 ren\SpecialChar \menuseparator
24893 LaTe
24894 \begin_inset ERT
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898
24899 {}
24900 \end_layout
24901
24902 \end_inset
24903
24904 X (pdflatex) / (normal)
24905 \family default
24906 .
24907  Ein Kommentar sieht so aus:
24908 \begin_inset Newline newline
24909 \end_inset
24910
24911
24912 \begin_inset Newline newline
24913 \end_inset
24914
24915
24916 \begin_inset Graphics
24917         filename clipart/KommentarQt4.png
24918         display false
24919         scale 60
24920         scaleBeforeRotation
24921
24922 \end_inset
24923
24924  
24925 \begin_inset Note Comment
24926 status open
24927
24928 \begin_layout Plain Layout
24929 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Description
24938 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24939 \begin_inset Newline newline
24940 \end_inset
24941
24942
24943 \begin_inset Newline newline
24944 \end_inset
24945
24946
24947 \begin_inset Graphics
24948         filename clipart/GrauschriftNotizQt4.png
24949         display false
24950         scale 60
24951         scaleBeforeRotation
24952
24953 \end_inset
24954
24955
24956 \begin_inset Newline newline
24957 \end_inset
24958
24959
24960 \begin_inset ERT
24961 status collapsed
24962
24963 \begin_layout Plain Layout
24964
24965
24966 \backslash
24967 renewenvironment{lyxgreyedout}
24968 \end_layout
24969
24970 \begin_layout Plain Layout
24971
24972 {
24973 \backslash
24974 textcolor[gray]{0.4}
24975 \backslash
24976 bgroup}{
24977 \backslash
24978 egroup}
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \begin_inset Note Greyedout
24985 status open
24986
24987 \begin_layout Plain Layout
24988 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24989 \begin_inset Foot
24990 status open
24991
24992 \begin_layout Plain Layout
24993 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \begin_inset ERT
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008
25009
25010 \backslash
25011 renewenvironment{lyxgreyedout}
25012 \end_layout
25013
25014 \begin_layout Plain Layout
25015
25016 {
25017 \backslash
25018 textcolor{blue}
25019 \backslash
25020 bgroup}{
25021 \backslash
25022 egroup}
25023 \end_layout
25024
25025 \end_inset
25026
25027
25028 \begin_inset Note Note
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
25033  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
25034  
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \begin_inset Newline newline
25041 \end_inset
25042
25043
25044 \begin_inset Newline newline
25045 \end_inset
25046
25047 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
25048  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \begin_inset VSpace bigskip
25053 \end_inset
25054
25055 Wenn Sie auf den Werkzeugleistenknopf 
25056 \begin_inset Graphics
25057         filename ../../images/note-insert.png
25058         scale 85
25059         scaleBeforeRotation
25060
25061 \end_inset
25062
25063  klicken, wird zunächst eine 
25064 \family sans
25065 LyX-Notiz
25066 \family default
25067  eingefügt.
25068  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
25069  anderen Möglichkeiten auswählen.
25070  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
25071  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
25072  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
25073  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
25074  am Ende der Notiz ist.
25075 \end_layout
25076
25077 \begin_layout Standard
25078 \begin_inset VSpace bigskip
25079 \end_inset
25080
25081 Die Textfarbe von Grauschrift-Boxen kann im Menü 
25082 \family sans
25083 Dokument\SpecialChar \menuseparator
25084 Einstellungen\SpecialChar \menuseparator
25085 Farben
25086 \family default
25087  geändert werden.
25088 \end_layout
25089
25090 \begin_layout Section
25091 Fußnoten
25092 \begin_inset CommandInset label
25093 LatexCommand label
25094 name "abs:Fußnoten"
25095
25096 \end_inset
25097
25098
25099 \begin_inset Index idx
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 Notizen ! Fußnoten
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \begin_inset Index idx
25110 status collapsed
25111
25112 \begin_layout Plain Layout
25113 Fußnoten
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \begin_layout Standard
25122 Zu dem, was bereits im 
25123 \emph on
25124 Benutzerhandbuch
25125 \emph default
25126  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
25127  Eine Fußnotenbox sieht folgendermaßen aus: 
25128 \begin_inset Graphics
25129         filename clipart/FussnoteQt4.png
25130         scale 80
25131         scaleBeforeRotation
25132
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \begin_layout Standard
25139 Hier ist eine Beispielfußnote:
25140 \color black
25141
25142 \begin_inset Foot
25143 status open
25144
25145 \begin_layout Plain Layout
25146 \begin_inset CommandInset label
25147 LatexCommand label
25148 name "fuss:Fußnoten-Beispiel"
25149
25150 \end_inset
25151
25152 Dies ist eine Fußnote.
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \color inherit
25159
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165
25166 \backslash
25167 newcounter{MyRepeatFoot}
25168 \end_layout
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 setcounter{MyRepeatFoot}{
25175 \backslash
25176 thefootnote}
25177 \end_layout
25178
25179 \end_inset
25180
25181
25182 \end_layout
25183
25184 \begin_layout Standard
25185 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25186  wurde, eine hochgestellte Zahl.
25187  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25188  hochgestellt dem Text vorangeht.
25189  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25190  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25191  werden.
25192 \end_layout
25193
25194 \begin_layout Standard
25195 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25196  der Fußnote eine Marke eingefügt wurde.
25197  Dies ist ein Querverweis auf Fußnote
25198 \begin_inset space ~
25199 \end_inset
25200
25201
25202 \begin_inset CommandInset ref
25203 LatexCommand ref
25204 reference "fuss:Fußnoten-Beispiel"
25205
25206 \end_inset
25207
25208 .
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \begin_inset VSpace defskip
25213 \end_inset
25214
25215 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25216  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25217  wird der Befehl 
25218 \series bold
25219
25220 \backslash
25221 footnotemark{}
25222 \series default
25223  als TeX-Code eingefügt.
25224  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25225 \series bold
25226
25227 \backslash
25228 footnotetext
25229 \series default
25230  nach der Tabelle eingegeben.
25231 \begin_inset Newline newline
25232 \end_inset
25233
25234 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25235 \end_layout
25236
25237 \begin_layout Standard
25238
25239 \series bold
25240
25241 \backslash
25242 footnotetext{
25243 \series default
25244 Gedruckte Tabellenfußnote.
25245 \series bold
25246 }
25247 \end_layout
25248
25249 \begin_layout Standard
25250 \begin_inset Tabular
25251 <lyxtabular version="3" rows="2" columns="1">
25252 <features tabularvalignment="middle">
25253 <column alignment="center" valignment="top" width="0">
25254 <row>
25255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259 Dies ist ein Beispieltext.
25260 \begin_inset Foot
25261 status open
25262
25263 \begin_layout Plain Layout
25264 Diese Fußnote wird nicht gedruckt!
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280 Dies ist ein Beispieltext.
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 footnotemark{}
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 </row>
25299 </lyxtabular>
25300
25301 \end_inset
25302
25303
25304 \begin_inset ERT
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308
25309
25310 \backslash
25311 footnotetext{
25312 \end_layout
25313
25314 \end_inset
25315
25316 Gedruckte Tabellenfußnote.
25317 \begin_inset ERT
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321
25322 }
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Standard
25331 Fußnoten in langen Tabellen sind in Abschnitt
25332 \begin_inset space ~
25333 \end_inset
25334
25335
25336 \begin_inset CommandInset ref
25337 LatexCommand ref
25338 reference "uab:Fußnoten-in-langen"
25339
25340 \end_inset
25341
25342  beschrieben.
25343 \end_layout
25344
25345 \begin_layout Standard
25346 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25347  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25348  innerhalb einer Seite ist.
25349  (Mehr über Minipages ist in Abschnitt
25350 \begin_inset space ~
25351 \end_inset
25352
25353
25354 \begin_inset CommandInset ref
25355 LatexCommand ref
25356 reference "abs:Minipage"
25357
25358 \end_inset
25359
25360  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25361  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25362  Methode mit 
25363 \series bold
25364
25365 \backslash
25366 footnotemark{}
25367 \series default
25368  und 
25369 \series bold
25370
25371 \backslash
25372 footnotetext
25373 \series default
25374 .
25375 \end_layout
25376
25377 \begin_layout Standard
25378 \begin_inset Box Frameless
25379 position "t"
25380 hor_pos "c"
25381 has_inner_box 1
25382 inner_pos "t"
25383 use_parbox 0
25384 use_makebox 0
25385 width "100col%"
25386 special "none"
25387 height "1in"
25388 height_special "totalheight"
25389 status open
25390
25391 \begin_layout Plain Layout
25392 Dies ist ein Beispieltext.in einer Minipage.
25393 \begin_inset Foot
25394 status open
25395
25396 \begin_layout Plain Layout
25397 Fußnote in einer Minipage.
25398 \end_layout
25399
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \begin_layout Plain Layout
25406 Dies ist ein Beispieltext.
25407  in einer Minipage.
25408 \begin_inset ERT
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412
25413
25414 \backslash
25415 footnotemark{}
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 \begin_inset ERT
25430 status collapsed
25431
25432 \begin_layout Plain Layout
25433
25434
25435 \backslash
25436 footnotetext{
25437 \end_layout
25438
25439 \end_inset
25440
25441 Fußnote außerhalb der Minipage.
25442 \begin_inset ERT
25443 status collapsed
25444
25445 \begin_layout Plain Layout
25446
25447 }
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Standard
25456 \begin_inset VSpace defskip
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25464  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25465 \series bold
25466
25467 \backslash
25468 footnotemark[Nummer]
25469 \series default
25470 .
25471 \begin_inset Newline newline
25472 \end_inset
25473
25474 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25475  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25476  Hinter Fußnote
25477 \begin_inset space ~
25478 \end_inset
25479
25480
25481 \begin_inset CommandInset ref
25482 LatexCommand ref
25483 reference "fuss:Fußnoten-Beispiel"
25484
25485 \end_inset
25486
25487  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 newcounter{MyRepeatFoot}
25496 \begin_inset Newline newline
25497 \end_inset
25498
25499
25500 \backslash
25501 setcounter{MyRepeatFoot}{
25502 \backslash
25503 thefootnote}
25504 \end_layout
25505
25506 \begin_layout Standard
25507 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25508 \end_layout
25509
25510 \begin_layout Standard
25511
25512 \series bold
25513
25514 \backslash
25515 footnotemark[
25516 \backslash
25517 theMyRepeatFoot]
25518 \end_layout
25519
25520 \begin_layout Standard
25521 Hier ist eine wiederholte Fußnote:
25522 \begin_inset ERT
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526
25527
25528 \backslash
25529 footnotemark[
25530 \backslash
25531 theMyRepeatFoot]
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Standard
25540 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25541  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25542 \end_layout
25543
25544 \begin_layout Standard
25545
25546 \series bold
25547
25548 \backslash
25549 footnotemark[
25550 \backslash
25551 thefootnote]
25552 \end_layout
25553
25554 \begin_layout Standard
25555 Hier ist eine weitere wiederholte Fußnote:
25556 \begin_inset ERT
25557 status collapsed
25558
25559 \begin_layout Plain Layout
25560
25561
25562 \backslash
25563 footnotemark[
25564 \backslash
25565 thefootnote]
25566 \end_layout
25567
25568 \end_inset
25569
25570
25571 \end_layout
25572
25573 \begin_layout Subsection
25574 Fußnoten-Nummerierung
25575 \begin_inset CommandInset label
25576 LatexCommand label
25577 name "uab:Fußnoten-Nummerierung"
25578
25579 \end_inset
25580
25581
25582 \begin_inset Index idx
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 Fußnoten ! Nummerierung
25587 \end_layout
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \begin_layout Standard
25595 Um Fußnoten nach jedem Abschnitt
25596 \family roman
25597  auf 1 zurückzusetzen, 
25598 \family default
25599 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25600 \end_layout
25601
25602 \begin_layout Standard
25603
25604 \series bold
25605
25606 \backslash
25607 @addtoreset{footnote}{section}
25608 \end_layout
25609
25610 \begin_layout Standard
25611 \begin_inset VSpace bigskip
25612 \end_inset
25613
25614 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25615  Zahlen:
25616 \end_layout
25617
25618 \begin_layout Standard
25619
25620 \series bold
25621
25622 \backslash
25623 renewcommand{
25624 \backslash
25625 thefootnote}{
25626 \backslash
25627 roman{footnote}}
25628 \end_layout
25629
25630 \begin_layout Standard
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635
25636
25637 \backslash
25638 renewcommand{
25639 \backslash
25640 thefootnote}{
25641 \backslash
25642 roman{footnote}}
25643 \end_layout
25644
25645 \end_inset
25646
25647  Hier ist ein Beispiel für solch eine Fußnote:
25648 \begin_inset Foot
25649 status open
25650
25651 \begin_layout Plain Layout
25652 Dies ist eine Fußnote mit kleinen römischen Zahlen
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Standard
25661 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25662  in obigem Befehl 
25663 \series bold
25664
25665 \backslash
25666 roman
25667 \series default
25668  durch 
25669 \series bold
25670
25671 \backslash
25672 Roman
25673 \series default
25674 .
25675  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25676 \begin_inset Quotes gld
25677 \end_inset
25678
25679 nummerieren
25680 \begin_inset Quotes grd
25681 \end_inset
25682
25683 , verwenden Sie die Befehle 
25684 \series bold
25685
25686 \backslash
25687 Alph
25688 \series default
25689  oder 
25690 \series bold
25691
25692 \backslash
25693 alph
25694 \series default
25695 .
25696  Für die 
25697 \begin_inset Quotes gld
25698 \end_inset
25699
25700 Nummerierung
25701 \begin_inset Quotes grd
25702 \end_inset
25703
25704  mit Symbolen steht der Befehl 
25705 \series bold
25706
25707 \backslash
25708 fnsymbol
25709 \series default
25710  zur Verfügung.
25711 \end_layout
25712
25713 \begin_layout Standard
25714 \begin_inset Note Greyedout
25715 status open
25716
25717 \begin_layout Plain Layout
25718
25719 \series bold
25720 Bemerkung 1:
25721 \series default
25722  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25723  
25724 \emph on
25725 ein
25726 \emph default
25727  Buchstabe verwendet wird.
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \begin_inset Newline newline
25734 \end_inset
25735
25736
25737 \begin_inset Note Greyedout
25738 status open
25739
25740 \begin_layout Plain Layout
25741
25742 \series bold
25743 Bemerkung 2:
25744 \series default
25745  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25746 \end_layout
25747
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \begin_layout Standard
25754 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25755 \series bold
25756
25757 \backslash
25758 arabic
25759 \series default
25760  anstelle von 
25761 \series bold
25762
25763 \backslash
25764 roman
25765 \series default
25766  in obigem Befehl.
25767 \begin_inset ERT
25768 status collapsed
25769
25770 \begin_layout Plain Layout
25771
25772
25773 \backslash
25774 renewcommand{
25775 \backslash
25776 thefootnote}{
25777 \backslash
25778 arabic{footnote}}
25779 \end_layout
25780
25781 \end_inset
25782
25783
25784 \end_layout
25785
25786 \begin_layout Standard
25787 \begin_inset VSpace bigskip
25788 \end_inset
25789
25790
25791 \end_layout
25792
25793 \begin_layout Standard
25794 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25795 \begin_inset Quotes gld
25796 \end_inset
25797
25798 Kapitel.Fußnote
25799 \begin_inset Quotes grd
25800 \end_inset
25801
25802  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25803 \end_layout
25804
25805 \begin_layout Standard
25806
25807 \series bold
25808
25809 \backslash
25810 numberwithin{footnote}{chapter}
25811 \end_layout
25812
25813 \begin_layout Standard
25814 Um 
25815 \series bold
25816
25817 \backslash
25818 numberwithin
25819 \series default
25820  benutzen zu können, muss in den 
25821 \family sans
25822 Mathe
25823 \begin_inset space ~
25824 \end_inset
25825
25826 Optionen
25827 \family default
25828  der 
25829 \family sans
25830 Dokument-Einstellungen
25831 \family default
25832  
25833 \family sans
25834 AMS
25835 \begin_inset space ~
25836 \end_inset
25837
25838 Mathe
25839 \begin_inset space ~
25840 \end_inset
25841
25842 Paket
25843 \family default
25844
25845 \begin_inset space ~
25846 \end_inset
25847
25848
25849 \family sans
25850 verwenden
25851 \family default
25852  angekreuzt sein.
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 numberwithin{footnote}{chapter}
25861 \end_layout
25862
25863 \end_inset
25864
25865  Hier ist ein Beispiel für solch eine Fußnote.
25866 \series bold
25867
25868 \begin_inset Foot
25869 status open
25870
25871 \begin_layout Plain Layout
25872 Dies ist eine Fußnote nach dem Schema 
25873 \begin_inset Quotes gld
25874 \end_inset
25875
25876 Kapitel.Fußnote
25877 \begin_inset Quotes grd
25878 \end_inset
25879
25880 .
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \series default
25887
25888 \begin_inset ERT
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892
25893
25894 \backslash
25895 renewcommand{
25896 \backslash
25897 thefootnote}{
25898 \backslash
25899 arabic{footnote}}
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \begin_layout Standard
25908 \begin_inset Note Greyedout
25909 status open
25910
25911 \begin_layout Plain Layout
25912
25913 \series bold
25914 Bemerkung:
25915 \series default
25916  
25917 \series bold
25918
25919 \backslash
25920 numberwithin
25921 \series default
25922  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25923  werden überschrieben.
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Standard
25932 Um also z.
25933 \begin_inset space \thinspace{}
25934 \end_inset
25935
25936 B.
25937  das Schema 
25938 \begin_inset Quotes gld
25939 \end_inset
25940
25941 Kapitel.
25942 \backslash
25943 Roman{footnote}
25944 \begin_inset Quotes grd
25945 \end_inset
25946
25947  zu erhalten, muss dieser Befehl anstelle von 
25948 \series bold
25949
25950 \backslash
25951 numberwithin
25952 \series default
25953  verwendet werden:
25954 \end_layout
25955
25956 \begin_layout Standard
25957
25958 \series bold
25959
25960 \backslash
25961 renewcommand{
25962 \backslash
25963 thefootnote}{
25964 \backslash
25965 thechapter.
25966 \backslash
25967 Roman{footnote}}
25968 \end_layout
25969
25970 \begin_layout Subsection
25971 Fußnoten-Platzierung
25972 \begin_inset Index idx
25973 status collapsed
25974
25975 \begin_layout Plain Layout
25976 Fußnoten ! Platzierung
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Standard
25985 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25986  ohne Zwischenraum am Ende der Seite gedruckt.
25987  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25988  LaTeX-Vorspann 1.5
25989 \begin_inset space \thinspace{}
25990 \end_inset
25991
25992 mm Zwischenraum einfügen:
25993 \end_layout
25994
25995 \begin_layout Standard
25996
25997 \series bold
25998
25999 \backslash
26000 let
26001 \backslash
26002 myFoot
26003 \backslash
26004 footnote
26005 \begin_inset Newline newline
26006 \end_inset
26007
26008
26009 \backslash
26010 renewcommand{
26011 \backslash
26012 footnote}[1]{
26013 \backslash
26014 myFoot{#1
26015 \backslash
26016 vspace{1.5mm}}}
26017 \end_layout
26018
26019 \begin_layout Standard
26020 \begin_inset VSpace bigskip
26021 \end_inset
26022
26023 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
26024  Spalte gedruckt, Abbildung
26025 \begin_inset space ~
26026 \end_inset
26027
26028
26029 \begin_inset CommandInset ref
26030 LatexCommand ref
26031 reference "abb:Standard-Fußnoten-Platzierung-in"
26032
26033 \end_inset
26034
26035 .
26036  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
26037  in Abbildung
26038 \begin_inset space ~
26039 \end_inset
26040
26041
26042 \begin_inset CommandInset ref
26043 LatexCommand ref
26044 reference "abb:Fußnoten-Platzierung-in-einem"
26045
26046 \end_inset
26047
26048 , müssen Sie das LaTeX-Paket 
26049 \series bold
26050 ftnright
26051 \series default
26052
26053 \begin_inset Index idx
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057 LaTeX-Pakete ! ftnright
26058 \end_layout
26059
26060 \end_inset
26061
26062  mit folgendem Befehl im LaTeX-Vorspann einfügen:
26063 \end_layout
26064
26065 \begin_layout Standard
26066
26067 \series bold
26068
26069 \backslash
26070 usepackage{ftnright}
26071 \end_layout
26072
26073 \begin_layout Standard
26074 \begin_inset Float figure
26075 placement !h
26076 wide false
26077 sideways false
26078 status open
26079
26080 \begin_layout Plain Layout
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 framebox{
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \begin_inset Graphics
26095         filename ../clipart/without_fntright.pdf
26096         width 100col%
26097         scaleBeforeRotation
26098
26099 \end_inset
26100
26101
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106
26107 }
26108 \end_layout
26109
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \begin_layout Plain Layout
26116 \begin_inset Caption
26117
26118 \begin_layout Plain Layout
26119 \begin_inset CommandInset label
26120 LatexCommand label
26121 name "abb:Standard-Fußnoten-Platzierung-in"
26122
26123 \end_inset
26124
26125 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26126 \begin_inset Argument
26127 status open
26128
26129 \begin_layout Plain Layout
26130 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Standard
26149 \begin_inset Float figure
26150 placement !h
26151 wide false
26152 sideways false
26153 status open
26154
26155 \begin_layout Plain Layout
26156 \begin_inset ERT
26157 status collapsed
26158
26159 \begin_layout Plain Layout
26160
26161
26162 \backslash
26163 framebox{
26164 \end_layout
26165
26166 \end_inset
26167
26168
26169 \begin_inset Graphics
26170         filename ../clipart/with_fntright.pdf
26171         width 100col%
26172         scaleBeforeRotation
26173
26174 \end_inset
26175
26176
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182 }
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \begin_layout Plain Layout
26191 \begin_inset Caption
26192
26193 \begin_layout Plain Layout
26194 \begin_inset CommandInset label
26195 LatexCommand label
26196 name "abb:Fußnoten-Platzierung-in-einem"
26197
26198 \end_inset
26199
26200 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26201  
26202 \series bold
26203 ftnright
26204 \series default
26205 .
26206 \begin_inset Argument
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210 Fußnoten-Platzierung mit 
26211 \family typewriter
26212 ftnright
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \begin_layout Standard
26231 \begin_inset VSpace bigskip
26232 \end_inset
26233
26234 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26235  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26236 \begin_inset space ~
26237 \end_inset
26238
26239
26240 \begin_inset CommandInset ref
26241 LatexCommand ref
26242 reference "abb:endnotes"
26243
26244 \end_inset
26245
26246  gedruckt.
26247  Man nennt sie dann 
26248 \begin_inset Quotes gld
26249 \end_inset
26250
26251 Endnoten
26252 \begin_inset Quotes grd
26253 \end_inset
26254
26255 .
26256 \begin_inset Index idx
26257 status collapsed
26258
26259 \begin_layout Plain Layout
26260 Endnoten
26261 \end_layout
26262
26263 \end_inset
26264
26265  Um das zu erreichen, laden Sie im Menü 
26266 \family sans
26267 Dokument\SpecialChar \menuseparator
26268 Einstellungen\SpecialChar \menuseparator
26269 Module 
26270 \family default
26271 das Modul 
26272 \family sans
26273 Fußnote
26274 \begin_inset space ~
26275 \end_inset
26276
26277 als
26278 \begin_inset space ~
26279 \end_inset
26280
26281 Endnote
26282 \family default
26283 .
26284  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26285 \end_layout
26286
26287 \begin_layout Standard
26288
26289 \series bold
26290
26291 \backslash
26292 theendnotes
26293 \end_layout
26294
26295 \begin_layout Standard
26296 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26297 \end_layout
26298
26299 \begin_layout Standard
26300 \begin_inset Float figure
26301 wide false
26302 sideways false
26303 status open
26304
26305 \begin_layout Plain Layout
26306 \align center
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 framebox{
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \begin_inset Graphics
26321         filename ../clipart/endnotes.pdf
26322         scaleBeforeRotation
26323
26324 \end_inset
26325
26326
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332 }
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Plain Layout
26341 \begin_inset Caption
26342
26343 \begin_layout Plain Layout
26344 \begin_inset CommandInset label
26345 LatexCommand label
26346 name "abb:endnotes"
26347
26348 \end_inset
26349
26350
26351 \series bold
26352 endnotes
26353 \series default
26354  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26355  gedruckt.
26356 \end_layout
26357
26358 \end_inset
26359
26360
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Standard
26369 \begin_inset VSpace medskip
26370 \end_inset
26371
26372 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26373 ache übersetzt.
26374  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26375 \begin_inset Quotes gld
26376 \end_inset
26377
26378 Notes
26379 \begin_inset Quotes grd
26380 \end_inset
26381
26382  in 
26383 \begin_inset Quotes gld
26384 \end_inset
26385
26386 Anmerkungen
26387 \begin_inset Quotes grd
26388 \end_inset
26389
26390 :
26391 \end_layout
26392
26393 \begin_layout Standard
26394
26395 \series bold
26396
26397 \backslash
26398 renewcommand{
26399 \backslash
26400 notesname}{Anmerkungen}
26401 \end_layout
26402
26403 \begin_layout Standard
26404 \begin_inset VSpace medskip
26405 \end_inset
26406
26407 Wenn Sie in den Befehlen von Abschnitt
26408 \begin_inset space ~
26409 \end_inset
26410
26411
26412 \begin_inset CommandInset ref
26413 LatexCommand ref
26414 reference "uab:Fußnoten-Nummerierung"
26415
26416 \end_inset
26417
26418  
26419 \series bold
26420
26421 \backslash
26422 thefootnote
26423 \series default
26424  durch 
26425 \series bold
26426
26427 \backslash
26428 theendnote
26429 \series default
26430  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26431  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26432 \series bold
26433
26434 \backslash
26435 @addtoreset
26436 \series default
26437  wie in Abschnitt
26438 \begin_inset space \space{}
26439 \end_inset
26440
26441
26442 \begin_inset CommandInset ref
26443 LatexCommand ref
26444 reference "uab:Fußnoten-Nummerierung"
26445
26446 \end_inset
26447
26448  beschrieben und ersetzen 
26449 \series bold
26450 footnote
26451 \series default
26452  durch 
26453 \series bold
26454 endnote
26455 \series default
26456 .
26457 \end_layout
26458
26459 \begin_layout Standard
26460 Für Endnoten gibt es den Befehl 
26461 \series bold
26462
26463 \backslash
26464 endnotemark[Nummer]
26465 \series default
26466  analog zum Befehl 
26467 \series bold
26468
26469 \backslash
26470 footnotemark
26471 \series default
26472  der in Abschnitt
26473 \begin_inset space ~
26474 \end_inset
26475
26476
26477 \begin_inset CommandInset ref
26478 LatexCommand ref
26479 reference "abs:Fußnoten"
26480
26481 \end_inset
26482
26483  beschrieben ist.
26484 \end_layout
26485
26486 \begin_layout Standard
26487 \begin_inset VSpace bigskip
26488 \end_inset
26489
26490 Mit dem LaTeX-Paket 
26491 \series bold
26492 footmisc
26493 \series default
26494
26495 \begin_inset Index idx
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499 LaTeX-Pakete ! footmisc
26500 \end_layout
26501
26502 \end_inset
26503
26504  (
26505 \begin_inset CommandInset citation
26506 LatexCommand cite
26507 key "footmisc"
26508
26509 \end_inset
26510
26511 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26512 \end_layout
26513
26514 \begin_layout Standard
26515 In LaTeX-Büchern, 
26516 \begin_inset CommandInset citation
26517 LatexCommand cite
26518 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26519
26520 \end_inset
26521
26522 , finden Sie weiteres zu Fußnoten.
26523  Wenn Sie eine 
26524 \series bold
26525 KOMA-Script
26526 \series default
26527
26528 \begin_inset Index idx
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532 LaTeX-Pakete ! KOMA-Script
26533 \end_layout
26534
26535 \end_inset
26536
26537  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26538 zifische Befehle anpassen, siehe 
26539 \begin_inset CommandInset citation
26540 LatexCommand cite
26541 key "KOMA-Script"
26542
26543 \end_inset
26544
26545 .
26546 \end_layout
26547
26548 \begin_layout Section
26549 Randnotizen
26550 \begin_inset Index idx
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 Randnotizen
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \begin_inset Index idx
26561 status collapsed
26562
26563 \begin_layout Plain Layout
26564 Notizen ! Randnotizen
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26574  Sie fügen sie mit einem Klick auf den Schalter 
26575 \begin_inset Graphics
26576         filename ../../images/marginalnote-insert.png
26577         scale 70
26578         scaleBeforeRotation
26579
26580 \end_inset
26581
26582  oder über 
26583 \family sans
26584 Einfügen\SpecialChar \menuseparator
26585 Randnotiz
26586 \family default
26587  ein.
26588  Ein graues Kästchen mit der Aufschrift 
26589 \begin_inset Quotes gld
26590 \end_inset
26591
26592 Rand
26593 \begin_inset Quotes grd
26594 \end_inset
26595
26596  erscheint
26597 \family roman
26598 \series medium
26599 , und dort, wo der Cursor steht, können Sie Text eingeben.
26600 \end_layout
26601
26602 \begin_layout Standard
26603 Hier am Rand sehen Sie eine Randnotiz.
26604  
26605 \begin_inset Marginal
26606 status open
26607
26608 \begin_layout Plain Layout
26609 Dies ist eine Randnotiz.
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Standard
26618 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26619  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26620  Seiten und rechts auf den ungeraden.
26621  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26622  wird und umgekehrt.
26623  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26624  wurde.
26625 \end_layout
26626
26627 \begin_layout Standard
26628 \begin_inset VSpace bigskip
26629 \end_inset
26630
26631 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26632 \end_layout
26633
26634 \begin_layout Standard
26635
26636 \series bold
26637
26638 \backslash
26639 reversemarginpar
26640 \end_layout
26641
26642 \begin_layout Standard
26643 als TeX-Code vor einer Randnotiz ein.
26644  Das gilt dann für alle folgenden Randnotizen.
26645  
26646 \begin_inset ERT
26647 status collapsed
26648
26649 \begin_layout Plain Layout
26650
26651
26652 \backslash
26653 reversemarginpar 
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \begin_inset Marginal
26660 status open
26661
26662 \begin_layout Plain Layout
26663 Hier ist ein Beispiel im inneren Rand.
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \begin_inset Newline newline
26670 \end_inset
26671
26672
26673 \begin_inset Note Greyedout
26674 status open
26675
26676 \begin_layout Plain Layout
26677  
26678 \series bold
26679 Achtung:
26680 \series default
26681  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26691 \end_layout
26692
26693 \begin_layout Standard
26694
26695 \series bold
26696
26697 \backslash
26698 normalmarginpar
26699 \end_layout
26700
26701 \begin_layout Standard
26702 als TeX-Code ein.
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708
26709 \backslash
26710 normalmarginpar 
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \begin_layout Standard
26719 \begin_inset Note Greyedout
26720 status open
26721
26722 \begin_layout Plain Layout
26723
26724 \series bold
26725 Achtung:
26726 \series default
26727  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26728 \series bold
26729
26730 \backslash
26731 reversemarginpar
26732 \series default
26733  verwendet wird.
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \end_layout
26740
26741 \begin_layout Standard
26742 \begin_inset VSpace bigskip
26743 \end_inset
26744
26745
26746 \begin_inset Marginal
26747 status open
26748
26749 \begin_layout Plain Layout
26750
26751 \family roman
26752 \series medium
26753 EinSehrLangesWort am Anfang, das umgebrochen wird.
26754 \end_layout
26755
26756 \end_inset
26757
26758  Ähnlich wie in Abschnitt
26759 \begin_inset space ~
26760 \end_inset
26761
26762
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "uab:Mehrfache-Zeilen-in"
26766
26767 \end_inset
26768
26769  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26770  Wort der Randnotiz sind.
26771  Um das zu vermeiden, fügen sie 0
26772 \begin_inset space \thinspace{}
26773 \end_inset
26774
26775 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26776 \begin_inset Marginal
26777 status open
26778
26779 \begin_layout Plain Layout
26780 \begin_inset space \hspace{}
26781 \length 0pt
26782 \end_inset
26783
26784
26785 \family roman
26786 \series medium
26787 EinSehrLangesWort am Anfang, das umgebrochen wird.
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \begin_layout Standard
26796 \begin_inset VSpace bigskip
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \begin_layout Standard
26803 \begin_inset Note Greyedout
26804 status open
26805
26806 \begin_layout Plain Layout
26807
26808 \series bold
26809 Bemerkung:
26810 \series default
26811  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26812  verwendet werden.
26813 \end_layout
26814
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \begin_layout Standard
26821 \begin_inset VSpace bigskip
26822 \end_inset
26823
26824
26825 \end_layout
26826
26827 \begin_layout Standard
26828 \begin_inset ERT
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832
26833
26834 \backslash
26835 ifmarginnote
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \begin_inset Note Note
26842 status open
26843
26844 \begin_layout Plain Layout
26845 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26846 \series bold
26847 marginnote
26848 \series default
26849  installiert ist.
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \begin_layout Standard
26858 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26859 \series bold
26860 marginnote
26861 \series default
26862
26863 \begin_inset Index idx
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867 LaTeX-Pakete ! marginnote
26868 \end_layout
26869
26870 \end_inset
26871
26872  verwendet wird.
26873  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26874  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26875  des Pakets 
26876 \series bold
26877 marginnote
26878 \series default
26879  für Randnotizen verwendet wird:
26880 \end_layout
26881
26882 \begin_layout Standard
26883
26884 \series bold
26885
26886 \backslash
26887 usepackage{marginnote}
26888 \begin_inset Newline newline
26889 \end_inset
26890
26891
26892 \backslash
26893 let
26894 \backslash
26895 marginpar
26896 \backslash
26897 marginnote
26898 \end_layout
26899
26900 \begin_layout Standard
26901 Dies wird auch in diesem Dokument verwendet, denn 
26902 \series bold
26903 marginnote
26904 \series default
26905  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26906  für Randnotizen angeben.
26907  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26908 n zu dicht beieinander sind.
26909  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26910  Schema
26911 \end_layout
26912
26913 \begin_layout Standard
26914
26915 \series bold
26916 [Versatz]
26917 \end_layout
26918
26919 \begin_layout Standard
26920 angegeben.
26921  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26922 \begin_inset space ~
26923 \end_inset
26924
26925
26926 \begin_inset CommandInset ref
26927 LatexCommand ref
26928 reference "tab:Maßeinheiten"
26929
26930 \end_inset
26931
26932  aufgelistet sind.
26933  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26934  nach unten.
26935  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26936 \begin_inset space \thinspace{}
26937 \end_inset
26938
26939 cm mit dem TeX-Code-Befehl  
26940 \begin_inset Quotes gld
26941 \end_inset
26942
26943
26944 \series bold
26945 [-1.5cm]
26946 \series default
26947
26948 \begin_inset Quotes grd
26949 \end_inset
26950
26951  nach oben versetzt.
26952 \begin_inset Marginal
26953 status open
26954
26955 \begin_layout Plain Layout
26956 Diese Randnotiz ist 1.5
26957 \begin_inset space \thinspace{}
26958 \end_inset
26959
26960 cm von ihrer Originalposition nach oben versetzt.
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \begin_inset ERT
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970
26971 [-1.5cm]
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \begin_layout Standard
26980 \begin_inset VSpace medskip
26981 \end_inset
26982
26983 Mit 
26984 \series bold
26985 marginnote
26986 \series default
26987  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26988  Zum Beispiel setzen die Befehle
26989 \end_layout
26990
26991 \begin_layout Standard
26992
26993 \series bold
26994
26995 \backslash
26996 renewcommand*{
26997 \backslash
26998 raggedleftmarginnote}{
26999 \backslash
27000 centering}
27001 \begin_inset Newline newline
27002 \end_inset
27003
27004
27005 \backslash
27006 renewcommand*{
27007 \backslash
27008 raggedrightmarginnote}{
27009 \backslash
27010 centering}
27011 \end_layout
27012
27013 \begin_layout Standard
27014 die Ausrichtung auf zentriert.
27015  
27016 \series bold
27017
27018 \backslash
27019 raggedleftmarginnote
27020 \series default
27021  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
27022  
27023 \begin_inset ERT
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027
27028
27029 \backslash
27030 renewcommand*{
27031 \backslash
27032 raggedleftmarginnote}{
27033 \backslash
27034 centering}
27035 \end_layout
27036
27037 \begin_layout Plain Layout
27038
27039
27040 \backslash
27041 renewcommand*{
27042 \backslash
27043 raggedrightmarginnote}{
27044 \backslash
27045 centering}
27046 \end_layout
27047
27048 \end_inset
27049
27050
27051 \begin_inset Marginal
27052 status open
27053
27054 \begin_layout Plain Layout
27055 Der Text dieser Randnotiz ist zentriert ausgerichtet.
27056 \end_layout
27057
27058 \end_inset
27059
27060  Die Voreinstellung ist
27061 \end_layout
27062
27063 \begin_layout Standard
27064
27065 \series bold
27066
27067 \backslash
27068 renewcommand*{
27069 \backslash
27070 raggedleftmarginnote}{
27071 \backslash
27072 raggedleft}
27073 \begin_inset Newline newline
27074 \end_inset
27075
27076
27077 \backslash
27078 renewcommand*{
27079 \backslash
27080 raggedrightmarginnote}{
27081 \backslash
27082 raggedright}
27083 \series default
27084
27085 \begin_inset ERT
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089
27090
27091 \backslash
27092 renewcommand*{
27093 \backslash
27094 raggedleftmarginnote}{
27095 \backslash
27096 raggedleft}
27097 \end_layout
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 renewcommand*{
27104 \backslash
27105 raggedrightmarginnote}{
27106 \backslash
27107 raggedright}
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset VSpace medskip
27117 \end_inset
27118
27119 Für weitere Fähigkeiten des Pakets 
27120 \series bold
27121 marginnote
27122 \series default
27123  sei auf dessen Dokumentation verwiesen 
27124 \begin_inset CommandInset citation
27125 LatexCommand cite
27126 key "marginnote"
27127
27128 \end_inset
27129
27130 .
27131 \end_layout
27132
27133 \begin_layout Standard
27134 \begin_inset VSpace bigskip
27135 \end_inset
27136
27137 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27138  geändert werden.
27139  Um z.
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 B.
27144  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27145  und fettgedruckten Text 
27146 \begin_inset Quotes eld
27147 \end_inset
27148
27149
27150 \family sans
27151 \series bold
27152 \bar under
27153 Achtung!
27154 \family default
27155 \series default
27156 \bar default
27157
27158 \begin_inset Quotes erd
27159 \end_inset
27160
27161  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27162 \end_layout
27163
27164 \begin_layout Standard
27165
27166 \series bold
27167
27168 \backslash
27169 let
27170 \backslash
27171 myMarginpar
27172 \backslash
27173 marginpar
27174 \begin_inset Newline newline
27175 \end_inset
27176
27177
27178 \backslash
27179 renewcommand{
27180 \backslash
27181 marginpar}[1]{
27182 \backslash
27183 myMarginpar{%
27184 \begin_inset Newline newline
27185 \end_inset
27186
27187
27188 \begin_inset Phantom HPhantom
27189 status open
27190
27191 \begin_layout Plain Layout
27192
27193 \series bold
27194 \begin_inset space ~
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \backslash
27204 hspace{0pt}
27205 \backslash
27206 textsf{
27207 \backslash
27208 textbf{
27209 \backslash
27210 underbar{Achtung!}}}%
27211 \begin_inset Newline newline
27212 \end_inset
27213
27214
27215 \begin_inset Phantom HPhantom
27216 status open
27217
27218 \begin_layout Plain Layout
27219
27220 \series bold
27221 \begin_inset space ~
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \backslash
27231 vspace{1.5mm}
27232 \backslash
27233
27234 \backslash
27235 #1}}
27236 \end_layout
27237
27238 \begin_layout Standard
27239 \begin_inset ERT
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243
27244
27245 \backslash
27246 let
27247 \backslash
27248 myMarginpar
27249 \backslash
27250 marginpar
27251 \end_layout
27252
27253 \begin_layout Plain Layout
27254
27255
27256 \backslash
27257 renewcommand{
27258 \backslash
27259 marginpar}[1]{
27260 \backslash
27261 myMarginpar{%
27262 \end_layout
27263
27264 \begin_layout Plain Layout
27265
27266    
27267 \backslash
27268 textsf{
27269 \backslash
27270 textbf{
27271 \backslash
27272 underbar{Achtung!}}}%
27273 \end_layout
27274
27275 \begin_layout Plain Layout
27276
27277    
27278 \backslash
27279 vspace{1.5mm}
27280 \backslash
27281
27282 \backslash
27283 #1}}
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \begin_inset Marginal
27290 status open
27291
27292 \begin_layout Plain Layout
27293 Dies ist eine Randnotiz mit einer definierten Überschrift.
27294 \end_layout
27295
27296 \end_inset
27297
27298
27299 \begin_inset ERT
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303
27304 [-1.5cm]
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \begin_inset ERT
27311 status collapsed
27312
27313 \begin_layout Plain Layout
27314
27315
27316 \backslash
27317 renewcommand{
27318 \backslash
27319 marginpar}[1]{
27320 \backslash
27321 myMarginpar{#1}}
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \begin_inset Note Note
27328 status open
27329
27330 \begin_layout Plain Layout
27331 Das Format wurde nur für dieses Beispiel geändert.
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \begin_layout Standard
27340 \begin_inset ERT
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344
27345
27346 \backslash
27347 else
27348 \end_layout
27349
27350 \end_inset
27351
27352
27353 \begin_inset Note Note
27354 status open
27355
27356 \begin_layout Plain Layout
27357 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27358 \series bold
27359 marginnote
27360 \series default
27361  nicht installiert ist:
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Standard
27370 Das LaTeX-Paket 
27371 \series bold
27372 marginnote
27373 \series default
27374  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset ERT
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382
27383
27384 \backslash
27385 fi
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Chapter
27394 Boxen
27395 \end_layout
27396
27397 \begin_layout Section
27398 Einleitung
27399 \begin_inset Index idx
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 Boxen ! Einleitung
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \end_layout
27410
27411 \begin_layout Standard
27412 Boxen werden benutzt, um einen Textblock zu formatieren.
27413  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27414  siehe Abschnitt
27415 \begin_inset space ~
27416 \end_inset
27417
27418
27419 \begin_inset CommandInset ref
27420 LatexCommand ref
27421 reference "abs:Minipage"
27422
27423 \end_inset
27424
27425 , um Text zu umrahmen, siehe Abschnitt
27426 \begin_inset space ~
27427 \end_inset
27428
27429
27430 \begin_inset CommandInset ref
27431 LatexCommand ref
27432 reference "uab:Verzierung"
27433
27434 \end_inset
27435
27436 , um Silbentrennung zu verhindern, siehe Abschnitt
27437 \begin_inset space ~
27438 \end_inset
27439
27440
27441 \begin_inset CommandInset ref
27442 LatexCommand ref
27443 reference "abs:Silbentrennung-unterbinden"
27444
27445 \end_inset
27446
27447 , um Text senkrecht auszurichten, siehe Abschnitt
27448 \begin_inset space ~
27449 \end_inset
27450
27451
27452 \begin_inset CommandInset ref
27453 LatexCommand ref
27454 reference "uab:Vertikale-Ausrichtung"
27455
27456 \end_inset
27457
27458  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27459 \begin_inset space ~
27460 \end_inset
27461
27462
27463 \begin_inset CommandInset ref
27464 LatexCommand ref
27465 reference "abs:Farbige-Boxen"
27466
27467 \end_inset
27468
27469 .
27470 \end_layout
27471
27472 \begin_layout Standard
27473 Boxen werden mit 
27474 \family sans
27475 Einfügen\SpecialChar \menuseparator
27476 Box
27477 \family default
27478  oder dem Schalter 
27479 \begin_inset Graphics
27480         filename ../../images/box-insert.png
27481         scale 70
27482         scaleBeforeRotation
27483
27484 \end_inset
27485
27486  eingefügt.
27487  Ein graues Kästchen mit der Aufschrift 
27488 \begin_inset Quotes gld
27489 \end_inset
27490
27491 Box (Minipage)
27492 \begin_inset Quotes grd
27493 \end_inset
27494
27495  erscheint: 
27496 \begin_inset Graphics
27497         filename clipart/StandardBoxQt4.png
27498         scale 85
27499         scaleBeforeRotation
27500
27501 \end_inset
27502
27503  Mit einem Rechts\SpecialChar \-
27504 klick auf das graue Kästchen und der Auswahl von 
27505 \family sans
27506 Einstellungen
27507 \family default
27508  kann der Typ spezifiziert werden.
27509  Das Dialogfenster bietet bei 
27510 \family sans
27511 Innere
27512 \begin_inset space ~
27513 \end_inset
27514
27515 Box
27516 \family default
27517  die Typen 
27518 \family sans
27519 Makebox
27520 \family default
27521
27522 \family sans
27523 Parbox
27524 \family default
27525  und 
27526 \family sans
27527 Minipage
27528 \family default
27529  an.
27530  
27531 \family sans
27532 Minipage
27533 \family default
27534  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27535 \begin_inset space ~
27536 \end_inset
27537
27538
27539 \begin_inset CommandInset ref
27540 LatexCommand ref
27541 reference "abs:Minipage"
27542
27543 \end_inset
27544
27545  beschrieben, 
27546 \family sans
27547 Parbox
27548 \family default
27549  in Abschnitt
27550 \begin_inset space ~
27551 \end_inset
27552
27553
27554 \begin_inset CommandInset ref
27555 LatexCommand ref
27556 reference "abs:Parbox"
27557
27558 \end_inset
27559
27560  und 
27561 \family sans
27562 Makebox
27563 \family default
27564  in 
27565 \begin_inset CommandInset ref
27566 LatexCommand ref
27567 reference "abs:Silbentrennung-unterbinden"
27568
27569 \end_inset
27570
27571 .
27572 \end_layout
27573
27574 \begin_layout Standard
27575 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27576  wie auf Gleitobjekte und Fußnoten.
27577 \end_layout
27578
27579 \begin_layout Standard
27580 \begin_inset Note Greyedout
27581 status open
27582
27583 \begin_layout Plain Layout
27584
27585 \series bold
27586 Bemerkung
27587 \begin_inset space ~
27588 \end_inset
27589
27590 1:
27591 \series default
27592  Boxen dürfen in 
27593 \family sans
27594 List-
27595 \family default
27596  oder 
27597 \family sans
27598 Beschreibung-
27599 \family default
27600 Umgebungen nicht verwendet werden.
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Standard
27609 \begin_inset Note Greyedout
27610 status open
27611
27612 \begin_layout Plain Layout
27613
27614 \series bold
27615 Bemerkung
27616 \begin_inset space ~
27617 \end_inset
27618
27619 2:
27620 \series default
27621  Boxen ohne 
27622 \family sans
27623 Innere
27624 \begin_inset space ~
27625 \end_inset
27626
27627 Box
27628 \family default
27629  und ohne Rahmen werden in Abschnitt
27630 \begin_inset space ~
27631 \end_inset
27632
27633
27634 \begin_inset CommandInset ref
27635 LatexCommand ref
27636 reference "abs:Silbentrennung-unterbinden"
27637
27638 \end_inset
27639
27640  beschrieben.
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Section
27649 Das Box-Einstellungen-Fenster
27650 \begin_inset CommandInset label
27651 LatexCommand label
27652 name "abs:Box-Dialog"
27653
27654 \end_inset
27655
27656
27657 \begin_inset Index idx
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 Boxen ! Box-Dialog-Fenster
27662 \end_layout
27663
27664 \end_inset
27665
27666
27667 \end_layout
27668
27669 \begin_layout Subsection
27670 Box-Größe
27671 \begin_inset Index idx
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675 Boxen ! Größe
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 Im 
27685 \family sans
27686 Box-Einstellungen
27687 \family default
27688 -Fenster können Sie die Größe der Box mit 
27689 \family sans
27690 Breite
27691 \family default
27692  und 
27693 \family sans
27694 Höhe 
27695 \family default
27696 festlegen.
27697  Die verfügbaren Einheiten werden in Tabelle
27698 \begin_inset space ~
27699 \end_inset
27700
27701
27702 \begin_inset CommandInset ref
27703 LatexCommand ref
27704 reference "tab:Maßeinheiten"
27705
27706 \end_inset
27707
27708  aufgelistet.
27709  Das Feld
27710 \family sans
27711  Höhe
27712 \family default
27713  bietet die folgenden zusätzlichen Größen:
27714 \end_layout
27715
27716 \begin_layout Description
27717 Tiefe Dies ist die reine Text-
27718 \begin_inset Quotes gld
27719 \end_inset
27720
27721 Höhe
27722 \begin_inset Quotes grd
27723 \end_inset
27724
27725 .
27726  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27727 \begin_inset Newline newline
27728 \end_inset
27729
27730
27731 \begin_inset Newline newline
27732 \end_inset
27733
27734
27735 \begin_inset Newline newline
27736 \end_inset
27737
27738
27739 \begin_inset Box Boxed
27740 position "c"
27741 hor_pos "c"
27742 has_inner_box 1
27743 inner_pos "c"
27744 use_parbox 0
27745 use_makebox 0
27746 width "12col%"
27747 special "none"
27748 height "1in"
27749 height_special "depth"
27750 status collapsed
27751
27752 \begin_layout Plain Layout
27753 \align center
27754 Box-Höhe = 1
27755 \begin_inset space \thinspace{}
27756 \end_inset
27757
27758 Tiefe
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \begin_inset Newline newline
27765 \end_inset
27766
27767
27768 \begin_inset Newline newline
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \begin_layout Description
27775 Höhe Dies ist die Texthöhe innerhalb der Box.
27776  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27777  Texthöhe setzen: 
27778 \begin_inset Box Boxed
27779 position "c"
27780 hor_pos "c"
27781 has_inner_box 1
27782 inner_pos "c"
27783 use_parbox 0
27784 use_makebox 0
27785 width "20col%"
27786 special "none"
27787 height "2in"
27788 height_special "height"
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 \align center
27793 Boxhöhe = 2
27794 \begin_inset space \thinspace{}
27795 \end_inset
27796
27797 Höhe
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Description
27806 Gesamthöhe Dies ist Höhe
27807 \begin_inset space \thinspace{}
27808 \end_inset
27809
27810 +
27811 \begin_inset space \thinspace{}
27812 \end_inset
27813
27814 Tiefe: 
27815 \begin_inset Box Boxed
27816 position "c"
27817 hor_pos "c"
27818 has_inner_box 1
27819 inner_pos "c"
27820 use_parbox 0
27821 use_makebox 0
27822 width "20col%"
27823 special "none"
27824 height "1in"
27825 height_special "totalheight"
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 \align center
27830 Boxhöhe = 1
27831 \begin_inset space \thinspace{}
27832 \end_inset
27833
27834 Gesamthöhe
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \begin_layout Description
27843 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27844 \begin_inset Box Boxed
27845 position "c"
27846 hor_pos "c"
27847 has_inner_box 1
27848 inner_pos "c"
27849 use_parbox 0
27850 use_makebox 0
27851 width "12col%"
27852 special "none"
27853 height "1in"
27854 height_special "width"
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858 \align center
27859 Boxhöhe = 1
27860 \begin_inset space \thinspace{}
27861 \end_inset
27862
27863 Breite
27864 \end_layout
27865
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \begin_layout Subsection
27872 Ausrichtung
27873 \begin_inset Index idx
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877 Boxen ! Ausrichtung
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \end_layout
27884
27885 \begin_layout Standard
27886 Wenn Sie eine 
27887 \family sans
27888 Innere
27889 \begin_inset space ~
27890 \end_inset
27891
27892 Box
27893 \family default
27894  gewählt haben, kann die Box mit folgenden Werten für 
27895 \family sans
27896 Box
27897 \family default
27898  senkrecht ausgerichtet werden:
27899 \end_layout
27900
27901 \begin_layout Description
27902 Oben Dies ist ein Beispieltext.
27903  
27904 \begin_inset Box Boxed
27905 position "t"
27906 hor_pos "c"
27907 has_inner_box 1
27908 inner_pos "c"
27909 use_parbox 0
27910 use_makebox 0
27911 width "20col%"
27912 special "none"
27913 height "1in"
27914 height_special "totalheight"
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 \align center
27919 Die Ober\SpecialChar \-
27920 kante der Box ist in der Zeile.
27921 \end_layout
27922
27923 \end_inset
27924
27925  Dies ist ein Beispieltext.
27926 \end_layout
27927
27928 \begin_layout Description
27929 Mitte Dies ist ein Beispieltext.
27930  
27931 \begin_inset Box Boxed
27932 position "c"
27933 hor_pos "c"
27934 has_inner_box 1
27935 inner_pos "c"
27936 use_parbox 0
27937 use_makebox 0
27938 width "20col%"
27939 special "none"
27940 height "1in"
27941 height_special "totalheight"
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 \align center
27946 Die Mitte der Box ist in der Zeile.
27947 \end_layout
27948
27949 \end_inset
27950
27951  Dies ist ein Beispieltext.
27952 \end_layout
27953
27954 \begin_layout Description
27955 Unten Dies ist ein Beispieltext.
27956  
27957 \begin_inset Box Boxed
27958 position "b"
27959 hor_pos "c"
27960 has_inner_box 1
27961 inner_pos "c"
27962 use_parbox 0
27963 use_makebox 0
27964 width "20col%"
27965 special "none"
27966 height "1in"
27967 height_special "totalheight"
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 \align center
27972 Die Unter\SpecialChar \-
27973 kante der Box ist in der Zeile.
27974 \end_layout
27975
27976 \end_inset
27977
27978  Dies ist ein Beispieltext.
27979 \end_layout
27980
27981 \begin_layout Standard
27982 \begin_inset Note Greyedout
27983 status open
27984
27985 \begin_layout Plain Layout
27986
27987 \series bold
27988 Bemerkung:
27989 \series default
27990  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27991  Boxen in einer Zeile sind und eine Box z.
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 B.
27996  schattiert ist, die andere aber nicht.
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Standard
28005 Eine Box kann mit dem Dialog 
28006 \family sans
28007 Absatz-Einstellungen
28008 \family default
28009  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
28010 \end_layout
28011
28012 \begin_layout Standard
28013 \begin_inset VSpace bigskip
28014 \end_inset
28015
28016 Wenn Sie eine 
28017 \family sans
28018 Innere
28019 \begin_inset space ~
28020 \end_inset
28021
28022 Box
28023 \family default
28024  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
28025 \family sans
28026 Inhalt
28027 \family default
28028  senkrecht ausgerichtet werden:
28029 \end_layout
28030
28031 \begin_layout Description
28032 Oben Dies ist ein Beispieltext.
28033  
28034 \begin_inset Box Boxed
28035 position "c"
28036 hor_pos "c"
28037 has_inner_box 1
28038 inner_pos "t"
28039 use_parbox 0
28040 use_makebox 0
28041 width "20col%"
28042 special "none"
28043 height "1.5in"
28044 height_special "totalheight"
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048 \align center
28049 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
28050 \end_layout
28051
28052 \end_inset
28053
28054  Dies ist ein Beispieltext.
28055 \end_layout
28056
28057 \begin_layout Description
28058 Mitte Dies ist ein Beispieltext.
28059  
28060 \begin_inset Box Boxed
28061 position "c"
28062 hor_pos "c"
28063 has_inner_box 1
28064 inner_pos "c"
28065 use_parbox 0
28066 use_makebox 0
28067 width "20col%"
28068 special "none"
28069 height "1.5in"
28070 height_special "totalheight"
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 \align center
28075 Der Boxinhalt ist zentriert ausgerichtet.
28076 \end_layout
28077
28078 \end_inset
28079
28080  Dies ist ein Beispieltext.
28081 \end_layout
28082
28083 \begin_layout Description
28084 Unten Dies ist ein Beispieltext.
28085  
28086 \begin_inset Box Boxed
28087 position "c"
28088 hor_pos "c"
28089 has_inner_box 1
28090 inner_pos "b"
28091 use_parbox 0
28092 use_makebox 0
28093 width "20col%"
28094 special "none"
28095 height "1.5in"
28096 height_special "totalheight"
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 \align center
28101 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
28102 \end_layout
28103
28104 \end_inset
28105
28106  Dies ist ein Beispieltext.
28107 \end_layout
28108
28109 \begin_layout Description
28110 Dehnen Dies ist ein Beispieltext.
28111  
28112 \begin_inset Box Boxed
28113 position "c"
28114 hor_pos "c"
28115 has_inner_box 1
28116 inner_pos "s"
28117 use_parbox 0
28118 use_makebox 0
28119 width "20col%"
28120 special "none"
28121 height "1in"
28122 height_special "totalheight"
28123 status collapsed
28124
28125 \begin_layout Plain Layout
28126 \align center
28127 Der Boxinhalt
28128 \end_layout
28129
28130 \begin_layout Plain Layout
28131 \align center
28132 ist über die
28133 \end_layout
28134
28135 \begin_layout Plain Layout
28136 \align center
28137 Boxhöhe
28138 \end_layout
28139
28140 \begin_layout Plain Layout
28141 \align center
28142 gleichmäßig verteilt.
28143 \end_layout
28144
28145 \end_inset
28146
28147  Dies ist ein Beispieltext.
28148 \end_layout
28149
28150 \begin_layout Standard
28151 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28152  besteht.
28153  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28154 \end_layout
28155
28156 \begin_layout Standard
28157 Ein Boxinhalt kann mit dem Dialog 
28158 \family sans
28159 Absatz-Einstellungen
28160 \family default
28161  waagerecht ausgerichtet werden, wenn Sie eine
28162 \family sans
28163  Innere
28164 \begin_inset space ~
28165 \end_inset
28166
28167 Box
28168 \family default
28169  gewählt haben.
28170 \end_layout
28171
28172 \begin_layout Standard
28173 \align center
28174 \begin_inset Box Boxed
28175 position "c"
28176 hor_pos "c"
28177 has_inner_box 1
28178 inner_pos "s"
28179 use_parbox 0
28180 use_makebox 0
28181 width "30col%"
28182 special "none"
28183 height "1.25in"
28184 height_special "totalheight"
28185 status collapsed
28186
28187 \begin_layout Plain Layout
28188 \align left
28189 Hier ist jede Zeile
28190 \end_layout
28191
28192 \begin_layout Plain Layout
28193 \align center
28194 anders
28195 \end_layout
28196
28197 \begin_layout Plain Layout
28198 \align right
28199 ausgerichtet.
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \end_layout
28206
28207 \begin_layout Standard
28208 Wenn Sie keine
28209 \family sans
28210  Innere
28211 \begin_inset space ~
28212 \end_inset
28213
28214 Box
28215 \family default
28216  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28217 \family sans
28218 Box-Einstellungen-
28219 \family default
28220 Dialog ausrichten
28221 \end_layout
28222
28223 \begin_layout Standard
28224 \align center
28225 \begin_inset Box Boxed
28226 position "c"
28227 hor_pos "s"
28228 has_inner_box 0
28229 inner_pos "s"
28230 use_parbox 0
28231 use_makebox 0
28232 width "90col%"
28233 special "none"
28234 height "1.25in"
28235 height_special "totalheight"
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 Dieser Boxinhalt wurde horizontal gedehnt.
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Subsection
28248 Verzierung
28249 \begin_inset CommandInset label
28250 LatexCommand label
28251 name "uab:Verzierung"
28252
28253 \end_inset
28254
28255
28256 \begin_inset Index idx
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Boxen ! Verzierung
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 Im 
28270 \family sans
28271 Box-Einstellungen-
28272 \family default
28273 Dialog können Sie mit der 
28274 \family sans
28275 Verzierung
28276 \family default
28277  den Typ der Box auswählen:
28278 \end_layout
28279
28280 \begin_layout Description
28281 Kein
28282 \begin_inset space ~
28283 \end_inset
28284
28285 Rahmen Nichts wird gezeichnet.
28286 \end_layout
28287
28288 \begin_layout Description
28289 Einfacher
28290 \begin_inset space ~
28291 \end_inset
28292
28293 rechteckiger
28294 \begin_inset space ~
28295 \end_inset
28296
28297 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28298  Die Rahmendicke wird durch 
28299 \series bold
28300
28301 \backslash
28302 fboxrule
28303 \series default
28304  festgelegt.
28305  
28306 \begin_inset Box Boxed
28307 position "c"
28308 hor_pos "c"
28309 has_inner_box 1
28310 inner_pos "c"
28311 use_parbox 0
28312 use_makebox 0
28313 width "21col%"
28314 special "none"
28315 height "1in"
28316 height_special "totalheight"
28317 status collapsed
28318
28319 \begin_layout Plain Layout
28320
28321 \series medium
28322 Rechteckige
28323 \begin_inset space ~
28324 \end_inset
28325
28326 Box
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \begin_layout Description
28335 erlaube
28336 \begin_inset space ~
28337 \end_inset
28338
28339 Seitenumbrüche 
28340 \end_layout
28341
28342 \begin_layout Description
28343 Ovaler
28344 \begin_inset space ~
28345 \end_inset
28346
28347 Rahmen,
28348 \begin_inset space ~
28349 \end_inset
28350
28351 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28352  Die Rahmendicke ist 0.4
28353 \begin_inset space \thinspace{}
28354 \end_inset
28355
28356 pt.
28357  
28358 \begin_inset Box ovalbox
28359 position "c"
28360 hor_pos "c"
28361 has_inner_box 1
28362 inner_pos "c"
28363 use_parbox 0
28364 use_makebox 0
28365 width "20col%"
28366 special "none"
28367 height "1in"
28368 height_special "totalheight"
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 Ovale
28373 \begin_inset space ~
28374 \end_inset
28375
28376 Box,
28377 \begin_inset space ~
28378 \end_inset
28379
28380 dünn
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \begin_layout Description
28389 Ovaler
28390 \begin_inset space ~
28391 \end_inset
28392
28393 Rahmen,
28394 \begin_inset space ~
28395 \end_inset
28396
28397 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28398  Die Rahmendicke ist 0.8
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 pt.
28403  
28404 \begin_inset Box Ovalbox
28405 position "c"
28406 hor_pos "c"
28407 has_inner_box 1
28408 inner_pos "c"
28409 use_parbox 0
28410 use_makebox 0
28411 width "20col%"
28412 special "none"
28413 height "1in"
28414 height_special "totalheight"
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Ovale
28419 \begin_inset space ~
28420 \end_inset
28421
28422 Box,
28423 \begin_inset space ~
28424 \end_inset
28425
28426 dick
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Description
28435 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28436  Die Rahmendicke wird durch 
28437 \series bold
28438
28439 \backslash
28440 fboxrule
28441 \series default
28442  festgelegt, der Schatten ist 4
28443 \begin_inset space \thinspace{}
28444 \end_inset
28445
28446 pt breit.
28447 \begin_inset Newline newline
28448 \end_inset
28449
28450
28451 \begin_inset Box Shadowbox
28452 position "c"
28453 hor_pos "c"
28454 has_inner_box 1
28455 inner_pos "c"
28456 use_parbox 0
28457 use_makebox 0
28458 width "20col%"
28459 special "none"
28460 height "1in"
28461 height_special "totalheight"
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465 Schattierte
28466 \begin_inset space ~
28467 \end_inset
28468
28469 Box
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Description
28478 Schattierter
28479 \begin_inset space ~
28480 \end_inset
28481
28482 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28483  Im Gegensatz zu farbigen Boxen
28484 \begin_inset Foot
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488 siehe Abschnitt
28489 \begin_inset space ~
28490 \end_inset
28491
28492
28493 \begin_inset CommandInset ref
28494 LatexCommand ref
28495 reference "abs:Farbige-Boxen"
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \end_inset
28503
28504  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28505  die Box ist ein Absatz für sich.
28506  
28507 \begin_inset Box Shaded
28508 position "t"
28509 hor_pos "c"
28510 has_inner_box 0
28511 inner_pos "t"
28512 use_parbox 0
28513 use_makebox 0
28514 width "50col%"
28515 special "none"
28516 height "1in"
28517 height_special "totalheight"
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521 Schattierter Hintergrund Box
28522 \end_layout
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \begin_layout Description
28530 Doppelter
28531 \begin_inset space ~
28532 \end_inset
28533
28534 rechteckiger
28535 \begin_inset space ~
28536 \end_inset
28537
28538 Rahmen zeichnet einen doppelten Rahmen um die Box.
28539  Der innere Rahmen ist 0.75
28540 \begin_inset space \thinspace{}
28541 \end_inset
28542
28543
28544 \series bold
28545
28546 \backslash
28547 fboxrule
28548 \series default
28549  breit, der äußere 1.5
28550 \begin_inset space \thinspace{}
28551 \end_inset
28552
28553
28554 \series bold
28555
28556 \backslash
28557 fboxrule
28558 \series default
28559 , der Zwischenraum 1.5
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563
28564 \series bold
28565
28566 \backslash
28567 fboxrule
28568 \series default
28569
28570 \begin_inset space \thinspace{}
28571 \end_inset
28572
28573 +
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 0.5
28578 \begin_inset space \thinspace{}
28579 \end_inset
28580
28581 pt.
28582  
28583 \begin_inset Box Doublebox
28584 position "c"
28585 hor_pos "c"
28586 has_inner_box 1
28587 inner_pos "c"
28588 use_parbox 0
28589 use_makebox 0
28590 width "20col%"
28591 special "none"
28592 height "1in"
28593 height_special "totalheight"
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Doppelt
28598 \begin_inset space ~
28599 \end_inset
28600
28601 gerahmte
28602 \begin_inset space ~
28603 \end_inset
28604
28605 Box
28606 \end_layout
28607
28608 \end_inset
28609
28610
28611 \end_layout
28612
28613 \begin_layout Standard
28614 \begin_inset VSpace bigskip
28615 \end_inset
28616
28617 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28618  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28619 \series bold
28620 fancybox
28621 \series default
28622
28623 \begin_inset Index idx
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 LaTeX-Pakete ! fancybox
28628 \end_layout
28629
28630 \end_inset
28631
28632  installiert sein.
28633 \end_layout
28634
28635 \begin_layout Standard
28636 \begin_inset VSpace bigskip
28637 \end_inset
28638
28639 Wenn Sie die Verzierung 
28640 \family sans
28641 Einfacher rechteckiger Rahmen
28642 \family default
28643  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28644  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28645  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28646  für sich ist und 
28647 \series bold
28648
28649 \backslash
28650 fboxrule
28651 \series default
28652  und 
28653 \series bold
28654
28655 \backslash
28656 fboxsep
28657 \series default
28658  keinen Einfluss auf diesen Box Typ haben.
28659  Die Rahmendicke wird durch 
28660 \series bold
28661
28662 \backslash
28663 FrameRule
28664 \series default
28665  festgelegt.
28666  
28667 \begin_inset Box Framed
28668 position "t"
28669 hor_pos "c"
28670 has_inner_box 0
28671 inner_pos "t"
28672 use_parbox 0
28673 use_makebox 0
28674 width "100col%"
28675 special "none"
28676 height "1in"
28677 height_special "totalheight"
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Box erlaubt Seitenumbruch
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Section
28690 Box-Anpassung
28691 \begin_inset Index idx
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Boxen ! Anpassung
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 Der Standardwert für 
28705 \series bold
28706
28707 \backslash
28708 fboxrule
28709 \series default
28710  ist 0.4
28711 \begin_inset space \thinspace{}
28712 \end_inset
28713
28714 pt.
28715  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28716 \begin_inset space \thinspace{}
28717 \end_inset
28718
28719 pt gesetzt werden:
28720 \end_layout
28721
28722 \begin_layout Standard
28723
28724 \series bold
28725
28726 \backslash
28727 setlength{
28728 \backslash
28729 fboxrule}{2pt}
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset ERT
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738
28739 \backslash
28740 setlength{
28741 \backslash
28742 fboxrule}{2pt}
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \begin_inset Box Boxed
28749 position "c"
28750 hor_pos "c"
28751 has_inner_box 1
28752 inner_pos "c"
28753 use_parbox 0
28754 use_makebox 0
28755 width "30col%"
28756 special "none"
28757 height "1in"
28758 height_special "totalheight"
28759 status open
28760
28761 \begin_layout Plain Layout
28762 \align center
28763 Rechteckige Box mit einer Rahmenbreite von 2
28764 \begin_inset space \thinspace{}
28765 \end_inset
28766
28767 pt
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset ERT
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777
28778
28779 \backslash
28780 setlength{
28781 \backslash
28782 fboxrule}{0.4pt}
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \begin_inset VSpace bigskip
28789 \end_inset
28790
28791
28792 \end_layout
28793
28794 \begin_layout Standard
28795 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28796 \begin_inset space \thinspace{}
28797 \end_inset
28798
28799 pt.
28800  Sie können das ändern, indem Sie den Wert von 
28801 \series bold
28802
28803 \backslash
28804 fboxsep
28805 \series default
28806  mit einem TeX-Code-Befehl ändern:
28807 \end_layout
28808
28809 \begin_layout Standard
28810
28811 \series bold
28812
28813 \backslash
28814 setlength{
28815 \backslash
28816 fboxsep}{10pt}
28817 \end_layout
28818
28819 \begin_layout Standard
28820 setzt den Wert auf 10
28821 \begin_inset space \thinspace{}
28822 \end_inset
28823
28824 pt, wie in der folgenden Box:
28825 \end_layout
28826
28827 \begin_layout Standard
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 setlength{
28836 \backslash
28837 fboxsep}{10pt}
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \begin_inset Box Boxed
28844 position "c"
28845 hor_pos "c"
28846 has_inner_box 1
28847 inner_pos "c"
28848 use_parbox 0
28849 use_makebox 0
28850 width "25col%"
28851 special "none"
28852 height "1in"
28853 height_special "totalheight"
28854 status open
28855
28856 \begin_layout Plain Layout
28857 \align center
28858 Rechteckige Box mit 
28859 \series bold
28860
28861 \backslash
28862 fboxsep
28863 \series default
28864
28865 \begin_inset space \thinspace{}
28866 \end_inset
28867
28868 =
28869 \begin_inset space \thinspace{}
28870 \end_inset
28871
28872 10
28873 \begin_inset space \thinspace{}
28874 \end_inset
28875
28876 pt
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \begin_inset ERT
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886
28887
28888 \backslash
28889 setlength{
28890 \backslash
28891 fboxsep}{3pt}
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \noindent
28901 \begin_inset VSpace bigskip
28902 \end_inset
28903
28904 Der Durchmesser der abgerundeten Ecken kann mit 
28905 \series bold
28906
28907 \backslash
28908 cornersize
28909 \series default
28910  gesetzt werden.
28911  Der TeX-Code-Befehl
28912 \end_layout
28913
28914 \begin_layout Standard
28915
28916 \series bold
28917
28918 \backslash
28919 cornersize*{1cm}
28920 \end_layout
28921
28922 \begin_layout Standard
28923 setzt den Durchmesser auf 1
28924 \begin_inset space \thinspace{}
28925 \end_inset
28926
28927 cm.
28928  Der TeX-Code-Befehl
28929 \end_layout
28930
28931 \begin_layout Standard
28932
28933 \series bold
28934
28935 \backslash
28936 cornersize{num}
28937 \end_layout
28938
28939 \begin_layout Standard
28940 setzt den Durchmesser auf 
28941 \family sans
28942 num
28943 \begin_inset space \thinspace{}
28944 \end_inset
28945
28946 ×
28947 \begin_inset space \thinspace{}
28948 \end_inset
28949
28950 Minimum(Breite der Box, Höhe der Box)
28951 \family default
28952 .
28953  Der Standardwert ist 
28954 \series bold
28955
28956 \backslash
28957 cornersize{0.5}
28958 \series default
28959 .
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset ERT
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967
28968
28969 \backslash
28970 cornersize*{1.5cm}
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \begin_inset Box Ovalbox
28977 position "c"
28978 hor_pos "c"
28979 has_inner_box 1
28980 inner_pos "c"
28981 use_parbox 0
28982 use_makebox 0
28983 width "30col%"
28984 special "none"
28985 height "1in"
28986 height_special "totalheight"
28987 status open
28988
28989 \begin_layout Plain Layout
28990 \align center
28991 Ovale Box, dicker Rand, mit 
28992 \series bold
28993
28994 \backslash
28995 cornersize
28996 \series default
28997
28998 \begin_inset space \thinspace{}
28999 \end_inset
29000
29001 =
29002 \begin_inset space \thinspace{}
29003 \end_inset
29004
29005 1.5
29006 \begin_inset space \thinspace{}
29007 \end_inset
29008
29009 cm
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \begin_inset ERT
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019
29020
29021 \backslash
29022 cornersize{0.5}
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \end_layout
29029
29030 \begin_layout Standard
29031 \begin_inset VSpace bigskip
29032 \end_inset
29033
29034 Die Breite des Schattens wird mit 
29035 \series bold
29036
29037 \backslash
29038 shadowsize
29039 \series default
29040  festgelegt.
29041  Mit dem TeX-Code-Befehl
29042 \end_layout
29043
29044 \begin_layout Standard
29045
29046 \series bold
29047
29048 \backslash
29049 setlength{
29050 \backslash
29051 shadowsize}{2pt}
29052 \end_layout
29053
29054 \begin_layout Standard
29055 wird er für die folgende Box auf 2
29056 \begin_inset space \thinspace{}
29057 \end_inset
29058
29059 pt festgelegt.
29060 \end_layout
29061
29062 \begin_layout Standard
29063 \begin_inset ERT
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067
29068
29069 \backslash
29070 setlength{
29071 \backslash
29072 shadowsize}{2pt}
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \begin_inset Box Shadowbox
29079 position "c"
29080 hor_pos "c"
29081 has_inner_box 1
29082 inner_pos "c"
29083 use_parbox 0
29084 use_makebox 0
29085 width "25col%"
29086 special "none"
29087 height "1in"
29088 height_special "totalheight"
29089 status open
29090
29091 \begin_layout Plain Layout
29092 \align center
29093 Schattierte Box mit 
29094 \series bold
29095
29096 \backslash
29097 shadowsize
29098 \series default
29099
29100 \begin_inset space \thinspace{}
29101 \end_inset
29102
29103 =
29104 \begin_inset space \thinspace{}
29105 \end_inset
29106
29107 2
29108 \begin_inset space \thinspace{}
29109 \end_inset
29110
29111 pt
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \begin_inset ERT
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121
29122
29123 \backslash
29124 setlength{
29125 \backslash
29126 shadowsize}{4pt}
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Standard
29135 \begin_inset VSpace bigskip
29136 \end_inset
29137
29138 Der Standardwert für 
29139 \series bold
29140
29141 \backslash
29142 FrameRule
29143 \series default
29144  ist 0.4
29145 \begin_inset space \thinspace{}
29146 \end_inset
29147
29148 pt.
29149  Der Standard-Abstand zwischen Rahmen und Text ist 9
29150 \begin_inset space \thinspace{}
29151 \end_inset
29152
29153 pt und kann mit dem Wert für 
29154 \series bold
29155
29156 \backslash
29157 FrameSep
29158 \series default
29159  geändert werden.
29160  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29161  TeX-Code Befehlen geändert:
29162 \end_layout
29163
29164 \begin_layout Standard
29165
29166 \series bold
29167
29168 \backslash
29169 setlength{
29170 \backslash
29171 FrameRule}{5pt}
29172 \begin_inset Newline newline
29173 \end_inset
29174
29175
29176 \backslash
29177 setlength{
29178 \backslash
29179 FrameSep}{0.5cm}
29180 \end_layout
29181
29182 \begin_layout Standard
29183 \begin_inset ERT
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 setlength{
29191 \backslash
29192 FrameRule}{5pt}
29193 \end_layout
29194
29195 \begin_layout Plain Layout
29196
29197
29198 \backslash
29199 setlength{
29200 \backslash
29201 FrameSep}{0.5cm}
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \begin_inset Box Framed
29208 position "t"
29209 hor_pos "c"
29210 has_inner_box 0
29211 inner_pos "t"
29212 use_parbox 0
29213 use_makebox 0
29214 width "100col%"
29215 special "none"
29216 height "1in"
29217 height_special "totalheight"
29218 status open
29219
29220 \begin_layout Plain Layout
29221 Dies ist Text in einer 
29222 \family sans
29223 Seitenumbruch erlaubt
29224 \family default
29225  Box.
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236
29237 \backslash
29238 setlength{
29239 \backslash
29240 FrameRule}{0.4pt}
29241 \end_layout
29242
29243 \begin_layout Plain Layout
29244
29245
29246 \backslash
29247 setlength{
29248 \backslash
29249 FrameSep}{9pt}
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \end_layout
29256
29257 \begin_layout Standard
29258 \begin_inset VSpace bigskip
29259 \end_inset
29260
29261 Für Boxen mit 
29262 \family sans
29263 schattiertem Hintergrund
29264 \family default
29265  beträgt der Abstand zwischen Rand und Text 3
29266 \begin_inset space \thinspace{}
29267 \end_inset
29268
29269 pt und kann mit 
29270 \series bold
29271
29272 \backslash
29273 fboxsep
29274 \series default
29275  geändert werden.
29276  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29277  
29278 \series bold
29279
29280 \backslash
29281 definecolor{shadecolor}
29282 \series default
29283  oder global über das Menü 
29284 \family sans
29285 Werkzeuge\SpecialChar \menuseparator
29286 Einstellungen\SpecialChar \menuseparator
29287 Farben\SpecialChar \menuseparator
29288 Schattierte
29289 \begin_inset space ~
29290 \end_inset
29291
29292 Box
29293 \family default
29294  geändert werden.
29295  Das Schema des 
29296 \series bold
29297
29298 \backslash
29299 definecolor
29300 \series default
29301  Befehls ist  in Abschnitt
29302 \begin_inset space ~
29303 \end_inset
29304
29305
29306 \begin_inset CommandInset ref
29307 LatexCommand ref
29308 reference "abs:Farbige-Tabellen"
29309
29310 \end_inset
29311
29312  erklärt.
29313 \begin_inset Foot
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Beachten Sie, dass 
29318 \series bold
29319
29320 \backslash
29321 definecolor
29322 \series default
29323  das LaTeX-Paket 
29324 \series bold
29325 color
29326 \series default
29327  im LaTeX-Vorspann benötigt, siehe Abschnitt
29328 \begin_inset space ~
29329 \end_inset
29330
29331
29332 \begin_inset CommandInset ref
29333 LatexCommand ref
29334 reference "abs:Farbige-Boxen"
29335
29336 \end_inset
29337
29338 .
29339 \end_layout
29340
29341 \end_inset
29342
29343  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29344 \end_layout
29345
29346 \begin_layout Standard
29347
29348 \series bold
29349
29350 \backslash
29351 setlength{
29352 \backslash
29353 fboxsep}{0.5cm}
29354 \begin_inset Newline newline
29355 \end_inset
29356
29357
29358 \backslash
29359 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29360 \end_layout
29361
29362 \begin_layout Standard
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 setlength{
29371 \backslash
29372 fboxsep}{0.5cm}
29373 \end_layout
29374
29375 \begin_layout Plain Layout
29376
29377
29378 \backslash
29379 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29380 \end_layout
29381
29382 \end_inset
29383
29384
29385 \begin_inset Box Shaded
29386 position "t"
29387 hor_pos "c"
29388 has_inner_box 0
29389 inner_pos "t"
29390 use_parbox 0
29391 use_makebox 0
29392 width "100col%"
29393 special "none"
29394 height "1in"
29395 height_special "totalheight"
29396 status open
29397
29398 \begin_layout Plain Layout
29399
29400 \color yellow
29401 Dies ist gelber Text in einer 
29402 \family sans
29403 schattierten Hintergrund
29404 \begin_inset space ~
29405 \end_inset
29406
29407
29408 \family default
29409 Box auf dunkelgrünem Hintergrund.
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \begin_inset ERT
29416 status collapsed
29417
29418 \begin_layout Plain Layout
29419
29420
29421 \backslash
29422 setlength{
29423 \backslash
29424 fboxsep}{3pt}
29425 \end_layout
29426
29427 \begin_layout Plain Layout
29428
29429
29430 \backslash
29431 definecolor{shadecolor}{rgb}{1,0,0}
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Standard
29440 \begin_inset VSpace bigskip
29441 \end_inset
29442
29443 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29444  der sie ändert.
29445 \end_layout
29446
29447 \begin_layout Section
29448 Minipage
29449 \begin_inset CommandInset label
29450 LatexCommand label
29451 name "abs:Minipage"
29452
29453 \end_inset
29454
29455
29456 \begin_inset Index idx
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Boxen ! Minipage
29461 \end_layout
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \begin_layout Standard
29469 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29470  deshalb unter anderem eigene Fußnoten haben.
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29475 \end_layout
29476
29477 \begin_layout Standard
29478 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29479  Ihre Breite ist 45 Spaltenbreite
29480 \begin_inset space ~
29481 \end_inset
29482
29483 %, und sie sind durch einen 
29484 \family sans
29485 HFill
29486 \family default
29487  getrennt (
29488 \family sans
29489 Einfügen\SpecialChar \menuseparator
29490 Formatierung\SpecialChar \menuseparator
29491 Horizontaler
29492 \begin_inset space \space{}
29493 \end_inset
29494
29495 Abstand\SpecialChar \menuseparator
29496 Abstand\SpecialChar \menuseparator
29497 Variabler
29498 \begin_inset space ~
29499 \end_inset
29500
29501 horiz.
29502 \begin_inset space ~
29503 \end_inset
29504
29505 Abstand
29506 \family default
29507 ).
29508 \begin_inset Newpage newpage
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \noindent
29516 \begin_inset Box Frameless
29517 position "t"
29518 hor_pos "c"
29519 has_inner_box 1
29520 inner_pos "c"
29521 use_parbox 0
29522 use_makebox 0
29523 width "45col%"
29524 special "none"
29525 height "1in"
29526 height_special "totalheight"
29527 status open
29528
29529 \begin_layout Plain Layout
29530 Dies ist ein deutscher Text.
29531  Dies ist ein deutscher Text.
29532  Dies ist ein deutscher Text.
29533  Dies ist ein deutscher Text.
29534  Dies ist ein deutscher Text.
29535  Dies ist ein deutscher Text.
29536  Dies ist ein deutscher Text.
29537  Dies ist ein deutscher Text.
29538  Dies ist ein deutscher Text.
29539  Dies ist ein deutscher Text.
29540  Dies ist ein deutscher Text.
29541  Dies ist ein deutscher Text.
29542  Dies ist ein deutscher Text
29543 \begin_inset Foot
29544 status open
29545
29546 \begin_layout Plain Layout
29547 Dies ist eine deutsche Fußnote.
29548 \end_layout
29549
29550 \end_inset
29551
29552 .
29553  Dies ist ein deutscher Text.
29554  Dies ist ein deutscher Text.
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \begin_inset space \hfill{}
29561 \end_inset
29562
29563
29564 \begin_inset Box Frameless
29565 position "t"
29566 hor_pos "c"
29567 has_inner_box 1
29568 inner_pos "c"
29569 use_parbox 0
29570 use_makebox 0
29571 width "45col%"
29572 special "none"
29573 height "1in"
29574 height_special "totalheight"
29575 status open
29576
29577 \begin_layout Plain Layout
29578
29579 \lang english
29580 This is an English Text.
29581  This is an English Text.
29582  This is an English Text.
29583  This is an English Text.
29584  This is an English Text.
29585  This is an English Text.
29586  This is an English Text.
29587  This is an English Text.
29588  This is an English Text.
29589  This is an English Text.
29590  This is an English Text.
29591  This is an English Text.
29592  This is an English Text.
29593  This is an English Text.
29594  This is an English Text.
29595  This is an English Text.
29596 \begin_inset Foot
29597 status collapsed
29598
29599 \begin_layout Plain Layout
29600
29601 \lang english
29602 This is an English footnote.
29603 \end_layout
29604
29605 \end_inset
29606
29607  This is an English Text.
29608  
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset VSpace bigskip
29618 \end_inset
29619
29620 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29621  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29622  Absätze nicht eingerückt werden, obwohl Sie das in 
29623 \family sans
29624 Dokument
29625 \family default
29626 \SpecialChar \menuseparator
29627
29628 \family sans
29629 Einstellun\SpecialChar \-
29630 gen\SpecialChar \menuseparator
29631 Textformat
29632 \family default
29633  festgelegt haben.
29634  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29635  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29636 \series bold
29637
29638 \backslash
29639 hspace*{1em}
29640 \series default
29641 .
29642 \end_layout
29643
29644 \begin_layout Standard
29645 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29646  zu verpassen, siehe Abschnitt
29647 \begin_inset space ~
29648 \end_inset
29649
29650
29651 \begin_inset CommandInset ref
29652 LatexCommand ref
29653 reference "uab:Farbe-für-Absätze"
29654
29655 \end_inset
29656
29657 .
29658 \end_layout
29659
29660 \begin_layout Standard
29661 \begin_inset Note Greyedout
29662 status open
29663
29664 \begin_layout Plain Layout
29665
29666 \series bold
29667 Bemerkung:
29668 \series default
29669  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29670  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Section
29679 Parbox
29680 \begin_inset CommandInset label
29681 LatexCommand label
29682 name "abs:Parbox"
29683
29684 \end_inset
29685
29686
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Boxen ! Parbox
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \end_layout
29698
29699 \begin_layout Standard
29700 Parbox ist eine Abkürzung für 
29701 \begin_inset Quotes gld
29702 \end_inset
29703
29704 paragraph box
29705 \begin_inset Quotes grd
29706 \end_inset
29707
29708 , was Absatzbox bedeutet.
29709  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
29710  in Parboxen nicht ausgegeben werden:
29711 \end_layout
29712
29713 \begin_layout Standard
29714 \align center
29715 \begin_inset Box Frameless
29716 position "t"
29717 hor_pos "c"
29718 has_inner_box 1
29719 inner_pos "t"
29720 use_parbox 1
29721 use_makebox 0
29722 width "33col%"
29723 special "none"
29724 height "1in"
29725 height_special "totalheight"
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Dies ist Text in einer Parbox.
29730  Dies ist Text in einer Parbox.
29731 \end_layout
29732
29733 \begin_layout Plain Layout
29734 Diese Fußnote wird nicht gedruckt:
29735 \begin_inset Foot
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29740 \end_layout
29741
29742 \end_inset
29743
29744
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Section
29753 Boxen für Worte und Buchstaben
29754 \begin_inset Index idx
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758 Boxen ! für Buchstaben
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Subsection
29767 Silbentrennung unterbinden
29768 \begin_inset CommandInset label
29769 LatexCommand label
29770 name "abs:Silbentrennung-unterbinden"
29771
29772 \end_inset
29773
29774
29775 \begin_inset Index idx
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779 Boxen ! zur Vermeidung von Silbentrennung
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \end_layout
29786
29787 \begin_layout Standard
29788 Sie können den Boxtyp 
29789 \family sans
29790 Makebox
29791 \family default
29792  benutzen, um Silbentrennungen zu unterbinden.
29793 \begin_inset Newline newline
29794 \end_inset
29795
29796 Hier ist ein Beispiel: 
29797 \end_layout
29798
29799 \begin_layout Standard
29800 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29801 \begin_inset Quotes gld
29802 \end_inset
29803
29804 einsehrsehrsehrlangeswort
29805 \begin_inset Quotes grd
29806 \end_inset
29807
29808 .
29809 \end_layout
29810
29811 \begin_layout Standard
29812 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
29813  Innere
29814 \begin_inset space ~
29815 \end_inset
29816
29817 Box auf Makebox und deren Breite auf 1
29818 \begin_inset space \thinspace{}
29819 \end_inset
29820
29821 Width.
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Hier ist das Ergebnis:
29826 \end_layout
29827
29828 \begin_layout Standard
29829 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29830 \begin_inset Box Frameless
29831 position "t"
29832 hor_pos "c"
29833 has_inner_box 1
29834 inner_pos "t"
29835 use_parbox 0
29836 use_makebox 1
29837 width "1in"
29838 special "width"
29839 height "1in"
29840 height_special "totalheight"
29841 status open
29842
29843 \begin_layout Plain Layout
29844 \begin_inset Quotes gld
29845 \end_inset
29846
29847 einsehrsehrsehrlangeswort
29848 \begin_inset Quotes grd
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855
29856 .
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Alternativ dazu kann man auch den Befehl 
29861 \begin_inset Quotes gld
29862 \end_inset
29863
29864
29865 \series bold
29866
29867 \backslash
29868 -
29869 \series default
29870
29871 \begin_inset Quotes grd
29872 \end_inset
29873
29874  als TeX-Code direkt vor das Wort setzen:
29875 \end_layout
29876
29877 \begin_layout Standard
29878 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29879 \begin_inset Quotes gld
29880 \end_inset
29881
29882
29883 \begin_inset ERT
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887
29888
29889 \backslash
29890 -
29891 \end_layout
29892
29893 \end_inset
29894
29895 einsehrsehrsehrlangeswort
29896 \begin_inset Quotes grd
29897 \end_inset
29898
29899 .
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29904  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29905 \family sans
29906 Strg-Eingabe
29907 \family default
29908 ) einfügen: 
29909 \end_layout
29910
29911 \begin_layout Standard
29912 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29913 \begin_inset Newline newline
29914 \end_inset
29915
29916
29917 \begin_inset Box Frameless
29918 position "t"
29919 hor_pos "c"
29920 has_inner_box 1
29921 inner_pos "t"
29922 use_parbox 0
29923 use_makebox 1
29924 width "1in"
29925 special "width"
29926 height "1in"
29927 height_special "totalheight"
29928 status open
29929
29930 \begin_layout Plain Layout
29931 \begin_inset Quotes gld
29932 \end_inset
29933
29934 einsehrsehrsehrlangeswort
29935 \begin_inset Quotes grd
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \end_inset
29942
29943 .
29944 \end_layout
29945
29946 \begin_layout Subsection
29947 Vertikale Ausrichtung
29948 \begin_inset CommandInset label
29949 LatexCommand label
29950 name "uab:Vertikale-Ausrichtung"
29951
29952 \end_inset
29953
29954
29955 \begin_inset Index idx
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959 Boxen ! für Vertikale Ausrichtung
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \begin_inset Index idx
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969 Boxen ! raisebox
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Standard
29978 Mit dem LaTeX-Befehl 
29979 \series bold
29980
29981 \backslash
29982 raisebox
29983 \series default
29984  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29985 n Textes ausrichten.
29986  
29987 \series bold
29988
29989 \backslash
29990 raisebox
29991 \series default
29992  wird folgendermaßen benutzt:
29993 \end_layout
29994
29995 \begin_layout Standard
29996
29997 \series bold
29998
29999 \backslash
30000 raisebox{Verschiebung}[oben][unten]{Text}
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Positive Werte für Verschiebung
30005 \series bold
30006  
30007 \series default
30008 verschieben die Box nach oben, negative nach unten.
30009  Die beiden optionalen Parameter 
30010 \family typewriter
30011 oben
30012 \family default
30013  und 
30014 \family typewriter
30015 unten
30016 \family default
30017  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
30018  hinausgeht, wenn sie nicht verschoben ist.
30019 \end_layout
30020
30021 \begin_layout Standard
30022 Um zum Beispiel das Wort 
30023 \begin_inset Quotes gld
30024 \end_inset
30025
30026 provokant
30027 \begin_inset Quotes grd
30028 \end_inset
30029
30030  mit seinem 
30031 \begin_inset Quotes gld
30032 \end_inset
30033
30034 niedrigsten
30035 \begin_inset Quotes grd
30036 \end_inset
30037
30038  Buchstaben 
30039 \begin_inset Quotes gld
30040 \end_inset
30041
30042 p
30043 \begin_inset Quotes grd
30044 \end_inset
30045
30046  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
30047 \end_layout
30048
30049 \begin_layout Standard
30050
30051 \series bold
30052
30053 \backslash
30054 raisebox{
30055 \backslash
30056 depth}{
30057 \end_layout
30058
30059 \begin_layout Standard
30060 vor dem Wort einfügen und 
30061 \begin_inset Quotes gld
30062 \end_inset
30063
30064
30065 \series bold
30066 }
30067 \series default
30068
30069 \begin_inset Quotes grd
30070 \end_inset
30071
30072  als TeX-Code dahinter:
30073 \end_layout
30074
30075 \begin_layout Standard
30076 Dies ist eine Zeile, in der das Wort 
30077 \begin_inset ERT
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081
30082
30083 \backslash
30084 raisebox{
30085 \backslash
30086 depth}{
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \begin_inset Quotes gld
30093 \end_inset
30094
30095 provokant
30096 \begin_inset Quotes grd
30097 \end_inset
30098
30099
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105 }
30106 \end_layout
30107
30108 \end_inset
30109
30110  nach oben verschoben wurde.
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \begin_inset VSpace bigskip
30115 \end_inset
30116
30117 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30118  gedehnt:
30119 \end_layout
30120
30121 \begin_layout Standard
30122 Dies ist eine Zeile, in der das Wort 
30123 \begin_inset ERT
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127
30128
30129 \backslash
30130 raisebox{-
30131 \backslash
30132 depth}{
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset Quotes gld
30139 \end_inset
30140
30141 provokant
30142 \begin_inset Quotes grd
30143 \end_inset
30144
30145
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 }
30152 \end_layout
30153
30154 \end_inset
30155
30156  nach unten verschoben wurde.
30157 \end_layout
30158
30159 \begin_layout Standard
30160 Dies ist eine Zeile, in der das Wort 
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 raisebox{0.5cm}{
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \begin_inset Quotes gld
30175 \end_inset
30176
30177 testen
30178 \begin_inset Quotes grd
30179 \end_inset
30180
30181
30182 \begin_inset ERT
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186
30187 }
30188 \end_layout
30189
30190 \end_inset
30191
30192  um 0.5
30193 \begin_inset space \thinspace{}
30194 \end_inset
30195
30196 cm nach oben verschoben wurde.
30197 \end_layout
30198
30199 \begin_layout Standard
30200 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30201 \end_layout
30202
30203 \begin_layout Standard
30204
30205 \series bold
30206
30207 \backslash
30208 raisebox{-
30209 \backslash
30210 depth}[0pt]{
30211 \end_layout
30212
30213 \begin_layout Standard
30214 Dies ist eine Zeile, in der das Wort 
30215 \begin_inset ERT
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220
30221 \backslash
30222 raisebox{-
30223 \backslash
30224 depth}[0pt]{
30225 \end_layout
30226
30227 \end_inset
30228
30229
30230 \begin_inset Quotes gld
30231 \end_inset
30232
30233 provokant
30234 \begin_inset Quotes grd
30235 \end_inset
30236
30237
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 }
30244 \end_layout
30245
30246 \end_inset
30247
30248  nach unten verschoben wurde.
30249 \end_layout
30250
30251 \begin_layout Standard
30252 Dies ist eine Zeile, in der das Wort 
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258
30259 \backslash
30260 raisebox{0.5cm}[0pt]{
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \begin_inset Quotes gld
30267 \end_inset
30268
30269 testen
30270 \begin_inset Quotes grd
30271 \end_inset
30272
30273
30274 \begin_inset ERT
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278
30279 }
30280 \end_layout
30281
30282 \end_inset
30283
30284  um 0.5
30285 \begin_inset space \thinspace{}
30286 \end_inset
30287
30288 cm nach oben verschoben wurde.
30289  Jetzt überschneiden sich die verschobenen Worte.
30290 \end_layout
30291
30292 \begin_layout Section
30293 Farbige Boxen
30294 \begin_inset CommandInset label
30295 LatexCommand label
30296 name "abs:Farbige-Boxen"
30297
30298 \end_inset
30299
30300
30301 \begin_inset Index idx
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Boxen ! farbige
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Subsection
30314 Text-Hintergrundfarbe
30315 \begin_inset Index idx
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319 Farbe ! für Text-Hintergrund
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Standard
30328 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30329  so genannten 
30330 \begin_inset Quotes gld
30331 \end_inset
30332
30333 colorbox
30334 \begin_inset Quotes grd
30335 \end_inset
30336
30337  stehen.
30338  Dafür muss das LaTeX-Paket 
30339 \series bold
30340 color
30341 \series default
30342
30343 \begin_inset Index idx
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347 LaTeX-Pakete ! color
30348 \end_layout
30349
30350 \end_inset
30351
30352  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30353 \end_layout
30354
30355 \begin_layout Standard
30356
30357 \series bold
30358
30359 \backslash
30360 @ifundefined{textcolor}
30361 \begin_inset Newline newline
30362 \end_inset
30363
30364
30365 \begin_inset Phantom HPhantom
30366 status open
30367
30368 \begin_layout Plain Layout
30369
30370 \series bold
30371 \begin_inset space ~
30372 \end_inset
30373
30374
30375 \end_layout
30376
30377 \end_inset
30378
30379 {
30380 \backslash
30381 usepackage{color}}{}
30382 \end_layout
30383
30384 \begin_layout Standard
30385 Wenn Sie Text einfärben, lädt LyX das Paket 
30386 \series bold
30387 color
30388 \series default
30389  automatisch.
30390 \begin_inset Foot
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Der Befehl 
30395 \series bold
30396
30397 \backslash
30398 @ifundefined
30399 \series default
30400  vermeidet, dass es in diesem Fall doppelt geladen wird.
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Standard
30409 \begin_inset VSpace medskip
30410 \end_inset
30411
30412 Colorboxen werden mit dem Befehl 
30413 \series bold
30414
30415 \backslash
30416 colorbox
30417 \series default
30418  erzeugt:
30419 \end_layout
30420
30421 \begin_layout Standard
30422
30423 \series bold
30424
30425 \backslash
30426 colorbox{Farbe}{Boxinhalt}
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30431  Boxen sein.
30432 \end_layout
30433
30434 \begin_layout Standard
30435 Die folgenden Farben sind vordefiniert:
30436 \family sans
30437  schwarz
30438 \family default
30439
30440 \family sans
30441 wei
30442 \family default
30443 ß, 
30444 \family sans
30445 rot
30446 \family default
30447 \series bold
30448 ,
30449 \series default
30450  
30451 \family sans
30452 grün
30453 \family default
30454
30455 \family sans
30456 blau
30457 \family default
30458
30459 \family sans
30460 türkis
30461 \family default
30462
30463 \family sans
30464 purpurrot
30465 \family default
30466  und 
30467 \family sans
30468 gelb
30469 \family default
30470 .
30471 \end_layout
30472
30473 \begin_layout Standard
30474 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30475 \begin_inset space ~
30476 \end_inset
30477
30478
30479 \begin_inset CommandInset ref
30480 LatexCommand ref
30481 reference "abs:Farbige-Tabellen"
30482
30483 \end_inset
30484
30485  beschrieben.
30486 \end_layout
30487
30488 \begin_layout Standard
30489 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30490  den TeX-Code-Befehl
30491 \end_layout
30492
30493 \begin_layout Standard
30494
30495 \series bold
30496
30497 \backslash
30498 colorbox{red}{
30499 \end_layout
30500
30501 \begin_layout Standard
30502 vor dem Wort ein.
30503  Hinter dem Wort fügen Sie 
30504 \series bold
30505
30506 \begin_inset Quotes gld
30507 \end_inset
30508
30509 }
30510 \series default
30511
30512 \begin_inset Quotes grd
30513 \end_inset
30514
30515  als TeX-Code ein.
30516  Hier ist das Ergebnis:
30517 \end_layout
30518
30519 \begin_layout Standard
30520 In dieser Zeile hat 
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 colorbox{red}{
30529 \end_layout
30530
30531 \end_inset
30532
30533 Achtung!
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539 }
30540 \end_layout
30541
30542 \end_inset
30543
30544  einen roten Hintergrund.
30545 \end_layout
30546
30547 \begin_layout Standard
30548 \begin_inset VSpace bigskip
30549 \end_inset
30550
30551 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30552  
30553 \series bold
30554
30555 \backslash
30556 fcolorbox
30557 \series default
30558  verwenden:
30559 \end_layout
30560
30561 \begin_layout Standard
30562
30563 \series bold
30564
30565 \backslash
30566 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30567 \end_layout
30568
30569 \begin_layout Standard
30570
30571 \series bold
30572
30573 \backslash
30574 fcolorbox
30575 \series default
30576  ist eine Erweiterung von 
30577 \series bold
30578
30579 \backslash
30580 colorbox
30581 \series default
30582 .
30583  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30584  
30585 \series bold
30586
30587 \backslash
30588 fboxrule
30589 \series default
30590  und 
30591 \series bold
30592
30593 \backslash
30594 fboxsep
30595 \series default
30596  gesteuert werden, wie in Abschnitt
30597 \begin_inset space ~
30598 \end_inset
30599
30600
30601 \begin_inset CommandInset ref
30602 LatexCommand ref
30603 reference "uab:Verzierung"
30604
30605 \end_inset
30606
30607  beschrieben.
30608 \end_layout
30609
30610 \begin_layout Standard
30611 Für das folgende Beispiel wurde der Befehl
30612 \end_layout
30613
30614 \begin_layout Standard
30615
30616 \series bold
30617
30618 \backslash
30619 fcolorbox{cyan}{magenta}{
30620 \end_layout
30621
30622 \begin_layout Standard
30623 benutzt.
30624  Hier wurden die Rahmendicke und der Abstand auf 1
30625 \begin_inset space \thinspace{}
30626 \end_inset
30627
30628 mm gesetzt:
30629 \begin_inset Newline newline
30630 \end_inset
30631
30632
30633 \begin_inset ERT
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637
30638
30639 \backslash
30640 fboxrule 1mm 
30641 \backslash
30642 fboxsep 1mm
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \begin_inset ERT
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652
30653
30654 \backslash
30655 fcolorbox{cyan}{green}{
30656 \end_layout
30657
30658 \end_inset
30659
30660 Dies ist Text in einer farbigen, gerahmten Box.
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666 }
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \end_layout
30673
30674 \begin_layout Standard
30675 \begin_inset VSpace bigskip
30676 \end_inset
30677
30678 Natürlich gibt es auch farbigen Text in einer Colorbox:
30679 \begin_inset Newline newline
30680 \end_inset
30681
30682
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 fcolorbox{cyan}{green}{
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \color yellow
30697 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30698 \color none
30699
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705 }
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \begin_inset ERT
30712 status collapsed
30713
30714 \begin_layout Plain Layout
30715
30716
30717 \backslash
30718 fboxrule 0.4pt 
30719 \backslash
30720 fboxsep 3pt
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Standard
30729 \begin_inset VSpace bigskip
30730 \end_inset
30731
30732
30733 \end_layout
30734
30735 \begin_layout Standard
30736 \begin_inset Note Greyedout
30737 status open
30738
30739 \begin_layout Plain Layout
30740 \noindent
30741
30742 \series bold
30743 Bemerkung:
30744 \series default
30745  Text in Colorboxen kann nicht umgebrochen werden.
30746  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30747  wie im folgenden beschrieben.
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \begin_layout Subsection
30756 Farbe für Absätze
30757 \begin_inset CommandInset label
30758 LatexCommand label
30759 name "uab:Farbe-für-Absätze"
30760
30761 \end_inset
30762
30763
30764 \begin_inset Index idx
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768 Farbe ! für Absätze
30769 \end_layout
30770
30771 \end_inset
30772
30773
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30778  den Text in eine Minipage stellen.
30779  Vor der Minipage fügen Sie den TeX-Code-Befehl
30780 \end_layout
30781
30782 \begin_layout Standard
30783
30784 \series bold
30785
30786 \backslash
30787 colorbox{color}{
30788 \end_layout
30789
30790 \begin_layout Standard
30791 ein.
30792  Hinter der Minipage fügen Sie 
30793 \series bold
30794
30795 \begin_inset Quotes gld
30796 \end_inset
30797
30798 }
30799 \series default
30800
30801 \begin_inset Quotes grd
30802 \end_inset
30803
30804  als TeX-Code ein.
30805 \end_layout
30806
30807 \begin_layout Standard
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813
30814 \backslash
30815 colorbox{hellgrau}{
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \begin_inset Box Frameless
30822 position "t"
30823 hor_pos "c"
30824 has_inner_box 1
30825 inner_pos "t"
30826 use_parbox 0
30827 use_makebox 0
30828 width "100col%"
30829 special "none"
30830 height "1in"
30831 height_special "totalheight"
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835 Dies ist Text mit einer Hintergrundfarbe.
30836  Dies ist Text mit einer Hintergrundfarbe.
30837 \end_layout
30838
30839 \begin_layout Plain Layout
30840 Der Text kann Fußnoten
30841 \begin_inset Foot
30842 status open
30843
30844 \begin_layout Plain Layout
30845 Eine weitere Fußnote
30846 \end_layout
30847
30848 \end_inset
30849
30850  und Tabellen und Abbildungen enthalten.
30851 \end_layout
30852
30853 \begin_layout Plain Layout
30854 \align center
30855 \begin_inset Tabular
30856 <lyxtabular version="3" rows="3" columns="3">
30857 <features tabularvalignment="middle">
30858 <column alignment="center" valignment="top" width="0">
30859 <column alignment="center" valignment="top" width="0">
30860 <column alignment="center" valignment="top" width="0">
30861 <row>
30862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30863 \begin_inset Text
30864
30865 \begin_layout Plain Layout
30866 a
30867 \end_layout
30868
30869 \end_inset
30870 </cell>
30871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30872 \begin_inset Text
30873
30874 \begin_layout Plain Layout
30875 !
30876 \end_layout
30877
30878 \end_inset
30879 </cell>
30880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30881 \begin_inset Text
30882
30883 \begin_layout Plain Layout
30884 3
30885 \end_layout
30886
30887 \end_inset
30888 </cell>
30889 </row>
30890 <row>
30891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Plain Layout
30895 <
30896 \end_layout
30897
30898 \end_inset
30899 </cell>
30900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30901 \begin_inset Text
30902
30903 \begin_layout Plain Layout
30904 b2
30905 \begin_inset Quotes erd
30906 \end_inset
30907
30908 |
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30914 \begin_inset Text
30915
30916 \begin_layout Plain Layout
30917 >
30918 \end_layout
30919
30920 \end_inset
30921 </cell>
30922 </row>
30923 <row>
30924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30925 \begin_inset Text
30926
30927 \begin_layout Plain Layout
30928 1
30929 \end_layout
30930
30931 \end_inset
30932 </cell>
30933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30934 \begin_inset Text
30935
30936 \begin_layout Plain Layout
30937 §
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30943 \begin_inset Text
30944
30945 \begin_layout Plain Layout
30946 c
30947 \end_layout
30948
30949 \end_inset
30950 </cell>
30951 </row>
30952 </lyxtabular>
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967 }
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Section
30976 Rotierte und skalierte Boxen
30977 \end_layout
30978
30979 \begin_layout Standard
30980 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30981 \series bold
30982 graphicx
30983 \series default
30984
30985 \begin_inset Index idx
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989 LaTeX-Pakete ! graphicx
30990 \end_layout
30991
30992 \end_inset
30993
30994  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30995 \end_layout
30996
30997 \begin_layout Standard
30998
30999 \series bold
31000
31001 \backslash
31002 @ifundefined{rotatebox}
31003 \begin_inset Newline newline
31004 \end_inset
31005
31006
31007 \begin_inset Phantom HPhantom
31008 status open
31009
31010 \begin_layout Plain Layout
31011
31012 \series bold
31013 \begin_inset space ~
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \end_inset
31020
31021 {
31022 \backslash
31023 usepackage{graphicx}}{}
31024 \end_layout
31025
31026 \begin_layout Standard
31027 \begin_inset Note Greyedout
31028 status open
31029
31030 \begin_layout Plain Layout
31031
31032 \series bold
31033 Bemerkung:
31034 \series default
31035  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
31036  darstellen.
31037  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Standard
31046 \begin_inset Note Greyedout
31047 status open
31048
31049 \begin_layout Plain Layout
31050
31051 \series bold
31052 Bemerkung:
31053 \series default
31054  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \begin_layout Subsection
31063 Rotierte Boxen
31064 \begin_inset Index idx
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 Boxen ! rotierte
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \begin_inset Index idx
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078 Rotiertes Material
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \begin_inset Index idx
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088 Abbildungen ! rotierte
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \begin_inset Index idx
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098 Tabellen ! rotierte
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 Um Text zu drehen, verwendet man den Befehl 
31108 \series bold
31109
31110 \backslash
31111 rotatebox
31112 \series default
31113  im TeX-Code nach folgendem Schema:
31114 \end_layout
31115
31116 \begin_layout Standard
31117
31118 \series bold
31119
31120 \backslash
31121 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31122 \end_layout
31123
31124 \begin_layout Standard
31125 Der Drehpunkt wird mit 
31126 \series bold
31127 origin=Position
31128 \series default
31129  angegeben.
31130  Folgende Positionen sind möglich: 
31131 \emph on
31132 c
31133 \emph default
31134  (mittig), 
31135 \emph on
31136 l
31137 \emph default
31138  (links), 
31139 \emph on
31140 r
31141 \emph default
31142  (rechts), 
31143 \emph on
31144 b
31145 \emph default
31146  (unten), 
31147 \emph on
31148 t
31149 \emph default
31150  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31151  Z.
31152 \begin_inset space \thinspace{}
31153 \end_inset
31154
31155 B.
31156  bedeutet 
31157 \emph on
31158 lt
31159 \emph default
31160 , dass sich der Drehpunkt links oben befindet.
31161  Wird kein Drehpunkt angegeben, wird die Position 
31162 \emph on
31163 l
31164 \emph default
31165  verwendet.
31166  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31167  Gedreht wird gegen den Uhrzeigersinn.
31168 \end_layout
31169
31170 \begin_layout Standard
31171 Im folgenden Beispiel wurde vor dem Text der Befehl 
31172 \series bold
31173
31174 \backslash
31175 rotatebox[origin=c]{60}{
31176 \series default
31177  im TeX-Modus eingegeben.
31178  Nach dem Text wurde die schließende Klammer 
31179 \series bold
31180 }
31181 \series default
31182  wiederum im TeX-Modus eingegeben.
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Dies ist eine Zeile 
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192
31193 \backslash
31194 rotatebox[origin=c]{60}{
31195 \end_layout
31196
31197 \end_inset
31198
31199 mit rotiertem
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205 }
31206 \end_layout
31207
31208 \end_inset
31209
31210  Text.
31211 \end_layout
31212
31213 \begin_layout Standard
31214 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31215 \end_layout
31216
31217 \begin_layout Standard
31218 Dies ist eine Zeile 
31219 \begin_inset ERT
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223
31224
31225 \backslash
31226 rotatebox[origin=r]{-60}{
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \begin_inset Box Doublebox
31233 position "c"
31234 hor_pos "c"
31235 has_inner_box 0
31236 inner_pos "c"
31237 use_parbox 0
31238 use_makebox 0
31239 width "1in"
31240 special "width"
31241 height "1in"
31242 height_special "totalheight"
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246 mit rotiertem
31247 \end_layout
31248
31249 \end_inset
31250
31251
31252 \begin_inset ERT
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256
31257 }
31258 \end_layout
31259
31260 \end_inset
31261
31262  umrandeten Text 
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268
31269 \backslash
31270 rotatebox[origin=lb]{60}{
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31277 \end_inset
31278
31279
31280 \begin_inset ERT
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284
31285 }
31286 \end_layout
31287
31288 \end_inset
31289
31290  und einer Formel.
31291 \end_layout
31292
31293 \begin_layout Standard
31294 Oder ein Bild oder Tabelle:
31295 \end_layout
31296
31297 \begin_layout Standard
31298 Dies ist eine Zeile 
31299 \begin_inset ERT
31300 status collapsed
31301
31302 \begin_layout Plain Layout
31303
31304
31305 \backslash
31306 rotatebox[origin=lb]{90}{
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \begin_inset Graphics
31313         filename ../clipart/platypus.eps
31314         lyxscale 50
31315         width 25col%
31316
31317 \end_inset
31318
31319
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325 }
31326 \end_layout
31327
31328 \end_inset
31329
31330  mit einem rotierten Bild 
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 rotatebox[origin=l]{-90}{
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \begin_inset Tabular
31345 <lyxtabular version="3" rows="2" columns="2">
31346 <features tabularvalignment="middle">
31347 <column alignment="center" valignment="top" width="0">
31348 <column alignment="center" valignment="top" width="0">
31349 <row>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 q
31355 \end_layout
31356
31357 \end_inset
31358 </cell>
31359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Plain Layout
31363 w
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 </row>
31369 <row>
31370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374 e
31375 \end_layout
31376
31377 \end_inset
31378 </cell>
31379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31380 \begin_inset Text
31381
31382 \begin_layout Plain Layout
31383 r
31384 \end_layout
31385
31386 \end_inset
31387 </cell>
31388 </row>
31389 </lyxtabular>
31390
31391 \end_inset
31392
31393
31394 \begin_inset ERT
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398
31399 }
31400 \end_layout
31401
31402 \end_inset
31403
31404  und Tabelle.
31405 \end_layout
31406
31407 \begin_layout Subsection
31408 Skalierte Boxen
31409 \begin_inset Index idx
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413 Boxen ! skalierte
31414 \end_layout
31415
31416 \end_inset
31417
31418
31419 \begin_inset Index idx
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423 Skaliertes Material
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \begin_inset Index idx
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433 Abbildungen ! skalierte
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \begin_inset Index idx
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 Tabellen ! skalierte
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 Um Text zu skalieren, kann man die Befehle 
31453 \series bold
31454
31455 \backslash
31456 scalebox
31457 \series default
31458  und 
31459 \series bold
31460
31461 \backslash
31462 resizebox
31463 \series default
31464  im TeX-Modus verwenden.
31465 \end_layout
31466
31467 \begin_layout Standard
31468
31469 \series bold
31470
31471 \backslash
31472 scalebox
31473 \series default
31474  wird nach folgendem Schema verwendet:
31475 \end_layout
31476
31477 \begin_layout Standard
31478
31479 \series bold
31480
31481 \backslash
31482 scalebox{horizontal}[vertikal]{Boxinhalt}
31483 \end_layout
31484
31485 \begin_layout Standard
31486 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31487  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31488  verwendet.
31489 \end_layout
31490
31491 \begin_layout Standard
31492 Z.
31493 \begin_inset space \thinspace{}
31494 \end_inset
31495
31496 B.
31497  ergibt der Befehl 
31498 \series bold
31499
31500 \backslash
31501 scalebox{2}{Hallo}
31502 \series default
31503  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31504 \begin_inset ERT
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508
31509
31510 \backslash
31511 scalebox{2}{
31512 \end_layout
31513
31514 \end_inset
31515
31516 Hallo
31517 \begin_inset ERT
31518 status collapsed
31519
31520 \begin_layout Plain Layout
31521
31522 }
31523 \end_layout
31524
31525 \end_inset
31526
31527 .
31528 \end_layout
31529
31530 \begin_layout Standard
31531
31532 \series bold
31533
31534 \backslash
31535 scalebox{2}[1]{Hallo}
31536 \series default
31537  verzerrt hingegen das 
31538 \begin_inset ERT
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542
31543
31544 \backslash
31545 scalebox{2}[1]{
31546 \end_layout
31547
31548 \end_inset
31549
31550 Hallo
31551 \begin_inset ERT
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555
31556 }
31557 \end_layout
31558
31559 \end_inset
31560
31561 .
31562 \end_layout
31563
31564 \begin_layout Standard
31565 Die Skalierungsfaktoren dürfen auch negativ sein.
31566  In diesem Fall wird der Boxinhalt gespiegelt.
31567 \end_layout
31568
31569 \begin_layout Standard
31570 Daher lässt sich mit dem Befehl 
31571 \series bold
31572
31573 \backslash
31574 scalebox{-1}[1]{Hallo}
31575 \series default
31576  Spiegelschrift erstellen: 
31577 \begin_inset ERT
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581
31582
31583 \backslash
31584 scalebox{-1}[1]{
31585 \end_layout
31586
31587 \end_inset
31588
31589 Hallo
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595 }
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \end_layout
31602
31603 \begin_layout Standard
31604
31605 \series bold
31606
31607 \backslash
31608 scalebox{1}[-1]{Hallo}
31609 \series default
31610  spiegelt das 
31611 \begin_inset ERT
31612 status collapsed
31613
31614 \begin_layout Plain Layout
31615
31616
31617 \backslash
31618 scalebox{1}[-1]{
31619 \end_layout
31620
31621 \end_inset
31622
31623 Hallo
31624 \begin_inset ERT
31625 status collapsed
31626
31627 \begin_layout Plain Layout
31628
31629 }
31630 \end_layout
31631
31632 \end_inset
31633
31634  an der Grundlinie.
31635 \end_layout
31636
31637 \begin_layout Standard
31638 Zu 
31639 \series bold
31640
31641 \backslash
31642 scalebox{-1}[1]{Boxinhalt}
31643 \series default
31644  gibt es den äquivalenten Befehl
31645 \begin_inset Newline newline
31646 \end_inset
31647
31648
31649 \series bold
31650
31651 \backslash
31652 reflectbox{Boxinhalt}
31653 \series default
31654 .
31655 \end_layout
31656
31657 \begin_layout Standard
31658 \begin_inset VSpace bigskip
31659 \end_inset
31660
31661
31662 \series bold
31663
31664 \backslash
31665 resizebox
31666 \series default
31667  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31668  skalieren.
31669  Das Befehlsschema ist folgendes:
31670 \end_layout
31671
31672 \begin_layout Standard
31673
31674 \series bold
31675
31676 \backslash
31677 resizebox{Breite}{Höhe}{Boxinhalt}
31678 \end_layout
31679
31680 \begin_layout Standard
31681 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31682 \series bold
31683 !
31684 \series default
31685  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31686  wird.
31687 \end_layout
31688
31689 \begin_layout Standard
31690 Der Befehl 
31691 \series bold
31692
31693 \backslash
31694 resizebox{2cm}{1cm}{Hallo}
31695 \series default
31696  ergibt: 
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702
31703 \backslash
31704 resizebox{2cm}{1cm}{
31705 \end_layout
31706
31707 \end_inset
31708
31709 Hallo
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715 }
31716 \end_layout
31717
31718 \end_inset
31719
31720
31721 \begin_inset Newline newline
31722 \end_inset
31723
31724 Der Befehl 
31725 \series bold
31726
31727 \backslash
31728 resizebox{2cm}{!}{Hallo}
31729 \series default
31730  ergibt: 
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 resizebox{2cm}{!}{
31739 \end_layout
31740
31741 \end_inset
31742
31743 Hallo
31744 \begin_inset ERT
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749 }
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \end_layout
31756
31757 \begin_layout Standard
31758 \begin_inset VSpace bigskip
31759 \end_inset
31760
31761
31762 \begin_inset Note Greyedout
31763 status open
31764
31765 \begin_layout Plain Layout
31766
31767 \series bold
31768 Bemerkung:
31769 \series default
31770  Wurde in Argumenten von 
31771 \series bold
31772
31773 \backslash
31774 scalebox
31775 \series default
31776  oder 
31777 \series bold
31778
31779 \backslash
31780 resizebox
31781 \series default
31782  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31783  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31784  werden.
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \end_layout
31791
31792 \begin_layout Standard
31793 \begin_inset VSpace bigskip
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \begin_layout Standard
31800 Alle Boxen können beliebig miteinander kombiniert werden.
31801  So ergibt z.
31802 \begin_inset space \thinspace{}
31803 \end_inset
31804
31805 B.
31806  der Befehl
31807 \begin_inset Newline newline
31808 \end_inset
31809
31810
31811 \series bold
31812
31813 \backslash
31814 rotatebox[origin=c]{-45}{
31815 \backslash
31816 resizebox{2cm}{!}{
31817 \backslash
31818 reflectbox{Hallo}}}
31819 \series default
31820 :
31821 \end_layout
31822
31823 \begin_layout Standard
31824 \align center
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830
31831 \backslash
31832 rotatebox[origin=c]{-45}{
31833 \backslash
31834 resizebox{2cm}{!}{
31835 \backslash
31836 reflectbox{
31837 \end_layout
31838
31839 \end_inset
31840
31841 Hallo
31842 \begin_inset ERT
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846
31847 }}}
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \begin_layout Standard
31856 \noindent
31857 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31858 \end_layout
31859
31860 \begin_layout Standard
31861 \align center
31862 \begin_inset ERT
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866
31867
31868 \backslash
31869 rotatebox[origin=c]{-30}{
31870 \backslash
31871 resizebox{2cm}{!}{
31872 \backslash
31873 reflectbox{
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \begin_inset Graphics
31880         filename ../clipart/platypus.eps
31881         lyxscale 50
31882         width 25col%
31883
31884 \end_inset
31885
31886
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892 }}}
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \begin_inset ERT
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902
31903
31904 \backslash
31905 rotatebox[origin=c]{-45}{
31906 \backslash
31907 resizebox{2cm}{!}{
31908 \backslash
31909 reflectbox{
31910 \end_layout
31911
31912 \end_inset
31913
31914
31915 \begin_inset Tabular
31916 <lyxtabular version="3" rows="2" columns="2">
31917 <features tabularvalignment="middle">
31918 <column alignment="center" valignment="top" width="0">
31919 <column alignment="center" valignment="top" width="0">
31920 <row>
31921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925 q
31926 \end_layout
31927
31928 \end_inset
31929 </cell>
31930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31931 \begin_inset Text
31932
31933 \begin_layout Plain Layout
31934 w
31935 \end_layout
31936
31937 \end_inset
31938 </cell>
31939 </row>
31940 <row>
31941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31942 \begin_inset Text
31943
31944 \begin_layout Plain Layout
31945 e
31946 \end_layout
31947
31948 \end_inset
31949 </cell>
31950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31951 \begin_inset Text
31952
31953 \begin_layout Plain Layout
31954 r
31955 \end_layout
31956
31957 \end_inset
31958 </cell>
31959 </row>
31960 </lyxtabular>
31961
31962 \end_inset
31963
31964
31965 \begin_inset ERT
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969
31970 }}}
31971 \end_layout
31972
31973 \end_inset
31974
31975
31976 \begin_inset ERT
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980
31981
31982 \backslash
31983 rotatebox[origin=c]{-45}{
31984 \backslash
31985 resizebox{2cm}{!}{
31986 \backslash
31987 reflectbox{
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31994 \end_inset
31995
31996
31997 \begin_inset ERT
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001
32002 }}}
32003 \end_layout
32004
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Hat man den globalen Formelstil 
32012 \series bold
32013 fleqn
32014 \series default
32015
32016 \begin_inset Foot
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020 Wenn 
32021 \begin_inset Quotes gld
32022 \end_inset
32023
32024 fleqn
32025 \begin_inset Quotes grd
32026 \end_inset
32027
32028  zu den Dokumentklassen-Optionen hinzugefügt wurde.
32029 \end_layout
32030
32031 \end_inset
32032
32033  gewählt, kann man auch abgesetzte Formeln skalieren.
32034 \end_layout
32035
32036 \begin_layout Chapter
32037 Umflossene Objekte
32038 \begin_inset Index idx
32039 status collapsed
32040
32041 \begin_layout Plain Layout
32042 Umflossene Objekte
32043 \end_layout
32044
32045 \end_inset
32046
32047
32048 \end_layout
32049
32050 \begin_layout Standard
32051 Die in Kapitel
32052 \begin_inset space ~
32053 \end_inset
32054
32055
32056 \begin_inset CommandInset ref
32057 LatexCommand ref
32058 reference "abs:Gleitende-Abbildungen"
32059
32060 \end_inset
32061
32062  beschriebenen Gleitobjekte liefern Folgendes:
32063 \end_layout
32064
32065 \begin_layout Standard
32066 \noindent
32067 \align center
32068 \begin_inset Tabular
32069 <lyxtabular version="3" rows="2" columns="2">
32070 <features tabularvalignment="middle">
32071 <column alignment="center" valignment="top" width="0">
32072 <column alignment="center" valignment="top" width="0">
32073 <row>
32074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32075 \begin_inset Text
32076
32077 \begin_layout Plain Layout
32078 \begin_inset Graphics
32079         filename ../../images/dialog-show-new-inset_graphics.png
32080         scale 70
32081         scaleBeforeRotation
32082         BoundingBox 0bp 6bp 22bp 22bp
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095 Text
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 </row>
32101 <row>
32102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106 Text
32107 \end_layout
32108
32109 \end_inset
32110 </cell>
32111 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115 Text
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 </row>
32121 </lyxtabular>
32122
32123 \end_inset
32124
32125  oder 
32126 \begin_inset Tabular
32127 <lyxtabular version="3" rows="2" columns="2">
32128 <features tabularvalignment="middle">
32129 <column alignment="center" valignment="top" width="0">
32130 <column alignment="center" valignment="top" width="0">
32131 <row>
32132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32133 \begin_inset Text
32134
32135 \begin_layout Plain Layout
32136 Text
32137 \end_layout
32138
32139 \end_inset
32140 </cell>
32141 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32142 \begin_inset Text
32143
32144 \begin_layout Plain Layout
32145 \begin_inset Graphics
32146         filename ../../images/dialog-show-new-inset_graphics.png
32147         scale 70
32148         scaleBeforeRotation
32149         BoundingBox 0bp 6bp 22bp 22bp
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 </row>
32159 <row>
32160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 Text
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 Text
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 </row>
32179 </lyxtabular>
32180
32181 \end_inset
32182
32183
32184 \end_layout
32185
32186 \begin_layout Standard
32187 Wenn man aber Text richtig um Objekte fließen lassen will, also auch so
32188  etwas:
32189 \begin_inset VSpace defskip
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Standard
32196 \noindent
32197 \align center
32198 \begin_inset Tabular
32199 <lyxtabular version="3" rows="2" columns="2">
32200 <features tabularvalignment="middle">
32201 <column alignment="center" valignment="top" width="0">
32202 <column alignment="center" valignment="top" width="0">
32203 <row>
32204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32205 \begin_inset Text
32206
32207 \begin_layout Plain Layout
32208 Text
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32214 \begin_inset Text
32215
32216 \begin_layout Plain Layout
32217 Text
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 </row>
32223 <row>
32224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 \begin_inset Graphics
32229         filename ../../images/dialog-show-new-inset_graphics.png
32230         scale 70
32231         scaleBeforeRotation
32232         BoundingBox 0bp 6bp 22bp 22bp
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \end_inset
32240 </cell>
32241 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32242 \begin_inset Text
32243
32244 \begin_layout Plain Layout
32245 Text
32246 \end_layout
32247
32248 \end_inset
32249 </cell>
32250 </row>
32251 </lyxtabular>
32252
32253 \end_inset
32254
32255  
32256 \begin_inset Tabular
32257 <lyxtabular version="3" rows="2" columns="2">
32258 <features tabularvalignment="middle">
32259 <column alignment="center" valignment="top" width="0">
32260 <column alignment="center" valignment="top" width="0">
32261 <row>
32262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266 Text
32267 \end_layout
32268
32269 \end_inset
32270 </cell>
32271 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32272 \begin_inset Text
32273
32274 \begin_layout Plain Layout
32275 Text
32276 \end_layout
32277
32278 \end_inset
32279 </cell>
32280 </row>
32281 <row>
32282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32283 \begin_inset Text
32284
32285 \begin_layout Plain Layout
32286 Text
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295 \begin_inset Graphics
32296         filename ../../images/dialog-show-new-inset_graphics.png
32297         scale 70
32298         scaleBeforeRotation
32299         BoundingBox 0bp 6bp 22bp 22bp
32300
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \end_inset
32307 </cell>
32308 </row>
32309 </lyxtabular>
32310
32311 \end_inset
32312
32313  
32314 \begin_inset Tabular
32315 <lyxtabular version="3" rows="2" columns="3">
32316 <features tabularvalignment="middle">
32317 <column alignment="center" valignment="top" width="0">
32318 <column alignment="center" valignment="top" width="0">
32319 <column alignment="center" valignment="top" width="0">
32320 <row>
32321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 Text
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" topline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334 \begin_inset Graphics
32335         filename ../../images/dialog-show-new-inset_graphics.png
32336         scale 70
32337         scaleBeforeRotation
32338         BoundingBox 0bp 6bp 22bp 22bp
32339
32340 \end_inset
32341
32342
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 Text
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 </row>
32357 <row>
32358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 Text
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 Text
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380 Text
32381 \end_layout
32382
32383 \end_inset
32384 </cell>
32385 </row>
32386 </lyxtabular>
32387
32388 \end_inset
32389
32390  
32391 \begin_inset Tabular
32392 <lyxtabular version="3" rows="2" columns="3">
32393 <features tabularvalignment="middle">
32394 <column alignment="center" valignment="top" width="0">
32395 <column alignment="center" valignment="top" width="0">
32396 <column alignment="center" valignment="top" width="0">
32397 <row>
32398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32399 \begin_inset Text
32400
32401 \begin_layout Plain Layout
32402 Text
32403 \end_layout
32404
32405 \end_inset
32406 </cell>
32407 <cell alignment="center" valignment="top" topline="true" usebox="none">
32408 \begin_inset Text
32409
32410 \begin_layout Plain Layout
32411 Text
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 Text
32421 \end_layout
32422
32423 \end_inset
32424 </cell>
32425 </row>
32426 <row>
32427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32428 \begin_inset Text
32429
32430 \begin_layout Plain Layout
32431 Text
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32437 \begin_inset Text
32438
32439 \begin_layout Plain Layout
32440 \begin_inset Graphics
32441         filename ../../images/dialog-show-new-inset_graphics.png
32442         scale 70
32443         scaleBeforeRotation
32444         BoundingBox 0bp 6bp 22bp 22bp
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \end_inset
32452 </cell>
32453 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32454 \begin_inset Text
32455
32456 \begin_layout Plain Layout
32457 Text
32458 \end_layout
32459
32460 \end_inset
32461 </cell>
32462 </row>
32463 </lyxtabular>
32464
32465 \end_inset
32466
32467
32468 \end_layout
32469
32470 \begin_layout Standard
32471 \noindent
32472 \align center
32473 \begin_inset Tabular
32474 <lyxtabular version="3" rows="3" columns="2">
32475 <features tabularvalignment="middle">
32476 <column alignment="center" valignment="top" width="0">
32477 <column alignment="center" valignment="top" width="0">
32478 <row>
32479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32480 \begin_inset Text
32481
32482 \begin_layout Plain Layout
32483 Text
32484 \end_layout
32485
32486 \end_inset
32487 </cell>
32488 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32489 \begin_inset Text
32490
32491 \begin_layout Plain Layout
32492 Text
32493 \end_layout
32494
32495 \end_inset
32496 </cell>
32497 </row>
32498 <row>
32499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32500 \begin_inset Text
32501
32502 \begin_layout Plain Layout
32503 \begin_inset Graphics
32504         filename ../../images/dialog-show-new-inset_graphics.png
32505         scale 70
32506         scaleBeforeRotation
32507         BoundingBox 0bp 6bp 22bp 22bp
32508
32509 \end_inset
32510
32511
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32517 \begin_inset Text
32518
32519 \begin_layout Plain Layout
32520 Text
32521 \end_layout
32522
32523 \end_inset
32524 </cell>
32525 </row>
32526 <row>
32527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531 Text
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32537 \begin_inset Text
32538
32539 \begin_layout Plain Layout
32540 Text
32541 \end_layout
32542
32543 \end_inset
32544 </cell>
32545 </row>
32546 </lyxtabular>
32547
32548 \end_inset
32549
32550  
32551 \begin_inset Tabular
32552 <lyxtabular version="3" rows="3" columns="3">
32553 <features tabularvalignment="middle">
32554 <column alignment="center" valignment="top" width="0">
32555 <column alignment="center" valignment="top" width="0">
32556 <column alignment="center" valignment="top" width="0">
32557 <row>
32558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562 Text
32563 \end_layout
32564
32565 \end_inset
32566 </cell>
32567 <cell alignment="center" valignment="top" topline="true" usebox="none">
32568 \begin_inset Text
32569
32570 \begin_layout Plain Layout
32571 Text
32572 \end_layout
32573
32574 \end_inset
32575 </cell>
32576 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32577 \begin_inset Text
32578
32579 \begin_layout Plain Layout
32580 Text
32581 \end_layout
32582
32583 \end_inset
32584 </cell>
32585 </row>
32586 <row>
32587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32588 \begin_inset Text
32589
32590 \begin_layout Plain Layout
32591 Text
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 <cell alignment="center" valignment="top" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600 \begin_inset Graphics
32601         filename ../../images/dialog-show-new-inset_graphics.png
32602         scale 70
32603         scaleBeforeRotation
32604         BoundingBox 0bp 6bp 22bp 22bp
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32614 \begin_inset Text
32615
32616 \begin_layout Plain Layout
32617 Text
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 </row>
32623 <row>
32624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628 Text
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 Text
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646 Text
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 </row>
32652 </lyxtabular>
32653
32654 \end_inset
32655
32656  
32657 \begin_inset Tabular
32658 <lyxtabular version="3" rows="3" columns="2">
32659 <features tabularvalignment="middle">
32660 <column alignment="center" valignment="top" width="0">
32661 <column alignment="center" valignment="top" width="0">
32662 <row>
32663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32664 \begin_inset Text
32665
32666 \begin_layout Plain Layout
32667 Text
32668 \end_layout
32669
32670 \end_inset
32671 </cell>
32672 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 Text
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 </row>
32682 <row>
32683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687 Text
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696 \begin_inset Graphics
32697         filename ../../images/dialog-show-new-inset_graphics.png
32698         scale 70
32699         scaleBeforeRotation
32700         BoundingBox 0bp 6bp 22bp 22bp
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 <row>
32711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32712 \begin_inset Text
32713
32714 \begin_layout Plain Layout
32715 Text
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 Text
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 </row>
32730 </lyxtabular>
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738 \noindent
32739 kann man das LaTeX-Paket 
32740 \series bold
32741 picinpar
32742 \series default
32743
32744 \begin_inset Index idx
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748 LaTeX-Pakete ! picinpar
32749 \end_layout
32750
32751 \end_inset
32752
32753  benutzen.
32754  Hier ist ein Beispiel:
32755 \end_layout
32756
32757 \begin_layout Standard
32758 \begin_inset ERT
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762
32763
32764 \backslash
32765 ifpicinpar
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \begin_inset Note Note
32772 status open
32773
32774 \begin_layout Plain Layout
32775 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
32776 \series bold
32777 picinpar
32778 \series default
32779  installiert ist.
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \begin_inset ERT
32789 status open
32790
32791 \begin_layout Plain Layout
32792
32793
32794 \backslash
32795 begin{window}[2,c,{
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \begin_inset Graphics
32802         filename ../clipart/mobius.eps
32803         width 40col%
32804         scaleBeforeRotation
32805         rotateOrigin center
32806
32807 \end_inset
32808
32809
32810 \begin_inset ERT
32811 status open
32812
32813 \begin_layout Plain Layout
32814
32815 },]
32816 \end_layout
32817
32818 \begin_layout Plain Layout
32819
32820 {}
32821 \end_layout
32822
32823 \end_inset
32824
32825
32826 \size small
32827 \lang english
32828 It was in the spring of the year 1894 that all London was interested, and
32829  the fashionable world dismayed, by the murder of the Honourable Ronald
32830  Adair under most unusual and inexplicable circumstances.
32831  The public has already learned those particulars of the crime which
32832 \size default
32833
32834 \begin_inset ERT
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838
32839
32840 \backslash
32841 footnotemark{}
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \size small
32848  came out in the police investigation, but a good deal was suppressed upon
32849  that occasion, since the case for the prosecution was so overwhelmingly
32850  strong that it was not necessary to bring forward all the facts.
32851  Only now, at the end of nearly ten years, am I allowed to supply those
32852  missing links which make up the whole of that remarkable chain.
32853 \size default
32854 \lang ngerman
32855
32856 \begin_inset ERT
32857 status open
32858
32859 \begin_layout Plain Layout
32860
32861
32862 \backslash
32863 end{window}
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \begin_layout Standard
32872 \begin_inset ERT
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876
32877
32878 \backslash
32879 footnotetext{
32880 \end_layout
32881
32882 \end_inset
32883
32884 Fußnote des Absatzes mit umflossenem Objekt.
32885 \begin_inset ERT
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890 }
32891 \end_layout
32892
32893 \end_inset
32894
32895
32896 \end_layout
32897
32898 \begin_layout Standard
32899 Umflossene Objekte sind keine Gleitobjekte, weil sie dort gedruckt werden,
32900  wo sie eingefügt werden.
32901  Dieser Typ wird benutzt, um Text um ein Objekt herum 
32902 \emph on
32903 fließen
32904 \emph default
32905  zu lassen, wobei der Text nur den Teil der Zeile benutzt, den das Objekt
32906  übrig lässt.
32907 \end_layout
32908
32909 \begin_layout Standard
32910 Ein Umflossenes Objekt wird eingefügt, indem man zu Beginn eines Absatzes
32911  den Befehl
32912 \end_layout
32913
32914 \begin_layout Standard
32915
32916 \series bold
32917
32918 \backslash
32919 begin{window}[2,c,{
32920 \end_layout
32921
32922 \begin_layout Standard
32923 als TeX-Code einfügt.
32924  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
32925  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
32926  Es sind die Positionen 'l', 'c' und 'r' (für links, mitte, rechts) möglich.
32927  Danach fügt man das Objekt ein.
32928  Dies kann auch eine Tabelle, eine Box oder eine Formel sein.
32929  In diesem Beispiel wurde ein Bild mit 40
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 % der Spaltenbreite eingefügt.
32934  Nach dem Objekt fügt man den Befehl
32935 \end_layout
32936
32937 \begin_layout Standard
32938
32939 \series bold
32940 },Beschreibungstext]
32941 \begin_inset Newline newline
32942 \end_inset
32943
32944 {}
32945 \end_layout
32946
32947 \begin_layout Standard
32948 ein.
32949  Man beachte dass das 
32950 \begin_inset Quotes gld
32951 \end_inset
32952
32953 {}
32954 \begin_inset Quotes grd
32955 \end_inset
32956
32957  in der zweiten Zeile steht.
32958  Der Beschreibungstext ist optional.
32959  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
32960  das Objekt befinden, also direkt nach dem 
32961 \series bold
32962 {}
32963 \series default
32964  beginnen.
32965  Am Ende des Absatzes fügt man folgenden Befehl ein:
32966 \end_layout
32967
32968 \begin_layout Standard
32969
32970 \series bold
32971
32972 \backslash
32973 end{window}
32974 \end_layout
32975
32976 \begin_layout Standard
32977 Innerhalb eines Absatzes mit umflossenenm Object kann man keine Fußnoten
32978  einfügen, man muss stattdessen den Befehl 
32979 \series bold
32980
32981 \backslash
32982 footnotemark
32983 \series default
32984  verwenden.
32985  Außerhalb des Absatzes den Befehl 
32986 \series bold
32987
32988 \backslash
32989 footnotetext
32990 \series default
32991 , wie es in Abschnitt
32992 \begin_inset space ~
32993 \end_inset
32994
32995
32996 \begin_inset CommandInset ref
32997 LatexCommand ref
32998 reference "abs:Fußnoten"
32999
33000 \end_inset
33001
33002  beschrieben ist.
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \begin_inset ERT
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010
33011
33012 \backslash
33013 else
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \begin_inset Note Note
33020 status open
33021
33022 \begin_layout Plain Layout
33023 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33024 \series bold
33025 picinpar
33026 \series default
33027  nicht installiert ist:
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Standard
33036 Sie müssen das LaTeX-Paket 
33037 \series bold
33038 picinpar
33039 \series default
33040  installiert haben, um das Beispiel in der Ausgabe zu sehen.
33041 \end_layout
33042
33043 \begin_layout Standard
33044 \begin_inset ERT
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048
33049
33050 \backslash
33051 fi
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 \begin_inset Newpage newpage
33061 \end_inset
33062
33063
33064 \end_layout
33065
33066 \begin_layout Chapter
33067 Externe Dateien
33068 \begin_inset Index idx
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 Dateien ! externe
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Standard
33081 Mit 
33082 \family sans
33083 Einfügen\SpecialChar \menuseparator
33084 Datei
33085 \family default
33086  können Sie fremdes Material in Ihr Dokument einsetzen.
33087  Das kann folgendes sein:
33088 \end_layout
33089
33090 \begin_layout Description
33091 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
33092  eingefügt.
33093 \end_layout
33094
33095 \begin_layout Description
33096 Einfacher
33097 \begin_inset space ~
33098 \end_inset
33099
33100 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
33101  eingefügt.
33102 \end_layout
33103
33104 \begin_layout Description
33105 Einfacher
33106 \begin_inset space ~
33107 \end_inset
33108
33109 Text,
33110 \begin_inset space ~
33111 \end_inset
33112
33113 Zeilen
33114 \begin_inset space ~
33115 \end_inset
33116
33117 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
33118  Leerzeilen trennen die Absätze.
33119 \end_layout
33120
33121 \begin_layout Description
33122 Externes
33123 \begin_inset space ~
33124 \end_inset
33125
33126 Material Dateien in verschiedenen Formaten.
33127 \end_layout
33128
33129 \begin_layout Description
33130 Unterdokument LyX- oder LaTeX-Dokumente.
33131 \end_layout
33132
33133 \begin_layout Section
33134 Externes Material
33135 \begin_inset Index idx
33136 status collapsed
33137
33138 \begin_layout Plain Layout
33139 Externes Material
33140 \end_layout
33141
33142 \end_inset
33143
33144
33145 \end_layout
33146
33147 \begin_layout Standard
33148 Mit 
33149 \family sans
33150 Einfügen\SpecialChar \menuseparator
33151 Datei\SpecialChar \menuseparator
33152  Externes Material
33153 \family default
33154  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
33155  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
33156  weil LyX sich darum kümmert.
33157  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
33158  eingefügt werden können.
33159  Wenn die Grafikvorschau in den LyX-Einstellungen unter
33160 \family sans
33161  Aussehen
33162 \begin_inset space ~
33163 \end_inset
33164
33165 &
33166 \begin_inset space ~
33167 \end_inset
33168
33169 Handhabung\SpecialChar \menuseparator
33170 Grafik
33171 \family default
33172 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
33173 \end_layout
33174
33175 \begin_layout Standard
33176 Zur Zeit können Sie folgende Dateitypen (
33177 \family sans
33178 Vorlagen
33179 \family default
33180 ) benutzen:
33181 \end_layout
33182
33183 \begin_layout Description
33184 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
33185 \series bold
33186
33187 \begin_inset CommandInset href
33188 LatexCommand href
33189 name "XBoard"
33190 target "http://en.wikipedia.org/wiki/XBoard"
33191
33192 \end_inset
33193
33194
33195 \series default
33196  erzeugt wurden.
33197 \end_layout
33198
33199 \begin_layout Description
33200 Datum fügt ein Datum mit dem Format 
33201 \emph on
33202 Tag-Monat-Jahr
33203 \emph default
33204  ein.
33205  Hier ist ein Beispiel: 
33206 \begin_inset External
33207         template Date
33208         filename .
33209
33210 \end_inset
33211
33212
33213 \begin_inset space ~
33214 \end_inset
33215
33216
33217 \begin_inset Note Note
33218 status open
33219
33220 \begin_layout Plain Layout
33221
33222 \lang english
33223 Remove the protected space when bug 4398 is fixed!
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \begin_inset Newline newline
33230 \end_inset
33231
33232 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
33233  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
33234  Menü 
33235 \family sans
33236 Einfügen\SpecialChar \menuseparator
33237 Datum
33238 \family default
33239  und mit dem LaTeX-Befehl 
33240 \series bold
33241
33242 \backslash
33243 today
33244 \series default
33245 .
33246  Die verschiedenen Methoden werden in Tabelle
33247 \begin_inset space ~
33248 \end_inset
33249
33250
33251 \begin_inset CommandInset ref
33252 LatexCommand ref
33253 reference "tab:Vergleich-der-Datums-Eingaben"
33254
33255 \end_inset
33256
33257  verglichen.
33258 \end_layout
33259
33260 \begin_layout Description
33261 Dia unterstützt Diagramme, die mit dem Programm 
33262 \series bold
33263
33264 \begin_inset CommandInset href
33265 LatexCommand href
33266 name "Dia"
33267 target "http://en.wikipedia.org/wiki/Dia_(software)"
33268
33269 \end_inset
33270
33271
33272 \series default
33273  erzeugt wurden.
33274 \end_layout
33275
33276 \begin_layout Description
33277 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
33278 \series bold
33279
33280 \begin_inset CommandInset href
33281 LatexCommand href
33282 name "LilyPond"
33283 target "http://en.wikipedia.org/wiki/LilyPond"
33284
33285 \end_inset
33286
33287
33288 \series default
33289  schreiben.
33290 \end_layout
33291
33292 \begin_layout Description
33293 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
33294  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
33295 \emph on
33296 pages
33297 \emph default
33298  Option im Feld 
33299 \family sans
33300 Option
33301 \family default
33302  in der Karteikarte 
33303 \family sans
33304 LaTeX- und LyX-Optionen
33305 \family default
33306  entsprechend der Vorlagenbeschreibung im Dialog.
33307  Wenn keine 
33308 \emph on
33309 pages
33310 \emph default
33311  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
33312 \end_layout
33313
33314 \begin_layout Description
33315 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
33316  Fast alle bekannten Bildformate werden unterstützt.
33317  Die Bilddateien können im Dialogfenster 
33318 \family sans
33319 Externes
33320 \begin_inset space ~
33321 \end_inset
33322
33323 Material
33324 \family default
33325  genauso behandelt werden wie die mit dem normalen 
33326 \family sans
33327 Grafik
33328 \family default
33329 -Dialog eingefügten, siehe Abschnitt
33330 \begin_inset space ~
33331 \end_inset
33332
33333
33334 \begin_inset CommandInset ref
33335 LatexCommand ref
33336 reference "abs:Grafik-Dialog"
33337
33338 \end_inset
33339
33340 .
33341  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
33342  und EPS-Bilder werden nicht unterstützt.
33343 \end_layout
33344
33345 \begin_layout Description
33346 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
33347 \series bold
33348
33349 \begin_inset CommandInset href
33350 LatexCommand href
33351 name "Xfig"
33352 target "http://en.wikipedia.org/wiki/Xfig"
33353
33354 \end_inset
33355
33356
33357 \series default
33358  erzeugt wurden.
33359 \end_layout
33360
33361 \begin_layout Standard
33362 \begin_inset Float table
33363 placement h
33364 wide false
33365 sideways false
33366 status open
33367
33368 \begin_layout Plain Layout
33369 \begin_inset Caption
33370
33371 \begin_layout Plain Layout
33372 \begin_inset CommandInset label
33373 LatexCommand label
33374 name "tab:Vergleich-der-Datums-Eingaben"
33375
33376 \end_inset
33377
33378 Vergleich der Datums-Eingaben
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \end_layout
33385
33386 \begin_layout Plain Layout
33387 \align center
33388 \begin_inset Tabular
33389 <lyxtabular version="3" rows="4" columns="4">
33390 <features tabularvalignment="middle">
33391 <column alignment="center" valignment="top" width="0">
33392 <column alignment="center" valignment="top" width="0">
33393 <column alignment="center" valignment="top" width="0">
33394 <column alignment="center" valignment="top" width="0">
33395 <row>
33396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 Dokumentformat
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33406 \begin_inset Text
33407
33408 \begin_layout Plain Layout
33409
33410 \family sans
33411 Externes Material\SpecialChar \menuseparator
33412 Datum
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33418 \begin_inset Text
33419
33420 \begin_layout Plain Layout
33421
33422 \family sans
33423 Einfügen\SpecialChar \menuseparator
33424 Datum
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33430 \begin_inset Text
33431
33432 \begin_layout Plain Layout
33433 Befehl 
33434 \series bold
33435
33436 \backslash
33437 today
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 </row>
33443 <row>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 LyX
33449 \end_layout
33450
33451 \end_inset
33452 </cell>
33453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 als Box
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 als Datum
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 als TeX-Code
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 <row>
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486 LaTeX
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33492 \begin_inset Text
33493
33494 \begin_layout Plain Layout
33495 als Datum
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 als Datum
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 als Befehl
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 </row>
33519 <row>
33520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 DVI, PDF, PS
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33530 \begin_inset Text
33531
33532 \begin_layout Plain Layout
33533 als Datum
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 als Datum
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 als Datum
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 </row>
33557 </lyxtabular>
33558
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \begin_layout Standard
33570 Wenn Sie im Dialogfenster
33571 \family sans
33572  Externes
33573 \begin_inset space ~
33574 \end_inset
33575
33576 Material 
33577 \family default
33578 in der Karteikarte
33579 \family sans
33580  Datei
33581 \family default
33582  die Option 
33583 \family sans
33584 Entwurf
33585 \family default
33586  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
33587 \begin_inset Newline newline
33588 \end_inset
33589
33590 LyX kann externes Material entweder als Box wie hier: 
33591 \begin_inset Graphics
33592         filename clipart/ExternesMaterialQt4.png
33593         scale 85
33594         scaleBeforeRotation
33595
33596 \end_inset
33597
33598  oder als Bild darstellen.
33599  Das hängt davon ab, ob Sie im Dialog
33600 \family sans
33601  
33602 \family default
33603 in der Karteikarte 
33604 \family sans
33605 LaTeX- und LyX-Optionen
33606 \family default
33607  die Option 
33608 \family sans
33609 In
33610 \begin_inset space ~
33611 \end_inset
33612
33613 LyX
33614 \begin_inset space ~
33615 \end_inset
33616
33617 anzeigen
33618 \family default
33619  gewählt haben oder nicht.
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Im LyX-Handbuch 
33624 \family sans
33625 \emph on
33626 Anpassung
33627 \family default
33628 \emph default
33629  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
33630 \end_layout
33631
33632 \begin_layout Section
33633 Unterdokumente
33634 \begin_inset CommandInset label
33635 LatexCommand label
33636 name "abs:Unterdokumente"
33637
33638 \end_inset
33639
33640
33641 \begin_inset Index idx
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Unterdokument
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Standard
33654 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
33655  oder Abschnitten bestehen.
33656  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
33657  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
33658  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
33659  z.
33660 \begin_inset space \thinspace{}
33661 \end_inset
33662
33663 B.
33664  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
33665 \end_layout
33666
33667 \begin_layout Standard
33668 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
33669  müssen, geben Sie im Unterdokument im Menü
33670 \family sans
33671  Dokument\SpecialChar \menuseparator
33672 Einstellungen\SpecialChar \menuseparator
33673 Dokumentklasse
33674 \family default
33675  das Hauptdokument an.
33676  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
33677  bearbeiten.
33678 \end_layout
33679
33680 \begin_layout Standard
33681 Unterdokumente werden in LyX als Box angezeigt: 
33682 \begin_inset Graphics
33683         filename clipart/UnterdokumentQt4.png
33684         scale 85
33685         scaleBeforeRotation
33686
33687 \end_inset
33688
33689  Sie werden über
33690 \family sans
33691  Einfügen\SpecialChar \menuseparator
33692 Datei\SpecialChar \menuseparator
33693 Unterdokument
33694 \family default
33695  eingebunden, was das Dialogfenster
33696 \family sans
33697  Unterdokument
33698 \family default
33699  öffnet.
33700  Für 
33701 \family sans
33702 die Art
33703 \begin_inset space ~
33704 \end_inset
33705
33706 der
33707 \begin_inset space ~
33708 \end_inset
33709
33710 Einbindung
33711 \family default
33712  gibt es dort vier Möglichkeiten:
33713 \end_layout
33714
33715 \begin_layout Description
33716 Include Sie können LyX- und LaTeX-Dokumente einbinden.
33717  Wenn Sie im Dialogfenster
33718 \family sans
33719  Unterdokument
33720 \family default
33721  auf 
33722 \family sans
33723 Öffnen
33724 \family default
33725  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
33726  und Sie können es editieren.
33727 \begin_inset Newline newline
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \begin_layout Standard
33734 Hier wird ein Unterdokument
33735 \family sans
33736  
33737 \family default
33738 per 
33739 \family sans
33740 Include
33741 \family default
33742  eingebunden: 
33743 \begin_inset CommandInset include
33744 LatexCommand include
33745 filename "DummyDocument1.lyx"
33746
33747 \end_inset
33748
33749 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
33750  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
33751  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
33752 s.
33753  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
33754 \begin_inset space ~
33755 \end_inset
33756
33757
33758 \begin_inset CommandInset ref
33759 LatexCommand ref
33760 reference "uab:Externer-Unterabschnitt-1"
33761
33762 \end_inset
33763
33764 .
33765 \end_layout
33766
33767 \begin_layout Standard
33768 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
33769  wird benutzt.
33770  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
33771  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
33772  Unterdokumente, die per 
33773 \family sans
33774 Include
33775 \family default
33776  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
33777  und enden mit einem Seitenumbruch.
33778 \end_layout
33779
33780 \begin_layout Standard
33781 \begin_inset Note Greyedout
33782 status open
33783
33784 \begin_layout Plain Layout
33785
33786 \series bold
33787 Bemerkung:
33788 \series default
33789  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
33790  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
33791  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
33792  Ergebnissen führen wird.
33793 \end_layout
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Description
33801 Input Diese Methode ist 
33802 \family sans
33803 Include
33804 \family default
33805  sehr ähnlich mit folgenden Unterschieden:
33806 \end_layout
33807
33808 \begin_deeper
33809 \begin_layout Itemize
33810 Unterdokumente, die per 
33811 \family sans
33812 Input
33813 \family default
33814  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
33815  Seite und enden NICHT mit einem Seitenumbruch.
33816 \end_layout
33817
33818 \begin_layout Itemize
33819 Unterdokumente, die per 
33820 \family sans
33821 Input
33822 \family default
33823  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
33824 \family sans
33825  Unterdokument Vorschau
33826 \begin_inset space ~
33827 \end_inset
33828
33829 anzeigen
33830 \family default
33831  angekreuzt wurde und in den LyX-Einstellungen unter
33832 \family sans
33833  Aussehen
33834 \begin_inset space ~
33835 \end_inset
33836
33837 &
33838 \begin_inset space ~
33839 \end_inset
33840
33841 Handhabung\SpecialChar \menuseparator
33842 Grafik\SpecialChar \menuseparator
33843 Sofortige
33844 \begin_inset space ~
33845 \end_inset
33846
33847 Vorschau
33848 \family default
33849  auf 
33850 \family sans
33851 An
33852 \family default
33853  gesetzt wurde.
33854  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
33855  aus.
33856 \end_layout
33857
33858 \begin_layout Itemize
33859 Unterdokumente, die per 
33860 \family sans
33861 Input
33862 \family default
33863  eingebunden werden, können nicht über das Menü 
33864 \family sans
33865 Dokument\SpecialChar \menuseparator
33866 Einstellungen\SpecialChar \menuseparator
33867 Unterdokumente
33868 \family default
33869  unterdrückt werden.
33870 \end_layout
33871
33872 \end_deeper
33873 \begin_layout Standard
33874 Hier ist ein Unterdokument, das mit
33875 \family sans
33876  Input
33877 \family default
33878  eingebunden wurde: 
33879 \begin_inset CommandInset include
33880 LatexCommand input
33881 filename "DummyDocument2.lyx"
33882
33883 \end_inset
33884
33885 .
33886 \end_layout
33887
33888 \begin_layout Description
33889 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
33890   In der Druckvorschau wird für den Text der Stil 
33891 \family typewriter
33892 Schreibmaschine
33893 \family default
33894  verwendet.
33895  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
33896  Wenn Sie im Dialogfenster
33897 \family sans
33898  Unterdokument Leerzeichen
33899 \begin_inset space ~
33900 \end_inset
33901
33902 bei
33903 \begin_inset space ~
33904 \end_inset
33905
33906 der
33907 \begin_inset space ~
33908 \end_inset
33909
33910 Ausgabe
33911 \begin_inset space ~
33912 \end_inset
33913
33914 kennzeichnen 
33915 \family default
33916 ankreuzen, wird in der Druckvorschau das Zeichen 
33917 \begin_inset Quotes gld
33918 \end_inset
33919
33920
33921 \begin_inset ERT
33922 status collapsed
33923
33924 \begin_layout Plain Layout
33925
33926
33927 \backslash
33928 textvisiblespace 
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \begin_inset Quotes grd
33935 \end_inset
33936
33937  für jedes Leerzeichen eingefügt.
33938 \begin_inset Newline newline
33939 \end_inset
33940
33941 Im Gegensatz zu 
33942 \family sans
33943 Einfügen\SpecialChar \menuseparator
33944 Datei\SpecialChar \menuseparator
33945 Einfacher
33946 \begin_inset space ~
33947 \end_inset
33948
33949 Text
33950 \family default
33951  wird bei 
33952 \family sans
33953 Unformatiert
33954 \family default
33955  der Dateiinhalt in LyX nicht dargestellt.
33956 \end_layout
33957
33958 \begin_layout Standard
33959 Hier ist ein Unterdokument, das mit
33960 \family sans
33961  Unformatiert
33962 \family default
33963  eingebunden wurde: 
33964 \begin_inset CommandInset include
33965 LatexCommand verbatiminput
33966 filename "DummyTextDocument.txt"
33967
33968 \end_inset
33969
33970
33971 \begin_inset VSpace bigskip
33972 \end_inset
33973
33974 Hier ist ein Unterdokument, das mit
33975 \family sans
33976  Unformatiert
33977 \family default
33978  eingebunden wurde und
33979 \family sans
33980  Leerzeichen
33981 \begin_inset space ~
33982 \end_inset
33983
33984 bei
33985 \begin_inset space ~
33986 \end_inset
33987
33988 der
33989 \begin_inset space ~
33990 \end_inset
33991
33992 Ausgabe
33993 \begin_inset space ~
33994 \end_inset
33995
33996 kennzeichnen
33997 \family default
33998  angekreuzt hat: 
33999 \begin_inset CommandInset include
34000 LatexCommand verbatiminput*
34001 filename "DummyTextDocument.txt"
34002
34003 \end_inset
34004
34005
34006 \end_layout
34007
34008 \begin_layout Standard
34009 \begin_inset VSpace bigskip
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \begin_layout Standard
34016 \begin_inset Note Greyedout
34017 status open
34018
34019 \begin_layout Plain Layout
34020
34021 \series bold
34022 Bemerkung:
34023 \series default
34024  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
34025  
34026 \family sans
34027 Unformatiert
34028 \family default
34029  eingebunden werden, am Zeilenende nicht umgebrochen.
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Description
34038 Listing Dieser Typ wird in Kapitel
34039 \begin_inset space ~
34040 \end_inset
34041
34042
34043 \begin_inset CommandInset ref
34044 LatexCommand ref
34045 reference "kap:Programm-Code-Listen"
34046
34047 \end_inset
34048
34049  beschrieben.
34050 \end_layout
34051
34052 \begin_layout Standard
34053 \begin_inset Note Greyedout
34054 status open
34055
34056 \begin_layout Plain Layout
34057
34058 \series bold
34059 Bemerkung:
34060 \series default
34061  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
34062  das zu LaTeX-Problemen führen.
34063 \end_layout
34064
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \begin_layout Standard
34071 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
34072  wollen, z.
34073 \begin_inset space \thinspace{}
34074 \end_inset
34075
34076 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
34077  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
34078  Dies geschieht über das Menü 
34079 \family sans
34080 Dokument\SpecialChar \menuseparator
34081 Einstellungen\SpecialChar \menuseparator
34082 Unterdokumente
34083 \family default
34084 .
34085  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
34086  in die Spalte 
34087 \family sans
34088 In Ausgabe einbinden
34089 \family default
34090  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
34091  für Unterdokumente möglich ist, die per 
34092 \family sans
34093 Input
34094 \family default
34095  eingebunden wurden).
34096  Wenn die Option 
34097 \family sans
34098 Zähler und Querverweise wahren
34099 \family default
34100  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
34101 \begin_inset space ~
34102 \end_inset
34103
34104 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
34105  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
34106  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
34107  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
34108  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
34109  sind, wählen sie die Option nicht.
34110 \end_layout
34111
34112 \begin_layout Standard
34113 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
34114 \begin_inset Foot
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118 Zweige sind im Kapitel 
34119 \emph on
34120 Zweige
34121 \emph default
34122  des LyX 
34123 \emph on
34124 Benutzerhandbuchs
34125 \emph default
34126  erklärt.
34127 \end_layout
34128
34129 \end_inset
34130
34131  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
34132  Dateien in der Ausgabe erscheinen.
34133  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
34134  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
34135  werden.
34136 \end_layout
34137
34138 \begin_layout Chapter
34139 Programm-Code-Listen
34140 \begin_inset CommandInset label
34141 LatexCommand label
34142 name "kap:Programm-Code-Listen"
34143
34144 \end_inset
34145
34146
34147 \begin_inset Index idx
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151 Listen
34152 \end_layout
34153
34154 \end_inset
34155
34156
34157 \begin_inset Index idx
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 Programm-Code
34162 \end_layout
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Standard
34170 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
34171 \family sans
34172 Einfügen\SpecialChar \menuseparator
34173 Pro\SpecialChar \-
34174 grammlisting
34175 \family default
34176  verwenden.
34177  Das LaTeX-Paket 
34178 \series bold
34179 listings
34180 \series default
34181
34182 \begin_inset Index idx
34183 status collapsed
34184
34185 \begin_layout Plain Layout
34186 LaTeX-Pakete ! listings
34187 \end_layout
34188
34189 \end_inset
34190
34191  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
34192 \end_layout
34193
34194 \begin_layout Standard
34195 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
34196 rmat der Programm-Code-Liste festlegen.
34197 \end_layout
34198
34199 \begin_layout Standard
34200 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
34201  Die Platzierungsoption 
34202 \family sans
34203 Eingebettetes
34204 \begin_inset space ~
34205 \end_inset
34206
34207 Listing
34208 \family default
34209  druckt das Listing in der Zeile wie hier: 
34210 \begin_inset listings
34211 lstparams "language={C++}"
34212 inline true
34213 status open
34214
34215 \begin_layout Plain Layout
34216
34217 int a=5;
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \begin_inset Newline newline
34224 \end_inset
34225
34226 Die Option 
34227 \family sans
34228 Gleitobjekt
34229 \family default
34230  erzeugt ein Listing-Gleitobjekt, dessen 
34231 \family sans
34232 Platzierung 
34233 \family default
34234 Sie mit 
34235 \family sans
34236 h
34237 \family default
34238
34239 \family sans
34240 t
34241 \family default
34242
34243 \family sans
34244 b
34245 \family default
34246  und 
34247 \family sans
34248 p
34249 \family default
34250 , analog zu den in Abschnitt
34251 \begin_inset space ~
34252 \end_inset
34253
34254
34255 \begin_inset CommandInset ref
34256 LatexCommand ref
34257 reference "abs:Gleitobjekt-Platzierung"
34258
34259 \end_inset
34260
34261  beschriebenen Platzierungsoptionen festlegen können.
34262  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
34263  hintereinander angegeben, z.
34264 \begin_inset space \thinspace{}
34265 \end_inset
34266
34267 B.
34268  
34269 \begin_inset Quotes gld
34270 \end_inset
34271
34272
34273 \family sans
34274 htbp
34275 \family default
34276
34277 \begin_inset Quotes grd
34278 \end_inset
34279
34280 .
34281  Die Option 
34282 \begin_inset Quotes gld
34283 \end_inset
34284
34285 h
34286 \begin_inset Quotes grd
34287 \end_inset
34288
34289  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
34290  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
34291 \end_layout
34292
34293 \begin_layout Standard
34294 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
34295  zu verweisen: Listing
34296 \begin_inset space ~
34297 \end_inset
34298
34299
34300 \begin_inset CommandInset ref
34301 LatexCommand ref
34302 reference "lst:Gleitendes-Programm-Listing"
34303
34304 \end_inset
34305
34306 .
34307 \end_layout
34308
34309 \begin_layout Standard
34310 \begin_inset listings
34311 lstparams "language=Python"
34312 inline false
34313 status open
34314
34315 \begin_layout Plain Layout
34316
34317 \begin_inset Caption
34318
34319 \begin_layout Plain Layout
34320 \begin_inset CommandInset label
34321 LatexCommand label
34322 name "lst:Gleitendes-Programm-Listing"
34323
34324 \end_inset
34325
34326 Gleitendes Programm-Listing
34327 \end_layout
34328
34329 \end_inset
34330
34331 # Gleitendes Programm-Listing
34332 \end_layout
34333
34334 \begin_layout Plain Layout
34335
34336 def func(param):
34337 \end_layout
34338
34339 \begin_layout Plain Layout
34340
34341     'Dies ist eine Python-Funktion'
34342 \end_layout
34343
34344 \begin_layout Plain Layout
34345
34346     pass
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
34356  der Sprache erkannt und besonders gedruckt, wie 
34357 \emph on
34358 #
34359 \emph default
34360
34361 \emph on
34362 def
34363 \emph default
34364  und 
34365 \emph on
34366 pass
34367 \emph default
34368  in Listing
34369 \begin_inset space ~
34370 \end_inset
34371
34372
34373 \begin_inset CommandInset ref
34374 LatexCommand ref
34375 reference "lst:Gleitendes-Programm-Listing"
34376
34377 \end_inset
34378
34379 .
34380 \end_layout
34381
34382 \begin_layout Standard
34383 \begin_inset Note Greyedout
34384 status open
34385
34386 \begin_layout Plain Layout
34387
34388 \series bold
34389 Bemerkung:
34390 \series default
34391  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
34392 \family typewriter
34393 Schreib\SpecialChar \-
34394 maschine
34395 \family default
34396  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
34397 h keine fett gedruckten Buchstaben.
34398  Wählen Sie in diesem Fall eine andere Schrift im Menü 
34399 \family sans
34400 Dokument\SpecialChar \menuseparator
34401 Einstellungen\SpecialChar \menuseparator
34402 Schriften
34403 \family default
34404 .
34405  (Die Schriften 
34406 \emph on
34407 LuxiMono, BeraMono
34408 \emph default
34409  und 
34410 \emph on
34411 Courier
34412 \emph default
34413  enthalten fett gedruckte Buchstaben.)
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Standard
34422 Im Abschnitt 
34423 \family sans
34424 Zeilennummerierung
34425 \family default
34426  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
34427 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
34428  jede wievielte Zeile nummeriert werden soll und die 
34429 \family sans
34430 Schriftgröße
34431 \family default
34432  der Nummerierung.
34433 \end_layout
34434
34435 \begin_layout Standard
34436 Im Abschnitt 
34437 \family sans
34438 Bereich
34439 \family default
34440  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
34441  Im Abschnitt 
34442 \family sans
34443 Stil
34444 \family default
34445  legen Sie fest, wie die Liste ausgedruckt werden soll.
34446  Die Option 
34447 \family sans
34448 Erweiterte
34449 \begin_inset space ~
34450 \end_inset
34451
34452 Zeichentabelle
34453 \family default
34454  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
34455 \end_layout
34456
34457 \begin_layout Standard
34458 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
34459 \begin_inset Quotes gld
34460 \end_inset
34461
34462 3
34463 \begin_inset Quotes grd
34464 \end_inset
34465
34466 , Sprache 
34467 \begin_inset Quotes gld
34468 \end_inset
34469
34470 Python
34471 \begin_inset Quotes grd
34472 \end_inset
34473
34474 , Optionen 
34475 \begin_inset Quotes gld
34476 \end_inset
34477
34478 Erweiterte Zeichentabelle
34479 \begin_inset Quotes grd
34480 \end_inset
34481
34482  und 
34483 \begin_inset Quotes gld
34484 \end_inset
34485
34486 Leerzeichen als Symbol
34487 \begin_inset Quotes grd
34488 \end_inset
34489
34490  und Bereich Zeilen 3
34491 \begin_inset space \thinspace{}
34492 \end_inset
34493
34494 -
34495 \begin_inset space \thinspace{}
34496 \end_inset
34497
34498 8:
34499 \end_layout
34500
34501 \begin_layout Standard
34502 \begin_inset listings
34503 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
34504 inline false
34505 status open
34506
34507 \begin_layout Plain Layout
34508
34509 def func(param):
34510 \end_layout
34511
34512 \begin_layout Plain Layout
34513
34514     'Dies ist eine Python-Funktion'
34515 \end_layout
34516
34517 \begin_layout Plain Layout
34518
34519     pass
34520 \end_layout
34521
34522 \begin_layout Plain Layout
34523
34524 def func(param):
34525 \end_layout
34526
34527 \begin_layout Plain Layout
34528
34529 'Sonderzeichen: Tschüß'
34530 \end_layout
34531
34532 \begin_layout Plain Layout
34533
34534 pass
34535 \end_layout
34536
34537 \begin_layout Plain Layout
34538
34539 def func(param):
34540 \end_layout
34541
34542 \begin_layout Plain Layout
34543
34544 'Dies ist eine Python-Funktion'
34545 \end_layout
34546
34547 \begin_layout Plain Layout
34548
34549 pass
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \begin_layout Standard
34558 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
34559 \family sans
34560 Tabulatorgröße
34561 \family default
34562  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
34563 \end_layout
34564
34565 \begin_layout Standard
34566 \noindent
34567 \begin_inset Note Greyedout
34568 status open
34569
34570 \begin_layout Plain Layout
34571
34572 \series bold
34573 Bemerkung:
34574 \series default
34575  Wegen eines Fehlers im 
34576 \series bold
34577 listings
34578 \series default
34579 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
34580  verschoben.
34581  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
34582  Listing nummeriert werden.
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \begin_layout Standard
34591 \begin_inset VSpace bigskip
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Standard
34598 \noindent
34599 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
34600  Das machen Sie mit
34601 \family sans
34602  Einfügen\SpecialChar \menuseparator
34603 Datei\SpecialChar \menuseparator
34604 Unterdokument
34605 \family default
34606  und der 
34607 \family sans
34608 Art
34609 \begin_inset space ~
34610 \end_inset
34611
34612 der
34613 \begin_inset space ~
34614 \end_inset
34615
34616 Einbindung
34617 \family default
34618  
34619 \family sans
34620 Listing
34621 \family default
34622 .
34623 \begin_inset Foot
34624 status collapsed
34625
34626 \begin_layout Plain Layout
34627 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
34628 \begin_inset space ~
34629 \end_inset
34630
34631
34632 \begin_inset CommandInset ref
34633 LatexCommand ref
34634 reference "abs:Unterdokumente"
34635
34636 \end_inset
34637
34638  beschrieben.
34639 \end_layout
34640
34641 \end_inset
34642
34643  Im Dialogfenster
34644 \family sans
34645  Unterdokument
34646 \family default
34647  können Sie die Listing-Parameter unter 
34648 \family sans
34649 Weitere
34650 \begin_inset space ~
34651 \end_inset
34652
34653 Parameter
34654 \family default
34655  eingeben.
34656  Wenn Sie dort ein Fragezeichen 
34657 \begin_inset Quotes gld
34658 \end_inset
34659
34660 ?
34661 \begin_inset Quotes grd
34662 \end_inset
34663
34664  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
34665 det.
34666 \end_layout
34667
34668 \begin_layout Standard
34669 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
34670  Text ins Feld 
34671 \family sans
34672 Marke
34673 \family default
34674 , auf die dann wie üblich verwiesen werden kann.
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Listing
34679 \begin_inset space ~
34680 \end_inset
34681
34682
34683 \begin_inset CommandInset ref
34684 LatexCommand ref
34685 reference "lst:Datei-Listing"
34686
34687 \end_inset
34688
34689  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
34690 \begin_inset space \thinspace{}
34691 \end_inset
34692
34693 -
34694 \begin_inset space \thinspace{}
34695 \end_inset
34696
34697 15 gedruckt werden.
34698 \end_layout
34699
34700 \begin_layout Standard
34701 \begin_inset CommandInset include
34702 LatexCommand lstinputlisting
34703 filename "EmbeddedObjects.lyx"
34704 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
34705
34706 \end_inset
34707
34708
34709 \end_layout
34710
34711 \begin_layout Standard
34712 \begin_inset VSpace bigskip
34713 \end_inset
34714
34715
34716 \end_layout
34717
34718 \begin_layout Standard
34719 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
34720 \end_layout
34721
34722 \begin_layout Enumerate
34723 Öffnen Sie die Listings-Einstellungen und fügen
34724 \begin_inset Newline newline
34725 \end_inset
34726
34727
34728 \family sans
34729 mathescape=true
34730 \family default
34731
34732 \begin_inset Newline newline
34733 \end_inset
34734
34735 in das Feld des Tabs 
34736 \family sans
34737 Erweitert
34738 \family default
34739  ein
34740 \end_layout
34741
34742 \begin_layout Enumerate
34743 Erstellen Sie eine Formel außerhalb des Listings
34744 \end_layout
34745
34746 \begin_layout Enumerate
34747 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
34748 blage (Tastenkürzel 
34749 \family sans
34750 Ctrl+C
34751 \family default
34752 )
34753 \end_layout
34754
34755 \begin_layout Enumerate
34756 Schreiben sie 
34757 \begin_inset Quotes gld
34758 \end_inset
34759
34760
34761 \family sans
34762 $$
34763 \family default
34764
34765 \begin_inset Quotes grd
34766 \end_inset
34767
34768  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
34769 hen (Tastenkürzel 
34770 \family sans
34771 Ctrl+V
34772 \family default
34773 )
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset listings
34778 lstparams "language=Python,mathescape=true"
34779 inline false
34780 status open
34781
34782 \begin_layout Plain Layout
34783
34784 \begin_inset Caption
34785
34786 \begin_layout Plain Layout
34787 Programm-Listing mit einer Formel
34788 \end_layout
34789
34790 \end_inset
34791
34792 # Beispiel-Programm-Listing
34793 \end_layout
34794
34795 \begin_layout Plain Layout
34796
34797 def func(param):
34798 \end_layout
34799
34800 \begin_layout Plain Layout
34801
34802     # $
34803 \backslash
34804 prod_{n=1}^{
34805 \backslash
34806 infty}
34807 \backslash
34808 ,
34809 \backslash
34810 frac{1}{x^{2}}$
34811 \end_layout
34812
34813 \begin_layout Plain Layout
34814
34815     pass
34816 \end_layout
34817
34818 \end_inset
34819
34820
34821 \end_layout
34822
34823 \begin_layout Standard
34824 \begin_inset VSpace bigskip
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \begin_layout Standard
34831 \noindent
34832 Dokumentweite Listing-Eigenschaften können im Dialog 
34833 \family sans
34834 Dokument\SpecialChar \menuseparator
34835 Einstellungen\SpecialChar \menuseparator
34836 Listing
34837 \family default
34838  festgelegt werden.
34839  Dort bekommt man durch Eingabe eines Fragezeichens 
34840 \begin_inset Quotes gld
34841 \end_inset
34842
34843 ?
34844 \begin_inset Quotes grd
34845 \end_inset
34846
34847  eine Liste aller möglichen Parameter.
34848 \end_layout
34849
34850 \begin_layout Standard
34851 Weitere Informationen über das 
34852 \series bold
34853 listings
34854 \series default
34855 -Paket finden Sie in 
34856 \begin_inset CommandInset citation
34857 LatexCommand cite
34858 key "listings"
34859
34860 \end_inset
34861
34862 .
34863 \end_layout
34864
34865 \begin_layout Chapter
34866 \start_of_appendix
34867 In LyX verfügbare Maßeinheiten
34868 \begin_inset CommandInset label
34869 LatexCommand label
34870 name "kap:In-LyX-verfügbare"
34871
34872 \end_inset
34873
34874
34875 \begin_inset Index idx
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879 Einheiten
34880 \end_layout
34881
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Standard
34888 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
34889  Tabelle
34890 \begin_inset space ~
34891 \end_inset
34892
34893
34894 \begin_inset CommandInset ref
34895 LatexCommand ref
34896 reference "tab:Maßeinheiten"
34897
34898 \end_inset
34899
34900  alle in LyX verfügbaren Maßeinheiten.
34901 \end_layout
34902
34903 \begin_layout Standard
34904 \begin_inset Float table
34905 placement h
34906 wide false
34907 sideways false
34908 status open
34909
34910 \begin_layout Plain Layout
34911 \begin_inset Caption
34912
34913 \begin_layout Plain Layout
34914 \begin_inset CommandInset label
34915 LatexCommand label
34916 name "tab:Maßeinheiten"
34917
34918 \end_inset
34919
34920 Maßeinheiten
34921 \end_layout
34922
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \begin_layout Plain Layout
34929 \begin_inset VSpace medskip
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \begin_layout Plain Layout
34936 \align center
34937 \begin_inset Tabular
34938 <lyxtabular version="3" rows="20" columns="2">
34939 <features tabularvalignment="middle">
34940 <column alignment="center" valignment="top" width="0">
34941 <column alignment="center" valignment="top" width="0">
34942 <row>
34943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34944 \begin_inset Text
34945
34946 \begin_layout Plain Layout
34947
34948 \series bold
34949 Maßeinheit
34950 \end_layout
34951
34952 \end_inset
34953 </cell>
34954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34955 \begin_inset Text
34956
34957 \begin_layout Plain Layout
34958
34959 \series bold
34960 Name/Beschreibung
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 </row>
34966 <row>
34967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 mm
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 Millimeter
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 </row>
34986 <row>
34987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991 cm
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 Zentimeter
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 </row>
35006 <row>
35007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011 in
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35017 \begin_inset Text
35018
35019 \begin_layout Plain Layout
35020 Zoll (1
35021 \begin_inset space \thinspace{}
35022 \end_inset
35023
35024 in = 2.54
35025 \begin_inset space \thinspace{}
35026 \end_inset
35027
35028 cm
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 </row>
35034 <row>
35035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039 pt
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 Punkt (72.27
35049 \begin_inset space \thinspace{}
35050 \end_inset
35051
35052 pt = 1
35053 \begin_inset space \thinspace{}
35054 \end_inset
35055
35056 in)
35057 \end_layout
35058
35059 \end_inset
35060 </cell>
35061 </row>
35062 <row>
35063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Plain Layout
35067 pc
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076 Pica (1
35077 \begin_inset space \thinspace{}
35078 \end_inset
35079
35080 pc = 12
35081 \begin_inset space \thinspace{}
35082 \end_inset
35083
35084 pt)
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 </row>
35090 <row>
35091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095 sp
35096 \end_layout
35097
35098 \end_inset
35099 </cell>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104 skalierter Punkt (65536
35105 \begin_inset space \thinspace{}
35106 \end_inset
35107
35108 sp = 1
35109 \begin_inset space \thinspace{}
35110 \end_inset
35111
35112 pt)
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row>
35119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123 bp
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35129 \begin_inset Text
35130
35131 \begin_layout Plain Layout
35132 großer Punkt (72
35133 \begin_inset space \thinspace{}
35134 \end_inset
35135
35136 bp = 1
35137 \begin_inset space \thinspace{}
35138 \end_inset
35139
35140 in)
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 </row>
35146 <row>
35147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35148 \begin_inset Text
35149
35150 \begin_layout Plain Layout
35151 dd
35152 \end_layout
35153
35154 \end_inset
35155 </cell>
35156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35157 \begin_inset Text
35158
35159 \begin_layout Plain Layout
35160 Didot (1
35161 \begin_inset space \thinspace{}
35162 \end_inset
35163
35164 dd 
35165 \begin_inset Formula $\approx$
35166 \end_inset
35167
35168  0,376
35169 \begin_inset space \thinspace{}
35170 \end_inset
35171
35172 mm)
35173 \end_layout
35174
35175 \end_inset
35176 </cell>
35177 </row>
35178 <row>
35179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35180 \begin_inset Text
35181
35182 \begin_layout Plain Layout
35183 cc
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192 Cicero (1
35193 \begin_inset space \thinspace{}
35194 \end_inset
35195
35196 cc = 12
35197 \begin_inset space \thinspace{}
35198 \end_inset
35199
35200 dd)
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 </row>
35206 <row>
35207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211 Skalierung%
35212 \end_layout
35213
35214 \end_inset
35215 </cell>
35216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35217 \begin_inset Text
35218
35219 \begin_layout Plain Layout
35220 % der originalen Bildbreite
35221 \end_layout
35222
35223 \end_inset
35224 </cell>
35225 </row>
35226 <row>
35227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35228 \begin_inset Text
35229
35230 \begin_layout Plain Layout
35231 Textbreite %
35232 \end_layout
35233
35234 \end_inset
35235 </cell>
35236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35237 \begin_inset Text
35238
35239 \begin_layout Plain Layout
35240 % der Textbreite
35241 \end_layout
35242
35243 \end_inset
35244 </cell>
35245 </row>
35246 <row>
35247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35248 \begin_inset Text
35249
35250 \begin_layout Plain Layout
35251 Spaltenbreite %
35252 \end_layout
35253
35254 \end_inset
35255 </cell>
35256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35257 \begin_inset Text
35258
35259 \begin_layout Plain Layout
35260 % der Spaltenbreite
35261 \end_layout
35262
35263 \end_inset
35264 </cell>
35265 </row>
35266 <row>
35267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271 Seitenbreite %
35272 \end_layout
35273
35274 \end_inset
35275 </cell>
35276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35277 \begin_inset Text
35278
35279 \begin_layout Plain Layout
35280 % der Seitenbreite
35281 \end_layout
35282
35283 \end_inset
35284 </cell>
35285 </row>
35286 <row>
35287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35288 \begin_inset Text
35289
35290 \begin_layout Plain Layout
35291 Zeilenbreite %
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 % der Zeilenbreite
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 </row>
35306 <row>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 Texthöhe %
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320 % der Texthöhe
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 </row>
35326 <row>
35327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331 Seitenhöhe %
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 % der Seitenhöhe
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 </row>
35346 <row>
35347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 ex
35352 \end_layout
35353
35354 \end_inset
35355 </cell>
35356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35357 \begin_inset Text
35358
35359 \begin_layout Plain Layout
35360 Die Höhe des Buchstabens 
35361 \emph on
35362 x
35363 \emph default
35364  im aktiven Zeichensatz
35365 \end_layout
35366
35367 \end_inset
35368 </cell>
35369 </row>
35370 <row>
35371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35372 \begin_inset Text
35373
35374 \begin_layout Plain Layout
35375 em
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384 Die Breite des Buchstabens 
35385 \emph on
35386 M
35387 \emph default
35388  im aktiven Zeichensatz
35389 \end_layout
35390
35391 \end_inset
35392 </cell>
35393 </row>
35394 <row>
35395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35396 \begin_inset Text
35397
35398 \begin_layout Plain Layout
35399 mu
35400 \end_layout
35401
35402 \end_inset
35403 </cell>
35404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35405 \begin_inset Text
35406
35407 \begin_layout Plain Layout
35408 mathematische  Maßeinheit
35409 \series bold
35410  
35411 \series default
35412 (1
35413 \begin_inset space \thinspace{}
35414 \end_inset
35415
35416 mu = 1/18
35417 \begin_inset space \thinspace{}
35418 \end_inset
35419
35420 em)
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 </row>
35426 </lyxtabular>
35427
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Chapter
35439 Ausgabedatei-Formate mit Grafiken
35440 \begin_inset CommandInset label
35441 LatexCommand label
35442 name "kap:Ausgabedatei-Formate"
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Section
35450 DVI
35451 \begin_inset Index idx
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455 Dateiformat! DVI
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \begin_inset Index idx
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465 DVI
35466 \end_layout
35467
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \begin_layout Standard
35474 Dieser Dateityp hat die Erweiterung 
35475 \begin_inset Quotes gld
35476 \end_inset
35477
35478
35479 \family typewriter
35480 .dvi
35481 \family default
35482
35483 \begin_inset Quotes grd
35484 \end_inset
35485
35486  und wird 
35487 \begin_inset Quotes gld
35488 \end_inset
35489
35490 device independent
35491 \begin_inset Quotes grd
35492 \end_inset
35493
35494  genannt, weil er vollkommen portierbar ist.
35495  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
35496  dvi-Betrachter installiert hat.
35497  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
35498 ate wie PostScript benutzt.
35499 \end_layout
35500
35501 \begin_layout Standard
35502 \begin_inset Note Greyedout
35503 status open
35504
35505 \begin_layout Plain Layout
35506
35507 \series bold
35508 Bemerkung:
35509 \series default
35510  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
35520  auf einen anderen Computer kopieren.
35521  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
35522  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
35523  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
35524 \family typewriter
35525  
35526 \family default
35527 blättern.
35528
35529 \family typewriter
35530  
35531 \family default
35532 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
35533  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
35534  
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Sie können Ihr Dokument als DVI über das Menü 
35539 \family sans
35540 Datei\SpecialChar \menuseparator
35541 Exportieren\SpecialChar \menuseparator
35542 DVI
35543 \family default
35544  exportieren.
35545  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
35546 \family sans
35547 Ansicht
35548 \family default
35549  oder den Werkzeugleistenknopf 
35550 \begin_inset Graphics
35551         filename ../../images/buffer-view_dvi.png
35552         scale 70
35553         scaleBeforeRotation
35554
35555 \end_inset
35556
35557  anschauen.
35558 \end_layout
35559
35560 \begin_layout Section
35561 PostScript
35562 \begin_inset CommandInset label
35563 LatexCommand label
35564 name "abs:PostScript"
35565
35566 \end_inset
35567
35568
35569 \begin_inset Index idx
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573 Dateiformat  ! PostScript
35574 \end_layout
35575
35576 \end_inset
35577
35578
35579 \begin_inset Index idx
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583 PostScript
35584 \end_layout
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Standard
35592 Dieser Dateityp hat die Erweiterung 
35593 \begin_inset Quotes gld
35594 \end_inset
35595
35596
35597 \family typewriter
35598 .ps
35599 \family default
35600
35601 \begin_inset Quotes grd
35602 \end_inset
35603
35604 .
35605  PostScript wurde von der Firma
35606 \family typewriter
35607  Adobe
35608 \family default
35609  als Druckersprache entwickelt.
35610  Die Datei enthält deshalb Druckbefehle.
35611  PostScript kann als 
35612 \begin_inset Quotes gld
35613 \end_inset
35614
35615 Programmiersprache
35616 \begin_inset Quotes grd
35617 \end_inset
35618
35619  angesehen werden.
35620  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
35621 \begin_inset Foot
35622 status collapsed
35623
35624 \begin_layout Plain Layout
35625 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
35626  von
35627 \series bold
35628  PSTricks
35629 \series default
35630  
35631 \begin_inset CommandInset citation
35632 LatexCommand cite
35633 key "pstricks"
35634
35635 \end_inset
35636
35637  oder 
35638 \begin_inset CommandInset citation
35639 LatexCommand cite
35640 key "latex-praxisbuch"
35641
35642 \end_inset
35643
35644  ansehen.
35645 \end_layout
35646
35647 \end_inset
35648
35649 .
35650  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
35651 \end_layout
35652
35653 \begin_layout Standard
35654 PostScript kann nur Bilder im Format EPS
35655 \begin_inset Index idx
35656 status collapsed
35657
35658 \begin_layout Plain Layout
35659 EPS
35660 \end_layout
35661
35662 \end_inset
35663
35664  (Encapsulated PostScript, Datei-Er\SpecialChar \-
35665 wei\SpecialChar \-
35666 ter\SpecialChar \-
35667 ung 
35668 \begin_inset Quotes gld
35669 \end_inset
35670
35671
35672 \family typewriter
35673 .eps
35674 \family default
35675
35676 \begin_inset Quotes grd
35677 \end_inset
35678
35679 ) enthalten.
35680  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
35681  intern nach EPS konvertieren.
35682  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
35683  verlangsamen.
35684  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
35685  konvertieren und direkt als EPS einfügen.
35686 \end_layout
35687
35688 \begin_layout Standard
35689 Sie können Ihr Dokument als PostScript über das Menü 
35690 \family sans
35691 Datei\SpecialChar \menuseparator
35692 Exportieren\SpecialChar \menuseparator
35693 Post\SpecialChar \-
35694 Script
35695 \family default
35696  exportieren.
35697  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
35698 \family sans
35699 Ansicht
35700 \family default
35701  oder den Werkzeugleistenknopf 
35702 \begin_inset Graphics
35703         filename ../../images/buffer-view_ps.png
35704         scale 70
35705         scaleBeforeRotation
35706
35707 \end_inset
35708
35709  anschauen.
35710 \end_layout
35711
35712 \begin_layout Section
35713 PDF
35714 \begin_inset Index idx
35715 status collapsed
35716
35717 \begin_layout Plain Layout
35718 Dateiformat! PDF
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \begin_inset Index idx
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728 PDF
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Standard
35737 Dieser Dateityp hat die Erweiterung 
35738 \begin_inset Quotes gld
35739 \end_inset
35740
35741
35742 \family typewriter
35743 .pdf
35744 \family default
35745
35746 \begin_inset Quotes grd
35747 \end_inset
35748
35749 .
35750  Das
35751 \emph on
35752  
35753 \emph default
35754
35755 \begin_inset Quotes gld
35756 \end_inset
35757
35758 Portable Document Format
35759 \begin_inset Quotes grd
35760 \end_inset
35761
35762  (PDF) wurde auch von der Firma 
35763 \family typewriter
35764 Adobe
35765 \family default
35766  als Derivat von PostScript entwickelt.
35767  Es ist komprimierter und benutzt weniger Befehle als PostScript.
35768  Wie der Begriff 
35769 \begin_inset Quotes gld
35770 \end_inset
35771
35772 portable
35773 \begin_inset Quotes grd
35774 \end_inset
35775
35776  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
35777  werden, und der Ausdruck sieht immer gleich aus.
35778 \end_layout
35779
35780 \begin_layout Standard
35781 PDF kann Bilder im eigenen PDF-Format, im Format 
35782 \begin_inset Quotes gld
35783 \end_inset
35784
35785 Joint Photographic Experts Group
35786 \begin_inset Quotes grd
35787 \end_inset
35788
35789  (JPEG
35790 \begin_inset Index idx
35791 status collapsed
35792
35793 \begin_layout Plain Layout
35794 JPG, JPEG
35795 \end_layout
35796
35797 \end_inset
35798
35799 , Datei-Erweiterung 
35800 \begin_inset Quotes gld
35801 \end_inset
35802
35803
35804 \family typewriter
35805 .jpg
35806 \family default
35807
35808 \begin_inset Quotes grd
35809 \end_inset
35810
35811  oder 
35812 \begin_inset Quotes gld
35813 \end_inset
35814
35815
35816 \family typewriter
35817 .jpeg
35818 \family default
35819
35820 \begin_inset Quotes grd
35821 \end_inset
35822
35823 ) und im Format 
35824 \begin_inset Quotes gld
35825 \end_inset
35826
35827 Portable Network Graphics
35828 \begin_inset Quotes grd
35829 \end_inset
35830
35831  (PNG
35832 \begin_inset Index idx
35833 status collapsed
35834
35835 \begin_layout Plain Layout
35836 PNG
35837 \end_layout
35838
35839 \end_inset
35840
35841 , Datei-Erweiterung 
35842 \begin_inset Quotes gld
35843 \end_inset
35844
35845
35846 \family typewriter
35847 .png
35848 \family default
35849
35850 \begin_inset Quotes grd
35851 \end_inset
35852
35853 ) enthalten.
35854  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
35855  Sie konvertieren wird.
35856  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
35857  wird, eines der drei erwähnten Bildformate zu benutzen.
35858 \end_layout
35859
35860 \begin_layout Standard
35861 PDF-Dateien können Sie über 
35862 \family sans
35863 Datei\SpecialChar \menuseparator
35864 Exportieren
35865 \family default
35866  auf drei Arten erzeugen:
35867 \end_layout
35868
35869 \begin_layout Description
35870 PDF
35871 \begin_inset space ~
35872 \end_inset
35873
35874 (ps2pdf) benutzt das Programm
35875 \family typewriter
35876  ps2pdf
35877 \family default
35878 , das eine PDF-Datei aus einer Post\SpecialChar \-
35879 Script®-Version Ihres Dokument erstellt.
35880  Die PostScript-Version wird mit dem Programm 
35881 \family typewriter
35882 dvips
35883 \family default
35884  aus einer DVI-Version erstellt.
35885  Es werden also drei Konvertierungen verwendet.
35886 \end_layout
35887
35888 \begin_layout Description
35889 PDF
35890 \begin_inset space ~
35891 \end_inset
35892
35893 (dvipdfm) benutzt das Programm 
35894 \family typewriter
35895 dvipdfm
35896 \family default
35897 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
35898  PDF konvertiert.
35899 \end_layout
35900
35901 \begin_layout Description
35902 PDF
35903 \begin_inset space ~
35904 \end_inset
35905
35906 (pdflatex) benutzt das Programm
35907 \family typewriter
35908  pdftex
35909 \family default
35910 , das Ihr Dokument direkt nach PDF konvertiert.
35911 \end_layout
35912
35913 \begin_layout Standard
35914
35915 \family sans
35916 PDF
35917 \begin_inset space ~
35918 \end_inset
35919
35920 (pdflatex)
35921 \family default
35922  wird empfohlen, weil
35923 \family typewriter
35924  pdftex
35925 \family default
35926  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
35927  ohne Probleme arbeitet.
35928  Das Programm 
35929 \family typewriter
35930 dvi\SpecialChar \-
35931 pdfm
35932 \family default
35933  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
35934 \end_layout
35935
35936 \begin_layout Standard
35937 Sie können Ihr Dokument als PDF über das Menü 
35938 \family sans
35939 Datei\SpecialChar \menuseparator
35940 Exportieren\SpecialChar \menuseparator
35941 PDF
35942 \family default
35943  exportieren.
35944  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
35945 \family sans
35946 Ansicht
35947 \family default
35948  oder den Werkzeugleistenknopf 
35949 \begin_inset Graphics
35950         filename ../../images/buffer-view_pdf2.png
35951         scale 70
35952         scaleBeforeRotation
35953
35954 \end_inset
35955
35956  anschauen 
35957 \family sans
35958 (
35959 \family default
35960 der 
35961 \family sans
35962 PDF
35963 \begin_inset space ~
35964 \end_inset
35965
35966 (pdflatex)
35967 \family default
35968  verwendet).
35969 \end_layout
35970
35971 \begin_layout Chapter
35972 Erklärung der Gleichung
35973 \begin_inset space ~
35974 \end_inset
35975
35976 (
35977 \begin_inset CommandInset ref
35978 LatexCommand ref
35979 reference "eq:Wgn"
35980
35981 \end_inset
35982
35983 )
35984 \begin_inset CommandInset label
35985 LatexCommand label
35986 name "kap:Exläuterung-einer-Gleichung"
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 Die Gesamtbreite von
35995 \emph on
35996  n
35997 \emph default
35998  Tabellenzellen 
35999 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36000 \end_inset
36001
36002  kann wie folgt berechnet werden:
36003 \end_layout
36004
36005 \begin_layout Standard
36006 \begin_inset Formula 
36007 \begin{equation}
36008 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36009 \end{equation}
36010
36011 \end_inset
36012
36013
36014 \end_layout
36015
36016 \begin_layout Standard
36017 Dabei ist 
36018 \begin_inset Formula $W_{g\, n}$
36019 \end_inset
36020
36021  die Breite jeder Zelle.
36022
36023 \series bold
36024  
36025 \backslash
36026 tabcolsep
36027 \series default
36028  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
36029  Standardwert 6
36030 \begin_inset space \thinspace{}
36031 \end_inset
36032
36033 pt.
36034  
36035 \series bold
36036
36037 \backslash
36038 arrayrulewidth
36039 \series default
36040  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
36041 \begin_inset space \thinspace{}
36042 \end_inset
36043
36044 pt.
36045 \end_layout
36046
36047 \begin_layout Standard
36048 Nach Gleichung
36049 \begin_inset space ~
36050 \end_inset
36051
36052
36053 \begin_inset CommandInset ref
36054 LatexCommand ref
36055 reference "eq:Wtot_n"
36056
36057 \end_inset
36058
36059  ist die Gesamtbreite einer Mehrfachspalte, 
36060 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36061 \end_inset
36062
36063 ,
36064 \end_layout
36065
36066 \begin_layout Standard
36067 \begin_inset Formula 
36068 \begin{equation}
36069 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36070 \end{equation}
36071
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \begin_layout Standard
36078 Setzt man die Gleichungen
36079 \begin_inset space ~
36080 \end_inset
36081
36082
36083 \begin_inset CommandInset ref
36084 LatexCommand ref
36085 reference "eq:Wtot_n"
36086
36087 \end_inset
36088
36089  und 
36090 \begin_inset CommandInset ref
36091 LatexCommand ref
36092 reference "eq:Wtot_mult"
36093
36094 \end_inset
36095
36096  gleich, kann man die benötigte Breite 
36097 \begin_inset Formula $W_{g\, n}$
36098 \end_inset
36099
36100 , wenn 
36101 \emph on
36102 n
36103 \emph default
36104  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
36105 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36106 \end_inset
36107
36108  hat, berechnen:
36109 \end_layout
36110
36111 \begin_layout Standard
36112 \begin_inset Formula 
36113 \begin{equation}
36114 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36115 \end{equation}
36116
36117 \end_inset
36118
36119
36120 \end_layout
36121
36122 \begin_layout Bibliography
36123 \labelwidthstring Literaturverzeichnis
36124 \begin_inset CommandInset bibitem
36125 LatexCommand bibitem
36126 key "latexcompanion"
36127
36128 \end_inset
36129
36130 Frank Mittelbach and Michel Goossens: 
36131 \emph on
36132 The LaTeX Companion Second Edition.
36133
36134 \emph default
36135  Addison-Wesley, 2004
36136 \end_layout
36137
36138 \begin_layout Bibliography
36139 \labelwidthstring Literaturverzeichnis
36140 \begin_inset CommandInset bibitem
36141 LatexCommand bibitem
36142 key "latexguide"
36143
36144 \end_inset
36145
36146 Helmut Kopka and Patrick W.
36147  Daly: 
36148 \emph on
36149 A Guide to LaTeX Fourth Edition.
36150
36151 \emph default
36152  Addison-Wesley, 2003
36153 \end_layout
36154
36155 \begin_layout Bibliography
36156 \labelwidthstring Literaturverzeichnis
36157 \begin_inset CommandInset bibitem
36158 LatexCommand bibitem
36159 key "lamport"
36160
36161 \end_inset
36162
36163 Leslie Lamport: 
36164 \emph on
36165 LaTeX: A Document Preparation System.
36166
36167 \emph default
36168  Addison-Wesley, second edition, 1994
36169 \end_layout
36170
36171 \begin_layout Bibliography
36172 \labelwidthstring Literaturverzeichnis
36173 \begin_inset CommandInset bibitem
36174 LatexCommand bibitem
36175 key "latex-praxisbuch"
36176
36177 \end_inset
36178
36179 Niedermair, Elke & Michael: 
36180 \emph on
36181 LaTeX-Praxisbuch
36182 \emph default
36183 , Franzis-Verlag, 2004
36184 \end_layout
36185
36186 \begin_layout Bibliography
36187 \labelwidthstring Literaturverzeichnis
36188 \begin_inset CommandInset bibitem
36189 LatexCommand bibitem
36190 key "booktabs"
36191
36192 \end_inset
36193
36194 Dokumentation des LaTeX-Pakets 
36195 \series bold
36196
36197 \begin_inset CommandInset href
36198 LatexCommand href
36199 name "booktabs"
36200 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36201
36202 \end_inset
36203
36204
36205 \series default
36206
36207 \begin_inset Index idx
36208 status collapsed
36209
36210 \begin_layout Plain Layout
36211 LaTeX-Pakete ! booktabs
36212 \end_layout
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \begin_layout Bibliography
36220 \labelwidthstring Literaturverzeichnis
36221 \begin_inset CommandInset bibitem
36222 LatexCommand bibitem
36223 key "caption"
36224
36225 \end_inset
36226
36227 Dokumentation des LaTeX-Pakets 
36228 \series bold
36229
36230 \begin_inset CommandInset href
36231 LatexCommand href
36232 name "caption"
36233 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
36234
36235 \end_inset
36236
36237
36238 \series default
36239
36240 \begin_inset Index idx
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244 LaTeX-Pakete ! caption
36245 \end_layout
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \begin_layout Bibliography
36253 \labelwidthstring Literaturverzeichnis
36254 \begin_inset CommandInset bibitem
36255 LatexCommand bibitem
36256 key "endfloat"
36257
36258 \end_inset
36259
36260 Dokumentation des LaTeX-Pakets 
36261 \series bold
36262
36263 \begin_inset CommandInset href
36264 LatexCommand href
36265 name "endfloat"
36266 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36267
36268 \end_inset
36269
36270
36271 \series default
36272
36273 \begin_inset Index idx
36274 status collapsed
36275
36276 \begin_layout Plain Layout
36277 LaTeX-Pakete ! endfloat
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \end_layout
36284
36285 \begin_layout Bibliography
36286 \labelwidthstring Literaturverzeichnis
36287 \begin_inset CommandInset bibitem
36288 LatexCommand bibitem
36289 key "wrapfig"
36290
36291 \end_inset
36292
36293 Dokumentation des LaTeX-Pakets 
36294 \series bold
36295
36296 \begin_inset CommandInset href
36297 LatexCommand href
36298 name "wrapfig"
36299 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36300
36301 \end_inset
36302
36303
36304 \series default
36305
36306 \begin_inset Index idx
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310 LaTeX-Pakete ! wrapfig
36311 \begin_inset ERT
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315
36316
36317 \backslash
36318 vspace{4mm}
36319 \end_layout
36320
36321 \end_inset
36322
36323
36324 \end_layout
36325
36326 \end_inset
36327
36328
36329 \end_layout
36330
36331 \begin_layout Bibliography
36332 \labelwidthstring Literaturverzeichnis
36333 \begin_inset CommandInset bibitem
36334 LatexCommand bibitem
36335 key "footmisc"
36336
36337 \end_inset
36338
36339 Dokumentation des LaTeX-Pakets 
36340 \series bold
36341
36342 \begin_inset CommandInset href
36343 LatexCommand href
36344 name "footmisc"
36345 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36346
36347 \end_inset
36348
36349
36350 \series default
36351
36352 \begin_inset Index idx
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356 LaTeX-Pakete ! footmisc
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Bibliography
36365 \labelwidthstring Literaturverzeichnis
36366 \begin_inset CommandInset bibitem
36367 LatexCommand bibitem
36368 key "hypcap"
36369
36370 \end_inset
36371
36372 Dokumentation des LaTeX-Pakets 
36373 \series bold
36374
36375 \begin_inset CommandInset href
36376 LatexCommand href
36377 name "hypcap"
36378 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36379
36380 \end_inset
36381
36382
36383 \series default
36384
36385 \begin_inset Index idx
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389 LaTeX-Pakete ! hypcap
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Bibliography
36398 \labelwidthstring Literaturverzeichnis
36399 \begin_inset CommandInset bibitem
36400 LatexCommand bibitem
36401 key "hyperref"
36402
36403 \end_inset
36404
36405 Dokumentation des LaTeX-Pakets 
36406 \series bold
36407
36408 \begin_inset CommandInset href
36409 LatexCommand href
36410 name "hyperref"
36411 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36412
36413 \end_inset
36414
36415
36416 \series default
36417
36418 \begin_inset Index idx
36419 status collapsed
36420
36421 \begin_layout Plain Layout
36422 LaTeX-Pakete ! hyperref
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \end_layout
36429
36430 \begin_layout Bibliography
36431 \labelwidthstring Literaturverzeichnis
36432 \begin_inset CommandInset bibitem
36433 LatexCommand bibitem
36434 key "KOMA-Script"
36435
36436 \end_inset
36437
36438 Dokumentation des LaTeX-Pakets 
36439 \series bold
36440
36441 \begin_inset CommandInset href
36442 LatexCommand href
36443 name "KOMA-Script"
36444 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
36445
36446 \end_inset
36447
36448
36449 \series default
36450
36451 \begin_inset Index idx
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455 LaTeX-Pakete ! KOMA-Script
36456 \end_layout
36457
36458 \end_inset
36459
36460
36461 \end_layout
36462
36463 \begin_layout Bibliography
36464 \labelwidthstring Literaturverzeichnis
36465 \begin_inset CommandInset bibitem
36466 LatexCommand bibitem
36467 key "listings"
36468
36469 \end_inset
36470
36471 Dokumentation des LaTeX-Pakets 
36472 \series bold
36473
36474 \begin_inset CommandInset href
36475 LatexCommand href
36476 name "listings"
36477 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36478
36479 \end_inset
36480
36481
36482 \series default
36483
36484 \begin_inset Index idx
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488 LaTeX-Pakete ! listings
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Bibliography
36497 \labelwidthstring Literaturverzeichnis
36498 \begin_inset CommandInset bibitem
36499 LatexCommand bibitem
36500 key "marginnote"
36501
36502 \end_inset
36503
36504 Dokumentation des LaTeX-Pakets 
36505 \series bold
36506
36507 \begin_inset CommandInset href
36508 LatexCommand href
36509 name "marginnote"
36510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36511
36512 \end_inset
36513
36514
36515 \series default
36516
36517 \begin_inset Index idx
36518 status collapsed
36519
36520 \begin_layout Plain Layout
36521 LaTeX-Pakete ! marginnote
36522 \end_layout
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Bibliography
36530 \labelwidthstring Literaturverzeichnis
36531 \begin_inset CommandInset bibitem
36532 LatexCommand bibitem
36533 key "pstricks"
36534
36535 \end_inset
36536
36537 Webseite des LaTeX-Pakets 
36538 \series bold
36539
36540 \begin_inset CommandInset href
36541 LatexCommand href
36542 name "PSTricks"
36543 target "http://tug.org/PSTricks/"
36544
36545 \end_inset
36546
36547
36548 \series default
36549
36550 \begin_inset Index idx
36551 status collapsed
36552
36553 \begin_layout Plain Layout
36554 LaTeX-Pakete ! pstricks
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Bibliography
36563 \labelwidthstring Literaturverzeichnis
36564 \begin_inset CommandInset bibitem
36565 LatexCommand bibitem
36566 key "sidecap"
36567
36568 \end_inset
36569
36570 Dokumentation des LaTeX-Pakets 
36571 \series bold
36572
36573 \begin_inset CommandInset href
36574 LatexCommand href
36575 name "sidecap"
36576 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36577
36578 \end_inset
36579
36580
36581 \series default
36582
36583 \begin_inset Index idx
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 LaTeX-Pakete ! sidecap
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Bibliography
36596 \labelwidthstring Literaturverzeichnis
36597 \begin_inset CommandInset bibitem
36598 LatexCommand bibitem
36599 key "prettyref"
36600
36601 \end_inset
36602
36603 Dokumentation des LaTeX-Pakets 
36604 \series bold
36605
36606 \begin_inset CommandInset href
36607 LatexCommand href
36608 name "prettyref"
36609 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36610
36611 \end_inset
36612
36613
36614 \series default
36615
36616 \begin_inset Index idx
36617 status collapsed
36618
36619 \begin_layout Plain Layout
36620 LaTeX-Pakete ! prettyref
36621 \end_layout
36622
36623 \end_inset
36624
36625
36626 \end_layout
36627
36628 \begin_layout Bibliography
36629 \labelwidthstring Literaturverzeichnis
36630 \begin_inset CommandInset bibitem
36631 LatexCommand bibitem
36632 key "refstyle"
36633
36634 \end_inset
36635
36636 Dokumentation des LaTeX-Pakets 
36637 \series bold
36638
36639 \begin_inset CommandInset href
36640 LatexCommand href
36641 name "refstyle"
36642 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36643
36644 \end_inset
36645
36646
36647 \series default
36648
36649 \begin_inset Index idx
36650 status collapsed
36651
36652 \begin_layout Plain Layout
36653 LaTeX-Pakete ! refstyle
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Bibliography
36662 \labelwidthstring Literaturverzeichnis
36663 \begin_inset CommandInset bibitem
36664 LatexCommand bibitem
36665 key "NeuInLyX20"
36666
36667 \end_inset
36668
36669
36670 \begin_inset CommandInset href
36671 LatexCommand href
36672 name "Wiki-Seite"
36673 target "http://wiki.lyx.org/LyX/NewInLyX20"
36674
36675 \end_inset
36676
36677  über neue Funktionen in 
36678 \family sans
36679 LyX 2.0
36680 \family default
36681 .
36682 \end_layout
36683
36684 \begin_layout Standard
36685 \begin_inset CommandInset index_print
36686 LatexCommand printindex
36687 type "idx"
36688
36689 \end_inset
36690
36691
36692 \end_layout
36693
36694 \end_body
36695 \end_document