]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
e0c693a6be4142a49e02432056cc0c311f7ca06b
[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 % Definitionen um Legenden neben Tabellen und Abbildungen zu setzen
34 \newcommand{\TabBesBeg}[1][1.0]{%
35  \let\MyTable\table
36  \let\MyEndtable\endtable
37  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
38
39 \newcommand{\TabBesEnd}{%
40  \let\table\MyTable
41  \let\endtable\MyEndtable}
42
43 \newcommand{\FigBesBeg}[1][1.0]{%
44  \let\MyFigure\figure
45  \let\MyEndfigure\endfigure
46  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
47
48 \newcommand{\FigBesEnd}{%
49  \let\figure\MyFigure
50  \let\endfigure\MyEndfigure}
51
52 % ermöglicht das Berechnen von Werten
53 \usepackage{calc}
54
55 %Vergrößert den Teil der Seite, in dem Gleitobjekte
56 % unten angeordnet werden dürfen
57 \renewcommand{\bottomfraction}{0.5}
58
59 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
60 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
61
62 % beschleunigt die Berechnung von langen Tabellen
63 \setcounter{LTchunksize}{100}
64
65 % wird für skalierte und rotierte Boxen benötigt
66 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
67
68 % wird bei farbigen Tabellen benutzt
69 \@ifundefined{textcolor}
70  {\usepackage{color}}{}
71 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
72 \definecolor{hellgrau}{gray}{0.8}
73
74 % testen ob paket colortbl installiert ist
75 % wird für farbige Tabellenzellen benutzt
76 \newboolean{colortbl}
77 \IfFileExists{colortbl.sty}
78  {\usepackage{colortbl}
79   \setboolean{colortbl}{true}}
80  {\setboolean{colortbl}{false}}
81
82 % wird fuer Tabellen im Buchstil benutzt
83 \usepackage{booktabs}
84
85 % wird benutzt, um Tabellenzellen zu vergrößern
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % wird fuer benutzerdefinierte Tabellen benutzt
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % Setzt einen zusaetzlichen Abstand von
107 % 1.5 mm zwischen Fussnoten
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % Prüfung auf benötigte LaTeXPakete
117 \usepackage{ifthen}
118
119 % Pruefung auf arydshln
120 % für Tabellen mit gestrichelten Linien
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % Prüfung auf marginnote
128 % für Randnotizen
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % Prüfung auf sidecap
137 % für seitliche Beschriftungen
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % Prüfung auf picinpar
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % Damit der Index den Namen "Stichwortverzeichnis" erhält
159 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
160 \end_preamble
161 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
162 \use_default_options false
163 \begin_modules
164 initials
165 \end_modules
166 \maintain_unincluded_children false
167 \language ngerman
168 \language_package default
169 \inputencoding auto
170 \fontencoding global
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180
181 \graphics default
182 \default_output_format default
183 \output_sync 0
184 \bibtex_command default
185 \index_command default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
190 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
191 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
192 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
203 \papersize a4paper
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \use_mhchem 1
208 \use_mathdots 1
209 \cite_engine basic
210 \use_bibtopic false
211 \use_indices false
212 \paperorientation portrait
213 \suppress_date false
214 \use_refstyle 0
215 \notefontcolor #0000ff
216 \index Stichwortverzeichnis
217 \shortcut idx
218 \color #008000
219 \end_index
220 \secnumdepth 3
221 \tocdepth 3
222 \paragraph_separation skip
223 \defskip medskip
224 \quotes_language german
225 \papercolumns 1
226 \papersides 2
227 \paperpagestyle default
228 \bullet 1 0 9 -1
229 \bullet 2 2 35 -1
230 \bullet 3 2 7 -1
231 \tracking_changes false
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \end_header
237
238 \begin_body
239
240 \begin_layout Title
241 Das LyX-Handbuch der Einfügungen:
242 \begin_inset Newline newline
243 \end_inset
244
245  
246 \size larger
247 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
248 \end_layout
249
250 \begin_layout Author
251 vom LyX Team
252 \begin_inset Foot
253 status open
254
255 \begin_layout Plain Layout
256 \noindent
257
258 \size normal
259 Übersetzung und Bearbeitung: Hartmut Haase
260 \size default
261  (
262 \noun on
263 HHa
264 \noun default
265 , bis März 2010), Uwe Stöhr
266 \begin_inset Newline newline
267 \end_inset
268
269 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
270  bitte an: 
271 \begin_inset CommandInset href
272 LatexCommand href
273 name "lyx-docs@lists.lyx.org"
274 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
275 type "mailto:"
276
277 \end_inset
278
279
280 \end_layout
281
282 \end_inset
283
284
285 \begin_inset Note Note
286 status collapsed
287
288 \begin_layout Plain Layout
289 Autor: Uwe Stöhr <uwestoehr@web.de>
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Newline newline
296 \end_inset
297
298
299 \begin_inset Newline newline
300 \end_inset
301
302
303 \family sans
304 Version 2.0.x
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset CommandInset toc
309 LatexCommand tableofcontents
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset Note Note
318 status open
319
320 \begin_layout Plain Layout
321 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
322 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
323 \series bold
324 arydshln
325 \series default
326
327 \series bold
328 colortbl
329 \series default
330
331 \series bold
332 lettrine, marginnote, picinpar
333 \series default
334  und 
335 \series bold
336 sidecap
337 \series default
338 .
339  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
340  denen sie benötigt werden.
341 \end_layout
342
343 \begin_layout Plain Layout
344 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
345  hier finden:
346 \begin_inset Newline newline
347 \end_inset
348
349
350 \series bold
351 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Chapter
360 Abbildungen
361 \begin_inset Index idx
362 status collapsed
363
364 \begin_layout Plain Layout
365 Abbildungen
366 \end_layout
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Section
374 Grafik-Dialog
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Abbildungen ! Grafik-Dialog
380 \end_layout
381
382 \end_inset
383
384
385 \begin_inset CommandInset label
386 LatexCommand label
387 name "abs:Grafik-Dialog"
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Standard
395 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
396  
397 \begin_inset Graphics
398         filename ../../images/dialog-show-new-inset_graphics.png
399         scale 70
400         scaleBeforeRotation
401
402 \end_inset
403
404  in der Werkzeugleiste oder wählen das Menü 
405 \family sans
406 Einfügen\SpecialChar \menuseparator
407 Grafik
408 \family default
409 .
410  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
411  
412 \family sans
413 Durchsuchen
414 \family default
415  eingeben können.
416  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
417  an der Sie sie eingefügt haben.
418 \end_layout
419
420 \begin_layout Standard
421 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
422  klicken.
423  Der Dialog hat drei Karteikarten:
424 \end_layout
425
426 \begin_layout Description
427
428 \family sans
429 Grafik
430 \family default
431  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
432  Version festlegen.
433  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
434 \begin_inset space ~
435 \end_inset
436
437
438 \begin_inset CommandInset ref
439 LatexCommand ref
440 reference "kap:In-LyX-verfügbare"
441
442 \end_inset
443
444  erklärt.
445 \begin_inset Newline newline
446 \end_inset
447
448
449 \begin_inset Index idx
450 status collapsed
451
452 \begin_layout Plain Layout
453 Abbildungen ! rotierte
454 \end_layout
455
456 \end_inset
457
458 Sie können Abbildungen durch Angabe eines 
459 \family sans
460 Winkel
461 \family default
462
463 \begin_inset space ~
464 \end_inset
465
466
467 \family sans
468 (Grad)
469 \family default
470  und Festlegung eines 
471 \family sans
472 Drehpunktes
473 \family default
474  drehen.
475  Negative Winkel drehen im Uhrzeigersinn.
476  Die Abbildung wird auch in LyX gedreht.
477 \begin_inset Newline newline
478 \end_inset
479
480
481 \begin_inset Index idx
482 status collapsed
483
484 \begin_layout Plain Layout
485 Abbildungen ! skalierte
486 \end_layout
487
488 \end_inset
489
490 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
491  oder Höhe und Breite definiert.
492  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
493  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
494  wobei sie möglicherweise verzerrt wird.
495  Um das zu vermeiden, sollten Sie 
496 \family sans
497 Seitenverhältnis
498 \begin_inset space ~
499 \end_inset
500
501 beibehalten
502 \family default
503  ankreuzen.
504  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
505  und Breite nicht überschritten werden.
506 \begin_inset Newline newline
507 \end_inset
508
509 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
510 nden Kontext-Menü 
511 \family sans
512 Datei extern bearbeiten
513 \family default
514  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
515  öffnen.
516  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
517 \family sans
518 Datei-Handhabung\SpecialChar \menuseparator
519 Dateiformate
520 \family default
521  festgelegt werden.
522 \end_layout
523
524 \begin_layout Description
525
526 \family sans
527 Ausschnitt
528 \family default
529  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
530  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
531  Wenn Sie auf 
532 \family sans
533 Lese
534 \begin_inset space ~
535 \end_inset
536
537 aus
538 \begin_inset space ~
539 \end_inset
540
541 Datei
542 \family default
543  klicken, werden die Koordinaten automatisch berechnet.
544  Die Option 
545 \family sans
546 Auf
547 \begin_inset space ~
548 \end_inset
549
550 Begrenzungsbox
551 \begin_inset space ~
552 \end_inset
553
554 zuschneiden
555 \family default
556  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
557  Koordinaten liegt.
558  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
559  diese Karteikarte ignorieren.
560 \end_layout
561
562 \begin_layout Description
563
564 \family sans
565 LaTeX-
566 \begin_inset space ~
567 \end_inset
568
569 und
570 \begin_inset space ~
571 \end_inset
572
573 LyX-Optionen
574 \family default
575  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
576  LaTeX-Experten können weitere LaTeX-Optionen definieren.
577 \begin_inset Newline newline
578 \end_inset
579
580 Ist die Option 
581 \family sans
582 Entwurfsmodus 
583 \family default
584 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
585  darin gedruckt.
586 \begin_inset Newline newline
587 \end_inset
588
589 Die Option 
590 \family sans
591 Beim
592 \begin_inset space ~
593 \end_inset
594
595 Exportieren
596 \begin_inset space ~
597 \end_inset
598
599 nicht
600 \begin_inset space ~
601 \end_inset
602
603 entpacken
604 \family default
605  betrifft nur gepackte EPS-Dateien, zum Beispiel 
606 \emph on
607 x.eps.gz
608 \emph default
609 .
610  LaTeX kann so mit ihnen umgehen.
611 \begin_inset Newline newline
612 \end_inset
613
614 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
615  wählen, siehe Anhang
616 \begin_inset space ~
617 \end_inset
618
619
620 \begin_inset CommandInset ref
621 LatexCommand ref
622 reference "abs:PostScript"
623
624 \end_inset
625
626 .
627  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
628 \begin_inset Newline newline
629 \end_inset
630
631
632 \series bold
633 gzip x.eps
634 \begin_inset Newline newline
635 \end_inset
636
637 zgrep %%Bounding x.eps.gz > x.eps.bb
638 \series default
639
640 \begin_inset Newline newline
641 \end_inset
642
643 Der zweite Befehl erzeugt die Begrenzungsbox 
644 \begin_inset Quotes gld
645 \end_inset
646
647 x.eps.bb
648 \begin_inset Quotes grd
649 \end_inset
650
651 , die LaTeX für gepackte Abbildungen benötigt.
652 \begin_inset Newline newline
653 \end_inset
654
655 Im Abschnitt 
656 \family sans
657 Grafikgruppe
658 \family default
659  kann man eine Einstellungsgruppe definieren oder dem Bild eine solche zuzuordne
660 n.
661 \begin_inset Index idx
662 status collapsed
663
664 \begin_layout Plain Layout
665 Abbildungen ! Einstellungsgruppen
666 \end_layout
667
668 \end_inset
669
670  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
671  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
672  der Gruppe geändert werden.
673  Damit kann man z.B.
674 \begin_inset space ~
675 \end_inset
676
677 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
678  Bild tun zu müssen.
679  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
680  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
681 \end_layout
682
683 \begin_layout Standard
684 \begin_inset VSpace bigskip
685 \end_inset
686
687
688 \end_layout
689
690 \begin_layout Standard
691 Hier ist eine zentrierte EPS-Abbildung
692 \begin_inset Foot
693 status collapsed
694
695 \begin_layout Plain Layout
696 Abbildungsformate sind in Abschnitt
697 \begin_inset space ~
698 \end_inset
699
700
701 \begin_inset CommandInset ref
702 LatexCommand ref
703 reference "abs:Bildformate"
704
705 \end_inset
706
707  beschrieben.
708 \end_layout
709
710 \end_inset
711
712  in einem eigenen Absatz:
713 \end_layout
714
715 \begin_layout Standard
716 \align center
717 \begin_inset Graphics
718         filename ../clipart/mobius.eps
719         scale 70
720         scaleBeforeRotation
721         rotateOrigin center
722
723 \end_inset
724
725
726 \end_layout
727
728 \begin_layout Standard
729 \noindent
730 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
731 \end_layout
732
733 \begin_layout Standard
734 \align center
735 \begin_inset Graphics
736         filename ../clipart/mobius.eps
737         scale 70
738         draft
739         scaleBeforeRotation
740         rotateOrigin center
741
742 \end_inset
743
744
745 \end_layout
746
747 \begin_layout Section
748 Gleitende Abbildungen
749 \begin_inset CommandInset label
750 LatexCommand label
751 name "abs:Gleitende-Abbildungen"
752
753 \end_inset
754
755
756 \begin_inset Index idx
757 status collapsed
758
759 \begin_layout Plain Layout
760 Abbildungen ! gleitende
761 \end_layout
762
763 \end_inset
764
765
766 \begin_inset Index idx
767 status collapsed
768
769 \begin_layout Plain Layout
770 Gleitobjekte ! Abbildungen
771 \end_layout
772
773 \end_inset
774
775
776 \end_layout
777
778 \begin_layout Standard
779 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
780 \begin_inset space ~
781 \end_inset
782
783
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "abs:Gleitobjekte-Einleitung"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \begin_layout Standard
794 Wenn Sie auf das Werkzeugleisten-Symbol 
795 \begin_inset Graphics
796         filename ../../images/float-insert_figure.png
797         scale 70
798         scaleBeforeRotation
799
800 \end_inset
801
802  klicken oder 
803 \family sans
804 Einfügen\SpecialChar \menuseparator
805 Gleit\SpecialChar \-
806 objekt\SpecialChar \menuseparator
807 Abbildung
808 \family default
809  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
810  In das rot umrahmte Feld rechts von 
811 \emph on
812 Abbildung
813 \begin_inset space ~
814 \end_inset
815
816 Nr:
817 \emph default
818  schreiben Sie die Bildbeschriftung.
819  Nach einem Klick oberhalb oder unterhalb von 
820 \emph on
821 Abbildung
822 \begin_inset space ~
823 \end_inset
824
825 Nr:
826 \emph default
827  können Sie dann eine Abbildung wie 
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "abb:kill-plat"
831
832 \end_inset
833
834  oberhalb oder wie Abbildung
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "abb:escher"
842
843 \end_inset
844
845  unterhalb der Bildbeschriftung einfügen.
846  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "abs:Titel-Platzierung"
854
855 \end_inset
856
857 .
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Float figure
862 wide false
863 sideways false
864 status open
865
866 \begin_layout Plain Layout
867 \align center
868 \begin_inset Graphics
869         filename ../clipart/platypus.eps
870         width 50col%
871         scaleBeforeRotation
872         rotateOrigin center
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Plain Layout
880 \begin_inset Caption
881
882 \begin_layout Plain Layout
883 \begin_inset CommandInset label
884 LatexCommand label
885 name "abb:kill-plat"
886
887 \end_inset
888
889 Platypus in einem Gleitobjekt
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Float figure
904 wide false
905 sideways false
906 status open
907
908 \begin_layout Plain Layout
909 \begin_inset Caption
910
911 \begin_layout Plain Layout
912 \begin_inset CommandInset label
913 LatexCommand label
914 name "abb:escher"
915
916 \end_inset
917
918 M.C.
919  Escher
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Plain Layout
928 \align center
929 \begin_inset Graphics
930         filename ../clipart/escher-lsd.eps
931         scale 80
932         scaleBeforeRotation
933         rotateOrigin center
934
935 \end_inset
936
937
938 \end_layout
939
940 \end_inset
941
942
943 \end_layout
944
945 \begin_layout Standard
946 \begin_inset Index idx
947 status collapsed
948
949 \begin_layout Plain Layout
950 Querverweise ! auf Abbildungen
951 \end_layout
952
953 \end_inset
954
955 Abbildung
956 \begin_inset space ~
957 \end_inset
958
959
960 \begin_inset CommandInset ref
961 LatexCommand ref
962 reference "abb:kill-plat"
963
964 \end_inset
965
966  und 
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "abb:escher"
970
971 \end_inset
972
973  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
974  Dafür fügen Sie in der Beschriftung mit 
975 \family sans
976 Einfügen\SpecialChar \menuseparator
977 Marke
978 \family default
979  oder durch Klicken auf 
980 \begin_inset Graphics
981         filename ../../images/label-insert.png
982         scale 70
983         scaleBeforeRotation
984
985 \end_inset
986
987  eine Marke ein.
988  Auf diese können Sie dann wie gewohnt mit 
989 \family sans
990 Einfügen\SpecialChar \menuseparator
991 Querverweis
992 \family default
993  oder durch Klicken auf 
994 \begin_inset Graphics
995         filename ../../images/dialog-show-new-inset_ref.png
996         scale 70
997         scaleBeforeRotation
998
999 \end_inset
1000
1001  verweisen.
1002  Das ist besser als eine vage Formulierung wie 
1003 \begin_inset Quotes gld
1004 \end_inset
1005
1006 die obige Abbildung
1007 \begin_inset Quotes grd
1008 \end_inset
1009
1010  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1011  erscheint, und das muss nicht 
1012 \emph on
1013 oben
1014 \emph default
1015  sein.
1016  Verweise werden detailliert in Abschnitt
1017 \begin_inset space ~
1018 \end_inset
1019
1020
1021 \begin_inset CommandInset ref
1022 LatexCommand ref
1023 reference "abs:Auf-Gleitobjekte-verweisen"
1024
1025 \end_inset
1026
1027  beschrieben.
1028 \end_layout
1029
1030 \begin_layout Standard
1031 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1032  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1033  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1034  Gleitabbildung einfügt.
1035  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1036  Abbildung
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "abb:Zwei-Teilabbildungen"
1044
1045 \end_inset
1046
1047  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1048  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1049  Gleitabbildung auf Eingabe drücken.
1050  Abbildung
1051 \begin_inset space ~
1052 \end_inset
1053
1054
1055 \begin_inset CommandInset ref
1056 LatexCommand ref
1057 reference "abb:Undefinierbar"
1058
1059 \end_inset
1060
1061  und 
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "abb:Ein-Schnabeltier"
1065
1066 \end_inset
1067
1068  sind die Teilabbildungen.
1069 \end_layout
1070
1071 \begin_layout Standard
1072 \begin_inset Float figure
1073 wide false
1074 sideways false
1075 status open
1076
1077 \begin_layout Plain Layout
1078 \begin_inset space \hfill{}
1079 \end_inset
1080
1081
1082 \begin_inset Float figure
1083 wide false
1084 sideways false
1085 status collapsed
1086
1087 \begin_layout Plain Layout
1088 \begin_inset Caption
1089
1090 \begin_layout Plain Layout
1091 \begin_inset CommandInset label
1092 LatexCommand label
1093 name "abb:Undefinierbar"
1094
1095 \end_inset
1096
1097 Undefinierbar
1098 \end_layout
1099
1100 \end_inset
1101
1102
1103 \end_layout
1104
1105 \begin_layout Plain Layout
1106 \begin_inset Graphics
1107         filename ../clipart/escher-lsd.eps
1108         width 35col%
1109         scaleBeforeRotation
1110         groupId Teilabbildung
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \end_inset
1118
1119
1120 \begin_inset space \hfill{}
1121 \end_inset
1122
1123
1124 \begin_inset Float figure
1125 wide false
1126 sideways false
1127 status collapsed
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Caption
1131
1132 \begin_layout Plain Layout
1133 \begin_inset CommandInset label
1134 LatexCommand label
1135 name "abb:Ein-Schnabeltier"
1136
1137 \end_inset
1138
1139 Ein Schnabeltier
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Plain Layout
1148 \begin_inset Graphics
1149         filename ../clipart/platypus.eps
1150         width 35col%
1151         scaleBeforeRotation
1152         groupId Teilabbildung
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \end_inset
1160
1161
1162 \begin_inset space \hfill{}
1163 \end_inset
1164
1165
1166 \end_layout
1167
1168 \begin_layout Plain Layout
1169 \begin_inset Caption
1170
1171 \begin_layout Plain Layout
1172 \begin_inset CommandInset label
1173 LatexCommand label
1174 name "abb:Zwei-Teilabbildungen"
1175
1176 \end_inset
1177
1178 Zwei Teilabbildungen nebeneinander.
1179  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1180 \begin_inset Quotes gld
1181 \end_inset
1182
1183 Teilabbildung
1184 \begin_inset Quotes grd
1185 \end_inset
1186
1187  an.
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \end_layout
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \begin_layout Section
1201 Bildformate
1202 \begin_inset CommandInset label
1203 LatexCommand label
1204 name "abs:Bildformate"
1205
1206 \end_inset
1207
1208
1209 \begin_inset Index idx
1210 status collapsed
1211
1212 \begin_layout Plain Layout
1213 Abbildungen ! Bildformate
1214 \end_layout
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \begin_layout Standard
1222 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1223  Aber wie in Anhang
1224 \begin_inset space ~
1225 \end_inset
1226
1227
1228 \begin_inset CommandInset ref
1229 LatexCommand ref
1230 reference "kap:Ausgabedatei-Formate"
1231
1232 \end_inset
1233
1234  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1235  LyX benutzt im Hintergrund das Programm
1236 \family typewriter
1237  ImageMagick
1238 \family default
1239 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1240  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1241  vermeiden.
1242  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1243  werden können.
1244  Diese Formate werden in Anhang
1245 \begin_inset space ~
1246 \end_inset
1247
1248
1249 \begin_inset CommandInset ref
1250 LatexCommand ref
1251 reference "kap:Ausgabedatei-Formate"
1252
1253 \end_inset
1254
1255  beschrieben.
1256 \end_layout
1257
1258 \begin_layout Standard
1259 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1260 \end_layout
1261
1262 \begin_layout Description
1263 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1264  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1265  
1266 \emph on
1267 pixelig
1268 \emph default
1269  aus.
1270  Bekannte Pixel-Formate sind 
1271 \begin_inset Quotes gld
1272 \end_inset
1273
1274 Graphics Interchange Format
1275 \begin_inset Quotes grd
1276 \end_inset
1277
1278  (GIF, Dateiendung
1279 \family typewriter
1280  
1281 \family default
1282
1283 \begin_inset Quotes gld
1284 \end_inset
1285
1286
1287 \family typewriter
1288 .gif
1289 \family default
1290
1291 \begin_inset Quotes grd
1292 \end_inset
1293
1294 )
1295 \begin_inset Index idx
1296 status collapsed
1297
1298 \begin_layout Plain Layout
1299 GIF
1300 \end_layout
1301
1302 \end_inset
1303
1304
1305 \begin_inset Quotes gld
1306 \end_inset
1307
1308 Portable Network Graphics
1309 \begin_inset Quotes grd
1310 \end_inset
1311
1312  (PNG, Dateiendung 
1313 \begin_inset Quotes gld
1314 \end_inset
1315
1316
1317 \family typewriter
1318 .png
1319 \family default
1320
1321 \begin_inset Quotes grd
1322 \end_inset
1323
1324 )
1325 \begin_inset Index idx
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329 PNG
1330 \end_layout
1331
1332 \end_inset
1333
1334
1335 \begin_inset Quotes gld
1336 \end_inset
1337
1338 Joint Photographic Experts Group
1339 \begin_inset Quotes grd
1340 \end_inset
1341
1342  (JPEG, Dateiendung
1343 \family typewriter
1344  
1345 \family default
1346
1347 \begin_inset Quotes gld
1348 \end_inset
1349
1350
1351 \family typewriter
1352 .jpg
1353 \family default
1354
1355 \begin_inset Quotes grd
1356 \end_inset
1357
1358  oder 
1359 \begin_inset Quotes gld
1360 \end_inset
1361
1362
1363 \family typewriter
1364 .jpeg
1365 \family default
1366
1367 \begin_inset Quotes grd
1368 \end_inset
1369
1370 )
1371 \begin_inset Index idx
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375 JPG, JPEG
1376 \end_layout
1377
1378 \end_inset
1379
1380  und 
1381 \begin_inset Quotes gld
1382 \end_inset
1383
1384 Windows Bitmap
1385 \begin_inset Quotes grd
1386 \end_inset
1387
1388  (BMP, Dateiendung 
1389 \begin_inset Quotes gld
1390 \end_inset
1391
1392
1393 \family typewriter
1394 .bmp
1395 \family default
1396
1397 \begin_inset Quotes grd
1398 \end_inset
1399
1400 )
1401 \begin_inset Index idx
1402 status collapsed
1403
1404 \begin_layout Plain Layout
1405 BMP
1406 \end_layout
1407
1408 \end_inset
1409
1410 .
1411 \end_layout
1412
1413 \begin_layout Description
1414 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1415  auf jede beliebige Größe skaliert werden.
1416  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1417  zoomen zu können.
1418 \begin_inset Newline newline
1419 \end_inset
1420
1421 Bekannte Formate sind 
1422 \begin_inset Quotes gld
1423 \end_inset
1424
1425 Scalable Vector Graphics
1426 \begin_inset Quotes grd
1427 \end_inset
1428
1429  (SVG, Dateiendung
1430 \family typewriter
1431  
1432 \family default
1433
1434 \begin_inset Quotes gld
1435 \end_inset
1436
1437
1438 \family typewriter
1439 .svg
1440 \family default
1441
1442 \begin_inset Quotes grd
1443 \end_inset
1444
1445 )
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 SVG
1451 \end_layout
1452
1453 \end_inset
1454
1455
1456 \begin_inset Quotes gld
1457 \end_inset
1458
1459 Encapsulated PostScript
1460 \begin_inset Quotes grd
1461 \end_inset
1462
1463  (EPS, Dateiendung 
1464 \begin_inset Quotes gld
1465 \end_inset
1466
1467
1468 \family typewriter
1469 .eps
1470 \family default
1471
1472 \begin_inset Quotes grd
1473 \end_inset
1474
1475 )
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 EPS
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \begin_inset Quotes gld
1487 \end_inset
1488
1489 Portable Document Format
1490 \begin_inset Quotes grd
1491 \end_inset
1492
1493  (PDF, Dateiendung
1494 \family typewriter
1495  
1496 \family default
1497
1498 \begin_inset Quotes gld
1499 \end_inset
1500
1501
1502 \family typewriter
1503 .pdf
1504 \family default
1505
1506 \begin_inset Quotes grd
1507 \end_inset
1508
1509 )
1510 \begin_inset Index idx
1511 status collapsed
1512
1513 \begin_layout Plain Layout
1514 PDF
1515 \end_layout
1516
1517 \end_inset
1518
1519  und 
1520 \begin_inset Quotes gld
1521 \end_inset
1522
1523 Windows Metafile
1524 \begin_inset Quotes grd
1525 \end_inset
1526
1527  (WMF, Dateiendung 
1528 \begin_inset Quotes gld
1529 \end_inset
1530
1531
1532 \family typewriter
1533 .wmf
1534 \family default
1535
1536 \begin_inset Quotes grd
1537 \end_inset
1538
1539 )
1540 \begin_inset Index idx
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 WMF
1545 \end_layout
1546
1547 \end_inset
1548
1549 .
1550 \end_layout
1551
1552 \begin_layout Standard
1553 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1554  das Ergebnis ist immer noch ein Pixelbild.
1555  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1556  hinzugefügt.
1557 \begin_inset Foot
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561 Bei PDF wird das Originalbild auch noch komprimiert.
1562 \end_layout
1563
1564 \end_inset
1565
1566  Die PDF-Dateien, die 
1567 \family typewriter
1568 Adobe Photoshop
1569 \family default
1570  erzeugt, sind zum Beispiel Pixelbilder.
1571 \end_layout
1572
1573 \begin_layout Standard
1574 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1575  umgekehrt.
1576  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1577  eingefügt werden.
1578  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1579  erzeugt wird, weil es zur Zeit keine WMF/SVG
1580 \begin_inset Formula $\to$
1581 \end_inset
1582
1583 PDF/EPS Konverter gibt.
1584 \end_layout
1585
1586 \begin_layout Chapter
1587 Tabellen
1588 \begin_inset Index idx
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592 Tabellen
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \begin_layout Section
1601 Einführung
1602 \begin_inset Index idx
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606 Tabellen ! Einführung
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \begin_layout Standard
1615 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1616 \begin_inset Graphics
1617         filename ../../images/tabular-insert.png
1618         scale 70
1619         scaleBeforeRotation
1620
1621 \end_inset
1622
1623  oder das Menü 
1624 \family sans
1625 Einfügen\SpecialChar \menuseparator
1626 Tabelle
1627 \family default
1628  einfügen.
1629  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1630 \begin_inset space \thinspace{}
1631 \end_inset
1632
1633 -Tabelle.
1634  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1635  und die Größe der dunkelblauen Tabelle angezeigt.
1636  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1637  ein.
1638  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1639  Spaltenanzahl festlegen können.
1640 \end_layout
1641
1642 \begin_layout Standard
1643 In der so erstellten Tabelle ist jede Zelle umrandet.
1644  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1645  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1646  die zweite Zeile eine Linie oberhalb haben.
1647  Hier ist ein Beispiel:
1648 \end_layout
1649
1650 \begin_layout Standard
1651 \align center
1652 \begin_inset Tabular
1653 <lyxtabular version="3" rows="5" columns="4">
1654 <features tabularvalignment="middle">
1655 <column alignment="center" valignment="top" width="0">
1656 <column alignment="center" valignment="top" width="0">
1657 <column alignment="center" valignment="top" width="0">
1658 <column alignment="center" valignment="top" width="0">
1659 <row>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1670 \begin_inset Text
1671
1672 \begin_layout Plain Layout
1673
1674 \family roman
1675 \series medium
1676 \shape up
1677 \size normal
1678 \emph off
1679 \bar no
1680 \noun off
1681 \color none
1682 1
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691 2
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700 3
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 </row>
1706 <row>
1707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1708 \begin_inset Text
1709
1710 \begin_layout Plain Layout
1711
1712 \family roman
1713 \series medium
1714 \shape up
1715 \size normal
1716 \emph off
1717 \bar no
1718 \noun off
1719 \color none
1720 A
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747
1748 \end_layout
1749
1750 \end_inset
1751 </cell>
1752 </row>
1753 <row>
1754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758
1759 \family roman
1760 \series medium
1761 \shape up
1762 \size normal
1763 \emph off
1764 \bar no
1765 \noun off
1766 \color none
1767 B
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794
1795 \end_layout
1796
1797 \end_inset
1798 </cell>
1799 </row>
1800 <row>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \family roman
1807 \series medium
1808 \shape up
1809 \size normal
1810 \emph off
1811 \bar no
1812 \noun off
1813 \color none
1814 C
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852 D
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 </lyxtabular>
1886
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \begin_layout Section
1893 Tabellen-Dialog
1894 \begin_inset Index idx
1895 status collapsed
1896
1897 \begin_layout Plain Layout
1898 Tabellen ! Einstellungen
1899 \end_layout
1900
1901 \end_inset
1902
1903
1904 \end_layout
1905
1906 \begin_layout Standard
1907 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1908  Maustaste draufklicken.
1909  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1910 \family sans
1911 Einstellungen
1912 \family default
1913  steht.
1914  Ein Klick darauf öffnet den Tabellen-Dialog.
1915  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1916  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1917  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1918  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1919  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1920  Auswahl.
1921  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1922 \emph on
1923 Inhalt
1924 \emph default
1925  einer Zelle oder die Zelle selber ausgewählt haben.
1926 \begin_inset Newline newline
1927 \end_inset
1928
1929 Mit der Dialog-Option 
1930 \family sans
1931 Direkt
1932 \begin_inset space ~
1933 \end_inset
1934
1935 übernehmen
1936 \family default
1937  wird jede Änderung, die Sie machen, direkt übernommen.
1938  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1939  dann auch die Parameter der neuen Zelle an.
1940  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1941  Änderung zu übernehmen.
1942 \begin_inset Newline newline
1943 \end_inset
1944
1945 Der Tabellen-Dialog hat folgende Karteikarten:
1946 \end_layout
1947
1948 \begin_layout Description
1949
1950 \family sans
1951 Tabellen-Einstellungen
1952 \family default
1953  Hier können Sie die Horizontale
1954 \begin_inset space ~
1955 \end_inset
1956
1957 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1958  Die Ausrichtung 
1959 \family sans
1960 Am
1961 \begin_inset space ~
1962 \end_inset
1963
1964 Dezimaltrenner
1965 \family default
1966  ist in Abschnitt
1967 \begin_inset space ~
1968 \end_inset
1969
1970
1971 \begin_inset CommandInset ref
1972 LatexCommand ref
1973 reference "sub:Besondere-Zellenausrichtung"
1974
1975 \end_inset
1976
1977  beschrieben.
1978  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1979 \begin_inset space ~
1980 \end_inset
1981
1982 Ausrichtung der momentanen Zeile wählen.
1983  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1984  Absätze haben, wie in Abschnitt
1985 \begin_inset space ~
1986 \end_inset
1987
1988
1989 \begin_inset CommandInset ref
1990 LatexCommand ref
1991 reference "uab:Mehrfache-Zeilen-in"
1992
1993 \end_inset
1994
1995  beschrieben.
1996  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1997 \begin_inset Newline newline
1998 \end_inset
1999
2000 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2001  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2002 \begin_inset space ~
2003 \end_inset
2004
2005
2006 \begin_inset CommandInset ref
2007 LatexCommand ref
2008 reference "uab:Mehrfachspalten"
2009
2010 \end_inset
2011
2012  und 
2013 \begin_inset CommandInset ref
2014 LatexCommand ref
2015 reference "uab:Mehrfachzeilen"
2016
2017 \end_inset
2018
2019  beschrieben.
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2024  den Uhrzeigersinn um 90° drehen.
2025  LyX zeigt diese Drehung nur in der Ausgabe.
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029
2030 \begin_inset Note Greyedout
2031 status open
2032
2033 \begin_layout Plain Layout
2034
2035 \series bold
2036 Achtung:
2037 \series default
2038  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2039 \end_layout
2040
2041 \end_inset
2042
2043
2044 \begin_inset Newline newline
2045 \end_inset
2046
2047 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2048  Textzeilen verwendet:
2049 \begin_inset Newline newline
2050 \end_inset
2051
2052 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2053 \begin_inset Tabular
2054 <lyxtabular version="3" rows="2" columns="2">
2055 <features tabularvalignment="top">
2056 <column alignment="center" valignment="top" width="0pt">
2057 <column alignment="center" valignment="top" width="0">
2058 <row>
2059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2069 \begin_inset Text
2070
2071 \begin_layout Plain Layout
2072 1
2073 \end_layout
2074
2075 \end_inset
2076 </cell>
2077 </row>
2078 <row>
2079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2080 \begin_inset Text
2081
2082 \begin_layout Plain Layout
2083 A
2084 \end_layout
2085
2086 \end_inset
2087 </cell>
2088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2089 \begin_inset Text
2090
2091 \begin_layout Plain Layout
2092
2093 \end_layout
2094
2095 \end_inset
2096 </cell>
2097 </row>
2098 </lyxtabular>
2099
2100 \end_inset
2101
2102  
2103 \begin_inset Tabular
2104 <lyxtabular version="3" rows="2" columns="2">
2105 <features tabularvalignment="middle">
2106 <column alignment="center" valignment="top" width="0">
2107 <column alignment="center" valignment="top" width="0">
2108 <row>
2109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2110 \begin_inset Text
2111
2112 \begin_layout Plain Layout
2113
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2119 \begin_inset Text
2120
2121 \begin_layout Plain Layout
2122 1
2123 \end_layout
2124
2125 \end_inset
2126 </cell>
2127 </row>
2128 <row>
2129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2130 \begin_inset Text
2131
2132 \begin_layout Plain Layout
2133 A
2134 \end_layout
2135
2136 \end_inset
2137 </cell>
2138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2139 \begin_inset Text
2140
2141 \begin_layout Plain Layout
2142
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 </row>
2148 </lyxtabular>
2149
2150 \end_inset
2151
2152  
2153 \begin_inset Tabular
2154 <lyxtabular version="3" rows="2" columns="2">
2155 <features tabularvalignment="bottom">
2156 <column alignment="center" valignment="top" width="0pt">
2157 <column alignment="center" valignment="top" width="0">
2158 <row>
2159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2160 \begin_inset Text
2161
2162 \begin_layout Plain Layout
2163
2164 \end_layout
2165
2166 \end_inset
2167 </cell>
2168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2169 \begin_inset Text
2170
2171 \begin_layout Plain Layout
2172 1
2173 \end_layout
2174
2175 \end_inset
2176 </cell>
2177 </row>
2178 <row>
2179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2180 \begin_inset Text
2181
2182 \begin_layout Plain Layout
2183 A
2184 \end_layout
2185
2186 \end_inset
2187 </cell>
2188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2189 \begin_inset Text
2190
2191 \begin_layout Plain Layout
2192
2193 \end_layout
2194
2195 \end_inset
2196 </cell>
2197 </row>
2198 </lyxtabular>
2199
2200 \end_inset
2201
2202
2203 \begin_inset Newline newline
2204 \end_inset
2205
2206 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2207 gen einfügen,
2208  wie in den Abschnitten 
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "uab:Mehrfachspalten-Berechnungen"
2212
2213 \end_inset
2214
2215  und 
2216 \begin_inset CommandInset ref
2217 LatexCommand ref
2218 reference "abs:Farbige-Tabellen"
2219
2220 \end_inset
2221
2222  beschrieben.
2223 \end_layout
2224
2225 \begin_layout Description
2226
2227 \family sans
2228 Rahmen
2229 \family default
2230  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2231  hinzufügen und löschen.
2232 \begin_inset Newline newline
2233 \end_inset
2234
2235 Wenn Sie die Stil-Option
2236 \family sans
2237  Formal
2238 \family default
2239  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2240 \begin_inset space ~
2241 \end_inset
2242
2243
2244 \begin_inset CommandInset ref
2245 LatexCommand ref
2246 reference "abs:Formale-Tabellen"
2247
2248 \end_inset
2249
2250  beschrieben, konvertiert.
2251 \begin_inset Newline newline
2252 \end_inset
2253
2254 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2255 \begin_inset space ~
2256 \end_inset
2257
2258
2259 \begin_inset CommandInset ref
2260 LatexCommand ref
2261 reference "uab:Zeilenabstand"
2262
2263 \end_inset
2264
2265  beschrieben.
2266 \end_layout
2267
2268 \begin_layout Description
2269
2270 \family sans
2271 Lange
2272 \begin_inset space ~
2273 \end_inset
2274
2275 Tabelle
2276 \family default
2277  Hier kann eine Tabelle als 
2278 \begin_inset Quotes gld
2279 \end_inset
2280
2281 Lange
2282 \begin_inset space ~
2283 \end_inset
2284
2285 Tabelle
2286 \begin_inset Quotes grd
2287 \end_inset
2288
2289  definiert werden, die über mehrere Seiten reicht.
2290  Die Abschnitte
2291 \begin_inset space ~
2292 \end_inset
2293
2294
2295 \begin_inset CommandInset ref
2296 LatexCommand ref
2297 reference "abs:Lange-Tabellen"
2298
2299 \end_inset
2300
2301  und 
2302 \begin_inset CommandInset ref
2303 LatexCommand ref
2304 reference "abs:Special-Longtable-Issues"
2305
2306 \end_inset
2307
2308  beschreiben diese Funktion genauer.
2309 \end_layout
2310
2311 \begin_layout Section
2312 Tabellen-Werkzeugleiste
2313 \begin_inset Index idx
2314 status collapsed
2315
2316 \begin_layout Plain Layout
2317 Tabellen ! Werkzeugleiste
2318 \end_layout
2319
2320 \end_inset
2321
2322
2323 \end_layout
2324
2325 \begin_layout Standard
2326 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2327 \family sans
2328 Tabellen-Einstellungen
2329 \family default
2330 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2331  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2332  LyX-Fensters.
2333 \end_layout
2334
2335 \begin_layout Standard
2336 Die Werkzeugleiste hat folgende Knöpfe:
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../../images/tabular-feature_append-row.png
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347  Fügt eine Zeile unterhalb der momentanen an
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../../images/tabular-feature_append-column.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  Fügt eine Spalte rechts von der momentanen an
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../../images/tabular-feature_delete-row.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  Löscht die ausgewählte(n) Zeile(n)
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../../images/tabular-feature_delete-column.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  Löscht die ausgewählte(n) Spalte(n)
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../../images/tabular-feature_toggle-line-top.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2392  wenn der Knopf grau hinterlegt ist
2393 \end_layout
2394
2395 \begin_layout Labeling
2396 \labelwidthstring 00.00.0000
2397 \begin_inset Graphics
2398         filename ../../images/tabular-feature_toggle-line-bottom.png
2399         scaleBeforeRotation
2400
2401 \end_inset
2402
2403  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2404  wenn der Knopf grau hinterlegt ist
2405 \end_layout
2406
2407 \begin_layout Labeling
2408 \labelwidthstring 00.00.0000
2409 \begin_inset Graphics
2410         filename ../../images/tabular-feature_toggle-line-left.png
2411         scaleBeforeRotation
2412
2413 \end_inset
2414
2415  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2416  wenn der Knopf grau hinterlegt ist
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../../images/tabular-feature_toggle-line-right.png
2423         scaleBeforeRotation
2424
2425 \end_inset
2426
2427  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2428  wenn der Knopf grau hinterlegt ist
2429 \end_layout
2430
2431 \begin_layout Labeling
2432 \labelwidthstring 00.00.0000
2433 \begin_inset Graphics
2434         filename ../../images/tabular-feature_set-all-lines.png
2435         scaleBeforeRotation
2436
2437 \end_inset
2438
2439  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2440 \end_layout
2441
2442 \begin_layout Labeling
2443 \labelwidthstring 00.00.0000
2444 \begin_inset Graphics
2445         filename ../../images/tabular-feature_unset-all-lines.png
2446         scaleBeforeRotation
2447
2448 \end_inset
2449
2450  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2451 \end_layout
2452
2453 \begin_layout Labeling
2454 \labelwidthstring 00.00.0000
2455 \begin_inset Graphics
2456         filename ../../images/tabular-feature_m-align-left.png
2457         scaleBeforeRotation
2458
2459 \end_inset
2460
2461  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2462 \end_layout
2463
2464 \begin_layout Labeling
2465 \labelwidthstring 00.00.0000
2466 \begin_inset Graphics
2467         filename ../../images/tabular-feature_m-align-center.png
2468         scaleBeforeRotation
2469
2470 \end_inset
2471
2472  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2473 \end_layout
2474
2475 \begin_layout Labeling
2476 \labelwidthstring 00.00.0000
2477 \begin_inset Graphics
2478         filename ../../images/tabular-feature_m-align-right.png
2479         scaleBeforeRotation
2480
2481 \end_inset
2482
2483  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2484 \end_layout
2485
2486 \begin_layout Labeling
2487 \labelwidthstring 00.00.0000
2488 \begin_inset Graphics
2489         filename ../../images/tabular-feature_align-decimal.png
2490         scaleBeforeRotation
2491
2492 \end_inset
2493
2494  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2495 \end_layout
2496
2497 \begin_layout Labeling
2498 \labelwidthstring 00.00.0000
2499 \begin_inset Graphics
2500         filename ../../images/tabular-feature_m-valign-top.png
2501         scaleBeforeRotation
2502
2503 \end_inset
2504
2505  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2506 \end_layout
2507
2508 \begin_layout Labeling
2509 \labelwidthstring 00.00.0000
2510 \begin_inset Graphics
2511         filename ../../images/tabular-feature_m-valign-middle.png
2512         scaleBeforeRotation
2513
2514 \end_inset
2515
2516  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2517 \end_layout
2518
2519 \begin_layout Labeling
2520 \labelwidthstring 00.00.0000
2521 \begin_inset Graphics
2522         filename ../../images/tabular-feature_m-valign-bottom.png
2523         scaleBeforeRotation
2524
2525 \end_inset
2526
2527  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2528 \end_layout
2529
2530 \begin_layout Labeling
2531 \labelwidthstring 00.00.0000
2532 \begin_inset Graphics
2533         filename ../../images/tabular-feature_set-rotate-cell.png
2534         scaleBeforeRotation
2535
2536 \end_inset
2537
2538  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2539 \end_layout
2540
2541 \begin_layout Labeling
2542 \labelwidthstring 00.00.0000
2543 \begin_inset Graphics
2544         filename ../../images/tabular-feature_set-rotate-tabular.png
2545         scaleBeforeRotation
2546
2547 \end_inset
2548
2549  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2550 \end_layout
2551
2552 \begin_layout Labeling
2553 \labelwidthstring 00.00.0000
2554 \begin_inset Graphics
2555         filename ../../images/tabular-feature_multicolumn.png
2556         scaleBeforeRotation
2557
2558 \end_inset
2559
2560  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2561 \end_layout
2562
2563 \begin_layout Labeling
2564 \labelwidthstring 00.00.0000
2565 \begin_inset Graphics
2566         filename ../../images/tabular-feature_multirow.png
2567         scaleBeforeRotation
2568
2569 \end_inset
2570
2571  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2572 \end_layout
2573
2574 \begin_layout Standard
2575 \begin_inset Note Greyedout
2576 status open
2577
2578 \begin_layout Plain Layout
2579
2580 \series bold
2581 Bemerkung:
2582 \series default
2583  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2584  Reihe für alle Zelle der Reihe verwendet.
2585 \end_layout
2586
2587 \end_inset
2588
2589
2590 \end_layout
2591
2592 \begin_layout Section
2593 Bearbeiten-Menü
2594 \begin_inset Index idx
2595 status collapsed
2596
2597 \begin_layout Plain Layout
2598 Tabellen ! Bearbeiten-Menü
2599 \end_layout
2600
2601 \end_inset
2602
2603
2604 \end_layout
2605
2606 \begin_layout Standard
2607 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2608  Wenn der Cursor in einer Tabelle steht, sind im 
2609 \family sans
2610 Bearbeiten
2611 \family default
2612 -Menü folgende Punkte aktiviert: 
2613 \family sans
2614 Tabelle
2615 \family default
2616
2617 \family sans
2618 Zeilen
2619 \begin_inset space ~
2620 \end_inset
2621
2622 &
2623 \begin_inset space ~
2624 \end_inset
2625
2626 Spalten
2627 \family default
2628  und 
2629 \family sans
2630 Tabellen-Einstellungen
2631 \family default
2632 .
2633  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2634 ngsmöglichkeiten zu erreichen.
2635 \end_layout
2636
2637 \begin_layout Section
2638 Gleitende Tabellen
2639 \begin_inset CommandInset label
2640 LatexCommand label
2641 name "abs:Gleitende-Tabellen"
2642
2643 \end_inset
2644
2645
2646 \begin_inset Index idx
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 Gleitobjekte ! Tabellen
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \begin_inset Index idx
2657 status collapsed
2658
2659 \begin_layout Plain Layout
2660 Tabellen ! gleitende
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2670 \begin_inset space ~
2671 \end_inset
2672
2673
2674 \begin_inset CommandInset ref
2675 LatexCommand ref
2676 reference "abs:Gleitobjekte-Einleitung"
2677
2678 \end_inset
2679
2680 .
2681 \end_layout
2682
2683 \begin_layout Standard
2684 \begin_inset Float table
2685 placement h
2686 wide false
2687 sideways false
2688 status open
2689
2690 \begin_layout Plain Layout
2691 \begin_inset Caption
2692
2693 \begin_layout Plain Layout
2694 \begin_inset CommandInset label
2695 LatexCommand label
2696 name "tab:a table float"
2697
2698 \end_inset
2699
2700 Eine gleitende Tabelle
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \begin_layout Plain Layout
2709 \align center
2710 \begin_inset Tabular
2711 <lyxtabular version="3" rows="3" columns="3">
2712 <features tabularvalignment="middle">
2713 <column alignment="center" valignment="top" width="0pt">
2714 <column alignment="center" valignment="top" width="0pt">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <row>
2717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Plain Layout
2721
2722 \family roman
2723 \series medium
2724 \shape up
2725 \size normal
2726 \emph off
2727 \bar no
2728 \noun off
2729 \color none
2730 1
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2736 \begin_inset Text
2737
2738 \begin_layout Plain Layout
2739
2740 \family roman
2741 \series medium
2742 \shape up
2743 \size normal
2744 \emph off
2745 \bar no
2746 \noun off
2747 \color none
2748 2
2749 \end_layout
2750
2751 \end_inset
2752 </cell>
2753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757
2758 \family roman
2759 \series medium
2760 \shape up
2761 \size normal
2762 \emph off
2763 \bar no
2764 \noun off
2765 \color none
2766 3
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 </row>
2772 <row>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \family roman
2779 \series medium
2780 \shape up
2781 \size normal
2782 \emph off
2783 \bar no
2784 \noun off
2785 \color none
2786 Martin
2787 \end_layout
2788
2789 \end_inset
2790 </cell>
2791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \family roman
2797 \series medium
2798 \shape up
2799 \size normal
2800 \emph off
2801 \bar no
2802 \noun off
2803 \color none
2804 Lena
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \family roman
2815 \series medium
2816 \shape up
2817 \size normal
2818 \emph off
2819 \bar no
2820 \noun off
2821 \color none
2822 Alina
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \family roman
2835 \series medium
2836 \shape up
2837 \size normal
2838 \emph off
2839 \bar no
2840 \noun off
2841 \color none
2842 \begin_inset Formula $\int x^{2}dx$
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \family roman
2856 \series medium
2857 \shape up
2858 \size normal
2859 \emph off
2860 \bar no
2861 \noun off
2862 \color none
2863 \begin_inset Formula $\left[\begin{array}{cc}
2864 a & b\\
2865 c & d
2866 \end{array}\right]$
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \end_inset
2873 </cell>
2874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \family roman
2880 \series medium
2881 \shape up
2882 \size normal
2883 \emph off
2884 \bar no
2885 \noun off
2886 \color none
2887 \begin_inset Formula $1+1=2$
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 </lyxtabular>
2897
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \end_inset
2904
2905
2906 \end_layout
2907
2908 \begin_layout Standard
2909 Gleitende Tabellen können über 
2910 \family sans
2911 Einfügen\SpecialChar \menuseparator
2912 Gleitobjekt\SpecialChar \menuseparator
2913 Tabelle
2914 \family default
2915  oder einen Klick auf den Werkzeugleistenknopf 
2916 \begin_inset Graphics
2917         filename ../../images/float-insert_table.png
2918         scale 70
2919         scaleBeforeRotation
2920
2921 \end_inset
2922
2923  erzeugt werden.
2924  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2925  In das rot umrahmte Feld rechts von 
2926 \emph on
2927 Tabelle
2928 \begin_inset space ~
2929 \end_inset
2930
2931 Nr:
2932 \emph default
2933  schreiben Sie die Tabellenbeschriftung.
2934  Nach einem Klick oberhalb oder unterhalb von 
2935 \emph on
2936 Tabelle
2937 \begin_inset space ~
2938 \end_inset
2939
2940 Nr:
2941 \emph default
2942  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2943 \begin_inset Graphics
2944         filename ../../images/tabular-insert.png
2945         scale 70
2946         scaleBeforeRotation
2947
2948 \end_inset
2949
2950  oder dem Menü 
2951 \family sans
2952 Einfügen\SpecialChar \menuseparator
2953 Tabelle
2954 \family default
2955  einfügen.
2956 \end_layout
2957
2958 \begin_layout Standard
2959 Tabelle
2960 \begin_inset space ~
2961 \end_inset
2962
2963
2964 \begin_inset CommandInset ref
2965 LatexCommand ref
2966 reference "tab:a table float"
2967
2968 \end_inset
2969
2970  ist ein Beispiel für eine gleitende Tabelle.
2971 \end_layout
2972
2973 \begin_layout Standard
2974 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2975 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2976  Das bedeutet, dass bei den Klassen 
2977 \family sans
2978 article
2979 \family default
2980
2981 \family sans
2982 book
2983 \family default
2984
2985 \family sans
2986 letter
2987 \family default
2988 , und 
2989 \family sans
2990 report
2991 \family default
2992  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2993  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2994 \series bold
2995 caption
2996 \series default
2997
2998 \begin_inset Index idx
2999 status collapsed
3000
3001 \begin_layout Plain Layout
3002 LaTeX-Pakete ! caption
3003 \end_layout
3004
3005 \end_inset
3006
3007  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3008 \begin_inset Foot
3009 status open
3010
3011 \begin_layout Plain Layout
3012 Näheres finden Sie im Abschnitt
3013 \begin_inset space ~
3014 \end_inset
3015
3016
3017 \begin_inset CommandInset ref
3018 LatexCommand ref
3019 reference "abs:Titel-Platzierung"
3020
3021 \end_inset
3022
3023 .
3024 \end_layout
3025
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \begin_layout Standard
3032
3033 \series bold
3034 tableposition=top
3035 \end_layout
3036
3037 \begin_layout Standard
3038 Das Paket 
3039 \series bold
3040 caption
3041 \series default
3042 , das in Abschnitt
3043 \begin_inset space ~
3044 \end_inset
3045
3046
3047 \begin_inset CommandInset ref
3048 LatexCommand ref
3049 reference "abs:Titel-Formatierung"
3050
3051 \end_inset
3052
3053  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3054 \end_layout
3055
3056 \begin_layout Standard
3057 \begin_inset Index idx
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061 Querverweise ! auf Tabellen
3062 \end_layout
3063
3064 \end_inset
3065
3066 Auf Tabellen kann über ihre Marke verwiesen werden.
3067  Dafür fügen Sie in der Beschriftung mit 
3068 \family sans
3069 Einfügen\SpecialChar \menuseparator
3070 Marke
3071 \family default
3072  oder durch Klicken auf 
3073 \begin_inset Graphics
3074         filename ../../images/label-insert.png
3075         scale 70
3076         scaleBeforeRotation
3077
3078 \end_inset
3079
3080  eine Marke ein.
3081  Auf diese können Sie dann wie gewohnt mit 
3082 \family sans
3083 Einfügen\SpecialChar \menuseparator
3084 Querverweis
3085 \family default
3086  oder durch Klicken auf 
3087 \begin_inset Graphics
3088         filename ../../images/dialog-show-new-inset_ref.png
3089         scale 70
3090         scaleBeforeRotation
3091
3092 \end_inset
3093
3094  verweisen.
3095  Verweise werden detailliert in Abschnitt
3096 \begin_inset space ~
3097 \end_inset
3098
3099
3100 \begin_inset CommandInset ref
3101 LatexCommand ref
3102 reference "abs:Auf-Gleitobjekte-verweisen"
3103
3104 \end_inset
3105
3106  beschrieben.
3107 \end_layout
3108
3109 \begin_layout Section
3110 Lange Tabellen
3111 \begin_inset CommandInset label
3112 LatexCommand label
3113 name "abs:Lange-Tabellen"
3114
3115 \end_inset
3116
3117
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 Tabellen ! lange
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3132  Dialogfenster 
3133 \family sans
3134 Tabellen-Einstellungen
3135 \family default
3136  auf der Karteikarte  
3137 \family sans
3138 Lange
3139 \begin_inset space ~
3140 \end_inset
3141
3142 Tabelle
3143 \family default
3144  die Option 
3145 \family sans
3146 Lange
3147 \begin_inset space ~
3148 \end_inset
3149
3150 Tabelle
3151 \begin_inset space ~
3152 \end_inset
3153
3154 verwenden
3155 \family default
3156  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3157  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3158 \end_layout
3159
3160 \begin_layout Description
3161 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3162  festgelegt; mit Ausnahme der ersten, wenn 
3163 \family sans
3164 Erste
3165 \begin_inset space ~
3166 \end_inset
3167
3168 Kopfzeile
3169 \family default
3170  aktiviert ist.
3171 \end_layout
3172
3173 \begin_layout Description
3174 Erste
3175 \lang english
3176
3177 \begin_inset space ~
3178 \end_inset
3179
3180
3181 \lang ngerman
3182 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3183  Seite einer mehrseitigen Tabelle definiert.
3184 \end_layout
3185
3186 \begin_layout Description
3187 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3188  mit Ausnahme der letzten, wenn 
3189 \family sans
3190 Letzte
3191 \begin_inset space ~
3192 \end_inset
3193
3194 Fußzeile
3195 \family default
3196  aktiviert ist.
3197 \end_layout
3198
3199 \begin_layout Description
3200 Letzte
3201 \begin_inset space ~
3202 \end_inset
3203
3204 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3205  einer mehrseitigen Tabelle definiert.
3206 \end_layout
3207
3208 \begin_layout Description
3209 Legende: Die aktuelle Zeile enthält die Legende.
3210  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3211  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3212 \begin_inset space ~
3213 \end_inset
3214
3215
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "uab:Beschriftungen-langer-Tabellen"
3219
3220 \end_inset
3221
3222  erklärt.
3223 \end_layout
3224
3225 \begin_layout Standard
3226 Hier ist ein Beispiel einer langen Tabelle:
3227 \end_layout
3228
3229 \begin_layout Standard
3230 \align center
3231 \begin_inset Tabular
3232 <lyxtabular version="3" rows="69" columns="3">
3233 <features islongtable="true" longtabularalignment="center">
3234 <column alignment="left" valignment="top" width="0cm">
3235 <column alignment="left" valignment="top" width="0pt">
3236 <column alignment="right" valignment="top" width="0pt">
3237 <row endfirsthead="true">
3238 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \series bold
3244 Telefonliste (ignoriere die Namen)
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3259 \begin_inset Text
3260
3261 \begin_layout Plain Layout
3262
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 </row>
3268 <row endfirsthead="true">
3269 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273
3274 \series bold
3275 NAME
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 TEL.
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 </row>
3301 <row endhead="true">
3302 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306
3307 \series bold
3308 Telefonliste
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 </row>
3332 <row endhead="true">
3333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \series bold
3339 NAME
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 TEL.
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row endfoot="true">
3366 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 wird fortgesetzt
3373 \series default
3374  \SpecialChar \ldots{}
3375
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row>
3400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \series bold
3406 Annovi
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 Silvia
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424 111
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row>
3431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Bertoli
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Stefano
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 111
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 Bozzi
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Walter
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 111
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Cachia
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Maria
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Cachia
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Maurizio
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Cinquemani
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Giusi
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Colin
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Bernard
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Concli
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Gianfranco
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Dal Bosco
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Carolina
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Dalpiaz
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Annamaria
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Feliciello
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Domenico
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Focarelli
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Paola
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Galletti
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Oreste
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Gasparini
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Franca
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Rizzardi
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Paola
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Lassini
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Giancarlo
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Malfatti
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Luciano
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Malfatti
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Valeriano
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Meneguzzo
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Roberto
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Mezzadra
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Roberto
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Pirpamer
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Erich
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Pochiesa
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Paolo
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111, 222
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086
4087 \series bold
4088 Radina
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 Claudio
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 111
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \series bold
4119 Stuffer
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 Oskar
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 111
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \series bold
4150 Tacchelli
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 Ugo
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 111
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 </row>
4174 <row>
4175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179
4180 \series bold
4181 Tezzele
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 Margit
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 111
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \series bold
4212 Unterkalmsteiner
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 Frieda
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 111
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241
4242 \series bold
4243 Vieider
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 Hilde
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 111
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272
4273 \series bold
4274 Vigna
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 Jürgen
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 111
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303
4304 \series bold
4305 Weber
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 Maurizio
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 111
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334
4335 \series bold
4336 Winkler
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 Franz
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 111
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365  
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Annovi
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Silvia
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 555
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Bertoli
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Stefano
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 555
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Bozzi
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Walter
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 555
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Cachia
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Maria
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Cachia
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Maurizio
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Cinquemani
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Giusi
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Colin
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Bernard
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Concli
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Gianfranco
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Dal Bosco
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Carolina
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Dalpiaz
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Annamaria
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Feliciello
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Domenico
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Focarelli
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Paola
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Galletti
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Oreste
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Gasparini
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Franca
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Rizzardi
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Paola
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Lassini
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Giancarlo
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Malfatti
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Luciano
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Malfatti
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Valeriano
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Meneguzzo
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Roberto
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Mezzadra
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Roberto
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Pirpamer
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Erich
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 555
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Pochiesa
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Paolo
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 555, 222
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row>
5072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076
5077 \series bold
5078 Radina
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Claudio
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 555
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row>
5103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \series bold
5109 Stuffer
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 Oskar
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 555
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row>
5134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138
5139 \series bold
5140 Tacchelli
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 Ugo
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 555
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 </row>
5164 <row>
5165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169
5170 \series bold
5171 Tezzele
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 Margit
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 555
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 </row>
5195 <row>
5196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \series bold
5202 Unterkalmsteiner
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Frieda
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 555
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 </row>
5226 <row>
5227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231
5232 \series bold
5233 Vieider
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242 Hilde
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 555
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \series bold
5264 Vigna
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 Jürgen
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 999
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \series bold
5295 Weber
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 Maurizio
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 555
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 <row>
5320 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \series bold
5326 Winkler
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 Franz
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 555
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row endlastfoot="true">
5351 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Ende
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 </row>
5379 </lyxtabular>
5380
5381 \end_inset
5382
5383
5384 \begin_inset ERT
5385 status collapsed
5386
5387 \begin_layout Plain Layout
5388
5389
5390 \backslash
5391 addtocounter{table}{-1}
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \begin_inset Note Note
5398 status collapsed
5399
5400 \begin_layout Plain Layout
5401 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5402 \begin_inset space ~
5403 \end_inset
5404
5405
5406 \begin_inset CommandInset ref
5407 LatexCommand ref
5408 reference "uab:Beschriftungen-langer-Tabellen"
5409
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \begin_layout Subsection
5421 Fußnoten in langen Tabellen
5422 \begin_inset CommandInset label
5423 LatexCommand label
5424 name "uab:Fußnoten-in-langen"
5425
5426 \end_inset
5427
5428
5429 \begin_inset Index idx
5430 status collapsed
5431
5432 \begin_layout Plain Layout
5433 Tabellen ! lange ! Fußnoten
5434 \end_layout
5435
5436 \end_inset
5437
5438
5439 \end_layout
5440
5441 \begin_layout Standard
5442 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5443  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5444  Tabelle
5445 \begin_inset space ~
5446 \end_inset
5447
5448
5449 \begin_inset CommandInset ref
5450 LatexCommand ref
5451 reference "tab:DiffCaptions"
5452
5453 \end_inset
5454
5455  hat zum Beispiel eine Fußnote.
5456 \end_layout
5457
5458 \begin_layout Subsection
5459 Ausrichtung langer Tabellen
5460 \begin_inset Index idx
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464 Tabellen ! lange ! Ausrichtung
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \begin_layout Standard
5473 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5474 n festgelegt werden.
5475  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5476  Seitenrand.
5477  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5478  ausgerichtet werden und die Werte der Längen 
5479 \series bold
5480
5481 \backslash
5482 LTleft 
5483 \series default
5484 und 
5485 \series bold
5486
5487 \backslash
5488 LTright
5489 \series default
5490  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5491  wird:
5492 \end_layout
5493
5494 \begin_layout Standard
5495
5496 \series bold
5497
5498 \backslash
5499 setlength{
5500 \backslash
5501 LTleft}{Wert}
5502 \end_layout
5503
5504 \begin_layout Standard
5505 Der Wert kann eine der in Tabelle
5506 \begin_inset space ~
5507 \end_inset
5508
5509
5510 \begin_inset CommandInset ref
5511 LatexCommand ref
5512 reference "tab:Maßeinheiten"
5513
5514 \end_inset
5515
5516  aufgelisteten Einheiten kann.
5517  
5518 \series bold
5519
5520 \backslash
5521 LTleft
5522 \series default
5523  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5524  
5525 \series bold
5526
5527 \backslash
5528 LTright
5529 \series default
5530  den Abstand von rechts.
5531  Die Voreinstellung für beide Werte ist 
5532 \series bold
5533
5534 \backslash
5535 fill
5536 \series default
5537 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5538  in LyX ist.
5539 \end_layout
5540
5541 \begin_layout Standard
5542 Die folgende lange Tabelle wurde zentriert und 
5543 \series bold
5544
5545 \backslash
5546 LTleft
5547 \series default
5548  auf den Wert 
5549 \family sans
5550 0.1
5551 \backslash
5552 columnwidth
5553 \family default
5554  gesetzt:
5555 \begin_inset ERT
5556 status collapsed
5557
5558 \begin_layout Plain Layout
5559
5560
5561 \backslash
5562 setlength{
5563 \backslash
5564 LTleft}{0.1
5565 \backslash
5566 columnwidth}
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Standard
5575 \begin_inset Tabular
5576 <lyxtabular version="3" rows="5" columns="5">
5577 <features islongtable="true" longtabularalignment="center">
5578 <column alignment="center" valignment="top" width="0">
5579 <column alignment="center" valignment="top" width="0">
5580 <column alignment="center" valignment="top" width="0pt">
5581 <column alignment="center" valignment="top" width="0">
5582 <column alignment="center" valignment="top" width="0">
5583 <row>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 1
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 2
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 3
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 4
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 5
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 </row>
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 s
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 s
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 s
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 asd
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 asd
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 s
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 s
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 s
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 asd
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 asd
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 asd
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 </lyxtabular>
5819
5820 \end_inset
5821
5822
5823 \begin_inset ERT
5824 status collapsed
5825
5826 \begin_layout Plain Layout
5827
5828
5829 \backslash
5830 setlength{
5831 \backslash
5832 LTleft}{
5833 \backslash
5834 fill}
5835 \end_layout
5836
5837 \end_inset
5838
5839
5840 \begin_inset ERT
5841 status collapsed
5842
5843 \begin_layout Plain Layout
5844
5845
5846 \backslash
5847 addtocounter{table}{-1}
5848 \end_layout
5849
5850 \end_inset
5851
5852
5853 \begin_inset Note Note
5854 status collapsed
5855
5856 \begin_layout Plain Layout
5857 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5858 \begin_inset space ~
5859 \end_inset
5860
5861
5862 \begin_inset CommandInset ref
5863 LatexCommand ref
5864 reference "uab:Beschriftungen-langer-Tabellen"
5865
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \end_inset
5872
5873
5874 \end_layout
5875
5876 \begin_layout Subsection
5877 Beschriftungen langer Tabellen
5878 \begin_inset CommandInset label
5879 LatexCommand label
5880 name "uab:Beschriftungen-langer-Tabellen"
5881
5882 \end_inset
5883
5884
5885 \begin_inset Index idx
5886 status collapsed
5887
5888 \begin_layout Plain Layout
5889 Tabellen ! lange ! Titel
5890 \end_layout
5891
5892 \end_inset
5893
5894
5895 \end_layout
5896
5897 \begin_layout Standard
5898 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5899  nur auf eine Seite gedruckt werden können.
5900  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5901 \begin_inset space ~
5902 \end_inset
5903
5904
5905 \begin_inset CommandInset ref
5906 LatexCommand ref
5907 reference "abs:Lange-Tabellen"
5908
5909 \end_inset
5910
5911  erklärt.
5912  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5913 \end_layout
5914
5915 \begin_layout Standard
5916 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5917 \end_layout
5918
5919 \begin_layout Standard
5920 \begin_inset Tabular
5921 <lyxtabular version="3" rows="6" columns="5">
5922 <features islongtable="true" longtabularalignment="center">
5923 <column alignment="center" valignment="top" width="0">
5924 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
5929 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 \begin_inset Caption
5934
5935 \begin_layout Plain Layout
5936 Eine lange Tabelle mit Titel
5937 \begin_inset Argument
5938 status open
5939
5940 \begin_layout Plain Layout
5941 Lange Tabelle
5942 \end_layout
5943
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \end_inset
5950
5951
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 1
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 2
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 3
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 4
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 5
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 <row>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 asd
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 s
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 s
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 s
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 asd
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 s
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 s
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 s
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 s
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 s
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 asd
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 asd
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 asd
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 \begin_inset VSpace medskip
6237 \end_inset
6238
6239
6240 \begin_inset Note Greyedout
6241 status open
6242
6243 \begin_layout Plain Layout
6244
6245 \series bold
6246 Bemerkung
6247 \begin_inset space ~
6248 \end_inset
6249
6250 1:
6251 \series default
6252  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6253  Titel vergeben.
6254  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6255 \begin_inset space ~
6256 \end_inset
6257
6258 2.4 auf Tabelle
6259 \begin_inset space ~
6260 \end_inset
6261
6262 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6263  Beschriftung sind.
6264  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6265  LaTeX-Befehl als TeX-Code einfügen:
6266 \end_layout
6267
6268 \begin_layout Plain Layout
6269
6270 \series bold
6271
6272 \backslash
6273 addtocounter{table}{-1}
6274 \end_layout
6275
6276 \begin_layout Plain Layout
6277 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6278  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6279 \end_layout
6280
6281 \begin_layout Plain Layout
6282
6283 \series bold
6284
6285 \backslash
6286 let
6287 \backslash
6288 myEnd
6289 \backslash
6290 endlongtable
6291 \begin_inset Newline newline
6292 \end_inset
6293
6294
6295 \backslash
6296 renewcommand{
6297 \backslash
6298 endlongtable}{
6299 \backslash
6300 myEnd
6301 \backslash
6302 addtocounter{table}{-1}}
6303 \end_layout
6304
6305 \end_inset
6306
6307
6308 \end_layout
6309
6310 \begin_layout Standard
6311 \begin_inset Note Greyedout
6312 status open
6313
6314 \begin_layout Plain Layout
6315
6316 \series bold
6317 Bemerkung
6318 \begin_inset space ~
6319 \end_inset
6320
6321 2:
6322 \series default
6323  Wenn Sie 
6324 \series bold
6325 hyperref
6326 \series default
6327
6328 \begin_inset Index idx
6329 status collapsed
6330
6331 \begin_layout Plain Layout
6332 LaTeX-Pakete ! hyperref
6333 \end_layout
6334
6335 \end_inset
6336
6337  in den
6338 \family sans
6339  PDF-Eigenschaften
6340 \family default
6341  im 
6342 \family sans
6343 Dokument-Einstellungen
6344 \family default
6345  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6346  immer auf den Anfang des Dokuments zeigen.
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \begin_layout Subsubsection
6355 Querverweise auf 
6356 \family sans
6357 lange Tabelle
6358 \family default
6359 n
6360 \begin_inset Index idx
6361 status collapsed
6362
6363 \begin_layout Plain Layout
6364 Tabellen ! lange ! Querverweis
6365 \end_layout
6366
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \begin_layout Standard
6373 \begin_inset Tabular
6374 <lyxtabular version="3" rows="6" columns="5">
6375 <features islongtable="true" longtabularalignment="center">
6376 <column alignment="center" valignment="top" width="0">
6377 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
6382 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 \begin_inset Caption
6387
6388 \begin_layout Plain Layout
6389 Lange Tabelle mit Marke
6390 \begin_inset CommandInset label
6391 LatexCommand label
6392 name "tab:LangeTabelle-mit-Marke"
6393
6394 \end_inset
6395
6396
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 1
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 2
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 3
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 4
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 5
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 </row>
6490 <row>
6491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 asd
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 s
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 s
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 s
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 asd
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 </row>
6537 <row>
6538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 asd
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 s
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 s
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 s
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 asd
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 <row>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 asd
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 s
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 asd
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 </row>
6631 <row>
6632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 sad
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 asd
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 asd
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 asd
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 </lyxtabular>
6679
6680 \end_inset
6681
6682
6683 \end_layout
6684
6685 \begin_layout Standard
6686 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6687  im Titel einfügen.
6688 \end_layout
6689
6690 \begin_layout Standard
6691 Dies ist ein Verweis auf Tabelle
6692 \begin_inset space ~
6693 \end_inset
6694
6695
6696 \begin_inset CommandInset ref
6697 LatexCommand ref
6698 reference "tab:LangeTabelle-mit-Marke"
6699
6700 \end_inset
6701
6702 .
6703 \end_layout
6704
6705 \begin_layout Standard
6706 Mit dem LaTeX-Paket 
6707 \series bold
6708 caption
6709 \series default
6710
6711 \begin_inset Index idx
6712 status collapsed
6713
6714 \begin_layout Plain Layout
6715 LaTeX-Pakete ! caption
6716 \end_layout
6717
6718 \end_inset
6719
6720 , siehe Abschnitt
6721 \begin_inset space ~
6722 \end_inset
6723
6724
6725 \begin_inset CommandInset ref
6726 LatexCommand ref
6727 reference "abs:Titel-Formatierung"
6728
6729 \end_inset
6730
6731 , können Sie alle anderen Beschriftungsoptionen benutzen.
6732 \end_layout
6733
6734 \begin_layout Subsubsection
6735 Titelbreite
6736 \begin_inset Index idx
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Tabellen ! lange ! Beschriftungsbreite
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 Die maximale Titelbreite wird durch die Variable 
6750 \series bold
6751
6752 \backslash
6753 LTcapwidth
6754 \series default
6755  definiert.
6756  Ihr Standardwert ist 4
6757 \begin_inset space \thinspace{}
6758 \end_inset
6759
6760 Zoll (
6761 \begin_inset Formula $\approx10$
6762 \end_inset
6763
6764
6765 \begin_inset space \thinspace{}
6766 \end_inset
6767
6768 cm).
6769  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6770  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6771 \end_layout
6772
6773 \begin_layout Standard
6774
6775 \series bold
6776
6777 \backslash
6778 setlength{
6779 \backslash
6780 LTcapwidth}{Breite}
6781 \end_layout
6782
6783 \begin_layout Standard
6784 wobei die Breite eine der in Anhang
6785 \begin_inset space ~
6786 \end_inset
6787
6788
6789 \begin_inset CommandInset ref
6790 LatexCommand ref
6791 reference "kap:In-LyX-verfügbare"
6792
6793 \end_inset
6794
6795  aufgelisteten Einheiten haben kann.
6796 \end_layout
6797
6798 \begin_layout Standard
6799 Die beiden folgenden Tabellen zeigen den Unterschied:
6800 \end_layout
6801
6802 \begin_layout Standard
6803 \begin_inset Tabular
6804 <lyxtabular version="3" rows="6" columns="5">
6805 <features islongtable="true" longtabularalignment="center">
6806 <column alignment="center" valignment="top" width="0">
6807 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
6812 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 \begin_inset Caption
6817
6818 \begin_layout Plain Layout
6819 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6820 \begin_inset Argument
6821 status open
6822
6823 \begin_layout Plain Layout
6824 Titel mit Standardbreite
6825 \end_layout
6826
6827 \end_inset
6828
6829
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 1
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 2
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 3
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 4
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 5
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 s
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 s
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 asd
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 asd
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 s
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 s
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 asd
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 s
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 s
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 s
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 </row>
7064 <row>
7065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 sad
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 asd
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 </row>
7111 </lyxtabular>
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \begin_layout Standard
7119 \begin_inset ERT
7120 status collapsed
7121
7122 \begin_layout Plain Layout
7123
7124
7125 \backslash
7126 setlength{
7127 \backslash
7128 LTcapwidth}{5cm}
7129 \end_layout
7130
7131 \end_inset
7132
7133
7134 \begin_inset Tabular
7135 <lyxtabular version="3" rows="6" columns="5">
7136 <features islongtable="true" longtabularalignment="center">
7137 <column alignment="center" valignment="top" width="0">
7138 <column alignment="center" valignment="top" width="0">
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 <row caption="true">
7143 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 \begin_inset Caption
7148
7149 \begin_layout Plain Layout
7150 Langer Titel mit 5
7151 \begin_inset space \thinspace{}
7152 \end_inset
7153
7154 cm Breite, Langer Titel mit 5
7155 \begin_inset space \thinspace{}
7156 \end_inset
7157
7158 cm Breite
7159 \begin_inset Argument
7160 status open
7161
7162 \begin_layout Plain Layout
7163 Titel mit 5
7164 \begin_inset space \thinspace{}
7165 \end_inset
7166
7167 cm Breite
7168 \end_layout
7169
7170 \end_inset
7171
7172
7173 \end_layout
7174
7175 \end_inset
7176
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 </row>
7219 <row>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 1
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 2
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 3
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 4
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 5
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 </row>
7266 <row>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 asd
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 s
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 s
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 s
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 asd
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 </row>
7313 <row>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 asd
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 s
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 s
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 s
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 asd
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 asd
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 s
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 s
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 s
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401 asd
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 </row>
7407 <row>
7408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 asd
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421 sad
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 asd
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 asd
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 asd
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 </lyxtabular>
7455
7456 \end_inset
7457
7458
7459 \begin_inset ERT
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464
7465 \backslash
7466 setlength{
7467 \backslash
7468 LTcapwidth}{4in}
7469 \end_layout
7470
7471 \end_inset
7472
7473
7474 \begin_inset Note Note
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478 Beschriftungsbreite zurücksetzen
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \begin_layout Standard
7487 \begin_inset Note Greyedout
7488 status open
7489
7490 \begin_layout Plain Layout
7491
7492 \series bold
7493 Achtung:
7494 \series default
7495  Wenn das LaTeX-Paket 
7496 \series bold
7497 caption
7498 \series default
7499
7500 \begin_inset Index idx
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504 LaTeX-Pakete ! caption
7505 \end_layout
7506
7507 \end_inset
7508
7509  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7510  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7511  4
7512 \begin_inset space \thinspace{}
7513 \end_inset
7514
7515 Zoll für 
7516 \series bold
7517
7518 \backslash
7519 LTcapwidth
7520 \series default
7521  benutzen.
7522  Um in diesem Fall eine genau 4
7523 \begin_inset space \thinspace{}
7524 \end_inset
7525
7526 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7527  4
7528 \begin_inset space \thinspace{}
7529 \end_inset
7530
7531 Zoll veränderten Wert wie z.
7532 \begin_inset space \thinspace{}
7533 \end_inset
7534
7535 B.
7536  3.99
7537 \begin_inset space \thinspace{}
7538 \end_inset
7539
7540 Zoll verwenden oder den LaTeX-Befehl 
7541 \series bold
7542
7543 \backslash
7544 captionsetup{width=Wert}
7545 \series default
7546  benutzen, der vom 
7547 \series bold
7548 caption
7549 \series default
7550 -Paket bereitgestellt wird.
7551 \end_layout
7552
7553 \end_inset
7554
7555
7556 \end_layout
7557
7558 \begin_layout Subsubsection
7559 Unterschiedliche Titel für Tabellenseiten
7560 \begin_inset Index idx
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564 Tabellen ! lange ! mehrere Titel
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \begin_layout Standard
7573 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7574  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7575  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7576 \end_layout
7577
7578 \begin_layout Standard
7579
7580 \series bold
7581
7582 \backslash
7583 caption*{Beschriftung}
7584 \backslash
7585
7586 \backslash
7587 %
7588 \end_layout
7589
7590 \begin_layout Standard
7591 Tabelle
7592 \begin_inset space ~
7593 \end_inset
7594
7595
7596 \begin_inset CommandInset ref
7597 LatexCommand ref
7598 reference "tab:DiffCaptions"
7599
7600 \end_inset
7601
7602  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7603  ohne Tabellennummer auf der zweiten Seite.
7604 \end_layout
7605
7606 \begin_layout Standard
7607 \align center
7608 \begin_inset Tabular
7609 <lyxtabular version="3" rows="59" columns="3">
7610 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7611 <column alignment="left" valignment="top" width="0cm">
7612 <column alignment="left" valignment="top" width="0pt">
7613 <column alignment="right" valignment="top" width="0pt">
7614 <row caption="true">
7615 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 \begin_inset Caption
7620
7621 \begin_layout Plain Layout
7622 Telefonliste
7623 \begin_inset CommandInset label
7624 LatexCommand label
7625 name "tab:DiffCaptions"
7626
7627 \end_inset
7628
7629
7630 \begin_inset Argument
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 Telefonliste
7635 \end_layout
7636
7637 \end_inset
7638
7639
7640 \end_layout
7641
7642 \end_inset
7643
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 </row>
7668 <row endfirsthead="true">
7669 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673
7674 \series bold
7675 Telefonliste (ignoriere die Namen)
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 </row>
7699 <row endfirsthead="true">
7700 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704
7705 \series bold
7706 NAME
7707 \end_layout
7708
7709 \end_inset
7710 </cell>
7711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \series bold
7726 TEL.
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row endhead="true">
7733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 \begin_inset ERT
7738 status open
7739
7740 \begin_layout Plain Layout
7741
7742
7743 \backslash
7744 caption*{Fortsetzung der Telefonliste}
7745 \backslash
7746
7747 \backslash
7748 %
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row endhead="true">
7778 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Telefonliste
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row endhead="true">
7809 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 NAME
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833
7834 \series bold
7835 TEL.
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row endfoot="true">
7842 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 wird fortgesetzt\SpecialChar \ldots{}
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 </row>
7871 <row>
7872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \series bold
7878 Annovi
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887 Silvia
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 111
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 </row>
7902 <row>
7903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \series bold
7909 Bertoli
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918 Stefano
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 111
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 Bozzi
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 Walter
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 111
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 <row>
7965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969
7970 \series bold
7971 Cachia
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980 Maria
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 111
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \series bold
8002 Cachia
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 Maurizio
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 111
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \series bold
8033 Cinquemani
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 Giusi
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 111
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 <row>
8058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 Colin
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073 Bernard
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 111
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 </row>
8088 <row>
8089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093
8094 \series bold
8095 Concli
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 Gianfranco
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 111
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 <row>
8120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124
8125 \series bold
8126 Dal Bosco
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 Carolina
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 111
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 </row>
8150 <row>
8151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155
8156 \series bold
8157 Dalpiaz
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 Annamaria
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 111
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 <row>
8182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186
8187 \series bold
8188 Feliciello
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Domenico
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 111
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \series bold
8219 Focarelli
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 Paola
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 111
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 </row>
8243 <row>
8244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248
8249 \series bold
8250 Galletti
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 Oreste
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 111
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 <row>
8275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279
8280 \series bold
8281 Gasparini
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 Franca
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 111
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row>
8306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312 Rizzardi
8313 \series default
8314
8315 \begin_inset Foot
8316 status open
8317
8318 \begin_layout Plain Layout
8319 Beispielfußnote
8320 \end_layout
8321
8322 \end_inset
8323
8324
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Paola
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Lassini
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Giancarlo
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Malfatti
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Luciano
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Malfatti
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Valeriano
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Meneguzzo
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Roberto
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Mezzadra
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Roberto
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Pirpamer
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Erich
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Pochiesa
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 Paolo
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 111, 222
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 </row>
8565 <row>
8566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570
8571 \series bold
8572 Radina
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Claudio
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 111
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601
8602 \series bold
8603 Stuffer
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 Oskar
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 111
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \series bold
8634 Tacchelli
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 Ugo
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 111
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \series bold
8665 Tezzele
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 Margit
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 111
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \series bold
8696 Unterkalmsteiner
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 Frieda
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 111
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \series bold
8727 Vieider
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 Hilde
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 111
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756
8757 \series bold
8758 Vigna
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 Jürgen
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 111
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 </row>
8782 <row>
8783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787
8788 \series bold
8789 Weber
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 Maurizio
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 111
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 <row>
8814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818
8819 \series bold
8820 Winkler
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 Franz
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 111
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849  
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \series bold
8880 Annovi
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 Silvia
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 555
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909
8910 \series bold
8911 Bertoli
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 Stefano
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 555
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942 Bozzi
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 Walter
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 555
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \series bold
8973 Cachia
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 Maria
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 555
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 </row>
8997 <row>
8998 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002
9003 \series bold
9004 Cachia
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 Maurizio
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 555
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 </row>
9028 <row>
9029 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033
9034 \series bold
9035 Cinquemani
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 Giusi
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 555
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \series bold
9066 Colin
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 Bernard
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 555
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 <row>
9091 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095
9096 \series bold
9097 Concli
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 Gianfranco
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 555
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \series bold
9128 Dal Bosco
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 Carolina
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 555
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \series bold
9159 Dalpiaz
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 Annamaria
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 555
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \series bold
9190 Feliciello
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 Domenico
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 555
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 <row>
9215 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219
9220 \series bold
9221 Focarelli
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 Paola
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 555
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252 Galletti
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 Oreste
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 555
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \series bold
9283 Gasparini
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 Franca
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 555
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \series bold
9314 Rizzardi
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 Paola
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 555
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 </row>
9338 <row>
9339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343
9344 \series bold
9345 Lassini
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Giancarlo
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 555
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \series bold
9376 Malfatti
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 Luciano
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 555
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 </row>
9400 <row>
9401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407 Malfatti
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 Valeriano
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 555
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 </row>
9431 <row>
9432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436
9437 \series bold
9438 Meneguzzo
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 Roberto
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 555
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 </row>
9462 <row>
9463 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467
9468 \series bold
9469 Mezzadra
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 Roberto
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 555
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 </lyxtabular>
9494
9495 \end_inset
9496
9497
9498 \end_layout
9499
9500 \begin_layout Section
9501 Weitere Möglichkeiten für 
9502 \family sans
9503 lange Tabelle
9504 \family default
9505 n
9506 \begin_inset CommandInset label
9507 LatexCommand label
9508 name "abs:Special-Longtable-Issues"
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Subsection
9516 L
9517 \family sans
9518 ange Tabelle
9519 \family default
9520 n: Berechnung
9521 \begin_inset Index idx
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525 Tabellen ! lange ! Berechnung
9526 \end_layout
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \begin_layout Standard
9534 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9535  so genannten 
9536 \emph on
9537 chunks
9538 \emph default
9539  (Brocken).
9540  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9541  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9542  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9543  das die Druckausgabe.
9544  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9545  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9546  einfügen:
9547 \end_layout
9548
9549 \begin_layout Standard
9550
9551 \series bold
9552
9553 \backslash
9554 setcounter{LTchunksize}{100}
9555 \end_layout
9556
9557 \begin_layout Subsection
9558 Gleitobjekte und L
9559 \family sans
9560 ange Tabelle
9561 \family default
9562 n
9563 \begin_inset Index idx
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567 Tabellen ! lange ! und Gleitobjekte
9568 \end_layout
9569
9570 \end_inset
9571
9572
9573 \end_layout
9574
9575 \begin_layout Standard
9576 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9577 \family sans
9578 lange
9579 \begin_inset space ~
9580 \end_inset
9581
9582 Tabelle
9583 \family default
9584  beginnt, ein Gleitobjekt befindet.
9585  Um das zu vermeiden, können Sie vor der 
9586 \family sans
9587 langen
9588 \begin_inset space ~
9589 \end_inset
9590
9591 Tabellen
9592 \family default
9593  einen manuellen Seitenumbruch
9594 \family sans
9595  Einfügen\SpecialChar \menuseparator
9596 Formatierung\SpecialChar \menuseparator
9597 [Doppel]Seite
9598 \begin_inset space \space{}
9599 \end_inset
9600
9601 leeren
9602 \family default
9603  einfügen, siehe 
9604 \emph on
9605 Benutzerhandbuch
9606 \emph default
9607 .
9608 \end_layout
9609
9610 \begin_layout Subsection
9611 Manuelle Seitenumbrüche
9612 \begin_inset Index idx
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616 Tabellen ! lange ! manueller Seitenumbruch
9617 \end_layout
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Standard
9625 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9626  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9627  der Zelle umbrechen wollen, fügen Sie den Befehl  
9628 \begin_inset Quotes gld
9629 \end_inset
9630
9631
9632 \series bold
9633
9634 \backslash
9635
9636 \backslash
9637
9638 \series default
9639
9640 \begin_inset Quotes grd
9641 \end_inset
9642
9643  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9644  werden kann.
9645  Vor dem 
9646 \begin_inset Quotes gld
9647 \end_inset
9648
9649
9650 \series bold
9651
9652 \backslash
9653
9654 \backslash
9655
9656 \series default
9657
9658 \begin_inset Quotes grd
9659 \end_inset
9660
9661 -Befehl müssen Sie so viele 
9662 \begin_inset Quotes gld
9663 \end_inset
9664
9665
9666 \series bold
9667 &
9668 \series default
9669
9670 \begin_inset Quotes grd
9671 \end_inset
9672
9673  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9674  Mit 
9675 \begin_inset Quotes gld
9676 \end_inset
9677
9678
9679 \series bold
9680 &
9681 \series default
9682
9683 \begin_inset Quotes grd
9684 \end_inset
9685
9686   werden in LaTeX Tabellenzellen getrennt.
9687  Hinter jedes 
9688 \begin_inset Quotes gld
9689 \end_inset
9690
9691
9692 \series bold
9693 &
9694 \series default
9695
9696 \begin_inset Quotes grd
9697 \end_inset
9698
9699  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9700  und löschen den Inhalt dieser Zellen.
9701 \end_layout
9702
9703 \begin_layout Standard
9704 Hinter dem 
9705 \begin_inset Quotes gld
9706 \end_inset
9707
9708
9709 \series bold
9710
9711 \backslash
9712
9713 \backslash
9714
9715 \series default
9716
9717 \begin_inset Quotes grd
9718 \end_inset
9719
9720 -Befehl müssen Sie so viele 
9721 \begin_inset Quotes gld
9722 \end_inset
9723
9724
9725 \series bold
9726 &
9727 \series default
9728
9729 \begin_inset Quotes grd
9730 \end_inset
9731
9732  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9733  In Tabelle
9734 \begin_inset space ~
9735 \end_inset
9736
9737
9738 \begin_inset CommandInset ref
9739 LatexCommand ref
9740 reference "tab:ForcedPagebreak"
9741
9742 \end_inset
9743
9744  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9745  Es folgt noch eine weitere Spalte.
9746  Deshalb wurde hinter dem Wort 
9747 \emph on
9748 Castelchiodato, 
9749 \emph default
9750 folgendes eingefügt:
9751 \end_layout
9752
9753 \begin_layout Standard
9754
9755 \series bold
9756 & 111
9757 \backslash
9758
9759 \backslash
9760  
9761 \backslash
9762 newpage
9763 \begin_inset Newline newline
9764 \end_inset
9765
9766 &
9767 \end_layout
9768
9769 \begin_layout Standard
9770 Die 
9771 \begin_inset Quotes gld
9772 \end_inset
9773
9774 111
9775 \begin_inset Quotes grd
9776 \end_inset
9777
9778  in der dritten Spalte wurde gelöscht.
9779  
9780 \series bold
9781
9782 \backslash
9783 newpage
9784 \series default
9785  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9786  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9787  Wenn die Fußzeile Ihrer 
9788 \family sans
9789 langen
9790 \begin_inset space ~
9791 \end_inset
9792
9793 Tabelle
9794 \family default
9795  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9796  Befehle benutzen:
9797 \end_layout
9798
9799 \begin_layout Standard
9800
9801 \series bold
9802 & 111
9803 \backslash
9804
9805 \backslash
9806
9807 \begin_inset Newline newline
9808 \end_inset
9809
9810
9811 \backslash
9812 hline &
9813 \end_layout
9814
9815 \begin_layout Standard
9816 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9817  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9818 \end_layout
9819
9820 \begin_layout Standard
9821
9822 \series bold
9823
9824 \backslash
9825 setlength{
9826 \backslash
9827 parfillskip}{0pt}
9828 \end_layout
9829
9830 \begin_layout Standard
9831 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9832  erscheint.
9833 \end_layout
9834
9835 \begin_layout Standard
9836 \align center
9837 \begin_inset Tabular
9838 <lyxtabular version="3" rows="38" columns="3">
9839 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9840 <column alignment="left" valignment="top" width="0cm">
9841 <column alignment="left" valignment="top" width="3cm">
9842 <column alignment="right" valignment="top" width="0pt">
9843 <row caption="true">
9844 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 \begin_inset Caption
9849
9850 \begin_layout Plain Layout
9851 Tabelle mit manuellem Seitenumbruch in einer Zelle
9852 \begin_inset CommandInset label
9853 LatexCommand label
9854 name "tab:ForcedPagebreak"
9855
9856 \end_inset
9857
9858
9859 \begin_inset Argument
9860 status collapsed
9861
9862 \begin_layout Plain Layout
9863 Tabelle mit manuellem Seitenumbruch in einer Zelle
9864 \end_layout
9865
9866 \end_inset
9867
9868
9869 \end_layout
9870
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row endfirsthead="true">
9898 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \series bold
9904 Telefonliste (ignoriere die Namen)
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row endfirsthead="true">
9929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 NAME
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \series bold
9955 TEL.
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row endhead="true">
9962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 \begin_inset ERT
9967 status collapsed
9968
9969 \begin_layout Plain Layout
9970
9971
9972 \backslash
9973 caption*{Fortsetzung der Tabelle}
9974 \backslash
9975
9976 \backslash
9977 %
9978 \end_layout
9979
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row endhead="true">
10007 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \series bold
10013 Telefonliste
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row endhead="true">
10038 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \series bold
10044 NAME
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \series bold
10064 TEL.
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 <row endfoot="true">
10071 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 wird fortgesetzt\SpecialChar \ldots{}
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Annovi
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Silvia
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Bertoli
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Stefano
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Bozzi
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Walter
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Cachia
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Maria
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Cachia
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Maurizio
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Cinquemani
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Giusi
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 111
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 </row>
10286 <row>
10287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291
10292 \series bold
10293 Colin
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Bernard
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311 111
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Concli
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Gianfranco
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Dal Bosco
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Carolina
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Dalpiaz
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Annamaria
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Feliciello
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Domenico
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Focarelli
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Paola
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Galletti
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Oreste
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Gasparini
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Franca
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Lassini
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Giancarlo
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Malfatti
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Luciano
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Malfatti
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Valeriano
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Meneguzzo
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Roberto
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Mezzadra
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Roberto
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Pirpamer
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Erich
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Pochiesa
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Paolo
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111, 222
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Radina
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Claudio
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 111
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \series bold
10789 Rizzardi
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Paolo, 11.
10799  Fürst von Monte\SpecialChar \-
10800 com\SpecialChar \-
10801 patri, 11.
10802  Fürst von Sulmona und Vivaro, 10.
10803  Fürst von Rossano, 5.
10804  Herzog von Canemorte, 11.
10805  Herzog von Palombara, 5.
10806  Herzog von Castelchiodato,
10807 \begin_inset ERT
10808 status open
10809
10810 \begin_layout Plain Layout
10811
10812 & 111
10813 \backslash
10814
10815 \backslash
10816  
10817 \backslash
10818 newpage
10819 \end_layout
10820
10821 \begin_layout Plain Layout
10822
10823 &
10824 \end_layout
10825
10826 \end_inset
10827
10828  11.
10829  Herzog von Poggionativo, 11.
10830  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10831  Graf von Valinfreda, 11.
10832  Baron von Cropalati, 11.
10833  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 <row>
10849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853
10854 \series bold
10855 Stuffer
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 Oskar
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 111
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 <row>
10880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \series bold
10886 Tacchelli
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 Ugo
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 111
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \series bold
10917 Tezzele
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 Margit
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 111
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \series bold
10948 Unterkalmsteiner
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 Frieda
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 111
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 </row>
10972 <row>
10973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977
10978 \series bold
10979 Vieider
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 Hilde
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 111
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 </row>
11003 <row>
11004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \series bold
11010 Vigna
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 Jürgen
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 111
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 </row>
11034 <row>
11035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039
11040 \series bold
11041 Weber
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 Maurizio
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 111
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 </row>
11065 <row>
11066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \series bold
11072 Winkler
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081 Franz
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 111
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 </row>
11096 </lyxtabular>
11097
11098 \end_inset
11099
11100
11101 \end_layout
11102
11103 \begin_layout Section
11104 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11105 \end_layout
11106
11107 \begin_layout Subsection
11108 Mehrfache Zeilen in Zellen
11109 \begin_inset CommandInset label
11110 LatexCommand label
11111 name "uab:Mehrfache-Zeilen-in"
11112
11113 \end_inset
11114
11115
11116 \begin_inset Index idx
11117 status collapsed
11118
11119 \begin_layout Plain Layout
11120 Mehrfache ! Zeilen in Zellen
11121 \end_layout
11122
11123 \end_inset
11124
11125
11126 \begin_inset Index idx
11127 status collapsed
11128
11129 \begin_layout Plain Layout
11130 Tabellen ! Zeilenumbrüche
11131 \end_layout
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Standard
11139 \noindent
11140 \begin_inset Float table
11141 placement H
11142 wide false
11143 sideways false
11144 status open
11145
11146 \begin_layout Plain Layout
11147 \begin_inset Caption
11148
11149 \begin_layout Plain Layout
11150 \begin_inset CommandInset label
11151 LatexCommand label
11152 name "tab:Table-with-multiple"
11153
11154 \end_inset
11155
11156 Tabelle mit mehrfachen Zeilen in einer Zelle
11157 \end_layout
11158
11159 \end_inset
11160
11161
11162 \end_layout
11163
11164 \begin_layout Plain Layout
11165 \align center
11166 \begin_inset Tabular
11167 <lyxtabular version="3" rows="3" columns="3">
11168 <features tabularvalignment="middle">
11169 <column alignment="center" valignment="middle" width="2.5cm">
11170 <column alignment="center" valignment="middle" width="0.5cm">
11171 <column alignment="center" valignment="middle" width="0.5cm">
11172 <row>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 zwei
11178 \begin_inset Newline linebreak
11179 \end_inset
11180
11181 Zeilen
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 b
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 c
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 <row>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 d
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 e
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 f
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 </row>
11234 <row>
11235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 g
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 h
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 i
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 </lyxtabular>
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Standard
11276 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11277  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11278  Tabelle
11279 \begin_inset space ~
11280 \end_inset
11281
11282
11283 \begin_inset CommandInset ref
11284 LatexCommand ref
11285 reference "tab:Table-with-multiple"
11286
11287 \end_inset
11288
11289  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11290 \family sans
11291 Tabellen-Einstellungen
11292 \family default
11293 -Dialog auf 2.5
11294 \begin_inset space \thinspace{}
11295 \end_inset
11296
11297 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11298  Weil unser Text schmaler als 2.5
11299 \begin_inset space \thinspace{}
11300 \end_inset
11301
11302 cm ist, würde er in einer Zeile gedruckt werden.
11303  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11304
11305 \family sans
11306 Strg+Shift+Enter
11307 \family default
11308 ) eingefügt.
11309  Wenn der Text länger ist, wird er automatisch umgebrochen.
11310 \end_layout
11311
11312 \begin_layout Standard
11313 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11314  setzen Sie die Breite der beiden Spalten im 
11315 \family sans
11316 Tabellen-Einstellungen
11317 \family default
11318 -Dialog auf 0.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm und die vertikale Ausrichtung auf zentriert.
11323 \end_layout
11324
11325 \begin_layout Standard
11326 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11327  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11328  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11329  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11330  Fügen sie daher 0
11331 \begin_inset space \thinspace{}
11332 \end_inset
11333
11334 pt horizontalen Abstand vor dem Wort ein.
11335  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11336  Tabelle
11337 \begin_inset space ~
11338 \end_inset
11339
11340
11341 \begin_inset CommandInset ref
11342 LatexCommand ref
11343 reference "tab:Table-with-and"
11344
11345 \end_inset
11346
11347  zeigt die Wirkungen.
11348 \end_layout
11349
11350 \begin_layout Standard
11351 \begin_inset Float table
11352 placement h
11353 wide false
11354 sideways false
11355 status open
11356
11357 \begin_layout Plain Layout
11358 \begin_inset Caption
11359
11360 \begin_layout Plain Layout
11361 \begin_inset CommandInset label
11362 LatexCommand label
11363 name "tab:Table-with-and"
11364
11365 \end_inset
11366
11367 Tabelle ohne und mit Silbentrennung
11368 \end_layout
11369
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \begin_layout Plain Layout
11376 \begin_inset space \hfill{}
11377 \end_inset
11378
11379
11380 \begin_inset Tabular
11381 <lyxtabular version="3" rows="3" columns="3">
11382 <features tabularvalignment="middle">
11383 <column alignment="center" valignment="middle" width="2.5cm">
11384 <column alignment="center" valignment="middle" width="0.5cm">
11385 <column alignment="center" valignment="middle" width="0.5cm">
11386 <row>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 einsehrlangesZellenwort
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 b
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 c
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 </row>
11415 <row>
11416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 d
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 e
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 f
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 g
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 h
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 i
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 </lyxtabular>
11474
11475 \end_inset
11476
11477
11478 \begin_inset space \hfill{}
11479 \end_inset
11480
11481
11482 \begin_inset Tabular
11483 <lyxtabular version="3" rows="3" columns="3">
11484 <features tabularvalignment="middle">
11485 <column alignment="center" valignment="middle" width="2.5cm">
11486 <column alignment="center" valignment="middle" width="0.5cm">
11487 <column alignment="center" valignment="middle" width="0.5cm">
11488 <row>
11489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 \begin_inset space \hspace{}
11494 \length 0pt
11495 \end_inset
11496
11497 einsehrlangesZellenwort
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 b
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 c
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 </row>
11521 <row>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 d
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 e
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 f
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row>
11551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 g
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 h
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 i
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 </lyxtabular>
11580
11581 \end_inset
11582
11583
11584 \begin_inset space \hfill{}
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \end_inset
11591
11592
11593 \end_layout
11594
11595 \begin_layout Subsection
11596 Mehrfachspalten
11597 \begin_inset CommandInset label
11598 LatexCommand label
11599 name "uab:Mehrfachspalten"
11600
11601 \end_inset
11602
11603
11604 \begin_inset Index idx
11605 status collapsed
11606
11607 \begin_layout Plain Layout
11608 Mahrfachspalten
11609 \end_layout
11610
11611 \end_inset
11612
11613
11614 \begin_inset Index idx
11615 status collapsed
11616
11617 \begin_layout Plain Layout
11618 Tabellen ! Mahrfachspalten
11619 \end_layout
11620
11621 \end_inset
11622
11623
11624 \end_layout
11625
11626 \begin_layout Subsubsection
11627 Grundlagen
11628 \end_layout
11629
11630 \begin_layout Standard
11631 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11632  und verwenden dann den Knopf 
11633 \begin_inset Graphics
11634         filename ../../images/tabular-feature_multicolumn.png
11635         scale 70
11636         scaleBeforeRotation
11637
11638 \end_inset
11639
11640  in der Werkzeugleiste, das Menü 
11641 \family sans
11642 Bearbeiten\SpecialChar \menuseparator
11643 Tabelle\SpecialChar \menuseparator
11644 Mehrfachspalte
11645 \family default
11646 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11647  
11648 \family sans
11649 Mehrfachspalte
11650 \family default
11651 .
11652 \end_layout
11653
11654 \begin_layout Standard
11655 Mehrfachspalten haben ihre eigenen Einstellungen.
11656  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11657  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11658  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11659 \end_layout
11660
11661 \begin_layout Standard
11662 \align center
11663 \begin_inset Tabular
11664 <lyxtabular version="3" rows="3" columns="4">
11665 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11666 <column alignment="center" valignment="top" width="0pt">
11667 <column alignment="center" valignment="middle" width="0">
11668 <column alignment="center" valignment="top" width="0in">
11669 <column alignment="center" valignment="top" width="0pt">
11670 <row>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 abc
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 def ghi
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 jkl
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713
11714 \family roman
11715 \series medium
11716 \shape up
11717 \size normal
11718 \emph off
11719 \bar no
11720 \noun off
11721 \color none
11722 A
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 B
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740 C
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 D
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 1
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 2
11770 \end_layout
11771
11772 \end_inset
11773 </cell>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 3
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 4
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 </lyxtabular>
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Subsubsection
11801 Mehrfachspalten-Berechnungen
11802 \begin_inset CommandInset label
11803 LatexCommand label
11804 name "uab:Mehrfachspalten-Berechnungen"
11805
11806 \end_inset
11807
11808
11809 \begin_inset Index idx
11810 status collapsed
11811
11812 \begin_layout Plain Layout
11813 Mahrfachspalten ! Berechnung
11814 \end_layout
11815
11816 \end_inset
11817
11818
11819 \begin_inset Index idx
11820 status collapsed
11821
11822 \begin_layout Plain Layout
11823 Tabellen ! Mahrfachspalten ! Berechnung
11824 \end_layout
11825
11826 \end_inset
11827
11828
11829 \end_layout
11830
11831 \begin_layout Standard
11832 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11833  Zellen beachten.
11834 \end_layout
11835
11836 \begin_layout Standard
11837 \begin_inset Float table
11838 placement h
11839 wide false
11840 sideways false
11841 status open
11842
11843 \begin_layout Plain Layout
11844 \begin_inset Caption
11845
11846 \begin_layout Plain Layout
11847 \begin_inset CommandInset label
11848 LatexCommand label
11849 name "tab:Table-with-centered"
11850
11851 \end_inset
11852
11853 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11854  die halbe Breite der Mehrfachspalten-Zelle haben
11855 \begin_inset Argument
11856 status collapsed
11857
11858 \begin_layout Plain Layout
11859 Eine Mehrfachspalten-Tabelle
11860 \end_layout
11861
11862 \end_inset
11863
11864
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \begin_layout Plain Layout
11873 \align center
11874 \begin_inset Tabular
11875 <lyxtabular version="3" rows="3" columns="3">
11876 <features tabularvalignment="middle">
11877 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11878 <column alignment="center" valignment="middle" width="0">
11879 <column alignment="center" valignment="top" width="0">
11880 <row>
11881 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 Dies ist eine Mehrfach\SpecialChar \-
11886 spalten-Zelle
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 c
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 </row>
11910 <row>
11911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 d
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 e
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 f
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 </row>
11939 <row>
11940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 g
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 h
11954 \end_layout
11955
11956 \end_inset
11957 </cell>
11958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 i
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 </lyxtabular>
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 Um Tabelle
11982 \begin_inset space ~
11983 \end_inset
11984
11985
11986 \begin_inset CommandInset ref
11987 LatexCommand ref
11988 reference "tab:Table-with-centered"
11989
11990 \end_inset
11991
11992  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11993  3×3-Tabelle, kreuzen im 
11994 \family sans
11995 Tabellen-Einstellungen
11996 \family default
11997 -Dialog 
11998 \family sans
11999 Mehrfachspalte
12000 \family default
12001  an, setzen die 
12002 \family sans
12003 Horizontale
12004 \begin_inset space ~
12005 \end_inset
12006
12007 Ausrichtung
12008 \family default
12009  auf 
12010 \family sans
12011 Zentriert
12012 \family default
12013  und die 
12014 \family sans
12015 Breite
12016 \family default
12017  auf 2.5
12018 \begin_inset space \thinspace{}
12019 \end_inset
12020
12021 cm.
12022  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12023  Sie die Breite der ersten Spalte auf 1.25
12024 \begin_inset space \thinspace{}
12025 \end_inset
12026
12027 cm setzen.
12028  Die zweite Spalte wird dann automatisch 1.25
12029 \begin_inset space \thinspace{}
12030 \end_inset
12031
12032 cm breit (Breite der 
12033 \family sans
12034 Mehrfachspalte
12035 \family default
12036  
12037 \begin_inset Formula $-$
12038 \end_inset
12039
12040  Breite der ersten Spalte).
12041  Dies wurde so für Tabelle
12042 \begin_inset space ~
12043 \end_inset
12044
12045
12046 \begin_inset CommandInset ref
12047 LatexCommand ref
12048 reference "tab:Table-without-half"
12049
12050 \end_inset
12051
12052  gemacht.
12053 \end_layout
12054
12055 \begin_layout Standard
12056 \begin_inset Float table
12057 wide false
12058 sideways false
12059 status open
12060
12061 \begin_layout Plain Layout
12062 \begin_inset Caption
12063
12064 \begin_layout Plain Layout
12065 \begin_inset CommandInset label
12066 LatexCommand label
12067 name "tab:Table-without-half"
12068
12069 \end_inset
12070
12071 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12072  wie die Mehrfachspalte
12073 \begin_inset Argument
12074 status collapsed
12075
12076 \begin_layout Plain Layout
12077 Eine unvollkommene Mehrfachspalten-Tabelle
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \begin_layout Plain Layout
12091 \align center
12092 \begin_inset Tabular
12093 <lyxtabular version="3" rows="3" columns="3">
12094 <features tabularvalignment="middle">
12095 <column alignment="center" valignment="top" width="1.25cm">
12096 <column alignment="center" valignment="top" width="0">
12097 <column alignment="center" valignment="top" width="0">
12098 <row>
12099 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 Dies ist auch eine Mehr\SpecialChar \-
12104 fach\SpecialChar \-
12105 spalten-Zelle
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12120 \begin_inset Text
12121
12122 \begin_layout Plain Layout
12123 c
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 </row>
12129 <row>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 d
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 e
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12149 \begin_inset Text
12150
12151 \begin_layout Plain Layout
12152 f
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 </row>
12158 <row>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 g
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 h
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 i
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 </row>
12187 </lyxtabular>
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \begin_layout Standard
12200 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12201  als die zweite ist.
12202  Das liegt daran, dass die Zellenbreite 
12203 \begin_inset Formula $W_{\mathrm{tot}}$
12204 \end_inset
12205
12206  nicht ihre definierte Breite 
12207 \begin_inset Formula $W_{g}$
12208 \end_inset
12209
12210  ist, sondern ein wenig mehr.
12211  Anhang
12212 \begin_inset space ~
12213 \end_inset
12214
12215
12216 \begin_inset CommandInset ref
12217 LatexCommand ref
12218 reference "kap:Exläuterung-einer-Gleichung"
12219
12220 \end_inset
12221
12222  erklärt das genauer.
12223 \end_layout
12224
12225 \begin_layout Standard
12226 Wenn 
12227 \emph on
12228 n
12229 \emph default
12230  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12231  die definierte Breite 
12232 \begin_inset Formula $W_{g\, n}$
12233 \end_inset
12234
12235  einer Spalte, deren totale Breite = 
12236 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12237 \end_inset
12238
12239  sein soll, wie folgt:
12240 \begin_inset Formula 
12241 \begin{equation}
12242 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12243 \end{equation}
12244
12245 \end_inset
12246
12247
12248 \end_layout
12249
12250 \begin_layout Standard
12251 In unserem Falls ist 
12252 \begin_inset Formula $n=2$
12253 \end_inset
12254
12255
12256 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12257 \end_inset
12258
12259 cm, und damit wird aus Gleichung
12260 \begin_inset space ~
12261 \end_inset
12262
12263
12264 \begin_inset CommandInset ref
12265 LatexCommand ref
12266 reference "eq:Wgn"
12267
12268 \end_inset
12269
12270  
12271 \begin_inset Formula 
12272 \begin{equation}
12273 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12274 \end{equation}
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \begin_layout Standard
12282 Damit LaTeX rechnen kann, muss das Paket 
12283 \series bold
12284 calc
12285 \series default
12286  im Vorspann geladen werden.
12287 \begin_inset Index idx
12288 status collapsed
12289
12290 \begin_layout Plain Layout
12291 LaTeX-Pakete ! calc
12292 \end_layout
12293
12294 \end_inset
12295
12296
12297 \end_layout
12298
12299 \begin_layout Standard
12300
12301 \series bold
12302
12303 \backslash
12304 usepackage{calc}
12305 \end_layout
12306
12307 \begin_layout Standard
12308 LyX erlaubt im 
12309 \family sans
12310 Breite
12311 \family default
12312 -Feld des 
12313 \family sans
12314 Tabellen-Einstellungen
12315 \family default
12316 -Dialogs keine Berechnungen.
12317  Deshalb müssen Sie die Formel für die Breite im Feld 
12318 \family sans
12319 LaTe
12320 \begin_inset ERT
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324
12325 {}
12326 \end_layout
12327
12328 \end_inset
12329
12330 X-Argument
12331 \family default
12332  eingeben.
12333  Hier iss ein Überblick über die Argumente:
12334 \end_layout
12335
12336 \begin_layout Itemize
12337
12338 \series bold
12339 p{Breite}
12340 \series default
12341  die Zelle bekommt eine feste 
12342 \series bold
12343 Breite
12344 \series default
12345 , und die vertikale Ausrichtung ist 
12346 \family sans
12347 Oben
12348 \end_layout
12349
12350 \begin_layout Itemize
12351
12352 \series bold
12353 m{Breite}
12354 \series default
12355  die Zelle bekommt eine feste 
12356 \series bold
12357 Breite
12358 \series default
12359 , und die vertikale Ausrichtung ist 
12360 \family sans
12361 Mitte
12362 \end_layout
12363
12364 \begin_layout Itemize
12365
12366 \series bold
12367 b{Breite}
12368 \series default
12369  die Zelle bekommt eine feste 
12370 \series bold
12371 Breite
12372 \series default
12373 , und die vertikale Ausrichtung ist 
12374 \family sans
12375 Unten
12376 \end_layout
12377
12378 \begin_layout Standard
12379 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12380  für diese Zelle überschrieben.
12381 \end_layout
12382
12383 \begin_layout Standard
12384 \begin_inset Note Greyedout
12385 status open
12386
12387 \begin_layout Plain Layout
12388
12389 \series bold
12390 Bemerkung:
12391 \series default
12392  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12393  angezeigt.
12394 \end_layout
12395
12396 \end_inset
12397
12398
12399 \end_layout
12400
12401 \begin_layout Standard
12402 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12403  der Zelle mit dem Inhalt 
12404 \begin_inset Quotes gld
12405 \end_inset
12406
12407 d
12408 \begin_inset Quotes grd
12409 \end_inset
12410
12411  der Tabelle
12412 \begin_inset space ~
12413 \end_inset
12414
12415
12416 \begin_inset CommandInset ref
12417 LatexCommand ref
12418 reference "tab:Table-with-centered"
12419
12420 \end_inset
12421
12422  auch noch der Befehl
12423 \family typewriter
12424 \series bold
12425  
12426 \family default
12427
12428 \backslash
12429 centering
12430 \series default
12431  hinzugefügt.
12432  Das Ganze sieht dann so aus:
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438 |>{
12439 \backslash
12440 centering}m{1.25cm-6.2pt}
12441 \end_layout
12442
12443 \begin_layout Standard
12444 Der vertikale Strich 
12445 \series bold
12446
12447 \begin_inset Quotes gld
12448 \end_inset
12449
12450 |
12451 \series default
12452
12453 \begin_inset Quotes grd
12454 \end_inset
12455
12456  am Anfang zeichnet die linke Linie, und der Befehl 
12457 \series bold
12458
12459 \begin_inset Quotes gld
12460 \end_inset
12461
12462 >{ }
12463 \begin_inset Quotes grd
12464 \end_inset
12465
12466
12467 \series default
12468  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12469  der Zelle benutzt werden sollen.
12470 \end_layout
12471
12472 \begin_layout Standard
12473 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12474  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12475  für einzelne Spalten anwendet.
12476  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12477  werden:
12478 \end_layout
12479
12480 \begin_layout Standard
12481
12482 \series bold
12483 |>{
12484 \backslash
12485 centering}m{2.5cm}|
12486 \end_layout
12487
12488 \begin_layout Subsection
12489 Mehrfachzeilen
12490 \begin_inset CommandInset label
12491 LatexCommand label
12492 name "uab:Mehrfachzeilen"
12493
12494 \end_inset
12495
12496
12497 \begin_inset Index idx
12498 status collapsed
12499
12500 \begin_layout Plain Layout
12501 Mehrfachzeilen
12502 \end_layout
12503
12504 \end_inset
12505
12506
12507 \begin_inset Index idx
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511 Tabellen ! Mehrfachzeilen
12512 \end_layout
12513
12514 \end_inset
12515
12516
12517 \end_layout
12518
12519 \begin_layout Standard
12520 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12521  und verwenden dann den Knopf 
12522 \begin_inset Graphics
12523         filename ../../images/tabular-feature_multirow.png
12524         scale 70
12525         scaleBeforeRotation
12526
12527 \end_inset
12528
12529  in der Werkzeugleiste, das Menü 
12530 \family sans
12531 Bearbeiten\SpecialChar \menuseparator
12532 Tabelle\SpecialChar \menuseparator
12533 Mehrfachzeile
12534 \family default
12535 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12536  
12537 \family sans
12538 Mehrfachzeile
12539 \family default
12540 .
12541 \end_layout
12542
12543 \begin_layout Standard
12544 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12545 \end_layout
12546
12547 \begin_layout Standard
12548 \align center
12549 \begin_inset Tabular
12550 <lyxtabular version="3" rows="3" columns="3">
12551 <features tabularvalignment="middle">
12552 <column alignment="center" valignment="top" width="0pt">
12553 <column alignment="center" valignment="top" width="0">
12554 <column alignment="center" valignment="top" width="0">
12555 <row>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 ein langer Eintrag
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 b
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 c
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 </row>
12584 <row>
12585 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 Mehrfachzeile
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 e
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 f
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 h
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 i
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 </lyxtabular>
12643
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \begin_layout Standard
12650 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12651  Spalte festgelegt.
12652  Der 
12653 \family sans
12654 Vertikale Versatz
12655 \family default
12656  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12657  positiv/negativ ist.
12658 \end_layout
12659
12660 \begin_layout Standard
12661 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12662  die Mehrfachzeile die Ausrichtung der Spalte.
12663  Ansonsten ist sie standardmäßig links ausgerichtet.
12664  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12665 \series bold
12666
12667 \backslash
12668 multirowsetup
12669 \series default
12670  mit dem Befehl
12671 \end_layout
12672
12673 \begin_layout Standard
12674
12675 \series bold
12676
12677 \backslash
12678 renewcommand{
12679 \backslash
12680 multirowsetup}{
12681 \backslash
12682 centering}
12683 \end_layout
12684
12685 \begin_layout Standard
12686 im LaTeX-Vorspann.
12687  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12688  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12689  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12690  erneuert werden.
12691  Für rechtsbündigen Text ersetzt man 
12692 \series bold
12693
12694 \backslash
12695 centering
12696 \series default
12697  durch 
12698 \series bold
12699
12700 \backslash
12701 raggedleft
12702 \series default
12703 .
12704  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12705 \series bold
12706
12707 \backslash
12708 raggedright
12709 \series default
12710  verwendet.
12711 \end_layout
12712
12713 \begin_layout Standard
12714 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12715  die -4
12716 \begin_inset space \thinspace{}
12717 \end_inset
12718
12719 mm vertikalen Versatz hat und sich in einer 3
12720 \begin_inset space \thinspace{}
12721 \end_inset
12722
12723 cm breiten Spalte befindet:
12724 \end_layout
12725
12726 \begin_layout Standard
12727 \noindent
12728 \align center
12729 \begin_inset ERT
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733
12734
12735 \backslash
12736 renewcommand{
12737 \backslash
12738 multirowsetup}{
12739 \backslash
12740 raggedleft}
12741 \end_layout
12742
12743 \end_inset
12744
12745
12746 \begin_inset Tabular
12747 <lyxtabular version="3" rows="4" columns="3">
12748 <features tabularvalignment="middle">
12749 <column alignment="center" valignment="top" width="3cm">
12750 <column alignment="center" valignment="top" width="0">
12751 <column alignment="center" valignment="top" width="0">
12752 <row>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 ein langer Eintrag
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766 b
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Plain Layout
12775 c
12776 \end_layout
12777
12778 \end_inset
12779 </cell>
12780 </row>
12781 <row>
12782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 t
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 n
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 m
12805 \end_layout
12806
12807 \end_inset
12808 </cell>
12809 </row>
12810 <row>
12811 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12812 \begin_inset Text
12813
12814 \begin_layout Plain Layout
12815 Mehrfachzeile
12816 \end_layout
12817
12818 \end_inset
12819 </cell>
12820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 e
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 f
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 </row>
12839 <row>
12840 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 h
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 i
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 </lyxtabular>
12869
12870 \end_inset
12871
12872
12873 \begin_inset ERT
12874 status collapsed
12875
12876 \begin_layout Plain Layout
12877
12878
12879 \backslash
12880 renewcommand{
12881 \backslash
12882 multirowsetup}{
12883 \backslash
12884 raggedright}
12885 \end_layout
12886
12887 \end_inset
12888
12889
12890 \end_layout
12891
12892 \begin_layout Standard
12893 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12894  (Tastenkürzel 
12895 \family sans
12896 Ctrl+Enter
12897 \family default
12898 ) verwenden.
12899  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12900 \end_layout
12901
12902 \begin_layout Standard
12903 \noindent
12904 \align center
12905 \begin_inset Tabular
12906 <lyxtabular version="3" rows="3" columns="2">
12907 <features tabularvalignment="middle">
12908 <column alignment="left" valignment="middle" width="2cm">
12909 <column alignment="center" valignment="top" width="0">
12910 <row>
12911 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 aaa
12916 \begin_inset Newline newline
12917 \end_inset
12918
12919 aaa
12920 \begin_inset Newline newline
12921 \end_inset
12922
12923 falsche Zelle
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 ccc
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 <row>
12939 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 ddd
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 </row>
12958 <row>
12959 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 bbb
12964 \end_layout
12965
12966 \end_inset
12967 </cell>
12968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972 eee
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 </row>
12978 </lyxtabular>
12979
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12987 \end_layout
12988
12989 \begin_layout Section
12990 Formale Tabellen
12991 \begin_inset CommandInset label
12992 LatexCommand label
12993 name "abs:Formale-Tabellen"
12994
12995 \end_inset
12996
12997
12998 \begin_inset Index idx
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002 Tabellen ! Formale
13003 \end_layout
13004
13005 \end_inset
13006
13007
13008 \end_layout
13009
13010 \begin_layout Standard
13011 Tabellen werden in Büchern oft wie Tabelle
13012 \begin_inset space ~
13013 \end_inset
13014
13015
13016 \begin_inset CommandInset ref
13017 LatexCommand ref
13018 reference "tab:Formale-Tabelle"
13019
13020 \end_inset
13021
13022  gesetzt.
13023  Diese Tabellen werden
13024 \emph on
13025  formal
13026 \emph default
13027  genannt.
13028  Formale Tabellen bekommen Sie, wenn Sie im 
13029 \family sans
13030 Tabellen-Einstellungen
13031 \family default
13032 -Dialog auf der Karteikarte 
13033 \family sans
13034 Rahmen
13035 \family default
13036  den 
13037 \family sans
13038 Stil
13039 \family default
13040  
13041 \family sans
13042 Formal
13043 \family default
13044  ankreuzen.
13045 \end_layout
13046
13047 \begin_layout Standard
13048 \begin_inset Float table
13049 placement h
13050 wide false
13051 sideways false
13052 status open
13053
13054 \begin_layout Plain Layout
13055 \begin_inset Caption
13056
13057 \begin_layout Plain Layout
13058 \begin_inset CommandInset label
13059 LatexCommand label
13060 name "tab:Formale-Tabelle"
13061
13062 \end_inset
13063
13064 Formale Tabelle
13065 \end_layout
13066
13067 \end_inset
13068
13069
13070 \end_layout
13071
13072 \begin_layout Plain Layout
13073 \align center
13074 \begin_inset Tabular
13075 <lyxtabular version="3" rows="8" columns="4">
13076 <features booktabs="true" tabularvalignment="middle">
13077 <column alignment="center" valignment="top" width="0">
13078 <column alignment="right" valignment="top" width="0">
13079 <column alignment="right" valignment="top" width="0">
13080 <column alignment="right" valignment="top" width="0">
13081 <row>
13082 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 System
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 Chip
13096 \begin_inset space \thinspace{}
13097 \end_inset
13098
13099 1
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13105 \begin_inset Text
13106
13107 \begin_layout Plain Layout
13108 Chip
13109 \begin_inset space \thinspace{}
13110 \end_inset
13111
13112 2
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 </row>
13127 <row>
13128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 \begin_inset ERT
13133 status collapsed
13134
13135 \begin_layout Plain Layout
13136
13137
13138 \backslash
13139 cmidrule(r){2-2}
13140 \end_layout
13141
13142 \end_inset
13143
13144
13145 \begin_inset ERT
13146 status collapsed
13147
13148 \begin_layout Plain Layout
13149
13150
13151 \backslash
13152 cmidrule(l){3-4}
13153 \end_layout
13154
13155 \end_inset
13156
13157 Detektordicke in µm
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 300
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 300
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 700
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 </row>
13190 <row>
13191 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Kantenwinkel in °
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 3.55
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 <cell alignment="center" valignment="top" topline="true" usebox="none">
13210 \begin_inset Text
13211
13212 \begin_layout Plain Layout
13213 2.71
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 7.99
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 </row>
13228 <row topspace="default">
13229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 räumliche Auf\SpecialChar \textcompwordmark{}
13234 lösung in µm
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 4.26
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 10.17
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 10.56
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 </row>
13267 <row topspace="default">
13268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 MTF bei 
13273 \begin_inset Formula $f_{\mathrm{max}}$
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 0.53
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 <cell alignment="center" valignment="top" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 0.37
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 0.39
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 </row>
13309 <row topspace="default">
13310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 \begin_inset ERT
13315 status collapsed
13316
13317 \begin_layout Plain Layout
13318
13319
13320 \backslash
13321 cmidrule(l{10pt}){1-1}
13322 \end_layout
13323
13324 \end_inset
13325
13326 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13327 lösung
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 <row>
13361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 in µm
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 129.7
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 52.75
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 50.78
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 </row>
13398 <row>
13399 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 in % der Pixelgröße
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 76.3
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 95.9
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 92.3
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 </lyxtabular>
13437
13438 \end_inset
13439
13440
13441 \end_layout
13442
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \begin_layout Standard
13449 Abstände zu Tabellenzeilen können auf der Karteikarte 
13450 \family sans
13451 Rahmen
13452 \family default
13453  des 
13454 \family sans
13455 Tabellen-Ein\SpecialChar \-
13456 stel\SpecialChar \-
13457 lun\SpecialChar \-
13458 gen
13459 \family default
13460 -Dialogs hinzugefügt werden, wie in Abschnitt
13461 \begin_inset space ~
13462 \end_inset
13463
13464
13465 \begin_inset CommandInset ref
13466 LatexCommand ref
13467 reference "uab:Zeilenabstand"
13468
13469 \end_inset
13470
13471  beschrieben.
13472 \end_layout
13473
13474 \begin_layout Standard
13475 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13476  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13477  gedruckt aber anders aus.
13478  Die erste und letzte Linie ist 0.08
13479 \begin_inset space \thinspace{}
13480 \end_inset
13481
13482 em dick, während die anderen 0.05
13483 \begin_inset space \thinspace{}
13484 \end_inset
13485
13486 em dick sind.
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13491 \end_layout
13492
13493 \begin_layout Standard
13494
13495 \series bold
13496
13497 \backslash
13498 let
13499 \backslash
13500 mytoprule
13501 \backslash
13502 toprule
13503 \begin_inset Newline newline
13504 \end_inset
13505
13506
13507 \backslash
13508 renewcommand{
13509 \backslash
13510 toprule}{
13511 \backslash
13512 mytoprule[Breite]}
13513 \end_layout
13514
13515 \begin_layout Standard
13516 Dies Beispiel gilt für die oberste Linie, genannt 
13517 \series bold
13518 toprule
13519 \series default
13520 .
13521  Für die letzte müssen Sie 
13522 \series bold
13523 toprule
13524 \series default
13525  durch 
13526 \series bold
13527 bottomrule
13528 \series default
13529  ersetzen.
13530  Die Linien dazwischen heißen 
13531 \series bold
13532 midrule
13533 \series default
13534 .
13535  Für 
13536 \family sans
13537 Breite
13538 \family default
13539  können Sie alle Einheiten benutzen, die in Anhang
13540 \begin_inset space ~
13541 \end_inset
13542
13543
13544 \begin_inset CommandInset ref
13545 LatexCommand ref
13546 reference "kap:In-LyX-verfügbare"
13547
13548 \end_inset
13549
13550  aufgelistet sind.
13551 \end_layout
13552
13553 \begin_layout Standard
13554 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13555  eine Linie unter einer Mehrfachspalte.
13556  LyX wird intern den Befehl 
13557 \series bold
13558
13559 \backslash
13560 cmidrule
13561 \series default
13562  benutzen, um diese Linie zu drucken.
13563  Der ganze Befehl sieht so aus:
13564 \end_layout
13565
13566 \begin_layout Standard
13567
13568 \series bold
13569
13570 \backslash
13571 cmidrule[width](trim){Anfangsspalte-Endspalte}
13572 \end_layout
13573
13574 \begin_layout Standard
13575 Die 
13576 \series bold
13577
13578 \backslash
13579 cmidrule
13580 \series default
13581 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13582  benutzen.
13583  
13584 \series bold
13585
13586 \backslash
13587 cmidrule
13588 \series default
13589  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13590  erste Zelle einer Zeile einfügt.
13591  Die Linie wird dann über der Zeile gedruckt.
13592 \end_layout
13593
13594 \begin_layout Standard
13595 Der Standardwert ist 0.03
13596 \begin_inset space \thinspace{}
13597 \end_inset
13598
13599 em.
13600  Die Linie reicht von 
13601 \family typewriter
13602 Anfangsspalte
13603 \family default
13604  bis 
13605 \family typewriter
13606 End\SpecialChar \-
13607 spal\SpecialChar \-
13608 te
13609 \family default
13610 .
13611  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13612   Der optionale Parameter 
13613 \family typewriter
13614 trim
13615 \family default
13616  kann die Werte 
13617 \emph on
13618 r
13619 \emph default
13620
13621 \emph on
13622 r{Breite}
13623 \emph default
13624
13625 \emph on
13626 l
13627 \family typewriter
13628 \emph default
13629  
13630 \family default
13631 oder 
13632 \emph on
13633 l{Breite}
13634 \emph default
13635  annehmen, wobei die 
13636 \family sans
13637 Breite
13638 \family default
13639  optional ist.
13640  
13641 \emph on
13642 l{2pt}
13643 \emph default
13644  zum Beispiel bedeutet, dass die Linie links um 2
13645 \begin_inset space \thinspace{}
13646 \end_inset
13647
13648 pt gekürzt wird.
13649  Ohne Breitenangabe werden die Linien um 0.5
13650 \begin_inset space \thinspace{}
13651 \end_inset
13652
13653 em gekürzt.
13654 \end_layout
13655
13656 \begin_layout Standard
13657 \begin_inset VSpace bigskip
13658 \end_inset
13659
13660 In Tabelle
13661 \begin_inset space ~
13662 \end_inset
13663
13664
13665 \begin_inset CommandInset ref
13666 LatexCommand ref
13667 reference "tab:Formale-Tabelle"
13668
13669 \end_inset
13670
13671  wurden die Befehle
13672 \end_layout
13673
13674 \begin_layout Standard
13675
13676 \series bold
13677
13678 \backslash
13679 cmidrule(r){2-2}
13680 \backslash
13681 cmidrule(l){3-4}
13682 \end_layout
13683
13684 \begin_layout Standard
13685 am Anfang der zweiten Zeile und
13686 \end_layout
13687
13688 \begin_layout Standard
13689
13690 \series bold
13691
13692 \backslash
13693 cmidrule(l{10pt}){1-1}
13694 \end_layout
13695
13696 \begin_layout Standard
13697 in der sechsten benutzt.
13698 \end_layout
13699
13700 \begin_layout Standard
13701 \begin_inset VSpace bigskip
13702 \end_inset
13703
13704
13705 \end_layout
13706
13707 \begin_layout Standard
13708 Sie können mit 
13709 \series bold
13710
13711 \backslash
13712 cmidrule
13713 \series default
13714  auch überlappende Linien wie in Tabelle
13715 \begin_inset space ~
13716 \end_inset
13717
13718
13719 \begin_inset CommandInset ref
13720 LatexCommand ref
13721 reference "tab:Special-booktabs-table"
13722
13723 \end_inset
13724
13725  definieren.
13726  Der Befehl ist:
13727 \end_layout
13728
13729 \begin_layout Standard
13730
13731 \series bold
13732
13733 \backslash
13734 morecmidrules
13735 \end_layout
13736
13737 \begin_layout Standard
13738 In Zeile zwei der Tabelle
13739 \begin_inset space ~
13740 \end_inset
13741
13742
13743 \begin_inset CommandInset ref
13744 LatexCommand ref
13745 reference "tab:Special-booktabs-table"
13746
13747 \end_inset
13748
13749  wurde folgender Befehl benutzt:
13750 \end_layout
13751
13752 \begin_layout Standard
13753
13754 \series bold
13755
13756 \backslash
13757 cmidrule(r){2-2}
13758 \backslash
13759 cmidrule(l){3-4}
13760 \backslash
13761 morecmidrules
13762 \begin_inset Newline newline
13763 \end_inset
13764
13765
13766 \backslash
13767 cmidrule{2-4}
13768 \end_layout
13769
13770 \begin_layout Standard
13771 und in Zeile sechs:
13772 \end_layout
13773
13774 \begin_layout Standard
13775
13776 \series bold
13777
13778 \backslash
13779 midrule
13780 \backslash
13781 morecmidrules
13782 \backslash
13783 cmidrule{3-4}
13784 \end_layout
13785
13786 \begin_layout Standard
13787 \begin_inset VSpace bigskip
13788 \end_inset
13789
13790
13791 \end_layout
13792
13793 \begin_layout Standard
13794 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13795  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13796 \end_layout
13797
13798 \begin_layout Standard
13799
13800 \series bold
13801
13802 \backslash
13803 specialrule{Dicke}{Abstand davor}{Abstand danach}
13804 \end_layout
13805
13806 \begin_layout Standard
13807 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13808 \series bold
13809 booktabs
13810 \series default
13811  
13812 \begin_inset CommandInset citation
13813 LatexCommand cite
13814 key "booktabs"
13815
13816 \end_inset
13817
13818 .
13819 \begin_inset Index idx
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823 LaTeX-Pakete ! booktabs
13824 \end_layout
13825
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \begin_layout Standard
13832 \begin_inset Float table
13833 placement h
13834 wide false
13835 sideways false
13836 status open
13837
13838 \begin_layout Plain Layout
13839 \begin_inset Caption
13840
13841 \begin_layout Plain Layout
13842 \begin_inset CommandInset label
13843 LatexCommand label
13844 name "tab:Special-booktabs-table"
13845
13846 \end_inset
13847
13848 Eine spezielle formale Tabelle
13849 \end_layout
13850
13851 \end_inset
13852
13853
13854 \end_layout
13855
13856 \begin_layout Plain Layout
13857 \align center
13858 \begin_inset Tabular
13859 <lyxtabular version="3" rows="8" columns="4">
13860 <features booktabs="true" tabularvalignment="middle">
13861 <column alignment="center" valignment="top" width="0">
13862 <column alignment="center" valignment="top" width="0">
13863 <column alignment="right" valignment="top" width="0">
13864 <column alignment="right" valignment="top" width="0">
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 System
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 Chip
13880 \begin_inset space \thinspace{}
13881 \end_inset
13882
13883 1
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 Chip
13893 \begin_inset space \thinspace{}
13894 \end_inset
13895
13896 2
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 <row>
13912 <cell alignment="center" valignment="top" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921
13922 \backslash
13923 cmidrule(r){2-2}
13924 \end_layout
13925
13926 \end_inset
13927
13928
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 cmidrule(l){3-4}
13937 \end_layout
13938
13939 \end_inset
13940
13941
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947
13948 \backslash
13949 morecmidrules 
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \begin_inset ERT
13956 status collapsed
13957
13958 \begin_layout Plain Layout
13959
13960
13961 \backslash
13962 cmidrule{2-4}
13963 \end_layout
13964
13965 \end_inset
13966
13967 Detektordicke in µm
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 300
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 <cell alignment="center" valignment="top" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 300
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 700
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" topline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 Kantenwinkel in °
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 <cell alignment="center" valignment="top" topline="true" usebox="none">
14011 \begin_inset Text
14012
14013 \begin_layout Plain Layout
14014 3,55
14015 \end_layout
14016
14017 \end_inset
14018 </cell>
14019 <cell alignment="center" valignment="top" topline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 2,71
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 7,99
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 </row>
14038 <row topspace="default">
14039 <cell alignment="center" valignment="top" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 räumliche Auf\SpecialChar \textcompwordmark{}
14044 lösung in µm
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 4,26
14054 \end_layout
14055
14056 \end_inset
14057 </cell>
14058 <cell alignment="center" valignment="top" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062 10,17
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 10,56
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 </row>
14077 <row topspace="default">
14078 <cell alignment="center" valignment="top" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 MTF bei 
14083 \begin_inset Formula $f_{\mathrm{max}}$
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 <cell alignment="center" valignment="top" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 0,53
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 <cell alignment="center" valignment="top" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 0,37
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 0,39
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 </row>
14119 <row>
14120 <cell alignment="center" valignment="top" topline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129
14130 \backslash
14131 morecmidrules 
14132 \end_layout
14133
14134 \end_inset
14135
14136
14137 \begin_inset ERT
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141
14142
14143 \backslash
14144 cmidrule{3-4}
14145 \end_layout
14146
14147 \end_inset
14148
14149 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14150 lösung
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 <cell alignment="center" valignment="top" topline="true" usebox="none">
14174 \begin_inset Text
14175
14176 \begin_layout Plain Layout
14177
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 </row>
14183 <row>
14184 <cell alignment="center" valignment="top" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 in µm
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 129,7
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 52,75
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 50,78
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 </row>
14221 <row>
14222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 in % der Pixelgröße
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 76,3
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 95,9
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 92,3
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 </row>
14259 </lyxtabular>
14260
14261 \end_inset
14262
14263
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Section
14272 Vertikale Tabellen-Ausrichtung
14273 \begin_inset Index idx
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277 Tabellen ! Ausrichtung
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \end_layout
14284
14285 \begin_layout Standard
14286 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14287  einer Box sein.
14288  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14289 \begin_inset space ~
14290 \end_inset
14291
14292
14293 \begin_inset CommandInset ref
14294 LatexCommand ref
14295 reference "abs:Box-Dialog"
14296
14297 \end_inset
14298
14299  beschrieben.
14300 \end_layout
14301
14302 \begin_layout Standard
14303 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14304 \begin_inset Foot
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308 Minipages werden in Abschnitt
14309 \begin_inset space ~
14310 \end_inset
14311
14312
14313 \begin_inset CommandInset ref
14314 LatexCommand ref
14315 reference "abs:Minipage"
14316
14317 \end_inset
14318
14319  beschrieben.
14320 \end_layout
14321
14322 \end_inset
14323
14324  mit 15
14325 \begin_inset space \thinspace{}
14326 \end_inset
14327
14328 col%-Breite:
14329 \end_layout
14330
14331 \begin_layout Itemize
14332 Test 
14333 \begin_inset Box Frameless
14334 position "t"
14335 hor_pos "c"
14336 has_inner_box 1
14337 inner_pos "c"
14338 use_parbox 0
14339 use_makebox 0
14340 width "15col%"
14341 special "none"
14342 height "1in"
14343 height_special "totalheight"
14344 status collapsed
14345
14346 \begin_layout Plain Layout
14347 \begin_inset Tabular
14348 <lyxtabular version="3" rows="3" columns="3">
14349 <features tabularvalignment="middle">
14350 <column alignment="center" valignment="top" width="0">
14351 <column alignment="center" valignment="top" width="0">
14352 <column alignment="center" valignment="top" width="0">
14353 <row>
14354 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14355 \begin_inset Text
14356
14357 \begin_layout Plain Layout
14358 Tabelle 1
14359 \end_layout
14360
14361 \end_inset
14362 </cell>
14363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14364 \begin_inset Text
14365
14366 \begin_layout Plain Layout
14367
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 </row>
14382 <row>
14383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14384 \begin_inset Text
14385
14386 \begin_layout Plain Layout
14387 b
14388 \end_layout
14389
14390 \end_inset
14391 </cell>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396 e
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14402 \begin_inset Text
14403
14404 \begin_layout Plain Layout
14405 h
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 </row>
14411 <row>
14412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14413 \begin_inset Text
14414
14415 \begin_layout Plain Layout
14416 c
14417 \end_layout
14418
14419 \end_inset
14420 </cell>
14421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425 f
14426 \end_layout
14427
14428 \end_inset
14429 </cell>
14430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434 i
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 </row>
14440 </lyxtabular>
14441
14442 \end_inset
14443
14444
14445 \end_layout
14446
14447 \end_inset
14448
14449  Test 
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455
14456 \backslash
14457 raisebox{0.85
14458 \backslash
14459 baselineskip}{
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset Box Frameless
14466 position "t"
14467 hor_pos "c"
14468 has_inner_box 1
14469 inner_pos "c"
14470 use_parbox 0
14471 use_makebox 0
14472 width "15col%"
14473 special "none"
14474 height "1in"
14475 height_special "totalheight"
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479 \begin_inset Tabular
14480 <lyxtabular version="3" rows="3" columns="3">
14481 <features tabularvalignment="middle">
14482 <column alignment="center" valignment="top" width="0">
14483 <column alignment="center" valignment="top" width="0">
14484 <column alignment="center" valignment="top" width="0">
14485 <row>
14486 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 Tabelle 2
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 </row>
14514 <row>
14515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Plain Layout
14519 b
14520 \end_layout
14521
14522 \end_inset
14523 </cell>
14524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 e
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 h
14538 \end_layout
14539
14540 \end_inset
14541 </cell>
14542 </row>
14543 <row>
14544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 c
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557 f
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566 i
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 </lyxtabular>
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \begin_inset ERT
14583 status collapsed
14584
14585 \begin_layout Plain Layout
14586
14587 }
14588 \end_layout
14589
14590 \end_inset
14591
14592
14593 \end_layout
14594
14595 \begin_layout Itemize
14596 Test 
14597 \begin_inset Box Frameless
14598 position "c"
14599 hor_pos "c"
14600 has_inner_box 1
14601 inner_pos "c"
14602 use_parbox 0
14603 use_makebox 0
14604 width "15col%"
14605 special "none"
14606 height "1in"
14607 height_special "totalheight"
14608 status collapsed
14609
14610 \begin_layout Plain Layout
14611 \begin_inset Tabular
14612 <lyxtabular version="3" rows="3" columns="3">
14613 <features tabularvalignment="middle">
14614 <column alignment="center" valignment="top" width="0">
14615 <column alignment="center" valignment="top" width="0">
14616 <column alignment="center" valignment="top" width="0">
14617 <row>
14618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 Tabelle 3
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 </row>
14646 <row>
14647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651 b
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 e
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 h
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 </row>
14675 <row>
14676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 c
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689 f
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14695 \begin_inset Text
14696
14697 \begin_layout Plain Layout
14698 i
14699 \end_layout
14700
14701 \end_inset
14702 </cell>
14703 </row>
14704 </lyxtabular>
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Itemize
14717 Test 
14718 \begin_inset Box Frameless
14719 position "b"
14720 hor_pos "c"
14721 has_inner_box 1
14722 inner_pos "c"
14723 use_parbox 0
14724 use_makebox 0
14725 width "15col%"
14726 special "none"
14727 height "1in"
14728 height_special "totalheight"
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732 \begin_inset Tabular
14733 <lyxtabular version="3" rows="3" columns="3">
14734 <features tabularvalignment="middle">
14735 <column alignment="center" valignment="top" width="0">
14736 <column alignment="center" valignment="top" width="0">
14737 <column alignment="center" valignment="top" width="0">
14738 <row>
14739 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 Tabelle 4
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 </row>
14767 <row>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 b
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 e
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 h
14791 \end_layout
14792
14793 \end_inset
14794 </cell>
14795 </row>
14796 <row>
14797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14798 \begin_inset Text
14799
14800 \begin_layout Plain Layout
14801 c
14802 \end_layout
14803
14804 \end_inset
14805 </cell>
14806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14807 \begin_inset Text
14808
14809 \begin_layout Plain Layout
14810 f
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 i
14820 \end_layout
14821
14822 \end_inset
14823 </cell>
14824 </row>
14825 </lyxtabular>
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \end_inset
14833
14834 Test 
14835 \begin_inset ERT
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839
14840
14841 \backslash
14842 raisebox{-0.32
14843 \backslash
14844 baselineskip}{
14845 \end_layout
14846
14847 \end_inset
14848
14849
14850 \begin_inset Box Frameless
14851 position "b"
14852 hor_pos "c"
14853 has_inner_box 1
14854 inner_pos "c"
14855 use_parbox 0
14856 use_makebox 0
14857 width "15col%"
14858 special "none"
14859 height "1in"
14860 height_special "totalheight"
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 \begin_inset Tabular
14865 <lyxtabular version="3" rows="3" columns="3">
14866 <features tabularvalignment="middle">
14867 <column alignment="center" valignment="top" width="0">
14868 <column alignment="center" valignment="top" width="0">
14869 <column alignment="center" valignment="top" width="0">
14870 <row>
14871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14872 \begin_inset Text
14873
14874 \begin_layout Plain Layout
14875 Tabelle 5
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 b
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 e
14914 \end_layout
14915
14916 \end_inset
14917 </cell>
14918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14919 \begin_inset Text
14920
14921 \begin_layout Plain Layout
14922 h
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 </row>
14928 <row>
14929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14930 \begin_inset Text
14931
14932 \begin_layout Plain Layout
14933 c
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 f
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 i
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 </row>
14957 </lyxtabular>
14958
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \end_inset
14965
14966
14967 \begin_inset ERT
14968 status collapsed
14969
14970 \begin_layout Plain Layout
14971
14972 }
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14982 \begin_inset space \space{}
14983 \end_inset
14984
14985 1 und letzten Zeile von Tabelle
14986 \begin_inset space \space{}
14987 \end_inset
14988
14989 4 bezüglich dem Wort 
14990 \begin_inset Quotes gld
14991 \end_inset
14992
14993 Test
14994 \begin_inset Quotes grd
14995 \end_inset
14996
14997  nicht richtig ausgerichtet.
14998  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14999 \begin_inset Quotes gld
15000 \end_inset
15001
15002 Raisebox
15003 \begin_inset Quotes grd
15004 \end_inset
15005
15006
15007 \begin_inset Foot
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011 Raiseboxen werden in Abschnitt
15012 \begin_inset space ~
15013 \end_inset
15014
15015
15016 \begin_inset CommandInset ref
15017 LatexCommand ref
15018 reference "uab:Vertikale-Ausrichtung"
15019
15020 \end_inset
15021
15022  beschrieben.
15023 \end_layout
15024
15025 \end_inset
15026
15027  setzen.
15028  In Tabelle
15029 \begin_inset space \space{}
15030 \end_inset
15031
15032 2 wurde der Text mit dem Befehl
15033 \end_layout
15034
15035 \begin_layout Standard
15036
15037 \series bold
15038
15039 \backslash
15040 raisebox{0.85
15041 \backslash
15042 baselineskip}{
15043 \end_layout
15044
15045 \begin_layout Standard
15046 vor der Box ausgerichtet.
15047  Hinter der Box wurde auch noch 
15048 \series bold
15049 }
15050 \series default
15051  als TeX-Code eingefügt, weil der obige Befehl mit 
15052 \series bold
15053 {
15054 \series default
15055  aufhörte.
15056  Für Tabelle
15057 \begin_inset space \space{}
15058 \end_inset
15059
15060 5 wurde der Befehl
15061 \end_layout
15062
15063 \begin_layout Standard
15064
15065 \series bold
15066
15067 \backslash
15068 raisebox{-0.32
15069 \backslash
15070 baselineskip}{
15071 \end_layout
15072
15073 \begin_layout Standard
15074 benutzt.
15075 \end_layout
15076
15077 \begin_layout Standard
15078 \begin_inset Note Greyedout
15079 status open
15080
15081 \begin_layout Plain Layout
15082
15083 \series bold
15084 Bemerkung:
15085 \series default
15086  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
15087  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
15088  Der Faktor im 
15089 \series bold
15090
15091 \backslash
15092 raisebox
15093 \series default
15094 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \begin_layout Section
15103 Farbige Tabellen
15104 \begin_inset CommandInset label
15105 LatexCommand label
15106 name "abs:Farbige-Tabellen"
15107
15108 \end_inset
15109
15110
15111 \begin_inset Index idx
15112 status collapsed
15113
15114 \begin_layout Plain Layout
15115 Tabellen ! farbige
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \begin_layout Subsection
15124 Farbige Zellen
15125 \begin_inset Index idx
15126 status collapsed
15127
15128 \begin_layout Plain Layout
15129 farbige !  Tabellenzellen
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 \begin_inset Float table
15139 placement h
15140 wide false
15141 sideways false
15142 status open
15143
15144 \begin_layout Plain Layout
15145 \begin_inset Caption
15146
15147 \begin_layout Plain Layout
15148 \begin_inset CommandInset label
15149 LatexCommand label
15150 name "tab:Farbige-Tabelle-ohne"
15151
15152 \end_inset
15153
15154 Farbige Tabelle, ohne Paket 
15155 \series bold
15156 colortbl
15157 \series default
15158
15159 \begin_inset Argument
15160 status collapsed
15161
15162 \begin_layout Plain Layout
15163 Tabelle ohne 
15164 \family typewriter
15165 colortbl
15166 \end_layout
15167
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174
15175
15176 \end_layout
15177
15178 \begin_layout Plain Layout
15179 \align center
15180 \begin_inset Tabular
15181 <lyxtabular version="3" rows="3" columns="3">
15182 <features tabularvalignment="middle">
15183 <column alignment="center" valignment="top" width="0">
15184 <column alignment="center" valignment="top" width="0">
15185 <column alignment="center" valignment="top" width="0">
15186 <row>
15187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191
15192 \color green
15193 a
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \color red
15204 b
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \color red
15215 c
15216 \end_layout
15217
15218 \end_inset
15219 </cell>
15220 </row>
15221 <row>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226
15227 \color green
15228 d
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237
15238 \color blue
15239 e
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \color blue
15250 f
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \color green
15263 g
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \color blue
15274 h
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283
15284 \color blue
15285 i
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 </lyxtabular>
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299
15300
15301 \end_layout
15302
15303 \begin_layout Standard
15304 \begin_inset CommandInset label
15305 LatexCommand label
15306 name "Wenn-Sie-nur"
15307
15308 \end_inset
15309
15310 Wenn Sie nur farbigen Text
15311 \begin_inset Index idx
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315 Farbe ! für Text
15316 \end_layout
15317
15318 \end_inset
15319
15320  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15321  auf den Werkzeugleistenknopf 
15322 \begin_inset Graphics
15323         filename ../../images/dialog-show_character.png
15324         scale 70
15325         scaleBeforeRotation
15326
15327 \end_inset
15328
15329  oder über das Menü 
15330 \family sans
15331 Bearbeiten\SpecialChar \menuseparator
15332 Textstil\SpecialChar \menuseparator
15333 Benutzerdefiniert
15334 \family default
15335  mit dem 
15336 \family sans
15337 Textstil
15338 \family default
15339 -Dialog wie es in Tabelle
15340 \begin_inset space ~
15341 \end_inset
15342
15343
15344 \begin_inset CommandInset ref
15345 LatexCommand ref
15346 reference "tab:Farbige-Tabelle-ohne"
15347
15348 \end_inset
15349
15350  gemacht wurde.
15351  In anderen Fällen müssen Sie das LaTeX-Paket 
15352 \series bold
15353 colortbl
15354 \series default
15355  benutzen.
15356 \begin_inset Index idx
15357 status collapsed
15358
15359 \begin_layout Plain Layout
15360 LaTeX-Pakete ! colortbl
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \begin_layout Standard
15369 \begin_inset ERT
15370 status collapsed
15371
15372 \begin_layout Plain Layout
15373
15374
15375 \backslash
15376 ifcolortbl
15377 \end_layout
15378
15379 \end_inset
15380
15381
15382 \begin_inset Note Note
15383 status open
15384
15385 \begin_layout Plain Layout
15386 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15387 \series bold
15388 colortbl
15389 \series default
15390  installiert ist.
15391 \end_layout
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 Um farbige Tabellen zu erzeugen, muss 
15400 \series bold
15401 colortbl
15402 \series default
15403  im LaTeX-Vorspann geladen werden:
15404 \end_layout
15405
15406 \begin_layout Standard
15407
15408 \series bold
15409
15410 \backslash
15411 usepackage{colortbl}
15412 \end_layout
15413
15414 \begin_layout Standard
15415 Die Farbe einer Spalte ändert man dann mit dem Befehl
15416 \end_layout
15417
15418 \begin_layout Standard
15419
15420 \series bold
15421
15422 \backslash
15423 columncolor{Farbname}
15424 \end_layout
15425
15426 \begin_layout Standard
15427 innerhalb des Befehls 
15428 \series bold
15429 >{}
15430 \series default
15431 .
15432  Mehr über den Befehl 
15433 \series bold
15434 >{}
15435 \series default
15436  finden Sie im Abschnitt
15437 \begin_inset space ~
15438 \end_inset
15439
15440
15441 \begin_inset CommandInset ref
15442 LatexCommand ref
15443 reference "uab:Mehrfachspalten-Berechnungen"
15444
15445 \end_inset
15446
15447 .
15448 \end_layout
15449
15450 \begin_layout Standard
15451 Folgende Farbnamen sind vordefiniert:
15452 \end_layout
15453
15454 \begin_layout Standard
15455
15456 \family sans
15457 red
15458 \family default
15459
15460 \family sans
15461 green
15462 \family default
15463
15464 \family sans
15465 yellow
15466 \family default
15467
15468 \family sans
15469 blue
15470 \family default
15471
15472 \family sans
15473 cyan
15474 \family default
15475
15476 \family sans
15477 magenta
15478 \family default
15479
15480 \family sans
15481 black
15482 \family default
15483  und 
15484 \family sans
15485 white
15486 \begin_inset Newline newline
15487 \end_inset
15488
15489 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15490 \family default
15491 und
15492 \family sans
15493  weiß
15494 \family default
15495 ).
15496 \end_layout
15497
15498 \begin_layout Standard
15499 \begin_inset VSpace medskip
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Standard
15506 Sie können auch eigene Farben definieren:
15507 \end_layout
15508
15509 \begin_layout Standard
15510
15511 \series bold
15512
15513 \backslash
15514 definecolor{Farbname}{Farbmodell}{Farbwerte}
15515 \end_layout
15516
15517 \begin_layout Standard
15518 Das Farbmodell kann eins der folgenden sein:
15519 \end_layout
15520
15521 \begin_layout Labeling
15522 \labelwidthstring 00.00.0000
15523 cmyk: cyan, magenta, yellow, black
15524 \end_layout
15525
15526 \begin_layout Labeling
15527 \labelwidthstring 00.00.0000
15528 rgb: red, green blue
15529 \end_layout
15530
15531 \begin_layout Labeling
15532 \labelwidthstring 00.00.0000
15533 gray: gray
15534 \end_layout
15535
15536 \begin_layout Standard
15537 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15538  die die entsprechende Farbe für das Farbmodell beschreiben.
15539 \end_layout
15540
15541 \begin_layout Standard
15542 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15543 \emph on
15544
15545 \begin_inset Quotes gld
15546 \end_inset
15547
15548 dunkelgruen
15549 \emph default
15550
15551 \begin_inset Quotes grd
15552 \end_inset
15553
15554  und 
15555 \begin_inset Quotes gld
15556 \end_inset
15557
15558
15559 \emph on
15560 hellgrau
15561 \emph default
15562
15563 \begin_inset Quotes grd
15564 \end_inset
15565
15566  folgendermaßen definieren:
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15575 \end_layout
15576
15577 \begin_layout Standard
15578
15579 \series bold
15580
15581 \backslash
15582 definecolor{hellgrau}{gray}{0.8}
15583 \end_layout
15584
15585 \begin_layout Standard
15586 \begin_inset VSpace medskip
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \begin_layout Standard
15593 Linien werden mit dem Befehl
15594 \end_layout
15595
15596 \begin_layout Standard
15597
15598 \series bold
15599
15600 \backslash
15601 rowcolor{Farbname}
15602 \end_layout
15603
15604 \begin_layout Standard
15605 gefärbt, Zellen mit dem Befehl
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610 \series bold
15611
15612 \backslash
15613 cellcolor{Farbname}
15614 \end_layout
15615
15616 \begin_layout Standard
15617 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15618 \end_layout
15619
15620 \begin_layout Standard
15621 Um nur Text zu färben, machen Sie es wie 
15622 \begin_inset CommandInset ref
15623 LatexCommand vpageref
15624 reference "Wenn-Sie-nur"
15625
15626 \end_inset
15627
15628  beschrieben.
15629  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15630 \emph on
15631 markieren Sie nur den Text
15632 \emph default
15633 , sonst werden Sie LaTeX-Fehler erzeugen.
15634 \end_layout
15635
15636 \begin_layout Standard
15637 \begin_inset Note Greyedout
15638 status open
15639
15640 \begin_layout Plain Layout
15641
15642 \series bold
15643 Achtung:
15644 \series default
15645  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \begin_layout Standard
15654 \begin_inset VSpace medskip
15655 \end_inset
15656
15657
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Die Tabelle
15662 \begin_inset space ~
15663 \end_inset
15664
15665
15666 \begin_inset CommandInset ref
15667 LatexCommand ref
15668 reference "tab:Table-colored-using"
15669
15670 \end_inset
15671
15672  wurde folgendermaßen erstellt: die erste Spalte soll 
15673 \emph on
15674
15675 \begin_inset Quotes gld
15676 \end_inset
15677
15678 dunkelgruen
15679 \emph default
15680
15681 \begin_inset Quotes grd
15682 \end_inset
15683
15684  werden, also müssen Sie ins 
15685 \family sans
15686 LaTe
15687 \begin_inset ERT
15688 status collapsed
15689
15690 \begin_layout Plain Layout
15691
15692 {}
15693 \end_layout
15694
15695 \end_inset
15696
15697 X-Argument
15698 \family default
15699  der Zellen der ersten Spalte den Befehl
15700 \end_layout
15701
15702 \begin_layout Standard
15703
15704 \series bold
15705 >{
15706 \backslash
15707 columncolor{dunkelgruen}
15708 \backslash
15709 centering}c
15710 \end_layout
15711
15712 \begin_layout Standard
15713 schreiben.
15714  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15715 \end_layout
15716
15717 \begin_layout Standard
15718
15719 \series bold
15720
15721 \backslash
15722 rowcolor{cyan}
15723 \end_layout
15724
15725 \begin_layout Standard
15726 in die erste Zelle der ersten Zeile eingefügt.
15727  Diese Farbe ersetzt die Spaltenfarbe.
15728  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15729  wird mit folgendem Befehl erreicht:
15730 \end_layout
15731
15732 \begin_layout Standard
15733
15734 \series bold
15735
15736 \backslash
15737 cellcolor{magenta}
15738 \end_layout
15739
15740 \begin_layout Standard
15741 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15742 \family sans
15743 Textstil
15744 \family default
15745 -Dialog.
15746 \end_layout
15747
15748 \begin_layout Standard
15749 \begin_inset Float table
15750 placement h
15751 wide false
15752 sideways false
15753 status open
15754
15755 \begin_layout Plain Layout
15756 \begin_inset Caption
15757
15758 \begin_layout Plain Layout
15759 \begin_inset CommandInset label
15760 LatexCommand label
15761 name "tab:Table-colored-using"
15762
15763 \end_inset
15764
15765 Eine mit dem Paket 
15766 \series bold
15767 colortbl
15768 \series default
15769  gefärbte Tabelle
15770 \begin_inset Argument
15771 status collapsed
15772
15773 \begin_layout Plain Layout
15774 Tabelle mit 
15775 \family typewriter
15776 colortbl
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Plain Layout
15790 \align center
15791 \begin_inset Tabular
15792 <lyxtabular version="3" rows="3" columns="3">
15793 <features tabularvalignment="middle">
15794 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15795 <column alignment="center" valignment="top" width="0">
15796 <column alignment="center" valignment="top" width="0">
15797 <row>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802 \begin_inset ERT
15803 status collapsed
15804
15805 \begin_layout Plain Layout
15806
15807
15808 \backslash
15809 rowcolor{cyan}
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \color magenta
15816 a
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 <cell alignment="center" valignment="top" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \color red
15827 b
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836
15837 \color red
15838 c
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 <row>
15845 <cell alignment="center" valignment="top" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \color yellow
15851 d
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860
15861 \color blue
15862 e
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \color blue
15873 f
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row>
15880 <cell alignment="center" valignment="top" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \color yellow
15886 g
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \color blue
15897 h
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 \begin_inset ERT
15907 status collapsed
15908
15909 \begin_layout Plain Layout
15910
15911
15912 \backslash
15913 cellcolor{magenta}
15914 \end_layout
15915
15916 \end_inset
15917
15918
15919 \color green
15920 i
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 </lyxtabular>
15927
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \begin_layout Standard
15939 \begin_inset ERT
15940 status collapsed
15941
15942 \begin_layout Plain Layout
15943
15944
15945 \backslash
15946 else
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \begin_inset Note Note
15953 status open
15954
15955 \begin_layout Plain Layout
15956 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15957 \series bold
15958 colortbl
15959 \series default
15960  nicht installiert ist:
15961 \end_layout
15962
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \begin_layout Standard
15969 Sie müssen das LaTeX-Paket 
15970 \series bold
15971 colortbl
15972 \series default
15973  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15974 \end_layout
15975
15976 \begin_layout Standard
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 fi
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Subsection
15993 Farbige Linien
15994 \begin_inset Index idx
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 farbige !  Tabellenlinien
15999 \end_layout
16000
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \begin_layout Standard
16007 Wie in Abschnitt
16008 \begin_inset space ~
16009 \end_inset
16010
16011
16012 \begin_inset CommandInset ref
16013 LatexCommand ref
16014 reference "uab:Liniendicke"
16015
16016 \end_inset
16017
16018  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
16019 \series bold
16020
16021 \backslash
16022 arrayrulewidth
16023 \series default
16024  definiert werden.
16025  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
16026 \begin_inset space \thinspace{}
16027 \end_inset
16028
16029 pt gesetzt.
16030 \begin_inset ERT
16031 status collapsed
16032
16033 \begin_layout Plain Layout
16034
16035
16036 \backslash
16037 setlength{
16038 \backslash
16039 arrayrulewidth}{1.5pt}
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
16049 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
16050 \begin_inset space ~
16051 \end_inset
16052
16053
16054 \begin_inset CommandInset ref
16055 LatexCommand ref
16056 reference "uab:Angepasste-Zellen-/Spaltenformate"
16057
16058 \end_inset
16059
16060  definiert:
16061 \end_layout
16062
16063 \begin_layout Standard
16064
16065 \series bold
16066
16067 \backslash
16068 newcolumntype{W}{!{
16069 \backslash
16070 color{green}
16071 \backslash
16072 vline}}
16073 \end_layout
16074
16075 \begin_layout Standard
16076 In Tabelle
16077 \begin_inset space ~
16078 \end_inset
16079
16080
16081 \begin_inset CommandInset ref
16082 LatexCommand ref
16083 reference "tab:Tabelle-mit-farbigen-vert"
16084
16085 \end_inset
16086
16087  wurde das LaTeX-Argument 
16088 \series bold
16089 WcW
16090 \series default
16091  für die letzte und 
16092 \series bold
16093 Wc
16094 \series default
16095  für die anderen Spalten benutzt.
16096 \end_layout
16097
16098 \begin_layout Standard
16099 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16100 \end_layout
16101
16102 \begin_layout Standard
16103 \begin_inset Float table
16104 placement h
16105 wide false
16106 sideways false
16107 status open
16108
16109 \begin_layout Plain Layout
16110 \begin_inset Caption
16111
16112 \begin_layout Plain Layout
16113 \begin_inset CommandInset label
16114 LatexCommand label
16115 name "tab:Tabelle-mit-farbigen-vert"
16116
16117 \end_inset
16118
16119 Tabelle mit farbigen vertikalen Linien
16120 \end_layout
16121
16122 \end_inset
16123
16124
16125 \end_layout
16126
16127 \begin_layout Plain Layout
16128 \align center
16129 \begin_inset Tabular
16130 <lyxtabular version="3" rows="3" columns="3">
16131 <features tabularvalignment="middle">
16132 <column alignment="center" valignment="top" width="0" special="Wc">
16133 <column alignment="center" valignment="top" width="0" special="Wc">
16134 <column alignment="center" valignment="top" width="0" special="WcW">
16135 <row>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 sd
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 </row>
16164 <row>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 sd
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 </row>
16193 <row>
16194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16195 \begin_inset Text
16196
16197 \begin_layout Plain Layout
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 sd
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 </row>
16222 </lyxtabular>
16223
16224 \end_inset
16225
16226
16227 \end_layout
16228
16229 \end_inset
16230
16231
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset VSpace bigskip
16236 \end_inset
16237
16238 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16239 \begin_inset space ~
16240 \end_inset
16241
16242
16243 \begin_inset CommandInset ref
16244 LatexCommand ref
16245 reference "tab:Tabelle-mit-farbigen-horiz"
16246
16247 \end_inset
16248
16249 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16250  einfügen:
16251 \end_layout
16252
16253 \begin_layout Standard
16254
16255 \series bold
16256
16257 \backslash
16258 let
16259 \backslash
16260 myHlineC
16261 \backslash
16262 hline
16263 \begin_inset Newline newline
16264 \end_inset
16265
16266
16267 \backslash
16268 renewcommand{
16269 \backslash
16270 hline}
16271 \begin_inset Newline newline
16272 \end_inset
16273
16274
16275 \begin_inset Phantom HPhantom
16276 status open
16277
16278 \begin_layout Plain Layout
16279
16280 \series bold
16281 \begin_inset space ~
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288
16289 {
16290 \backslash
16291 arrayrulecolor{red}
16292 \backslash
16293 myHlineC
16294 \backslash
16295 arrayrulecolor{black}}
16296 \end_layout
16297
16298 \begin_layout Standard
16299 \begin_inset ERT
16300 status collapsed
16301
16302 \begin_layout Plain Layout
16303
16304
16305 \backslash
16306 let
16307 \backslash
16308 myHlineC
16309 \backslash
16310 hline
16311 \end_layout
16312
16313 \begin_layout Plain Layout
16314
16315
16316 \backslash
16317 renewcommand{
16318 \backslash
16319 hline}
16320 \end_layout
16321
16322 \begin_layout Plain Layout
16323
16324  {
16325 \backslash
16326 arrayrulecolor{red}
16327 \backslash
16328 myHlineC
16329 \backslash
16330 arrayrulecolor{black}}
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \begin_inset Float table
16337 placement h
16338 wide false
16339 sideways false
16340 status open
16341
16342 \begin_layout Plain Layout
16343 \begin_inset Caption
16344
16345 \begin_layout Plain Layout
16346 \begin_inset CommandInset label
16347 LatexCommand label
16348 name "tab:Tabelle-mit-farbigen-horiz"
16349
16350 \end_inset
16351
16352 Tabelle mit farbigen horizontalen Linien
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Plain Layout
16361 \align center
16362 \begin_inset Tabular
16363 <lyxtabular version="3" rows="3" columns="3">
16364 <features tabularvalignment="middle">
16365 <column alignment="center" valignment="top" width="0">
16366 <column alignment="center" valignment="top" width="0">
16367 <column alignment="center" valignment="top" width="0">
16368 <row>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 sd
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 sd
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row>
16427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 sd
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 </row>
16455 </lyxtabular>
16456
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \begin_layout Standard
16468 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16469  als TeX-Code hinter der Tabelle einfügen:
16470 \end_layout
16471
16472 \begin_layout Standard
16473
16474 \series bold
16475
16476 \backslash
16477 renewcommand{
16478 \backslash
16479 hline}{
16480 \backslash
16481 myHlineC}
16482 \end_layout
16483
16484 \begin_layout Standard
16485 Tabelle
16486 \begin_inset space ~
16487 \end_inset
16488
16489
16490 \begin_inset CommandInset ref
16491 LatexCommand ref
16492 reference "tab:Table-with-colored"
16493
16494 \end_inset
16495
16496  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16497 \end_layout
16498
16499 \begin_layout Standard
16500 \begin_inset Float table
16501 placement h
16502 wide false
16503 sideways false
16504 status open
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Caption
16508
16509 \begin_layout Plain Layout
16510 \begin_inset CommandInset label
16511 LatexCommand label
16512 name "tab:Table-with-colored"
16513
16514 \end_inset
16515
16516 Tabelle mit farbigen Linien
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Plain Layout
16525 \align center
16526 \begin_inset Tabular
16527 <lyxtabular version="3" rows="3" columns="3">
16528 <features tabularvalignment="middle">
16529 <column alignment="center" valignment="top" width="0" special="Wc">
16530 <column alignment="center" valignment="top" width="0" special="Wc">
16531 <column alignment="center" valignment="top" width="0" special="WcW">
16532 <row>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 sd
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" topline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 sd
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row topspace="default">
16591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 sd
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 </row>
16619 </lyxtabular>
16620
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \begin_layout Standard
16632 \begin_inset ERT
16633 status collapsed
16634
16635 \begin_layout Plain Layout
16636
16637
16638 \backslash
16639 renewcommand{
16640 \backslash
16641 hline}{
16642 \backslash
16643 myHlineC}
16644 \end_layout
16645
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \begin_layout Standard
16652 \begin_inset ERT
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656
16657
16658 \backslash
16659 setlength{
16660 \backslash
16661 arrayrulewidth}{0.4pt}
16662 \end_layout
16663
16664 \end_inset
16665
16666
16667 \begin_inset Note Note
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671 setzt die Liniendicke wieder auf ihren Standardwert zurück
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \begin_layout Section
16680 Tabellen-Anpassung
16681 \begin_inset Index idx
16682 status collapsed
16683
16684 \begin_layout Plain Layout
16685 Tabellen ! Anpassung
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \begin_layout Subsection
16694 Zeilenabstand
16695 \begin_inset CommandInset label
16696 LatexCommand label
16697 name "uab:Zeilenabstand"
16698
16699 \end_inset
16700
16701
16702 \begin_inset Index idx
16703 status collapsed
16704
16705 \begin_layout Plain Layout
16706 Tabellen ! Zeilenabstand
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Standard
16715 Auf der Karteikarte 
16716 \family sans
16717 Rahmen
16718 \family default
16719  des 
16720 \family sans
16721 Tabellen-Einstellungen
16722 \family default
16723 -Dialogs können Sie 
16724 \family sans
16725 zusätzliche
16726 \begin_inset space ~
16727 \end_inset
16728
16729 Abstände
16730 \family default
16731  einfügen.
16732  Dabei haben Sie drei Möglichkeiten:
16733 \end_layout
16734
16735 \begin_layout Description
16736 Oberhalb
16737 \begin_inset space ~
16738 \end_inset
16739
16740 der
16741 \begin_inset space ~
16742 \end_inset
16743
16744 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16745  Bei einer formalen Tabelle
16746 \begin_inset Foot
16747 status collapsed
16748
16749 \begin_layout Plain Layout
16750 Formale Tabellen wurden in Abschnitt
16751 \begin_inset space ~
16752 \end_inset
16753
16754
16755 \begin_inset CommandInset ref
16756 LatexCommand ref
16757 reference "abs:Formale-Tabellen"
16758
16759 \end_inset
16760
16761  beschrieben.
16762 \end_layout
16763
16764 \end_inset
16765
16766  fügt LyX standardmäßig 0.5
16767 \begin_inset space \thinspace{}
16768 \end_inset
16769
16770 em Leerraum ein.
16771  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16772 \begin_inset VSpace medskip
16773 \end_inset
16774
16775
16776 \begin_inset Newline newline
16777 \end_inset
16778
16779
16780 \begin_inset space \hspace*{}
16781 \length 0pt
16782 \end_inset
16783
16784
16785 \begin_inset space \hfill{}
16786 \end_inset
16787
16788
16789 \begin_inset Tabular
16790 <lyxtabular version="3" rows="3" columns="1">
16791 <features tabularvalignment="middle">
16792 <column alignment="center" valignment="top" width="0">
16793 <row>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 A
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row topspace="3mm">
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 3
16810 \begin_inset space \thinspace{}
16811 \end_inset
16812
16813 mm Leerraum oberhalb der Zeile
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 </row>
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 C
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 </lyxtabular>
16831
16832 \end_inset
16833
16834
16835 \begin_inset space \hfill{}
16836 \end_inset
16837
16838
16839 \begin_inset space \hspace*{}
16840 \length 0pt
16841 \end_inset
16842
16843
16844 \begin_inset VSpace medskip
16845 \end_inset
16846
16847
16848 \begin_inset Newline newline
16849 \end_inset
16850
16851 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16852 n Linien verwenden.
16853 \end_layout
16854
16855 \begin_layout Description
16856 Unterhalb
16857 \begin_inset space ~
16858 \end_inset
16859
16860 der
16861 \begin_inset space ~
16862 \end_inset
16863
16864 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16865  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16866 \begin_inset space \thinspace{}
16867 \end_inset
16868
16869 em Leerraum ein.
16870  Bei normalen Tabellen ist der Standardwert 2
16871 \begin_inset space \thinspace{}
16872 \end_inset
16873
16874 pt.
16875 \end_layout
16876
16877 \begin_layout Description
16878 Zwischen
16879 \begin_inset space ~
16880 \end_inset
16881
16882 den
16883 \begin_inset space ~
16884 \end_inset
16885
16886 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16887  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16888 \begin_inset space \thinspace{}
16889 \end_inset
16890
16891 em Leerraum ein.
16892  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16893 \begin_inset VSpace medskip
16894 \end_inset
16895
16896
16897 \begin_inset Newline newline
16898 \end_inset
16899
16900
16901 \begin_inset space \hspace*{}
16902 \length 0pt
16903 \end_inset
16904
16905
16906 \begin_inset space \hfill{}
16907 \end_inset
16908
16909
16910 \begin_inset Tabular
16911 <lyxtabular version="3" rows="3" columns="1">
16912 <features tabularvalignment="middle">
16913 <column alignment="center" valignment="top" width="0">
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 A
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row interlinespace="3mm">
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 \begin_inset Formula $\downarrow$
16931 \end_inset
16932
16933  3
16934 \begin_inset space \thinspace{}
16935 \end_inset
16936
16937 mm Leerraum zwischen den Zeilen 
16938 \begin_inset Formula $\downarrow$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $\uparrow$
16953 \end_inset
16954
16955  3
16956 \begin_inset space \thinspace{}
16957 \end_inset
16958
16959 mm Leerraum zwischen den Zeilen 
16960 \begin_inset Formula $\uparrow$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 </lyxtabular>
16970
16971 \end_inset
16972
16973
16974 \begin_inset space \hfill{}
16975 \end_inset
16976
16977
16978 \begin_inset space \hspace*{}
16979 \length 0pt
16980 \end_inset
16981
16982
16983 \begin_inset VSpace medskip
16984 \end_inset
16985
16986
16987 \begin_inset Newline newline
16988 \end_inset
16989
16990 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16991 n Linien verwenden.
16992 \end_layout
16993
16994 \begin_layout Standard
16995 \begin_inset VSpace bigskip
16996 \end_inset
16997
16998 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16999  Befehlen im LaTeX-Vorspann machen:
17000 \end_layout
17001
17002 \begin_layout Standard
17003
17004 \series bold
17005
17006 \backslash
17007 @ifundefined{extrarowheight}
17008 \begin_inset Newline newline
17009 \end_inset
17010
17011
17012 \begin_inset Phantom HPhantom
17013 status open
17014
17015 \begin_layout Plain Layout
17016
17017 \series bold
17018 \begin_inset space ~
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025
17026 {
17027 \backslash
17028 usepackage{array}}{}
17029 \begin_inset Newline newline
17030 \end_inset
17031
17032
17033 \backslash
17034 setlength{
17035 \backslash
17036 extrarowheight}{Höhe}
17037 \end_layout
17038
17039 \begin_layout Standard
17040 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
17041  ausgerichtet sind.
17042  (Das Paket 
17043 \series bold
17044 array
17045 \series default
17046  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
17047  verwenden.
17048  Der Befehl 
17049 \series bold
17050
17051 \backslash
17052 @ifundefined
17053 \series default
17054  vermeidet, dass es in diesem Fall doppelt geladen wird.)
17055 \end_layout
17056
17057 \begin_layout Standard
17058 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
17059  zu nah an den Buchstaben.
17060  Das kann korrigiert werden, indem man den Befehl 
17061 \series bold
17062
17063 \backslash
17064 strut
17065 \series default
17066  als TeX-Code am Anfang einer Tabellenzeile einfügt.
17067  Tabelle
17068 \begin_inset space ~
17069 \end_inset
17070
17071
17072 \begin_inset CommandInset ref
17073 LatexCommand ref
17074 reference "tab:Vertikale-Ausrichtung-von"
17075
17076 \end_inset
17077
17078  zeigt den Effekt.
17079 \end_layout
17080
17081 \begin_layout Standard
17082 \noindent
17083 \begin_inset Float table
17084 placement h
17085 wide false
17086 sideways false
17087 status open
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Caption
17091
17092 \begin_layout Plain Layout
17093 \begin_inset CommandInset label
17094 LatexCommand label
17095 name "tab:Vertikale-Ausrichtung-von"
17096
17097 \end_inset
17098
17099 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Plain Layout
17108 \begin_inset space \hfill{}
17109 \end_inset
17110
17111
17112 \begin_inset Float table
17113 wide false
17114 sideways false
17115 status collapsed
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Caption
17119
17120 \begin_layout Plain Layout
17121 Normale Tabelle.
17122 \end_layout
17123
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \begin_layout Plain Layout
17130 \noindent
17131 \align center
17132 \begin_inset Tabular
17133 <lyxtabular version="3" rows="6" columns="1">
17134 <features tabularvalignment="middle">
17135 <column alignment="left" valignment="top" width="0">
17136 <row>
17137 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 Normal, g
17142 \end_layout
17143
17144 \end_inset
17145 </cell>
17146 </row>
17147 <row>
17148 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17149 \begin_inset Text
17150
17151 \begin_layout Plain Layout
17152
17153 \size large
17154 Groß, g
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 </row>
17160 <row>
17161 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165
17166 \size larger
17167 Größer, g
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 </row>
17173 <row>
17174 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178
17179 \size largest
17180 noch Größer, g
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 </row>
17186 <row>
17187 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191
17192 \size huge
17193 Riesig
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \size giant
17206 Gigantisch
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 </lyxtabular>
17213
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \end_inset
17220
17221
17222 \begin_inset space \hfill{}
17223 \end_inset
17224
17225
17226 \begin_inset Float table
17227 wide false
17228 sideways false
17229 status collapsed
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Caption
17233
17234 \begin_layout Plain Layout
17235 Tabelle bei der der Befehl 
17236 \series bold
17237
17238 \backslash
17239 strut
17240 \series default
17241  verwendet wurde.
17242 \end_layout
17243
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \begin_layout Plain Layout
17250 \noindent
17251 \align center
17252 \begin_inset Tabular
17253 <lyxtabular version="3" rows="6" columns="1">
17254 <features tabularvalignment="middle">
17255 <column alignment="left" valignment="top" width="0">
17256 <row>
17257 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 Normal, g
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 </row>
17267 <row>
17268 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272
17273 \size large
17274 \begin_inset ERT
17275 status collapsed
17276
17277 \begin_layout Plain Layout
17278
17279
17280 \backslash
17281 strut 
17282 \end_layout
17283
17284 \end_inset
17285
17286 Groß, g
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 </row>
17292 <row>
17293 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297
17298 \size larger
17299 \begin_inset ERT
17300 status collapsed
17301
17302 \begin_layout Plain Layout
17303
17304
17305 \backslash
17306 strut 
17307 \end_layout
17308
17309 \end_inset
17310
17311 Größer, g
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 </row>
17317 <row>
17318 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322
17323 \size largest
17324 \begin_inset ERT
17325 status collapsed
17326
17327 \begin_layout Plain Layout
17328
17329
17330 \backslash
17331 strut 
17332 \end_layout
17333
17334 \end_inset
17335
17336 noch Größer, g
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 </row>
17342 <row>
17343 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347
17348 \size huge
17349 \begin_inset ERT
17350 status collapsed
17351
17352 \begin_layout Plain Layout
17353
17354
17355 \backslash
17356 strut 
17357 \end_layout
17358
17359 \end_inset
17360
17361 Riesig
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \size giant
17374 \begin_inset ERT
17375 status collapsed
17376
17377 \begin_layout Plain Layout
17378
17379
17380 \backslash
17381 strut 
17382 \end_layout
17383
17384 \end_inset
17385
17386 Gigantisch
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 </row>
17392 </lyxtabular>
17393
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \end_inset
17400
17401
17402 \begin_inset space \hfill{}
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \begin_layout Subsection
17414 Besondere Zellenausrichtung
17415 \begin_inset CommandInset label
17416 LatexCommand label
17417 name "sub:Besondere-Zellenausrichtung"
17418
17419 \end_inset
17420
17421
17422 \begin_inset Index idx
17423 status collapsed
17424
17425 \begin_layout Plain Layout
17426 Tabellen ! Zellenausrichtung
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17436  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17437 \begin_inset space ~
17438 \end_inset
17439
17440
17441 \begin_inset CommandInset ref
17442 LatexCommand ref
17443 reference "tab:Tabellenzellen-sind-auf"
17444
17445 \end_inset
17446
17447 .
17448  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
17449  dann entweder den Werkzeugleistenknopf 
17450 \begin_inset Graphics
17451         filename ../../images/tabular-feature_align-decimal.png
17452         scale 85
17453         scaleBeforeRotation
17454
17455 \end_inset
17456
17457  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
17458 \family sans
17459 Am
17460 \begin_inset space ~
17461 \end_inset
17462
17463 Dezimaltrenner
17464 \family default
17465  setzt.
17466  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17467  frei wählen.
17468 \end_layout
17469
17470 \begin_layout Standard
17471 \begin_inset Float table
17472 placement h
17473 wide false
17474 sideways false
17475 status open
17476
17477 \begin_layout Plain Layout
17478 \begin_inset Caption
17479
17480 \begin_layout Plain Layout
17481 \begin_inset CommandInset label
17482 LatexCommand label
17483 name "tab:Tabellenzellen-sind-auf"
17484
17485 \end_inset
17486
17487 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \begin_layout Plain Layout
17496 \align center
17497 \begin_inset Tabular
17498 <lyxtabular version="3" rows="4" columns="1">
17499 <features booktabs="true" tabularvalignment="middle">
17500 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17501 <row>
17502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 Überschrift
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 <row>
17513 <cell alignment="center" valignment="top" topline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 12,6
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 </row>
17523 <row>
17524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 0,68
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539 -123,0
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 </row>
17545 </lyxtabular>
17546
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \begin_layout Standard
17558 \begin_inset Float table
17559 placement h
17560 wide false
17561 sideways false
17562 status open
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Caption
17566
17567 \begin_layout Plain Layout
17568 \begin_inset CommandInset label
17569 LatexCommand label
17570 name "tab:Tabellenzellen-Operator"
17571
17572 \end_inset
17573
17574 Tabellenzellen sind auf den Operator ausgerichtet
17575 \end_layout
17576
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \begin_layout Plain Layout
17583 \align center
17584 \begin_inset Tabular
17585 <lyxtabular version="3" rows="4" columns="2">
17586 <features booktabs="true" tabularvalignment="middle">
17587 <column alignment="right" valignment="top" width="0pt">
17588 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17589 <row>
17590 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 Überschrift
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614 \begin_inset Formula $12\,+$
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\,6$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 <row>
17636 <cell alignment="center" valignment="top" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 \begin_inset Formula $0\,-$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\,68$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 </row>
17661 <row>
17662 <cell alignment="center" valignment="top" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 \begin_inset Formula $-123\,/$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $\,0$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 </lyxtabular>
17688
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \begin_layout Standard
17700 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17701  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17702  Formeln erlaubt.
17703  In diesem Fall verwendet man die Methode von Tabelle
17704 \begin_inset space ~
17705 \end_inset
17706
17707
17708 \begin_inset CommandInset ref
17709 LatexCommand ref
17710 reference "tab:Tabellenzellen-Operator"
17711
17712 \end_inset
17713
17714 .
17715  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17716  Die Überschrift ist eine zentrierte Mehrfachspalte.
17717  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17718  und den Operator.
17719  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17720  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17721  um den üblichen Leerraum um einen Operator zu erhalten.
17722  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17723  für die zweite Spalte folgendes eingefügt:
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729 @{}l
17730 \end_layout
17731
17732 \begin_layout Standard
17733 Tabelle
17734 \begin_inset space ~
17735 \end_inset
17736
17737
17738 \begin_inset CommandInset ref
17739 LatexCommand ref
17740 reference "tab:Verschiedene-Ausrichtungen"
17741
17742 \end_inset
17743
17744  zeigt einige Ausrichtungen.
17745  Für die Ausrichtung der Relationen wurde ein kleiner 
17746 \family sans
17747 Leerraum
17748 \family default
17749  eingefügt; wie in der zweiten Spalte von Tabelle
17750 \begin_inset space ~
17751 \end_inset
17752
17753
17754 \begin_inset CommandInset ref
17755 LatexCommand ref
17756 reference "tab:Tabellenzellen-Operator"
17757
17758 \end_inset
17759
17760 .
17761 \end_layout
17762
17763 \begin_layout Standard
17764
17765 \color black
17766 \begin_inset Float table
17767 placement h
17768 wide false
17769 sideways false
17770 status open
17771
17772 \begin_layout Plain Layout
17773
17774 \color black
17775 \begin_inset Caption
17776
17777 \begin_layout Plain Layout
17778
17779 \color black
17780 \begin_inset CommandInset label
17781 LatexCommand label
17782 name "tab:Verschiedene-Ausrichtungen"
17783
17784 \end_inset
17785
17786
17787 \color inherit
17788 Verschiedene Ausrichtungen
17789 \end_layout
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Plain Layout
17797 \align center
17798 \begin_inset Tabular
17799 <lyxtabular version="3" rows="4" columns="6">
17800 <features tabularvalignment="middle">
17801 <column alignment="right" valignment="top" width="0">
17802 <column alignment="left" valignment="top" width="0" special="@{}l">
17803 <column alignment="right" valignment="top" width="0">
17804 <column alignment="left" valignment="top" width="0" special="@{}l">
17805 <column alignment="right" valignment="top" width="0">
17806 <column alignment="left" valignment="top" width="0" special="@{}l">
17807 <row>
17808 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 Einheiten
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \end_layout
17823
17824 \end_inset
17825 </cell>
17826 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830 Exponenten
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 Relationen
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 <row>
17864 <cell alignment="center" valignment="top" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 12×
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 24
17878 \begin_inset space \thinspace{}
17879 \end_inset
17880
17881 Flaschen
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset Formula $10\cdot$
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 \begin_inset Formula $10^{\mbox{-}17}$
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell alignment="center" valignment="top" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 \begin_inset Formula $\Gamma(t)\propto$
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 \begin_inset Formula $\:\Upsilon(t)$
17927 \end_inset
17928
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940 1024×
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 768
17950 \begin_inset space \thinspace{}
17951 \end_inset
17952
17953 Pixel
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 \begin_inset Formula $5.78\cdot$
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 \begin_inset Formula $10^{7}$
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 \begin_inset Formula $A\ne$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 \begin_inset Formula $\: B_{\mathrm{red}}$
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 </row>
18007 <row>
18008 <cell alignment="center" valignment="top" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 32×
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 6
18022 \begin_inset space \thinspace{}
18023 \end_inset
18024
18025 cm
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 <cell alignment="center" valignment="top" usebox="none">
18031 \begin_inset Text
18032
18033 \begin_layout Plain Layout
18034 -
18035 \begin_inset Formula $33.5\cdot$
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 \begin_inset Formula $10^{4}$
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 \begin_inset Formula $\sin(\alpha)\ge$
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 \begin_inset Formula $\:\sin(\beta)$
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 </lyxtabular>
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \begin_layout Subsection
18093 Angepasste Zellen-/Spaltenformate
18094 \begin_inset CommandInset label
18095 LatexCommand label
18096 name "uab:Angepasste-Zellen-/Spaltenformate"
18097
18098 \end_inset
18099
18100
18101 \begin_inset Index idx
18102 status collapsed
18103
18104 \begin_layout Plain Layout
18105 Tabellen ! Spaltenformat
18106 \end_layout
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Standard
18114 Wenn man wie in Abschnitt
18115 \begin_inset space ~
18116 \end_inset
18117
18118
18119 \begin_inset CommandInset ref
18120 LatexCommand ref
18121 reference "uab:Mehrfachspalten-Berechnungen"
18122
18123 \end_inset
18124
18125  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18126  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18127  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18128  definieren:
18129 \end_layout
18130
18131 \begin_layout Standard
18132
18133 \series bold
18134
18135 \backslash
18136 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18137 \end_layout
18138
18139 \begin_layout Standard
18140 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18141 \emph on
18142 b
18143 \emph default
18144
18145 \emph on
18146 c
18147 \emph default
18148
18149 \emph on
18150 l
18151 \emph default
18152
18153 \emph on
18154 m
18155 \emph default
18156
18157 \emph on
18158 p
18159 \emph default
18160  oder 
18161 \emph on
18162 r
18163 \emph default
18164 , weil diese vordefiniert sind.
18165  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18166 \end_layout
18167
18168 \begin_layout Standard
18169 \begin_inset VSpace medskip
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18177  Breite könnte das Format so aussehen:
18178 \end_layout
18179
18180 \begin_layout Standard
18181
18182 \series bold
18183
18184 \backslash
18185 newcolumntype{M}[1]{>{
18186 \backslash
18187 centering
18188 \backslash
18189 hspace{0pt}}m{#1}}
18190 \end_layout
18191
18192 \begin_layout Standard
18193 wobei 
18194 \series bold
18195
18196 \backslash
18197 hspace{0pt}
18198 \series default
18199  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18200  Abschnitt
18201 \begin_inset space ~
18202 \end_inset
18203
18204
18205 \begin_inset CommandInset ref
18206 LatexCommand ref
18207 reference "uab:Mehrfache-Zeilen-in"
18208
18209 \end_inset
18210
18211  beschrieben.
18212  Jetzt können Sie mit
18213 \end_layout
18214
18215 \begin_layout Standard
18216
18217 \series bold
18218 M{Breite}
18219 \end_layout
18220
18221 \begin_layout Standard
18222 im 
18223 \family sans
18224 LaTeX-Argument
18225 \family default
18226  im 
18227 \family sans
18228 Tabellen-Einstellungen
18229 \family default
18230 -Dialog eine Mehrfachspalte definieren.
18231 \end_layout
18232
18233 \begin_layout Standard
18234 \begin_inset VSpace bigskip
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \begin_layout Standard
18241 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18242  Format definieren:
18243 \end_layout
18244
18245 \begin_layout Standard
18246
18247 \series bold
18248
18249 \backslash
18250 newcolumntype{S}[2]{>{
18251 \backslash
18252 centering
18253 \backslash
18254 hspace{0pt}}
18255 \begin_inset Newline newline
18256 \end_inset
18257
18258
18259 \begin_inset Phantom HPhantom
18260 status open
18261
18262 \begin_layout Plain Layout
18263
18264 \series bold
18265
18266 \backslash
18267 newcolumntype
18268 \end_layout
18269
18270 \end_inset
18271
18272 m{(#1+(2
18273 \backslash
18274 tabcolsep+
18275 \backslash
18276 arrayrulewidth)*(1-#2))/#2}}
18277 \end_layout
18278
18279 \begin_layout Standard
18280 Dieses Format benutzt Gleichung
18281 \begin_inset space ~
18282 \end_inset
18283
18284
18285 \begin_inset CommandInset ref
18286 LatexCommand ref
18287 reference "eq:Wgn"
18288
18289 \end_inset
18290
18291 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18292  breit ist.
18293 \end_layout
18294
18295 \begin_layout Standard
18296 Jetzt können Sie im 
18297 \family sans
18298 LaTeX-Argument
18299 \family default
18300  im 
18301 \family sans
18302 Tabellen-Einstellungen
18303 \family default
18304 -Dialog folgendes einfügen:
18305 \end_layout
18306
18307 \begin_layout Standard
18308
18309 \series bold
18310 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18311 \end_layout
18312
18313 \begin_layout Standard
18314 \begin_inset VSpace bigskip
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 Für farbige Spalten können Sie folgendes einfügen:
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \series bold
18327
18328 \backslash
18329 newcolumntype{K}[1]{>{
18330 \backslash
18331 columncolor{#1}
18332 \backslash
18333 hspace{0pt}}c}
18334 \end_layout
18335
18336 \begin_layout Standard
18337 Das 
18338 \begin_inset Quotes gld
18339 \end_inset
18340
18341 c
18342 \begin_inset Quotes grd
18343 \end_inset
18344
18345  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18346  zentriert ist.
18347  Jetzt können Sie als 
18348 \family sans
18349 LaTeX-Argument
18350 \family default
18351  folgendes einfügen:
18352 \end_layout
18353
18354 \begin_layout Standard
18355
18356 \series bold
18357 K{Farbname}
18358 \end_layout
18359
18360 \begin_layout Standard
18361 \begin_inset VSpace bigskip
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 Für Tabelle
18369 \begin_inset space ~
18370 \end_inset
18371
18372
18373 \begin_inset CommandInset ref
18374 LatexCommand ref
18375 reference "tab:Tabelle-mit-benutzerdefinierte"
18376
18377 \end_inset
18378
18379  wurden folgende 
18380 \family sans
18381 LaTeX-Argumente
18382 \family default
18383  benutzt:
18384 \end_layout
18385
18386 \begin_layout Standard
18387
18388 \series bold
18389 M{2.5cm}
18390 \end_layout
18391
18392 \begin_layout Standard
18393 für die erste Spalte und die Mehrfachspalte,
18394 \end_layout
18395
18396 \begin_layout Standard
18397
18398 \series bold
18399 K{red}
18400 \end_layout
18401
18402 \begin_layout Standard
18403 für die letzte Spalte und
18404 \end_layout
18405
18406 \begin_layout Standard
18407
18408 \series bold
18409 S{2.5cm}{2}
18410 \end_layout
18411
18412 \begin_layout Standard
18413 für die Spalten in der zweiten Mehrfachspalte.
18414 \end_layout
18415
18416 \begin_layout Standard
18417 \begin_inset Float table
18418 placement h
18419 wide false
18420 sideways false
18421 status open
18422
18423 \begin_layout Plain Layout
18424 \begin_inset Caption
18425
18426 \begin_layout Plain Layout
18427 \begin_inset CommandInset label
18428 LatexCommand label
18429 name "tab:Tabelle-mit-benutzerdefinierte"
18430
18431 \end_inset
18432
18433 Tabelle mit benutzerdefinierten Formaten
18434 \end_layout
18435
18436 \end_inset
18437
18438
18439 \end_layout
18440
18441 \begin_layout Plain Layout
18442 \align center
18443 \begin_inset Tabular
18444 <lyxtabular version="3" rows="3" columns="4">
18445 <features tabularvalignment="middle">
18446 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18447 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18448 <column alignment="center" valignment="middle" width="0">
18449 <column alignment="center" valignment="middle" width="0" special="K{red}">
18450 <row>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 einsehrlangesWort
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 Mehrfachspalte mit mehreren Zeilen
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 c
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 d
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 e
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 f
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 g
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 </row>
18526 <row>
18527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 h
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 i
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 j
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 k
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 </row>
18564 </lyxtabular>
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Subsection
18577 Liniendicke
18578 \begin_inset CommandInset label
18579 LatexCommand label
18580 name "uab:Liniendicke"
18581
18582 \end_inset
18583
18584
18585 \begin_inset Index idx
18586 status collapsed
18587
18588 \begin_layout Plain Layout
18589 Tabellen  ! Linien ! -dicke
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598 Die Liniendicke für alle Linien einer Tabelle kann mit 
18599 \series bold
18600
18601 \backslash
18602 arrayrulewidth
18603 \series default
18604  eingestellt werden.
18605  Um eine Liniendicke von 1.5
18606 \begin_inset space \thinspace{}
18607 \end_inset
18608
18609 pt wie in Tabelle
18610 \begin_inset space ~
18611 \end_inset
18612
18613
18614 \begin_inset CommandInset ref
18615 LatexCommand ref
18616 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18617
18618 \end_inset
18619
18620  zu bekommen, geben Sie den Befehl
18621 \end_layout
18622
18623 \begin_layout Standard
18624
18625 \series bold
18626
18627 \backslash
18628 setlength{
18629 \backslash
18630 arrayrulewidth}{1.5pt}
18631 \end_layout
18632
18633 \begin_layout Standard
18634 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18635  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18636  Mit
18637 \end_layout
18638
18639 \begin_layout Standard
18640
18641 \series bold
18642
18643 \backslash
18644 setlength{
18645 \backslash
18646 arrayrulewidth}{0.4pt}
18647 \end_layout
18648
18649 \begin_layout Standard
18650 bekommen Sie wieder die Standarddicke.
18651 \end_layout
18652
18653 \begin_layout Standard
18654 \begin_inset ERT
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658
18659
18660 \backslash
18661 setlength{
18662 \backslash
18663 arrayrulewidth}{1.5pt}
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \begin_inset Float table
18670 placement H
18671 wide false
18672 sideways false
18673 status open
18674
18675 \begin_layout Plain Layout
18676 \begin_inset Caption
18677
18678 \begin_layout Plain Layout
18679 \begin_inset CommandInset label
18680 LatexCommand label
18681 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18682
18683 \end_inset
18684
18685 Tabelle mit 1.5
18686 \begin_inset space \thinspace{}
18687 \end_inset
18688
18689 pt Liniendicke
18690 \end_layout
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Plain Layout
18698 \align center
18699 \begin_inset Tabular
18700 <lyxtabular version="3" rows="3" columns="3">
18701 <features tabularvalignment="middle">
18702 <column alignment="center" valignment="top" width="0">
18703 <column alignment="center" valignment="top" width="0">
18704 <column alignment="center" valignment="top" width="0">
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 sd
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 sd
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 </row>
18763 <row>
18764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786 sd
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 </row>
18792 </lyxtabular>
18793
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \begin_inset ERT
18803 status collapsed
18804
18805 \begin_layout Plain Layout
18806
18807
18808 \backslash
18809 setlength{
18810 \backslash
18811 arrayrulewidth}{0.4pt}
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \begin_layout Standard
18820 \begin_inset VSpace bigskip
18821 \end_inset
18822
18823 Um eine Liniendicke von 1.5
18824 \begin_inset space \thinspace{}
18825 \end_inset
18826
18827 pt nur für horizontale Linien zu bekommen wie in Tabelle
18828 \begin_inset space ~
18829 \end_inset
18830
18831
18832 \begin_inset CommandInset ref
18833 LatexCommand ref
18834 reference "tab:Tabelle-mit-1.5pt-horiz"
18835
18836 \end_inset
18837
18838 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18839  einfügen:
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 let
18848 \backslash
18849 myHline
18850 \backslash
18851 hline
18852 \begin_inset Newline newline
18853 \end_inset
18854
18855
18856 \backslash
18857 renewcommand{
18858 \backslash
18859 hline}
18860 \begin_inset Newline newline
18861 \end_inset
18862
18863  {
18864 \backslash
18865 noalign{
18866 \backslash
18867 global
18868 \backslash
18869 arrayrulewidth 1.5pt}
18870 \begin_inset Newline newline
18871 \end_inset
18872
18873  
18874 \backslash
18875 myHline
18876 \backslash
18877 noalign{
18878 \backslash
18879 global
18880 \backslash
18881 arrayrulewidth 0.4pt}}
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18886  der (Gleit\SpecialChar \-
18887 objekt-)Tabelle zurück:
18888 \end_layout
18889
18890 \begin_layout Standard
18891
18892 \series bold
18893
18894 \backslash
18895 renewcommand{
18896 \backslash
18897 hline}{
18898 \backslash
18899 myHline}
18900 \end_layout
18901
18902 \begin_layout Standard
18903 \begin_inset ERT
18904 status collapsed
18905
18906 \begin_layout Plain Layout
18907
18908
18909 \backslash
18910 let
18911 \backslash
18912 myHline
18913 \backslash
18914 hline
18915 \end_layout
18916
18917 \begin_layout Plain Layout
18918
18919
18920 \backslash
18921 renewcommand{
18922 \backslash
18923 hline}
18924 \end_layout
18925
18926 \begin_layout Plain Layout
18927
18928  {
18929 \backslash
18930 noalign{
18931 \backslash
18932 global
18933 \backslash
18934 arrayrulewidth 1.5pt}
18935 \end_layout
18936
18937 \begin_layout Plain Layout
18938
18939   
18940 \backslash
18941 myHline
18942 \backslash
18943 noalign{
18944 \backslash
18945 global
18946 \backslash
18947 arrayrulewidth 0.4pt}}
18948 \end_layout
18949
18950 \end_inset
18951
18952
18953 \begin_inset Float table
18954 placement h
18955 wide false
18956 sideways false
18957 status open
18958
18959 \begin_layout Plain Layout
18960 \begin_inset Caption
18961
18962 \begin_layout Plain Layout
18963 \begin_inset CommandInset label
18964 LatexCommand label
18965 name "tab:Tabelle-mit-1.5pt-horiz"
18966
18967 \end_inset
18968
18969 Tabelle mit 1.5
18970 \begin_inset space \thinspace{}
18971 \end_inset
18972
18973 pt dicken horizontalen Linien
18974 \end_layout
18975
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \begin_layout Plain Layout
18982 \align center
18983 \begin_inset Tabular
18984 <lyxtabular version="3" rows="3" columns="3">
18985 <features tabularvalignment="middle">
18986 <column alignment="center" valignment="top" width="0">
18987 <column alignment="center" valignment="top" width="0">
18988 <column alignment="center" valignment="top" width="0">
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 sd
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 sd
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 <row>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 sd
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 </row>
19076 </lyxtabular>
19077
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \end_inset
19084
19085
19086 \begin_inset ERT
19087 status collapsed
19088
19089 \begin_layout Plain Layout
19090
19091
19092 \backslash
19093 renewcommand{
19094 \backslash
19095 hline}{
19096 \backslash
19097 myHline}
19098 \end_layout
19099
19100 \end_inset
19101
19102
19103 \end_layout
19104
19105 \begin_layout Standard
19106 \begin_inset VSpace bigskip
19107 \end_inset
19108
19109 Um die Liniendicke von 1.5
19110 \begin_inset space \thinspace{}
19111 \end_inset
19112
19113 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19114  Spaltenformat entsprechend der Beschreibung in Abschnitt
19115 \begin_inset space ~
19116 \end_inset
19117
19118
19119 \begin_inset CommandInset ref
19120 LatexCommand ref
19121 reference "uab:Angepasste-Zellen-/Spaltenformate"
19122
19123 \end_inset
19124
19125  definieren:
19126 \end_layout
19127
19128 \begin_layout Standard
19129
19130 \series bold
19131
19132 \backslash
19133 newcolumntype{V}{!{
19134 \backslash
19135 vrule width 1.5pt}}
19136 \end_layout
19137
19138 \begin_layout Standard
19139 In Tabelle
19140 \begin_inset space ~
19141 \end_inset
19142
19143
19144 \begin_inset CommandInset ref
19145 LatexCommand ref
19146 reference "tab:Tabelle-mit-1.5pt-vert"
19147
19148 \end_inset
19149
19150  wurde das 
19151 \family sans
19152 LaTe
19153 \begin_inset ERT
19154 status collapsed
19155
19156 \begin_layout Plain Layout
19157
19158 {}
19159 \end_layout
19160
19161 \end_inset
19162
19163 X-Argument
19164 \family default
19165 \series bold
19166  VcV
19167 \series default
19168  für die letzte Spalte und
19169 \series bold
19170  Vc
19171 \series default
19172  für die anderen benutzt.
19173 \end_layout
19174
19175 \begin_layout Standard
19176 \begin_inset Float table
19177 placement H
19178 wide false
19179 sideways false
19180 status open
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Caption
19184
19185 \begin_layout Plain Layout
19186 \begin_inset CommandInset label
19187 LatexCommand label
19188 name "tab:Tabelle-mit-1.5pt-vert"
19189
19190 \end_inset
19191
19192 Tabelle mit 1.5
19193 \begin_inset space \thinspace{}
19194 \end_inset
19195
19196 pt dicken vertikalen Linien
19197 \end_layout
19198
19199 \end_inset
19200
19201
19202 \end_layout
19203
19204 \begin_layout Plain Layout
19205 \align center
19206 \begin_inset Tabular
19207 <lyxtabular version="3" rows="3" columns="3">
19208 <features tabularvalignment="middle">
19209 <column alignment="center" valignment="top" width="0" special="Vc">
19210 <column alignment="center" valignment="top" width="0" special="Vc">
19211 <column alignment="center" valignment="top" width="0" special="VcV">
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217 sd
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 </row>
19241 <row>
19242 <cell alignment="center" valignment="top" topline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 sd
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 </row>
19270 <row>
19271 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 sd
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 </lyxtabular>
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \begin_layout Subsection
19312 Gestrichelte Linien
19313 \begin_inset Index idx
19314 status collapsed
19315
19316 \begin_layout Plain Layout
19317 Tabellen  ! Linien ! gestrichelte 
19318 \end_layout
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \begin_layout Standard
19326 \begin_inset ERT
19327 status collapsed
19328
19329 \begin_layout Plain Layout
19330
19331
19332 \backslash
19333 ifarydshln
19334 \end_layout
19335
19336 \end_inset
19337
19338
19339 \begin_inset Note Note
19340 status open
19341
19342 \begin_layout Plain Layout
19343 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19344 \series bold
19345 arydshln
19346 \series default
19347  installiert ist.
19348 \end_layout
19349
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \begin_layout Standard
19356 \begin_inset Float table
19357 placement h
19358 wide false
19359 sideways false
19360 status open
19361
19362 \begin_layout Plain Layout
19363 \begin_inset Caption
19364
19365 \begin_layout Plain Layout
19366 \begin_inset CommandInset label
19367 LatexCommand label
19368 name "tab:Tabelle-mit-gestrichelten"
19369
19370 \end_inset
19371
19372 Tabelle mit gestrichelten Linien
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \begin_layout Plain Layout
19381 \align center
19382 \begin_inset Tabular
19383 <lyxtabular version="3" rows="5" columns="5">
19384 <features tabularvalignment="middle">
19385 <column alignment="center" valignment="top" width="0">
19386 <column alignment="center" valignment="top" width="0">
19387 <column alignment="center" valignment="top" width="0" special=":c">
19388 <column alignment="center" valignment="top" width="0">
19389 <column alignment="center" valignment="top" width="0">
19390 <row>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 a
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 b
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 c
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 d
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 e
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 </row>
19437 <row>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 f
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 g
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 h
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 i
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 j
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 </row>
19484 <row>
19485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset ERT
19490 status collapsed
19491
19492 \begin_layout Plain Layout
19493
19494
19495 \backslash
19496 hdashline 
19497 \end_layout
19498
19499 \end_inset
19500
19501 k
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 l
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 m
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 n
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 o
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 </row>
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset ERT
19549 status collapsed
19550
19551 \begin_layout Plain Layout
19552
19553
19554 \backslash
19555 cdashline{4-5}
19556 \end_layout
19557
19558 \end_inset
19559
19560 p
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 q
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 r
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 s
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 t
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 u
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 v
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 w
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 x
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 </lyxtabular>
19650
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \begin_layout Standard
19662 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19663  TeX-Code benutzen.
19664  Zunächst müssen Sie das LaTeX-Paket 
19665 \series bold
19666 arydshln
19667 \series default
19668
19669 \begin_inset Index idx
19670 status collapsed
19671
19672 \begin_layout Plain Layout
19673 LaTeX-Pakete ! arydshln
19674 \end_layout
19675
19676 \end_inset
19677
19678  im LaTeX-Vorspann laden:
19679 \end_layout
19680
19681 \begin_layout Standard
19682
19683 \series bold
19684
19685 \backslash
19686 usepackage{arydshln}
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Um senkrechte Linien zu stricheln, müssen Sie im 
19691 \family sans
19692 LaTe
19693 \begin_inset ERT
19694 status collapsed
19695
19696 \begin_layout Plain Layout
19697
19698 {}
19699 \end_layout
19700
19701 \end_inset
19702
19703 X-Argument
19704 \family default
19705  des 
19706 \family sans
19707 Tabellen-Einstellungen
19708 \family default
19709 -Dialogs 
19710 \begin_inset Quotes gld
19711 \end_inset
19712
19713 :
19714 \begin_inset Quotes grd
19715 \end_inset
19716
19717 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19718 \end_layout
19719
19720 \begin_layout Standard
19721 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19722 \end_layout
19723
19724 \begin_layout Standard
19725
19726 \series bold
19727
19728 \backslash
19729 hdashline
19730 \end_layout
19731
19732 \begin_layout Standard
19733 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19738 \end_layout
19739
19740 \begin_layout Standard
19741
19742 \series bold
19743
19744 \backslash
19745 cdashline{Anfangsspalte-Endspalte}
19746 \end_layout
19747
19748 \begin_layout Standard
19749 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19750  Wenn Sie z.
19751 \begin_inset space \thinspace{}
19752 \end_inset
19753
19754 B.
19755  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19756  gestrichelte Linie haben, fügen Sie den Befehl
19757 \end_layout
19758
19759 \begin_layout Standard
19760
19761 \series bold
19762
19763 \backslash
19764 cdashline{2-4}
19765 \end_layout
19766
19767 \begin_layout Standard
19768 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19769 \end_layout
19770
19771 \begin_layout Standard
19772 \begin_inset VSpace bigskip
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \begin_layout Standard
19779 In Tabelle
19780 \begin_inset space ~
19781 \end_inset
19782
19783
19784 \begin_inset CommandInset ref
19785 LatexCommand ref
19786 reference "tab:Tabelle-mit-gestrichelten"
19787
19788 \end_inset
19789
19790  wurde in der dritten Spalte der Befehl
19791 \series bold
19792  
19793 \series default
19794
19795 \begin_inset Quotes gld
19796 \end_inset
19797
19798
19799 \series bold
19800 :c
19801 \begin_inset Quotes grd
19802 \end_inset
19803
19804
19805 \series default
19806  benutzt.
19807  Der Befehl 
19808 \series bold
19809
19810 \backslash
19811 hdashline
19812 \series default
19813  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19814 \begin_inset Newline newline
19815 \end_inset
19816
19817  
19818 \series bold
19819
19820 \backslash
19821 cdashline{4-5} 
19822 \series default
19823 wurde in die erste Zelle der vierten Zeile eingefügt.
19824 \end_layout
19825
19826 \begin_layout Standard
19827 \begin_inset Note Greyedout
19828 status open
19829
19830 \begin_layout Plain Layout
19831
19832 \series bold
19833 Bemerkung:
19834 \series default
19835  Das LaTeX-Paket 
19836 \series bold
19837 arydshln
19838 \series default
19839  ist nicht kompatibel dem LaTeX-Paket 
19840 \series bold
19841 colortbl
19842 \series default
19843
19844 \begin_inset Index idx
19845 status collapsed
19846
19847 \begin_layout Plain Layout
19848 LaTeX-Pakete ! colortbl
19849 \end_layout
19850
19851 \end_inset
19852
19853 , das für die farbigen Tabellen in Abschnitt
19854 \begin_inset space ~
19855 \end_inset
19856
19857
19858 \begin_inset CommandInset ref
19859 LatexCommand ref
19860 reference "abs:Farbige-Tabellen"
19861
19862 \end_inset
19863
19864  benutzt wurde.
19865  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Standard
19874 \begin_inset ERT
19875 status collapsed
19876
19877 \begin_layout Plain Layout
19878
19879
19880 \backslash
19881 else
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \begin_inset Note Note
19888 status open
19889
19890 \begin_layout Plain Layout
19891 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19892 \series bold
19893 arydshln
19894 \series default
19895  nicht installiert ist:
19896 \end_layout
19897
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \begin_layout Standard
19904 Sie müssen das LaTeX-Paket 
19905 \series bold
19906 arydshln
19907 \series default
19908  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19909 \end_layout
19910
19911 \begin_layout Standard
19912 \begin_inset ERT
19913 status collapsed
19914
19915 \begin_layout Plain Layout
19916
19917
19918 \backslash
19919 fi
19920 \end_layout
19921
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \begin_layout Chapter
19928 Gleitobjekte
19929 \begin_inset CommandInset label
19930 LatexCommand label
19931 name "chap:Gleitobjekte"
19932
19933 \end_inset
19934
19935
19936 \begin_inset Index idx
19937 status collapsed
19938
19939 \begin_layout Plain Layout
19940 Gleitobjekte
19941 \end_layout
19942
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \begin_layout Section
19949 Einleitung
19950 \begin_inset CommandInset label
19951 LatexCommand label
19952 name "abs:Gleitobjekte-Einleitung"
19953
19954 \end_inset
19955
19956
19957 \begin_inset Index idx
19958 status collapsed
19959
19960 \begin_layout Plain Layout
19961 Gleitobjekte ! Einleitung
19962 \end_layout
19963
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \begin_layout Standard
19970 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19971  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19972  der beste Platz ist.
19973  
19974 \family sans
19975 Fußnoten
19976 \family default
19977  und 
19978 \family sans
19979 Randnotizen
19980 \family default
19981  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19982  wenn auf ihrer Seite schon zu viele sind.
19983 \end_layout
19984
19985 \begin_layout Standard
19986 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19987  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19988  um weiße Flächen und Seiten ohne Text zu vermeiden.
19989  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19990 löst,
19991  kann im Text auf ein Gleitobjekt verwiesen werden.
19992  Gleitobjekte sind deshalb nummeriert.
19993  Querverweise werden in Abschnitt
19994 \begin_inset space ~
19995 \end_inset
19996
19997
19998 \begin_inset CommandInset ref
19999 LatexCommand ref
20000 reference "abs:Auf-Gleitobjekte-verweisen"
20001
20002 \end_inset
20003
20004  beschrieben.
20005 \end_layout
20006
20007 \begin_layout Standard
20008 Ein Gleitobjekt wird mit 
20009 \family sans
20010 Einfügen\SpecialChar \menuseparator
20011 Gleitobjekt\SpecialChar \menuseparator
20012 Algorithmus/Abbildung/Ta\SpecialChar \-
20013 belle/Um\SpecialChar \-
20014 flos\SpecialChar \-
20015 se\SpecialChar \-
20016 nes
20017 \begin_inset space ~
20018 \end_inset
20019
20020 Gleitobjekt
20021 \family default
20022  eingefügt.
20023  Für Abbildungen oder Tabellen können Sie auch auf 
20024 \begin_inset Graphics
20025         filename ../../images/float-insert_figure.png
20026         scale 70
20027         scaleBeforeRotation
20028
20029 \end_inset
20030
20031  oder 
20032 \begin_inset Graphics
20033         filename ../../images/float-insert_table.png
20034         scale 70
20035         scaleBeforeRotation
20036
20037 \end_inset
20038
20039  klicken.
20040  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20041  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20042  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20043  #:).
20044  Statt # sehen Sie die von LyX vergebene Nummer.
20045  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20046  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20047  eingefügt.
20048  In Abschnitt
20049 \begin_inset space ~
20050 \end_inset
20051
20052
20053 \begin_inset CommandInset ref
20054 LatexCommand ref
20055 reference "abs:Titel-Platzierung"
20056
20057 \end_inset
20058
20059  finden Sie mehr über die Platzierung des Titels.
20060  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20061  auch wieder geöffnet.
20062  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20063 \begin_inset Graphics
20064         filename clipart/GleitobjektQt4.png
20065         scale 70
20066         scaleBeforeRotation
20067
20068 \end_inset
20069
20070  – ein graues Kästchen mit roter Beschriftung.
20071 \end_layout
20072
20073 \begin_layout Standard
20074 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20075  Gleitobjekte in einem eigenen Absatz einzufügen.
20076 \end_layout
20077
20078 \begin_layout Standard
20079 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20080  indem Sie sie markieren und dann auf 
20081 \begin_inset Graphics
20082         filename ../../images/float-insert_figure.png
20083         scale 70
20084         scaleBeforeRotation
20085
20086 \end_inset
20087
20088  oder 
20089 \begin_inset Graphics
20090         filename ../../images/float-insert_table.png
20091         scale 70
20092         scaleBeforeRotation
20093
20094 \end_inset
20095
20096  klicken.
20097 \end_layout
20098
20099 \begin_layout Section
20100 Gleitobjekt-Typen
20101 \begin_inset Index idx
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105 Gleitobjekte ! Typen
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \begin_layout Standard
20114 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
20115 \begin_inset space ~
20116 \end_inset
20117
20118
20119 \begin_inset CommandInset ref
20120 LatexCommand ref
20121 reference "abs:Gleitende-Abbildungen"
20122
20123 \end_inset
20124
20125  und 
20126 \begin_inset CommandInset ref
20127 LatexCommand ref
20128 reference "abs:Gleitende-Tabellen"
20129
20130 \end_inset
20131
20132  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20133  Letztere sind in Abschnitt
20134 \begin_inset space ~
20135 \end_inset
20136
20137
20138 \begin_inset CommandInset ref
20139 LatexCommand ref
20140 reference "sec:Umflossene-Gleitobjekte"
20141
20142 \end_inset
20143
20144  beschrieben.
20145 \end_layout
20146
20147 \begin_layout Subsection
20148 Algorithmen-Gleitobjekt
20149 \begin_inset Index idx
20150 status collapsed
20151
20152 \begin_layout Plain Layout
20153 Gleitobjekte ! Algorithmen
20154 \end_layout
20155
20156 \end_inset
20157
20158
20159 \begin_inset CommandInset label
20160 LatexCommand label
20161 name "uab:Gleitobjekt-Algorithmen"
20162
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \begin_layout Standard
20169 \begin_inset Float algorithm
20170 placement h
20171 wide false
20172 sideways false
20173 status open
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Caption
20177
20178 \begin_layout Plain Layout
20179 \begin_inset CommandInset label
20180 LatexCommand label
20181 name "alg:Ein-Gleitobjekt-Algorithmus"
20182
20183 \end_inset
20184
20185 Ein Gleitobjekt-Algorithmus 
20186 \end_layout
20187
20188 \end_inset
20189
20190
20191 \end_layout
20192
20193 \begin_layout LyX-Code
20194 for I in 1..N loop
20195 \begin_inset Newline newline
20196 \end_inset
20197
20198  Sum:= Sum + A(I); /*Kommentar*/
20199 \begin_inset Newline newline
20200 \end_inset
20201
20202 end loop
20203 \begin_inset VSpace -4mm
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \begin_layout Standard
20215 Dieser Typ wird mit 
20216 \family sans
20217 Einfügen\SpecialChar \menuseparator
20218 Gleitobjekt\SpecialChar \menuseparator
20219 Algorithmus
20220 \family default
20221  eingefügt.
20222  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20223  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20224 \begin_inset space ~
20225 \end_inset
20226
20227
20228 \begin_inset CommandInset ref
20229 LatexCommand ref
20230 reference "kap:Programm-Code-Listen"
20231
20232 \end_inset
20233
20234 .
20235  Eine mögliche Absatz-Umgebung hier für ist 
20236 \family sans
20237 LyX-Code
20238 \family default
20239 , beschrieben im 
20240 \emph on
20241 Benutzerhandbuch
20242 \emph default
20243 .
20244  In Algorithmus
20245 \begin_inset space ~
20246 \end_inset
20247
20248
20249 \begin_inset CommandInset ref
20250 LatexCommand ref
20251 reference "alg:Ein-Gleitobjekt-Algorithmus"
20252
20253 \end_inset
20254
20255  wurden am Ende -4
20256 \begin_inset space \thinspace{}
20257 \end_inset
20258
20259 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20260  letzten Zeile gedruckt wird.
20261 \end_layout
20262
20263 \begin_layout Standard
20264 Die Marke 
20265 \emph on
20266 Algorithmus
20267 \emph default
20268  wird nicht automatisch in die druckbare Version übernommen, sondern das
20269  englische Wort 
20270 \emph on
20271 Algorithm
20272 \emph default
20273  verwendet.
20274  Soll
20275 \emph on
20276  Algorithmus
20277 \emph default
20278  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20279 \end_layout
20280
20281 \begin_layout Standard
20282
20283 \series bold
20284
20285 \backslash
20286 floatname{algorithm}{Algorithmus}
20287 \end_layout
20288
20289 \begin_layout Standard
20290 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20291  Sprache wie die LyX Menünamen haben, das Menü 
20292 \family sans
20293 Einfügen\SpecialChar \menuseparator
20294 Liste
20295 \begin_inset space \thinspace{}
20296 \end_inset
20297
20298 /
20299 \begin_inset space \thinspace{}
20300 \end_inset
20301
20302 Inhaltsverzeichnis\SpecialChar \menuseparator
20303 Algorithmenverzeichnis
20304 \family default
20305  verwendet werden.
20306  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20307  eingefügt werden:
20308 \end_layout
20309
20310 \begin_layout Standard
20311
20312 \series bold
20313
20314 \backslash
20315 listof{algorithm}{Algorithmenverzeichnis}
20316 \end_layout
20317
20318 \begin_layout Standard
20319 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20320  nach dem Schema 
20321 \begin_inset Quotes gld
20322 \end_inset
20323
20324 Kapitelnummer.Algorithmusnummer
20325 \begin_inset Quotes grd
20326 \end_inset
20327
20328  nummeriert.
20329  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20330  einfügen:
20331 \end_layout
20332
20333 \begin_layout Standard
20334
20335 \series bold
20336
20337 \backslash
20338 numberwithin{algorithm}{chapter}
20339 \end_layout
20340
20341 \begin_layout Standard
20342 Um 
20343 \series bold
20344
20345 \backslash
20346 numberwithin
20347 \series default
20348  benutzen zu können, muss in den 
20349 \family sans
20350 Mathe
20351 \begin_inset space ~
20352 \end_inset
20353
20354 Optionen
20355 \family default
20356  der 
20357 \family sans
20358 Dokument-Einstellungen
20359 \family default
20360  
20361 \family sans
20362 AMS
20363 \begin_inset space ~
20364 \end_inset
20365
20366 Mathe
20367 \begin_inset space ~
20368 \end_inset
20369
20370 Paket
20371 \family default
20372
20373 \begin_inset space ~
20374 \end_inset
20375
20376
20377 \family sans
20378 verwenden
20379 \family default
20380  angekreuzt sein.
20381 \end_layout
20382
20383 \begin_layout Section
20384 Gleitobjekt-Nummerierung
20385 \begin_inset Index idx
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389 Gleitobjekte ! Nummerierung
20390 \end_layout
20391
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \begin_layout Standard
20398 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20399  nummeriert oder nach dem Schema 
20400 \begin_inset Quotes gld
20401 \end_inset
20402
20403 Kapitelnummer.Gleitobjektnummer
20404 \begin_inset Quotes grd
20405 \end_inset
20406
20407  oder 
20408 \begin_inset Quotes gld
20409 \end_inset
20410
20411 Abschnittsnummer.Gleitobjektnummer
20412 \begin_inset Quotes grd
20413 \end_inset
20414
20415 .
20416  Das hängt von der Dokumentklasse ab.
20417 \end_layout
20418
20419 \begin_layout Standard
20420 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20421  in den LaTeX-Vorspann einfügen:
20422 \end_layout
20423
20424 \begin_layout Standard
20425
20426 \series bold
20427
20428 \backslash
20429 renewcommand{
20430 \backslash
20431 thetable}{
20432 \backslash
20433 roman{table}}
20434 \end_layout
20435
20436 \begin_layout Standard
20437
20438 \series bold
20439
20440 \backslash
20441 thetable
20442 \series default
20443  ist der Befehl, der die Tabellennummer druckt.
20444  Für Abbildungen ist das 
20445 \series bold
20446
20447 \backslash
20448 thefigure
20449 \series default
20450 .
20451  Der Befehl 
20452 \series bold
20453
20454 \backslash
20455 roman
20456 \series default
20457  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20458 \end_layout
20459
20460 \begin_layout Standard
20461 Um das Nummerierungsschema zum Beispiel auf 
20462 \begin_inset Quotes gld
20463 \end_inset
20464
20465 Unterabschnittsnummer.Num\SpecialChar \-
20466 mer
20467 \begin_inset Quotes grd
20468 \end_inset
20469
20470  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20471 \end_layout
20472
20473 \begin_layout Standard
20474
20475 \series bold
20476
20477 \backslash
20478 numberwithin{table}{subsection}
20479 \end_layout
20480
20481 \begin_layout Standard
20482 Um den Befehl 
20483 \series bold
20484
20485 \backslash
20486 numberwithin
20487 \series default
20488  benutzen zu können, müssen Sie in den 
20489 \family sans
20490 Mathe
20491 \begin_inset space ~
20492 \end_inset
20493
20494 Optionen
20495 \family default
20496  der 
20497 \family sans
20498 Dokument-Einstellungen
20499 \family default
20500  
20501 \family sans
20502 AMS
20503 \begin_inset space ~
20504 \end_inset
20505
20506 Mathe
20507 \begin_inset space ~
20508 \end_inset
20509
20510 Paket
20511 \family default
20512
20513 \begin_inset space ~
20514 \end_inset
20515
20516
20517 \family sans
20518 verwenden
20519 \family default
20520  ankreuzen.
20521 \end_layout
20522
20523 \begin_layout Standard
20524 Sehen Sie sich bitte auch Abschnitt
20525 \begin_inset space ~
20526 \end_inset
20527
20528
20529 \begin_inset CommandInset ref
20530 LatexCommand ref
20531 reference "uab:Fußnoten-Nummerierung"
20532
20533 \end_inset
20534
20535  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20536 \end_layout
20537
20538 \begin_layout Section
20539 Auf Gleitobjekte verweisen
20540 \begin_inset CommandInset label
20541 LatexCommand label
20542 name "abs:Auf-Gleitobjekte-verweisen"
20543
20544 \end_inset
20545
20546
20547 \begin_inset Index idx
20548 status collapsed
20549
20550 \begin_layout Plain Layout
20551 Gleitobjekte ! Querverweise
20552 \end_layout
20553
20554 \end_inset
20555
20556
20557 \begin_inset Index idx
20558 status collapsed
20559
20560 \begin_layout Plain Layout
20561 Querverweise ! auf Gleitobjekte
20562 \end_layout
20563
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \begin_layout Standard
20570 Zunächst müssen Sie mit 
20571 \family sans
20572 Einfügen\SpecialChar \menuseparator
20573 Marke
20574 \family default
20575  oder einen Klick auf 
20576 \begin_inset Graphics
20577         filename ../../images/label-insert.png
20578         scale 70
20579         scaleBeforeRotation
20580
20581 \end_inset
20582
20583  eine Marke im Titel einfügen.
20584  Im 
20585 \family sans
20586 Marke
20587 \family default
20588 -Dialog schreiben Sie einen Text in das Feld 
20589 \family sans
20590 Marke
20591 \family default
20592  oder übernehmen den vorgeschlagenen.
20593  Die Marke sieht in LyX dann so aus:
20594 \end_layout
20595
20596 \begin_layout Standard
20597 \begin_inset Graphics
20598         filename clipart/Marke.png
20599         lyxscale 80
20600         scale 50
20601         scaleBeforeRotation
20602
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \begin_layout Standard
20609 Die Marke wird als Anker und Name für den Querverweis benutzt.
20610  Mit 
20611 \family sans
20612 Einfügen\SpecialChar \menuseparator
20613 Querverweis
20614 \family default
20615  oder einen Klick auf 
20616 \begin_inset Graphics
20617         filename ../../images/dialog-show-new-inset_ref.png
20618         scale 70
20619         scaleBeforeRotation
20620
20621 \end_inset
20622
20623  können Sie dann auf die Marke verweisen.
20624  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20625  angezeigt:
20626 \end_layout
20627
20628 \begin_layout Standard
20629 \begin_inset Graphics
20630         filename clipart/Querverweis.png
20631         lyxscale 80
20632         scale 50
20633         scaleBeforeRotation
20634
20635 \end_inset
20636
20637
20638 \begin_inset Newline newline
20639 \end_inset
20640
20641  Mehr zu Querverweisen finden Sie im 
20642 \emph on
20643 Benutzerhandbuch
20644 \emph default
20645 .
20646 \end_layout
20647
20648 \begin_layout Standard
20649 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20650  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20651  durch einen Zeilenumbruch getrennt werden können.
20652 \end_layout
20653
20654 \begin_layout Standard
20655 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20656  LyX passt die Querverweise automatisch an.
20657 \end_layout
20658
20659 \begin_layout Standard
20660 Ein Klick auf den Schalter 
20661 \family sans
20662 Gehe
20663 \begin_inset space ~
20664 \end_inset
20665
20666 zur
20667 \begin_inset space ~
20668 \end_inset
20669
20670 Marke
20671 \family default
20672  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20673  Der Text der Schaltfläche heißt jetzt 
20674 \family sans
20675 Gehe
20676 \begin_inset space ~
20677 \end_inset
20678
20679 zurück
20680 \family default
20681  und ein Klick darauf macht genau dies.
20682   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20683  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20684  Dann ist auch kein 
20685 \family sans
20686 Gehe
20687 \begin_inset space ~
20688 \end_inset
20689
20690 zurück
20691 \family default
20692  möglich.
20693 \end_layout
20694
20695 \begin_layout Subsection
20696 Querverweis-Formate
20697 \begin_inset CommandInset label
20698 LatexCommand label
20699 name "uab:Querverweis-Formate"
20700
20701 \end_inset
20702
20703
20704 \begin_inset Index idx
20705 status collapsed
20706
20707 \begin_layout Plain Layout
20708 Querverweise ! Formate
20709 \end_layout
20710
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \begin_layout Standard
20717 Es gibt sechs verschiedene Querverweisstile:
20718 \end_layout
20719
20720 \begin_layout Description
20721 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20722  
20723 \begin_inset CommandInset ref
20724 LatexCommand ref
20725 reference "abb:Zwei-Teilabbildungen"
20726
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \begin_layout Description
20733 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20734  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20735  verwendet wird, speziell wenn der Name 
20736 \begin_inset Quotes gld
20737 \end_inset
20738
20739 Gleichung
20740 \begin_inset Quotes grd
20741 \end_inset
20742
20743  weggelassen wird: 
20744 \begin_inset CommandInset ref
20745 LatexCommand eqref
20746 reference "eq:Wgn"
20747
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \begin_layout Description
20754 <Seite>: druckt die Seitennummer: Seite
20755 \begin_inset space ~
20756 \end_inset
20757
20758
20759 \begin_inset CommandInset ref
20760 LatexCommand pageref
20761 reference "abb:Zwei-Teilabbildungen"
20762
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \begin_layout Description
20769 auf
20770 \begin_inset space ~
20771 \end_inset
20772
20773 Seite
20774 \begin_inset space ~
20775 \end_inset
20776
20777 <Seite>: druckt den Text 
20778 \begin_inset Quotes gld
20779 \end_inset
20780
20781 auf Seite
20782 \begin_inset Quotes grd
20783 \end_inset
20784
20785  und die Seitennummer: 
20786 \begin_inset CommandInset ref
20787 LatexCommand vpageref
20788 reference "abb:Zwei-Teilabbildungen"
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Description
20796 <Querverweis>
20797 \begin_inset space ~
20798 \end_inset
20799
20800 auf
20801 \begin_inset space ~
20802 \end_inset
20803
20804 Seite
20805 \begin_inset space ~
20806 \end_inset
20807
20808 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20809 \begin_inset Quotes gld
20810 \end_inset
20811
20812 auf Seite
20813 \begin_inset Quotes grd
20814 \end_inset
20815
20816 , und die Seitennummer: 
20817 \begin_inset CommandInset ref
20818 LatexCommand vref
20819 reference "abb:Zwei-Teilabbildungen"
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \begin_layout Description
20827 Formatierter
20828 \begin_inset space ~
20829 \end_inset
20830
20831 Querverweis: druckt ein selbst definiertes Querverweisformat
20832 \begin_inset Newline newline
20833 \end_inset
20834
20835
20836 \begin_inset Note Greyedout
20837 status open
20838
20839 \begin_layout Plain Layout
20840
20841 \series bold
20842 Bemerkung:
20843 \series default
20844  Dies ist nur möglich, wenn das LaTeX-Paket 
20845 \series bold
20846 prettyref
20847 \series default
20848  oder 
20849 \series bold
20850 refstyle
20851 \series default
20852
20853 \begin_inset Index idx
20854 status collapsed
20855
20856 \begin_layout Plain Layout
20857 LaTeX-Pakete ! prettyref
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \begin_inset Index idx
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867 LaTeX-Pakete ! refstyle
20868 \end_layout
20869
20870 \end_inset
20871
20872  installiert ist.
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \begin_inset Newline newline
20879 \end_inset
20880
20881 Sie können duch setzen der Option 
20882 \family sans
20883 Verwende refstyle (nicht prettyref) für Querverweise
20884 \family default
20885  im Menü 
20886 \family sans
20887 Dokument\SpecialChar \menuseparator
20888 Einstellungen\SpecialChar \menuseparator
20889 Dokumentklasse
20890 \family default
20891  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
20892  Das Format wird definiert, indem man den Befehl 
20893 \series bold
20894
20895 \backslash
20896 newrefformat
20897 \series default
20898  (prettyref) oder 
20899 \series bold
20900
20901 \backslash
20902 newref
20903 \series default
20904  (refstyle) in die Dokumentpräambel einfügt.
20905  Z.
20906 \begin_inset space \thinspace{}
20907 \end_inset
20908
20909 B.
20910  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
20911  
20912 \begin_inset Quotes eld
20913 \end_inset
20914
20915
20916 \family sans
20917 abb
20918 \family default
20919
20920 \begin_inset Quotes erd
20921 \end_inset
20922
20923 ) mit dem Befehle
20924 \begin_inset Newline newline
20925 \end_inset
20926
20927
20928 \series bold
20929
20930 \backslash
20931 newref{abb}{refcmd={Bild auf Seite 
20932 \backslash
20933 pageref{#1}}}
20934 \series default
20935
20936 \begin_inset Newline newline
20937 \end_inset
20938
20939 geändert werden.
20940  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
20941 en verwiesen, 
20942 \begin_inset CommandInset citation
20943 LatexCommand cite
20944 key "prettyref,refstyle"
20945
20946 \end_inset
20947
20948 .
20949 \end_layout
20950
20951 \begin_layout Description
20952 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
20953 \begin_inset CommandInset ref
20954 LatexCommand nameref
20955 reference "abb:Zwei-Teilabbildungen"
20956
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \begin_layout Standard
20963
20964 \family sans
20965 <Seite>
20966 \family default
20967  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20968  vorherigen, der selben oder der nächsten Seite befindet.
20969  Stattdessen wird z.
20970 \begin_inset space \thinspace{}
20971 \end_inset
20972
20973 B.
20974  der Text 
20975 \begin_inset Quotes gld
20976 \end_inset
20977
20978
20979 \family sans
20980 auf dieser Seite
20981 \family default
20982
20983 \begin_inset Quotes grd
20984 \end_inset
20985
20986  gedruckt.
20987  Der Stil 
20988 \family sans
20989 <Querverweis>
20990 \begin_inset space ~
20991 \end_inset
20992
20993 auf
20994 \begin_inset space ~
20995 \end_inset
20996
20997 Seite
20998 \begin_inset space ~
20999 \end_inset
21000
21001 <Seite>
21002 \family default
21003  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
21004  Seite ist.
21005 \end_layout
21006
21007 \begin_layout Standard
21008 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21009  automatisch von LaTeX berechnet.
21010  Die Stile können im Feld 
21011 \family sans
21012 Format
21013 \family default
21014  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21015  einen Querverweis klicken.
21016 \end_layout
21017
21018 \begin_layout Standard
21019 \begin_inset Note Greyedout
21020 status open
21021
21022 \begin_layout Plain Layout
21023
21024 \series bold
21025 Bemerkung:
21026 \series default
21027  Es wird empfohlen, das LaTeX-Paket 
21028 \series bold
21029 refstyle
21030 \series default
21031
21032 \begin_inset Index idx
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036 LaTeX-Pakete ! refstyle
21037 \end_layout
21038
21039 \end_inset
21040
21041  zu verwenden, da 
21042 \series bold
21043 prettyref
21044 \series default
21045
21046 \begin_inset Index idx
21047 status collapsed
21048
21049 \begin_layout Plain Layout
21050 LaTeX-Pakete ! prettyref
21051 \end_layout
21052
21053 \end_inset
21054
21055  nicht alle möglichen LyX Marken-Kürzel
21056 \begin_inset Foot
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060  
21061 \begin_inset Quotes gld
21062 \end_inset
21063
21064 abb:
21065 \begin_inset Quotes grd
21066 \end_inset
21067
21068  ist z.
21069 \begin_inset space \thinspace{}
21070 \end_inset
21071
21072 B.
21073  LyXs Kürzel für Marken in Bildbeschriftungen.
21074 \end_layout
21075
21076 \end_inset
21077
21078  kennt und auch nicht internationalisiert ist.
21079 \end_layout
21080
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \begin_layout Subsection
21087 Automatische Querverweisnamen
21088 \begin_inset Index idx
21089 status collapsed
21090
21091 \begin_layout Plain Layout
21092 Querverweise ! Automatische Namen 
21093 \end_layout
21094
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \begin_layout Standard
21101 Das LaTeX-Paket 
21102 \series bold
21103 hyperref
21104 \series default
21105
21106 \begin_inset Index idx
21107 status collapsed
21108
21109 \begin_layout Plain Layout
21110 LaTeX-Pakete ! hyperref
21111 \end_layout
21112
21113 \end_inset
21114
21115 , das in den
21116 \family sans
21117  PDF-Eigenschaften
21118 \family default
21119  im 
21120 \family sans
21121 Dokument-Einstellungen
21122 \family default
21123  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21124  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21125  wie 
21126 \emph on
21127 Abschnitt
21128 \emph default
21129 ).
21130  Sie müssen damit z.
21131 \begin_inset space \thinspace{}
21132 \end_inset
21133
21134 B.
21135  nicht mehr den Namen 
21136 \begin_inset Quotes gld
21137 \end_inset
21138
21139 Abbildung
21140 \begin_inset Quotes grd
21141 \end_inset
21142
21143  vor jeden Querverweis auf eine Abbildung schreiben.
21144  Um diese Funktion benutzen zu können, aktivieren Sie 
21145 \series bold
21146 hyperref
21147 \series default
21148  und fügen diese Zeile in den LaTeX-Vorspann ein:
21149 \end_layout
21150
21151 \begin_layout Standard
21152
21153 \series bold
21154
21155 \backslash
21156 AtBeginDocument{
21157 \backslash
21158 renewcommand{
21159 \backslash
21160 ref}[1]{
21161 \backslash
21162 mbox{
21163 \backslash
21164 autoref{#1}}}}
21165 \end_layout
21166
21167 \begin_layout Standard
21168 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21169 \begin_inset space \thinspace{}
21170 \end_inset
21171
21172 B.
21173  statt 
21174 \begin_inset Quotes gld
21175 \end_inset
21176
21177 Abschnitt
21178 \begin_inset Quotes grd
21179 \end_inset
21180
21181  den Namen 
21182 \begin_inset Quotes gld
21183 \end_inset
21184
21185 Kap.
21186 \begin_inset space \thinspace{}
21187 \end_inset
21188
21189
21190 \begin_inset Quotes grd
21191 \end_inset
21192
21193 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21194 \end_layout
21195
21196 \begin_layout Standard
21197
21198 \series bold
21199
21200 \backslash
21201 addto
21202 \backslash
21203 extrasngerman{
21204 \backslash
21205 renewcommand{
21206 \backslash
21207 sectionautorefname}
21208 \begin_inset Newline newline
21209 \end_inset
21210
21211
21212 \begin_inset Phantom HPhantom
21213 status open
21214
21215 \begin_layout Plain Layout
21216
21217 \series bold
21218 \begin_inset space ~
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225
21226 {Kap.
21227 \backslash
21228 negthinspace}}
21229 \end_layout
21230
21231 \begin_layout Standard
21232 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21233 \begin_inset Newline newline
21234 \end_inset
21235
21236
21237 \series bold
21238
21239 \backslash
21240 extrasngerman
21241 \series default
21242  durch 
21243 \series bold
21244
21245 \backslash
21246 extras***
21247 \series default
21248 , wobei *** der Name der verwendeten Sprache ist.
21249 \end_layout
21250
21251 \begin_layout Standard
21252 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21253  z.
21254 \begin_inset space \thinspace{}
21255 \end_inset
21256
21257 B.
21258  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21259 \end_layout
21260
21261 \begin_layout Standard
21262
21263 \series bold
21264
21265 \backslash
21266 newlength{
21267 \backslash
21268 abc}
21269 \begin_inset Newline newline
21270 \end_inset
21271
21272
21273 \backslash
21274 settowidth{
21275 \backslash
21276 abc}{
21277 \backslash
21278 space}
21279 \begin_inset Newline newline
21280 \end_inset
21281
21282
21283 \backslash
21284 addto
21285 \backslash
21286 extrasenglish{
21287 \backslash
21288 renewcommand{
21289 \backslash
21290 equationautorefname}
21291 \begin_inset Newline newline
21292 \end_inset
21293
21294
21295 \begin_inset Phantom HPhantom
21296 status open
21297
21298 \begin_layout Plain Layout
21299
21300 \series bold
21301 \begin_inset space ~
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \end_inset
21308
21309 {
21310 \backslash
21311 hspace{-
21312 \backslash
21313 abc}}
21314 \end_layout
21315
21316 \begin_layout Standard
21317 Mehr über dieses Thema finden Sie in der 
21318 \series bold
21319 hyperref
21320 \series default
21321 -Dokumentation 
21322 \begin_inset CommandInset citation
21323 LatexCommand cite
21324 key "hyperref"
21325
21326 \end_inset
21327
21328 .
21329 \end_layout
21330
21331 \begin_layout Standard
21332 \begin_inset Note Greyedout
21333 status open
21334
21335 \begin_layout Plain Layout
21336
21337 \series bold
21338 Bemerkung:
21339 \series default
21340  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21341  als Querverweisstil 
21342 \family sans
21343 Formatierter
21344 \begin_inset space ~
21345 \end_inset
21346
21347 Querverweis
21348 \family default
21349  benutzen, wie in Abschnitt
21350 \begin_inset space ~
21351 \end_inset
21352
21353
21354 \begin_inset CommandInset ref
21355 LatexCommand ref
21356 reference "uab:Querverweis-Formate"
21357
21358 \end_inset
21359
21360  beschrieben.
21361 \end_layout
21362
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \begin_layout Standard
21369 Das 
21370 \emph on
21371 Mathe
21372 \emph default
21373  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21374 \end_layout
21375
21376 \begin_layout Subsection
21377 Querverweis-Position
21378 \begin_inset CommandInset label
21379 LatexCommand label
21380 name "uab:Querverweis-Position"
21381
21382 \end_inset
21383
21384
21385 \begin_inset Index idx
21386 status collapsed
21387
21388 \begin_layout Plain Layout
21389 Querverweise !  Position
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \begin_layout Standard
21398 Wenn Sie 
21399 \series bold
21400 hyperref
21401 \series default
21402
21403 \begin_inset Index idx
21404 status collapsed
21405
21406 \begin_layout Plain Layout
21407 LaTeX-Pakete ! hyperref
21408 \end_layout
21409
21410 \end_inset
21411
21412  in den
21413 \family sans
21414  PDF-Eigenschaften
21415 \family default
21416  im 
21417 \family sans
21418 Dokument-Einstellungen
21419 \family default
21420  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21421  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21422  und Sie werden das Bild ohne Scrollen nicht sehen.
21423  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21424  ist.
21425  Wenn Sie das  LaTeX-Paket 
21426 \series bold
21427 hypcap
21428 \series default
21429
21430 \begin_inset Index idx
21431 status collapsed
21432
21433 \begin_layout Plain Layout
21434 LaTeX-Pakete ! hypcap
21435 \end_layout
21436
21437 \end_inset
21438
21439 , das Teil des LaTeX-Pakets 
21440 \series bold
21441 oberdiek
21442 \series default
21443
21444 \begin_inset Index idx
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448 LaTeX-Pakete ! oberdiek
21449 \end_layout
21450
21451 \end_inset
21452
21453  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21454  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21455 \series bold
21456 hypcap
21457 \series default
21458  zunächst in den LaTeX-Vorspann laden:
21459 \end_layout
21460
21461 \begin_layout Standard
21462
21463 \series bold
21464
21465 \backslash
21466 usepackage[figure]{hypcap}
21467 \end_layout
21468
21469 \begin_layout Standard
21470 Sie können 
21471 \series bold
21472 hypcap
21473 \series default
21474  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21475  nicht empfohlen.
21476  Weitere Informationen finden Sie im
21477 \series bold
21478  hypcap
21479 \series default
21480 -Handbuch 
21481 \begin_inset CommandInset citation
21482 LatexCommand cite
21483 key "hypcap"
21484
21485 \end_inset
21486
21487 .
21488 \end_layout
21489
21490 \begin_layout Standard
21491 \begin_inset Note Greyedout
21492 status open
21493
21494 \begin_layout Plain Layout
21495
21496 \series bold
21497 Bemerkung:
21498 \series default
21499  
21500 \series bold
21501 hypcap
21502 \series medium
21503  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \begin_layout Section
21512 Gleitobjekt-Platzierung
21513 \begin_inset CommandInset label
21514 LatexCommand label
21515 name "abs:Gleitobjekt-Platzierung"
21516
21517 \end_inset
21518
21519
21520 \begin_inset Index idx
21521 status collapsed
21522
21523 \begin_layout Plain Layout
21524 Gleitobjekte ! Platzierung
21525 \end_layout
21526
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \begin_layout Standard
21533 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21534 \family sans
21535 Gleitobjekt-Einstellungen
21536 \family default
21537 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21538  können.
21539 \begin_inset Newline newline
21540 \end_inset
21541
21542 Die Option 
21543 \family sans
21544 Spalten
21545 \begin_inset space ~
21546 \end_inset
21547
21548 überspannen
21549 \family default
21550  ist nur bei zweispaltigen Dokumenten sinnvoll.
21551  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21552 \begin_inset Newline newline
21553 \end_inset
21554
21555 Die Option 
21556 \family sans
21557 Seitwärts
21558 \begin_inset space ~
21559 \end_inset
21560
21561 drehen
21562 \family default
21563  ist in Abschnitt 
21564 \begin_inset CommandInset ref
21565 LatexCommand ref
21566 reference "abs:Gedrehte-Gleitobjekte"
21567
21568 \end_inset
21569
21570  beschrieben.
21571 \end_layout
21572
21573 \begin_layout Standard
21574 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21575  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21576  Sie die Option 
21577 \family sans
21578 Standard-Platzierung
21579 \begin_inset space ~
21580 \end_inset
21581
21582 verwenden
21583 \family default
21584  nicht verwenden:
21585 \end_layout
21586
21587 \begin_layout Description
21588 Hier
21589 \begin_inset space ~
21590 \end_inset
21591
21592 wenn
21593 \begin_inset space ~
21594 \end_inset
21595
21596 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21597 \end_layout
21598
21599 \begin_layout Description
21600 Anfang
21601 \begin_inset space ~
21602 \end_inset
21603
21604 der
21605 \begin_inset space ~
21606 \end_inset
21607
21608 Seite
21609 \family sans
21610  
21611 \family default
21612 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21613  Gleitobjekte, die maximal 70
21614 \begin_inset space \thinspace{}
21615 \end_inset
21616
21617 % einer Seite benötigen, dürfen oben platziert werden.
21618  Dies kann durch die Variable 
21619 \series bold
21620
21621 \backslash
21622 topfraction
21623 \series default
21624  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21625 \end_layout
21626
21627 \begin_deeper
21628 \begin_layout Standard
21629
21630 \series bold
21631
21632 \backslash
21633 renewcommand{
21634 \backslash
21635 topfraction}{0.9}
21636 \family typewriter
21637 \series default
21638  
21639 \end_layout
21640
21641 \end_deeper
21642 \begin_layout Description
21643 Ende
21644 \begin_inset space ~
21645 \end_inset
21646
21647 der
21648 \begin_inset space ~
21649 \end_inset
21650
21651 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21652  Gleitobjekte, die maximal 30
21653 \begin_inset space \thinspace{}
21654 \end_inset
21655
21656 % einer Seite benötigen, dürfen unten platziert werden.
21657  Dies kann durch die Variable 
21658 \series bold
21659
21660 \backslash
21661 bottomfraction
21662 \series default
21663  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21664 \end_layout
21665
21666 \begin_deeper
21667 \begin_layout Standard
21668
21669 \series bold
21670
21671 \backslash
21672 renewcommand{
21673 \backslash
21674 bottomfraction}{0.5}
21675 \end_layout
21676
21677 \begin_layout Standard
21678 die oftmals zu kleine untere Grenze auf 50
21679 \begin_inset space \thinspace{}
21680 \end_inset
21681
21682 %.
21683 \end_layout
21684
21685 \end_deeper
21686 \begin_layout Description
21687 Seite
21688 \begin_inset space ~
21689 \end_inset
21690
21691 mit
21692 \begin_inset space ~
21693 \end_inset
21694
21695 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21696  Nur wenn mehr als 50
21697 \begin_inset space \thinspace{}
21698 \end_inset
21699
21700 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21701  Gleitobjekte bereitgestellt.
21702  Dies kann durch die Variable 
21703 \series bold
21704
21705 \backslash
21706 floatpagefraction 
21707 \series default
21708 im LaTeX-Vorspann überschrieben werden.
21709 \end_layout
21710
21711 \begin_layout Standard
21712 Die Reihenfolge der obigen Optionen wird 
21713 \emph on
21714 immer
21715 \emph default
21716  von LaTeX verwendet.
21717  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21718  versuchen 
21719 \family sans
21720 Hier
21721 \begin_inset space \space{}
21722 \end_inset
21723
21724 wenn
21725 \begin_inset space \space{}
21726 \end_inset
21727
21728 möglich
21729 \family default
21730 , dann 
21731 \family sans
21732 Anfang
21733 \begin_inset space ~
21734 \end_inset
21735
21736 der
21737 \begin_inset space ~
21738 \end_inset
21739
21740 Seite
21741 \family default
21742  und dann die anderen Optionen anzuwenden.
21743  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21744  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21745  Reihenfolge.
21746  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21747 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21748 \end_layout
21749
21750 \begin_layout Standard
21751 Die Option 
21752 \family sans
21753 Hier,
21754 \begin_inset space ~
21755 \end_inset
21756
21757 auf
21758 \begin_inset space ~
21759 \end_inset
21760
21761 jeden
21762 \begin_inset space ~
21763 \end_inset
21764
21765 Fall
21766 \family default
21767  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21768  fast druckreif ist.
21769  Denn mit der Option kann das Objekt nicht mehr 
21770 \emph on
21771 gleiten
21772 \emph default
21773 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21774  oftmals zerstört.
21775 \end_layout
21776
21777 \begin_layout Standard
21778 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21779  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21780 \begin_inset VSpace bigskip
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \begin_layout Standard
21787 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21788 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21789  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21790  Das kann mit dem LaTeX-Befehl
21791 \series bold
21792  
21793 \backslash
21794 suppressfloats
21795 \series default
21796  verhindert werden.
21797  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21798  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21799  gesetzt wird.
21800  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21801 \end_layout
21802
21803 \begin_layout Standard
21804
21805 \series bold
21806
21807 \backslash
21808 let
21809 \backslash
21810 meinAbschnitt
21811 \backslash
21812 section
21813 \begin_inset Newline newline
21814 \end_inset
21815
21816
21817 \backslash
21818 renewcommand{
21819 \backslash
21820 section}{
21821 \backslash
21822 suppressfloats[t]
21823 \backslash
21824 meinAbschnitt}
21825 \end_layout
21826
21827 \begin_layout Standard
21828 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21829  Unterabschnitten festlegen.
21830  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21831  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21832 \end_layout
21833
21834 \begin_layout Standard
21835 Es gibt auch noch das LaTeX-Paket 
21836 \series bold
21837 flafter
21838 \series default
21839
21840 \begin_inset Index idx
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844 LaTeX-Pakete ! flafter
21845 \end_layout
21846
21847 \end_inset
21848
21849  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21850  gedruckt wird.
21851 \end_layout
21852
21853 \begin_layout Standard
21854 \begin_inset VSpace bigskip
21855 \end_inset
21856
21857 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21858  Dafür gibt es das LaTeX-Paket 
21859 \series bold
21860 endfloat
21861 \series default
21862
21863 \begin_inset Index idx
21864 status collapsed
21865
21866 \begin_layout Plain Layout
21867 LaTeX-Pakete ! endfloat
21868 \end_layout
21869
21870 \end_inset
21871
21872 .
21873  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21874  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21875  
21876 \family sans
21877
21878 \begin_inset Quotes gld
21879 \end_inset
21880
21881 [Abbildung
21882 \begin_inset space ~
21883 \end_inset
21884
21885 3.2 ist ungefähr hier.]
21886 \family default
21887
21888 \begin_inset Quotes grd
21889 \end_inset
21890
21891  finden.
21892  Das 
21893 \series bold
21894 endfloat
21895 \series default
21896 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21897 \end_layout
21898
21899 \begin_layout Standard
21900
21901 \series bold
21902
21903 \backslash
21904 usepackage[Optionen]{endfloat}
21905 \end_layout
21906
21907 \begin_layout Standard
21908 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21909  Tabellen-Abschnitte, die Sie in der 
21910 \series bold
21911 endfloat
21912 \series default
21913 -Dokumentation 
21914 \begin_inset CommandInset citation
21915 LatexCommand cite
21916 key "endfloat"
21917
21918 \end_inset
21919
21920  nachlesen können.
21921 \begin_inset Newline newline
21922 \end_inset
21923
21924
21925 \begin_inset Note Greyedout
21926 status open
21927
21928 \begin_layout Plain Layout
21929
21930 \series bold
21931 Bemerkung
21932 \begin_inset space ~
21933 \end_inset
21934
21935 1: endfloat
21936 \series default
21937  übersetzt den Hinweistext nicht automatisch.
21938  Abschnitt
21939 \begin_inset space ~
21940 \end_inset
21941
21942 4 in 
21943 \begin_inset CommandInset citation
21944 LatexCommand cite
21945 key "endfloat"
21946
21947 \end_inset
21948
21949  beschreibt, wie es geht.
21950 \end_layout
21951
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \begin_layout Standard
21958 \begin_inset Note Greyedout
21959 status open
21960
21961 \begin_layout Plain Layout
21962
21963 \series bold
21964 Bemerkung
21965 \begin_inset space ~
21966 \end_inset
21967
21968 2: 
21969 \series default
21970 Die aktuelle Version von 
21971 \series bold
21972 endfloat
21973 \series default
21974  hat einen Fehler, wenn die Überschrift ein 
21975 \begin_inset Quotes gld
21976 \end_inset
21977
21978 ß
21979 \begin_inset Quotes grd
21980 \end_inset
21981
21982  enthält.
21983  Sie müssen stattdessen den Befehl 
21984 \series bold
21985
21986 \backslash
21987 ss
21988 \series default
21989  als TeX-Code benutzen.
21990 \end_layout
21991
21992 \end_inset
21993
21994
21995 \end_layout
21996
21997 \begin_layout Standard
21998 \begin_inset VSpace bigskip
21999 \end_inset
22000
22001 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22002  wie 
22003 \begin_inset CommandInset citation
22004 LatexCommand cite
22005 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22006
22007 \end_inset
22008
22009 .
22010 \end_layout
22011
22012 \begin_layout Section
22013 Gedrehte Gleitobjekte
22014 \begin_inset CommandInset label
22015 LatexCommand label
22016 name "abs:Gedrehte-Gleitobjekte"
22017
22018 \end_inset
22019
22020
22021 \begin_inset Index idx
22022 status collapsed
22023
22024 \begin_layout Plain Layout
22025 Gleitobjekte ! drehen
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Standard
22034 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22035 t drehen.
22036  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22037  und die Option 
22038 \family sans
22039 Seitwärts
22040 \begin_inset space ~
22041 \end_inset
22042
22043 drehen
22044 \family default
22045  wählen.
22046 \end_layout
22047
22048 \begin_layout Standard
22049 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22050  sie ein mehrspaltiges Dokument haben) gedruckt.
22051  Sie können mehrere Spalten überspannen, wenn die Option 
22052 \family sans
22053 Spalten
22054 \begin_inset space ~
22055 \end_inset
22056
22057 überspannen
22058 \family default
22059  in den Gleitobjekt Einstellungen gewählt ist.
22060  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22061  werden können.
22062  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22063  Option 
22064 \series bold
22065 figuresleft
22066 \series default
22067  oder 
22068 \series bold
22069 figuresright
22070 \series default
22071  zu den Dokumentklassen-Optionen hinzu.
22072 \end_layout
22073
22074 \begin_layout Standard
22075 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22076  Tabelle
22077 \begin_inset space ~
22078 \end_inset
22079
22080
22081 \begin_inset CommandInset ref
22082 LatexCommand ref
22083 reference "tab:Gedrehte-Tabelle"
22084
22085 \end_inset
22086
22087  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22088 \end_layout
22089
22090 \begin_layout Standard
22091 \begin_inset Note Greyedout
22092 status open
22093
22094 \begin_layout Plain Layout
22095
22096 \series bold
22097 Bemerkung:
22098 \series default
22099  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22100 \end_layout
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Standard
22108 \begin_inset Float table
22109 wide false
22110 sideways true
22111 status open
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Caption
22115
22116 \begin_layout Plain Layout
22117 \begin_inset CommandInset label
22118 LatexCommand label
22119 name "tab:Gedrehte-Tabelle"
22120
22121 \end_inset
22122
22123 Gedrehte Tabelle
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132 \align center
22133 \begin_inset Tabular
22134 <lyxtabular version="3" rows="1" columns="5">
22135 <features tabularvalignment="middle">
22136 <column alignment="center" valignment="top" width="0">
22137 <column alignment="center" valignment="top" width="0">
22138 <column alignment="center" valignment="top" width="0">
22139 <column alignment="center" valignment="top" width="0">
22140 <column alignment="center" valignment="top" width="0">
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 Test
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 b
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 c
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 d
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 e
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 </lyxtabular>
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \begin_layout Section
22201 Untergleitobjekte
22202 \begin_inset Index idx
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206 Gleitobjekte ! Untergleitobjekte
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Untergleitobjekte werden z.
22216 \begin_inset space \thinspace{}
22217 \end_inset
22218
22219 B.
22220  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22221  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22222  eingefügt wird.
22223  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22224  in Tabelle
22225 \begin_inset space ~
22226 \end_inset
22227
22228
22229 \begin_inset CommandInset ref
22230 LatexCommand ref
22231 reference "tab:Untertabellen-nebeneinander"
22232
22233 \end_inset
22234
22235  und 
22236 \begin_inset CommandInset ref
22237 LatexCommand ref
22238 reference "tab:Untertabellen-übereinander"
22239
22240 \end_inset
22241
22242 .
22243 \end_layout
22244
22245 \begin_layout Standard
22246 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22247 \begin_inset space ~
22248 \end_inset
22249
22250
22251 \begin_inset CommandInset ref
22252 LatexCommand ref
22253 reference "tab:Untertabelle-a"
22254
22255 \end_inset
22256
22257  und 
22258 \begin_inset CommandInset ref
22259 LatexCommand ref
22260 reference "tab:Untertabelle-b"
22261
22262 \end_inset
22263
22264  sind Untertabellen von Tabelle
22265 \begin_inset space ~
22266 \end_inset
22267
22268
22269 \begin_inset CommandInset ref
22270 LatexCommand ref
22271 reference "tab:Untertabellen-nebeneinander"
22272
22273 \end_inset
22274
22275 .
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset Float table
22280 wide false
22281 sideways false
22282 status open
22283
22284 \begin_layout Plain Layout
22285 \begin_inset Caption
22286
22287 \begin_layout Plain Layout
22288 \begin_inset CommandInset label
22289 LatexCommand label
22290 name "tab:Untertabellen-nebeneinander"
22291
22292 \end_inset
22293
22294 Zwei Untertabellen nebeneinander.
22295 \end_layout
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \begin_layout Plain Layout
22303 \align center
22304 \begin_inset space \hfill{}
22305 \end_inset
22306
22307
22308 \begin_inset Float table
22309 wide false
22310 sideways false
22311 status collapsed
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Caption
22315
22316 \begin_layout Plain Layout
22317 \begin_inset CommandInset label
22318 LatexCommand label
22319 name "tab:Untertabelle-a"
22320
22321 \end_inset
22322
22323 Dies ist Untertabelle a.
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \end_layout
22330
22331 \begin_layout Plain Layout
22332 \align center
22333 \begin_inset Tabular
22334 <lyxtabular version="3" rows="1" columns="5">
22335 <features tabularvalignment="middle">
22336 <column alignment="center" valignment="top" width="0">
22337 <column alignment="center" valignment="top" width="0">
22338 <column alignment="center" valignment="top" width="0">
22339 <column alignment="center" valignment="top" width="0">
22340 <column alignment="center" valignment="top" width="0">
22341 <row>
22342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 Test
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 b
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 c
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 d
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 e
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 </lyxtabular>
22389
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396
22397
22398 \begin_inset space \hfill{}
22399 \end_inset
22400
22401
22402 \begin_inset Float table
22403 wide false
22404 sideways false
22405 status collapsed
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Caption
22409
22410 \begin_layout Plain Layout
22411 \begin_inset CommandInset label
22412 LatexCommand label
22413 name "tab:Untertabelle-b"
22414
22415 \end_inset
22416
22417 Dies ist Untertabelle b.
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \begin_layout Plain Layout
22426 \align center
22427 \begin_inset Tabular
22428 <lyxtabular version="3" rows="1" columns="5">
22429 <features tabularvalignment="middle">
22430 <column alignment="center" valignment="top" width="0">
22431 <column alignment="center" valignment="top" width="0">
22432 <column alignment="center" valignment="top" width="0">
22433 <column alignment="center" valignment="top" width="0">
22434 <column alignment="center" valignment="top" width="0">
22435 <row>
22436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 e
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 d
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 c
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 b
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 Test
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 </row>
22482 </lyxtabular>
22483
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \begin_inset space \hfill{}
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset Float table
22505 wide false
22506 sideways false
22507 status open
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Caption
22511
22512 \begin_layout Plain Layout
22513 \begin_inset CommandInset label
22514 LatexCommand label
22515 name "tab:Untertabellen-übereinander"
22516
22517 \end_inset
22518
22519 Zwei Untertabellen übereinander.
22520  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Plain Layout
22529 \align center
22530 \begin_inset Float table
22531 wide false
22532 sideways false
22533 status collapsed
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Caption
22537
22538 \begin_layout Plain Layout
22539
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="4">
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 <row>
22557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 Test
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 Test
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 Test
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 Test
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 </lyxtabular>
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Plain Layout
22607 \align center
22608 \begin_inset Float table
22609 wide false
22610 sideways false
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Caption
22615
22616 \begin_layout Plain Layout
22617
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \begin_layout Plain Layout
22626 \align center
22627 \begin_inset Tabular
22628 <lyxtabular version="3" rows="1" columns="5">
22629 <features tabularvalignment="middle">
22630 <column alignment="center" valignment="top" width="0">
22631 <column alignment="center" valignment="top" width="0">
22632 <column alignment="center" valignment="top" width="0">
22633 <column alignment="center" valignment="top" width="0">
22634 <column alignment="center" valignment="top" width="0">
22635 <row>
22636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 a
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 b
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 c
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 d
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 e
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 </lyxtabular>
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690
22691
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Section
22700 Gleitobjekte nebeneinander
22701 \begin_inset Index idx
22702 status collapsed
22703
22704 \begin_layout Plain Layout
22705 Gleitobjekte ! nebeneinander
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22715 \begin_inset space ~
22716 \end_inset
22717
22718
22719 \begin_inset CommandInset ref
22720 LatexCommand ref
22721 reference "abb:Gleitobjekt-links"
22722
22723 \end_inset
22724
22725  und 
22726 \begin_inset CommandInset ref
22727 LatexCommand ref
22728 reference "abb:Gleitobjekt-rechts"
22729
22730 \end_inset
22731
22732  wird nur 
22733 \emph on
22734 ein
22735 \emph default
22736  Gleitobjekt verwendet.
22737  In dieses werden zwei Minipage Boxen eingefügt.
22738 \begin_inset Foot
22739 status collapsed
22740
22741 \begin_layout Plain Layout
22742 Minipages sind in Abschnitt
22743 \begin_inset space ~
22744 \end_inset
22745
22746
22747 \begin_inset CommandInset ref
22748 LatexCommand ref
22749 reference "abs:Minipage"
22750
22751 \end_inset
22752
22753  erklärt.
22754 \end_layout
22755
22756 \end_inset
22757
22758  Die Breite wird für jede Minipage auf 45
22759 \begin_inset space \thinspace{}
22760 \end_inset
22761
22762 -50
22763 \begin_inset space \thinspace{}
22764 \end_inset
22765
22766 Spalten% und die Box Ausrichtung auf 
22767 \family sans
22768 Unten
22769 \family default
22770  gesetzt.
22771  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22772  Gleitobjekt.
22773  Der einzige Unterschied ist, dass die Bildeinheit 
22774 \family sans
22775 Spaltenbreite
22776 \begin_inset space ~
22777 \end_inset
22778
22779 %
22780 \family default
22781  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22782 \end_layout
22783
22784 \begin_layout Standard
22785 \begin_inset Float figure
22786 wide false
22787 sideways false
22788 status open
22789
22790 \begin_layout Plain Layout
22791 \begin_inset Box Frameless
22792 position "b"
22793 hor_pos "c"
22794 has_inner_box 1
22795 inner_pos "t"
22796 use_parbox 0
22797 use_makebox 0
22798 width "45col%"
22799 special "none"
22800 height "1in"
22801 height_special "totalheight"
22802 status open
22803
22804 \begin_layout Plain Layout
22805 \align center
22806 \begin_inset Graphics
22807         filename ../clipart/mobius.eps
22808         lyxscale 50
22809         width 100col%
22810         scaleBeforeRotation
22811
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Caption
22819
22820 \begin_layout Plain Layout
22821 \begin_inset CommandInset label
22822 LatexCommand label
22823 name "abb:Gleitobjekt-links"
22824
22825 \end_inset
22826
22827 Gleitobjekt auf der linken Seite.
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836
22837
22838 \begin_inset space \hfill{}
22839 \end_inset
22840
22841
22842 \begin_inset Box Frameless
22843 position "b"
22844 hor_pos "c"
22845 has_inner_box 1
22846 inner_pos "t"
22847 use_parbox 0
22848 use_makebox 0
22849 width "45col%"
22850 special "none"
22851 height "1in"
22852 height_special "totalheight"
22853 status open
22854
22855 \begin_layout Plain Layout
22856 \align center
22857 \begin_inset Graphics
22858         filename ../clipart/platypus.eps
22859         lyxscale 50
22860         width 100col%
22861         scaleBeforeRotation
22862
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Caption
22870
22871 \begin_layout Plain Layout
22872 \begin_inset CommandInset label
22873 LatexCommand label
22874 name "abb:Gleitobjekt-rechts"
22875
22876 \end_inset
22877
22878 Gleitobjekt auf der rechten Seite.
22879 \end_layout
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Section
22897 Beschriftungs-Formatierung
22898 \begin_inset CommandInset label
22899 LatexCommand label
22900 name "abs:Titel-Formatierung"
22901
22902 \end_inset
22903
22904
22905 \begin_inset Index idx
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909 Gleitobjekte ! Beschriftung ! Formatierung
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Standard
22918
22919 \family sans
22920 Legende
22921 \family default
22922  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22923  In LyX sehen Titel so aus:  
22924 \family sans
22925
22926 \begin_inset Quotes gld
22927 \end_inset
22928
22929 Abbildung xyz:
22930 \family default
22931
22932 \begin_inset Quotes grd
22933 \end_inset
22934
22935 , gefolgt vom Beschriftungstext, wobei 
22936 \family sans
22937 xyz
22938 \family default
22939  die von LyX vergebene Nummer ist.
22940  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22941  gedruckt.
22942  Dies ist nicht immer brauchbar.
22943 \end_layout
22944
22945 \begin_layout Standard
22946 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22947  
22948 \series bold
22949 caption
22950 \series default
22951
22952 \begin_inset Index idx
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956 LaTeX-Pakete ! caption
22957 \end_layout
22958
22959 \end_inset
22960
22961  in den LaTeX-Vorspann laden:
22962 \end_layout
22963
22964 \begin_layout Standard
22965
22966 \series bold
22967
22968 \backslash
22969 usepackage[Format-Definition]{caption}
22970 \end_layout
22971
22972 \begin_layout Standard
22973 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22974  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22975 \end_layout
22976
22977 \begin_layout Standard
22978
22979 \series bold
22980
22981 \backslash
22982 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22983 \end_layout
22984
22985 \begin_layout Standard
22986 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22987  definieren.
22988  Dazu laden Sie das 
22989 \series bold
22990 caption
22991 \series default
22992 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22993  dem Befehl
22994 \end_layout
22995
22996 \begin_layout Standard
22997
22998 \series bold
22999
23000 \backslash
23001 captionsetup[Gleitobjekt-Typ]{Format-Definition}
23002 \end_layout
23003
23004 \begin_layout Standard
23005 Für Abbildung
23006 \begin_inset space ~
23007 \end_inset
23008
23009
23010 \begin_inset CommandInset ref
23011 LatexCommand ref
23012 reference "abb:Langer-Abb-Titel"
23013
23014 \end_inset
23015
23016  und Tabelle
23017 \begin_inset space ~
23018 \end_inset
23019
23020
23021 \begin_inset CommandInset ref
23022 LatexCommand ref
23023 reference "tab:Langer-Tab-Titel"
23024
23025 \end_inset
23026
23027  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
23028  werden:
23029 \end_layout
23030
23031 \begin_layout Standard
23032
23033 \series bold
23034
23035 \backslash
23036 usepackage[tableposition=top]{caption}
23037 \begin_inset Newline newline
23038 \end_inset
23039
23040
23041 \backslash
23042 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23043 \begin_inset Newline newline
23044 \end_inset
23045
23046
23047 \begin_inset Phantom HPhantom
23048 status open
23049
23050 \begin_layout Plain Layout
23051
23052 \series bold
23053
23054 \backslash
23055 captionsetup[figure]{
23056 \end_layout
23057
23058 \end_inset
23059
23060 labelsep=period}
23061 \begin_inset Newline newline
23062 \end_inset
23063
23064
23065 \backslash
23066 captionsetup[table]{labelfont={bf,sf}}
23067 \end_layout
23068
23069 \begin_layout Standard
23070 \begin_inset Note Greyedout
23071 status open
23072
23073 \begin_layout Plain Layout
23074
23075 \series bold
23076 Bemerkung:
23077 \series default
23078  Die Option 
23079 \series bold
23080 tableposition=top
23081 \series default
23082  hat keine Auswirkung, wenn eine 
23083 \series bold
23084 KOMA-Script
23085 \series default
23086
23087 \begin_inset Index idx
23088 status collapsed
23089
23090 \begin_layout Plain Layout
23091 LaTeX-Pakete ! KOMA-Script
23092 \end_layout
23093
23094 \end_inset
23095
23096 -Dokumentklasse verwendet wird.
23097  Hier muss die Option 
23098 \series bold
23099 captions=tableheading
23100 \series default
23101  benutzt werden.
23102 \end_layout
23103
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \begin_layout Standard
23110 Weitere Informationen über das Paket
23111 \series bold
23112  caption
23113 \series default
23114  finden Sie in seiner Dokumentation 
23115 \begin_inset CommandInset citation
23116 LatexCommand cite
23117 key "caption"
23118
23119 \end_inset
23120
23121 .
23122 \end_layout
23123
23124 \begin_layout Standard
23125 Wenn Sie den Namen von 
23126 \begin_inset Quotes gld
23127 \end_inset
23128
23129 Abbildung
23130 \begin_inset Quotes grd
23131 \end_inset
23132
23133  auf 
23134 \begin_inset Quotes gld
23135 \end_inset
23136
23137 Bild
23138 \begin_inset Quotes grd
23139 \end_inset
23140
23141  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23142 \end_layout
23143
23144 \begin_layout Standard
23145
23146 \series bold
23147
23148 \backslash
23149 renewcommand{
23150 \backslash
23151 fnum@figure}{Bild~
23152 \backslash
23153 thefigure}
23154 \end_layout
23155
23156 \begin_layout Standard
23157 wobei 
23158 \series bold
23159
23160 \backslash
23161 thefigure
23162 \series default
23163  die Bildnummer einsetzt und
23164 \series bold
23165  ~
23166 \series default
23167  ein geschütztes Leerzeichen ist.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 \begin_inset VSpace bigskip
23172 \end_inset
23173
23174 Wenn Sie eine 
23175 \series bold
23176 KOMA-Script
23177 \series default
23178
23179 \begin_inset Index idx
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183 LaTeX-Pakete ! KOMA-Script
23184 \end_layout
23185
23186 \end_inset
23187
23188 -Dokumentklasse (
23189 \family sans
23190 article (KOMA-Script)
23191 \family default
23192
23193 \family sans
23194 book (KOMA-Script)
23195 \family default
23196
23197 \family sans
23198 letter (KOMA-Script)
23199 \family default
23200  oder 
23201 \family sans
23202 report (KOMA-Script)
23203 \family default
23204 ) benutzen, können Sie anstatt des 
23205 \series bold
23206 caption
23207 \series default
23208 -Paketes den eingebauten Befehl 
23209 \series bold
23210
23211 \backslash
23212 setkomafont
23213 \series default
23214  von 
23215 \series bold
23216 KOMA-Script
23217 \series default
23218  benutzen.
23219  Der Befehl
23220 \end_layout
23221
23222 \begin_layout Standard
23223
23224 \series bold
23225
23226 \backslash
23227 setkomafont{captionlabel}{
23228 \backslash
23229 bfseries}
23230 \end_layout
23231
23232 \begin_layout Standard
23233 im LaTeX-Vorspann druckt den Namen fett.
23234 \end_layout
23235
23236 \begin_layout Standard
23237 Weitere Informationen über 
23238 \series bold
23239
23240 \backslash
23241 setkomafont
23242 \series default
23243  finden Sie in der 
23244 \series bold
23245 KOMA-Script
23246 \series default
23247 -Do\SpecialChar \-
23248 ku\SpecialChar \-
23249 men\SpecialChar \-
23250 ta\SpecialChar \-
23251 tion 
23252 \begin_inset CommandInset citation
23253 LatexCommand cite
23254 key "KOMA-Script"
23255
23256 \end_inset
23257
23258 .
23259 \end_layout
23260
23261 \begin_layout Standard
23262 \begin_inset ERT
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266
23267
23268 \backslash
23269 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23270 }
23271 \end_layout
23272
23273 \end_inset
23274
23275
23276 \begin_inset Note Note
23277 status open
23278
23279 \begin_layout Plain Layout
23280 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289 \begin_inset Float figure
23290 placement !p
23291 wide false
23292 sideways false
23293 status open
23294
23295 \begin_layout Plain Layout
23296 \align center
23297 \begin_inset Graphics
23298         filename ../clipart/mobius.eps
23299         lyxscale 50
23300         scale 50
23301         scaleBeforeRotation
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Caption
23310
23311 \begin_layout Plain Layout
23312 \begin_inset CommandInset label
23313 LatexCommand label
23314 name "abb:Langer-Abb-Titel"
23315
23316 \end_inset
23317
23318 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23319  ist, um das andere Beschriftungsformat zu zeigen.
23320  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23321 \begin_inset Argument
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23326  ist.
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \begin_layout Standard
23345 \begin_inset ERT
23346 status collapsed
23347
23348 \begin_layout Plain Layout
23349
23350
23351 \backslash
23352 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23353 on}
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset Float table
23363 placement !p
23364 wide false
23365 sideways false
23366 status open
23367
23368 \begin_layout Plain Layout
23369 \begin_inset Caption
23370
23371 \begin_layout Plain Layout
23372 \begin_inset CommandInset label
23373 LatexCommand label
23374 name "tab:Langer-Tab-Titel"
23375
23376 \end_inset
23377
23378 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23379  ist, um das andere Beschriftungsformat zu zeigen.
23380  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23381  benutzt.
23382 \begin_inset Argument
23383 status collapsed
23384
23385 \begin_layout Plain Layout
23386 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23387  ist.
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \begin_layout Plain Layout
23401 \align center
23402 \begin_inset Tabular
23403 <lyxtabular version="3" rows="1" columns="5">
23404 <features tabularvalignment="middle">
23405 <column alignment="center" valignment="top" width="0">
23406 <column alignment="center" valignment="top" width="0">
23407 <column alignment="center" valignment="top" width="0">
23408 <column alignment="center" valignment="top" width="0">
23409 <column alignment="center" valignment="top" width="0">
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 a
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 b
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433 c
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 d
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 e
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 </row>
23457 </lyxtabular>
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Section
23470 Beschriftungs-Platzierung
23471 \begin_inset CommandInset label
23472 LatexCommand label
23473 name "abs:Titel-Platzierung"
23474
23475 \end_inset
23476
23477
23478 \begin_inset Index idx
23479 status collapsed
23480
23481 \begin_layout Plain Layout
23482 Gleitobjekte ! Beschriftung ! Platzierung
23483 \end_layout
23484
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \begin_layout Standard
23491 Normalerweise werden die Beschriftungen wie folgt platziert:
23492 \end_layout
23493
23494 \begin_layout Description
23495 Abbildung: darunter
23496 \end_layout
23497
23498 \begin_layout Description
23499 Tabelle: darüber
23500 \end_layout
23501
23502 \begin_layout Standard
23503 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23504  Das heißt wenn Sie eine der Dokument-Klassen 
23505 \family sans
23506 article
23507 \family default
23508
23509 \family sans
23510 book
23511 \family default
23512
23513 \family sans
23514 letter
23515 \family default
23516  oder 
23517 \family sans
23518 report
23519 \family default
23520  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23521  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23522 \series bold
23523 caption
23524 \series default
23525  im LaTeX-Vorspann folgendes schreiben:
23526 \begin_inset Foot
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530 In Abschnitt
23531 \begin_inset space ~
23532 \end_inset
23533
23534
23535 \begin_inset CommandInset ref
23536 LatexCommand ref
23537 reference "abs:Titel-Formatierung"
23538
23539 \end_inset
23540
23541  steht mehr über das Paket 
23542 \series bold
23543 caption
23544 \series default
23545 .
23546 \end_layout
23547
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \begin_layout Standard
23554
23555 \series bold
23556 tableposition=top
23557 \end_layout
23558
23559 \begin_layout Standard
23560 Wenn Sie eine 
23561 \series bold
23562 KOMA-Script
23563 \series default
23564
23565 \begin_inset Index idx
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569 LaTeX-Pakete ! KOMA-Script
23570 \end_layout
23571
23572 \end_inset
23573
23574 -Dokumentklasse (
23575 \family sans
23576 article (KOMA-Script)
23577 \family default
23578
23579 \family sans
23580 book (KOMA-Script)
23581 \family default
23582
23583 \family sans
23584 letter (KOMA-Script)
23585 \family default
23586  oder 
23587 \family sans
23588 report (KOMA-Script)
23589 \family default
23590 ) benutzen, können Sie alternativ zum 
23591 \series bold
23592 caption
23593 \series default
23594 -Paket die Option 
23595 \series bold
23596 captions=tableheading
23597 \series default
23598  benutzen.
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset VSpace bigskip
23603 \end_inset
23604
23605 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23606  Das bewirkt das LaTeX-Paket 
23607 \series bold
23608 sidecap
23609 \series default
23610
23611 \begin_inset Index idx
23612 status collapsed
23613
23614 \begin_layout Plain Layout
23615 LaTeX-Pakete ! sidecap
23616 \end_layout
23617
23618 \end_inset
23619
23620 , das so in den LaTeX-Vorspann geladen wird:
23621 \end_layout
23622
23623 \begin_layout Standard
23624
23625 \series bold
23626
23627 \backslash
23628 usepackage[Option]{sidecap}
23629 \end_layout
23630
23631 \begin_layout Standard
23632 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23633  Mit 
23634 \series bold
23635 innercaption
23636 \series default
23637  wird die Beschriftung innen gedruckt.
23638  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23639  
23640 \series bold
23641 rightcaption
23642 \series default
23643  oder 
23644 \series bold
23645 leftcaption
23646 \series default
23647 .
23648 \end_layout
23649
23650 \begin_layout Standard
23651 \begin_inset ERT
23652 status collapsed
23653
23654 \begin_layout Plain Layout
23655
23656
23657 \backslash
23658 ifsidecap
23659 \end_layout
23660
23661 \end_inset
23662
23663
23664 \begin_inset Note Note
23665 status open
23666
23667 \begin_layout Plain Layout
23668 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23669 \series bold
23670 sidecap
23671 \series default
23672  installiert ist.
23673 \end_layout
23674
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \begin_layout Standard
23681 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23682  in den LaTeX-Vorspann schreiben:
23683 \end_layout
23684
23685 \begin_layout Standard
23686 \noindent
23687 \begin_inset CommandInset line
23688 LatexCommand rule
23689 offset "0.5ex"
23690 width "100line%"
23691 height "1pt"
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Standard
23699
23700 \series bold
23701
23702 \backslash
23703 newcommand{
23704 \backslash
23705 TabBesBeg}[1][1.0]{%
23706 \begin_inset Newline newline
23707 \end_inset
23708
23709
23710 \begin_inset Phantom HPhantom
23711 status open
23712
23713 \begin_layout Plain Layout
23714 \begin_inset space ~
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \backslash
23724 let
23725 \backslash
23726 MyTable
23727 \backslash
23728 table
23729 \begin_inset Newline newline
23730 \end_inset
23731
23732
23733 \begin_inset Phantom HPhantom
23734 status open
23735
23736 \begin_layout Plain Layout
23737
23738 \series medium
23739 \begin_inset space ~
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \end_inset
23746
23747
23748 \backslash
23749 let
23750 \backslash
23751 MyEndtable
23752 \backslash
23753 endtable
23754 \begin_inset Newline newline
23755 \end_inset
23756
23757
23758 \begin_inset Phantom HPhantom
23759 status open
23760
23761 \begin_layout Plain Layout
23762
23763 \series medium
23764 \begin_inset space ~
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \end_inset
23771
23772
23773 \backslash
23774 renewenvironment{table}[1]{
23775 \backslash
23776 begin{SCtable}[#1]##1}{
23777 \backslash
23778 end{SCtable}}}
23779 \end_layout
23780
23781 \begin_layout Standard
23782
23783 \series bold
23784
23785 \backslash
23786 newcommand{
23787 \backslash
23788 TabBesEnd}{%
23789 \begin_inset Newline newline
23790 \end_inset
23791
23792
23793 \begin_inset Phantom HPhantom
23794 status open
23795
23796 \begin_layout Plain Layout
23797 \begin_inset space ~
23798 \end_inset
23799
23800
23801 \end_layout
23802
23803 \end_inset
23804
23805
23806 \backslash
23807 let
23808 \backslash
23809 table
23810 \backslash
23811 MyTable
23812 \begin_inset Newline newline
23813 \end_inset
23814
23815
23816 \begin_inset Phantom HPhantom
23817 status open
23818
23819 \begin_layout Plain Layout
23820 \begin_inset space ~
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \backslash
23830 let
23831 \backslash
23832 endtable
23833 \backslash
23834 MyEndtable
23835 \end_layout
23836
23837 \begin_layout Standard
23838
23839 \series bold
23840
23841 \backslash
23842 newcommand{
23843 \backslash
23844 FigBesBeg}[1][1.0]{%
23845 \begin_inset Newline newline
23846 \end_inset
23847
23848
23849 \begin_inset Phantom HPhantom
23850 status open
23851
23852 \begin_layout Plain Layout
23853 \begin_inset space ~
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \backslash
23863 let
23864 \backslash
23865 MyFigure
23866 \backslash
23867 figure
23868 \begin_inset Newline newline
23869 \end_inset
23870
23871
23872 \begin_inset Phantom HPhantom
23873 status open
23874
23875 \begin_layout Plain Layout
23876 \begin_inset space ~
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \backslash
23886 let
23887 \backslash
23888 MyEndfigure
23889 \backslash
23890 endfigure
23891 \begin_inset Newline newline
23892 \end_inset
23893
23894
23895 \begin_inset Phantom HPhantom
23896 status open
23897
23898 \begin_layout Plain Layout
23899 \begin_inset space ~
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906
23907
23908 \backslash
23909 renewenvironment{figure}[1]{
23910 \backslash
23911 begin{SCfigure}[#1]##1}{
23912 \backslash
23913 end{SCfigure}}}
23914 \end_layout
23915
23916 \begin_layout Standard
23917
23918 \series bold
23919
23920 \backslash
23921 newcommand{
23922 \backslash
23923 FigBesEnd}{%
23924 \begin_inset Newline newline
23925 \end_inset
23926
23927
23928 \begin_inset Phantom HPhantom
23929 status open
23930
23931 \begin_layout Plain Layout
23932 \begin_inset space ~
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \backslash
23942 let
23943 \backslash
23944 figure
23945 \backslash
23946 MyFigure
23947 \begin_inset Newline newline
23948 \end_inset
23949
23950
23951 \begin_inset Phantom HPhantom
23952 status open
23953
23954 \begin_layout Plain Layout
23955 \begin_inset space ~
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \backslash
23965 let
23966 \backslash
23967 endfigure
23968 \backslash
23969 MyEndfigure}
23970 \end_layout
23971
23972 \begin_layout Standard
23973 \noindent
23974 \begin_inset CommandInset line
23975 LatexCommand rule
23976 offset "0.5ex"
23977 width "100line%"
23978 height "1pt"
23979
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \begin_layout Standard
23986 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23987 ungen seitlich gedruckt werden.
23988  Für Gleitobjekt-Abbildungen schreiben Sie den Befehl
23989 \end_layout
23990
23991 \begin_layout Standard
23992
23993 \series bold
23994
23995 \backslash
23996 FigBesBeg
23997 \end_layout
23998
23999 \begin_layout Standard
24000 als TeX-Code vor das Gleitobjekt und fügen Sie den Befehl
24001 \end_layout
24002
24003 \begin_layout Standard
24004
24005 \series bold
24006
24007 \backslash
24008 FigBesEnd
24009 \end_layout
24010
24011 \begin_layout Standard
24012 als TeX-Code an der Stelle ein, wo Sie zur ursprünglichen Gleitobjekt-Definition
24013  zurückkehren wollen.
24014 \end_layout
24015
24016 \begin_layout Standard
24017 Bei Gleitobjekt-Tabellen heißen die Befehle
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \series bold
24023
24024 \backslash
24025 TabBesBeg
24026 \series default
24027  und 
24028 \series bold
24029
24030 \backslash
24031 TabBesEnd
24032 \series default
24033 .
24034 \end_layout
24035
24036 \begin_layout Standard
24037 Abbildung
24038 \begin_inset space ~
24039 \end_inset
24040
24041
24042 \begin_inset CommandInset ref
24043 LatexCommand ref
24044 reference "abb:Beschriftung-neben"
24045
24046 \end_inset
24047
24048  und Tabelle
24049 \begin_inset space ~
24050 \end_inset
24051
24052
24053 \begin_inset CommandInset ref
24054 LatexCommand ref
24055 reference "tab:Beschriftung-neben"
24056
24057 \end_inset
24058
24059  sind Beispiele für seitliche Beschriftungen.
24060 \end_layout
24061
24062 \begin_layout Standard
24063 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24064  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24065  der Abbildung.
24066  Das kann man mit dem Befehl
24067 \end_layout
24068
24069 \begin_layout Standard
24070
24071 \series bold
24072
24073 \backslash
24074 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24075 \end_layout
24076
24077 \begin_layout Standard
24078 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24079  Der Gleitobjekt-Typ ist entweder 
24080 \family sans
24081 figure
24082 \family default
24083  oder 
24084 \family sans
24085 table
24086 \family default
24087 , die
24088 \family sans
24089  
24090 \family default
24091 Platzierung ist 
24092 \family typewriter
24093 t
24094 \family default
24095  für oben, 
24096 \family typewriter
24097 c
24098 \family default
24099  für zentriert oder 
24100 \family typewriter
24101 b
24102 \family default
24103  für unten.
24104  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24105  lautet der Befehl
24106 \end_layout
24107
24108 \begin_layout Standard
24109
24110 \series bold
24111
24112 \backslash
24113 sidecaptionvpos{figure}{c}
24114 \end_layout
24115
24116 \begin_layout Standard
24117 Das wurde in Abbildung
24118 \begin_inset space ~
24119 \end_inset
24120
24121
24122 \begin_inset CommandInset ref
24123 LatexCommand ref
24124 reference "abb:cap-beside-fig-2"
24125
24126 \end_inset
24127
24128  benutzt.
24129 \end_layout
24130
24131 \begin_layout Standard
24132 \begin_inset VSpace medskip
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 Die Standard Beschriftungsbreite ist die Breite des Bildes/der Tabelle.
24140  Für schmale Bilder/Tabellen, wie in Tabelle
24141 \begin_inset space ~
24142 \end_inset
24143
24144
24145 \begin_inset CommandInset ref
24146 LatexCommand ref
24147 reference "tab:Beschriftung-neben"
24148
24149 \end_inset
24150
24151 , führt dies zu zu schmalen Beschriftungen.
24152  Die breite kann erhöht werden, indem man einen Faktor angibt mit dem die
24153  Breite des Bildes/der Tabelle multipliziert wird.
24154  Das Ergebnis ist die Beschriftungsbreite.
24155  Die Breite der Beschriftung wird automatisch neu berechnet, falls sie aufgrund
24156  der angegebenen Breite in den Seiten- oder Spaltenrand ragen würde.
24157  Der 
24158 \emph on
24159 Faktor
24160 \emph default
24161  kann entweder als optionales Argument für 
24162 \series bold
24163
24164 \backslash
24165 FigBesBeg
24166 \series default
24167  angegeben werden:
24168 \end_layout
24169
24170 \begin_layout Standard
24171
24172 \series bold
24173
24174 \backslash
24175 FigBesBeg[Faktor]
24176 \end_layout
24177
24178 \begin_layout Standard
24179 oder indem man in der Definition von 
24180 \series bold
24181
24182 \backslash
24183 FigBesBeg
24184 \series default
24185  die 
24186 \series bold
24187 1.0
24188 \series default
24189  mit einem anderen Wert ersetzt.
24190  Bei letzterem ist der angegebene Faktor der Standard wenn 
24191 \series bold
24192
24193 \backslash
24194 FigBesBeg
24195 \series default
24196  ohne Argument verwendet wird.
24197  Für Tabelle
24198 \begin_inset space ~
24199 \end_inset
24200
24201
24202 \begin_inset CommandInset ref
24203 LatexCommand ref
24204 reference "tab:Beschriftung-neben-breiter"
24205
24206 \end_inset
24207
24208  und Abbildung
24209 \begin_inset space ~
24210 \end_inset
24211
24212
24213 \begin_inset CommandInset ref
24214 LatexCommand ref
24215 reference "abb:cap-beside-fig-2"
24216
24217 \end_inset
24218
24219  wurde der Faktor 5 verwendet.
24220 \end_layout
24221
24222 \begin_layout Standard
24223 \begin_inset Note Greyedout
24224 status open
24225
24226 \begin_layout Plain Layout
24227
24228 \series bold
24229 Achtung:
24230 \series default
24231  Für Gleitobjekten mit Beschriftung neben dem Objekt kann die Gleitobjekt-Platzi
24232 erungsoption 
24233 \family sans
24234 Hier,
24235 \begin_inset space ~
24236 \end_inset
24237
24238 auf
24239 \begin_inset space ~
24240 \end_inset
24241
24242 jeden
24243 \begin_inset space ~
24244 \end_inset
24245
24246 Fall
24247 \family default
24248  nicht verwendet werden werden, da diese von 
24249 \series bold
24250 sidecap
24251 \series default
24252  nicht unterstützt wird.
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 \begin_inset VSpace medskip
24262 \end_inset
24263
24264 Weitere Informationen über das Paket
24265 \series bold
24266  sidecap
24267 \series default
24268  finden Sie in seiner Dokumentation 
24269 \begin_inset CommandInset citation
24270 LatexCommand cite
24271 key "sidecap"
24272
24273 \end_inset
24274
24275 .
24276 \end_layout
24277
24278 \begin_layout Standard
24279 \begin_inset Note Greyedout
24280 status open
24281
24282 \begin_layout Plain Layout
24283
24284 \series bold
24285 Bemerkung:
24286 \series default
24287  Das LaTeX-Paket 
24288 \series bold
24289 hypcap
24290 \series default
24291 ,
24292 \begin_inset Index idx
24293 status collapsed
24294
24295 \begin_layout Plain Layout
24296 LaTeX-Pakete ! hypcap
24297 \end_layout
24298
24299 \end_inset
24300
24301  das in Abschnitt
24302 \begin_inset space ~
24303 \end_inset
24304
24305
24306 \begin_inset CommandInset ref
24307 LatexCommand ref
24308 reference "uab:Querverweis-Position"
24309
24310 \end_inset
24311
24312  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24313  Beschriftungen.
24314 \end_layout
24315
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327
24328 \backslash
24329 FigBesBeg 
24330 \end_layout
24331
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \begin_layout Standard
24338 \begin_inset Float figure
24339 wide false
24340 sideways false
24341 status open
24342
24343 \begin_layout Plain Layout
24344 \begin_inset Graphics
24345         filename ../clipart/escher-lsd.eps
24346         scale 75
24347         scaleBeforeRotation
24348
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Caption
24356
24357 \begin_layout Plain Layout
24358 \begin_inset CommandInset label
24359 LatexCommand label
24360 name "abb:Beschriftung-neben"
24361
24362 \end_inset
24363
24364 Dies ist eine Beschriftung neben einer Abbildung.
24365 \end_layout
24366
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \begin_layout Standard
24378 \begin_inset ERT
24379 status collapsed
24380
24381 \begin_layout Plain Layout
24382
24383
24384 \backslash
24385 FigBesEnd
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset ERT
24395 status collapsed
24396
24397 \begin_layout Plain Layout
24398
24399
24400 \backslash
24401 TabBesBeg 
24402 \end_layout
24403
24404 \end_inset
24405
24406
24407 \end_layout
24408
24409 \begin_layout Standard
24410 \begin_inset Float table
24411 wide false
24412 sideways false
24413 status open
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Caption
24417
24418 \begin_layout Plain Layout
24419 \begin_inset CommandInset label
24420 LatexCommand label
24421 name "tab:Beschriftung-neben"
24422
24423 \end_inset
24424
24425 Dies ist eine Beschriftung neben einer Tabelle.
24426 \end_layout
24427
24428 \end_inset
24429
24430
24431 \end_layout
24432
24433 \begin_layout Plain Layout
24434 \begin_inset Tabular
24435 <lyxtabular version="3" rows="4" columns="5">
24436 <features tabularvalignment="middle">
24437 <column alignment="center" valignment="top" width="0">
24438 <column alignment="center" valignment="top" width="0">
24439 <column alignment="center" valignment="top" width="0">
24440 <column alignment="center" valignment="top" width="0">
24441 <column alignment="center" valignment="top" width="0">
24442 <row>
24443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447 a
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 b
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 c
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24500 \begin_inset Text
24501
24502 \begin_layout Plain Layout
24503 d
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 e
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 </row>
24536 <row>
24537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24538 \begin_inset Text
24539
24540 \begin_layout Plain Layout
24541 f
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559 g
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24565 \begin_inset Text
24566
24567 \begin_layout Plain Layout
24568
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577 h
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 </row>
24583 <row>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597 i
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 j
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \end_layout
24626
24627 \end_inset
24628 </cell>
24629 </row>
24630 </lyxtabular>
24631
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \begin_layout Standard
24643 \begin_inset ERT
24644 status collapsed
24645
24646 \begin_layout Plain Layout
24647
24648
24649 \backslash
24650 TabBesEnd
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \begin_inset ERT
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663
24664
24665 \backslash
24666 FigBesBeg[5] 
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset ERT
24676 status collapsed
24677
24678 \begin_layout Plain Layout
24679
24680
24681 \backslash
24682 sidecaptionvpos{figure}{c}
24683 \end_layout
24684
24685 \end_inset
24686
24687
24688 \begin_inset Float figure
24689 wide false
24690 sideways false
24691 status open
24692
24693 \begin_layout Plain Layout
24694 \begin_inset Graphics
24695         filename ../clipart/escher-lsd.eps
24696         scale 75
24697         scaleBeforeRotation
24698
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \begin_layout Plain Layout
24705 \begin_inset Caption
24706
24707 \begin_layout Plain Layout
24708 \begin_inset CommandInset label
24709 LatexCommand label
24710 name "abb:cap-beside-fig-2"
24711
24712 \end_inset
24713
24714 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Standard
24728 \begin_inset ERT
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732
24733
24734 \backslash
24735 FigBesEnd
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \begin_layout Standard
24744 \begin_inset ERT
24745 status collapsed
24746
24747 \begin_layout Plain Layout
24748
24749
24750 \backslash
24751 TabBesBeg[5]
24752 \end_layout
24753
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \begin_layout Standard
24760 \begin_inset Float table
24761 wide false
24762 sideways false
24763 status open
24764
24765 \begin_layout Plain Layout
24766 \begin_inset Caption
24767
24768 \begin_layout Plain Layout
24769 \begin_inset CommandInset label
24770 LatexCommand label
24771 name "tab:Beschriftung-neben-breiter"
24772
24773 \end_inset
24774
24775 Diese Beschriftung ist breiter als die in Tabelle
24776 \begin_inset space ~
24777 \end_inset
24778
24779
24780 \begin_inset CommandInset ref
24781 LatexCommand ref
24782 reference "tab:Beschriftung-neben"
24783
24784 \end_inset
24785
24786 .
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Plain Layout
24795 \begin_inset Tabular
24796 <lyxtabular version="3" rows="4" columns="5">
24797 <features tabularvalignment="middle">
24798 <column alignment="center" valignment="top" width="0">
24799 <column alignment="center" valignment="top" width="0">
24800 <column alignment="center" valignment="top" width="0">
24801 <column alignment="center" valignment="top" width="0">
24802 <column alignment="center" valignment="top" width="0">
24803 <row>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 a
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 b
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 c
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 </row>
24850 <row>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864 d
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882 e
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 </row>
24897 <row>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 f
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 g
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 h
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 i
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 j
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 </row>
24991 </lyxtabular>
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Standard
25004 \begin_inset ERT
25005 status collapsed
25006
25007 \begin_layout Plain Layout
25008
25009
25010 \backslash
25011 TabBesEnd
25012 \end_layout
25013
25014 \end_inset
25015
25016
25017 \end_layout
25018
25019 \begin_layout Standard
25020 \begin_inset ERT
25021 status collapsed
25022
25023 \begin_layout Plain Layout
25024
25025
25026 \backslash
25027 else
25028 \end_layout
25029
25030 \end_inset
25031
25032
25033 \begin_inset Note Note
25034 status open
25035
25036 \begin_layout Plain Layout
25037 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25038 \series bold
25039 sidecap
25040 \series default
25041  nicht installiert ist:
25042 \end_layout
25043
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \begin_layout Standard
25050 Das LaTeX-Paket 
25051 \series bold
25052 sidecap
25053 \series default
25054  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \begin_inset ERT
25059 status collapsed
25060
25061 \begin_layout Plain Layout
25062
25063
25064 \backslash
25065 fi
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \begin_layout Section
25074 Gleitobjekt-Verzeichnisse
25075 \begin_inset Index idx
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079 Gleitobjekte ! Verzeichnisse
25080 \end_layout
25081
25082 \end_inset
25083
25084
25085 \end_layout
25086
25087 \begin_layout Standard
25088 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
25089  Sie können mit den Untermenüs von 
25090 \family sans
25091 Einfügen\SpecialChar \menuseparator
25092 Liste
25093 \begin_inset space ~
25094 \end_inset
25095
25096 /
25097 \begin_inset space ~
25098 \end_inset
25099
25100 Inhaltsverzeichnis
25101 \family default
25102  eingefügt werden.
25103 \end_layout
25104
25105 \begin_layout Standard
25106 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
25107  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
25108 \end_layout
25109
25110 \begin_layout Standard
25111 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
25112  und ein Tabellen-Verzeichnis.
25113 \end_layout
25114
25115 \begin_layout Chapter
25116 Notizen
25117 \end_layout
25118
25119 \begin_layout Section
25120 LyX-Notizen
25121 \begin_inset Index idx
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125 Notizen ! LyX-Notizen
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Standard
25134 Notizen werden mit einem Klick auf 
25135 \begin_inset Graphics
25136         filename ../../images/note-insert.png
25137         scale 85
25138         scaleBeforeRotation
25139
25140 \end_inset
25141
25142  oder 
25143 \family sans
25144 Einfügen\SpecialChar \menuseparator
25145 Notiz
25146 \family default
25147  eingefügt.
25148  Es gibt drei Arten:
25149 \end_layout
25150
25151 \begin_layout Description
25152 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
25153  Eine 
25154 \family sans
25155 LyX-Notiz
25156 \family default
25157  sieht so aus:
25158 \begin_inset Newline newline
25159 \end_inset
25160
25161
25162 \begin_inset Newline newline
25163 \end_inset
25164
25165
25166 \begin_inset Graphics
25167         filename clipart/LyXNotizQt4.png
25168         display false
25169         scale 60
25170         scaleBeforeRotation
25171
25172 \end_inset
25173
25174  
25175 \begin_inset Note Note
25176 status open
25177
25178 \begin_layout Plain Layout
25179 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
25180 \end_layout
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Description
25188 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
25189  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
25190 \family sans
25191 Datei\SpecialChar \menuseparator
25192 Ex\SpecialChar \-
25193 por\SpecialChar \-
25194 tie\SpecialChar \-
25195 ren\SpecialChar \menuseparator
25196 LaTe
25197 \begin_inset ERT
25198 status collapsed
25199
25200 \begin_layout Plain Layout
25201
25202 {}
25203 \end_layout
25204
25205 \end_inset
25206
25207 X (pdflatex) / (normal)
25208 \family default
25209 .
25210  Ein Kommentar sieht so aus:
25211 \begin_inset Newline newline
25212 \end_inset
25213
25214
25215 \begin_inset Newline newline
25216 \end_inset
25217
25218
25219 \begin_inset Graphics
25220         filename clipart/KommentarQt4.png
25221         display false
25222         scale 60
25223         scaleBeforeRotation
25224
25225 \end_inset
25226
25227  
25228 \begin_inset Note Comment
25229 status open
25230
25231 \begin_layout Plain Layout
25232 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Description
25241 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
25242 \begin_inset Newline newline
25243 \end_inset
25244
25245
25246 \begin_inset Newline newline
25247 \end_inset
25248
25249
25250 \begin_inset Graphics
25251         filename clipart/GrauschriftNotizQt4.png
25252         display false
25253         scale 60
25254         scaleBeforeRotation
25255
25256 \end_inset
25257
25258
25259 \begin_inset Newline newline
25260 \end_inset
25261
25262
25263 \begin_inset ERT
25264 status collapsed
25265
25266 \begin_layout Plain Layout
25267
25268
25269 \backslash
25270 renewenvironment{lyxgreyedout}
25271 \end_layout
25272
25273 \begin_layout Plain Layout
25274
25275 {
25276 \backslash
25277 textcolor[gray]{0.4}
25278 \backslash
25279 bgroup}{
25280 \backslash
25281 egroup}
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \begin_inset Note Greyedout
25288 status open
25289
25290 \begin_layout Plain Layout
25291 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
25292 \begin_inset Foot
25293 status open
25294
25295 \begin_layout Plain Layout
25296 Dies ist eine Fußnote in einer Grauschrift-Notiz.
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \end_inset
25305
25306
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 renewenvironment{lyxgreyedout}
25315 \end_layout
25316
25317 \begin_layout Plain Layout
25318
25319 {
25320 \backslash
25321 textcolor{blue}
25322 \backslash
25323 bgroup}{
25324 \backslash
25325 egroup}
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \begin_inset Note Note
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
25336  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
25337  
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \begin_inset Newline newline
25344 \end_inset
25345
25346
25347 \begin_inset Newline newline
25348 \end_inset
25349
25350 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
25351  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
25352 \end_layout
25353
25354 \begin_layout Standard
25355 \begin_inset VSpace bigskip
25356 \end_inset
25357
25358 Wenn Sie auf den Werkzeugleistenknopf 
25359 \begin_inset Graphics
25360         filename ../../images/note-insert.png
25361         scale 85
25362         scaleBeforeRotation
25363
25364 \end_inset
25365
25366  klicken, wird zunächst eine 
25367 \family sans
25368 LyX-Notiz
25369 \family default
25370  eingefügt.
25371  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
25372  anderen Möglichkeiten auswählen.
25373  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
25374  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
25375  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
25376  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
25377  am Ende der Notiz ist.
25378 \end_layout
25379
25380 \begin_layout Standard
25381 \begin_inset VSpace bigskip
25382 \end_inset
25383
25384 Die Textfarbe von Grauschrift-Boxen kann im Menü 
25385 \family sans
25386 Dokument\SpecialChar \menuseparator
25387 Einstellungen\SpecialChar \menuseparator
25388 Farben
25389 \family default
25390  geändert werden.
25391 \end_layout
25392
25393 \begin_layout Section
25394 Fußnoten
25395 \begin_inset CommandInset label
25396 LatexCommand label
25397 name "abs:Fußnoten"
25398
25399 \end_inset
25400
25401
25402 \begin_inset Index idx
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 Notizen ! Fußnoten
25407 \end_layout
25408
25409 \end_inset
25410
25411
25412 \begin_inset Index idx
25413 status collapsed
25414
25415 \begin_layout Plain Layout
25416 Fußnoten
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 Zu dem, was bereits im 
25426 \emph on
25427 Benutzerhandbuch
25428 \emph default
25429  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
25430  Eine Fußnotenbox sieht folgendermaßen aus: 
25431 \begin_inset Graphics
25432         filename clipart/FussnoteQt4.png
25433         scale 80
25434         scaleBeforeRotation
25435
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \begin_layout Standard
25442 Hier ist eine Beispielfußnote:
25443 \color black
25444
25445 \begin_inset Foot
25446 status open
25447
25448 \begin_layout Plain Layout
25449 \begin_inset CommandInset label
25450 LatexCommand label
25451 name "fuss:Fußnoten-Beispiel"
25452
25453 \end_inset
25454
25455 Dies ist eine Fußnote.
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \color inherit
25462
25463 \begin_inset ERT
25464 status collapsed
25465
25466 \begin_layout Plain Layout
25467
25468
25469 \backslash
25470 newcounter{MyRepeatFoot}
25471 \end_layout
25472
25473 \begin_layout Plain Layout
25474
25475
25476 \backslash
25477 setcounter{MyRepeatFoot}{
25478 \backslash
25479 thefootnote}
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25489  wurde, eine hochgestellte Zahl.
25490  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25491  hochgestellt dem Text vorangeht.
25492  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25493  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25494  werden.
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25499  der Fußnote eine Marke eingefügt wurde.
25500  Dies ist ein Querverweis auf Fußnote
25501 \begin_inset space ~
25502 \end_inset
25503
25504
25505 \begin_inset CommandInset ref
25506 LatexCommand ref
25507 reference "fuss:Fußnoten-Beispiel"
25508
25509 \end_inset
25510
25511 .
25512 \end_layout
25513
25514 \begin_layout Standard
25515 \begin_inset VSpace defskip
25516 \end_inset
25517
25518 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25519  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25520  wird der Befehl 
25521 \series bold
25522
25523 \backslash
25524 footnotemark{}
25525 \series default
25526  als TeX-Code eingefügt.
25527  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25528 \series bold
25529
25530 \backslash
25531 footnotetext
25532 \series default
25533  nach der Tabelle eingegeben.
25534 \begin_inset Newline newline
25535 \end_inset
25536
25537 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25538 \end_layout
25539
25540 \begin_layout Standard
25541
25542 \series bold
25543
25544 \backslash
25545 footnotetext{
25546 \series default
25547 Gedruckte Tabellenfußnote.
25548 \series bold
25549 }
25550 \end_layout
25551
25552 \begin_layout Standard
25553 \begin_inset Tabular
25554 <lyxtabular version="3" rows="2" columns="1">
25555 <features tabularvalignment="middle">
25556 <column alignment="center" valignment="top" width="0">
25557 <row>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 Dies ist ein Beispieltext.
25563 \begin_inset Foot
25564 status open
25565
25566 \begin_layout Plain Layout
25567 Diese Fußnote wird nicht gedruckt!
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583 Dies ist ein Beispieltext.
25584 \begin_inset ERT
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588
25589
25590 \backslash
25591 footnotemark{}
25592 \end_layout
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 </row>
25602 </lyxtabular>
25603
25604 \end_inset
25605
25606
25607 \begin_inset ERT
25608 status collapsed
25609
25610 \begin_layout Plain Layout
25611
25612
25613 \backslash
25614 footnotetext{
25615 \end_layout
25616
25617 \end_inset
25618
25619 Gedruckte Tabellenfußnote.
25620 \begin_inset ERT
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624
25625 }
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \begin_layout Standard
25634 Fußnoten in langen Tabellen sind in Abschnitt
25635 \begin_inset space ~
25636 \end_inset
25637
25638
25639 \begin_inset CommandInset ref
25640 LatexCommand ref
25641 reference "uab:Fußnoten-in-langen"
25642
25643 \end_inset
25644
25645  beschrieben.
25646 \end_layout
25647
25648 \begin_layout Standard
25649 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25650  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25651  innerhalb einer Seite ist.
25652  (Mehr über Minipages ist in Abschnitt
25653 \begin_inset space ~
25654 \end_inset
25655
25656
25657 \begin_inset CommandInset ref
25658 LatexCommand ref
25659 reference "abs:Minipage"
25660
25661 \end_inset
25662
25663  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25664  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25665  Methode mit 
25666 \series bold
25667
25668 \backslash
25669 footnotemark{}
25670 \series default
25671  und 
25672 \series bold
25673
25674 \backslash
25675 footnotetext
25676 \series default
25677 .
25678 \end_layout
25679
25680 \begin_layout Standard
25681 \begin_inset Box Frameless
25682 position "t"
25683 hor_pos "c"
25684 has_inner_box 1
25685 inner_pos "t"
25686 use_parbox 0
25687 use_makebox 0
25688 width "100col%"
25689 special "none"
25690 height "1in"
25691 height_special "totalheight"
25692 status open
25693
25694 \begin_layout Plain Layout
25695 Dies ist ein Beispieltext.in einer Minipage.
25696 \begin_inset Foot
25697 status open
25698
25699 \begin_layout Plain Layout
25700 Fußnote in einer Minipage.
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Plain Layout
25709 Dies ist ein Beispieltext.
25710  in einer Minipage.
25711 \begin_inset ERT
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715
25716
25717 \backslash
25718 footnotemark{}
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \begin_inset ERT
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736
25737
25738 \backslash
25739 footnotetext{
25740 \end_layout
25741
25742 \end_inset
25743
25744 Fußnote außerhalb der Minipage.
25745 \begin_inset ERT
25746 status collapsed
25747
25748 \begin_layout Plain Layout
25749
25750 }
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Standard
25759 \begin_inset VSpace defskip
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25767  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25768 \series bold
25769
25770 \backslash
25771 footnotemark[Nummer]
25772 \series default
25773 .
25774 \begin_inset Newline newline
25775 \end_inset
25776
25777 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25778  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25779  Hinter Fußnote
25780 \begin_inset space ~
25781 \end_inset
25782
25783
25784 \begin_inset CommandInset ref
25785 LatexCommand ref
25786 reference "fuss:Fußnoten-Beispiel"
25787
25788 \end_inset
25789
25790  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25791 \end_layout
25792
25793 \begin_layout Standard
25794
25795 \series bold
25796
25797 \backslash
25798 newcounter{MyRepeatFoot}
25799 \begin_inset Newline newline
25800 \end_inset
25801
25802
25803 \backslash
25804 setcounter{MyRepeatFoot}{
25805 \backslash
25806 thefootnote}
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25811 \end_layout
25812
25813 \begin_layout Standard
25814
25815 \series bold
25816
25817 \backslash
25818 footnotemark[
25819 \backslash
25820 theMyRepeatFoot]
25821 \end_layout
25822
25823 \begin_layout Standard
25824 Hier ist eine wiederholte Fußnote:
25825 \begin_inset ERT
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829
25830
25831 \backslash
25832 footnotemark[
25833 \backslash
25834 theMyRepeatFoot]
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \begin_layout Standard
25843 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25844  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25845 \end_layout
25846
25847 \begin_layout Standard
25848
25849 \series bold
25850
25851 \backslash
25852 footnotemark[
25853 \backslash
25854 thefootnote]
25855 \end_layout
25856
25857 \begin_layout Standard
25858 Hier ist eine weitere wiederholte Fußnote:
25859 \begin_inset ERT
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863
25864
25865 \backslash
25866 footnotemark[
25867 \backslash
25868 thefootnote]
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \begin_layout Subsection
25877 Fußnoten-Nummerierung
25878 \begin_inset CommandInset label
25879 LatexCommand label
25880 name "uab:Fußnoten-Nummerierung"
25881
25882 \end_inset
25883
25884
25885 \begin_inset Index idx
25886 status collapsed
25887
25888 \begin_layout Plain Layout
25889 Fußnoten ! Nummerierung
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \begin_layout Standard
25898 Um Fußnoten nach jedem Abschnitt
25899 \family roman
25900  auf 1 zurückzusetzen, 
25901 \family default
25902 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25903 \end_layout
25904
25905 \begin_layout Standard
25906
25907 \series bold
25908
25909 \backslash
25910 @addtoreset{footnote}{section}
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \begin_inset VSpace bigskip
25915 \end_inset
25916
25917 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25918  Zahlen:
25919 \end_layout
25920
25921 \begin_layout Standard
25922
25923 \series bold
25924
25925 \backslash
25926 renewcommand{
25927 \backslash
25928 thefootnote}{
25929 \backslash
25930 roman{footnote}}
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \begin_inset ERT
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938
25939
25940 \backslash
25941 renewcommand{
25942 \backslash
25943 thefootnote}{
25944 \backslash
25945 roman{footnote}}
25946 \end_layout
25947
25948 \end_inset
25949
25950  Hier ist ein Beispiel für solch eine Fußnote:
25951 \begin_inset Foot
25952 status open
25953
25954 \begin_layout Plain Layout
25955 Dies ist eine Fußnote mit kleinen römischen Zahlen
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Standard
25964 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25965  in obigem Befehl 
25966 \series bold
25967
25968 \backslash
25969 roman
25970 \series default
25971  durch 
25972 \series bold
25973
25974 \backslash
25975 Roman
25976 \series default
25977 .
25978  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25979 \begin_inset Quotes gld
25980 \end_inset
25981
25982 nummerieren
25983 \begin_inset Quotes grd
25984 \end_inset
25985
25986 , verwenden Sie die Befehle 
25987 \series bold
25988
25989 \backslash
25990 Alph
25991 \series default
25992  oder 
25993 \series bold
25994
25995 \backslash
25996 alph
25997 \series default
25998 .
25999  Für die 
26000 \begin_inset Quotes gld
26001 \end_inset
26002
26003 Nummerierung
26004 \begin_inset Quotes grd
26005 \end_inset
26006
26007  mit Symbolen steht der Befehl 
26008 \series bold
26009
26010 \backslash
26011 fnsymbol
26012 \series default
26013  zur Verfügung.
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset Note Greyedout
26018 status open
26019
26020 \begin_layout Plain Layout
26021
26022 \series bold
26023 Bemerkung 1:
26024 \series default
26025  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
26026  
26027 \emph on
26028 ein
26029 \emph default
26030  Buchstabe verwendet wird.
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \begin_inset Newline newline
26037 \end_inset
26038
26039
26040 \begin_inset Note Greyedout
26041 status open
26042
26043 \begin_layout Plain Layout
26044
26045 \series bold
26046 Bemerkung 2:
26047 \series default
26048  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Standard
26057 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
26058 \series bold
26059
26060 \backslash
26061 arabic
26062 \series default
26063  anstelle von 
26064 \series bold
26065
26066 \backslash
26067 roman
26068 \series default
26069  in obigem Befehl.
26070 \begin_inset ERT
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074
26075
26076 \backslash
26077 renewcommand{
26078 \backslash
26079 thefootnote}{
26080 \backslash
26081 arabic{footnote}}
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 \begin_inset VSpace bigskip
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \begin_layout Standard
26097 Wenn Sie wollen, dass Fußnoten nach dem Schema 
26098 \begin_inset Quotes gld
26099 \end_inset
26100
26101 Kapitel.Fußnote
26102 \begin_inset Quotes grd
26103 \end_inset
26104
26105  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
26106 \end_layout
26107
26108 \begin_layout Standard
26109
26110 \series bold
26111
26112 \backslash
26113 numberwithin{footnote}{chapter}
26114 \end_layout
26115
26116 \begin_layout Standard
26117 Um 
26118 \series bold
26119
26120 \backslash
26121 numberwithin
26122 \series default
26123  benutzen zu können, muss in den 
26124 \family sans
26125 Mathe
26126 \begin_inset space ~
26127 \end_inset
26128
26129 Optionen
26130 \family default
26131  der 
26132 \family sans
26133 Dokument-Einstellungen
26134 \family default
26135  
26136 \family sans
26137 AMS
26138 \begin_inset space ~
26139 \end_inset
26140
26141 Mathe
26142 \begin_inset space ~
26143 \end_inset
26144
26145 Paket
26146 \family default
26147
26148 \begin_inset space ~
26149 \end_inset
26150
26151
26152 \family sans
26153 verwenden
26154 \family default
26155  angekreuzt sein.
26156 \begin_inset ERT
26157 status collapsed
26158
26159 \begin_layout Plain Layout
26160
26161
26162 \backslash
26163 numberwithin{footnote}{chapter}
26164 \end_layout
26165
26166 \end_inset
26167
26168  Hier ist ein Beispiel für solch eine Fußnote.
26169 \series bold
26170
26171 \begin_inset Foot
26172 status open
26173
26174 \begin_layout Plain Layout
26175 Dies ist eine Fußnote nach dem Schema 
26176 \begin_inset Quotes gld
26177 \end_inset
26178
26179 Kapitel.Fußnote
26180 \begin_inset Quotes grd
26181 \end_inset
26182
26183 .
26184 \end_layout
26185
26186 \end_inset
26187
26188
26189 \series default
26190
26191 \begin_inset ERT
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195
26196
26197 \backslash
26198 renewcommand{
26199 \backslash
26200 thefootnote}{
26201 \backslash
26202 arabic{footnote}}
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \begin_layout Standard
26211 \begin_inset Note Greyedout
26212 status open
26213
26214 \begin_layout Plain Layout
26215
26216 \series bold
26217 Bemerkung:
26218 \series default
26219  
26220 \series bold
26221
26222 \backslash
26223 numberwithin
26224 \series default
26225  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
26226  werden überschrieben.
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Standard
26235 Um also z.
26236 \begin_inset space \thinspace{}
26237 \end_inset
26238
26239 B.
26240  das Schema 
26241 \begin_inset Quotes gld
26242 \end_inset
26243
26244 Kapitel.
26245 \backslash
26246 Roman{footnote}
26247 \begin_inset Quotes grd
26248 \end_inset
26249
26250  zu erhalten, muss dieser Befehl anstelle von 
26251 \series bold
26252
26253 \backslash
26254 numberwithin
26255 \series default
26256  verwendet werden:
26257 \end_layout
26258
26259 \begin_layout Standard
26260
26261 \series bold
26262
26263 \backslash
26264 renewcommand{
26265 \backslash
26266 thefootnote}{
26267 \backslash
26268 thechapter.
26269 \backslash
26270 Roman{footnote}}
26271 \end_layout
26272
26273 \begin_layout Subsection
26274 Fußnoten-Platzierung
26275 \begin_inset Index idx
26276 status collapsed
26277
26278 \begin_layout Plain Layout
26279 Fußnoten ! Platzierung
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \begin_layout Standard
26288 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
26289  ohne Zwischenraum am Ende der Seite gedruckt.
26290  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
26291  LaTeX-Vorspann 1.5
26292 \begin_inset space \thinspace{}
26293 \end_inset
26294
26295 mm Zwischenraum einfügen:
26296 \end_layout
26297
26298 \begin_layout Standard
26299
26300 \series bold
26301
26302 \backslash
26303 let
26304 \backslash
26305 myFoot
26306 \backslash
26307 footnote
26308 \begin_inset Newline newline
26309 \end_inset
26310
26311
26312 \backslash
26313 renewcommand{
26314 \backslash
26315 footnote}[1]{
26316 \backslash
26317 myFoot{#1
26318 \backslash
26319 vspace{1.5mm}}}
26320 \end_layout
26321
26322 \begin_layout Standard
26323 \begin_inset VSpace bigskip
26324 \end_inset
26325
26326 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
26327  Spalte gedruckt, Abbildung
26328 \begin_inset space ~
26329 \end_inset
26330
26331
26332 \begin_inset CommandInset ref
26333 LatexCommand ref
26334 reference "abb:Standard-Fußnoten-Platzierung-in"
26335
26336 \end_inset
26337
26338 .
26339  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
26340  in Abbildung
26341 \begin_inset space ~
26342 \end_inset
26343
26344
26345 \begin_inset CommandInset ref
26346 LatexCommand ref
26347 reference "abb:Fußnoten-Platzierung-in-einem"
26348
26349 \end_inset
26350
26351 , müssen Sie das LaTeX-Paket 
26352 \series bold
26353 ftnright
26354 \series default
26355
26356 \begin_inset Index idx
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360 LaTeX-Pakete ! ftnright
26361 \end_layout
26362
26363 \end_inset
26364
26365  mit folgendem Befehl im LaTeX-Vorspann einfügen:
26366 \end_layout
26367
26368 \begin_layout Standard
26369
26370 \series bold
26371
26372 \backslash
26373 usepackage{ftnright}
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset Float figure
26378 placement !h
26379 wide false
26380 sideways false
26381 status open
26382
26383 \begin_layout Plain Layout
26384 \begin_inset ERT
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388
26389
26390 \backslash
26391 framebox{
26392 \end_layout
26393
26394 \end_inset
26395
26396
26397 \begin_inset Graphics
26398         filename ../clipart/without_fntright.pdf
26399         width 100col%
26400         scaleBeforeRotation
26401
26402 \end_inset
26403
26404
26405 \begin_inset ERT
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409
26410 }
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \begin_layout Plain Layout
26419 \begin_inset Caption
26420
26421 \begin_layout Plain Layout
26422 \begin_inset CommandInset label
26423 LatexCommand label
26424 name "abb:Standard-Fußnoten-Platzierung-in"
26425
26426 \end_inset
26427
26428 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26429 \begin_inset Argument
26430 status open
26431
26432 \begin_layout Plain Layout
26433 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26434 \end_layout
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 \begin_inset Float figure
26453 placement !h
26454 wide false
26455 sideways false
26456 status open
26457
26458 \begin_layout Plain Layout
26459 \begin_inset ERT
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463
26464
26465 \backslash
26466 framebox{
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \begin_inset Graphics
26473         filename ../clipart/with_fntright.pdf
26474         width 100col%
26475         scaleBeforeRotation
26476
26477 \end_inset
26478
26479
26480 \begin_inset ERT
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484
26485 }
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Plain Layout
26494 \begin_inset Caption
26495
26496 \begin_layout Plain Layout
26497 \begin_inset CommandInset label
26498 LatexCommand label
26499 name "abb:Fußnoten-Platzierung-in-einem"
26500
26501 \end_inset
26502
26503 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26504  
26505 \series bold
26506 ftnright
26507 \series default
26508 .
26509 \begin_inset Argument
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513 Fußnoten-Platzierung mit 
26514 \family typewriter
26515 ftnright
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524
26525
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 \begin_inset VSpace bigskip
26535 \end_inset
26536
26537 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26538  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26539 \begin_inset space ~
26540 \end_inset
26541
26542
26543 \begin_inset CommandInset ref
26544 LatexCommand ref
26545 reference "abb:endnotes"
26546
26547 \end_inset
26548
26549  gedruckt.
26550  Man nennt sie dann 
26551 \begin_inset Quotes gld
26552 \end_inset
26553
26554 Endnoten
26555 \begin_inset Quotes grd
26556 \end_inset
26557
26558 .
26559 \begin_inset Index idx
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563 Endnoten
26564 \end_layout
26565
26566 \end_inset
26567
26568  Um das zu erreichen, laden Sie im Menü 
26569 \family sans
26570 Dokument\SpecialChar \menuseparator
26571 Einstellungen\SpecialChar \menuseparator
26572 Module 
26573 \family default
26574 das Modul 
26575 \family sans
26576 Fußnote
26577 \begin_inset space ~
26578 \end_inset
26579
26580 als
26581 \begin_inset space ~
26582 \end_inset
26583
26584 Endnote
26585 \family default
26586 .
26587  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26588 \end_layout
26589
26590 \begin_layout Standard
26591
26592 \series bold
26593
26594 \backslash
26595 theendnotes
26596 \end_layout
26597
26598 \begin_layout Standard
26599 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26600 \end_layout
26601
26602 \begin_layout Standard
26603 \begin_inset Float figure
26604 wide false
26605 sideways false
26606 status open
26607
26608 \begin_layout Plain Layout
26609 \align center
26610 \begin_inset ERT
26611 status collapsed
26612
26613 \begin_layout Plain Layout
26614
26615
26616 \backslash
26617 framebox{
26618 \end_layout
26619
26620 \end_inset
26621
26622
26623 \begin_inset Graphics
26624         filename ../clipart/endnotes.pdf
26625         scaleBeforeRotation
26626
26627 \end_inset
26628
26629
26630 \begin_inset ERT
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634
26635 }
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Plain Layout
26644 \begin_inset Caption
26645
26646 \begin_layout Plain Layout
26647 \begin_inset CommandInset label
26648 LatexCommand label
26649 name "abb:endnotes"
26650
26651 \end_inset
26652
26653
26654 \series bold
26655 endnotes
26656 \series default
26657  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26658  gedruckt.
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \begin_layout Standard
26672 \begin_inset VSpace medskip
26673 \end_inset
26674
26675 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26676 ache übersetzt.
26677  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26678 \begin_inset Quotes gld
26679 \end_inset
26680
26681 Notes
26682 \begin_inset Quotes grd
26683 \end_inset
26684
26685  in 
26686 \begin_inset Quotes gld
26687 \end_inset
26688
26689 Anmerkungen
26690 \begin_inset Quotes grd
26691 \end_inset
26692
26693 :
26694 \end_layout
26695
26696 \begin_layout Standard
26697
26698 \series bold
26699
26700 \backslash
26701 renewcommand{
26702 \backslash
26703 notesname}{Anmerkungen}
26704 \end_layout
26705
26706 \begin_layout Standard
26707 \begin_inset VSpace medskip
26708 \end_inset
26709
26710 Wenn Sie in den Befehlen von Abschnitt
26711 \begin_inset space ~
26712 \end_inset
26713
26714
26715 \begin_inset CommandInset ref
26716 LatexCommand ref
26717 reference "uab:Fußnoten-Nummerierung"
26718
26719 \end_inset
26720
26721  
26722 \series bold
26723
26724 \backslash
26725 thefootnote
26726 \series default
26727  durch 
26728 \series bold
26729
26730 \backslash
26731 theendnote
26732 \series default
26733  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26734  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26735 \series bold
26736
26737 \backslash
26738 @addtoreset
26739 \series default
26740  wie in Abschnitt
26741 \begin_inset space \space{}
26742 \end_inset
26743
26744
26745 \begin_inset CommandInset ref
26746 LatexCommand ref
26747 reference "uab:Fußnoten-Nummerierung"
26748
26749 \end_inset
26750
26751  beschrieben und ersetzen 
26752 \series bold
26753 footnote
26754 \series default
26755  durch 
26756 \series bold
26757 endnote
26758 \series default
26759 .
26760 \end_layout
26761
26762 \begin_layout Standard
26763 Für Endnoten gibt es den Befehl 
26764 \series bold
26765
26766 \backslash
26767 endnotemark[Nummer]
26768 \series default
26769  analog zum Befehl 
26770 \series bold
26771
26772 \backslash
26773 footnotemark
26774 \series default
26775  der in Abschnitt
26776 \begin_inset space ~
26777 \end_inset
26778
26779
26780 \begin_inset CommandInset ref
26781 LatexCommand ref
26782 reference "abs:Fußnoten"
26783
26784 \end_inset
26785
26786  beschrieben ist.
26787 \end_layout
26788
26789 \begin_layout Standard
26790 \begin_inset VSpace bigskip
26791 \end_inset
26792
26793 Mit dem LaTeX-Paket 
26794 \series bold
26795 footmisc
26796 \series default
26797
26798 \begin_inset Index idx
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802 LaTeX-Pakete ! footmisc
26803 \end_layout
26804
26805 \end_inset
26806
26807  (
26808 \begin_inset CommandInset citation
26809 LatexCommand cite
26810 key "footmisc"
26811
26812 \end_inset
26813
26814 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26815 \end_layout
26816
26817 \begin_layout Standard
26818 In LaTeX-Büchern, 
26819 \begin_inset CommandInset citation
26820 LatexCommand cite
26821 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26822
26823 \end_inset
26824
26825 , finden Sie weiteres zu Fußnoten.
26826  Wenn Sie eine 
26827 \series bold
26828 KOMA-Script
26829 \series default
26830
26831 \begin_inset Index idx
26832 status collapsed
26833
26834 \begin_layout Plain Layout
26835 LaTeX-Pakete ! KOMA-Script
26836 \end_layout
26837
26838 \end_inset
26839
26840  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26841 zifische Befehle anpassen, siehe 
26842 \begin_inset CommandInset citation
26843 LatexCommand cite
26844 key "KOMA-Script"
26845
26846 \end_inset
26847
26848 .
26849 \end_layout
26850
26851 \begin_layout Section
26852 Randnotizen
26853 \begin_inset Index idx
26854 status collapsed
26855
26856 \begin_layout Plain Layout
26857 Randnotizen
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \begin_inset Index idx
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867 Notizen ! Randnotizen
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \begin_layout Standard
26876 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26877  Sie fügen sie mit einem Klick auf den Schalter 
26878 \begin_inset Graphics
26879         filename ../../images/marginalnote-insert.png
26880         scale 70
26881         scaleBeforeRotation
26882
26883 \end_inset
26884
26885  oder über 
26886 \family sans
26887 Einfügen\SpecialChar \menuseparator
26888 Randnotiz
26889 \family default
26890  ein.
26891  Ein graues Kästchen mit der Aufschrift 
26892 \begin_inset Quotes gld
26893 \end_inset
26894
26895 Rand
26896 \begin_inset Quotes grd
26897 \end_inset
26898
26899  erscheint
26900 \family roman
26901 \series medium
26902 , und dort, wo der Cursor steht, können Sie Text eingeben.
26903 \end_layout
26904
26905 \begin_layout Standard
26906 Hier am Rand sehen Sie eine Randnotiz.
26907  
26908 \begin_inset Marginal
26909 status open
26910
26911 \begin_layout Plain Layout
26912 Dies ist eine Randnotiz.
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \begin_layout Standard
26921 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26922  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26923  Seiten und rechts auf den ungeraden.
26924  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26925  wird und umgekehrt.
26926  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26927  wurde.
26928 \end_layout
26929
26930 \begin_layout Standard
26931 \begin_inset VSpace bigskip
26932 \end_inset
26933
26934 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26935 \end_layout
26936
26937 \begin_layout Standard
26938
26939 \series bold
26940
26941 \backslash
26942 reversemarginpar
26943 \end_layout
26944
26945 \begin_layout Standard
26946 als TeX-Code vor einer Randnotiz ein.
26947  Das gilt dann für alle folgenden Randnotizen.
26948  
26949 \begin_inset ERT
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953
26954
26955 \backslash
26956 reversemarginpar 
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \begin_inset Marginal
26963 status open
26964
26965 \begin_layout Plain Layout
26966 Hier ist ein Beispiel im inneren Rand.
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \begin_inset Newline newline
26973 \end_inset
26974
26975
26976 \begin_inset Note Greyedout
26977 status open
26978
26979 \begin_layout Plain Layout
26980  
26981 \series bold
26982 Achtung:
26983 \series default
26984  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \end_layout
26991
26992 \begin_layout Standard
26993 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26994 \end_layout
26995
26996 \begin_layout Standard
26997
26998 \series bold
26999
27000 \backslash
27001 normalmarginpar
27002 \end_layout
27003
27004 \begin_layout Standard
27005 als TeX-Code ein.
27006 \begin_inset ERT
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010
27011
27012 \backslash
27013 normalmarginpar 
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \begin_layout Standard
27022 \begin_inset Note Greyedout
27023 status open
27024
27025 \begin_layout Plain Layout
27026
27027 \series bold
27028 Achtung:
27029 \series default
27030  Der Befehl wird missachtet, wenn er im selben Absatz wie 
27031 \series bold
27032
27033 \backslash
27034 reversemarginpar
27035 \series default
27036  verwendet wird.
27037 \end_layout
27038
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \begin_layout Standard
27045 \begin_inset VSpace bigskip
27046 \end_inset
27047
27048
27049 \begin_inset Marginal
27050 status open
27051
27052 \begin_layout Plain Layout
27053
27054 \family roman
27055 \series medium
27056 EinSehrLangesWort am Anfang, das umgebrochen wird.
27057 \end_layout
27058
27059 \end_inset
27060
27061  Ähnlich wie in Abschnitt
27062 \begin_inset space ~
27063 \end_inset
27064
27065
27066 \begin_inset CommandInset ref
27067 LatexCommand ref
27068 reference "uab:Mehrfache-Zeilen-in"
27069
27070 \end_inset
27071
27072  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
27073  Wort der Randnotiz sind.
27074  Um das zu vermeiden, fügen sie 0
27075 \begin_inset space \thinspace{}
27076 \end_inset
27077
27078 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
27079 \begin_inset Marginal
27080 status open
27081
27082 \begin_layout Plain Layout
27083 \begin_inset space \hspace{}
27084 \length 0pt
27085 \end_inset
27086
27087
27088 \family roman
27089 \series medium
27090 EinSehrLangesWort am Anfang, das umgebrochen wird.
27091 \end_layout
27092
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 \begin_inset VSpace bigskip
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Standard
27106 \begin_inset Note Greyedout
27107 status open
27108
27109 \begin_layout Plain Layout
27110
27111 \series bold
27112 Bemerkung:
27113 \series default
27114  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
27115  verwendet werden.
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Standard
27124 \begin_inset VSpace bigskip
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \begin_layout Standard
27131 \begin_inset ERT
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135
27136
27137 \backslash
27138 ifmarginnote
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \begin_inset Note Note
27145 status open
27146
27147 \begin_layout Plain Layout
27148 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27149 \series bold
27150 marginnote
27151 \series default
27152  installiert ist.
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
27162 \series bold
27163 marginnote
27164 \series default
27165
27166 \begin_inset Index idx
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170 LaTeX-Pakete ! marginnote
27171 \end_layout
27172
27173 \end_inset
27174
27175  verwendet wird.
27176  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
27177  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
27178  des Pakets 
27179 \series bold
27180 marginnote
27181 \series default
27182  für Randnotizen verwendet wird:
27183 \end_layout
27184
27185 \begin_layout Standard
27186
27187 \series bold
27188
27189 \backslash
27190 usepackage{marginnote}
27191 \begin_inset Newline newline
27192 \end_inset
27193
27194
27195 \backslash
27196 let
27197 \backslash
27198 marginpar
27199 \backslash
27200 marginnote
27201 \end_layout
27202
27203 \begin_layout Standard
27204 Dies wird auch in diesem Dokument verwendet, denn 
27205 \series bold
27206 marginnote
27207 \series default
27208  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
27209  für Randnotizen angeben.
27210  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
27211 n zu dicht beieinander sind.
27212  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
27213  Schema
27214 \end_layout
27215
27216 \begin_layout Standard
27217
27218 \series bold
27219 [Versatz]
27220 \end_layout
27221
27222 \begin_layout Standard
27223 angegeben.
27224  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
27225 \begin_inset space ~
27226 \end_inset
27227
27228
27229 \begin_inset CommandInset ref
27230 LatexCommand ref
27231 reference "tab:Maßeinheiten"
27232
27233 \end_inset
27234
27235  aufgelistet sind.
27236  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
27237  nach unten.
27238  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
27239 \begin_inset space \thinspace{}
27240 \end_inset
27241
27242 cm mit dem TeX-Code-Befehl  
27243 \begin_inset Quotes gld
27244 \end_inset
27245
27246
27247 \series bold
27248 [-1.5cm]
27249 \series default
27250
27251 \begin_inset Quotes grd
27252 \end_inset
27253
27254  nach oben versetzt.
27255 \begin_inset Marginal
27256 status open
27257
27258 \begin_layout Plain Layout
27259 Diese Randnotiz ist 1.5
27260 \begin_inset space \thinspace{}
27261 \end_inset
27262
27263 cm von ihrer Originalposition nach oben versetzt.
27264 \end_layout
27265
27266 \end_inset
27267
27268
27269 \begin_inset ERT
27270 status collapsed
27271
27272 \begin_layout Plain Layout
27273
27274 [-1.5cm]
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Standard
27283 \begin_inset VSpace medskip
27284 \end_inset
27285
27286 Mit 
27287 \series bold
27288 marginnote
27289 \series default
27290  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
27291  Zum Beispiel setzen die Befehle
27292 \end_layout
27293
27294 \begin_layout Standard
27295
27296 \series bold
27297
27298 \backslash
27299 renewcommand*{
27300 \backslash
27301 raggedleftmarginnote}{
27302 \backslash
27303 centering}
27304 \begin_inset Newline newline
27305 \end_inset
27306
27307
27308 \backslash
27309 renewcommand*{
27310 \backslash
27311 raggedrightmarginnote}{
27312 \backslash
27313 centering}
27314 \end_layout
27315
27316 \begin_layout Standard
27317 die Ausrichtung auf zentriert.
27318  
27319 \series bold
27320
27321 \backslash
27322 raggedleftmarginnote
27323 \series default
27324  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
27325  
27326 \begin_inset ERT
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331
27332 \backslash
27333 renewcommand*{
27334 \backslash
27335 raggedleftmarginnote}{
27336 \backslash
27337 centering}
27338 \end_layout
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 renewcommand*{
27345 \backslash
27346 raggedrightmarginnote}{
27347 \backslash
27348 centering}
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \begin_inset Marginal
27355 status open
27356
27357 \begin_layout Plain Layout
27358 Der Text dieser Randnotiz ist zentriert ausgerichtet.
27359 \end_layout
27360
27361 \end_inset
27362
27363  Die Voreinstellung ist
27364 \end_layout
27365
27366 \begin_layout Standard
27367
27368 \series bold
27369
27370 \backslash
27371 renewcommand*{
27372 \backslash
27373 raggedleftmarginnote}{
27374 \backslash
27375 raggedleft}
27376 \begin_inset Newline newline
27377 \end_inset
27378
27379
27380 \backslash
27381 renewcommand*{
27382 \backslash
27383 raggedrightmarginnote}{
27384 \backslash
27385 raggedright}
27386 \series default
27387
27388 \begin_inset ERT
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393
27394 \backslash
27395 renewcommand*{
27396 \backslash
27397 raggedleftmarginnote}{
27398 \backslash
27399 raggedleft}
27400 \end_layout
27401
27402 \begin_layout Plain Layout
27403
27404
27405 \backslash
27406 renewcommand*{
27407 \backslash
27408 raggedrightmarginnote}{
27409 \backslash
27410 raggedright}
27411 \end_layout
27412
27413 \end_inset
27414
27415
27416 \end_layout
27417
27418 \begin_layout Standard
27419 \begin_inset VSpace medskip
27420 \end_inset
27421
27422 Für weitere Fähigkeiten des Pakets 
27423 \series bold
27424 marginnote
27425 \series default
27426  sei auf dessen Dokumentation verwiesen 
27427 \begin_inset CommandInset citation
27428 LatexCommand cite
27429 key "marginnote"
27430
27431 \end_inset
27432
27433 .
27434 \end_layout
27435
27436 \begin_layout Standard
27437 \begin_inset VSpace bigskip
27438 \end_inset
27439
27440 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27441  geändert werden.
27442  Um z.
27443 \begin_inset space \thinspace{}
27444 \end_inset
27445
27446 B.
27447  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27448  und fettgedruckten Text 
27449 \begin_inset Quotes eld
27450 \end_inset
27451
27452
27453 \family sans
27454 \series bold
27455 \bar under
27456 Achtung!
27457 \family default
27458 \series default
27459 \bar default
27460
27461 \begin_inset Quotes erd
27462 \end_inset
27463
27464  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27465 \end_layout
27466
27467 \begin_layout Standard
27468
27469 \series bold
27470
27471 \backslash
27472 let
27473 \backslash
27474 myMarginpar
27475 \backslash
27476 marginpar
27477 \begin_inset Newline newline
27478 \end_inset
27479
27480
27481 \backslash
27482 renewcommand{
27483 \backslash
27484 marginpar}[1]{
27485 \backslash
27486 myMarginpar{%
27487 \begin_inset Newline newline
27488 \end_inset
27489
27490
27491 \begin_inset Phantom HPhantom
27492 status open
27493
27494 \begin_layout Plain Layout
27495
27496 \series bold
27497 \begin_inset space ~
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \backslash
27507 hspace{0pt}
27508 \backslash
27509 textsf{
27510 \backslash
27511 textbf{
27512 \backslash
27513 underbar{Achtung!}}}%
27514 \begin_inset Newline newline
27515 \end_inset
27516
27517
27518 \begin_inset Phantom HPhantom
27519 status open
27520
27521 \begin_layout Plain Layout
27522
27523 \series bold
27524 \begin_inset space ~
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \backslash
27534 vspace{1.5mm}
27535 \backslash
27536
27537 \backslash
27538 #1}}
27539 \end_layout
27540
27541 \begin_layout Standard
27542 \begin_inset ERT
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546
27547
27548 \backslash
27549 let
27550 \backslash
27551 myMarginpar
27552 \backslash
27553 marginpar
27554 \end_layout
27555
27556 \begin_layout Plain Layout
27557
27558
27559 \backslash
27560 renewcommand{
27561 \backslash
27562 marginpar}[1]{
27563 \backslash
27564 myMarginpar{%
27565 \end_layout
27566
27567 \begin_layout Plain Layout
27568
27569    
27570 \backslash
27571 textsf{
27572 \backslash
27573 textbf{
27574 \backslash
27575 underbar{Achtung!}}}%
27576 \end_layout
27577
27578 \begin_layout Plain Layout
27579
27580    
27581 \backslash
27582 vspace{1.5mm}
27583 \backslash
27584
27585 \backslash
27586 #1}}
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \begin_inset Marginal
27593 status open
27594
27595 \begin_layout Plain Layout
27596 Dies ist eine Randnotiz mit einer definierten Überschrift.
27597 \end_layout
27598
27599 \end_inset
27600
27601
27602 \begin_inset ERT
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606
27607 [-1.5cm]
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \begin_inset ERT
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617
27618
27619 \backslash
27620 renewcommand{
27621 \backslash
27622 marginpar}[1]{
27623 \backslash
27624 myMarginpar{#1}}
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \begin_inset Note Note
27631 status open
27632
27633 \begin_layout Plain Layout
27634 Das Format wurde nur für dieses Beispiel geändert.
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \begin_layout Standard
27643 \begin_inset ERT
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647
27648
27649 \backslash
27650 else
27651 \end_layout
27652
27653 \end_inset
27654
27655
27656 \begin_inset Note Note
27657 status open
27658
27659 \begin_layout Plain Layout
27660 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27661 \series bold
27662 marginnote
27663 \series default
27664  nicht installiert ist:
27665 \end_layout
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \begin_layout Standard
27673 Das LaTeX-Paket 
27674 \series bold
27675 marginnote
27676 \series default
27677  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27678 \end_layout
27679
27680 \begin_layout Standard
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686
27687 \backslash
27688 fi
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Chapter
27697 Boxen
27698 \end_layout
27699
27700 \begin_layout Section
27701 Einleitung
27702 \begin_inset Index idx
27703 status collapsed
27704
27705 \begin_layout Plain Layout
27706 Boxen ! Einleitung
27707 \end_layout
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \begin_layout Standard
27715 Boxen werden benutzt, um einen Textblock zu formatieren.
27716  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27717  siehe Abschnitt
27718 \begin_inset space ~
27719 \end_inset
27720
27721
27722 \begin_inset CommandInset ref
27723 LatexCommand ref
27724 reference "abs:Minipage"
27725
27726 \end_inset
27727
27728 , um Text zu umrahmen, siehe Abschnitt
27729 \begin_inset space ~
27730 \end_inset
27731
27732
27733 \begin_inset CommandInset ref
27734 LatexCommand ref
27735 reference "uab:Verzierung"
27736
27737 \end_inset
27738
27739 , um Silbentrennung zu verhindern, siehe Abschnitt
27740 \begin_inset space ~
27741 \end_inset
27742
27743
27744 \begin_inset CommandInset ref
27745 LatexCommand ref
27746 reference "abs:Silbentrennung-unterbinden"
27747
27748 \end_inset
27749
27750 , um Text senkrecht auszurichten, siehe Abschnitt
27751 \begin_inset space ~
27752 \end_inset
27753
27754
27755 \begin_inset CommandInset ref
27756 LatexCommand ref
27757 reference "uab:Vertikale-Ausrichtung"
27758
27759 \end_inset
27760
27761  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27762 \begin_inset space ~
27763 \end_inset
27764
27765
27766 \begin_inset CommandInset ref
27767 LatexCommand ref
27768 reference "abs:Farbige-Boxen"
27769
27770 \end_inset
27771
27772 .
27773 \end_layout
27774
27775 \begin_layout Standard
27776 Boxen werden mit 
27777 \family sans
27778 Einfügen\SpecialChar \menuseparator
27779 Box
27780 \family default
27781  oder dem Schalter 
27782 \begin_inset Graphics
27783         filename ../../images/box-insert.png
27784         scale 70
27785         scaleBeforeRotation
27786
27787 \end_inset
27788
27789  eingefügt.
27790  Ein graues Kästchen mit der Aufschrift 
27791 \begin_inset Quotes gld
27792 \end_inset
27793
27794 Box (Minipage)
27795 \begin_inset Quotes grd
27796 \end_inset
27797
27798  erscheint: 
27799 \begin_inset Graphics
27800         filename clipart/StandardBoxQt4.png
27801         scale 85
27802         scaleBeforeRotation
27803
27804 \end_inset
27805
27806  Mit einem Rechts\SpecialChar \-
27807 klick auf das graue Kästchen und der Auswahl von 
27808 \family sans
27809 Einstellungen
27810 \family default
27811  kann der Typ spezifiziert werden.
27812  Das Dialogfenster bietet bei 
27813 \family sans
27814 Innere
27815 \begin_inset space ~
27816 \end_inset
27817
27818 Box
27819 \family default
27820  die Typen 
27821 \family sans
27822 Makebox
27823 \family default
27824
27825 \family sans
27826 Parbox
27827 \family default
27828  und 
27829 \family sans
27830 Minipage
27831 \family default
27832  an.
27833  
27834 \family sans
27835 Minipage
27836 \family default
27837  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27838 \begin_inset space ~
27839 \end_inset
27840
27841
27842 \begin_inset CommandInset ref
27843 LatexCommand ref
27844 reference "abs:Minipage"
27845
27846 \end_inset
27847
27848  beschrieben, 
27849 \family sans
27850 Parbox
27851 \family default
27852  in Abschnitt
27853 \begin_inset space ~
27854 \end_inset
27855
27856
27857 \begin_inset CommandInset ref
27858 LatexCommand ref
27859 reference "abs:Parbox"
27860
27861 \end_inset
27862
27863  und 
27864 \family sans
27865 Makebox
27866 \family default
27867  in 
27868 \begin_inset CommandInset ref
27869 LatexCommand ref
27870 reference "abs:Silbentrennung-unterbinden"
27871
27872 \end_inset
27873
27874 .
27875 \end_layout
27876
27877 \begin_layout Standard
27878 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27879  wie auf Gleitobjekte und Fußnoten.
27880 \end_layout
27881
27882 \begin_layout Standard
27883 \begin_inset Note Greyedout
27884 status open
27885
27886 \begin_layout Plain Layout
27887
27888 \series bold
27889 Bemerkung
27890 \begin_inset space ~
27891 \end_inset
27892
27893 1:
27894 \series default
27895  Boxen dürfen in 
27896 \family sans
27897 List-
27898 \family default
27899  oder 
27900 \family sans
27901 Beschreibung-
27902 \family default
27903 Umgebungen nicht verwendet werden.
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset Note Greyedout
27913 status open
27914
27915 \begin_layout Plain Layout
27916
27917 \series bold
27918 Bemerkung
27919 \begin_inset space ~
27920 \end_inset
27921
27922 2:
27923 \series default
27924  Boxen ohne 
27925 \family sans
27926 Innere
27927 \begin_inset space ~
27928 \end_inset
27929
27930 Box
27931 \family default
27932  und ohne Rahmen werden in Abschnitt
27933 \begin_inset space ~
27934 \end_inset
27935
27936
27937 \begin_inset CommandInset ref
27938 LatexCommand ref
27939 reference "abs:Silbentrennung-unterbinden"
27940
27941 \end_inset
27942
27943  beschrieben.
27944 \end_layout
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \begin_layout Section
27952 Das Box-Einstellungen-Fenster
27953 \begin_inset CommandInset label
27954 LatexCommand label
27955 name "abs:Box-Dialog"
27956
27957 \end_inset
27958
27959
27960 \begin_inset Index idx
27961 status collapsed
27962
27963 \begin_layout Plain Layout
27964 Boxen ! Box-Dialog-Fenster
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Subsection
27973 Box-Größe
27974 \begin_inset Index idx
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 Boxen ! Größe
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 Im 
27988 \family sans
27989 Box-Einstellungen
27990 \family default
27991 -Fenster können Sie die Größe der Box mit 
27992 \family sans
27993 Breite
27994 \family default
27995  und 
27996 \family sans
27997 Höhe 
27998 \family default
27999 festlegen.
28000  Die verfügbaren Einheiten werden in Tabelle
28001 \begin_inset space ~
28002 \end_inset
28003
28004
28005 \begin_inset CommandInset ref
28006 LatexCommand ref
28007 reference "tab:Maßeinheiten"
28008
28009 \end_inset
28010
28011  aufgelistet.
28012  Das Feld
28013 \family sans
28014  Höhe
28015 \family default
28016  bietet die folgenden zusätzlichen Größen:
28017 \end_layout
28018
28019 \begin_layout Description
28020 Tiefe Dies ist die reine Text-
28021 \begin_inset Quotes gld
28022 \end_inset
28023
28024 Höhe
28025 \begin_inset Quotes grd
28026 \end_inset
28027
28028 .
28029  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
28030 \begin_inset Newline newline
28031 \end_inset
28032
28033
28034 \begin_inset Newline newline
28035 \end_inset
28036
28037
28038 \begin_inset Newline newline
28039 \end_inset
28040
28041
28042 \begin_inset Box Boxed
28043 position "c"
28044 hor_pos "c"
28045 has_inner_box 1
28046 inner_pos "c"
28047 use_parbox 0
28048 use_makebox 0
28049 width "12col%"
28050 special "none"
28051 height "1in"
28052 height_special "depth"
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056 \align center
28057 Box-Höhe = 1
28058 \begin_inset space \thinspace{}
28059 \end_inset
28060
28061 Tiefe
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \begin_inset Newline newline
28068 \end_inset
28069
28070
28071 \begin_inset Newline newline
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Description
28078 Höhe Dies ist die Texthöhe innerhalb der Box.
28079  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
28080  Texthöhe setzen: 
28081 \begin_inset Box Boxed
28082 position "c"
28083 hor_pos "c"
28084 has_inner_box 1
28085 inner_pos "c"
28086 use_parbox 0
28087 use_makebox 0
28088 width "20col%"
28089 special "none"
28090 height "2in"
28091 height_special "height"
28092 status collapsed
28093
28094 \begin_layout Plain Layout
28095 \align center
28096 Boxhöhe = 2
28097 \begin_inset space \thinspace{}
28098 \end_inset
28099
28100 Höhe
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Description
28109 Gesamthöhe Dies ist Höhe
28110 \begin_inset space \thinspace{}
28111 \end_inset
28112
28113 +
28114 \begin_inset space \thinspace{}
28115 \end_inset
28116
28117 Tiefe: 
28118 \begin_inset Box Boxed
28119 position "c"
28120 hor_pos "c"
28121 has_inner_box 1
28122 inner_pos "c"
28123 use_parbox 0
28124 use_makebox 0
28125 width "20col%"
28126 special "none"
28127 height "1in"
28128 height_special "totalheight"
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 \align center
28133 Boxhöhe = 1
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 Gesamthöhe
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Description
28146 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
28147 \begin_inset Box Boxed
28148 position "c"
28149 hor_pos "c"
28150 has_inner_box 1
28151 inner_pos "c"
28152 use_parbox 0
28153 use_makebox 0
28154 width "12col%"
28155 special "none"
28156 height "1in"
28157 height_special "width"
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 \align center
28162 Boxhöhe = 1
28163 \begin_inset space \thinspace{}
28164 \end_inset
28165
28166 Breite
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Subsection
28175 Ausrichtung
28176 \begin_inset Index idx
28177 status collapsed
28178
28179 \begin_layout Plain Layout
28180 Boxen ! Ausrichtung
28181 \end_layout
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \begin_layout Standard
28189 Wenn Sie eine 
28190 \family sans
28191 Innere
28192 \begin_inset space ~
28193 \end_inset
28194
28195 Box
28196 \family default
28197  gewählt haben, kann die Box mit folgenden Werten für 
28198 \family sans
28199 Box
28200 \family default
28201  senkrecht ausgerichtet werden:
28202 \end_layout
28203
28204 \begin_layout Description
28205 Oben Dies ist ein Beispieltext.
28206  
28207 \begin_inset Box Boxed
28208 position "t"
28209 hor_pos "c"
28210 has_inner_box 1
28211 inner_pos "c"
28212 use_parbox 0
28213 use_makebox 0
28214 width "20col%"
28215 special "none"
28216 height "1in"
28217 height_special "totalheight"
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 \align center
28222 Die Ober\SpecialChar \-
28223 kante der Box ist in der Zeile.
28224 \end_layout
28225
28226 \end_inset
28227
28228  Dies ist ein Beispieltext.
28229 \end_layout
28230
28231 \begin_layout Description
28232 Mitte Dies ist ein Beispieltext.
28233  
28234 \begin_inset Box Boxed
28235 position "c"
28236 hor_pos "c"
28237 has_inner_box 1
28238 inner_pos "c"
28239 use_parbox 0
28240 use_makebox 0
28241 width "20col%"
28242 special "none"
28243 height "1in"
28244 height_special "totalheight"
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 \align center
28249 Die Mitte der Box ist in der Zeile.
28250 \end_layout
28251
28252 \end_inset
28253
28254  Dies ist ein Beispieltext.
28255 \end_layout
28256
28257 \begin_layout Description
28258 Unten Dies ist ein Beispieltext.
28259  
28260 \begin_inset Box Boxed
28261 position "b"
28262 hor_pos "c"
28263 has_inner_box 1
28264 inner_pos "c"
28265 use_parbox 0
28266 use_makebox 0
28267 width "20col%"
28268 special "none"
28269 height "1in"
28270 height_special "totalheight"
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274 \align center
28275 Die Unter\SpecialChar \-
28276 kante der Box ist in der Zeile.
28277 \end_layout
28278
28279 \end_inset
28280
28281  Dies ist ein Beispieltext.
28282 \end_layout
28283
28284 \begin_layout Standard
28285 \begin_inset Note Greyedout
28286 status open
28287
28288 \begin_layout Plain Layout
28289
28290 \series bold
28291 Bemerkung:
28292 \series default
28293  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
28294  Boxen in einer Zeile sind und eine Box z.
28295 \begin_inset space \thinspace{}
28296 \end_inset
28297
28298 B.
28299  schattiert ist, die andere aber nicht.
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Standard
28308 Eine Box kann mit dem Dialog 
28309 \family sans
28310 Absatz-Einstellungen
28311 \family default
28312  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
28313 \end_layout
28314
28315 \begin_layout Standard
28316 \begin_inset VSpace bigskip
28317 \end_inset
28318
28319 Wenn Sie eine 
28320 \family sans
28321 Innere
28322 \begin_inset space ~
28323 \end_inset
28324
28325 Box
28326 \family default
28327  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
28328 \family sans
28329 Inhalt
28330 \family default
28331  senkrecht ausgerichtet werden:
28332 \end_layout
28333
28334 \begin_layout Description
28335 Oben Dies ist ein Beispieltext.
28336  
28337 \begin_inset Box Boxed
28338 position "c"
28339 hor_pos "c"
28340 has_inner_box 1
28341 inner_pos "t"
28342 use_parbox 0
28343 use_makebox 0
28344 width "20col%"
28345 special "none"
28346 height "1.5in"
28347 height_special "totalheight"
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 \align center
28352 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
28353 \end_layout
28354
28355 \end_inset
28356
28357  Dies ist ein Beispieltext.
28358 \end_layout
28359
28360 \begin_layout Description
28361 Mitte Dies ist ein Beispieltext.
28362  
28363 \begin_inset Box Boxed
28364 position "c"
28365 hor_pos "c"
28366 has_inner_box 1
28367 inner_pos "c"
28368 use_parbox 0
28369 use_makebox 0
28370 width "20col%"
28371 special "none"
28372 height "1.5in"
28373 height_special "totalheight"
28374 status collapsed
28375
28376 \begin_layout Plain Layout
28377 \align center
28378 Der Boxinhalt ist zentriert ausgerichtet.
28379 \end_layout
28380
28381 \end_inset
28382
28383  Dies ist ein Beispieltext.
28384 \end_layout
28385
28386 \begin_layout Description
28387 Unten Dies ist ein Beispieltext.
28388  
28389 \begin_inset Box Boxed
28390 position "c"
28391 hor_pos "c"
28392 has_inner_box 1
28393 inner_pos "b"
28394 use_parbox 0
28395 use_makebox 0
28396 width "20col%"
28397 special "none"
28398 height "1.5in"
28399 height_special "totalheight"
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 \align center
28404 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
28405 \end_layout
28406
28407 \end_inset
28408
28409  Dies ist ein Beispieltext.
28410 \end_layout
28411
28412 \begin_layout Description
28413 Dehnen Dies ist ein Beispieltext.
28414  
28415 \begin_inset Box Boxed
28416 position "c"
28417 hor_pos "c"
28418 has_inner_box 1
28419 inner_pos "s"
28420 use_parbox 0
28421 use_makebox 0
28422 width "20col%"
28423 special "none"
28424 height "1in"
28425 height_special "totalheight"
28426 status collapsed
28427
28428 \begin_layout Plain Layout
28429 \align center
28430 Der Boxinhalt
28431 \end_layout
28432
28433 \begin_layout Plain Layout
28434 \align center
28435 ist über die
28436 \end_layout
28437
28438 \begin_layout Plain Layout
28439 \align center
28440 Boxhöhe
28441 \end_layout
28442
28443 \begin_layout Plain Layout
28444 \align center
28445 gleichmäßig verteilt.
28446 \end_layout
28447
28448 \end_inset
28449
28450  Dies ist ein Beispieltext.
28451 \end_layout
28452
28453 \begin_layout Standard
28454 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28455  besteht.
28456  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28457 \end_layout
28458
28459 \begin_layout Standard
28460 Ein Boxinhalt kann mit dem Dialog 
28461 \family sans
28462 Absatz-Einstellungen
28463 \family default
28464  waagerecht ausgerichtet werden, wenn Sie eine
28465 \family sans
28466  Innere
28467 \begin_inset space ~
28468 \end_inset
28469
28470 Box
28471 \family default
28472  gewählt haben.
28473 \end_layout
28474
28475 \begin_layout Standard
28476 \align center
28477 \begin_inset Box Boxed
28478 position "c"
28479 hor_pos "c"
28480 has_inner_box 1
28481 inner_pos "s"
28482 use_parbox 0
28483 use_makebox 0
28484 width "30col%"
28485 special "none"
28486 height "1.25in"
28487 height_special "totalheight"
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 \align left
28492 Hier ist jede Zeile
28493 \end_layout
28494
28495 \begin_layout Plain Layout
28496 \align center
28497 anders
28498 \end_layout
28499
28500 \begin_layout Plain Layout
28501 \align right
28502 ausgerichtet.
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Standard
28511 Wenn Sie keine
28512 \family sans
28513  Innere
28514 \begin_inset space ~
28515 \end_inset
28516
28517 Box
28518 \family default
28519  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28520 \family sans
28521 Box-Einstellungen-
28522 \family default
28523 Dialog ausrichten
28524 \end_layout
28525
28526 \begin_layout Standard
28527 \align center
28528 \begin_inset Box Boxed
28529 position "c"
28530 hor_pos "s"
28531 has_inner_box 0
28532 inner_pos "s"
28533 use_parbox 0
28534 use_makebox 0
28535 width "90col%"
28536 special "none"
28537 height "1.25in"
28538 height_special "totalheight"
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 Dieser Boxinhalt wurde horizontal gedehnt.
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \end_layout
28549
28550 \begin_layout Subsection
28551 Verzierung
28552 \begin_inset CommandInset label
28553 LatexCommand label
28554 name "uab:Verzierung"
28555
28556 \end_inset
28557
28558
28559 \begin_inset Index idx
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 Boxen ! Verzierung
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Standard
28572 Im 
28573 \family sans
28574 Box-Einstellungen-
28575 \family default
28576 Dialog können Sie mit der 
28577 \family sans
28578 Verzierung
28579 \family default
28580  den Typ der Box auswählen:
28581 \end_layout
28582
28583 \begin_layout Description
28584 Kein
28585 \begin_inset space ~
28586 \end_inset
28587
28588 Rahmen Nichts wird gezeichnet.
28589 \end_layout
28590
28591 \begin_layout Description
28592 Einfacher
28593 \begin_inset space ~
28594 \end_inset
28595
28596 rechteckiger
28597 \begin_inset space ~
28598 \end_inset
28599
28600 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28601  Die Rahmendicke wird durch 
28602 \series bold
28603
28604 \backslash
28605 fboxrule
28606 \series default
28607  festgelegt.
28608  
28609 \begin_inset Box Boxed
28610 position "c"
28611 hor_pos "c"
28612 has_inner_box 1
28613 inner_pos "c"
28614 use_parbox 0
28615 use_makebox 0
28616 width "21col%"
28617 special "none"
28618 height "1in"
28619 height_special "totalheight"
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623
28624 \series medium
28625 Rechteckige
28626 \begin_inset space ~
28627 \end_inset
28628
28629 Box
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \begin_layout Description
28638 erlaube
28639 \begin_inset space ~
28640 \end_inset
28641
28642 Seitenumbrüche 
28643 \end_layout
28644
28645 \begin_layout Description
28646 Ovaler
28647 \begin_inset space ~
28648 \end_inset
28649
28650 Rahmen,
28651 \begin_inset space ~
28652 \end_inset
28653
28654 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28655  Die Rahmendicke ist 0.4
28656 \begin_inset space \thinspace{}
28657 \end_inset
28658
28659 pt.
28660  
28661 \begin_inset Box ovalbox
28662 position "c"
28663 hor_pos "c"
28664 has_inner_box 1
28665 inner_pos "c"
28666 use_parbox 0
28667 use_makebox 0
28668 width "20col%"
28669 special "none"
28670 height "1in"
28671 height_special "totalheight"
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Ovale
28676 \begin_inset space ~
28677 \end_inset
28678
28679 Box,
28680 \begin_inset space ~
28681 \end_inset
28682
28683 dünn
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Description
28692 Ovaler
28693 \begin_inset space ~
28694 \end_inset
28695
28696 Rahmen,
28697 \begin_inset space ~
28698 \end_inset
28699
28700 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28701  Die Rahmendicke ist 0.8
28702 \begin_inset space \thinspace{}
28703 \end_inset
28704
28705 pt.
28706  
28707 \begin_inset Box Ovalbox
28708 position "c"
28709 hor_pos "c"
28710 has_inner_box 1
28711 inner_pos "c"
28712 use_parbox 0
28713 use_makebox 0
28714 width "20col%"
28715 special "none"
28716 height "1in"
28717 height_special "totalheight"
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 Ovale
28722 \begin_inset space ~
28723 \end_inset
28724
28725 Box,
28726 \begin_inset space ~
28727 \end_inset
28728
28729 dick
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Description
28738 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28739  Die Rahmendicke wird durch 
28740 \series bold
28741
28742 \backslash
28743 fboxrule
28744 \series default
28745  festgelegt, der Schatten ist 4
28746 \begin_inset space \thinspace{}
28747 \end_inset
28748
28749 pt breit.
28750 \begin_inset Newline newline
28751 \end_inset
28752
28753
28754 \begin_inset Box Shadowbox
28755 position "c"
28756 hor_pos "c"
28757 has_inner_box 1
28758 inner_pos "c"
28759 use_parbox 0
28760 use_makebox 0
28761 width "20col%"
28762 special "none"
28763 height "1in"
28764 height_special "totalheight"
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768 Schattierte
28769 \begin_inset space ~
28770 \end_inset
28771
28772 Box
28773 \end_layout
28774
28775 \end_inset
28776
28777
28778 \end_layout
28779
28780 \begin_layout Description
28781 Schattierter
28782 \begin_inset space ~
28783 \end_inset
28784
28785 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28786  Im Gegensatz zu farbigen Boxen
28787 \begin_inset Foot
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791 siehe Abschnitt
28792 \begin_inset space ~
28793 \end_inset
28794
28795
28796 \begin_inset CommandInset ref
28797 LatexCommand ref
28798 reference "abs:Farbige-Boxen"
28799
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \end_inset
28806
28807  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28808  die Box ist ein Absatz für sich.
28809  
28810 \begin_inset Box Shaded
28811 position "t"
28812 hor_pos "c"
28813 has_inner_box 0
28814 inner_pos "t"
28815 use_parbox 0
28816 use_makebox 0
28817 width "50col%"
28818 special "none"
28819 height "1in"
28820 height_special "totalheight"
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824 Schattierter Hintergrund Box
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Description
28833 Doppelter
28834 \begin_inset space ~
28835 \end_inset
28836
28837 rechteckiger
28838 \begin_inset space ~
28839 \end_inset
28840
28841 Rahmen zeichnet einen doppelten Rahmen um die Box.
28842  Der innere Rahmen ist 0.75
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846
28847 \series bold
28848
28849 \backslash
28850 fboxrule
28851 \series default
28852  breit, der äußere 1.5
28853 \begin_inset space \thinspace{}
28854 \end_inset
28855
28856
28857 \series bold
28858
28859 \backslash
28860 fboxrule
28861 \series default
28862 , der Zwischenraum 1.5
28863 \begin_inset space \thinspace{}
28864 \end_inset
28865
28866
28867 \series bold
28868
28869 \backslash
28870 fboxrule
28871 \series default
28872
28873 \begin_inset space \thinspace{}
28874 \end_inset
28875
28876 +
28877 \begin_inset space \thinspace{}
28878 \end_inset
28879
28880 0.5
28881 \begin_inset space \thinspace{}
28882 \end_inset
28883
28884 pt.
28885  
28886 \begin_inset Box Doublebox
28887 position "c"
28888 hor_pos "c"
28889 has_inner_box 1
28890 inner_pos "c"
28891 use_parbox 0
28892 use_makebox 0
28893 width "20col%"
28894 special "none"
28895 height "1in"
28896 height_special "totalheight"
28897 status collapsed
28898
28899 \begin_layout Plain Layout
28900 Doppelt
28901 \begin_inset space ~
28902 \end_inset
28903
28904 gerahmte
28905 \begin_inset space ~
28906 \end_inset
28907
28908 Box
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset VSpace bigskip
28918 \end_inset
28919
28920 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28921  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28922 \series bold
28923 fancybox
28924 \series default
28925
28926 \begin_inset Index idx
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 LaTeX-Pakete ! fancybox
28931 \end_layout
28932
28933 \end_inset
28934
28935  installiert sein.
28936 \end_layout
28937
28938 \begin_layout Standard
28939 \begin_inset VSpace bigskip
28940 \end_inset
28941
28942 Wenn Sie die Verzierung 
28943 \family sans
28944 Einfacher rechteckiger Rahmen
28945 \family default
28946  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28947  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28948  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28949  für sich ist und 
28950 \series bold
28951
28952 \backslash
28953 fboxrule
28954 \series default
28955  und 
28956 \series bold
28957
28958 \backslash
28959 fboxsep
28960 \series default
28961  keinen Einfluss auf diesen Box Typ haben.
28962  Die Rahmendicke wird durch 
28963 \series bold
28964
28965 \backslash
28966 FrameRule
28967 \series default
28968  festgelegt.
28969  
28970 \begin_inset Box Framed
28971 position "t"
28972 hor_pos "c"
28973 has_inner_box 0
28974 inner_pos "t"
28975 use_parbox 0
28976 use_makebox 0
28977 width "100col%"
28978 special "none"
28979 height "1in"
28980 height_special "totalheight"
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 Box erlaubt Seitenumbruch
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \begin_layout Section
28993 Box-Anpassung
28994 \begin_inset Index idx
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998 Boxen ! Anpassung
28999 \end_layout
29000
29001 \end_inset
29002
29003
29004 \end_layout
29005
29006 \begin_layout Standard
29007 Der Standardwert für 
29008 \series bold
29009
29010 \backslash
29011 fboxrule
29012 \series default
29013  ist 0.4
29014 \begin_inset space \thinspace{}
29015 \end_inset
29016
29017 pt.
29018  Mit dem folgenden TeX-Code-Befehl kann er auf 2
29019 \begin_inset space \thinspace{}
29020 \end_inset
29021
29022 pt gesetzt werden:
29023 \end_layout
29024
29025 \begin_layout Standard
29026
29027 \series bold
29028
29029 \backslash
29030 setlength{
29031 \backslash
29032 fboxrule}{2pt}
29033 \end_layout
29034
29035 \begin_layout Standard
29036 \begin_inset ERT
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040
29041
29042 \backslash
29043 setlength{
29044 \backslash
29045 fboxrule}{2pt}
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \begin_inset Box Boxed
29052 position "c"
29053 hor_pos "c"
29054 has_inner_box 1
29055 inner_pos "c"
29056 use_parbox 0
29057 use_makebox 0
29058 width "30col%"
29059 special "none"
29060 height "1in"
29061 height_special "totalheight"
29062 status open
29063
29064 \begin_layout Plain Layout
29065 \align center
29066 Rechteckige Box mit einer Rahmenbreite von 2
29067 \begin_inset space \thinspace{}
29068 \end_inset
29069
29070 pt
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081
29082 \backslash
29083 setlength{
29084 \backslash
29085 fboxrule}{0.4pt}
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \begin_inset VSpace bigskip
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Standard
29098 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
29099 \begin_inset space \thinspace{}
29100 \end_inset
29101
29102 pt.
29103  Sie können das ändern, indem Sie den Wert von 
29104 \series bold
29105
29106 \backslash
29107 fboxsep
29108 \series default
29109  mit einem TeX-Code-Befehl ändern:
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 setlength{
29118 \backslash
29119 fboxsep}{10pt}
29120 \end_layout
29121
29122 \begin_layout Standard
29123 setzt den Wert auf 10
29124 \begin_inset space \thinspace{}
29125 \end_inset
29126
29127 pt, wie in der folgenden Box:
29128 \end_layout
29129
29130 \begin_layout Standard
29131 \begin_inset ERT
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135
29136
29137 \backslash
29138 setlength{
29139 \backslash
29140 fboxsep}{10pt}
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \begin_inset Box Boxed
29147 position "c"
29148 hor_pos "c"
29149 has_inner_box 1
29150 inner_pos "c"
29151 use_parbox 0
29152 use_makebox 0
29153 width "25col%"
29154 special "none"
29155 height "1in"
29156 height_special "totalheight"
29157 status open
29158
29159 \begin_layout Plain Layout
29160 \align center
29161 Rechteckige Box mit 
29162 \series bold
29163
29164 \backslash
29165 fboxsep
29166 \series default
29167
29168 \begin_inset space \thinspace{}
29169 \end_inset
29170
29171 =
29172 \begin_inset space \thinspace{}
29173 \end_inset
29174
29175 10
29176 \begin_inset space \thinspace{}
29177 \end_inset
29178
29179 pt
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \begin_inset ERT
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189
29190
29191 \backslash
29192 setlength{
29193 \backslash
29194 fboxsep}{3pt}
29195 \end_layout
29196
29197 \end_inset
29198
29199
29200 \end_layout
29201
29202 \begin_layout Standard
29203 \noindent
29204 \begin_inset VSpace bigskip
29205 \end_inset
29206
29207 Der Durchmesser der abgerundeten Ecken kann mit 
29208 \series bold
29209
29210 \backslash
29211 cornersize
29212 \series default
29213  gesetzt werden.
29214  Der TeX-Code-Befehl
29215 \end_layout
29216
29217 \begin_layout Standard
29218
29219 \series bold
29220
29221 \backslash
29222 cornersize*{1cm}
29223 \end_layout
29224
29225 \begin_layout Standard
29226 setzt den Durchmesser auf 1
29227 \begin_inset space \thinspace{}
29228 \end_inset
29229
29230 cm.
29231  Der TeX-Code-Befehl
29232 \end_layout
29233
29234 \begin_layout Standard
29235
29236 \series bold
29237
29238 \backslash
29239 cornersize{num}
29240 \end_layout
29241
29242 \begin_layout Standard
29243 setzt den Durchmesser auf 
29244 \family sans
29245 num
29246 \begin_inset space \thinspace{}
29247 \end_inset
29248
29249 ×
29250 \begin_inset space \thinspace{}
29251 \end_inset
29252
29253 Minimum(Breite der Box, Höhe der Box)
29254 \family default
29255 .
29256  Der Standardwert ist 
29257 \series bold
29258
29259 \backslash
29260 cornersize{0.5}
29261 \series default
29262 .
29263 \end_layout
29264
29265 \begin_layout Standard
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 cornersize*{1.5cm}
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \begin_inset Box Ovalbox
29280 position "c"
29281 hor_pos "c"
29282 has_inner_box 1
29283 inner_pos "c"
29284 use_parbox 0
29285 use_makebox 0
29286 width "30col%"
29287 special "none"
29288 height "1in"
29289 height_special "totalheight"
29290 status open
29291
29292 \begin_layout Plain Layout
29293 \align center
29294 Ovale Box, dicker Rand, mit 
29295 \series bold
29296
29297 \backslash
29298 cornersize
29299 \series default
29300
29301 \begin_inset space \thinspace{}
29302 \end_inset
29303
29304 =
29305 \begin_inset space \thinspace{}
29306 \end_inset
29307
29308 1.5
29309 \begin_inset space \thinspace{}
29310 \end_inset
29311
29312 cm
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323
29324 \backslash
29325 cornersize{0.5}
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset VSpace bigskip
29335 \end_inset
29336
29337 Die Breite des Schattens wird mit 
29338 \series bold
29339
29340 \backslash
29341 shadowsize
29342 \series default
29343  festgelegt.
29344  Mit dem TeX-Code-Befehl
29345 \end_layout
29346
29347 \begin_layout Standard
29348
29349 \series bold
29350
29351 \backslash
29352 setlength{
29353 \backslash
29354 shadowsize}{2pt}
29355 \end_layout
29356
29357 \begin_layout Standard
29358 wird er für die folgende Box auf 2
29359 \begin_inset space \thinspace{}
29360 \end_inset
29361
29362 pt festgelegt.
29363 \end_layout
29364
29365 \begin_layout Standard
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371
29372 \backslash
29373 setlength{
29374 \backslash
29375 shadowsize}{2pt}
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \begin_inset Box Shadowbox
29382 position "c"
29383 hor_pos "c"
29384 has_inner_box 1
29385 inner_pos "c"
29386 use_parbox 0
29387 use_makebox 0
29388 width "25col%"
29389 special "none"
29390 height "1in"
29391 height_special "totalheight"
29392 status open
29393
29394 \begin_layout Plain Layout
29395 \align center
29396 Schattierte Box mit 
29397 \series bold
29398
29399 \backslash
29400 shadowsize
29401 \series default
29402
29403 \begin_inset space \thinspace{}
29404 \end_inset
29405
29406 =
29407 \begin_inset space \thinspace{}
29408 \end_inset
29409
29410 2
29411 \begin_inset space \thinspace{}
29412 \end_inset
29413
29414 pt
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \begin_inset ERT
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424
29425
29426 \backslash
29427 setlength{
29428 \backslash
29429 shadowsize}{4pt}
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \begin_inset VSpace bigskip
29439 \end_inset
29440
29441 Der Standardwert für 
29442 \series bold
29443
29444 \backslash
29445 FrameRule
29446 \series default
29447  ist 0.4
29448 \begin_inset space \thinspace{}
29449 \end_inset
29450
29451 pt.
29452  Der Standard-Abstand zwischen Rahmen und Text ist 9
29453 \begin_inset space \thinspace{}
29454 \end_inset
29455
29456 pt und kann mit dem Wert für 
29457 \series bold
29458
29459 \backslash
29460 FrameSep
29461 \series default
29462  geändert werden.
29463  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29464  TeX-Code Befehlen geändert:
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 \series bold
29470
29471 \backslash
29472 setlength{
29473 \backslash
29474 FrameRule}{5pt}
29475 \begin_inset Newline newline
29476 \end_inset
29477
29478
29479 \backslash
29480 setlength{
29481 \backslash
29482 FrameSep}{0.5cm}
29483 \end_layout
29484
29485 \begin_layout Standard
29486 \begin_inset ERT
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490
29491
29492 \backslash
29493 setlength{
29494 \backslash
29495 FrameRule}{5pt}
29496 \end_layout
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 setlength{
29503 \backslash
29504 FrameSep}{0.5cm}
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \begin_inset Box Framed
29511 position "t"
29512 hor_pos "c"
29513 has_inner_box 0
29514 inner_pos "t"
29515 use_parbox 0
29516 use_makebox 0
29517 width "100col%"
29518 special "none"
29519 height "1in"
29520 height_special "totalheight"
29521 status open
29522
29523 \begin_layout Plain Layout
29524 Dies ist Text in einer 
29525 \family sans
29526 Seitenumbruch erlaubt
29527 \family default
29528  Box.
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539
29540 \backslash
29541 setlength{
29542 \backslash
29543 FrameRule}{0.4pt}
29544 \end_layout
29545
29546 \begin_layout Plain Layout
29547
29548
29549 \backslash
29550 setlength{
29551 \backslash
29552 FrameSep}{9pt}
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 \begin_inset VSpace bigskip
29562 \end_inset
29563
29564 Für Boxen mit 
29565 \family sans
29566 schattiertem Hintergrund
29567 \family default
29568  beträgt der Abstand zwischen Rand und Text 3
29569 \begin_inset space \thinspace{}
29570 \end_inset
29571
29572 pt und kann mit 
29573 \series bold
29574
29575 \backslash
29576 fboxsep
29577 \series default
29578  geändert werden.
29579  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29580  
29581 \series bold
29582
29583 \backslash
29584 definecolor{shadecolor}
29585 \series default
29586  oder global über das Menü 
29587 \family sans
29588 Werkzeuge\SpecialChar \menuseparator
29589 Einstellungen\SpecialChar \menuseparator
29590 Farben\SpecialChar \menuseparator
29591 Schattierte
29592 \begin_inset space ~
29593 \end_inset
29594
29595 Box
29596 \family default
29597  geändert werden.
29598  Das Schema des 
29599 \series bold
29600
29601 \backslash
29602 definecolor
29603 \series default
29604  Befehls ist  in Abschnitt
29605 \begin_inset space ~
29606 \end_inset
29607
29608
29609 \begin_inset CommandInset ref
29610 LatexCommand ref
29611 reference "abs:Farbige-Tabellen"
29612
29613 \end_inset
29614
29615  erklärt.
29616 \begin_inset Foot
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Beachten Sie, dass 
29621 \series bold
29622
29623 \backslash
29624 definecolor
29625 \series default
29626  das LaTeX-Paket 
29627 \series bold
29628 color
29629 \series default
29630  im LaTeX-Vorspann benötigt, siehe Abschnitt
29631 \begin_inset space ~
29632 \end_inset
29633
29634
29635 \begin_inset CommandInset ref
29636 LatexCommand ref
29637 reference "abs:Farbige-Boxen"
29638
29639 \end_inset
29640
29641 .
29642 \end_layout
29643
29644 \end_inset
29645
29646  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29647 \end_layout
29648
29649 \begin_layout Standard
29650
29651 \series bold
29652
29653 \backslash
29654 setlength{
29655 \backslash
29656 fboxsep}{0.5cm}
29657 \begin_inset Newline newline
29658 \end_inset
29659
29660
29661 \backslash
29662 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29663 \end_layout
29664
29665 \begin_layout Standard
29666 \begin_inset ERT
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670
29671
29672 \backslash
29673 setlength{
29674 \backslash
29675 fboxsep}{0.5cm}
29676 \end_layout
29677
29678 \begin_layout Plain Layout
29679
29680
29681 \backslash
29682 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \begin_inset Box Shaded
29689 position "t"
29690 hor_pos "c"
29691 has_inner_box 0
29692 inner_pos "t"
29693 use_parbox 0
29694 use_makebox 0
29695 width "100col%"
29696 special "none"
29697 height "1in"
29698 height_special "totalheight"
29699 status open
29700
29701 \begin_layout Plain Layout
29702
29703 \color yellow
29704 Dies ist gelber Text in einer 
29705 \family sans
29706 schattierten Hintergrund
29707 \begin_inset space ~
29708 \end_inset
29709
29710
29711 \family default
29712 Box auf dunkelgrünem Hintergrund.
29713 \end_layout
29714
29715 \end_inset
29716
29717
29718 \begin_inset ERT
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722
29723
29724 \backslash
29725 setlength{
29726 \backslash
29727 fboxsep}{3pt}
29728 \end_layout
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 definecolor{shadecolor}{rgb}{1,0,0}
29735 \end_layout
29736
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Standard
29743 \begin_inset VSpace bigskip
29744 \end_inset
29745
29746 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29747  der sie ändert.
29748 \end_layout
29749
29750 \begin_layout Section
29751 Minipage
29752 \begin_inset CommandInset label
29753 LatexCommand label
29754 name "abs:Minipage"
29755
29756 \end_inset
29757
29758
29759 \begin_inset Index idx
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Boxen ! Minipage
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29773  deshalb unter anderem eigene Fußnoten haben.
29774 \end_layout
29775
29776 \begin_layout Standard
29777 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29782  Ihre Breite ist 45 Spaltenbreite
29783 \begin_inset space ~
29784 \end_inset
29785
29786 %, und sie sind durch einen 
29787 \family sans
29788 HFill
29789 \family default
29790  getrennt (
29791 \family sans
29792 Einfügen\SpecialChar \menuseparator
29793 Formatierung\SpecialChar \menuseparator
29794 Horizontaler
29795 \begin_inset space \space{}
29796 \end_inset
29797
29798 Abstand\SpecialChar \menuseparator
29799 Abstand\SpecialChar \menuseparator
29800 Variabler
29801 \begin_inset space ~
29802 \end_inset
29803
29804 horiz.
29805 \begin_inset space ~
29806 \end_inset
29807
29808 Abstand
29809 \family default
29810 ).
29811 \begin_inset Newpage newpage
29812 \end_inset
29813
29814
29815 \end_layout
29816
29817 \begin_layout Standard
29818 \noindent
29819 \begin_inset Box Frameless
29820 position "t"
29821 hor_pos "c"
29822 has_inner_box 1
29823 inner_pos "c"
29824 use_parbox 0
29825 use_makebox 0
29826 width "45col%"
29827 special "none"
29828 height "1in"
29829 height_special "totalheight"
29830 status open
29831
29832 \begin_layout Plain Layout
29833 Dies ist ein deutscher Text.
29834  Dies ist ein deutscher Text.
29835  Dies ist ein deutscher Text.
29836  Dies ist ein deutscher Text.
29837  Dies ist ein deutscher Text.
29838  Dies ist ein deutscher Text.
29839  Dies ist ein deutscher Text.
29840  Dies ist ein deutscher Text.
29841  Dies ist ein deutscher Text.
29842  Dies ist ein deutscher Text.
29843  Dies ist ein deutscher Text.
29844  Dies ist ein deutscher Text.
29845  Dies ist ein deutscher Text
29846 \begin_inset Foot
29847 status open
29848
29849 \begin_layout Plain Layout
29850 Dies ist eine deutsche Fußnote.
29851 \end_layout
29852
29853 \end_inset
29854
29855 .
29856  Dies ist ein deutscher Text.
29857  Dies ist ein deutscher Text.
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \begin_inset space \hfill{}
29864 \end_inset
29865
29866
29867 \begin_inset Box Frameless
29868 position "t"
29869 hor_pos "c"
29870 has_inner_box 1
29871 inner_pos "c"
29872 use_parbox 0
29873 use_makebox 0
29874 width "45col%"
29875 special "none"
29876 height "1in"
29877 height_special "totalheight"
29878 status open
29879
29880 \begin_layout Plain Layout
29881
29882 \lang english
29883 This is an English Text.
29884  This is an English Text.
29885  This is an English Text.
29886  This is an English Text.
29887  This is an English Text.
29888  This is an English Text.
29889  This is an English Text.
29890  This is an English Text.
29891  This is an English Text.
29892  This is an English Text.
29893  This is an English Text.
29894  This is an English Text.
29895  This is an English Text.
29896  This is an English Text.
29897  This is an English Text.
29898  This is an English Text.
29899 \begin_inset Foot
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904 \lang english
29905 This is an English footnote.
29906 \end_layout
29907
29908 \end_inset
29909
29910  This is an English Text.
29911  
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset VSpace bigskip
29921 \end_inset
29922
29923 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29924  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29925  Absätze nicht eingerückt werden, obwohl Sie das in 
29926 \family sans
29927 Dokument
29928 \family default
29929 \SpecialChar \menuseparator
29930
29931 \family sans
29932 Einstellun\SpecialChar \-
29933 gen\SpecialChar \menuseparator
29934 Textformat
29935 \family default
29936  festgelegt haben.
29937  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29938  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29939 \series bold
29940
29941 \backslash
29942 hspace*{1em}
29943 \series default
29944 .
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29949  zu verpassen, siehe Abschnitt
29950 \begin_inset space ~
29951 \end_inset
29952
29953
29954 \begin_inset CommandInset ref
29955 LatexCommand ref
29956 reference "uab:Farbe-für-Absätze"
29957
29958 \end_inset
29959
29960 .
29961 \end_layout
29962
29963 \begin_layout Standard
29964 \begin_inset Note Greyedout
29965 status open
29966
29967 \begin_layout Plain Layout
29968
29969 \series bold
29970 Bemerkung:
29971 \series default
29972  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29973  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Section
29982 Parbox
29983 \begin_inset CommandInset label
29984 LatexCommand label
29985 name "abs:Parbox"
29986
29987 \end_inset
29988
29989
29990 \begin_inset Index idx
29991 status collapsed
29992
29993 \begin_layout Plain Layout
29994 Boxen ! Parbox
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Standard
30003 Parbox ist eine Abkürzung für 
30004 \begin_inset Quotes gld
30005 \end_inset
30006
30007 paragraph box
30008 \begin_inset Quotes grd
30009 \end_inset
30010
30011 , was Absatzbox bedeutet.
30012  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
30013  in Parboxen nicht ausgegeben werden:
30014 \end_layout
30015
30016 \begin_layout Standard
30017 \align center
30018 \begin_inset Box Frameless
30019 position "t"
30020 hor_pos "c"
30021 has_inner_box 1
30022 inner_pos "t"
30023 use_parbox 1
30024 use_makebox 0
30025 width "33col%"
30026 special "none"
30027 height "1in"
30028 height_special "totalheight"
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Dies ist Text in einer Parbox.
30033  Dies ist Text in einer Parbox.
30034 \end_layout
30035
30036 \begin_layout Plain Layout
30037 Diese Fußnote wird nicht gedruckt:
30038 \begin_inset Foot
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \end_layout
30054
30055 \begin_layout Section
30056 Boxen für Worte und Buchstaben
30057 \begin_inset Index idx
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Boxen ! für Buchstaben
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Subsection
30070 Silbentrennung unterbinden
30071 \begin_inset CommandInset label
30072 LatexCommand label
30073 name "abs:Silbentrennung-unterbinden"
30074
30075 \end_inset
30076
30077
30078 \begin_inset Index idx
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 Boxen ! zur Vermeidung von Silbentrennung
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Standard
30091 Sie können den Boxtyp 
30092 \family sans
30093 Makebox
30094 \family default
30095  benutzen, um Silbentrennungen zu unterbinden.
30096 \begin_inset Newline newline
30097 \end_inset
30098
30099 Hier ist ein Beispiel: 
30100 \end_layout
30101
30102 \begin_layout Standard
30103 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
30104 \begin_inset Quotes gld
30105 \end_inset
30106
30107 einsehrsehrsehrlangeswort
30108 \begin_inset Quotes grd
30109 \end_inset
30110
30111 .
30112 \end_layout
30113
30114 \begin_layout Standard
30115 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
30116  Innere
30117 \begin_inset space ~
30118 \end_inset
30119
30120 Box auf Makebox und deren Breite auf 1
30121 \begin_inset space \thinspace{}
30122 \end_inset
30123
30124 Width.
30125 \end_layout
30126
30127 \begin_layout Standard
30128 Hier ist das Ergebnis:
30129 \end_layout
30130
30131 \begin_layout Standard
30132 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30133 \begin_inset Box Frameless
30134 position "t"
30135 hor_pos "c"
30136 has_inner_box 1
30137 inner_pos "t"
30138 use_parbox 0
30139 use_makebox 1
30140 width "1in"
30141 special "width"
30142 height "1in"
30143 height_special "totalheight"
30144 status open
30145
30146 \begin_layout Plain Layout
30147 \begin_inset Quotes gld
30148 \end_inset
30149
30150 einsehrsehrsehrlangeswort
30151 \begin_inset Quotes grd
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \end_inset
30158
30159 .
30160 \end_layout
30161
30162 \begin_layout Standard
30163 Alternativ dazu kann man auch den Befehl 
30164 \begin_inset Quotes gld
30165 \end_inset
30166
30167
30168 \series bold
30169
30170 \backslash
30171 -
30172 \series default
30173
30174 \begin_inset Quotes grd
30175 \end_inset
30176
30177  als TeX-Code direkt vor das Wort setzen:
30178 \end_layout
30179
30180 \begin_layout Standard
30181 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30182 \begin_inset Quotes gld
30183 \end_inset
30184
30185
30186 \begin_inset ERT
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191
30192 \backslash
30193 -
30194 \end_layout
30195
30196 \end_inset
30197
30198 einsehrsehrsehrlangeswort
30199 \begin_inset Quotes grd
30200 \end_inset
30201
30202 .
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
30207  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
30208 \family sans
30209 Strg-Eingabe
30210 \family default
30211 ) einfügen: 
30212 \end_layout
30213
30214 \begin_layout Standard
30215 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
30216 \begin_inset Newline newline
30217 \end_inset
30218
30219
30220 \begin_inset Box Frameless
30221 position "t"
30222 hor_pos "c"
30223 has_inner_box 1
30224 inner_pos "t"
30225 use_parbox 0
30226 use_makebox 1
30227 width "1in"
30228 special "width"
30229 height "1in"
30230 height_special "totalheight"
30231 status open
30232
30233 \begin_layout Plain Layout
30234 \begin_inset Quotes gld
30235 \end_inset
30236
30237 einsehrsehrsehrlangeswort
30238 \begin_inset Quotes grd
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \end_inset
30245
30246 .
30247 \end_layout
30248
30249 \begin_layout Subsection
30250 Vertikale Ausrichtung
30251 \begin_inset CommandInset label
30252 LatexCommand label
30253 name "uab:Vertikale-Ausrichtung"
30254
30255 \end_inset
30256
30257
30258 \begin_inset Index idx
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 Boxen ! für Vertikale Ausrichtung
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset Index idx
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272 Boxen ! raisebox
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \end_layout
30279
30280 \begin_layout Standard
30281 Mit dem LaTeX-Befehl 
30282 \series bold
30283
30284 \backslash
30285 raisebox
30286 \series default
30287  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
30288 n Textes ausrichten.
30289  
30290 \series bold
30291
30292 \backslash
30293 raisebox
30294 \series default
30295  wird folgendermaßen benutzt:
30296 \end_layout
30297
30298 \begin_layout Standard
30299
30300 \series bold
30301
30302 \backslash
30303 raisebox{Verschiebung}[oben][unten]{Text}
30304 \end_layout
30305
30306 \begin_layout Standard
30307 Positive Werte für Verschiebung
30308 \series bold
30309  
30310 \series default
30311 verschieben die Box nach oben, negative nach unten.
30312  Die beiden optionalen Parameter 
30313 \family typewriter
30314 oben
30315 \family default
30316  und 
30317 \family typewriter
30318 unten
30319 \family default
30320  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
30321  hinausgeht, wenn sie nicht verschoben ist.
30322 \end_layout
30323
30324 \begin_layout Standard
30325 Um zum Beispiel das Wort 
30326 \begin_inset Quotes gld
30327 \end_inset
30328
30329 provokant
30330 \begin_inset Quotes grd
30331 \end_inset
30332
30333  mit seinem 
30334 \begin_inset Quotes gld
30335 \end_inset
30336
30337 niedrigsten
30338 \begin_inset Quotes grd
30339 \end_inset
30340
30341  Buchstaben 
30342 \begin_inset Quotes gld
30343 \end_inset
30344
30345 p
30346 \begin_inset Quotes grd
30347 \end_inset
30348
30349  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
30350 \end_layout
30351
30352 \begin_layout Standard
30353
30354 \series bold
30355
30356 \backslash
30357 raisebox{
30358 \backslash
30359 depth}{
30360 \end_layout
30361
30362 \begin_layout Standard
30363 vor dem Wort einfügen und 
30364 \begin_inset Quotes gld
30365 \end_inset
30366
30367
30368 \series bold
30369 }
30370 \series default
30371
30372 \begin_inset Quotes grd
30373 \end_inset
30374
30375  als TeX-Code dahinter:
30376 \end_layout
30377
30378 \begin_layout Standard
30379 Dies ist eine Zeile, in der das Wort 
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385
30386 \backslash
30387 raisebox{
30388 \backslash
30389 depth}{
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \begin_inset Quotes gld
30396 \end_inset
30397
30398 provokant
30399 \begin_inset Quotes grd
30400 \end_inset
30401
30402
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408 }
30409 \end_layout
30410
30411 \end_inset
30412
30413  nach oben verschoben wurde.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 \begin_inset VSpace bigskip
30418 \end_inset
30419
30420 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30421  gedehnt:
30422 \end_layout
30423
30424 \begin_layout Standard
30425 Dies ist eine Zeile, in der das Wort 
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431
30432 \backslash
30433 raisebox{-
30434 \backslash
30435 depth}{
30436 \end_layout
30437
30438 \end_inset
30439
30440
30441 \begin_inset Quotes gld
30442 \end_inset
30443
30444 provokant
30445 \begin_inset Quotes grd
30446 \end_inset
30447
30448
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454 }
30455 \end_layout
30456
30457 \end_inset
30458
30459  nach unten verschoben wurde.
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Dies ist eine Zeile, in der das Wort 
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 raisebox{0.5cm}{
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \begin_inset Quotes gld
30478 \end_inset
30479
30480 testen
30481 \begin_inset Quotes grd
30482 \end_inset
30483
30484
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495  um 0.5
30496 \begin_inset space \thinspace{}
30497 \end_inset
30498
30499 cm nach oben verschoben wurde.
30500 \end_layout
30501
30502 \begin_layout Standard
30503 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30504 \end_layout
30505
30506 \begin_layout Standard
30507
30508 \series bold
30509
30510 \backslash
30511 raisebox{-
30512 \backslash
30513 depth}[0pt]{
30514 \end_layout
30515
30516 \begin_layout Standard
30517 Dies ist eine Zeile, in der das Wort 
30518 \begin_inset ERT
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522
30523
30524 \backslash
30525 raisebox{-
30526 \backslash
30527 depth}[0pt]{
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Quotes gld
30534 \end_inset
30535
30536 provokant
30537 \begin_inset Quotes grd
30538 \end_inset
30539
30540
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546 }
30547 \end_layout
30548
30549 \end_inset
30550
30551  nach unten verschoben wurde.
30552 \end_layout
30553
30554 \begin_layout Standard
30555 Dies ist eine Zeile, in der das Wort 
30556 \begin_inset ERT
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560
30561
30562 \backslash
30563 raisebox{0.5cm}[0pt]{
30564 \end_layout
30565
30566 \end_inset
30567
30568
30569 \begin_inset Quotes gld
30570 \end_inset
30571
30572 testen
30573 \begin_inset Quotes grd
30574 \end_inset
30575
30576
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582 }
30583 \end_layout
30584
30585 \end_inset
30586
30587  um 0.5
30588 \begin_inset space \thinspace{}
30589 \end_inset
30590
30591 cm nach oben verschoben wurde.
30592  Jetzt überschneiden sich die verschobenen Worte.
30593 \end_layout
30594
30595 \begin_layout Section
30596 Farbige Boxen
30597 \begin_inset CommandInset label
30598 LatexCommand label
30599 name "abs:Farbige-Boxen"
30600
30601 \end_inset
30602
30603
30604 \begin_inset Index idx
30605 status collapsed
30606
30607 \begin_layout Plain Layout
30608 Boxen ! farbige
30609 \end_layout
30610
30611 \end_inset
30612
30613
30614 \end_layout
30615
30616 \begin_layout Subsection
30617 Text-Hintergrundfarbe
30618 \begin_inset Index idx
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Farbe ! für Text-Hintergrund
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30632  so genannten 
30633 \begin_inset Quotes gld
30634 \end_inset
30635
30636 colorbox
30637 \begin_inset Quotes grd
30638 \end_inset
30639
30640  stehen.
30641  Dafür muss das LaTeX-Paket 
30642 \series bold
30643 color
30644 \series default
30645
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 LaTeX-Pakete ! color
30651 \end_layout
30652
30653 \end_inset
30654
30655  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30656 \end_layout
30657
30658 \begin_layout Standard
30659
30660 \series bold
30661
30662 \backslash
30663 @ifundefined{textcolor}
30664 \begin_inset Newline newline
30665 \end_inset
30666
30667
30668 \begin_inset Phantom HPhantom
30669 status open
30670
30671 \begin_layout Plain Layout
30672
30673 \series bold
30674 \begin_inset space ~
30675 \end_inset
30676
30677
30678 \end_layout
30679
30680 \end_inset
30681
30682 {
30683 \backslash
30684 usepackage{color}}{}
30685 \end_layout
30686
30687 \begin_layout Standard
30688 Wenn Sie Text einfärben, lädt LyX das Paket 
30689 \series bold
30690 color
30691 \series default
30692  automatisch.
30693 \begin_inset Foot
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697 Der Befehl 
30698 \series bold
30699
30700 \backslash
30701 @ifundefined
30702 \series default
30703  vermeidet, dass es in diesem Fall doppelt geladen wird.
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \begin_layout Standard
30712 \begin_inset VSpace medskip
30713 \end_inset
30714
30715 Colorboxen werden mit dem Befehl 
30716 \series bold
30717
30718 \backslash
30719 colorbox
30720 \series default
30721  erzeugt:
30722 \end_layout
30723
30724 \begin_layout Standard
30725
30726 \series bold
30727
30728 \backslash
30729 colorbox{Farbe}{Boxinhalt}
30730 \end_layout
30731
30732 \begin_layout Standard
30733 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30734  Boxen sein.
30735 \end_layout
30736
30737 \begin_layout Standard
30738 Die folgenden Farben sind vordefiniert:
30739 \family sans
30740  schwarz
30741 \family default
30742
30743 \family sans
30744 wei
30745 \family default
30746 ß, 
30747 \family sans
30748 rot
30749 \family default
30750 \series bold
30751 ,
30752 \series default
30753  
30754 \family sans
30755 grün
30756 \family default
30757
30758 \family sans
30759 blau
30760 \family default
30761
30762 \family sans
30763 türkis
30764 \family default
30765
30766 \family sans
30767 purpurrot
30768 \family default
30769  und 
30770 \family sans
30771 gelb
30772 \family default
30773 .
30774 \end_layout
30775
30776 \begin_layout Standard
30777 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30778 \begin_inset space ~
30779 \end_inset
30780
30781
30782 \begin_inset CommandInset ref
30783 LatexCommand ref
30784 reference "abs:Farbige-Tabellen"
30785
30786 \end_inset
30787
30788  beschrieben.
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30793  den TeX-Code-Befehl
30794 \end_layout
30795
30796 \begin_layout Standard
30797
30798 \series bold
30799
30800 \backslash
30801 colorbox{red}{
30802 \end_layout
30803
30804 \begin_layout Standard
30805 vor dem Wort ein.
30806  Hinter dem Wort fügen Sie 
30807 \series bold
30808
30809 \begin_inset Quotes gld
30810 \end_inset
30811
30812 }
30813 \series default
30814
30815 \begin_inset Quotes grd
30816 \end_inset
30817
30818  als TeX-Code ein.
30819  Hier ist das Ergebnis:
30820 \end_layout
30821
30822 \begin_layout Standard
30823 In dieser Zeile hat 
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829
30830 \backslash
30831 colorbox{red}{
30832 \end_layout
30833
30834 \end_inset
30835
30836 Achtung!
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842 }
30843 \end_layout
30844
30845 \end_inset
30846
30847  einen roten Hintergrund.
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset VSpace bigskip
30852 \end_inset
30853
30854 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30855  
30856 \series bold
30857
30858 \backslash
30859 fcolorbox
30860 \series default
30861  verwenden:
30862 \end_layout
30863
30864 \begin_layout Standard
30865
30866 \series bold
30867
30868 \backslash
30869 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30870 \end_layout
30871
30872 \begin_layout Standard
30873
30874 \series bold
30875
30876 \backslash
30877 fcolorbox
30878 \series default
30879  ist eine Erweiterung von 
30880 \series bold
30881
30882 \backslash
30883 colorbox
30884 \series default
30885 .
30886  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30887  
30888 \series bold
30889
30890 \backslash
30891 fboxrule
30892 \series default
30893  und 
30894 \series bold
30895
30896 \backslash
30897 fboxsep
30898 \series default
30899  gesteuert werden, wie in Abschnitt
30900 \begin_inset space ~
30901 \end_inset
30902
30903
30904 \begin_inset CommandInset ref
30905 LatexCommand ref
30906 reference "uab:Verzierung"
30907
30908 \end_inset
30909
30910  beschrieben.
30911 \end_layout
30912
30913 \begin_layout Standard
30914 Für das folgende Beispiel wurde der Befehl
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \series bold
30920
30921 \backslash
30922 fcolorbox{cyan}{magenta}{
30923 \end_layout
30924
30925 \begin_layout Standard
30926 benutzt.
30927  Hier wurden die Rahmendicke und der Abstand auf 1
30928 \begin_inset space \thinspace{}
30929 \end_inset
30930
30931 mm gesetzt:
30932 \begin_inset Newline newline
30933 \end_inset
30934
30935
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 fboxrule 1mm 
30944 \backslash
30945 fboxsep 1mm
30946 \end_layout
30947
30948 \end_inset
30949
30950
30951 \begin_inset ERT
30952 status collapsed
30953
30954 \begin_layout Plain Layout
30955
30956
30957 \backslash
30958 fcolorbox{cyan}{green}{
30959 \end_layout
30960
30961 \end_inset
30962
30963 Dies ist Text in einer farbigen, gerahmten Box.
30964 \begin_inset ERT
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968
30969 }
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \begin_layout Standard
30978 \begin_inset VSpace bigskip
30979 \end_inset
30980
30981 Natürlich gibt es auch farbigen Text in einer Colorbox:
30982 \begin_inset Newline newline
30983 \end_inset
30984
30985
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991
30992 \backslash
30993 fcolorbox{cyan}{green}{
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \color yellow
31000 Dies ist farbiger Text in einer farbigen, gerahmten Box.
31001 \color none
31002
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008 }
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 fboxrule 0.4pt 
31022 \backslash
31023 fboxsep 3pt
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \begin_layout Standard
31032 \begin_inset VSpace bigskip
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Standard
31039 \begin_inset Note Greyedout
31040 status open
31041
31042 \begin_layout Plain Layout
31043 \noindent
31044
31045 \series bold
31046 Bemerkung:
31047 \series default
31048  Text in Colorboxen kann nicht umgebrochen werden.
31049  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
31050  wie im folgenden beschrieben.
31051 \end_layout
31052
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \begin_layout Subsection
31059 Farbe für Absätze
31060 \begin_inset CommandInset label
31061 LatexCommand label
31062 name "uab:Farbe-für-Absätze"
31063
31064 \end_inset
31065
31066
31067 \begin_inset Index idx
31068 status collapsed
31069
31070 \begin_layout Plain Layout
31071 Farbe ! für Absätze
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
31081  den Text in eine Minipage stellen.
31082  Vor der Minipage fügen Sie den TeX-Code-Befehl
31083 \end_layout
31084
31085 \begin_layout Standard
31086
31087 \series bold
31088
31089 \backslash
31090 colorbox{color}{
31091 \end_layout
31092
31093 \begin_layout Standard
31094 ein.
31095  Hinter der Minipage fügen Sie 
31096 \series bold
31097
31098 \begin_inset Quotes gld
31099 \end_inset
31100
31101 }
31102 \series default
31103
31104 \begin_inset Quotes grd
31105 \end_inset
31106
31107  als TeX-Code ein.
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116
31117 \backslash
31118 colorbox{hellgrau}{
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \begin_inset Box Frameless
31125 position "t"
31126 hor_pos "c"
31127 has_inner_box 1
31128 inner_pos "t"
31129 use_parbox 0
31130 use_makebox 0
31131 width "100col%"
31132 special "none"
31133 height "1in"
31134 height_special "totalheight"
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Dies ist Text mit einer Hintergrundfarbe.
31139  Dies ist Text mit einer Hintergrundfarbe.
31140 \end_layout
31141
31142 \begin_layout Plain Layout
31143 Der Text kann Fußnoten
31144 \begin_inset Foot
31145 status open
31146
31147 \begin_layout Plain Layout
31148 Eine weitere Fußnote
31149 \end_layout
31150
31151 \end_inset
31152
31153  und Tabellen und Abbildungen enthalten.
31154 \end_layout
31155
31156 \begin_layout Plain Layout
31157 \align center
31158 \begin_inset Tabular
31159 <lyxtabular version="3" rows="3" columns="3">
31160 <features tabularvalignment="middle">
31161 <column alignment="center" valignment="top" width="0">
31162 <column alignment="center" valignment="top" width="0">
31163 <column alignment="center" valignment="top" width="0">
31164 <row>
31165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31166 \begin_inset Text
31167
31168 \begin_layout Plain Layout
31169 a
31170 \end_layout
31171
31172 \end_inset
31173 </cell>
31174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31175 \begin_inset Text
31176
31177 \begin_layout Plain Layout
31178 !
31179 \end_layout
31180
31181 \end_inset
31182 </cell>
31183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31184 \begin_inset Text
31185
31186 \begin_layout Plain Layout
31187 3
31188 \end_layout
31189
31190 \end_inset
31191 </cell>
31192 </row>
31193 <row>
31194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31195 \begin_inset Text
31196
31197 \begin_layout Plain Layout
31198 <
31199 \end_layout
31200
31201 \end_inset
31202 </cell>
31203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31204 \begin_inset Text
31205
31206 \begin_layout Plain Layout
31207 b2
31208 \begin_inset Quotes erd
31209 \end_inset
31210
31211 |
31212 \end_layout
31213
31214 \end_inset
31215 </cell>
31216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31217 \begin_inset Text
31218
31219 \begin_layout Plain Layout
31220 >
31221 \end_layout
31222
31223 \end_inset
31224 </cell>
31225 </row>
31226 <row>
31227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Plain Layout
31231 1
31232 \end_layout
31233
31234 \end_inset
31235 </cell>
31236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31237 \begin_inset Text
31238
31239 \begin_layout Plain Layout
31240 §
31241 \end_layout
31242
31243 \end_inset
31244 </cell>
31245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31246 \begin_inset Text
31247
31248 \begin_layout Plain Layout
31249 c
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 </row>
31255 </lyxtabular>
31256
31257 \end_inset
31258
31259
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270 }
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \end_layout
31277
31278 \begin_layout Section
31279 Rotierte und skalierte Boxen
31280 \end_layout
31281
31282 \begin_layout Standard
31283 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
31284 \series bold
31285 graphicx
31286 \series default
31287
31288 \begin_inset Index idx
31289 status collapsed
31290
31291 \begin_layout Plain Layout
31292 LaTeX-Pakete ! graphicx
31293 \end_layout
31294
31295 \end_inset
31296
31297  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
31298 \end_layout
31299
31300 \begin_layout Standard
31301
31302 \series bold
31303
31304 \backslash
31305 @ifundefined{rotatebox}
31306 \begin_inset Newline newline
31307 \end_inset
31308
31309
31310 \begin_inset Phantom HPhantom
31311 status open
31312
31313 \begin_layout Plain Layout
31314
31315 \series bold
31316 \begin_inset space ~
31317 \end_inset
31318
31319
31320 \end_layout
31321
31322 \end_inset
31323
31324 {
31325 \backslash
31326 usepackage{graphicx}}{}
31327 \end_layout
31328
31329 \begin_layout Standard
31330 \begin_inset Note Greyedout
31331 status open
31332
31333 \begin_layout Plain Layout
31334
31335 \series bold
31336 Bemerkung:
31337 \series default
31338  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
31339  darstellen.
31340  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \end_layout
31347
31348 \begin_layout Standard
31349 \begin_inset Note Greyedout
31350 status open
31351
31352 \begin_layout Plain Layout
31353
31354 \series bold
31355 Bemerkung:
31356 \series default
31357  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \end_layout
31364
31365 \begin_layout Subsection
31366 Rotierte Boxen
31367 \begin_inset Index idx
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371 Boxen ! rotierte
31372 \end_layout
31373
31374 \end_inset
31375
31376
31377 \begin_inset Index idx
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381 Rotiertes Material
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \begin_inset Index idx
31388 status collapsed
31389
31390 \begin_layout Plain Layout
31391 Abbildungen ! rotierte
31392 \end_layout
31393
31394 \end_inset
31395
31396
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Tabellen ! rotierte
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \begin_layout Standard
31410 Um Text zu drehen, verwendet man den Befehl 
31411 \series bold
31412
31413 \backslash
31414 rotatebox
31415 \series default
31416  im TeX-Code nach folgendem Schema:
31417 \end_layout
31418
31419 \begin_layout Standard
31420
31421 \series bold
31422
31423 \backslash
31424 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31425 \end_layout
31426
31427 \begin_layout Standard
31428 Der Drehpunkt wird mit 
31429 \series bold
31430 origin=Position
31431 \series default
31432  angegeben.
31433  Folgende Positionen sind möglich: 
31434 \emph on
31435 c
31436 \emph default
31437  (mittig), 
31438 \emph on
31439 l
31440 \emph default
31441  (links), 
31442 \emph on
31443 r
31444 \emph default
31445  (rechts), 
31446 \emph on
31447 b
31448 \emph default
31449  (unten), 
31450 \emph on
31451 t
31452 \emph default
31453  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31454  Z.
31455 \begin_inset space \thinspace{}
31456 \end_inset
31457
31458 B.
31459  bedeutet 
31460 \emph on
31461 lt
31462 \emph default
31463 , dass sich der Drehpunkt links oben befindet.
31464  Wird kein Drehpunkt angegeben, wird die Position 
31465 \emph on
31466 l
31467 \emph default
31468  verwendet.
31469  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31470  Gedreht wird gegen den Uhrzeigersinn.
31471 \end_layout
31472
31473 \begin_layout Standard
31474 Im folgenden Beispiel wurde vor dem Text der Befehl 
31475 \series bold
31476
31477 \backslash
31478 rotatebox[origin=c]{60}{
31479 \series default
31480  im TeX-Modus eingegeben.
31481  Nach dem Text wurde die schließende Klammer 
31482 \series bold
31483 }
31484 \series default
31485  wiederum im TeX-Modus eingegeben.
31486 \end_layout
31487
31488 \begin_layout Standard
31489 Dies ist eine Zeile 
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 rotatebox[origin=c]{60}{
31498 \end_layout
31499
31500 \end_inset
31501
31502 mit rotiertem
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508 }
31509 \end_layout
31510
31511 \end_inset
31512
31513  Text.
31514 \end_layout
31515
31516 \begin_layout Standard
31517 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31518 \end_layout
31519
31520 \begin_layout Standard
31521 Dies ist eine Zeile 
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527
31528 \backslash
31529 rotatebox[origin=r]{-60}{
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \begin_inset Box Doublebox
31536 position "c"
31537 hor_pos "c"
31538 has_inner_box 0
31539 inner_pos "c"
31540 use_parbox 0
31541 use_makebox 0
31542 width "1in"
31543 special "width"
31544 height "1in"
31545 height_special "totalheight"
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549 mit rotiertem
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \begin_inset ERT
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559
31560 }
31561 \end_layout
31562
31563 \end_inset
31564
31565  umrandeten Text 
31566 \begin_inset ERT
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570
31571
31572 \backslash
31573 rotatebox[origin=lb]{60}{
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31580 \end_inset
31581
31582
31583 \begin_inset ERT
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587
31588 }
31589 \end_layout
31590
31591 \end_inset
31592
31593  und einer Formel.
31594 \end_layout
31595
31596 \begin_layout Standard
31597 Oder ein Bild oder Tabelle:
31598 \end_layout
31599
31600 \begin_layout Standard
31601 Dies ist eine Zeile 
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 rotatebox[origin=lb]{90}{
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \begin_inset Graphics
31616         filename ../clipart/platypus.eps
31617         lyxscale 50
31618         width 25col%
31619
31620 \end_inset
31621
31622
31623 \begin_inset ERT
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627
31628 }
31629 \end_layout
31630
31631 \end_inset
31632
31633  mit einem rotierten Bild 
31634 \begin_inset ERT
31635 status collapsed
31636
31637 \begin_layout Plain Layout
31638
31639
31640 \backslash
31641 rotatebox[origin=l]{-90}{
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \begin_inset Tabular
31648 <lyxtabular version="3" rows="2" columns="2">
31649 <features tabularvalignment="middle">
31650 <column alignment="center" valignment="top" width="0">
31651 <column alignment="center" valignment="top" width="0">
31652 <row>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 q
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 w
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 </row>
31672 <row>
31673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31674 \begin_inset Text
31675
31676 \begin_layout Plain Layout
31677 e
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 r
31687 \end_layout
31688
31689 \end_inset
31690 </cell>
31691 </row>
31692 </lyxtabular>
31693
31694 \end_inset
31695
31696
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702 }
31703 \end_layout
31704
31705 \end_inset
31706
31707  und Tabelle.
31708 \end_layout
31709
31710 \begin_layout Subsection
31711 Skalierte Boxen
31712 \begin_inset Index idx
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716 Boxen ! skalierte
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \begin_inset Index idx
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Skaliertes Material
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \begin_inset Index idx
31733 status collapsed
31734
31735 \begin_layout Plain Layout
31736 Abbildungen ! skalierte
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \begin_inset Index idx
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746 Tabellen ! skalierte
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \end_layout
31753
31754 \begin_layout Standard
31755 Um Text zu skalieren, kann man die Befehle 
31756 \series bold
31757
31758 \backslash
31759 scalebox
31760 \series default
31761  und 
31762 \series bold
31763
31764 \backslash
31765 resizebox
31766 \series default
31767  im TeX-Modus verwenden.
31768 \end_layout
31769
31770 \begin_layout Standard
31771
31772 \series bold
31773
31774 \backslash
31775 scalebox
31776 \series default
31777  wird nach folgendem Schema verwendet:
31778 \end_layout
31779
31780 \begin_layout Standard
31781
31782 \series bold
31783
31784 \backslash
31785 scalebox{horizontal}[vertikal]{Boxinhalt}
31786 \end_layout
31787
31788 \begin_layout Standard
31789 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31790  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31791  verwendet.
31792 \end_layout
31793
31794 \begin_layout Standard
31795 Z.
31796 \begin_inset space \thinspace{}
31797 \end_inset
31798
31799 B.
31800  ergibt der Befehl 
31801 \series bold
31802
31803 \backslash
31804 scalebox{2}{Hallo}
31805 \series default
31806  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 scalebox{2}{
31815 \end_layout
31816
31817 \end_inset
31818
31819 Hallo
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825 }
31826 \end_layout
31827
31828 \end_inset
31829
31830 .
31831 \end_layout
31832
31833 \begin_layout Standard
31834
31835 \series bold
31836
31837 \backslash
31838 scalebox{2}[1]{Hallo}
31839 \series default
31840  verzerrt hingegen das 
31841 \begin_inset ERT
31842 status collapsed
31843
31844 \begin_layout Plain Layout
31845
31846
31847 \backslash
31848 scalebox{2}[1]{
31849 \end_layout
31850
31851 \end_inset
31852
31853 Hallo
31854 \begin_inset ERT
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858
31859 }
31860 \end_layout
31861
31862 \end_inset
31863
31864 .
31865 \end_layout
31866
31867 \begin_layout Standard
31868 Die Skalierungsfaktoren dürfen auch negativ sein.
31869  In diesem Fall wird der Boxinhalt gespiegelt.
31870 \end_layout
31871
31872 \begin_layout Standard
31873 Daher lässt sich mit dem Befehl 
31874 \series bold
31875
31876 \backslash
31877 scalebox{-1}[1]{Hallo}
31878 \series default
31879  Spiegelschrift erstellen: 
31880 \begin_inset ERT
31881 status collapsed
31882
31883 \begin_layout Plain Layout
31884
31885
31886 \backslash
31887 scalebox{-1}[1]{
31888 \end_layout
31889
31890 \end_inset
31891
31892 Hallo
31893 \begin_inset ERT
31894 status collapsed
31895
31896 \begin_layout Plain Layout
31897
31898 }
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \end_layout
31905
31906 \begin_layout Standard
31907
31908 \series bold
31909
31910 \backslash
31911 scalebox{1}[-1]{Hallo}
31912 \series default
31913  spiegelt das 
31914 \begin_inset ERT
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918
31919
31920 \backslash
31921 scalebox{1}[-1]{
31922 \end_layout
31923
31924 \end_inset
31925
31926 Hallo
31927 \begin_inset ERT
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931
31932 }
31933 \end_layout
31934
31935 \end_inset
31936
31937  an der Grundlinie.
31938 \end_layout
31939
31940 \begin_layout Standard
31941 Zu 
31942 \series bold
31943
31944 \backslash
31945 scalebox{-1}[1]{Boxinhalt}
31946 \series default
31947  gibt es den äquivalenten Befehl
31948 \begin_inset Newline newline
31949 \end_inset
31950
31951
31952 \series bold
31953
31954 \backslash
31955 reflectbox{Boxinhalt}
31956 \series default
31957 .
31958 \end_layout
31959
31960 \begin_layout Standard
31961 \begin_inset VSpace bigskip
31962 \end_inset
31963
31964
31965 \series bold
31966
31967 \backslash
31968 resizebox
31969 \series default
31970  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31971  skalieren.
31972  Das Befehlsschema ist folgendes:
31973 \end_layout
31974
31975 \begin_layout Standard
31976
31977 \series bold
31978
31979 \backslash
31980 resizebox{Breite}{Höhe}{Boxinhalt}
31981 \end_layout
31982
31983 \begin_layout Standard
31984 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31985 \series bold
31986 !
31987 \series default
31988  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31989  wird.
31990 \end_layout
31991
31992 \begin_layout Standard
31993 Der Befehl 
31994 \series bold
31995
31996 \backslash
31997 resizebox{2cm}{1cm}{Hallo}
31998 \series default
31999  ergibt: 
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005
32006 \backslash
32007 resizebox{2cm}{1cm}{
32008 \end_layout
32009
32010 \end_inset
32011
32012 Hallo
32013 \begin_inset ERT
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018 }
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \begin_inset Newline newline
32025 \end_inset
32026
32027 Der Befehl 
32028 \series bold
32029
32030 \backslash
32031 resizebox{2cm}{!}{Hallo}
32032 \series default
32033  ergibt: 
32034 \begin_inset ERT
32035 status collapsed
32036
32037 \begin_layout Plain Layout
32038
32039
32040 \backslash
32041 resizebox{2cm}{!}{
32042 \end_layout
32043
32044 \end_inset
32045
32046 Hallo
32047 \begin_inset ERT
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051
32052 }
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \begin_layout Standard
32061 \begin_inset VSpace bigskip
32062 \end_inset
32063
32064
32065 \begin_inset Note Greyedout
32066 status open
32067
32068 \begin_layout Plain Layout
32069
32070 \series bold
32071 Bemerkung:
32072 \series default
32073  Wurde in Argumenten von 
32074 \series bold
32075
32076 \backslash
32077 scalebox
32078 \series default
32079  oder 
32080 \series bold
32081
32082 \backslash
32083 resizebox
32084 \series default
32085  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
32086  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
32087  werden.
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 \begin_inset VSpace bigskip
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 Alle Boxen können beliebig miteinander kombiniert werden.
32104  So ergibt z.
32105 \begin_inset space \thinspace{}
32106 \end_inset
32107
32108 B.
32109  der Befehl
32110 \begin_inset Newline newline
32111 \end_inset
32112
32113
32114 \series bold
32115
32116 \backslash
32117 rotatebox[origin=c]{-45}{
32118 \backslash
32119 resizebox{2cm}{!}{
32120 \backslash
32121 reflectbox{Hallo}}}
32122 \series default
32123 :
32124 \end_layout
32125
32126 \begin_layout Standard
32127 \align center
32128 \begin_inset ERT
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132
32133
32134 \backslash
32135 rotatebox[origin=c]{-45}{
32136 \backslash
32137 resizebox{2cm}{!}{
32138 \backslash
32139 reflectbox{
32140 \end_layout
32141
32142 \end_inset
32143
32144 Hallo
32145 \begin_inset ERT
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149
32150 }}}
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 \noindent
32160 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
32161 \end_layout
32162
32163 \begin_layout Standard
32164 \align center
32165 \begin_inset ERT
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169
32170
32171 \backslash
32172 rotatebox[origin=c]{-30}{
32173 \backslash
32174 resizebox{2cm}{!}{
32175 \backslash
32176 reflectbox{
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \begin_inset Graphics
32183         filename ../clipart/platypus.eps
32184         lyxscale 50
32185         width 25col%
32186
32187 \end_inset
32188
32189
32190 \begin_inset ERT
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194
32195 }}}
32196 \end_layout
32197
32198 \end_inset
32199
32200
32201 \begin_inset ERT
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205
32206
32207 \backslash
32208 rotatebox[origin=c]{-45}{
32209 \backslash
32210 resizebox{2cm}{!}{
32211 \backslash
32212 reflectbox{
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \begin_inset Tabular
32219 <lyxtabular version="3" rows="2" columns="2">
32220 <features tabularvalignment="middle">
32221 <column alignment="center" valignment="top" width="0">
32222 <column alignment="center" valignment="top" width="0">
32223 <row>
32224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 q
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 w
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 </row>
32243 <row>
32244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248 e
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 r
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 </lyxtabular>
32264
32265 \end_inset
32266
32267
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Plain Layout
32272
32273 }}}
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284
32285 \backslash
32286 rotatebox[origin=c]{-45}{
32287 \backslash
32288 resizebox{2cm}{!}{
32289 \backslash
32290 reflectbox{
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32297 \end_inset
32298
32299
32300 \begin_inset ERT
32301 status collapsed
32302
32303 \begin_layout Plain Layout
32304
32305 }}}
32306 \end_layout
32307
32308 \end_inset
32309
32310
32311 \end_layout
32312
32313 \begin_layout Standard
32314 Hat man den globalen Formelstil 
32315 \series bold
32316 fleqn
32317 \series default
32318
32319 \begin_inset Foot
32320 status collapsed
32321
32322 \begin_layout Plain Layout
32323 Wenn 
32324 \begin_inset Quotes gld
32325 \end_inset
32326
32327 fleqn
32328 \begin_inset Quotes grd
32329 \end_inset
32330
32331  zu den Dokumentklassen-Optionen hinzugefügt wurde.
32332 \end_layout
32333
32334 \end_inset
32335
32336  gewählt, kann man auch abgesetzte Formeln skalieren.
32337 \end_layout
32338
32339 \begin_layout Chapter
32340 Umflossene Objekte
32341 \begin_inset Index idx
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 Umflossene Objekte
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Section
32354 Umflossene Gleitobjekte
32355 \begin_inset CommandInset label
32356 LatexCommand label
32357 name "sec:Umflossene-Gleitobjekte"
32358
32359 \end_inset
32360
32361
32362 \begin_inset Index idx
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366 Gleitobjekte ! umflossene
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \begin_inset Index idx
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 Umflossene Objekte ! Gleitobjekte
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
32386  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
32387  den die Abbildung bzw.
32388 \begin_inset space ~
32389 \end_inset
32390
32391 Tabelle übrig lässt.
32392  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
32393  Sie werden über das Menü
32394 \family sans
32395  Einfügen\SpecialChar \menuseparator
32396 Gleitobjekt\SpecialChar \menuseparator
32397 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
32398 objekt
32399 \family default
32400  eingefügt, wenn das LaTeX-Paket 
32401 \series bold
32402 wrapfig
32403 \series default
32404
32405 \begin_inset Index idx
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409 LaTeX-Pakete ! wrapfig
32410 \begin_inset ERT
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414
32415
32416 \backslash
32417 vspace{4mm}
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \end_inset
32426
32427  installiert ist.
32428 \begin_inset Foot
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
32433 \emph on
32434 LaTeX-Konfiguration
32435 \emph default
32436  beschrieben.
32437 \end_layout
32438
32439 \end_inset
32440
32441  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
32442  Box des Gleitobjekts geändert werden.
32443  
32444 \begin_inset Wrap figure
32445 lines 0
32446 placement l
32447 overhang 1cm
32448 width "40col%"
32449 status open
32450
32451 \begin_layout Plain Layout
32452 \begin_inset Graphics
32453         filename ../clipart/mobius.eps
32454         width 40col%
32455         scaleBeforeRotation
32456         rotateOrigin center
32457
32458 \end_inset
32459
32460
32461 \end_layout
32462
32463 \begin_layout Plain Layout
32464 \begin_inset Caption
32465
32466 \begin_layout Plain Layout
32467 \begin_inset CommandInset label
32468 LatexCommand label
32469 name "abb:Dies-ist-eine"
32470
32471 \end_inset
32472
32473 Dies ist eine umflossene Gleitobjekt-Abbildung
32474 \end_layout
32475
32476 \end_inset
32477
32478
32479 \end_layout
32480
32481 \end_inset
32482
32483  Obligatorische Einstellungen sind die 
32484 \family sans
32485 Breite
32486 \family default
32487  und 
32488 \family sans
32489 Platzierung
32490 \family default
32491  des Gleitobjekts.
32492  Optional sind der 
32493 \family sans
32494 Überhang 
32495 \family default
32496 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 /
32501 \begin_inset space \thinspace{}
32502 \end_inset
32503
32504 der Seite ragt und die 
32505 \family sans
32506 benötigten Zeilen
32507 \family default
32508 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
32509  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
32510  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
32511  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
32512  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
32513  zu lassen.
32514  Abbildung
32515 \begin_inset space ~
32516 \end_inset
32517
32518
32519 \begin_inset CommandInset ref
32520 LatexCommand ref
32521 reference "abb:Dies-ist-eine"
32522
32523 \end_inset
32524
32525  ist zum Beispiel ein umflossenes Bild, das 40
32526 \begin_inset space \thinspace{}
32527 \end_inset
32528
32529 % der Spaltenbreite einnimmt, 1
32530 \begin_inset space \thinspace{}
32531 \end_inset
32532
32533 cm in den Rand ragt und links gesetzt wurde.
32534 \end_layout
32535
32536 \begin_layout Standard
32537 \begin_inset Note Greyedout
32538 status open
32539
32540 \begin_layout Plain Layout
32541
32542 \series bold
32543 Bemerkung:
32544 \series default
32545  Umflossene Objekte sind fragil! Wenn die Abbildung z.
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 B.
32550  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
32551  oder über anderen Text gedruckt wird.
32552 \end_layout
32553
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \begin_layout Standard
32560 Allgemein gilt für umflossene Gleitobjekte:
32561 \end_layout
32562
32563 \begin_layout Itemize
32564 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
32565  fortgesetzt werden.
32566  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
32567  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
32568 \end_layout
32569
32570 \begin_layout Itemize
32571 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
32572  werden oder darin.
32573 \end_layout
32574
32575 \begin_layout Itemize
32576 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
32577  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
32578 \end_layout
32579
32580 \begin_layout Itemize
32581 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
32582 \end_layout
32583
32584 \begin_layout Itemize
32585 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
32586 \begin_inset space \thinspace{}
32587 \end_inset
32588
32589
32590 \begin_inset CommandInset ref
32591 LatexCommand ref
32592 reference "chap:Gleitobjekte"
32593
32594 \end_inset
32595
32596  beschrieben.
32597 \end_layout
32598
32599 \begin_layout Section
32600 Umflossene Fixe Objekte
32601 \begin_inset Index idx
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 Umflossene Objekte ! Fixe Objekte
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Die in Abschnitt
32615 \begin_inset space ~
32616 \end_inset
32617
32618
32619 \begin_inset CommandInset ref
32620 LatexCommand ref
32621 reference "sec:Umflossene-Gleitobjekte"
32622
32623 \end_inset
32624
32625  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
32626 \end_layout
32627
32628 \begin_layout Standard
32629 \noindent
32630 \align center
32631 \begin_inset Tabular
32632 <lyxtabular version="3" rows="2" columns="2">
32633 <features tabularvalignment="middle">
32634 <column alignment="center" valignment="top" width="0">
32635 <column alignment="center" valignment="top" width="0">
32636 <row>
32637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32638 \begin_inset Text
32639
32640 \begin_layout Plain Layout
32641 \begin_inset Graphics
32642         filename ../../images/dialog-show-new-inset_graphics.png
32643         scale 70
32644         scaleBeforeRotation
32645         BoundingBox 0bp 6bp 22bp 22bp
32646
32647 \end_inset
32648
32649
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 Text
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 </row>
32664 <row>
32665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32666 \begin_inset Text
32667
32668 \begin_layout Plain Layout
32669 Text
32670 \end_layout
32671
32672 \end_inset
32673 </cell>
32674 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32675 \begin_inset Text
32676
32677 \begin_layout Plain Layout
32678 Text
32679 \end_layout
32680
32681 \end_inset
32682 </cell>
32683 </row>
32684 </lyxtabular>
32685
32686 \end_inset
32687
32688  oder 
32689 \begin_inset Tabular
32690 <lyxtabular version="3" rows="2" columns="2">
32691 <features tabularvalignment="middle">
32692 <column alignment="center" valignment="top" width="0">
32693 <column alignment="center" valignment="top" width="0">
32694 <row>
32695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32696 \begin_inset Text
32697
32698 \begin_layout Plain Layout
32699 Text
32700 \end_layout
32701
32702 \end_inset
32703 </cell>
32704 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32705 \begin_inset Text
32706
32707 \begin_layout Plain Layout
32708 \begin_inset Graphics
32709         filename ../../images/dialog-show-new-inset_graphics.png
32710         scale 70
32711         scaleBeforeRotation
32712         BoundingBox 0bp 6bp 22bp 22bp
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \end_inset
32720 </cell>
32721 </row>
32722 <row>
32723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32724 \begin_inset Text
32725
32726 \begin_layout Plain Layout
32727 Text
32728 \end_layout
32729
32730 \end_inset
32731 </cell>
32732 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32733 \begin_inset Text
32734
32735 \begin_layout Plain Layout
32736 Text
32737 \end_layout
32738
32739 \end_inset
32740 </cell>
32741 </row>
32742 </lyxtabular>
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
32751  wurde, um z.
32752 \begin_inset space \thinspace{}
32753 \end_inset
32754
32755 B.
32756  solche Positionen zu erhalten:
32757 \begin_inset VSpace defskip
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 \noindent
32765 \align center
32766 \begin_inset Tabular
32767 <lyxtabular version="3" rows="2" columns="2">
32768 <features tabularvalignment="middle">
32769 <column alignment="center" valignment="top" width="0">
32770 <column alignment="center" valignment="top" width="0">
32771 <row>
32772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32773 \begin_inset Text
32774
32775 \begin_layout Plain Layout
32776 Text
32777 \end_layout
32778
32779 \end_inset
32780 </cell>
32781 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32782 \begin_inset Text
32783
32784 \begin_layout Plain Layout
32785 Text
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 </row>
32791 <row>
32792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Plain Layout
32796 \begin_inset Graphics
32797         filename ../../images/dialog-show-new-inset_graphics.png
32798         scale 70
32799         scaleBeforeRotation
32800         BoundingBox 0bp 6bp 22bp 22bp
32801
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \end_inset
32808 </cell>
32809 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813 Text
32814 \end_layout
32815
32816 \end_inset
32817 </cell>
32818 </row>
32819 </lyxtabular>
32820
32821 \end_inset
32822
32823  
32824 \begin_inset Tabular
32825 <lyxtabular version="3" rows="2" columns="2">
32826 <features tabularvalignment="middle">
32827 <column alignment="center" valignment="top" width="0">
32828 <column alignment="center" valignment="top" width="0">
32829 <row>
32830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 Text
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32840 \begin_inset Text
32841
32842 \begin_layout Plain Layout
32843 Text
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 </row>
32849 <row>
32850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 Text
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863 \begin_inset Graphics
32864         filename ../../images/dialog-show-new-inset_graphics.png
32865         scale 70
32866         scaleBeforeRotation
32867         BoundingBox 0bp 6bp 22bp 22bp
32868
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 </row>
32877 </lyxtabular>
32878
32879 \end_inset
32880
32881  
32882 \begin_inset Tabular
32883 <lyxtabular version="3" rows="2" columns="3">
32884 <features tabularvalignment="middle">
32885 <column alignment="center" valignment="top" width="0">
32886 <column alignment="center" valignment="top" width="0">
32887 <column alignment="center" valignment="top" width="0">
32888 <row>
32889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893 Text
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 <cell alignment="center" valignment="top" topline="true" usebox="none">
32899 \begin_inset Text
32900
32901 \begin_layout Plain Layout
32902 \begin_inset Graphics
32903         filename ../../images/dialog-show-new-inset_graphics.png
32904         scale 70
32905         scaleBeforeRotation
32906         BoundingBox 0bp 6bp 22bp 22bp
32907
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \end_inset
32914 </cell>
32915 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 Text
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 </row>
32925 <row>
32926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32927 \begin_inset Text
32928
32929 \begin_layout Plain Layout
32930 Text
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32936 \begin_inset Text
32937
32938 \begin_layout Plain Layout
32939 Text
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32945 \begin_inset Text
32946
32947 \begin_layout Plain Layout
32948 Text
32949 \end_layout
32950
32951 \end_inset
32952 </cell>
32953 </row>
32954 </lyxtabular>
32955
32956 \end_inset
32957
32958  
32959 \begin_inset Tabular
32960 <lyxtabular version="3" rows="2" columns="3">
32961 <features tabularvalignment="middle">
32962 <column alignment="center" valignment="top" width="0">
32963 <column alignment="center" valignment="top" width="0">
32964 <column alignment="center" valignment="top" width="0">
32965 <row>
32966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 Text
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 <cell alignment="center" valignment="top" topline="true" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979 Text
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988 Text
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 </row>
32994 <row>
32995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32996 \begin_inset Text
32997
32998 \begin_layout Plain Layout
32999 Text
33000 \end_layout
33001
33002 \end_inset
33003 </cell>
33004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33005 \begin_inset Text
33006
33007 \begin_layout Plain Layout
33008 \begin_inset Graphics
33009         filename ../../images/dialog-show-new-inset_graphics.png
33010         scale 70
33011         scaleBeforeRotation
33012         BoundingBox 0bp 6bp 22bp 22bp
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025 Text
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 </row>
33031 </lyxtabular>
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Standard
33039 \noindent
33040 \align center
33041 \begin_inset Tabular
33042 <lyxtabular version="3" rows="3" columns="2">
33043 <features tabularvalignment="middle">
33044 <column alignment="center" valignment="top" width="0">
33045 <column alignment="center" valignment="top" width="0">
33046 <row>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 Text
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060 Text
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 </row>
33066 <row>
33067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 \begin_inset Graphics
33072         filename ../../images/dialog-show-new-inset_graphics.png
33073         scale 70
33074         scaleBeforeRotation
33075         BoundingBox 0bp 6bp 22bp 22bp
33076
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33085 \begin_inset Text
33086
33087 \begin_layout Plain Layout
33088 Text
33089 \end_layout
33090
33091 \end_inset
33092 </cell>
33093 </row>
33094 <row>
33095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 Text
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 Text
33109 \end_layout
33110
33111 \end_inset
33112 </cell>
33113 </row>
33114 </lyxtabular>
33115
33116 \end_inset
33117
33118  
33119 \begin_inset Tabular
33120 <lyxtabular version="3" rows="3" columns="3">
33121 <features tabularvalignment="middle">
33122 <column alignment="center" valignment="top" width="0">
33123 <column alignment="center" valignment="top" width="0">
33124 <column alignment="center" valignment="top" width="0">
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 Text
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 Text
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148 Text
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 </row>
33154 <row>
33155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 Text
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 <cell alignment="center" valignment="top" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168 \begin_inset Graphics
33169         filename ../../images/dialog-show-new-inset_graphics.png
33170         scale 70
33171         scaleBeforeRotation
33172         BoundingBox 0bp 6bp 22bp 22bp
33173
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185 Text
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 </row>
33191 <row>
33192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 Text
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33202 \begin_inset Text
33203
33204 \begin_layout Plain Layout
33205 Text
33206 \end_layout
33207
33208 \end_inset
33209 </cell>
33210 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 Text
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 </row>
33220 </lyxtabular>
33221
33222 \end_inset
33223
33224  
33225 \begin_inset Tabular
33226 <lyxtabular version="3" rows="3" columns="2">
33227 <features tabularvalignment="middle">
33228 <column alignment="center" valignment="top" width="0">
33229 <column alignment="center" valignment="top" width="0">
33230 <row>
33231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33232 \begin_inset Text
33233
33234 \begin_layout Plain Layout
33235 Text
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244 Text
33245 \end_layout
33246
33247 \end_inset
33248 </cell>
33249 </row>
33250 <row>
33251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255 Text
33256 \end_layout
33257
33258 \end_inset
33259 </cell>
33260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33261 \begin_inset Text
33262
33263 \begin_layout Plain Layout
33264 \begin_inset Graphics
33265         filename ../../images/dialog-show-new-inset_graphics.png
33266         scale 70
33267         scaleBeforeRotation
33268         BoundingBox 0bp 6bp 22bp 22bp
33269
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \end_inset
33276 </cell>
33277 </row>
33278 <row>
33279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283 Text
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Plain Layout
33292 Text
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 </row>
33298 </lyxtabular>
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Standard
33306 \noindent
33307 kann man das LaTeX-Paket 
33308 \series bold
33309 picinpar
33310 \series default
33311
33312 \begin_inset Index idx
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316 LaTeX-Pakete ! picinpar
33317 \end_layout
33318
33319 \end_inset
33320
33321  benutzen.
33322  Hier ist ein Beispiel:
33323 \end_layout
33324
33325 \begin_layout Standard
33326 \begin_inset ERT
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330
33331
33332 \backslash
33333 ifpicinpar
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \begin_inset Note Note
33340 status open
33341
33342 \begin_layout Plain Layout
33343 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33344 \series bold
33345 picinpar
33346 \series default
33347  installiert ist.
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \begin_inset ERT
33357 status collapsed
33358
33359 \begin_layout Plain Layout
33360
33361
33362 \backslash
33363 begin{window}[2,c,{
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \begin_inset Graphics
33370         filename ../clipart/mobius.eps
33371         lyxscale 60
33372         width 40col%
33373         scaleBeforeRotation
33374         rotateOrigin center
33375
33376 \end_inset
33377
33378
33379 \begin_inset ERT
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384 },]
33385 \end_layout
33386
33387 \begin_layout Plain Layout
33388
33389 {}
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \size small
33396 \lang english
33397 It was in the spring of the year 1894 that all London was interested, and
33398  the fashionable world dismayed, by the murder of the Honourable Ronald
33399  Adair under most unusual and inexplicable circumstances.
33400  The public has already learned those particulars of the crime which
33401 \size default
33402
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408
33409 \backslash
33410 footnotemark{}
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \size small
33417  came out in the police investigation, but a good deal was suppressed upon
33418  that occasion, since the case for the prosecution was so overwhelmingly
33419  strong that it was not necessary to bring forward all the facts.
33420  Only now, at the end of nearly ten years, am I allowed to supply those
33421  missing links which make up the whole of that remarkable chain.
33422 \size default
33423 \lang ngerman
33424
33425 \begin_inset ERT
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429
33430
33431 \backslash
33432 end{window}
33433 \end_layout
33434
33435 \end_inset
33436
33437
33438 \end_layout
33439
33440 \begin_layout Standard
33441 \begin_inset ERT
33442 status collapsed
33443
33444 \begin_layout Plain Layout
33445
33446
33447 \backslash
33448 footnotetext{
33449 \end_layout
33450
33451 \end_inset
33452
33453 Fußnote des Absatzes mit fixem Objekt.
33454 \begin_inset ERT
33455 status collapsed
33456
33457 \begin_layout Plain Layout
33458
33459 }
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
33469  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
33470  vertikale Position im Text bestimmen kann.
33471  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
33472  beschriftet werden.
33473 \end_layout
33474
33475 \begin_layout Standard
33476 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
33477  Befehl
33478 \end_layout
33479
33480 \begin_layout Standard
33481
33482 \series bold
33483
33484 \backslash
33485 begin{window}[2,c,{
33486 \end_layout
33487
33488 \begin_layout Standard
33489 als TeX-Code einfügt.
33490  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
33491  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
33492  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
33493  Danach fügt man das Objekt ein.
33494  In diesem Beispiel wurde ein Bild der Breite von 40
33495 \begin_inset space \thinspace{}
33496 \end_inset
33497
33498 % der Textspaltenbreite eingefügt.
33499  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
33500  Nach dem Objekt fügt man den Befehl
33501 \end_layout
33502
33503 \begin_layout Standard
33504
33505 \series bold
33506 },Beschreibungstext]
33507 \begin_inset Newline newline
33508 \end_inset
33509
33510 {}
33511 \end_layout
33512
33513 \begin_layout Standard
33514 ein.
33515  Man beachte dass das 
33516 \begin_inset Quotes gld
33517 \end_inset
33518
33519
33520 \series bold
33521 {}
33522 \series default
33523
33524 \begin_inset Quotes grd
33525 \end_inset
33526
33527  in der zweiten Zeile steht.
33528  Der Beschreibungstext ist optional.
33529  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
33530  das Objekt befinden, also direkt nach dem 
33531 \series bold
33532 {}
33533 \series default
33534  beginnen.
33535  Am Ende des Absatzes fügt man folgenden Befehl ein:
33536 \end_layout
33537
33538 \begin_layout Standard
33539
33540 \series bold
33541
33542 \backslash
33543 end{window}
33544 \end_layout
33545
33546 \begin_layout Standard
33547 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
33548  man muss stattdessen den Befehl 
33549 \series bold
33550
33551 \backslash
33552 footnotemark
33553 \series default
33554  verwenden.
33555  Außerhalb des Absatzes den Befehl 
33556 \series bold
33557
33558 \backslash
33559 footnotetext
33560 \series default
33561 , wie es in Abschnitt
33562 \begin_inset space ~
33563 \end_inset
33564
33565
33566 \begin_inset CommandInset ref
33567 LatexCommand ref
33568 reference "abs:Fußnoten"
33569
33570 \end_inset
33571
33572  beschrieben ist.
33573 \end_layout
33574
33575 \begin_layout Standard
33576 \begin_inset ERT
33577 status collapsed
33578
33579 \begin_layout Plain Layout
33580
33581
33582 \backslash
33583 else
33584 \end_layout
33585
33586 \end_inset
33587
33588
33589 \begin_inset Note Note
33590 status open
33591
33592 \begin_layout Plain Layout
33593 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33594 \series bold
33595 picinpar
33596 \series default
33597  nicht installiert ist:
33598 \end_layout
33599
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \begin_layout Standard
33606 Das LaTeX-Paket 
33607 \series bold
33608 picinpar
33609 \series default
33610  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33611 \end_layout
33612
33613 \begin_layout Standard
33614 \begin_inset ERT
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618
33619
33620 \backslash
33621 fi
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Section
33630 Initiale
33631 \begin_inset Index idx
33632 status collapsed
33633
33634 \begin_layout Plain Layout
33635 Initiale
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \begin_inset Index idx
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 Umflossene Objekte ! Initiale
33646 \end_layout
33647
33648 \end_inset
33649
33650
33651 \end_layout
33652
33653 \begin_layout Standard
33654 Für Initialen muss das LaTeX-Paket 
33655 \series bold
33656 lettrine
33657 \series default
33658
33659 \begin_inset Index idx
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663 LaTeX-Pakete ! lettrine
33664 \end_layout
33665
33666 \end_inset
33667
33668  installiert sein und das Modul 
33669 \family sans
33670 Initialen
33671 \family default
33672  im Dokument verwendet werden (Menü 
33673 \family sans
33674 Dokument\SpecialChar \menuseparator
33675 Einstellungen\SpecialChar \menuseparator
33676 Module
33677 \family default
33678 ).
33679  Um eine Initiale einzufügen, verwendet man den Stil 
33680 \family sans
33681 Initiale
33682 \family default
33683 .
33684  Dieser Stil hat ein obligatorisches und ein optionales Argument.
33685  Das obligatorische Argument wird über das Menü 
33686 \family sans
33687 Einfügen\SpecialChar \menuseparator
33688 Kurztitel
33689 \family default
33690  eingefügt und enthält den Buchstaben, der die Initiale bildet.
33691  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
33692  vor dem obligatorischen ein.
33693  Dieses enthält Parameter um die Initiale zu modifizieren.
33694  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
33695  von 
33696 \series bold
33697 lettrine
33698 \series default
33699
33700 \begin_inset CommandInset citation
33701 LatexCommand cite
33702 key "lettrine"
33703
33704 \end_inset
33705
33706 .
33707  Der Stil selbst enthält den Text, der die Initiale umgibt.
33708  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
33709  Initiale ist, in 
33710 \shape smallcaps
33711 Kapitälchen
33712 \shape default
33713  gedruckt wird.
33714  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
33715  schließende geschweifte Klammer '
33716 \series bold
33717 }
33718 \series default
33719 ' als TeX-Code ein.
33720  Am Ende des Stils muss eine öffnende geschweifte Klammer '
33721 \series bold
33722 {
33723 \series default
33724 ' als TeX-Code stehen.
33725 \end_layout
33726
33727 \begin_layout Standard
33728 \begin_inset Newpage newpage
33729 \end_inset
33730
33731
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Hier sind einige Beispiele:
33736 \end_layout
33737
33738 \begin_layout Standard
33739 \begin_inset ERT
33740 status collapsed
33741
33742 \begin_layout Plain Layout
33743
33744
33745 \backslash
33746 iflettrine
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \begin_inset Note Note
33753 status open
33754
33755 \begin_layout Plain Layout
33756 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33757 \series bold
33758 lettrine
33759 \series default
33760  installiert ist.
33761 \end_layout
33762
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \begin_layout Enumerate
33769 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
33770
33771 \begin_inset Formula $\mathfrak{Fraktur}$
33772 \end_inset
33773
33774 :
33775 \end_layout
33776
33777 \begin_deeper
33778 \begin_layout Initial
33779 \begin_inset Argument
33780 status open
33781
33782 \begin_layout Plain Layout
33783 \begin_inset Formula $\mathfrak{I}$
33784 \end_inset
33785
33786
33787 \end_layout
33788
33789 \end_inset
33790
33791 t
33792 \begin_inset ERT
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796
33797 }
33798 \end_layout
33799
33800 \end_inset
33801
33802  
33803 \lang english
33804 was in the spring of the year 1894 that all London was interested, and the
33805  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33806  under most unusual and inexplicable circumstances.
33807  The public has already learned those particulars of the crime which came
33808  out in the police investigation, but a good deal was suppressed upon that
33809  occasion, since the case for the prosecution was so overwhelmingly strong
33810  that it was not necessary to bring forward all the facts.
33811 \lang ngerman
33812
33813 \begin_inset ERT
33814 status collapsed
33815
33816 \begin_layout Plain Layout
33817
33818 {
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \end_deeper
33827 \begin_layout Enumerate
33828 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
33829  besteht und kein Text ist in 
33830 \shape smallcaps
33831 Kapitälchen
33832 \shape default
33833 :
33834 \end_layout
33835
33836 \begin_deeper
33837 \begin_layout Initial
33838 \begin_inset Argument
33839 status open
33840
33841 \begin_layout Plain Layout
33842 lines=1
33843 \end_layout
33844
33845 \end_inset
33846
33847
33848 \begin_inset Argument
33849 status open
33850
33851 \begin_layout Plain Layout
33852 It
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \begin_inset ERT
33859 status collapsed
33860
33861 \begin_layout Plain Layout
33862
33863 }
33864 \end_layout
33865
33866 \end_inset
33867
33868  
33869 \lang english
33870 was in the spring of the year 1894 that all London was interested, and the
33871  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33872  under most unusual and inexplicable circumstances.
33873  The public has already learned those particulars of the crime which came
33874  out in the police investigation, but a good deal was suppressed upon that
33875  occasion, since the case for the prosecution was so overwhelmingly strong
33876  that it was not necessary to bring forward all the facts.
33877 \lang ngerman
33878
33879 \begin_inset ERT
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884 {
33885 \end_layout
33886
33887 \end_inset
33888
33889
33890 \end_layout
33891
33892 \end_deeper
33893 \begin_layout Enumerate
33894 Magenta, hängende Initiale über 3
33895 \begin_inset space ~
33896 \end_inset
33897
33898 Zeilen in der Mathe-Schrift
33899 \begin_inset Newline newline
33900 \end_inset
33901
33902  
33903 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
33904 \end_inset
33905
33906 , der Text 
33907 \begin_inset Quotes gld
33908 \end_inset
33909
33910
33911 \lang english
33912 was in the spring
33913 \lang ngerman
33914
33915 \begin_inset Quotes erd
33916 \end_inset
33917
33918  ist in 
33919 \shape smallcaps
33920 Kapitälchen
33921 \shape default
33922 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
33923 \begin_inset Newline newline
33924 \end_inset
33925
33926
33927 \series bold
33928
33929 \backslash
33930 renewcommand{
33931 \backslash
33932 LettrineFontHook}{
33933 \backslash
33934 color{Farbe}}
33935 \series default
33936
33937 \begin_inset Newline newline
33938 \end_inset
33939
33940 wobei 
33941 \emph on
33942 Farbe
33943 \emph default
33944  
33945 \begin_inset Quotes gld
33946 \end_inset
33947
33948 red
33949 \begin_inset Quotes erd
33950 \end_inset
33951
33952
33953 \begin_inset Quotes gld
33954 \end_inset
33955
33956 blue
33957 \begin_inset Quotes erd
33958 \end_inset
33959
33960
33961 \begin_inset Quotes gld
33962 \end_inset
33963
33964 green
33965 \begin_inset Quotes erd
33966 \end_inset
33967
33968
33969 \begin_inset Quotes gld
33970 \end_inset
33971
33972 yellow
33973 \begin_inset Quotes erd
33974 \end_inset
33975
33976
33977 \begin_inset Quotes gld
33978 \end_inset
33979
33980 cyan
33981 \begin_inset Quotes erd
33982 \end_inset
33983
33984
33985 \begin_inset Quotes gld
33986 \end_inset
33987
33988 magenta
33989 \begin_inset Quotes erd
33990 \end_inset
33991
33992
33993 \begin_inset Quotes gld
33994 \end_inset
33995
33996 black
33997 \begin_inset Quotes erd
33998 \end_inset
33999
34000  oder 
34001 \begin_inset Quotes gld
34002 \end_inset
34003
34004 white
34005 \begin_inset Quotes erd
34006 \end_inset
34007
34008  sein kann, und diesen Befehl zur Dokument Präambel hinzufügen:
34009 \begin_inset Newline newline
34010 \end_inset
34011
34012
34013 \series bold
34014
34015 \backslash
34016 @ifundefined{textcolor}
34017 \begin_inset Newline newline
34018 \end_inset
34019
34020
34021 \begin_inset space ~
34022 \end_inset
34023
34024 {
34025 \backslash
34026 usepackage{color}}{}
34027 \end_layout
34028
34029 \begin_deeper
34030 \begin_layout Standard
34031 \begin_inset ERT
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035
34036
34037 \backslash
34038 renewcommand{
34039 \backslash
34040 LettrineFontHook}{
34041 \backslash
34042 color{magenta}}
34043 \end_layout
34044
34045 \end_inset
34046
34047
34048 \begin_inset Note Note
34049 status open
34050
34051 \begin_layout Plain Layout
34052 macht die Initiale magenta
34053 \end_layout
34054
34055 \end_inset
34056
34057
34058 \end_layout
34059
34060 \begin_layout Initial
34061 \begin_inset Argument
34062 status open
34063
34064 \begin_layout Plain Layout
34065 lines=3, lhang=0.33, loversize=0.25
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \begin_inset Argument
34072 status open
34073
34074 \begin_layout Plain Layout
34075 \begin_inset Formula $\mathcal{I}$
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \end_inset
34082
34083
34084 \lang english
34085 t was in the spring
34086 \lang ngerman
34087
34088 \begin_inset ERT
34089 status collapsed
34090
34091 \begin_layout Plain Layout
34092
34093 }
34094 \end_layout
34095
34096 \end_inset
34097
34098  
34099 \lang english
34100 of the year 1894 that all London was interested, and the fashionable world
34101  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34102  and inexplicable circumstances.
34103  The public has already learned those particulars of the crime which came
34104  out in the police investigation, but a good deal was suppressed upon that
34105  occasion, since the case for the prosecution was so overwhelmingly strong
34106  that it was not necessary to bring forward all the facts.
34107 \family sans
34108 \lang ngerman
34109
34110 \begin_inset ERT
34111 status collapsed
34112
34113 \begin_layout Plain Layout
34114
34115 {
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \end_deeper
34124 \begin_layout Standard
34125 \begin_inset ERT
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129
34130
34131 \backslash
34132 else
34133 \end_layout
34134
34135 \end_inset
34136
34137
34138 \begin_inset Note Note
34139 status open
34140
34141 \begin_layout Plain Layout
34142 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
34143 \series bold
34144 lettrine
34145 \series default
34146  nicht installiert ist:
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 Das LaTeX-Paket 
34156 \series bold
34157 lettrine
34158 \series default
34159  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
34160 \end_layout
34161
34162 \begin_layout Standard
34163 \begin_inset ERT
34164 status collapsed
34165
34166 \begin_layout Plain Layout
34167
34168
34169 \backslash
34170 fi
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Chapter
34179 Externe Dateien
34180 \begin_inset Index idx
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184 Dateien ! externe
34185 \end_layout
34186
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Standard
34193 Mit 
34194 \family sans
34195 Einfügen\SpecialChar \menuseparator
34196 Datei
34197 \family default
34198  können Sie fremdes Material in Ihr Dokument einsetzen.
34199  Das kann folgendes sein:
34200 \end_layout
34201
34202 \begin_layout Description
34203 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
34204  eingefügt.
34205 \end_layout
34206
34207 \begin_layout Description
34208 Einfacher
34209 \begin_inset space ~
34210 \end_inset
34211
34212 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
34213  eingefügt.
34214 \end_layout
34215
34216 \begin_layout Description
34217 Einfacher
34218 \begin_inset space ~
34219 \end_inset
34220
34221 Text,
34222 \begin_inset space ~
34223 \end_inset
34224
34225 Zeilen
34226 \begin_inset space ~
34227 \end_inset
34228
34229 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
34230  Leerzeilen trennen die Absätze.
34231 \end_layout
34232
34233 \begin_layout Description
34234 Externes
34235 \begin_inset space ~
34236 \end_inset
34237
34238 Material Dateien in verschiedenen Formaten.
34239 \end_layout
34240
34241 \begin_layout Description
34242 Unterdokument LyX- oder LaTeX-Dokumente.
34243 \end_layout
34244
34245 \begin_layout Section
34246 Externes Material
34247 \begin_inset Index idx
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251 Externes Material
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Standard
34260 Mit 
34261 \family sans
34262 Einfügen\SpecialChar \menuseparator
34263 Datei\SpecialChar \menuseparator
34264  Externes Material
34265 \family default
34266  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
34267  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
34268  weil LyX sich darum kümmert.
34269  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
34270  eingefügt werden können.
34271  Wenn die Grafikvorschau in den LyX-Einstellungen unter
34272 \family sans
34273  Aussehen
34274 \begin_inset space ~
34275 \end_inset
34276
34277 &
34278 \begin_inset space ~
34279 \end_inset
34280
34281 Handhabung\SpecialChar \menuseparator
34282 Grafik
34283 \family default
34284 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Zur Zeit können Sie folgende Dateitypen (
34289 \family sans
34290 Vorlagen
34291 \family default
34292 ) benutzen:
34293 \end_layout
34294
34295 \begin_layout Description
34296 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
34297 \series bold
34298
34299 \begin_inset CommandInset href
34300 LatexCommand href
34301 name "XBoard"
34302 target "http://en.wikipedia.org/wiki/XBoard"
34303
34304 \end_inset
34305
34306
34307 \series default
34308  erzeugt wurden.
34309 \end_layout
34310
34311 \begin_layout Description
34312 Datum fügt ein Datum mit dem Format 
34313 \emph on
34314 Tag-Monat-Jahr
34315 \emph default
34316  ein.
34317  Hier ist ein Beispiel: 
34318 \begin_inset External
34319         template Date
34320         filename .
34321
34322 \end_inset
34323
34324
34325 \begin_inset space ~
34326 \end_inset
34327
34328
34329 \begin_inset Note Note
34330 status open
34331
34332 \begin_layout Plain Layout
34333
34334 \lang english
34335 Remove the protected space when bug 4398 is fixed!
34336 \end_layout
34337
34338 \end_inset
34339
34340
34341 \begin_inset Newline newline
34342 \end_inset
34343
34344 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
34345  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
34346  Menü 
34347 \family sans
34348 Einfügen\SpecialChar \menuseparator
34349 Datum
34350 \family default
34351  und mit dem LaTeX-Befehl 
34352 \series bold
34353
34354 \backslash
34355 today
34356 \series default
34357 .
34358  Die verschiedenen Methoden werden in Tabelle
34359 \begin_inset space ~
34360 \end_inset
34361
34362
34363 \begin_inset CommandInset ref
34364 LatexCommand ref
34365 reference "tab:Vergleich-der-Datums-Eingaben"
34366
34367 \end_inset
34368
34369  verglichen.
34370 \end_layout
34371
34372 \begin_layout Description
34373 Dia unterstützt Diagramme, die mit dem Programm 
34374 \series bold
34375
34376 \begin_inset CommandInset href
34377 LatexCommand href
34378 name "Dia"
34379 target "http://en.wikipedia.org/wiki/Dia_(software)"
34380
34381 \end_inset
34382
34383
34384 \series default
34385  erzeugt wurden.
34386 \end_layout
34387
34388 \begin_layout Description
34389 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
34390 \series bold
34391
34392 \begin_inset CommandInset href
34393 LatexCommand href
34394 name "LilyPond"
34395 target "http://en.wikipedia.org/wiki/LilyPond"
34396
34397 \end_inset
34398
34399
34400 \series default
34401  schreiben.
34402 \end_layout
34403
34404 \begin_layout Description
34405 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
34406  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
34407 \emph on
34408 pages
34409 \emph default
34410  Option im Feld 
34411 \family sans
34412 Option
34413 \family default
34414  in der Karteikarte 
34415 \family sans
34416 LaTeX- und LyX-Optionen
34417 \family default
34418  entsprechend der Vorlagenbeschreibung im Dialog.
34419  Wenn keine 
34420 \emph on
34421 pages
34422 \emph default
34423  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
34424 \end_layout
34425
34426 \begin_layout Description
34427 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
34428  Fast alle bekannten Bildformate werden unterstützt.
34429  Die Bilddateien können im Dialogfenster 
34430 \family sans
34431 Externes
34432 \begin_inset space ~
34433 \end_inset
34434
34435 Material
34436 \family default
34437  genauso behandelt werden wie die mit dem normalen 
34438 \family sans
34439 Grafik
34440 \family default
34441 -Dialog eingefügten, siehe Abschnitt
34442 \begin_inset space ~
34443 \end_inset
34444
34445
34446 \begin_inset CommandInset ref
34447 LatexCommand ref
34448 reference "abs:Grafik-Dialog"
34449
34450 \end_inset
34451
34452 .
34453  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
34454  und EPS-Bilder werden nicht unterstützt.
34455 \end_layout
34456
34457 \begin_layout Description
34458 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
34459 \series bold
34460
34461 \begin_inset CommandInset href
34462 LatexCommand href
34463 name "Xfig"
34464 target "http://en.wikipedia.org/wiki/Xfig"
34465
34466 \end_inset
34467
34468
34469 \series default
34470  erzeugt wurden.
34471 \end_layout
34472
34473 \begin_layout Standard
34474 \begin_inset Float table
34475 placement h
34476 wide false
34477 sideways false
34478 status open
34479
34480 \begin_layout Plain Layout
34481 \begin_inset Caption
34482
34483 \begin_layout Plain Layout
34484 \begin_inset CommandInset label
34485 LatexCommand label
34486 name "tab:Vergleich-der-Datums-Eingaben"
34487
34488 \end_inset
34489
34490 Vergleich der Datums-Eingaben
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \begin_layout Plain Layout
34499 \align center
34500 \begin_inset Tabular
34501 <lyxtabular version="3" rows="4" columns="4">
34502 <features tabularvalignment="middle">
34503 <column alignment="center" valignment="top" width="0">
34504 <column alignment="center" valignment="top" width="0">
34505 <column alignment="center" valignment="top" width="0">
34506 <column alignment="center" valignment="top" width="0">
34507 <row>
34508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512 Dokumentformat
34513 \end_layout
34514
34515 \end_inset
34516 </cell>
34517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34518 \begin_inset Text
34519
34520 \begin_layout Plain Layout
34521
34522 \family sans
34523 Externes Material\SpecialChar \menuseparator
34524 Datum
34525 \end_layout
34526
34527 \end_inset
34528 </cell>
34529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34530 \begin_inset Text
34531
34532 \begin_layout Plain Layout
34533
34534 \family sans
34535 Einfügen\SpecialChar \menuseparator
34536 Datum
34537 \end_layout
34538
34539 \end_inset
34540 </cell>
34541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545 Befehl 
34546 \series bold
34547
34548 \backslash
34549 today
34550 \end_layout
34551
34552 \end_inset
34553 </cell>
34554 </row>
34555 <row>
34556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34557 \begin_inset Text
34558
34559 \begin_layout Plain Layout
34560 LyX
34561 \end_layout
34562
34563 \end_inset
34564 </cell>
34565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34566 \begin_inset Text
34567
34568 \begin_layout Plain Layout
34569 als Box
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578 als Datum
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34584 \begin_inset Text
34585
34586 \begin_layout Plain Layout
34587 als TeX-Code
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 </row>
34593 <row>
34594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Plain Layout
34598 LaTeX
34599 \end_layout
34600
34601 \end_inset
34602 </cell>
34603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 als Datum
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 als Datum
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34622 \begin_inset Text
34623
34624 \begin_layout Plain Layout
34625 als Befehl
34626 \end_layout
34627
34628 \end_inset
34629 </cell>
34630 </row>
34631 <row>
34632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Plain Layout
34636 DVI, PDF, PS
34637 \end_layout
34638
34639 \end_inset
34640 </cell>
34641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645 als Datum
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34651 \begin_inset Text
34652
34653 \begin_layout Plain Layout
34654 als Datum
34655 \end_layout
34656
34657 \end_inset
34658 </cell>
34659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 als Datum
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 </row>
34669 </lyxtabular>
34670
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Standard
34682 Wenn Sie im Dialogfenster
34683 \family sans
34684  Externes
34685 \begin_inset space ~
34686 \end_inset
34687
34688 Material 
34689 \family default
34690 in der Karteikarte
34691 \family sans
34692  Datei
34693 \family default
34694  die Option 
34695 \family sans
34696 Entwurf
34697 \family default
34698  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
34699 \begin_inset Newline newline
34700 \end_inset
34701
34702 LyX kann externes Material entweder als Box wie hier: 
34703 \begin_inset Graphics
34704         filename clipart/ExternesMaterialQt4.png
34705         scale 85
34706         scaleBeforeRotation
34707
34708 \end_inset
34709
34710  oder als Bild darstellen.
34711  Das hängt davon ab, ob Sie im Dialog
34712 \family sans
34713  
34714 \family default
34715 in der Karteikarte 
34716 \family sans
34717 LaTeX- und LyX-Optionen
34718 \family default
34719  die Option 
34720 \family sans
34721 In
34722 \begin_inset space ~
34723 \end_inset
34724
34725 LyX
34726 \begin_inset space ~
34727 \end_inset
34728
34729 anzeigen
34730 \family default
34731  gewählt haben oder nicht.
34732 \end_layout
34733
34734 \begin_layout Standard
34735 Im LyX-Handbuch 
34736 \family sans
34737 \emph on
34738 Anpassung
34739 \family default
34740 \emph default
34741  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
34742 \end_layout
34743
34744 \begin_layout Section
34745 Unterdokumente
34746 \begin_inset CommandInset label
34747 LatexCommand label
34748 name "abs:Unterdokumente"
34749
34750 \end_inset
34751
34752
34753 \begin_inset Index idx
34754 status collapsed
34755
34756 \begin_layout Plain Layout
34757 Unterdokument
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \end_layout
34764
34765 \begin_layout Standard
34766 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
34767  oder Abschnitten bestehen.
34768  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
34769  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
34770  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
34771  z.
34772 \begin_inset space \thinspace{}
34773 \end_inset
34774
34775 B.
34776  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
34777 \end_layout
34778
34779 \begin_layout Standard
34780 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
34781  müssen, geben Sie im Unterdokument im Menü
34782 \family sans
34783  Dokument\SpecialChar \menuseparator
34784 Einstellungen\SpecialChar \menuseparator
34785 Dokumentklasse
34786 \family default
34787  das Hauptdokument an.
34788  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
34789  bearbeiten.
34790 \end_layout
34791
34792 \begin_layout Standard
34793 Unterdokumente werden in LyX als Box angezeigt: 
34794 \begin_inset Graphics
34795         filename clipart/UnterdokumentQt4.png
34796         scale 85
34797         scaleBeforeRotation
34798
34799 \end_inset
34800
34801  Sie werden über
34802 \family sans
34803  Einfügen\SpecialChar \menuseparator
34804 Datei\SpecialChar \menuseparator
34805 Unterdokument
34806 \family default
34807  eingebunden, was das Dialogfenster
34808 \family sans
34809  Unterdokument
34810 \family default
34811  öffnet.
34812  Für 
34813 \family sans
34814 die Art
34815 \begin_inset space ~
34816 \end_inset
34817
34818 der
34819 \begin_inset space ~
34820 \end_inset
34821
34822 Einbindung
34823 \family default
34824  gibt es dort vier Möglichkeiten:
34825 \end_layout
34826
34827 \begin_layout Description
34828 Include Sie können LyX- und LaTeX-Dokumente einbinden.
34829  Wenn Sie im Dialogfenster
34830 \family sans
34831  Unterdokument
34832 \family default
34833  auf 
34834 \family sans
34835 Öffnen
34836 \family default
34837  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
34838  und Sie können es editieren.
34839 \begin_inset Newline newline
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 Hier wird ein Unterdokument
34847 \family sans
34848  
34849 \family default
34850 per 
34851 \family sans
34852 Include
34853 \family default
34854  eingebunden: 
34855 \begin_inset CommandInset include
34856 LatexCommand include
34857 filename "DummyDocument1.lyx"
34858
34859 \end_inset
34860
34861 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
34862  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
34863  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
34864 s.
34865  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
34866 \begin_inset space ~
34867 \end_inset
34868
34869
34870 \begin_inset CommandInset ref
34871 LatexCommand ref
34872 reference "uab:Externer-Unterabschnitt-1"
34873
34874 \end_inset
34875
34876 .
34877 \end_layout
34878
34879 \begin_layout Standard
34880 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
34881  wird benutzt.
34882  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
34883  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
34884  Unterdokumente, die per 
34885 \family sans
34886 Include
34887 \family default
34888  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
34889  und enden mit einem Seitenumbruch.
34890 \end_layout
34891
34892 \begin_layout Standard
34893 \begin_inset Note Greyedout
34894 status open
34895
34896 \begin_layout Plain Layout
34897
34898 \series bold
34899 Bemerkung:
34900 \series default
34901  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
34902  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
34903  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
34904  Ergebnissen führen wird.
34905 \end_layout
34906
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Description
34913 Input Diese Methode ist 
34914 \family sans
34915 Include
34916 \family default
34917  sehr ähnlich mit folgenden Unterschieden:
34918 \end_layout
34919
34920 \begin_deeper
34921 \begin_layout Itemize
34922 Unterdokumente, die per 
34923 \family sans
34924 Input
34925 \family default
34926  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
34927  Seite und enden NICHT mit einem Seitenumbruch.
34928 \end_layout
34929
34930 \begin_layout Itemize
34931 Unterdokumente, die per 
34932 \family sans
34933 Input
34934 \family default
34935  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
34936 \family sans
34937  Unterdokument Vorschau
34938 \begin_inset space ~
34939 \end_inset
34940
34941 anzeigen
34942 \family default
34943  angekreuzt wurde und in den LyX-Einstellungen unter
34944 \family sans
34945  Aussehen
34946 \begin_inset space ~
34947 \end_inset
34948
34949 &
34950 \begin_inset space ~
34951 \end_inset
34952
34953 Handhabung\SpecialChar \menuseparator
34954 Grafik\SpecialChar \menuseparator
34955 Sofortige
34956 \begin_inset space ~
34957 \end_inset
34958
34959 Vorschau
34960 \family default
34961  auf 
34962 \family sans
34963 An
34964 \family default
34965  gesetzt wurde.
34966  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
34967  aus.
34968 \end_layout
34969
34970 \begin_layout Itemize
34971 Unterdokumente, die per 
34972 \family sans
34973 Input
34974 \family default
34975  eingebunden werden, können nicht über das Menü 
34976 \family sans
34977 Dokument\SpecialChar \menuseparator
34978 Einstellungen\SpecialChar \menuseparator
34979 Unterdokumente
34980 \family default
34981  unterdrückt werden.
34982 \end_layout
34983
34984 \end_deeper
34985 \begin_layout Standard
34986 Hier ist ein Unterdokument, das mit
34987 \family sans
34988  Input
34989 \family default
34990  eingebunden wurde: 
34991 \begin_inset CommandInset include
34992 LatexCommand input
34993 filename "DummyDocument2.lyx"
34994
34995 \end_inset
34996
34997 .
34998 \end_layout
34999
35000 \begin_layout Description
35001 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
35002   In der Druckvorschau wird für den Text der Stil 
35003 \family typewriter
35004 Schreibmaschine
35005 \family default
35006  verwendet.
35007  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
35008  Wenn Sie im Dialogfenster
35009 \family sans
35010  Unterdokument Leerzeichen
35011 \begin_inset space ~
35012 \end_inset
35013
35014 bei
35015 \begin_inset space ~
35016 \end_inset
35017
35018 der
35019 \begin_inset space ~
35020 \end_inset
35021
35022 Ausgabe
35023 \begin_inset space ~
35024 \end_inset
35025
35026 kennzeichnen 
35027 \family default
35028 ankreuzen, wird in der Druckvorschau das Zeichen 
35029 \begin_inset Quotes gld
35030 \end_inset
35031
35032
35033 \begin_inset ERT
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037
35038
35039 \backslash
35040 textvisiblespace 
35041 \end_layout
35042
35043 \end_inset
35044
35045
35046 \begin_inset Quotes grd
35047 \end_inset
35048
35049  für jedes Leerzeichen eingefügt.
35050 \begin_inset Newline newline
35051 \end_inset
35052
35053 Im Gegensatz zu 
35054 \family sans
35055 Einfügen\SpecialChar \menuseparator
35056 Datei\SpecialChar \menuseparator
35057 Einfacher
35058 \begin_inset space ~
35059 \end_inset
35060
35061 Text
35062 \family default
35063  wird bei 
35064 \family sans
35065 Unformatiert
35066 \family default
35067  der Dateiinhalt in LyX nicht dargestellt.
35068 \end_layout
35069
35070 \begin_layout Standard
35071 Hier ist ein Unterdokument, das mit
35072 \family sans
35073  Unformatiert
35074 \family default
35075  eingebunden wurde: 
35076 \begin_inset CommandInset include
35077 LatexCommand verbatiminput
35078 filename "DummyTextDocument.txt"
35079
35080 \end_inset
35081
35082
35083 \begin_inset VSpace bigskip
35084 \end_inset
35085
35086 Hier ist ein Unterdokument, das mit
35087 \family sans
35088  Unformatiert
35089 \family default
35090  eingebunden wurde und
35091 \family sans
35092  Leerzeichen
35093 \begin_inset space ~
35094 \end_inset
35095
35096 bei
35097 \begin_inset space ~
35098 \end_inset
35099
35100 der
35101 \begin_inset space ~
35102 \end_inset
35103
35104 Ausgabe
35105 \begin_inset space ~
35106 \end_inset
35107
35108 kennzeichnen
35109 \family default
35110  angekreuzt hat: 
35111 \begin_inset CommandInset include
35112 LatexCommand verbatiminput*
35113 filename "DummyTextDocument.txt"
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 \begin_inset VSpace bigskip
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \begin_layout Standard
35128 \begin_inset Note Greyedout
35129 status open
35130
35131 \begin_layout Plain Layout
35132
35133 \series bold
35134 Bemerkung:
35135 \series default
35136  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
35137  
35138 \family sans
35139 Unformatiert
35140 \family default
35141  eingebunden werden, am Zeilenende nicht umgebrochen.
35142 \end_layout
35143
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \begin_layout Description
35150 Listing Dieser Typ wird in Kapitel
35151 \begin_inset space ~
35152 \end_inset
35153
35154
35155 \begin_inset CommandInset ref
35156 LatexCommand ref
35157 reference "kap:Programm-Code-Listen"
35158
35159 \end_inset
35160
35161  beschrieben.
35162 \end_layout
35163
35164 \begin_layout Standard
35165 \begin_inset Note Greyedout
35166 status open
35167
35168 \begin_layout Plain Layout
35169
35170 \series bold
35171 Bemerkung:
35172 \series default
35173  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
35174  das zu LaTeX-Problemen führen.
35175 \end_layout
35176
35177 \end_inset
35178
35179
35180 \end_layout
35181
35182 \begin_layout Standard
35183 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
35184  wollen, z.
35185 \begin_inset space \thinspace{}
35186 \end_inset
35187
35188 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
35189  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
35190  Dies geschieht über das Menü 
35191 \family sans
35192 Dokument\SpecialChar \menuseparator
35193 Einstellungen\SpecialChar \menuseparator
35194 Unterdokumente
35195 \family default
35196 .
35197  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
35198  in die Spalte 
35199 \family sans
35200 In Ausgabe einbinden
35201 \family default
35202  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
35203  für Unterdokumente möglich ist, die per 
35204 \family sans
35205 Input
35206 \family default
35207  eingebunden wurden).
35208  Wenn die Option 
35209 \family sans
35210 Zähler und Querverweise wahren
35211 \family default
35212  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
35213 \begin_inset space ~
35214 \end_inset
35215
35216 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
35217  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
35218  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
35219  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
35220  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
35221  sind, wählen sie die Option nicht.
35222 \end_layout
35223
35224 \begin_layout Standard
35225 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
35226 \begin_inset Foot
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230 Zweige sind im Kapitel 
35231 \emph on
35232 Zweige
35233 \emph default
35234  des LyX 
35235 \emph on
35236 Benutzerhandbuchs
35237 \emph default
35238  erklärt.
35239 \end_layout
35240
35241 \end_inset
35242
35243  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
35244  Dateien in der Ausgabe erscheinen.
35245  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
35246  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
35247  werden.
35248 \end_layout
35249
35250 \begin_layout Chapter
35251 Programm-Code-Listen
35252 \begin_inset CommandInset label
35253 LatexCommand label
35254 name "kap:Programm-Code-Listen"
35255
35256 \end_inset
35257
35258
35259 \begin_inset Index idx
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263 Listen
35264 \end_layout
35265
35266 \end_inset
35267
35268
35269 \begin_inset Index idx
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273 Programm-Code
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \begin_layout Standard
35282 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
35283 \family sans
35284 Einfügen\SpecialChar \menuseparator
35285 Pro\SpecialChar \-
35286 grammlisting
35287 \family default
35288  verwenden.
35289  Das LaTeX-Paket 
35290 \series bold
35291 listings
35292 \series default
35293
35294 \begin_inset Index idx
35295 status collapsed
35296
35297 \begin_layout Plain Layout
35298 LaTeX-Pakete ! listings
35299 \end_layout
35300
35301 \end_inset
35302
35303  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
35304 \end_layout
35305
35306 \begin_layout Standard
35307 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
35308 rmat der Programm-Code-Liste festlegen.
35309 \end_layout
35310
35311 \begin_layout Standard
35312 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
35313  Die Platzierungsoption 
35314 \family sans
35315 Eingebettetes
35316 \begin_inset space ~
35317 \end_inset
35318
35319 Listing
35320 \family default
35321  druckt das Listing in der Zeile wie hier: 
35322 \begin_inset listings
35323 lstparams "language={C++}"
35324 inline true
35325 status open
35326
35327 \begin_layout Plain Layout
35328
35329 int a=5;
35330 \end_layout
35331
35332 \end_inset
35333
35334
35335 \begin_inset Newline newline
35336 \end_inset
35337
35338 Die Option 
35339 \family sans
35340 Gleitobjekt
35341 \family default
35342  erzeugt ein Listing-Gleitobjekt, dessen 
35343 \family sans
35344 Platzierung 
35345 \family default
35346 Sie mit 
35347 \family sans
35348 h
35349 \family default
35350
35351 \family sans
35352 t
35353 \family default
35354
35355 \family sans
35356 b
35357 \family default
35358  und 
35359 \family sans
35360 p
35361 \family default
35362 , analog zu den in Abschnitt
35363 \begin_inset space ~
35364 \end_inset
35365
35366
35367 \begin_inset CommandInset ref
35368 LatexCommand ref
35369 reference "abs:Gleitobjekt-Platzierung"
35370
35371 \end_inset
35372
35373  beschriebenen Platzierungsoptionen festlegen können.
35374  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
35375  hintereinander angegeben, z.
35376 \begin_inset space \thinspace{}
35377 \end_inset
35378
35379 B.
35380  
35381 \begin_inset Quotes gld
35382 \end_inset
35383
35384
35385 \family sans
35386 htbp
35387 \family default
35388
35389 \begin_inset Quotes grd
35390 \end_inset
35391
35392 .
35393  Die Option 
35394 \begin_inset Quotes gld
35395 \end_inset
35396
35397 h
35398 \begin_inset Quotes grd
35399 \end_inset
35400
35401  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
35402  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
35403 \end_layout
35404
35405 \begin_layout Standard
35406 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
35407  zu verweisen: Listing
35408 \begin_inset space ~
35409 \end_inset
35410
35411
35412 \begin_inset CommandInset ref
35413 LatexCommand ref
35414 reference "lst:Gleitendes-Programm-Listing"
35415
35416 \end_inset
35417
35418 .
35419 \end_layout
35420
35421 \begin_layout Standard
35422 \begin_inset listings
35423 lstparams "language=Python"
35424 inline false
35425 status open
35426
35427 \begin_layout Plain Layout
35428
35429 \begin_inset Caption
35430
35431 \begin_layout Plain Layout
35432 \begin_inset CommandInset label
35433 LatexCommand label
35434 name "lst:Gleitendes-Programm-Listing"
35435
35436 \end_inset
35437
35438 Gleitendes Programm-Listing
35439 \end_layout
35440
35441 \end_inset
35442
35443 # Gleitendes Programm-Listing
35444 \end_layout
35445
35446 \begin_layout Plain Layout
35447
35448 def func(param):
35449 \end_layout
35450
35451 \begin_layout Plain Layout
35452
35453     'Dies ist eine Python-Funktion'
35454 \end_layout
35455
35456 \begin_layout Plain Layout
35457
35458     pass
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Standard
35467 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
35468  der Sprache erkannt und besonders gedruckt, wie 
35469 \emph on
35470 #
35471 \emph default
35472
35473 \emph on
35474 def
35475 \emph default
35476  und 
35477 \emph on
35478 pass
35479 \emph default
35480  in Listing
35481 \begin_inset space ~
35482 \end_inset
35483
35484
35485 \begin_inset CommandInset ref
35486 LatexCommand ref
35487 reference "lst:Gleitendes-Programm-Listing"
35488
35489 \end_inset
35490
35491 .
35492 \end_layout
35493
35494 \begin_layout Standard
35495 \begin_inset Note Greyedout
35496 status open
35497
35498 \begin_layout Plain Layout
35499
35500 \series bold
35501 Bemerkung:
35502 \series default
35503  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
35504 \family typewriter
35505 Schreib\SpecialChar \-
35506 maschine
35507 \family default
35508  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
35509 h keine fett gedruckten Buchstaben.
35510  Wählen Sie in diesem Fall eine andere Schrift im Menü 
35511 \family sans
35512 Dokument\SpecialChar \menuseparator
35513 Einstellungen\SpecialChar \menuseparator
35514 Schriften
35515 \family default
35516 .
35517  (Die Schriften 
35518 \emph on
35519 LuxiMono, BeraMono
35520 \emph default
35521  und 
35522 \emph on
35523 Courier
35524 \emph default
35525  enthalten fett gedruckte Buchstaben.)
35526 \end_layout
35527
35528 \end_inset
35529
35530
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Im Abschnitt 
35535 \family sans
35536 Zeilennummerierung
35537 \family default
35538  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
35539 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
35540  jede wievielte Zeile nummeriert werden soll und die 
35541 \family sans
35542 Schriftgröße
35543 \family default
35544  der Nummerierung.
35545 \end_layout
35546
35547 \begin_layout Standard
35548 Im Abschnitt 
35549 \family sans
35550 Bereich
35551 \family default
35552  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
35553  Im Abschnitt 
35554 \family sans
35555 Stil
35556 \family default
35557  legen Sie fest, wie die Liste ausgedruckt werden soll.
35558  Die Option 
35559 \family sans
35560 Erweiterte
35561 \begin_inset space ~
35562 \end_inset
35563
35564 Zeichentabelle
35565 \family default
35566  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
35567 \end_layout
35568
35569 \begin_layout Standard
35570 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
35571 \begin_inset Quotes gld
35572 \end_inset
35573
35574 3
35575 \begin_inset Quotes grd
35576 \end_inset
35577
35578 , Sprache 
35579 \begin_inset Quotes gld
35580 \end_inset
35581
35582 Python
35583 \begin_inset Quotes grd
35584 \end_inset
35585
35586 , Optionen 
35587 \begin_inset Quotes gld
35588 \end_inset
35589
35590 Erweiterte Zeichentabelle
35591 \begin_inset Quotes grd
35592 \end_inset
35593
35594  und 
35595 \begin_inset Quotes gld
35596 \end_inset
35597
35598 Leerzeichen als Symbol
35599 \begin_inset Quotes grd
35600 \end_inset
35601
35602  und Bereich Zeilen 3
35603 \begin_inset space \thinspace{}
35604 \end_inset
35605
35606 -
35607 \begin_inset space \thinspace{}
35608 \end_inset
35609
35610 8:
35611 \end_layout
35612
35613 \begin_layout Standard
35614 \begin_inset listings
35615 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
35616 inline false
35617 status open
35618
35619 \begin_layout Plain Layout
35620
35621 def func(param):
35622 \end_layout
35623
35624 \begin_layout Plain Layout
35625
35626     'Dies ist eine Python-Funktion'
35627 \end_layout
35628
35629 \begin_layout Plain Layout
35630
35631     pass
35632 \end_layout
35633
35634 \begin_layout Plain Layout
35635
35636 def func(param):
35637 \end_layout
35638
35639 \begin_layout Plain Layout
35640
35641 'Sonderzeichen: Tschüß'
35642 \end_layout
35643
35644 \begin_layout Plain Layout
35645
35646 pass
35647 \end_layout
35648
35649 \begin_layout Plain Layout
35650
35651 def func(param):
35652 \end_layout
35653
35654 \begin_layout Plain Layout
35655
35656 'Dies ist eine Python-Funktion'
35657 \end_layout
35658
35659 \begin_layout Plain Layout
35660
35661 pass
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Standard
35670 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
35671 \family sans
35672 Tabulatorgröße
35673 \family default
35674  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
35675 \end_layout
35676
35677 \begin_layout Standard
35678 \noindent
35679 \begin_inset Note Greyedout
35680 status open
35681
35682 \begin_layout Plain Layout
35683
35684 \series bold
35685 Bemerkung:
35686 \series default
35687  Wegen eines Fehlers im 
35688 \series bold
35689 listings
35690 \series default
35691 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
35692  verschoben.
35693  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
35694  Listing nummeriert werden.
35695 \end_layout
35696
35697 \end_inset
35698
35699
35700 \end_layout
35701
35702 \begin_layout Standard
35703 \begin_inset VSpace bigskip
35704 \end_inset
35705
35706
35707 \end_layout
35708
35709 \begin_layout Standard
35710 \noindent
35711 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
35712  Das machen Sie mit
35713 \family sans
35714  Einfügen\SpecialChar \menuseparator
35715 Datei\SpecialChar \menuseparator
35716 Unterdokument
35717 \family default
35718  und der 
35719 \family sans
35720 Art
35721 \begin_inset space ~
35722 \end_inset
35723
35724 der
35725 \begin_inset space ~
35726 \end_inset
35727
35728 Einbindung
35729 \family default
35730  
35731 \family sans
35732 Listing
35733 \family default
35734 .
35735 \begin_inset Foot
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
35740 \begin_inset space ~
35741 \end_inset
35742
35743
35744 \begin_inset CommandInset ref
35745 LatexCommand ref
35746 reference "abs:Unterdokumente"
35747
35748 \end_inset
35749
35750  beschrieben.
35751 \end_layout
35752
35753 \end_inset
35754
35755  Im Dialogfenster
35756 \family sans
35757  Unterdokument
35758 \family default
35759  können Sie die Listing-Parameter unter 
35760 \family sans
35761 Weitere
35762 \begin_inset space ~
35763 \end_inset
35764
35765 Parameter
35766 \family default
35767  eingeben.
35768  Wenn Sie dort ein Fragezeichen 
35769 \begin_inset Quotes gld
35770 \end_inset
35771
35772 ?
35773 \begin_inset Quotes grd
35774 \end_inset
35775
35776  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
35777 det.
35778 \end_layout
35779
35780 \begin_layout Standard
35781 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
35782  Text ins Feld 
35783 \family sans
35784 Marke
35785 \family default
35786 , auf die dann wie üblich verwiesen werden kann.
35787 \end_layout
35788
35789 \begin_layout Standard
35790 Listing
35791 \begin_inset space ~
35792 \end_inset
35793
35794
35795 \begin_inset CommandInset ref
35796 LatexCommand ref
35797 reference "lst:Datei-Listing"
35798
35799 \end_inset
35800
35801  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
35802 \begin_inset space \thinspace{}
35803 \end_inset
35804
35805 -
35806 \begin_inset space \thinspace{}
35807 \end_inset
35808
35809 15 gedruckt werden.
35810 \end_layout
35811
35812 \begin_layout Standard
35813 \begin_inset CommandInset include
35814 LatexCommand lstinputlisting
35815 filename "EmbeddedObjects.lyx"
35816 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
35817
35818 \end_inset
35819
35820
35821 \end_layout
35822
35823 \begin_layout Standard
35824 \begin_inset VSpace bigskip
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
35832 \end_layout
35833
35834 \begin_layout Enumerate
35835 Öffnen Sie die Listings-Einstellungen und fügen
35836 \begin_inset Newline newline
35837 \end_inset
35838
35839
35840 \family sans
35841 mathescape=true
35842 \family default
35843
35844 \begin_inset Newline newline
35845 \end_inset
35846
35847 in das Feld des Tabs 
35848 \family sans
35849 Erweitert
35850 \family default
35851  ein
35852 \end_layout
35853
35854 \begin_layout Enumerate
35855 Erstellen Sie eine Formel außerhalb des Listings
35856 \end_layout
35857
35858 \begin_layout Enumerate
35859 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
35860 blage (Tastenkürzel 
35861 \family sans
35862 Ctrl+C
35863 \family default
35864 )
35865 \end_layout
35866
35867 \begin_layout Enumerate
35868 Schreiben sie 
35869 \begin_inset Quotes gld
35870 \end_inset
35871
35872
35873 \family sans
35874 $$
35875 \family default
35876
35877 \begin_inset Quotes grd
35878 \end_inset
35879
35880  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
35881 hen (Tastenkürzel 
35882 \family sans
35883 Ctrl+V
35884 \family default
35885 )
35886 \end_layout
35887
35888 \begin_layout Standard
35889 \begin_inset listings
35890 lstparams "language=Python,mathescape=true"
35891 inline false
35892 status open
35893
35894 \begin_layout Plain Layout
35895
35896 \begin_inset Caption
35897
35898 \begin_layout Plain Layout
35899 Programm-Listing mit einer Formel
35900 \end_layout
35901
35902 \end_inset
35903
35904 # Beispiel-Programm-Listing
35905 \end_layout
35906
35907 \begin_layout Plain Layout
35908
35909 def func(param):
35910 \end_layout
35911
35912 \begin_layout Plain Layout
35913
35914     # $
35915 \backslash
35916 prod_{n=1}^{
35917 \backslash
35918 infty}
35919 \backslash
35920 ,
35921 \backslash
35922 frac{1}{x^{2}}$
35923 \end_layout
35924
35925 \begin_layout Plain Layout
35926
35927     pass
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \begin_layout Standard
35936 \begin_inset VSpace bigskip
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Standard
35943 \noindent
35944 Dokumentweite Listing-Eigenschaften können im Dialog 
35945 \family sans
35946 Dokument\SpecialChar \menuseparator
35947 Einstellungen\SpecialChar \menuseparator
35948 Listing
35949 \family default
35950  festgelegt werden.
35951  Dort bekommt man durch Eingabe eines Fragezeichens 
35952 \begin_inset Quotes gld
35953 \end_inset
35954
35955 ?
35956 \begin_inset Quotes grd
35957 \end_inset
35958
35959  eine Liste aller möglichen Parameter.
35960 \end_layout
35961
35962 \begin_layout Standard
35963 Weitere Informationen über das 
35964 \series bold
35965 listings
35966 \series default
35967 -Paket finden Sie in 
35968 \begin_inset CommandInset citation
35969 LatexCommand cite
35970 key "listings"
35971
35972 \end_inset
35973
35974 .
35975 \end_layout
35976
35977 \begin_layout Chapter
35978 \start_of_appendix
35979 In LyX verfügbare Maßeinheiten
35980 \begin_inset CommandInset label
35981 LatexCommand label
35982 name "kap:In-LyX-verfügbare"
35983
35984 \end_inset
35985
35986
35987 \begin_inset Index idx
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991 Einheiten
35992 \end_layout
35993
35994 \end_inset
35995
35996
35997 \end_layout
35998
35999 \begin_layout Standard
36000 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
36001  Tabelle
36002 \begin_inset space ~
36003 \end_inset
36004
36005
36006 \begin_inset CommandInset ref
36007 LatexCommand ref
36008 reference "tab:Maßeinheiten"
36009
36010 \end_inset
36011
36012  alle in LyX verfügbaren Maßeinheiten.
36013 \end_layout
36014
36015 \begin_layout Standard
36016 \begin_inset Float table
36017 placement h
36018 wide false
36019 sideways false
36020 status open
36021
36022 \begin_layout Plain Layout
36023 \begin_inset Caption
36024
36025 \begin_layout Plain Layout
36026 \begin_inset CommandInset label
36027 LatexCommand label
36028 name "tab:Maßeinheiten"
36029
36030 \end_inset
36031
36032 Maßeinheiten
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Plain Layout
36041 \begin_inset VSpace medskip
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \begin_layout Plain Layout
36048 \align center
36049 \begin_inset Tabular
36050 <lyxtabular version="3" rows="20" columns="2">
36051 <features tabularvalignment="middle">
36052 <column alignment="center" valignment="top" width="0">
36053 <column alignment="center" valignment="top" width="0">
36054 <row>
36055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36056 \begin_inset Text
36057
36058 \begin_layout Plain Layout
36059
36060 \series bold
36061 Maßeinheit
36062 \end_layout
36063
36064 \end_inset
36065 </cell>
36066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36067 \begin_inset Text
36068
36069 \begin_layout Plain Layout
36070
36071 \series bold
36072 Name/Beschreibung
36073 \end_layout
36074
36075 \end_inset
36076 </cell>
36077 </row>
36078 <row>
36079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36080 \begin_inset Text
36081
36082 \begin_layout Plain Layout
36083 mm
36084 \end_layout
36085
36086 \end_inset
36087 </cell>
36088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36089 \begin_inset Text
36090
36091 \begin_layout Plain Layout
36092 Millimeter
36093 \end_layout
36094
36095 \end_inset
36096 </cell>
36097 </row>
36098 <row>
36099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36100 \begin_inset Text
36101
36102 \begin_layout Plain Layout
36103 cm
36104 \end_layout
36105
36106 \end_inset
36107 </cell>
36108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36109 \begin_inset Text
36110
36111 \begin_layout Plain Layout
36112 Zentimeter
36113 \end_layout
36114
36115 \end_inset
36116 </cell>
36117 </row>
36118 <row>
36119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36120 \begin_inset Text
36121
36122 \begin_layout Plain Layout
36123 in
36124 \end_layout
36125
36126 \end_inset
36127 </cell>
36128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36129 \begin_inset Text
36130
36131 \begin_layout Plain Layout
36132 Zoll (1
36133 \begin_inset space \thinspace{}
36134 \end_inset
36135
36136 in = 2.54
36137 \begin_inset space \thinspace{}
36138 \end_inset
36139
36140 cm
36141 \end_layout
36142
36143 \end_inset
36144 </cell>
36145 </row>
36146 <row>
36147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36148 \begin_inset Text
36149
36150 \begin_layout Plain Layout
36151 pt
36152 \end_layout
36153
36154 \end_inset
36155 </cell>
36156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36157 \begin_inset Text
36158
36159 \begin_layout Plain Layout
36160 Punkt (72.27
36161 \begin_inset space \thinspace{}
36162 \end_inset
36163
36164 pt = 1
36165 \begin_inset space \thinspace{}
36166 \end_inset
36167
36168 in)
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 <row>
36175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179 pc
36180 \end_layout
36181
36182 \end_inset
36183 </cell>
36184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36185 \begin_inset Text
36186
36187 \begin_layout Plain Layout
36188 Pica (1
36189 \begin_inset space \thinspace{}
36190 \end_inset
36191
36192 pc = 12
36193 \begin_inset space \thinspace{}
36194 \end_inset
36195
36196 pt)
36197 \end_layout
36198
36199 \end_inset
36200 </cell>
36201 </row>
36202 <row>
36203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207 sp
36208 \end_layout
36209
36210 \end_inset
36211 </cell>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216 skalierter Punkt (65536
36217 \begin_inset space \thinspace{}
36218 \end_inset
36219
36220 sp = 1
36221 \begin_inset space \thinspace{}
36222 \end_inset
36223
36224 pt)
36225 \end_layout
36226
36227 \end_inset
36228 </cell>
36229 </row>
36230 <row>
36231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36232 \begin_inset Text
36233
36234 \begin_layout Plain Layout
36235 bp
36236 \end_layout
36237
36238 \end_inset
36239 </cell>
36240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36241 \begin_inset Text
36242
36243 \begin_layout Plain Layout
36244 großer Punkt (72
36245 \begin_inset space \thinspace{}
36246 \end_inset
36247
36248 bp = 1
36249 \begin_inset space \thinspace{}
36250 \end_inset
36251
36252 in)
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 <row>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263 dd
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36269 \begin_inset Text
36270
36271 \begin_layout Plain Layout
36272 Didot (1
36273 \begin_inset space \thinspace{}
36274 \end_inset
36275
36276 dd 
36277 \begin_inset Formula $\approx$
36278 \end_inset
36279
36280  0,376
36281 \begin_inset space \thinspace{}
36282 \end_inset
36283
36284 mm)
36285 \end_layout
36286
36287 \end_inset
36288 </cell>
36289 </row>
36290 <row>
36291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36292 \begin_inset Text
36293
36294 \begin_layout Plain Layout
36295 cc
36296 \end_layout
36297
36298 \end_inset
36299 </cell>
36300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36301 \begin_inset Text
36302
36303 \begin_layout Plain Layout
36304 Cicero (1
36305 \begin_inset space \thinspace{}
36306 \end_inset
36307
36308 cc = 12
36309 \begin_inset space \thinspace{}
36310 \end_inset
36311
36312 dd)
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 </row>
36318 <row>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323 Skalierung%
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36329 \begin_inset Text
36330
36331 \begin_layout Plain Layout
36332 % der originalen Bildbreite
36333 \end_layout
36334
36335 \end_inset
36336 </cell>
36337 </row>
36338 <row>
36339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36340 \begin_inset Text
36341
36342 \begin_layout Plain Layout
36343 Textbreite %
36344 \end_layout
36345
36346 \end_inset
36347 </cell>
36348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36349 \begin_inset Text
36350
36351 \begin_layout Plain Layout
36352 % der Textbreite
36353 \end_layout
36354
36355 \end_inset
36356 </cell>
36357 </row>
36358 <row>
36359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36360 \begin_inset Text
36361
36362 \begin_layout Plain Layout
36363 Spaltenbreite %
36364 \end_layout
36365
36366 \end_inset
36367 </cell>
36368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36369 \begin_inset Text
36370
36371 \begin_layout Plain Layout
36372 % der Spaltenbreite
36373 \end_layout
36374
36375 \end_inset
36376 </cell>
36377 </row>
36378 <row>
36379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36380 \begin_inset Text
36381
36382 \begin_layout Plain Layout
36383 Seitenbreite %
36384 \end_layout
36385
36386 \end_inset
36387 </cell>
36388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36389 \begin_inset Text
36390
36391 \begin_layout Plain Layout
36392 % der Seitenbreite
36393 \end_layout
36394
36395 \end_inset
36396 </cell>
36397 </row>
36398 <row>
36399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36400 \begin_inset Text
36401
36402 \begin_layout Plain Layout
36403 Zeilenbreite %
36404 \end_layout
36405
36406 \end_inset
36407 </cell>
36408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36409 \begin_inset Text
36410
36411 \begin_layout Plain Layout
36412 % der Zeilenbreite
36413 \end_layout
36414
36415 \end_inset
36416 </cell>
36417 </row>
36418 <row>
36419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36420 \begin_inset Text
36421
36422 \begin_layout Plain Layout
36423 Texthöhe %
36424 \end_layout
36425
36426 \end_inset
36427 </cell>
36428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36429 \begin_inset Text
36430
36431 \begin_layout Plain Layout
36432 % der Texthöhe
36433 \end_layout
36434
36435 \end_inset
36436 </cell>
36437 </row>
36438 <row>
36439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36440 \begin_inset Text
36441
36442 \begin_layout Plain Layout
36443 Seitenhöhe %
36444 \end_layout
36445
36446 \end_inset
36447 </cell>
36448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452 % der Seitenhöhe
36453 \end_layout
36454
36455 \end_inset
36456 </cell>
36457 </row>
36458 <row>
36459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36460 \begin_inset Text
36461
36462 \begin_layout Plain Layout
36463 ex
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36469 \begin_inset Text
36470
36471 \begin_layout Plain Layout
36472 Die Höhe des Buchstabens 
36473 \emph on
36474 x
36475 \emph default
36476  im aktiven Zeichensatz
36477 \end_layout
36478
36479 \end_inset
36480 </cell>
36481 </row>
36482 <row>
36483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36484 \begin_inset Text
36485
36486 \begin_layout Plain Layout
36487 em
36488 \end_layout
36489
36490 \end_inset
36491 </cell>
36492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36493 \begin_inset Text
36494
36495 \begin_layout Plain Layout
36496 Die Breite des Buchstabens 
36497 \emph on
36498 M
36499 \emph default
36500  im aktiven Zeichensatz
36501 \end_layout
36502
36503 \end_inset
36504 </cell>
36505 </row>
36506 <row>
36507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36508 \begin_inset Text
36509
36510 \begin_layout Plain Layout
36511 mu
36512 \end_layout
36513
36514 \end_inset
36515 </cell>
36516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36517 \begin_inset Text
36518
36519 \begin_layout Plain Layout
36520 mathematische  Maßeinheit
36521 \series bold
36522  
36523 \series default
36524 (1
36525 \begin_inset space \thinspace{}
36526 \end_inset
36527
36528 mu = 1/18
36529 \begin_inset space \thinspace{}
36530 \end_inset
36531
36532 em)
36533 \end_layout
36534
36535 \end_inset
36536 </cell>
36537 </row>
36538 </lyxtabular>
36539
36540 \end_inset
36541
36542
36543 \end_layout
36544
36545 \end_inset
36546
36547
36548 \end_layout
36549
36550 \begin_layout Chapter
36551 Ausgabedatei-Formate mit Grafiken
36552 \begin_inset CommandInset label
36553 LatexCommand label
36554 name "kap:Ausgabedatei-Formate"
36555
36556 \end_inset
36557
36558
36559 \end_layout
36560
36561 \begin_layout Section
36562 DVI
36563 \begin_inset Index idx
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567 Dateiformat! DVI
36568 \end_layout
36569
36570 \end_inset
36571
36572
36573 \begin_inset Index idx
36574 status collapsed
36575
36576 \begin_layout Plain Layout
36577 DVI
36578 \end_layout
36579
36580 \end_inset
36581
36582
36583 \end_layout
36584
36585 \begin_layout Standard
36586 Dieser Dateityp hat die Erweiterung 
36587 \begin_inset Quotes gld
36588 \end_inset
36589
36590
36591 \family typewriter
36592 .dvi
36593 \family default
36594
36595 \begin_inset Quotes grd
36596 \end_inset
36597
36598  und wird 
36599 \begin_inset Quotes gld
36600 \end_inset
36601
36602 device independent
36603 \begin_inset Quotes grd
36604 \end_inset
36605
36606  genannt, weil er vollkommen portierbar ist.
36607  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
36608  dvi-Betrachter installiert hat.
36609  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
36610 ate wie PostScript benutzt.
36611 \end_layout
36612
36613 \begin_layout Standard
36614 \begin_inset Note Greyedout
36615 status open
36616
36617 \begin_layout Plain Layout
36618
36619 \series bold
36620 Bemerkung:
36621 \series default
36622  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \end_layout
36629
36630 \begin_layout Standard
36631 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
36632  auf einen anderen Computer kopieren.
36633  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
36634  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
36635  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
36636 \family typewriter
36637  
36638 \family default
36639 blättern.
36640
36641 \family typewriter
36642  
36643 \family default
36644 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
36645  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
36646  
36647 \end_layout
36648
36649 \begin_layout Standard
36650 Sie können Ihr Dokument als DVI über das Menü 
36651 \family sans
36652 Datei\SpecialChar \menuseparator
36653 Exportieren\SpecialChar \menuseparator
36654 DVI
36655 \family default
36656  exportieren.
36657  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
36658 \family sans
36659 Ansicht
36660 \family default
36661  oder den Werkzeugleistenknopf 
36662 \begin_inset Graphics
36663         filename ../../images/buffer-view_dvi.png
36664         scale 70
36665         scaleBeforeRotation
36666
36667 \end_inset
36668
36669  anschauen.
36670 \end_layout
36671
36672 \begin_layout Section
36673 PostScript
36674 \begin_inset CommandInset label
36675 LatexCommand label
36676 name "abs:PostScript"
36677
36678 \end_inset
36679
36680
36681 \begin_inset Index idx
36682 status collapsed
36683
36684 \begin_layout Plain Layout
36685 Dateiformat  ! PostScript
36686 \end_layout
36687
36688 \end_inset
36689
36690
36691 \begin_inset Index idx
36692 status collapsed
36693
36694 \begin_layout Plain Layout
36695 PostScript
36696 \end_layout
36697
36698 \end_inset
36699
36700
36701 \end_layout
36702
36703 \begin_layout Standard
36704 Dieser Dateityp hat die Erweiterung 
36705 \begin_inset Quotes gld
36706 \end_inset
36707
36708
36709 \family typewriter
36710 .ps
36711 \family default
36712
36713 \begin_inset Quotes grd
36714 \end_inset
36715
36716 .
36717  PostScript wurde von der Firma
36718 \family typewriter
36719  Adobe
36720 \family default
36721  als Druckersprache entwickelt.
36722  Die Datei enthält deshalb Druckbefehle.
36723  PostScript kann als 
36724 \begin_inset Quotes gld
36725 \end_inset
36726
36727 Programmiersprache
36728 \begin_inset Quotes grd
36729 \end_inset
36730
36731  angesehen werden.
36732  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
36733 \begin_inset Foot
36734 status collapsed
36735
36736 \begin_layout Plain Layout
36737 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
36738  von
36739 \series bold
36740  PSTricks
36741 \series default
36742  
36743 \begin_inset CommandInset citation
36744 LatexCommand cite
36745 key "pstricks"
36746
36747 \end_inset
36748
36749  oder 
36750 \begin_inset CommandInset citation
36751 LatexCommand cite
36752 key "latex-praxisbuch"
36753
36754 \end_inset
36755
36756  ansehen.
36757 \end_layout
36758
36759 \end_inset
36760
36761 .
36762  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
36763 \end_layout
36764
36765 \begin_layout Standard
36766 PostScript kann nur Bilder im Format EPS
36767 \begin_inset Index idx
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 EPS
36772 \end_layout
36773
36774 \end_inset
36775
36776  (Encapsulated PostScript, Datei-Er\SpecialChar \-
36777 wei\SpecialChar \-
36778 ter\SpecialChar \-
36779 ung 
36780 \begin_inset Quotes gld
36781 \end_inset
36782
36783
36784 \family typewriter
36785 .eps
36786 \family default
36787
36788 \begin_inset Quotes grd
36789 \end_inset
36790
36791 ) enthalten.
36792  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
36793  intern nach EPS konvertieren.
36794  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
36795  verlangsamen.
36796  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
36797  konvertieren und direkt als EPS einfügen.
36798 \end_layout
36799
36800 \begin_layout Standard
36801 Sie können Ihr Dokument als PostScript über das Menü 
36802 \family sans
36803 Datei\SpecialChar \menuseparator
36804 Exportieren\SpecialChar \menuseparator
36805 Post\SpecialChar \-
36806 Script
36807 \family default
36808  exportieren.
36809  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
36810 \family sans
36811 Ansicht
36812 \family default
36813  oder den Werkzeugleistenknopf 
36814 \begin_inset Graphics
36815         filename ../../images/buffer-view_ps.png
36816         scale 70
36817         scaleBeforeRotation
36818
36819 \end_inset
36820
36821  anschauen.
36822 \end_layout
36823
36824 \begin_layout Section
36825 PDF
36826 \begin_inset Index idx
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830 Dateiformat! PDF
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \begin_inset Index idx
36837 status collapsed
36838
36839 \begin_layout Plain Layout
36840 PDF
36841 \end_layout
36842
36843 \end_inset
36844
36845
36846 \end_layout
36847
36848 \begin_layout Standard
36849 Dieser Dateityp hat die Erweiterung 
36850 \begin_inset Quotes gld
36851 \end_inset
36852
36853
36854 \family typewriter
36855 .pdf
36856 \family default
36857
36858 \begin_inset Quotes grd
36859 \end_inset
36860
36861 .
36862  Das
36863 \emph on
36864  
36865 \emph default
36866
36867 \begin_inset Quotes gld
36868 \end_inset
36869
36870 Portable Document Format
36871 \begin_inset Quotes grd
36872 \end_inset
36873
36874  (PDF) wurde auch von der Firma 
36875 \family typewriter
36876 Adobe
36877 \family default
36878  als Derivat von PostScript entwickelt.
36879  Es ist komprimierter und benutzt weniger Befehle als PostScript.
36880  Wie der Begriff 
36881 \begin_inset Quotes gld
36882 \end_inset
36883
36884 portable
36885 \begin_inset Quotes grd
36886 \end_inset
36887
36888  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
36889  werden, und der Ausdruck sieht immer gleich aus.
36890 \end_layout
36891
36892 \begin_layout Standard
36893 PDF kann Bilder im eigenen PDF-Format, im Format 
36894 \begin_inset Quotes gld
36895 \end_inset
36896
36897 Joint Photographic Experts Group
36898 \begin_inset Quotes grd
36899 \end_inset
36900
36901  (JPEG
36902 \begin_inset Index idx
36903 status collapsed
36904
36905 \begin_layout Plain Layout
36906 JPG, JPEG
36907 \end_layout
36908
36909 \end_inset
36910
36911 , Datei-Erweiterung 
36912 \begin_inset Quotes gld
36913 \end_inset
36914
36915
36916 \family typewriter
36917 .jpg
36918 \family default
36919
36920 \begin_inset Quotes grd
36921 \end_inset
36922
36923  oder 
36924 \begin_inset Quotes gld
36925 \end_inset
36926
36927
36928 \family typewriter
36929 .jpeg
36930 \family default
36931
36932 \begin_inset Quotes grd
36933 \end_inset
36934
36935 ) und im Format 
36936 \begin_inset Quotes gld
36937 \end_inset
36938
36939 Portable Network Graphics
36940 \begin_inset Quotes grd
36941 \end_inset
36942
36943  (PNG
36944 \begin_inset Index idx
36945 status collapsed
36946
36947 \begin_layout Plain Layout
36948 PNG
36949 \end_layout
36950
36951 \end_inset
36952
36953 , Datei-Erweiterung 
36954 \begin_inset Quotes gld
36955 \end_inset
36956
36957
36958 \family typewriter
36959 .png
36960 \family default
36961
36962 \begin_inset Quotes grd
36963 \end_inset
36964
36965 ) enthalten.
36966  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
36967  Sie konvertieren wird.
36968  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
36969  wird, eines der drei erwähnten Bildformate zu benutzen.
36970 \end_layout
36971
36972 \begin_layout Standard
36973 PDF-Dateien können Sie über 
36974 \family sans
36975 Datei\SpecialChar \menuseparator
36976 Exportieren
36977 \family default
36978  auf drei Arten erzeugen:
36979 \end_layout
36980
36981 \begin_layout Description
36982 PDF
36983 \begin_inset space ~
36984 \end_inset
36985
36986 (ps2pdf) benutzt das Programm
36987 \family typewriter
36988  ps2pdf
36989 \family default
36990 , das eine PDF-Datei aus einer Post\SpecialChar \-
36991 Script®-Version Ihres Dokument erstellt.
36992  Die PostScript-Version wird mit dem Programm 
36993 \family typewriter
36994 dvips
36995 \family default
36996  aus einer DVI-Version erstellt.
36997  Es werden also drei Konvertierungen verwendet.
36998 \end_layout
36999
37000 \begin_layout Description
37001 PDF
37002 \begin_inset space ~
37003 \end_inset
37004
37005 (dvipdfm) benutzt das Programm 
37006 \family typewriter
37007 dvipdfm
37008 \family default
37009 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
37010  PDF konvertiert.
37011 \end_layout
37012
37013 \begin_layout Description
37014 PDF
37015 \begin_inset space ~
37016 \end_inset
37017
37018 (pdflatex) benutzt das Programm
37019 \family typewriter
37020  pdftex
37021 \family default
37022 , das Ihr Dokument direkt nach PDF konvertiert.
37023 \end_layout
37024
37025 \begin_layout Standard
37026
37027 \family sans
37028 PDF
37029 \begin_inset space ~
37030 \end_inset
37031
37032 (pdflatex)
37033 \family default
37034  wird empfohlen, weil
37035 \family typewriter
37036  pdftex
37037 \family default
37038  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
37039  ohne Probleme arbeitet.
37040  Das Programm 
37041 \family typewriter
37042 dvi\SpecialChar \-
37043 pdfm
37044 \family default
37045  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
37046 \end_layout
37047
37048 \begin_layout Standard
37049 Sie können Ihr Dokument als PDF über das Menü 
37050 \family sans
37051 Datei\SpecialChar \menuseparator
37052 Exportieren\SpecialChar \menuseparator
37053 PDF
37054 \family default
37055  exportieren.
37056  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
37057 \family sans
37058 Ansicht
37059 \family default
37060  oder den Werkzeugleistenknopf 
37061 \begin_inset Graphics
37062         filename ../../images/buffer-view_pdf2.png
37063         scale 70
37064         scaleBeforeRotation
37065
37066 \end_inset
37067
37068  anschauen 
37069 \family sans
37070 (
37071 \family default
37072 der 
37073 \family sans
37074 PDF
37075 \begin_inset space ~
37076 \end_inset
37077
37078 (pdflatex)
37079 \family default
37080  verwendet).
37081 \end_layout
37082
37083 \begin_layout Chapter
37084 Erklärung der Gleichung
37085 \begin_inset space ~
37086 \end_inset
37087
37088 (
37089 \begin_inset CommandInset ref
37090 LatexCommand ref
37091 reference "eq:Wgn"
37092
37093 \end_inset
37094
37095 )
37096 \begin_inset CommandInset label
37097 LatexCommand label
37098 name "kap:Exläuterung-einer-Gleichung"
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \begin_layout Standard
37106 Die Gesamtbreite von
37107 \emph on
37108  n
37109 \emph default
37110  Tabellenzellen 
37111 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37112 \end_inset
37113
37114  kann wie folgt berechnet werden:
37115 \end_layout
37116
37117 \begin_layout Standard
37118 \begin_inset Formula 
37119 \begin{equation}
37120 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37121 \end{equation}
37122
37123 \end_inset
37124
37125
37126 \end_layout
37127
37128 \begin_layout Standard
37129 Dabei ist 
37130 \begin_inset Formula $W_{g\, n}$
37131 \end_inset
37132
37133  die Breite jeder Zelle.
37134
37135 \series bold
37136  
37137 \backslash
37138 tabcolsep
37139 \series default
37140  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
37141  Standardwert 6
37142 \begin_inset space \thinspace{}
37143 \end_inset
37144
37145 pt.
37146  
37147 \series bold
37148
37149 \backslash
37150 arrayrulewidth
37151 \series default
37152  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
37153 \begin_inset space \thinspace{}
37154 \end_inset
37155
37156 pt.
37157 \end_layout
37158
37159 \begin_layout Standard
37160 Nach Gleichung
37161 \begin_inset space ~
37162 \end_inset
37163
37164
37165 \begin_inset CommandInset ref
37166 LatexCommand ref
37167 reference "eq:Wtot_n"
37168
37169 \end_inset
37170
37171  ist die Gesamtbreite einer Mehrfachspalte, 
37172 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37173 \end_inset
37174
37175 ,
37176 \end_layout
37177
37178 \begin_layout Standard
37179 \begin_inset Formula 
37180 \begin{equation}
37181 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37182 \end{equation}
37183
37184 \end_inset
37185
37186
37187 \end_layout
37188
37189 \begin_layout Standard
37190 Setzt man die Gleichungen
37191 \begin_inset space ~
37192 \end_inset
37193
37194
37195 \begin_inset CommandInset ref
37196 LatexCommand ref
37197 reference "eq:Wtot_n"
37198
37199 \end_inset
37200
37201  und 
37202 \begin_inset CommandInset ref
37203 LatexCommand ref
37204 reference "eq:Wtot_mult"
37205
37206 \end_inset
37207
37208  gleich, kann man die benötigte Breite 
37209 \begin_inset Formula $W_{g\, n}$
37210 \end_inset
37211
37212 , wenn 
37213 \emph on
37214 n
37215 \emph default
37216  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
37217 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37218 \end_inset
37219
37220  hat, berechnen:
37221 \end_layout
37222
37223 \begin_layout Standard
37224 \begin_inset Formula 
37225 \begin{equation}
37226 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37227 \end{equation}
37228
37229 \end_inset
37230
37231
37232 \end_layout
37233
37234 \begin_layout Bibliography
37235 \labelwidthstring Literaturverzeichnis
37236 \begin_inset CommandInset bibitem
37237 LatexCommand bibitem
37238 key "latexcompanion"
37239
37240 \end_inset
37241
37242 Frank Mittelbach and Michel Goossens: 
37243 \emph on
37244 The LaTeX Companion Second Edition.
37245
37246 \emph default
37247  Addison-Wesley, 2004
37248 \end_layout
37249
37250 \begin_layout Bibliography
37251 \labelwidthstring Literaturverzeichnis
37252 \begin_inset CommandInset bibitem
37253 LatexCommand bibitem
37254 key "latexguide"
37255
37256 \end_inset
37257
37258 Helmut Kopka and Patrick W.
37259  Daly: 
37260 \emph on
37261 A Guide to LaTeX Fourth Edition.
37262
37263 \emph default
37264  Addison-Wesley, 2003
37265 \end_layout
37266
37267 \begin_layout Bibliography
37268 \labelwidthstring Literaturverzeichnis
37269 \begin_inset CommandInset bibitem
37270 LatexCommand bibitem
37271 key "lamport"
37272
37273 \end_inset
37274
37275 Leslie Lamport: 
37276 \emph on
37277 LaTeX: A Document Preparation System.
37278
37279 \emph default
37280  Addison-Wesley, second edition, 1994
37281 \end_layout
37282
37283 \begin_layout Bibliography
37284 \labelwidthstring Literaturverzeichnis
37285 \begin_inset CommandInset bibitem
37286 LatexCommand bibitem
37287 key "latex-praxisbuch"
37288
37289 \end_inset
37290
37291 Niedermair, Elke & Michael: 
37292 \emph on
37293 LaTeX-Praxisbuch
37294 \emph default
37295 , Franzis-Verlag, 2004
37296 \end_layout
37297
37298 \begin_layout Bibliography
37299 \labelwidthstring Literaturverzeichnis
37300 \begin_inset CommandInset bibitem
37301 LatexCommand bibitem
37302 key "booktabs"
37303
37304 \end_inset
37305
37306 Dokumentation des LaTeX-Pakets 
37307 \series bold
37308
37309 \begin_inset CommandInset href
37310 LatexCommand href
37311 name "booktabs"
37312 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37313
37314 \end_inset
37315
37316
37317 \series default
37318
37319 \begin_inset Index idx
37320 status collapsed
37321
37322 \begin_layout Plain Layout
37323 LaTeX-Pakete ! booktabs
37324 \end_layout
37325
37326 \end_inset
37327
37328
37329 \end_layout
37330
37331 \begin_layout Bibliography
37332 \labelwidthstring Literaturverzeichnis
37333 \begin_inset CommandInset bibitem
37334 LatexCommand bibitem
37335 key "caption"
37336
37337 \end_inset
37338
37339 Dokumentation des LaTeX-Pakets 
37340 \series bold
37341
37342 \begin_inset CommandInset href
37343 LatexCommand href
37344 name "caption"
37345 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
37346
37347 \end_inset
37348
37349
37350 \series default
37351
37352 \begin_inset Index idx
37353 status collapsed
37354
37355 \begin_layout Plain Layout
37356 LaTeX-Pakete ! caption
37357 \end_layout
37358
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \begin_layout Bibliography
37365 \labelwidthstring Literaturverzeichnis
37366 \begin_inset CommandInset bibitem
37367 LatexCommand bibitem
37368 key "endfloat"
37369
37370 \end_inset
37371
37372 Dokumentation des LaTeX-Pakets 
37373 \series bold
37374
37375 \begin_inset CommandInset href
37376 LatexCommand href
37377 name "endfloat"
37378 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
37379
37380 \end_inset
37381
37382
37383 \series default
37384
37385 \begin_inset Index idx
37386 status collapsed
37387
37388 \begin_layout Plain Layout
37389 LaTeX-Pakete ! endfloat
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \end_layout
37396
37397 \begin_layout Bibliography
37398 \labelwidthstring Literaturverzeichnis
37399 \begin_inset CommandInset bibitem
37400 LatexCommand bibitem
37401 key "footmisc"
37402
37403 \end_inset
37404
37405 Dokumentation des LaTeX-Pakets 
37406 \series bold
37407
37408 \begin_inset CommandInset href
37409 LatexCommand href
37410 name "footmisc"
37411 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
37412
37413 \end_inset
37414
37415
37416 \series default
37417
37418 \begin_inset Index idx
37419 status collapsed
37420
37421 \begin_layout Plain Layout
37422 LaTeX-Pakete ! footmisc
37423 \end_layout
37424
37425 \end_inset
37426
37427
37428 \end_layout
37429
37430 \begin_layout Bibliography
37431 \labelwidthstring Literaturverzeichnis
37432 \begin_inset CommandInset bibitem
37433 LatexCommand bibitem
37434 key "hypcap"
37435
37436 \end_inset
37437
37438 Dokumentation des LaTeX-Pakets 
37439 \series bold
37440
37441 \begin_inset CommandInset href
37442 LatexCommand href
37443 name "hypcap"
37444 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
37445
37446 \end_inset
37447
37448
37449 \series default
37450
37451 \begin_inset Index idx
37452 status collapsed
37453
37454 \begin_layout Plain Layout
37455 LaTeX-Pakete ! hypcap
37456 \end_layout
37457
37458 \end_inset
37459
37460
37461 \end_layout
37462
37463 \begin_layout Bibliography
37464 \labelwidthstring Literaturverzeichnis
37465 \begin_inset CommandInset bibitem
37466 LatexCommand bibitem
37467 key "hyperref"
37468
37469 \end_inset
37470
37471 Dokumentation des LaTeX-Pakets 
37472 \series bold
37473
37474 \begin_inset CommandInset href
37475 LatexCommand href
37476 name "hyperref"
37477 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37478
37479 \end_inset
37480
37481
37482 \series default
37483
37484 \begin_inset Index idx
37485 status collapsed
37486
37487 \begin_layout Plain Layout
37488 LaTeX-Pakete ! hyperref
37489 \end_layout
37490
37491 \end_inset
37492
37493
37494 \end_layout
37495
37496 \begin_layout Bibliography
37497 \labelwidthstring Literaturverzeichnis
37498 \begin_inset CommandInset bibitem
37499 LatexCommand bibitem
37500 key "KOMA-Script"
37501
37502 \end_inset
37503
37504 Dokumentation des LaTeX-Pakets 
37505 \series bold
37506
37507 \begin_inset CommandInset href
37508 LatexCommand href
37509 name "KOMA-Script"
37510 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
37511
37512 \end_inset
37513
37514
37515 \series default
37516
37517 \begin_inset Index idx
37518 status collapsed
37519
37520 \begin_layout Plain Layout
37521 LaTeX-Pakete ! KOMA-Script
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \end_layout
37528
37529 \begin_layout Bibliography
37530 \labelwidthstring Literaturverzeichnis
37531 \begin_inset CommandInset bibitem
37532 LatexCommand bibitem
37533 key "listings"
37534
37535 \end_inset
37536
37537 Dokumentation des LaTeX-Pakets 
37538 \series bold
37539
37540 \begin_inset CommandInset href
37541 LatexCommand href
37542 name "listings"
37543 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37544
37545 \end_inset
37546
37547
37548 \series default
37549
37550 \begin_inset Index idx
37551 status collapsed
37552
37553 \begin_layout Plain Layout
37554 LaTeX-Pakete ! listings
37555 \end_layout
37556
37557 \end_inset
37558
37559
37560 \end_layout
37561
37562 \begin_layout Bibliography
37563 \labelwidthstring Literaturverzeichnis
37564 \begin_inset CommandInset bibitem
37565 LatexCommand bibitem
37566 key "marginnote"
37567
37568 \end_inset
37569
37570 Dokumentation des LaTeX-Pakets 
37571 \series bold
37572
37573 \begin_inset CommandInset href
37574 LatexCommand href
37575 name "marginnote"
37576 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37577
37578 \end_inset
37579
37580
37581 \series default
37582
37583 \begin_inset Index idx
37584 status collapsed
37585
37586 \begin_layout Plain Layout
37587 LaTeX-Pakete ! marginnote
37588 \end_layout
37589
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \begin_layout Bibliography
37596 \labelwidthstring Literaturverzeichnis
37597 \begin_inset CommandInset bibitem
37598 LatexCommand bibitem
37599 key "lettrine"
37600
37601 \end_inset
37602
37603 Dokumentation des LaTeX-Pakets 
37604 \series bold
37605
37606 \begin_inset CommandInset href
37607 LatexCommand href
37608 name "lettrine"
37609 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37610
37611 \end_inset
37612
37613
37614 \series default
37615  und ein 
37616 \begin_inset CommandInset href
37617 LatexCommand href
37618 name "Beispiel"
37619 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
37620
37621 \end_inset
37622
37623
37624 \begin_inset Index idx
37625 status collapsed
37626
37627 \begin_layout Plain Layout
37628 LaTeX-Pakete ! lettrine
37629 \end_layout
37630
37631 \end_inset
37632
37633
37634 \end_layout
37635
37636 \begin_layout Bibliography
37637 \labelwidthstring Literaturverzeichnis
37638 \begin_inset CommandInset bibitem
37639 LatexCommand bibitem
37640 key "pstricks"
37641
37642 \end_inset
37643
37644 Webseite des LaTeX-Pakets 
37645 \series bold
37646
37647 \begin_inset CommandInset href
37648 LatexCommand href
37649 name "PSTricks"
37650 target "http://tug.org/PSTricks/"
37651
37652 \end_inset
37653
37654
37655 \series default
37656
37657 \begin_inset Index idx
37658 status collapsed
37659
37660 \begin_layout Plain Layout
37661 LaTeX-Pakete ! pstricks
37662 \end_layout
37663
37664 \end_inset
37665
37666
37667 \end_layout
37668
37669 \begin_layout Bibliography
37670 \labelwidthstring Literaturverzeichnis
37671 \begin_inset CommandInset bibitem
37672 LatexCommand bibitem
37673 key "sidecap"
37674
37675 \end_inset
37676
37677 Dokumentation des LaTeX-Pakets 
37678 \series bold
37679
37680 \begin_inset CommandInset href
37681 LatexCommand href
37682 name "sidecap"
37683 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37684
37685 \end_inset
37686
37687
37688 \series default
37689
37690 \begin_inset Index idx
37691 status collapsed
37692
37693 \begin_layout Plain Layout
37694 LaTeX-Pakete ! sidecap
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Bibliography
37703 \labelwidthstring Literaturverzeichnis
37704 \begin_inset CommandInset bibitem
37705 LatexCommand bibitem
37706 key "prettyref"
37707
37708 \end_inset
37709
37710 Dokumentation des LaTeX-Pakets 
37711 \series bold
37712
37713 \begin_inset CommandInset href
37714 LatexCommand href
37715 name "prettyref"
37716 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37717
37718 \end_inset
37719
37720
37721 \series default
37722
37723 \begin_inset Index idx
37724 status collapsed
37725
37726 \begin_layout Plain Layout
37727 LaTeX-Pakete ! prettyref
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \end_layout
37734
37735 \begin_layout Bibliography
37736 \labelwidthstring Literaturverzeichnis
37737 \begin_inset CommandInset bibitem
37738 LatexCommand bibitem
37739 key "refstyle"
37740
37741 \end_inset
37742
37743 Dokumentation des LaTeX-Pakets 
37744 \series bold
37745
37746 \begin_inset CommandInset href
37747 LatexCommand href
37748 name "refstyle"
37749 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
37750
37751 \end_inset
37752
37753
37754 \series default
37755
37756 \begin_inset Index idx
37757 status collapsed
37758
37759 \begin_layout Plain Layout
37760 LaTeX-Pakete ! refstyle
37761 \end_layout
37762
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \begin_layout Bibliography
37769 \labelwidthstring Literaturverzeichnis
37770 \begin_inset CommandInset bibitem
37771 LatexCommand bibitem
37772 key "NeuInLyX20"
37773
37774 \end_inset
37775
37776
37777 \begin_inset CommandInset href
37778 LatexCommand href
37779 name "Wiki-Seite"
37780 target "http://wiki.lyx.org/LyX/NewInLyX20"
37781
37782 \end_inset
37783
37784  über neue Funktionen in 
37785 \family sans
37786 LyX 2.0
37787 \family default
37788 .
37789 \end_layout
37790
37791 \begin_layout Standard
37792 \begin_inset CommandInset index_print
37793 LatexCommand printindex
37794 type "idx"
37795
37796 \end_inset
37797
37798
37799 \end_layout
37800
37801 \end_body
37802 \end_document