]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
- Spanish documentation files: translations by Ignacio
[lyx.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 TabBesBeg 
24386 \end_layout
24387
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset Float table
24395 wide false
24396 sideways false
24397 status open
24398
24399 \begin_layout Plain Layout
24400 \begin_inset Caption
24401
24402 \begin_layout Plain Layout
24403 \begin_inset CommandInset label
24404 LatexCommand label
24405 name "tab:Beschriftung-neben"
24406
24407 \end_inset
24408
24409 Dies ist eine Beschriftung neben einer Tabelle.
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \begin_layout Plain Layout
24418 \begin_inset Tabular
24419 <lyxtabular version="3" rows="4" columns="5">
24420 <features tabularvalignment="middle">
24421 <column alignment="center" valignment="top" width="0">
24422 <column alignment="center" valignment="top" width="0">
24423 <column alignment="center" valignment="top" width="0">
24424 <column alignment="center" valignment="top" width="0">
24425 <column alignment="center" valignment="top" width="0">
24426 <row>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 a
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 b
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467 c
24468 \end_layout
24469
24470 \end_inset
24471 </cell>
24472 </row>
24473 <row>
24474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 d
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 e
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 </row>
24520 <row>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525 f
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543 g
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 h
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 </row>
24567 <row>
24568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581 i
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599 j
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 </row>
24614 </lyxtabular>
24615
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset ERT
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631
24632
24633 \backslash
24634 FigBesBeg[5] 
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 sidecaptionvpos{figure}{c}
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \begin_inset Float figure
24657 wide false
24658 sideways false
24659 status open
24660
24661 \begin_layout Plain Layout
24662 \begin_inset Graphics
24663         filename ../clipart/escher-lsd.eps
24664         scale 75
24665         scaleBeforeRotation
24666
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \begin_layout Plain Layout
24673 \begin_inset Caption
24674
24675 \begin_layout Plain Layout
24676 \begin_inset CommandInset label
24677 LatexCommand label
24678 name "abb:cap-beside-fig-2"
24679
24680 \end_inset
24681
24682 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24683 \end_layout
24684
24685 \end_inset
24686
24687
24688 \end_layout
24689
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \begin_layout Standard
24696 \begin_inset ERT
24697 status collapsed
24698
24699 \begin_layout Plain Layout
24700
24701
24702 \backslash
24703 FigBesEnd
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \begin_layout Standard
24712 \begin_inset ERT
24713 status collapsed
24714
24715 \begin_layout Plain Layout
24716
24717
24718 \backslash
24719 TabBesBeg[5]
24720 \end_layout
24721
24722 \end_inset
24723
24724
24725 \end_layout
24726
24727 \begin_layout Standard
24728 \begin_inset Float table
24729 wide false
24730 sideways false
24731 status open
24732
24733 \begin_layout Plain Layout
24734 \begin_inset Caption
24735
24736 \begin_layout Plain Layout
24737 \begin_inset CommandInset label
24738 LatexCommand label
24739 name "tab:Beschriftung-neben-breiter"
24740
24741 \end_inset
24742
24743 Diese Beschriftung ist breiter als die in Tabelle
24744 \begin_inset space ~
24745 \end_inset
24746
24747
24748 \begin_inset CommandInset ref
24749 LatexCommand ref
24750 reference "tab:Beschriftung-neben"
24751
24752 \end_inset
24753
24754 .
24755 \end_layout
24756
24757 \end_inset
24758
24759
24760 \end_layout
24761
24762 \begin_layout Plain Layout
24763 \begin_inset Tabular
24764 <lyxtabular version="3" rows="4" columns="5">
24765 <features tabularvalignment="middle">
24766 <column alignment="center" valignment="top" width="0">
24767 <column alignment="center" valignment="top" width="0">
24768 <column alignment="center" valignment="top" width="0">
24769 <column alignment="center" valignment="top" width="0">
24770 <column alignment="center" valignment="top" width="0">
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 a
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 b
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 c
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 <row>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832 d
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850 e
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 </row>
24865 <row>
24866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 f
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888 g
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 h
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 </row>
24912 <row>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926 i
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 j
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 </row>
24959 </lyxtabular>
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \begin_layout Standard
24972 \begin_inset ERT
24973 status collapsed
24974
24975 \begin_layout Plain Layout
24976
24977
24978 \backslash
24979 TabBesEnd
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Standard
24988 \begin_inset ERT
24989 status collapsed
24990
24991 \begin_layout Plain Layout
24992
24993
24994 \backslash
24995 else
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \begin_inset Note Note
25002 status open
25003
25004 \begin_layout Plain Layout
25005 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
25006 \series bold
25007 sidecap
25008 \series default
25009  nicht installiert ist:
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Standard
25018 Das LaTeX-Paket 
25019 \series bold
25020 sidecap
25021 \series default
25022  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \begin_inset ERT
25027 status collapsed
25028
25029 \begin_layout Plain Layout
25030
25031
25032 \backslash
25033 fi
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Section
25042 Gleitobjekt-Verzeichnisse
25043 \begin_inset Index idx
25044 status collapsed
25045
25046 \begin_layout Plain Layout
25047 Gleitobjekte ! Verzeichnisse
25048 \end_layout
25049
25050 \end_inset
25051
25052
25053 \end_layout
25054
25055 \begin_layout Standard
25056 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
25057  Sie können mit den Untermenüs von 
25058 \family sans
25059 Einfügen\SpecialChar \menuseparator
25060 Liste
25061 \begin_inset space ~
25062 \end_inset
25063
25064 /
25065 \begin_inset space ~
25066 \end_inset
25067
25068 Inhaltsverzeichnis
25069 \family default
25070  eingefügt werden.
25071 \end_layout
25072
25073 \begin_layout Standard
25074 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
25075  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
25076 \end_layout
25077
25078 \begin_layout Standard
25079 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
25080  und ein Tabellen-Verzeichnis.
25081 \end_layout
25082
25083 \begin_layout Chapter
25084 Notizen
25085 \end_layout
25086
25087 \begin_layout Section
25088 LyX-Notizen
25089 \begin_inset Index idx
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093 Notizen ! LyX-Notizen
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \begin_layout Standard
25102 Notizen werden mit einem Klick auf 
25103 \begin_inset Graphics
25104         filename ../../images/note-insert.png
25105         scale 85
25106         scaleBeforeRotation
25107
25108 \end_inset
25109
25110  oder 
25111 \family sans
25112 Einfügen\SpecialChar \menuseparator
25113 Notiz
25114 \family default
25115  eingefügt.
25116  Es gibt drei Arten:
25117 \end_layout
25118
25119 \begin_layout Description
25120 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
25121  Eine 
25122 \family sans
25123 LyX-Notiz
25124 \family default
25125  sieht so aus:
25126 \begin_inset Newline newline
25127 \end_inset
25128
25129
25130 \begin_inset Newline newline
25131 \end_inset
25132
25133
25134 \begin_inset Graphics
25135         filename clipart/LyXNotizQt4.png
25136         display false
25137         scale 60
25138         scaleBeforeRotation
25139
25140 \end_inset
25141
25142  
25143 \begin_inset Note Note
25144 status open
25145
25146 \begin_layout Plain Layout
25147 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Description
25156 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
25157  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
25158 \family sans
25159 Datei\SpecialChar \menuseparator
25160 Ex\SpecialChar \-
25161 por\SpecialChar \-
25162 tie\SpecialChar \-
25163 ren\SpecialChar \menuseparator
25164 LaTe
25165 \begin_inset ERT
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170 {}
25171 \end_layout
25172
25173 \end_inset
25174
25175 X (pdflatex) / (normal)
25176 \family default
25177 .
25178  Ein Kommentar sieht so aus:
25179 \begin_inset Newline newline
25180 \end_inset
25181
25182
25183 \begin_inset Newline newline
25184 \end_inset
25185
25186
25187 \begin_inset Graphics
25188         filename clipart/KommentarQt4.png
25189         display false
25190         scale 60
25191         scaleBeforeRotation
25192
25193 \end_inset
25194
25195  
25196 \begin_inset Note Comment
25197 status open
25198
25199 \begin_layout Plain Layout
25200 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
25201 \end_layout
25202
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \begin_layout Description
25209 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
25210 \begin_inset Newline newline
25211 \end_inset
25212
25213
25214 \begin_inset Newline newline
25215 \end_inset
25216
25217
25218 \begin_inset Graphics
25219         filename clipart/GrauschriftNotizQt4.png
25220         display false
25221         scale 60
25222         scaleBeforeRotation
25223
25224 \end_inset
25225
25226
25227 \begin_inset Newline newline
25228 \end_inset
25229
25230
25231 \begin_inset ERT
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235
25236
25237 \backslash
25238 renewenvironment{lyxgreyedout}
25239 \end_layout
25240
25241 \begin_layout Plain Layout
25242
25243 {
25244 \backslash
25245 textcolor[gray]{0.4}
25246 \backslash
25247 bgroup}{
25248 \backslash
25249 egroup}
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \begin_inset Note Greyedout
25256 status open
25257
25258 \begin_layout Plain Layout
25259 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
25260 \begin_inset Foot
25261 status open
25262
25263 \begin_layout Plain Layout
25264 Dies ist eine Fußnote in einer Grauschrift-Notiz.
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279
25280
25281 \backslash
25282 renewenvironment{lyxgreyedout}
25283 \end_layout
25284
25285 \begin_layout Plain Layout
25286
25287 {
25288 \backslash
25289 textcolor{blue}
25290 \backslash
25291 bgroup}{
25292 \backslash
25293 egroup}
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \begin_inset Note Note
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
25304  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
25305  
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \begin_inset Newline newline
25316 \end_inset
25317
25318 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
25319  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
25320 \end_layout
25321
25322 \begin_layout Standard
25323 \begin_inset VSpace bigskip
25324 \end_inset
25325
25326 Wenn Sie auf den Werkzeugleistenknopf 
25327 \begin_inset Graphics
25328         filename ../../images/note-insert.png
25329         scale 85
25330         scaleBeforeRotation
25331
25332 \end_inset
25333
25334  klicken, wird zunächst eine 
25335 \family sans
25336 LyX-Notiz
25337 \family default
25338  eingefügt.
25339  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
25340  anderen Möglichkeiten auswählen.
25341  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
25342  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
25343  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
25344  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
25345  am Ende der Notiz ist.
25346 \end_layout
25347
25348 \begin_layout Standard
25349 \begin_inset VSpace bigskip
25350 \end_inset
25351
25352 Die Textfarbe von Grauschrift-Boxen kann im Menü 
25353 \family sans
25354 Dokument\SpecialChar \menuseparator
25355 Einstellungen\SpecialChar \menuseparator
25356 Farben
25357 \family default
25358  geändert werden.
25359 \end_layout
25360
25361 \begin_layout Section
25362 Fußnoten
25363 \begin_inset CommandInset label
25364 LatexCommand label
25365 name "abs:Fußnoten"
25366
25367 \end_inset
25368
25369
25370 \begin_inset Index idx
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374 Notizen ! Fußnoten
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \begin_inset Index idx
25381 status collapsed
25382
25383 \begin_layout Plain Layout
25384 Fußnoten
25385 \end_layout
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Standard
25393 Zu dem, was bereits im 
25394 \emph on
25395 Benutzerhandbuch
25396 \emph default
25397  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
25398  Eine Fußnotenbox sieht folgendermaßen aus: 
25399 \begin_inset Graphics
25400         filename clipart/FussnoteQt4.png
25401         scale 80
25402         scaleBeforeRotation
25403
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \begin_layout Standard
25410 Hier ist eine Beispielfußnote:
25411 \color black
25412
25413 \begin_inset Foot
25414 status open
25415
25416 \begin_layout Plain Layout
25417 \begin_inset CommandInset label
25418 LatexCommand label
25419 name "fuss:Fußnoten-Beispiel"
25420
25421 \end_inset
25422
25423 Dies ist eine Fußnote.
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \color inherit
25430
25431 \begin_inset ERT
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435
25436
25437 \backslash
25438 newcounter{MyRepeatFoot}
25439 \end_layout
25440
25441 \begin_layout Plain Layout
25442
25443
25444 \backslash
25445 setcounter{MyRepeatFoot}{
25446 \backslash
25447 thefootnote}
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Standard
25456 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25457  wurde, eine hochgestellte Zahl.
25458  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25459  hochgestellt dem Text vorangeht.
25460  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25461  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25462  werden.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25467  der Fußnote eine Marke eingefügt wurde.
25468  Dies ist ein Querverweis auf Fußnote
25469 \begin_inset space ~
25470 \end_inset
25471
25472
25473 \begin_inset CommandInset ref
25474 LatexCommand ref
25475 reference "fuss:Fußnoten-Beispiel"
25476
25477 \end_inset
25478
25479 .
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset VSpace defskip
25484 \end_inset
25485
25486 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25487  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25488  wird der Befehl 
25489 \series bold
25490
25491 \backslash
25492 footnotemark{}
25493 \series default
25494  als TeX-Code eingefügt.
25495  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25496 \series bold
25497
25498 \backslash
25499 footnotetext
25500 \series default
25501  nach der Tabelle eingegeben.
25502 \begin_inset Newline newline
25503 \end_inset
25504
25505 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25506 \end_layout
25507
25508 \begin_layout Standard
25509
25510 \series bold
25511
25512 \backslash
25513 footnotetext{
25514 \series default
25515 Gedruckte Tabellenfußnote.
25516 \series bold
25517 }
25518 \end_layout
25519
25520 \begin_layout Standard
25521 \begin_inset Tabular
25522 <lyxtabular version="3" rows="2" columns="1">
25523 <features tabularvalignment="middle">
25524 <column alignment="center" valignment="top" width="0">
25525 <row>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530 Dies ist ein Beispieltext.
25531 \begin_inset Foot
25532 status open
25533
25534 \begin_layout Plain Layout
25535 Diese Fußnote wird nicht gedruckt!
25536 \end_layout
25537
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 </row>
25546 <row>
25547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551 Dies ist ein Beispieltext.
25552 \begin_inset ERT
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556
25557
25558 \backslash
25559 footnotemark{}
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 </row>
25570 </lyxtabular>
25571
25572 \end_inset
25573
25574
25575 \begin_inset ERT
25576 status collapsed
25577
25578 \begin_layout Plain Layout
25579
25580
25581 \backslash
25582 footnotetext{
25583 \end_layout
25584
25585 \end_inset
25586
25587 Gedruckte Tabellenfußnote.
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593 }
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \begin_layout Standard
25602 Fußnoten in langen Tabellen sind in Abschnitt
25603 \begin_inset space ~
25604 \end_inset
25605
25606
25607 \begin_inset CommandInset ref
25608 LatexCommand ref
25609 reference "uab:Fußnoten-in-langen"
25610
25611 \end_inset
25612
25613  beschrieben.
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25618  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25619  innerhalb einer Seite ist.
25620  (Mehr über Minipages ist in Abschnitt
25621 \begin_inset space ~
25622 \end_inset
25623
25624
25625 \begin_inset CommandInset ref
25626 LatexCommand ref
25627 reference "abs:Minipage"
25628
25629 \end_inset
25630
25631  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25632  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25633  Methode mit 
25634 \series bold
25635
25636 \backslash
25637 footnotemark{}
25638 \series default
25639  und 
25640 \series bold
25641
25642 \backslash
25643 footnotetext
25644 \series default
25645 .
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \begin_inset Box Frameless
25650 position "t"
25651 hor_pos "c"
25652 has_inner_box 1
25653 inner_pos "t"
25654 use_parbox 0
25655 use_makebox 0
25656 width "100col%"
25657 special "none"
25658 height "1in"
25659 height_special "totalheight"
25660 status open
25661
25662 \begin_layout Plain Layout
25663 Dies ist ein Beispieltext.in einer Minipage.
25664 \begin_inset Foot
25665 status open
25666
25667 \begin_layout Plain Layout
25668 Fußnote in einer Minipage.
25669 \end_layout
25670
25671 \end_inset
25672
25673
25674 \end_layout
25675
25676 \begin_layout Plain Layout
25677 Dies ist ein Beispieltext.
25678  in einer Minipage.
25679 \begin_inset ERT
25680 status collapsed
25681
25682 \begin_layout Plain Layout
25683
25684
25685 \backslash
25686 footnotemark{}
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \end_layout
25693
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \begin_layout Standard
25700 \begin_inset ERT
25701 status collapsed
25702
25703 \begin_layout Plain Layout
25704
25705
25706 \backslash
25707 footnotetext{
25708 \end_layout
25709
25710 \end_inset
25711
25712 Fußnote außerhalb der Minipage.
25713 \begin_inset ERT
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717
25718 }
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Standard
25727 \begin_inset VSpace defskip
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \begin_layout Standard
25734 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25735  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25736 \series bold
25737
25738 \backslash
25739 footnotemark[Nummer]
25740 \series default
25741 .
25742 \begin_inset Newline newline
25743 \end_inset
25744
25745 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25746  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25747  Hinter Fußnote
25748 \begin_inset space ~
25749 \end_inset
25750
25751
25752 \begin_inset CommandInset ref
25753 LatexCommand ref
25754 reference "fuss:Fußnoten-Beispiel"
25755
25756 \end_inset
25757
25758  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25759 \end_layout
25760
25761 \begin_layout Standard
25762
25763 \series bold
25764
25765 \backslash
25766 newcounter{MyRepeatFoot}
25767 \begin_inset Newline newline
25768 \end_inset
25769
25770
25771 \backslash
25772 setcounter{MyRepeatFoot}{
25773 \backslash
25774 thefootnote}
25775 \end_layout
25776
25777 \begin_layout Standard
25778 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25779 \end_layout
25780
25781 \begin_layout Standard
25782
25783 \series bold
25784
25785 \backslash
25786 footnotemark[
25787 \backslash
25788 theMyRepeatFoot]
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Hier ist eine wiederholte Fußnote:
25793 \begin_inset ERT
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797
25798
25799 \backslash
25800 footnotemark[
25801 \backslash
25802 theMyRepeatFoot]
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \end_layout
25809
25810 \begin_layout Standard
25811 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25812  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25813 \end_layout
25814
25815 \begin_layout Standard
25816
25817 \series bold
25818
25819 \backslash
25820 footnotemark[
25821 \backslash
25822 thefootnote]
25823 \end_layout
25824
25825 \begin_layout Standard
25826 Hier ist eine weitere wiederholte Fußnote:
25827 \begin_inset ERT
25828 status collapsed
25829
25830 \begin_layout Plain Layout
25831
25832
25833 \backslash
25834 footnotemark[
25835 \backslash
25836 thefootnote]
25837 \end_layout
25838
25839 \end_inset
25840
25841
25842 \end_layout
25843
25844 \begin_layout Subsection
25845 Fußnoten-Nummerierung
25846 \begin_inset CommandInset label
25847 LatexCommand label
25848 name "uab:Fußnoten-Nummerierung"
25849
25850 \end_inset
25851
25852
25853 \begin_inset Index idx
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857 Fußnoten ! Nummerierung
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Standard
25866 Um Fußnoten nach jedem Abschnitt
25867 \family roman
25868  auf 1 zurückzusetzen, 
25869 \family default
25870 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25871 \end_layout
25872
25873 \begin_layout Standard
25874
25875 \series bold
25876
25877 \backslash
25878 @addtoreset{footnote}{section}
25879 \end_layout
25880
25881 \begin_layout Standard
25882 \begin_inset VSpace bigskip
25883 \end_inset
25884
25885 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25886  Zahlen:
25887 \end_layout
25888
25889 \begin_layout Standard
25890
25891 \series bold
25892
25893 \backslash
25894 renewcommand{
25895 \backslash
25896 thefootnote}{
25897 \backslash
25898 roman{footnote}}
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset ERT
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906
25907
25908 \backslash
25909 renewcommand{
25910 \backslash
25911 thefootnote}{
25912 \backslash
25913 roman{footnote}}
25914 \end_layout
25915
25916 \end_inset
25917
25918  Hier ist ein Beispiel für solch eine Fußnote:
25919 \begin_inset Foot
25920 status open
25921
25922 \begin_layout Plain Layout
25923 Dies ist eine Fußnote mit kleinen römischen Zahlen
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Standard
25932 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25933  in obigem Befehl 
25934 \series bold
25935
25936 \backslash
25937 roman
25938 \series default
25939  durch 
25940 \series bold
25941
25942 \backslash
25943 Roman
25944 \series default
25945 .
25946  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25947 \begin_inset Quotes gld
25948 \end_inset
25949
25950 nummerieren
25951 \begin_inset Quotes grd
25952 \end_inset
25953
25954 , verwenden Sie die Befehle 
25955 \series bold
25956
25957 \backslash
25958 Alph
25959 \series default
25960  oder 
25961 \series bold
25962
25963 \backslash
25964 alph
25965 \series default
25966 .
25967  Für die 
25968 \begin_inset Quotes gld
25969 \end_inset
25970
25971 Nummerierung
25972 \begin_inset Quotes grd
25973 \end_inset
25974
25975  mit Symbolen steht der Befehl 
25976 \series bold
25977
25978 \backslash
25979 fnsymbol
25980 \series default
25981  zur Verfügung.
25982 \end_layout
25983
25984 \begin_layout Standard
25985 \begin_inset Note Greyedout
25986 status open
25987
25988 \begin_layout Plain Layout
25989
25990 \series bold
25991 Bemerkung 1:
25992 \series default
25993  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25994  
25995 \emph on
25996 ein
25997 \emph default
25998  Buchstabe verwendet wird.
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \begin_inset Newline newline
26005 \end_inset
26006
26007
26008 \begin_inset Note Greyedout
26009 status open
26010
26011 \begin_layout Plain Layout
26012
26013 \series bold
26014 Bemerkung 2:
26015 \series default
26016  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Standard
26025 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
26026 \series bold
26027
26028 \backslash
26029 arabic
26030 \series default
26031  anstelle von 
26032 \series bold
26033
26034 \backslash
26035 roman
26036 \series default
26037  in obigem Befehl.
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 renewcommand{
26046 \backslash
26047 thefootnote}{
26048 \backslash
26049 arabic{footnote}}
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 \begin_inset VSpace bigskip
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \begin_layout Standard
26065 Wenn Sie wollen, dass Fußnoten nach dem Schema 
26066 \begin_inset Quotes gld
26067 \end_inset
26068
26069 Kapitel.Fußnote
26070 \begin_inset Quotes grd
26071 \end_inset
26072
26073  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
26074 \end_layout
26075
26076 \begin_layout Standard
26077
26078 \series bold
26079
26080 \backslash
26081 numberwithin{footnote}{chapter}
26082 \end_layout
26083
26084 \begin_layout Standard
26085 Um 
26086 \series bold
26087
26088 \backslash
26089 numberwithin
26090 \series default
26091  benutzen zu können, muss in den 
26092 \family sans
26093 Mathe
26094 \begin_inset space ~
26095 \end_inset
26096
26097 Optionen
26098 \family default
26099  der 
26100 \family sans
26101 Dokument-Einstellungen
26102 \family default
26103  
26104 \family sans
26105 AMS
26106 \begin_inset space ~
26107 \end_inset
26108
26109 Mathe
26110 \begin_inset space ~
26111 \end_inset
26112
26113 Paket
26114 \family default
26115
26116 \begin_inset space ~
26117 \end_inset
26118
26119
26120 \family sans
26121 verwenden
26122 \family default
26123  angekreuzt sein.
26124 \begin_inset ERT
26125 status collapsed
26126
26127 \begin_layout Plain Layout
26128
26129
26130 \backslash
26131 numberwithin{footnote}{chapter}
26132 \end_layout
26133
26134 \end_inset
26135
26136  Hier ist ein Beispiel für solch eine Fußnote.
26137 \series bold
26138
26139 \begin_inset Foot
26140 status open
26141
26142 \begin_layout Plain Layout
26143 Dies ist eine Fußnote nach dem Schema 
26144 \begin_inset Quotes gld
26145 \end_inset
26146
26147 Kapitel.Fußnote
26148 \begin_inset Quotes grd
26149 \end_inset
26150
26151 .
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \series default
26158
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 renewcommand{
26167 \backslash
26168 thefootnote}{
26169 \backslash
26170 arabic{footnote}}
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \begin_layout Standard
26179 \begin_inset Note Greyedout
26180 status open
26181
26182 \begin_layout Plain Layout
26183
26184 \series bold
26185 Bemerkung:
26186 \series default
26187  
26188 \series bold
26189
26190 \backslash
26191 numberwithin
26192 \series default
26193  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
26194  werden überschrieben.
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \begin_layout Standard
26203 Um also z.
26204 \begin_inset space \thinspace{}
26205 \end_inset
26206
26207 B.
26208  das Schema 
26209 \begin_inset Quotes gld
26210 \end_inset
26211
26212 Kapitel.
26213 \backslash
26214 Roman{footnote}
26215 \begin_inset Quotes grd
26216 \end_inset
26217
26218  zu erhalten, muss dieser Befehl anstelle von 
26219 \series bold
26220
26221 \backslash
26222 numberwithin
26223 \series default
26224  verwendet werden:
26225 \end_layout
26226
26227 \begin_layout Standard
26228
26229 \series bold
26230
26231 \backslash
26232 renewcommand{
26233 \backslash
26234 thefootnote}{
26235 \backslash
26236 thechapter.
26237 \backslash
26238 Roman{footnote}}
26239 \end_layout
26240
26241 \begin_layout Subsection
26242 Fußnoten-Platzierung
26243 \begin_inset Index idx
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247 Fußnoten ! Platzierung
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
26257  ohne Zwischenraum am Ende der Seite gedruckt.
26258  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
26259  LaTeX-Vorspann 1.5
26260 \begin_inset space \thinspace{}
26261 \end_inset
26262
26263 mm Zwischenraum einfügen:
26264 \end_layout
26265
26266 \begin_layout Standard
26267
26268 \series bold
26269
26270 \backslash
26271 let
26272 \backslash
26273 myFoot
26274 \backslash
26275 footnote
26276 \begin_inset Newline newline
26277 \end_inset
26278
26279
26280 \backslash
26281 renewcommand{
26282 \backslash
26283 footnote}[1]{
26284 \backslash
26285 myFoot{#1
26286 \backslash
26287 vspace{1.5mm}}}
26288 \end_layout
26289
26290 \begin_layout Standard
26291 \begin_inset VSpace bigskip
26292 \end_inset
26293
26294 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
26295  Spalte gedruckt, Abbildung
26296 \begin_inset space ~
26297 \end_inset
26298
26299
26300 \begin_inset CommandInset ref
26301 LatexCommand ref
26302 reference "abb:Standard-Fußnoten-Platzierung-in"
26303
26304 \end_inset
26305
26306 .
26307  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
26308  in Abbildung
26309 \begin_inset space ~
26310 \end_inset
26311
26312
26313 \begin_inset CommandInset ref
26314 LatexCommand ref
26315 reference "abb:Fußnoten-Platzierung-in-einem"
26316
26317 \end_inset
26318
26319 , müssen Sie das LaTeX-Paket 
26320 \series bold
26321 ftnright
26322 \series default
26323
26324 \begin_inset Index idx
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328 LaTeX-Pakete ! ftnright
26329 \end_layout
26330
26331 \end_inset
26332
26333  mit folgendem Befehl im LaTeX-Vorspann einfügen:
26334 \end_layout
26335
26336 \begin_layout Standard
26337
26338 \series bold
26339
26340 \backslash
26341 usepackage{ftnright}
26342 \end_layout
26343
26344 \begin_layout Standard
26345 \begin_inset Float figure
26346 placement !h
26347 wide false
26348 sideways false
26349 status open
26350
26351 \begin_layout Plain Layout
26352 \begin_inset ERT
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356
26357
26358 \backslash
26359 framebox{
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \begin_inset Graphics
26366         filename ../clipart/without_fntright.pdf
26367         width 100col%
26368         scaleBeforeRotation
26369
26370 \end_inset
26371
26372
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377
26378 }
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \begin_layout Plain Layout
26387 \begin_inset Caption
26388
26389 \begin_layout Plain Layout
26390 \begin_inset CommandInset label
26391 LatexCommand label
26392 name "abb:Standard-Fußnoten-Platzierung-in"
26393
26394 \end_inset
26395
26396 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26397 \begin_inset Argument
26398 status open
26399
26400 \begin_layout Plain Layout
26401 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26402 \end_layout
26403
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 \begin_inset Float figure
26421 placement !h
26422 wide false
26423 sideways false
26424 status open
26425
26426 \begin_layout Plain Layout
26427 \begin_inset ERT
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 framebox{
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \begin_inset Graphics
26441         filename ../clipart/with_fntright.pdf
26442         width 100col%
26443         scaleBeforeRotation
26444
26445 \end_inset
26446
26447
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453 }
26454 \end_layout
26455
26456 \end_inset
26457
26458
26459 \end_layout
26460
26461 \begin_layout Plain Layout
26462 \begin_inset Caption
26463
26464 \begin_layout Plain Layout
26465 \begin_inset CommandInset label
26466 LatexCommand label
26467 name "abb:Fußnoten-Platzierung-in-einem"
26468
26469 \end_inset
26470
26471 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26472  
26473 \series bold
26474 ftnright
26475 \series default
26476 .
26477 \begin_inset Argument
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481 Fußnoten-Platzierung mit 
26482 \family typewriter
26483 ftnright
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Standard
26502 \begin_inset VSpace bigskip
26503 \end_inset
26504
26505 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26506  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26507 \begin_inset space ~
26508 \end_inset
26509
26510
26511 \begin_inset CommandInset ref
26512 LatexCommand ref
26513 reference "abb:endnotes"
26514
26515 \end_inset
26516
26517  gedruckt.
26518  Man nennt sie dann 
26519 \begin_inset Quotes gld
26520 \end_inset
26521
26522 Endnoten
26523 \begin_inset Quotes grd
26524 \end_inset
26525
26526 .
26527 \begin_inset Index idx
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 Endnoten
26532 \end_layout
26533
26534 \end_inset
26535
26536  Um das zu erreichen, laden Sie im Menü 
26537 \family sans
26538 Dokument\SpecialChar \menuseparator
26539 Einstellungen\SpecialChar \menuseparator
26540 Module 
26541 \family default
26542 das Modul 
26543 \family sans
26544 Fußnote
26545 \begin_inset space ~
26546 \end_inset
26547
26548 als
26549 \begin_inset space ~
26550 \end_inset
26551
26552 Endnote
26553 \family default
26554 .
26555  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26556 \end_layout
26557
26558 \begin_layout Standard
26559
26560 \series bold
26561
26562 \backslash
26563 theendnotes
26564 \end_layout
26565
26566 \begin_layout Standard
26567 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \begin_inset Float figure
26572 wide false
26573 sideways false
26574 status open
26575
26576 \begin_layout Plain Layout
26577 \align center
26578 \begin_inset ERT
26579 status collapsed
26580
26581 \begin_layout Plain Layout
26582
26583
26584 \backslash
26585 framebox{
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \begin_inset Graphics
26592         filename ../clipart/endnotes.pdf
26593         scaleBeforeRotation
26594
26595 \end_inset
26596
26597
26598 \begin_inset ERT
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602
26603 }
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \begin_layout Plain Layout
26612 \begin_inset Caption
26613
26614 \begin_layout Plain Layout
26615 \begin_inset CommandInset label
26616 LatexCommand label
26617 name "abb:endnotes"
26618
26619 \end_inset
26620
26621
26622 \series bold
26623 endnotes
26624 \series default
26625  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26626  gedruckt.
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset VSpace medskip
26641 \end_inset
26642
26643 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26644 ache übersetzt.
26645  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26646 \begin_inset Quotes gld
26647 \end_inset
26648
26649 Notes
26650 \begin_inset Quotes grd
26651 \end_inset
26652
26653  in 
26654 \begin_inset Quotes gld
26655 \end_inset
26656
26657 Anmerkungen
26658 \begin_inset Quotes grd
26659 \end_inset
26660
26661 :
26662 \end_layout
26663
26664 \begin_layout Standard
26665
26666 \series bold
26667
26668 \backslash
26669 renewcommand{
26670 \backslash
26671 notesname}{Anmerkungen}
26672 \end_layout
26673
26674 \begin_layout Standard
26675 \begin_inset VSpace medskip
26676 \end_inset
26677
26678 Wenn Sie in den Befehlen von Abschnitt
26679 \begin_inset space ~
26680 \end_inset
26681
26682
26683 \begin_inset CommandInset ref
26684 LatexCommand ref
26685 reference "uab:Fußnoten-Nummerierung"
26686
26687 \end_inset
26688
26689  
26690 \series bold
26691
26692 \backslash
26693 thefootnote
26694 \series default
26695  durch 
26696 \series bold
26697
26698 \backslash
26699 theendnote
26700 \series default
26701  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26702  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26703 \series bold
26704
26705 \backslash
26706 @addtoreset
26707 \series default
26708  wie in Abschnitt
26709 \begin_inset space \space{}
26710 \end_inset
26711
26712
26713 \begin_inset CommandInset ref
26714 LatexCommand ref
26715 reference "uab:Fußnoten-Nummerierung"
26716
26717 \end_inset
26718
26719  beschrieben und ersetzen 
26720 \series bold
26721 footnote
26722 \series default
26723  durch 
26724 \series bold
26725 endnote
26726 \series default
26727 .
26728 \end_layout
26729
26730 \begin_layout Standard
26731 Für Endnoten gibt es den Befehl 
26732 \series bold
26733
26734 \backslash
26735 endnotemark[Nummer]
26736 \series default
26737  analog zum Befehl 
26738 \series bold
26739
26740 \backslash
26741 footnotemark
26742 \series default
26743  der in Abschnitt
26744 \begin_inset space ~
26745 \end_inset
26746
26747
26748 \begin_inset CommandInset ref
26749 LatexCommand ref
26750 reference "abs:Fußnoten"
26751
26752 \end_inset
26753
26754  beschrieben ist.
26755 \end_layout
26756
26757 \begin_layout Standard
26758 \begin_inset VSpace bigskip
26759 \end_inset
26760
26761 Mit dem LaTeX-Paket 
26762 \series bold
26763 footmisc
26764 \series default
26765
26766 \begin_inset Index idx
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 LaTeX-Pakete ! footmisc
26771 \end_layout
26772
26773 \end_inset
26774
26775  (
26776 \begin_inset CommandInset citation
26777 LatexCommand cite
26778 key "footmisc"
26779
26780 \end_inset
26781
26782 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26783 \end_layout
26784
26785 \begin_layout Standard
26786 In LaTeX-Büchern, 
26787 \begin_inset CommandInset citation
26788 LatexCommand cite
26789 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26790
26791 \end_inset
26792
26793 , finden Sie weiteres zu Fußnoten.
26794  Wenn Sie eine 
26795 \series bold
26796 KOMA-Script
26797 \series default
26798
26799 \begin_inset Index idx
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803 LaTeX-Pakete ! KOMA-Script
26804 \end_layout
26805
26806 \end_inset
26807
26808  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26809 zifische Befehle anpassen, siehe 
26810 \begin_inset CommandInset citation
26811 LatexCommand cite
26812 key "KOMA-Script"
26813
26814 \end_inset
26815
26816 .
26817 \end_layout
26818
26819 \begin_layout Section
26820 Randnotizen
26821 \begin_inset Index idx
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 Randnotizen
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \begin_inset Index idx
26832 status collapsed
26833
26834 \begin_layout Plain Layout
26835 Notizen ! Randnotizen
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \begin_layout Standard
26844 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26845  Sie fügen sie mit einem Klick auf den Schalter 
26846 \begin_inset Graphics
26847         filename ../../images/marginalnote-insert.png
26848         scale 70
26849         scaleBeforeRotation
26850
26851 \end_inset
26852
26853  oder über 
26854 \family sans
26855 Einfügen\SpecialChar \menuseparator
26856 Randnotiz
26857 \family default
26858  ein.
26859  Ein graues Kästchen mit der Aufschrift 
26860 \begin_inset Quotes gld
26861 \end_inset
26862
26863 Rand
26864 \begin_inset Quotes grd
26865 \end_inset
26866
26867  erscheint
26868 \family roman
26869 \series medium
26870 , und dort, wo der Cursor steht, können Sie Text eingeben.
26871 \end_layout
26872
26873 \begin_layout Standard
26874 Hier am Rand sehen Sie eine Randnotiz.
26875  
26876 \begin_inset Marginal
26877 status open
26878
26879 \begin_layout Plain Layout
26880 Dies ist eine Randnotiz.
26881 \end_layout
26882
26883 \end_inset
26884
26885
26886 \end_layout
26887
26888 \begin_layout Standard
26889 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26890  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26891  Seiten und rechts auf den ungeraden.
26892  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26893  wird und umgekehrt.
26894  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26895  wurde.
26896 \end_layout
26897
26898 \begin_layout Standard
26899 \begin_inset VSpace bigskip
26900 \end_inset
26901
26902 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26903 \end_layout
26904
26905 \begin_layout Standard
26906
26907 \series bold
26908
26909 \backslash
26910 reversemarginpar
26911 \end_layout
26912
26913 \begin_layout Standard
26914 als TeX-Code vor einer Randnotiz ein.
26915  Das gilt dann für alle folgenden Randnotizen.
26916  
26917 \begin_inset ERT
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921
26922
26923 \backslash
26924 reversemarginpar 
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \begin_inset Marginal
26931 status open
26932
26933 \begin_layout Plain Layout
26934 Hier ist ein Beispiel im inneren Rand.
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \begin_inset Newline newline
26941 \end_inset
26942
26943
26944 \begin_inset Note Greyedout
26945 status open
26946
26947 \begin_layout Plain Layout
26948  
26949 \series bold
26950 Achtung:
26951 \series default
26952  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26953 \end_layout
26954
26955 \end_inset
26956
26957
26958 \end_layout
26959
26960 \begin_layout Standard
26961 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26962 \end_layout
26963
26964 \begin_layout Standard
26965
26966 \series bold
26967
26968 \backslash
26969 normalmarginpar
26970 \end_layout
26971
26972 \begin_layout Standard
26973 als TeX-Code ein.
26974 \begin_inset ERT
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978
26979
26980 \backslash
26981 normalmarginpar 
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \end_layout
26988
26989 \begin_layout Standard
26990 \begin_inset Note Greyedout
26991 status open
26992
26993 \begin_layout Plain Layout
26994
26995 \series bold
26996 Achtung:
26997 \series default
26998  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26999 \series bold
27000
27001 \backslash
27002 reversemarginpar
27003 \series default
27004  verwendet wird.
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \begin_layout Standard
27013 \begin_inset VSpace bigskip
27014 \end_inset
27015
27016
27017 \begin_inset Marginal
27018 status open
27019
27020 \begin_layout Plain Layout
27021
27022 \family roman
27023 \series medium
27024 EinSehrLangesWort am Anfang, das umgebrochen wird.
27025 \end_layout
27026
27027 \end_inset
27028
27029  Ähnlich wie in Abschnitt
27030 \begin_inset space ~
27031 \end_inset
27032
27033
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "uab:Mehrfache-Zeilen-in"
27037
27038 \end_inset
27039
27040  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
27041  Wort der Randnotiz sind.
27042  Um das zu vermeiden, fügen sie 0
27043 \begin_inset space \thinspace{}
27044 \end_inset
27045
27046 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
27047 \begin_inset Marginal
27048 status open
27049
27050 \begin_layout Plain Layout
27051 \begin_inset space \hspace{}
27052 \length 0pt
27053 \end_inset
27054
27055
27056 \family roman
27057 \series medium
27058 EinSehrLangesWort am Anfang, das umgebrochen wird.
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 \begin_inset VSpace bigskip
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 \begin_inset Note Greyedout
27075 status open
27076
27077 \begin_layout Plain Layout
27078
27079 \series bold
27080 Bemerkung:
27081 \series default
27082  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
27083  verwendet werden.
27084 \end_layout
27085
27086 \end_inset
27087
27088
27089 \end_layout
27090
27091 \begin_layout Standard
27092 \begin_inset VSpace bigskip
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \begin_layout Standard
27099 \begin_inset ERT
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103
27104
27105 \backslash
27106 ifmarginnote
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \begin_inset Note Note
27113 status open
27114
27115 \begin_layout Plain Layout
27116 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
27117 \series bold
27118 marginnote
27119 \series default
27120  installiert ist.
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Standard
27129 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
27130 \series bold
27131 marginnote
27132 \series default
27133
27134 \begin_inset Index idx
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138 LaTeX-Pakete ! marginnote
27139 \end_layout
27140
27141 \end_inset
27142
27143  verwendet wird.
27144  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
27145  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
27146  des Pakets 
27147 \series bold
27148 marginnote
27149 \series default
27150  für Randnotizen verwendet wird:
27151 \end_layout
27152
27153 \begin_layout Standard
27154
27155 \series bold
27156
27157 \backslash
27158 usepackage{marginnote}
27159 \begin_inset Newline newline
27160 \end_inset
27161
27162
27163 \backslash
27164 let
27165 \backslash
27166 marginpar
27167 \backslash
27168 marginnote
27169 \end_layout
27170
27171 \begin_layout Standard
27172 Dies wird auch in diesem Dokument verwendet, denn 
27173 \series bold
27174 marginnote
27175 \series default
27176  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
27177  für Randnotizen angeben.
27178  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
27179 n zu dicht beieinander sind.
27180  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
27181  Schema
27182 \end_layout
27183
27184 \begin_layout Standard
27185
27186 \series bold
27187 [Versatz]
27188 \end_layout
27189
27190 \begin_layout Standard
27191 angegeben.
27192  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
27193 \begin_inset space ~
27194 \end_inset
27195
27196
27197 \begin_inset CommandInset ref
27198 LatexCommand ref
27199 reference "tab:Maßeinheiten"
27200
27201 \end_inset
27202
27203  aufgelistet sind.
27204  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
27205  nach unten.
27206  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
27207 \begin_inset space \thinspace{}
27208 \end_inset
27209
27210 cm mit dem TeX-Code-Befehl  
27211 \begin_inset Quotes gld
27212 \end_inset
27213
27214
27215 \series bold
27216 [-1.5cm]
27217 \series default
27218
27219 \begin_inset Quotes grd
27220 \end_inset
27221
27222  nach oben versetzt.
27223 \begin_inset Marginal
27224 status open
27225
27226 \begin_layout Plain Layout
27227 Diese Randnotiz ist 1.5
27228 \begin_inset space \thinspace{}
27229 \end_inset
27230
27231 cm von ihrer Originalposition nach oben versetzt.
27232 \end_layout
27233
27234 \end_inset
27235
27236
27237 \begin_inset ERT
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241
27242 [-1.5cm]
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \begin_layout Standard
27251 \begin_inset VSpace medskip
27252 \end_inset
27253
27254 Mit 
27255 \series bold
27256 marginnote
27257 \series default
27258  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
27259  Zum Beispiel setzen die Befehle
27260 \end_layout
27261
27262 \begin_layout Standard
27263
27264 \series bold
27265
27266 \backslash
27267 renewcommand*{
27268 \backslash
27269 raggedleftmarginnote}{
27270 \backslash
27271 centering}
27272 \begin_inset Newline newline
27273 \end_inset
27274
27275
27276 \backslash
27277 renewcommand*{
27278 \backslash
27279 raggedrightmarginnote}{
27280 \backslash
27281 centering}
27282 \end_layout
27283
27284 \begin_layout Standard
27285 die Ausrichtung auf zentriert.
27286  
27287 \series bold
27288
27289 \backslash
27290 raggedleftmarginnote
27291 \series default
27292  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
27293  
27294 \begin_inset ERT
27295 status collapsed
27296
27297 \begin_layout Plain Layout
27298
27299
27300 \backslash
27301 renewcommand*{
27302 \backslash
27303 raggedleftmarginnote}{
27304 \backslash
27305 centering}
27306 \end_layout
27307
27308 \begin_layout Plain Layout
27309
27310
27311 \backslash
27312 renewcommand*{
27313 \backslash
27314 raggedrightmarginnote}{
27315 \backslash
27316 centering}
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \begin_inset Marginal
27323 status open
27324
27325 \begin_layout Plain Layout
27326 Der Text dieser Randnotiz ist zentriert ausgerichtet.
27327 \end_layout
27328
27329 \end_inset
27330
27331  Die Voreinstellung ist
27332 \end_layout
27333
27334 \begin_layout Standard
27335
27336 \series bold
27337
27338 \backslash
27339 renewcommand*{
27340 \backslash
27341 raggedleftmarginnote}{
27342 \backslash
27343 raggedleft}
27344 \begin_inset Newline newline
27345 \end_inset
27346
27347
27348 \backslash
27349 renewcommand*{
27350 \backslash
27351 raggedrightmarginnote}{
27352 \backslash
27353 raggedright}
27354 \series default
27355
27356 \begin_inset ERT
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360
27361
27362 \backslash
27363 renewcommand*{
27364 \backslash
27365 raggedleftmarginnote}{
27366 \backslash
27367 raggedleft}
27368 \end_layout
27369
27370 \begin_layout Plain Layout
27371
27372
27373 \backslash
27374 renewcommand*{
27375 \backslash
27376 raggedrightmarginnote}{
27377 \backslash
27378 raggedright}
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \end_layout
27385
27386 \begin_layout Standard
27387 \begin_inset VSpace medskip
27388 \end_inset
27389
27390 Für weitere Fähigkeiten des Pakets 
27391 \series bold
27392 marginnote
27393 \series default
27394  sei auf dessen Dokumentation verwiesen 
27395 \begin_inset CommandInset citation
27396 LatexCommand cite
27397 key "marginnote"
27398
27399 \end_inset
27400
27401 .
27402 \end_layout
27403
27404 \begin_layout Standard
27405 \begin_inset VSpace bigskip
27406 \end_inset
27407
27408 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27409  geändert werden.
27410  Um z.
27411 \begin_inset space \thinspace{}
27412 \end_inset
27413
27414 B.
27415  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27416  und fettgedruckten Text 
27417 \begin_inset Quotes eld
27418 \end_inset
27419
27420
27421 \family sans
27422 \series bold
27423 \bar under
27424 Achtung!
27425 \family default
27426 \series default
27427 \bar default
27428
27429 \begin_inset Quotes erd
27430 \end_inset
27431
27432  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27433 \end_layout
27434
27435 \begin_layout Standard
27436
27437 \series bold
27438
27439 \backslash
27440 let
27441 \backslash
27442 myMarginpar
27443 \backslash
27444 marginpar
27445 \begin_inset Newline newline
27446 \end_inset
27447
27448
27449 \backslash
27450 renewcommand{
27451 \backslash
27452 marginpar}[1]{
27453 \backslash
27454 myMarginpar{%
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458
27459 \begin_inset Phantom HPhantom
27460 status open
27461
27462 \begin_layout Plain Layout
27463
27464 \series bold
27465 \begin_inset space ~
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \backslash
27475 hspace{0pt}
27476 \backslash
27477 textsf{
27478 \backslash
27479 textbf{
27480 \backslash
27481 underbar{Achtung!}}}%
27482 \begin_inset Newline newline
27483 \end_inset
27484
27485
27486 \begin_inset Phantom HPhantom
27487 status open
27488
27489 \begin_layout Plain Layout
27490
27491 \series bold
27492 \begin_inset space ~
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \backslash
27502 vspace{1.5mm}
27503 \backslash
27504
27505 \backslash
27506 #1}}
27507 \end_layout
27508
27509 \begin_layout Standard
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 let
27518 \backslash
27519 myMarginpar
27520 \backslash
27521 marginpar
27522 \end_layout
27523
27524 \begin_layout Plain Layout
27525
27526
27527 \backslash
27528 renewcommand{
27529 \backslash
27530 marginpar}[1]{
27531 \backslash
27532 myMarginpar{%
27533 \end_layout
27534
27535 \begin_layout Plain Layout
27536
27537    
27538 \backslash
27539 textsf{
27540 \backslash
27541 textbf{
27542 \backslash
27543 underbar{Achtung!}}}%
27544 \end_layout
27545
27546 \begin_layout Plain Layout
27547
27548    
27549 \backslash
27550 vspace{1.5mm}
27551 \backslash
27552
27553 \backslash
27554 #1}}
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \begin_inset Marginal
27561 status open
27562
27563 \begin_layout Plain Layout
27564 Dies ist eine Randnotiz mit einer definierten Überschrift.
27565 \end_layout
27566
27567 \end_inset
27568
27569
27570 \begin_inset ERT
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574
27575 [-1.5cm]
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \begin_inset ERT
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585
27586
27587 \backslash
27588 renewcommand{
27589 \backslash
27590 marginpar}[1]{
27591 \backslash
27592 myMarginpar{#1}}
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \begin_inset Note Note
27599 status open
27600
27601 \begin_layout Plain Layout
27602 Das Format wurde nur für dieses Beispiel geändert.
27603 \end_layout
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \begin_layout Standard
27611 \begin_inset ERT
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615
27616
27617 \backslash
27618 else
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \begin_inset Note Note
27625 status open
27626
27627 \begin_layout Plain Layout
27628 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27629 \series bold
27630 marginnote
27631 \series default
27632  nicht installiert ist:
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \begin_layout Standard
27641 Das LaTeX-Paket 
27642 \series bold
27643 marginnote
27644 \series default
27645  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27646 \end_layout
27647
27648 \begin_layout Standard
27649 \begin_inset ERT
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653
27654
27655 \backslash
27656 fi
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \end_layout
27663
27664 \begin_layout Chapter
27665 Boxen
27666 \end_layout
27667
27668 \begin_layout Section
27669 Einleitung
27670 \begin_inset Index idx
27671 status collapsed
27672
27673 \begin_layout Plain Layout
27674 Boxen ! Einleitung
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Standard
27683 Boxen werden benutzt, um einen Textblock zu formatieren.
27684  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27685  siehe Abschnitt
27686 \begin_inset space ~
27687 \end_inset
27688
27689
27690 \begin_inset CommandInset ref
27691 LatexCommand ref
27692 reference "abs:Minipage"
27693
27694 \end_inset
27695
27696 , um Text zu umrahmen, siehe Abschnitt
27697 \begin_inset space ~
27698 \end_inset
27699
27700
27701 \begin_inset CommandInset ref
27702 LatexCommand ref
27703 reference "uab:Verzierung"
27704
27705 \end_inset
27706
27707 , um Silbentrennung zu verhindern, siehe Abschnitt
27708 \begin_inset space ~
27709 \end_inset
27710
27711
27712 \begin_inset CommandInset ref
27713 LatexCommand ref
27714 reference "abs:Silbentrennung-unterbinden"
27715
27716 \end_inset
27717
27718 , um Text senkrecht auszurichten, siehe Abschnitt
27719 \begin_inset space ~
27720 \end_inset
27721
27722
27723 \begin_inset CommandInset ref
27724 LatexCommand ref
27725 reference "uab:Vertikale-Ausrichtung"
27726
27727 \end_inset
27728
27729  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27730 \begin_inset space ~
27731 \end_inset
27732
27733
27734 \begin_inset CommandInset ref
27735 LatexCommand ref
27736 reference "abs:Farbige-Boxen"
27737
27738 \end_inset
27739
27740 .
27741 \end_layout
27742
27743 \begin_layout Standard
27744 Boxen werden mit 
27745 \family sans
27746 Einfügen\SpecialChar \menuseparator
27747 Box
27748 \family default
27749  oder dem Schalter 
27750 \begin_inset Graphics
27751         filename ../../images/box-insert.png
27752         scale 70
27753         scaleBeforeRotation
27754
27755 \end_inset
27756
27757  eingefügt.
27758  Ein graues Kästchen mit der Aufschrift 
27759 \begin_inset Quotes gld
27760 \end_inset
27761
27762 Box (Minipage)
27763 \begin_inset Quotes grd
27764 \end_inset
27765
27766  erscheint: 
27767 \begin_inset Graphics
27768         filename clipart/StandardBoxQt4.png
27769         scale 85
27770         scaleBeforeRotation
27771
27772 \end_inset
27773
27774  Mit einem Rechts\SpecialChar \-
27775 klick auf das graue Kästchen und der Auswahl von 
27776 \family sans
27777 Einstellungen
27778 \family default
27779  kann der Typ spezifiziert werden.
27780  Das Dialogfenster bietet bei 
27781 \family sans
27782 Innere
27783 \begin_inset space ~
27784 \end_inset
27785
27786 Box
27787 \family default
27788  die Typen 
27789 \family sans
27790 Makebox
27791 \family default
27792
27793 \family sans
27794 Parbox
27795 \family default
27796  und 
27797 \family sans
27798 Minipage
27799 \family default
27800  an.
27801  
27802 \family sans
27803 Minipage
27804 \family default
27805  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27806 \begin_inset space ~
27807 \end_inset
27808
27809
27810 \begin_inset CommandInset ref
27811 LatexCommand ref
27812 reference "abs:Minipage"
27813
27814 \end_inset
27815
27816  beschrieben, 
27817 \family sans
27818 Parbox
27819 \family default
27820  in Abschnitt
27821 \begin_inset space ~
27822 \end_inset
27823
27824
27825 \begin_inset CommandInset ref
27826 LatexCommand ref
27827 reference "abs:Parbox"
27828
27829 \end_inset
27830
27831  und 
27832 \family sans
27833 Makebox
27834 \family default
27835  in 
27836 \begin_inset CommandInset ref
27837 LatexCommand ref
27838 reference "abs:Silbentrennung-unterbinden"
27839
27840 \end_inset
27841
27842 .
27843 \end_layout
27844
27845 \begin_layout Standard
27846 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27847  wie auf Gleitobjekte und Fußnoten.
27848 \end_layout
27849
27850 \begin_layout Standard
27851 \begin_inset Note Greyedout
27852 status open
27853
27854 \begin_layout Plain Layout
27855
27856 \series bold
27857 Bemerkung
27858 \begin_inset space ~
27859 \end_inset
27860
27861 1:
27862 \series default
27863  Boxen dürfen in 
27864 \family sans
27865 List-
27866 \family default
27867  oder 
27868 \family sans
27869 Beschreibung-
27870 \family default
27871 Umgebungen nicht verwendet werden.
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 \begin_inset Note Greyedout
27881 status open
27882
27883 \begin_layout Plain Layout
27884
27885 \series bold
27886 Bemerkung
27887 \begin_inset space ~
27888 \end_inset
27889
27890 2:
27891 \series default
27892  Boxen ohne 
27893 \family sans
27894 Innere
27895 \begin_inset space ~
27896 \end_inset
27897
27898 Box
27899 \family default
27900  und ohne Rahmen werden in Abschnitt
27901 \begin_inset space ~
27902 \end_inset
27903
27904
27905 \begin_inset CommandInset ref
27906 LatexCommand ref
27907 reference "abs:Silbentrennung-unterbinden"
27908
27909 \end_inset
27910
27911  beschrieben.
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Section
27920 Das Box-Einstellungen-Fenster
27921 \begin_inset CommandInset label
27922 LatexCommand label
27923 name "abs:Box-Dialog"
27924
27925 \end_inset
27926
27927
27928 \begin_inset Index idx
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 Boxen ! Box-Dialog-Fenster
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Subsection
27941 Box-Größe
27942 \begin_inset Index idx
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 Boxen ! Größe
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Standard
27955 Im 
27956 \family sans
27957 Box-Einstellungen
27958 \family default
27959 -Fenster können Sie die Größe der Box mit 
27960 \family sans
27961 Breite
27962 \family default
27963  und 
27964 \family sans
27965 Höhe 
27966 \family default
27967 festlegen.
27968  Die verfügbaren Einheiten werden in Tabelle
27969 \begin_inset space ~
27970 \end_inset
27971
27972
27973 \begin_inset CommandInset ref
27974 LatexCommand ref
27975 reference "tab:Maßeinheiten"
27976
27977 \end_inset
27978
27979  aufgelistet.
27980  Das Feld
27981 \family sans
27982  Höhe
27983 \family default
27984  bietet die folgenden zusätzlichen Größen:
27985 \end_layout
27986
27987 \begin_layout Description
27988 Tiefe Dies ist die reine Text-
27989 \begin_inset Quotes gld
27990 \end_inset
27991
27992 Höhe
27993 \begin_inset Quotes grd
27994 \end_inset
27995
27996 .
27997  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27998 \begin_inset Newline newline
27999 \end_inset
28000
28001
28002 \begin_inset Newline newline
28003 \end_inset
28004
28005
28006 \begin_inset Newline newline
28007 \end_inset
28008
28009
28010 \begin_inset Box Boxed
28011 position "c"
28012 hor_pos "c"
28013 has_inner_box 1
28014 inner_pos "c"
28015 use_parbox 0
28016 use_makebox 0
28017 width "12col%"
28018 special "none"
28019 height "1in"
28020 height_special "depth"
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 \align center
28025 Box-Höhe = 1
28026 \begin_inset space \thinspace{}
28027 \end_inset
28028
28029 Tiefe
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \begin_inset Newline newline
28036 \end_inset
28037
28038
28039 \begin_inset Newline newline
28040 \end_inset
28041
28042
28043 \end_layout
28044
28045 \begin_layout Description
28046 Höhe Dies ist die Texthöhe innerhalb der Box.
28047  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
28048  Texthöhe setzen: 
28049 \begin_inset Box Boxed
28050 position "c"
28051 hor_pos "c"
28052 has_inner_box 1
28053 inner_pos "c"
28054 use_parbox 0
28055 use_makebox 0
28056 width "20col%"
28057 special "none"
28058 height "2in"
28059 height_special "height"
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 \align center
28064 Boxhöhe = 2
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 Höhe
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Description
28077 Gesamthöhe Dies ist Höhe
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081 +
28082 \begin_inset space \thinspace{}
28083 \end_inset
28084
28085 Tiefe: 
28086 \begin_inset Box Boxed
28087 position "c"
28088 hor_pos "c"
28089 has_inner_box 1
28090 inner_pos "c"
28091 use_parbox 0
28092 use_makebox 0
28093 width "20col%"
28094 special "none"
28095 height "1in"
28096 height_special "totalheight"
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 \align center
28101 Boxhöhe = 1
28102 \begin_inset space \thinspace{}
28103 \end_inset
28104
28105 Gesamthöhe
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Description
28114 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
28115 \begin_inset Box Boxed
28116 position "c"
28117 hor_pos "c"
28118 has_inner_box 1
28119 inner_pos "c"
28120 use_parbox 0
28121 use_makebox 0
28122 width "12col%"
28123 special "none"
28124 height "1in"
28125 height_special "width"
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129 \align center
28130 Boxhöhe = 1
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 Breite
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Subsection
28143 Ausrichtung
28144 \begin_inset Index idx
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148 Boxen ! Ausrichtung
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Standard
28157 Wenn Sie eine 
28158 \family sans
28159 Innere
28160 \begin_inset space ~
28161 \end_inset
28162
28163 Box
28164 \family default
28165  gewählt haben, kann die Box mit folgenden Werten für 
28166 \family sans
28167 Box
28168 \family default
28169  senkrecht ausgerichtet werden:
28170 \end_layout
28171
28172 \begin_layout Description
28173 Oben Dies ist ein Beispieltext.
28174  
28175 \begin_inset Box Boxed
28176 position "t"
28177 hor_pos "c"
28178 has_inner_box 1
28179 inner_pos "c"
28180 use_parbox 0
28181 use_makebox 0
28182 width "20col%"
28183 special "none"
28184 height "1in"
28185 height_special "totalheight"
28186 status collapsed
28187
28188 \begin_layout Plain Layout
28189 \align center
28190 Die Ober\SpecialChar \-
28191 kante der Box ist in der Zeile.
28192 \end_layout
28193
28194 \end_inset
28195
28196  Dies ist ein Beispieltext.
28197 \end_layout
28198
28199 \begin_layout Description
28200 Mitte Dies ist ein Beispieltext.
28201  
28202 \begin_inset Box Boxed
28203 position "c"
28204 hor_pos "c"
28205 has_inner_box 1
28206 inner_pos "c"
28207 use_parbox 0
28208 use_makebox 0
28209 width "20col%"
28210 special "none"
28211 height "1in"
28212 height_special "totalheight"
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216 \align center
28217 Die Mitte der Box ist in der Zeile.
28218 \end_layout
28219
28220 \end_inset
28221
28222  Dies ist ein Beispieltext.
28223 \end_layout
28224
28225 \begin_layout Description
28226 Unten Dies ist ein Beispieltext.
28227  
28228 \begin_inset Box Boxed
28229 position "b"
28230 hor_pos "c"
28231 has_inner_box 1
28232 inner_pos "c"
28233 use_parbox 0
28234 use_makebox 0
28235 width "20col%"
28236 special "none"
28237 height "1in"
28238 height_special "totalheight"
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242 \align center
28243 Die Unter\SpecialChar \-
28244 kante der Box ist in der Zeile.
28245 \end_layout
28246
28247 \end_inset
28248
28249  Dies ist ein Beispieltext.
28250 \end_layout
28251
28252 \begin_layout Standard
28253 \begin_inset Note Greyedout
28254 status open
28255
28256 \begin_layout Plain Layout
28257
28258 \series bold
28259 Bemerkung:
28260 \series default
28261  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
28262  Boxen in einer Zeile sind und eine Box z.
28263 \begin_inset space \thinspace{}
28264 \end_inset
28265
28266 B.
28267  schattiert ist, die andere aber nicht.
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Standard
28276 Eine Box kann mit dem Dialog 
28277 \family sans
28278 Absatz-Einstellungen
28279 \family default
28280  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
28281 \end_layout
28282
28283 \begin_layout Standard
28284 \begin_inset VSpace bigskip
28285 \end_inset
28286
28287 Wenn Sie eine 
28288 \family sans
28289 Innere
28290 \begin_inset space ~
28291 \end_inset
28292
28293 Box
28294 \family default
28295  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
28296 \family sans
28297 Inhalt
28298 \family default
28299  senkrecht ausgerichtet werden:
28300 \end_layout
28301
28302 \begin_layout Description
28303 Oben Dies ist ein Beispieltext.
28304  
28305 \begin_inset Box Boxed
28306 position "c"
28307 hor_pos "c"
28308 has_inner_box 1
28309 inner_pos "t"
28310 use_parbox 0
28311 use_makebox 0
28312 width "20col%"
28313 special "none"
28314 height "1.5in"
28315 height_special "totalheight"
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319 \align center
28320 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
28321 \end_layout
28322
28323 \end_inset
28324
28325  Dies ist ein Beispieltext.
28326 \end_layout
28327
28328 \begin_layout Description
28329 Mitte Dies ist ein Beispieltext.
28330  
28331 \begin_inset Box Boxed
28332 position "c"
28333 hor_pos "c"
28334 has_inner_box 1
28335 inner_pos "c"
28336 use_parbox 0
28337 use_makebox 0
28338 width "20col%"
28339 special "none"
28340 height "1.5in"
28341 height_special "totalheight"
28342 status collapsed
28343
28344 \begin_layout Plain Layout
28345 \align center
28346 Der Boxinhalt ist zentriert ausgerichtet.
28347 \end_layout
28348
28349 \end_inset
28350
28351  Dies ist ein Beispieltext.
28352 \end_layout
28353
28354 \begin_layout Description
28355 Unten Dies ist ein Beispieltext.
28356  
28357 \begin_inset Box Boxed
28358 position "c"
28359 hor_pos "c"
28360 has_inner_box 1
28361 inner_pos "b"
28362 use_parbox 0
28363 use_makebox 0
28364 width "20col%"
28365 special "none"
28366 height "1.5in"
28367 height_special "totalheight"
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 \align center
28372 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
28373 \end_layout
28374
28375 \end_inset
28376
28377  Dies ist ein Beispieltext.
28378 \end_layout
28379
28380 \begin_layout Description
28381 Dehnen Dies ist ein Beispieltext.
28382  
28383 \begin_inset Box Boxed
28384 position "c"
28385 hor_pos "c"
28386 has_inner_box 1
28387 inner_pos "s"
28388 use_parbox 0
28389 use_makebox 0
28390 width "20col%"
28391 special "none"
28392 height "1in"
28393 height_special "totalheight"
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397 \align center
28398 Der Boxinhalt
28399 \end_layout
28400
28401 \begin_layout Plain Layout
28402 \align center
28403 ist über die
28404 \end_layout
28405
28406 \begin_layout Plain Layout
28407 \align center
28408 Boxhöhe
28409 \end_layout
28410
28411 \begin_layout Plain Layout
28412 \align center
28413 gleichmäßig verteilt.
28414 \end_layout
28415
28416 \end_inset
28417
28418  Dies ist ein Beispieltext.
28419 \end_layout
28420
28421 \begin_layout Standard
28422 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28423  besteht.
28424  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28425 \end_layout
28426
28427 \begin_layout Standard
28428 Ein Boxinhalt kann mit dem Dialog 
28429 \family sans
28430 Absatz-Einstellungen
28431 \family default
28432  waagerecht ausgerichtet werden, wenn Sie eine
28433 \family sans
28434  Innere
28435 \begin_inset space ~
28436 \end_inset
28437
28438 Box
28439 \family default
28440  gewählt haben.
28441 \end_layout
28442
28443 \begin_layout Standard
28444 \align center
28445 \begin_inset Box Boxed
28446 position "c"
28447 hor_pos "c"
28448 has_inner_box 1
28449 inner_pos "s"
28450 use_parbox 0
28451 use_makebox 0
28452 width "30col%"
28453 special "none"
28454 height "1.25in"
28455 height_special "totalheight"
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 \align left
28460 Hier ist jede Zeile
28461 \end_layout
28462
28463 \begin_layout Plain Layout
28464 \align center
28465 anders
28466 \end_layout
28467
28468 \begin_layout Plain Layout
28469 \align right
28470 ausgerichtet.
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Standard
28479 Wenn Sie keine
28480 \family sans
28481  Innere
28482 \begin_inset space ~
28483 \end_inset
28484
28485 Box
28486 \family default
28487  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28488 \family sans
28489 Box-Einstellungen-
28490 \family default
28491 Dialog ausrichten
28492 \end_layout
28493
28494 \begin_layout Standard
28495 \align center
28496 \begin_inset Box Boxed
28497 position "c"
28498 hor_pos "s"
28499 has_inner_box 0
28500 inner_pos "s"
28501 use_parbox 0
28502 use_makebox 0
28503 width "90col%"
28504 special "none"
28505 height "1.25in"
28506 height_special "totalheight"
28507 status collapsed
28508
28509 \begin_layout Plain Layout
28510 Dieser Boxinhalt wurde horizontal gedehnt.
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Subsection
28519 Verzierung
28520 \begin_inset CommandInset label
28521 LatexCommand label
28522 name "uab:Verzierung"
28523
28524 \end_inset
28525
28526
28527 \begin_inset Index idx
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Boxen ! Verzierung
28532 \end_layout
28533
28534 \end_inset
28535
28536
28537 \end_layout
28538
28539 \begin_layout Standard
28540 Im 
28541 \family sans
28542 Box-Einstellungen-
28543 \family default
28544 Dialog können Sie mit der 
28545 \family sans
28546 Verzierung
28547 \family default
28548  den Typ der Box auswählen:
28549 \end_layout
28550
28551 \begin_layout Description
28552 Kein
28553 \begin_inset space ~
28554 \end_inset
28555
28556 Rahmen Nichts wird gezeichnet.
28557 \end_layout
28558
28559 \begin_layout Description
28560 Einfacher
28561 \begin_inset space ~
28562 \end_inset
28563
28564 rechteckiger
28565 \begin_inset space ~
28566 \end_inset
28567
28568 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28569  Die Rahmendicke wird durch 
28570 \series bold
28571
28572 \backslash
28573 fboxrule
28574 \series default
28575  festgelegt.
28576  
28577 \begin_inset Box Boxed
28578 position "c"
28579 hor_pos "c"
28580 has_inner_box 1
28581 inner_pos "c"
28582 use_parbox 0
28583 use_makebox 0
28584 width "21col%"
28585 special "none"
28586 height "1in"
28587 height_special "totalheight"
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591
28592 \series medium
28593 Rechteckige
28594 \begin_inset space ~
28595 \end_inset
28596
28597 Box
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Description
28606 erlaube
28607 \begin_inset space ~
28608 \end_inset
28609
28610 Seitenumbrüche 
28611 \end_layout
28612
28613 \begin_layout Description
28614 Ovaler
28615 \begin_inset space ~
28616 \end_inset
28617
28618 Rahmen,
28619 \begin_inset space ~
28620 \end_inset
28621
28622 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28623  Die Rahmendicke ist 0.4
28624 \begin_inset space \thinspace{}
28625 \end_inset
28626
28627 pt.
28628  
28629 \begin_inset Box ovalbox
28630 position "c"
28631 hor_pos "c"
28632 has_inner_box 1
28633 inner_pos "c"
28634 use_parbox 0
28635 use_makebox 0
28636 width "20col%"
28637 special "none"
28638 height "1in"
28639 height_special "totalheight"
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 Ovale
28644 \begin_inset space ~
28645 \end_inset
28646
28647 Box,
28648 \begin_inset space ~
28649 \end_inset
28650
28651 dünn
28652 \end_layout
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \begin_layout Description
28660 Ovaler
28661 \begin_inset space ~
28662 \end_inset
28663
28664 Rahmen,
28665 \begin_inset space ~
28666 \end_inset
28667
28668 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28669  Die Rahmendicke ist 0.8
28670 \begin_inset space \thinspace{}
28671 \end_inset
28672
28673 pt.
28674  
28675 \begin_inset Box Ovalbox
28676 position "c"
28677 hor_pos "c"
28678 has_inner_box 1
28679 inner_pos "c"
28680 use_parbox 0
28681 use_makebox 0
28682 width "20col%"
28683 special "none"
28684 height "1in"
28685 height_special "totalheight"
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Ovale
28690 \begin_inset space ~
28691 \end_inset
28692
28693 Box,
28694 \begin_inset space ~
28695 \end_inset
28696
28697 dick
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \end_layout
28704
28705 \begin_layout Description
28706 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28707  Die Rahmendicke wird durch 
28708 \series bold
28709
28710 \backslash
28711 fboxrule
28712 \series default
28713  festgelegt, der Schatten ist 4
28714 \begin_inset space \thinspace{}
28715 \end_inset
28716
28717 pt breit.
28718 \begin_inset Newline newline
28719 \end_inset
28720
28721
28722 \begin_inset Box Shadowbox
28723 position "c"
28724 hor_pos "c"
28725 has_inner_box 1
28726 inner_pos "c"
28727 use_parbox 0
28728 use_makebox 0
28729 width "20col%"
28730 special "none"
28731 height "1in"
28732 height_special "totalheight"
28733 status collapsed
28734
28735 \begin_layout Plain Layout
28736 Schattierte
28737 \begin_inset space ~
28738 \end_inset
28739
28740 Box
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Description
28749 Schattierter
28750 \begin_inset space ~
28751 \end_inset
28752
28753 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28754  Im Gegensatz zu farbigen Boxen
28755 \begin_inset Foot
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 siehe Abschnitt
28760 \begin_inset space ~
28761 \end_inset
28762
28763
28764 \begin_inset CommandInset ref
28765 LatexCommand ref
28766 reference "abs:Farbige-Boxen"
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774
28775  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28776  die Box ist ein Absatz für sich.
28777  
28778 \begin_inset Box Shaded
28779 position "t"
28780 hor_pos "c"
28781 has_inner_box 0
28782 inner_pos "t"
28783 use_parbox 0
28784 use_makebox 0
28785 width "50col%"
28786 special "none"
28787 height "1in"
28788 height_special "totalheight"
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792 Schattierter Hintergrund Box
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Description
28801 Doppelter
28802 \begin_inset space ~
28803 \end_inset
28804
28805 rechteckiger
28806 \begin_inset space ~
28807 \end_inset
28808
28809 Rahmen zeichnet einen doppelten Rahmen um die Box.
28810  Der innere Rahmen ist 0.75
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814
28815 \series bold
28816
28817 \backslash
28818 fboxrule
28819 \series default
28820  breit, der äußere 1.5
28821 \begin_inset space \thinspace{}
28822 \end_inset
28823
28824
28825 \series bold
28826
28827 \backslash
28828 fboxrule
28829 \series default
28830 , der Zwischenraum 1.5
28831 \begin_inset space \thinspace{}
28832 \end_inset
28833
28834
28835 \series bold
28836
28837 \backslash
28838 fboxrule
28839 \series default
28840
28841 \begin_inset space \thinspace{}
28842 \end_inset
28843
28844 +
28845 \begin_inset space \thinspace{}
28846 \end_inset
28847
28848 0.5
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 pt.
28853  
28854 \begin_inset Box Doublebox
28855 position "c"
28856 hor_pos "c"
28857 has_inner_box 1
28858 inner_pos "c"
28859 use_parbox 0
28860 use_makebox 0
28861 width "20col%"
28862 special "none"
28863 height "1in"
28864 height_special "totalheight"
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868 Doppelt
28869 \begin_inset space ~
28870 \end_inset
28871
28872 gerahmte
28873 \begin_inset space ~
28874 \end_inset
28875
28876 Box
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Standard
28885 \begin_inset VSpace bigskip
28886 \end_inset
28887
28888 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28889  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28890 \series bold
28891 fancybox
28892 \series default
28893
28894 \begin_inset Index idx
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 LaTeX-Pakete ! fancybox
28899 \end_layout
28900
28901 \end_inset
28902
28903  installiert sein.
28904 \end_layout
28905
28906 \begin_layout Standard
28907 \begin_inset VSpace bigskip
28908 \end_inset
28909
28910 Wenn Sie die Verzierung 
28911 \family sans
28912 Einfacher rechteckiger Rahmen
28913 \family default
28914  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28915  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28916  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28917  für sich ist und 
28918 \series bold
28919
28920 \backslash
28921 fboxrule
28922 \series default
28923  und 
28924 \series bold
28925
28926 \backslash
28927 fboxsep
28928 \series default
28929  keinen Einfluss auf diesen Box Typ haben.
28930  Die Rahmendicke wird durch 
28931 \series bold
28932
28933 \backslash
28934 FrameRule
28935 \series default
28936  festgelegt.
28937  
28938 \begin_inset Box Framed
28939 position "t"
28940 hor_pos "c"
28941 has_inner_box 0
28942 inner_pos "t"
28943 use_parbox 0
28944 use_makebox 0
28945 width "100col%"
28946 special "none"
28947 height "1in"
28948 height_special "totalheight"
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Box erlaubt Seitenumbruch
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Section
28961 Box-Anpassung
28962 \begin_inset Index idx
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Boxen ! Anpassung
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 Der Standardwert für 
28976 \series bold
28977
28978 \backslash
28979 fboxrule
28980 \series default
28981  ist 0.4
28982 \begin_inset space \thinspace{}
28983 \end_inset
28984
28985 pt.
28986  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28987 \begin_inset space \thinspace{}
28988 \end_inset
28989
28990 pt gesetzt werden:
28991 \end_layout
28992
28993 \begin_layout Standard
28994
28995 \series bold
28996
28997 \backslash
28998 setlength{
28999 \backslash
29000 fboxrule}{2pt}
29001 \end_layout
29002
29003 \begin_layout Standard
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009
29010 \backslash
29011 setlength{
29012 \backslash
29013 fboxrule}{2pt}
29014 \end_layout
29015
29016 \end_inset
29017
29018
29019 \begin_inset Box Boxed
29020 position "c"
29021 hor_pos "c"
29022 has_inner_box 1
29023 inner_pos "c"
29024 use_parbox 0
29025 use_makebox 0
29026 width "30col%"
29027 special "none"
29028 height "1in"
29029 height_special "totalheight"
29030 status open
29031
29032 \begin_layout Plain Layout
29033 \align center
29034 Rechteckige Box mit einer Rahmenbreite von 2
29035 \begin_inset space \thinspace{}
29036 \end_inset
29037
29038 pt
29039 \end_layout
29040
29041 \end_inset
29042
29043
29044 \begin_inset ERT
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048
29049
29050 \backslash
29051 setlength{
29052 \backslash
29053 fboxrule}{0.4pt}
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \begin_inset VSpace bigskip
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
29067 \begin_inset space \thinspace{}
29068 \end_inset
29069
29070 pt.
29071  Sie können das ändern, indem Sie den Wert von 
29072 \series bold
29073
29074 \backslash
29075 fboxsep
29076 \series default
29077  mit einem TeX-Code-Befehl ändern:
29078 \end_layout
29079
29080 \begin_layout Standard
29081
29082 \series bold
29083
29084 \backslash
29085 setlength{
29086 \backslash
29087 fboxsep}{10pt}
29088 \end_layout
29089
29090 \begin_layout Standard
29091 setzt den Wert auf 10
29092 \begin_inset space \thinspace{}
29093 \end_inset
29094
29095 pt, wie in der folgenden Box:
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104
29105 \backslash
29106 setlength{
29107 \backslash
29108 fboxsep}{10pt}
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \begin_inset Box Boxed
29115 position "c"
29116 hor_pos "c"
29117 has_inner_box 1
29118 inner_pos "c"
29119 use_parbox 0
29120 use_makebox 0
29121 width "25col%"
29122 special "none"
29123 height "1in"
29124 height_special "totalheight"
29125 status open
29126
29127 \begin_layout Plain Layout
29128 \align center
29129 Rechteckige Box mit 
29130 \series bold
29131
29132 \backslash
29133 fboxsep
29134 \series default
29135
29136 \begin_inset space \thinspace{}
29137 \end_inset
29138
29139 =
29140 \begin_inset space \thinspace{}
29141 \end_inset
29142
29143 10
29144 \begin_inset space \thinspace{}
29145 \end_inset
29146
29147 pt
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158
29159 \backslash
29160 setlength{
29161 \backslash
29162 fboxsep}{3pt}
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Standard
29171 \noindent
29172 \begin_inset VSpace bigskip
29173 \end_inset
29174
29175 Der Durchmesser der abgerundeten Ecken kann mit 
29176 \series bold
29177
29178 \backslash
29179 cornersize
29180 \series default
29181  gesetzt werden.
29182  Der TeX-Code-Befehl
29183 \end_layout
29184
29185 \begin_layout Standard
29186
29187 \series bold
29188
29189 \backslash
29190 cornersize*{1cm}
29191 \end_layout
29192
29193 \begin_layout Standard
29194 setzt den Durchmesser auf 1
29195 \begin_inset space \thinspace{}
29196 \end_inset
29197
29198 cm.
29199  Der TeX-Code-Befehl
29200 \end_layout
29201
29202 \begin_layout Standard
29203
29204 \series bold
29205
29206 \backslash
29207 cornersize{num}
29208 \end_layout
29209
29210 \begin_layout Standard
29211 setzt den Durchmesser auf 
29212 \family sans
29213 num
29214 \begin_inset space \thinspace{}
29215 \end_inset
29216
29217 ×
29218 \begin_inset space \thinspace{}
29219 \end_inset
29220
29221 Minimum(Breite der Box, Höhe der Box)
29222 \family default
29223 .
29224  Der Standardwert ist 
29225 \series bold
29226
29227 \backslash
29228 cornersize{0.5}
29229 \series default
29230 .
29231 \end_layout
29232
29233 \begin_layout Standard
29234 \begin_inset ERT
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238
29239
29240 \backslash
29241 cornersize*{1.5cm}
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \begin_inset Box Ovalbox
29248 position "c"
29249 hor_pos "c"
29250 has_inner_box 1
29251 inner_pos "c"
29252 use_parbox 0
29253 use_makebox 0
29254 width "30col%"
29255 special "none"
29256 height "1in"
29257 height_special "totalheight"
29258 status open
29259
29260 \begin_layout Plain Layout
29261 \align center
29262 Ovale Box, dicker Rand, mit 
29263 \series bold
29264
29265 \backslash
29266 cornersize
29267 \series default
29268
29269 \begin_inset space \thinspace{}
29270 \end_inset
29271
29272 =
29273 \begin_inset space \thinspace{}
29274 \end_inset
29275
29276 1.5
29277 \begin_inset space \thinspace{}
29278 \end_inset
29279
29280 cm
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \begin_inset ERT
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290
29291
29292 \backslash
29293 cornersize{0.5}
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \end_layout
29300
29301 \begin_layout Standard
29302 \begin_inset VSpace bigskip
29303 \end_inset
29304
29305 Die Breite des Schattens wird mit 
29306 \series bold
29307
29308 \backslash
29309 shadowsize
29310 \series default
29311  festgelegt.
29312  Mit dem TeX-Code-Befehl
29313 \end_layout
29314
29315 \begin_layout Standard
29316
29317 \series bold
29318
29319 \backslash
29320 setlength{
29321 \backslash
29322 shadowsize}{2pt}
29323 \end_layout
29324
29325 \begin_layout Standard
29326 wird er für die folgende Box auf 2
29327 \begin_inset space \thinspace{}
29328 \end_inset
29329
29330 pt festgelegt.
29331 \end_layout
29332
29333 \begin_layout Standard
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339
29340 \backslash
29341 setlength{
29342 \backslash
29343 shadowsize}{2pt}
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \begin_inset Box Shadowbox
29350 position "c"
29351 hor_pos "c"
29352 has_inner_box 1
29353 inner_pos "c"
29354 use_parbox 0
29355 use_makebox 0
29356 width "25col%"
29357 special "none"
29358 height "1in"
29359 height_special "totalheight"
29360 status open
29361
29362 \begin_layout Plain Layout
29363 \align center
29364 Schattierte Box mit 
29365 \series bold
29366
29367 \backslash
29368 shadowsize
29369 \series default
29370
29371 \begin_inset space \thinspace{}
29372 \end_inset
29373
29374 =
29375 \begin_inset space \thinspace{}
29376 \end_inset
29377
29378 2
29379 \begin_inset space \thinspace{}
29380 \end_inset
29381
29382 pt
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393
29394 \backslash
29395 setlength{
29396 \backslash
29397 shadowsize}{4pt}
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \begin_layout Standard
29406 \begin_inset VSpace bigskip
29407 \end_inset
29408
29409 Der Standardwert für 
29410 \series bold
29411
29412 \backslash
29413 FrameRule
29414 \series default
29415  ist 0.4
29416 \begin_inset space \thinspace{}
29417 \end_inset
29418
29419 pt.
29420  Der Standard-Abstand zwischen Rahmen und Text ist 9
29421 \begin_inset space \thinspace{}
29422 \end_inset
29423
29424 pt und kann mit dem Wert für 
29425 \series bold
29426
29427 \backslash
29428 FrameSep
29429 \series default
29430  geändert werden.
29431  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29432  TeX-Code Befehlen geändert:
29433 \end_layout
29434
29435 \begin_layout Standard
29436
29437 \series bold
29438
29439 \backslash
29440 setlength{
29441 \backslash
29442 FrameRule}{5pt}
29443 \begin_inset Newline newline
29444 \end_inset
29445
29446
29447 \backslash
29448 setlength{
29449 \backslash
29450 FrameSep}{0.5cm}
29451 \end_layout
29452
29453 \begin_layout Standard
29454 \begin_inset ERT
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458
29459
29460 \backslash
29461 setlength{
29462 \backslash
29463 FrameRule}{5pt}
29464 \end_layout
29465
29466 \begin_layout Plain Layout
29467
29468
29469 \backslash
29470 setlength{
29471 \backslash
29472 FrameSep}{0.5cm}
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \begin_inset Box Framed
29479 position "t"
29480 hor_pos "c"
29481 has_inner_box 0
29482 inner_pos "t"
29483 use_parbox 0
29484 use_makebox 0
29485 width "100col%"
29486 special "none"
29487 height "1in"
29488 height_special "totalheight"
29489 status open
29490
29491 \begin_layout Plain Layout
29492 Dies ist Text in einer 
29493 \family sans
29494 Seitenumbruch erlaubt
29495 \family default
29496  Box.
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \begin_inset ERT
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506
29507
29508 \backslash
29509 setlength{
29510 \backslash
29511 FrameRule}{0.4pt}
29512 \end_layout
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 setlength{
29519 \backslash
29520 FrameSep}{9pt}
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Standard
29529 \begin_inset VSpace bigskip
29530 \end_inset
29531
29532 Für Boxen mit 
29533 \family sans
29534 schattiertem Hintergrund
29535 \family default
29536  beträgt der Abstand zwischen Rand und Text 3
29537 \begin_inset space \thinspace{}
29538 \end_inset
29539
29540 pt und kann mit 
29541 \series bold
29542
29543 \backslash
29544 fboxsep
29545 \series default
29546  geändert werden.
29547  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29548  
29549 \series bold
29550
29551 \backslash
29552 definecolor{shadecolor}
29553 \series default
29554  oder global über das Menü 
29555 \family sans
29556 Werkzeuge\SpecialChar \menuseparator
29557 Einstellungen\SpecialChar \menuseparator
29558 Farben\SpecialChar \menuseparator
29559 Schattierte
29560 \begin_inset space ~
29561 \end_inset
29562
29563 Box
29564 \family default
29565  geändert werden.
29566  Das Schema des 
29567 \series bold
29568
29569 \backslash
29570 definecolor
29571 \series default
29572  Befehls ist  in Abschnitt
29573 \begin_inset space ~
29574 \end_inset
29575
29576
29577 \begin_inset CommandInset ref
29578 LatexCommand ref
29579 reference "abs:Farbige-Tabellen"
29580
29581 \end_inset
29582
29583  erklärt.
29584 \begin_inset Foot
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588 Beachten Sie, dass 
29589 \series bold
29590
29591 \backslash
29592 definecolor
29593 \series default
29594  das LaTeX-Paket 
29595 \series bold
29596 color
29597 \series default
29598  im LaTeX-Vorspann benötigt, siehe Abschnitt
29599 \begin_inset space ~
29600 \end_inset
29601
29602
29603 \begin_inset CommandInset ref
29604 LatexCommand ref
29605 reference "abs:Farbige-Boxen"
29606
29607 \end_inset
29608
29609 .
29610 \end_layout
29611
29612 \end_inset
29613
29614  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29615 \end_layout
29616
29617 \begin_layout Standard
29618
29619 \series bold
29620
29621 \backslash
29622 setlength{
29623 \backslash
29624 fboxsep}{0.5cm}
29625 \begin_inset Newline newline
29626 \end_inset
29627
29628
29629 \backslash
29630 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29631 \end_layout
29632
29633 \begin_layout Standard
29634 \begin_inset ERT
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638
29639
29640 \backslash
29641 setlength{
29642 \backslash
29643 fboxsep}{0.5cm}
29644 \end_layout
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Box Shaded
29657 position "t"
29658 hor_pos "c"
29659 has_inner_box 0
29660 inner_pos "t"
29661 use_parbox 0
29662 use_makebox 0
29663 width "100col%"
29664 special "none"
29665 height "1in"
29666 height_special "totalheight"
29667 status open
29668
29669 \begin_layout Plain Layout
29670
29671 \color yellow
29672 Dies ist gelber Text in einer 
29673 \family sans
29674 schattierten Hintergrund
29675 \begin_inset space ~
29676 \end_inset
29677
29678
29679 \family default
29680 Box auf dunkelgrünem Hintergrund.
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 setlength{
29694 \backslash
29695 fboxsep}{3pt}
29696 \end_layout
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 definecolor{shadecolor}{rgb}{1,0,0}
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Standard
29711 \begin_inset VSpace bigskip
29712 \end_inset
29713
29714 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29715  der sie ändert.
29716 \end_layout
29717
29718 \begin_layout Section
29719 Minipage
29720 \begin_inset CommandInset label
29721 LatexCommand label
29722 name "abs:Minipage"
29723
29724 \end_inset
29725
29726
29727 \begin_inset Index idx
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 Boxen ! Minipage
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Standard
29740 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29741  deshalb unter anderem eigene Fußnoten haben.
29742 \end_layout
29743
29744 \begin_layout Standard
29745 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29746 \end_layout
29747
29748 \begin_layout Standard
29749 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29750  Ihre Breite ist 45 Spaltenbreite
29751 \begin_inset space ~
29752 \end_inset
29753
29754 %, und sie sind durch einen 
29755 \family sans
29756 HFill
29757 \family default
29758  getrennt (
29759 \family sans
29760 Einfügen\SpecialChar \menuseparator
29761 Formatierung\SpecialChar \menuseparator
29762 Horizontaler
29763 \begin_inset space \space{}
29764 \end_inset
29765
29766 Abstand\SpecialChar \menuseparator
29767 Abstand\SpecialChar \menuseparator
29768 Variabler
29769 \begin_inset space ~
29770 \end_inset
29771
29772 horiz.
29773 \begin_inset space ~
29774 \end_inset
29775
29776 Abstand
29777 \family default
29778 ).
29779 \begin_inset Newpage newpage
29780 \end_inset
29781
29782
29783 \end_layout
29784
29785 \begin_layout Standard
29786 \noindent
29787 \begin_inset Box Frameless
29788 position "t"
29789 hor_pos "c"
29790 has_inner_box 1
29791 inner_pos "c"
29792 use_parbox 0
29793 use_makebox 0
29794 width "45col%"
29795 special "none"
29796 height "1in"
29797 height_special "totalheight"
29798 status open
29799
29800 \begin_layout Plain Layout
29801 Dies ist ein deutscher Text.
29802  Dies ist ein deutscher Text.
29803  Dies ist ein deutscher Text.
29804  Dies ist ein deutscher Text.
29805  Dies ist ein deutscher Text.
29806  Dies ist ein deutscher Text.
29807  Dies ist ein deutscher Text.
29808  Dies ist ein deutscher Text.
29809  Dies ist ein deutscher Text.
29810  Dies ist ein deutscher Text.
29811  Dies ist ein deutscher Text.
29812  Dies ist ein deutscher Text.
29813  Dies ist ein deutscher Text
29814 \begin_inset Foot
29815 status open
29816
29817 \begin_layout Plain Layout
29818 Dies ist eine deutsche Fußnote.
29819 \end_layout
29820
29821 \end_inset
29822
29823 .
29824  Dies ist ein deutscher Text.
29825  Dies ist ein deutscher Text.
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \begin_inset space \hfill{}
29832 \end_inset
29833
29834
29835 \begin_inset Box Frameless
29836 position "t"
29837 hor_pos "c"
29838 has_inner_box 1
29839 inner_pos "c"
29840 use_parbox 0
29841 use_makebox 0
29842 width "45col%"
29843 special "none"
29844 height "1in"
29845 height_special "totalheight"
29846 status open
29847
29848 \begin_layout Plain Layout
29849
29850 \lang english
29851 This is an English Text.
29852  This is an English Text.
29853  This is an English Text.
29854  This is an English Text.
29855  This is an English Text.
29856  This is an English Text.
29857  This is an English Text.
29858  This is an English Text.
29859  This is an English Text.
29860  This is an English Text.
29861  This is an English Text.
29862  This is an English Text.
29863  This is an English Text.
29864  This is an English Text.
29865  This is an English Text.
29866  This is an English Text.
29867 \begin_inset Foot
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871
29872 \lang english
29873 This is an English footnote.
29874 \end_layout
29875
29876 \end_inset
29877
29878  This is an English Text.
29879  
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \end_layout
29886
29887 \begin_layout Standard
29888 \begin_inset VSpace bigskip
29889 \end_inset
29890
29891 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29892  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29893  Absätze nicht eingerückt werden, obwohl Sie das in 
29894 \family sans
29895 Dokument
29896 \family default
29897 \SpecialChar \menuseparator
29898
29899 \family sans
29900 Einstellun\SpecialChar \-
29901 gen\SpecialChar \menuseparator
29902 Textformat
29903 \family default
29904  festgelegt haben.
29905  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29906  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29907 \series bold
29908
29909 \backslash
29910 hspace*{1em}
29911 \series default
29912 .
29913 \end_layout
29914
29915 \begin_layout Standard
29916 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29917  zu verpassen, siehe Abschnitt
29918 \begin_inset space ~
29919 \end_inset
29920
29921
29922 \begin_inset CommandInset ref
29923 LatexCommand ref
29924 reference "uab:Farbe-für-Absätze"
29925
29926 \end_inset
29927
29928 .
29929 \end_layout
29930
29931 \begin_layout Standard
29932 \begin_inset Note Greyedout
29933 status open
29934
29935 \begin_layout Plain Layout
29936
29937 \series bold
29938 Bemerkung:
29939 \series default
29940  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29941  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Section
29950 Parbox
29951 \begin_inset CommandInset label
29952 LatexCommand label
29953 name "abs:Parbox"
29954
29955 \end_inset
29956
29957
29958 \begin_inset Index idx
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Boxen ! Parbox
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 Parbox ist eine Abkürzung für 
29972 \begin_inset Quotes gld
29973 \end_inset
29974
29975 paragraph box
29976 \begin_inset Quotes grd
29977 \end_inset
29978
29979 , was Absatzbox bedeutet.
29980  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
29981  in Parboxen nicht ausgegeben werden:
29982 \end_layout
29983
29984 \begin_layout Standard
29985 \align center
29986 \begin_inset Box Frameless
29987 position "t"
29988 hor_pos "c"
29989 has_inner_box 1
29990 inner_pos "t"
29991 use_parbox 1
29992 use_makebox 0
29993 width "33col%"
29994 special "none"
29995 height "1in"
29996 height_special "totalheight"
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000 Dies ist Text in einer Parbox.
30001  Dies ist Text in einer Parbox.
30002 \end_layout
30003
30004 \begin_layout Plain Layout
30005 Diese Fußnote wird nicht gedruckt:
30006 \begin_inset Foot
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \end_inset
30019
30020
30021 \end_layout
30022
30023 \begin_layout Section
30024 Boxen für Worte und Buchstaben
30025 \begin_inset Index idx
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029 Boxen ! für Buchstaben
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \end_layout
30036
30037 \begin_layout Subsection
30038 Silbentrennung unterbinden
30039 \begin_inset CommandInset label
30040 LatexCommand label
30041 name "abs:Silbentrennung-unterbinden"
30042
30043 \end_inset
30044
30045
30046 \begin_inset Index idx
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050 Boxen ! zur Vermeidung von Silbentrennung
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Sie können den Boxtyp 
30060 \family sans
30061 Makebox
30062 \family default
30063  benutzen, um Silbentrennungen zu unterbinden.
30064 \begin_inset Newline newline
30065 \end_inset
30066
30067 Hier ist ein Beispiel: 
30068 \end_layout
30069
30070 \begin_layout Standard
30071 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
30072 \begin_inset Quotes gld
30073 \end_inset
30074
30075 einsehrsehrsehrlangeswort
30076 \begin_inset Quotes grd
30077 \end_inset
30078
30079 .
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
30084  Innere
30085 \begin_inset space ~
30086 \end_inset
30087
30088 Box auf Makebox und deren Breite auf 1
30089 \begin_inset space \thinspace{}
30090 \end_inset
30091
30092 Width.
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Hier ist das Ergebnis:
30097 \end_layout
30098
30099 \begin_layout Standard
30100 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30101 \begin_inset Box Frameless
30102 position "t"
30103 hor_pos "c"
30104 has_inner_box 1
30105 inner_pos "t"
30106 use_parbox 0
30107 use_makebox 1
30108 width "1in"
30109 special "width"
30110 height "1in"
30111 height_special "totalheight"
30112 status open
30113
30114 \begin_layout Plain Layout
30115 \begin_inset Quotes gld
30116 \end_inset
30117
30118 einsehrsehrsehrlangeswort
30119 \begin_inset Quotes grd
30120 \end_inset
30121
30122
30123 \end_layout
30124
30125 \end_inset
30126
30127 .
30128 \end_layout
30129
30130 \begin_layout Standard
30131 Alternativ dazu kann man auch den Befehl 
30132 \begin_inset Quotes gld
30133 \end_inset
30134
30135
30136 \series bold
30137
30138 \backslash
30139 -
30140 \series default
30141
30142 \begin_inset Quotes grd
30143 \end_inset
30144
30145  als TeX-Code direkt vor das Wort setzen:
30146 \end_layout
30147
30148 \begin_layout Standard
30149 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
30150 \begin_inset Quotes gld
30151 \end_inset
30152
30153
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 -
30162 \end_layout
30163
30164 \end_inset
30165
30166 einsehrsehrsehrlangeswort
30167 \begin_inset Quotes grd
30168 \end_inset
30169
30170 .
30171 \end_layout
30172
30173 \begin_layout Standard
30174 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
30175  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
30176 \family sans
30177 Strg-Eingabe
30178 \family default
30179 ) einfügen: 
30180 \end_layout
30181
30182 \begin_layout Standard
30183 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
30184 \begin_inset Newline newline
30185 \end_inset
30186
30187
30188 \begin_inset Box Frameless
30189 position "t"
30190 hor_pos "c"
30191 has_inner_box 1
30192 inner_pos "t"
30193 use_parbox 0
30194 use_makebox 1
30195 width "1in"
30196 special "width"
30197 height "1in"
30198 height_special "totalheight"
30199 status open
30200
30201 \begin_layout Plain Layout
30202 \begin_inset Quotes gld
30203 \end_inset
30204
30205 einsehrsehrsehrlangeswort
30206 \begin_inset Quotes grd
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \end_inset
30213
30214 .
30215 \end_layout
30216
30217 \begin_layout Subsection
30218 Vertikale Ausrichtung
30219 \begin_inset CommandInset label
30220 LatexCommand label
30221 name "uab:Vertikale-Ausrichtung"
30222
30223 \end_inset
30224
30225
30226 \begin_inset Index idx
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230 Boxen ! für Vertikale Ausrichtung
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \begin_inset Index idx
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 Boxen ! raisebox
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \end_layout
30247
30248 \begin_layout Standard
30249 Mit dem LaTeX-Befehl 
30250 \series bold
30251
30252 \backslash
30253 raisebox
30254 \series default
30255  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
30256 n Textes ausrichten.
30257  
30258 \series bold
30259
30260 \backslash
30261 raisebox
30262 \series default
30263  wird folgendermaßen benutzt:
30264 \end_layout
30265
30266 \begin_layout Standard
30267
30268 \series bold
30269
30270 \backslash
30271 raisebox{Verschiebung}[oben][unten]{Text}
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Positive Werte für Verschiebung
30276 \series bold
30277  
30278 \series default
30279 verschieben die Box nach oben, negative nach unten.
30280  Die beiden optionalen Parameter 
30281 \family typewriter
30282 oben
30283 \family default
30284  und 
30285 \family typewriter
30286 unten
30287 \family default
30288  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
30289  hinausgeht, wenn sie nicht verschoben ist.
30290 \end_layout
30291
30292 \begin_layout Standard
30293 Um zum Beispiel das Wort 
30294 \begin_inset Quotes gld
30295 \end_inset
30296
30297 provokant
30298 \begin_inset Quotes grd
30299 \end_inset
30300
30301  mit seinem 
30302 \begin_inset Quotes gld
30303 \end_inset
30304
30305 niedrigsten
30306 \begin_inset Quotes grd
30307 \end_inset
30308
30309  Buchstaben 
30310 \begin_inset Quotes gld
30311 \end_inset
30312
30313 p
30314 \begin_inset Quotes grd
30315 \end_inset
30316
30317  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
30318 \end_layout
30319
30320 \begin_layout Standard
30321
30322 \series bold
30323
30324 \backslash
30325 raisebox{
30326 \backslash
30327 depth}{
30328 \end_layout
30329
30330 \begin_layout Standard
30331 vor dem Wort einfügen und 
30332 \begin_inset Quotes gld
30333 \end_inset
30334
30335
30336 \series bold
30337 }
30338 \series default
30339
30340 \begin_inset Quotes grd
30341 \end_inset
30342
30343  als TeX-Code dahinter:
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Dies ist eine Zeile, in der das Wort 
30348 \begin_inset ERT
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352
30353
30354 \backslash
30355 raisebox{
30356 \backslash
30357 depth}{
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \begin_inset Quotes gld
30364 \end_inset
30365
30366 provokant
30367 \begin_inset Quotes grd
30368 \end_inset
30369
30370
30371 \begin_inset ERT
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375
30376 }
30377 \end_layout
30378
30379 \end_inset
30380
30381  nach oben verschoben wurde.
30382 \end_layout
30383
30384 \begin_layout Standard
30385 \begin_inset VSpace bigskip
30386 \end_inset
30387
30388 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30389  gedehnt:
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Dies ist eine Zeile, in der das Wort 
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 raisebox{-
30402 \backslash
30403 depth}{
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \begin_inset Quotes gld
30410 \end_inset
30411
30412 provokant
30413 \begin_inset Quotes grd
30414 \end_inset
30415
30416
30417 \begin_inset ERT
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421
30422 }
30423 \end_layout
30424
30425 \end_inset
30426
30427  nach unten verschoben wurde.
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Dies ist eine Zeile, in der das Wort 
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 raisebox{0.5cm}{
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \begin_inset Quotes gld
30446 \end_inset
30447
30448 testen
30449 \begin_inset Quotes grd
30450 \end_inset
30451
30452
30453 \begin_inset ERT
30454 status collapsed
30455
30456 \begin_layout Plain Layout
30457
30458 }
30459 \end_layout
30460
30461 \end_inset
30462
30463  um 0.5
30464 \begin_inset space \thinspace{}
30465 \end_inset
30466
30467 cm nach oben verschoben wurde.
30468 \end_layout
30469
30470 \begin_layout Standard
30471 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30472 \end_layout
30473
30474 \begin_layout Standard
30475
30476 \series bold
30477
30478 \backslash
30479 raisebox{-
30480 \backslash
30481 depth}[0pt]{
30482 \end_layout
30483
30484 \begin_layout Standard
30485 Dies ist eine Zeile, in der das Wort 
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491
30492 \backslash
30493 raisebox{-
30494 \backslash
30495 depth}[0pt]{
30496 \end_layout
30497
30498 \end_inset
30499
30500
30501 \begin_inset Quotes gld
30502 \end_inset
30503
30504 provokant
30505 \begin_inset Quotes grd
30506 \end_inset
30507
30508
30509 \begin_inset ERT
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513
30514 }
30515 \end_layout
30516
30517 \end_inset
30518
30519  nach unten verschoben wurde.
30520 \end_layout
30521
30522 \begin_layout Standard
30523 Dies ist eine Zeile, in der das Wort 
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529
30530 \backslash
30531 raisebox{0.5cm}[0pt]{
30532 \end_layout
30533
30534 \end_inset
30535
30536
30537 \begin_inset Quotes gld
30538 \end_inset
30539
30540 testen
30541 \begin_inset Quotes grd
30542 \end_inset
30543
30544
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550 }
30551 \end_layout
30552
30553 \end_inset
30554
30555  um 0.5
30556 \begin_inset space \thinspace{}
30557 \end_inset
30558
30559 cm nach oben verschoben wurde.
30560  Jetzt überschneiden sich die verschobenen Worte.
30561 \end_layout
30562
30563 \begin_layout Section
30564 Farbige Boxen
30565 \begin_inset CommandInset label
30566 LatexCommand label
30567 name "abs:Farbige-Boxen"
30568
30569 \end_inset
30570
30571
30572 \begin_inset Index idx
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576 Boxen ! farbige
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \begin_layout Subsection
30585 Text-Hintergrundfarbe
30586 \begin_inset Index idx
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590 Farbe ! für Text-Hintergrund
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \end_layout
30597
30598 \begin_layout Standard
30599 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30600  so genannten 
30601 \begin_inset Quotes gld
30602 \end_inset
30603
30604 colorbox
30605 \begin_inset Quotes grd
30606 \end_inset
30607
30608  stehen.
30609  Dafür muss das LaTeX-Paket 
30610 \series bold
30611 color
30612 \series default
30613
30614 \begin_inset Index idx
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618 LaTeX-Pakete ! color
30619 \end_layout
30620
30621 \end_inset
30622
30623  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30624 \end_layout
30625
30626 \begin_layout Standard
30627
30628 \series bold
30629
30630 \backslash
30631 @ifundefined{textcolor}
30632 \begin_inset Newline newline
30633 \end_inset
30634
30635
30636 \begin_inset Phantom HPhantom
30637 status open
30638
30639 \begin_layout Plain Layout
30640
30641 \series bold
30642 \begin_inset space ~
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \end_inset
30649
30650 {
30651 \backslash
30652 usepackage{color}}{}
30653 \end_layout
30654
30655 \begin_layout Standard
30656 Wenn Sie Text einfärben, lädt LyX das Paket 
30657 \series bold
30658 color
30659 \series default
30660  automatisch.
30661 \begin_inset Foot
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665 Der Befehl 
30666 \series bold
30667
30668 \backslash
30669 @ifundefined
30670 \series default
30671  vermeidet, dass es in diesem Fall doppelt geladen wird.
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \begin_layout Standard
30680 \begin_inset VSpace medskip
30681 \end_inset
30682
30683 Colorboxen werden mit dem Befehl 
30684 \series bold
30685
30686 \backslash
30687 colorbox
30688 \series default
30689  erzeugt:
30690 \end_layout
30691
30692 \begin_layout Standard
30693
30694 \series bold
30695
30696 \backslash
30697 colorbox{Farbe}{Boxinhalt}
30698 \end_layout
30699
30700 \begin_layout Standard
30701 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30702  Boxen sein.
30703 \end_layout
30704
30705 \begin_layout Standard
30706 Die folgenden Farben sind vordefiniert:
30707 \family sans
30708  schwarz
30709 \family default
30710
30711 \family sans
30712 wei
30713 \family default
30714 ß, 
30715 \family sans
30716 rot
30717 \family default
30718 \series bold
30719 ,
30720 \series default
30721  
30722 \family sans
30723 grün
30724 \family default
30725
30726 \family sans
30727 blau
30728 \family default
30729
30730 \family sans
30731 türkis
30732 \family default
30733
30734 \family sans
30735 purpurrot
30736 \family default
30737  und 
30738 \family sans
30739 gelb
30740 \family default
30741 .
30742 \end_layout
30743
30744 \begin_layout Standard
30745 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30746 \begin_inset space ~
30747 \end_inset
30748
30749
30750 \begin_inset CommandInset ref
30751 LatexCommand ref
30752 reference "abs:Farbige-Tabellen"
30753
30754 \end_inset
30755
30756  beschrieben.
30757 \end_layout
30758
30759 \begin_layout Standard
30760 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30761  den TeX-Code-Befehl
30762 \end_layout
30763
30764 \begin_layout Standard
30765
30766 \series bold
30767
30768 \backslash
30769 colorbox{red}{
30770 \end_layout
30771
30772 \begin_layout Standard
30773 vor dem Wort ein.
30774  Hinter dem Wort fügen Sie 
30775 \series bold
30776
30777 \begin_inset Quotes gld
30778 \end_inset
30779
30780 }
30781 \series default
30782
30783 \begin_inset Quotes grd
30784 \end_inset
30785
30786  als TeX-Code ein.
30787  Hier ist das Ergebnis:
30788 \end_layout
30789
30790 \begin_layout Standard
30791 In dieser Zeile hat 
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797
30798 \backslash
30799 colorbox{red}{
30800 \end_layout
30801
30802 \end_inset
30803
30804 Achtung!
30805 \begin_inset ERT
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809
30810 }
30811 \end_layout
30812
30813 \end_inset
30814
30815  einen roten Hintergrund.
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset VSpace bigskip
30820 \end_inset
30821
30822 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30823  
30824 \series bold
30825
30826 \backslash
30827 fcolorbox
30828 \series default
30829  verwenden:
30830 \end_layout
30831
30832 \begin_layout Standard
30833
30834 \series bold
30835
30836 \backslash
30837 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30838 \end_layout
30839
30840 \begin_layout Standard
30841
30842 \series bold
30843
30844 \backslash
30845 fcolorbox
30846 \series default
30847  ist eine Erweiterung von 
30848 \series bold
30849
30850 \backslash
30851 colorbox
30852 \series default
30853 .
30854  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30855  
30856 \series bold
30857
30858 \backslash
30859 fboxrule
30860 \series default
30861  und 
30862 \series bold
30863
30864 \backslash
30865 fboxsep
30866 \series default
30867  gesteuert werden, wie in Abschnitt
30868 \begin_inset space ~
30869 \end_inset
30870
30871
30872 \begin_inset CommandInset ref
30873 LatexCommand ref
30874 reference "uab:Verzierung"
30875
30876 \end_inset
30877
30878  beschrieben.
30879 \end_layout
30880
30881 \begin_layout Standard
30882 Für das folgende Beispiel wurde der Befehl
30883 \end_layout
30884
30885 \begin_layout Standard
30886
30887 \series bold
30888
30889 \backslash
30890 fcolorbox{cyan}{magenta}{
30891 \end_layout
30892
30893 \begin_layout Standard
30894 benutzt.
30895  Hier wurden die Rahmendicke und der Abstand auf 1
30896 \begin_inset space \thinspace{}
30897 \end_inset
30898
30899 mm gesetzt:
30900 \begin_inset Newline newline
30901 \end_inset
30902
30903
30904 \begin_inset ERT
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908
30909
30910 \backslash
30911 fboxrule 1mm 
30912 \backslash
30913 fboxsep 1mm
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 fcolorbox{cyan}{green}{
30927 \end_layout
30928
30929 \end_inset
30930
30931 Dies ist Text in einer farbigen, gerahmten Box.
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937 }
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 \begin_inset VSpace bigskip
30947 \end_inset
30948
30949 Natürlich gibt es auch farbigen Text in einer Colorbox:
30950 \begin_inset Newline newline
30951 \end_inset
30952
30953
30954 \begin_inset ERT
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958
30959
30960 \backslash
30961 fcolorbox{cyan}{green}{
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \color yellow
30968 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30969 \color none
30970
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976 }
30977 \end_layout
30978
30979 \end_inset
30980
30981
30982 \begin_inset ERT
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986
30987
30988 \backslash
30989 fboxrule 0.4pt 
30990 \backslash
30991 fboxsep 3pt
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \end_layout
30998
30999 \begin_layout Standard
31000 \begin_inset VSpace bigskip
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset Note Greyedout
31008 status open
31009
31010 \begin_layout Plain Layout
31011 \noindent
31012
31013 \series bold
31014 Bemerkung:
31015 \series default
31016  Text in Colorboxen kann nicht umgebrochen werden.
31017  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
31018  wie im folgenden beschrieben.
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Subsection
31027 Farbe für Absätze
31028 \begin_inset CommandInset label
31029 LatexCommand label
31030 name "uab:Farbe-für-Absätze"
31031
31032 \end_inset
31033
31034
31035 \begin_inset Index idx
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039 Farbe ! für Absätze
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
31049  den Text in eine Minipage stellen.
31050  Vor der Minipage fügen Sie den TeX-Code-Befehl
31051 \end_layout
31052
31053 \begin_layout Standard
31054
31055 \series bold
31056
31057 \backslash
31058 colorbox{color}{
31059 \end_layout
31060
31061 \begin_layout Standard
31062 ein.
31063  Hinter der Minipage fügen Sie 
31064 \series bold
31065
31066 \begin_inset Quotes gld
31067 \end_inset
31068
31069 }
31070 \series default
31071
31072 \begin_inset Quotes grd
31073 \end_inset
31074
31075  als TeX-Code ein.
31076 \end_layout
31077
31078 \begin_layout Standard
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084
31085 \backslash
31086 colorbox{hellgrau}{
31087 \end_layout
31088
31089 \end_inset
31090
31091
31092 \begin_inset Box Frameless
31093 position "t"
31094 hor_pos "c"
31095 has_inner_box 1
31096 inner_pos "t"
31097 use_parbox 0
31098 use_makebox 0
31099 width "100col%"
31100 special "none"
31101 height "1in"
31102 height_special "totalheight"
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106 Dies ist Text mit einer Hintergrundfarbe.
31107  Dies ist Text mit einer Hintergrundfarbe.
31108 \end_layout
31109
31110 \begin_layout Plain Layout
31111 Der Text kann Fußnoten
31112 \begin_inset Foot
31113 status open
31114
31115 \begin_layout Plain Layout
31116 Eine weitere Fußnote
31117 \end_layout
31118
31119 \end_inset
31120
31121  und Tabellen und Abbildungen enthalten.
31122 \end_layout
31123
31124 \begin_layout Plain Layout
31125 \align center
31126 \begin_inset Tabular
31127 <lyxtabular version="3" rows="3" columns="3">
31128 <features tabularvalignment="middle">
31129 <column alignment="center" valignment="top" width="0">
31130 <column alignment="center" valignment="top" width="0">
31131 <column alignment="center" valignment="top" width="0">
31132 <row>
31133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31134 \begin_inset Text
31135
31136 \begin_layout Plain Layout
31137 a
31138 \end_layout
31139
31140 \end_inset
31141 </cell>
31142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31143 \begin_inset Text
31144
31145 \begin_layout Plain Layout
31146 !
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31152 \begin_inset Text
31153
31154 \begin_layout Plain Layout
31155 3
31156 \end_layout
31157
31158 \end_inset
31159 </cell>
31160 </row>
31161 <row>
31162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31163 \begin_inset Text
31164
31165 \begin_layout Plain Layout
31166 <
31167 \end_layout
31168
31169 \end_inset
31170 </cell>
31171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31172 \begin_inset Text
31173
31174 \begin_layout Plain Layout
31175 b2
31176 \begin_inset Quotes erd
31177 \end_inset
31178
31179 |
31180 \end_layout
31181
31182 \end_inset
31183 </cell>
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Plain Layout
31188 >
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 </row>
31194 <row>
31195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 1
31200 \end_layout
31201
31202 \end_inset
31203 </cell>
31204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31205 \begin_inset Text
31206
31207 \begin_layout Plain Layout
31208 §
31209 \end_layout
31210
31211 \end_inset
31212 </cell>
31213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31214 \begin_inset Text
31215
31216 \begin_layout Plain Layout
31217 c
31218 \end_layout
31219
31220 \end_inset
31221 </cell>
31222 </row>
31223 </lyxtabular>
31224
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \begin_inset ERT
31234 status collapsed
31235
31236 \begin_layout Plain Layout
31237
31238 }
31239 \end_layout
31240
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \begin_layout Section
31247 Rotierte und skalierte Boxen
31248 \end_layout
31249
31250 \begin_layout Standard
31251 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
31252 \series bold
31253 graphicx
31254 \series default
31255
31256 \begin_inset Index idx
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260 LaTeX-Pakete ! graphicx
31261 \end_layout
31262
31263 \end_inset
31264
31265  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
31266 \end_layout
31267
31268 \begin_layout Standard
31269
31270 \series bold
31271
31272 \backslash
31273 @ifundefined{rotatebox}
31274 \begin_inset Newline newline
31275 \end_inset
31276
31277
31278 \begin_inset Phantom HPhantom
31279 status open
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 \begin_inset space ~
31285 \end_inset
31286
31287
31288 \end_layout
31289
31290 \end_inset
31291
31292 {
31293 \backslash
31294 usepackage{graphicx}}{}
31295 \end_layout
31296
31297 \begin_layout Standard
31298 \begin_inset Note Greyedout
31299 status open
31300
31301 \begin_layout Plain Layout
31302
31303 \series bold
31304 Bemerkung:
31305 \series default
31306  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
31307  darstellen.
31308  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \end_layout
31315
31316 \begin_layout Standard
31317 \begin_inset Note Greyedout
31318 status open
31319
31320 \begin_layout Plain Layout
31321
31322 \series bold
31323 Bemerkung:
31324 \series default
31325  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Subsection
31334 Rotierte Boxen
31335 \begin_inset Index idx
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339 Boxen ! rotierte
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset Index idx
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 Rotiertes Material
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \begin_inset Index idx
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359 Abbildungen ! rotierte
31360 \end_layout
31361
31362 \end_inset
31363
31364
31365 \begin_inset Index idx
31366 status collapsed
31367
31368 \begin_layout Plain Layout
31369 Tabellen ! rotierte
31370 \end_layout
31371
31372 \end_inset
31373
31374
31375 \end_layout
31376
31377 \begin_layout Standard
31378 Um Text zu drehen, verwendet man den Befehl 
31379 \series bold
31380
31381 \backslash
31382 rotatebox
31383 \series default
31384  im TeX-Code nach folgendem Schema:
31385 \end_layout
31386
31387 \begin_layout Standard
31388
31389 \series bold
31390
31391 \backslash
31392 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31393 \end_layout
31394
31395 \begin_layout Standard
31396 Der Drehpunkt wird mit 
31397 \series bold
31398 origin=Position
31399 \series default
31400  angegeben.
31401  Folgende Positionen sind möglich: 
31402 \emph on
31403 c
31404 \emph default
31405  (mittig), 
31406 \emph on
31407 l
31408 \emph default
31409  (links), 
31410 \emph on
31411 r
31412 \emph default
31413  (rechts), 
31414 \emph on
31415 b
31416 \emph default
31417  (unten), 
31418 \emph on
31419 t
31420 \emph default
31421  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31422  Z.
31423 \begin_inset space \thinspace{}
31424 \end_inset
31425
31426 B.
31427  bedeutet 
31428 \emph on
31429 lt
31430 \emph default
31431 , dass sich der Drehpunkt links oben befindet.
31432  Wird kein Drehpunkt angegeben, wird die Position 
31433 \emph on
31434 l
31435 \emph default
31436  verwendet.
31437  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31438  Gedreht wird gegen den Uhrzeigersinn.
31439 \end_layout
31440
31441 \begin_layout Standard
31442 Im folgenden Beispiel wurde vor dem Text der Befehl 
31443 \series bold
31444
31445 \backslash
31446 rotatebox[origin=c]{60}{
31447 \series default
31448  im TeX-Modus eingegeben.
31449  Nach dem Text wurde die schließende Klammer 
31450 \series bold
31451 }
31452 \series default
31453  wiederum im TeX-Modus eingegeben.
31454 \end_layout
31455
31456 \begin_layout Standard
31457 Dies ist eine Zeile 
31458 \begin_inset ERT
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462
31463
31464 \backslash
31465 rotatebox[origin=c]{60}{
31466 \end_layout
31467
31468 \end_inset
31469
31470 mit rotiertem
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476 }
31477 \end_layout
31478
31479 \end_inset
31480
31481  Text.
31482 \end_layout
31483
31484 \begin_layout Standard
31485 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
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=r]{-60}{
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \begin_inset Box Doublebox
31504 position "c"
31505 hor_pos "c"
31506 has_inner_box 0
31507 inner_pos "c"
31508 use_parbox 0
31509 use_makebox 0
31510 width "1in"
31511 special "width"
31512 height "1in"
31513 height_special "totalheight"
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517 mit rotiertem
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \begin_inset ERT
31524 status collapsed
31525
31526 \begin_layout Plain Layout
31527
31528 }
31529 \end_layout
31530
31531 \end_inset
31532
31533  umrandeten Text 
31534 \begin_inset ERT
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538
31539
31540 \backslash
31541 rotatebox[origin=lb]{60}{
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31548 \end_inset
31549
31550
31551 \begin_inset ERT
31552 status collapsed
31553
31554 \begin_layout Plain Layout
31555
31556 }
31557 \end_layout
31558
31559 \end_inset
31560
31561  und einer Formel.
31562 \end_layout
31563
31564 \begin_layout Standard
31565 Oder ein Bild oder Tabelle:
31566 \end_layout
31567
31568 \begin_layout Standard
31569 Dies ist eine Zeile 
31570 \begin_inset ERT
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574
31575
31576 \backslash
31577 rotatebox[origin=lb]{90}{
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \begin_inset Graphics
31584         filename ../clipart/platypus.eps
31585         lyxscale 50
31586         width 25col%
31587
31588 \end_inset
31589
31590
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596 }
31597 \end_layout
31598
31599 \end_inset
31600
31601  mit einem rotierten Bild 
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607
31608 \backslash
31609 rotatebox[origin=l]{-90}{
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \begin_inset Tabular
31616 <lyxtabular version="3" rows="2" columns="2">
31617 <features tabularvalignment="middle">
31618 <column alignment="center" valignment="top" width="0">
31619 <column alignment="center" valignment="top" width="0">
31620 <row>
31621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 q
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31631 \begin_inset Text
31632
31633 \begin_layout Plain Layout
31634 w
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 <row>
31641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645 e
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654 r
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 </row>
31660 </lyxtabular>
31661
31662 \end_inset
31663
31664
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670 }
31671 \end_layout
31672
31673 \end_inset
31674
31675  und Tabelle.
31676 \end_layout
31677
31678 \begin_layout Subsection
31679 Skalierte Boxen
31680 \begin_inset Index idx
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 Boxen ! skalierte
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \begin_inset Index idx
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694 Skaliertes Material
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \begin_inset Index idx
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704 Abbildungen ! skalierte
31705 \end_layout
31706
31707 \end_inset
31708
31709
31710 \begin_inset Index idx
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714 Tabellen ! skalierte
31715 \end_layout
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Standard
31723 Um Text zu skalieren, kann man die Befehle 
31724 \series bold
31725
31726 \backslash
31727 scalebox
31728 \series default
31729  und 
31730 \series bold
31731
31732 \backslash
31733 resizebox
31734 \series default
31735  im TeX-Modus verwenden.
31736 \end_layout
31737
31738 \begin_layout Standard
31739
31740 \series bold
31741
31742 \backslash
31743 scalebox
31744 \series default
31745  wird nach folgendem Schema verwendet:
31746 \end_layout
31747
31748 \begin_layout Standard
31749
31750 \series bold
31751
31752 \backslash
31753 scalebox{horizontal}[vertikal]{Boxinhalt}
31754 \end_layout
31755
31756 \begin_layout Standard
31757 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31758  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31759  verwendet.
31760 \end_layout
31761
31762 \begin_layout Standard
31763 Z.
31764 \begin_inset space \thinspace{}
31765 \end_inset
31766
31767 B.
31768  ergibt der Befehl 
31769 \series bold
31770
31771 \backslash
31772 scalebox{2}{Hallo}
31773 \series default
31774  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31775 \begin_inset ERT
31776 status collapsed
31777
31778 \begin_layout Plain Layout
31779
31780
31781 \backslash
31782 scalebox{2}{
31783 \end_layout
31784
31785 \end_inset
31786
31787 Hallo
31788 \begin_inset ERT
31789 status collapsed
31790
31791 \begin_layout Plain Layout
31792
31793 }
31794 \end_layout
31795
31796 \end_inset
31797
31798 .
31799 \end_layout
31800
31801 \begin_layout Standard
31802
31803 \series bold
31804
31805 \backslash
31806 scalebox{2}[1]{Hallo}
31807 \series default
31808  verzerrt hingegen das 
31809 \begin_inset ERT
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813
31814
31815 \backslash
31816 scalebox{2}[1]{
31817 \end_layout
31818
31819 \end_inset
31820
31821 Hallo
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827 }
31828 \end_layout
31829
31830 \end_inset
31831
31832 .
31833 \end_layout
31834
31835 \begin_layout Standard
31836 Die Skalierungsfaktoren dürfen auch negativ sein.
31837  In diesem Fall wird der Boxinhalt gespiegelt.
31838 \end_layout
31839
31840 \begin_layout Standard
31841 Daher lässt sich mit dem Befehl 
31842 \series bold
31843
31844 \backslash
31845 scalebox{-1}[1]{Hallo}
31846 \series default
31847  Spiegelschrift erstellen: 
31848 \begin_inset ERT
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852
31853
31854 \backslash
31855 scalebox{-1}[1]{
31856 \end_layout
31857
31858 \end_inset
31859
31860 Hallo
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866 }
31867 \end_layout
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \begin_layout Standard
31875
31876 \series bold
31877
31878 \backslash
31879 scalebox{1}[-1]{Hallo}
31880 \series default
31881  spiegelt das 
31882 \begin_inset ERT
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886
31887
31888 \backslash
31889 scalebox{1}[-1]{
31890 \end_layout
31891
31892 \end_inset
31893
31894 Hallo
31895 \begin_inset ERT
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899
31900 }
31901 \end_layout
31902
31903 \end_inset
31904
31905  an der Grundlinie.
31906 \end_layout
31907
31908 \begin_layout Standard
31909 Zu 
31910 \series bold
31911
31912 \backslash
31913 scalebox{-1}[1]{Boxinhalt}
31914 \series default
31915  gibt es den äquivalenten Befehl
31916 \begin_inset Newline newline
31917 \end_inset
31918
31919
31920 \series bold
31921
31922 \backslash
31923 reflectbox{Boxinhalt}
31924 \series default
31925 .
31926 \end_layout
31927
31928 \begin_layout Standard
31929 \begin_inset VSpace bigskip
31930 \end_inset
31931
31932
31933 \series bold
31934
31935 \backslash
31936 resizebox
31937 \series default
31938  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31939  skalieren.
31940  Das Befehlsschema ist folgendes:
31941 \end_layout
31942
31943 \begin_layout Standard
31944
31945 \series bold
31946
31947 \backslash
31948 resizebox{Breite}{Höhe}{Boxinhalt}
31949 \end_layout
31950
31951 \begin_layout Standard
31952 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31953 \series bold
31954 !
31955 \series default
31956  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31957  wird.
31958 \end_layout
31959
31960 \begin_layout Standard
31961 Der Befehl 
31962 \series bold
31963
31964 \backslash
31965 resizebox{2cm}{1cm}{Hallo}
31966 \series default
31967  ergibt: 
31968 \begin_inset ERT
31969 status collapsed
31970
31971 \begin_layout Plain Layout
31972
31973
31974 \backslash
31975 resizebox{2cm}{1cm}{
31976 \end_layout
31977
31978 \end_inset
31979
31980 Hallo
31981 \begin_inset ERT
31982 status collapsed
31983
31984 \begin_layout Plain Layout
31985
31986 }
31987 \end_layout
31988
31989 \end_inset
31990
31991
31992 \begin_inset Newline newline
31993 \end_inset
31994
31995 Der Befehl 
31996 \series bold
31997
31998 \backslash
31999 resizebox{2cm}{!}{Hallo}
32000 \series default
32001  ergibt: 
32002 \begin_inset ERT
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006
32007
32008 \backslash
32009 resizebox{2cm}{!}{
32010 \end_layout
32011
32012 \end_inset
32013
32014 Hallo
32015 \begin_inset ERT
32016 status collapsed
32017
32018 \begin_layout Plain Layout
32019
32020 }
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Standard
32029 \begin_inset VSpace bigskip
32030 \end_inset
32031
32032
32033 \begin_inset Note Greyedout
32034 status open
32035
32036 \begin_layout Plain Layout
32037
32038 \series bold
32039 Bemerkung:
32040 \series default
32041  Wurde in Argumenten von 
32042 \series bold
32043
32044 \backslash
32045 scalebox
32046 \series default
32047  oder 
32048 \series bold
32049
32050 \backslash
32051 resizebox
32052 \series default
32053  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
32054  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
32055  werden.
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 \begin_inset VSpace bigskip
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 Alle Boxen können beliebig miteinander kombiniert werden.
32072  So ergibt z.
32073 \begin_inset space \thinspace{}
32074 \end_inset
32075
32076 B.
32077  der Befehl
32078 \begin_inset Newline newline
32079 \end_inset
32080
32081
32082 \series bold
32083
32084 \backslash
32085 rotatebox[origin=c]{-45}{
32086 \backslash
32087 resizebox{2cm}{!}{
32088 \backslash
32089 reflectbox{Hallo}}}
32090 \series default
32091 :
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \align center
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101
32102 \backslash
32103 rotatebox[origin=c]{-45}{
32104 \backslash
32105 resizebox{2cm}{!}{
32106 \backslash
32107 reflectbox{
32108 \end_layout
32109
32110 \end_inset
32111
32112 Hallo
32113 \begin_inset ERT
32114 status collapsed
32115
32116 \begin_layout Plain Layout
32117
32118 }}}
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Standard
32127 \noindent
32128 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \align center
32133 \begin_inset ERT
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137
32138
32139 \backslash
32140 rotatebox[origin=c]{-30}{
32141 \backslash
32142 resizebox{2cm}{!}{
32143 \backslash
32144 reflectbox{
32145 \end_layout
32146
32147 \end_inset
32148
32149
32150 \begin_inset Graphics
32151         filename ../clipart/platypus.eps
32152         lyxscale 50
32153         width 25col%
32154
32155 \end_inset
32156
32157
32158 \begin_inset ERT
32159 status collapsed
32160
32161 \begin_layout Plain Layout
32162
32163 }}}
32164 \end_layout
32165
32166 \end_inset
32167
32168
32169 \begin_inset ERT
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173
32174
32175 \backslash
32176 rotatebox[origin=c]{-45}{
32177 \backslash
32178 resizebox{2cm}{!}{
32179 \backslash
32180 reflectbox{
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \begin_inset Tabular
32187 <lyxtabular version="3" rows="2" columns="2">
32188 <features tabularvalignment="middle">
32189 <column alignment="center" valignment="top" width="0">
32190 <column alignment="center" valignment="top" width="0">
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196 q
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 w
32206 \end_layout
32207
32208 \end_inset
32209 </cell>
32210 </row>
32211 <row>
32212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216 e
32217 \end_layout
32218
32219 \end_inset
32220 </cell>
32221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225 r
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 </row>
32231 </lyxtabular>
32232
32233 \end_inset
32234
32235
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240
32241 }}}
32242 \end_layout
32243
32244 \end_inset
32245
32246
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 rotatebox[origin=c]{-45}{
32255 \backslash
32256 resizebox{2cm}{!}{
32257 \backslash
32258 reflectbox{
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \begin_inset Formula $\int A\,\mathrm{d}x=B$
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 \end_layout
32280
32281 \begin_layout Standard
32282 Hat man den globalen Formelstil 
32283 \series bold
32284 fleqn
32285 \series default
32286
32287 \begin_inset Foot
32288 status collapsed
32289
32290 \begin_layout Plain Layout
32291 Wenn 
32292 \begin_inset Quotes gld
32293 \end_inset
32294
32295 fleqn
32296 \begin_inset Quotes grd
32297 \end_inset
32298
32299  zu den Dokumentklassen-Optionen hinzugefügt wurde.
32300 \end_layout
32301
32302 \end_inset
32303
32304  gewählt, kann man auch abgesetzte Formeln skalieren.
32305 \end_layout
32306
32307 \begin_layout Chapter
32308 Umflossene Objekte
32309 \begin_inset Index idx
32310 status collapsed
32311
32312 \begin_layout Plain Layout
32313 Umflossene Objekte
32314 \end_layout
32315
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Section
32322 Umflossene Gleitobjekte
32323 \begin_inset CommandInset label
32324 LatexCommand label
32325 name "sec:Umflossene-Gleitobjekte"
32326
32327 \end_inset
32328
32329
32330 \begin_inset Index idx
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334 Gleitobjekte ! umflossene
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \begin_inset Index idx
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344 Umflossene Objekte ! Gleitobjekte
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \begin_layout Standard
32353 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
32354  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
32355  den die Abbildung bzw.
32356 \begin_inset space ~
32357 \end_inset
32358
32359 Tabelle übrig lässt.
32360  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
32361  Sie werden über das Menü
32362 \family sans
32363  Einfügen\SpecialChar \menuseparator
32364 Gleitobjekt\SpecialChar \menuseparator
32365 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
32366 objekt
32367 \family default
32368  eingefügt, wenn das LaTeX-Paket 
32369 \series bold
32370 wrapfig
32371 \series default
32372
32373 \begin_inset Index idx
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377 LaTeX-Pakete ! wrapfig
32378 \begin_inset ERT
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382
32383
32384 \backslash
32385 vspace{4mm}
32386 \end_layout
32387
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \end_inset
32394
32395  installiert ist.
32396 \begin_inset Foot
32397 status collapsed
32398
32399 \begin_layout Plain Layout
32400 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
32401 \emph on
32402 LaTeX-Konfiguration
32403 \emph default
32404  beschrieben.
32405 \end_layout
32406
32407 \end_inset
32408
32409  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
32410  Box des Gleitobjekts geändert werden.
32411  
32412 \begin_inset Wrap figure
32413 lines 0
32414 placement l
32415 overhang 1cm
32416 width "40col%"
32417 status open
32418
32419 \begin_layout Plain Layout
32420 \begin_inset Graphics
32421         filename ../clipart/mobius.eps
32422         width 40col%
32423         scaleBeforeRotation
32424         rotateOrigin center
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Plain Layout
32432 \begin_inset Caption
32433
32434 \begin_layout Plain Layout
32435 \begin_inset CommandInset label
32436 LatexCommand label
32437 name "abb:Dies-ist-eine"
32438
32439 \end_inset
32440
32441 Dies ist eine umflossene Gleitobjekt-Abbildung
32442 \end_layout
32443
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \end_inset
32450
32451  Obligatorische Einstellungen sind die 
32452 \family sans
32453 Breite
32454 \family default
32455  und 
32456 \family sans
32457 Platzierung
32458 \family default
32459  des Gleitobjekts.
32460  Optional sind der 
32461 \family sans
32462 Überhang 
32463 \family default
32464 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
32465 \begin_inset space \thinspace{}
32466 \end_inset
32467
32468 /
32469 \begin_inset space \thinspace{}
32470 \end_inset
32471
32472 der Seite ragt und die 
32473 \family sans
32474 benötigten Zeilen
32475 \family default
32476 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
32477  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
32478  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
32479  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
32480  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
32481  zu lassen.
32482  Abbildung
32483 \begin_inset space ~
32484 \end_inset
32485
32486
32487 \begin_inset CommandInset ref
32488 LatexCommand ref
32489 reference "abb:Dies-ist-eine"
32490
32491 \end_inset
32492
32493  ist zum Beispiel ein umflossenes Bild, das 40
32494 \begin_inset space \thinspace{}
32495 \end_inset
32496
32497 % der Spaltenbreite einnimmt, 1
32498 \begin_inset space \thinspace{}
32499 \end_inset
32500
32501 cm in den Rand ragt und links gesetzt wurde.
32502 \end_layout
32503
32504 \begin_layout Standard
32505 \begin_inset Note Greyedout
32506 status open
32507
32508 \begin_layout Plain Layout
32509
32510 \series bold
32511 Bemerkung:
32512 \series default
32513  Umflossene Objekte sind fragil! Wenn die Abbildung z.
32514 \begin_inset space \thinspace{}
32515 \end_inset
32516
32517 B.
32518  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
32519  oder über anderen Text gedruckt wird.
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Standard
32528 Allgemein gilt für umflossene Gleitobjekte:
32529 \end_layout
32530
32531 \begin_layout Itemize
32532 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
32533  fortgesetzt werden.
32534  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
32535  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
32536 \end_layout
32537
32538 \begin_layout Itemize
32539 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
32540  werden oder darin.
32541 \end_layout
32542
32543 \begin_layout Itemize
32544 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
32545  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
32546 \end_layout
32547
32548 \begin_layout Itemize
32549 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
32550 \end_layout
32551
32552 \begin_layout Itemize
32553 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
32554 \begin_inset space \thinspace{}
32555 \end_inset
32556
32557
32558 \begin_inset CommandInset ref
32559 LatexCommand ref
32560 reference "chap:Gleitobjekte"
32561
32562 \end_inset
32563
32564  beschrieben.
32565 \end_layout
32566
32567 \begin_layout Section
32568 Umflossene Fixe Objekte
32569 \begin_inset Index idx
32570 status collapsed
32571
32572 \begin_layout Plain Layout
32573 Umflossene Objekte ! Fixe Objekte
32574 \end_layout
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 Die in Abschnitt
32583 \begin_inset space ~
32584 \end_inset
32585
32586
32587 \begin_inset CommandInset ref
32588 LatexCommand ref
32589 reference "sec:Umflossene-Gleitobjekte"
32590
32591 \end_inset
32592
32593  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
32594 \end_layout
32595
32596 \begin_layout Standard
32597 \noindent
32598 \align center
32599 \begin_inset Tabular
32600 <lyxtabular version="3" rows="2" columns="2">
32601 <features tabularvalignment="middle">
32602 <column alignment="center" valignment="top" width="0">
32603 <column alignment="center" valignment="top" width="0">
32604 <row>
32605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609 \begin_inset Graphics
32610         filename ../../images/dialog-show-new-inset_graphics.png
32611         scale 70
32612         scaleBeforeRotation
32613         BoundingBox 0bp 6bp 22bp 22bp
32614
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32623 \begin_inset Text
32624
32625 \begin_layout Plain Layout
32626 Text
32627 \end_layout
32628
32629 \end_inset
32630 </cell>
32631 </row>
32632 <row>
32633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 Text
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646 Text
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 </row>
32652 </lyxtabular>
32653
32654 \end_inset
32655
32656  oder 
32657 \begin_inset Tabular
32658 <lyxtabular version="3" rows="2" columns="2">
32659 <features tabularvalignment="middle">
32660 <column alignment="center" valignment="top" width="0">
32661 <column alignment="center" valignment="top" width="0">
32662 <row>
32663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32664 \begin_inset Text
32665
32666 \begin_layout Plain Layout
32667 Text
32668 \end_layout
32669
32670 \end_inset
32671 </cell>
32672 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 \begin_inset Graphics
32677         filename ../../images/dialog-show-new-inset_graphics.png
32678         scale 70
32679         scaleBeforeRotation
32680         BoundingBox 0bp 6bp 22bp 22bp
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 </row>
32690 <row>
32691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695 Text
32696 \end_layout
32697
32698 \end_inset
32699 </cell>
32700 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32701 \begin_inset Text
32702
32703 \begin_layout Plain Layout
32704 Text
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 </lyxtabular>
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Standard
32718 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
32719  wurde, um z.
32720 \begin_inset space \thinspace{}
32721 \end_inset
32722
32723 B.
32724  solche Positionen zu erhalten:
32725 \begin_inset VSpace defskip
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \begin_layout Standard
32732 \noindent
32733 \align center
32734 \begin_inset Tabular
32735 <lyxtabular version="3" rows="2" columns="2">
32736 <features tabularvalignment="middle">
32737 <column alignment="center" valignment="top" width="0">
32738 <column alignment="center" valignment="top" width="0">
32739 <row>
32740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32741 \begin_inset Text
32742
32743 \begin_layout Plain Layout
32744 Text
32745 \end_layout
32746
32747 \end_inset
32748 </cell>
32749 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 Text
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 </row>
32759 <row>
32760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 \begin_inset Graphics
32765         filename ../../images/dialog-show-new-inset_graphics.png
32766         scale 70
32767         scaleBeforeRotation
32768         BoundingBox 0bp 6bp 22bp 22bp
32769
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 Text
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 </row>
32787 </lyxtabular>
32788
32789 \end_inset
32790
32791  
32792 \begin_inset Tabular
32793 <lyxtabular version="3" rows="2" columns="2">
32794 <features tabularvalignment="middle">
32795 <column alignment="center" valignment="top" width="0">
32796 <column alignment="center" valignment="top" width="0">
32797 <row>
32798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32799 \begin_inset Text
32800
32801 \begin_layout Plain Layout
32802 Text
32803 \end_layout
32804
32805 \end_inset
32806 </cell>
32807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32808 \begin_inset Text
32809
32810 \begin_layout Plain Layout
32811 Text
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 </row>
32817 <row>
32818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 Text
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 \begin_inset Graphics
32832         filename ../../images/dialog-show-new-inset_graphics.png
32833         scale 70
32834         scaleBeforeRotation
32835         BoundingBox 0bp 6bp 22bp 22bp
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 </lyxtabular>
32846
32847 \end_inset
32848
32849  
32850 \begin_inset Tabular
32851 <lyxtabular version="3" rows="2" columns="3">
32852 <features tabularvalignment="middle">
32853 <column alignment="center" valignment="top" width="0">
32854 <column alignment="center" valignment="top" width="0">
32855 <column alignment="center" valignment="top" width="0">
32856 <row>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 Text
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 <cell alignment="center" valignment="top" topline="true" usebox="none">
32867 \begin_inset Text
32868
32869 \begin_layout Plain Layout
32870 \begin_inset Graphics
32871         filename ../../images/dialog-show-new-inset_graphics.png
32872         scale 70
32873         scaleBeforeRotation
32874         BoundingBox 0bp 6bp 22bp 22bp
32875
32876 \end_inset
32877
32878
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 Text
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row>
32894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 Text
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 Text
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 Text
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 </row>
32922 </lyxtabular>
32923
32924 \end_inset
32925
32926  
32927 \begin_inset Tabular
32928 <lyxtabular version="3" rows="2" columns="3">
32929 <features tabularvalignment="middle">
32930 <column alignment="center" valignment="top" width="0">
32931 <column alignment="center" valignment="top" width="0">
32932 <column alignment="center" valignment="top" width="0">
32933 <row>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 Text
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 <cell alignment="center" valignment="top" topline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 Text
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 Text
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 </row>
32962 <row>
32963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 Text
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 \begin_inset Graphics
32977         filename ../../images/dialog-show-new-inset_graphics.png
32978         scale 70
32979         scaleBeforeRotation
32980         BoundingBox 0bp 6bp 22bp 22bp
32981
32982 \end_inset
32983
32984
32985 \end_layout
32986
32987 \end_inset
32988 </cell>
32989 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32990 \begin_inset Text
32991
32992 \begin_layout Plain Layout
32993 Text
32994 \end_layout
32995
32996 \end_inset
32997 </cell>
32998 </row>
32999 </lyxtabular>
33000
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \begin_layout Standard
33007 \noindent
33008 \align center
33009 \begin_inset Tabular
33010 <lyxtabular version="3" rows="3" columns="2">
33011 <features tabularvalignment="middle">
33012 <column alignment="center" valignment="top" width="0">
33013 <column alignment="center" valignment="top" width="0">
33014 <row>
33015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33016 \begin_inset Text
33017
33018 \begin_layout Plain Layout
33019 Text
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028 Text
33029 \end_layout
33030
33031 \end_inset
33032 </cell>
33033 </row>
33034 <row>
33035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33036 \begin_inset Text
33037
33038 \begin_layout Plain Layout
33039 \begin_inset Graphics
33040         filename ../../images/dialog-show-new-inset_graphics.png
33041         scale 70
33042         scaleBeforeRotation
33043         BoundingBox 0bp 6bp 22bp 22bp
33044
33045 \end_inset
33046
33047
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 Text
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 Text
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 Text
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 </lyxtabular>
33083
33084 \end_inset
33085
33086  
33087 \begin_inset Tabular
33088 <lyxtabular version="3" rows="3" columns="3">
33089 <features tabularvalignment="middle">
33090 <column alignment="center" valignment="top" width="0">
33091 <column alignment="center" valignment="top" width="0">
33092 <column alignment="center" valignment="top" width="0">
33093 <row>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 Text
33099 \end_layout
33100
33101 \end_inset
33102 </cell>
33103 <cell alignment="center" valignment="top" topline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107 Text
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33113 \begin_inset Text
33114
33115 \begin_layout Plain Layout
33116 Text
33117 \end_layout
33118
33119 \end_inset
33120 </cell>
33121 </row>
33122 <row>
33123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 Text
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 \begin_inset Graphics
33137         filename ../../images/dialog-show-new-inset_graphics.png
33138         scale 70
33139         scaleBeforeRotation
33140         BoundingBox 0bp 6bp 22bp 22bp
33141
33142 \end_inset
33143
33144
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153 Text
33154 \end_layout
33155
33156 \end_inset
33157 </cell>
33158 </row>
33159 <row>
33160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164 Text
33165 \end_layout
33166
33167 \end_inset
33168 </cell>
33169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33170 \begin_inset Text
33171
33172 \begin_layout Plain Layout
33173 Text
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 Text
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 </lyxtabular>
33189
33190 \end_inset
33191
33192  
33193 \begin_inset Tabular
33194 <lyxtabular version="3" rows="3" columns="2">
33195 <features tabularvalignment="middle">
33196 <column alignment="center" valignment="top" width="0">
33197 <column alignment="center" valignment="top" width="0">
33198 <row>
33199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33200 \begin_inset Text
33201
33202 \begin_layout Plain Layout
33203 Text
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212 Text
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 </row>
33218 <row>
33219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 Text
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232 \begin_inset Graphics
33233         filename ../../images/dialog-show-new-inset_graphics.png
33234         scale 70
33235         scaleBeforeRotation
33236         BoundingBox 0bp 6bp 22bp 22bp
33237
33238 \end_inset
33239
33240
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 Text
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 Text
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 </lyxtabular>
33267
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \begin_layout Standard
33274 \noindent
33275 kann man das LaTeX-Paket 
33276 \series bold
33277 picinpar
33278 \series default
33279
33280 \begin_inset Index idx
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284 LaTeX-Pakete ! picinpar
33285 \end_layout
33286
33287 \end_inset
33288
33289  benutzen.
33290  Hier ist ein Beispiel:
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \begin_inset ERT
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298
33299
33300 \backslash
33301 ifpicinpar
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \begin_inset Note Note
33308 status open
33309
33310 \begin_layout Plain Layout
33311 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33312 \series bold
33313 picinpar
33314 \series default
33315  installiert ist.
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \begin_layout Standard
33324 \begin_inset ERT
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328
33329
33330 \backslash
33331 begin{window}[2,c,{
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \begin_inset Graphics
33338         filename ../clipart/mobius.eps
33339         lyxscale 60
33340         width 40col%
33341         scaleBeforeRotation
33342         rotateOrigin center
33343
33344 \end_inset
33345
33346
33347 \begin_inset ERT
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351
33352 },]
33353 \end_layout
33354
33355 \begin_layout Plain Layout
33356
33357 {}
33358 \end_layout
33359
33360 \end_inset
33361
33362
33363 \size small
33364 \lang english
33365 It was in the spring of the year 1894 that all London was interested, and
33366  the fashionable world dismayed, by the murder of the Honourable Ronald
33367  Adair under most unusual and inexplicable circumstances.
33368  The public has already learned those particulars of the crime which
33369 \size default
33370
33371 \begin_inset ERT
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375
33376
33377 \backslash
33378 footnotemark{}
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \size small
33385  came out in the police investigation, but a good deal was suppressed upon
33386  that occasion, since the case for the prosecution was so overwhelmingly
33387  strong that it was not necessary to bring forward all the facts.
33388  Only now, at the end of nearly ten years, am I allowed to supply those
33389  missing links which make up the whole of that remarkable chain.
33390 \size default
33391 \lang ngerman
33392
33393 \begin_inset ERT
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397
33398
33399 \backslash
33400 end{window}
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \begin_layout Standard
33409 \begin_inset ERT
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413
33414
33415 \backslash
33416 footnotetext{
33417 \end_layout
33418
33419 \end_inset
33420
33421 Fußnote des Absatzes mit fixem Objekt.
33422 \begin_inset ERT
33423 status collapsed
33424
33425 \begin_layout Plain Layout
33426
33427 }
33428 \end_layout
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Standard
33436 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
33437  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
33438  vertikale Position im Text bestimmen kann.
33439  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
33440  beschriftet werden.
33441 \end_layout
33442
33443 \begin_layout Standard
33444 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
33445  Befehl
33446 \end_layout
33447
33448 \begin_layout Standard
33449
33450 \series bold
33451
33452 \backslash
33453 begin{window}[2,c,{
33454 \end_layout
33455
33456 \begin_layout Standard
33457 als TeX-Code einfügt.
33458  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
33459  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
33460  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
33461  Danach fügt man das Objekt ein.
33462  In diesem Beispiel wurde ein Bild der Breite von 40
33463 \begin_inset space \thinspace{}
33464 \end_inset
33465
33466 % der Textspaltenbreite eingefügt.
33467  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
33468  Nach dem Objekt fügt man den Befehl
33469 \end_layout
33470
33471 \begin_layout Standard
33472
33473 \series bold
33474 },Beschreibungstext]
33475 \begin_inset Newline newline
33476 \end_inset
33477
33478 {}
33479 \end_layout
33480
33481 \begin_layout Standard
33482 ein.
33483  Man beachte dass das 
33484 \begin_inset Quotes gld
33485 \end_inset
33486
33487
33488 \series bold
33489 {}
33490 \series default
33491
33492 \begin_inset Quotes grd
33493 \end_inset
33494
33495  in der zweiten Zeile steht.
33496  Der Beschreibungstext ist optional.
33497  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
33498  das Objekt befinden, also direkt nach dem 
33499 \series bold
33500 {}
33501 \series default
33502  beginnen.
33503  Am Ende des Absatzes fügt man folgenden Befehl ein:
33504 \end_layout
33505
33506 \begin_layout Standard
33507
33508 \series bold
33509
33510 \backslash
33511 end{window}
33512 \end_layout
33513
33514 \begin_layout Standard
33515 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
33516  man muss stattdessen den Befehl 
33517 \series bold
33518
33519 \backslash
33520 footnotemark
33521 \series default
33522  verwenden.
33523  Außerhalb des Absatzes den Befehl 
33524 \series bold
33525
33526 \backslash
33527 footnotetext
33528 \series default
33529 , wie es in Abschnitt
33530 \begin_inset space ~
33531 \end_inset
33532
33533
33534 \begin_inset CommandInset ref
33535 LatexCommand ref
33536 reference "abs:Fußnoten"
33537
33538 \end_inset
33539
33540  beschrieben ist.
33541 \end_layout
33542
33543 \begin_layout Standard
33544 \begin_inset ERT
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549
33550 \backslash
33551 else
33552 \end_layout
33553
33554 \end_inset
33555
33556
33557 \begin_inset Note Note
33558 status open
33559
33560 \begin_layout Plain Layout
33561 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33562 \series bold
33563 picinpar
33564 \series default
33565  nicht installiert ist:
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Das LaTeX-Paket 
33575 \series bold
33576 picinpar
33577 \series default
33578  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33579 \end_layout
33580
33581 \begin_layout Standard
33582 \begin_inset ERT
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586
33587
33588 \backslash
33589 fi
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Section
33598 Initiale
33599 \begin_inset Index idx
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 Initiale
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \begin_inset Index idx
33610 status collapsed
33611
33612 \begin_layout Plain Layout
33613 Umflossene Objekte ! Initiale
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Standard
33622 Für Initialen muss das LaTeX-Paket 
33623 \series bold
33624 lettrine
33625 \series default
33626
33627 \begin_inset Index idx
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 LaTeX-Pakete ! lettrine
33632 \end_layout
33633
33634 \end_inset
33635
33636  installiert sein und das Modul 
33637 \family sans
33638 Initialen
33639 \family default
33640  im Dokument verwendet werden (Menü 
33641 \family sans
33642 Dokument\SpecialChar \menuseparator
33643 Einstellungen\SpecialChar \menuseparator
33644 Module
33645 \family default
33646 ).
33647  Um eine Initiale einzufügen, verwendet man den Stil 
33648 \family sans
33649 Initiale
33650 \family default
33651 .
33652  Dieser Stil hat ein obligatorisches und ein optionales Argument.
33653  Das obligatorische Argument wird über das Menü 
33654 \family sans
33655 Einfügen\SpecialChar \menuseparator
33656 Kurztitel
33657 \family default
33658  eingefügt und enthält den Buchstaben, der die Initiale bildet.
33659  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
33660  vor dem obligatorischen ein.
33661  Dieses enthält Parameter um die Initiale zu modifizieren.
33662  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
33663  von 
33664 \series bold
33665 lettrine
33666 \series default
33667
33668 \begin_inset CommandInset citation
33669 LatexCommand cite
33670 key "lettrine"
33671
33672 \end_inset
33673
33674 .
33675  Der Stil selbst enthält den Text, der die Initiale umgibt.
33676  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
33677  Initiale ist, in 
33678 \shape smallcaps
33679 Kapitälchen
33680 \shape default
33681  gedruckt wird.
33682  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
33683  schließende geschweifte Klammer '
33684 \series bold
33685 }
33686 \series default
33687 ' als TeX-Code ein.
33688  Am Ende des Stils muss eine öffnende geschweifte Klammer '
33689 \series bold
33690 {
33691 \series default
33692 ' als TeX-Code stehen.
33693 \end_layout
33694
33695 \begin_layout Standard
33696 \begin_inset Newpage newpage
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 Hier sind einige Beispiele:
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset ERT
33708 status collapsed
33709
33710 \begin_layout Plain Layout
33711
33712
33713 \backslash
33714 iflettrine
33715 \end_layout
33716
33717 \end_inset
33718
33719
33720 \begin_inset Note Note
33721 status open
33722
33723 \begin_layout Plain Layout
33724 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
33725 \series bold
33726 lettrine
33727 \series default
33728  installiert ist.
33729 \end_layout
33730
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Enumerate
33737 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
33738
33739 \begin_inset Formula $\mathfrak{Fraktur}$
33740 \end_inset
33741
33742 :
33743 \end_layout
33744
33745 \begin_deeper
33746 \begin_layout Initial
33747 \begin_inset Argument
33748 status open
33749
33750 \begin_layout Plain Layout
33751 \begin_inset Formula $\mathfrak{I}$
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \end_inset
33758
33759 t
33760 \begin_inset ERT
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764
33765 }
33766 \end_layout
33767
33768 \end_inset
33769
33770  
33771 \lang english
33772 was in the spring of the year 1894 that all London was interested, and the
33773  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33774  under most unusual and inexplicable circumstances.
33775  The public has already learned those particulars of the crime which came
33776  out in the police investigation, but a good deal was suppressed upon that
33777  occasion, since the case for the prosecution was so overwhelmingly strong
33778  that it was not necessary to bring forward all the facts.
33779 \lang ngerman
33780
33781 \begin_inset ERT
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785
33786 {
33787 \end_layout
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \end_deeper
33795 \begin_layout Enumerate
33796 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
33797  besteht und kein Text ist in 
33798 \shape smallcaps
33799 Kapitälchen
33800 \shape default
33801 :
33802 \end_layout
33803
33804 \begin_deeper
33805 \begin_layout Initial
33806 \begin_inset Argument
33807 status open
33808
33809 \begin_layout Plain Layout
33810 lines=1
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \begin_inset Argument
33817 status open
33818
33819 \begin_layout Plain Layout
33820 It
33821 \end_layout
33822
33823 \end_inset
33824
33825
33826 \begin_inset ERT
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830
33831 }
33832 \end_layout
33833
33834 \end_inset
33835
33836  
33837 \lang english
33838 was in the spring of the year 1894 that all London was interested, and the
33839  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33840  under most unusual and inexplicable circumstances.
33841  The public has already learned those particulars of the crime which came
33842  out in the police investigation, but a good deal was suppressed upon that
33843  occasion, since the case for the prosecution was so overwhelmingly strong
33844  that it was not necessary to bring forward all the facts.
33845 \lang ngerman
33846
33847 \begin_inset ERT
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851
33852 {
33853 \end_layout
33854
33855 \end_inset
33856
33857
33858 \end_layout
33859
33860 \end_deeper
33861 \begin_layout Enumerate
33862 Magenta, hängende Initiale über 3
33863 \begin_inset space ~
33864 \end_inset
33865
33866 Zeilen in der Mathe-Schrift
33867 \begin_inset Newline newline
33868 \end_inset
33869
33870  
33871 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
33872 \end_inset
33873
33874 , der Text 
33875 \begin_inset Quotes gld
33876 \end_inset
33877
33878
33879 \lang english
33880 was in the spring
33881 \lang ngerman
33882
33883 \begin_inset Quotes erd
33884 \end_inset
33885
33886  ist in 
33887 \shape smallcaps
33888 Kapitälchen
33889 \shape default
33890 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894
33895 \series bold
33896
33897 \backslash
33898 renewcommand{
33899 \backslash
33900 LettrineFontHook}{
33901 \backslash
33902 color{Farbe}}
33903 \series default
33904
33905 \begin_inset Newline newline
33906 \end_inset
33907
33908 wobei 
33909 \emph on
33910 Farbe
33911 \emph default
33912  
33913 \begin_inset Quotes gld
33914 \end_inset
33915
33916 red
33917 \begin_inset Quotes erd
33918 \end_inset
33919
33920
33921 \begin_inset Quotes gld
33922 \end_inset
33923
33924 blue
33925 \begin_inset Quotes erd
33926 \end_inset
33927
33928
33929 \begin_inset Quotes gld
33930 \end_inset
33931
33932 green
33933 \begin_inset Quotes erd
33934 \end_inset
33935
33936
33937 \begin_inset Quotes gld
33938 \end_inset
33939
33940 yellow
33941 \begin_inset Quotes erd
33942 \end_inset
33943
33944
33945 \begin_inset Quotes gld
33946 \end_inset
33947
33948 cyan
33949 \begin_inset Quotes erd
33950 \end_inset
33951
33952
33953 \begin_inset Quotes gld
33954 \end_inset
33955
33956 magenta
33957 \begin_inset Quotes erd
33958 \end_inset
33959
33960
33961 \begin_inset Quotes gld
33962 \end_inset
33963
33964 black
33965 \begin_inset Quotes erd
33966 \end_inset
33967
33968  oder 
33969 \begin_inset Quotes gld
33970 \end_inset
33971
33972 white
33973 \begin_inset Quotes erd
33974 \end_inset
33975
33976  sein kann, und diesen Befehl zur Dokument Präambel hinzufügen:
33977 \begin_inset Newline newline
33978 \end_inset
33979
33980
33981 \series bold
33982
33983 \backslash
33984 @ifundefined{textcolor}
33985 \begin_inset Newline newline
33986 \end_inset
33987
33988
33989 \begin_inset space ~
33990 \end_inset
33991
33992 {
33993 \backslash
33994 usepackage{color}}{}
33995 \end_layout
33996
33997 \begin_deeper
33998 \begin_layout Standard
33999 \begin_inset ERT
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003
34004
34005 \backslash
34006 renewcommand{
34007 \backslash
34008 LettrineFontHook}{
34009 \backslash
34010 color{magenta}}
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \begin_inset Note Note
34017 status open
34018
34019 \begin_layout Plain Layout
34020 macht die Initiale magenta
34021 \end_layout
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \begin_layout Initial
34029 \begin_inset Argument
34030 status open
34031
34032 \begin_layout Plain Layout
34033 lines=3, lhang=0.33, loversize=0.25
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \begin_inset Argument
34040 status open
34041
34042 \begin_layout Plain Layout
34043 \begin_inset Formula $\mathcal{I}$
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \end_inset
34050
34051
34052 \lang english
34053 t was in the spring
34054 \lang ngerman
34055
34056 \begin_inset ERT
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060
34061 }
34062 \end_layout
34063
34064 \end_inset
34065
34066  
34067 \lang english
34068 of the year 1894 that all London was interested, and the fashionable world
34069  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34070  and inexplicable circumstances.
34071  The public has already learned those particulars of the crime which came
34072  out in the police investigation, but a good deal was suppressed upon that
34073  occasion, since the case for the prosecution was so overwhelmingly strong
34074  that it was not necessary to bring forward all the facts.
34075 \family sans
34076 \lang ngerman
34077
34078 \begin_inset ERT
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082
34083 {
34084 \end_layout
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \end_deeper
34092 \begin_layout Standard
34093 \begin_inset ERT
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097
34098
34099 \backslash
34100 else
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \begin_inset Note Note
34107 status open
34108
34109 \begin_layout Plain Layout
34110 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
34111 \series bold
34112 lettrine
34113 \series default
34114  nicht installiert ist:
34115 \end_layout
34116
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \begin_layout Standard
34123 Das LaTeX-Paket 
34124 \series bold
34125 lettrine
34126 \series default
34127  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
34128 \end_layout
34129
34130 \begin_layout Standard
34131 \begin_inset ERT
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135
34136
34137 \backslash
34138 fi
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Chapter
34147 Externe Dateien
34148 \begin_inset Index idx
34149 status collapsed
34150
34151 \begin_layout Plain Layout
34152 Dateien ! externe
34153 \end_layout
34154
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \begin_layout Standard
34161 Mit 
34162 \family sans
34163 Einfügen\SpecialChar \menuseparator
34164 Datei
34165 \family default
34166  können Sie fremdes Material in Ihr Dokument einsetzen.
34167  Das kann folgendes sein:
34168 \end_layout
34169
34170 \begin_layout Description
34171 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
34172  eingefügt.
34173 \end_layout
34174
34175 \begin_layout Description
34176 Einfacher
34177 \begin_inset space ~
34178 \end_inset
34179
34180 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
34181  eingefügt.
34182 \end_layout
34183
34184 \begin_layout Description
34185 Einfacher
34186 \begin_inset space ~
34187 \end_inset
34188
34189 Text,
34190 \begin_inset space ~
34191 \end_inset
34192
34193 Zeilen
34194 \begin_inset space ~
34195 \end_inset
34196
34197 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
34198  Leerzeilen trennen die Absätze.
34199 \end_layout
34200
34201 \begin_layout Description
34202 Externes
34203 \begin_inset space ~
34204 \end_inset
34205
34206 Material Dateien in verschiedenen Formaten.
34207 \end_layout
34208
34209 \begin_layout Description
34210 Unterdokument LyX- oder LaTeX-Dokumente.
34211 \end_layout
34212
34213 \begin_layout Section
34214 Externes Material
34215 \begin_inset Index idx
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219 Externes Material
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Standard
34228 Mit 
34229 \family sans
34230 Einfügen\SpecialChar \menuseparator
34231 Datei\SpecialChar \menuseparator
34232  Externes Material
34233 \family default
34234  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
34235  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
34236  weil LyX sich darum kümmert.
34237  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
34238  eingefügt werden können.
34239  Wenn die Grafikvorschau in den LyX-Einstellungen unter
34240 \family sans
34241  Aussehen
34242 \begin_inset space ~
34243 \end_inset
34244
34245 &
34246 \begin_inset space ~
34247 \end_inset
34248
34249 Handhabung\SpecialChar \menuseparator
34250 Grafik
34251 \family default
34252 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
34253 \end_layout
34254
34255 \begin_layout Standard
34256 Zur Zeit können Sie folgende Dateitypen (
34257 \family sans
34258 Vorlagen
34259 \family default
34260 ) benutzen:
34261 \end_layout
34262
34263 \begin_layout Description
34264 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
34265 \series bold
34266
34267 \begin_inset CommandInset href
34268 LatexCommand href
34269 name "XBoard"
34270 target "http://en.wikipedia.org/wiki/XBoard"
34271
34272 \end_inset
34273
34274
34275 \series default
34276  erzeugt wurden.
34277 \end_layout
34278
34279 \begin_layout Description
34280 Datum fügt ein Datum mit dem Format 
34281 \emph on
34282 Tag-Monat-Jahr
34283 \emph default
34284  ein.
34285  Hier ist ein Beispiel: 
34286 \begin_inset External
34287         template Date
34288         filename .
34289
34290 \end_inset
34291
34292
34293 \begin_inset space ~
34294 \end_inset
34295
34296
34297 \begin_inset Note Note
34298 status open
34299
34300 \begin_layout Plain Layout
34301
34302 \lang english
34303 Remove the protected space when bug 4398 is fixed!
34304 \end_layout
34305
34306 \end_inset
34307
34308
34309 \begin_inset Newline newline
34310 \end_inset
34311
34312 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
34313  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
34314  Menü 
34315 \family sans
34316 Einfügen\SpecialChar \menuseparator
34317 Datum
34318 \family default
34319  und mit dem LaTeX-Befehl 
34320 \series bold
34321
34322 \backslash
34323 today
34324 \series default
34325 .
34326  Die verschiedenen Methoden werden in Tabelle
34327 \begin_inset space ~
34328 \end_inset
34329
34330
34331 \begin_inset CommandInset ref
34332 LatexCommand ref
34333 reference "tab:Vergleich-der-Datums-Eingaben"
34334
34335 \end_inset
34336
34337  verglichen.
34338 \end_layout
34339
34340 \begin_layout Description
34341 Dia unterstützt Diagramme, die mit dem Programm 
34342 \series bold
34343
34344 \begin_inset CommandInset href
34345 LatexCommand href
34346 name "Dia"
34347 target "http://en.wikipedia.org/wiki/Dia_(software)"
34348
34349 \end_inset
34350
34351
34352 \series default
34353  erzeugt wurden.
34354 \end_layout
34355
34356 \begin_layout Description
34357 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
34358 \series bold
34359
34360 \begin_inset CommandInset href
34361 LatexCommand href
34362 name "LilyPond"
34363 target "http://en.wikipedia.org/wiki/LilyPond"
34364
34365 \end_inset
34366
34367
34368 \series default
34369  schreiben.
34370 \end_layout
34371
34372 \begin_layout Description
34373 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
34374  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
34375 \emph on
34376 pages
34377 \emph default
34378  Option im Feld 
34379 \family sans
34380 Option
34381 \family default
34382  in der Karteikarte 
34383 \family sans
34384 LaTeX- und LyX-Optionen
34385 \family default
34386  entsprechend der Vorlagenbeschreibung im Dialog.
34387  Wenn keine 
34388 \emph on
34389 pages
34390 \emph default
34391  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
34392 \end_layout
34393
34394 \begin_layout Description
34395 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
34396  Fast alle bekannten Bildformate werden unterstützt.
34397  Die Bilddateien können im Dialogfenster 
34398 \family sans
34399 Externes
34400 \begin_inset space ~
34401 \end_inset
34402
34403 Material
34404 \family default
34405  genauso behandelt werden wie die mit dem normalen 
34406 \family sans
34407 Grafik
34408 \family default
34409 -Dialog eingefügten, siehe Abschnitt
34410 \begin_inset space ~
34411 \end_inset
34412
34413
34414 \begin_inset CommandInset ref
34415 LatexCommand ref
34416 reference "abs:Grafik-Dialog"
34417
34418 \end_inset
34419
34420 .
34421  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
34422  und EPS-Bilder werden nicht unterstützt.
34423 \end_layout
34424
34425 \begin_layout Description
34426 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
34427 \series bold
34428
34429 \begin_inset CommandInset href
34430 LatexCommand href
34431 name "Xfig"
34432 target "http://en.wikipedia.org/wiki/Xfig"
34433
34434 \end_inset
34435
34436
34437 \series default
34438  erzeugt wurden.
34439 \end_layout
34440
34441 \begin_layout Standard
34442 \begin_inset Float table
34443 placement h
34444 wide false
34445 sideways false
34446 status open
34447
34448 \begin_layout Plain Layout
34449 \begin_inset Caption
34450
34451 \begin_layout Plain Layout
34452 \begin_inset CommandInset label
34453 LatexCommand label
34454 name "tab:Vergleich-der-Datums-Eingaben"
34455
34456 \end_inset
34457
34458 Vergleich der Datums-Eingaben
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Plain Layout
34467 \align center
34468 \begin_inset Tabular
34469 <lyxtabular version="3" rows="4" columns="4">
34470 <features tabularvalignment="middle">
34471 <column alignment="center" valignment="top" width="0">
34472 <column alignment="center" valignment="top" width="0">
34473 <column alignment="center" valignment="top" width="0">
34474 <column alignment="center" valignment="top" width="0">
34475 <row>
34476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34477 \begin_inset Text
34478
34479 \begin_layout Plain Layout
34480 Dokumentformat
34481 \end_layout
34482
34483 \end_inset
34484 </cell>
34485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34486 \begin_inset Text
34487
34488 \begin_layout Plain Layout
34489
34490 \family sans
34491 Externes Material\SpecialChar \menuseparator
34492 Datum
34493 \end_layout
34494
34495 \end_inset
34496 </cell>
34497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501
34502 \family sans
34503 Einfügen\SpecialChar \menuseparator
34504 Datum
34505 \end_layout
34506
34507 \end_inset
34508 </cell>
34509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34510 \begin_inset Text
34511
34512 \begin_layout Plain Layout
34513 Befehl 
34514 \series bold
34515
34516 \backslash
34517 today
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 <row>
34524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34525 \begin_inset Text
34526
34527 \begin_layout Plain Layout
34528 LyX
34529 \end_layout
34530
34531 \end_inset
34532 </cell>
34533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 als Box
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546 als Datum
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34552 \begin_inset Text
34553
34554 \begin_layout Plain Layout
34555 als TeX-Code
34556 \end_layout
34557
34558 \end_inset
34559 </cell>
34560 </row>
34561 <row>
34562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Plain Layout
34566 LaTeX
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 als Datum
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584 als Datum
34585 \end_layout
34586
34587 \end_inset
34588 </cell>
34589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593 als Befehl
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 </row>
34599 <row>
34600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 DVI, PDF, PS
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613 als Datum
34614 \end_layout
34615
34616 \end_inset
34617 </cell>
34618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34619 \begin_inset Text
34620
34621 \begin_layout Plain Layout
34622 als Datum
34623 \end_layout
34624
34625 \end_inset
34626 </cell>
34627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34628 \begin_inset Text
34629
34630 \begin_layout Plain Layout
34631 als Datum
34632 \end_layout
34633
34634 \end_inset
34635 </cell>
34636 </row>
34637 </lyxtabular>
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Standard
34650 Wenn Sie im Dialogfenster
34651 \family sans
34652  Externes
34653 \begin_inset space ~
34654 \end_inset
34655
34656 Material 
34657 \family default
34658 in der Karteikarte
34659 \family sans
34660  Datei
34661 \family default
34662  die Option 
34663 \family sans
34664 Entwurf
34665 \family default
34666  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
34667 \begin_inset Newline newline
34668 \end_inset
34669
34670 LyX kann externes Material entweder als Box wie hier: 
34671 \begin_inset Graphics
34672         filename clipart/ExternesMaterialQt4.png
34673         scale 85
34674         scaleBeforeRotation
34675
34676 \end_inset
34677
34678  oder als Bild darstellen.
34679  Das hängt davon ab, ob Sie im Dialog
34680 \family sans
34681  
34682 \family default
34683 in der Karteikarte 
34684 \family sans
34685 LaTeX- und LyX-Optionen
34686 \family default
34687  die Option 
34688 \family sans
34689 In
34690 \begin_inset space ~
34691 \end_inset
34692
34693 LyX
34694 \begin_inset space ~
34695 \end_inset
34696
34697 anzeigen
34698 \family default
34699  gewählt haben oder nicht.
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Im LyX-Handbuch 
34704 \family sans
34705 \emph on
34706 Anpassung
34707 \family default
34708 \emph default
34709  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
34710 \end_layout
34711
34712 \begin_layout Section
34713 Unterdokumente
34714 \begin_inset CommandInset label
34715 LatexCommand label
34716 name "abs:Unterdokumente"
34717
34718 \end_inset
34719
34720
34721 \begin_inset Index idx
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 Unterdokument
34726 \end_layout
34727
34728 \end_inset
34729
34730
34731 \end_layout
34732
34733 \begin_layout Standard
34734 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
34735  oder Abschnitten bestehen.
34736  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
34737  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
34738  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
34739  z.
34740 \begin_inset space \thinspace{}
34741 \end_inset
34742
34743 B.
34744  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
34745 \end_layout
34746
34747 \begin_layout Standard
34748 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
34749  müssen, geben Sie im Unterdokument im Menü
34750 \family sans
34751  Dokument\SpecialChar \menuseparator
34752 Einstellungen\SpecialChar \menuseparator
34753 Dokumentklasse
34754 \family default
34755  das Hauptdokument an.
34756  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
34757  bearbeiten.
34758 \end_layout
34759
34760 \begin_layout Standard
34761 Unterdokumente werden in LyX als Box angezeigt: 
34762 \begin_inset Graphics
34763         filename clipart/UnterdokumentQt4.png
34764         scale 85
34765         scaleBeforeRotation
34766
34767 \end_inset
34768
34769  Sie werden über
34770 \family sans
34771  Einfügen\SpecialChar \menuseparator
34772 Datei\SpecialChar \menuseparator
34773 Unterdokument
34774 \family default
34775  eingebunden, was das Dialogfenster
34776 \family sans
34777  Unterdokument
34778 \family default
34779  öffnet.
34780  Für 
34781 \family sans
34782 die Art
34783 \begin_inset space ~
34784 \end_inset
34785
34786 der
34787 \begin_inset space ~
34788 \end_inset
34789
34790 Einbindung
34791 \family default
34792  gibt es dort vier Möglichkeiten:
34793 \end_layout
34794
34795 \begin_layout Description
34796 Include Sie können LyX- und LaTeX-Dokumente einbinden.
34797  Wenn Sie im Dialogfenster
34798 \family sans
34799  Unterdokument
34800 \family default
34801  auf 
34802 \family sans
34803 Öffnen
34804 \family default
34805  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
34806  und Sie können es editieren.
34807 \begin_inset Newline newline
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 Hier wird ein Unterdokument
34815 \family sans
34816  
34817 \family default
34818 per 
34819 \family sans
34820 Include
34821 \family default
34822  eingebunden: 
34823 \begin_inset CommandInset include
34824 LatexCommand include
34825 filename "DummyDocument1.lyx"
34826
34827 \end_inset
34828
34829 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
34830  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
34831  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
34832 s.
34833  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
34834 \begin_inset space ~
34835 \end_inset
34836
34837
34838 \begin_inset CommandInset ref
34839 LatexCommand ref
34840 reference "uab:Externer-Unterabschnitt-1"
34841
34842 \end_inset
34843
34844 .
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
34849  wird benutzt.
34850  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
34851  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
34852  Unterdokumente, die per 
34853 \family sans
34854 Include
34855 \family default
34856  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
34857  und enden mit einem Seitenumbruch.
34858 \end_layout
34859
34860 \begin_layout Standard
34861 \begin_inset Note Greyedout
34862 status open
34863
34864 \begin_layout Plain Layout
34865
34866 \series bold
34867 Bemerkung:
34868 \series default
34869  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
34870  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
34871  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
34872  Ergebnissen führen wird.
34873 \end_layout
34874
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \begin_layout Description
34881 Input Diese Methode ist 
34882 \family sans
34883 Include
34884 \family default
34885  sehr ähnlich mit folgenden Unterschieden:
34886 \end_layout
34887
34888 \begin_deeper
34889 \begin_layout Itemize
34890 Unterdokumente, die per 
34891 \family sans
34892 Input
34893 \family default
34894  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
34895  Seite und enden NICHT mit einem Seitenumbruch.
34896 \end_layout
34897
34898 \begin_layout Itemize
34899 Unterdokumente, die per 
34900 \family sans
34901 Input
34902 \family default
34903  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
34904 \family sans
34905  Unterdokument Vorschau
34906 \begin_inset space ~
34907 \end_inset
34908
34909 anzeigen
34910 \family default
34911  angekreuzt wurde und in den LyX-Einstellungen unter
34912 \family sans
34913  Aussehen
34914 \begin_inset space ~
34915 \end_inset
34916
34917 &
34918 \begin_inset space ~
34919 \end_inset
34920
34921 Handhabung\SpecialChar \menuseparator
34922 Grafik\SpecialChar \menuseparator
34923 Sofortige
34924 \begin_inset space ~
34925 \end_inset
34926
34927 Vorschau
34928 \family default
34929  auf 
34930 \family sans
34931 An
34932 \family default
34933  gesetzt wurde.
34934  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
34935  aus.
34936 \end_layout
34937
34938 \begin_layout Itemize
34939 Unterdokumente, die per 
34940 \family sans
34941 Input
34942 \family default
34943  eingebunden werden, können nicht über das Menü 
34944 \family sans
34945 Dokument\SpecialChar \menuseparator
34946 Einstellungen\SpecialChar \menuseparator
34947 Unterdokumente
34948 \family default
34949  unterdrückt werden.
34950 \end_layout
34951
34952 \end_deeper
34953 \begin_layout Standard
34954 Hier ist ein Unterdokument, das mit
34955 \family sans
34956  Input
34957 \family default
34958  eingebunden wurde: 
34959 \begin_inset CommandInset include
34960 LatexCommand input
34961 filename "DummyDocument2.lyx"
34962
34963 \end_inset
34964
34965 .
34966 \end_layout
34967
34968 \begin_layout Description
34969 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
34970   In der Druckvorschau wird für den Text der Stil 
34971 \family typewriter
34972 Schreibmaschine
34973 \family default
34974  verwendet.
34975  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
34976  Wenn Sie im Dialogfenster
34977 \family sans
34978  Unterdokument Leerzeichen
34979 \begin_inset space ~
34980 \end_inset
34981
34982 bei
34983 \begin_inset space ~
34984 \end_inset
34985
34986 der
34987 \begin_inset space ~
34988 \end_inset
34989
34990 Ausgabe
34991 \begin_inset space ~
34992 \end_inset
34993
34994 kennzeichnen 
34995 \family default
34996 ankreuzen, wird in der Druckvorschau das Zeichen 
34997 \begin_inset Quotes gld
34998 \end_inset
34999
35000
35001 \begin_inset ERT
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005
35006
35007 \backslash
35008 textvisiblespace 
35009 \end_layout
35010
35011 \end_inset
35012
35013
35014 \begin_inset Quotes grd
35015 \end_inset
35016
35017  für jedes Leerzeichen eingefügt.
35018 \begin_inset Newline newline
35019 \end_inset
35020
35021 Im Gegensatz zu 
35022 \family sans
35023 Einfügen\SpecialChar \menuseparator
35024 Datei\SpecialChar \menuseparator
35025 Einfacher
35026 \begin_inset space ~
35027 \end_inset
35028
35029 Text
35030 \family default
35031  wird bei 
35032 \family sans
35033 Unformatiert
35034 \family default
35035  der Dateiinhalt in LyX nicht dargestellt.
35036 \end_layout
35037
35038 \begin_layout Standard
35039 Hier ist ein Unterdokument, das mit
35040 \family sans
35041  Unformatiert
35042 \family default
35043  eingebunden wurde: 
35044 \begin_inset CommandInset include
35045 LatexCommand verbatiminput
35046 filename "DummyTextDocument.txt"
35047
35048 \end_inset
35049
35050
35051 \begin_inset VSpace bigskip
35052 \end_inset
35053
35054 Hier ist ein Unterdokument, das mit
35055 \family sans
35056  Unformatiert
35057 \family default
35058  eingebunden wurde und
35059 \family sans
35060  Leerzeichen
35061 \begin_inset space ~
35062 \end_inset
35063
35064 bei
35065 \begin_inset space ~
35066 \end_inset
35067
35068 der
35069 \begin_inset space ~
35070 \end_inset
35071
35072 Ausgabe
35073 \begin_inset space ~
35074 \end_inset
35075
35076 kennzeichnen
35077 \family default
35078  angekreuzt hat: 
35079 \begin_inset CommandInset include
35080 LatexCommand verbatiminput*
35081 filename "DummyTextDocument.txt"
35082
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \begin_layout Standard
35089 \begin_inset VSpace bigskip
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096 \begin_inset Note Greyedout
35097 status open
35098
35099 \begin_layout Plain Layout
35100
35101 \series bold
35102 Bemerkung:
35103 \series default
35104  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
35105  
35106 \family sans
35107 Unformatiert
35108 \family default
35109  eingebunden werden, am Zeilenende nicht umgebrochen.
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Description
35118 Listing Dieser Typ wird in Kapitel
35119 \begin_inset space ~
35120 \end_inset
35121
35122
35123 \begin_inset CommandInset ref
35124 LatexCommand ref
35125 reference "kap:Programm-Code-Listen"
35126
35127 \end_inset
35128
35129  beschrieben.
35130 \end_layout
35131
35132 \begin_layout Standard
35133 \begin_inset Note Greyedout
35134 status open
35135
35136 \begin_layout Plain Layout
35137
35138 \series bold
35139 Bemerkung:
35140 \series default
35141  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
35142  das zu LaTeX-Problemen führen.
35143 \end_layout
35144
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \begin_layout Standard
35151 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
35152  wollen, z.
35153 \begin_inset space \thinspace{}
35154 \end_inset
35155
35156 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
35157  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
35158  Dies geschieht über das Menü 
35159 \family sans
35160 Dokument\SpecialChar \menuseparator
35161 Einstellungen\SpecialChar \menuseparator
35162 Unterdokumente
35163 \family default
35164 .
35165  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
35166  in die Spalte 
35167 \family sans
35168 In Ausgabe einbinden
35169 \family default
35170  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
35171  für Unterdokumente möglich ist, die per 
35172 \family sans
35173 Input
35174 \family default
35175  eingebunden wurden).
35176  Wenn die Option 
35177 \family sans
35178 Zähler und Querverweise wahren
35179 \family default
35180  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
35181 \begin_inset space ~
35182 \end_inset
35183
35184 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
35185  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
35186  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
35187  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
35188  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
35189  sind, wählen sie die Option nicht.
35190 \end_layout
35191
35192 \begin_layout Standard
35193 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
35194 \begin_inset Foot
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Zweige sind im Kapitel 
35199 \emph on
35200 Zweige
35201 \emph default
35202  des LyX 
35203 \emph on
35204 Benutzerhandbuchs
35205 \emph default
35206  erklärt.
35207 \end_layout
35208
35209 \end_inset
35210
35211  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
35212  Dateien in der Ausgabe erscheinen.
35213  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
35214  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
35215  werden.
35216 \end_layout
35217
35218 \begin_layout Chapter
35219 Programm-Code-Listen
35220 \begin_inset CommandInset label
35221 LatexCommand label
35222 name "kap:Programm-Code-Listen"
35223
35224 \end_inset
35225
35226
35227 \begin_inset Index idx
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231 Listen
35232 \end_layout
35233
35234 \end_inset
35235
35236
35237 \begin_inset Index idx
35238 status collapsed
35239
35240 \begin_layout Plain Layout
35241 Programm-Code
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \end_layout
35248
35249 \begin_layout Standard
35250 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
35251 \family sans
35252 Einfügen\SpecialChar \menuseparator
35253 Pro\SpecialChar \-
35254 grammlisting
35255 \family default
35256  verwenden.
35257  Das LaTeX-Paket 
35258 \series bold
35259 listings
35260 \series default
35261
35262 \begin_inset Index idx
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266 LaTeX-Pakete ! listings
35267 \end_layout
35268
35269 \end_inset
35270
35271  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
35272 \end_layout
35273
35274 \begin_layout Standard
35275 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
35276 rmat der Programm-Code-Liste festlegen.
35277 \end_layout
35278
35279 \begin_layout Standard
35280 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
35281  Die Platzierungsoption 
35282 \family sans
35283 Eingebettetes
35284 \begin_inset space ~
35285 \end_inset
35286
35287 Listing
35288 \family default
35289  druckt das Listing in der Zeile wie hier: 
35290 \begin_inset listings
35291 lstparams "language={C++}"
35292 inline true
35293 status open
35294
35295 \begin_layout Plain Layout
35296
35297 int a=5;
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \begin_inset Newline newline
35304 \end_inset
35305
35306 Die Option 
35307 \family sans
35308 Gleitobjekt
35309 \family default
35310  erzeugt ein Listing-Gleitobjekt, dessen 
35311 \family sans
35312 Platzierung 
35313 \family default
35314 Sie mit 
35315 \family sans
35316 h
35317 \family default
35318
35319 \family sans
35320 t
35321 \family default
35322
35323 \family sans
35324 b
35325 \family default
35326  und 
35327 \family sans
35328 p
35329 \family default
35330 , analog zu den in Abschnitt
35331 \begin_inset space ~
35332 \end_inset
35333
35334
35335 \begin_inset CommandInset ref
35336 LatexCommand ref
35337 reference "abs:Gleitobjekt-Platzierung"
35338
35339 \end_inset
35340
35341  beschriebenen Platzierungsoptionen festlegen können.
35342  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
35343  hintereinander angegeben, z.
35344 \begin_inset space \thinspace{}
35345 \end_inset
35346
35347 B.
35348  
35349 \begin_inset Quotes gld
35350 \end_inset
35351
35352
35353 \family sans
35354 htbp
35355 \family default
35356
35357 \begin_inset Quotes grd
35358 \end_inset
35359
35360 .
35361  Die Option 
35362 \begin_inset Quotes gld
35363 \end_inset
35364
35365 h
35366 \begin_inset Quotes grd
35367 \end_inset
35368
35369  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
35370  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
35371 \end_layout
35372
35373 \begin_layout Standard
35374 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
35375  zu verweisen: Listing
35376 \begin_inset space ~
35377 \end_inset
35378
35379
35380 \begin_inset CommandInset ref
35381 LatexCommand ref
35382 reference "lst:Gleitendes-Programm-Listing"
35383
35384 \end_inset
35385
35386 .
35387 \end_layout
35388
35389 \begin_layout Standard
35390 \begin_inset listings
35391 lstparams "language=Python"
35392 inline false
35393 status open
35394
35395 \begin_layout Plain Layout
35396
35397 \begin_inset Caption
35398
35399 \begin_layout Plain Layout
35400 \begin_inset CommandInset label
35401 LatexCommand label
35402 name "lst:Gleitendes-Programm-Listing"
35403
35404 \end_inset
35405
35406 Gleitendes Programm-Listing
35407 \end_layout
35408
35409 \end_inset
35410
35411 # Gleitendes Programm-Listing
35412 \end_layout
35413
35414 \begin_layout Plain Layout
35415
35416 def func(param):
35417 \end_layout
35418
35419 \begin_layout Plain Layout
35420
35421     'Dies ist eine Python-Funktion'
35422 \end_layout
35423
35424 \begin_layout Plain Layout
35425
35426     pass
35427 \end_layout
35428
35429 \end_inset
35430
35431
35432 \end_layout
35433
35434 \begin_layout Standard
35435 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
35436  der Sprache erkannt und besonders gedruckt, wie 
35437 \emph on
35438 #
35439 \emph default
35440
35441 \emph on
35442 def
35443 \emph default
35444  und 
35445 \emph on
35446 pass
35447 \emph default
35448  in Listing
35449 \begin_inset space ~
35450 \end_inset
35451
35452
35453 \begin_inset CommandInset ref
35454 LatexCommand ref
35455 reference "lst:Gleitendes-Programm-Listing"
35456
35457 \end_inset
35458
35459 .
35460 \end_layout
35461
35462 \begin_layout Standard
35463 \begin_inset Note Greyedout
35464 status open
35465
35466 \begin_layout Plain Layout
35467
35468 \series bold
35469 Bemerkung:
35470 \series default
35471  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
35472 \family typewriter
35473 Schreib\SpecialChar \-
35474 maschine
35475 \family default
35476  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
35477 h keine fett gedruckten Buchstaben.
35478  Wählen Sie in diesem Fall eine andere Schrift im Menü 
35479 \family sans
35480 Dokument\SpecialChar \menuseparator
35481 Einstellungen\SpecialChar \menuseparator
35482 Schriften
35483 \family default
35484 .
35485  (Die Schriften 
35486 \emph on
35487 LuxiMono, BeraMono
35488 \emph default
35489  und 
35490 \emph on
35491 Courier
35492 \emph default
35493  enthalten fett gedruckte Buchstaben.)
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \end_layout
35500
35501 \begin_layout Standard
35502 Im Abschnitt 
35503 \family sans
35504 Zeilennummerierung
35505 \family default
35506  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
35507 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
35508  jede wievielte Zeile nummeriert werden soll und die 
35509 \family sans
35510 Schriftgröße
35511 \family default
35512  der Nummerierung.
35513 \end_layout
35514
35515 \begin_layout Standard
35516 Im Abschnitt 
35517 \family sans
35518 Bereich
35519 \family default
35520  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
35521  Im Abschnitt 
35522 \family sans
35523 Stil
35524 \family default
35525  legen Sie fest, wie die Liste ausgedruckt werden soll.
35526  Die Option 
35527 \family sans
35528 Erweiterte
35529 \begin_inset space ~
35530 \end_inset
35531
35532 Zeichentabelle
35533 \family default
35534  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
35539 \begin_inset Quotes gld
35540 \end_inset
35541
35542 3
35543 \begin_inset Quotes grd
35544 \end_inset
35545
35546 , Sprache 
35547 \begin_inset Quotes gld
35548 \end_inset
35549
35550 Python
35551 \begin_inset Quotes grd
35552 \end_inset
35553
35554 , Optionen 
35555 \begin_inset Quotes gld
35556 \end_inset
35557
35558 Erweiterte Zeichentabelle
35559 \begin_inset Quotes grd
35560 \end_inset
35561
35562  und 
35563 \begin_inset Quotes gld
35564 \end_inset
35565
35566 Leerzeichen als Symbol
35567 \begin_inset Quotes grd
35568 \end_inset
35569
35570  und Bereich Zeilen 3
35571 \begin_inset space \thinspace{}
35572 \end_inset
35573
35574 -
35575 \begin_inset space \thinspace{}
35576 \end_inset
35577
35578 8:
35579 \end_layout
35580
35581 \begin_layout Standard
35582 \begin_inset listings
35583 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
35584 inline false
35585 status open
35586
35587 \begin_layout Plain Layout
35588
35589 def func(param):
35590 \end_layout
35591
35592 \begin_layout Plain Layout
35593
35594     'Dies ist eine Python-Funktion'
35595 \end_layout
35596
35597 \begin_layout Plain Layout
35598
35599     pass
35600 \end_layout
35601
35602 \begin_layout Plain Layout
35603
35604 def func(param):
35605 \end_layout
35606
35607 \begin_layout Plain Layout
35608
35609 'Sonderzeichen: Tschüß'
35610 \end_layout
35611
35612 \begin_layout Plain Layout
35613
35614 pass
35615 \end_layout
35616
35617 \begin_layout Plain Layout
35618
35619 def func(param):
35620 \end_layout
35621
35622 \begin_layout Plain Layout
35623
35624 'Dies ist eine Python-Funktion'
35625 \end_layout
35626
35627 \begin_layout Plain Layout
35628
35629 pass
35630 \end_layout
35631
35632 \end_inset
35633
35634
35635 \end_layout
35636
35637 \begin_layout Standard
35638 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
35639 \family sans
35640 Tabulatorgröße
35641 \family default
35642  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
35643 \end_layout
35644
35645 \begin_layout Standard
35646 \noindent
35647 \begin_inset Note Greyedout
35648 status open
35649
35650 \begin_layout Plain Layout
35651
35652 \series bold
35653 Bemerkung:
35654 \series default
35655  Wegen eines Fehlers im 
35656 \series bold
35657 listings
35658 \series default
35659 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
35660  verschoben.
35661  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
35662  Listing nummeriert werden.
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Standard
35671 \begin_inset VSpace bigskip
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Standard
35678 \noindent
35679 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
35680  Das machen Sie mit
35681 \family sans
35682  Einfügen\SpecialChar \menuseparator
35683 Datei\SpecialChar \menuseparator
35684 Unterdokument
35685 \family default
35686  und der 
35687 \family sans
35688 Art
35689 \begin_inset space ~
35690 \end_inset
35691
35692 der
35693 \begin_inset space ~
35694 \end_inset
35695
35696 Einbindung
35697 \family default
35698  
35699 \family sans
35700 Listing
35701 \family default
35702 .
35703 \begin_inset Foot
35704 status collapsed
35705
35706 \begin_layout Plain Layout
35707 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
35708 \begin_inset space ~
35709 \end_inset
35710
35711
35712 \begin_inset CommandInset ref
35713 LatexCommand ref
35714 reference "abs:Unterdokumente"
35715
35716 \end_inset
35717
35718  beschrieben.
35719 \end_layout
35720
35721 \end_inset
35722
35723  Im Dialogfenster
35724 \family sans
35725  Unterdokument
35726 \family default
35727  können Sie die Listing-Parameter unter 
35728 \family sans
35729 Weitere
35730 \begin_inset space ~
35731 \end_inset
35732
35733 Parameter
35734 \family default
35735  eingeben.
35736  Wenn Sie dort ein Fragezeichen 
35737 \begin_inset Quotes gld
35738 \end_inset
35739
35740 ?
35741 \begin_inset Quotes grd
35742 \end_inset
35743
35744  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
35745 det.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
35750  Text ins Feld 
35751 \family sans
35752 Marke
35753 \family default
35754 , auf die dann wie üblich verwiesen werden kann.
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Listing
35759 \begin_inset space ~
35760 \end_inset
35761
35762
35763 \begin_inset CommandInset ref
35764 LatexCommand ref
35765 reference "lst:Datei-Listing"
35766
35767 \end_inset
35768
35769  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
35770 \begin_inset space \thinspace{}
35771 \end_inset
35772
35773 -
35774 \begin_inset space \thinspace{}
35775 \end_inset
35776
35777 15 gedruckt werden.
35778 \end_layout
35779
35780 \begin_layout Standard
35781 \begin_inset CommandInset include
35782 LatexCommand lstinputlisting
35783 filename "EmbeddedObjects.lyx"
35784 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \begin_layout Standard
35792 \begin_inset VSpace bigskip
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
35800 \end_layout
35801
35802 \begin_layout Enumerate
35803 Öffnen Sie die Listings-Einstellungen und fügen
35804 \begin_inset Newline newline
35805 \end_inset
35806
35807
35808 \family sans
35809 mathescape=true
35810 \family default
35811
35812 \begin_inset Newline newline
35813 \end_inset
35814
35815 in das Feld des Tabs 
35816 \family sans
35817 Erweitert
35818 \family default
35819  ein
35820 \end_layout
35821
35822 \begin_layout Enumerate
35823 Erstellen Sie eine Formel außerhalb des Listings
35824 \end_layout
35825
35826 \begin_layout Enumerate
35827 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
35828 blage (Tastenkürzel 
35829 \family sans
35830 Ctrl+C
35831 \family default
35832 )
35833 \end_layout
35834
35835 \begin_layout Enumerate
35836 Schreiben sie 
35837 \begin_inset Quotes gld
35838 \end_inset
35839
35840
35841 \family sans
35842 $$
35843 \family default
35844
35845 \begin_inset Quotes grd
35846 \end_inset
35847
35848  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
35849 hen (Tastenkürzel 
35850 \family sans
35851 Ctrl+V
35852 \family default
35853 )
35854 \end_layout
35855
35856 \begin_layout Standard
35857 \begin_inset listings
35858 lstparams "language=Python,mathescape=true"
35859 inline false
35860 status open
35861
35862 \begin_layout Plain Layout
35863
35864 \begin_inset Caption
35865
35866 \begin_layout Plain Layout
35867 Programm-Listing mit einer Formel
35868 \end_layout
35869
35870 \end_inset
35871
35872 # Beispiel-Programm-Listing
35873 \end_layout
35874
35875 \begin_layout Plain Layout
35876
35877 def func(param):
35878 \end_layout
35879
35880 \begin_layout Plain Layout
35881
35882     # $
35883 \backslash
35884 prod_{n=1}^{
35885 \backslash
35886 infty}
35887 \backslash
35888 ,
35889 \backslash
35890 frac{1}{x^{2}}$
35891 \end_layout
35892
35893 \begin_layout Plain Layout
35894
35895     pass
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 \begin_inset VSpace bigskip
35905 \end_inset
35906
35907
35908 \end_layout
35909
35910 \begin_layout Standard
35911 \noindent
35912 Dokumentweite Listing-Eigenschaften können im Dialog 
35913 \family sans
35914 Dokument\SpecialChar \menuseparator
35915 Einstellungen\SpecialChar \menuseparator
35916 Listing
35917 \family default
35918  festgelegt werden.
35919  Dort bekommt man durch Eingabe eines Fragezeichens 
35920 \begin_inset Quotes gld
35921 \end_inset
35922
35923 ?
35924 \begin_inset Quotes grd
35925 \end_inset
35926
35927  eine Liste aller möglichen Parameter.
35928 \end_layout
35929
35930 \begin_layout Standard
35931 Weitere Informationen über das 
35932 \series bold
35933 listings
35934 \series default
35935 -Paket finden Sie in 
35936 \begin_inset CommandInset citation
35937 LatexCommand cite
35938 key "listings"
35939
35940 \end_inset
35941
35942 .
35943 \end_layout
35944
35945 \begin_layout Chapter
35946 \start_of_appendix
35947 In LyX verfügbare Maßeinheiten
35948 \begin_inset CommandInset label
35949 LatexCommand label
35950 name "kap:In-LyX-verfügbare"
35951
35952 \end_inset
35953
35954
35955 \begin_inset Index idx
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959 Einheiten
35960 \end_layout
35961
35962 \end_inset
35963
35964
35965 \end_layout
35966
35967 \begin_layout Standard
35968 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
35969  Tabelle
35970 \begin_inset space ~
35971 \end_inset
35972
35973
35974 \begin_inset CommandInset ref
35975 LatexCommand ref
35976 reference "tab:Maßeinheiten"
35977
35978 \end_inset
35979
35980  alle in LyX verfügbaren Maßeinheiten.
35981 \end_layout
35982
35983 \begin_layout Standard
35984 \begin_inset Float table
35985 placement h
35986 wide false
35987 sideways false
35988 status open
35989
35990 \begin_layout Plain Layout
35991 \begin_inset Caption
35992
35993 \begin_layout Plain Layout
35994 \begin_inset CommandInset label
35995 LatexCommand label
35996 name "tab:Maßeinheiten"
35997
35998 \end_inset
35999
36000 Maßeinheiten
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \begin_layout Plain Layout
36009 \begin_inset VSpace medskip
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \begin_layout Plain Layout
36016 \align center
36017 \begin_inset Tabular
36018 <lyxtabular version="3" rows="20" columns="2">
36019 <features tabularvalignment="middle">
36020 <column alignment="center" valignment="top" width="0">
36021 <column alignment="center" valignment="top" width="0">
36022 <row>
36023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36024 \begin_inset Text
36025
36026 \begin_layout Plain Layout
36027
36028 \series bold
36029 Maßeinheit
36030 \end_layout
36031
36032 \end_inset
36033 </cell>
36034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36035 \begin_inset Text
36036
36037 \begin_layout Plain Layout
36038
36039 \series bold
36040 Name/Beschreibung
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 </row>
36046 <row>
36047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36048 \begin_inset Text
36049
36050 \begin_layout Plain Layout
36051 mm
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060 Millimeter
36061 \end_layout
36062
36063 \end_inset
36064 </cell>
36065 </row>
36066 <row>
36067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 cm
36072 \end_layout
36073
36074 \end_inset
36075 </cell>
36076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36077 \begin_inset Text
36078
36079 \begin_layout Plain Layout
36080 Zentimeter
36081 \end_layout
36082
36083 \end_inset
36084 </cell>
36085 </row>
36086 <row>
36087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36088 \begin_inset Text
36089
36090 \begin_layout Plain Layout
36091 in
36092 \end_layout
36093
36094 \end_inset
36095 </cell>
36096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36097 \begin_inset Text
36098
36099 \begin_layout Plain Layout
36100 Zoll (1
36101 \begin_inset space \thinspace{}
36102 \end_inset
36103
36104 in = 2.54
36105 \begin_inset space \thinspace{}
36106 \end_inset
36107
36108 cm
36109 \end_layout
36110
36111 \end_inset
36112 </cell>
36113 </row>
36114 <row>
36115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36116 \begin_inset Text
36117
36118 \begin_layout Plain Layout
36119 pt
36120 \end_layout
36121
36122 \end_inset
36123 </cell>
36124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36125 \begin_inset Text
36126
36127 \begin_layout Plain Layout
36128 Punkt (72.27
36129 \begin_inset space \thinspace{}
36130 \end_inset
36131
36132 pt = 1
36133 \begin_inset space \thinspace{}
36134 \end_inset
36135
36136 in)
36137 \end_layout
36138
36139 \end_inset
36140 </cell>
36141 </row>
36142 <row>
36143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36144 \begin_inset Text
36145
36146 \begin_layout Plain Layout
36147 pc
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156 Pica (1
36157 \begin_inset space \thinspace{}
36158 \end_inset
36159
36160 pc = 12
36161 \begin_inset space \thinspace{}
36162 \end_inset
36163
36164 pt)
36165 \end_layout
36166
36167 \end_inset
36168 </cell>
36169 </row>
36170 <row>
36171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36172 \begin_inset Text
36173
36174 \begin_layout Plain Layout
36175 sp
36176 \end_layout
36177
36178 \end_inset
36179 </cell>
36180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36181 \begin_inset Text
36182
36183 \begin_layout Plain Layout
36184 skalierter Punkt (65536
36185 \begin_inset space \thinspace{}
36186 \end_inset
36187
36188 sp = 1
36189 \begin_inset space \thinspace{}
36190 \end_inset
36191
36192 pt)
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 </row>
36198 <row>
36199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36200 \begin_inset Text
36201
36202 \begin_layout Plain Layout
36203 bp
36204 \end_layout
36205
36206 \end_inset
36207 </cell>
36208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36209 \begin_inset Text
36210
36211 \begin_layout Plain Layout
36212 großer Punkt (72
36213 \begin_inset space \thinspace{}
36214 \end_inset
36215
36216 bp = 1
36217 \begin_inset space \thinspace{}
36218 \end_inset
36219
36220 in)
36221 \end_layout
36222
36223 \end_inset
36224 </cell>
36225 </row>
36226 <row>
36227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36228 \begin_inset Text
36229
36230 \begin_layout Plain Layout
36231 dd
36232 \end_layout
36233
36234 \end_inset
36235 </cell>
36236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36237 \begin_inset Text
36238
36239 \begin_layout Plain Layout
36240 Didot (1
36241 \begin_inset space \thinspace{}
36242 \end_inset
36243
36244 dd 
36245 \begin_inset Formula $\approx$
36246 \end_inset
36247
36248  0,376
36249 \begin_inset space \thinspace{}
36250 \end_inset
36251
36252 mm)
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 cc
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 Cicero (1
36273 \begin_inset space \thinspace{}
36274 \end_inset
36275
36276 cc = 12
36277 \begin_inset space \thinspace{}
36278 \end_inset
36279
36280 dd)
36281 \end_layout
36282
36283 \end_inset
36284 </cell>
36285 </row>
36286 <row>
36287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36288 \begin_inset Text
36289
36290 \begin_layout Plain Layout
36291 Skalierung%
36292 \end_layout
36293
36294 \end_inset
36295 </cell>
36296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36297 \begin_inset Text
36298
36299 \begin_layout Plain Layout
36300 % der originalen Bildbreite
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 </row>
36306 <row>
36307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311 Textbreite %
36312 \end_layout
36313
36314 \end_inset
36315 </cell>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 % der Textbreite
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 </row>
36326 <row>
36327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331 Spaltenbreite %
36332 \end_layout
36333
36334 \end_inset
36335 </cell>
36336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36337 \begin_inset Text
36338
36339 \begin_layout Plain Layout
36340 % der Spaltenbreite
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 </row>
36346 <row>
36347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36348 \begin_inset Text
36349
36350 \begin_layout Plain Layout
36351 Seitenbreite %
36352 \end_layout
36353
36354 \end_inset
36355 </cell>
36356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36357 \begin_inset Text
36358
36359 \begin_layout Plain Layout
36360 % der Seitenbreite
36361 \end_layout
36362
36363 \end_inset
36364 </cell>
36365 </row>
36366 <row>
36367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36368 \begin_inset Text
36369
36370 \begin_layout Plain Layout
36371 Zeilenbreite %
36372 \end_layout
36373
36374 \end_inset
36375 </cell>
36376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36377 \begin_inset Text
36378
36379 \begin_layout Plain Layout
36380 % der Zeilenbreite
36381 \end_layout
36382
36383 \end_inset
36384 </cell>
36385 </row>
36386 <row>
36387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36388 \begin_inset Text
36389
36390 \begin_layout Plain Layout
36391 Texthöhe %
36392 \end_layout
36393
36394 \end_inset
36395 </cell>
36396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36397 \begin_inset Text
36398
36399 \begin_layout Plain Layout
36400 % der Texthöhe
36401 \end_layout
36402
36403 \end_inset
36404 </cell>
36405 </row>
36406 <row>
36407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36408 \begin_inset Text
36409
36410 \begin_layout Plain Layout
36411 Seitenhöhe %
36412 \end_layout
36413
36414 \end_inset
36415 </cell>
36416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36417 \begin_inset Text
36418
36419 \begin_layout Plain Layout
36420 % der Seitenhöhe
36421 \end_layout
36422
36423 \end_inset
36424 </cell>
36425 </row>
36426 <row>
36427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431 ex
36432 \end_layout
36433
36434 \end_inset
36435 </cell>
36436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36437 \begin_inset Text
36438
36439 \begin_layout Plain Layout
36440 Die Höhe des Buchstabens 
36441 \emph on
36442 x
36443 \emph default
36444  im aktiven Zeichensatz
36445 \end_layout
36446
36447 \end_inset
36448 </cell>
36449 </row>
36450 <row>
36451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455 em
36456 \end_layout
36457
36458 \end_inset
36459 </cell>
36460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36461 \begin_inset Text
36462
36463 \begin_layout Plain Layout
36464 Die Breite des Buchstabens 
36465 \emph on
36466 M
36467 \emph default
36468  im aktiven Zeichensatz
36469 \end_layout
36470
36471 \end_inset
36472 </cell>
36473 </row>
36474 <row>
36475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36476 \begin_inset Text
36477
36478 \begin_layout Plain Layout
36479 mu
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488 mathematische  Maßeinheit
36489 \series bold
36490  
36491 \series default
36492 (1
36493 \begin_inset space \thinspace{}
36494 \end_inset
36495
36496 mu = 1/18
36497 \begin_inset space \thinspace{}
36498 \end_inset
36499
36500 em)
36501 \end_layout
36502
36503 \end_inset
36504 </cell>
36505 </row>
36506 </lyxtabular>
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \end_inset
36514
36515
36516 \end_layout
36517
36518 \begin_layout Chapter
36519 Ausgabedatei-Formate mit Grafiken
36520 \begin_inset CommandInset label
36521 LatexCommand label
36522 name "kap:Ausgabedatei-Formate"
36523
36524 \end_inset
36525
36526
36527 \end_layout
36528
36529 \begin_layout Section
36530 DVI
36531 \begin_inset Index idx
36532 status collapsed
36533
36534 \begin_layout Plain Layout
36535 Dateiformat! DVI
36536 \end_layout
36537
36538 \end_inset
36539
36540
36541 \begin_inset Index idx
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545 DVI
36546 \end_layout
36547
36548 \end_inset
36549
36550
36551 \end_layout
36552
36553 \begin_layout Standard
36554 Dieser Dateityp hat die Erweiterung 
36555 \begin_inset Quotes gld
36556 \end_inset
36557
36558
36559 \family typewriter
36560 .dvi
36561 \family default
36562
36563 \begin_inset Quotes grd
36564 \end_inset
36565
36566  und wird 
36567 \begin_inset Quotes gld
36568 \end_inset
36569
36570 device independent
36571 \begin_inset Quotes grd
36572 \end_inset
36573
36574  genannt, weil er vollkommen portierbar ist.
36575  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
36576  dvi-Betrachter installiert hat.
36577  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
36578 ate wie PostScript benutzt.
36579 \end_layout
36580
36581 \begin_layout Standard
36582 \begin_inset Note Greyedout
36583 status open
36584
36585 \begin_layout Plain Layout
36586
36587 \series bold
36588 Bemerkung:
36589 \series default
36590  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Standard
36599 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
36600  auf einen anderen Computer kopieren.
36601  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
36602  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
36603  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
36604 \family typewriter
36605  
36606 \family default
36607 blättern.
36608
36609 \family typewriter
36610  
36611 \family default
36612 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
36613  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
36614  
36615 \end_layout
36616
36617 \begin_layout Standard
36618 Sie können Ihr Dokument als DVI über das Menü 
36619 \family sans
36620 Datei\SpecialChar \menuseparator
36621 Exportieren\SpecialChar \menuseparator
36622 DVI
36623 \family default
36624  exportieren.
36625  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
36626 \family sans
36627 Ansicht
36628 \family default
36629  oder den Werkzeugleistenknopf 
36630 \begin_inset Graphics
36631         filename ../../images/buffer-view_dvi.png
36632         scale 70
36633         scaleBeforeRotation
36634
36635 \end_inset
36636
36637  anschauen.
36638 \end_layout
36639
36640 \begin_layout Section
36641 PostScript
36642 \begin_inset CommandInset label
36643 LatexCommand label
36644 name "abs:PostScript"
36645
36646 \end_inset
36647
36648
36649 \begin_inset Index idx
36650 status collapsed
36651
36652 \begin_layout Plain Layout
36653 Dateiformat  ! PostScript
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \begin_inset Index idx
36660 status collapsed
36661
36662 \begin_layout Plain Layout
36663 PostScript
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \begin_layout Standard
36672 Dieser Dateityp hat die Erweiterung 
36673 \begin_inset Quotes gld
36674 \end_inset
36675
36676
36677 \family typewriter
36678 .ps
36679 \family default
36680
36681 \begin_inset Quotes grd
36682 \end_inset
36683
36684 .
36685  PostScript wurde von der Firma
36686 \family typewriter
36687  Adobe
36688 \family default
36689  als Druckersprache entwickelt.
36690  Die Datei enthält deshalb Druckbefehle.
36691  PostScript kann als 
36692 \begin_inset Quotes gld
36693 \end_inset
36694
36695 Programmiersprache
36696 \begin_inset Quotes grd
36697 \end_inset
36698
36699  angesehen werden.
36700  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
36701 \begin_inset Foot
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
36706  von
36707 \series bold
36708  PSTricks
36709 \series default
36710  
36711 \begin_inset CommandInset citation
36712 LatexCommand cite
36713 key "pstricks"
36714
36715 \end_inset
36716
36717  oder 
36718 \begin_inset CommandInset citation
36719 LatexCommand cite
36720 key "latex-praxisbuch"
36721
36722 \end_inset
36723
36724  ansehen.
36725 \end_layout
36726
36727 \end_inset
36728
36729 .
36730  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
36731 \end_layout
36732
36733 \begin_layout Standard
36734 PostScript kann nur Bilder im Format EPS
36735 \begin_inset Index idx
36736 status collapsed
36737
36738 \begin_layout Plain Layout
36739 EPS
36740 \end_layout
36741
36742 \end_inset
36743
36744  (Encapsulated PostScript, Datei-Er\SpecialChar \-
36745 wei\SpecialChar \-
36746 ter\SpecialChar \-
36747 ung 
36748 \begin_inset Quotes gld
36749 \end_inset
36750
36751
36752 \family typewriter
36753 .eps
36754 \family default
36755
36756 \begin_inset Quotes grd
36757 \end_inset
36758
36759 ) enthalten.
36760  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
36761  intern nach EPS konvertieren.
36762  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
36763  verlangsamen.
36764  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
36765  konvertieren und direkt als EPS einfügen.
36766 \end_layout
36767
36768 \begin_layout Standard
36769 Sie können Ihr Dokument als PostScript über das Menü 
36770 \family sans
36771 Datei\SpecialChar \menuseparator
36772 Exportieren\SpecialChar \menuseparator
36773 Post\SpecialChar \-
36774 Script
36775 \family default
36776  exportieren.
36777  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
36778 \family sans
36779 Ansicht
36780 \family default
36781  oder den Werkzeugleistenknopf 
36782 \begin_inset Graphics
36783         filename ../../images/buffer-view_ps.png
36784         scale 70
36785         scaleBeforeRotation
36786
36787 \end_inset
36788
36789  anschauen.
36790 \end_layout
36791
36792 \begin_layout Section
36793 PDF
36794 \begin_inset Index idx
36795 status collapsed
36796
36797 \begin_layout Plain Layout
36798 Dateiformat! PDF
36799 \end_layout
36800
36801 \end_inset
36802
36803
36804 \begin_inset Index idx
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 PDF
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \begin_layout Standard
36817 Dieser Dateityp hat die Erweiterung 
36818 \begin_inset Quotes gld
36819 \end_inset
36820
36821
36822 \family typewriter
36823 .pdf
36824 \family default
36825
36826 \begin_inset Quotes grd
36827 \end_inset
36828
36829 .
36830  Das
36831 \emph on
36832  
36833 \emph default
36834
36835 \begin_inset Quotes gld
36836 \end_inset
36837
36838 Portable Document Format
36839 \begin_inset Quotes grd
36840 \end_inset
36841
36842  (PDF) wurde auch von der Firma 
36843 \family typewriter
36844 Adobe
36845 \family default
36846  als Derivat von PostScript entwickelt.
36847  Es ist komprimierter und benutzt weniger Befehle als PostScript.
36848  Wie der Begriff 
36849 \begin_inset Quotes gld
36850 \end_inset
36851
36852 portable
36853 \begin_inset Quotes grd
36854 \end_inset
36855
36856  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
36857  werden, und der Ausdruck sieht immer gleich aus.
36858 \end_layout
36859
36860 \begin_layout Standard
36861 PDF kann Bilder im eigenen PDF-Format, im Format 
36862 \begin_inset Quotes gld
36863 \end_inset
36864
36865 Joint Photographic Experts Group
36866 \begin_inset Quotes grd
36867 \end_inset
36868
36869  (JPEG
36870 \begin_inset Index idx
36871 status collapsed
36872
36873 \begin_layout Plain Layout
36874 JPG, JPEG
36875 \end_layout
36876
36877 \end_inset
36878
36879 , Datei-Erweiterung 
36880 \begin_inset Quotes gld
36881 \end_inset
36882
36883
36884 \family typewriter
36885 .jpg
36886 \family default
36887
36888 \begin_inset Quotes grd
36889 \end_inset
36890
36891  oder 
36892 \begin_inset Quotes gld
36893 \end_inset
36894
36895
36896 \family typewriter
36897 .jpeg
36898 \family default
36899
36900 \begin_inset Quotes grd
36901 \end_inset
36902
36903 ) und im Format 
36904 \begin_inset Quotes gld
36905 \end_inset
36906
36907 Portable Network Graphics
36908 \begin_inset Quotes grd
36909 \end_inset
36910
36911  (PNG
36912 \begin_inset Index idx
36913 status collapsed
36914
36915 \begin_layout Plain Layout
36916 PNG
36917 \end_layout
36918
36919 \end_inset
36920
36921 , Datei-Erweiterung 
36922 \begin_inset Quotes gld
36923 \end_inset
36924
36925
36926 \family typewriter
36927 .png
36928 \family default
36929
36930 \begin_inset Quotes grd
36931 \end_inset
36932
36933 ) enthalten.
36934  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
36935  Sie konvertieren wird.
36936  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
36937  wird, eines der drei erwähnten Bildformate zu benutzen.
36938 \end_layout
36939
36940 \begin_layout Standard
36941 PDF-Dateien können Sie über 
36942 \family sans
36943 Datei\SpecialChar \menuseparator
36944 Exportieren
36945 \family default
36946  auf drei Arten erzeugen:
36947 \end_layout
36948
36949 \begin_layout Description
36950 PDF
36951 \begin_inset space ~
36952 \end_inset
36953
36954 (ps2pdf) benutzt das Programm
36955 \family typewriter
36956  ps2pdf
36957 \family default
36958 , das eine PDF-Datei aus einer Post\SpecialChar \-
36959 Script®-Version Ihres Dokument erstellt.
36960  Die PostScript-Version wird mit dem Programm 
36961 \family typewriter
36962 dvips
36963 \family default
36964  aus einer DVI-Version erstellt.
36965  Es werden also drei Konvertierungen verwendet.
36966 \end_layout
36967
36968 \begin_layout Description
36969 PDF
36970 \begin_inset space ~
36971 \end_inset
36972
36973 (dvipdfm) benutzt das Programm 
36974 \family typewriter
36975 dvipdfm
36976 \family default
36977 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
36978  PDF konvertiert.
36979 \end_layout
36980
36981 \begin_layout Description
36982 PDF
36983 \begin_inset space ~
36984 \end_inset
36985
36986 (pdflatex) benutzt das Programm
36987 \family typewriter
36988  pdftex
36989 \family default
36990 , das Ihr Dokument direkt nach PDF konvertiert.
36991 \end_layout
36992
36993 \begin_layout Standard
36994
36995 \family sans
36996 PDF
36997 \begin_inset space ~
36998 \end_inset
36999
37000 (pdflatex)
37001 \family default
37002  wird empfohlen, weil
37003 \family typewriter
37004  pdftex
37005 \family default
37006  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
37007  ohne Probleme arbeitet.
37008  Das Programm 
37009 \family typewriter
37010 dvi\SpecialChar \-
37011 pdfm
37012 \family default
37013  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
37014 \end_layout
37015
37016 \begin_layout Standard
37017 Sie können Ihr Dokument als PDF über das Menü 
37018 \family sans
37019 Datei\SpecialChar \menuseparator
37020 Exportieren\SpecialChar \menuseparator
37021 PDF
37022 \family default
37023  exportieren.
37024  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
37025 \family sans
37026 Ansicht
37027 \family default
37028  oder den Werkzeugleistenknopf 
37029 \begin_inset Graphics
37030         filename ../../images/buffer-view_pdf2.png
37031         scale 70
37032         scaleBeforeRotation
37033
37034 \end_inset
37035
37036  anschauen 
37037 \family sans
37038 (
37039 \family default
37040 der 
37041 \family sans
37042 PDF
37043 \begin_inset space ~
37044 \end_inset
37045
37046 (pdflatex)
37047 \family default
37048  verwendet).
37049 \end_layout
37050
37051 \begin_layout Chapter
37052 Erklärung der Gleichung
37053 \begin_inset space ~
37054 \end_inset
37055
37056 (
37057 \begin_inset CommandInset ref
37058 LatexCommand ref
37059 reference "eq:Wgn"
37060
37061 \end_inset
37062
37063 )
37064 \begin_inset CommandInset label
37065 LatexCommand label
37066 name "kap:Exläuterung-einer-Gleichung"
37067
37068 \end_inset
37069
37070
37071 \end_layout
37072
37073 \begin_layout Standard
37074 Die Gesamtbreite von
37075 \emph on
37076  n
37077 \emph default
37078  Tabellenzellen 
37079 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37080 \end_inset
37081
37082  kann wie folgt berechnet werden:
37083 \end_layout
37084
37085 \begin_layout Standard
37086 \begin_inset Formula 
37087 \begin{equation}
37088 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37089 \end{equation}
37090
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \begin_layout Standard
37097 Dabei ist 
37098 \begin_inset Formula $W_{g\, n}$
37099 \end_inset
37100
37101  die Breite jeder Zelle.
37102
37103 \series bold
37104  
37105 \backslash
37106 tabcolsep
37107 \series default
37108  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
37109  Standardwert 6
37110 \begin_inset space \thinspace{}
37111 \end_inset
37112
37113 pt.
37114  
37115 \series bold
37116
37117 \backslash
37118 arrayrulewidth
37119 \series default
37120  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
37121 \begin_inset space \thinspace{}
37122 \end_inset
37123
37124 pt.
37125 \end_layout
37126
37127 \begin_layout Standard
37128 Nach Gleichung
37129 \begin_inset space ~
37130 \end_inset
37131
37132
37133 \begin_inset CommandInset ref
37134 LatexCommand ref
37135 reference "eq:Wtot_n"
37136
37137 \end_inset
37138
37139  ist die Gesamtbreite einer Mehrfachspalte, 
37140 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37141 \end_inset
37142
37143 ,
37144 \end_layout
37145
37146 \begin_layout Standard
37147 \begin_inset Formula 
37148 \begin{equation}
37149 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37150 \end{equation}
37151
37152 \end_inset
37153
37154
37155 \end_layout
37156
37157 \begin_layout Standard
37158 Setzt man die Gleichungen
37159 \begin_inset space ~
37160 \end_inset
37161
37162
37163 \begin_inset CommandInset ref
37164 LatexCommand ref
37165 reference "eq:Wtot_n"
37166
37167 \end_inset
37168
37169  und 
37170 \begin_inset CommandInset ref
37171 LatexCommand ref
37172 reference "eq:Wtot_mult"
37173
37174 \end_inset
37175
37176  gleich, kann man die benötigte Breite 
37177 \begin_inset Formula $W_{g\, n}$
37178 \end_inset
37179
37180 , wenn 
37181 \emph on
37182 n
37183 \emph default
37184  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
37185 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37186 \end_inset
37187
37188  hat, berechnen:
37189 \end_layout
37190
37191 \begin_layout Standard
37192 \begin_inset Formula 
37193 \begin{equation}
37194 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37195 \end{equation}
37196
37197 \end_inset
37198
37199
37200 \end_layout
37201
37202 \begin_layout Bibliography
37203 \labelwidthstring Literaturverzeichnis
37204 \begin_inset CommandInset bibitem
37205 LatexCommand bibitem
37206 key "latexcompanion"
37207
37208 \end_inset
37209
37210 Frank Mittelbach and Michel Goossens: 
37211 \emph on
37212 The LaTeX Companion Second Edition.
37213
37214 \emph default
37215  Addison-Wesley, 2004
37216 \end_layout
37217
37218 \begin_layout Bibliography
37219 \labelwidthstring Literaturverzeichnis
37220 \begin_inset CommandInset bibitem
37221 LatexCommand bibitem
37222 key "latexguide"
37223
37224 \end_inset
37225
37226 Helmut Kopka and Patrick W.
37227  Daly: 
37228 \emph on
37229 A Guide to LaTeX Fourth Edition.
37230
37231 \emph default
37232  Addison-Wesley, 2003
37233 \end_layout
37234
37235 \begin_layout Bibliography
37236 \labelwidthstring Literaturverzeichnis
37237 \begin_inset CommandInset bibitem
37238 LatexCommand bibitem
37239 key "lamport"
37240
37241 \end_inset
37242
37243 Leslie Lamport: 
37244 \emph on
37245 LaTeX: A Document Preparation System.
37246
37247 \emph default
37248  Addison-Wesley, second edition, 1994
37249 \end_layout
37250
37251 \begin_layout Bibliography
37252 \labelwidthstring Literaturverzeichnis
37253 \begin_inset CommandInset bibitem
37254 LatexCommand bibitem
37255 key "latex-praxisbuch"
37256
37257 \end_inset
37258
37259 Niedermair, Elke & Michael: 
37260 \emph on
37261 LaTeX-Praxisbuch
37262 \emph default
37263 , Franzis-Verlag, 2004
37264 \end_layout
37265
37266 \begin_layout Bibliography
37267 \labelwidthstring Literaturverzeichnis
37268 \begin_inset CommandInset bibitem
37269 LatexCommand bibitem
37270 key "booktabs"
37271
37272 \end_inset
37273
37274 Dokumentation des LaTeX-Pakets 
37275 \series bold
37276
37277 \begin_inset CommandInset href
37278 LatexCommand href
37279 name "booktabs"
37280 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37281
37282 \end_inset
37283
37284
37285 \series default
37286
37287 \begin_inset Index idx
37288 status collapsed
37289
37290 \begin_layout Plain Layout
37291 LaTeX-Pakete ! booktabs
37292 \end_layout
37293
37294 \end_inset
37295
37296
37297 \end_layout
37298
37299 \begin_layout Bibliography
37300 \labelwidthstring Literaturverzeichnis
37301 \begin_inset CommandInset bibitem
37302 LatexCommand bibitem
37303 key "caption"
37304
37305 \end_inset
37306
37307 Dokumentation des LaTeX-Pakets 
37308 \series bold
37309
37310 \begin_inset CommandInset href
37311 LatexCommand href
37312 name "caption"
37313 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
37314
37315 \end_inset
37316
37317
37318 \series default
37319
37320 \begin_inset Index idx
37321 status collapsed
37322
37323 \begin_layout Plain Layout
37324 LaTeX-Pakete ! caption
37325 \end_layout
37326
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \begin_layout Bibliography
37333 \labelwidthstring Literaturverzeichnis
37334 \begin_inset CommandInset bibitem
37335 LatexCommand bibitem
37336 key "endfloat"
37337
37338 \end_inset
37339
37340 Dokumentation des LaTeX-Pakets 
37341 \series bold
37342
37343 \begin_inset CommandInset href
37344 LatexCommand href
37345 name "endfloat"
37346 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
37347
37348 \end_inset
37349
37350
37351 \series default
37352
37353 \begin_inset Index idx
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357 LaTeX-Pakete ! endfloat
37358 \end_layout
37359
37360 \end_inset
37361
37362
37363 \end_layout
37364
37365 \begin_layout Bibliography
37366 \labelwidthstring Literaturverzeichnis
37367 \begin_inset CommandInset bibitem
37368 LatexCommand bibitem
37369 key "footmisc"
37370
37371 \end_inset
37372
37373 Dokumentation des LaTeX-Pakets 
37374 \series bold
37375
37376 \begin_inset CommandInset href
37377 LatexCommand href
37378 name "footmisc"
37379 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
37380
37381 \end_inset
37382
37383
37384 \series default
37385
37386 \begin_inset Index idx
37387 status collapsed
37388
37389 \begin_layout Plain Layout
37390 LaTeX-Pakete ! footmisc
37391 \end_layout
37392
37393 \end_inset
37394
37395
37396 \end_layout
37397
37398 \begin_layout Bibliography
37399 \labelwidthstring Literaturverzeichnis
37400 \begin_inset CommandInset bibitem
37401 LatexCommand bibitem
37402 key "hypcap"
37403
37404 \end_inset
37405
37406 Dokumentation des LaTeX-Pakets 
37407 \series bold
37408
37409 \begin_inset CommandInset href
37410 LatexCommand href
37411 name "hypcap"
37412 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
37413
37414 \end_inset
37415
37416
37417 \series default
37418
37419 \begin_inset Index idx
37420 status collapsed
37421
37422 \begin_layout Plain Layout
37423 LaTeX-Pakete ! hypcap
37424 \end_layout
37425
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Bibliography
37432 \labelwidthstring Literaturverzeichnis
37433 \begin_inset CommandInset bibitem
37434 LatexCommand bibitem
37435 key "hyperref"
37436
37437 \end_inset
37438
37439 Dokumentation des LaTeX-Pakets 
37440 \series bold
37441
37442 \begin_inset CommandInset href
37443 LatexCommand href
37444 name "hyperref"
37445 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37446
37447 \end_inset
37448
37449
37450 \series default
37451
37452 \begin_inset Index idx
37453 status collapsed
37454
37455 \begin_layout Plain Layout
37456 LaTeX-Pakete ! hyperref
37457 \end_layout
37458
37459 \end_inset
37460
37461
37462 \end_layout
37463
37464 \begin_layout Bibliography
37465 \labelwidthstring Literaturverzeichnis
37466 \begin_inset CommandInset bibitem
37467 LatexCommand bibitem
37468 key "KOMA-Script"
37469
37470 \end_inset
37471
37472 Dokumentation des LaTeX-Pakets 
37473 \series bold
37474
37475 \begin_inset CommandInset href
37476 LatexCommand href
37477 name "KOMA-Script"
37478 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
37479
37480 \end_inset
37481
37482
37483 \series default
37484
37485 \begin_inset Index idx
37486 status collapsed
37487
37488 \begin_layout Plain Layout
37489 LaTeX-Pakete ! KOMA-Script
37490 \end_layout
37491
37492 \end_inset
37493
37494
37495 \end_layout
37496
37497 \begin_layout Bibliography
37498 \labelwidthstring Literaturverzeichnis
37499 \begin_inset CommandInset bibitem
37500 LatexCommand bibitem
37501 key "listings"
37502
37503 \end_inset
37504
37505 Dokumentation des LaTeX-Pakets 
37506 \series bold
37507
37508 \begin_inset CommandInset href
37509 LatexCommand href
37510 name "listings"
37511 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37512
37513 \end_inset
37514
37515
37516 \series default
37517
37518 \begin_inset Index idx
37519 status collapsed
37520
37521 \begin_layout Plain Layout
37522 LaTeX-Pakete ! listings
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \begin_layout Bibliography
37531 \labelwidthstring Literaturverzeichnis
37532 \begin_inset CommandInset bibitem
37533 LatexCommand bibitem
37534 key "marginnote"
37535
37536 \end_inset
37537
37538 Dokumentation des LaTeX-Pakets 
37539 \series bold
37540
37541 \begin_inset CommandInset href
37542 LatexCommand href
37543 name "marginnote"
37544 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37545
37546 \end_inset
37547
37548
37549 \series default
37550
37551 \begin_inset Index idx
37552 status collapsed
37553
37554 \begin_layout Plain Layout
37555 LaTeX-Pakete ! marginnote
37556 \end_layout
37557
37558 \end_inset
37559
37560
37561 \end_layout
37562
37563 \begin_layout Bibliography
37564 \labelwidthstring Literaturverzeichnis
37565 \begin_inset CommandInset bibitem
37566 LatexCommand bibitem
37567 key "lettrine"
37568
37569 \end_inset
37570
37571 Dokumentation des LaTeX-Pakets 
37572 \series bold
37573
37574 \begin_inset CommandInset href
37575 LatexCommand href
37576 name "lettrine"
37577 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37578
37579 \end_inset
37580
37581
37582 \series default
37583  und ein 
37584 \begin_inset CommandInset href
37585 LatexCommand href
37586 name "Beispiel"
37587 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
37588
37589 \end_inset
37590
37591
37592 \begin_inset Index idx
37593 status collapsed
37594
37595 \begin_layout Plain Layout
37596 LaTeX-Pakete ! lettrine
37597 \end_layout
37598
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Bibliography
37605 \labelwidthstring Literaturverzeichnis
37606 \begin_inset CommandInset bibitem
37607 LatexCommand bibitem
37608 key "pstricks"
37609
37610 \end_inset
37611
37612 Webseite des LaTeX-Pakets 
37613 \series bold
37614
37615 \begin_inset CommandInset href
37616 LatexCommand href
37617 name "PSTricks"
37618 target "http://tug.org/PSTricks/"
37619
37620 \end_inset
37621
37622
37623 \series default
37624
37625 \begin_inset Index idx
37626 status collapsed
37627
37628 \begin_layout Plain Layout
37629 LaTeX-Pakete ! pstricks
37630 \end_layout
37631
37632 \end_inset
37633
37634
37635 \end_layout
37636
37637 \begin_layout Bibliography
37638 \labelwidthstring Literaturverzeichnis
37639 \begin_inset CommandInset bibitem
37640 LatexCommand bibitem
37641 key "sidecap"
37642
37643 \end_inset
37644
37645 Dokumentation des LaTeX-Pakets 
37646 \series bold
37647
37648 \begin_inset CommandInset href
37649 LatexCommand href
37650 name "sidecap"
37651 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37652
37653 \end_inset
37654
37655
37656 \series default
37657
37658 \begin_inset Index idx
37659 status collapsed
37660
37661 \begin_layout Plain Layout
37662 LaTeX-Pakete ! sidecap
37663 \end_layout
37664
37665 \end_inset
37666
37667
37668 \end_layout
37669
37670 \begin_layout Bibliography
37671 \labelwidthstring Literaturverzeichnis
37672 \begin_inset CommandInset bibitem
37673 LatexCommand bibitem
37674 key "prettyref"
37675
37676 \end_inset
37677
37678 Dokumentation des LaTeX-Pakets 
37679 \series bold
37680
37681 \begin_inset CommandInset href
37682 LatexCommand href
37683 name "prettyref"
37684 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37685
37686 \end_inset
37687
37688
37689 \series default
37690
37691 \begin_inset Index idx
37692 status collapsed
37693
37694 \begin_layout Plain Layout
37695 LaTeX-Pakete ! prettyref
37696 \end_layout
37697
37698 \end_inset
37699
37700
37701 \end_layout
37702
37703 \begin_layout Bibliography
37704 \labelwidthstring Literaturverzeichnis
37705 \begin_inset CommandInset bibitem
37706 LatexCommand bibitem
37707 key "refstyle"
37708
37709 \end_inset
37710
37711 Dokumentation des LaTeX-Pakets 
37712 \series bold
37713
37714 \begin_inset CommandInset href
37715 LatexCommand href
37716 name "refstyle"
37717 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
37718
37719 \end_inset
37720
37721
37722 \series default
37723
37724 \begin_inset Index idx
37725 status collapsed
37726
37727 \begin_layout Plain Layout
37728 LaTeX-Pakete ! refstyle
37729 \end_layout
37730
37731 \end_inset
37732
37733
37734 \end_layout
37735
37736 \begin_layout Bibliography
37737 \labelwidthstring Literaturverzeichnis
37738 \begin_inset CommandInset bibitem
37739 LatexCommand bibitem
37740 key "NeuInLyX20"
37741
37742 \end_inset
37743
37744
37745 \begin_inset CommandInset href
37746 LatexCommand href
37747 name "Wiki-Seite"
37748 target "http://wiki.lyx.org/LyX/NewInLyX20"
37749
37750 \end_inset
37751
37752  über neue Funktionen in 
37753 \family sans
37754 LyX 2.0
37755 \family default
37756 .
37757 \end_layout
37758
37759 \begin_layout Standard
37760 \begin_inset CommandInset index_print
37761 LatexCommand printindex
37762 type "idx"
37763
37764 \end_inset
37765
37766
37767 \end_layout
37768
37769 \end_body
37770 \end_document