]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
Acknowledgments.lyx: fix a typo
[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 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 %Vergrößert den Teil der Seite, in dem Gleitobjekte
58 % unten angeordnet werden dürfen
59 \renewcommand{\bottomfraction}{0.5}
60
61 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % beschleunigt die Berechnung von langen Tabellen
65 \setcounter{LTchunksize}{100}
66
67 % wird für skalierte und rotierte Boxen benötigt
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % wird bei farbigen Tabellen benutzt
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
74 \definecolor{hellgrau}{gray}{0.8}
75
76 % testen ob paket colortbl installiert ist
77 % wird für farbige Tabellenzellen benutzt
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % wird fuer Tabellen im Buchstil benutzt
85 \usepackage{booktabs}
86
87 % wird benutzt, um Tabellenzellen zu vergrößern
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % wird fuer benutzerdefinierte Tabellen benutzt
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % Setzt einen zusaetzlichen Abstand von
109 % 1.5 mm zwischen Fussnoten
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % Prüfung auf benötigte LaTeXPakete
119 \usepackage{ifthen}
120
121 % Pruefung auf arydshln
122 % für Tabellen mit gestrichelten Linien
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % Prüfung auf marginnote
130 % für Randnotizen
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % Prüfung auf sidecap
139 % für seitliche Beschriftungen
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % Prüfung auf picinpar
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
154 \def\LyX{\texorpdfstring{%
155   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
156   {LyX}}
157
158 % Damit der Index den Namen "Stichwortverzeichnis" erhält
159 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
160 \end_preamble
161 \options fleqn,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  des englischen Originals 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 Das Feld 
656 \family sans
657 Gruppenname
658 \begin_inset space ~
659 \end_inset
660
661 initialisieren
662 \family default
663  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
664  solche zuzuordnen.
665 \begin_inset Index idx
666 status collapsed
667
668 \begin_layout Plain Layout
669 Abbildungen ! Einstellungsgruppen
670 \end_layout
671
672 \end_inset
673
674  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
675  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
676  der Gruppe geändert werden.
677  Damit kann man z.B.
678 \begin_inset space ~
679 \end_inset
680
681 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
682  Bild tun zu müssen.
683  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
684  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
685 \end_layout
686
687 \begin_layout Standard
688 \begin_inset VSpace bigskip
689 \end_inset
690
691
692 \end_layout
693
694 \begin_layout Standard
695 Hier ist eine zentrierte EPS-Abbildung
696 \begin_inset Foot
697 status collapsed
698
699 \begin_layout Plain Layout
700 Abbildungsformate sind in Abschnitt
701 \begin_inset space ~
702 \end_inset
703
704
705 \begin_inset CommandInset ref
706 LatexCommand ref
707 reference "abs:Bildformate"
708
709 \end_inset
710
711  beschrieben.
712 \end_layout
713
714 \end_inset
715
716  in einem eigenen Absatz:
717 \end_layout
718
719 \begin_layout Standard
720 \align center
721 \begin_inset Graphics
722         filename ../clipart/mobius.eps
723         scale 70
724         scaleBeforeRotation
725         rotateOrigin center
726
727 \end_inset
728
729
730 \end_layout
731
732 \begin_layout Standard
733 \noindent
734 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
735 \end_layout
736
737 \begin_layout Standard
738 \align center
739 \begin_inset Graphics
740         filename ../clipart/mobius.eps
741         scale 70
742         draft
743         scaleBeforeRotation
744         rotateOrigin center
745
746 \end_inset
747
748
749 \end_layout
750
751 \begin_layout Section
752 Gleitende Abbildungen
753 \begin_inset CommandInset label
754 LatexCommand label
755 name "abs:Gleitende-Abbildungen"
756
757 \end_inset
758
759
760 \begin_inset Index idx
761 status collapsed
762
763 \begin_layout Plain Layout
764 Abbildungen ! gleitende
765 \end_layout
766
767 \end_inset
768
769
770 \begin_inset Index idx
771 status collapsed
772
773 \begin_layout Plain Layout
774 Gleitobjekte ! Abbildungen
775 \end_layout
776
777 \end_inset
778
779
780 \end_layout
781
782 \begin_layout Standard
783 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
784 \begin_inset space ~
785 \end_inset
786
787
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "abs:Gleitobjekte-Einleitung"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \begin_layout Standard
798 Wenn Sie auf das Werkzeugleisten-Symbol 
799 \begin_inset Graphics
800         filename ../../images/float-insert_figure.png
801         scale 70
802         scaleBeforeRotation
803
804 \end_inset
805
806  klicken oder 
807 \family sans
808 Einfügen\SpecialChar \menuseparator
809 Gleit\SpecialChar \-
810 objekt\SpecialChar \menuseparator
811 Abbildung
812 \family default
813  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
814  In das rot umrahmte Feld rechts von 
815 \emph on
816 Abbildung
817 \begin_inset space ~
818 \end_inset
819
820 Nr:
821 \emph default
822  schreiben Sie die Bildbeschriftung.
823  Nach einem Klick oberhalb oder unterhalb von 
824 \emph on
825 Abbildung
826 \begin_inset space ~
827 \end_inset
828
829 Nr:
830 \emph default
831  können Sie dann eine Abbildung wie 
832 \begin_inset CommandInset ref
833 LatexCommand ref
834 reference "abb:kill-plat"
835
836 \end_inset
837
838  oberhalb oder wie Abbildung
839 \begin_inset space ~
840 \end_inset
841
842
843 \begin_inset CommandInset ref
844 LatexCommand ref
845 reference "abb:escher"
846
847 \end_inset
848
849  unterhalb der Bildbeschriftung einfügen.
850  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
851 \begin_inset space ~
852 \end_inset
853
854
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "abs:Titel-Platzierung"
858
859 \end_inset
860
861 .
862 \end_layout
863
864 \begin_layout Standard
865 \begin_inset Float figure
866 wide false
867 sideways false
868 status open
869
870 \begin_layout Plain Layout
871 \align center
872 \begin_inset Graphics
873         filename ../clipart/platypus.eps
874         width 50col%
875         scaleBeforeRotation
876         rotateOrigin center
877
878 \end_inset
879
880
881 \end_layout
882
883 \begin_layout Plain Layout
884 \begin_inset Caption
885
886 \begin_layout Plain Layout
887 \begin_inset CommandInset label
888 LatexCommand label
889 name "abb:kill-plat"
890
891 \end_inset
892
893 Platypus in einem Gleitobjekt
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Standard
907 \begin_inset Float figure
908 wide false
909 sideways false
910 status open
911
912 \begin_layout Plain Layout
913 \begin_inset Caption
914
915 \begin_layout Plain Layout
916 \begin_inset CommandInset label
917 LatexCommand label
918 name "abb:escher"
919
920 \end_inset
921
922 M.C.
923  Escher
924 \end_layout
925
926 \end_inset
927
928
929 \end_layout
930
931 \begin_layout Plain Layout
932 \align center
933 \begin_inset Graphics
934         filename ../clipart/escher-lsd.eps
935         scale 80
936         scaleBeforeRotation
937         rotateOrigin center
938
939 \end_inset
940
941
942 \end_layout
943
944 \end_inset
945
946
947 \end_layout
948
949 \begin_layout Standard
950 \begin_inset Index idx
951 status collapsed
952
953 \begin_layout Plain Layout
954 Querverweise ! auf Abbildungen
955 \end_layout
956
957 \end_inset
958
959 Abbildung
960 \begin_inset space ~
961 \end_inset
962
963
964 \begin_inset CommandInset ref
965 LatexCommand ref
966 reference "abb:kill-plat"
967
968 \end_inset
969
970  und 
971 \begin_inset CommandInset ref
972 LatexCommand ref
973 reference "abb:escher"
974
975 \end_inset
976
977  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
978  Dafür fügen Sie in der Beschriftung mit 
979 \family sans
980 Einfügen\SpecialChar \menuseparator
981 Marke
982 \family default
983  oder durch Klicken auf 
984 \begin_inset Graphics
985         filename ../../images/label-insert.png
986         scale 70
987         scaleBeforeRotation
988
989 \end_inset
990
991  eine Marke ein.
992  Auf diese können Sie dann wie gewohnt mit 
993 \family sans
994 Einfügen\SpecialChar \menuseparator
995 Querverweis
996 \family default
997  oder durch Klicken auf 
998 \begin_inset Graphics
999         filename ../../images/dialog-show-new-inset_ref.png
1000         scale 70
1001         scaleBeforeRotation
1002
1003 \end_inset
1004
1005  verweisen.
1006  Das ist besser als eine vage Formulierung wie 
1007 \begin_inset Quotes gld
1008 \end_inset
1009
1010 die obige Abbildung
1011 \begin_inset Quotes grd
1012 \end_inset
1013
1014  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1015  erscheint, und das muss nicht 
1016 \emph on
1017 oben
1018 \emph default
1019  sein.
1020  Verweise werden detailliert in Abschnitt
1021 \begin_inset space ~
1022 \end_inset
1023
1024
1025 \begin_inset CommandInset ref
1026 LatexCommand ref
1027 reference "abs:Auf-Gleitobjekte-verweisen"
1028
1029 \end_inset
1030
1031  beschrieben.
1032 \end_layout
1033
1034 \begin_layout Standard
1035 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1036  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1037  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1038  Gleitabbildung einfügt.
1039  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1040  Abbildung
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "abb:Zwei-Teilabbildungen"
1048
1049 \end_inset
1050
1051  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1052  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1053  Gleitabbildung auf Eingabe drücken.
1054  Abbildung
1055 \begin_inset space ~
1056 \end_inset
1057
1058
1059 \begin_inset CommandInset ref
1060 LatexCommand ref
1061 reference "abb:Undefinierbar"
1062
1063 \end_inset
1064
1065  und 
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "abb:Ein-Schnabeltier"
1069
1070 \end_inset
1071
1072  sind die Teilabbildungen.
1073 \end_layout
1074
1075 \begin_layout Standard
1076 \begin_inset Float figure
1077 wide false
1078 sideways false
1079 status open
1080
1081 \begin_layout Plain Layout
1082 \begin_inset space \hfill{}
1083 \end_inset
1084
1085
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status collapsed
1090
1091 \begin_layout Plain Layout
1092 \begin_inset Caption
1093
1094 \begin_layout Plain Layout
1095 \begin_inset CommandInset label
1096 LatexCommand label
1097 name "abb:Undefinierbar"
1098
1099 \end_inset
1100
1101 Undefinierbar
1102 \end_layout
1103
1104 \end_inset
1105
1106
1107 \end_layout
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Graphics
1111         filename ../clipart/escher-lsd.eps
1112         width 35col%
1113         scaleBeforeRotation
1114         groupId Teilabbildung
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \end_inset
1122
1123
1124 \begin_inset space \hfill{}
1125 \end_inset
1126
1127
1128 \begin_inset Float figure
1129 wide false
1130 sideways false
1131 status collapsed
1132
1133 \begin_layout Plain Layout
1134 \begin_inset Caption
1135
1136 \begin_layout Plain Layout
1137 \begin_inset CommandInset label
1138 LatexCommand label
1139 name "abb:Ein-Schnabeltier"
1140
1141 \end_inset
1142
1143 Ein Schnabeltier
1144 \end_layout
1145
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Plain Layout
1152 \begin_inset Graphics
1153         filename ../clipart/platypus.eps
1154         width 35col%
1155         scaleBeforeRotation
1156         groupId Teilabbildung
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \end_inset
1164
1165
1166 \begin_inset space \hfill{}
1167 \end_inset
1168
1169
1170 \end_layout
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "abb:Zwei-Teilabbildungen"
1179
1180 \end_inset
1181
1182 Zwei Teilabbildungen nebeneinander.
1183  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1184 \begin_inset Quotes gld
1185 \end_inset
1186
1187 Teilabbildung
1188 \begin_inset Quotes grd
1189 \end_inset
1190
1191  an.
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \begin_layout Section
1205 Bildformate
1206 \begin_inset CommandInset label
1207 LatexCommand label
1208 name "abs:Bildformate"
1209
1210 \end_inset
1211
1212
1213 \begin_inset Index idx
1214 status collapsed
1215
1216 \begin_layout Plain Layout
1217 Abbildungen ! Bildformate
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \begin_layout Standard
1226 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1227  Aber wie in Anhang
1228 \begin_inset space ~
1229 \end_inset
1230
1231
1232 \begin_inset CommandInset ref
1233 LatexCommand ref
1234 reference "kap:Ausgabedatei-Formate"
1235
1236 \end_inset
1237
1238  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1239  LyX benutzt im Hintergrund das Programm
1240 \family typewriter
1241  ImageMagick
1242 \family default
1243 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1244  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1245  vermeiden.
1246  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1247  werden können.
1248  Diese Formate werden in Anhang
1249 \begin_inset space ~
1250 \end_inset
1251
1252
1253 \begin_inset CommandInset ref
1254 LatexCommand ref
1255 reference "kap:Ausgabedatei-Formate"
1256
1257 \end_inset
1258
1259  beschrieben.
1260 \end_layout
1261
1262 \begin_layout Standard
1263 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1264 \end_layout
1265
1266 \begin_layout Description
1267 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1268  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1269  
1270 \emph on
1271 pixelig
1272 \emph default
1273  aus.
1274  Bekannte Pixel-Formate sind 
1275 \begin_inset Quotes gld
1276 \end_inset
1277
1278 Graphics Interchange Format
1279 \begin_inset Quotes grd
1280 \end_inset
1281
1282  (GIF, Dateiendung
1283 \family typewriter
1284  
1285 \family default
1286
1287 \begin_inset Quotes gld
1288 \end_inset
1289
1290
1291 \family typewriter
1292 .gif
1293 \family default
1294
1295 \begin_inset Quotes grd
1296 \end_inset
1297
1298 )
1299 \begin_inset Index idx
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303 GIF
1304 \end_layout
1305
1306 \end_inset
1307
1308
1309 \begin_inset Quotes gld
1310 \end_inset
1311
1312 Portable Network Graphics
1313 \begin_inset Quotes grd
1314 \end_inset
1315
1316  (PNG, Dateiendung 
1317 \begin_inset Quotes gld
1318 \end_inset
1319
1320
1321 \family typewriter
1322 .png
1323 \family default
1324
1325 \begin_inset Quotes grd
1326 \end_inset
1327
1328 )
1329 \begin_inset Index idx
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333 PNG
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \begin_inset Quotes gld
1340 \end_inset
1341
1342 Joint Photographic Experts Group
1343 \begin_inset Quotes grd
1344 \end_inset
1345
1346  (JPEG, Dateiendung
1347 \family typewriter
1348  
1349 \family default
1350
1351 \begin_inset Quotes gld
1352 \end_inset
1353
1354
1355 \family typewriter
1356 .jpg
1357 \family default
1358
1359 \begin_inset Quotes grd
1360 \end_inset
1361
1362  oder 
1363 \begin_inset Quotes gld
1364 \end_inset
1365
1366
1367 \family typewriter
1368 .jpeg
1369 \family default
1370
1371 \begin_inset Quotes grd
1372 \end_inset
1373
1374 )
1375 \begin_inset Index idx
1376 status collapsed
1377
1378 \begin_layout Plain Layout
1379 JPG, JPEG
1380 \end_layout
1381
1382 \end_inset
1383
1384  und 
1385 \begin_inset Quotes gld
1386 \end_inset
1387
1388 Windows Bitmap
1389 \begin_inset Quotes grd
1390 \end_inset
1391
1392  (BMP, Dateiendung 
1393 \begin_inset Quotes gld
1394 \end_inset
1395
1396
1397 \family typewriter
1398 .bmp
1399 \family default
1400
1401 \begin_inset Quotes grd
1402 \end_inset
1403
1404 )
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 BMP
1410 \end_layout
1411
1412 \end_inset
1413
1414 .
1415 \end_layout
1416
1417 \begin_layout Description
1418 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1419  auf jede beliebige Größe skaliert werden.
1420  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1421  zoomen zu können.
1422 \begin_inset Newline newline
1423 \end_inset
1424
1425 Bekannte Formate sind 
1426 \begin_inset Quotes gld
1427 \end_inset
1428
1429 Scalable Vector Graphics
1430 \begin_inset Quotes grd
1431 \end_inset
1432
1433  (SVG, Dateiendung
1434 \family typewriter
1435  
1436 \family default
1437
1438 \begin_inset Quotes gld
1439 \end_inset
1440
1441
1442 \family typewriter
1443 .svg
1444 \family default
1445
1446 \begin_inset Quotes grd
1447 \end_inset
1448
1449 )
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 SVG
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \begin_inset Quotes gld
1461 \end_inset
1462
1463 Encapsulated PostScript
1464 \begin_inset Quotes grd
1465 \end_inset
1466
1467  (EPS, Dateiendung 
1468 \begin_inset Quotes gld
1469 \end_inset
1470
1471
1472 \family typewriter
1473 .eps
1474 \family default
1475
1476 \begin_inset Quotes grd
1477 \end_inset
1478
1479 )
1480 \begin_inset Index idx
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484 EPS
1485 \end_layout
1486
1487 \end_inset
1488
1489
1490 \begin_inset Quotes gld
1491 \end_inset
1492
1493 Portable Document Format
1494 \begin_inset Quotes grd
1495 \end_inset
1496
1497  (PDF, Dateiendung
1498 \family typewriter
1499  
1500 \family default
1501
1502 \begin_inset Quotes gld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .pdf
1508 \family default
1509
1510 \begin_inset Quotes grd
1511 \end_inset
1512
1513 )
1514 \begin_inset Index idx
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 PDF
1519 \end_layout
1520
1521 \end_inset
1522
1523  und 
1524 \begin_inset Quotes gld
1525 \end_inset
1526
1527 Windows Metafile
1528 \begin_inset Quotes grd
1529 \end_inset
1530
1531  (WMF, Dateiendung 
1532 \begin_inset Quotes gld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .wmf
1538 \family default
1539
1540 \begin_inset Quotes grd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index idx
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 WMF
1549 \end_layout
1550
1551 \end_inset
1552
1553 .
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1558  das Ergebnis ist immer noch ein Pixelbild.
1559  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1560  hinzugefügt.
1561 \begin_inset Foot
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565 Bei PDF wird das Originalbild auch noch komprimiert.
1566 \end_layout
1567
1568 \end_inset
1569
1570  Die PDF-Dateien, die 
1571 \family typewriter
1572 Adobe Photoshop
1573 \family default
1574  erzeugt, sind zum Beispiel Pixelbilder.
1575 \end_layout
1576
1577 \begin_layout Standard
1578 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1579  umgekehrt.
1580  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1581  eingefügt werden.
1582  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1583  erzeugt wird, weil es zur Zeit keine WMF/SVG
1584 \begin_inset Formula $\to$
1585 \end_inset
1586
1587 PDF/EPS Konverter gibt.
1588 \end_layout
1589
1590 \begin_layout Chapter
1591 Tabellen
1592 \begin_inset Index idx
1593 status collapsed
1594
1595 \begin_layout Plain Layout
1596 Tabellen
1597 \end_layout
1598
1599 \end_inset
1600
1601
1602 \end_layout
1603
1604 \begin_layout Section
1605 Einführung
1606 \begin_inset Index idx
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 Tabellen ! Einführung
1611 \end_layout
1612
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \begin_layout Standard
1619 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1620 \begin_inset Graphics
1621         filename ../../images/tabular-insert.png
1622         scale 70
1623         scaleBeforeRotation
1624
1625 \end_inset
1626
1627  oder das Menü 
1628 \family sans
1629 Einfügen\SpecialChar \menuseparator
1630 Tabelle
1631 \family default
1632  einfügen.
1633  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1634 \begin_inset space \thinspace{}
1635 \end_inset
1636
1637 -Tabelle.
1638  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1639  und die Größe der dunkelblauen Tabelle angezeigt.
1640  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1641  ein.
1642  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1643  Spaltenanzahl festlegen können.
1644 \end_layout
1645
1646 \begin_layout Standard
1647 In der so erstellten Tabelle ist jede Zelle umrandet.
1648  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1649  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1650  die zweite Zeile eine Linie oberhalb haben.
1651  Hier ist ein Beispiel:
1652 \end_layout
1653
1654 \begin_layout Standard
1655 \align center
1656 \begin_inset Tabular
1657 <lyxtabular version="3" rows="5" columns="4">
1658 <features tabularvalignment="middle">
1659 <column alignment="center" valignment="top" width="0">
1660 <column alignment="center" valignment="top" width="0">
1661 <column alignment="center" valignment="top" width="0">
1662 <column alignment="center" valignment="top" width="0">
1663 <row>
1664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1665 \begin_inset Text
1666
1667 \begin_layout Plain Layout
1668
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1674 \begin_inset Text
1675
1676 \begin_layout Plain Layout
1677
1678 \family roman
1679 \series medium
1680 \shape up
1681 \size normal
1682 \emph off
1683 \bar no
1684 \noun off
1685 \color none
1686 1
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695 2
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704 3
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 </row>
1710 <row>
1711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1712 \begin_inset Text
1713
1714 \begin_layout Plain Layout
1715
1716 \family roman
1717 \series medium
1718 \shape up
1719 \size normal
1720 \emph off
1721 \bar no
1722 \noun off
1723 \color none
1724 A
1725 \end_layout
1726
1727 \end_inset
1728 </cell>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 </row>
1757 <row>
1758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1759 \begin_inset Text
1760
1761 \begin_layout Plain Layout
1762
1763 \family roman
1764 \series medium
1765 \shape up
1766 \size normal
1767 \emph off
1768 \bar no
1769 \noun off
1770 \color none
1771 B
1772 \end_layout
1773
1774 \end_inset
1775 </cell>
1776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789
1790 \end_layout
1791
1792 \end_inset
1793 </cell>
1794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 </row>
1804 <row>
1805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809
1810 \family roman
1811 \series medium
1812 \shape up
1813 \size normal
1814 \emph off
1815 \bar no
1816 \noun off
1817 \color none
1818 C
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827
1828 \end_layout
1829
1830 \end_inset
1831 </cell>
1832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1833 \begin_inset Text
1834
1835 \begin_layout Plain Layout
1836
1837 \end_layout
1838
1839 \end_inset
1840 </cell>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 </row>
1851 <row>
1852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856 D
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 </lyxtabular>
1890
1891 \end_inset
1892
1893
1894 \end_layout
1895
1896 \begin_layout Section
1897 Tabellen-Dialog
1898 \begin_inset Index idx
1899 status collapsed
1900
1901 \begin_layout Plain Layout
1902 Tabellen ! Einstellungen
1903 \end_layout
1904
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \begin_layout Standard
1911 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1912  Maustaste draufklicken.
1913  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1914 \family sans
1915 Einstellungen
1916 \family default
1917  steht.
1918  Ein Klick darauf öffnet den Tabellen-Dialog.
1919  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1920  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1921  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1922  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1923  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1924  Auswahl.
1925  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1926 \emph on
1927 Inhalt
1928 \emph default
1929  einer Zelle oder die Zelle selber ausgewählt haben.
1930 \begin_inset Newline newline
1931 \end_inset
1932
1933 Mit der Dialog-Option 
1934 \family sans
1935 Direkt
1936 \begin_inset space ~
1937 \end_inset
1938
1939 übernehmen
1940 \family default
1941  wird jede Änderung, die Sie machen, direkt übernommen.
1942  Wenn Sie den Cursor in eine andere Tabellenzelle setzen, zeigt der Dialog
1943  dann auch die Parameter der neuen Zelle an.
1944  Wenn Sie Längenwerte im Dialog ändern, müssen Sie Enter drücken, um die
1945  Änderung zu übernehmen.
1946 \begin_inset Newline newline
1947 \end_inset
1948
1949 Der Tabellen-Dialog hat folgende Karteikarten:
1950 \end_layout
1951
1952 \begin_layout Description
1953
1954 \family sans
1955 Tabellen-Einstellungen
1956 \family default
1957  Hier können Sie die Horizontale
1958 \begin_inset space ~
1959 \end_inset
1960
1961 Ausrichtung der momentanen Spalte und die Spaltenbreite festlegen.
1962  Die Ausrichtung 
1963 \family sans
1964 Am
1965 \begin_inset space ~
1966 \end_inset
1967
1968 Dezimaltrenner
1969 \family default
1970  ist in Abschnitt
1971 \begin_inset space ~
1972 \end_inset
1973
1974
1975 \begin_inset CommandInset ref
1976 LatexCommand ref
1977 reference "sub:Besondere-Zellenausrichtung"
1978
1979 \end_inset
1980
1981  beschrieben.
1982  Wenn Sie eine Spaltenbreite festgelegt haben, können Sie auch eine Vertikale
1983 \begin_inset space ~
1984 \end_inset
1985
1986 Ausrichtung der momentanen Zeile wählen.
1987  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1988  Absätze haben, wie in Abschnitt
1989 \begin_inset space ~
1990 \end_inset
1991
1992
1993 \begin_inset CommandInset ref
1994 LatexCommand ref
1995 reference "uab:Mehrfache-Zeilen-in"
1996
1997 \end_inset
1998
1999  beschrieben.
2000  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
2001 \begin_inset Newline newline
2002 \end_inset
2003
2004 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
2005  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
2006 \begin_inset space ~
2007 \end_inset
2008
2009
2010 \begin_inset CommandInset ref
2011 LatexCommand ref
2012 reference "uab:Mehrfachspalten"
2013
2014 \end_inset
2015
2016  und 
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "uab:Mehrfachzeilen"
2020
2021 \end_inset
2022
2023  beschrieben.
2024 \begin_inset Newline newline
2025 \end_inset
2026
2027 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2028  den Uhrzeigersinn um 90° drehen.
2029  LyX zeigt diese Drehung nur in der Ausgabe.
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033
2034 \begin_inset Note Greyedout
2035 status open
2036
2037 \begin_layout Plain Layout
2038
2039 \series bold
2040 Achtung:
2041 \series default
2042  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2043 \end_layout
2044
2045 \end_inset
2046
2047
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051 Die tabellenweite vertikale Ausrichtung wird für Tabellen innerhalb von
2052  Textzeilen verwendet:
2053 \begin_inset Newline newline
2054 \end_inset
2055
2056 Zeile mit Tabellen mit verschiedenen Ausrichtungen: 
2057 \begin_inset Tabular
2058 <lyxtabular version="3" rows="2" columns="2">
2059 <features tabularvalignment="top">
2060 <column alignment="center" valignment="top" width="0pt">
2061 <column alignment="center" valignment="top" width="0">
2062 <row>
2063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2064 \begin_inset Text
2065
2066 \begin_layout Plain Layout
2067
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2073 \begin_inset Text
2074
2075 \begin_layout Plain Layout
2076 1
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 </row>
2082 <row>
2083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2084 \begin_inset Text
2085
2086 \begin_layout Plain Layout
2087 A
2088 \end_layout
2089
2090 \end_inset
2091 </cell>
2092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2093 \begin_inset Text
2094
2095 \begin_layout Plain Layout
2096
2097 \end_layout
2098
2099 \end_inset
2100 </cell>
2101 </row>
2102 </lyxtabular>
2103
2104 \end_inset
2105
2106  
2107 \begin_inset Tabular
2108 <lyxtabular version="3" rows="2" columns="2">
2109 <features tabularvalignment="middle">
2110 <column alignment="center" valignment="top" width="0">
2111 <column alignment="center" valignment="top" width="0">
2112 <row>
2113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2114 \begin_inset Text
2115
2116 \begin_layout Plain Layout
2117
2118 \end_layout
2119
2120 \end_inset
2121 </cell>
2122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2123 \begin_inset Text
2124
2125 \begin_layout Plain Layout
2126 1
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 </row>
2132 <row>
2133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2134 \begin_inset Text
2135
2136 \begin_layout Plain Layout
2137 A
2138 \end_layout
2139
2140 \end_inset
2141 </cell>
2142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2143 \begin_inset Text
2144
2145 \begin_layout Plain Layout
2146
2147 \end_layout
2148
2149 \end_inset
2150 </cell>
2151 </row>
2152 </lyxtabular>
2153
2154 \end_inset
2155
2156  
2157 \begin_inset Tabular
2158 <lyxtabular version="3" rows="2" columns="2">
2159 <features tabularvalignment="bottom">
2160 <column alignment="center" valignment="top" width="0pt">
2161 <column alignment="center" valignment="top" width="0">
2162 <row>
2163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2164 \begin_inset Text
2165
2166 \begin_layout Plain Layout
2167
2168 \end_layout
2169
2170 \end_inset
2171 </cell>
2172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2173 \begin_inset Text
2174
2175 \begin_layout Plain Layout
2176 1
2177 \end_layout
2178
2179 \end_inset
2180 </cell>
2181 </row>
2182 <row>
2183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2184 \begin_inset Text
2185
2186 \begin_layout Plain Layout
2187 A
2188 \end_layout
2189
2190 \end_inset
2191 </cell>
2192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2193 \begin_inset Text
2194
2195 \begin_layout Plain Layout
2196
2197 \end_layout
2198
2199 \end_inset
2200 </cell>
2201 </row>
2202 </lyxtabular>
2203
2204 \end_inset
2205
2206
2207 \begin_inset Newline newline
2208 \end_inset
2209
2210 Man kann auch ein LaTeX-Argument für besondere Tabellen-Formatierun\SpecialChar \-
2211 gen einfügen,
2212  wie in den Abschnitten 
2213 \begin_inset CommandInset ref
2214 LatexCommand ref
2215 reference "uab:Mehrfachspalten-Berechnungen"
2216
2217 \end_inset
2218
2219  und 
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "abs:Farbige-Tabellen"
2223
2224 \end_inset
2225
2226  beschrieben.
2227 \end_layout
2228
2229 \begin_layout Description
2230
2231 \family sans
2232 Rahmen
2233 \family default
2234  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2235  hinzufügen und löschen.
2236 \begin_inset Newline newline
2237 \end_inset
2238
2239 Wenn Sie die Stil-Option
2240 \family sans
2241  Formal
2242 \family default
2243  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2244 \begin_inset space ~
2245 \end_inset
2246
2247
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "abs:Formale-Tabellen"
2251
2252 \end_inset
2253
2254  beschrieben, konvertiert.
2255 \begin_inset Newline newline
2256 \end_inset
2257
2258 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2259 \begin_inset space ~
2260 \end_inset
2261
2262
2263 \begin_inset CommandInset ref
2264 LatexCommand ref
2265 reference "uab:Zeilenabstand"
2266
2267 \end_inset
2268
2269  beschrieben.
2270 \end_layout
2271
2272 \begin_layout Description
2273
2274 \family sans
2275 Lange
2276 \begin_inset space ~
2277 \end_inset
2278
2279 Tabelle
2280 \family default
2281  Hier kann eine Tabelle als 
2282 \begin_inset Quotes gld
2283 \end_inset
2284
2285 Lange
2286 \begin_inset space ~
2287 \end_inset
2288
2289 Tabelle
2290 \begin_inset Quotes grd
2291 \end_inset
2292
2293  definiert werden, die über mehrere Seiten reicht.
2294  Die Abschnitte
2295 \begin_inset space ~
2296 \end_inset
2297
2298
2299 \begin_inset CommandInset ref
2300 LatexCommand ref
2301 reference "abs:Lange-Tabellen"
2302
2303 \end_inset
2304
2305  und 
2306 \begin_inset CommandInset ref
2307 LatexCommand ref
2308 reference "abs:Special-Longtable-Issues"
2309
2310 \end_inset
2311
2312  beschreiben diese Funktion genauer.
2313 \end_layout
2314
2315 \begin_layout Section
2316 Tabellen-Werkzeugleiste
2317 \begin_inset Index idx
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321 Tabellen ! Werkzeugleiste
2322 \end_layout
2323
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \begin_layout Standard
2330 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2331 \family sans
2332 Tabellen-Einstellungen
2333 \family default
2334 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2335  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2336  LyX-Fensters.
2337 \end_layout
2338
2339 \begin_layout Standard
2340 Die Werkzeugleiste hat folgende Knöpfe:
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../../images/tabular-feature_append-row.png
2347         scaleBeforeRotation
2348
2349 \end_inset
2350
2351  Fügt eine Zeile unterhalb der momentanen an
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../../images/tabular-feature_append-column.png
2358         scaleBeforeRotation
2359
2360 \end_inset
2361
2362  Fügt eine Spalte rechts von der momentanen an
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Graphics
2368         filename ../../images/tabular-feature_delete-row.png
2369         scaleBeforeRotation
2370
2371 \end_inset
2372
2373  Löscht die ausgewählte(n) Zeile(n)
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Graphics
2379         filename ../../images/tabular-feature_delete-column.png
2380         scaleBeforeRotation
2381
2382 \end_inset
2383
2384  Löscht die ausgewählte(n) Spalte(n)
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../../images/tabular-feature_toggle-line-top.png
2391         scaleBeforeRotation
2392
2393 \end_inset
2394
2395  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2396  wenn der Knopf grau hinterlegt ist
2397 \end_layout
2398
2399 \begin_layout Labeling
2400 \labelwidthstring 00.00.0000
2401 \begin_inset Graphics
2402         filename ../../images/tabular-feature_toggle-line-bottom.png
2403         scaleBeforeRotation
2404
2405 \end_inset
2406
2407  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2408  wenn der Knopf grau hinterlegt ist
2409 \end_layout
2410
2411 \begin_layout Labeling
2412 \labelwidthstring 00.00.0000
2413 \begin_inset Graphics
2414         filename ../../images/tabular-feature_toggle-line-left.png
2415         scaleBeforeRotation
2416
2417 \end_inset
2418
2419  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2420  wenn der Knopf grau hinterlegt ist
2421 \end_layout
2422
2423 \begin_layout Labeling
2424 \labelwidthstring 00.00.0000
2425 \begin_inset Graphics
2426         filename ../../images/tabular-feature_toggle-line-right.png
2427         scaleBeforeRotation
2428
2429 \end_inset
2430
2431  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2432  wenn der Knopf grau hinterlegt ist
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_set-all-lines.png
2439         scaleBeforeRotation
2440
2441 \end_inset
2442
2443  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2444 \end_layout
2445
2446 \begin_layout Labeling
2447 \labelwidthstring 00.00.0000
2448 \begin_inset Graphics
2449         filename ../../images/tabular-feature_unset-all-lines.png
2450         scaleBeforeRotation
2451
2452 \end_inset
2453
2454  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2455 \end_layout
2456
2457 \begin_layout Labeling
2458 \labelwidthstring 00.00.0000
2459 \begin_inset Graphics
2460         filename ../../images/tabular-feature_m-align-left.png
2461         scaleBeforeRotation
2462
2463 \end_inset
2464
2465  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2466 \end_layout
2467
2468 \begin_layout Labeling
2469 \labelwidthstring 00.00.0000
2470 \begin_inset Graphics
2471         filename ../../images/tabular-feature_m-align-center.png
2472         scaleBeforeRotation
2473
2474 \end_inset
2475
2476  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Graphics
2482         filename ../../images/tabular-feature_m-align-right.png
2483         scaleBeforeRotation
2484
2485 \end_inset
2486
2487  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2488 \end_layout
2489
2490 \begin_layout Labeling
2491 \labelwidthstring 00.00.0000
2492 \begin_inset Graphics
2493         filename ../../images/tabular-feature_align-decimal.png
2494         scaleBeforeRotation
2495
2496 \end_inset
2497
2498  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2499 \end_layout
2500
2501 \begin_layout Labeling
2502 \labelwidthstring 00.00.0000
2503 \begin_inset Graphics
2504         filename ../../images/tabular-feature_m-valign-top.png
2505         scaleBeforeRotation
2506
2507 \end_inset
2508
2509  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2510 \end_layout
2511
2512 \begin_layout Labeling
2513 \labelwidthstring 00.00.0000
2514 \begin_inset Graphics
2515         filename ../../images/tabular-feature_m-valign-middle.png
2516         scaleBeforeRotation
2517
2518 \end_inset
2519
2520  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2521 \end_layout
2522
2523 \begin_layout Labeling
2524 \labelwidthstring 00.00.0000
2525 \begin_inset Graphics
2526         filename ../../images/tabular-feature_m-valign-bottom.png
2527         scaleBeforeRotation
2528
2529 \end_inset
2530
2531  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2532 \end_layout
2533
2534 \begin_layout Labeling
2535 \labelwidthstring 00.00.0000
2536 \begin_inset Graphics
2537         filename ../../images/tabular-feature_set-rotate-cell.png
2538         scaleBeforeRotation
2539
2540 \end_inset
2541
2542  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2543 \end_layout
2544
2545 \begin_layout Labeling
2546 \labelwidthstring 00.00.0000
2547 \begin_inset Graphics
2548         filename ../../images/tabular-feature_set-rotate-tabular.png
2549         scaleBeforeRotation
2550
2551 \end_inset
2552
2553  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558 \begin_inset Graphics
2559         filename ../../images/tabular-feature_multicolumn.png
2560         scaleBeforeRotation
2561
2562 \end_inset
2563
2564  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2565 \end_layout
2566
2567 \begin_layout Labeling
2568 \labelwidthstring 00.00.0000
2569 \begin_inset Graphics
2570         filename ../../images/tabular-feature_multirow.png
2571         scaleBeforeRotation
2572
2573 \end_inset
2574
2575  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2576 \end_layout
2577
2578 \begin_layout Standard
2579 \begin_inset Note Greyedout
2580 status open
2581
2582 \begin_layout Plain Layout
2583
2584 \series bold
2585 Bemerkung:
2586 \series default
2587  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2588  Reihe für alle Zelle der Reihe verwendet.
2589 \end_layout
2590
2591 \end_inset
2592
2593
2594 \end_layout
2595
2596 \begin_layout Section
2597 Bearbeiten-Menü
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Tabellen ! Bearbeiten-Menü
2603 \end_layout
2604
2605 \end_inset
2606
2607
2608 \end_layout
2609
2610 \begin_layout Standard
2611 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2612  Wenn der Cursor in einer Tabelle steht, sind im 
2613 \family sans
2614 Bearbeiten
2615 \family default
2616 -Menü folgende Punkte aktiviert: 
2617 \family sans
2618 Tabelle
2619 \family default
2620
2621 \family sans
2622 Zeilen
2623 \begin_inset space ~
2624 \end_inset
2625
2626 &
2627 \begin_inset space ~
2628 \end_inset
2629
2630 Spalten
2631 \family default
2632  und 
2633 \family sans
2634 Tabellen-Einstellungen
2635 \family default
2636 .
2637  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2638 ngsmöglichkeiten zu erreichen.
2639 \end_layout
2640
2641 \begin_layout Section
2642 Gleitende Tabellen
2643 \begin_inset CommandInset label
2644 LatexCommand label
2645 name "abs:Gleitende-Tabellen"
2646
2647 \end_inset
2648
2649
2650 \begin_inset Index idx
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 Gleitobjekte ! Tabellen
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \begin_inset Index idx
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664 Tabellen ! gleitende
2665 \end_layout
2666
2667 \end_inset
2668
2669
2670 \end_layout
2671
2672 \begin_layout Standard
2673 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2674 \begin_inset space ~
2675 \end_inset
2676
2677
2678 \begin_inset CommandInset ref
2679 LatexCommand ref
2680 reference "abs:Gleitobjekte-Einleitung"
2681
2682 \end_inset
2683
2684 .
2685 \end_layout
2686
2687 \begin_layout Standard
2688 \begin_inset Float table
2689 placement h
2690 wide false
2691 sideways false
2692 status open
2693
2694 \begin_layout Plain Layout
2695 \begin_inset Caption
2696
2697 \begin_layout Plain Layout
2698 \begin_inset CommandInset label
2699 LatexCommand label
2700 name "tab:a table float"
2701
2702 \end_inset
2703
2704 Eine gleitende Tabelle
2705 \end_layout
2706
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \begin_layout Plain Layout
2713 \align center
2714 \begin_inset Tabular
2715 <lyxtabular version="3" rows="3" columns="3">
2716 <features tabularvalignment="middle">
2717 <column alignment="center" valignment="top" width="0pt">
2718 <column alignment="center" valignment="top" width="0pt">
2719 <column alignment="center" valignment="top" width="0pt">
2720 <row>
2721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2722 \begin_inset Text
2723
2724 \begin_layout Plain Layout
2725
2726 \family roman
2727 \series medium
2728 \shape up
2729 \size normal
2730 \emph off
2731 \bar no
2732 \noun off
2733 \color none
2734 1
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743
2744 \family roman
2745 \series medium
2746 \shape up
2747 \size normal
2748 \emph off
2749 \bar no
2750 \noun off
2751 \color none
2752 2
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2758 \begin_inset Text
2759
2760 \begin_layout Plain Layout
2761
2762 \family roman
2763 \series medium
2764 \shape up
2765 \size normal
2766 \emph off
2767 \bar no
2768 \noun off
2769 \color none
2770 3
2771 \end_layout
2772
2773 \end_inset
2774 </cell>
2775 </row>
2776 <row>
2777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781
2782 \family roman
2783 \series medium
2784 \shape up
2785 \size normal
2786 \emph off
2787 \bar no
2788 \noun off
2789 \color none
2790 Martin
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799
2800 \family roman
2801 \series medium
2802 \shape up
2803 \size normal
2804 \emph off
2805 \bar no
2806 \noun off
2807 \color none
2808 Lena
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817
2818 \family roman
2819 \series medium
2820 \shape up
2821 \size normal
2822 \emph off
2823 \bar no
2824 \noun off
2825 \color none
2826 Alina
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \family roman
2839 \series medium
2840 \shape up
2841 \size normal
2842 \emph off
2843 \bar no
2844 \noun off
2845 \color none
2846 \begin_inset Formula $\int x^{2}dx$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858
2859 \family roman
2860 \series medium
2861 \shape up
2862 \size normal
2863 \emph off
2864 \bar no
2865 \noun off
2866 \color none
2867 \begin_inset Formula $\left[\begin{array}{cc}
2868 a & b\\
2869 c & d
2870 \end{array}\right]$
2871 \end_inset
2872
2873
2874 \end_layout
2875
2876 \end_inset
2877 </cell>
2878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2879 \begin_inset Text
2880
2881 \begin_layout Plain Layout
2882
2883 \family roman
2884 \series medium
2885 \shape up
2886 \size normal
2887 \emph off
2888 \bar no
2889 \noun off
2890 \color none
2891 \begin_inset Formula $1+1=2$
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \end_inset
2898 </cell>
2899 </row>
2900 </lyxtabular>
2901
2902 \end_inset
2903
2904
2905 \end_layout
2906
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \begin_layout Standard
2913 Gleitende Tabellen können über 
2914 \family sans
2915 Einfügen\SpecialChar \menuseparator
2916 Gleitobjekt\SpecialChar \menuseparator
2917 Tabelle
2918 \family default
2919  oder einen Klick auf den Werkzeugleistenknopf 
2920 \begin_inset Graphics
2921         filename ../../images/float-insert_table.png
2922         scale 70
2923         scaleBeforeRotation
2924
2925 \end_inset
2926
2927  erzeugt werden.
2928  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2929  In das rot umrahmte Feld rechts von 
2930 \emph on
2931 Tabelle
2932 \begin_inset space ~
2933 \end_inset
2934
2935 Nr:
2936 \emph default
2937  schreiben Sie die Tabellenbeschriftung.
2938  Nach einem Klick oberhalb oder unterhalb von 
2939 \emph on
2940 Tabelle
2941 \begin_inset space ~
2942 \end_inset
2943
2944 Nr:
2945 \emph default
2946  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2947 \begin_inset Graphics
2948         filename ../../images/tabular-insert.png
2949         scale 70
2950         scaleBeforeRotation
2951
2952 \end_inset
2953
2954  oder dem Menü 
2955 \family sans
2956 Einfügen\SpecialChar \menuseparator
2957 Tabelle
2958 \family default
2959  einfügen.
2960 \end_layout
2961
2962 \begin_layout Standard
2963 Tabelle
2964 \begin_inset space ~
2965 \end_inset
2966
2967
2968 \begin_inset CommandInset ref
2969 LatexCommand ref
2970 reference "tab:a table float"
2971
2972 \end_inset
2973
2974  ist ein Beispiel für eine gleitende Tabelle.
2975 \end_layout
2976
2977 \begin_layout Standard
2978 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2979 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2980  Das bedeutet, dass bei den Klassen 
2981 \family sans
2982 article
2983 \family default
2984
2985 \family sans
2986 book
2987 \family default
2988
2989 \family sans
2990 letter
2991 \family default
2992 , und 
2993 \family sans
2994 report
2995 \family default
2996  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2997  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2998 \series bold
2999 caption
3000 \series default
3001
3002 \begin_inset Index idx
3003 status collapsed
3004
3005 \begin_layout Plain Layout
3006 LaTeX-Pakete ! caption
3007 \end_layout
3008
3009 \end_inset
3010
3011  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
3012 \begin_inset Foot
3013 status open
3014
3015 \begin_layout Plain Layout
3016 Näheres finden Sie im Abschnitt
3017 \begin_inset space ~
3018 \end_inset
3019
3020
3021 \begin_inset CommandInset ref
3022 LatexCommand ref
3023 reference "abs:Titel-Platzierung"
3024
3025 \end_inset
3026
3027 .
3028 \end_layout
3029
3030 \end_inset
3031
3032
3033 \end_layout
3034
3035 \begin_layout Standard
3036
3037 \series bold
3038 tableposition=top
3039 \end_layout
3040
3041 \begin_layout Standard
3042 Das Paket 
3043 \series bold
3044 caption
3045 \series default
3046 , das in Abschnitt
3047 \begin_inset space ~
3048 \end_inset
3049
3050
3051 \begin_inset CommandInset ref
3052 LatexCommand ref
3053 reference "abs:Titel-Formatierung"
3054
3055 \end_inset
3056
3057  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
3058 \end_layout
3059
3060 \begin_layout Standard
3061 \begin_inset Index idx
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065 Querverweise ! auf Tabellen
3066 \end_layout
3067
3068 \end_inset
3069
3070 Auf Tabellen kann über ihre Marke verwiesen werden.
3071  Dafür fügen Sie in der Beschriftung mit 
3072 \family sans
3073 Einfügen\SpecialChar \menuseparator
3074 Marke
3075 \family default
3076  oder durch Klicken auf 
3077 \begin_inset Graphics
3078         filename ../../images/label-insert.png
3079         scale 70
3080         scaleBeforeRotation
3081
3082 \end_inset
3083
3084  eine Marke ein.
3085  Auf diese können Sie dann wie gewohnt mit 
3086 \family sans
3087 Einfügen\SpecialChar \menuseparator
3088 Querverweis
3089 \family default
3090  oder durch Klicken auf 
3091 \begin_inset Graphics
3092         filename ../../images/dialog-show-new-inset_ref.png
3093         scale 70
3094         scaleBeforeRotation
3095
3096 \end_inset
3097
3098  verweisen.
3099  Verweise werden detailliert in Abschnitt
3100 \begin_inset space ~
3101 \end_inset
3102
3103
3104 \begin_inset CommandInset ref
3105 LatexCommand ref
3106 reference "abs:Auf-Gleitobjekte-verweisen"
3107
3108 \end_inset
3109
3110  beschrieben.
3111 \end_layout
3112
3113 \begin_layout Section
3114 Lange Tabellen
3115 \begin_inset CommandInset label
3116 LatexCommand label
3117 name "abs:Lange-Tabellen"
3118
3119 \end_inset
3120
3121
3122 \begin_inset Index idx
3123 status collapsed
3124
3125 \begin_layout Plain Layout
3126 Tabellen ! lange
3127 \end_layout
3128
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \begin_layout Standard
3135 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
3136  Dialogfenster 
3137 \family sans
3138 Tabellen-Einstellungen
3139 \family default
3140  auf der Karteikarte  
3141 \family sans
3142 Lange
3143 \begin_inset space ~
3144 \end_inset
3145
3146 Tabelle
3147 \family default
3148  die Option 
3149 \family sans
3150 Lange
3151 \begin_inset space ~
3152 \end_inset
3153
3154 Tabelle
3155 \begin_inset space ~
3156 \end_inset
3157
3158 verwenden
3159 \family default
3160  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
3161  Wird dies gemacht, werden folgende Optionen freigeschaltet:
3162 \end_layout
3163
3164 \begin_layout Description
3165 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
3166  festgelegt; mit Ausnahme der ersten, wenn 
3167 \family sans
3168 Erste
3169 \begin_inset space ~
3170 \end_inset
3171
3172 Kopfzeile
3173 \family default
3174  aktiviert ist.
3175 \end_layout
3176
3177 \begin_layout Description
3178 Erste
3179 \lang english
3180
3181 \begin_inset space ~
3182 \end_inset
3183
3184
3185 \lang ngerman
3186 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3187  Seite einer mehrseitigen Tabelle definiert.
3188 \end_layout
3189
3190 \begin_layout Description
3191 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3192  mit Ausnahme der letzten, wenn 
3193 \family sans
3194 Letzte
3195 \begin_inset space ~
3196 \end_inset
3197
3198 Fußzeile
3199 \family default
3200  aktiviert ist.
3201 \end_layout
3202
3203 \begin_layout Description
3204 Letzte
3205 \begin_inset space ~
3206 \end_inset
3207
3208 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3209  einer mehrseitigen Tabelle definiert.
3210 \end_layout
3211
3212 \begin_layout Description
3213 Legende: Die aktuelle Zeile enthält die Legende.
3214  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3215  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3216 \begin_inset space ~
3217 \end_inset
3218
3219
3220 \begin_inset CommandInset ref
3221 LatexCommand ref
3222 reference "uab:Beschriftungen-langer-Tabellen"
3223
3224 \end_inset
3225
3226  erklärt.
3227 \end_layout
3228
3229 \begin_layout Standard
3230 Hier ist ein Beispiel einer langen Tabelle:
3231 \end_layout
3232
3233 \begin_layout Standard
3234 \align center
3235 \begin_inset Tabular
3236 <lyxtabular version="3" rows="69" columns="3">
3237 <features islongtable="true" longtabularalignment="center">
3238 <column alignment="left" valignment="top" width="0cm">
3239 <column alignment="left" valignment="top" width="0pt">
3240 <column alignment="right" valignment="top" width="0pt">
3241 <row endfirsthead="true">
3242 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Telefonliste (ignoriere die Namen)
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row endfirsthead="true">
3273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 NAME
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \series bold
3299 TEL.
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row endhead="true">
3306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Telefonliste
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row endhead="true">
3337 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 NAME
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \series bold
3363 TEL.
3364 \end_layout
3365
3366 \end_inset
3367 </cell>
3368 </row>
3369 <row endfoot="true">
3370 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374
3375 \series bold
3376 wird fortgesetzt
3377 \series default
3378  \SpecialChar \ldots{}
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 </row>
3403 <row>
3404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \series bold
3410 Annovi
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 Silvia
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 111
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 </row>
3434 <row>
3435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \series bold
3441 Bertoli
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 Stefano
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 111
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 <row>
3466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \series bold
3472 Bozzi
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 Walter
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490 111
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 </row>
3496 <row>
3497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \series bold
3503 Cachia
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 Maria
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521 111
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 </row>
3527 <row>
3528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534 Cachia
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 Maurizio
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 111
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 </row>
3558 <row>
3559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563
3564 \series bold
3565 Cinquemani
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 Giusi
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 111
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Colin
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 Bernard
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 111
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row>
3621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 Concli
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 Gianfranco
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 111
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 </row>
3651 <row>
3652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 Dal Bosco
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 Carolina
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 111
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Dalpiaz
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Annamaria
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Feliciello
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Domenico
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Focarelli
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Paola
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Galletti
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Oreste
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Gasparini
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Franca
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Rizzardi
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Paola
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Lassini
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Giancarlo
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Malfatti
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Luciano
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Malfatti
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Valeriano
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Meneguzzo
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Roberto
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Mezzadra
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Roberto
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Pirpamer
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Erich
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Pochiesa
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Paolo
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111, 222
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Radina
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Claudio
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Stuffer
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Oskar
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 111
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Tacchelli
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Ugo
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 111
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Tezzele
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Margit
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 111
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Unterkalmsteiner
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Frieda
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 111
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Vieider
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Hilde
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 111
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Vigna
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Jürgen
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 111
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Weber
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Maurizio
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 111
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Winkler
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Franz
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 111
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369  
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4384 \begin_inset Text
4385
4386 \begin_layout Plain Layout
4387
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 </row>
4393 <row>
4394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398
4399 \series bold
4400 Annovi
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 Silvia
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418 555
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 </row>
4424 <row>
4425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \series bold
4431 Bertoli
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 Stefano
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449 555
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460
4461 \series bold
4462 Bozzi
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 Walter
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 555
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491
4492 \series bold
4493 Cachia
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 Maria
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 555
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \series bold
4524 Cachia
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Maurizio
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 555
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 </row>
4548 <row>
4549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553
4554 \series bold
4555 Cinquemani
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 Giusi
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573 555
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
4579 <row>
4580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584
4585 \series bold
4586 Colin
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Bernard
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 555
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615
4616 \series bold
4617 Concli
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 Gianfranco
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 555
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646
4647 \series bold
4648 Dal Bosco
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 Carolina
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 555
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Dalpiaz
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Annamaria
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Feliciello
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Domenico
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Focarelli
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Paola
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Galletti
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Oreste
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Gasparini
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Franca
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Rizzardi
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Paola
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Lassini
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Giancarlo
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Malfatti
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Luciano
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Malfatti
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Valeriano
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Meneguzzo
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Roberto
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Mezzadra
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Roberto
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Pirpamer
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Erich
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 555
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Pochiesa
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Paolo
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555, 222
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Radina
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Claudio
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \series bold
5113 Stuffer
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 Oskar
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 555
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \series bold
5144 Tacchelli
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Ugo
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 555
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175 Tezzele
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Margit
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 555
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \series bold
5206 Unterkalmsteiner
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Frieda
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 555
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 </row>
5230 <row>
5231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \series bold
5237 Vieider
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 Hilde
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 555
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \series bold
5268 Vigna
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 Jürgen
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 999
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 <row>
5293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297
5298 \series bold
5299 Weber
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 Maurizio
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 555
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 <row>
5324 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \series bold
5330 Winkler
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 Franz
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 555
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row endlastfoot="true">
5355 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 Ende
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \end_layout
5370
5371 \end_inset
5372 </cell>
5373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5374 \begin_inset Text
5375
5376 \begin_layout Plain Layout
5377
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 </row>
5383 </lyxtabular>
5384
5385 \end_inset
5386
5387
5388 \begin_inset ERT
5389 status collapsed
5390
5391 \begin_layout Plain Layout
5392
5393
5394 \backslash
5395 addtocounter{table}{-1}
5396 \end_layout
5397
5398 \end_inset
5399
5400
5401 \begin_inset Note Note
5402 status collapsed
5403
5404 \begin_layout Plain Layout
5405 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5406 \begin_inset space ~
5407 \end_inset
5408
5409
5410 \begin_inset CommandInset ref
5411 LatexCommand ref
5412 reference "uab:Beschriftungen-langer-Tabellen"
5413
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Subsection
5425 Fußnoten in langen Tabellen
5426 \begin_inset CommandInset label
5427 LatexCommand label
5428 name "uab:Fußnoten-in-langen"
5429
5430 \end_inset
5431
5432
5433 \begin_inset Index idx
5434 status collapsed
5435
5436 \begin_layout Plain Layout
5437 Tabellen ! lange ! Fußnoten
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \begin_layout Standard
5446 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5447  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5448  Tabelle
5449 \begin_inset space ~
5450 \end_inset
5451
5452
5453 \begin_inset CommandInset ref
5454 LatexCommand ref
5455 reference "tab:DiffCaptions"
5456
5457 \end_inset
5458
5459  hat zum Beispiel eine Fußnote.
5460 \end_layout
5461
5462 \begin_layout Subsection
5463 Ausrichtung langer Tabellen
5464 \begin_inset Index idx
5465 status collapsed
5466
5467 \begin_layout Plain Layout
5468 Tabellen ! lange ! Ausrichtung
5469 \end_layout
5470
5471 \end_inset
5472
5473
5474 \end_layout
5475
5476 \begin_layout Standard
5477 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5478 n festgelegt werden.
5479  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5480  Seitenrand.
5481  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5482  ausgerichtet werden und die Werte der Längen 
5483 \series bold
5484
5485 \backslash
5486 LTleft 
5487 \series default
5488 und 
5489 \series bold
5490
5491 \backslash
5492 LTright
5493 \series default
5494  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5495  wird:
5496 \end_layout
5497
5498 \begin_layout Standard
5499
5500 \series bold
5501
5502 \backslash
5503 setlength{
5504 \backslash
5505 LTleft}{Wert}
5506 \end_layout
5507
5508 \begin_layout Standard
5509 Der Wert kann eine der in Tabelle
5510 \begin_inset space ~
5511 \end_inset
5512
5513
5514 \begin_inset CommandInset ref
5515 LatexCommand ref
5516 reference "tab:Maßeinheiten"
5517
5518 \end_inset
5519
5520  aufgelisteten Einheiten kann.
5521  
5522 \series bold
5523
5524 \backslash
5525 LTleft
5526 \series default
5527  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5528  
5529 \series bold
5530
5531 \backslash
5532 LTright
5533 \series default
5534  den Abstand von rechts.
5535  Die Voreinstellung für beide Werte ist 
5536 \series bold
5537
5538 \backslash
5539 fill
5540 \series default
5541 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5542  in LyX ist.
5543 \end_layout
5544
5545 \begin_layout Standard
5546 Die folgende lange Tabelle wurde zentriert und 
5547 \series bold
5548
5549 \backslash
5550 LTleft
5551 \series default
5552  auf den Wert 
5553 \family sans
5554 0.1
5555 \backslash
5556 columnwidth
5557 \family default
5558  gesetzt:
5559 \begin_inset ERT
5560 status collapsed
5561
5562 \begin_layout Plain Layout
5563
5564
5565 \backslash
5566 setlength{
5567 \backslash
5568 LTleft}{0.1
5569 \backslash
5570 columnwidth}
5571 \end_layout
5572
5573 \end_inset
5574
5575
5576 \end_layout
5577
5578 \begin_layout Standard
5579 \begin_inset Tabular
5580 <lyxtabular version="3" rows="5" columns="5">
5581 <features islongtable="true" longtabularalignment="center">
5582 <column alignment="center" valignment="top" width="0">
5583 <column alignment="center" valignment="top" width="0">
5584 <column alignment="center" valignment="top" width="0pt">
5585 <column alignment="center" valignment="top" width="0">
5586 <column alignment="center" valignment="top" width="0">
5587 <row>
5588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 1
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 2
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 3
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 4
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 5
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 </row>
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 asd
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 s
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5654 \begin_inset Text
5655
5656 \begin_layout Plain Layout
5657 s
5658 \end_layout
5659
5660 \end_inset
5661 </cell>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 s
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 asd
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 </row>
5681 <row>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 asd
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 s
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 s
5705 \end_layout
5706
5707 \end_inset
5708 </cell>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 s
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 asd
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 </row>
5728 <row>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 s
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 s
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 s
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 asd
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 <row>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 asd
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 asd
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 asd
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 asd
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 asd
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 </row>
5822 </lyxtabular>
5823
5824 \end_inset
5825
5826
5827 \begin_inset ERT
5828 status collapsed
5829
5830 \begin_layout Plain Layout
5831
5832
5833 \backslash
5834 setlength{
5835 \backslash
5836 LTleft}{
5837 \backslash
5838 fill}
5839 \end_layout
5840
5841 \end_inset
5842
5843
5844 \begin_inset ERT
5845 status collapsed
5846
5847 \begin_layout Plain Layout
5848
5849
5850 \backslash
5851 addtocounter{table}{-1}
5852 \end_layout
5853
5854 \end_inset
5855
5856
5857 \begin_inset Note Note
5858 status collapsed
5859
5860 \begin_layout Plain Layout
5861 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5862 \begin_inset space ~
5863 \end_inset
5864
5865
5866 \begin_inset CommandInset ref
5867 LatexCommand ref
5868 reference "uab:Beschriftungen-langer-Tabellen"
5869
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876
5877
5878 \end_layout
5879
5880 \begin_layout Subsection
5881 Beschriftungen langer Tabellen
5882 \begin_inset CommandInset label
5883 LatexCommand label
5884 name "uab:Beschriftungen-langer-Tabellen"
5885
5886 \end_inset
5887
5888
5889 \begin_inset Index idx
5890 status collapsed
5891
5892 \begin_layout Plain Layout
5893 Tabellen ! lange ! Titel
5894 \end_layout
5895
5896 \end_inset
5897
5898
5899 \end_layout
5900
5901 \begin_layout Standard
5902 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5903  nur auf eine Seite gedruckt werden können.
5904  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5905 \begin_inset space ~
5906 \end_inset
5907
5908
5909 \begin_inset CommandInset ref
5910 LatexCommand ref
5911 reference "abs:Lange-Tabellen"
5912
5913 \end_inset
5914
5915  erklärt.
5916  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5917 \end_layout
5918
5919 \begin_layout Standard
5920 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5921 \end_layout
5922
5923 \begin_layout Standard
5924 \begin_inset Tabular
5925 <lyxtabular version="3" rows="6" columns="5">
5926 <features islongtable="true" longtabularalignment="center">
5927 <column alignment="center" valignment="top" width="0">
5928 <column alignment="center" valignment="top" width="0">
5929 <column alignment="center" valignment="top" width="0">
5930 <column alignment="center" valignment="top" width="0">
5931 <column alignment="center" valignment="top" width="0">
5932 <row caption="true">
5933 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 \begin_inset Caption
5938
5939 \begin_layout Plain Layout
5940 Eine lange Tabelle mit Titel
5941 \begin_inset Argument
5942 status open
5943
5944 \begin_layout Plain Layout
5945 Lange Tabelle
5946 \end_layout
5947
5948 \end_inset
5949
5950
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 1
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 2
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 3
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 4
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 5
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 s
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 s
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 s
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 s
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 asd
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 asd
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 s
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 s
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 s
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 asd
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 asd
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 asd
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 asd
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 asd
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 </lyxtabular>
6233
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \begin_layout Standard
6240 \begin_inset VSpace medskip
6241 \end_inset
6242
6243
6244 \begin_inset Note Greyedout
6245 status open
6246
6247 \begin_layout Plain Layout
6248
6249 \series bold
6250 Bemerkung
6251 \begin_inset space ~
6252 \end_inset
6253
6254 1:
6255 \series default
6256  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6257  Titel vergeben.
6258  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6259 \begin_inset space ~
6260 \end_inset
6261
6262 2.4 auf Tabelle
6263 \begin_inset space ~
6264 \end_inset
6265
6266 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6267  Beschriftung sind.
6268  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6269  LaTeX-Befehl als TeX-Code einfügen:
6270 \end_layout
6271
6272 \begin_layout Plain Layout
6273
6274 \series bold
6275
6276 \backslash
6277 addtocounter{table}{-1}
6278 \end_layout
6279
6280 \begin_layout Plain Layout
6281 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6282  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6283 \end_layout
6284
6285 \begin_layout Plain Layout
6286
6287 \series bold
6288
6289 \backslash
6290 let
6291 \backslash
6292 myEnd
6293 \backslash
6294 endlongtable
6295 \begin_inset Newline newline
6296 \end_inset
6297
6298
6299 \backslash
6300 renewcommand{
6301 \backslash
6302 endlongtable}{
6303 \backslash
6304 myEnd
6305 \backslash
6306 addtocounter{table}{-1}}
6307 \end_layout
6308
6309 \end_inset
6310
6311
6312 \end_layout
6313
6314 \begin_layout Standard
6315 \begin_inset Note Greyedout
6316 status open
6317
6318 \begin_layout Plain Layout
6319
6320 \series bold
6321 Bemerkung
6322 \begin_inset space ~
6323 \end_inset
6324
6325 2:
6326 \series default
6327  Wenn Sie 
6328 \series bold
6329 hyperref
6330 \series default
6331
6332 \begin_inset Index idx
6333 status collapsed
6334
6335 \begin_layout Plain Layout
6336 LaTeX-Pakete ! hyperref
6337 \end_layout
6338
6339 \end_inset
6340
6341  in den
6342 \family sans
6343  PDF-Eigenschaften
6344 \family default
6345  im 
6346 \family sans
6347 Dokument-Einstellungen
6348 \family default
6349  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6350  immer auf den Anfang des Dokuments zeigen.
6351 \end_layout
6352
6353 \end_inset
6354
6355
6356 \end_layout
6357
6358 \begin_layout Subsubsection
6359 Querverweise auf 
6360 \family sans
6361 lange Tabelle
6362 \family default
6363 n
6364 \begin_inset Index idx
6365 status collapsed
6366
6367 \begin_layout Plain Layout
6368 Tabellen ! lange ! Querverweis
6369 \end_layout
6370
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \begin_layout Standard
6377 \begin_inset Tabular
6378 <lyxtabular version="3" rows="6" columns="5">
6379 <features islongtable="true" longtabularalignment="center">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <column alignment="center" valignment="top" width="0">
6384 <column alignment="center" valignment="top" width="0">
6385 <row caption="true">
6386 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Caption
6391
6392 \begin_layout Plain Layout
6393 Lange Tabelle mit Marke
6394 \begin_inset CommandInset label
6395 LatexCommand label
6396 name "tab:LangeTabelle-mit-Marke"
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404
6405
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 <row>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 1
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 2
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 3
6471 \end_layout
6472
6473 \end_inset
6474 </cell>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 4
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 5
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 </row>
6494 <row>
6495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 s
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 s
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 s
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 asd
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 s
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 s
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 s
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 </row>
6588 <row>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 s
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 s
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 asd
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 sad
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 asd
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 asd
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 asd
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 </row>
6682 </lyxtabular>
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6691  im Titel einfügen.
6692 \end_layout
6693
6694 \begin_layout Standard
6695 Dies ist ein Verweis auf Tabelle
6696 \begin_inset space ~
6697 \end_inset
6698
6699
6700 \begin_inset CommandInset ref
6701 LatexCommand ref
6702 reference "tab:LangeTabelle-mit-Marke"
6703
6704 \end_inset
6705
6706 .
6707 \end_layout
6708
6709 \begin_layout Standard
6710 Mit dem LaTeX-Paket 
6711 \series bold
6712 caption
6713 \series default
6714
6715 \begin_inset Index idx
6716 status collapsed
6717
6718 \begin_layout Plain Layout
6719 LaTeX-Pakete ! caption
6720 \end_layout
6721
6722 \end_inset
6723
6724 , siehe Abschnitt
6725 \begin_inset space ~
6726 \end_inset
6727
6728
6729 \begin_inset CommandInset ref
6730 LatexCommand ref
6731 reference "abs:Titel-Formatierung"
6732
6733 \end_inset
6734
6735 , können Sie alle anderen Beschriftungsoptionen benutzen.
6736 \end_layout
6737
6738 \begin_layout Subsubsection
6739 Titelbreite
6740 \begin_inset Index idx
6741 status collapsed
6742
6743 \begin_layout Plain Layout
6744 Tabellen ! lange ! Beschriftungsbreite
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \end_layout
6751
6752 \begin_layout Standard
6753 Die maximale Titelbreite wird durch die Variable 
6754 \series bold
6755
6756 \backslash
6757 LTcapwidth
6758 \series default
6759  definiert.
6760  Ihr Standardwert ist 4
6761 \begin_inset space \thinspace{}
6762 \end_inset
6763
6764 Zoll (
6765 \begin_inset Formula $\approx10$
6766 \end_inset
6767
6768
6769 \begin_inset space \thinspace{}
6770 \end_inset
6771
6772 cm).
6773  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6774  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6775 \end_layout
6776
6777 \begin_layout Standard
6778
6779 \series bold
6780
6781 \backslash
6782 setlength{
6783 \backslash
6784 LTcapwidth}{Breite}
6785 \end_layout
6786
6787 \begin_layout Standard
6788 wobei die Breite eine der in Anhang
6789 \begin_inset space ~
6790 \end_inset
6791
6792
6793 \begin_inset CommandInset ref
6794 LatexCommand ref
6795 reference "kap:In-LyX-verfügbare"
6796
6797 \end_inset
6798
6799  aufgelisteten Einheiten haben kann.
6800 \end_layout
6801
6802 \begin_layout Standard
6803 Die beiden folgenden Tabellen zeigen den Unterschied:
6804 \end_layout
6805
6806 \begin_layout Standard
6807 \begin_inset Tabular
6808 <lyxtabular version="3" rows="6" columns="5">
6809 <features islongtable="true" longtabularalignment="center">
6810 <column alignment="center" valignment="top" width="0">
6811 <column alignment="center" valignment="top" width="0">
6812 <column alignment="center" valignment="top" width="0">
6813 <column alignment="center" valignment="top" width="0">
6814 <column alignment="center" valignment="top" width="0">
6815 <row caption="true">
6816 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 \begin_inset Caption
6821
6822 \begin_layout Plain Layout
6823 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6824 \begin_inset Argument
6825 status open
6826
6827 \begin_layout Plain Layout
6828 Titel mit Standardbreite
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \end_inset
6837
6838
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 </row>
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 1
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 2
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 3
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 4
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 5
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 s
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 s
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 s
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 asd
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 s
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 s
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 asd
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 </row>
7068 <row>
7069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 sad
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 asd
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 asd
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 </lyxtabular>
7116
7117 \end_inset
7118
7119
7120 \end_layout
7121
7122 \begin_layout Standard
7123 \begin_inset ERT
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127
7128
7129 \backslash
7130 setlength{
7131 \backslash
7132 LTcapwidth}{5cm}
7133 \end_layout
7134
7135 \end_inset
7136
7137
7138 \begin_inset Tabular
7139 <lyxtabular version="3" rows="6" columns="5">
7140 <features islongtable="true" longtabularalignment="center">
7141 <column alignment="center" valignment="top" width="0">
7142 <column alignment="center" valignment="top" width="0">
7143 <column alignment="center" valignment="top" width="0">
7144 <column alignment="center" valignment="top" width="0">
7145 <column alignment="center" valignment="top" width="0">
7146 <row caption="true">
7147 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 \begin_inset Caption
7152
7153 \begin_layout Plain Layout
7154 Langer Titel mit 5
7155 \begin_inset space \thinspace{}
7156 \end_inset
7157
7158 cm Breite, Langer Titel mit 5
7159 \begin_inset space \thinspace{}
7160 \end_inset
7161
7162 cm Breite
7163 \begin_inset Argument
7164 status open
7165
7166 \begin_layout Plain Layout
7167 Titel mit 5
7168 \begin_inset space \thinspace{}
7169 \end_inset
7170
7171 cm Breite
7172 \end_layout
7173
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 </row>
7223 <row>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 1
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 2
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 3
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 4
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 5
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 </row>
7270 <row>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 asd
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 s
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 s
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 s
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 asd
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 </row>
7317 <row>
7318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 asd
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 s
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 s
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 s
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 asd
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 </row>
7364 <row>
7365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7366 \begin_inset Text
7367
7368 \begin_layout Plain Layout
7369 asd
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 s
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 s
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 s
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 asd
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 </row>
7411 <row>
7412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416 asd
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425 sad
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 asd
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7440 \begin_inset Text
7441
7442 \begin_layout Plain Layout
7443 asd
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 asd
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 </lyxtabular>
7459
7460 \end_inset
7461
7462
7463 \begin_inset ERT
7464 status collapsed
7465
7466 \begin_layout Plain Layout
7467
7468
7469 \backslash
7470 setlength{
7471 \backslash
7472 LTcapwidth}{4in}
7473 \end_layout
7474
7475 \end_inset
7476
7477
7478 \begin_inset Note Note
7479 status collapsed
7480
7481 \begin_layout Plain Layout
7482 Beschriftungsbreite zurücksetzen
7483 \end_layout
7484
7485 \end_inset
7486
7487
7488 \end_layout
7489
7490 \begin_layout Standard
7491 \begin_inset Note Greyedout
7492 status open
7493
7494 \begin_layout Plain Layout
7495
7496 \series bold
7497 Achtung:
7498 \series default
7499  Wenn das LaTeX-Paket 
7500 \series bold
7501 caption
7502 \series default
7503
7504 \begin_inset Index idx
7505 status collapsed
7506
7507 \begin_layout Plain Layout
7508 LaTeX-Pakete ! caption
7509 \end_layout
7510
7511 \end_inset
7512
7513  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7514  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7515  4
7516 \begin_inset space \thinspace{}
7517 \end_inset
7518
7519 Zoll für 
7520 \series bold
7521
7522 \backslash
7523 LTcapwidth
7524 \series default
7525  benutzen.
7526  Um in diesem Fall eine genau 4
7527 \begin_inset space \thinspace{}
7528 \end_inset
7529
7530 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7531  4
7532 \begin_inset space \thinspace{}
7533 \end_inset
7534
7535 Zoll veränderten Wert wie z.
7536 \begin_inset space \thinspace{}
7537 \end_inset
7538
7539 B.
7540  3.99
7541 \begin_inset space \thinspace{}
7542 \end_inset
7543
7544 Zoll verwenden oder den LaTeX-Befehl 
7545 \series bold
7546
7547 \backslash
7548 captionsetup{width=Wert}
7549 \series default
7550  benutzen, der vom 
7551 \series bold
7552 caption
7553 \series default
7554 -Paket bereitgestellt wird.
7555 \end_layout
7556
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \begin_layout Subsubsection
7563 Unterschiedliche Titel für Tabellenseiten
7564 \begin_inset Index idx
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568 Tabellen ! lange ! mehrere Titel
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \begin_layout Standard
7577 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7578  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7579  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7580 \end_layout
7581
7582 \begin_layout Standard
7583
7584 \series bold
7585
7586 \backslash
7587 caption*{Beschriftung}
7588 \backslash
7589
7590 \backslash
7591 %
7592 \end_layout
7593
7594 \begin_layout Standard
7595 Tabelle
7596 \begin_inset space ~
7597 \end_inset
7598
7599
7600 \begin_inset CommandInset ref
7601 LatexCommand ref
7602 reference "tab:DiffCaptions"
7603
7604 \end_inset
7605
7606  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7607  ohne Tabellennummer auf der zweiten Seite.
7608 \end_layout
7609
7610 \begin_layout Standard
7611 \align center
7612 \begin_inset Tabular
7613 <lyxtabular version="3" rows="59" columns="3">
7614 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7615 <column alignment="left" valignment="top" width="0cm">
7616 <column alignment="left" valignment="top" width="0pt">
7617 <column alignment="right" valignment="top" width="0pt">
7618 <row caption="true">
7619 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 \begin_inset Caption
7624
7625 \begin_layout Plain Layout
7626 Telefonliste
7627 \begin_inset CommandInset label
7628 LatexCommand label
7629 name "tab:DiffCaptions"
7630
7631 \end_inset
7632
7633
7634 \begin_inset Argument
7635 status collapsed
7636
7637 \begin_layout Plain Layout
7638 Telefonliste
7639 \end_layout
7640
7641 \end_inset
7642
7643
7644 \end_layout
7645
7646 \end_inset
7647
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row endfirsthead="true">
7673 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \series bold
7679 Telefonliste (ignoriere die Namen)
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row endfirsthead="true">
7704 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \series bold
7710 NAME
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 TEL.
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row endhead="true">
7737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 \begin_inset ERT
7742 status open
7743
7744 \begin_layout Plain Layout
7745
7746
7747 \backslash
7748 caption*{Fortsetzung der Telefonliste}
7749 \backslash
7750
7751 \backslash
7752 %
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row endhead="true">
7782 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \series bold
7788 Telefonliste
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 <row endhead="true">
7813 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \series bold
7819 NAME
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837
7838 \series bold
7839 TEL.
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row endfoot="true">
7846 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 wird fortgesetzt\SpecialChar \ldots{}
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 <row>
7876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \series bold
7882 Annovi
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 Silvia
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 111
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \series bold
7913 Bertoli
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 Stefano
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 111
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 </row>
7937 <row>
7938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942
7943 \series bold
7944 Bozzi
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 Walter
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 111
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 </row>
7968 <row>
7969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \series bold
7975 Cachia
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Maria
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 111
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row>
8000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \series bold
8006 Cachia
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 Maurizio
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 111
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row>
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 Cinquemani
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 Giusi
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 111
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row>
8062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \series bold
8068 Colin
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 Bernard
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 111
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \series bold
8099 Concli
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 Gianfranco
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 111
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \series bold
8130 Dal Bosco
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 Carolina
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 111
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \series bold
8161 Dalpiaz
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 Annamaria
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 111
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \series bold
8192 Feliciello
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 Domenico
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 111
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \series bold
8223 Focarelli
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 Paola
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 111
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \series bold
8254 Galletti
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 Oreste
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 111
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \series bold
8285 Gasparini
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 Franca
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 111
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \series bold
8316 Rizzardi
8317 \series default
8318
8319 \begin_inset Foot
8320 status open
8321
8322 \begin_layout Plain Layout
8323 Beispielfußnote
8324 \end_layout
8325
8326 \end_inset
8327
8328
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 Paola
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 111
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 <row>
8353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357
8358 \series bold
8359 Lassini
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Giancarlo
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 111
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \series bold
8390 Malfatti
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 Luciano
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 111
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 </row>
8414 <row>
8415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419
8420 \series bold
8421 Malfatti
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 Valeriano
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 111
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \series bold
8452 Meneguzzo
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 Roberto
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 111
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \series bold
8483 Mezzadra
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 Roberto
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 111
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \series bold
8514 Pirpamer
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 Erich
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 111
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \series bold
8545 Pochiesa
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 Paolo
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 111, 222
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Radina
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Claudio
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 111
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Stuffer
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Oskar
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 111
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Tacchelli
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Ugo
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 111
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Tezzele
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Margit
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 111
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Unterkalmsteiner
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Frieda
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 111
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Vieider
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Hilde
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 111
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Vigna
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Jürgen
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 111
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Weber
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Maurizio
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 111
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Winkler
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Franz
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 111
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853  
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Annovi
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Silvia
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 555
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \series bold
8915 Bertoli
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Stefano
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 555
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Bozzi
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Walter
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 555
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Cachia
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Maria
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 555
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Cachia
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Maurizio
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 555
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Cinquemani
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Giusi
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 555
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \series bold
9070 Colin
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 Bernard
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 555
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Concli
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Gianfranco
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 555
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Dal Bosco
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Carolina
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 555
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \series bold
9163 Dalpiaz
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Annamaria
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 555
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \series bold
9194 Feliciello
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 Domenico
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 555
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 Focarelli
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Paola
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 555
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \series bold
9256 Galletti
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Oreste
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 555
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287 Gasparini
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Franca
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 555
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \series bold
9318 Rizzardi
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 Paola
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 555
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Lassini
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 Giancarlo
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 555
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 Malfatti
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Luciano
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 555
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411 Malfatti
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 Valeriano
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 555
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \series bold
9442 Meneguzzo
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Roberto
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 555
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \series bold
9473 Mezzadra
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 Roberto
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 555
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 </lyxtabular>
9498
9499 \end_inset
9500
9501
9502 \end_layout
9503
9504 \begin_layout Section
9505 Weitere Möglichkeiten für 
9506 \family sans
9507 lange Tabelle
9508 \family default
9509 n
9510 \begin_inset CommandInset label
9511 LatexCommand label
9512 name "abs:Special-Longtable-Issues"
9513
9514 \end_inset
9515
9516
9517 \end_layout
9518
9519 \begin_layout Subsection
9520 L
9521 \family sans
9522 ange Tabelle
9523 \family default
9524 n: Berechnung
9525 \begin_inset Index idx
9526 status collapsed
9527
9528 \begin_layout Plain Layout
9529 Tabellen ! lange ! Berechnung
9530 \end_layout
9531
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \begin_layout Standard
9538 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9539  so genannten 
9540 \emph on
9541 chunks
9542 \emph default
9543  (Brocken).
9544  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9545  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9546  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9547  das die Druckausgabe.
9548  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9549  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9550  einfügen:
9551 \end_layout
9552
9553 \begin_layout Standard
9554
9555 \series bold
9556
9557 \backslash
9558 setcounter{LTchunksize}{100}
9559 \end_layout
9560
9561 \begin_layout Subsection
9562 Gleitobjekte und L
9563 \family sans
9564 ange Tabelle
9565 \family default
9566 n
9567 \begin_inset Index idx
9568 status collapsed
9569
9570 \begin_layout Plain Layout
9571 Tabellen ! lange ! und Gleitobjekte
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \end_layout
9578
9579 \begin_layout Standard
9580 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9581 \family sans
9582 lange
9583 \begin_inset space ~
9584 \end_inset
9585
9586 Tabelle
9587 \family default
9588  beginnt, ein Gleitobjekt befindet.
9589  Um das zu vermeiden, können Sie vor der 
9590 \family sans
9591 langen
9592 \begin_inset space ~
9593 \end_inset
9594
9595 Tabellen
9596 \family default
9597  einen manuellen Seitenumbruch
9598 \family sans
9599  Einfügen\SpecialChar \menuseparator
9600 Formatierung\SpecialChar \menuseparator
9601 [Doppel]Seite
9602 \begin_inset space \space{}
9603 \end_inset
9604
9605 leeren
9606 \family default
9607  einfügen, siehe 
9608 \emph on
9609 Benutzerhandbuch
9610 \emph default
9611 .
9612 \end_layout
9613
9614 \begin_layout Subsection
9615 Manuelle Seitenumbrüche
9616 \begin_inset Index idx
9617 status collapsed
9618
9619 \begin_layout Plain Layout
9620 Tabellen ! lange ! manueller Seitenumbruch
9621 \end_layout
9622
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \begin_layout Standard
9629 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9630  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9631  der Zelle umbrechen wollen, fügen Sie den Befehl  
9632 \begin_inset Quotes gld
9633 \end_inset
9634
9635
9636 \series bold
9637
9638 \backslash
9639
9640 \backslash
9641
9642 \series default
9643
9644 \begin_inset Quotes grd
9645 \end_inset
9646
9647  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9648  werden kann.
9649  Vor dem 
9650 \begin_inset Quotes gld
9651 \end_inset
9652
9653
9654 \series bold
9655
9656 \backslash
9657
9658 \backslash
9659
9660 \series default
9661
9662 \begin_inset Quotes grd
9663 \end_inset
9664
9665 -Befehl müssen Sie so viele 
9666 \begin_inset Quotes gld
9667 \end_inset
9668
9669
9670 \series bold
9671 &
9672 \series default
9673
9674 \begin_inset Quotes grd
9675 \end_inset
9676
9677  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9678  Mit 
9679 \begin_inset Quotes gld
9680 \end_inset
9681
9682
9683 \series bold
9684 &
9685 \series default
9686
9687 \begin_inset Quotes grd
9688 \end_inset
9689
9690   werden in LaTeX Tabellenzellen getrennt.
9691  Hinter jedes 
9692 \begin_inset Quotes gld
9693 \end_inset
9694
9695
9696 \series bold
9697 &
9698 \series default
9699
9700 \begin_inset Quotes grd
9701 \end_inset
9702
9703  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9704  und löschen den Inhalt dieser Zellen.
9705 \end_layout
9706
9707 \begin_layout Standard
9708 Hinter dem 
9709 \begin_inset Quotes gld
9710 \end_inset
9711
9712
9713 \series bold
9714
9715 \backslash
9716
9717 \backslash
9718
9719 \series default
9720
9721 \begin_inset Quotes grd
9722 \end_inset
9723
9724 -Befehl müssen Sie so viele 
9725 \begin_inset Quotes gld
9726 \end_inset
9727
9728
9729 \series bold
9730 &
9731 \series default
9732
9733 \begin_inset Quotes grd
9734 \end_inset
9735
9736  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9737  In Tabelle
9738 \begin_inset space ~
9739 \end_inset
9740
9741
9742 \begin_inset CommandInset ref
9743 LatexCommand ref
9744 reference "tab:ForcedPagebreak"
9745
9746 \end_inset
9747
9748  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9749  Es folgt noch eine weitere Spalte.
9750  Deshalb wurde hinter dem Wort 
9751 \emph on
9752 Castelchiodato, 
9753 \emph default
9754 folgendes eingefügt:
9755 \end_layout
9756
9757 \begin_layout Standard
9758
9759 \series bold
9760 & 111
9761 \backslash
9762
9763 \backslash
9764  
9765 \backslash
9766 newpage
9767 \begin_inset Newline newline
9768 \end_inset
9769
9770 &
9771 \end_layout
9772
9773 \begin_layout Standard
9774 Die 
9775 \begin_inset Quotes gld
9776 \end_inset
9777
9778 111
9779 \begin_inset Quotes grd
9780 \end_inset
9781
9782  in der dritten Spalte wurde gelöscht.
9783  
9784 \series bold
9785
9786 \backslash
9787 newpage
9788 \series default
9789  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9790  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9791  Wenn die Fußzeile Ihrer 
9792 \family sans
9793 langen
9794 \begin_inset space ~
9795 \end_inset
9796
9797 Tabelle
9798 \family default
9799  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9800  Befehle benutzen:
9801 \end_layout
9802
9803 \begin_layout Standard
9804
9805 \series bold
9806 & 111
9807 \backslash
9808
9809 \backslash
9810
9811 \begin_inset Newline newline
9812 \end_inset
9813
9814
9815 \backslash
9816 hline &
9817 \end_layout
9818
9819 \begin_layout Standard
9820 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9821  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9822 \end_layout
9823
9824 \begin_layout Standard
9825
9826 \series bold
9827
9828 \backslash
9829 setlength{
9830 \backslash
9831 parfillskip}{0pt}
9832 \end_layout
9833
9834 \begin_layout Standard
9835 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9836  erscheint.
9837 \end_layout
9838
9839 \begin_layout Standard
9840 \align center
9841 \begin_inset Tabular
9842 <lyxtabular version="3" rows="38" columns="3">
9843 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9844 <column alignment="left" valignment="top" width="0cm">
9845 <column alignment="left" valignment="top" width="3cm">
9846 <column alignment="right" valignment="top" width="0pt">
9847 <row caption="true">
9848 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 \begin_inset Caption
9853
9854 \begin_layout Plain Layout
9855 Tabelle mit manuellem Seitenumbruch in einer Zelle
9856 \begin_inset CommandInset label
9857 LatexCommand label
9858 name "tab:ForcedPagebreak"
9859
9860 \end_inset
9861
9862
9863 \begin_inset Argument
9864 status collapsed
9865
9866 \begin_layout Plain Layout
9867 Tabelle mit manuellem Seitenumbruch in einer Zelle
9868 \end_layout
9869
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 </row>
9901 <row endfirsthead="true">
9902 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906
9907 \series bold
9908 Telefonliste (ignoriere die Namen)
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9914 \begin_inset Text
9915
9916 \begin_layout Plain Layout
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 </row>
9932 <row endfirsthead="true">
9933 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937
9938 \series bold
9939 NAME
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 TEL.
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 <row endhead="true">
9966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset ERT
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974
9975
9976 \backslash
9977 caption*{Fortsetzung der Tabelle}
9978 \backslash
9979
9980 \backslash
9981 %
9982 \end_layout
9983
9984 \end_inset
9985
9986
9987 \end_layout
9988
9989 \end_inset
9990 </cell>
9991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row endhead="true">
10011 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \series bold
10017 Telefonliste
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 </row>
10041 <row endhead="true">
10042 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \series bold
10048 NAME
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 TEL.
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row endfoot="true">
10075 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 wird fortgesetzt\SpecialChar \ldots{}
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row>
10105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \series bold
10111 Annovi
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 Silvia
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129 111
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \series bold
10142 Bertoli
10143 \end_layout
10144
10145 \end_inset
10146 </cell>
10147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151 Stefano
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160 111
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 </row>
10166 <row>
10167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \series bold
10173 Bozzi
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182 Walter
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 111
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 </row>
10197 <row>
10198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \series bold
10204 Cachia
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 Maria
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 111
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row>
10229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \series bold
10235 Cachia
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 Maurizio
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 111
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 </row>
10259 <row>
10260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 Cinquemani
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 Giusi
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 111
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 </row>
10290 <row>
10291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \series bold
10297 Colin
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 Bernard
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 111
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \series bold
10328 Concli
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337 Gianfranco
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 111
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 </row>
10352 <row>
10353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \series bold
10359 Dal Bosco
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 Carolina
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 111
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 </row>
10383 <row>
10384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388
10389 \series bold
10390 Dalpiaz
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 Annamaria
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 111
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 </row>
10414 <row>
10415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419
10420 \series bold
10421 Feliciello
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 Domenico
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 111
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 <row>
10446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450
10451 \series bold
10452 Focarelli
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Paola
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 111
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 </row>
10476 <row>
10477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481
10482 \series bold
10483 Galletti
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 Oreste
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 111
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \series bold
10514 Gasparini
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 Franca
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 111
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \series bold
10545 Lassini
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 Giancarlo
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 111
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 </row>
10569 <row>
10570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574
10575 \series bold
10576 Malfatti
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Luciano
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 111
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 </row>
10600 <row>
10601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605
10606 \series bold
10607 Malfatti
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 Valeriano
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 111
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 </row>
10631 <row>
10632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636
10637 \series bold
10638 Meneguzzo
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 Roberto
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 111
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 <row>
10663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667
10668 \series bold
10669 Mezzadra
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 Roberto
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 111
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \series bold
10700 Pirpamer
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 Erich
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 111
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \series bold
10731 Pochiesa
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 Paolo
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 111, 222
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \series bold
10762 Radina
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Claudio
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 111
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 </row>
10786 <row>
10787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791
10792 \series bold
10793 Rizzardi
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 Paolo, 11.
10803  Fürst von Monte\SpecialChar \-
10804 com\SpecialChar \-
10805 patri, 11.
10806  Fürst von Sulmona und Vivaro, 10.
10807  Fürst von Rossano, 5.
10808  Herzog von Canemorte, 11.
10809  Herzog von Palombara, 5.
10810  Herzog von Castelchiodato,
10811 \begin_inset ERT
10812 status open
10813
10814 \begin_layout Plain Layout
10815
10816 & 111
10817 \backslash
10818
10819 \backslash
10820  
10821 \backslash
10822 newpage
10823 \end_layout
10824
10825 \begin_layout Plain Layout
10826
10827 &
10828 \end_layout
10829
10830 \end_inset
10831
10832  11.
10833  Herzog von Poggionativo, 11.
10834  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10835  Graf von Valinfreda, 11.
10836  Baron von Cropalati, 11.
10837  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 <row>
10853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857
10858 \series bold
10859 Stuffer
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 Oskar
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 111
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 </row>
10883 <row>
10884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \series bold
10890 Tacchelli
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 Ugo
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 111
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 <row>
10915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919
10920 \series bold
10921 Tezzele
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 Margit
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 111
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 <row>
10946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \series bold
10952 Unterkalmsteiner
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 Frieda
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 111
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 <row>
10977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981
10982 \series bold
10983 Vieider
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 Hilde
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 111
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 <row>
11008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \series bold
11014 Vigna
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 Jürgen
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 111
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \series bold
11045 Weber
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 Maurizio
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 111
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \series bold
11076 Winkler
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 Franz
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 111
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \begin_layout Section
11108 Mehrfache Zeilen, Spalten und Zeilen in Zellen
11109 \end_layout
11110
11111 \begin_layout Subsection
11112 Mehrfache Zeilen in Zellen
11113 \begin_inset CommandInset label
11114 LatexCommand label
11115 name "uab:Mehrfache-Zeilen-in"
11116
11117 \end_inset
11118
11119
11120 \begin_inset Index idx
11121 status collapsed
11122
11123 \begin_layout Plain Layout
11124 Mehrfache ! Zeilen in Zellen
11125 \end_layout
11126
11127 \end_inset
11128
11129
11130 \begin_inset Index idx
11131 status collapsed
11132
11133 \begin_layout Plain Layout
11134 Tabellen ! Zeilenumbrüche
11135 \end_layout
11136
11137 \end_inset
11138
11139
11140 \end_layout
11141
11142 \begin_layout Standard
11143 \noindent
11144 \begin_inset Float table
11145 placement H
11146 wide false
11147 sideways false
11148 status open
11149
11150 \begin_layout Plain Layout
11151 \begin_inset Caption
11152
11153 \begin_layout Plain Layout
11154 \begin_inset CommandInset label
11155 LatexCommand label
11156 name "tab:Table-with-multiple"
11157
11158 \end_inset
11159
11160 Tabelle mit mehrfachen Zeilen in einer Zelle
11161 \end_layout
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Plain Layout
11169 \align center
11170 \begin_inset Tabular
11171 <lyxtabular version="3" rows="3" columns="3">
11172 <features tabularvalignment="middle">
11173 <column alignment="center" valignment="middle" width="2.5cm">
11174 <column alignment="center" valignment="middle" width="0.5cm">
11175 <column alignment="center" valignment="middle" width="0.5cm">
11176 <row>
11177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 zwei
11182 \begin_inset Newline linebreak
11183 \end_inset
11184
11185 Zeilen
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 b
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 c
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 </row>
11209 <row>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 d
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 e
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 f
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 g
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 h
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 i
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 </lyxtabular>
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11281  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11282  Tabelle
11283 \begin_inset space ~
11284 \end_inset
11285
11286
11287 \begin_inset CommandInset ref
11288 LatexCommand ref
11289 reference "tab:Table-with-multiple"
11290
11291 \end_inset
11292
11293  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11294 \family sans
11295 Tabellen-Einstellungen
11296 \family default
11297 -Dialog auf 2.5
11298 \begin_inset space \thinspace{}
11299 \end_inset
11300
11301 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11302  Weil unser Text schmaler als 2.5
11303 \begin_inset space \thinspace{}
11304 \end_inset
11305
11306 cm ist, würde er in einer Zeile gedruckt werden.
11307  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11308
11309 \family sans
11310 Strg+Shift+Enter
11311 \family default
11312 ) eingefügt.
11313  Wenn der Text länger ist, wird er automatisch umgebrochen.
11314 \end_layout
11315
11316 \begin_layout Standard
11317 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11318  setzen Sie die Breite der beiden Spalten im 
11319 \family sans
11320 Tabellen-Einstellungen
11321 \family default
11322 -Dialog auf 0.5
11323 \begin_inset space \thinspace{}
11324 \end_inset
11325
11326 cm und die vertikale Ausrichtung auf zentriert.
11327 \end_layout
11328
11329 \begin_layout Standard
11330 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11331  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11332  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11333  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11334  Fügen sie daher 0
11335 \begin_inset space \thinspace{}
11336 \end_inset
11337
11338 pt horizontalen Abstand vor dem Wort ein.
11339  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11340  Tabelle
11341 \begin_inset space ~
11342 \end_inset
11343
11344
11345 \begin_inset CommandInset ref
11346 LatexCommand ref
11347 reference "tab:Table-with-and"
11348
11349 \end_inset
11350
11351  zeigt die Wirkungen.
11352 \end_layout
11353
11354 \begin_layout Standard
11355 \begin_inset Float table
11356 placement h
11357 wide false
11358 sideways false
11359 status open
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Caption
11363
11364 \begin_layout Plain Layout
11365 \begin_inset CommandInset label
11366 LatexCommand label
11367 name "tab:Table-with-and"
11368
11369 \end_inset
11370
11371 Tabelle ohne und mit Silbentrennung
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Plain Layout
11380 \begin_inset space \hfill{}
11381 \end_inset
11382
11383
11384 \begin_inset Tabular
11385 <lyxtabular version="3" rows="3" columns="3">
11386 <features tabularvalignment="middle">
11387 <column alignment="center" valignment="middle" width="2.5cm">
11388 <column alignment="center" valignment="middle" width="0.5cm">
11389 <column alignment="center" valignment="middle" width="0.5cm">
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 einsehrlangesZellenwort
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 b
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 c
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 <row>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 d
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 e
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 f
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 g
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 h
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 i
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 </lyxtabular>
11478
11479 \end_inset
11480
11481
11482 \begin_inset space \hfill{}
11483 \end_inset
11484
11485
11486 \begin_inset Tabular
11487 <lyxtabular version="3" rows="3" columns="3">
11488 <features tabularvalignment="middle">
11489 <column alignment="center" valignment="middle" width="2.5cm">
11490 <column alignment="center" valignment="middle" width="0.5cm">
11491 <column alignment="center" valignment="middle" width="0.5cm">
11492 <row>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset space \hspace{}
11498 \length 0pt
11499 \end_inset
11500
11501 einsehrlangesZellenwort
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11507 \begin_inset Text
11508
11509 \begin_layout Plain Layout
11510 b
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 c
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 <row>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 d
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 e
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 f
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 </row>
11554 <row>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 g
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 h
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 i
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 </row>
11583 </lyxtabular>
11584
11585 \end_inset
11586
11587
11588 \begin_inset space \hfill{}
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \begin_layout Subsection
11600 Mehrfachspalten
11601 \begin_inset CommandInset label
11602 LatexCommand label
11603 name "uab:Mehrfachspalten"
11604
11605 \end_inset
11606
11607
11608 \begin_inset Index idx
11609 status collapsed
11610
11611 \begin_layout Plain Layout
11612 Mahrfachspalten
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \begin_inset Index idx
11619 status collapsed
11620
11621 \begin_layout Plain Layout
11622 Tabellen ! Mahrfachspalten
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \begin_layout Subsubsection
11631 Grundlagen
11632 \end_layout
11633
11634 \begin_layout Standard
11635 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11636  und verwenden dann den Knopf 
11637 \begin_inset Graphics
11638         filename ../../images/tabular-feature_multicolumn.png
11639         scale 70
11640         scaleBeforeRotation
11641
11642 \end_inset
11643
11644  in der Werkzeugleiste, das Menü 
11645 \family sans
11646 Bearbeiten\SpecialChar \menuseparator
11647 Tabelle\SpecialChar \menuseparator
11648 Mehrfachspalte
11649 \family default
11650 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11651  
11652 \family sans
11653 Mehrfachspalte
11654 \family default
11655 .
11656 \end_layout
11657
11658 \begin_layout Standard
11659 Mehrfachspalten haben ihre eigenen Einstellungen.
11660  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11661  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11662  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11663 \end_layout
11664
11665 \begin_layout Standard
11666 \align center
11667 \begin_inset Tabular
11668 <lyxtabular version="3" rows="3" columns="4">
11669 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11670 <column alignment="center" valignment="top" width="0pt">
11671 <column alignment="center" valignment="middle" width="0">
11672 <column alignment="center" valignment="top" width="0in">
11673 <column alignment="center" valignment="top" width="0pt">
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 abc
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 def ghi
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 jkl
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717
11718 \family roman
11719 \series medium
11720 \shape up
11721 \size normal
11722 \emph off
11723 \bar no
11724 \noun off
11725 \color none
11726 A
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 B
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 C
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11750 \begin_inset Text
11751
11752 \begin_layout Plain Layout
11753 D
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 <row>
11760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 1
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 2
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11779 \begin_inset Text
11780
11781 \begin_layout Plain Layout
11782 3
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 4
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 </lyxtabular>
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \begin_layout Subsubsection
11805 Mehrfachspalten-Berechnungen
11806 \begin_inset CommandInset label
11807 LatexCommand label
11808 name "uab:Mehrfachspalten-Berechnungen"
11809
11810 \end_inset
11811
11812
11813 \begin_inset Index idx
11814 status collapsed
11815
11816 \begin_layout Plain Layout
11817 Mahrfachspalten ! Berechnung
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \begin_inset Index idx
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827 Tabellen ! Mahrfachspalten ! Berechnung
11828 \end_layout
11829
11830 \end_inset
11831
11832
11833 \end_layout
11834
11835 \begin_layout Standard
11836 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11837  Zellen beachten.
11838 \end_layout
11839
11840 \begin_layout Standard
11841 \begin_inset Float table
11842 placement h
11843 wide false
11844 sideways false
11845 status open
11846
11847 \begin_layout Plain Layout
11848 \begin_inset Caption
11849
11850 \begin_layout Plain Layout
11851 \begin_inset CommandInset label
11852 LatexCommand label
11853 name "tab:Table-with-centered"
11854
11855 \end_inset
11856
11857 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11858  die halbe Breite der Mehrfachspalten-Zelle haben
11859 \begin_inset Argument
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 Eine Mehrfachspalten-Tabelle
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \begin_layout Plain Layout
11877 \align center
11878 \begin_inset Tabular
11879 <lyxtabular version="3" rows="3" columns="3">
11880 <features tabularvalignment="middle">
11881 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11882 <column alignment="center" valignment="middle" width="0">
11883 <column alignment="center" valignment="top" width="0">
11884 <row>
11885 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 Dies ist eine Mehrfach\SpecialChar \-
11890 spalten-Zelle
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 c
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 d
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 e
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 f
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 </row>
11943 <row>
11944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948 g
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 h
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 i
11967 \end_layout
11968
11969 \end_inset
11970 </cell>
11971 </row>
11972 </lyxtabular>
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 Um Tabelle
11986 \begin_inset space ~
11987 \end_inset
11988
11989
11990 \begin_inset CommandInset ref
11991 LatexCommand ref
11992 reference "tab:Table-with-centered"
11993
11994 \end_inset
11995
11996  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11997  3×3-Tabelle, kreuzen im 
11998 \family sans
11999 Tabellen-Einstellungen
12000 \family default
12001 -Dialog 
12002 \family sans
12003 Mehrfachspalte
12004 \family default
12005  an, setzen die 
12006 \family sans
12007 Horizontale
12008 \begin_inset space ~
12009 \end_inset
12010
12011 Ausrichtung
12012 \family default
12013  auf 
12014 \family sans
12015 Zentriert
12016 \family default
12017  und die 
12018 \family sans
12019 Breite
12020 \family default
12021  auf 2.5
12022 \begin_inset space \thinspace{}
12023 \end_inset
12024
12025 cm.
12026  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
12027  Sie die Breite der ersten Spalte auf 1.25
12028 \begin_inset space \thinspace{}
12029 \end_inset
12030
12031 cm setzen.
12032  Die zweite Spalte wird dann automatisch 1.25
12033 \begin_inset space \thinspace{}
12034 \end_inset
12035
12036 cm breit (Breite der 
12037 \family sans
12038 Mehrfachspalte
12039 \family default
12040  
12041 \begin_inset Formula $-$
12042 \end_inset
12043
12044  Breite der ersten Spalte).
12045  Dies wurde so für Tabelle
12046 \begin_inset space ~
12047 \end_inset
12048
12049
12050 \begin_inset CommandInset ref
12051 LatexCommand ref
12052 reference "tab:Table-without-half"
12053
12054 \end_inset
12055
12056  gemacht.
12057 \end_layout
12058
12059 \begin_layout Standard
12060 \begin_inset Float table
12061 wide false
12062 sideways false
12063 status open
12064
12065 \begin_layout Plain Layout
12066 \begin_inset Caption
12067
12068 \begin_layout Plain Layout
12069 \begin_inset CommandInset label
12070 LatexCommand label
12071 name "tab:Table-without-half"
12072
12073 \end_inset
12074
12075 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
12076  wie die Mehrfachspalte
12077 \begin_inset Argument
12078 status collapsed
12079
12080 \begin_layout Plain Layout
12081 Eine unvollkommene Mehrfachspalten-Tabelle
12082 \end_layout
12083
12084 \end_inset
12085
12086
12087 \end_layout
12088
12089 \end_inset
12090
12091
12092 \end_layout
12093
12094 \begin_layout Plain Layout
12095 \align center
12096 \begin_inset Tabular
12097 <lyxtabular version="3" rows="3" columns="3">
12098 <features tabularvalignment="middle">
12099 <column alignment="center" valignment="top" width="1.25cm">
12100 <column alignment="center" valignment="top" width="0">
12101 <column alignment="center" valignment="top" width="0">
12102 <row>
12103 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 Dies ist auch eine Mehr\SpecialChar \-
12108 fach\SpecialChar \-
12109 spalten-Zelle
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 c
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 </row>
12133 <row>
12134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 d
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 e
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 f
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 </row>
12162 <row>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 g
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 h
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 i
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 </row>
12191 </lyxtabular>
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12205  als die zweite ist.
12206  Das liegt daran, dass die Zellenbreite 
12207 \begin_inset Formula $W_{\mathrm{tot}}$
12208 \end_inset
12209
12210  nicht ihre definierte Breite 
12211 \begin_inset Formula $W_{g}$
12212 \end_inset
12213
12214  ist, sondern ein wenig mehr.
12215  Anhang
12216 \begin_inset space ~
12217 \end_inset
12218
12219
12220 \begin_inset CommandInset ref
12221 LatexCommand ref
12222 reference "kap:Exläuterung-einer-Gleichung"
12223
12224 \end_inset
12225
12226  erklärt das genauer.
12227 \end_layout
12228
12229 \begin_layout Standard
12230 Wenn 
12231 \emph on
12232 n
12233 \emph default
12234  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12235  die definierte Breite 
12236 \begin_inset Formula $W_{g\, n}$
12237 \end_inset
12238
12239  einer Spalte, deren totale Breite = 
12240 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12241 \end_inset
12242
12243  sein soll, wie folgt:
12244 \begin_inset Formula 
12245 \begin{equation}
12246 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12247 \end{equation}
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Standard
12255 In unserem Falls ist 
12256 \begin_inset Formula $n=2$
12257 \end_inset
12258
12259
12260 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12261 \end_inset
12262
12263 cm, und damit wird aus Gleichung
12264 \begin_inset space ~
12265 \end_inset
12266
12267
12268 \begin_inset CommandInset ref
12269 LatexCommand ref
12270 reference "eq:Wgn"
12271
12272 \end_inset
12273
12274  
12275 \begin_inset Formula 
12276 \begin{equation}
12277 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12278 \end{equation}
12279
12280 \end_inset
12281
12282
12283 \end_layout
12284
12285 \begin_layout Standard
12286 Damit LaTeX rechnen kann, muss das Paket 
12287 \series bold
12288 calc
12289 \series default
12290  im Vorspann geladen werden.
12291 \begin_inset Index idx
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295 LaTeX-Pakete ! calc
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \begin_layout Standard
12304
12305 \series bold
12306
12307 \backslash
12308 usepackage{calc}
12309 \end_layout
12310
12311 \begin_layout Standard
12312 LyX erlaubt im 
12313 \family sans
12314 Breite
12315 \family default
12316 -Feld des 
12317 \family sans
12318 Tabellen-Einstellungen
12319 \family default
12320 -Dialogs keine Berechnungen.
12321  Deshalb müssen Sie die Formel für die Breite im Feld 
12322 \family sans
12323 LaTe
12324 \begin_inset ERT
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328
12329 {}
12330 \end_layout
12331
12332 \end_inset
12333
12334 X-Argument
12335 \family default
12336  eingeben.
12337  Hier iss ein Überblick über die Argumente:
12338 \end_layout
12339
12340 \begin_layout Itemize
12341
12342 \series bold
12343 p{Breite}
12344 \series default
12345  die Zelle bekommt eine feste 
12346 \series bold
12347 Breite
12348 \series default
12349 , und die vertikale Ausrichtung ist 
12350 \family sans
12351 Oben
12352 \end_layout
12353
12354 \begin_layout Itemize
12355
12356 \series bold
12357 m{Breite}
12358 \series default
12359  die Zelle bekommt eine feste 
12360 \series bold
12361 Breite
12362 \series default
12363 , und die vertikale Ausrichtung ist 
12364 \family sans
12365 Mitte
12366 \end_layout
12367
12368 \begin_layout Itemize
12369
12370 \series bold
12371 b{Breite}
12372 \series default
12373  die Zelle bekommt eine feste 
12374 \series bold
12375 Breite
12376 \series default
12377 , und die vertikale Ausrichtung ist 
12378 \family sans
12379 Unten
12380 \end_layout
12381
12382 \begin_layout Standard
12383 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12384  für diese Zelle überschrieben.
12385 \end_layout
12386
12387 \begin_layout Standard
12388 \begin_inset Note Greyedout
12389 status open
12390
12391 \begin_layout Plain Layout
12392
12393 \series bold
12394 Bemerkung:
12395 \series default
12396  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12397  angezeigt.
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12407  der Zelle mit dem Inhalt 
12408 \begin_inset Quotes gld
12409 \end_inset
12410
12411 d
12412 \begin_inset Quotes grd
12413 \end_inset
12414
12415  der Tabelle
12416 \begin_inset space ~
12417 \end_inset
12418
12419
12420 \begin_inset CommandInset ref
12421 LatexCommand ref
12422 reference "tab:Table-with-centered"
12423
12424 \end_inset
12425
12426  auch noch der Befehl
12427 \family typewriter
12428 \series bold
12429  
12430 \family default
12431
12432 \backslash
12433 centering
12434 \series default
12435  hinzugefügt.
12436  Das Ganze sieht dann so aus:
12437 \end_layout
12438
12439 \begin_layout Standard
12440
12441 \series bold
12442 |>{
12443 \backslash
12444 centering}m{1.25cm-6.2pt}
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Der vertikale Strich 
12449 \series bold
12450
12451 \begin_inset Quotes gld
12452 \end_inset
12453
12454 |
12455 \series default
12456
12457 \begin_inset Quotes grd
12458 \end_inset
12459
12460  am Anfang zeichnet die linke Linie, und der Befehl 
12461 \series bold
12462
12463 \begin_inset Quotes gld
12464 \end_inset
12465
12466 >{ }
12467 \begin_inset Quotes grd
12468 \end_inset
12469
12470
12471 \series default
12472  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12473  der Zelle benutzt werden sollen.
12474 \end_layout
12475
12476 \begin_layout Standard
12477 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12478  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12479  für einzelne Spalten anwendet.
12480  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12481  werden:
12482 \end_layout
12483
12484 \begin_layout Standard
12485
12486 \series bold
12487 |>{
12488 \backslash
12489 centering}m{2.5cm}|
12490 \end_layout
12491
12492 \begin_layout Subsection
12493 Mehrfachzeilen
12494 \begin_inset CommandInset label
12495 LatexCommand label
12496 name "uab:Mehrfachzeilen"
12497
12498 \end_inset
12499
12500
12501 \begin_inset Index idx
12502 status collapsed
12503
12504 \begin_layout Plain Layout
12505 Mehrfachzeilen
12506 \end_layout
12507
12508 \end_inset
12509
12510
12511 \begin_inset Index idx
12512 status collapsed
12513
12514 \begin_layout Plain Layout
12515 Tabellen ! Mehrfachzeilen
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12525  und verwenden dann den Knopf 
12526 \begin_inset Graphics
12527         filename ../../images/tabular-feature_multirow.png
12528         scale 70
12529         scaleBeforeRotation
12530
12531 \end_inset
12532
12533  in der Werkzeugleiste, das Menü 
12534 \family sans
12535 Bearbeiten\SpecialChar \menuseparator
12536 Tabelle\SpecialChar \menuseparator
12537 Mehrfachzeile
12538 \family default
12539 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12540  
12541 \family sans
12542 Mehrfachzeile
12543 \family default
12544 .
12545 \end_layout
12546
12547 \begin_layout Standard
12548 Hier ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12549 \end_layout
12550
12551 \begin_layout Standard
12552 \align center
12553 \begin_inset Tabular
12554 <lyxtabular version="3" rows="3" columns="3">
12555 <features tabularvalignment="middle">
12556 <column alignment="center" valignment="top" width="0pt">
12557 <column alignment="center" valignment="top" width="0">
12558 <column alignment="center" valignment="top" width="0">
12559 <row>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 ein langer Eintrag
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 b
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 c
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 </row>
12588 <row>
12589 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 Mehrfachzeile
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 e
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 f
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 h
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 i
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 </row>
12646 </lyxtabular>
12647
12648 \end_inset
12649
12650
12651 \end_layout
12652
12653 \begin_layout Standard
12654 Die Breite einer Mehrfachzeile wird durch Setzen der Breite für die komplette
12655  Spalte festgelegt.
12656  Der 
12657 \family sans
12658 Vertikale Versatz
12659 \family default
12660  verschiebt den Inhalt der Mehrfachzeile nach oben/unten wenn der Versatz
12661  positiv/negativ ist.
12662 \end_layout
12663
12664 \begin_layout Standard
12665 Wenn die Spalte der Mehrfachzeile keine explizite Breite hat, übernimmt
12666  die Mehrfachzeile die Ausrichtung der Spalte.
12667  Ansonsten ist sie standardmäßig links ausgerichtet.
12668  Um die Ausrichtung zu ändern, erneuern Sie den Befehl 
12669 \series bold
12670
12671 \backslash
12672 multirowsetup
12673 \series default
12674  mit dem Befehl
12675 \end_layout
12676
12677 \begin_layout Standard
12678
12679 \series bold
12680
12681 \backslash
12682 renewcommand{
12683 \backslash
12684 multirowsetup}{
12685 \backslash
12686 centering}
12687 \end_layout
12688
12689 \begin_layout Standard
12690 im LaTeX-Vorspann.
12691  Es werden dann die Inhalte aller Mehrfachzeilen-Zellen des Dokuments zentriert.
12692  Wenn diese Ausrichtung nur für einige Tabellen gelten soll, kann der Befehl
12693  auch mittels TeX-Code vor der jeweiligen Tabelle, statt im LaTeX-Vorspann,
12694  erneuert werden.
12695  Für rechtsbündigen Text ersetzt man 
12696 \series bold
12697
12698 \backslash
12699 centering
12700 \series default
12701  durch 
12702 \series bold
12703
12704 \backslash
12705 raggedleft
12706 \series default
12707 .
12708  Um zur linksbündigen Ausrichtung zurückzukehren, wird 
12709 \series bold
12710
12711 \backslash
12712 raggedright
12713 \series default
12714  verwendet.
12715 \end_layout
12716
12717 \begin_layout Standard
12718 Dies ist eine Beispieltabelle mit einer rechts ausgerichteten Mehrfachzeile
12719  die -4
12720 \begin_inset space \thinspace{}
12721 \end_inset
12722
12723 mm vertikalen Versatz hat und sich in einer 3
12724 \begin_inset space \thinspace{}
12725 \end_inset
12726
12727 cm breiten Spalte befindet:
12728 \end_layout
12729
12730 \begin_layout Standard
12731 \noindent
12732 \align center
12733 \begin_inset ERT
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737
12738
12739 \backslash
12740 renewcommand{
12741 \backslash
12742 multirowsetup}{
12743 \backslash
12744 raggedleft}
12745 \end_layout
12746
12747 \end_inset
12748
12749
12750 \begin_inset Tabular
12751 <lyxtabular version="3" rows="4" columns="3">
12752 <features tabularvalignment="middle">
12753 <column alignment="center" valignment="top" width="3cm">
12754 <column alignment="center" valignment="top" width="0">
12755 <column alignment="center" valignment="top" width="0">
12756 <row>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 ein langer Eintrag
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 b
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 c
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 </row>
12785 <row>
12786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 t
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12796 \begin_inset Text
12797
12798 \begin_layout Plain Layout
12799 n
12800 \end_layout
12801
12802 \end_inset
12803 </cell>
12804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 m
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 Mehrfachzeile
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 e
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 f
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 </row>
12843 <row>
12844 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 h
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 i
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 </lyxtabular>
12873
12874 \end_inset
12875
12876
12877 \begin_inset ERT
12878 status collapsed
12879
12880 \begin_layout Plain Layout
12881
12882
12883 \backslash
12884 renewcommand{
12885 \backslash
12886 multirowsetup}{
12887 \backslash
12888 raggedright}
12889 \end_layout
12890
12891 \end_inset
12892
12893
12894 \end_layout
12895
12896 \begin_layout Section
12897 Formale Tabellen
12898 \begin_inset CommandInset label
12899 LatexCommand label
12900 name "abs:Formale-Tabellen"
12901
12902 \end_inset
12903
12904
12905 \begin_inset Index idx
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909 Tabellen ! Formale
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Standard
12918 Tabellen werden in Büchern oft wie Tabelle
12919 \begin_inset space ~
12920 \end_inset
12921
12922
12923 \begin_inset CommandInset ref
12924 LatexCommand ref
12925 reference "tab:Formale-Tabelle"
12926
12927 \end_inset
12928
12929  gesetzt.
12930  Diese Tabellen werden
12931 \emph on
12932  formal
12933 \emph default
12934  genannt.
12935  Formale Tabellen bekommen Sie, wenn Sie im 
12936 \family sans
12937 Tabellen-Einstellungen
12938 \family default
12939 -Dialog auf der Karteikarte 
12940 \family sans
12941 Rahmen
12942 \family default
12943  den 
12944 \family sans
12945 Stil
12946 \family default
12947  
12948 \family sans
12949 Formal
12950 \family default
12951  ankreuzen.
12952 \end_layout
12953
12954 \begin_layout Standard
12955 \begin_inset Float table
12956 placement h
12957 wide false
12958 sideways false
12959 status open
12960
12961 \begin_layout Plain Layout
12962 \begin_inset Caption
12963
12964 \begin_layout Plain Layout
12965 \begin_inset CommandInset label
12966 LatexCommand label
12967 name "tab:Formale-Tabelle"
12968
12969 \end_inset
12970
12971 Formale Tabelle
12972 \end_layout
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \begin_layout Plain Layout
12980 \align center
12981 \begin_inset Tabular
12982 <lyxtabular version="3" rows="8" columns="4">
12983 <features booktabs="true" tabularvalignment="middle">
12984 <column alignment="center" valignment="top" width="0">
12985 <column alignment="right" valignment="top" width="0">
12986 <column alignment="right" valignment="top" width="0">
12987 <column alignment="right" valignment="top" width="0">
12988 <row>
12989 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 System
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" topline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 Chip
13003 \begin_inset space \thinspace{}
13004 \end_inset
13005
13006 1
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 Chip
13016 \begin_inset space \thinspace{}
13017 \end_inset
13018
13019 2
13020 \end_layout
13021
13022 \end_inset
13023 </cell>
13024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13025 \begin_inset Text
13026
13027 \begin_layout Plain Layout
13028
13029 \end_layout
13030
13031 \end_inset
13032 </cell>
13033 </row>
13034 <row>
13035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 \begin_inset ERT
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043
13044
13045 \backslash
13046 cmidrule(r){2-2}
13047 \end_layout
13048
13049 \end_inset
13050
13051
13052 \begin_inset ERT
13053 status collapsed
13054
13055 \begin_layout Plain Layout
13056
13057
13058 \backslash
13059 cmidrule(l){3-4}
13060 \end_layout
13061
13062 \end_inset
13063
13064 Detektordicke in µm
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 300
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 <cell alignment="center" valignment="top" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 300
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 700
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 </row>
13097 <row>
13098 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 Kantenwinkel in °
13103 \end_layout
13104
13105 \end_inset
13106 </cell>
13107 <cell alignment="center" valignment="top" topline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 3.55
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" topline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 2.71
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 7.99
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 </row>
13135 <row topspace="default">
13136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 räumliche Auf\SpecialChar \textcompwordmark{}
13141 lösung in µm
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 4.26
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 10.17
13160 \end_layout
13161
13162 \end_inset
13163 </cell>
13164 <cell alignment="center" valignment="top" usebox="none">
13165 \begin_inset Text
13166
13167 \begin_layout Plain Layout
13168 10.56
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 </row>
13174 <row topspace="default">
13175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 MTF bei 
13180 \begin_inset Formula $f_{\mathrm{max}}$
13181 \end_inset
13182
13183
13184 \end_layout
13185
13186 \end_inset
13187 </cell>
13188 <cell alignment="center" valignment="top" usebox="none">
13189 \begin_inset Text
13190
13191 \begin_layout Plain Layout
13192 0.53
13193 \end_layout
13194
13195 \end_inset
13196 </cell>
13197 <cell alignment="center" valignment="top" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Plain Layout
13201 0.37
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 0.39
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row topspace="default">
13217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226
13227 \backslash
13228 cmidrule(l{10pt}){1-1}
13229 \end_layout
13230
13231 \end_inset
13232
13233 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13234 lösung
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
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
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
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 </row>
13267 <row>
13268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 in µm
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 129.7
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 52.75
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 50.78
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 </row>
13305 <row>
13306 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 in % der Pixelgröße
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 76.3
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 95.9
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 92.3
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 </lyxtabular>
13344
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \end_inset
13351
13352
13353 \end_layout
13354
13355 \begin_layout Standard
13356 Abstände zu Tabellenzeilen können auf der Karteikarte 
13357 \family sans
13358 Rahmen
13359 \family default
13360  des 
13361 \family sans
13362 Tabellen-Ein\SpecialChar \-
13363 stel\SpecialChar \-
13364 lun\SpecialChar \-
13365 gen
13366 \family default
13367 -Dialogs hinzugefügt werden, wie in Abschnitt
13368 \begin_inset space ~
13369 \end_inset
13370
13371
13372 \begin_inset CommandInset ref
13373 LatexCommand ref
13374 reference "uab:Zeilenabstand"
13375
13376 \end_inset
13377
13378  beschrieben.
13379 \end_layout
13380
13381 \begin_layout Standard
13382 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13383  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13384  gedruckt aber anders aus.
13385  Die erste und letzte Linie ist 0.08
13386 \begin_inset space \thinspace{}
13387 \end_inset
13388
13389 em dick, während die anderen 0.05
13390 \begin_inset space \thinspace{}
13391 \end_inset
13392
13393 em dick sind.
13394 \end_layout
13395
13396 \begin_layout Standard
13397 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13398 \end_layout
13399
13400 \begin_layout Standard
13401
13402 \series bold
13403
13404 \backslash
13405 let
13406 \backslash
13407 mytoprule
13408 \backslash
13409 toprule
13410 \begin_inset Newline newline
13411 \end_inset
13412
13413
13414 \backslash
13415 renewcommand{
13416 \backslash
13417 toprule}{
13418 \backslash
13419 mytoprule[Breite]}
13420 \end_layout
13421
13422 \begin_layout Standard
13423 Dies Beispiel gilt für die oberste Linie, genannt 
13424 \series bold
13425 toprule
13426 \series default
13427 .
13428  Für die letzte müssen Sie 
13429 \series bold
13430 toprule
13431 \series default
13432  durch 
13433 \series bold
13434 bottomrule
13435 \series default
13436  ersetzen.
13437  Die Linien dazwischen heißen 
13438 \series bold
13439 midrule
13440 \series default
13441 .
13442  Für 
13443 \family sans
13444 Breite
13445 \family default
13446  können Sie alle Einheiten benutzen, die in Anhang
13447 \begin_inset space ~
13448 \end_inset
13449
13450
13451 \begin_inset CommandInset ref
13452 LatexCommand ref
13453 reference "kap:In-LyX-verfügbare"
13454
13455 \end_inset
13456
13457  aufgelistet sind.
13458 \end_layout
13459
13460 \begin_layout Standard
13461 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13462  eine Linie unter einer Mehrfachspalte.
13463  LyX wird intern den Befehl 
13464 \series bold
13465
13466 \backslash
13467 cmidrule
13468 \series default
13469  benutzen, um diese Linie zu drucken.
13470  Der ganze Befehl sieht so aus:
13471 \end_layout
13472
13473 \begin_layout Standard
13474
13475 \series bold
13476
13477 \backslash
13478 cmidrule[width](trim){Anfangsspalte-Endspalte}
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Die 
13483 \series bold
13484
13485 \backslash
13486 cmidrule
13487 \series default
13488 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13489  benutzen.
13490  
13491 \series bold
13492
13493 \backslash
13494 cmidrule
13495 \series default
13496  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13497  erste Zelle einer Zeile einfügt.
13498  Die Linie wird dann über der Zeile gedruckt.
13499 \end_layout
13500
13501 \begin_layout Standard
13502 Der Standardwert ist 0.03
13503 \begin_inset space \thinspace{}
13504 \end_inset
13505
13506 em.
13507  Die Linie reicht von 
13508 \family typewriter
13509 Anfangsspalte
13510 \family default
13511  bis 
13512 \family typewriter
13513 End\SpecialChar \-
13514 spal\SpecialChar \-
13515 te
13516 \family default
13517 .
13518  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13519   Der optionale Parameter 
13520 \family typewriter
13521 trim
13522 \family default
13523  kann die Werte 
13524 \emph on
13525 r
13526 \emph default
13527
13528 \emph on
13529 r{Breite}
13530 \emph default
13531
13532 \emph on
13533 l
13534 \family typewriter
13535 \emph default
13536  
13537 \family default
13538 oder 
13539 \emph on
13540 l{Breite}
13541 \emph default
13542  annehmen, wobei die 
13543 \family sans
13544 Breite
13545 \family default
13546  optional ist.
13547  
13548 \emph on
13549 l{2pt}
13550 \emph default
13551  zum Beispiel bedeutet, dass die Linie links um 2
13552 \begin_inset space \thinspace{}
13553 \end_inset
13554
13555 pt gekürzt wird.
13556  Ohne Breitenangabe werden die Linien um 0.5
13557 \begin_inset space \thinspace{}
13558 \end_inset
13559
13560 em gekürzt.
13561 \end_layout
13562
13563 \begin_layout Standard
13564 \begin_inset VSpace bigskip
13565 \end_inset
13566
13567 In Tabelle
13568 \begin_inset space ~
13569 \end_inset
13570
13571
13572 \begin_inset CommandInset ref
13573 LatexCommand ref
13574 reference "tab:Formale-Tabelle"
13575
13576 \end_inset
13577
13578  wurden die Befehle
13579 \end_layout
13580
13581 \begin_layout Standard
13582
13583 \series bold
13584
13585 \backslash
13586 cmidrule(r){2-2}
13587 \backslash
13588 cmidrule(l){3-4}
13589 \end_layout
13590
13591 \begin_layout Standard
13592 am Anfang der zweiten Zeile und
13593 \end_layout
13594
13595 \begin_layout Standard
13596
13597 \series bold
13598
13599 \backslash
13600 cmidrule(l{10pt}){1-1}
13601 \end_layout
13602
13603 \begin_layout Standard
13604 in der sechsten benutzt.
13605 \end_layout
13606
13607 \begin_layout Standard
13608 \begin_inset VSpace bigskip
13609 \end_inset
13610
13611
13612 \end_layout
13613
13614 \begin_layout Standard
13615 Sie können mit 
13616 \series bold
13617
13618 \backslash
13619 cmidrule
13620 \series default
13621  auch überlappende Linien wie in Tabelle
13622 \begin_inset space ~
13623 \end_inset
13624
13625
13626 \begin_inset CommandInset ref
13627 LatexCommand ref
13628 reference "tab:Special-booktabs-table"
13629
13630 \end_inset
13631
13632  definieren.
13633  Der Befehl ist:
13634 \end_layout
13635
13636 \begin_layout Standard
13637
13638 \series bold
13639
13640 \backslash
13641 morecmidrules
13642 \end_layout
13643
13644 \begin_layout Standard
13645 In Zeile zwei der Tabelle
13646 \begin_inset space ~
13647 \end_inset
13648
13649
13650 \begin_inset CommandInset ref
13651 LatexCommand ref
13652 reference "tab:Special-booktabs-table"
13653
13654 \end_inset
13655
13656  wurde folgender Befehl benutzt:
13657 \end_layout
13658
13659 \begin_layout Standard
13660
13661 \series bold
13662
13663 \backslash
13664 cmidrule(r){2-2}
13665 \backslash
13666 cmidrule(l){3-4}
13667 \backslash
13668 morecmidrules
13669 \begin_inset Newline newline
13670 \end_inset
13671
13672
13673 \backslash
13674 cmidrule{2-4}
13675 \end_layout
13676
13677 \begin_layout Standard
13678 und in Zeile sechs:
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684
13685 \backslash
13686 midrule
13687 \backslash
13688 morecmidrules
13689 \backslash
13690 cmidrule{3-4}
13691 \end_layout
13692
13693 \begin_layout Standard
13694 \begin_inset VSpace bigskip
13695 \end_inset
13696
13697
13698 \end_layout
13699
13700 \begin_layout Standard
13701 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13702  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13703 \end_layout
13704
13705 \begin_layout Standard
13706
13707 \series bold
13708
13709 \backslash
13710 specialrule{Dicke}{Abstand davor}{Abstand danach}
13711 \end_layout
13712
13713 \begin_layout Standard
13714 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13715 \series bold
13716 booktabs
13717 \series default
13718  
13719 \begin_inset CommandInset citation
13720 LatexCommand cite
13721 key "booktabs"
13722
13723 \end_inset
13724
13725 .
13726 \begin_inset Index idx
13727 status collapsed
13728
13729 \begin_layout Plain Layout
13730 LaTeX-Pakete ! booktabs
13731 \end_layout
13732
13733 \end_inset
13734
13735
13736 \end_layout
13737
13738 \begin_layout Standard
13739 \begin_inset Float table
13740 placement h
13741 wide false
13742 sideways false
13743 status open
13744
13745 \begin_layout Plain Layout
13746 \begin_inset Caption
13747
13748 \begin_layout Plain Layout
13749 \begin_inset CommandInset label
13750 LatexCommand label
13751 name "tab:Special-booktabs-table"
13752
13753 \end_inset
13754
13755 Eine spezielle formale Tabelle
13756 \end_layout
13757
13758 \end_inset
13759
13760
13761 \end_layout
13762
13763 \begin_layout Plain Layout
13764 \align center
13765 \begin_inset Tabular
13766 <lyxtabular version="3" rows="8" columns="4">
13767 <features booktabs="true" tabularvalignment="middle">
13768 <column alignment="center" valignment="top" width="0">
13769 <column alignment="center" valignment="top" width="0">
13770 <column alignment="right" valignment="top" width="0">
13771 <column alignment="right" valignment="top" width="0">
13772 <row>
13773 <cell alignment="center" valignment="top" topline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 System
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 Chip
13787 \begin_inset space \thinspace{}
13788 \end_inset
13789
13790 1
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 Chip
13800 \begin_inset space \thinspace{}
13801 \end_inset
13802
13803 2
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 </row>
13818 <row>
13819 <cell alignment="center" valignment="top" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 cmidrule(r){2-2}
13831 \end_layout
13832
13833 \end_inset
13834
13835
13836 \begin_inset ERT
13837 status collapsed
13838
13839 \begin_layout Plain Layout
13840
13841
13842 \backslash
13843 cmidrule(l){3-4}
13844 \end_layout
13845
13846 \end_inset
13847
13848
13849 \begin_inset ERT
13850 status collapsed
13851
13852 \begin_layout Plain Layout
13853
13854
13855 \backslash
13856 morecmidrules 
13857 \end_layout
13858
13859 \end_inset
13860
13861
13862 \begin_inset ERT
13863 status collapsed
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 cmidrule{2-4}
13870 \end_layout
13871
13872 \end_inset
13873
13874 Detektordicke in µm
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 300
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 300
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 700
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 <row>
13908 <cell alignment="center" valignment="top" topline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 Kantenwinkel in °
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 3,55
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930 2,71
13931 \end_layout
13932
13933 \end_inset
13934 </cell>
13935 <cell alignment="center" valignment="top" topline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 7,99
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 </row>
13945 <row topspace="default">
13946 <cell alignment="center" valignment="top" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 räumliche Auf\SpecialChar \textcompwordmark{}
13951 lösung in µm
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Plain Layout
13960 4,26
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 10,17
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 10,56
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 <row topspace="default">
13985 <cell alignment="center" valignment="top" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 MTF bei 
13990 \begin_inset Formula $f_{\mathrm{max}}$
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 0,53
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 0,37
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 0,39
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 </row>
14026 <row>
14027 <cell alignment="center" valignment="top" topline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 \begin_inset ERT
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035
14036
14037 \backslash
14038 morecmidrules 
14039 \end_layout
14040
14041 \end_inset
14042
14043
14044 \begin_inset ERT
14045 status collapsed
14046
14047 \begin_layout Plain Layout
14048
14049
14050 \backslash
14051 cmidrule{3-4}
14052 \end_layout
14053
14054 \end_inset
14055
14056 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14057 lösung
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" topline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 </row>
14090 <row>
14091 <cell alignment="center" valignment="top" usebox="none">
14092 \begin_inset Text
14093
14094 \begin_layout Plain Layout
14095 in µm
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 129,7
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 52,75
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 50,78
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 </row>
14128 <row>
14129 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 in % der Pixelgröße
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 76,3
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 95,9
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 92,3
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 </lyxtabular>
14167
14168 \end_inset
14169
14170
14171 \end_layout
14172
14173 \end_inset
14174
14175
14176 \end_layout
14177
14178 \begin_layout Section
14179 Vertikale Tabellen-Ausrichtung
14180 \begin_inset Index idx
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184 Tabellen ! Ausrichtung
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \begin_layout Standard
14193 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14194  einer Box sein.
14195  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14196 \begin_inset space ~
14197 \end_inset
14198
14199
14200 \begin_inset CommandInset ref
14201 LatexCommand ref
14202 reference "abs:Box-Dialog"
14203
14204 \end_inset
14205
14206  beschrieben.
14207 \end_layout
14208
14209 \begin_layout Standard
14210 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14211 \begin_inset Foot
14212 status collapsed
14213
14214 \begin_layout Plain Layout
14215 Minipages werden in Abschnitt
14216 \begin_inset space ~
14217 \end_inset
14218
14219
14220 \begin_inset CommandInset ref
14221 LatexCommand ref
14222 reference "abs:Minipage"
14223
14224 \end_inset
14225
14226  beschrieben.
14227 \end_layout
14228
14229 \end_inset
14230
14231  mit 15
14232 \begin_inset space \thinspace{}
14233 \end_inset
14234
14235 col%-Breite:
14236 \end_layout
14237
14238 \begin_layout Itemize
14239 Test 
14240 \begin_inset Box Frameless
14241 position "t"
14242 hor_pos "c"
14243 has_inner_box 1
14244 inner_pos "c"
14245 use_parbox 0
14246 use_makebox 0
14247 width "15col%"
14248 special "none"
14249 height "1in"
14250 height_special "totalheight"
14251 status collapsed
14252
14253 \begin_layout Plain Layout
14254 \begin_inset Tabular
14255 <lyxtabular version="3" rows="3" columns="3">
14256 <features tabularvalignment="middle">
14257 <column alignment="center" valignment="top" width="0">
14258 <column alignment="center" valignment="top" width="0">
14259 <column alignment="center" valignment="top" width="0">
14260 <row>
14261 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265 Tabelle 1
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 </row>
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 b
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 e
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 h
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 <row>
14319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 c
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 f
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 i
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 </lyxtabular>
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355
14356  Test 
14357 \begin_inset ERT
14358 status collapsed
14359
14360 \begin_layout Plain Layout
14361
14362
14363 \backslash
14364 raisebox{0.85
14365 \backslash
14366 baselineskip}{
14367 \end_layout
14368
14369 \end_inset
14370
14371
14372 \begin_inset Box Frameless
14373 position "t"
14374 hor_pos "c"
14375 has_inner_box 1
14376 inner_pos "c"
14377 use_parbox 0
14378 use_makebox 0
14379 width "15col%"
14380 special "none"
14381 height "1in"
14382 height_special "totalheight"
14383 status collapsed
14384
14385 \begin_layout Plain Layout
14386 \begin_inset Tabular
14387 <lyxtabular version="3" rows="3" columns="3">
14388 <features tabularvalignment="middle">
14389 <column alignment="center" valignment="top" width="0">
14390 <column alignment="center" valignment="top" width="0">
14391 <column alignment="center" valignment="top" width="0">
14392 <row>
14393 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 Tabelle 2
14398 \end_layout
14399
14400 \end_inset
14401 </cell>
14402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 b
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 e
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 h
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 </row>
14450 <row>
14451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14452 \begin_inset Text
14453
14454 \begin_layout Plain Layout
14455 c
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 f
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 i
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 </lyxtabular>
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \begin_inset ERT
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493
14494 }
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Itemize
14503 Test 
14504 \begin_inset Box Frameless
14505 position "c"
14506 hor_pos "c"
14507 has_inner_box 1
14508 inner_pos "c"
14509 use_parbox 0
14510 use_makebox 0
14511 width "15col%"
14512 special "none"
14513 height "1in"
14514 height_special "totalheight"
14515 status collapsed
14516
14517 \begin_layout Plain Layout
14518 \begin_inset Tabular
14519 <lyxtabular version="3" rows="3" columns="3">
14520 <features tabularvalignment="middle">
14521 <column alignment="center" valignment="top" width="0">
14522 <column alignment="center" valignment="top" width="0">
14523 <column alignment="center" valignment="top" width="0">
14524 <row>
14525 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 Tabelle 3
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 <row>
14554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 b
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567 e
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 h
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 </row>
14582 <row>
14583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14584 \begin_inset Text
14585
14586 \begin_layout Plain Layout
14587 c
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 f
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 i
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 </row>
14611 </lyxtabular>
14612
14613 \end_inset
14614
14615
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Itemize
14624 Test 
14625 \begin_inset Box Frameless
14626 position "b"
14627 hor_pos "c"
14628 has_inner_box 1
14629 inner_pos "c"
14630 use_parbox 0
14631 use_makebox 0
14632 width "15col%"
14633 special "none"
14634 height "1in"
14635 height_special "totalheight"
14636 status collapsed
14637
14638 \begin_layout Plain Layout
14639 \begin_inset Tabular
14640 <lyxtabular version="3" rows="3" columns="3">
14641 <features tabularvalignment="middle">
14642 <column alignment="center" valignment="top" width="0">
14643 <column alignment="center" valignment="top" width="0">
14644 <column alignment="center" valignment="top" width="0">
14645 <row>
14646 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 Tabelle 4
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 </row>
14674 <row>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 b
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 e
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 h
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 </row>
14703 <row>
14704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 c
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 f
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 i
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 </row>
14732 </lyxtabular>
14733
14734 \end_inset
14735
14736
14737 \end_layout
14738
14739 \end_inset
14740
14741 Test 
14742 \begin_inset ERT
14743 status collapsed
14744
14745 \begin_layout Plain Layout
14746
14747
14748 \backslash
14749 raisebox{-0.32
14750 \backslash
14751 baselineskip}{
14752 \end_layout
14753
14754 \end_inset
14755
14756
14757 \begin_inset Box Frameless
14758 position "b"
14759 hor_pos "c"
14760 has_inner_box 1
14761 inner_pos "c"
14762 use_parbox 0
14763 use_makebox 0
14764 width "15col%"
14765 special "none"
14766 height "1in"
14767 height_special "totalheight"
14768 status collapsed
14769
14770 \begin_layout Plain Layout
14771 \begin_inset Tabular
14772 <lyxtabular version="3" rows="3" columns="3">
14773 <features tabularvalignment="middle">
14774 <column alignment="center" valignment="top" width="0">
14775 <column alignment="center" valignment="top" width="0">
14776 <column alignment="center" valignment="top" width="0">
14777 <row>
14778 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 Tabelle 5
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 </row>
14806 <row>
14807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811 b
14812 \end_layout
14813
14814 \end_inset
14815 </cell>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 e
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829 h
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 </row>
14835 <row>
14836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840 c
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 f
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 i
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 </lyxtabular>
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872
14873
14874 \begin_inset ERT
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878
14879 }
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \begin_layout Standard
14888 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14889 \begin_inset space \space{}
14890 \end_inset
14891
14892 1 und letzten Zeile von Tabelle
14893 \begin_inset space \space{}
14894 \end_inset
14895
14896 4 bezüglich dem Wort 
14897 \begin_inset Quotes gld
14898 \end_inset
14899
14900 Test
14901 \begin_inset Quotes grd
14902 \end_inset
14903
14904  nicht richtig ausgerichtet.
14905  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14906 \begin_inset Quotes gld
14907 \end_inset
14908
14909 Raisebox
14910 \begin_inset Quotes grd
14911 \end_inset
14912
14913
14914 \begin_inset Foot
14915 status collapsed
14916
14917 \begin_layout Plain Layout
14918 Raiseboxen werden in Abschnitt
14919 \begin_inset space ~
14920 \end_inset
14921
14922
14923 \begin_inset CommandInset ref
14924 LatexCommand ref
14925 reference "uab:Vertikale-Ausrichtung"
14926
14927 \end_inset
14928
14929  beschrieben.
14930 \end_layout
14931
14932 \end_inset
14933
14934  setzen.
14935  In Tabelle
14936 \begin_inset space \space{}
14937 \end_inset
14938
14939 2 wurde der Text mit dem Befehl
14940 \end_layout
14941
14942 \begin_layout Standard
14943
14944 \series bold
14945
14946 \backslash
14947 raisebox{0.85
14948 \backslash
14949 baselineskip}{
14950 \end_layout
14951
14952 \begin_layout Standard
14953 vor der Box ausgerichtet.
14954  Hinter der Box wurde auch noch 
14955 \series bold
14956 }
14957 \series default
14958  als TeX-Code eingefügt, weil der obige Befehl mit 
14959 \series bold
14960 {
14961 \series default
14962  aufhörte.
14963  Für Tabelle
14964 \begin_inset space \space{}
14965 \end_inset
14966
14967 5 wurde der Befehl
14968 \end_layout
14969
14970 \begin_layout Standard
14971
14972 \series bold
14973
14974 \backslash
14975 raisebox{-0.32
14976 \backslash
14977 baselineskip}{
14978 \end_layout
14979
14980 \begin_layout Standard
14981 benutzt.
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset Note Greyedout
14986 status open
14987
14988 \begin_layout Plain Layout
14989
14990 \series bold
14991 Bemerkung:
14992 \series default
14993  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14994  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14995  Der Faktor im 
14996 \series bold
14997
14998 \backslash
14999 raisebox
15000 \series default
15001 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
15002 \end_layout
15003
15004 \end_inset
15005
15006
15007 \end_layout
15008
15009 \begin_layout Section
15010 Farbige Tabellen
15011 \begin_inset CommandInset label
15012 LatexCommand label
15013 name "abs:Farbige-Tabellen"
15014
15015 \end_inset
15016
15017
15018 \begin_inset Index idx
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022 Tabellen ! farbige
15023 \end_layout
15024
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \begin_layout Subsection
15031 Farbige Zellen
15032 \begin_inset Index idx
15033 status collapsed
15034
15035 \begin_layout Plain Layout
15036 farbige !  Tabellenzellen
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \begin_layout Standard
15045 \begin_inset Float table
15046 placement h
15047 wide false
15048 sideways false
15049 status open
15050
15051 \begin_layout Plain Layout
15052 \begin_inset Caption
15053
15054 \begin_layout Plain Layout
15055 \begin_inset CommandInset label
15056 LatexCommand label
15057 name "tab:Farbige-Tabelle-ohne"
15058
15059 \end_inset
15060
15061 Farbige Tabelle, ohne Paket 
15062 \series bold
15063 colortbl
15064 \series default
15065
15066 \begin_inset Argument
15067 status collapsed
15068
15069 \begin_layout Plain Layout
15070 Tabelle ohne 
15071 \family typewriter
15072 colortbl
15073 \end_layout
15074
15075 \end_inset
15076
15077
15078 \end_layout
15079
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \begin_layout Plain Layout
15086 \align center
15087 \begin_inset Tabular
15088 <lyxtabular version="3" rows="3" columns="3">
15089 <features tabularvalignment="middle">
15090 <column alignment="center" valignment="top" width="0">
15091 <column alignment="center" valignment="top" width="0">
15092 <column alignment="center" valignment="top" width="0">
15093 <row>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \color green
15100 a
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109
15110 \color red
15111 b
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \color red
15122 c
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \color green
15135 d
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \color blue
15146 e
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155
15156 \color blue
15157 f
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 </row>
15163 <row>
15164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168
15169 \color green
15170 g
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179
15180 \color blue
15181 h
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \color blue
15192 i
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 </lyxtabular>
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \begin_layout Standard
15211 \begin_inset CommandInset label
15212 LatexCommand label
15213 name "Wenn-Sie-nur"
15214
15215 \end_inset
15216
15217 Wenn Sie nur farbigen Text
15218 \begin_inset Index idx
15219 status collapsed
15220
15221 \begin_layout Plain Layout
15222 Farbe ! für Text
15223 \end_layout
15224
15225 \end_inset
15226
15227  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15228  auf den Werkzeugleistenknopf 
15229 \begin_inset Graphics
15230         filename ../../images/dialog-show_character.png
15231         scale 70
15232         scaleBeforeRotation
15233
15234 \end_inset
15235
15236  oder über das Menü 
15237 \family sans
15238 Bearbeiten\SpecialChar \menuseparator
15239 Textstil\SpecialChar \menuseparator
15240 Benutzerdefiniert
15241 \family default
15242  mit dem 
15243 \family sans
15244 Textstil
15245 \family default
15246 -Dialog wie es in Tabelle
15247 \begin_inset space ~
15248 \end_inset
15249
15250
15251 \begin_inset CommandInset ref
15252 LatexCommand ref
15253 reference "tab:Farbige-Tabelle-ohne"
15254
15255 \end_inset
15256
15257  gemacht wurde.
15258  In anderen Fällen müssen Sie das LaTeX-Paket 
15259 \series bold
15260 colortbl
15261 \series default
15262  benutzen.
15263 \begin_inset Index idx
15264 status collapsed
15265
15266 \begin_layout Plain Layout
15267 LaTeX-Pakete ! colortbl
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 \begin_inset ERT
15277 status collapsed
15278
15279 \begin_layout Plain Layout
15280
15281
15282 \backslash
15283 ifcolortbl
15284 \end_layout
15285
15286 \end_inset
15287
15288
15289 \begin_inset Note Note
15290 status open
15291
15292 \begin_layout Plain Layout
15293 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15294 \series bold
15295 colortbl
15296 \series default
15297  installiert ist.
15298 \end_layout
15299
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \begin_layout Standard
15306 Um farbige Tabellen zu erzeugen, muss 
15307 \series bold
15308 colortbl
15309 \series default
15310  im LaTeX-Vorspann geladen werden:
15311 \end_layout
15312
15313 \begin_layout Standard
15314
15315 \series bold
15316
15317 \backslash
15318 usepackage{colortbl}
15319 \end_layout
15320
15321 \begin_layout Standard
15322 Die Farbe einer Spalte ändert man dann mit dem Befehl
15323 \end_layout
15324
15325 \begin_layout Standard
15326
15327 \series bold
15328
15329 \backslash
15330 columncolor{Farbname}
15331 \end_layout
15332
15333 \begin_layout Standard
15334 innerhalb des Befehls 
15335 \series bold
15336 >{}
15337 \series default
15338 .
15339  Mehr über den Befehl 
15340 \series bold
15341 >{}
15342 \series default
15343  finden Sie im Abschnitt
15344 \begin_inset space ~
15345 \end_inset
15346
15347
15348 \begin_inset CommandInset ref
15349 LatexCommand ref
15350 reference "uab:Mehrfachspalten-Berechnungen"
15351
15352 \end_inset
15353
15354 .
15355 \end_layout
15356
15357 \begin_layout Standard
15358 Folgende Farbnamen sind vordefiniert:
15359 \end_layout
15360
15361 \begin_layout Standard
15362
15363 \family sans
15364 red
15365 \family default
15366
15367 \family sans
15368 green
15369 \family default
15370
15371 \family sans
15372 yellow
15373 \family default
15374
15375 \family sans
15376 blue
15377 \family default
15378
15379 \family sans
15380 cyan
15381 \family default
15382
15383 \family sans
15384 magenta
15385 \family default
15386
15387 \family sans
15388 black
15389 \family default
15390  und 
15391 \family sans
15392 white
15393 \begin_inset Newline newline
15394 \end_inset
15395
15396 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15397 \family default
15398 und
15399 \family sans
15400  weiß
15401 \family default
15402 ).
15403 \end_layout
15404
15405 \begin_layout Standard
15406 \begin_inset VSpace medskip
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \begin_layout Standard
15413 Sie können auch eigene Farben definieren:
15414 \end_layout
15415
15416 \begin_layout Standard
15417
15418 \series bold
15419
15420 \backslash
15421 definecolor{Farbname}{Farbmodell}{Farbwerte}
15422 \end_layout
15423
15424 \begin_layout Standard
15425 Das Farbmodell kann eins der folgenden sein:
15426 \end_layout
15427
15428 \begin_layout Labeling
15429 \labelwidthstring 00.00.0000
15430 cmyk: cyan, magenta, yellow, black
15431 \end_layout
15432
15433 \begin_layout Labeling
15434 \labelwidthstring 00.00.0000
15435 rgb: red, green blue
15436 \end_layout
15437
15438 \begin_layout Labeling
15439 \labelwidthstring 00.00.0000
15440 gray: gray
15441 \end_layout
15442
15443 \begin_layout Standard
15444 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15445  die die entsprechende Farbe für das Farbmodell beschreiben.
15446 \end_layout
15447
15448 \begin_layout Standard
15449 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15450 \emph on
15451
15452 \begin_inset Quotes gld
15453 \end_inset
15454
15455 dunkelgruen
15456 \emph default
15457
15458 \begin_inset Quotes grd
15459 \end_inset
15460
15461  und 
15462 \begin_inset Quotes gld
15463 \end_inset
15464
15465
15466 \emph on
15467 hellgrau
15468 \emph default
15469
15470 \begin_inset Quotes grd
15471 \end_inset
15472
15473  folgendermaßen definieren:
15474 \end_layout
15475
15476 \begin_layout Standard
15477
15478 \series bold
15479
15480 \backslash
15481 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15482 \end_layout
15483
15484 \begin_layout Standard
15485
15486 \series bold
15487
15488 \backslash
15489 definecolor{hellgrau}{gray}{0.8}
15490 \end_layout
15491
15492 \begin_layout Standard
15493 \begin_inset VSpace medskip
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \begin_layout Standard
15500 Linien werden mit dem Befehl
15501 \end_layout
15502
15503 \begin_layout Standard
15504
15505 \series bold
15506
15507 \backslash
15508 rowcolor{Farbname}
15509 \end_layout
15510
15511 \begin_layout Standard
15512 gefärbt, Zellen mit dem Befehl
15513 \end_layout
15514
15515 \begin_layout Standard
15516
15517 \series bold
15518
15519 \backslash
15520 cellcolor{Farbname}
15521 \end_layout
15522
15523 \begin_layout Standard
15524 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15525 \end_layout
15526
15527 \begin_layout Standard
15528 Um nur Text zu färben, machen Sie es wie 
15529 \begin_inset CommandInset ref
15530 LatexCommand vpageref
15531 reference "Wenn-Sie-nur"
15532
15533 \end_inset
15534
15535  beschrieben.
15536  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15537 \emph on
15538 markieren Sie nur den Text
15539 \emph default
15540 , sonst werden Sie LaTeX-Fehler erzeugen.
15541 \end_layout
15542
15543 \begin_layout Standard
15544 \begin_inset Note Greyedout
15545 status open
15546
15547 \begin_layout Plain Layout
15548
15549 \series bold
15550 Achtung:
15551 \series default
15552  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15553 \end_layout
15554
15555 \end_inset
15556
15557
15558 \end_layout
15559
15560 \begin_layout Standard
15561 \begin_inset VSpace medskip
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \begin_layout Standard
15568 Die Tabelle
15569 \begin_inset space ~
15570 \end_inset
15571
15572
15573 \begin_inset CommandInset ref
15574 LatexCommand ref
15575 reference "tab:Table-colored-using"
15576
15577 \end_inset
15578
15579  wurde folgendermaßen erstellt: die erste Spalte soll 
15580 \emph on
15581
15582 \begin_inset Quotes gld
15583 \end_inset
15584
15585 dunkelgruen
15586 \emph default
15587
15588 \begin_inset Quotes grd
15589 \end_inset
15590
15591  werden, also müssen Sie ins 
15592 \family sans
15593 LaTe
15594 \begin_inset ERT
15595 status collapsed
15596
15597 \begin_layout Plain Layout
15598
15599 {}
15600 \end_layout
15601
15602 \end_inset
15603
15604 X-Argument
15605 \family default
15606  der Zellen der ersten Spalte den Befehl
15607 \end_layout
15608
15609 \begin_layout Standard
15610
15611 \series bold
15612 >{
15613 \backslash
15614 columncolor{dunkelgruen}
15615 \backslash
15616 centering}c
15617 \end_layout
15618
15619 \begin_layout Standard
15620 schreiben.
15621  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15622 \end_layout
15623
15624 \begin_layout Standard
15625
15626 \series bold
15627
15628 \backslash
15629 rowcolor{cyan}
15630 \end_layout
15631
15632 \begin_layout Standard
15633 in die erste Zelle der ersten Zeile eingefügt.
15634  Diese Farbe ersetzt die Spaltenfarbe.
15635  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15636  wird mit folgendem Befehl erreicht:
15637 \end_layout
15638
15639 \begin_layout Standard
15640
15641 \series bold
15642
15643 \backslash
15644 cellcolor{magenta}
15645 \end_layout
15646
15647 \begin_layout Standard
15648 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15649 \family sans
15650 Textstil
15651 \family default
15652 -Dialog.
15653 \end_layout
15654
15655 \begin_layout Standard
15656 \begin_inset Float table
15657 placement h
15658 wide false
15659 sideways false
15660 status open
15661
15662 \begin_layout Plain Layout
15663 \begin_inset Caption
15664
15665 \begin_layout Plain Layout
15666 \begin_inset CommandInset label
15667 LatexCommand label
15668 name "tab:Table-colored-using"
15669
15670 \end_inset
15671
15672 Eine mit dem Paket 
15673 \series bold
15674 colortbl
15675 \series default
15676  gefärbte Tabelle
15677 \begin_inset Argument
15678 status collapsed
15679
15680 \begin_layout Plain Layout
15681 Tabelle mit 
15682 \family typewriter
15683 colortbl
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \begin_layout Plain Layout
15697 \align center
15698 \begin_inset Tabular
15699 <lyxtabular version="3" rows="3" columns="3">
15700 <features tabularvalignment="middle">
15701 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15702 <column alignment="center" valignment="top" width="0">
15703 <column alignment="center" valignment="top" width="0">
15704 <row>
15705 <cell alignment="center" valignment="top" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 \begin_inset ERT
15710 status collapsed
15711
15712 \begin_layout Plain Layout
15713
15714
15715 \backslash
15716 rowcolor{cyan}
15717 \end_layout
15718
15719 \end_inset
15720
15721
15722 \color magenta
15723 a
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \color red
15734 b
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \color red
15745 c
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 <row>
15752 <cell alignment="center" valignment="top" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \color yellow
15758 d
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 <cell alignment="center" valignment="top" usebox="none">
15764 \begin_inset Text
15765
15766 \begin_layout Plain Layout
15767
15768 \color blue
15769 e
15770 \end_layout
15771
15772 \end_inset
15773 </cell>
15774 <cell alignment="center" valignment="top" usebox="none">
15775 \begin_inset Text
15776
15777 \begin_layout Plain Layout
15778
15779 \color blue
15780 f
15781 \end_layout
15782
15783 \end_inset
15784 </cell>
15785 </row>
15786 <row>
15787 <cell alignment="center" valignment="top" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791
15792 \color yellow
15793 g
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \color blue
15804 h
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset ERT
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817
15818
15819 \backslash
15820 cellcolor{magenta}
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \color green
15827 i
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 </lyxtabular>
15834
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \begin_layout Standard
15846 \begin_inset ERT
15847 status collapsed
15848
15849 \begin_layout Plain Layout
15850
15851
15852 \backslash
15853 else
15854 \end_layout
15855
15856 \end_inset
15857
15858
15859 \begin_inset Note Note
15860 status open
15861
15862 \begin_layout Plain Layout
15863 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15864 \series bold
15865 colortbl
15866 \series default
15867  nicht installiert ist:
15868 \end_layout
15869
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \begin_layout Standard
15876 Sie müssen das LaTeX-Paket 
15877 \series bold
15878 colortbl
15879 \series default
15880  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15881 \end_layout
15882
15883 \begin_layout Standard
15884 \begin_inset ERT
15885 status collapsed
15886
15887 \begin_layout Plain Layout
15888
15889
15890 \backslash
15891 fi
15892 \end_layout
15893
15894 \end_inset
15895
15896
15897 \end_layout
15898
15899 \begin_layout Subsection
15900 Farbige Linien
15901 \begin_inset Index idx
15902 status collapsed
15903
15904 \begin_layout Plain Layout
15905 farbige !  Tabellenlinien
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \end_layout
15912
15913 \begin_layout Standard
15914 Wie in Abschnitt
15915 \begin_inset space ~
15916 \end_inset
15917
15918
15919 \begin_inset CommandInset ref
15920 LatexCommand ref
15921 reference "uab:Liniendicke"
15922
15923 \end_inset
15924
15925  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15926 \series bold
15927
15928 \backslash
15929 arrayrulewidth
15930 \series default
15931  definiert werden.
15932  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15933 \begin_inset space \thinspace{}
15934 \end_inset
15935
15936 pt gesetzt.
15937 \begin_inset ERT
15938 status collapsed
15939
15940 \begin_layout Plain Layout
15941
15942
15943 \backslash
15944 setlength{
15945 \backslash
15946 arrayrulewidth}{1.5pt}
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \begin_layout Standard
15955 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15956 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15957 \begin_inset space ~
15958 \end_inset
15959
15960
15961 \begin_inset CommandInset ref
15962 LatexCommand ref
15963 reference "uab:Angepasste-Zellen-/Spaltenformate"
15964
15965 \end_inset
15966
15967  definiert:
15968 \end_layout
15969
15970 \begin_layout Standard
15971
15972 \series bold
15973
15974 \backslash
15975 newcolumntype{W}{!{
15976 \backslash
15977 color{green}
15978 \backslash
15979 vline}}
15980 \end_layout
15981
15982 \begin_layout Standard
15983 In Tabelle
15984 \begin_inset space ~
15985 \end_inset
15986
15987
15988 \begin_inset CommandInset ref
15989 LatexCommand ref
15990 reference "tab:Tabelle-mit-farbigen-vert"
15991
15992 \end_inset
15993
15994  wurde das LaTeX-Argument 
15995 \series bold
15996 WcW
15997 \series default
15998  für die letzte und 
15999 \series bold
16000 Wc
16001 \series default
16002  für die anderen Spalten benutzt.
16003 \end_layout
16004
16005 \begin_layout Standard
16006 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16007 \end_layout
16008
16009 \begin_layout Standard
16010 \begin_inset Float table
16011 placement h
16012 wide false
16013 sideways false
16014 status open
16015
16016 \begin_layout Plain Layout
16017 \begin_inset Caption
16018
16019 \begin_layout Plain Layout
16020 \begin_inset CommandInset label
16021 LatexCommand label
16022 name "tab:Tabelle-mit-farbigen-vert"
16023
16024 \end_inset
16025
16026 Tabelle mit farbigen vertikalen Linien
16027 \end_layout
16028
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \begin_layout Plain Layout
16035 \align center
16036 \begin_inset Tabular
16037 <lyxtabular version="3" rows="3" columns="3">
16038 <features tabularvalignment="middle">
16039 <column alignment="center" valignment="top" width="0" special="Wc">
16040 <column alignment="center" valignment="top" width="0" special="Wc">
16041 <column alignment="center" valignment="top" width="0" special="WcW">
16042 <row>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 sd
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" topline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 <row>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" topline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085 sd
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 <row>
16101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 sd
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 </row>
16129 </lyxtabular>
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \begin_layout Standard
16142 \begin_inset VSpace bigskip
16143 \end_inset
16144
16145 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16146 \begin_inset space ~
16147 \end_inset
16148
16149
16150 \begin_inset CommandInset ref
16151 LatexCommand ref
16152 reference "tab:Tabelle-mit-farbigen-horiz"
16153
16154 \end_inset
16155
16156 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16157  einfügen:
16158 \end_layout
16159
16160 \begin_layout Standard
16161
16162 \series bold
16163
16164 \backslash
16165 let
16166 \backslash
16167 myHlineC
16168 \backslash
16169 hline
16170 \begin_inset Newline newline
16171 \end_inset
16172
16173
16174 \backslash
16175 renewcommand{
16176 \backslash
16177 hline}
16178 \begin_inset Newline newline
16179 \end_inset
16180
16181
16182 \begin_inset Phantom HPhantom
16183 status open
16184
16185 \begin_layout Plain Layout
16186
16187 \series bold
16188 \begin_inset space ~
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \end_inset
16195
16196 {
16197 \backslash
16198 arrayrulecolor{red}
16199 \backslash
16200 myHlineC
16201 \backslash
16202 arrayrulecolor{black}}
16203 \end_layout
16204
16205 \begin_layout Standard
16206 \begin_inset ERT
16207 status collapsed
16208
16209 \begin_layout Plain Layout
16210
16211
16212 \backslash
16213 let
16214 \backslash
16215 myHlineC
16216 \backslash
16217 hline
16218 \end_layout
16219
16220 \begin_layout Plain Layout
16221
16222
16223 \backslash
16224 renewcommand{
16225 \backslash
16226 hline}
16227 \end_layout
16228
16229 \begin_layout Plain Layout
16230
16231  {
16232 \backslash
16233 arrayrulecolor{red}
16234 \backslash
16235 myHlineC
16236 \backslash
16237 arrayrulecolor{black}}
16238 \end_layout
16239
16240 \end_inset
16241
16242
16243 \begin_inset Float table
16244 placement h
16245 wide false
16246 sideways false
16247 status open
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Caption
16251
16252 \begin_layout Plain Layout
16253 \begin_inset CommandInset label
16254 LatexCommand label
16255 name "tab:Tabelle-mit-farbigen-horiz"
16256
16257 \end_inset
16258
16259 Tabelle mit farbigen horizontalen Linien
16260 \end_layout
16261
16262 \end_inset
16263
16264
16265 \end_layout
16266
16267 \begin_layout Plain Layout
16268 \align center
16269 \begin_inset Tabular
16270 <lyxtabular version="3" rows="3" columns="3">
16271 <features tabularvalignment="middle">
16272 <column alignment="center" valignment="top" width="0">
16273 <column alignment="center" valignment="top" width="0">
16274 <column alignment="center" valignment="top" width="0">
16275 <row>
16276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 sd
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 </row>
16304 <row>
16305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 sd
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 sd
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 </lyxtabular>
16363
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \begin_layout Standard
16375 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16376  als TeX-Code hinter der Tabelle einfügen:
16377 \end_layout
16378
16379 \begin_layout Standard
16380
16381 \series bold
16382
16383 \backslash
16384 renewcommand{
16385 \backslash
16386 hline}{
16387 \backslash
16388 myHlineC}
16389 \end_layout
16390
16391 \begin_layout Standard
16392 Tabelle
16393 \begin_inset space ~
16394 \end_inset
16395
16396
16397 \begin_inset CommandInset ref
16398 LatexCommand ref
16399 reference "tab:Table-with-colored"
16400
16401 \end_inset
16402
16403  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16404 \end_layout
16405
16406 \begin_layout Standard
16407 \begin_inset Float table
16408 placement h
16409 wide false
16410 sideways false
16411 status open
16412
16413 \begin_layout Plain Layout
16414 \begin_inset Caption
16415
16416 \begin_layout Plain Layout
16417 \begin_inset CommandInset label
16418 LatexCommand label
16419 name "tab:Table-with-colored"
16420
16421 \end_inset
16422
16423 Tabelle mit farbigen Linien
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \begin_layout Plain Layout
16432 \align center
16433 \begin_inset Tabular
16434 <lyxtabular version="3" rows="3" columns="3">
16435 <features tabularvalignment="middle">
16436 <column alignment="center" valignment="top" width="0" special="Wc">
16437 <column alignment="center" valignment="top" width="0" special="Wc">
16438 <column alignment="center" valignment="top" width="0" special="WcW">
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444 sd
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 </row>
16468 <row>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 <cell alignment="center" valignment="top" topline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 sd
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 </row>
16497 <row topspace="default">
16498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 sd
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 </lyxtabular>
16527
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Standard
16539 \begin_inset ERT
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543
16544
16545 \backslash
16546 renewcommand{
16547 \backslash
16548 hline}{
16549 \backslash
16550 myHlineC}
16551 \end_layout
16552
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \begin_layout Standard
16559 \begin_inset ERT
16560 status collapsed
16561
16562 \begin_layout Plain Layout
16563
16564
16565 \backslash
16566 setlength{
16567 \backslash
16568 arrayrulewidth}{0.4pt}
16569 \end_layout
16570
16571 \end_inset
16572
16573
16574 \begin_inset Note Note
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578 setzt die Liniendicke wieder auf ihren Standardwert zurück
16579 \end_layout
16580
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \begin_layout Section
16587 Tabellen-Anpassung
16588 \begin_inset Index idx
16589 status collapsed
16590
16591 \begin_layout Plain Layout
16592 Tabellen ! Anpassung
16593 \end_layout
16594
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \begin_layout Subsection
16601 Zeilenabstand
16602 \begin_inset CommandInset label
16603 LatexCommand label
16604 name "uab:Zeilenabstand"
16605
16606 \end_inset
16607
16608
16609 \begin_inset Index idx
16610 status collapsed
16611
16612 \begin_layout Plain Layout
16613 Tabellen ! Zeilenabstand
16614 \end_layout
16615
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \begin_layout Standard
16622 Auf der Karteikarte 
16623 \family sans
16624 Rahmen
16625 \family default
16626  des 
16627 \family sans
16628 Tabellen-Einstellungen
16629 \family default
16630 -Dialogs können Sie 
16631 \family sans
16632 zusätzliche
16633 \begin_inset space ~
16634 \end_inset
16635
16636 Abstände
16637 \family default
16638  einfügen.
16639  Dabei haben Sie drei Möglichkeiten:
16640 \end_layout
16641
16642 \begin_layout Description
16643 Oberhalb
16644 \begin_inset space ~
16645 \end_inset
16646
16647 der
16648 \begin_inset space ~
16649 \end_inset
16650
16651 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16652  Bei einer formalen Tabelle
16653 \begin_inset Foot
16654 status collapsed
16655
16656 \begin_layout Plain Layout
16657 Formale Tabellen wurden in Abschnitt
16658 \begin_inset space ~
16659 \end_inset
16660
16661
16662 \begin_inset CommandInset ref
16663 LatexCommand ref
16664 reference "abs:Formale-Tabellen"
16665
16666 \end_inset
16667
16668  beschrieben.
16669 \end_layout
16670
16671 \end_inset
16672
16673  fügt LyX standardmäßig 0.5
16674 \begin_inset space \thinspace{}
16675 \end_inset
16676
16677 em Leerraum ein.
16678  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16679 \begin_inset VSpace medskip
16680 \end_inset
16681
16682
16683 \begin_inset Newline newline
16684 \end_inset
16685
16686
16687 \begin_inset space \hspace*{}
16688 \length 0pt
16689 \end_inset
16690
16691
16692 \begin_inset space \hfill{}
16693 \end_inset
16694
16695
16696 \begin_inset Tabular
16697 <lyxtabular version="3" rows="3" columns="1">
16698 <features tabularvalignment="middle">
16699 <column alignment="center" valignment="top" width="0">
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 A
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row topspace="3mm">
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 3
16717 \begin_inset space \thinspace{}
16718 \end_inset
16719
16720 mm Leerraum oberhalb der Zeile
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 C
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 </lyxtabular>
16738
16739 \end_inset
16740
16741
16742 \begin_inset space \hfill{}
16743 \end_inset
16744
16745
16746 \begin_inset space \hspace*{}
16747 \length 0pt
16748 \end_inset
16749
16750
16751 \begin_inset VSpace medskip
16752 \end_inset
16753
16754
16755 \begin_inset Newline newline
16756 \end_inset
16757
16758 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16759 n Linien verwenden.
16760 \end_layout
16761
16762 \begin_layout Description
16763 Unterhalb
16764 \begin_inset space ~
16765 \end_inset
16766
16767 der
16768 \begin_inset space ~
16769 \end_inset
16770
16771 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16772  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16773 \begin_inset space \thinspace{}
16774 \end_inset
16775
16776 em Leerraum ein.
16777  Bei normalen Tabellen ist der Standardwert 2
16778 \begin_inset space \thinspace{}
16779 \end_inset
16780
16781 pt.
16782 \end_layout
16783
16784 \begin_layout Description
16785 Zwischen
16786 \begin_inset space ~
16787 \end_inset
16788
16789 den
16790 \begin_inset space ~
16791 \end_inset
16792
16793 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16794  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16795 \begin_inset space \thinspace{}
16796 \end_inset
16797
16798 em Leerraum ein.
16799  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16800 \begin_inset VSpace medskip
16801 \end_inset
16802
16803
16804 \begin_inset Newline newline
16805 \end_inset
16806
16807
16808 \begin_inset space \hspace*{}
16809 \length 0pt
16810 \end_inset
16811
16812
16813 \begin_inset space \hfill{}
16814 \end_inset
16815
16816
16817 \begin_inset Tabular
16818 <lyxtabular version="3" rows="3" columns="1">
16819 <features tabularvalignment="middle">
16820 <column alignment="center" valignment="top" width="0">
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 A
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row interlinespace="3mm">
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\downarrow$
16838 \end_inset
16839
16840  3
16841 \begin_inset space \thinspace{}
16842 \end_inset
16843
16844 mm Leerraum zwischen den Zeilen 
16845 \begin_inset Formula $\downarrow$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row>
16855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 \begin_inset Formula $\uparrow$
16860 \end_inset
16861
16862  3
16863 \begin_inset space \thinspace{}
16864 \end_inset
16865
16866 mm Leerraum zwischen den Zeilen 
16867 \begin_inset Formula $\uparrow$
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 </lyxtabular>
16877
16878 \end_inset
16879
16880
16881 \begin_inset space \hfill{}
16882 \end_inset
16883
16884
16885 \begin_inset space \hspace*{}
16886 \length 0pt
16887 \end_inset
16888
16889
16890 \begin_inset VSpace medskip
16891 \end_inset
16892
16893
16894 \begin_inset Newline newline
16895 \end_inset
16896
16897 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16898 n Linien verwenden.
16899 \end_layout
16900
16901 \begin_layout Standard
16902 \begin_inset VSpace bigskip
16903 \end_inset
16904
16905 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16906  Befehlen im LaTeX-Vorspann machen:
16907 \end_layout
16908
16909 \begin_layout Standard
16910
16911 \series bold
16912
16913 \backslash
16914 @ifundefined{extrarowheight}
16915 \begin_inset Newline newline
16916 \end_inset
16917
16918
16919 \begin_inset Phantom HPhantom
16920 status open
16921
16922 \begin_layout Plain Layout
16923
16924 \series bold
16925 \begin_inset space ~
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932
16933 {
16934 \backslash
16935 usepackage{array}}{}
16936 \begin_inset Newline newline
16937 \end_inset
16938
16939
16940 \backslash
16941 setlength{
16942 \backslash
16943 extrarowheight}{Höhe}
16944 \end_layout
16945
16946 \begin_layout Standard
16947 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16948  ausgerichtet sind.
16949  (Das Paket 
16950 \series bold
16951 array
16952 \series default
16953  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16954  verwenden.
16955  Der Befehl 
16956 \series bold
16957
16958 \backslash
16959 @ifundefined
16960 \series default
16961  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16962 \end_layout
16963
16964 \begin_layout Standard
16965 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16966  zu nah an den Buchstaben.
16967  Das kann korrigiert werden, indem man den Befehl 
16968 \series bold
16969
16970 \backslash
16971 strut
16972 \series default
16973  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16974  Tabelle
16975 \begin_inset space ~
16976 \end_inset
16977
16978
16979 \begin_inset CommandInset ref
16980 LatexCommand ref
16981 reference "tab:Vertikale-Ausrichtung-von"
16982
16983 \end_inset
16984
16985  zeigt den Effekt.
16986 \end_layout
16987
16988 \begin_layout Standard
16989 \noindent
16990 \begin_inset Float table
16991 placement h
16992 wide false
16993 sideways false
16994 status open
16995
16996 \begin_layout Plain Layout
16997 \begin_inset Caption
16998
16999 \begin_layout Plain Layout
17000 \begin_inset CommandInset label
17001 LatexCommand label
17002 name "tab:Vertikale-Ausrichtung-von"
17003
17004 \end_inset
17005
17006 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
17007 \end_layout
17008
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \begin_layout Plain Layout
17015 \begin_inset space \hfill{}
17016 \end_inset
17017
17018
17019 \begin_inset Float table
17020 wide false
17021 sideways false
17022 status collapsed
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Caption
17026
17027 \begin_layout Plain Layout
17028 Normale Tabelle.
17029 \end_layout
17030
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \begin_layout Plain Layout
17037 \noindent
17038 \align center
17039 \begin_inset Tabular
17040 <lyxtabular version="3" rows="6" columns="1">
17041 <features tabularvalignment="middle">
17042 <column alignment="left" valignment="top" width="0">
17043 <row>
17044 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 Normal, g
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 </row>
17054 <row>
17055 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059
17060 \size large
17061 Groß, g
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \size larger
17074 Größer, g
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \size largest
17087 noch Größer, g
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \size huge
17100 Riesig
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \size giant
17113 Gigantisch
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 </lyxtabular>
17120
17121 \end_inset
17122
17123
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \begin_inset space \hfill{}
17130 \end_inset
17131
17132
17133 \begin_inset Float table
17134 wide false
17135 sideways false
17136 status collapsed
17137
17138 \begin_layout Plain Layout
17139 \begin_inset Caption
17140
17141 \begin_layout Plain Layout
17142 Tabelle bei der der Befehl 
17143 \series bold
17144
17145 \backslash
17146 strut
17147 \series default
17148  verwendet wurde.
17149 \end_layout
17150
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \begin_layout Plain Layout
17157 \noindent
17158 \align center
17159 \begin_inset Tabular
17160 <lyxtabular version="3" rows="6" columns="1">
17161 <features tabularvalignment="middle">
17162 <column alignment="left" valignment="top" width="0">
17163 <row>
17164 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168 Normal, g
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \size large
17181 \begin_inset ERT
17182 status collapsed
17183
17184 \begin_layout Plain Layout
17185
17186
17187 \backslash
17188 strut 
17189 \end_layout
17190
17191 \end_inset
17192
17193 Groß, g
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \size larger
17206 \begin_inset ERT
17207 status collapsed
17208
17209 \begin_layout Plain Layout
17210
17211
17212 \backslash
17213 strut 
17214 \end_layout
17215
17216 \end_inset
17217
17218 Größer, g
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \size largest
17231 \begin_inset ERT
17232 status collapsed
17233
17234 \begin_layout Plain Layout
17235
17236
17237 \backslash
17238 strut 
17239 \end_layout
17240
17241 \end_inset
17242
17243 noch Größer, g
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \size huge
17256 \begin_inset ERT
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260
17261
17262 \backslash
17263 strut 
17264 \end_layout
17265
17266 \end_inset
17267
17268 Riesig
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \size giant
17281 \begin_inset ERT
17282 status collapsed
17283
17284 \begin_layout Plain Layout
17285
17286
17287 \backslash
17288 strut 
17289 \end_layout
17290
17291 \end_inset
17292
17293 Gigantisch
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 </lyxtabular>
17300
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307
17308
17309 \begin_inset space \hfill{}
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316
17317
17318 \end_layout
17319
17320 \begin_layout Subsection
17321 Besondere Zellenausrichtung
17322 \begin_inset CommandInset label
17323 LatexCommand label
17324 name "sub:Besondere-Zellenausrichtung"
17325
17326 \end_inset
17327
17328
17329 \begin_inset Index idx
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333 Tabellen ! Zellenausrichtung
17334 \end_layout
17335
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \begin_layout Standard
17342 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17343  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17344 \begin_inset space ~
17345 \end_inset
17346
17347
17348 \begin_inset CommandInset ref
17349 LatexCommand ref
17350 reference "tab:Tabellenzellen-sind-auf"
17351
17352 \end_inset
17353
17354 .
17355  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
17356  dann entweder den Werkzeugleistenknopf 
17357 \begin_inset Graphics
17358         filename ../../images/tabular-feature_align-decimal.png
17359         scale 85
17360         scaleBeforeRotation
17361
17362 \end_inset
17363
17364  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
17365 \family sans
17366 Am
17367 \begin_inset space ~
17368 \end_inset
17369
17370 Dezimaltrenner
17371 \family default
17372  setzt.
17373  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17374  frei wählen.
17375 \end_layout
17376
17377 \begin_layout Standard
17378 \begin_inset Float table
17379 placement h
17380 wide false
17381 sideways false
17382 status open
17383
17384 \begin_layout Plain Layout
17385 \begin_inset Caption
17386
17387 \begin_layout Plain Layout
17388 \begin_inset CommandInset label
17389 LatexCommand label
17390 name "tab:Tabellenzellen-sind-auf"
17391
17392 \end_inset
17393
17394 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17395 \end_layout
17396
17397 \end_inset
17398
17399
17400 \end_layout
17401
17402 \begin_layout Plain Layout
17403 \align center
17404 \begin_inset Tabular
17405 <lyxtabular version="3" rows="4" columns="1">
17406 <features booktabs="true" tabularvalignment="middle">
17407 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17408 <row>
17409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 Überschrift
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 </row>
17419 <row>
17420 <cell alignment="center" valignment="top" topline="true" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 12,6
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 </row>
17430 <row>
17431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 0,68
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 -123,0
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 </lyxtabular>
17453
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \begin_layout Standard
17465 \begin_inset Float table
17466 placement h
17467 wide false
17468 sideways false
17469 status open
17470
17471 \begin_layout Plain Layout
17472 \begin_inset Caption
17473
17474 \begin_layout Plain Layout
17475 \begin_inset CommandInset label
17476 LatexCommand label
17477 name "tab:Tabellenzellen-Operator"
17478
17479 \end_inset
17480
17481 Tabellenzellen sind auf den Operator ausgerichtet
17482 \end_layout
17483
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \begin_layout Plain Layout
17490 \align center
17491 \begin_inset Tabular
17492 <lyxtabular version="3" rows="4" columns="2">
17493 <features booktabs="true" tabularvalignment="middle">
17494 <column alignment="right" valignment="top" width="0pt">
17495 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17496 <row>
17497 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 Überschrift
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 \begin_inset Formula $12\,+$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 \begin_inset Formula $\,6$
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 \begin_inset Formula $0\,-$
17548 \end_inset
17549
17550
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Formula $\,68$
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 \begin_inset Formula $-123\,/$
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 \begin_inset Formula $\,0$
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 </lyxtabular>
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \begin_layout Standard
17607 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17608  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17609  Formeln erlaubt.
17610  In diesem Fall verwendet man die Methode von Tabelle
17611 \begin_inset space ~
17612 \end_inset
17613
17614
17615 \begin_inset CommandInset ref
17616 LatexCommand ref
17617 reference "tab:Tabellenzellen-Operator"
17618
17619 \end_inset
17620
17621 .
17622  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17623  Die Überschrift ist eine zentrierte Mehrfachspalte.
17624  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17625  und den Operator.
17626  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17627  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17628  um den üblichen Leerraum um einen Operator zu erhalten.
17629  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17630  für die zweite Spalte folgendes eingefügt:
17631 \end_layout
17632
17633 \begin_layout Standard
17634
17635 \series bold
17636 @{}l
17637 \end_layout
17638
17639 \begin_layout Standard
17640 Tabelle
17641 \begin_inset space ~
17642 \end_inset
17643
17644
17645 \begin_inset CommandInset ref
17646 LatexCommand ref
17647 reference "tab:Verschiedene-Ausrichtungen"
17648
17649 \end_inset
17650
17651  zeigt einige Ausrichtungen.
17652  Für die Ausrichtung der Relationen wurde ein kleiner 
17653 \family sans
17654 Leerraum
17655 \family default
17656  eingefügt; wie in der zweiten Spalte von Tabelle
17657 \begin_inset space ~
17658 \end_inset
17659
17660
17661 \begin_inset CommandInset ref
17662 LatexCommand ref
17663 reference "tab:Tabellenzellen-Operator"
17664
17665 \end_inset
17666
17667 .
17668 \end_layout
17669
17670 \begin_layout Standard
17671
17672 \color black
17673 \begin_inset Float table
17674 placement h
17675 wide false
17676 sideways false
17677 status open
17678
17679 \begin_layout Plain Layout
17680
17681 \color black
17682 \begin_inset Caption
17683
17684 \begin_layout Plain Layout
17685
17686 \color black
17687 \begin_inset CommandInset label
17688 LatexCommand label
17689 name "tab:Verschiedene-Ausrichtungen"
17690
17691 \end_inset
17692
17693
17694 \color inherit
17695 Verschiedene Ausrichtungen
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Plain Layout
17704 \align center
17705 \begin_inset Tabular
17706 <lyxtabular version="3" rows="4" columns="6">
17707 <features tabularvalignment="middle">
17708 <column alignment="right" valignment="top" width="0">
17709 <column alignment="left" valignment="top" width="0" special="@{}l">
17710 <column alignment="right" valignment="top" width="0">
17711 <column alignment="left" valignment="top" width="0" special="@{}l">
17712 <column alignment="right" valignment="top" width="0">
17713 <column alignment="left" valignment="top" width="0" special="@{}l">
17714 <row>
17715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 Einheiten
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 Exponenten
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 Relationen
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775 12×
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 24
17785 \begin_inset space \thinspace{}
17786 \end_inset
17787
17788 Flaschen
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 \begin_inset Formula $10\cdot$
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 \begin_inset Formula $10^{\mbox{-}17}$
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 <cell alignment="center" valignment="top" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821 \begin_inset Formula $\Gamma(t)\propto$
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 <cell alignment="center" valignment="top" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833 \begin_inset Formula $\:\Upsilon(t)$
17834 \end_inset
17835
17836
17837 \end_layout
17838
17839 \end_inset
17840 </cell>
17841 </row>
17842 <row>
17843 <cell alignment="center" valignment="top" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 1024×
17848 \end_layout
17849
17850 \end_inset
17851 </cell>
17852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17853 \begin_inset Text
17854
17855 \begin_layout Plain Layout
17856 768
17857 \begin_inset space \thinspace{}
17858 \end_inset
17859
17860 Pixel
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Formula $5.78\cdot$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 \begin_inset Formula $10^{7}$
17882 \end_inset
17883
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 <cell alignment="center" valignment="top" usebox="none">
17890 \begin_inset Text
17891
17892 \begin_layout Plain Layout
17893 \begin_inset Formula $A\ne$
17894 \end_inset
17895
17896
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell alignment="center" valignment="top" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905 \begin_inset Formula $\: B_{\mathrm{red}}$
17906 \end_inset
17907
17908
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 </row>
17914 <row>
17915 <cell alignment="center" valignment="top" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 32×
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 6
17929 \begin_inset space \thinspace{}
17930 \end_inset
17931
17932 cm
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 -
17942 \begin_inset Formula $33.5\cdot$
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954 \begin_inset Formula $10^{4}$
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966 \begin_inset Formula $\sin(\alpha)\ge$
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Formula $\:\sin(\beta)$
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 </row>
17987 </lyxtabular>
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \begin_layout Subsection
18000 Angepasste Zellen-/Spaltenformate
18001 \begin_inset CommandInset label
18002 LatexCommand label
18003 name "uab:Angepasste-Zellen-/Spaltenformate"
18004
18005 \end_inset
18006
18007
18008 \begin_inset Index idx
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012 Tabellen ! Spaltenformat
18013 \end_layout
18014
18015 \end_inset
18016
18017
18018 \end_layout
18019
18020 \begin_layout Standard
18021 Wenn man wie in Abschnitt
18022 \begin_inset space ~
18023 \end_inset
18024
18025
18026 \begin_inset CommandInset ref
18027 LatexCommand ref
18028 reference "uab:Mehrfachspalten-Berechnungen"
18029
18030 \end_inset
18031
18032  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18033  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18034  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18035  definieren:
18036 \end_layout
18037
18038 \begin_layout Standard
18039
18040 \series bold
18041
18042 \backslash
18043 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18044 \end_layout
18045
18046 \begin_layout Standard
18047 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18048 \emph on
18049 b
18050 \emph default
18051
18052 \emph on
18053 c
18054 \emph default
18055
18056 \emph on
18057 l
18058 \emph default
18059
18060 \emph on
18061 m
18062 \emph default
18063
18064 \emph on
18065 p
18066 \emph default
18067  oder 
18068 \emph on
18069 r
18070 \emph default
18071 , weil diese vordefiniert sind.
18072  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \begin_inset VSpace medskip
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \begin_layout Standard
18083 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18084  Breite könnte das Format so aussehen:
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090
18091 \backslash
18092 newcolumntype{M}[1]{>{
18093 \backslash
18094 centering
18095 \backslash
18096 hspace{0pt}}m{#1}}
18097 \end_layout
18098
18099 \begin_layout Standard
18100 wobei 
18101 \series bold
18102
18103 \backslash
18104 hspace{0pt}
18105 \series default
18106  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18107  Abschnitt
18108 \begin_inset space ~
18109 \end_inset
18110
18111
18112 \begin_inset CommandInset ref
18113 LatexCommand ref
18114 reference "uab:Mehrfache-Zeilen-in"
18115
18116 \end_inset
18117
18118  beschrieben.
18119  Jetzt können Sie mit
18120 \end_layout
18121
18122 \begin_layout Standard
18123
18124 \series bold
18125 M{Breite}
18126 \end_layout
18127
18128 \begin_layout Standard
18129 im 
18130 \family sans
18131 LaTeX-Argument
18132 \family default
18133  im 
18134 \family sans
18135 Tabellen-Einstellungen
18136 \family default
18137 -Dialog eine Mehrfachspalte definieren.
18138 \end_layout
18139
18140 \begin_layout Standard
18141 \begin_inset VSpace bigskip
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18149  Format definieren:
18150 \end_layout
18151
18152 \begin_layout Standard
18153
18154 \series bold
18155
18156 \backslash
18157 newcolumntype{S}[2]{>{
18158 \backslash
18159 centering
18160 \backslash
18161 hspace{0pt}}
18162 \begin_inset Newline newline
18163 \end_inset
18164
18165
18166 \begin_inset Phantom HPhantom
18167 status open
18168
18169 \begin_layout Plain Layout
18170
18171 \series bold
18172
18173 \backslash
18174 newcolumntype
18175 \end_layout
18176
18177 \end_inset
18178
18179 m{(#1+(2
18180 \backslash
18181 tabcolsep+
18182 \backslash
18183 arrayrulewidth)*(1-#2))/#2}}
18184 \end_layout
18185
18186 \begin_layout Standard
18187 Dieses Format benutzt Gleichung
18188 \begin_inset space ~
18189 \end_inset
18190
18191
18192 \begin_inset CommandInset ref
18193 LatexCommand ref
18194 reference "eq:Wgn"
18195
18196 \end_inset
18197
18198 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18199  breit ist.
18200 \end_layout
18201
18202 \begin_layout Standard
18203 Jetzt können Sie im 
18204 \family sans
18205 LaTeX-Argument
18206 \family default
18207  im 
18208 \family sans
18209 Tabellen-Einstellungen
18210 \family default
18211 -Dialog folgendes einfügen:
18212 \end_layout
18213
18214 \begin_layout Standard
18215
18216 \series bold
18217 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18218 \end_layout
18219
18220 \begin_layout Standard
18221 \begin_inset VSpace bigskip
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \begin_layout Standard
18228 Für farbige Spalten können Sie folgendes einfügen:
18229 \end_layout
18230
18231 \begin_layout Standard
18232
18233 \series bold
18234
18235 \backslash
18236 newcolumntype{K}[1]{>{
18237 \backslash
18238 columncolor{#1}
18239 \backslash
18240 hspace{0pt}}c}
18241 \end_layout
18242
18243 \begin_layout Standard
18244 Das 
18245 \begin_inset Quotes gld
18246 \end_inset
18247
18248 c
18249 \begin_inset Quotes grd
18250 \end_inset
18251
18252  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18253  zentriert ist.
18254  Jetzt können Sie als 
18255 \family sans
18256 LaTeX-Argument
18257 \family default
18258  folgendes einfügen:
18259 \end_layout
18260
18261 \begin_layout Standard
18262
18263 \series bold
18264 K{Farbname}
18265 \end_layout
18266
18267 \begin_layout Standard
18268 \begin_inset VSpace bigskip
18269 \end_inset
18270
18271
18272 \end_layout
18273
18274 \begin_layout Standard
18275 Für Tabelle
18276 \begin_inset space ~
18277 \end_inset
18278
18279
18280 \begin_inset CommandInset ref
18281 LatexCommand ref
18282 reference "tab:Tabelle-mit-benutzerdefinierte"
18283
18284 \end_inset
18285
18286  wurden folgende 
18287 \family sans
18288 LaTeX-Argumente
18289 \family default
18290  benutzt:
18291 \end_layout
18292
18293 \begin_layout Standard
18294
18295 \series bold
18296 M{2.5cm}
18297 \end_layout
18298
18299 \begin_layout Standard
18300 für die erste Spalte und die Mehrfachspalte,
18301 \end_layout
18302
18303 \begin_layout Standard
18304
18305 \series bold
18306 K{red}
18307 \end_layout
18308
18309 \begin_layout Standard
18310 für die letzte Spalte und
18311 \end_layout
18312
18313 \begin_layout Standard
18314
18315 \series bold
18316 S{2.5cm}{2}
18317 \end_layout
18318
18319 \begin_layout Standard
18320 für die Spalten in der zweiten Mehrfachspalte.
18321 \end_layout
18322
18323 \begin_layout Standard
18324 \begin_inset Float table
18325 placement h
18326 wide false
18327 sideways false
18328 status open
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Caption
18332
18333 \begin_layout Plain Layout
18334 \begin_inset CommandInset label
18335 LatexCommand label
18336 name "tab:Tabelle-mit-benutzerdefinierte"
18337
18338 \end_inset
18339
18340 Tabelle mit benutzerdefinierten Formaten
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Plain Layout
18349 \align center
18350 \begin_inset Tabular
18351 <lyxtabular version="3" rows="3" columns="4">
18352 <features tabularvalignment="middle">
18353 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18354 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18355 <column alignment="center" valignment="middle" width="0">
18356 <column alignment="center" valignment="middle" width="0" special="K{red}">
18357 <row>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 einsehrlangesWort
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 Mehrfachspalte mit mehreren Zeilen
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 c
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 </row>
18395 <row>
18396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18397 \begin_inset Text
18398
18399 \begin_layout Plain Layout
18400 d
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 e
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 f
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 g
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 </row>
18433 <row>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 h
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 i
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 j
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 k
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 </row>
18471 </lyxtabular>
18472
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Subsection
18484 Liniendicke
18485 \begin_inset CommandInset label
18486 LatexCommand label
18487 name "uab:Liniendicke"
18488
18489 \end_inset
18490
18491
18492 \begin_inset Index idx
18493 status collapsed
18494
18495 \begin_layout Plain Layout
18496 Tabellen  ! Linien ! -dicke
18497 \end_layout
18498
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \begin_layout Standard
18505 Die Liniendicke für alle Linien einer Tabelle kann mit 
18506 \series bold
18507
18508 \backslash
18509 arrayrulewidth
18510 \series default
18511  eingestellt werden.
18512  Um eine Liniendicke von 1.5
18513 \begin_inset space \thinspace{}
18514 \end_inset
18515
18516 pt wie in Tabelle
18517 \begin_inset space ~
18518 \end_inset
18519
18520
18521 \begin_inset CommandInset ref
18522 LatexCommand ref
18523 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18524
18525 \end_inset
18526
18527  zu bekommen, geben Sie den Befehl
18528 \end_layout
18529
18530 \begin_layout Standard
18531
18532 \series bold
18533
18534 \backslash
18535 setlength{
18536 \backslash
18537 arrayrulewidth}{1.5pt}
18538 \end_layout
18539
18540 \begin_layout Standard
18541 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18542  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18543  Mit
18544 \end_layout
18545
18546 \begin_layout Standard
18547
18548 \series bold
18549
18550 \backslash
18551 setlength{
18552 \backslash
18553 arrayrulewidth}{0.4pt}
18554 \end_layout
18555
18556 \begin_layout Standard
18557 bekommen Sie wieder die Standarddicke.
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset ERT
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565
18566
18567 \backslash
18568 setlength{
18569 \backslash
18570 arrayrulewidth}{1.5pt}
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \begin_inset Float table
18577 placement H
18578 wide false
18579 sideways false
18580 status open
18581
18582 \begin_layout Plain Layout
18583 \begin_inset Caption
18584
18585 \begin_layout Plain Layout
18586 \begin_inset CommandInset label
18587 LatexCommand label
18588 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18589
18590 \end_inset
18591
18592 Tabelle mit 1.5
18593 \begin_inset space \thinspace{}
18594 \end_inset
18595
18596 pt Liniendicke
18597 \end_layout
18598
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \begin_layout Plain Layout
18605 \align center
18606 \begin_inset Tabular
18607 <lyxtabular version="3" rows="3" columns="3">
18608 <features tabularvalignment="middle">
18609 <column alignment="center" valignment="top" width="0">
18610 <column alignment="center" valignment="top" width="0">
18611 <column alignment="center" valignment="top" width="0">
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 sd
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 </row>
18641 <row>
18642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18643 \begin_inset Text
18644
18645 \begin_layout Plain Layout
18646
18647 \end_layout
18648
18649 \end_inset
18650 </cell>
18651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655 sd
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 <row>
18671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693 sd
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 </row>
18699 </lyxtabular>
18700
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \end_inset
18707
18708
18709 \begin_inset ERT
18710 status collapsed
18711
18712 \begin_layout Plain Layout
18713
18714
18715 \backslash
18716 setlength{
18717 \backslash
18718 arrayrulewidth}{0.4pt}
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Standard
18727 \begin_inset VSpace bigskip
18728 \end_inset
18729
18730 Um eine Liniendicke von 1.5
18731 \begin_inset space \thinspace{}
18732 \end_inset
18733
18734 pt nur für horizontale Linien zu bekommen wie in Tabelle
18735 \begin_inset space ~
18736 \end_inset
18737
18738
18739 \begin_inset CommandInset ref
18740 LatexCommand ref
18741 reference "tab:Tabelle-mit-1.5pt-horiz"
18742
18743 \end_inset
18744
18745 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18746  einfügen:
18747 \end_layout
18748
18749 \begin_layout Standard
18750
18751 \series bold
18752
18753 \backslash
18754 let
18755 \backslash
18756 myHline
18757 \backslash
18758 hline
18759 \begin_inset Newline newline
18760 \end_inset
18761
18762
18763 \backslash
18764 renewcommand{
18765 \backslash
18766 hline}
18767 \begin_inset Newline newline
18768 \end_inset
18769
18770  {
18771 \backslash
18772 noalign{
18773 \backslash
18774 global
18775 \backslash
18776 arrayrulewidth 1.5pt}
18777 \begin_inset Newline newline
18778 \end_inset
18779
18780  
18781 \backslash
18782 myHline
18783 \backslash
18784 noalign{
18785 \backslash
18786 global
18787 \backslash
18788 arrayrulewidth 0.4pt}}
18789 \end_layout
18790
18791 \begin_layout Standard
18792 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18793  der (Gleit\SpecialChar \-
18794 objekt-)Tabelle zurück:
18795 \end_layout
18796
18797 \begin_layout Standard
18798
18799 \series bold
18800
18801 \backslash
18802 renewcommand{
18803 \backslash
18804 hline}{
18805 \backslash
18806 myHline}
18807 \end_layout
18808
18809 \begin_layout Standard
18810 \begin_inset ERT
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814
18815
18816 \backslash
18817 let
18818 \backslash
18819 myHline
18820 \backslash
18821 hline
18822 \end_layout
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 renewcommand{
18829 \backslash
18830 hline}
18831 \end_layout
18832
18833 \begin_layout Plain Layout
18834
18835  {
18836 \backslash
18837 noalign{
18838 \backslash
18839 global
18840 \backslash
18841 arrayrulewidth 1.5pt}
18842 \end_layout
18843
18844 \begin_layout Plain Layout
18845
18846   
18847 \backslash
18848 myHline
18849 \backslash
18850 noalign{
18851 \backslash
18852 global
18853 \backslash
18854 arrayrulewidth 0.4pt}}
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \begin_inset Float table
18861 placement h
18862 wide false
18863 sideways false
18864 status open
18865
18866 \begin_layout Plain Layout
18867 \begin_inset Caption
18868
18869 \begin_layout Plain Layout
18870 \begin_inset CommandInset label
18871 LatexCommand label
18872 name "tab:Tabelle-mit-1.5pt-horiz"
18873
18874 \end_inset
18875
18876 Tabelle mit 1.5
18877 \begin_inset space \thinspace{}
18878 \end_inset
18879
18880 pt dicken horizontalen Linien
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Plain Layout
18889 \align center
18890 \begin_inset Tabular
18891 <lyxtabular version="3" rows="3" columns="3">
18892 <features tabularvalignment="middle">
18893 <column alignment="center" valignment="top" width="0">
18894 <column alignment="center" valignment="top" width="0">
18895 <column alignment="center" valignment="top" width="0">
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 sd
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 sd
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 <row>
18955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977 sd
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 </lyxtabular>
18984
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \begin_inset ERT
18994 status collapsed
18995
18996 \begin_layout Plain Layout
18997
18998
18999 \backslash
19000 renewcommand{
19001 \backslash
19002 hline}{
19003 \backslash
19004 myHline}
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Standard
19013 \begin_inset VSpace bigskip
19014 \end_inset
19015
19016 Um die Liniendicke von 1.5
19017 \begin_inset space \thinspace{}
19018 \end_inset
19019
19020 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19021  Spaltenformat entsprechend der Beschreibung in Abschnitt
19022 \begin_inset space ~
19023 \end_inset
19024
19025
19026 \begin_inset CommandInset ref
19027 LatexCommand ref
19028 reference "uab:Angepasste-Zellen-/Spaltenformate"
19029
19030 \end_inset
19031
19032  definieren:
19033 \end_layout
19034
19035 \begin_layout Standard
19036
19037 \series bold
19038
19039 \backslash
19040 newcolumntype{V}{!{
19041 \backslash
19042 vrule width 1.5pt}}
19043 \end_layout
19044
19045 \begin_layout Standard
19046 In Tabelle
19047 \begin_inset space ~
19048 \end_inset
19049
19050
19051 \begin_inset CommandInset ref
19052 LatexCommand ref
19053 reference "tab:Tabelle-mit-1.5pt-vert"
19054
19055 \end_inset
19056
19057  wurde das 
19058 \family sans
19059 LaTe
19060 \begin_inset ERT
19061 status collapsed
19062
19063 \begin_layout Plain Layout
19064
19065 {}
19066 \end_layout
19067
19068 \end_inset
19069
19070 X-Argument
19071 \family default
19072 \series bold
19073  VcV
19074 \series default
19075  für die letzte Spalte und
19076 \series bold
19077  Vc
19078 \series default
19079  für die anderen benutzt.
19080 \end_layout
19081
19082 \begin_layout Standard
19083 \begin_inset Float table
19084 placement H
19085 wide false
19086 sideways false
19087 status open
19088
19089 \begin_layout Plain Layout
19090 \begin_inset Caption
19091
19092 \begin_layout Plain Layout
19093 \begin_inset CommandInset label
19094 LatexCommand label
19095 name "tab:Tabelle-mit-1.5pt-vert"
19096
19097 \end_inset
19098
19099 Tabelle mit 1.5
19100 \begin_inset space \thinspace{}
19101 \end_inset
19102
19103 pt dicken vertikalen Linien
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Plain Layout
19112 \align center
19113 \begin_inset Tabular
19114 <lyxtabular version="3" rows="3" columns="3">
19115 <features tabularvalignment="middle">
19116 <column alignment="center" valignment="top" width="0" special="Vc">
19117 <column alignment="center" valignment="top" width="0" special="Vc">
19118 <column alignment="center" valignment="top" width="0" special="VcV">
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 sd
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 <cell alignment="center" valignment="top" topline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162 sd
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 </row>
19177 <row>
19178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 sd
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 </row>
19206 </lyxtabular>
19207
19208 \end_inset
19209
19210
19211 \end_layout
19212
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \begin_layout Subsection
19219 Gestrichelte Linien
19220 \begin_inset Index idx
19221 status collapsed
19222
19223 \begin_layout Plain Layout
19224 Tabellen  ! Linien ! gestrichelte 
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \begin_layout Standard
19233 \begin_inset ERT
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237
19238
19239 \backslash
19240 ifarydshln
19241 \end_layout
19242
19243 \end_inset
19244
19245
19246 \begin_inset Note Note
19247 status open
19248
19249 \begin_layout Plain Layout
19250 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19251 \series bold
19252 arydshln
19253 \series default
19254  installiert ist.
19255 \end_layout
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \begin_layout Standard
19263 \begin_inset Float table
19264 placement h
19265 wide false
19266 sideways false
19267 status open
19268
19269 \begin_layout Plain Layout
19270 \begin_inset Caption
19271
19272 \begin_layout Plain Layout
19273 \begin_inset CommandInset label
19274 LatexCommand label
19275 name "tab:Tabelle-mit-gestrichelten"
19276
19277 \end_inset
19278
19279 Tabelle mit gestrichelten Linien
19280 \end_layout
19281
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \begin_layout Plain Layout
19288 \align center
19289 \begin_inset Tabular
19290 <lyxtabular version="3" rows="5" columns="5">
19291 <features tabularvalignment="middle">
19292 <column alignment="center" valignment="top" width="0">
19293 <column alignment="center" valignment="top" width="0">
19294 <column alignment="center" valignment="top" width="0" special=":c">
19295 <column alignment="center" valignment="top" width="0">
19296 <column alignment="center" valignment="top" width="0">
19297 <row>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 a
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 b
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 c
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 d
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338 e
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 </row>
19344 <row>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 f
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 g
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 h
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 i
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 j
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 </row>
19391 <row>
19392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 \begin_inset ERT
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400
19401
19402 \backslash
19403 hdashline 
19404 \end_layout
19405
19406 \end_inset
19407
19408 k
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 l
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 m
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 n
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 o
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 \begin_inset ERT
19456 status collapsed
19457
19458 \begin_layout Plain Layout
19459
19460
19461 \backslash
19462 cdashline{4-5}
19463 \end_layout
19464
19465 \end_inset
19466
19467 p
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 q
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 r
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 s
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 </row>
19509 <row>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 t
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 u
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 v
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 w
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 x
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 </row>
19556 </lyxtabular>
19557
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \end_inset
19564
19565
19566 \end_layout
19567
19568 \begin_layout Standard
19569 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19570  TeX-Code benutzen.
19571  Zunächst müssen Sie das LaTeX-Paket 
19572 \series bold
19573 arydshln
19574 \series default
19575
19576 \begin_inset Index idx
19577 status collapsed
19578
19579 \begin_layout Plain Layout
19580 LaTeX-Pakete ! arydshln
19581 \end_layout
19582
19583 \end_inset
19584
19585  im LaTeX-Vorspann laden:
19586 \end_layout
19587
19588 \begin_layout Standard
19589
19590 \series bold
19591
19592 \backslash
19593 usepackage{arydshln}
19594 \end_layout
19595
19596 \begin_layout Standard
19597 Um senkrechte Linien zu stricheln, müssen Sie im 
19598 \family sans
19599 LaTe
19600 \begin_inset ERT
19601 status collapsed
19602
19603 \begin_layout Plain Layout
19604
19605 {}
19606 \end_layout
19607
19608 \end_inset
19609
19610 X-Argument
19611 \family default
19612  des 
19613 \family sans
19614 Tabellen-Einstellungen
19615 \family default
19616 -Dialogs 
19617 \begin_inset Quotes gld
19618 \end_inset
19619
19620 :
19621 \begin_inset Quotes grd
19622 \end_inset
19623
19624 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19625 \end_layout
19626
19627 \begin_layout Standard
19628 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19629 \end_layout
19630
19631 \begin_layout Standard
19632
19633 \series bold
19634
19635 \backslash
19636 hdashline
19637 \end_layout
19638
19639 \begin_layout Standard
19640 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19641 \end_layout
19642
19643 \begin_layout Standard
19644 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19645 \end_layout
19646
19647 \begin_layout Standard
19648
19649 \series bold
19650
19651 \backslash
19652 cdashline{Anfangsspalte-Endspalte}
19653 \end_layout
19654
19655 \begin_layout Standard
19656 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19657  Wenn Sie z.
19658 \begin_inset space \thinspace{}
19659 \end_inset
19660
19661 B.
19662  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19663  gestrichelte Linie haben, fügen Sie den Befehl
19664 \end_layout
19665
19666 \begin_layout Standard
19667
19668 \series bold
19669
19670 \backslash
19671 cdashline{2-4}
19672 \end_layout
19673
19674 \begin_layout Standard
19675 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19676 \end_layout
19677
19678 \begin_layout Standard
19679 \begin_inset VSpace bigskip
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \begin_layout Standard
19686 In Tabelle
19687 \begin_inset space ~
19688 \end_inset
19689
19690
19691 \begin_inset CommandInset ref
19692 LatexCommand ref
19693 reference "tab:Tabelle-mit-gestrichelten"
19694
19695 \end_inset
19696
19697  wurde in der dritten Spalte der Befehl
19698 \series bold
19699  
19700 \series default
19701
19702 \begin_inset Quotes gld
19703 \end_inset
19704
19705
19706 \series bold
19707 :c
19708 \begin_inset Quotes grd
19709 \end_inset
19710
19711
19712 \series default
19713  benutzt.
19714  Der Befehl 
19715 \series bold
19716
19717 \backslash
19718 hdashline
19719 \series default
19720  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19721 \begin_inset Newline newline
19722 \end_inset
19723
19724  
19725 \series bold
19726
19727 \backslash
19728 cdashline{4-5} 
19729 \series default
19730 wurde in die erste Zelle der vierten Zeile eingefügt.
19731 \end_layout
19732
19733 \begin_layout Standard
19734 \begin_inset Note Greyedout
19735 status open
19736
19737 \begin_layout Plain Layout
19738
19739 \series bold
19740 Bemerkung:
19741 \series default
19742  Das LaTeX-Paket 
19743 \series bold
19744 arydshln
19745 \series default
19746  ist nicht kompatibel dem LaTeX-Paket 
19747 \series bold
19748 colortbl
19749 \series default
19750
19751 \begin_inset Index idx
19752 status collapsed
19753
19754 \begin_layout Plain Layout
19755 LaTeX-Pakete ! colortbl
19756 \end_layout
19757
19758 \end_inset
19759
19760 , das für die farbigen Tabellen in Abschnitt
19761 \begin_inset space ~
19762 \end_inset
19763
19764
19765 \begin_inset CommandInset ref
19766 LatexCommand ref
19767 reference "abs:Farbige-Tabellen"
19768
19769 \end_inset
19770
19771  benutzt wurde.
19772  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19773 \end_layout
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \begin_layout Standard
19781 \begin_inset ERT
19782 status collapsed
19783
19784 \begin_layout Plain Layout
19785
19786
19787 \backslash
19788 else
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \begin_inset Note Note
19795 status open
19796
19797 \begin_layout Plain Layout
19798 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19799 \series bold
19800 arydshln
19801 \series default
19802  nicht installiert ist:
19803 \end_layout
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 Sie müssen das LaTeX-Paket 
19812 \series bold
19813 arydshln
19814 \series default
19815  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19816 \end_layout
19817
19818 \begin_layout Standard
19819 \begin_inset ERT
19820 status collapsed
19821
19822 \begin_layout Plain Layout
19823
19824
19825 \backslash
19826 fi
19827 \end_layout
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Chapter
19835 Gleitobjekte
19836 \begin_inset CommandInset label
19837 LatexCommand label
19838 name "chap:Gleitobjekte"
19839
19840 \end_inset
19841
19842
19843 \begin_inset Index idx
19844 status collapsed
19845
19846 \begin_layout Plain Layout
19847 Gleitobjekte
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Section
19856 Einleitung
19857 \begin_inset CommandInset label
19858 LatexCommand label
19859 name "abs:Gleitobjekte-Einleitung"
19860
19861 \end_inset
19862
19863
19864 \begin_inset Index idx
19865 status collapsed
19866
19867 \begin_layout Plain Layout
19868 Gleitobjekte ! Einleitung
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \begin_layout Standard
19877 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19878  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19879  der beste Platz ist.
19880  
19881 \family sans
19882 Fußnoten
19883 \family default
19884  und 
19885 \family sans
19886 Randnotizen
19887 \family default
19888  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19889  wenn auf ihrer Seite schon zu viele sind.
19890 \end_layout
19891
19892 \begin_layout Standard
19893 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19894  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19895  um weiße Flächen und Seiten ohne Text zu vermeiden.
19896  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19897 löst,
19898  kann im Text auf ein Gleitobjekt verwiesen werden.
19899  Gleitobjekte sind deshalb nummeriert.
19900  Querverweise werden in Abschnitt
19901 \begin_inset space ~
19902 \end_inset
19903
19904
19905 \begin_inset CommandInset ref
19906 LatexCommand ref
19907 reference "abs:Auf-Gleitobjekte-verweisen"
19908
19909 \end_inset
19910
19911  beschrieben.
19912 \end_layout
19913
19914 \begin_layout Standard
19915 Ein Gleitobjekt wird mit 
19916 \family sans
19917 Einfügen\SpecialChar \menuseparator
19918 Gleitobjekt\SpecialChar \menuseparator
19919 Algorithmus/Abbildung/Ta\SpecialChar \-
19920 belle/Um\SpecialChar \-
19921 flos\SpecialChar \-
19922 se\SpecialChar \-
19923 nes
19924 \begin_inset space ~
19925 \end_inset
19926
19927 Gleitobjekt
19928 \family default
19929  eingefügt.
19930  Für Abbildungen oder Tabellen können Sie auch auf 
19931 \begin_inset Graphics
19932         filename ../../images/float-insert_figure.png
19933         scale 70
19934         scaleBeforeRotation
19935
19936 \end_inset
19937
19938  oder 
19939 \begin_inset Graphics
19940         filename ../../images/float-insert_table.png
19941         scale 70
19942         scaleBeforeRotation
19943
19944 \end_inset
19945
19946  klicken.
19947  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19948  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19949  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19950  #:).
19951  Statt # sehen Sie die von LyX vergebene Nummer.
19952  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19953  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19954  eingefügt.
19955  In Abschnitt
19956 \begin_inset space ~
19957 \end_inset
19958
19959
19960 \begin_inset CommandInset ref
19961 LatexCommand ref
19962 reference "abs:Titel-Platzierung"
19963
19964 \end_inset
19965
19966  finden Sie mehr über die Platzierung des Titels.
19967  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19968  auch wieder geöffnet.
19969  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19970 \begin_inset Graphics
19971         filename clipart/GleitobjektQt4.png
19972         scale 70
19973         scaleBeforeRotation
19974
19975 \end_inset
19976
19977  – ein graues Kästchen mit roter Beschriftung.
19978 \end_layout
19979
19980 \begin_layout Standard
19981 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19982  Gleitobjekte in einem eigenen Absatz einzufügen.
19983 \end_layout
19984
19985 \begin_layout Standard
19986 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19987  indem Sie sie markieren und dann auf 
19988 \begin_inset Graphics
19989         filename ../../images/float-insert_figure.png
19990         scale 70
19991         scaleBeforeRotation
19992
19993 \end_inset
19994
19995  oder 
19996 \begin_inset Graphics
19997         filename ../../images/float-insert_table.png
19998         scale 70
19999         scaleBeforeRotation
20000
20001 \end_inset
20002
20003  klicken.
20004 \end_layout
20005
20006 \begin_layout Section
20007 Gleitobjekt-Typen
20008 \begin_inset Index idx
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012 Gleitobjekte ! Typen
20013 \end_layout
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \begin_layout Standard
20021 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
20022 \begin_inset space ~
20023 \end_inset
20024
20025
20026 \begin_inset CommandInset ref
20027 LatexCommand ref
20028 reference "abs:Gleitende-Abbildungen"
20029
20030 \end_inset
20031
20032  und 
20033 \begin_inset CommandInset ref
20034 LatexCommand ref
20035 reference "abs:Gleitende-Tabellen"
20036
20037 \end_inset
20038
20039  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20040  Letztere sind in Abschnitt
20041 \begin_inset space ~
20042 \end_inset
20043
20044
20045 \begin_inset CommandInset ref
20046 LatexCommand ref
20047 reference "sec:Umflossene-Gleitobjekte"
20048
20049 \end_inset
20050
20051  beschrieben.
20052 \end_layout
20053
20054 \begin_layout Subsection
20055 Algorithmen-Gleitobjekt
20056 \begin_inset Index idx
20057 status collapsed
20058
20059 \begin_layout Plain Layout
20060 Gleitobjekte ! Algorithmen
20061 \end_layout
20062
20063 \end_inset
20064
20065
20066 \begin_inset CommandInset label
20067 LatexCommand label
20068 name "uab:Gleitobjekt-Algorithmen"
20069
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \begin_layout Standard
20076 \begin_inset Float algorithm
20077 placement h
20078 wide false
20079 sideways false
20080 status open
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Caption
20084
20085 \begin_layout Plain Layout
20086 \begin_inset CommandInset label
20087 LatexCommand label
20088 name "alg:Ein-Gleitobjekt-Algorithmus"
20089
20090 \end_inset
20091
20092 Ein Gleitobjekt-Algorithmus 
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \begin_layout LyX-Code
20101 for I in 1..N loop
20102 \begin_inset Newline newline
20103 \end_inset
20104
20105  Sum:= Sum + A(I); /*Kommentar*/
20106 \begin_inset Newline newline
20107 \end_inset
20108
20109 end loop
20110 \begin_inset VSpace -4mm
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Dieser Typ wird mit 
20123 \family sans
20124 Einfügen\SpecialChar \menuseparator
20125 Gleitobjekt\SpecialChar \menuseparator
20126 Algorithmus
20127 \family default
20128  eingefügt.
20129  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20130  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20131 \begin_inset space ~
20132 \end_inset
20133
20134
20135 \begin_inset CommandInset ref
20136 LatexCommand ref
20137 reference "kap:Programm-Code-Listen"
20138
20139 \end_inset
20140
20141 .
20142  Eine mögliche Absatz-Umgebung hier für ist 
20143 \family sans
20144 LyX-Code
20145 \family default
20146 , beschrieben im 
20147 \emph on
20148 Benutzerhandbuch
20149 \emph default
20150 .
20151  In Algorithmus
20152 \begin_inset space ~
20153 \end_inset
20154
20155
20156 \begin_inset CommandInset ref
20157 LatexCommand ref
20158 reference "alg:Ein-Gleitobjekt-Algorithmus"
20159
20160 \end_inset
20161
20162  wurden am Ende -4
20163 \begin_inset space \thinspace{}
20164 \end_inset
20165
20166 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20167  letzten Zeile gedruckt wird.
20168 \end_layout
20169
20170 \begin_layout Standard
20171 Die Marke 
20172 \emph on
20173 Algorithmus
20174 \emph default
20175  wird nicht automatisch in die druckbare Version übernommen, sondern das
20176  englische Wort 
20177 \emph on
20178 Algorithm
20179 \emph default
20180  verwendet.
20181  Soll
20182 \emph on
20183  Algorithmus
20184 \emph default
20185  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20186 \end_layout
20187
20188 \begin_layout Standard
20189
20190 \series bold
20191
20192 \backslash
20193 floatname{algorithm}{Algorithmus}
20194 \end_layout
20195
20196 \begin_layout Standard
20197 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20198  Sprache wie die LyX Menünamen haben, das Menü 
20199 \family sans
20200 Einfügen\SpecialChar \menuseparator
20201 Liste
20202 \begin_inset space \thinspace{}
20203 \end_inset
20204
20205 /
20206 \begin_inset space \thinspace{}
20207 \end_inset
20208
20209 Inhaltsverzeichnis\SpecialChar \menuseparator
20210 Algorithmenverzeichnis
20211 \family default
20212  verwendet werden.
20213  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20214  eingefügt werden:
20215 \end_layout
20216
20217 \begin_layout Standard
20218
20219 \series bold
20220
20221 \backslash
20222 listof{algorithm}{Algorithmenverzeichnis}
20223 \end_layout
20224
20225 \begin_layout Standard
20226 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20227  nach dem Schema 
20228 \begin_inset Quotes gld
20229 \end_inset
20230
20231 Kapitelnummer.Algorithmusnummer
20232 \begin_inset Quotes grd
20233 \end_inset
20234
20235  nummeriert.
20236  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20237  einfügen:
20238 \end_layout
20239
20240 \begin_layout Standard
20241
20242 \series bold
20243
20244 \backslash
20245 numberwithin{algorithm}{chapter}
20246 \end_layout
20247
20248 \begin_layout Standard
20249 Um 
20250 \series bold
20251
20252 \backslash
20253 numberwithin
20254 \series default
20255  benutzen zu können, muss in den 
20256 \family sans
20257 Mathe
20258 \begin_inset space ~
20259 \end_inset
20260
20261 Optionen
20262 \family default
20263  der 
20264 \family sans
20265 Dokument-Einstellungen
20266 \family default
20267  
20268 \family sans
20269 AMS
20270 \begin_inset space ~
20271 \end_inset
20272
20273 Mathe
20274 \begin_inset space ~
20275 \end_inset
20276
20277 Paket
20278 \family default
20279
20280 \begin_inset space ~
20281 \end_inset
20282
20283
20284 \family sans
20285 verwenden
20286 \family default
20287  angekreuzt sein.
20288 \end_layout
20289
20290 \begin_layout Section
20291 Gleitobjekt-Nummerierung
20292 \begin_inset Index idx
20293 status collapsed
20294
20295 \begin_layout Plain Layout
20296 Gleitobjekte ! Nummerierung
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \end_layout
20303
20304 \begin_layout Standard
20305 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20306  nummeriert oder nach dem Schema 
20307 \begin_inset Quotes gld
20308 \end_inset
20309
20310 Kapitelnummer.Gleitobjektnummer
20311 \begin_inset Quotes grd
20312 \end_inset
20313
20314  oder 
20315 \begin_inset Quotes gld
20316 \end_inset
20317
20318 Abschnittsnummer.Gleitobjektnummer
20319 \begin_inset Quotes grd
20320 \end_inset
20321
20322 .
20323  Das hängt von der Dokumentklasse ab.
20324 \end_layout
20325
20326 \begin_layout Standard
20327 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20328  in den LaTeX-Vorspann einfügen:
20329 \end_layout
20330
20331 \begin_layout Standard
20332
20333 \series bold
20334
20335 \backslash
20336 renewcommand{
20337 \backslash
20338 thetable}{
20339 \backslash
20340 roman{table}}
20341 \end_layout
20342
20343 \begin_layout Standard
20344
20345 \series bold
20346
20347 \backslash
20348 thetable
20349 \series default
20350  ist der Befehl, der die Tabellennummer druckt.
20351  Für Abbildungen ist das 
20352 \series bold
20353
20354 \backslash
20355 thefigure
20356 \series default
20357 .
20358  Der Befehl 
20359 \series bold
20360
20361 \backslash
20362 roman
20363 \series default
20364  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20365 \end_layout
20366
20367 \begin_layout Standard
20368 Um das Nummerierungsschema zum Beispiel auf 
20369 \begin_inset Quotes gld
20370 \end_inset
20371
20372 Unterabschnittsnummer.Num\SpecialChar \-
20373 mer
20374 \begin_inset Quotes grd
20375 \end_inset
20376
20377  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20378 \end_layout
20379
20380 \begin_layout Standard
20381
20382 \series bold
20383
20384 \backslash
20385 numberwithin{table}{subsection}
20386 \end_layout
20387
20388 \begin_layout Standard
20389 Um den Befehl 
20390 \series bold
20391
20392 \backslash
20393 numberwithin
20394 \series default
20395  benutzen zu können, müssen Sie in den 
20396 \family sans
20397 Mathe
20398 \begin_inset space ~
20399 \end_inset
20400
20401 Optionen
20402 \family default
20403  der 
20404 \family sans
20405 Dokument-Einstellungen
20406 \family default
20407  
20408 \family sans
20409 AMS
20410 \begin_inset space ~
20411 \end_inset
20412
20413 Mathe
20414 \begin_inset space ~
20415 \end_inset
20416
20417 Paket
20418 \family default
20419
20420 \begin_inset space ~
20421 \end_inset
20422
20423
20424 \family sans
20425 verwenden
20426 \family default
20427  ankreuzen.
20428 \end_layout
20429
20430 \begin_layout Standard
20431 Sehen Sie sich bitte auch Abschnitt
20432 \begin_inset space ~
20433 \end_inset
20434
20435
20436 \begin_inset CommandInset ref
20437 LatexCommand ref
20438 reference "uab:Fußnoten-Nummerierung"
20439
20440 \end_inset
20441
20442  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20443 \end_layout
20444
20445 \begin_layout Section
20446 Auf Gleitobjekte verweisen
20447 \begin_inset CommandInset label
20448 LatexCommand label
20449 name "abs:Auf-Gleitobjekte-verweisen"
20450
20451 \end_inset
20452
20453
20454 \begin_inset Index idx
20455 status collapsed
20456
20457 \begin_layout Plain Layout
20458 Gleitobjekte ! Querverweise
20459 \end_layout
20460
20461 \end_inset
20462
20463
20464 \begin_inset Index idx
20465 status collapsed
20466
20467 \begin_layout Plain Layout
20468 Querverweise ! auf Gleitobjekte
20469 \end_layout
20470
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \begin_layout Standard
20477 Zunächst müssen Sie mit 
20478 \family sans
20479 Einfügen\SpecialChar \menuseparator
20480 Marke
20481 \family default
20482  oder einen Klick auf 
20483 \begin_inset Graphics
20484         filename ../../images/label-insert.png
20485         scale 70
20486         scaleBeforeRotation
20487
20488 \end_inset
20489
20490  eine Marke im Titel einfügen.
20491  Im 
20492 \family sans
20493 Marke
20494 \family default
20495 -Dialog schreiben Sie einen Text in das Feld 
20496 \family sans
20497 Marke
20498 \family default
20499  oder übernehmen den vorgeschlagenen.
20500  Die Marke sieht in LyX dann so aus:
20501 \end_layout
20502
20503 \begin_layout Standard
20504 \begin_inset Graphics
20505         filename clipart/Marke.png
20506         lyxscale 80
20507         scale 50
20508         scaleBeforeRotation
20509
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \begin_layout Standard
20516 Die Marke wird als Anker und Name für den Querverweis benutzt.
20517  Mit 
20518 \family sans
20519 Einfügen\SpecialChar \menuseparator
20520 Querverweis
20521 \family default
20522  oder einen Klick auf 
20523 \begin_inset Graphics
20524         filename ../../images/dialog-show-new-inset_ref.png
20525         scale 70
20526         scaleBeforeRotation
20527
20528 \end_inset
20529
20530  können Sie dann auf die Marke verweisen.
20531  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20532  angezeigt:
20533 \end_layout
20534
20535 \begin_layout Standard
20536 \begin_inset Graphics
20537         filename clipart/Querverweis.png
20538         lyxscale 80
20539         scale 50
20540         scaleBeforeRotation
20541
20542 \end_inset
20543
20544
20545 \begin_inset Newline newline
20546 \end_inset
20547
20548  Mehr zu Querverweisen finden Sie im 
20549 \emph on
20550 Benutzerhandbuch
20551 \emph default
20552 .
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20557  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20558  durch einen Zeilenumbruch getrennt werden können.
20559 \end_layout
20560
20561 \begin_layout Standard
20562 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20563  LyX passt die Querverweise automatisch an.
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Ein Klick auf den Schalter 
20568 \family sans
20569 Gehe
20570 \begin_inset space ~
20571 \end_inset
20572
20573 zur
20574 \begin_inset space ~
20575 \end_inset
20576
20577 Marke
20578 \family default
20579  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20580  Der Text der Schaltfläche heißt jetzt 
20581 \family sans
20582 Gehe
20583 \begin_inset space ~
20584 \end_inset
20585
20586 zurück
20587 \family default
20588  und ein Klick darauf macht genau dies.
20589   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20590  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20591  Dann ist auch kein 
20592 \family sans
20593 Gehe
20594 \begin_inset space ~
20595 \end_inset
20596
20597 zurück
20598 \family default
20599  möglich.
20600 \end_layout
20601
20602 \begin_layout Subsection
20603 Querverweis-Formate
20604 \begin_inset CommandInset label
20605 LatexCommand label
20606 name "uab:Querverweis-Formate"
20607
20608 \end_inset
20609
20610
20611 \begin_inset Index idx
20612 status collapsed
20613
20614 \begin_layout Plain Layout
20615 Querverweise ! Formate
20616 \end_layout
20617
20618 \end_inset
20619
20620
20621 \end_layout
20622
20623 \begin_layout Standard
20624 Es gibt sechs verschiedene Querverweisstile:
20625 \end_layout
20626
20627 \begin_layout Description
20628 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20629  
20630 \begin_inset CommandInset ref
20631 LatexCommand ref
20632 reference "abb:Zwei-Teilabbildungen"
20633
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \begin_layout Description
20640 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20641  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20642  verwendet wird, speziell wenn der Name 
20643 \begin_inset Quotes gld
20644 \end_inset
20645
20646 Gleichung
20647 \begin_inset Quotes grd
20648 \end_inset
20649
20650  weggelassen wird: 
20651 \begin_inset CommandInset ref
20652 LatexCommand eqref
20653 reference "eq:Wgn"
20654
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \begin_layout Description
20661 <Seite>: druckt die Seitennummer: Seite
20662 \begin_inset space ~
20663 \end_inset
20664
20665
20666 \begin_inset CommandInset ref
20667 LatexCommand pageref
20668 reference "abb:Zwei-Teilabbildungen"
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Description
20676 auf
20677 \begin_inset space ~
20678 \end_inset
20679
20680 Seite
20681 \begin_inset space ~
20682 \end_inset
20683
20684 <Seite>: druckt den Text 
20685 \begin_inset Quotes gld
20686 \end_inset
20687
20688 auf Seite
20689 \begin_inset Quotes grd
20690 \end_inset
20691
20692  und die Seitennummer: 
20693 \begin_inset CommandInset ref
20694 LatexCommand vpageref
20695 reference "abb:Zwei-Teilabbildungen"
20696
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \begin_layout Description
20703 <Querverweis>
20704 \begin_inset space ~
20705 \end_inset
20706
20707 auf
20708 \begin_inset space ~
20709 \end_inset
20710
20711 Seite
20712 \begin_inset space ~
20713 \end_inset
20714
20715 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20716 \begin_inset Quotes gld
20717 \end_inset
20718
20719 auf Seite
20720 \begin_inset Quotes grd
20721 \end_inset
20722
20723 , und die Seitennummer: 
20724 \begin_inset CommandInset ref
20725 LatexCommand vref
20726 reference "abb:Zwei-Teilabbildungen"
20727
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \begin_layout Description
20734 Formatierter
20735 \begin_inset space ~
20736 \end_inset
20737
20738 Querverweis: druckt ein selbst definiertes Querverweisformat
20739 \begin_inset Newline newline
20740 \end_inset
20741
20742
20743 \begin_inset Note Greyedout
20744 status open
20745
20746 \begin_layout Plain Layout
20747
20748 \series bold
20749 Bemerkung:
20750 \series default
20751  Dies ist nur möglich, wenn das LaTeX-Paket 
20752 \series bold
20753 prettyref
20754 \series default
20755  oder 
20756 \series bold
20757 refstyle
20758 \series default
20759
20760 \begin_inset Index idx
20761 status collapsed
20762
20763 \begin_layout Plain Layout
20764 LaTeX-Pakete ! prettyref
20765 \end_layout
20766
20767 \end_inset
20768
20769
20770 \begin_inset Index idx
20771 status collapsed
20772
20773 \begin_layout Plain Layout
20774 LaTeX-Pakete ! refstyle
20775 \end_layout
20776
20777 \end_inset
20778
20779  installiert ist.
20780 \end_layout
20781
20782 \end_inset
20783
20784
20785 \begin_inset Newline newline
20786 \end_inset
20787
20788 Sie können duch setzen der Option 
20789 \family sans
20790 Verwende refstyle (nicht prettyref) für Querverweise
20791 \family default
20792  im Menü 
20793 \family sans
20794 Dokument\SpecialChar \menuseparator
20795 Einstellungen\SpecialChar \menuseparator
20796 Dokumentklasse
20797 \family default
20798  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
20799  Das Format wird definiert, indem man den Befehl 
20800 \series bold
20801
20802 \backslash
20803 newrefformat
20804 \series default
20805  (prettyref) oder 
20806 \series bold
20807
20808 \backslash
20809 newref
20810 \series default
20811  (refstyle) in die Dokumentpräambel einfügt.
20812  Z.
20813 \begin_inset space \thinspace{}
20814 \end_inset
20815
20816 B.
20817  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
20818  
20819 \begin_inset Quotes eld
20820 \end_inset
20821
20822
20823 \family sans
20824 abb
20825 \family default
20826
20827 \begin_inset Quotes erd
20828 \end_inset
20829
20830 ) mit dem Befehle
20831 \begin_inset Newline newline
20832 \end_inset
20833
20834
20835 \series bold
20836
20837 \backslash
20838 newref{abb}{refcmd={Bild auf Seite 
20839 \backslash
20840 pageref{#1}}}
20841 \series default
20842
20843 \begin_inset Newline newline
20844 \end_inset
20845
20846 geändert werden.
20847  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
20848 en verwiesen, 
20849 \begin_inset CommandInset citation
20850 LatexCommand cite
20851 key "prettyref,refstyle"
20852
20853 \end_inset
20854
20855 .
20856 \end_layout
20857
20858 \begin_layout Description
20859 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
20860 \begin_inset CommandInset ref
20861 LatexCommand nameref
20862 reference "abb:Zwei-Teilabbildungen"
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Standard
20870
20871 \family sans
20872 <Seite>
20873 \family default
20874  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20875  vorherigen, der selben oder der nächsten Seite befindet.
20876  Stattdessen wird z.
20877 \begin_inset space \thinspace{}
20878 \end_inset
20879
20880 B.
20881  der Text 
20882 \begin_inset Quotes gld
20883 \end_inset
20884
20885
20886 \family sans
20887 auf dieser Seite
20888 \family default
20889
20890 \begin_inset Quotes grd
20891 \end_inset
20892
20893  gedruckt.
20894  Der Stil 
20895 \family sans
20896 <Querverweis>
20897 \begin_inset space ~
20898 \end_inset
20899
20900 auf
20901 \begin_inset space ~
20902 \end_inset
20903
20904 Seite
20905 \begin_inset space ~
20906 \end_inset
20907
20908 <Seite>
20909 \family default
20910  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
20911  Seite ist.
20912 \end_layout
20913
20914 \begin_layout Standard
20915 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20916  automatisch von LaTeX berechnet.
20917  Die Stile können im Feld 
20918 \family sans
20919 Format
20920 \family default
20921  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20922  einen Querverweis klicken.
20923 \end_layout
20924
20925 \begin_layout Standard
20926 \begin_inset Note Greyedout
20927 status open
20928
20929 \begin_layout Plain Layout
20930
20931 \series bold
20932 Bemerkung:
20933 \series default
20934  Es wird empfohlen, das LaTeX-Paket 
20935 \series bold
20936 refstyle
20937 \series default
20938
20939 \begin_inset Index idx
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943 LaTeX-Pakete ! refstyle
20944 \end_layout
20945
20946 \end_inset
20947
20948  zu verwenden, da 
20949 \series bold
20950 prettyref
20951 \series default
20952
20953 \begin_inset Index idx
20954 status collapsed
20955
20956 \begin_layout Plain Layout
20957 LaTeX-Pakete ! prettyref
20958 \end_layout
20959
20960 \end_inset
20961
20962  nicht alle möglichen LyX Marken-Kürzel
20963 \begin_inset Foot
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967  
20968 \begin_inset Quotes gld
20969 \end_inset
20970
20971 abb:
20972 \begin_inset Quotes grd
20973 \end_inset
20974
20975  ist z.
20976 \begin_inset space \thinspace{}
20977 \end_inset
20978
20979 B.
20980  LyXs Kürzel für Marken in Bildbeschriftungen.
20981 \end_layout
20982
20983 \end_inset
20984
20985  kennt und auch nicht internationalisiert ist.
20986 \end_layout
20987
20988 \end_inset
20989
20990
20991 \end_layout
20992
20993 \begin_layout Subsection
20994 Automatische Querverweisnamen
20995 \begin_inset Index idx
20996 status collapsed
20997
20998 \begin_layout Plain Layout
20999 Querverweise ! Automatische Namen 
21000 \end_layout
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \begin_layout Standard
21008 Das LaTeX-Paket 
21009 \series bold
21010 hyperref
21011 \series default
21012
21013 \begin_inset Index idx
21014 status collapsed
21015
21016 \begin_layout Plain Layout
21017 LaTeX-Pakete ! hyperref
21018 \end_layout
21019
21020 \end_inset
21021
21022 , das in den
21023 \family sans
21024  PDF-Eigenschaften
21025 \family default
21026  im 
21027 \family sans
21028 Dokument-Einstellungen
21029 \family default
21030  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21031  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21032  wie 
21033 \emph on
21034 Abschnitt
21035 \emph default
21036 ).
21037  Sie müssen damit z.
21038 \begin_inset space \thinspace{}
21039 \end_inset
21040
21041 B.
21042  nicht mehr den Namen 
21043 \begin_inset Quotes gld
21044 \end_inset
21045
21046 Abbildung
21047 \begin_inset Quotes grd
21048 \end_inset
21049
21050  vor jeden Querverweis auf eine Abbildung schreiben.
21051  Um diese Funktion benutzen zu können, aktivieren Sie 
21052 \series bold
21053 hyperref
21054 \series default
21055  und fügen diese Zeile in den LaTeX-Vorspann ein:
21056 \end_layout
21057
21058 \begin_layout Standard
21059
21060 \series bold
21061
21062 \backslash
21063 AtBeginDocument{
21064 \backslash
21065 renewcommand{
21066 \backslash
21067 ref}[1]{
21068 \backslash
21069 mbox{
21070 \backslash
21071 autoref{#1}}}}
21072 \end_layout
21073
21074 \begin_layout Standard
21075 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21076 \begin_inset space \thinspace{}
21077 \end_inset
21078
21079 B.
21080  statt 
21081 \begin_inset Quotes gld
21082 \end_inset
21083
21084 Abschnitt
21085 \begin_inset Quotes grd
21086 \end_inset
21087
21088  den Namen 
21089 \begin_inset Quotes gld
21090 \end_inset
21091
21092 Kap.
21093 \begin_inset space \thinspace{}
21094 \end_inset
21095
21096
21097 \begin_inset Quotes grd
21098 \end_inset
21099
21100 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21101 \end_layout
21102
21103 \begin_layout Standard
21104
21105 \series bold
21106
21107 \backslash
21108 addto
21109 \backslash
21110 extrasngerman{
21111 \backslash
21112 renewcommand{
21113 \backslash
21114 sectionautorefname}
21115 \begin_inset Newline newline
21116 \end_inset
21117
21118
21119 \begin_inset Phantom HPhantom
21120 status open
21121
21122 \begin_layout Plain Layout
21123
21124 \series bold
21125 \begin_inset space ~
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \end_inset
21132
21133 {Kap.
21134 \backslash
21135 negthinspace}}
21136 \end_layout
21137
21138 \begin_layout Standard
21139 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21140 \begin_inset Newline newline
21141 \end_inset
21142
21143
21144 \series bold
21145
21146 \backslash
21147 extrasngerman
21148 \series default
21149  durch 
21150 \series bold
21151
21152 \backslash
21153 extras***
21154 \series default
21155 , wobei *** der Name der verwendeten Sprache ist.
21156 \end_layout
21157
21158 \begin_layout Standard
21159 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21160  z.
21161 \begin_inset space \thinspace{}
21162 \end_inset
21163
21164 B.
21165  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21166 \end_layout
21167
21168 \begin_layout Standard
21169
21170 \series bold
21171
21172 \backslash
21173 newlength{
21174 \backslash
21175 abc}
21176 \begin_inset Newline newline
21177 \end_inset
21178
21179
21180 \backslash
21181 settowidth{
21182 \backslash
21183 abc}{
21184 \backslash
21185 space}
21186 \begin_inset Newline newline
21187 \end_inset
21188
21189
21190 \backslash
21191 addto
21192 \backslash
21193 extrasenglish{
21194 \backslash
21195 renewcommand{
21196 \backslash
21197 equationautorefname}
21198 \begin_inset Newline newline
21199 \end_inset
21200
21201
21202 \begin_inset Phantom HPhantom
21203 status open
21204
21205 \begin_layout Plain Layout
21206
21207 \series bold
21208 \begin_inset space ~
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \end_inset
21215
21216 {
21217 \backslash
21218 hspace{-
21219 \backslash
21220 abc}}
21221 \end_layout
21222
21223 \begin_layout Standard
21224 Mehr über dieses Thema finden Sie in der 
21225 \series bold
21226 hyperref
21227 \series default
21228 -Dokumentation 
21229 \begin_inset CommandInset citation
21230 LatexCommand cite
21231 key "hyperref"
21232
21233 \end_inset
21234
21235 .
21236 \end_layout
21237
21238 \begin_layout Standard
21239 \begin_inset Note Greyedout
21240 status open
21241
21242 \begin_layout Plain Layout
21243
21244 \series bold
21245 Bemerkung:
21246 \series default
21247  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21248  als Querverweisstil 
21249 \family sans
21250 Formatierter
21251 \begin_inset space ~
21252 \end_inset
21253
21254 Querverweis
21255 \family default
21256  benutzen, wie in Abschnitt
21257 \begin_inset space ~
21258 \end_inset
21259
21260
21261 \begin_inset CommandInset ref
21262 LatexCommand ref
21263 reference "uab:Querverweis-Formate"
21264
21265 \end_inset
21266
21267  beschrieben.
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \begin_layout Standard
21276 Das 
21277 \emph on
21278 Mathe
21279 \emph default
21280  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21281 \end_layout
21282
21283 \begin_layout Subsection
21284 Querverweis-Position
21285 \begin_inset CommandInset label
21286 LatexCommand label
21287 name "uab:Querverweis-Position"
21288
21289 \end_inset
21290
21291
21292 \begin_inset Index idx
21293 status collapsed
21294
21295 \begin_layout Plain Layout
21296 Querverweise !  Position
21297 \end_layout
21298
21299 \end_inset
21300
21301
21302 \end_layout
21303
21304 \begin_layout Standard
21305 Wenn Sie 
21306 \series bold
21307 hyperref
21308 \series default
21309
21310 \begin_inset Index idx
21311 status collapsed
21312
21313 \begin_layout Plain Layout
21314 LaTeX-Pakete ! hyperref
21315 \end_layout
21316
21317 \end_inset
21318
21319  in den
21320 \family sans
21321  PDF-Eigenschaften
21322 \family default
21323  im 
21324 \family sans
21325 Dokument-Einstellungen
21326 \family default
21327  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21328  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21329  und Sie werden das Bild ohne Scrollen nicht sehen.
21330  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21331  ist.
21332  Wenn Sie das  LaTeX-Paket 
21333 \series bold
21334 hypcap
21335 \series default
21336
21337 \begin_inset Index idx
21338 status collapsed
21339
21340 \begin_layout Plain Layout
21341 LaTeX-Pakete ! hypcap
21342 \end_layout
21343
21344 \end_inset
21345
21346 , das Teil des LaTeX-Pakets 
21347 \series bold
21348 oberdiek
21349 \series default
21350
21351 \begin_inset Index idx
21352 status collapsed
21353
21354 \begin_layout Plain Layout
21355 LaTeX-Pakete ! oberdiek
21356 \end_layout
21357
21358 \end_inset
21359
21360  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21361  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21362 \series bold
21363 hypcap
21364 \series default
21365  zunächst in den LaTeX-Vorspann laden:
21366 \end_layout
21367
21368 \begin_layout Standard
21369
21370 \series bold
21371
21372 \backslash
21373 usepackage[figure]{hypcap}
21374 \end_layout
21375
21376 \begin_layout Standard
21377 Sie können 
21378 \series bold
21379 hypcap
21380 \series default
21381  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21382  nicht empfohlen.
21383  Weitere Informationen finden Sie im
21384 \series bold
21385  hypcap
21386 \series default
21387 -Handbuch 
21388 \begin_inset CommandInset citation
21389 LatexCommand cite
21390 key "hypcap"
21391
21392 \end_inset
21393
21394 .
21395 \end_layout
21396
21397 \begin_layout Standard
21398 \begin_inset Note Greyedout
21399 status open
21400
21401 \begin_layout Plain Layout
21402
21403 \series bold
21404 Bemerkung:
21405 \series default
21406  
21407 \series bold
21408 hypcap
21409 \series medium
21410  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21411 \end_layout
21412
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \begin_layout Section
21419 Gleitobjekt-Platzierung
21420 \begin_inset CommandInset label
21421 LatexCommand label
21422 name "abs:Gleitobjekt-Platzierung"
21423
21424 \end_inset
21425
21426
21427 \begin_inset Index idx
21428 status collapsed
21429
21430 \begin_layout Plain Layout
21431 Gleitobjekte ! Platzierung
21432 \end_layout
21433
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \begin_layout Standard
21440 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21441 \family sans
21442 Gleitobjekt-Einstellungen
21443 \family default
21444 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21445  können.
21446 \begin_inset Newline newline
21447 \end_inset
21448
21449 Die Option 
21450 \family sans
21451 Spalten
21452 \begin_inset space ~
21453 \end_inset
21454
21455 überspannen
21456 \family default
21457  ist nur bei zweispaltigen Dokumenten sinnvoll.
21458  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21459 \begin_inset Newline newline
21460 \end_inset
21461
21462 Die Option 
21463 \family sans
21464 Seitwärts
21465 \begin_inset space ~
21466 \end_inset
21467
21468 drehen
21469 \family default
21470  ist in Abschnitt 
21471 \begin_inset CommandInset ref
21472 LatexCommand ref
21473 reference "abs:Gedrehte-Gleitobjekte"
21474
21475 \end_inset
21476
21477  beschrieben.
21478 \end_layout
21479
21480 \begin_layout Standard
21481 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21482  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21483  Sie die Option 
21484 \family sans
21485 Standard-Platzierung
21486 \begin_inset space ~
21487 \end_inset
21488
21489 verwenden
21490 \family default
21491  nicht verwenden:
21492 \end_layout
21493
21494 \begin_layout Description
21495 Hier
21496 \begin_inset space ~
21497 \end_inset
21498
21499 wenn
21500 \begin_inset space ~
21501 \end_inset
21502
21503 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21504 \end_layout
21505
21506 \begin_layout Description
21507 Anfang
21508 \begin_inset space ~
21509 \end_inset
21510
21511 der
21512 \begin_inset space ~
21513 \end_inset
21514
21515 Seite
21516 \family sans
21517  
21518 \family default
21519 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21520  Gleitobjekte, die maximal 70
21521 \begin_inset space \thinspace{}
21522 \end_inset
21523
21524 % einer Seite benötigen, dürfen oben platziert werden.
21525  Dies kann durch die Variable 
21526 \series bold
21527
21528 \backslash
21529 topfraction
21530 \series default
21531  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21532 \end_layout
21533
21534 \begin_deeper
21535 \begin_layout Standard
21536
21537 \series bold
21538
21539 \backslash
21540 renewcommand{
21541 \backslash
21542 topfraction}{0.9}
21543 \family typewriter
21544 \series default
21545  
21546 \end_layout
21547
21548 \end_deeper
21549 \begin_layout Description
21550 Ende
21551 \begin_inset space ~
21552 \end_inset
21553
21554 der
21555 \begin_inset space ~
21556 \end_inset
21557
21558 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21559  Gleitobjekte, die maximal 30
21560 \begin_inset space \thinspace{}
21561 \end_inset
21562
21563 % einer Seite benötigen, dürfen unten platziert werden.
21564  Dies kann durch die Variable 
21565 \series bold
21566
21567 \backslash
21568 bottomfraction
21569 \series default
21570  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21571 \end_layout
21572
21573 \begin_deeper
21574 \begin_layout Standard
21575
21576 \series bold
21577
21578 \backslash
21579 renewcommand{
21580 \backslash
21581 bottomfraction}{0.5}
21582 \end_layout
21583
21584 \begin_layout Standard
21585 die oftmals zu kleine untere Grenze auf 50
21586 \begin_inset space \thinspace{}
21587 \end_inset
21588
21589 %.
21590 \end_layout
21591
21592 \end_deeper
21593 \begin_layout Description
21594 Seite
21595 \begin_inset space ~
21596 \end_inset
21597
21598 mit
21599 \begin_inset space ~
21600 \end_inset
21601
21602 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21603  Nur wenn mehr als 50
21604 \begin_inset space \thinspace{}
21605 \end_inset
21606
21607 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21608  Gleitobjekte bereitgestellt.
21609  Dies kann durch die Variable 
21610 \series bold
21611
21612 \backslash
21613 floatpagefraction 
21614 \series default
21615 im LaTeX-Vorspann überschrieben werden.
21616 \end_layout
21617
21618 \begin_layout Standard
21619 Die Reihenfolge der obigen Optionen wird 
21620 \emph on
21621 immer
21622 \emph default
21623  von LaTeX verwendet.
21624  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21625  versuchen 
21626 \family sans
21627 Hier
21628 \begin_inset space \space{}
21629 \end_inset
21630
21631 wenn
21632 \begin_inset space \space{}
21633 \end_inset
21634
21635 möglich
21636 \family default
21637 , dann 
21638 \family sans
21639 Anfang
21640 \begin_inset space ~
21641 \end_inset
21642
21643 der
21644 \begin_inset space ~
21645 \end_inset
21646
21647 Seite
21648 \family default
21649  und dann die anderen Optionen anzuwenden.
21650  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21651  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21652  Reihenfolge.
21653  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21654 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21655 \end_layout
21656
21657 \begin_layout Standard
21658 Die Option 
21659 \family sans
21660 Hier,
21661 \begin_inset space ~
21662 \end_inset
21663
21664 auf
21665 \begin_inset space ~
21666 \end_inset
21667
21668 jeden
21669 \begin_inset space ~
21670 \end_inset
21671
21672 Fall
21673 \family default
21674  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21675  fast druckreif ist.
21676  Denn mit der Option kann das Objekt nicht mehr 
21677 \emph on
21678 gleiten
21679 \emph default
21680 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21681  oftmals zerstört.
21682 \end_layout
21683
21684 \begin_layout Standard
21685 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21686  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21687 \begin_inset VSpace bigskip
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \begin_layout Standard
21694 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21695 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21696  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21697  Das kann mit dem LaTeX-Befehl
21698 \series bold
21699  
21700 \backslash
21701 suppressfloats
21702 \series default
21703  verhindert werden.
21704  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21705  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21706  gesetzt wird.
21707  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21708 \end_layout
21709
21710 \begin_layout Standard
21711
21712 \series bold
21713
21714 \backslash
21715 let
21716 \backslash
21717 meinAbschnitt
21718 \backslash
21719 section
21720 \begin_inset Newline newline
21721 \end_inset
21722
21723
21724 \backslash
21725 renewcommand{
21726 \backslash
21727 section}{
21728 \backslash
21729 suppressfloats[t]
21730 \backslash
21731 meinAbschnitt}
21732 \end_layout
21733
21734 \begin_layout Standard
21735 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21736  Unterabschnitten festlegen.
21737  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21738  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21739 \end_layout
21740
21741 \begin_layout Standard
21742 Es gibt auch noch das LaTeX-Paket 
21743 \series bold
21744 flafter
21745 \series default
21746
21747 \begin_inset Index idx
21748 status collapsed
21749
21750 \begin_layout Plain Layout
21751 LaTeX-Pakete ! flafter
21752 \end_layout
21753
21754 \end_inset
21755
21756  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21757  gedruckt wird.
21758 \end_layout
21759
21760 \begin_layout Standard
21761 \begin_inset VSpace bigskip
21762 \end_inset
21763
21764 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21765  Dafür gibt es das LaTeX-Paket 
21766 \series bold
21767 endfloat
21768 \series default
21769
21770 \begin_inset Index idx
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774 LaTeX-Pakete ! endfloat
21775 \end_layout
21776
21777 \end_inset
21778
21779 .
21780  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21781  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21782  
21783 \family sans
21784
21785 \begin_inset Quotes gld
21786 \end_inset
21787
21788 [Abbildung
21789 \begin_inset space ~
21790 \end_inset
21791
21792 3.2 ist ungefähr hier.]
21793 \family default
21794
21795 \begin_inset Quotes grd
21796 \end_inset
21797
21798  finden.
21799  Das 
21800 \series bold
21801 endfloat
21802 \series default
21803 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21804 \end_layout
21805
21806 \begin_layout Standard
21807
21808 \series bold
21809
21810 \backslash
21811 usepackage[Optionen]{endfloat}
21812 \end_layout
21813
21814 \begin_layout Standard
21815 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21816  Tabellen-Abschnitte, die Sie in der 
21817 \series bold
21818 endfloat
21819 \series default
21820 -Dokumentation 
21821 \begin_inset CommandInset citation
21822 LatexCommand cite
21823 key "endfloat"
21824
21825 \end_inset
21826
21827  nachlesen können.
21828 \begin_inset Newline newline
21829 \end_inset
21830
21831
21832 \begin_inset Note Greyedout
21833 status open
21834
21835 \begin_layout Plain Layout
21836
21837 \series bold
21838 Bemerkung
21839 \begin_inset space ~
21840 \end_inset
21841
21842 1: endfloat
21843 \series default
21844  übersetzt den Hinweistext nicht automatisch.
21845  Abschnitt
21846 \begin_inset space ~
21847 \end_inset
21848
21849 4 in 
21850 \begin_inset CommandInset citation
21851 LatexCommand cite
21852 key "endfloat"
21853
21854 \end_inset
21855
21856  beschreibt, wie es geht.
21857 \end_layout
21858
21859 \end_inset
21860
21861
21862 \end_layout
21863
21864 \begin_layout Standard
21865 \begin_inset Note Greyedout
21866 status open
21867
21868 \begin_layout Plain Layout
21869
21870 \series bold
21871 Bemerkung
21872 \begin_inset space ~
21873 \end_inset
21874
21875 2: 
21876 \series default
21877 Die aktuelle Version von 
21878 \series bold
21879 endfloat
21880 \series default
21881  hat einen Fehler, wenn die Überschrift ein 
21882 \begin_inset Quotes gld
21883 \end_inset
21884
21885 ß
21886 \begin_inset Quotes grd
21887 \end_inset
21888
21889  enthält.
21890  Sie müssen stattdessen den Befehl 
21891 \series bold
21892
21893 \backslash
21894 ss
21895 \series default
21896  als TeX-Code benutzen.
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Standard
21905 \begin_inset VSpace bigskip
21906 \end_inset
21907
21908 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21909  wie 
21910 \begin_inset CommandInset citation
21911 LatexCommand cite
21912 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21913
21914 \end_inset
21915
21916 .
21917 \end_layout
21918
21919 \begin_layout Section
21920 Gedrehte Gleitobjekte
21921 \begin_inset CommandInset label
21922 LatexCommand label
21923 name "abs:Gedrehte-Gleitobjekte"
21924
21925 \end_inset
21926
21927
21928 \begin_inset Index idx
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932 Gleitobjekte ! drehen
21933 \end_layout
21934
21935 \end_inset
21936
21937
21938 \end_layout
21939
21940 \begin_layout Standard
21941 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21942 t drehen.
21943  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21944  und die Option 
21945 \family sans
21946 Seitwärts
21947 \begin_inset space ~
21948 \end_inset
21949
21950 drehen
21951 \family default
21952  wählen.
21953 \end_layout
21954
21955 \begin_layout Standard
21956 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21957  sie ein mehrspaltiges Dokument haben) gedruckt.
21958  Sie können mehrere Spalten überspannen, wenn die Option 
21959 \family sans
21960 Spalten
21961 \begin_inset space ~
21962 \end_inset
21963
21964 überspannen
21965 \family default
21966  in den Gleitobjekt Einstellungen gewählt ist.
21967  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21968  werden können.
21969  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21970  Option 
21971 \series bold
21972 figuresleft
21973 \series default
21974  oder 
21975 \series bold
21976 figuresright
21977 \series default
21978  zu den Dokumentklassen-Optionen hinzu.
21979 \end_layout
21980
21981 \begin_layout Standard
21982 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21983  Tabelle
21984 \begin_inset space ~
21985 \end_inset
21986
21987
21988 \begin_inset CommandInset ref
21989 LatexCommand ref
21990 reference "tab:Gedrehte-Tabelle"
21991
21992 \end_inset
21993
21994  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
21995 \end_layout
21996
21997 \begin_layout Standard
21998 \begin_inset Note Greyedout
21999 status open
22000
22001 \begin_layout Plain Layout
22002
22003 \series bold
22004 Bemerkung:
22005 \series default
22006  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \begin_layout Standard
22015 \begin_inset Float table
22016 wide false
22017 sideways true
22018 status open
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Caption
22022
22023 \begin_layout Plain Layout
22024 \begin_inset CommandInset label
22025 LatexCommand label
22026 name "tab:Gedrehte-Tabelle"
22027
22028 \end_inset
22029
22030 Gedrehte Tabelle
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Plain Layout
22039 \align center
22040 \begin_inset Tabular
22041 <lyxtabular version="3" rows="1" columns="5">
22042 <features tabularvalignment="middle">
22043 <column alignment="center" valignment="top" width="0">
22044 <column alignment="center" valignment="top" width="0">
22045 <column alignment="center" valignment="top" width="0">
22046 <column alignment="center" valignment="top" width="0">
22047 <column alignment="center" valignment="top" width="0">
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053 Test
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 b
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 c
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 d
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 e
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 </row>
22095 </lyxtabular>
22096
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \begin_layout Section
22108 Untergleitobjekte
22109 \begin_inset Index idx
22110 status collapsed
22111
22112 \begin_layout Plain Layout
22113 Gleitobjekte ! Untergleitobjekte
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \begin_layout Standard
22122 Untergleitobjekte werden z.
22123 \begin_inset space \thinspace{}
22124 \end_inset
22125
22126 B.
22127  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22128  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22129  eingefügt wird.
22130  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22131  in Tabelle
22132 \begin_inset space ~
22133 \end_inset
22134
22135
22136 \begin_inset CommandInset ref
22137 LatexCommand ref
22138 reference "tab:Untertabellen-nebeneinander"
22139
22140 \end_inset
22141
22142  und 
22143 \begin_inset CommandInset ref
22144 LatexCommand ref
22145 reference "tab:Untertabellen-übereinander"
22146
22147 \end_inset
22148
22149 .
22150 \end_layout
22151
22152 \begin_layout Standard
22153 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22154 \begin_inset space ~
22155 \end_inset
22156
22157
22158 \begin_inset CommandInset ref
22159 LatexCommand ref
22160 reference "tab:Untertabelle-a"
22161
22162 \end_inset
22163
22164  und 
22165 \begin_inset CommandInset ref
22166 LatexCommand ref
22167 reference "tab:Untertabelle-b"
22168
22169 \end_inset
22170
22171  sind Untertabellen von Tabelle
22172 \begin_inset space ~
22173 \end_inset
22174
22175
22176 \begin_inset CommandInset ref
22177 LatexCommand ref
22178 reference "tab:Untertabellen-nebeneinander"
22179
22180 \end_inset
22181
22182 .
22183 \end_layout
22184
22185 \begin_layout Standard
22186 \begin_inset Float table
22187 wide false
22188 sideways false
22189 status open
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Caption
22193
22194 \begin_layout Plain Layout
22195 \begin_inset CommandInset label
22196 LatexCommand label
22197 name "tab:Untertabellen-nebeneinander"
22198
22199 \end_inset
22200
22201 Zwei Untertabellen nebeneinander.
22202 \end_layout
22203
22204 \end_inset
22205
22206
22207 \end_layout
22208
22209 \begin_layout Plain Layout
22210 \align center
22211 \begin_inset space \hfill{}
22212 \end_inset
22213
22214
22215 \begin_inset Float table
22216 wide false
22217 sideways false
22218 status collapsed
22219
22220 \begin_layout Plain Layout
22221 \begin_inset Caption
22222
22223 \begin_layout Plain Layout
22224 \begin_inset CommandInset label
22225 LatexCommand label
22226 name "tab:Untertabelle-a"
22227
22228 \end_inset
22229
22230 Dies ist Untertabelle a.
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Plain Layout
22239 \align center
22240 \begin_inset Tabular
22241 <lyxtabular version="3" rows="1" columns="5">
22242 <features tabularvalignment="middle">
22243 <column alignment="center" valignment="top" width="0">
22244 <column alignment="center" valignment="top" width="0">
22245 <column alignment="center" valignment="top" width="0">
22246 <column alignment="center" valignment="top" width="0">
22247 <column alignment="center" valignment="top" width="0">
22248 <row>
22249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 Test
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 b
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 c
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 d
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 e
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 </lyxtabular>
22296
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \begin_inset space \hfill{}
22306 \end_inset
22307
22308
22309 \begin_inset Float table
22310 wide false
22311 sideways false
22312 status collapsed
22313
22314 \begin_layout Plain Layout
22315 \begin_inset Caption
22316
22317 \begin_layout Plain Layout
22318 \begin_inset CommandInset label
22319 LatexCommand label
22320 name "tab:Untertabelle-b"
22321
22322 \end_inset
22323
22324 Dies ist Untertabelle b.
22325 \end_layout
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Plain Layout
22333 \align center
22334 \begin_inset Tabular
22335 <lyxtabular version="3" rows="1" columns="5">
22336 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0">
22342 <row>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 e
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 d
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 c
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 b
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 Test
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 </row>
22389 </lyxtabular>
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \begin_inset space \hfill{}
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \begin_layout Standard
22411 \begin_inset Float table
22412 wide false
22413 sideways false
22414 status open
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Caption
22418
22419 \begin_layout Plain Layout
22420 \begin_inset CommandInset label
22421 LatexCommand label
22422 name "tab:Untertabellen-übereinander"
22423
22424 \end_inset
22425
22426 Zwei Untertabellen übereinander.
22427  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Plain Layout
22436 \align center
22437 \begin_inset Float table
22438 wide false
22439 sideways false
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Caption
22444
22445 \begin_layout Plain Layout
22446
22447 \end_layout
22448
22449 \end_inset
22450
22451
22452 \end_layout
22453
22454 \begin_layout Plain Layout
22455 \align center
22456 \begin_inset Tabular
22457 <lyxtabular version="3" rows="1" columns="4">
22458 <features tabularvalignment="middle">
22459 <column alignment="center" valignment="top" width="0">
22460 <column alignment="center" valignment="top" width="0">
22461 <column alignment="center" valignment="top" width="0">
22462 <column alignment="center" valignment="top" width="0">
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 Test
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 Test
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 Test
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 Test
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 </lyxtabular>
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \begin_layout Plain Layout
22514 \align center
22515 \begin_inset Float table
22516 wide false
22517 sideways false
22518 status collapsed
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Caption
22522
22523 \begin_layout Plain Layout
22524
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Plain Layout
22533 \align center
22534 \begin_inset Tabular
22535 <lyxtabular version="3" rows="1" columns="5">
22536 <features tabularvalignment="middle">
22537 <column alignment="center" valignment="top" width="0">
22538 <column alignment="center" valignment="top" width="0">
22539 <column alignment="center" valignment="top" width="0">
22540 <column alignment="center" valignment="top" width="0">
22541 <column alignment="center" valignment="top" width="0">
22542 <row>
22543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 a
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22553 \begin_inset Text
22554
22555 \begin_layout Plain Layout
22556 b
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565 c
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 d
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 e
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 </lyxtabular>
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Section
22607 Gleitobjekte nebeneinander
22608 \begin_inset Index idx
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612 Gleitobjekte ! nebeneinander
22613 \end_layout
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \begin_layout Standard
22621 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22622 \begin_inset space ~
22623 \end_inset
22624
22625
22626 \begin_inset CommandInset ref
22627 LatexCommand ref
22628 reference "abb:Gleitobjekt-links"
22629
22630 \end_inset
22631
22632  und 
22633 \begin_inset CommandInset ref
22634 LatexCommand ref
22635 reference "abb:Gleitobjekt-rechts"
22636
22637 \end_inset
22638
22639  wird nur 
22640 \emph on
22641 ein
22642 \emph default
22643  Gleitobjekt verwendet.
22644  In dieses werden zwei Minipage Boxen eingefügt.
22645 \begin_inset Foot
22646 status collapsed
22647
22648 \begin_layout Plain Layout
22649 Minipages sind in Abschnitt
22650 \begin_inset space ~
22651 \end_inset
22652
22653
22654 \begin_inset CommandInset ref
22655 LatexCommand ref
22656 reference "abs:Minipage"
22657
22658 \end_inset
22659
22660  erklärt.
22661 \end_layout
22662
22663 \end_inset
22664
22665  Die Breite wird für jede Minipage auf 45
22666 \begin_inset space \thinspace{}
22667 \end_inset
22668
22669 -50
22670 \begin_inset space \thinspace{}
22671 \end_inset
22672
22673 Spalten% und die Box Ausrichtung auf 
22674 \family sans
22675 Unten
22676 \family default
22677  gesetzt.
22678  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22679  Gleitobjekt.
22680  Der einzige Unterschied ist, dass die Bildeinheit 
22681 \family sans
22682 Spaltenbreite
22683 \begin_inset space ~
22684 \end_inset
22685
22686 %
22687 \family default
22688  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22689 \end_layout
22690
22691 \begin_layout Standard
22692 \begin_inset Float figure
22693 wide false
22694 sideways false
22695 status open
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Box Frameless
22699 position "b"
22700 hor_pos "c"
22701 has_inner_box 1
22702 inner_pos "t"
22703 use_parbox 0
22704 use_makebox 0
22705 width "45col%"
22706 special "none"
22707 height "1in"
22708 height_special "totalheight"
22709 status open
22710
22711 \begin_layout Plain Layout
22712 \align center
22713 \begin_inset Graphics
22714         filename ../clipart/mobius.eps
22715         lyxscale 50
22716         width 100col%
22717         scaleBeforeRotation
22718
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Caption
22726
22727 \begin_layout Plain Layout
22728 \begin_inset CommandInset label
22729 LatexCommand label
22730 name "abb:Gleitobjekt-links"
22731
22732 \end_inset
22733
22734 Gleitobjekt auf der linken Seite.
22735 \end_layout
22736
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743
22744
22745 \begin_inset space \hfill{}
22746 \end_inset
22747
22748
22749 \begin_inset Box Frameless
22750 position "b"
22751 hor_pos "c"
22752 has_inner_box 1
22753 inner_pos "t"
22754 use_parbox 0
22755 use_makebox 0
22756 width "45col%"
22757 special "none"
22758 height "1in"
22759 height_special "totalheight"
22760 status open
22761
22762 \begin_layout Plain Layout
22763 \align center
22764 \begin_inset Graphics
22765         filename ../clipart/platypus.eps
22766         lyxscale 50
22767         width 100col%
22768         scaleBeforeRotation
22769
22770 \end_inset
22771
22772
22773 \end_layout
22774
22775 \begin_layout Plain Layout
22776 \begin_inset Caption
22777
22778 \begin_layout Plain Layout
22779 \begin_inset CommandInset label
22780 LatexCommand label
22781 name "abb:Gleitobjekt-rechts"
22782
22783 \end_inset
22784
22785 Gleitobjekt auf der rechten Seite.
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799
22800
22801 \end_layout
22802
22803 \begin_layout Section
22804 Beschriftungs-Formatierung
22805 \begin_inset CommandInset label
22806 LatexCommand label
22807 name "abs:Titel-Formatierung"
22808
22809 \end_inset
22810
22811
22812 \begin_inset Index idx
22813 status collapsed
22814
22815 \begin_layout Plain Layout
22816 Gleitobjekte ! Beschriftung ! Formatierung
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Standard
22825
22826 \family sans
22827 Legende
22828 \family default
22829  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22830  In LyX sehen Titel so aus:  
22831 \family sans
22832
22833 \begin_inset Quotes gld
22834 \end_inset
22835
22836 Abbildung xyz:
22837 \family default
22838
22839 \begin_inset Quotes grd
22840 \end_inset
22841
22842 , gefolgt vom Beschriftungstext, wobei 
22843 \family sans
22844 xyz
22845 \family default
22846  die von LyX vergebene Nummer ist.
22847  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22848  gedruckt.
22849  Dies ist nicht immer brauchbar.
22850 \end_layout
22851
22852 \begin_layout Standard
22853 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22854  
22855 \series bold
22856 caption
22857 \series default
22858
22859 \begin_inset Index idx
22860 status collapsed
22861
22862 \begin_layout Plain Layout
22863 LaTeX-Pakete ! caption
22864 \end_layout
22865
22866 \end_inset
22867
22868  in den LaTeX-Vorspann laden:
22869 \end_layout
22870
22871 \begin_layout Standard
22872
22873 \series bold
22874
22875 \backslash
22876 usepackage[Format-Definition]{caption}
22877 \end_layout
22878
22879 \begin_layout Standard
22880 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22881  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22882 \end_layout
22883
22884 \begin_layout Standard
22885
22886 \series bold
22887
22888 \backslash
22889 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22890 \end_layout
22891
22892 \begin_layout Standard
22893 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22894  definieren.
22895  Dazu laden Sie das 
22896 \series bold
22897 caption
22898 \series default
22899 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22900  dem Befehl
22901 \end_layout
22902
22903 \begin_layout Standard
22904
22905 \series bold
22906
22907 \backslash
22908 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22909 \end_layout
22910
22911 \begin_layout Standard
22912 Für Abbildung
22913 \begin_inset space ~
22914 \end_inset
22915
22916
22917 \begin_inset CommandInset ref
22918 LatexCommand ref
22919 reference "abb:Langer-Abb-Titel"
22920
22921 \end_inset
22922
22923  und Tabelle
22924 \begin_inset space ~
22925 \end_inset
22926
22927
22928 \begin_inset CommandInset ref
22929 LatexCommand ref
22930 reference "tab:Langer-Tab-Titel"
22931
22932 \end_inset
22933
22934  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22935  werden:
22936 \end_layout
22937
22938 \begin_layout Standard
22939
22940 \series bold
22941
22942 \backslash
22943 usepackage[tableposition=top]{caption}
22944 \begin_inset Newline newline
22945 \end_inset
22946
22947
22948 \backslash
22949 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22950 \begin_inset Newline newline
22951 \end_inset
22952
22953
22954 \begin_inset Phantom HPhantom
22955 status open
22956
22957 \begin_layout Plain Layout
22958
22959 \series bold
22960
22961 \backslash
22962 captionsetup[figure]{
22963 \end_layout
22964
22965 \end_inset
22966
22967 labelsep=period}
22968 \begin_inset Newline newline
22969 \end_inset
22970
22971
22972 \backslash
22973 captionsetup[table]{labelfont={bf,sf}}
22974 \end_layout
22975
22976 \begin_layout Standard
22977 \begin_inset Note Greyedout
22978 status open
22979
22980 \begin_layout Plain Layout
22981
22982 \series bold
22983 Bemerkung:
22984 \series default
22985  Die Option 
22986 \series bold
22987 tableposition=top
22988 \series default
22989  hat keine Auswirkung, wenn eine 
22990 \series bold
22991 KOMA-Script
22992 \series default
22993
22994 \begin_inset Index idx
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998 LaTeX-Pakete ! KOMA-Script
22999 \end_layout
23000
23001 \end_inset
23002
23003 -Dokumentklasse verwendet wird.
23004  Hier muss die Option 
23005 \series bold
23006 captions=tableheading
23007 \series default
23008  benutzt werden.
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \begin_layout Standard
23017 Weitere Informationen über das Paket
23018 \series bold
23019  caption
23020 \series default
23021  finden Sie in seiner Dokumentation 
23022 \begin_inset CommandInset citation
23023 LatexCommand cite
23024 key "caption"
23025
23026 \end_inset
23027
23028 .
23029 \end_layout
23030
23031 \begin_layout Standard
23032 Wenn Sie den Namen von 
23033 \begin_inset Quotes gld
23034 \end_inset
23035
23036 Abbildung
23037 \begin_inset Quotes grd
23038 \end_inset
23039
23040  auf 
23041 \begin_inset Quotes gld
23042 \end_inset
23043
23044 Bild
23045 \begin_inset Quotes grd
23046 \end_inset
23047
23048  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23049 \end_layout
23050
23051 \begin_layout Standard
23052
23053 \series bold
23054
23055 \backslash
23056 renewcommand{
23057 \backslash
23058 fnum@figure}{Bild~
23059 \backslash
23060 thefigure}
23061 \end_layout
23062
23063 \begin_layout Standard
23064 wobei 
23065 \series bold
23066
23067 \backslash
23068 thefigure
23069 \series default
23070  die Bildnummer einsetzt und
23071 \series bold
23072  ~
23073 \series default
23074  ein geschütztes Leerzeichen ist.
23075 \end_layout
23076
23077 \begin_layout Standard
23078 \begin_inset VSpace bigskip
23079 \end_inset
23080
23081 Wenn Sie eine 
23082 \series bold
23083 KOMA-Script
23084 \series default
23085
23086 \begin_inset Index idx
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 LaTeX-Pakete ! KOMA-Script
23091 \end_layout
23092
23093 \end_inset
23094
23095 -Dokumentklasse (
23096 \family sans
23097 article (KOMA-Script)
23098 \family default
23099
23100 \family sans
23101 book (KOMA-Script)
23102 \family default
23103
23104 \family sans
23105 letter (KOMA-Script)
23106 \family default
23107  oder 
23108 \family sans
23109 report (KOMA-Script)
23110 \family default
23111 ) benutzen, können Sie anstatt des 
23112 \series bold
23113 caption
23114 \series default
23115 -Paketes den eingebauten Befehl 
23116 \series bold
23117
23118 \backslash
23119 setkomafont
23120 \series default
23121  von 
23122 \series bold
23123 KOMA-Script
23124 \series default
23125  benutzen.
23126  Der Befehl
23127 \end_layout
23128
23129 \begin_layout Standard
23130
23131 \series bold
23132
23133 \backslash
23134 setkomafont{captionlabel}{
23135 \backslash
23136 bfseries}
23137 \end_layout
23138
23139 \begin_layout Standard
23140 im LaTeX-Vorspann druckt den Namen fett.
23141 \end_layout
23142
23143 \begin_layout Standard
23144 Weitere Informationen über 
23145 \series bold
23146
23147 \backslash
23148 setkomafont
23149 \series default
23150  finden Sie in der 
23151 \series bold
23152 KOMA-Script
23153 \series default
23154 -Do\SpecialChar \-
23155 ku\SpecialChar \-
23156 men\SpecialChar \-
23157 ta\SpecialChar \-
23158 tion 
23159 \begin_inset CommandInset citation
23160 LatexCommand cite
23161 key "KOMA-Script"
23162
23163 \end_inset
23164
23165 .
23166 \end_layout
23167
23168 \begin_layout Standard
23169 \begin_inset ERT
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173
23174
23175 \backslash
23176 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23177 }
23178 \end_layout
23179
23180 \end_inset
23181
23182
23183 \begin_inset Note Note
23184 status open
23185
23186 \begin_layout Plain Layout
23187 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23188 \end_layout
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \begin_layout Standard
23196 \begin_inset Float figure
23197 placement !p
23198 wide false
23199 sideways false
23200 status open
23201
23202 \begin_layout Plain Layout
23203 \align center
23204 \begin_inset Graphics
23205         filename ../clipart/mobius.eps
23206         lyxscale 50
23207         scale 50
23208         scaleBeforeRotation
23209
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \begin_layout Plain Layout
23216 \begin_inset Caption
23217
23218 \begin_layout Plain Layout
23219 \begin_inset CommandInset label
23220 LatexCommand label
23221 name "abb:Langer-Abb-Titel"
23222
23223 \end_inset
23224
23225 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23226  ist, um das andere Beschriftungsformat zu zeigen.
23227  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23228 \begin_inset Argument
23229 status collapsed
23230
23231 \begin_layout Plain Layout
23232 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23233  ist.
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247
23248
23249 \end_layout
23250
23251 \begin_layout Standard
23252 \begin_inset ERT
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256
23257
23258 \backslash
23259 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23260 on}
23261 \end_layout
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 \begin_inset Float table
23270 placement !p
23271 wide false
23272 sideways false
23273 status open
23274
23275 \begin_layout Plain Layout
23276 \begin_inset Caption
23277
23278 \begin_layout Plain Layout
23279 \begin_inset CommandInset label
23280 LatexCommand label
23281 name "tab:Langer-Tab-Titel"
23282
23283 \end_inset
23284
23285 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23286  ist, um das andere Beschriftungsformat zu zeigen.
23287  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23288  benutzt.
23289 \begin_inset Argument
23290 status collapsed
23291
23292 \begin_layout Plain Layout
23293 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23294  ist.
23295 \end_layout
23296
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \begin_layout Plain Layout
23308 \align center
23309 \begin_inset Tabular
23310 <lyxtabular version="3" rows="1" columns="5">
23311 <features tabularvalignment="middle">
23312 <column alignment="center" valignment="top" width="0">
23313 <column alignment="center" valignment="top" width="0">
23314 <column alignment="center" valignment="top" width="0">
23315 <column alignment="center" valignment="top" width="0">
23316 <column alignment="center" valignment="top" width="0">
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 a
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 b
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 c
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 d
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 e
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 </lyxtabular>
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Section
23377 Beschriftungs-Platzierung
23378 \begin_inset CommandInset label
23379 LatexCommand label
23380 name "abs:Titel-Platzierung"
23381
23382 \end_inset
23383
23384
23385 \begin_inset Index idx
23386 status collapsed
23387
23388 \begin_layout Plain Layout
23389 Gleitobjekte ! Beschriftung ! Platzierung
23390 \end_layout
23391
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \begin_layout Standard
23398 Normalerweise werden die Beschriftungen wie folgt platziert:
23399 \end_layout
23400
23401 \begin_layout Description
23402 Abbildung: darunter
23403 \end_layout
23404
23405 \begin_layout Description
23406 Tabelle: darüber
23407 \end_layout
23408
23409 \begin_layout Standard
23410 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23411  Das heißt wenn Sie eine der Dokument-Klassen 
23412 \family sans
23413 article
23414 \family default
23415
23416 \family sans
23417 book
23418 \family default
23419
23420 \family sans
23421 letter
23422 \family default
23423  oder 
23424 \family sans
23425 report
23426 \family default
23427  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23428  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23429 \series bold
23430 caption
23431 \series default
23432  im LaTeX-Vorspann folgendes schreiben:
23433 \begin_inset Foot
23434 status collapsed
23435
23436 \begin_layout Plain Layout
23437 In Abschnitt
23438 \begin_inset space ~
23439 \end_inset
23440
23441
23442 \begin_inset CommandInset ref
23443 LatexCommand ref
23444 reference "abs:Titel-Formatierung"
23445
23446 \end_inset
23447
23448  steht mehr über das Paket 
23449 \series bold
23450 caption
23451 \series default
23452 .
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463 tableposition=top
23464 \end_layout
23465
23466 \begin_layout Standard
23467 Wenn Sie eine 
23468 \series bold
23469 KOMA-Script
23470 \series default
23471
23472 \begin_inset Index idx
23473 status collapsed
23474
23475 \begin_layout Plain Layout
23476 LaTeX-Pakete ! KOMA-Script
23477 \end_layout
23478
23479 \end_inset
23480
23481 -Dokumentklasse (
23482 \family sans
23483 article (KOMA-Script)
23484 \family default
23485
23486 \family sans
23487 book (KOMA-Script)
23488 \family default
23489
23490 \family sans
23491 letter (KOMA-Script)
23492 \family default
23493  oder 
23494 \family sans
23495 report (KOMA-Script)
23496 \family default
23497 ) benutzen, können Sie alternativ zum 
23498 \series bold
23499 caption
23500 \series default
23501 -Paket die Option 
23502 \series bold
23503 captions=tableheading
23504 \series default
23505  benutzen.
23506 \end_layout
23507
23508 \begin_layout Standard
23509 \begin_inset VSpace bigskip
23510 \end_inset
23511
23512 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23513  Das bewirkt das LaTeX-Paket 
23514 \series bold
23515 sidecap
23516 \series default
23517
23518 \begin_inset Index idx
23519 status collapsed
23520
23521 \begin_layout Plain Layout
23522 LaTeX-Pakete ! sidecap
23523 \end_layout
23524
23525 \end_inset
23526
23527 , das so in den LaTeX-Vorspann geladen wird:
23528 \end_layout
23529
23530 \begin_layout Standard
23531
23532 \series bold
23533
23534 \backslash
23535 usepackage[Option]{sidecap}
23536 \end_layout
23537
23538 \begin_layout Standard
23539 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23540  Mit 
23541 \series bold
23542 innercaption
23543 \series default
23544  wird die Beschriftung innen gedruckt.
23545  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23546  
23547 \series bold
23548 rightcaption
23549 \series default
23550  oder 
23551 \series bold
23552 leftcaption
23553 \series default
23554 .
23555 \end_layout
23556
23557 \begin_layout Standard
23558 \begin_inset ERT
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562
23563
23564 \backslash
23565 ifsidecap
23566 \end_layout
23567
23568 \end_inset
23569
23570
23571 \begin_inset Note Note
23572 status open
23573
23574 \begin_layout Plain Layout
23575 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23576 \series bold
23577 sidecap
23578 \series default
23579  installiert ist.
23580 \end_layout
23581
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \begin_layout Standard
23588 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23589  in den LaTeX-Vorspann schreiben:
23590 \end_layout
23591
23592 \begin_layout Standard
23593 \noindent
23594 \begin_inset CommandInset line
23595 LatexCommand rule
23596 offset "0.5ex"
23597 width "100line%"
23598 height "1pt"
23599
23600 \end_inset
23601
23602
23603 \end_layout
23604
23605 \begin_layout Standard
23606
23607 \series bold
23608
23609 \backslash
23610 newcommand{
23611 \backslash
23612 TabBesBeg}{%
23613 \begin_inset Newline newline
23614 \end_inset
23615
23616
23617 \begin_inset Phantom HPhantom
23618 status open
23619
23620 \begin_layout Plain Layout
23621
23622 \series bold
23623 \begin_inset space ~
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630
23631
23632 \backslash
23633 let
23634 \backslash
23635 MyTable
23636 \backslash
23637 table
23638 \begin_inset Newline newline
23639 \end_inset
23640
23641
23642 \begin_inset Phantom HPhantom
23643 status open
23644
23645 \begin_layout Plain Layout
23646
23647 \series bold
23648 \begin_inset space ~
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \backslash
23658 let
23659 \backslash
23660 MyEndtable
23661 \backslash
23662 endtable
23663 \begin_inset Newline newline
23664 \end_inset
23665
23666
23667 \begin_inset Phantom HPhantom
23668 status open
23669
23670 \begin_layout Plain Layout
23671
23672 \series bold
23673 \begin_inset space ~
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \backslash
23683 renewenvironment{table}{
23684 \backslash
23685 begin{SCtable}}{
23686 \backslash
23687 end{SCtable}}}
23688 \end_layout
23689
23690 \begin_layout Standard
23691
23692 \series bold
23693
23694 \backslash
23695 newcommand{
23696 \backslash
23697 TabBesEnd}{%
23698 \begin_inset Newline newline
23699 \end_inset
23700
23701
23702 \begin_inset Phantom HPhantom
23703 status open
23704
23705 \begin_layout Plain Layout
23706
23707 \series bold
23708 \begin_inset space ~
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \backslash
23718 let
23719 \backslash
23720 table
23721 \backslash
23722 MyTable
23723 \begin_inset Newline newline
23724 \end_inset
23725
23726
23727 \begin_inset Phantom HPhantom
23728 status open
23729
23730 \begin_layout Plain Layout
23731
23732 \series bold
23733 \begin_inset space ~
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \backslash
23743 let
23744 \backslash
23745 endtable
23746 \backslash
23747 MyEndtable
23748 \end_layout
23749
23750 \begin_layout Standard
23751
23752 \series bold
23753
23754 \backslash
23755 newcommand{
23756 \backslash
23757 FigBesBeg}{%
23758 \begin_inset Newline newline
23759 \end_inset
23760
23761
23762 \begin_inset Phantom HPhantom
23763 status open
23764
23765 \begin_layout Plain Layout
23766
23767 \series bold
23768 \begin_inset space ~
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775
23776
23777 \backslash
23778 let
23779 \backslash
23780 MyFigure
23781 \backslash
23782 figure
23783 \begin_inset Newline newline
23784 \end_inset
23785
23786
23787 \begin_inset Phantom HPhantom
23788 status open
23789
23790 \begin_layout Plain Layout
23791
23792 \series bold
23793 \begin_inset space ~
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800
23801
23802 \backslash
23803 let
23804 \backslash
23805 MyEndfigure
23806 \backslash
23807 endfigure
23808 \begin_inset Newline newline
23809 \end_inset
23810
23811
23812 \begin_inset Phantom HPhantom
23813 status open
23814
23815 \begin_layout Plain Layout
23816
23817 \series bold
23818 \begin_inset space ~
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \end_inset
23825
23826
23827 \backslash
23828 renewenvironment{figure}{
23829 \backslash
23830 begin{SCfigure}}{
23831 \backslash
23832 end{SCfigure}}}
23833 \end_layout
23834
23835 \begin_layout Standard
23836
23837 \series bold
23838
23839 \backslash
23840 newcommand{
23841 \backslash
23842 FigBesEnd}{%
23843 \begin_inset Newline newline
23844 \end_inset
23845
23846
23847 \begin_inset Phantom HPhantom
23848 status open
23849
23850 \begin_layout Plain Layout
23851
23852 \series bold
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 figure
23866 \backslash
23867 MyFigure
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
23877 \series bold
23878 \begin_inset space ~
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \backslash
23888 let
23889 \backslash
23890 endfigure
23891 \backslash
23892 MyEndfigure}
23893 \end_layout
23894
23895 \begin_layout Standard
23896 \noindent
23897 \begin_inset CommandInset line
23898 LatexCommand rule
23899 offset "0.5ex"
23900 width "100line%"
23901 height "1pt"
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Standard
23909 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23910 ungen seitlich gedruckt werden.
23911  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23912 \end_layout
23913
23914 \begin_layout Standard
23915
23916 \series bold
23917
23918 \backslash
23919 FigBesBeg
23920 \end_layout
23921
23922 \begin_layout Standard
23923 als TeX-Code vor und
23924 \end_layout
23925
23926 \begin_layout Standard
23927
23928 \series bold
23929
23930 \backslash
23931 FigBesEnd
23932 \end_layout
23933
23934 \begin_layout Standard
23935 hinter das Gleitobjekt.
23936  Bei Gleitobjekt-Tabellen heißen die Befehle
23937 \end_layout
23938
23939 \begin_layout Standard
23940
23941 \series bold
23942
23943 \backslash
23944 TabBesBeg
23945 \series default
23946  und 
23947 \series bold
23948
23949 \backslash
23950 TabBesEnd
23951 \series default
23952 .
23953 \end_layout
23954
23955 \begin_layout Standard
23956 Abbildung
23957 \begin_inset space ~
23958 \end_inset
23959
23960
23961 \begin_inset CommandInset ref
23962 LatexCommand ref
23963 reference "abb:Beschriftung-neben"
23964
23965 \end_inset
23966
23967  und Tabelle
23968 \begin_inset space ~
23969 \end_inset
23970
23971
23972 \begin_inset CommandInset ref
23973 LatexCommand ref
23974 reference "tab:cap-beside-tab"
23975
23976 \end_inset
23977
23978  sind Beispiele für seitliche Beschriftungen.
23979 \end_layout
23980
23981 \begin_layout Standard
23982 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23983  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23984  der Abbildung.
23985  Das kann man mit dem Befehl
23986 \end_layout
23987
23988 \begin_layout Standard
23989
23990 \series bold
23991
23992 \backslash
23993 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
23994 \end_layout
23995
23996 \begin_layout Standard
23997 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
23998  Der Gleitobjekt-Typ ist entweder 
23999 \family sans
24000 figure
24001 \family default
24002  oder 
24003 \family sans
24004 table
24005 \family default
24006 , die
24007 \family sans
24008  
24009 \family default
24010 Platzierung ist 
24011 \family typewriter
24012 t
24013 \family default
24014  für oben, 
24015 \family typewriter
24016 c
24017 \family default
24018  für zentriert oder 
24019 \family typewriter
24020 b
24021 \family default
24022  für unten.
24023  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24024  lautet der Befehl
24025 \end_layout
24026
24027 \begin_layout Standard
24028
24029 \series bold
24030
24031 \backslash
24032 sidecaptionvpos{figure}{c}
24033 \end_layout
24034
24035 \begin_layout Standard
24036 Das wurde in Abbildung
24037 \begin_inset space ~
24038 \end_inset
24039
24040
24041 \begin_inset CommandInset ref
24042 LatexCommand ref
24043 reference "abb:cap-beside-fig-2"
24044
24045 \end_inset
24046
24047  benutzt.
24048 \end_layout
24049
24050 \begin_layout Standard
24051 \begin_inset VSpace medskip
24052 \end_inset
24053
24054 Weitere Informationen über das Paket
24055 \series bold
24056  sidecap
24057 \series default
24058  finden Sie in seiner Dokumentation 
24059 \begin_inset CommandInset citation
24060 LatexCommand cite
24061 key "sidecap"
24062
24063 \end_inset
24064
24065 .
24066 \end_layout
24067
24068 \begin_layout Standard
24069 \begin_inset Note Greyedout
24070 status open
24071
24072 \begin_layout Plain Layout
24073
24074 \series bold
24075 Bemerkung:
24076 \series default
24077  Das LaTeX-Paket 
24078 \series bold
24079 hypcap
24080 \series default
24081 ,
24082 \begin_inset Index idx
24083 status collapsed
24084
24085 \begin_layout Plain Layout
24086 LaTeX-Pakete ! hypcap
24087 \end_layout
24088
24089 \end_inset
24090
24091  das in Abschnitt
24092 \begin_inset space ~
24093 \end_inset
24094
24095
24096 \begin_inset CommandInset ref
24097 LatexCommand ref
24098 reference "uab:Querverweis-Position"
24099
24100 \end_inset
24101
24102  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24103  Beschriftungen.
24104 \end_layout
24105
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \begin_layout Standard
24112 \begin_inset ERT
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116
24117
24118 \backslash
24119 FigBesBeg 
24120 \end_layout
24121
24122 \end_inset
24123
24124
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset Float figure
24129 wide false
24130 sideways false
24131 status open
24132
24133 \begin_layout Plain Layout
24134 \begin_inset Graphics
24135         filename ../clipart/escher-lsd.eps
24136         scale 75
24137         scaleBeforeRotation
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Plain Layout
24145 \begin_inset Caption
24146
24147 \begin_layout Plain Layout
24148 \begin_inset CommandInset label
24149 LatexCommand label
24150 name "abb:Beschriftung-neben"
24151
24152 \end_inset
24153
24154 Dies ist eine Beschriftung neben einer Abbildung.
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163
24164
24165 \end_layout
24166
24167 \begin_layout Standard
24168 \begin_inset ERT
24169 status collapsed
24170
24171 \begin_layout Plain Layout
24172
24173
24174 \backslash
24175 TabBesBeg 
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \begin_layout Standard
24184 \begin_inset Float table
24185 wide false
24186 sideways false
24187 status open
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Caption
24191
24192 \begin_layout Plain Layout
24193 \begin_inset CommandInset label
24194 LatexCommand label
24195 name "tab:cap-beside-tab"
24196
24197 \end_inset
24198
24199 Dies ist eine Beschriftung neben einer Tabelle.
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Tabular
24209 <lyxtabular version="3" rows="4" columns="5">
24210 <features tabularvalignment="middle">
24211 <column alignment="center" valignment="top" width="0">
24212 <column alignment="center" valignment="top" width="0">
24213 <column alignment="center" valignment="top" width="0">
24214 <column alignment="center" valignment="top" width="0">
24215 <column alignment="center" valignment="top" width="0">
24216 <row>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221 a
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 b
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 c
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 </row>
24263 <row>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277 d
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 e
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 f
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 g
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351 h
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 i
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 j
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 </lyxtabular>
24405
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \begin_layout Standard
24417 \begin_inset ERT
24418 status collapsed
24419
24420 \begin_layout Plain Layout
24421
24422
24423 \backslash
24424 TabBesEnd
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset ERT
24434 status collapsed
24435
24436 \begin_layout Plain Layout
24437
24438
24439 \backslash
24440 sidecaptionvpos{figure}{c}
24441 \end_layout
24442
24443 \end_inset
24444
24445
24446 \begin_inset Float figure
24447 wide false
24448 sideways false
24449 status open
24450
24451 \begin_layout Plain Layout
24452 \begin_inset Graphics
24453         filename ../clipart/escher-lsd.eps
24454         scale 75
24455         scaleBeforeRotation
24456
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \begin_layout Plain Layout
24463 \begin_inset Caption
24464
24465 \begin_layout Plain Layout
24466 \begin_inset CommandInset label
24467 LatexCommand label
24468 name "abb:cap-beside-fig-2"
24469
24470 \end_inset
24471
24472 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 \begin_inset ERT
24487 status collapsed
24488
24489 \begin_layout Plain Layout
24490
24491
24492 \backslash
24493 FigBesEnd
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \begin_layout Standard
24502 \begin_inset ERT
24503 status collapsed
24504
24505 \begin_layout Plain Layout
24506
24507
24508 \backslash
24509 else
24510 \end_layout
24511
24512 \end_inset
24513
24514
24515 \begin_inset Note Note
24516 status open
24517
24518 \begin_layout Plain Layout
24519 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24520 \series bold
24521 sidecap
24522 \series default
24523  nicht installiert ist:
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 Das LaTeX-Paket 
24533 \series bold
24534 sidecap
24535 \series default
24536  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24537 \end_layout
24538
24539 \begin_layout Standard
24540 \begin_inset ERT
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544
24545
24546 \backslash
24547 fi
24548 \end_layout
24549
24550 \end_inset
24551
24552
24553 \end_layout
24554
24555 \begin_layout Section
24556 Gleitobjekt-Verzeichnisse
24557 \begin_inset Index idx
24558 status collapsed
24559
24560 \begin_layout Plain Layout
24561 Gleitobjekte ! Verzeichnisse
24562 \end_layout
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24571  Sie können mit den Untermenüs von 
24572 \family sans
24573 Einfügen\SpecialChar \menuseparator
24574 Liste
24575 \begin_inset space ~
24576 \end_inset
24577
24578 /
24579 \begin_inset space ~
24580 \end_inset
24581
24582 Inhaltsverzeichnis
24583 \family default
24584  eingefügt werden.
24585 \end_layout
24586
24587 \begin_layout Standard
24588 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24589  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24590 \end_layout
24591
24592 \begin_layout Standard
24593 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24594  und ein Tabellen-Verzeichnis.
24595 \end_layout
24596
24597 \begin_layout Chapter
24598 Notizen
24599 \end_layout
24600
24601 \begin_layout Section
24602 LyX-Notizen
24603 \begin_inset Index idx
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607 Notizen ! LyX-Notizen
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 Notizen werden mit einem Klick auf 
24617 \begin_inset Graphics
24618         filename ../../images/note-insert.png
24619         scale 85
24620         scaleBeforeRotation
24621
24622 \end_inset
24623
24624  oder 
24625 \family sans
24626 Einfügen\SpecialChar \menuseparator
24627 Notiz
24628 \family default
24629  eingefügt.
24630  Es gibt drei Arten:
24631 \end_layout
24632
24633 \begin_layout Description
24634 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24635  Eine 
24636 \family sans
24637 LyX-Notiz
24638 \family default
24639  sieht so aus:
24640 \begin_inset Newline newline
24641 \end_inset
24642
24643
24644 \begin_inset Newline newline
24645 \end_inset
24646
24647
24648 \begin_inset Graphics
24649         filename clipart/LyXNotizQt4.png
24650         display false
24651         scale 60
24652         scaleBeforeRotation
24653
24654 \end_inset
24655
24656  
24657 \begin_inset Note Note
24658 status open
24659
24660 \begin_layout Plain Layout
24661 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \begin_layout Description
24670 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24671  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24672 \family sans
24673 Datei\SpecialChar \menuseparator
24674 Ex\SpecialChar \-
24675 por\SpecialChar \-
24676 tie\SpecialChar \-
24677 ren\SpecialChar \menuseparator
24678 LaTe
24679 \begin_inset ERT
24680 status collapsed
24681
24682 \begin_layout Plain Layout
24683
24684 {}
24685 \end_layout
24686
24687 \end_inset
24688
24689 X (pdflatex) / (normal)
24690 \family default
24691 .
24692  Ein Kommentar sieht so aus:
24693 \begin_inset Newline newline
24694 \end_inset
24695
24696
24697 \begin_inset Newline newline
24698 \end_inset
24699
24700
24701 \begin_inset Graphics
24702         filename clipart/KommentarQt4.png
24703         display false
24704         scale 60
24705         scaleBeforeRotation
24706
24707 \end_inset
24708
24709  
24710 \begin_inset Note Comment
24711 status open
24712
24713 \begin_layout Plain Layout
24714 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Description
24723 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24724 \begin_inset Newline newline
24725 \end_inset
24726
24727
24728 \begin_inset Newline newline
24729 \end_inset
24730
24731
24732 \begin_inset Graphics
24733         filename clipart/GrauschriftNotizQt4.png
24734         display false
24735         scale 60
24736         scaleBeforeRotation
24737
24738 \end_inset
24739
24740
24741 \begin_inset Newline newline
24742 \end_inset
24743
24744
24745 \begin_inset ERT
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749
24750
24751 \backslash
24752 renewenvironment{lyxgreyedout}
24753 \end_layout
24754
24755 \begin_layout Plain Layout
24756
24757 {
24758 \backslash
24759 textcolor[gray]{0.4}
24760 \backslash
24761 bgroup}{
24762 \backslash
24763 egroup}
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \begin_inset Note Greyedout
24770 status open
24771
24772 \begin_layout Plain Layout
24773 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24774 \begin_inset Foot
24775 status open
24776
24777 \begin_layout Plain Layout
24778 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \end_inset
24787
24788
24789 \begin_inset ERT
24790 status collapsed
24791
24792 \begin_layout Plain Layout
24793
24794
24795 \backslash
24796 renewenvironment{lyxgreyedout}
24797 \end_layout
24798
24799 \begin_layout Plain Layout
24800
24801 {
24802 \backslash
24803 textcolor{blue}
24804 \backslash
24805 bgroup}{
24806 \backslash
24807 egroup}
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \begin_inset Note Note
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24818  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24819  
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \begin_inset Newline newline
24826 \end_inset
24827
24828
24829 \begin_inset Newline newline
24830 \end_inset
24831
24832 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24833  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \begin_inset VSpace bigskip
24838 \end_inset
24839
24840 Wenn Sie auf den Werkzeugleistenknopf 
24841 \begin_inset Graphics
24842         filename ../../images/note-insert.png
24843         scale 85
24844         scaleBeforeRotation
24845
24846 \end_inset
24847
24848  klicken, wird zunächst eine 
24849 \family sans
24850 LyX-Notiz
24851 \family default
24852  eingefügt.
24853  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24854  anderen Möglichkeiten auswählen.
24855  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24856  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24857  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24858  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24859  am Ende der Notiz ist.
24860 \end_layout
24861
24862 \begin_layout Standard
24863 \begin_inset VSpace bigskip
24864 \end_inset
24865
24866 Die Textfarbe von Grauschrift-Boxen kann im Menü 
24867 \family sans
24868 Dokument\SpecialChar \menuseparator
24869 Einstellungen\SpecialChar \menuseparator
24870 Farben
24871 \family default
24872  geändert werden.
24873 \end_layout
24874
24875 \begin_layout Section
24876 Fußnoten
24877 \begin_inset CommandInset label
24878 LatexCommand label
24879 name "abs:Fußnoten"
24880
24881 \end_inset
24882
24883
24884 \begin_inset Index idx
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 Notizen ! Fußnoten
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset Index idx
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898 Fußnoten
24899 \end_layout
24900
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Zu dem, was bereits im 
24908 \emph on
24909 Benutzerhandbuch
24910 \emph default
24911  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24912  Eine Fußnotenbox sieht folgendermaßen aus: 
24913 \begin_inset Graphics
24914         filename clipart/FussnoteQt4.png
24915         scale 80
24916         scaleBeforeRotation
24917
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \begin_layout Standard
24924 Hier ist eine Beispielfußnote:
24925 \color black
24926
24927 \begin_inset Foot
24928 status open
24929
24930 \begin_layout Plain Layout
24931 \begin_inset CommandInset label
24932 LatexCommand label
24933 name "fuss:Fußnoten-Beispiel"
24934
24935 \end_inset
24936
24937 Dies ist eine Fußnote.
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \color inherit
24944
24945 \begin_inset ERT
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949
24950
24951 \backslash
24952 newcounter{MyRepeatFoot}
24953 \end_layout
24954
24955 \begin_layout Plain Layout
24956
24957
24958 \backslash
24959 setcounter{MyRepeatFoot}{
24960 \backslash
24961 thefootnote}
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Standard
24970 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
24971  wurde, eine hochgestellte Zahl.
24972  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
24973  hochgestellt dem Text vorangeht.
24974  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
24975  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
24976  werden.
24977 \end_layout
24978
24979 \begin_layout Standard
24980 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
24981  der Fußnote eine Marke eingefügt wurde.
24982  Dies ist ein Querverweis auf Fußnote
24983 \begin_inset space ~
24984 \end_inset
24985
24986
24987 \begin_inset CommandInset ref
24988 LatexCommand ref
24989 reference "fuss:Fußnoten-Beispiel"
24990
24991 \end_inset
24992
24993 .
24994 \end_layout
24995
24996 \begin_layout Standard
24997 \begin_inset VSpace defskip
24998 \end_inset
24999
25000 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25001  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25002  wird der Befehl 
25003 \series bold
25004
25005 \backslash
25006 footnotemark{}
25007 \series default
25008  als TeX-Code eingefügt.
25009  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25010 \series bold
25011
25012 \backslash
25013 footnotetext
25014 \series default
25015  nach der Tabelle eingegeben.
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25020 \end_layout
25021
25022 \begin_layout Standard
25023
25024 \series bold
25025
25026 \backslash
25027 footnotetext{
25028 \series default
25029 Gedruckte Tabellenfußnote.
25030 \series bold
25031 }
25032 \end_layout
25033
25034 \begin_layout Standard
25035 \begin_inset Tabular
25036 <lyxtabular version="3" rows="2" columns="1">
25037 <features tabularvalignment="middle">
25038 <column alignment="center" valignment="top" width="0">
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 Dies ist ein Beispieltext.
25045 \begin_inset Foot
25046 status open
25047
25048 \begin_layout Plain Layout
25049 Diese Fußnote wird nicht gedruckt!
25050 \end_layout
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 </row>
25060 <row>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Dies ist ein Beispieltext.
25066 \begin_inset ERT
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070
25071
25072 \backslash
25073 footnotemark{}
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 </row>
25084 </lyxtabular>
25085
25086 \end_inset
25087
25088
25089 \begin_inset ERT
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093
25094
25095 \backslash
25096 footnotetext{
25097 \end_layout
25098
25099 \end_inset
25100
25101 Gedruckte Tabellenfußnote.
25102 \begin_inset ERT
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106
25107 }
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 Fußnoten in langen Tabellen sind in Abschnitt
25117 \begin_inset space ~
25118 \end_inset
25119
25120
25121 \begin_inset CommandInset ref
25122 LatexCommand ref
25123 reference "uab:Fußnoten-in-langen"
25124
25125 \end_inset
25126
25127  beschrieben.
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25132  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25133  innerhalb einer Seite ist.
25134  (Mehr über Minipages ist in Abschnitt
25135 \begin_inset space ~
25136 \end_inset
25137
25138
25139 \begin_inset CommandInset ref
25140 LatexCommand ref
25141 reference "abs:Minipage"
25142
25143 \end_inset
25144
25145  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25146  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25147  Methode mit 
25148 \series bold
25149
25150 \backslash
25151 footnotemark{}
25152 \series default
25153  und 
25154 \series bold
25155
25156 \backslash
25157 footnotetext
25158 \series default
25159 .
25160 \end_layout
25161
25162 \begin_layout Standard
25163 \begin_inset Box Frameless
25164 position "t"
25165 hor_pos "c"
25166 has_inner_box 1
25167 inner_pos "t"
25168 use_parbox 0
25169 use_makebox 0
25170 width "100col%"
25171 special "none"
25172 height "1in"
25173 height_special "totalheight"
25174 status open
25175
25176 \begin_layout Plain Layout
25177 Dies ist ein Beispieltext.in einer Minipage.
25178 \begin_inset Foot
25179 status open
25180
25181 \begin_layout Plain Layout
25182 Fußnote in einer Minipage.
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \end_layout
25189
25190 \begin_layout Plain Layout
25191 Dies ist ein Beispieltext.
25192  in einer Minipage.
25193 \begin_inset ERT
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197
25198
25199 \backslash
25200 footnotemark{}
25201 \end_layout
25202
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \begin_layout Standard
25214 \begin_inset ERT
25215 status collapsed
25216
25217 \begin_layout Plain Layout
25218
25219
25220 \backslash
25221 footnotetext{
25222 \end_layout
25223
25224 \end_inset
25225
25226 Fußnote außerhalb der Minipage.
25227 \begin_inset ERT
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231
25232 }
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset VSpace defskip
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Standard
25248 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25249  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25250 \series bold
25251
25252 \backslash
25253 footnotemark[Nummer]
25254 \series default
25255 .
25256 \begin_inset Newline newline
25257 \end_inset
25258
25259 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25260  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25261  Hinter Fußnote
25262 \begin_inset space ~
25263 \end_inset
25264
25265
25266 \begin_inset CommandInset ref
25267 LatexCommand ref
25268 reference "fuss:Fußnoten-Beispiel"
25269
25270 \end_inset
25271
25272  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25273 \end_layout
25274
25275 \begin_layout Standard
25276
25277 \series bold
25278
25279 \backslash
25280 newcounter{MyRepeatFoot}
25281 \begin_inset Newline newline
25282 \end_inset
25283
25284
25285 \backslash
25286 setcounter{MyRepeatFoot}{
25287 \backslash
25288 thefootnote}
25289 \end_layout
25290
25291 \begin_layout Standard
25292 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25293 \end_layout
25294
25295 \begin_layout Standard
25296
25297 \series bold
25298
25299 \backslash
25300 footnotemark[
25301 \backslash
25302 theMyRepeatFoot]
25303 \end_layout
25304
25305 \begin_layout Standard
25306 Hier ist eine wiederholte Fußnote:
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 footnotemark[
25315 \backslash
25316 theMyRepeatFoot]
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \begin_layout Standard
25325 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25326  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25327 \end_layout
25328
25329 \begin_layout Standard
25330
25331 \series bold
25332
25333 \backslash
25334 footnotemark[
25335 \backslash
25336 thefootnote]
25337 \end_layout
25338
25339 \begin_layout Standard
25340 Hier ist eine weitere wiederholte Fußnote:
25341 \begin_inset ERT
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345
25346
25347 \backslash
25348 footnotemark[
25349 \backslash
25350 thefootnote]
25351 \end_layout
25352
25353 \end_inset
25354
25355
25356 \end_layout
25357
25358 \begin_layout Subsection
25359 Fußnoten-Nummerierung
25360 \begin_inset CommandInset label
25361 LatexCommand label
25362 name "uab:Fußnoten-Nummerierung"
25363
25364 \end_inset
25365
25366
25367 \begin_inset Index idx
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371 Fußnoten ! Nummerierung
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \end_layout
25378
25379 \begin_layout Standard
25380 Um Fußnoten nach jedem Abschnitt
25381 \family roman
25382  auf 1 zurückzusetzen, 
25383 \family default
25384 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25385 \end_layout
25386
25387 \begin_layout Standard
25388
25389 \series bold
25390
25391 \backslash
25392 @addtoreset{footnote}{section}
25393 \end_layout
25394
25395 \begin_layout Standard
25396 \begin_inset VSpace bigskip
25397 \end_inset
25398
25399 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25400  Zahlen:
25401 \end_layout
25402
25403 \begin_layout Standard
25404
25405 \series bold
25406
25407 \backslash
25408 renewcommand{
25409 \backslash
25410 thefootnote}{
25411 \backslash
25412 roman{footnote}}
25413 \end_layout
25414
25415 \begin_layout Standard
25416 \begin_inset ERT
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420
25421
25422 \backslash
25423 renewcommand{
25424 \backslash
25425 thefootnote}{
25426 \backslash
25427 roman{footnote}}
25428 \end_layout
25429
25430 \end_inset
25431
25432  Hier ist ein Beispiel für solch eine Fußnote:
25433 \begin_inset Foot
25434 status open
25435
25436 \begin_layout Plain Layout
25437 Dies ist eine Fußnote mit kleinen römischen Zahlen
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25447  in obigem Befehl 
25448 \series bold
25449
25450 \backslash
25451 roman
25452 \series default
25453  durch 
25454 \series bold
25455
25456 \backslash
25457 Roman
25458 \series default
25459 .
25460  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25461 \begin_inset Quotes gld
25462 \end_inset
25463
25464 nummerieren
25465 \begin_inset Quotes grd
25466 \end_inset
25467
25468 , verwenden Sie die Befehle 
25469 \series bold
25470
25471 \backslash
25472 Alph
25473 \series default
25474  oder 
25475 \series bold
25476
25477 \backslash
25478 alph
25479 \series default
25480 .
25481  Für die 
25482 \begin_inset Quotes gld
25483 \end_inset
25484
25485 Nummerierung
25486 \begin_inset Quotes grd
25487 \end_inset
25488
25489  mit Symbolen steht der Befehl 
25490 \series bold
25491
25492 \backslash
25493 fnsymbol
25494 \series default
25495  zur Verfügung.
25496 \end_layout
25497
25498 \begin_layout Standard
25499 \begin_inset Note Greyedout
25500 status open
25501
25502 \begin_layout Plain Layout
25503
25504 \series bold
25505 Bemerkung 1:
25506 \series default
25507  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25508  
25509 \emph on
25510 ein
25511 \emph default
25512  Buchstabe verwendet wird.
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \begin_inset Newline newline
25519 \end_inset
25520
25521
25522 \begin_inset Note Greyedout
25523 status open
25524
25525 \begin_layout Plain Layout
25526
25527 \series bold
25528 Bemerkung 2:
25529 \series default
25530  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25540 \series bold
25541
25542 \backslash
25543 arabic
25544 \series default
25545  anstelle von 
25546 \series bold
25547
25548 \backslash
25549 roman
25550 \series default
25551  in obigem Befehl.
25552 \begin_inset ERT
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556
25557
25558 \backslash
25559 renewcommand{
25560 \backslash
25561 thefootnote}{
25562 \backslash
25563 arabic{footnote}}
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \begin_layout Standard
25572 \begin_inset VSpace bigskip
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \begin_layout Standard
25579 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25580 \begin_inset Quotes gld
25581 \end_inset
25582
25583 Kapitel.Fußnote
25584 \begin_inset Quotes grd
25585 \end_inset
25586
25587  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25588 \end_layout
25589
25590 \begin_layout Standard
25591
25592 \series bold
25593
25594 \backslash
25595 numberwithin{footnote}{chapter}
25596 \end_layout
25597
25598 \begin_layout Standard
25599 Um 
25600 \series bold
25601
25602 \backslash
25603 numberwithin
25604 \series default
25605  benutzen zu können, muss in den 
25606 \family sans
25607 Mathe
25608 \begin_inset space ~
25609 \end_inset
25610
25611 Optionen
25612 \family default
25613  der 
25614 \family sans
25615 Dokument-Einstellungen
25616 \family default
25617  
25618 \family sans
25619 AMS
25620 \begin_inset space ~
25621 \end_inset
25622
25623 Mathe
25624 \begin_inset space ~
25625 \end_inset
25626
25627 Paket
25628 \family default
25629
25630 \begin_inset space ~
25631 \end_inset
25632
25633
25634 \family sans
25635 verwenden
25636 \family default
25637  angekreuzt sein.
25638 \begin_inset ERT
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642
25643
25644 \backslash
25645 numberwithin{footnote}{chapter}
25646 \end_layout
25647
25648 \end_inset
25649
25650  Hier ist ein Beispiel für solch eine Fußnote.
25651 \series bold
25652
25653 \begin_inset Foot
25654 status open
25655
25656 \begin_layout Plain Layout
25657 Dies ist eine Fußnote nach dem Schema 
25658 \begin_inset Quotes gld
25659 \end_inset
25660
25661 Kapitel.Fußnote
25662 \begin_inset Quotes grd
25663 \end_inset
25664
25665 .
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \series default
25672
25673 \begin_inset ERT
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677
25678
25679 \backslash
25680 renewcommand{
25681 \backslash
25682 thefootnote}{
25683 \backslash
25684 arabic{footnote}}
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \begin_layout Standard
25693 \begin_inset Note Greyedout
25694 status open
25695
25696 \begin_layout Plain Layout
25697
25698 \series bold
25699 Bemerkung:
25700 \series default
25701  
25702 \series bold
25703
25704 \backslash
25705 numberwithin
25706 \series default
25707  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25708  werden überschrieben.
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Um also z.
25718 \begin_inset space \thinspace{}
25719 \end_inset
25720
25721 B.
25722  das Schema 
25723 \begin_inset Quotes gld
25724 \end_inset
25725
25726 Kapitel.
25727 \backslash
25728 Roman{footnote}
25729 \begin_inset Quotes grd
25730 \end_inset
25731
25732  zu erhalten, muss dieser Befehl anstelle von 
25733 \series bold
25734
25735 \backslash
25736 numberwithin
25737 \series default
25738  verwendet werden:
25739 \end_layout
25740
25741 \begin_layout Standard
25742
25743 \series bold
25744
25745 \backslash
25746 renewcommand{
25747 \backslash
25748 thefootnote}{
25749 \backslash
25750 thechapter.
25751 \backslash
25752 Roman{footnote}}
25753 \end_layout
25754
25755 \begin_layout Subsection
25756 Fußnoten-Platzierung
25757 \begin_inset Index idx
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 Fußnoten ! Platzierung
25762 \end_layout
25763
25764 \end_inset
25765
25766
25767 \end_layout
25768
25769 \begin_layout Standard
25770 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25771  ohne Zwischenraum am Ende der Seite gedruckt.
25772  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25773  LaTeX-Vorspann 1.5
25774 \begin_inset space \thinspace{}
25775 \end_inset
25776
25777 mm Zwischenraum einfügen:
25778 \end_layout
25779
25780 \begin_layout Standard
25781
25782 \series bold
25783
25784 \backslash
25785 let
25786 \backslash
25787 myFoot
25788 \backslash
25789 footnote
25790 \begin_inset Newline newline
25791 \end_inset
25792
25793
25794 \backslash
25795 renewcommand{
25796 \backslash
25797 footnote}[1]{
25798 \backslash
25799 myFoot{#1
25800 \backslash
25801 vspace{1.5mm}}}
25802 \end_layout
25803
25804 \begin_layout Standard
25805 \begin_inset VSpace bigskip
25806 \end_inset
25807
25808 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25809  Spalte gedruckt, Abbildung
25810 \begin_inset space ~
25811 \end_inset
25812
25813
25814 \begin_inset CommandInset ref
25815 LatexCommand ref
25816 reference "abb:Standard-Fußnoten-Platzierung-in"
25817
25818 \end_inset
25819
25820 .
25821  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25822  in Abbildung
25823 \begin_inset space ~
25824 \end_inset
25825
25826
25827 \begin_inset CommandInset ref
25828 LatexCommand ref
25829 reference "abb:Fußnoten-Platzierung-in-einem"
25830
25831 \end_inset
25832
25833 , müssen Sie das LaTeX-Paket 
25834 \series bold
25835 ftnright
25836 \series default
25837
25838 \begin_inset Index idx
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842 LaTeX-Pakete ! ftnright
25843 \end_layout
25844
25845 \end_inset
25846
25847  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25848 \end_layout
25849
25850 \begin_layout Standard
25851
25852 \series bold
25853
25854 \backslash
25855 usepackage{ftnright}
25856 \end_layout
25857
25858 \begin_layout Standard
25859 \begin_inset Float figure
25860 placement !h
25861 wide false
25862 sideways false
25863 status open
25864
25865 \begin_layout Plain Layout
25866 \begin_inset ERT
25867 status collapsed
25868
25869 \begin_layout Plain Layout
25870
25871
25872 \backslash
25873 framebox{
25874 \end_layout
25875
25876 \end_inset
25877
25878
25879 \begin_inset Graphics
25880         filename ../clipart/without_fntright.pdf
25881         width 100col%
25882         scaleBeforeRotation
25883
25884 \end_inset
25885
25886
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892 }
25893 \end_layout
25894
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \begin_layout Plain Layout
25901 \begin_inset Caption
25902
25903 \begin_layout Plain Layout
25904 \begin_inset CommandInset label
25905 LatexCommand label
25906 name "abb:Standard-Fußnoten-Platzierung-in"
25907
25908 \end_inset
25909
25910 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25911 \begin_inset Argument
25912 status open
25913
25914 \begin_layout Plain Layout
25915 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25916 \end_layout
25917
25918 \end_inset
25919
25920
25921 \end_layout
25922
25923 \end_inset
25924
25925
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 \begin_inset Float figure
25935 placement !h
25936 wide false
25937 sideways false
25938 status open
25939
25940 \begin_layout Plain Layout
25941 \begin_inset ERT
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945
25946
25947 \backslash
25948 framebox{
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \begin_inset Graphics
25955         filename ../clipart/with_fntright.pdf
25956         width 100col%
25957         scaleBeforeRotation
25958
25959 \end_inset
25960
25961
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967 }
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Plain Layout
25976 \begin_inset Caption
25977
25978 \begin_layout Plain Layout
25979 \begin_inset CommandInset label
25980 LatexCommand label
25981 name "abb:Fußnoten-Platzierung-in-einem"
25982
25983 \end_inset
25984
25985 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
25986  
25987 \series bold
25988 ftnright
25989 \series default
25990 .
25991 \begin_inset Argument
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995 Fußnoten-Platzierung mit 
25996 \family typewriter
25997 ftnright
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Standard
26016 \begin_inset VSpace bigskip
26017 \end_inset
26018
26019 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26020  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26021 \begin_inset space ~
26022 \end_inset
26023
26024
26025 \begin_inset CommandInset ref
26026 LatexCommand ref
26027 reference "abb:endnotes"
26028
26029 \end_inset
26030
26031  gedruckt.
26032  Man nennt sie dann 
26033 \begin_inset Quotes gld
26034 \end_inset
26035
26036 Endnoten
26037 \begin_inset Quotes grd
26038 \end_inset
26039
26040 .
26041 \begin_inset Index idx
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045 Endnoten
26046 \end_layout
26047
26048 \end_inset
26049
26050  Um das zu erreichen, laden Sie im Menü 
26051 \family sans
26052 Dokument\SpecialChar \menuseparator
26053 Einstellungen\SpecialChar \menuseparator
26054 Module 
26055 \family default
26056 das Modul 
26057 \family sans
26058 Fußnote
26059 \begin_inset space ~
26060 \end_inset
26061
26062 als
26063 \begin_inset space ~
26064 \end_inset
26065
26066 Endnote
26067 \family default
26068 .
26069  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26070 \end_layout
26071
26072 \begin_layout Standard
26073
26074 \series bold
26075
26076 \backslash
26077 theendnotes
26078 \end_layout
26079
26080 \begin_layout Standard
26081 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26082 \end_layout
26083
26084 \begin_layout Standard
26085 \begin_inset Float figure
26086 wide false
26087 sideways false
26088 status open
26089
26090 \begin_layout Plain Layout
26091 \align center
26092 \begin_inset ERT
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096
26097
26098 \backslash
26099 framebox{
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \begin_inset Graphics
26106         filename ../clipart/endnotes.pdf
26107         scaleBeforeRotation
26108
26109 \end_inset
26110
26111
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117 }
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \begin_layout Plain Layout
26126 \begin_inset Caption
26127
26128 \begin_layout Plain Layout
26129 \begin_inset CommandInset label
26130 LatexCommand label
26131 name "abb:endnotes"
26132
26133 \end_inset
26134
26135
26136 \series bold
26137 endnotes
26138 \series default
26139  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26140  gedruckt.
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \end_inset
26149
26150
26151 \end_layout
26152
26153 \begin_layout Standard
26154 \begin_inset VSpace medskip
26155 \end_inset
26156
26157 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26158 ache übersetzt.
26159  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26160 \begin_inset Quotes gld
26161 \end_inset
26162
26163 Notes
26164 \begin_inset Quotes grd
26165 \end_inset
26166
26167  in 
26168 \begin_inset Quotes gld
26169 \end_inset
26170
26171 Anmerkungen
26172 \begin_inset Quotes grd
26173 \end_inset
26174
26175 :
26176 \end_layout
26177
26178 \begin_layout Standard
26179
26180 \series bold
26181
26182 \backslash
26183 renewcommand{
26184 \backslash
26185 notesname}{Anmerkungen}
26186 \end_layout
26187
26188 \begin_layout Standard
26189 \begin_inset VSpace medskip
26190 \end_inset
26191
26192 Wenn Sie in den Befehlen von Abschnitt
26193 \begin_inset space ~
26194 \end_inset
26195
26196
26197 \begin_inset CommandInset ref
26198 LatexCommand ref
26199 reference "uab:Fußnoten-Nummerierung"
26200
26201 \end_inset
26202
26203  
26204 \series bold
26205
26206 \backslash
26207 thefootnote
26208 \series default
26209  durch 
26210 \series bold
26211
26212 \backslash
26213 theendnote
26214 \series default
26215  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26216  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26217 \series bold
26218
26219 \backslash
26220 @addtoreset
26221 \series default
26222  wie in Abschnitt
26223 \begin_inset space \space{}
26224 \end_inset
26225
26226
26227 \begin_inset CommandInset ref
26228 LatexCommand ref
26229 reference "uab:Fußnoten-Nummerierung"
26230
26231 \end_inset
26232
26233  beschrieben und ersetzen 
26234 \series bold
26235 footnote
26236 \series default
26237  durch 
26238 \series bold
26239 endnote
26240 \series default
26241 .
26242 \end_layout
26243
26244 \begin_layout Standard
26245 Für Endnoten gibt es den Befehl 
26246 \series bold
26247
26248 \backslash
26249 endnotemark[Nummer]
26250 \series default
26251  analog zum Befehl 
26252 \series bold
26253
26254 \backslash
26255 footnotemark
26256 \series default
26257  der in Abschnitt
26258 \begin_inset space ~
26259 \end_inset
26260
26261
26262 \begin_inset CommandInset ref
26263 LatexCommand ref
26264 reference "abs:Fußnoten"
26265
26266 \end_inset
26267
26268  beschrieben ist.
26269 \end_layout
26270
26271 \begin_layout Standard
26272 \begin_inset VSpace bigskip
26273 \end_inset
26274
26275 Mit dem LaTeX-Paket 
26276 \series bold
26277 footmisc
26278 \series default
26279
26280 \begin_inset Index idx
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284 LaTeX-Pakete ! footmisc
26285 \end_layout
26286
26287 \end_inset
26288
26289  (
26290 \begin_inset CommandInset citation
26291 LatexCommand cite
26292 key "footmisc"
26293
26294 \end_inset
26295
26296 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26297 \end_layout
26298
26299 \begin_layout Standard
26300 In LaTeX-Büchern, 
26301 \begin_inset CommandInset citation
26302 LatexCommand cite
26303 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26304
26305 \end_inset
26306
26307 , finden Sie weiteres zu Fußnoten.
26308  Wenn Sie eine 
26309 \series bold
26310 KOMA-Script
26311 \series default
26312
26313 \begin_inset Index idx
26314 status collapsed
26315
26316 \begin_layout Plain Layout
26317 LaTeX-Pakete ! KOMA-Script
26318 \end_layout
26319
26320 \end_inset
26321
26322  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26323 zifische Befehle anpassen, siehe 
26324 \begin_inset CommandInset citation
26325 LatexCommand cite
26326 key "KOMA-Script"
26327
26328 \end_inset
26329
26330 .
26331 \end_layout
26332
26333 \begin_layout Section
26334 Randnotizen
26335 \begin_inset Index idx
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 Randnotizen
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \begin_inset Index idx
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349 Notizen ! Randnotizen
26350 \end_layout
26351
26352 \end_inset
26353
26354
26355 \end_layout
26356
26357 \begin_layout Standard
26358 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26359  Sie fügen sie mit einem Klick auf den Schalter 
26360 \begin_inset Graphics
26361         filename ../../images/marginalnote-insert.png
26362         scale 70
26363         scaleBeforeRotation
26364
26365 \end_inset
26366
26367  oder über 
26368 \family sans
26369 Einfügen\SpecialChar \menuseparator
26370 Randnotiz
26371 \family default
26372  ein.
26373  Ein graues Kästchen mit der Aufschrift 
26374 \begin_inset Quotes gld
26375 \end_inset
26376
26377 Rand
26378 \begin_inset Quotes grd
26379 \end_inset
26380
26381  erscheint
26382 \family roman
26383 \series medium
26384 , und dort, wo der Cursor steht, können Sie Text eingeben.
26385 \end_layout
26386
26387 \begin_layout Standard
26388 Hier am Rand sehen Sie eine Randnotiz.
26389  
26390 \begin_inset Marginal
26391 status open
26392
26393 \begin_layout Plain Layout
26394 Dies ist eine Randnotiz.
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Standard
26403 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26404  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26405  Seiten und rechts auf den ungeraden.
26406  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26407  wird und umgekehrt.
26408  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26409  wurde.
26410 \end_layout
26411
26412 \begin_layout Standard
26413 \begin_inset VSpace bigskip
26414 \end_inset
26415
26416 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26417 \end_layout
26418
26419 \begin_layout Standard
26420
26421 \series bold
26422
26423 \backslash
26424 reversemarginpar
26425 \end_layout
26426
26427 \begin_layout Standard
26428 als TeX-Code vor einer Randnotiz ein.
26429  Das gilt dann für alle folgenden Randnotizen.
26430  
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Plain Layout
26435
26436
26437 \backslash
26438 reversemarginpar 
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \begin_inset Marginal
26445 status open
26446
26447 \begin_layout Plain Layout
26448 Hier ist ein Beispiel im inneren Rand.
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \begin_inset Newline newline
26455 \end_inset
26456
26457
26458 \begin_inset Note Greyedout
26459 status open
26460
26461 \begin_layout Plain Layout
26462  
26463 \series bold
26464 Achtung:
26465 \series default
26466  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26467 \end_layout
26468
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \begin_layout Standard
26475 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26476 \end_layout
26477
26478 \begin_layout Standard
26479
26480 \series bold
26481
26482 \backslash
26483 normalmarginpar
26484 \end_layout
26485
26486 \begin_layout Standard
26487 als TeX-Code ein.
26488 \begin_inset ERT
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492
26493
26494 \backslash
26495 normalmarginpar 
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \begin_inset Note Greyedout
26505 status open
26506
26507 \begin_layout Plain Layout
26508
26509 \series bold
26510 Achtung:
26511 \series default
26512  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26513 \series bold
26514
26515 \backslash
26516 reversemarginpar
26517 \series default
26518  verwendet wird.
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Standard
26527 \begin_inset VSpace bigskip
26528 \end_inset
26529
26530
26531 \begin_inset Marginal
26532 status open
26533
26534 \begin_layout Plain Layout
26535
26536 \family roman
26537 \series medium
26538 EinSehrLangesWort am Anfang, das umgebrochen wird.
26539 \end_layout
26540
26541 \end_inset
26542
26543  Ähnlich wie in Abschnitt
26544 \begin_inset space ~
26545 \end_inset
26546
26547
26548 \begin_inset CommandInset ref
26549 LatexCommand ref
26550 reference "uab:Mehrfache-Zeilen-in"
26551
26552 \end_inset
26553
26554  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26555  Wort der Randnotiz sind.
26556  Um das zu vermeiden, fügen sie 0
26557 \begin_inset space \thinspace{}
26558 \end_inset
26559
26560 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26561 \begin_inset Marginal
26562 status open
26563
26564 \begin_layout Plain Layout
26565 \begin_inset space \hspace{}
26566 \length 0pt
26567 \end_inset
26568
26569
26570 \family roman
26571 \series medium
26572 EinSehrLangesWort am Anfang, das umgebrochen wird.
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 \begin_inset VSpace bigskip
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \begin_layout Standard
26588 \begin_inset Note Greyedout
26589 status open
26590
26591 \begin_layout Plain Layout
26592
26593 \series bold
26594 Bemerkung:
26595 \series default
26596  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26597  verwendet werden.
26598 \end_layout
26599
26600 \end_inset
26601
26602
26603 \end_layout
26604
26605 \begin_layout Standard
26606 \begin_inset VSpace bigskip
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Standard
26613 \begin_inset ERT
26614 status collapsed
26615
26616 \begin_layout Plain Layout
26617
26618
26619 \backslash
26620 ifmarginnote
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \begin_inset Note Note
26627 status open
26628
26629 \begin_layout Plain Layout
26630 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26631 \series bold
26632 marginnote
26633 \series default
26634  installiert ist.
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26644 \series bold
26645 marginnote
26646 \series default
26647
26648 \begin_inset Index idx
26649 status collapsed
26650
26651 \begin_layout Plain Layout
26652 LaTeX-Pakete ! marginnote
26653 \end_layout
26654
26655 \end_inset
26656
26657  verwendet wird.
26658  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26659  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26660  des Pakets 
26661 \series bold
26662 marginnote
26663 \series default
26664  für Randnotizen verwendet wird:
26665 \end_layout
26666
26667 \begin_layout Standard
26668
26669 \series bold
26670
26671 \backslash
26672 usepackage{marginnote}
26673 \begin_inset Newline newline
26674 \end_inset
26675
26676
26677 \backslash
26678 let
26679 \backslash
26680 marginpar
26681 \backslash
26682 marginnote
26683 \end_layout
26684
26685 \begin_layout Standard
26686 Dies wird auch in diesem Dokument verwendet, denn 
26687 \series bold
26688 marginnote
26689 \series default
26690  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26691  für Randnotizen angeben.
26692  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26693 n zu dicht beieinander sind.
26694  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26695  Schema
26696 \end_layout
26697
26698 \begin_layout Standard
26699
26700 \series bold
26701 [Versatz]
26702 \end_layout
26703
26704 \begin_layout Standard
26705 angegeben.
26706  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26707 \begin_inset space ~
26708 \end_inset
26709
26710
26711 \begin_inset CommandInset ref
26712 LatexCommand ref
26713 reference "tab:Maßeinheiten"
26714
26715 \end_inset
26716
26717  aufgelistet sind.
26718  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26719  nach unten.
26720  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26721 \begin_inset space \thinspace{}
26722 \end_inset
26723
26724 cm mit dem TeX-Code-Befehl  
26725 \begin_inset Quotes gld
26726 \end_inset
26727
26728
26729 \series bold
26730 [-1.5cm]
26731 \series default
26732
26733 \begin_inset Quotes grd
26734 \end_inset
26735
26736  nach oben versetzt.
26737 \begin_inset Marginal
26738 status open
26739
26740 \begin_layout Plain Layout
26741 Diese Randnotiz ist 1.5
26742 \begin_inset space \thinspace{}
26743 \end_inset
26744
26745 cm von ihrer Originalposition nach oben versetzt.
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \begin_inset ERT
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755
26756 [-1.5cm]
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 \begin_inset VSpace medskip
26766 \end_inset
26767
26768 Mit 
26769 \series bold
26770 marginnote
26771 \series default
26772  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26773  Zum Beispiel setzen die Befehle
26774 \end_layout
26775
26776 \begin_layout Standard
26777
26778 \series bold
26779
26780 \backslash
26781 renewcommand*{
26782 \backslash
26783 raggedleftmarginnote}{
26784 \backslash
26785 centering}
26786 \begin_inset Newline newline
26787 \end_inset
26788
26789
26790 \backslash
26791 renewcommand*{
26792 \backslash
26793 raggedrightmarginnote}{
26794 \backslash
26795 centering}
26796 \end_layout
26797
26798 \begin_layout Standard
26799 die Ausrichtung auf zentriert.
26800  
26801 \series bold
26802
26803 \backslash
26804 raggedleftmarginnote
26805 \series default
26806  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26807  
26808 \begin_inset ERT
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812
26813
26814 \backslash
26815 renewcommand*{
26816 \backslash
26817 raggedleftmarginnote}{
26818 \backslash
26819 centering}
26820 \end_layout
26821
26822 \begin_layout Plain Layout
26823
26824
26825 \backslash
26826 renewcommand*{
26827 \backslash
26828 raggedrightmarginnote}{
26829 \backslash
26830 centering}
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \begin_inset Marginal
26837 status open
26838
26839 \begin_layout Plain Layout
26840 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26841 \end_layout
26842
26843 \end_inset
26844
26845  Die Voreinstellung ist
26846 \end_layout
26847
26848 \begin_layout Standard
26849
26850 \series bold
26851
26852 \backslash
26853 renewcommand*{
26854 \backslash
26855 raggedleftmarginnote}{
26856 \backslash
26857 raggedleft}
26858 \begin_inset Newline newline
26859 \end_inset
26860
26861
26862 \backslash
26863 renewcommand*{
26864 \backslash
26865 raggedrightmarginnote}{
26866 \backslash
26867 raggedright}
26868 \series default
26869
26870 \begin_inset ERT
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874
26875
26876 \backslash
26877 renewcommand*{
26878 \backslash
26879 raggedleftmarginnote}{
26880 \backslash
26881 raggedleft}
26882 \end_layout
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 renewcommand*{
26889 \backslash
26890 raggedrightmarginnote}{
26891 \backslash
26892 raggedright}
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Standard
26901 \begin_inset VSpace medskip
26902 \end_inset
26903
26904 Für weitere Fähigkeiten des Pakets 
26905 \series bold
26906 marginnote
26907 \series default
26908  sei auf dessen Dokumentation verwiesen 
26909 \begin_inset CommandInset citation
26910 LatexCommand cite
26911 key "marginnote"
26912
26913 \end_inset
26914
26915 .
26916 \end_layout
26917
26918 \begin_layout Standard
26919 \begin_inset VSpace bigskip
26920 \end_inset
26921
26922 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26923  geändert werden.
26924  Um z.
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928 B.
26929  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26930  und fettgedruckten Text 
26931 \begin_inset Quotes eld
26932 \end_inset
26933
26934
26935 \family sans
26936 \series bold
26937 \bar under
26938 Achtung!
26939 \family default
26940 \series default
26941 \bar default
26942
26943 \begin_inset Quotes erd
26944 \end_inset
26945
26946  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26947 \end_layout
26948
26949 \begin_layout Standard
26950
26951 \series bold
26952
26953 \backslash
26954 let
26955 \backslash
26956 myMarginpar
26957 \backslash
26958 marginpar
26959 \begin_inset Newline newline
26960 \end_inset
26961
26962
26963 \backslash
26964 renewcommand{
26965 \backslash
26966 marginpar}[1]{
26967 \backslash
26968 myMarginpar{%
26969 \begin_inset Newline newline
26970 \end_inset
26971
26972
26973 \begin_inset Phantom HPhantom
26974 status open
26975
26976 \begin_layout Plain Layout
26977
26978 \series bold
26979 \begin_inset space ~
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \backslash
26989 hspace{0pt}
26990 \backslash
26991 textsf{
26992 \backslash
26993 textbf{
26994 \backslash
26995 underbar{Achtung!}}}%
26996 \begin_inset Newline newline
26997 \end_inset
26998
26999
27000 \begin_inset Phantom HPhantom
27001 status open
27002
27003 \begin_layout Plain Layout
27004
27005 \series bold
27006 \begin_inset space ~
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \backslash
27016 vspace{1.5mm}
27017 \backslash
27018
27019 \backslash
27020 #1}}
27021 \end_layout
27022
27023 \begin_layout Standard
27024 \begin_inset ERT
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028
27029
27030 \backslash
27031 let
27032 \backslash
27033 myMarginpar
27034 \backslash
27035 marginpar
27036 \end_layout
27037
27038 \begin_layout Plain Layout
27039
27040
27041 \backslash
27042 renewcommand{
27043 \backslash
27044 marginpar}[1]{
27045 \backslash
27046 myMarginpar{%
27047 \end_layout
27048
27049 \begin_layout Plain Layout
27050
27051    
27052 \backslash
27053 textsf{
27054 \backslash
27055 textbf{
27056 \backslash
27057 underbar{Achtung!}}}%
27058 \end_layout
27059
27060 \begin_layout Plain Layout
27061
27062    
27063 \backslash
27064 vspace{1.5mm}
27065 \backslash
27066
27067 \backslash
27068 #1}}
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \begin_inset Marginal
27075 status open
27076
27077 \begin_layout Plain Layout
27078 Dies ist eine Randnotiz mit einer definierten Überschrift.
27079 \end_layout
27080
27081 \end_inset
27082
27083
27084 \begin_inset ERT
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088
27089 [-1.5cm]
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \begin_inset ERT
27096 status collapsed
27097
27098 \begin_layout Plain Layout
27099
27100
27101 \backslash
27102 renewcommand{
27103 \backslash
27104 marginpar}[1]{
27105 \backslash
27106 myMarginpar{#1}}
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \begin_inset Note Note
27113 status open
27114
27115 \begin_layout Plain Layout
27116 Das Format wurde nur für dieses Beispiel geändert.
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \begin_inset ERT
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129
27130
27131 \backslash
27132 else
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \begin_inset Note Note
27139 status open
27140
27141 \begin_layout Plain Layout
27142 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27143 \series bold
27144 marginnote
27145 \series default
27146  nicht installiert ist:
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \end_layout
27153
27154 \begin_layout Standard
27155 Das LaTeX-Paket 
27156 \series bold
27157 marginnote
27158 \series default
27159  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27160 \end_layout
27161
27162 \begin_layout Standard
27163 \begin_inset ERT
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168
27169 \backslash
27170 fi
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Chapter
27179 Boxen
27180 \end_layout
27181
27182 \begin_layout Section
27183 Einleitung
27184 \begin_inset Index idx
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188 Boxen ! Einleitung
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \begin_layout Standard
27197 Boxen werden benutzt, um einen Textblock zu formatieren.
27198  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27199  siehe Abschnitt
27200 \begin_inset space ~
27201 \end_inset
27202
27203
27204 \begin_inset CommandInset ref
27205 LatexCommand ref
27206 reference "abs:Minipage"
27207
27208 \end_inset
27209
27210 , um Text zu umrahmen, siehe Abschnitt
27211 \begin_inset space ~
27212 \end_inset
27213
27214
27215 \begin_inset CommandInset ref
27216 LatexCommand ref
27217 reference "uab:Verzierung"
27218
27219 \end_inset
27220
27221 , um Silbentrennung zu verhindern, siehe Abschnitt
27222 \begin_inset space ~
27223 \end_inset
27224
27225
27226 \begin_inset CommandInset ref
27227 LatexCommand ref
27228 reference "abs:Silbentrennung-unterbinden"
27229
27230 \end_inset
27231
27232 , um Text senkrecht auszurichten, siehe Abschnitt
27233 \begin_inset space ~
27234 \end_inset
27235
27236
27237 \begin_inset CommandInset ref
27238 LatexCommand ref
27239 reference "uab:Vertikale-Ausrichtung"
27240
27241 \end_inset
27242
27243  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27244 \begin_inset space ~
27245 \end_inset
27246
27247
27248 \begin_inset CommandInset ref
27249 LatexCommand ref
27250 reference "abs:Farbige-Boxen"
27251
27252 \end_inset
27253
27254 .
27255 \end_layout
27256
27257 \begin_layout Standard
27258 Boxen werden mit 
27259 \family sans
27260 Einfügen\SpecialChar \menuseparator
27261 Box
27262 \family default
27263  oder dem Schalter 
27264 \begin_inset Graphics
27265         filename ../../images/box-insert.png
27266         scale 70
27267         scaleBeforeRotation
27268
27269 \end_inset
27270
27271  eingefügt.
27272  Ein graues Kästchen mit der Aufschrift 
27273 \begin_inset Quotes gld
27274 \end_inset
27275
27276 Box (Minipage)
27277 \begin_inset Quotes grd
27278 \end_inset
27279
27280  erscheint: 
27281 \begin_inset Graphics
27282         filename clipart/StandardBoxQt4.png
27283         scale 85
27284         scaleBeforeRotation
27285
27286 \end_inset
27287
27288  Mit einem Rechts\SpecialChar \-
27289 klick auf das graue Kästchen und der Auswahl von 
27290 \family sans
27291 Einstellungen
27292 \family default
27293  kann der Typ spezifiziert werden.
27294  Das Dialogfenster bietet bei 
27295 \family sans
27296 Innere
27297 \begin_inset space ~
27298 \end_inset
27299
27300 Box
27301 \family default
27302  die Typen 
27303 \family sans
27304 Makebox
27305 \family default
27306
27307 \family sans
27308 Parbox
27309 \family default
27310  und 
27311 \family sans
27312 Minipage
27313 \family default
27314  an.
27315  
27316 \family sans
27317 Minipage
27318 \family default
27319  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27320 \begin_inset space ~
27321 \end_inset
27322
27323
27324 \begin_inset CommandInset ref
27325 LatexCommand ref
27326 reference "abs:Minipage"
27327
27328 \end_inset
27329
27330  beschrieben, 
27331 \family sans
27332 Parbox
27333 \family default
27334  in Abschnitt
27335 \begin_inset space ~
27336 \end_inset
27337
27338
27339 \begin_inset CommandInset ref
27340 LatexCommand ref
27341 reference "abs:Parbox"
27342
27343 \end_inset
27344
27345  und 
27346 \family sans
27347 Makebox
27348 \family default
27349  in 
27350 \begin_inset CommandInset ref
27351 LatexCommand ref
27352 reference "abs:Silbentrennung-unterbinden"
27353
27354 \end_inset
27355
27356 .
27357 \end_layout
27358
27359 \begin_layout Standard
27360 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27361  wie auf Gleitobjekte und Fußnoten.
27362 \end_layout
27363
27364 \begin_layout Standard
27365 \begin_inset Note Greyedout
27366 status open
27367
27368 \begin_layout Plain Layout
27369
27370 \series bold
27371 Bemerkung
27372 \begin_inset space ~
27373 \end_inset
27374
27375 1:
27376 \series default
27377  Boxen dürfen in 
27378 \family sans
27379 List-
27380 \family default
27381  oder 
27382 \family sans
27383 Beschreibung-
27384 \family default
27385 Umgebungen nicht verwendet werden.
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Standard
27394 \begin_inset Note Greyedout
27395 status open
27396
27397 \begin_layout Plain Layout
27398
27399 \series bold
27400 Bemerkung
27401 \begin_inset space ~
27402 \end_inset
27403
27404 2:
27405 \series default
27406  Boxen ohne 
27407 \family sans
27408 Innere
27409 \begin_inset space ~
27410 \end_inset
27411
27412 Box
27413 \family default
27414  und ohne Rahmen werden in Abschnitt
27415 \begin_inset space ~
27416 \end_inset
27417
27418
27419 \begin_inset CommandInset ref
27420 LatexCommand ref
27421 reference "abs:Silbentrennung-unterbinden"
27422
27423 \end_inset
27424
27425  beschrieben.
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \begin_layout Section
27434 Das Box-Einstellungen-Fenster
27435 \begin_inset CommandInset label
27436 LatexCommand label
27437 name "abs:Box-Dialog"
27438
27439 \end_inset
27440
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 Boxen ! Box-Dialog-Fenster
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \end_layout
27453
27454 \begin_layout Subsection
27455 Box-Größe
27456 \begin_inset Index idx
27457 status collapsed
27458
27459 \begin_layout Plain Layout
27460 Boxen ! Größe
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 Im 
27470 \family sans
27471 Box-Einstellungen
27472 \family default
27473 -Fenster können Sie die Größe der Box mit 
27474 \family sans
27475 Breite
27476 \family default
27477  und 
27478 \family sans
27479 Höhe 
27480 \family default
27481 festlegen.
27482  Die verfügbaren Einheiten werden in Tabelle
27483 \begin_inset space ~
27484 \end_inset
27485
27486
27487 \begin_inset CommandInset ref
27488 LatexCommand ref
27489 reference "tab:Maßeinheiten"
27490
27491 \end_inset
27492
27493  aufgelistet.
27494  Das Feld
27495 \family sans
27496  Höhe
27497 \family default
27498  bietet die folgenden zusätzlichen Größen:
27499 \end_layout
27500
27501 \begin_layout Description
27502 Tiefe Dies ist die reine Text-
27503 \begin_inset Quotes gld
27504 \end_inset
27505
27506 Höhe
27507 \begin_inset Quotes grd
27508 \end_inset
27509
27510 .
27511  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27512 \begin_inset Newline newline
27513 \end_inset
27514
27515
27516 \begin_inset Newline newline
27517 \end_inset
27518
27519
27520 \begin_inset Newline newline
27521 \end_inset
27522
27523
27524 \begin_inset Box Boxed
27525 position "c"
27526 hor_pos "c"
27527 has_inner_box 1
27528 inner_pos "c"
27529 use_parbox 0
27530 use_makebox 0
27531 width "12col%"
27532 special "none"
27533 height "1in"
27534 height_special "depth"
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 \align center
27539 Box-Höhe = 1
27540 \begin_inset space \thinspace{}
27541 \end_inset
27542
27543 Tiefe
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \begin_inset Newline newline
27550 \end_inset
27551
27552
27553 \begin_inset Newline newline
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Description
27560 Höhe Dies ist die Texthöhe innerhalb der Box.
27561  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27562  Texthöhe setzen: 
27563 \begin_inset Box Boxed
27564 position "c"
27565 hor_pos "c"
27566 has_inner_box 1
27567 inner_pos "c"
27568 use_parbox 0
27569 use_makebox 0
27570 width "20col%"
27571 special "none"
27572 height "2in"
27573 height_special "height"
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577 \align center
27578 Boxhöhe = 2
27579 \begin_inset space \thinspace{}
27580 \end_inset
27581
27582 Höhe
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Description
27591 Gesamthöhe Dies ist Höhe
27592 \begin_inset space \thinspace{}
27593 \end_inset
27594
27595 +
27596 \begin_inset space \thinspace{}
27597 \end_inset
27598
27599 Tiefe: 
27600 \begin_inset Box Boxed
27601 position "c"
27602 hor_pos "c"
27603 has_inner_box 1
27604 inner_pos "c"
27605 use_parbox 0
27606 use_makebox 0
27607 width "20col%"
27608 special "none"
27609 height "1in"
27610 height_special "totalheight"
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614 \align center
27615 Boxhöhe = 1
27616 \begin_inset space \thinspace{}
27617 \end_inset
27618
27619 Gesamthöhe
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \begin_layout Description
27628 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27629 \begin_inset Box Boxed
27630 position "c"
27631 hor_pos "c"
27632 has_inner_box 1
27633 inner_pos "c"
27634 use_parbox 0
27635 use_makebox 0
27636 width "12col%"
27637 special "none"
27638 height "1in"
27639 height_special "width"
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643 \align center
27644 Boxhöhe = 1
27645 \begin_inset space \thinspace{}
27646 \end_inset
27647
27648 Breite
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \begin_layout Subsection
27657 Ausrichtung
27658 \begin_inset Index idx
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 Boxen ! Ausrichtung
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Wenn Sie eine 
27672 \family sans
27673 Innere
27674 \begin_inset space ~
27675 \end_inset
27676
27677 Box
27678 \family default
27679  gewählt haben, kann die Box mit folgenden Werten für 
27680 \family sans
27681 Box
27682 \family default
27683  senkrecht ausgerichtet werden:
27684 \end_layout
27685
27686 \begin_layout Description
27687 Oben Dies ist ein Beispieltext.
27688  
27689 \begin_inset Box Boxed
27690 position "t"
27691 hor_pos "c"
27692 has_inner_box 1
27693 inner_pos "c"
27694 use_parbox 0
27695 use_makebox 0
27696 width "20col%"
27697 special "none"
27698 height "1in"
27699 height_special "totalheight"
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 \align center
27704 Die Ober\SpecialChar \-
27705 kante der Box ist in der Zeile.
27706 \end_layout
27707
27708 \end_inset
27709
27710  Dies ist ein Beispieltext.
27711 \end_layout
27712
27713 \begin_layout Description
27714 Mitte Dies ist ein Beispieltext.
27715  
27716 \begin_inset Box Boxed
27717 position "c"
27718 hor_pos "c"
27719 has_inner_box 1
27720 inner_pos "c"
27721 use_parbox 0
27722 use_makebox 0
27723 width "20col%"
27724 special "none"
27725 height "1in"
27726 height_special "totalheight"
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 \align center
27731 Die Mitte der Box ist in der Zeile.
27732 \end_layout
27733
27734 \end_inset
27735
27736  Dies ist ein Beispieltext.
27737 \end_layout
27738
27739 \begin_layout Description
27740 Unten Dies ist ein Beispieltext.
27741  
27742 \begin_inset Box Boxed
27743 position "b"
27744 hor_pos "c"
27745 has_inner_box 1
27746 inner_pos "c"
27747 use_parbox 0
27748 use_makebox 0
27749 width "20col%"
27750 special "none"
27751 height "1in"
27752 height_special "totalheight"
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756 \align center
27757 Die Unter\SpecialChar \-
27758 kante der Box ist in der Zeile.
27759 \end_layout
27760
27761 \end_inset
27762
27763  Dies ist ein Beispieltext.
27764 \end_layout
27765
27766 \begin_layout Standard
27767 \begin_inset Note Greyedout
27768 status open
27769
27770 \begin_layout Plain Layout
27771
27772 \series bold
27773 Bemerkung:
27774 \series default
27775  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27776  Boxen in einer Zeile sind und eine Box z.
27777 \begin_inset space \thinspace{}
27778 \end_inset
27779
27780 B.
27781  schattiert ist, die andere aber nicht.
27782 \end_layout
27783
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \begin_layout Standard
27790 Eine Box kann mit dem Dialog 
27791 \family sans
27792 Absatz-Einstellungen
27793 \family default
27794  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27795 \end_layout
27796
27797 \begin_layout Standard
27798 \begin_inset VSpace bigskip
27799 \end_inset
27800
27801 Wenn Sie eine 
27802 \family sans
27803 Innere
27804 \begin_inset space ~
27805 \end_inset
27806
27807 Box
27808 \family default
27809  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27810 \family sans
27811 Inhalt
27812 \family default
27813  senkrecht ausgerichtet werden:
27814 \end_layout
27815
27816 \begin_layout Description
27817 Oben Dies ist ein Beispieltext.
27818  
27819 \begin_inset Box Boxed
27820 position "c"
27821 hor_pos "c"
27822 has_inner_box 1
27823 inner_pos "t"
27824 use_parbox 0
27825 use_makebox 0
27826 width "20col%"
27827 special "none"
27828 height "1.5in"
27829 height_special "totalheight"
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 \align center
27834 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27835 \end_layout
27836
27837 \end_inset
27838
27839  Dies ist ein Beispieltext.
27840 \end_layout
27841
27842 \begin_layout Description
27843 Mitte Dies ist ein Beispieltext.
27844  
27845 \begin_inset Box Boxed
27846 position "c"
27847 hor_pos "c"
27848 has_inner_box 1
27849 inner_pos "c"
27850 use_parbox 0
27851 use_makebox 0
27852 width "20col%"
27853 special "none"
27854 height "1.5in"
27855 height_special "totalheight"
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 \align center
27860 Der Boxinhalt ist zentriert ausgerichtet.
27861 \end_layout
27862
27863 \end_inset
27864
27865  Dies ist ein Beispieltext.
27866 \end_layout
27867
27868 \begin_layout Description
27869 Unten Dies ist ein Beispieltext.
27870  
27871 \begin_inset Box Boxed
27872 position "c"
27873 hor_pos "c"
27874 has_inner_box 1
27875 inner_pos "b"
27876 use_parbox 0
27877 use_makebox 0
27878 width "20col%"
27879 special "none"
27880 height "1.5in"
27881 height_special "totalheight"
27882 status collapsed
27883
27884 \begin_layout Plain Layout
27885 \align center
27886 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27887 \end_layout
27888
27889 \end_inset
27890
27891  Dies ist ein Beispieltext.
27892 \end_layout
27893
27894 \begin_layout Description
27895 Dehnen Dies ist ein Beispieltext.
27896  
27897 \begin_inset Box Boxed
27898 position "c"
27899 hor_pos "c"
27900 has_inner_box 1
27901 inner_pos "s"
27902 use_parbox 0
27903 use_makebox 0
27904 width "20col%"
27905 special "none"
27906 height "1in"
27907 height_special "totalheight"
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 \align center
27912 Der Boxinhalt
27913 \end_layout
27914
27915 \begin_layout Plain Layout
27916 \align center
27917 ist über die
27918 \end_layout
27919
27920 \begin_layout Plain Layout
27921 \align center
27922 Boxhöhe
27923 \end_layout
27924
27925 \begin_layout Plain Layout
27926 \align center
27927 gleichmäßig verteilt.
27928 \end_layout
27929
27930 \end_inset
27931
27932  Dies ist ein Beispieltext.
27933 \end_layout
27934
27935 \begin_layout Standard
27936 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27937  besteht.
27938  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27939 \end_layout
27940
27941 \begin_layout Standard
27942 Ein Boxinhalt kann mit dem Dialog 
27943 \family sans
27944 Absatz-Einstellungen
27945 \family default
27946  waagerecht ausgerichtet werden, wenn Sie eine
27947 \family sans
27948  Innere
27949 \begin_inset space ~
27950 \end_inset
27951
27952 Box
27953 \family default
27954  gewählt haben.
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \align center
27959 \begin_inset Box Boxed
27960 position "c"
27961 hor_pos "c"
27962 has_inner_box 1
27963 inner_pos "s"
27964 use_parbox 0
27965 use_makebox 0
27966 width "30col%"
27967 special "none"
27968 height "1.25in"
27969 height_special "totalheight"
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973 \align left
27974 Hier ist jede Zeile
27975 \end_layout
27976
27977 \begin_layout Plain Layout
27978 \align center
27979 anders
27980 \end_layout
27981
27982 \begin_layout Plain Layout
27983 \align right
27984 ausgerichtet.
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Standard
27993 Wenn Sie keine
27994 \family sans
27995  Innere
27996 \begin_inset space ~
27997 \end_inset
27998
27999 Box
28000 \family default
28001  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28002 \family sans
28003 Box-Einstellungen-
28004 \family default
28005 Dialog ausrichten
28006 \end_layout
28007
28008 \begin_layout Standard
28009 \align center
28010 \begin_inset Box Boxed
28011 position "c"
28012 hor_pos "s"
28013 has_inner_box 0
28014 inner_pos "s"
28015 use_parbox 0
28016 use_makebox 0
28017 width "90col%"
28018 special "none"
28019 height "1.25in"
28020 height_special "totalheight"
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024 Dieser Boxinhalt wurde horizontal gedehnt.
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Subsection
28033 Verzierung
28034 \begin_inset CommandInset label
28035 LatexCommand label
28036 name "uab:Verzierung"
28037
28038 \end_inset
28039
28040
28041 \begin_inset Index idx
28042 status collapsed
28043
28044 \begin_layout Plain Layout
28045 Boxen ! Verzierung
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \begin_layout Standard
28054 Im 
28055 \family sans
28056 Box-Einstellungen-
28057 \family default
28058 Dialog können Sie mit der 
28059 \family sans
28060 Verzierung
28061 \family default
28062  den Typ der Box auswählen:
28063 \end_layout
28064
28065 \begin_layout Description
28066 Kein
28067 \begin_inset space ~
28068 \end_inset
28069
28070 Rahmen Nichts wird gezeichnet.
28071 \end_layout
28072
28073 \begin_layout Description
28074 Einfacher
28075 \begin_inset space ~
28076 \end_inset
28077
28078 rechteckiger
28079 \begin_inset space ~
28080 \end_inset
28081
28082 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28083  Die Rahmendicke wird durch 
28084 \series bold
28085
28086 \backslash
28087 fboxrule
28088 \series default
28089  festgelegt.
28090  
28091 \begin_inset Box Boxed
28092 position "c"
28093 hor_pos "c"
28094 has_inner_box 1
28095 inner_pos "c"
28096 use_parbox 0
28097 use_makebox 0
28098 width "21col%"
28099 special "none"
28100 height "1in"
28101 height_special "totalheight"
28102 status collapsed
28103
28104 \begin_layout Plain Layout
28105
28106 \series medium
28107 Rechteckige
28108 \begin_inset space ~
28109 \end_inset
28110
28111 Box
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Description
28120 erlaube
28121 \begin_inset space ~
28122 \end_inset
28123
28124 Seitenumbrüche 
28125 \end_layout
28126
28127 \begin_layout Description
28128 Ovaler
28129 \begin_inset space ~
28130 \end_inset
28131
28132 Rahmen,
28133 \begin_inset space ~
28134 \end_inset
28135
28136 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28137  Die Rahmendicke ist 0.4
28138 \begin_inset space \thinspace{}
28139 \end_inset
28140
28141 pt.
28142  
28143 \begin_inset Box ovalbox
28144 position "c"
28145 hor_pos "c"
28146 has_inner_box 1
28147 inner_pos "c"
28148 use_parbox 0
28149 use_makebox 0
28150 width "20col%"
28151 special "none"
28152 height "1in"
28153 height_special "totalheight"
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157 Ovale
28158 \begin_inset space ~
28159 \end_inset
28160
28161 Box,
28162 \begin_inset space ~
28163 \end_inset
28164
28165 dünn
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Description
28174 Ovaler
28175 \begin_inset space ~
28176 \end_inset
28177
28178 Rahmen,
28179 \begin_inset space ~
28180 \end_inset
28181
28182 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28183  Die Rahmendicke ist 0.8
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 pt.
28188  
28189 \begin_inset Box Ovalbox
28190 position "c"
28191 hor_pos "c"
28192 has_inner_box 1
28193 inner_pos "c"
28194 use_parbox 0
28195 use_makebox 0
28196 width "20col%"
28197 special "none"
28198 height "1in"
28199 height_special "totalheight"
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Ovale
28204 \begin_inset space ~
28205 \end_inset
28206
28207 Box,
28208 \begin_inset space ~
28209 \end_inset
28210
28211 dick
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Description
28220 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28221  Die Rahmendicke wird durch 
28222 \series bold
28223
28224 \backslash
28225 fboxrule
28226 \series default
28227  festgelegt, der Schatten ist 4
28228 \begin_inset space \thinspace{}
28229 \end_inset
28230
28231 pt breit.
28232 \begin_inset Newline newline
28233 \end_inset
28234
28235
28236 \begin_inset Box Shadowbox
28237 position "c"
28238 hor_pos "c"
28239 has_inner_box 1
28240 inner_pos "c"
28241 use_parbox 0
28242 use_makebox 0
28243 width "20col%"
28244 special "none"
28245 height "1in"
28246 height_special "totalheight"
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Schattierte
28251 \begin_inset space ~
28252 \end_inset
28253
28254 Box
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Description
28263 Schattierter
28264 \begin_inset space ~
28265 \end_inset
28266
28267 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28268  Im Gegensatz zu farbigen Boxen
28269 \begin_inset Foot
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273 siehe Abschnitt
28274 \begin_inset space ~
28275 \end_inset
28276
28277
28278 \begin_inset CommandInset ref
28279 LatexCommand ref
28280 reference "abs:Farbige-Boxen"
28281
28282 \end_inset
28283
28284
28285 \end_layout
28286
28287 \end_inset
28288
28289  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28290  die Box ist ein Absatz für sich.
28291  
28292 \begin_inset Box Shaded
28293 position "t"
28294 hor_pos "c"
28295 has_inner_box 0
28296 inner_pos "t"
28297 use_parbox 0
28298 use_makebox 0
28299 width "50col%"
28300 special "none"
28301 height "1in"
28302 height_special "totalheight"
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306 Schattierter Hintergrund Box
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \begin_layout Description
28315 Doppelter
28316 \begin_inset space ~
28317 \end_inset
28318
28319 rechteckiger
28320 \begin_inset space ~
28321 \end_inset
28322
28323 Rahmen zeichnet einen doppelten Rahmen um die Box.
28324  Der innere Rahmen ist 0.75
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328
28329 \series bold
28330
28331 \backslash
28332 fboxrule
28333 \series default
28334  breit, der äußere 1.5
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338
28339 \series bold
28340
28341 \backslash
28342 fboxrule
28343 \series default
28344 , der Zwischenraum 1.5
28345 \begin_inset space \thinspace{}
28346 \end_inset
28347
28348
28349 \series bold
28350
28351 \backslash
28352 fboxrule
28353 \series default
28354
28355 \begin_inset space \thinspace{}
28356 \end_inset
28357
28358 +
28359 \begin_inset space \thinspace{}
28360 \end_inset
28361
28362 0.5
28363 \begin_inset space \thinspace{}
28364 \end_inset
28365
28366 pt.
28367  
28368 \begin_inset Box Doublebox
28369 position "c"
28370 hor_pos "c"
28371 has_inner_box 1
28372 inner_pos "c"
28373 use_parbox 0
28374 use_makebox 0
28375 width "20col%"
28376 special "none"
28377 height "1in"
28378 height_special "totalheight"
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 Doppelt
28383 \begin_inset space ~
28384 \end_inset
28385
28386 gerahmte
28387 \begin_inset space ~
28388 \end_inset
28389
28390 Box
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \begin_layout Standard
28399 \begin_inset VSpace bigskip
28400 \end_inset
28401
28402 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28403  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28404 \series bold
28405 fancybox
28406 \series default
28407
28408 \begin_inset Index idx
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 LaTeX-Pakete ! fancybox
28413 \end_layout
28414
28415 \end_inset
28416
28417  installiert sein.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 \begin_inset VSpace bigskip
28422 \end_inset
28423
28424 Wenn Sie die Verzierung 
28425 \family sans
28426 Einfacher rechteckiger Rahmen
28427 \family default
28428  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28429  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28430  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28431  für sich ist und 
28432 \series bold
28433
28434 \backslash
28435 fboxrule
28436 \series default
28437  und 
28438 \series bold
28439
28440 \backslash
28441 fboxsep
28442 \series default
28443  keinen Einfluss auf diesen Box Typ haben.
28444  Die Rahmendicke wird durch 
28445 \series bold
28446
28447 \backslash
28448 FrameRule
28449 \series default
28450  festgelegt.
28451  
28452 \begin_inset Box Framed
28453 position "t"
28454 hor_pos "c"
28455 has_inner_box 0
28456 inner_pos "t"
28457 use_parbox 0
28458 use_makebox 0
28459 width "100col%"
28460 special "none"
28461 height "1in"
28462 height_special "totalheight"
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466 Box erlaubt Seitenumbruch
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \begin_layout Section
28475 Box-Anpassung
28476 \begin_inset Index idx
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480 Boxen ! Anpassung
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 Der Standardwert für 
28490 \series bold
28491
28492 \backslash
28493 fboxrule
28494 \series default
28495  ist 0.4
28496 \begin_inset space \thinspace{}
28497 \end_inset
28498
28499 pt.
28500  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28501 \begin_inset space \thinspace{}
28502 \end_inset
28503
28504 pt gesetzt werden:
28505 \end_layout
28506
28507 \begin_layout Standard
28508
28509 \series bold
28510
28511 \backslash
28512 setlength{
28513 \backslash
28514 fboxrule}{2pt}
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \begin_inset ERT
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522
28523
28524 \backslash
28525 setlength{
28526 \backslash
28527 fboxrule}{2pt}
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \begin_inset Box Boxed
28534 position "c"
28535 hor_pos "c"
28536 has_inner_box 1
28537 inner_pos "c"
28538 use_parbox 0
28539 use_makebox 0
28540 width "30col%"
28541 special "none"
28542 height "1in"
28543 height_special "totalheight"
28544 status open
28545
28546 \begin_layout Plain Layout
28547 \align center
28548 Rechteckige Box mit einer Rahmenbreite von 2
28549 \begin_inset space \thinspace{}
28550 \end_inset
28551
28552 pt
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \begin_inset ERT
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562
28563
28564 \backslash
28565 setlength{
28566 \backslash
28567 fboxrule}{0.4pt}
28568 \end_layout
28569
28570 \end_inset
28571
28572
28573 \begin_inset VSpace bigskip
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28581 \begin_inset space \thinspace{}
28582 \end_inset
28583
28584 pt.
28585  Sie können das ändern, indem Sie den Wert von 
28586 \series bold
28587
28588 \backslash
28589 fboxsep
28590 \series default
28591  mit einem TeX-Code-Befehl ändern:
28592 \end_layout
28593
28594 \begin_layout Standard
28595
28596 \series bold
28597
28598 \backslash
28599 setlength{
28600 \backslash
28601 fboxsep}{10pt}
28602 \end_layout
28603
28604 \begin_layout Standard
28605 setzt den Wert auf 10
28606 \begin_inset space \thinspace{}
28607 \end_inset
28608
28609 pt, wie in der folgenden Box:
28610 \end_layout
28611
28612 \begin_layout Standard
28613 \begin_inset ERT
28614 status collapsed
28615
28616 \begin_layout Plain Layout
28617
28618
28619 \backslash
28620 setlength{
28621 \backslash
28622 fboxsep}{10pt}
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \begin_inset Box Boxed
28629 position "c"
28630 hor_pos "c"
28631 has_inner_box 1
28632 inner_pos "c"
28633 use_parbox 0
28634 use_makebox 0
28635 width "25col%"
28636 special "none"
28637 height "1in"
28638 height_special "totalheight"
28639 status open
28640
28641 \begin_layout Plain Layout
28642 \align center
28643 Rechteckige Box mit 
28644 \series bold
28645
28646 \backslash
28647 fboxsep
28648 \series default
28649
28650 \begin_inset space \thinspace{}
28651 \end_inset
28652
28653 =
28654 \begin_inset space \thinspace{}
28655 \end_inset
28656
28657 10
28658 \begin_inset space \thinspace{}
28659 \end_inset
28660
28661 pt
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \begin_inset ERT
28668 status collapsed
28669
28670 \begin_layout Plain Layout
28671
28672
28673 \backslash
28674 setlength{
28675 \backslash
28676 fboxsep}{3pt}
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \begin_layout Standard
28685 \noindent
28686 \begin_inset VSpace bigskip
28687 \end_inset
28688
28689 Der Durchmesser der abgerundeten Ecken kann mit 
28690 \series bold
28691
28692 \backslash
28693 cornersize
28694 \series default
28695  gesetzt werden.
28696  Der TeX-Code-Befehl
28697 \end_layout
28698
28699 \begin_layout Standard
28700
28701 \series bold
28702
28703 \backslash
28704 cornersize*{1cm}
28705 \end_layout
28706
28707 \begin_layout Standard
28708 setzt den Durchmesser auf 1
28709 \begin_inset space \thinspace{}
28710 \end_inset
28711
28712 cm.
28713  Der TeX-Code-Befehl
28714 \end_layout
28715
28716 \begin_layout Standard
28717
28718 \series bold
28719
28720 \backslash
28721 cornersize{num}
28722 \end_layout
28723
28724 \begin_layout Standard
28725 setzt den Durchmesser auf 
28726 \family sans
28727 num
28728 \begin_inset space \thinspace{}
28729 \end_inset
28730
28731 ×
28732 \begin_inset space \thinspace{}
28733 \end_inset
28734
28735 Minimum(Breite der Box, Höhe der Box)
28736 \family default
28737 .
28738  Der Standardwert ist 
28739 \series bold
28740
28741 \backslash
28742 cornersize{0.5}
28743 \series default
28744 .
28745 \end_layout
28746
28747 \begin_layout Standard
28748 \begin_inset ERT
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753
28754 \backslash
28755 cornersize*{1.5cm}
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \begin_inset Box Ovalbox
28762 position "c"
28763 hor_pos "c"
28764 has_inner_box 1
28765 inner_pos "c"
28766 use_parbox 0
28767 use_makebox 0
28768 width "30col%"
28769 special "none"
28770 height "1in"
28771 height_special "totalheight"
28772 status open
28773
28774 \begin_layout Plain Layout
28775 \align center
28776 Ovale Box, dicker Rand, mit 
28777 \series bold
28778
28779 \backslash
28780 cornersize
28781 \series default
28782
28783 \begin_inset space \thinspace{}
28784 \end_inset
28785
28786 =
28787 \begin_inset space \thinspace{}
28788 \end_inset
28789
28790 1.5
28791 \begin_inset space \thinspace{}
28792 \end_inset
28793
28794 cm
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \begin_inset ERT
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804
28805
28806 \backslash
28807 cornersize{0.5}
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 \begin_inset VSpace bigskip
28817 \end_inset
28818
28819 Die Breite des Schattens wird mit 
28820 \series bold
28821
28822 \backslash
28823 shadowsize
28824 \series default
28825  festgelegt.
28826  Mit dem TeX-Code-Befehl
28827 \end_layout
28828
28829 \begin_layout Standard
28830
28831 \series bold
28832
28833 \backslash
28834 setlength{
28835 \backslash
28836 shadowsize}{2pt}
28837 \end_layout
28838
28839 \begin_layout Standard
28840 wird er für die folgende Box auf 2
28841 \begin_inset space \thinspace{}
28842 \end_inset
28843
28844 pt festgelegt.
28845 \end_layout
28846
28847 \begin_layout Standard
28848 \begin_inset ERT
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852
28853
28854 \backslash
28855 setlength{
28856 \backslash
28857 shadowsize}{2pt}
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \begin_inset Box Shadowbox
28864 position "c"
28865 hor_pos "c"
28866 has_inner_box 1
28867 inner_pos "c"
28868 use_parbox 0
28869 use_makebox 0
28870 width "25col%"
28871 special "none"
28872 height "1in"
28873 height_special "totalheight"
28874 status open
28875
28876 \begin_layout Plain Layout
28877 \align center
28878 Schattierte Box mit 
28879 \series bold
28880
28881 \backslash
28882 shadowsize
28883 \series default
28884
28885 \begin_inset space \thinspace{}
28886 \end_inset
28887
28888 =
28889 \begin_inset space \thinspace{}
28890 \end_inset
28891
28892 2
28893 \begin_inset space \thinspace{}
28894 \end_inset
28895
28896 pt
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \begin_inset ERT
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906
28907
28908 \backslash
28909 setlength{
28910 \backslash
28911 shadowsize}{4pt}
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 \begin_inset VSpace bigskip
28921 \end_inset
28922
28923 Der Standardwert für 
28924 \series bold
28925
28926 \backslash
28927 FrameRule
28928 \series default
28929  ist 0.4
28930 \begin_inset space \thinspace{}
28931 \end_inset
28932
28933 pt.
28934  Der Standard-Abstand zwischen Rahmen und Text ist 9
28935 \begin_inset space \thinspace{}
28936 \end_inset
28937
28938 pt und kann mit dem Wert für 
28939 \series bold
28940
28941 \backslash
28942 FrameSep
28943 \series default
28944  geändert werden.
28945  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28946  TeX-Code Befehlen geändert:
28947 \end_layout
28948
28949 \begin_layout Standard
28950
28951 \series bold
28952
28953 \backslash
28954 setlength{
28955 \backslash
28956 FrameRule}{5pt}
28957 \begin_inset Newline newline
28958 \end_inset
28959
28960
28961 \backslash
28962 setlength{
28963 \backslash
28964 FrameSep}{0.5cm}
28965 \end_layout
28966
28967 \begin_layout Standard
28968 \begin_inset ERT
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972
28973
28974 \backslash
28975 setlength{
28976 \backslash
28977 FrameRule}{5pt}
28978 \end_layout
28979
28980 \begin_layout Plain Layout
28981
28982
28983 \backslash
28984 setlength{
28985 \backslash
28986 FrameSep}{0.5cm}
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \begin_inset Box Framed
28993 position "t"
28994 hor_pos "c"
28995 has_inner_box 0
28996 inner_pos "t"
28997 use_parbox 0
28998 use_makebox 0
28999 width "100col%"
29000 special "none"
29001 height "1in"
29002 height_special "totalheight"
29003 status open
29004
29005 \begin_layout Plain Layout
29006 Dies ist Text in einer 
29007 \family sans
29008 Seitenumbruch erlaubt
29009 \family default
29010  Box.
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021
29022 \backslash
29023 setlength{
29024 \backslash
29025 FrameRule}{0.4pt}
29026 \end_layout
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 setlength{
29033 \backslash
29034 FrameSep}{9pt}
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \end_layout
29041
29042 \begin_layout Standard
29043 \begin_inset VSpace bigskip
29044 \end_inset
29045
29046 Für Boxen mit 
29047 \family sans
29048 schattiertem Hintergrund
29049 \family default
29050  beträgt der Abstand zwischen Rand und Text 3
29051 \begin_inset space \thinspace{}
29052 \end_inset
29053
29054 pt und kann mit 
29055 \series bold
29056
29057 \backslash
29058 fboxsep
29059 \series default
29060  geändert werden.
29061  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29062  
29063 \series bold
29064
29065 \backslash
29066 definecolor{shadecolor}
29067 \series default
29068  oder global über das Menü 
29069 \family sans
29070 Werkzeuge\SpecialChar \menuseparator
29071 Einstellungen\SpecialChar \menuseparator
29072 Farben\SpecialChar \menuseparator
29073 Schattierte
29074 \begin_inset space ~
29075 \end_inset
29076
29077 Box
29078 \family default
29079  geändert werden.
29080  Das Schema des 
29081 \series bold
29082
29083 \backslash
29084 definecolor
29085 \series default
29086  Befehls ist  in Abschnitt
29087 \begin_inset space ~
29088 \end_inset
29089
29090
29091 \begin_inset CommandInset ref
29092 LatexCommand ref
29093 reference "abs:Farbige-Tabellen"
29094
29095 \end_inset
29096
29097  erklärt.
29098 \begin_inset Foot
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102 Beachten Sie, dass 
29103 \series bold
29104
29105 \backslash
29106 definecolor
29107 \series default
29108  das LaTeX-Paket 
29109 \series bold
29110 color
29111 \series default
29112  im LaTeX-Vorspann benötigt, siehe Abschnitt
29113 \begin_inset space ~
29114 \end_inset
29115
29116
29117 \begin_inset CommandInset ref
29118 LatexCommand ref
29119 reference "abs:Farbige-Boxen"
29120
29121 \end_inset
29122
29123 .
29124 \end_layout
29125
29126 \end_inset
29127
29128  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29129 \end_layout
29130
29131 \begin_layout Standard
29132
29133 \series bold
29134
29135 \backslash
29136 setlength{
29137 \backslash
29138 fboxsep}{0.5cm}
29139 \begin_inset Newline newline
29140 \end_inset
29141
29142
29143 \backslash
29144 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29145 \end_layout
29146
29147 \begin_layout Standard
29148 \begin_inset ERT
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152
29153
29154 \backslash
29155 setlength{
29156 \backslash
29157 fboxsep}{0.5cm}
29158 \end_layout
29159
29160 \begin_layout Plain Layout
29161
29162
29163 \backslash
29164 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \begin_inset Box Shaded
29171 position "t"
29172 hor_pos "c"
29173 has_inner_box 0
29174 inner_pos "t"
29175 use_parbox 0
29176 use_makebox 0
29177 width "100col%"
29178 special "none"
29179 height "1in"
29180 height_special "totalheight"
29181 status open
29182
29183 \begin_layout Plain Layout
29184
29185 \color yellow
29186 Dies ist gelber Text in einer 
29187 \family sans
29188 schattierten Hintergrund
29189 \begin_inset space ~
29190 \end_inset
29191
29192
29193 \family default
29194 Box auf dunkelgrünem Hintergrund.
29195 \end_layout
29196
29197 \end_inset
29198
29199
29200 \begin_inset ERT
29201 status collapsed
29202
29203 \begin_layout Plain Layout
29204
29205
29206 \backslash
29207 setlength{
29208 \backslash
29209 fboxsep}{3pt}
29210 \end_layout
29211
29212 \begin_layout Plain Layout
29213
29214
29215 \backslash
29216 definecolor{shadecolor}{rgb}{1,0,0}
29217 \end_layout
29218
29219 \end_inset
29220
29221
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset VSpace bigskip
29226 \end_inset
29227
29228 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29229  der sie ändert.
29230 \end_layout
29231
29232 \begin_layout Section
29233 Minipage
29234 \begin_inset CommandInset label
29235 LatexCommand label
29236 name "abs:Minipage"
29237
29238 \end_inset
29239
29240
29241 \begin_inset Index idx
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245 Boxen ! Minipage
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29255  deshalb unter anderem eigene Fußnoten haben.
29256 \end_layout
29257
29258 \begin_layout Standard
29259 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29260 \end_layout
29261
29262 \begin_layout Standard
29263 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29264  Ihre Breite ist 45 Spaltenbreite
29265 \begin_inset space ~
29266 \end_inset
29267
29268 %, und sie sind durch einen 
29269 \family sans
29270 HFill
29271 \family default
29272  getrennt (
29273 \family sans
29274 Einfügen\SpecialChar \menuseparator
29275 Formatierung\SpecialChar \menuseparator
29276 Horizontaler
29277 \begin_inset space \space{}
29278 \end_inset
29279
29280 Abstand\SpecialChar \menuseparator
29281 Abstand\SpecialChar \menuseparator
29282 Variabler
29283 \begin_inset space ~
29284 \end_inset
29285
29286 horiz.
29287 \begin_inset space ~
29288 \end_inset
29289
29290 Abstand
29291 \family default
29292 ).
29293 \begin_inset Newpage newpage
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \begin_layout Standard
29300 \noindent
29301 \begin_inset Box Frameless
29302 position "t"
29303 hor_pos "c"
29304 has_inner_box 1
29305 inner_pos "c"
29306 use_parbox 0
29307 use_makebox 0
29308 width "45col%"
29309 special "none"
29310 height "1in"
29311 height_special "totalheight"
29312 status open
29313
29314 \begin_layout Plain Layout
29315 Dies ist ein deutscher Text.
29316  Dies ist ein deutscher Text.
29317  Dies ist ein deutscher Text.
29318  Dies ist ein deutscher Text.
29319  Dies ist ein deutscher Text.
29320  Dies ist ein deutscher Text.
29321  Dies ist ein deutscher Text.
29322  Dies ist ein deutscher Text.
29323  Dies ist ein deutscher Text.
29324  Dies ist ein deutscher Text.
29325  Dies ist ein deutscher Text.
29326  Dies ist ein deutscher Text.
29327  Dies ist ein deutscher Text
29328 \begin_inset Foot
29329 status open
29330
29331 \begin_layout Plain Layout
29332 Dies ist eine deutsche Fußnote.
29333 \end_layout
29334
29335 \end_inset
29336
29337 .
29338  Dies ist ein deutscher Text.
29339  Dies ist ein deutscher Text.
29340 \end_layout
29341
29342 \end_inset
29343
29344
29345 \begin_inset space \hfill{}
29346 \end_inset
29347
29348
29349 \begin_inset Box Frameless
29350 position "t"
29351 hor_pos "c"
29352 has_inner_box 1
29353 inner_pos "c"
29354 use_parbox 0
29355 use_makebox 0
29356 width "45col%"
29357 special "none"
29358 height "1in"
29359 height_special "totalheight"
29360 status open
29361
29362 \begin_layout Plain Layout
29363
29364 \lang english
29365 This is an English Text.
29366  This is an English Text.
29367  This is an English Text.
29368  This is an English Text.
29369  This is an English Text.
29370  This is an English Text.
29371  This is an English Text.
29372  This is an English Text.
29373  This is an English Text.
29374  This is an English Text.
29375  This is an English Text.
29376  This is an English Text.
29377  This is an English Text.
29378  This is an English Text.
29379  This is an English Text.
29380  This is an English Text.
29381 \begin_inset Foot
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386 \lang english
29387 This is an English footnote.
29388 \end_layout
29389
29390 \end_inset
29391
29392  This is an English Text.
29393  
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 \begin_inset VSpace bigskip
29403 \end_inset
29404
29405 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29406  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29407  Absätze nicht eingerückt werden, obwohl Sie das in 
29408 \family sans
29409 Dokument
29410 \family default
29411 \SpecialChar \menuseparator
29412
29413 \family sans
29414 Einstellun\SpecialChar \-
29415 gen\SpecialChar \menuseparator
29416 Textformat
29417 \family default
29418  festgelegt haben.
29419  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29420  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29421 \series bold
29422
29423 \backslash
29424 hspace*{1em}
29425 \series default
29426 .
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29431  zu verpassen, siehe Abschnitt
29432 \begin_inset space ~
29433 \end_inset
29434
29435
29436 \begin_inset CommandInset ref
29437 LatexCommand ref
29438 reference "uab:Farbe-für-Absätze"
29439
29440 \end_inset
29441
29442 .
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset Note Greyedout
29447 status open
29448
29449 \begin_layout Plain Layout
29450
29451 \series bold
29452 Bemerkung:
29453 \series default
29454  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29455  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Section
29464 Parbox
29465 \begin_inset CommandInset label
29466 LatexCommand label
29467 name "abs:Parbox"
29468
29469 \end_inset
29470
29471
29472 \begin_inset Index idx
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 Boxen ! Parbox
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485 Parbox ist eine Abkürzung für 
29486 \begin_inset Quotes gld
29487 \end_inset
29488
29489 paragraph box
29490 \begin_inset Quotes grd
29491 \end_inset
29492
29493 , was Absatzbox bedeutet.
29494  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
29495  in Parboxen nicht ausgegeben werden:
29496 \end_layout
29497
29498 \begin_layout Standard
29499 \align center
29500 \begin_inset Box Frameless
29501 position "t"
29502 hor_pos "c"
29503 has_inner_box 1
29504 inner_pos "t"
29505 use_parbox 1
29506 use_makebox 0
29507 width "33col%"
29508 special "none"
29509 height "1in"
29510 height_special "totalheight"
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514 Dies ist Text in einer Parbox.
29515  Dies ist Text in einer Parbox.
29516 \end_layout
29517
29518 \begin_layout Plain Layout
29519 Diese Fußnote wird nicht gedruckt:
29520 \begin_inset Foot
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \begin_layout Section
29538 Boxen für Worte und Buchstaben
29539 \begin_inset Index idx
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Boxen ! für Buchstaben
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Subsection
29552 Silbentrennung unterbinden
29553 \begin_inset CommandInset label
29554 LatexCommand label
29555 name "abs:Silbentrennung-unterbinden"
29556
29557 \end_inset
29558
29559
29560 \begin_inset Index idx
29561 status collapsed
29562
29563 \begin_layout Plain Layout
29564 Boxen ! zur Vermeidung von Silbentrennung
29565 \end_layout
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Sie können den Boxtyp 
29574 \family sans
29575 Makebox
29576 \family default
29577  benutzen, um Silbentrennungen zu unterbinden.
29578 \begin_inset Newline newline
29579 \end_inset
29580
29581 Hier ist ein Beispiel: 
29582 \end_layout
29583
29584 \begin_layout Standard
29585 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29586 \begin_inset Quotes gld
29587 \end_inset
29588
29589 einsehrsehrsehrlangeswort
29590 \begin_inset Quotes grd
29591 \end_inset
29592
29593 .
29594 \end_layout
29595
29596 \begin_layout Standard
29597 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
29598  Innere
29599 \begin_inset space ~
29600 \end_inset
29601
29602 Box auf Makebox und deren Breite auf 1
29603 \begin_inset space \thinspace{}
29604 \end_inset
29605
29606 Width.
29607 \end_layout
29608
29609 \begin_layout Standard
29610 Hier ist das Ergebnis:
29611 \end_layout
29612
29613 \begin_layout Standard
29614 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29615 \begin_inset Box Frameless
29616 position "t"
29617 hor_pos "c"
29618 has_inner_box 1
29619 inner_pos "t"
29620 use_parbox 0
29621 use_makebox 1
29622 width "1in"
29623 special "width"
29624 height "1in"
29625 height_special "totalheight"
29626 status open
29627
29628 \begin_layout Plain Layout
29629 \begin_inset Quotes gld
29630 \end_inset
29631
29632 einsehrsehrsehrlangeswort
29633 \begin_inset Quotes grd
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \end_inset
29640
29641 .
29642 \end_layout
29643
29644 \begin_layout Standard
29645 Alternativ dazu kann man auch den Befehl 
29646 \begin_inset Quotes gld
29647 \end_inset
29648
29649
29650 \series bold
29651
29652 \backslash
29653 -
29654 \series default
29655
29656 \begin_inset Quotes grd
29657 \end_inset
29658
29659  als TeX-Code direkt vor das Wort setzen:
29660 \end_layout
29661
29662 \begin_layout Standard
29663 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29664 \begin_inset Quotes gld
29665 \end_inset
29666
29667
29668 \begin_inset ERT
29669 status collapsed
29670
29671 \begin_layout Plain Layout
29672
29673
29674 \backslash
29675 -
29676 \end_layout
29677
29678 \end_inset
29679
29680 einsehrsehrsehrlangeswort
29681 \begin_inset Quotes grd
29682 \end_inset
29683
29684 .
29685 \end_layout
29686
29687 \begin_layout Standard
29688 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29689  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29690 \family sans
29691 Strg-Eingabe
29692 \family default
29693 ) einfügen: 
29694 \end_layout
29695
29696 \begin_layout Standard
29697 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29698 \begin_inset Newline newline
29699 \end_inset
29700
29701
29702 \begin_inset Box Frameless
29703 position "t"
29704 hor_pos "c"
29705 has_inner_box 1
29706 inner_pos "t"
29707 use_parbox 0
29708 use_makebox 1
29709 width "1in"
29710 special "width"
29711 height "1in"
29712 height_special "totalheight"
29713 status open
29714
29715 \begin_layout Plain Layout
29716 \begin_inset Quotes gld
29717 \end_inset
29718
29719 einsehrsehrsehrlangeswort
29720 \begin_inset Quotes grd
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \end_inset
29727
29728 .
29729 \end_layout
29730
29731 \begin_layout Subsection
29732 Vertikale Ausrichtung
29733 \begin_inset CommandInset label
29734 LatexCommand label
29735 name "uab:Vertikale-Ausrichtung"
29736
29737 \end_inset
29738
29739
29740 \begin_inset Index idx
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744 Boxen ! für Vertikale Ausrichtung
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \begin_inset Index idx
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754 Boxen ! raisebox
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \begin_layout Standard
29763 Mit dem LaTeX-Befehl 
29764 \series bold
29765
29766 \backslash
29767 raisebox
29768 \series default
29769  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29770 n Textes ausrichten.
29771  
29772 \series bold
29773
29774 \backslash
29775 raisebox
29776 \series default
29777  wird folgendermaßen benutzt:
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 raisebox{Verschiebung}[oben][unten]{Text}
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Positive Werte für Verschiebung
29790 \series bold
29791  
29792 \series default
29793 verschieben die Box nach oben, negative nach unten.
29794  Die beiden optionalen Parameter 
29795 \family typewriter
29796 oben
29797 \family default
29798  und 
29799 \family typewriter
29800 unten
29801 \family default
29802  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29803  hinausgeht, wenn sie nicht verschoben ist.
29804 \end_layout
29805
29806 \begin_layout Standard
29807 Um zum Beispiel das Wort 
29808 \begin_inset Quotes gld
29809 \end_inset
29810
29811 provokant
29812 \begin_inset Quotes grd
29813 \end_inset
29814
29815  mit seinem 
29816 \begin_inset Quotes gld
29817 \end_inset
29818
29819 niedrigsten
29820 \begin_inset Quotes grd
29821 \end_inset
29822
29823  Buchstaben 
29824 \begin_inset Quotes gld
29825 \end_inset
29826
29827 p
29828 \begin_inset Quotes grd
29829 \end_inset
29830
29831  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29832 \end_layout
29833
29834 \begin_layout Standard
29835
29836 \series bold
29837
29838 \backslash
29839 raisebox{
29840 \backslash
29841 depth}{
29842 \end_layout
29843
29844 \begin_layout Standard
29845 vor dem Wort einfügen und 
29846 \begin_inset Quotes gld
29847 \end_inset
29848
29849
29850 \series bold
29851 }
29852 \series default
29853
29854 \begin_inset Quotes grd
29855 \end_inset
29856
29857  als TeX-Code dahinter:
29858 \end_layout
29859
29860 \begin_layout Standard
29861 Dies ist eine Zeile, in der das Wort 
29862 \begin_inset ERT
29863 status collapsed
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 raisebox{
29870 \backslash
29871 depth}{
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \begin_inset Quotes gld
29878 \end_inset
29879
29880 provokant
29881 \begin_inset Quotes grd
29882 \end_inset
29883
29884
29885 \begin_inset ERT
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889
29890 }
29891 \end_layout
29892
29893 \end_inset
29894
29895  nach oben verschoben wurde.
29896 \end_layout
29897
29898 \begin_layout Standard
29899 \begin_inset VSpace bigskip
29900 \end_inset
29901
29902 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29903  gedehnt:
29904 \end_layout
29905
29906 \begin_layout Standard
29907 Dies ist eine Zeile, in der das Wort 
29908 \begin_inset ERT
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912
29913
29914 \backslash
29915 raisebox{-
29916 \backslash
29917 depth}{
29918 \end_layout
29919
29920 \end_inset
29921
29922
29923 \begin_inset Quotes gld
29924 \end_inset
29925
29926 provokant
29927 \begin_inset Quotes grd
29928 \end_inset
29929
29930
29931 \begin_inset ERT
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935
29936 }
29937 \end_layout
29938
29939 \end_inset
29940
29941  nach unten verschoben wurde.
29942 \end_layout
29943
29944 \begin_layout Standard
29945 Dies ist eine Zeile, in der das Wort 
29946 \begin_inset ERT
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950
29951
29952 \backslash
29953 raisebox{0.5cm}{
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \begin_inset Quotes gld
29960 \end_inset
29961
29962 testen
29963 \begin_inset Quotes grd
29964 \end_inset
29965
29966
29967 \begin_inset ERT
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971
29972 }
29973 \end_layout
29974
29975 \end_inset
29976
29977  um 0.5
29978 \begin_inset space \thinspace{}
29979 \end_inset
29980
29981 cm nach oben verschoben wurde.
29982 \end_layout
29983
29984 \begin_layout Standard
29985 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
29986 \end_layout
29987
29988 \begin_layout Standard
29989
29990 \series bold
29991
29992 \backslash
29993 raisebox{-
29994 \backslash
29995 depth}[0pt]{
29996 \end_layout
29997
29998 \begin_layout Standard
29999 Dies ist eine Zeile, in der das Wort 
30000 \begin_inset ERT
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004
30005
30006 \backslash
30007 raisebox{-
30008 \backslash
30009 depth}[0pt]{
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \begin_inset Quotes gld
30016 \end_inset
30017
30018 provokant
30019 \begin_inset Quotes grd
30020 \end_inset
30021
30022
30023 \begin_inset ERT
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027
30028 }
30029 \end_layout
30030
30031 \end_inset
30032
30033  nach unten verschoben wurde.
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Dies ist eine Zeile, in der das Wort 
30038 \begin_inset ERT
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043
30044 \backslash
30045 raisebox{0.5cm}[0pt]{
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \begin_inset Quotes gld
30052 \end_inset
30053
30054 testen
30055 \begin_inset Quotes grd
30056 \end_inset
30057
30058
30059 \begin_inset ERT
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063
30064 }
30065 \end_layout
30066
30067 \end_inset
30068
30069  um 0.5
30070 \begin_inset space \thinspace{}
30071 \end_inset
30072
30073 cm nach oben verschoben wurde.
30074  Jetzt überschneiden sich die verschobenen Worte.
30075 \end_layout
30076
30077 \begin_layout Section
30078 Farbige Boxen
30079 \begin_inset CommandInset label
30080 LatexCommand label
30081 name "abs:Farbige-Boxen"
30082
30083 \end_inset
30084
30085
30086 \begin_inset Index idx
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090 Boxen ! farbige
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Subsection
30099 Text-Hintergrundfarbe
30100 \begin_inset Index idx
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104 Farbe ! für Text-Hintergrund
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30114  so genannten 
30115 \begin_inset Quotes gld
30116 \end_inset
30117
30118 colorbox
30119 \begin_inset Quotes grd
30120 \end_inset
30121
30122  stehen.
30123  Dafür muss das LaTeX-Paket 
30124 \series bold
30125 color
30126 \series default
30127
30128 \begin_inset Index idx
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 LaTeX-Pakete ! color
30133 \end_layout
30134
30135 \end_inset
30136
30137  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30138 \end_layout
30139
30140 \begin_layout Standard
30141
30142 \series bold
30143
30144 \backslash
30145 @ifundefined{textcolor}
30146 \begin_inset Newline newline
30147 \end_inset
30148
30149
30150 \begin_inset Phantom HPhantom
30151 status open
30152
30153 \begin_layout Plain Layout
30154
30155 \series bold
30156 \begin_inset space ~
30157 \end_inset
30158
30159
30160 \end_layout
30161
30162 \end_inset
30163
30164 {
30165 \backslash
30166 usepackage{color}}{}
30167 \end_layout
30168
30169 \begin_layout Standard
30170 Wenn Sie Text einfärben, lädt LyX das Paket 
30171 \series bold
30172 color
30173 \series default
30174  automatisch.
30175 \begin_inset Foot
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179 Der Befehl 
30180 \series bold
30181
30182 \backslash
30183 @ifundefined
30184 \series default
30185  vermeidet, dass es in diesem Fall doppelt geladen wird.
30186 \end_layout
30187
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \begin_layout Standard
30194 \begin_inset VSpace medskip
30195 \end_inset
30196
30197 Colorboxen werden mit dem Befehl 
30198 \series bold
30199
30200 \backslash
30201 colorbox
30202 \series default
30203  erzeugt:
30204 \end_layout
30205
30206 \begin_layout Standard
30207
30208 \series bold
30209
30210 \backslash
30211 colorbox{Farbe}{Boxinhalt}
30212 \end_layout
30213
30214 \begin_layout Standard
30215 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30216  Boxen sein.
30217 \end_layout
30218
30219 \begin_layout Standard
30220 Die folgenden Farben sind vordefiniert:
30221 \family sans
30222  schwarz
30223 \family default
30224
30225 \family sans
30226 wei
30227 \family default
30228 ß, 
30229 \family sans
30230 rot
30231 \family default
30232 \series bold
30233 ,
30234 \series default
30235  
30236 \family sans
30237 grün
30238 \family default
30239
30240 \family sans
30241 blau
30242 \family default
30243
30244 \family sans
30245 türkis
30246 \family default
30247
30248 \family sans
30249 purpurrot
30250 \family default
30251  und 
30252 \family sans
30253 gelb
30254 \family default
30255 .
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30260 \begin_inset space ~
30261 \end_inset
30262
30263
30264 \begin_inset CommandInset ref
30265 LatexCommand ref
30266 reference "abs:Farbige-Tabellen"
30267
30268 \end_inset
30269
30270  beschrieben.
30271 \end_layout
30272
30273 \begin_layout Standard
30274 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30275  den TeX-Code-Befehl
30276 \end_layout
30277
30278 \begin_layout Standard
30279
30280 \series bold
30281
30282 \backslash
30283 colorbox{red}{
30284 \end_layout
30285
30286 \begin_layout Standard
30287 vor dem Wort ein.
30288  Hinter dem Wort fügen Sie 
30289 \series bold
30290
30291 \begin_inset Quotes gld
30292 \end_inset
30293
30294 }
30295 \series default
30296
30297 \begin_inset Quotes grd
30298 \end_inset
30299
30300  als TeX-Code ein.
30301  Hier ist das Ergebnis:
30302 \end_layout
30303
30304 \begin_layout Standard
30305 In dieser Zeile hat 
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 colorbox{red}{
30314 \end_layout
30315
30316 \end_inset
30317
30318 Achtung!
30319 \begin_inset ERT
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323
30324 }
30325 \end_layout
30326
30327 \end_inset
30328
30329  einen roten Hintergrund.
30330 \end_layout
30331
30332 \begin_layout Standard
30333 \begin_inset VSpace bigskip
30334 \end_inset
30335
30336 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30337  
30338 \series bold
30339
30340 \backslash
30341 fcolorbox
30342 \series default
30343  verwenden:
30344 \end_layout
30345
30346 \begin_layout Standard
30347
30348 \series bold
30349
30350 \backslash
30351 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 fcolorbox
30360 \series default
30361  ist eine Erweiterung von 
30362 \series bold
30363
30364 \backslash
30365 colorbox
30366 \series default
30367 .
30368  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30369  
30370 \series bold
30371
30372 \backslash
30373 fboxrule
30374 \series default
30375  und 
30376 \series bold
30377
30378 \backslash
30379 fboxsep
30380 \series default
30381  gesteuert werden, wie in Abschnitt
30382 \begin_inset space ~
30383 \end_inset
30384
30385
30386 \begin_inset CommandInset ref
30387 LatexCommand ref
30388 reference "uab:Verzierung"
30389
30390 \end_inset
30391
30392  beschrieben.
30393 \end_layout
30394
30395 \begin_layout Standard
30396 Für das folgende Beispiel wurde der Befehl
30397 \end_layout
30398
30399 \begin_layout Standard
30400
30401 \series bold
30402
30403 \backslash
30404 fcolorbox{cyan}{magenta}{
30405 \end_layout
30406
30407 \begin_layout Standard
30408 benutzt.
30409  Hier wurden die Rahmendicke und der Abstand auf 1
30410 \begin_inset space \thinspace{}
30411 \end_inset
30412
30413 mm gesetzt:
30414 \begin_inset Newline newline
30415 \end_inset
30416
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 fboxrule 1mm 
30426 \backslash
30427 fboxsep 1mm
30428 \end_layout
30429
30430 \end_inset
30431
30432
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438
30439 \backslash
30440 fcolorbox{cyan}{green}{
30441 \end_layout
30442
30443 \end_inset
30444
30445 Dies ist Text in einer farbigen, gerahmten Box.
30446 \begin_inset ERT
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450
30451 }
30452 \end_layout
30453
30454 \end_inset
30455
30456
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset VSpace bigskip
30461 \end_inset
30462
30463 Natürlich gibt es auch farbigen Text in einer Colorbox:
30464 \begin_inset Newline newline
30465 \end_inset
30466
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 fcolorbox{cyan}{green}{
30476 \end_layout
30477
30478 \end_inset
30479
30480
30481 \color yellow
30482 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30483 \color none
30484
30485 \begin_inset ERT
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489
30490 }
30491 \end_layout
30492
30493 \end_inset
30494
30495
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 fboxrule 0.4pt 
30504 \backslash
30505 fboxsep 3pt
30506 \end_layout
30507
30508 \end_inset
30509
30510
30511 \end_layout
30512
30513 \begin_layout Standard
30514 \begin_inset VSpace bigskip
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 \begin_inset Note Greyedout
30522 status open
30523
30524 \begin_layout Plain Layout
30525 \noindent
30526
30527 \series bold
30528 Bemerkung:
30529 \series default
30530  Text in Colorboxen kann nicht umgebrochen werden.
30531  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30532  wie im folgenden beschrieben.
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Subsection
30541 Farbe für Absätze
30542 \begin_inset CommandInset label
30543 LatexCommand label
30544 name "uab:Farbe-für-Absätze"
30545
30546 \end_inset
30547
30548
30549 \begin_inset Index idx
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Farbe ! für Absätze
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30563  den Text in eine Minipage stellen.
30564  Vor der Minipage fügen Sie den TeX-Code-Befehl
30565 \end_layout
30566
30567 \begin_layout Standard
30568
30569 \series bold
30570
30571 \backslash
30572 colorbox{color}{
30573 \end_layout
30574
30575 \begin_layout Standard
30576 ein.
30577  Hinter der Minipage fügen Sie 
30578 \series bold
30579
30580 \begin_inset Quotes gld
30581 \end_inset
30582
30583 }
30584 \series default
30585
30586 \begin_inset Quotes grd
30587 \end_inset
30588
30589  als TeX-Code ein.
30590 \end_layout
30591
30592 \begin_layout Standard
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598
30599 \backslash
30600 colorbox{hellgrau}{
30601 \end_layout
30602
30603 \end_inset
30604
30605
30606 \begin_inset Box Frameless
30607 position "t"
30608 hor_pos "c"
30609 has_inner_box 1
30610 inner_pos "t"
30611 use_parbox 0
30612 use_makebox 0
30613 width "100col%"
30614 special "none"
30615 height "1in"
30616 height_special "totalheight"
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620 Dies ist Text mit einer Hintergrundfarbe.
30621  Dies ist Text mit einer Hintergrundfarbe.
30622 \end_layout
30623
30624 \begin_layout Plain Layout
30625 Der Text kann Fußnoten
30626 \begin_inset Foot
30627 status open
30628
30629 \begin_layout Plain Layout
30630 Eine weitere Fußnote
30631 \end_layout
30632
30633 \end_inset
30634
30635  und Tabellen und Abbildungen enthalten.
30636 \end_layout
30637
30638 \begin_layout Plain Layout
30639 \align center
30640 \begin_inset Tabular
30641 <lyxtabular version="3" rows="3" columns="3">
30642 <features tabularvalignment="middle">
30643 <column alignment="center" valignment="top" width="0">
30644 <column alignment="center" valignment="top" width="0">
30645 <column alignment="center" valignment="top" width="0">
30646 <row>
30647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30648 \begin_inset Text
30649
30650 \begin_layout Plain Layout
30651 a
30652 \end_layout
30653
30654 \end_inset
30655 </cell>
30656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660 !
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30666 \begin_inset Text
30667
30668 \begin_layout Plain Layout
30669 3
30670 \end_layout
30671
30672 \end_inset
30673 </cell>
30674 </row>
30675 <row>
30676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680 <
30681 \end_layout
30682
30683 \end_inset
30684 </cell>
30685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30686 \begin_inset Text
30687
30688 \begin_layout Plain Layout
30689 b2
30690 \begin_inset Quotes erd
30691 \end_inset
30692
30693 |
30694 \end_layout
30695
30696 \end_inset
30697 </cell>
30698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702 >
30703 \end_layout
30704
30705 \end_inset
30706 </cell>
30707 </row>
30708 <row>
30709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30710 \begin_inset Text
30711
30712 \begin_layout Plain Layout
30713 1
30714 \end_layout
30715
30716 \end_inset
30717 </cell>
30718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30719 \begin_inset Text
30720
30721 \begin_layout Plain Layout
30722 §
30723 \end_layout
30724
30725 \end_inset
30726 </cell>
30727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30728 \begin_inset Text
30729
30730 \begin_layout Plain Layout
30731 c
30732 \end_layout
30733
30734 \end_inset
30735 </cell>
30736 </row>
30737 </lyxtabular>
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \end_inset
30745
30746
30747 \begin_inset ERT
30748 status collapsed
30749
30750 \begin_layout Plain Layout
30751
30752 }
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Section
30761 Rotierte und skalierte Boxen
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30766 \series bold
30767 graphicx
30768 \series default
30769
30770 \begin_inset Index idx
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774 LaTeX-Pakete ! graphicx
30775 \end_layout
30776
30777 \end_inset
30778
30779  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30780 \end_layout
30781
30782 \begin_layout Standard
30783
30784 \series bold
30785
30786 \backslash
30787 @ifundefined{rotatebox}
30788 \begin_inset Newline newline
30789 \end_inset
30790
30791
30792 \begin_inset Phantom HPhantom
30793 status open
30794
30795 \begin_layout Plain Layout
30796
30797 \series bold
30798 \begin_inset space ~
30799 \end_inset
30800
30801
30802 \end_layout
30803
30804 \end_inset
30805
30806 {
30807 \backslash
30808 usepackage{graphicx}}{}
30809 \end_layout
30810
30811 \begin_layout Standard
30812 \begin_inset Note Greyedout
30813 status open
30814
30815 \begin_layout Plain Layout
30816
30817 \series bold
30818 Bemerkung:
30819 \series default
30820  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30821  darstellen.
30822  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30823 \end_layout
30824
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \begin_layout Standard
30831 \begin_inset Note Greyedout
30832 status open
30833
30834 \begin_layout Plain Layout
30835
30836 \series bold
30837 Bemerkung:
30838 \series default
30839  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Subsection
30848 Rotierte Boxen
30849 \begin_inset Index idx
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853 Boxen ! rotierte
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset Index idx
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863 Rotiertes Material
30864 \end_layout
30865
30866 \end_inset
30867
30868
30869 \begin_inset Index idx
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 Abbildungen ! rotierte
30874 \end_layout
30875
30876 \end_inset
30877
30878
30879 \begin_inset Index idx
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883 Tabellen ! rotierte
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Standard
30892 Um Text zu drehen, verwendet man den Befehl 
30893 \series bold
30894
30895 \backslash
30896 rotatebox
30897 \series default
30898  im TeX-Code nach folgendem Schema:
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Der Drehpunkt wird mit 
30911 \series bold
30912 origin=Position
30913 \series default
30914  angegeben.
30915  Folgende Positionen sind möglich: 
30916 \emph on
30917 c
30918 \emph default
30919  (mittig), 
30920 \emph on
30921 l
30922 \emph default
30923  (links), 
30924 \emph on
30925 r
30926 \emph default
30927  (rechts), 
30928 \emph on
30929 b
30930 \emph default
30931  (unten), 
30932 \emph on
30933 t
30934 \emph default
30935  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30936  Z.
30937 \begin_inset space \thinspace{}
30938 \end_inset
30939
30940 B.
30941  bedeutet 
30942 \emph on
30943 lt
30944 \emph default
30945 , dass sich der Drehpunkt links oben befindet.
30946  Wird kein Drehpunkt angegeben, wird die Position 
30947 \emph on
30948 l
30949 \emph default
30950  verwendet.
30951  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30952  Gedreht wird gegen den Uhrzeigersinn.
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Im folgenden Beispiel wurde vor dem Text der Befehl 
30957 \series bold
30958
30959 \backslash
30960 rotatebox[origin=c]{60}{
30961 \series default
30962  im TeX-Modus eingegeben.
30963  Nach dem Text wurde die schließende Klammer 
30964 \series bold
30965 }
30966 \series default
30967  wiederum im TeX-Modus eingegeben.
30968 \end_layout
30969
30970 \begin_layout Standard
30971 Dies ist eine Zeile 
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977
30978 \backslash
30979 rotatebox[origin=c]{60}{
30980 \end_layout
30981
30982 \end_inset
30983
30984 mit rotiertem
30985 \begin_inset ERT
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989
30990 }
30991 \end_layout
30992
30993 \end_inset
30994
30995  Text.
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31000 \end_layout
31001
31002 \begin_layout Standard
31003 Dies ist eine Zeile 
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009
31010 \backslash
31011 rotatebox[origin=r]{-60}{
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \begin_inset Box Doublebox
31018 position "c"
31019 hor_pos "c"
31020 has_inner_box 0
31021 inner_pos "c"
31022 use_parbox 0
31023 use_makebox 0
31024 width "1in"
31025 special "width"
31026 height "1in"
31027 height_special "totalheight"
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031 mit rotiertem
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042 }
31043 \end_layout
31044
31045 \end_inset
31046
31047  umrandeten Text 
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 rotatebox[origin=lb]{60}{
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31062 \end_inset
31063
31064
31065 \begin_inset ERT
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069
31070 }
31071 \end_layout
31072
31073 \end_inset
31074
31075  und einer Formel.
31076 \end_layout
31077
31078 \begin_layout Standard
31079 Oder ein Bild oder Tabelle:
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Dies ist eine Zeile 
31084 \begin_inset ERT
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088
31089
31090 \backslash
31091 rotatebox[origin=lb]{90}{
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \begin_inset Graphics
31098         filename ../clipart/platypus.eps
31099         lyxscale 50
31100         width 25col%
31101
31102 \end_inset
31103
31104
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110 }
31111 \end_layout
31112
31113 \end_inset
31114
31115  mit einem rotierten Bild 
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121
31122 \backslash
31123 rotatebox[origin=l]{-90}{
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \begin_inset Tabular
31130 <lyxtabular version="3" rows="2" columns="2">
31131 <features tabularvalignment="middle">
31132 <column alignment="center" valignment="top" width="0">
31133 <column alignment="center" valignment="top" width="0">
31134 <row>
31135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31136 \begin_inset Text
31137
31138 \begin_layout Plain Layout
31139 q
31140 \end_layout
31141
31142 \end_inset
31143 </cell>
31144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31145 \begin_inset Text
31146
31147 \begin_layout Plain Layout
31148 w
31149 \end_layout
31150
31151 \end_inset
31152 </cell>
31153 </row>
31154 <row>
31155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31156 \begin_inset Text
31157
31158 \begin_layout Plain Layout
31159 e
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Plain Layout
31168 r
31169 \end_layout
31170
31171 \end_inset
31172 </cell>
31173 </row>
31174 </lyxtabular>
31175
31176 \end_inset
31177
31178
31179 \begin_inset ERT
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183
31184 }
31185 \end_layout
31186
31187 \end_inset
31188
31189  und Tabelle.
31190 \end_layout
31191
31192 \begin_layout Subsection
31193 Skalierte Boxen
31194 \begin_inset Index idx
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198 Boxen ! skalierte
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \begin_inset Index idx
31205 status collapsed
31206
31207 \begin_layout Plain Layout
31208 Skaliertes Material
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 Abbildungen ! skalierte
31219 \end_layout
31220
31221 \end_inset
31222
31223
31224 \begin_inset Index idx
31225 status collapsed
31226
31227 \begin_layout Plain Layout
31228 Tabellen ! skalierte
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \begin_layout Standard
31237 Um Text zu skalieren, kann man die Befehle 
31238 \series bold
31239
31240 \backslash
31241 scalebox
31242 \series default
31243  und 
31244 \series bold
31245
31246 \backslash
31247 resizebox
31248 \series default
31249  im TeX-Modus verwenden.
31250 \end_layout
31251
31252 \begin_layout Standard
31253
31254 \series bold
31255
31256 \backslash
31257 scalebox
31258 \series default
31259  wird nach folgendem Schema verwendet:
31260 \end_layout
31261
31262 \begin_layout Standard
31263
31264 \series bold
31265
31266 \backslash
31267 scalebox{horizontal}[vertikal]{Boxinhalt}
31268 \end_layout
31269
31270 \begin_layout Standard
31271 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31272  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31273  verwendet.
31274 \end_layout
31275
31276 \begin_layout Standard
31277 Z.
31278 \begin_inset space \thinspace{}
31279 \end_inset
31280
31281 B.
31282  ergibt der Befehl 
31283 \series bold
31284
31285 \backslash
31286 scalebox{2}{Hallo}
31287 \series default
31288  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31289 \begin_inset ERT
31290 status collapsed
31291
31292 \begin_layout Plain Layout
31293
31294
31295 \backslash
31296 scalebox{2}{
31297 \end_layout
31298
31299 \end_inset
31300
31301 Hallo
31302 \begin_inset ERT
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306
31307 }
31308 \end_layout
31309
31310 \end_inset
31311
31312 .
31313 \end_layout
31314
31315 \begin_layout Standard
31316
31317 \series bold
31318
31319 \backslash
31320 scalebox{2}[1]{Hallo}
31321 \series default
31322  verzerrt hingegen das 
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 scalebox{2}[1]{
31331 \end_layout
31332
31333 \end_inset
31334
31335 Hallo
31336 \begin_inset ERT
31337 status collapsed
31338
31339 \begin_layout Plain Layout
31340
31341 }
31342 \end_layout
31343
31344 \end_inset
31345
31346 .
31347 \end_layout
31348
31349 \begin_layout Standard
31350 Die Skalierungsfaktoren dürfen auch negativ sein.
31351  In diesem Fall wird der Boxinhalt gespiegelt.
31352 \end_layout
31353
31354 \begin_layout Standard
31355 Daher lässt sich mit dem Befehl 
31356 \series bold
31357
31358 \backslash
31359 scalebox{-1}[1]{Hallo}
31360 \series default
31361  Spiegelschrift erstellen: 
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367
31368 \backslash
31369 scalebox{-1}[1]{
31370 \end_layout
31371
31372 \end_inset
31373
31374 Hallo
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380 }
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389
31390 \series bold
31391
31392 \backslash
31393 scalebox{1}[-1]{Hallo}
31394 \series default
31395  spiegelt das 
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 scalebox{1}[-1]{
31404 \end_layout
31405
31406 \end_inset
31407
31408 Hallo
31409 \begin_inset ERT
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413
31414 }
31415 \end_layout
31416
31417 \end_inset
31418
31419  an der Grundlinie.
31420 \end_layout
31421
31422 \begin_layout Standard
31423 Zu 
31424 \series bold
31425
31426 \backslash
31427 scalebox{-1}[1]{Boxinhalt}
31428 \series default
31429  gibt es den äquivalenten Befehl
31430 \begin_inset Newline newline
31431 \end_inset
31432
31433
31434 \series bold
31435
31436 \backslash
31437 reflectbox{Boxinhalt}
31438 \series default
31439 .
31440 \end_layout
31441
31442 \begin_layout Standard
31443 \begin_inset VSpace bigskip
31444 \end_inset
31445
31446
31447 \series bold
31448
31449 \backslash
31450 resizebox
31451 \series default
31452  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31453  skalieren.
31454  Das Befehlsschema ist folgendes:
31455 \end_layout
31456
31457 \begin_layout Standard
31458
31459 \series bold
31460
31461 \backslash
31462 resizebox{Breite}{Höhe}{Boxinhalt}
31463 \end_layout
31464
31465 \begin_layout Standard
31466 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31467 \series bold
31468 !
31469 \series default
31470  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31471  wird.
31472 \end_layout
31473
31474 \begin_layout Standard
31475 Der Befehl 
31476 \series bold
31477
31478 \backslash
31479 resizebox{2cm}{1cm}{Hallo}
31480 \series default
31481  ergibt: 
31482 \begin_inset ERT
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486
31487
31488 \backslash
31489 resizebox{2cm}{1cm}{
31490 \end_layout
31491
31492 \end_inset
31493
31494 Hallo
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500 }
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \begin_inset Newline newline
31507 \end_inset
31508
31509 Der Befehl 
31510 \series bold
31511
31512 \backslash
31513 resizebox{2cm}{!}{Hallo}
31514 \series default
31515  ergibt: 
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521
31522 \backslash
31523 resizebox{2cm}{!}{
31524 \end_layout
31525
31526 \end_inset
31527
31528 Hallo
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533
31534 }
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 \begin_inset VSpace bigskip
31544 \end_inset
31545
31546
31547 \begin_inset Note Greyedout
31548 status open
31549
31550 \begin_layout Plain Layout
31551
31552 \series bold
31553 Bemerkung:
31554 \series default
31555  Wurde in Argumenten von 
31556 \series bold
31557
31558 \backslash
31559 scalebox
31560 \series default
31561  oder 
31562 \series bold
31563
31564 \backslash
31565 resizebox
31566 \series default
31567  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31568  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31569  werden.
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \begin_layout Standard
31578 \begin_inset VSpace bigskip
31579 \end_inset
31580
31581
31582 \end_layout
31583
31584 \begin_layout Standard
31585 Alle Boxen können beliebig miteinander kombiniert werden.
31586  So ergibt z.
31587 \begin_inset space \thinspace{}
31588 \end_inset
31589
31590 B.
31591  der Befehl
31592 \begin_inset Newline newline
31593 \end_inset
31594
31595
31596 \series bold
31597
31598 \backslash
31599 rotatebox[origin=c]{-45}{
31600 \backslash
31601 resizebox{2cm}{!}{
31602 \backslash
31603 reflectbox{Hallo}}}
31604 \series default
31605 :
31606 \end_layout
31607
31608 \begin_layout Standard
31609 \align center
31610 \begin_inset ERT
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614
31615
31616 \backslash
31617 rotatebox[origin=c]{-45}{
31618 \backslash
31619 resizebox{2cm}{!}{
31620 \backslash
31621 reflectbox{
31622 \end_layout
31623
31624 \end_inset
31625
31626 Hallo
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632 }}}
31633 \end_layout
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 \noindent
31642 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31643 \end_layout
31644
31645 \begin_layout Standard
31646 \align center
31647 \begin_inset ERT
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651
31652
31653 \backslash
31654 rotatebox[origin=c]{-30}{
31655 \backslash
31656 resizebox{2cm}{!}{
31657 \backslash
31658 reflectbox{
31659 \end_layout
31660
31661 \end_inset
31662
31663
31664 \begin_inset Graphics
31665         filename ../clipart/platypus.eps
31666         lyxscale 50
31667         width 25col%
31668
31669 \end_inset
31670
31671
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677 }}}
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688
31689 \backslash
31690 rotatebox[origin=c]{-45}{
31691 \backslash
31692 resizebox{2cm}{!}{
31693 \backslash
31694 reflectbox{
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \begin_inset Tabular
31701 <lyxtabular version="3" rows="2" columns="2">
31702 <features tabularvalignment="middle">
31703 <column alignment="center" valignment="top" width="0">
31704 <column alignment="center" valignment="top" width="0">
31705 <row>
31706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31707 \begin_inset Text
31708
31709 \begin_layout Plain Layout
31710 q
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719 w
31720 \end_layout
31721
31722 \end_inset
31723 </cell>
31724 </row>
31725 <row>
31726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31727 \begin_inset Text
31728
31729 \begin_layout Plain Layout
31730 e
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739 r
31740 \end_layout
31741
31742 \end_inset
31743 </cell>
31744 </row>
31745 </lyxtabular>
31746
31747 \end_inset
31748
31749
31750 \begin_inset ERT
31751 status collapsed
31752
31753 \begin_layout Plain Layout
31754
31755 }}}
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset ERT
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765
31766
31767 \backslash
31768 rotatebox[origin=c]{-45}{
31769 \backslash
31770 resizebox{2cm}{!}{
31771 \backslash
31772 reflectbox{
31773 \end_layout
31774
31775 \end_inset
31776
31777
31778 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31779 \end_inset
31780
31781
31782 \begin_inset ERT
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786
31787 }}}
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \begin_layout Standard
31796 Hat man den globalen Formelstil 
31797 \series bold
31798 fleqn
31799 \series default
31800
31801 \begin_inset Foot
31802 status collapsed
31803
31804 \begin_layout Plain Layout
31805 Wenn 
31806 \begin_inset Quotes gld
31807 \end_inset
31808
31809 fleqn
31810 \begin_inset Quotes grd
31811 \end_inset
31812
31813  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31814 \end_layout
31815
31816 \end_inset
31817
31818  gewählt, kann man auch abgesetzte Formeln skalieren.
31819 \end_layout
31820
31821 \begin_layout Chapter
31822 Umflossene Objekte
31823 \begin_inset Index idx
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Umflossene Objekte
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \begin_layout Section
31836 Umflossene Gleitobjekte
31837 \begin_inset CommandInset label
31838 LatexCommand label
31839 name "sec:Umflossene-Gleitobjekte"
31840
31841 \end_inset
31842
31843
31844 \begin_inset Index idx
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848 Gleitobjekte ! umflossene
31849 \end_layout
31850
31851 \end_inset
31852
31853
31854 \begin_inset Index idx
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858 Umflossene Objekte ! Gleitobjekte
31859 \end_layout
31860
31861 \end_inset
31862
31863
31864 \end_layout
31865
31866 \begin_layout Standard
31867 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
31868  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
31869  den die Abbildung bzw.
31870 \begin_inset space ~
31871 \end_inset
31872
31873 Tabelle übrig lässt.
31874  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
31875  Sie werden über das Menü
31876 \family sans
31877  Einfügen\SpecialChar \menuseparator
31878 Gleitobjekt\SpecialChar \menuseparator
31879 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
31880 objekt
31881 \family default
31882  eingefügt, wenn das LaTeX-Paket 
31883 \series bold
31884 wrapfig
31885 \series default
31886
31887 \begin_inset Index idx
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 LaTeX-Pakete ! wrapfig
31892 \begin_inset ERT
31893 status collapsed
31894
31895 \begin_layout Plain Layout
31896
31897
31898 \backslash
31899 vspace{4mm}
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \end_layout
31906
31907 \end_inset
31908
31909  installiert ist.
31910 \begin_inset Foot
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
31915 \emph on
31916 LaTeX-Konfiguration
31917 \emph default
31918  beschrieben.
31919 \end_layout
31920
31921 \end_inset
31922
31923  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
31924  Box des Gleitobjekts geändert werden.
31925  
31926 \begin_inset Wrap figure
31927 lines 0
31928 placement l
31929 overhang 1cm
31930 width "40col%"
31931 status open
31932
31933 \begin_layout Plain Layout
31934 \begin_inset Graphics
31935         filename ../clipart/mobius.eps
31936         width 40col%
31937         scaleBeforeRotation
31938         rotateOrigin center
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Plain Layout
31946 \begin_inset Caption
31947
31948 \begin_layout Plain Layout
31949 \begin_inset CommandInset label
31950 LatexCommand label
31951 name "abb:Dies-ist-eine"
31952
31953 \end_inset
31954
31955 Dies ist eine umflossene Gleitobjekt-Abbildung
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \end_layout
31962
31963 \end_inset
31964
31965  Obligatorische Einstellungen sind die 
31966 \family sans
31967 Breite
31968 \family default
31969  und 
31970 \family sans
31971 Platzierung
31972 \family default
31973  des Gleitobjekts.
31974  Optional sind der 
31975 \family sans
31976 Überhang 
31977 \family default
31978 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
31979 \begin_inset space \thinspace{}
31980 \end_inset
31981
31982 /
31983 \begin_inset space \thinspace{}
31984 \end_inset
31985
31986 der Seite ragt und die 
31987 \family sans
31988 benötigten Zeilen
31989 \family default
31990 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
31991  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
31992  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
31993  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
31994  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
31995  zu lassen.
31996  Abbildung
31997 \begin_inset space ~
31998 \end_inset
31999
32000
32001 \begin_inset CommandInset ref
32002 LatexCommand ref
32003 reference "abb:Dies-ist-eine"
32004
32005 \end_inset
32006
32007  ist zum Beispiel ein umflossenes Bild, das 40
32008 \begin_inset space \thinspace{}
32009 \end_inset
32010
32011 % der Spaltenbreite einnimmt, 1
32012 \begin_inset space \thinspace{}
32013 \end_inset
32014
32015 cm in den Rand ragt und links gesetzt wurde.
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \begin_inset Note Greyedout
32020 status open
32021
32022 \begin_layout Plain Layout
32023
32024 \series bold
32025 Bemerkung:
32026 \series default
32027  Umflossene Objekte sind fragil! Wenn die Abbildung z.
32028 \begin_inset space \thinspace{}
32029 \end_inset
32030
32031 B.
32032  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
32033  oder über anderen Text gedruckt wird.
32034 \end_layout
32035
32036 \end_inset
32037
32038
32039 \end_layout
32040
32041 \begin_layout Standard
32042 Allgemein gilt für umflossene Gleitobjekte:
32043 \end_layout
32044
32045 \begin_layout Itemize
32046 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
32047  fortgesetzt werden.
32048  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
32049  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
32050 \end_layout
32051
32052 \begin_layout Itemize
32053 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
32054  werden oder darin.
32055 \end_layout
32056
32057 \begin_layout Itemize
32058 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
32059  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
32060 \end_layout
32061
32062 \begin_layout Itemize
32063 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
32064 \end_layout
32065
32066 \begin_layout Itemize
32067 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
32068 \begin_inset space \thinspace{}
32069 \end_inset
32070
32071
32072 \begin_inset CommandInset ref
32073 LatexCommand ref
32074 reference "chap:Gleitobjekte"
32075
32076 \end_inset
32077
32078  beschrieben.
32079 \end_layout
32080
32081 \begin_layout Section
32082 Umflossene Fixe Objekte
32083 \begin_inset Index idx
32084 status collapsed
32085
32086 \begin_layout Plain Layout
32087 Umflossene Objekte ! Fixe Objekte
32088 \end_layout
32089
32090 \end_inset
32091
32092
32093 \end_layout
32094
32095 \begin_layout Standard
32096 Die in Abschnitt
32097 \begin_inset space ~
32098 \end_inset
32099
32100
32101 \begin_inset CommandInset ref
32102 LatexCommand ref
32103 reference "sec:Umflossene-Gleitobjekte"
32104
32105 \end_inset
32106
32107  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
32108 \end_layout
32109
32110 \begin_layout Standard
32111 \noindent
32112 \align center
32113 \begin_inset Tabular
32114 <lyxtabular version="3" rows="2" columns="2">
32115 <features tabularvalignment="middle">
32116 <column alignment="center" valignment="top" width="0">
32117 <column alignment="center" valignment="top" width="0">
32118 <row>
32119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32120 \begin_inset Text
32121
32122 \begin_layout Plain Layout
32123 \begin_inset Graphics
32124         filename ../../images/dialog-show-new-inset_graphics.png
32125         scale 70
32126         scaleBeforeRotation
32127         BoundingBox 0bp 6bp 22bp 22bp
32128
32129 \end_inset
32130
32131
32132 \end_layout
32133
32134 \end_inset
32135 </cell>
32136 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140 Text
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 </row>
32146 <row>
32147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151 Text
32152 \end_layout
32153
32154 \end_inset
32155 </cell>
32156 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160 Text
32161 \end_layout
32162
32163 \end_inset
32164 </cell>
32165 </row>
32166 </lyxtabular>
32167
32168 \end_inset
32169
32170  oder 
32171 \begin_inset Tabular
32172 <lyxtabular version="3" rows="2" columns="2">
32173 <features tabularvalignment="middle">
32174 <column alignment="center" valignment="top" width="0">
32175 <column alignment="center" valignment="top" width="0">
32176 <row>
32177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32178 \begin_inset Text
32179
32180 \begin_layout Plain Layout
32181 Text
32182 \end_layout
32183
32184 \end_inset
32185 </cell>
32186 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32187 \begin_inset Text
32188
32189 \begin_layout Plain Layout
32190 \begin_inset Graphics
32191         filename ../../images/dialog-show-new-inset_graphics.png
32192         scale 70
32193         scaleBeforeRotation
32194         BoundingBox 0bp 6bp 22bp 22bp
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 </row>
32204 <row>
32205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32206 \begin_inset Text
32207
32208 \begin_layout Plain Layout
32209 Text
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218 Text
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 </row>
32224 </lyxtabular>
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
32233  wurde, um z.
32234 \begin_inset space \thinspace{}
32235 \end_inset
32236
32237 B.
32238  solche Positionen zu erhalten:
32239 \begin_inset VSpace defskip
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \noindent
32247 \align center
32248 \begin_inset Tabular
32249 <lyxtabular version="3" rows="2" columns="2">
32250 <features tabularvalignment="middle">
32251 <column alignment="center" valignment="top" width="0">
32252 <column alignment="center" valignment="top" width="0">
32253 <row>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 Text
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32264 \begin_inset Text
32265
32266 \begin_layout Plain Layout
32267 Text
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 </row>
32273 <row>
32274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 \begin_inset Graphics
32279         filename ../../images/dialog-show-new-inset_graphics.png
32280         scale 70
32281         scaleBeforeRotation
32282         BoundingBox 0bp 6bp 22bp 22bp
32283
32284 \end_inset
32285
32286
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295 Text
32296 \end_layout
32297
32298 \end_inset
32299 </cell>
32300 </row>
32301 </lyxtabular>
32302
32303 \end_inset
32304
32305  
32306 \begin_inset Tabular
32307 <lyxtabular version="3" rows="2" columns="2">
32308 <features tabularvalignment="middle">
32309 <column alignment="center" valignment="top" width="0">
32310 <column alignment="center" valignment="top" width="0">
32311 <row>
32312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32313 \begin_inset Text
32314
32315 \begin_layout Plain Layout
32316 Text
32317 \end_layout
32318
32319 \end_inset
32320 </cell>
32321 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 Text
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 </row>
32331 <row>
32332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32333 \begin_inset Text
32334
32335 \begin_layout Plain Layout
32336 Text
32337 \end_layout
32338
32339 \end_inset
32340 </cell>
32341 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32342 \begin_inset Text
32343
32344 \begin_layout Plain Layout
32345 \begin_inset Graphics
32346         filename ../../images/dialog-show-new-inset_graphics.png
32347         scale 70
32348         scaleBeforeRotation
32349         BoundingBox 0bp 6bp 22bp 22bp
32350
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 </row>
32359 </lyxtabular>
32360
32361 \end_inset
32362
32363  
32364 \begin_inset Tabular
32365 <lyxtabular version="3" rows="2" columns="3">
32366 <features tabularvalignment="middle">
32367 <column alignment="center" valignment="top" width="0">
32368 <column alignment="center" valignment="top" width="0">
32369 <column alignment="center" valignment="top" width="0">
32370 <row>
32371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375 Text
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 <cell alignment="center" valignment="top" topline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384 \begin_inset Graphics
32385         filename ../../images/dialog-show-new-inset_graphics.png
32386         scale 70
32387         scaleBeforeRotation
32388         BoundingBox 0bp 6bp 22bp 22bp
32389
32390 \end_inset
32391
32392
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 Text
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 </row>
32407 <row>
32408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32409 \begin_inset Text
32410
32411 \begin_layout Plain Layout
32412 Text
32413 \end_layout
32414
32415 \end_inset
32416 </cell>
32417 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 Text
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430 Text
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 </row>
32436 </lyxtabular>
32437
32438 \end_inset
32439
32440  
32441 \begin_inset Tabular
32442 <lyxtabular version="3" rows="2" columns="3">
32443 <features tabularvalignment="middle">
32444 <column alignment="center" valignment="top" width="0">
32445 <column alignment="center" valignment="top" width="0">
32446 <column alignment="center" valignment="top" width="0">
32447 <row>
32448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32449 \begin_inset Text
32450
32451 \begin_layout Plain Layout
32452 Text
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" topline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 Text
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470 Text
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 </row>
32476 <row>
32477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32478 \begin_inset Text
32479
32480 \begin_layout Plain Layout
32481 Text
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 \begin_inset Graphics
32491         filename ../../images/dialog-show-new-inset_graphics.png
32492         scale 70
32493         scaleBeforeRotation
32494         BoundingBox 0bp 6bp 22bp 22bp
32495
32496 \end_inset
32497
32498
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507 Text
32508 \end_layout
32509
32510 \end_inset
32511 </cell>
32512 </row>
32513 </lyxtabular>
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Standard
32521 \noindent
32522 \align center
32523 \begin_inset Tabular
32524 <lyxtabular version="3" rows="3" columns="2">
32525 <features tabularvalignment="middle">
32526 <column alignment="center" valignment="top" width="0">
32527 <column alignment="center" valignment="top" width="0">
32528 <row>
32529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32530 \begin_inset Text
32531
32532 \begin_layout Plain Layout
32533 Text
32534 \end_layout
32535
32536 \end_inset
32537 </cell>
32538 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542 Text
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 </row>
32548 <row>
32549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553 \begin_inset Graphics
32554         filename ../../images/dialog-show-new-inset_graphics.png
32555         scale 70
32556         scaleBeforeRotation
32557         BoundingBox 0bp 6bp 22bp 22bp
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 Text
32571 \end_layout
32572
32573 \end_inset
32574 </cell>
32575 </row>
32576 <row>
32577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 Text
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590 Text
32591 \end_layout
32592
32593 \end_inset
32594 </cell>
32595 </row>
32596 </lyxtabular>
32597
32598 \end_inset
32599
32600  
32601 \begin_inset Tabular
32602 <lyxtabular version="3" rows="3" columns="3">
32603 <features tabularvalignment="middle">
32604 <column alignment="center" valignment="top" width="0">
32605 <column alignment="center" valignment="top" width="0">
32606 <column alignment="center" valignment="top" width="0">
32607 <row>
32608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 Text
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 <cell alignment="center" valignment="top" topline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621 Text
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32627 \begin_inset Text
32628
32629 \begin_layout Plain Layout
32630 Text
32631 \end_layout
32632
32633 \end_inset
32634 </cell>
32635 </row>
32636 <row>
32637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32638 \begin_inset Text
32639
32640 \begin_layout Plain Layout
32641 Text
32642 \end_layout
32643
32644 \end_inset
32645 </cell>
32646 <cell alignment="center" valignment="top" usebox="none">
32647 \begin_inset Text
32648
32649 \begin_layout Plain Layout
32650 \begin_inset Graphics
32651         filename ../../images/dialog-show-new-inset_graphics.png
32652         scale 70
32653         scaleBeforeRotation
32654         BoundingBox 0bp 6bp 22bp 22bp
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 <cell alignment="center" valignment="top" rightline="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 </row>
32673 <row>
32674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32675 \begin_inset Text
32676
32677 \begin_layout Plain Layout
32678 Text
32679 \end_layout
32680
32681 \end_inset
32682 </cell>
32683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687 Text
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696 Text
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 </row>
32702 </lyxtabular>
32703
32704 \end_inset
32705
32706  
32707 \begin_inset Tabular
32708 <lyxtabular version="3" rows="3" columns="2">
32709 <features tabularvalignment="middle">
32710 <column alignment="center" valignment="top" width="0">
32711 <column alignment="center" valignment="top" width="0">
32712 <row>
32713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32714 \begin_inset Text
32715
32716 \begin_layout Plain Layout
32717 Text
32718 \end_layout
32719
32720 \end_inset
32721 </cell>
32722 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32723 \begin_inset Text
32724
32725 \begin_layout Plain Layout
32726 Text
32727 \end_layout
32728
32729 \end_inset
32730 </cell>
32731 </row>
32732 <row>
32733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32734 \begin_inset Text
32735
32736 \begin_layout Plain Layout
32737 Text
32738 \end_layout
32739
32740 \end_inset
32741 </cell>
32742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32743 \begin_inset Text
32744
32745 \begin_layout Plain Layout
32746 \begin_inset Graphics
32747         filename ../../images/dialog-show-new-inset_graphics.png
32748         scale 70
32749         scaleBeforeRotation
32750         BoundingBox 0bp 6bp 22bp 22bp
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \end_inset
32758 </cell>
32759 </row>
32760 <row>
32761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32762 \begin_inset Text
32763
32764 \begin_layout Plain Layout
32765 Text
32766 \end_layout
32767
32768 \end_inset
32769 </cell>
32770 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32771 \begin_inset Text
32772
32773 \begin_layout Plain Layout
32774 Text
32775 \end_layout
32776
32777 \end_inset
32778 </cell>
32779 </row>
32780 </lyxtabular>
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \noindent
32789 kann man das LaTeX-Paket 
32790 \series bold
32791 picinpar
32792 \series default
32793
32794 \begin_inset Index idx
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798 LaTeX-Pakete ! picinpar
32799 \end_layout
32800
32801 \end_inset
32802
32803  benutzen.
32804  Hier ist ein Beispiel:
32805 \end_layout
32806
32807 \begin_layout Standard
32808 \begin_inset ERT
32809 status collapsed
32810
32811 \begin_layout Plain Layout
32812
32813
32814 \backslash
32815 ifpicinpar
32816 \end_layout
32817
32818 \end_inset
32819
32820
32821 \begin_inset Note Note
32822 status open
32823
32824 \begin_layout Plain Layout
32825 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
32826 \series bold
32827 picinpar
32828 \series default
32829  installiert ist.
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset ERT
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842
32843
32844 \backslash
32845 begin{window}[2,c,{
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \begin_inset Graphics
32852         filename ../clipart/mobius.eps
32853         lyxscale 60
32854         width 40col%
32855         scaleBeforeRotation
32856         rotateOrigin center
32857
32858 \end_inset
32859
32860
32861 \begin_inset ERT
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865
32866 },]
32867 \end_layout
32868
32869 \begin_layout Plain Layout
32870
32871 {}
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \size small
32878 \lang english
32879 It was in the spring of the year 1894 that all London was interested, and
32880  the fashionable world dismayed, by the murder of the Honourable Ronald
32881  Adair under most unusual and inexplicable circumstances.
32882  The public has already learned those particulars of the crime which
32883 \size default
32884
32885 \begin_inset ERT
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890
32891 \backslash
32892 footnotemark{}
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \size small
32899  came out in the police investigation, but a good deal was suppressed upon
32900  that occasion, since the case for the prosecution was so overwhelmingly
32901  strong that it was not necessary to bring forward all the facts.
32902  Only now, at the end of nearly ten years, am I allowed to supply those
32903  missing links which make up the whole of that remarkable chain.
32904 \size default
32905 \lang ngerman
32906
32907 \begin_inset ERT
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911
32912
32913 \backslash
32914 end{window}
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \end_layout
32921
32922 \begin_layout Standard
32923 \begin_inset ERT
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927
32928
32929 \backslash
32930 footnotetext{
32931 \end_layout
32932
32933 \end_inset
32934
32935 Fußnote des Absatzes mit fixem Objekt.
32936 \begin_inset ERT
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940
32941 }
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \begin_layout Standard
32950 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
32951  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
32952  vertikale Position im Text bestimmen kann.
32953  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
32954  beschriftet werden.
32955 \end_layout
32956
32957 \begin_layout Standard
32958 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
32959  Befehl
32960 \end_layout
32961
32962 \begin_layout Standard
32963
32964 \series bold
32965
32966 \backslash
32967 begin{window}[2,c,{
32968 \end_layout
32969
32970 \begin_layout Standard
32971 als TeX-Code einfügt.
32972  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
32973  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
32974  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
32975  Danach fügt man das Objekt ein.
32976  In diesem Beispiel wurde ein Bild der Breite von 40
32977 \begin_inset space \thinspace{}
32978 \end_inset
32979
32980 % der Textspaltenbreite eingefügt.
32981  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
32982  Nach dem Objekt fügt man den Befehl
32983 \end_layout
32984
32985 \begin_layout Standard
32986
32987 \series bold
32988 },Beschreibungstext]
32989 \begin_inset Newline newline
32990 \end_inset
32991
32992 {}
32993 \end_layout
32994
32995 \begin_layout Standard
32996 ein.
32997  Man beachte dass das 
32998 \begin_inset Quotes gld
32999 \end_inset
33000
33001
33002 \series bold
33003 {}
33004 \series default
33005
33006 \begin_inset Quotes grd
33007 \end_inset
33008
33009  in der zweiten Zeile steht.
33010  Der Beschreibungstext ist optional.
33011  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
33012  das Objekt befinden, also direkt nach dem 
33013 \series bold
33014 {}
33015 \series default
33016  beginnen.
33017  Am Ende des Absatzes fügt man folgenden Befehl ein:
33018 \end_layout
33019
33020 \begin_layout Standard
33021
33022 \series bold
33023
33024 \backslash
33025 end{window}
33026 \end_layout
33027
33028 \begin_layout Standard
33029 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
33030  man muss stattdessen den Befehl 
33031 \series bold
33032
33033 \backslash
33034 footnotemark
33035 \series default
33036  verwenden.
33037  Außerhalb des Absatzes den Befehl 
33038 \series bold
33039
33040 \backslash
33041 footnotetext
33042 \series default
33043 , wie es in Abschnitt
33044 \begin_inset space ~
33045 \end_inset
33046
33047
33048 \begin_inset CommandInset ref
33049 LatexCommand ref
33050 reference "abs:Fußnoten"
33051
33052 \end_inset
33053
33054  beschrieben ist.
33055 \end_layout
33056
33057 \begin_layout Standard
33058 \begin_inset ERT
33059 status collapsed
33060
33061 \begin_layout Plain Layout
33062
33063
33064 \backslash
33065 else
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \begin_inset Note Note
33072 status open
33073
33074 \begin_layout Plain Layout
33075 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33076 \series bold
33077 picinpar
33078 \series default
33079  nicht installiert ist:
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Standard
33088 Das LaTeX-Paket 
33089 \series bold
33090 picinpar
33091 \series default
33092  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33093 \end_layout
33094
33095 \begin_layout Standard
33096 \begin_inset ERT
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100
33101
33102 \backslash
33103 fi
33104 \end_layout
33105
33106 \end_inset
33107
33108
33109 \end_layout
33110
33111 \begin_layout Section
33112 Initiale
33113 \begin_inset Index idx
33114 status collapsed
33115
33116 \begin_layout Plain Layout
33117 Initiale
33118 \end_layout
33119
33120 \end_inset
33121
33122
33123 \begin_inset Index idx
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127 Umflossene Objekte ! Initiale
33128 \end_layout
33129
33130 \end_inset
33131
33132
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Für Initialen muss das LaTeX-Paket 
33137 \series bold
33138 lettrine
33139 \series default
33140
33141 \begin_inset Index idx
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145 LaTeX-Pakete ! lettrine
33146 \end_layout
33147
33148 \end_inset
33149
33150  installiert sein und das Modul 
33151 \family sans
33152 Initialen
33153 \family default
33154  im Dokument verwendet werden (Menü 
33155 \family sans
33156 Dokument\SpecialChar \menuseparator
33157 Einstellungen\SpecialChar \menuseparator
33158 Module
33159 \family default
33160 ).
33161  Um eine Initiale einzufügen, verwendet man den Stil 
33162 \family sans
33163 Initiale
33164 \family default
33165 .
33166  Dieser Stil hat ein obligatorisches und ein optionales Argument.
33167  Das obligatorische Argument wird über das Menü 
33168 \family sans
33169 Einfügen\SpecialChar \menuseparator
33170 Kurztitel
33171 \family default
33172  eingefügt und enthält den Buchstaben, der die Initiale bildet.
33173  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
33174  vor dem obligatorischen ein.
33175  Dieses enthält Parameter um die Initiale zu modifizieren.
33176  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
33177  von 
33178 \series bold
33179 lettrine
33180 \series default
33181
33182 \begin_inset CommandInset citation
33183 LatexCommand cite
33184 key "lettrine"
33185
33186 \end_inset
33187
33188 .
33189  Der Stil selbst enthält den Text, der die Initiale umgibt.
33190  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
33191  Initiale ist, in 
33192 \shape smallcaps
33193 Kapitälchen
33194 \shape default
33195  gedruckt wird.
33196  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
33197  schließende geschweifte Klammer '
33198 \series bold
33199 }
33200 \series default
33201 ' als TeX-Code ein.
33202  Am Ende des Stils muss eine öffnende geschweifte Klammer '
33203 \series bold
33204 {
33205 \series default
33206 ' als TeX-Code stehen.
33207 \end_layout
33208
33209 \begin_layout Standard
33210 \begin_inset Newpage newpage
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 Hier sind einige Beispiele:
33218 \end_layout
33219
33220 \begin_layout Enumerate
33221 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
33222
33223 \begin_inset Formula $\mathfrak{Fraktur}$
33224 \end_inset
33225
33226 :
33227 \end_layout
33228
33229 \begin_deeper
33230 \begin_layout Initial
33231 \begin_inset Argument
33232 status open
33233
33234 \begin_layout Plain Layout
33235 \begin_inset Formula $\mathfrak{I}$
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \end_inset
33242
33243 t
33244 \begin_inset ERT
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248
33249 }
33250 \end_layout
33251
33252 \end_inset
33253
33254  
33255 \lang english
33256 was in the spring of the year 1894 that all London was interested, and the
33257  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33258  under most unusual and inexplicable circumstances.
33259  The public has already learned those particulars of the crime which came
33260  out in the police investigation, but a good deal was suppressed upon that
33261  occasion, since the case for the prosecution was so overwhelmingly strong
33262  that it was not necessary to bring forward all the facts.
33263 \lang ngerman
33264
33265 \begin_inset ERT
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269
33270 {
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \end_deeper
33279 \begin_layout Enumerate
33280 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
33281  besteht und kein Text ist in 
33282 \shape smallcaps
33283 Kapitälchen
33284 \shape default
33285 :
33286 \end_layout
33287
33288 \begin_deeper
33289 \begin_layout Initial
33290 \begin_inset Argument
33291 status open
33292
33293 \begin_layout Plain Layout
33294 lines=1
33295 \end_layout
33296
33297 \end_inset
33298
33299
33300 \begin_inset Argument
33301 status open
33302
33303 \begin_layout Plain Layout
33304 It
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \begin_inset ERT
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314
33315 }
33316 \end_layout
33317
33318 \end_inset
33319
33320  
33321 \lang english
33322 was in the spring of the year 1894 that all London was interested, and the
33323  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33324  under most unusual and inexplicable circumstances.
33325  The public has already learned those particulars of the crime which came
33326  out in the police investigation, but a good deal was suppressed upon that
33327  occasion, since the case for the prosecution was so overwhelmingly strong
33328  that it was not necessary to bring forward all the facts.
33329 \lang ngerman
33330
33331 \begin_inset ERT
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335
33336 {
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \end_deeper
33345 \begin_layout Enumerate
33346 Magenta, hängende Initiale über 3
33347 \begin_inset space ~
33348 \end_inset
33349
33350 Zeilen in der Mathe-Schrift
33351 \begin_inset Newline newline
33352 \end_inset
33353
33354  
33355 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
33356 \end_inset
33357
33358 , der Text 
33359 \begin_inset Quotes gld
33360 \end_inset
33361
33362
33363 \lang english
33364 was in the spring
33365 \lang ngerman
33366
33367 \begin_inset Quotes erd
33368 \end_inset
33369
33370  ist in 
33371 \shape smallcaps
33372 Kapitälchen
33373 \shape default
33374 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
33375 \begin_inset Newline newline
33376 \end_inset
33377
33378
33379 \series bold
33380
33381 \backslash
33382 renewcommand{
33383 \backslash
33384 LettrineFontHook}{
33385 \backslash
33386 color{Farbe}}
33387 \series default
33388
33389 \begin_inset Newline newline
33390 \end_inset
33391
33392 wobei 
33393 \emph on
33394 Farbe
33395 \emph default
33396  
33397 \begin_inset Quotes gld
33398 \end_inset
33399
33400 red
33401 \begin_inset Quotes erd
33402 \end_inset
33403
33404
33405 \begin_inset Quotes gld
33406 \end_inset
33407
33408 blue
33409 \begin_inset Quotes erd
33410 \end_inset
33411
33412
33413 \begin_inset Quotes gld
33414 \end_inset
33415
33416 green
33417 \begin_inset Quotes erd
33418 \end_inset
33419
33420
33421 \begin_inset Quotes gld
33422 \end_inset
33423
33424 yellow
33425 \begin_inset Quotes erd
33426 \end_inset
33427
33428
33429 \begin_inset Quotes gld
33430 \end_inset
33431
33432 cyan
33433 \begin_inset Quotes erd
33434 \end_inset
33435
33436
33437 \begin_inset Quotes gld
33438 \end_inset
33439
33440 magenta
33441 \begin_inset Quotes erd
33442 \end_inset
33443
33444
33445 \begin_inset Quotes gld
33446 \end_inset
33447
33448 black
33449 \begin_inset Quotes erd
33450 \end_inset
33451
33452  oder 
33453 \begin_inset Quotes gld
33454 \end_inset
33455
33456 white
33457 \begin_inset Quotes erd
33458 \end_inset
33459
33460  sein kann, und diesen Befehl zur Dokument Präambel hinzufügen:
33461 \begin_inset Newline newline
33462 \end_inset
33463
33464
33465 \series bold
33466
33467 \backslash
33468 @ifundefined{textcolor}
33469 \begin_inset Newline newline
33470 \end_inset
33471
33472
33473 \begin_inset space ~
33474 \end_inset
33475
33476 {
33477 \backslash
33478 usepackage{color}}{}
33479 \end_layout
33480
33481 \begin_deeper
33482 \begin_layout Standard
33483 \begin_inset ERT
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487
33488
33489 \backslash
33490 renewcommand{
33491 \backslash
33492 LettrineFontHook}{
33493 \backslash
33494 color{magenta}}
33495 \end_layout
33496
33497 \end_inset
33498
33499
33500 \begin_inset Note Note
33501 status open
33502
33503 \begin_layout Plain Layout
33504 macht die Initiale magenta
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Initial
33513 \begin_inset Argument
33514 status open
33515
33516 \begin_layout Plain Layout
33517 lines=3, lhang=0.33, loversize=0.25
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \begin_inset Argument
33524 status open
33525
33526 \begin_layout Plain Layout
33527 \begin_inset Formula $\mathcal{I}$
33528 \end_inset
33529
33530
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \lang english
33537 t was in the spring
33538 \lang ngerman
33539
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545 }
33546 \end_layout
33547
33548 \end_inset
33549
33550  
33551 \lang english
33552 of the year 1894 that all London was interested, and the fashionable world
33553  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33554  and inexplicable circumstances.
33555  The public has already learned those particulars of the crime which came
33556  out in the police investigation, but a good deal was suppressed upon that
33557  occasion, since the case for the prosecution was so overwhelmingly strong
33558  that it was not necessary to bring forward all the facts.
33559 \family sans
33560 \lang ngerman
33561
33562 \begin_inset ERT
33563 status collapsed
33564
33565 \begin_layout Plain Layout
33566
33567 {
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \end_deeper
33576 \begin_layout Chapter
33577 Externe Dateien
33578 \begin_inset Index idx
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582 Dateien ! externe
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Standard
33591 Mit 
33592 \family sans
33593 Einfügen\SpecialChar \menuseparator
33594 Datei
33595 \family default
33596  können Sie fremdes Material in Ihr Dokument einsetzen.
33597  Das kann folgendes sein:
33598 \end_layout
33599
33600 \begin_layout Description
33601 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
33602  eingefügt.
33603 \end_layout
33604
33605 \begin_layout Description
33606 Einfacher
33607 \begin_inset space ~
33608 \end_inset
33609
33610 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
33611  eingefügt.
33612 \end_layout
33613
33614 \begin_layout Description
33615 Einfacher
33616 \begin_inset space ~
33617 \end_inset
33618
33619 Text,
33620 \begin_inset space ~
33621 \end_inset
33622
33623 Zeilen
33624 \begin_inset space ~
33625 \end_inset
33626
33627 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
33628  Leerzeilen trennen die Absätze.
33629 \end_layout
33630
33631 \begin_layout Description
33632 Externes
33633 \begin_inset space ~
33634 \end_inset
33635
33636 Material Dateien in verschiedenen Formaten.
33637 \end_layout
33638
33639 \begin_layout Description
33640 Unterdokument LyX- oder LaTeX-Dokumente.
33641 \end_layout
33642
33643 \begin_layout Section
33644 Externes Material
33645 \begin_inset Index idx
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649 Externes Material
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \begin_layout Standard
33658 Mit 
33659 \family sans
33660 Einfügen\SpecialChar \menuseparator
33661 Datei\SpecialChar \menuseparator
33662  Externes Material
33663 \family default
33664  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
33665  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
33666  weil LyX sich darum kümmert.
33667  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
33668  eingefügt werden können.
33669  Wenn die Grafikvorschau in den LyX-Einstellungen unter
33670 \family sans
33671  Aussehen
33672 \begin_inset space ~
33673 \end_inset
33674
33675 &
33676 \begin_inset space ~
33677 \end_inset
33678
33679 Handhabung\SpecialChar \menuseparator
33680 Grafik
33681 \family default
33682 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
33683 \end_layout
33684
33685 \begin_layout Standard
33686 Zur Zeit können Sie folgende Dateitypen (
33687 \family sans
33688 Vorlagen
33689 \family default
33690 ) benutzen:
33691 \end_layout
33692
33693 \begin_layout Description
33694 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
33695 \series bold
33696
33697 \begin_inset CommandInset href
33698 LatexCommand href
33699 name "XBoard"
33700 target "http://en.wikipedia.org/wiki/XBoard"
33701
33702 \end_inset
33703
33704
33705 \series default
33706  erzeugt wurden.
33707 \end_layout
33708
33709 \begin_layout Description
33710 Datum fügt ein Datum mit dem Format 
33711 \emph on
33712 Tag-Monat-Jahr
33713 \emph default
33714  ein.
33715  Hier ist ein Beispiel: 
33716 \begin_inset External
33717         template Date
33718         filename .
33719
33720 \end_inset
33721
33722
33723 \begin_inset space ~
33724 \end_inset
33725
33726
33727 \begin_inset Note Note
33728 status open
33729
33730 \begin_layout Plain Layout
33731
33732 \lang english
33733 Remove the protected space when bug 4398 is fixed!
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \begin_inset Newline newline
33740 \end_inset
33741
33742 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
33743  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
33744  Menü 
33745 \family sans
33746 Einfügen\SpecialChar \menuseparator
33747 Datum
33748 \family default
33749  und mit dem LaTeX-Befehl 
33750 \series bold
33751
33752 \backslash
33753 today
33754 \series default
33755 .
33756  Die verschiedenen Methoden werden in Tabelle
33757 \begin_inset space ~
33758 \end_inset
33759
33760
33761 \begin_inset CommandInset ref
33762 LatexCommand ref
33763 reference "tab:Vergleich-der-Datums-Eingaben"
33764
33765 \end_inset
33766
33767  verglichen.
33768 \end_layout
33769
33770 \begin_layout Description
33771 Dia unterstützt Diagramme, die mit dem Programm 
33772 \series bold
33773
33774 \begin_inset CommandInset href
33775 LatexCommand href
33776 name "Dia"
33777 target "http://en.wikipedia.org/wiki/Dia_(software)"
33778
33779 \end_inset
33780
33781
33782 \series default
33783  erzeugt wurden.
33784 \end_layout
33785
33786 \begin_layout Description
33787 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
33788 \series bold
33789
33790 \begin_inset CommandInset href
33791 LatexCommand href
33792 name "LilyPond"
33793 target "http://en.wikipedia.org/wiki/LilyPond"
33794
33795 \end_inset
33796
33797
33798 \series default
33799  schreiben.
33800 \end_layout
33801
33802 \begin_layout Description
33803 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
33804  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
33805 \emph on
33806 pages
33807 \emph default
33808  Option im Feld 
33809 \family sans
33810 Option
33811 \family default
33812  in der Karteikarte 
33813 \family sans
33814 LaTeX- und LyX-Optionen
33815 \family default
33816  entsprechend der Vorlagenbeschreibung im Dialog.
33817  Wenn keine 
33818 \emph on
33819 pages
33820 \emph default
33821  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
33822 \end_layout
33823
33824 \begin_layout Description
33825 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
33826  Fast alle bekannten Bildformate werden unterstützt.
33827  Die Bilddateien können im Dialogfenster 
33828 \family sans
33829 Externes
33830 \begin_inset space ~
33831 \end_inset
33832
33833 Material
33834 \family default
33835  genauso behandelt werden wie die mit dem normalen 
33836 \family sans
33837 Grafik
33838 \family default
33839 -Dialog eingefügten, siehe Abschnitt
33840 \begin_inset space ~
33841 \end_inset
33842
33843
33844 \begin_inset CommandInset ref
33845 LatexCommand ref
33846 reference "abs:Grafik-Dialog"
33847
33848 \end_inset
33849
33850 .
33851  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
33852  und EPS-Bilder werden nicht unterstützt.
33853 \end_layout
33854
33855 \begin_layout Description
33856 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
33857 \series bold
33858
33859 \begin_inset CommandInset href
33860 LatexCommand href
33861 name "Xfig"
33862 target "http://en.wikipedia.org/wiki/Xfig"
33863
33864 \end_inset
33865
33866
33867 \series default
33868  erzeugt wurden.
33869 \end_layout
33870
33871 \begin_layout Standard
33872 \begin_inset Float table
33873 placement h
33874 wide false
33875 sideways false
33876 status open
33877
33878 \begin_layout Plain Layout
33879 \begin_inset Caption
33880
33881 \begin_layout Plain Layout
33882 \begin_inset CommandInset label
33883 LatexCommand label
33884 name "tab:Vergleich-der-Datums-Eingaben"
33885
33886 \end_inset
33887
33888 Vergleich der Datums-Eingaben
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \begin_layout Plain Layout
33897 \align center
33898 \begin_inset Tabular
33899 <lyxtabular version="3" rows="4" columns="4">
33900 <features tabularvalignment="middle">
33901 <column alignment="center" valignment="top" width="0">
33902 <column alignment="center" valignment="top" width="0">
33903 <column alignment="center" valignment="top" width="0">
33904 <column alignment="center" valignment="top" width="0">
33905 <row>
33906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 Dokumentformat
33911 \end_layout
33912
33913 \end_inset
33914 </cell>
33915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33916 \begin_inset Text
33917
33918 \begin_layout Plain Layout
33919
33920 \family sans
33921 Externes Material\SpecialChar \menuseparator
33922 Datum
33923 \end_layout
33924
33925 \end_inset
33926 </cell>
33927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33928 \begin_inset Text
33929
33930 \begin_layout Plain Layout
33931
33932 \family sans
33933 Einfügen\SpecialChar \menuseparator
33934 Datum
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943 Befehl 
33944 \series bold
33945
33946 \backslash
33947 today
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 </row>
33953 <row>
33954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33955 \begin_inset Text
33956
33957 \begin_layout Plain Layout
33958 LyX
33959 \end_layout
33960
33961 \end_inset
33962 </cell>
33963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33964 \begin_inset Text
33965
33966 \begin_layout Plain Layout
33967 als Box
33968 \end_layout
33969
33970 \end_inset
33971 </cell>
33972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33973 \begin_inset Text
33974
33975 \begin_layout Plain Layout
33976 als Datum
33977 \end_layout
33978
33979 \end_inset
33980 </cell>
33981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33982 \begin_inset Text
33983
33984 \begin_layout Plain Layout
33985 als TeX-Code
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 </row>
33991 <row>
33992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996 LaTeX
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005 als Datum
34006 \end_layout
34007
34008 \end_inset
34009 </cell>
34010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34011 \begin_inset Text
34012
34013 \begin_layout Plain Layout
34014 als Datum
34015 \end_layout
34016
34017 \end_inset
34018 </cell>
34019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34020 \begin_inset Text
34021
34022 \begin_layout Plain Layout
34023 als Befehl
34024 \end_layout
34025
34026 \end_inset
34027 </cell>
34028 </row>
34029 <row>
34030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34031 \begin_inset Text
34032
34033 \begin_layout Plain Layout
34034 DVI, PDF, PS
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043 als Datum
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 als Datum
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 als Datum
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 </row>
34067 </lyxtabular>
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 Wenn Sie im Dialogfenster
34081 \family sans
34082  Externes
34083 \begin_inset space ~
34084 \end_inset
34085
34086 Material 
34087 \family default
34088 in der Karteikarte
34089 \family sans
34090  Datei
34091 \family default
34092  die Option 
34093 \family sans
34094 Entwurf
34095 \family default
34096  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
34097 \begin_inset Newline newline
34098 \end_inset
34099
34100 LyX kann externes Material entweder als Box wie hier: 
34101 \begin_inset Graphics
34102         filename clipart/ExternesMaterialQt4.png
34103         scale 85
34104         scaleBeforeRotation
34105
34106 \end_inset
34107
34108  oder als Bild darstellen.
34109  Das hängt davon ab, ob Sie im Dialog
34110 \family sans
34111  
34112 \family default
34113 in der Karteikarte 
34114 \family sans
34115 LaTeX- und LyX-Optionen
34116 \family default
34117  die Option 
34118 \family sans
34119 In
34120 \begin_inset space ~
34121 \end_inset
34122
34123 LyX
34124 \begin_inset space ~
34125 \end_inset
34126
34127 anzeigen
34128 \family default
34129  gewählt haben oder nicht.
34130 \end_layout
34131
34132 \begin_layout Standard
34133 Im LyX-Handbuch 
34134 \family sans
34135 \emph on
34136 Anpassung
34137 \family default
34138 \emph default
34139  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
34140 \end_layout
34141
34142 \begin_layout Section
34143 Unterdokumente
34144 \begin_inset CommandInset label
34145 LatexCommand label
34146 name "abs:Unterdokumente"
34147
34148 \end_inset
34149
34150
34151 \begin_inset Index idx
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 Unterdokument
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
34165  oder Abschnitten bestehen.
34166  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
34167  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
34168  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
34169  z.
34170 \begin_inset space \thinspace{}
34171 \end_inset
34172
34173 B.
34174  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
34175 \end_layout
34176
34177 \begin_layout Standard
34178 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
34179  müssen, geben Sie im Unterdokument im Menü
34180 \family sans
34181  Dokument\SpecialChar \menuseparator
34182 Einstellungen\SpecialChar \menuseparator
34183 Dokumentklasse
34184 \family default
34185  das Hauptdokument an.
34186  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
34187  bearbeiten.
34188 \end_layout
34189
34190 \begin_layout Standard
34191 Unterdokumente werden in LyX als Box angezeigt: 
34192 \begin_inset Graphics
34193         filename clipart/UnterdokumentQt4.png
34194         scale 85
34195         scaleBeforeRotation
34196
34197 \end_inset
34198
34199  Sie werden über
34200 \family sans
34201  Einfügen\SpecialChar \menuseparator
34202 Datei\SpecialChar \menuseparator
34203 Unterdokument
34204 \family default
34205  eingebunden, was das Dialogfenster
34206 \family sans
34207  Unterdokument
34208 \family default
34209  öffnet.
34210  Für 
34211 \family sans
34212 die Art
34213 \begin_inset space ~
34214 \end_inset
34215
34216 der
34217 \begin_inset space ~
34218 \end_inset
34219
34220 Einbindung
34221 \family default
34222  gibt es dort vier Möglichkeiten:
34223 \end_layout
34224
34225 \begin_layout Description
34226 Include Sie können LyX- und LaTeX-Dokumente einbinden.
34227  Wenn Sie im Dialogfenster
34228 \family sans
34229  Unterdokument
34230 \family default
34231  auf 
34232 \family sans
34233 Öffnen
34234 \family default
34235  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
34236  und Sie können es editieren.
34237 \begin_inset Newline newline
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Standard
34244 Hier wird ein Unterdokument
34245 \family sans
34246  
34247 \family default
34248 per 
34249 \family sans
34250 Include
34251 \family default
34252  eingebunden: 
34253 \begin_inset CommandInset include
34254 LatexCommand include
34255 filename "DummyDocument1.lyx"
34256
34257 \end_inset
34258
34259 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
34260  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
34261  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
34262 s.
34263  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
34264 \begin_inset space ~
34265 \end_inset
34266
34267
34268 \begin_inset CommandInset ref
34269 LatexCommand ref
34270 reference "uab:Externer-Unterabschnitt-1"
34271
34272 \end_inset
34273
34274 .
34275 \end_layout
34276
34277 \begin_layout Standard
34278 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
34279  wird benutzt.
34280  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
34281  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
34282  Unterdokumente, die per 
34283 \family sans
34284 Include
34285 \family default
34286  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
34287  und enden mit einem Seitenumbruch.
34288 \end_layout
34289
34290 \begin_layout Standard
34291 \begin_inset Note Greyedout
34292 status open
34293
34294 \begin_layout Plain Layout
34295
34296 \series bold
34297 Bemerkung:
34298 \series default
34299  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
34300  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
34301  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
34302  Ergebnissen führen wird.
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \begin_layout Description
34311 Input Diese Methode ist 
34312 \family sans
34313 Include
34314 \family default
34315  sehr ähnlich mit folgenden Unterschieden:
34316 \end_layout
34317
34318 \begin_deeper
34319 \begin_layout Itemize
34320 Unterdokumente, die per 
34321 \family sans
34322 Input
34323 \family default
34324  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
34325  Seite und enden NICHT mit einem Seitenumbruch.
34326 \end_layout
34327
34328 \begin_layout Itemize
34329 Unterdokumente, die per 
34330 \family sans
34331 Input
34332 \family default
34333  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
34334 \family sans
34335  Unterdokument Vorschau
34336 \begin_inset space ~
34337 \end_inset
34338
34339 anzeigen
34340 \family default
34341  angekreuzt wurde und in den LyX-Einstellungen unter
34342 \family sans
34343  Aussehen
34344 \begin_inset space ~
34345 \end_inset
34346
34347 &
34348 \begin_inset space ~
34349 \end_inset
34350
34351 Handhabung\SpecialChar \menuseparator
34352 Grafik\SpecialChar \menuseparator
34353 Sofortige
34354 \begin_inset space ~
34355 \end_inset
34356
34357 Vorschau
34358 \family default
34359  auf 
34360 \family sans
34361 An
34362 \family default
34363  gesetzt wurde.
34364  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
34365  aus.
34366 \end_layout
34367
34368 \begin_layout Itemize
34369 Unterdokumente, die per 
34370 \family sans
34371 Input
34372 \family default
34373  eingebunden werden, können nicht über das Menü 
34374 \family sans
34375 Dokument\SpecialChar \menuseparator
34376 Einstellungen\SpecialChar \menuseparator
34377 Unterdokumente
34378 \family default
34379  unterdrückt werden.
34380 \end_layout
34381
34382 \end_deeper
34383 \begin_layout Standard
34384 Hier ist ein Unterdokument, das mit
34385 \family sans
34386  Input
34387 \family default
34388  eingebunden wurde: 
34389 \begin_inset CommandInset include
34390 LatexCommand input
34391 filename "DummyDocument2.lyx"
34392
34393 \end_inset
34394
34395 .
34396 \end_layout
34397
34398 \begin_layout Description
34399 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
34400   In der Druckvorschau wird für den Text der Stil 
34401 \family typewriter
34402 Schreibmaschine
34403 \family default
34404  verwendet.
34405  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
34406  Wenn Sie im Dialogfenster
34407 \family sans
34408  Unterdokument Leerzeichen
34409 \begin_inset space ~
34410 \end_inset
34411
34412 bei
34413 \begin_inset space ~
34414 \end_inset
34415
34416 der
34417 \begin_inset space ~
34418 \end_inset
34419
34420 Ausgabe
34421 \begin_inset space ~
34422 \end_inset
34423
34424 kennzeichnen 
34425 \family default
34426 ankreuzen, wird in der Druckvorschau das Zeichen 
34427 \begin_inset Quotes gld
34428 \end_inset
34429
34430
34431 \begin_inset ERT
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435
34436
34437 \backslash
34438 textvisiblespace 
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \begin_inset Quotes grd
34445 \end_inset
34446
34447  für jedes Leerzeichen eingefügt.
34448 \begin_inset Newline newline
34449 \end_inset
34450
34451 Im Gegensatz zu 
34452 \family sans
34453 Einfügen\SpecialChar \menuseparator
34454 Datei\SpecialChar \menuseparator
34455 Einfacher
34456 \begin_inset space ~
34457 \end_inset
34458
34459 Text
34460 \family default
34461  wird bei 
34462 \family sans
34463 Unformatiert
34464 \family default
34465  der Dateiinhalt in LyX nicht dargestellt.
34466 \end_layout
34467
34468 \begin_layout Standard
34469 Hier ist ein Unterdokument, das mit
34470 \family sans
34471  Unformatiert
34472 \family default
34473  eingebunden wurde: 
34474 \begin_inset CommandInset include
34475 LatexCommand verbatiminput
34476 filename "DummyTextDocument.txt"
34477
34478 \end_inset
34479
34480
34481 \begin_inset VSpace bigskip
34482 \end_inset
34483
34484 Hier ist ein Unterdokument, das mit
34485 \family sans
34486  Unformatiert
34487 \family default
34488  eingebunden wurde und
34489 \family sans
34490  Leerzeichen
34491 \begin_inset space ~
34492 \end_inset
34493
34494 bei
34495 \begin_inset space ~
34496 \end_inset
34497
34498 der
34499 \begin_inset space ~
34500 \end_inset
34501
34502 Ausgabe
34503 \begin_inset space ~
34504 \end_inset
34505
34506 kennzeichnen
34507 \family default
34508  angekreuzt hat: 
34509 \begin_inset CommandInset include
34510 LatexCommand verbatiminput*
34511 filename "DummyTextDocument.txt"
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Standard
34519 \begin_inset VSpace bigskip
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \begin_inset Note Greyedout
34527 status open
34528
34529 \begin_layout Plain Layout
34530
34531 \series bold
34532 Bemerkung:
34533 \series default
34534  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
34535  
34536 \family sans
34537 Unformatiert
34538 \family default
34539  eingebunden werden, am Zeilenende nicht umgebrochen.
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \end_layout
34546
34547 \begin_layout Description
34548 Listing Dieser Typ wird in Kapitel
34549 \begin_inset space ~
34550 \end_inset
34551
34552
34553 \begin_inset CommandInset ref
34554 LatexCommand ref
34555 reference "kap:Programm-Code-Listen"
34556
34557 \end_inset
34558
34559  beschrieben.
34560 \end_layout
34561
34562 \begin_layout Standard
34563 \begin_inset Note Greyedout
34564 status open
34565
34566 \begin_layout Plain Layout
34567
34568 \series bold
34569 Bemerkung:
34570 \series default
34571  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
34572  das zu LaTeX-Problemen führen.
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \begin_layout Standard
34581 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
34582  wollen, z.
34583 \begin_inset space \thinspace{}
34584 \end_inset
34585
34586 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
34587  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
34588  Dies geschieht über das Menü 
34589 \family sans
34590 Dokument\SpecialChar \menuseparator
34591 Einstellungen\SpecialChar \menuseparator
34592 Unterdokumente
34593 \family default
34594 .
34595  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
34596  in die Spalte 
34597 \family sans
34598 In Ausgabe einbinden
34599 \family default
34600  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
34601  für Unterdokumente möglich ist, die per 
34602 \family sans
34603 Input
34604 \family default
34605  eingebunden wurden).
34606  Wenn die Option 
34607 \family sans
34608 Zähler und Querverweise wahren
34609 \family default
34610  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
34611 \begin_inset space ~
34612 \end_inset
34613
34614 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
34615  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
34616  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
34617  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
34618  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
34619  sind, wählen sie die Option nicht.
34620 \end_layout
34621
34622 \begin_layout Standard
34623 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
34624 \begin_inset Foot
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628 Zweige sind im Kapitel 
34629 \emph on
34630 Zweige
34631 \emph default
34632  des LyX 
34633 \emph on
34634 Benutzerhandbuchs
34635 \emph default
34636  erklärt.
34637 \end_layout
34638
34639 \end_inset
34640
34641  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
34642  Dateien in der Ausgabe erscheinen.
34643  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
34644  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
34645  werden.
34646 \end_layout
34647
34648 \begin_layout Chapter
34649 Programm-Code-Listen
34650 \begin_inset CommandInset label
34651 LatexCommand label
34652 name "kap:Programm-Code-Listen"
34653
34654 \end_inset
34655
34656
34657 \begin_inset Index idx
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661 Listen
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \begin_inset Index idx
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 Programm-Code
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \begin_layout Standard
34680 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
34681 \family sans
34682 Einfügen\SpecialChar \menuseparator
34683 Pro\SpecialChar \-
34684 grammlisting
34685 \family default
34686  verwenden.
34687  Das LaTeX-Paket 
34688 \series bold
34689 listings
34690 \series default
34691
34692 \begin_inset Index idx
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696 LaTeX-Pakete ! listings
34697 \end_layout
34698
34699 \end_inset
34700
34701  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
34706 rmat der Programm-Code-Liste festlegen.
34707 \end_layout
34708
34709 \begin_layout Standard
34710 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
34711  Die Platzierungsoption 
34712 \family sans
34713 Eingebettetes
34714 \begin_inset space ~
34715 \end_inset
34716
34717 Listing
34718 \family default
34719  druckt das Listing in der Zeile wie hier: 
34720 \begin_inset listings
34721 lstparams "language={C++}"
34722 inline true
34723 status open
34724
34725 \begin_layout Plain Layout
34726
34727 int a=5;
34728 \end_layout
34729
34730 \end_inset
34731
34732
34733 \begin_inset Newline newline
34734 \end_inset
34735
34736 Die Option 
34737 \family sans
34738 Gleitobjekt
34739 \family default
34740  erzeugt ein Listing-Gleitobjekt, dessen 
34741 \family sans
34742 Platzierung 
34743 \family default
34744 Sie mit 
34745 \family sans
34746 h
34747 \family default
34748
34749 \family sans
34750 t
34751 \family default
34752
34753 \family sans
34754 b
34755 \family default
34756  und 
34757 \family sans
34758 p
34759 \family default
34760 , analog zu den in Abschnitt
34761 \begin_inset space ~
34762 \end_inset
34763
34764
34765 \begin_inset CommandInset ref
34766 LatexCommand ref
34767 reference "abs:Gleitobjekt-Platzierung"
34768
34769 \end_inset
34770
34771  beschriebenen Platzierungsoptionen festlegen können.
34772  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
34773  hintereinander angegeben, z.
34774 \begin_inset space \thinspace{}
34775 \end_inset
34776
34777 B.
34778  
34779 \begin_inset Quotes gld
34780 \end_inset
34781
34782
34783 \family sans
34784 htbp
34785 \family default
34786
34787 \begin_inset Quotes grd
34788 \end_inset
34789
34790 .
34791  Die Option 
34792 \begin_inset Quotes gld
34793 \end_inset
34794
34795 h
34796 \begin_inset Quotes grd
34797 \end_inset
34798
34799  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
34800  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
34801 \end_layout
34802
34803 \begin_layout Standard
34804 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
34805  zu verweisen: Listing
34806 \begin_inset space ~
34807 \end_inset
34808
34809
34810 \begin_inset CommandInset ref
34811 LatexCommand ref
34812 reference "lst:Gleitendes-Programm-Listing"
34813
34814 \end_inset
34815
34816 .
34817 \end_layout
34818
34819 \begin_layout Standard
34820 \begin_inset listings
34821 lstparams "language=Python"
34822 inline false
34823 status open
34824
34825 \begin_layout Plain Layout
34826
34827 \begin_inset Caption
34828
34829 \begin_layout Plain Layout
34830 \begin_inset CommandInset label
34831 LatexCommand label
34832 name "lst:Gleitendes-Programm-Listing"
34833
34834 \end_inset
34835
34836 Gleitendes Programm-Listing
34837 \end_layout
34838
34839 \end_inset
34840
34841 # Gleitendes Programm-Listing
34842 \end_layout
34843
34844 \begin_layout Plain Layout
34845
34846 def func(param):
34847 \end_layout
34848
34849 \begin_layout Plain Layout
34850
34851     'Dies ist eine Python-Funktion'
34852 \end_layout
34853
34854 \begin_layout Plain Layout
34855
34856     pass
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Standard
34865 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
34866  der Sprache erkannt und besonders gedruckt, wie 
34867 \emph on
34868 #
34869 \emph default
34870
34871 \emph on
34872 def
34873 \emph default
34874  und 
34875 \emph on
34876 pass
34877 \emph default
34878  in Listing
34879 \begin_inset space ~
34880 \end_inset
34881
34882
34883 \begin_inset CommandInset ref
34884 LatexCommand ref
34885 reference "lst:Gleitendes-Programm-Listing"
34886
34887 \end_inset
34888
34889 .
34890 \end_layout
34891
34892 \begin_layout Standard
34893 \begin_inset Note Greyedout
34894 status open
34895
34896 \begin_layout Plain Layout
34897
34898 \series bold
34899 Bemerkung:
34900 \series default
34901  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
34902 \family typewriter
34903 Schreib\SpecialChar \-
34904 maschine
34905 \family default
34906  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
34907 h keine fett gedruckten Buchstaben.
34908  Wählen Sie in diesem Fall eine andere Schrift im Menü 
34909 \family sans
34910 Dokument\SpecialChar \menuseparator
34911 Einstellungen\SpecialChar \menuseparator
34912 Schriften
34913 \family default
34914 .
34915  (Die Schriften 
34916 \emph on
34917 LuxiMono, BeraMono
34918 \emph default
34919  und 
34920 \emph on
34921 Courier
34922 \emph default
34923  enthalten fett gedruckte Buchstaben.)
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \end_layout
34930
34931 \begin_layout Standard
34932 Im Abschnitt 
34933 \family sans
34934 Zeilennummerierung
34935 \family default
34936  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
34937 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
34938  jede wievielte Zeile nummeriert werden soll und die 
34939 \family sans
34940 Schriftgröße
34941 \family default
34942  der Nummerierung.
34943 \end_layout
34944
34945 \begin_layout Standard
34946 Im Abschnitt 
34947 \family sans
34948 Bereich
34949 \family default
34950  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
34951  Im Abschnitt 
34952 \family sans
34953 Stil
34954 \family default
34955  legen Sie fest, wie die Liste ausgedruckt werden soll.
34956  Die Option 
34957 \family sans
34958 Erweiterte
34959 \begin_inset space ~
34960 \end_inset
34961
34962 Zeichentabelle
34963 \family default
34964  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
34965 \end_layout
34966
34967 \begin_layout Standard
34968 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
34969 \begin_inset Quotes gld
34970 \end_inset
34971
34972 3
34973 \begin_inset Quotes grd
34974 \end_inset
34975
34976 , Sprache 
34977 \begin_inset Quotes gld
34978 \end_inset
34979
34980 Python
34981 \begin_inset Quotes grd
34982 \end_inset
34983
34984 , Optionen 
34985 \begin_inset Quotes gld
34986 \end_inset
34987
34988 Erweiterte Zeichentabelle
34989 \begin_inset Quotes grd
34990 \end_inset
34991
34992  und 
34993 \begin_inset Quotes gld
34994 \end_inset
34995
34996 Leerzeichen als Symbol
34997 \begin_inset Quotes grd
34998 \end_inset
34999
35000  und Bereich Zeilen 3
35001 \begin_inset space \thinspace{}
35002 \end_inset
35003
35004 -
35005 \begin_inset space \thinspace{}
35006 \end_inset
35007
35008 8:
35009 \end_layout
35010
35011 \begin_layout Standard
35012 \begin_inset listings
35013 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
35014 inline false
35015 status open
35016
35017 \begin_layout Plain Layout
35018
35019 def func(param):
35020 \end_layout
35021
35022 \begin_layout Plain Layout
35023
35024     'Dies ist eine Python-Funktion'
35025 \end_layout
35026
35027 \begin_layout Plain Layout
35028
35029     pass
35030 \end_layout
35031
35032 \begin_layout Plain Layout
35033
35034 def func(param):
35035 \end_layout
35036
35037 \begin_layout Plain Layout
35038
35039 'Sonderzeichen: Tschüß'
35040 \end_layout
35041
35042 \begin_layout Plain Layout
35043
35044 pass
35045 \end_layout
35046
35047 \begin_layout Plain Layout
35048
35049 def func(param):
35050 \end_layout
35051
35052 \begin_layout Plain Layout
35053
35054 'Dies ist eine Python-Funktion'
35055 \end_layout
35056
35057 \begin_layout Plain Layout
35058
35059 pass
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Standard
35068 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
35069 \family sans
35070 Tabulatorgröße
35071 \family default
35072  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
35073 \end_layout
35074
35075 \begin_layout Standard
35076 \noindent
35077 \begin_inset Note Greyedout
35078 status open
35079
35080 \begin_layout Plain Layout
35081
35082 \series bold
35083 Bemerkung:
35084 \series default
35085  Wegen eines Fehlers im 
35086 \series bold
35087 listings
35088 \series default
35089 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
35090  verschoben.
35091  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
35092  Listing nummeriert werden.
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \end_layout
35099
35100 \begin_layout Standard
35101 \begin_inset VSpace bigskip
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Standard
35108 \noindent
35109 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
35110  Das machen Sie mit
35111 \family sans
35112  Einfügen\SpecialChar \menuseparator
35113 Datei\SpecialChar \menuseparator
35114 Unterdokument
35115 \family default
35116  und der 
35117 \family sans
35118 Art
35119 \begin_inset space ~
35120 \end_inset
35121
35122 der
35123 \begin_inset space ~
35124 \end_inset
35125
35126 Einbindung
35127 \family default
35128  
35129 \family sans
35130 Listing
35131 \family default
35132 .
35133 \begin_inset Foot
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
35138 \begin_inset space ~
35139 \end_inset
35140
35141
35142 \begin_inset CommandInset ref
35143 LatexCommand ref
35144 reference "abs:Unterdokumente"
35145
35146 \end_inset
35147
35148  beschrieben.
35149 \end_layout
35150
35151 \end_inset
35152
35153  Im Dialogfenster
35154 \family sans
35155  Unterdokument
35156 \family default
35157  können Sie die Listing-Parameter unter 
35158 \family sans
35159 Weitere
35160 \begin_inset space ~
35161 \end_inset
35162
35163 Parameter
35164 \family default
35165  eingeben.
35166  Wenn Sie dort ein Fragezeichen 
35167 \begin_inset Quotes gld
35168 \end_inset
35169
35170 ?
35171 \begin_inset Quotes grd
35172 \end_inset
35173
35174  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
35175 det.
35176 \end_layout
35177
35178 \begin_layout Standard
35179 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
35180  Text ins Feld 
35181 \family sans
35182 Marke
35183 \family default
35184 , auf die dann wie üblich verwiesen werden kann.
35185 \end_layout
35186
35187 \begin_layout Standard
35188 Listing
35189 \begin_inset space ~
35190 \end_inset
35191
35192
35193 \begin_inset CommandInset ref
35194 LatexCommand ref
35195 reference "lst:Datei-Listing"
35196
35197 \end_inset
35198
35199  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
35200 \begin_inset space \thinspace{}
35201 \end_inset
35202
35203 -
35204 \begin_inset space \thinspace{}
35205 \end_inset
35206
35207 15 gedruckt werden.
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset CommandInset include
35212 LatexCommand lstinputlisting
35213 filename "EmbeddedObjects.lyx"
35214 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
35215
35216 \end_inset
35217
35218
35219 \end_layout
35220
35221 \begin_layout Standard
35222 \begin_inset VSpace bigskip
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \begin_layout Standard
35229 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
35230 \end_layout
35231
35232 \begin_layout Enumerate
35233 Öffnen Sie die Listings-Einstellungen und fügen
35234 \begin_inset Newline newline
35235 \end_inset
35236
35237
35238 \family sans
35239 mathescape=true
35240 \family default
35241
35242 \begin_inset Newline newline
35243 \end_inset
35244
35245 in das Feld des Tabs 
35246 \family sans
35247 Erweitert
35248 \family default
35249  ein
35250 \end_layout
35251
35252 \begin_layout Enumerate
35253 Erstellen Sie eine Formel außerhalb des Listings
35254 \end_layout
35255
35256 \begin_layout Enumerate
35257 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
35258 blage (Tastenkürzel 
35259 \family sans
35260 Ctrl+C
35261 \family default
35262 )
35263 \end_layout
35264
35265 \begin_layout Enumerate
35266 Schreiben sie 
35267 \begin_inset Quotes gld
35268 \end_inset
35269
35270
35271 \family sans
35272 $$
35273 \family default
35274
35275 \begin_inset Quotes grd
35276 \end_inset
35277
35278  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
35279 hen (Tastenkürzel 
35280 \family sans
35281 Ctrl+V
35282 \family default
35283 )
35284 \end_layout
35285
35286 \begin_layout Standard
35287 \begin_inset listings
35288 lstparams "language=Python,mathescape=true"
35289 inline false
35290 status open
35291
35292 \begin_layout Plain Layout
35293
35294 \begin_inset Caption
35295
35296 \begin_layout Plain Layout
35297 Programm-Listing mit einer Formel
35298 \end_layout
35299
35300 \end_inset
35301
35302 # Beispiel-Programm-Listing
35303 \end_layout
35304
35305 \begin_layout Plain Layout
35306
35307 def func(param):
35308 \end_layout
35309
35310 \begin_layout Plain Layout
35311
35312     # $
35313 \backslash
35314 prod_{n=1}^{
35315 \backslash
35316 infty}
35317 \backslash
35318 ,
35319 \backslash
35320 frac{1}{x^{2}}$
35321 \end_layout
35322
35323 \begin_layout Plain Layout
35324
35325     pass
35326 \end_layout
35327
35328 \end_inset
35329
35330
35331 \end_layout
35332
35333 \begin_layout Standard
35334 \begin_inset VSpace bigskip
35335 \end_inset
35336
35337
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \noindent
35342 Dokumentweite Listing-Eigenschaften können im Dialog 
35343 \family sans
35344 Dokument\SpecialChar \menuseparator
35345 Einstellungen\SpecialChar \menuseparator
35346 Listing
35347 \family default
35348  festgelegt werden.
35349  Dort bekommt man durch Eingabe eines Fragezeichens 
35350 \begin_inset Quotes gld
35351 \end_inset
35352
35353 ?
35354 \begin_inset Quotes grd
35355 \end_inset
35356
35357  eine Liste aller möglichen Parameter.
35358 \end_layout
35359
35360 \begin_layout Standard
35361 Weitere Informationen über das 
35362 \series bold
35363 listings
35364 \series default
35365 -Paket finden Sie in 
35366 \begin_inset CommandInset citation
35367 LatexCommand cite
35368 key "listings"
35369
35370 \end_inset
35371
35372 .
35373 \end_layout
35374
35375 \begin_layout Chapter
35376 \start_of_appendix
35377 In LyX verfügbare Maßeinheiten
35378 \begin_inset CommandInset label
35379 LatexCommand label
35380 name "kap:In-LyX-verfügbare"
35381
35382 \end_inset
35383
35384
35385 \begin_inset Index idx
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389 Einheiten
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \begin_layout Standard
35398 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
35399  Tabelle
35400 \begin_inset space ~
35401 \end_inset
35402
35403
35404 \begin_inset CommandInset ref
35405 LatexCommand ref
35406 reference "tab:Maßeinheiten"
35407
35408 \end_inset
35409
35410  alle in LyX verfügbaren Maßeinheiten.
35411 \end_layout
35412
35413 \begin_layout Standard
35414 \begin_inset Float table
35415 placement h
35416 wide false
35417 sideways false
35418 status open
35419
35420 \begin_layout Plain Layout
35421 \begin_inset Caption
35422
35423 \begin_layout Plain Layout
35424 \begin_inset CommandInset label
35425 LatexCommand label
35426 name "tab:Maßeinheiten"
35427
35428 \end_inset
35429
35430 Maßeinheiten
35431 \end_layout
35432
35433 \end_inset
35434
35435
35436 \end_layout
35437
35438 \begin_layout Plain Layout
35439 \begin_inset VSpace medskip
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Plain Layout
35446 \align center
35447 \begin_inset Tabular
35448 <lyxtabular version="3" rows="20" columns="2">
35449 <features tabularvalignment="middle">
35450 <column alignment="center" valignment="top" width="0">
35451 <column alignment="center" valignment="top" width="0">
35452 <row>
35453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35454 \begin_inset Text
35455
35456 \begin_layout Plain Layout
35457
35458 \series bold
35459 Maßeinheit
35460 \end_layout
35461
35462 \end_inset
35463 </cell>
35464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35465 \begin_inset Text
35466
35467 \begin_layout Plain Layout
35468
35469 \series bold
35470 Name/Beschreibung
35471 \end_layout
35472
35473 \end_inset
35474 </cell>
35475 </row>
35476 <row>
35477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35478 \begin_inset Text
35479
35480 \begin_layout Plain Layout
35481 mm
35482 \end_layout
35483
35484 \end_inset
35485 </cell>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490 Millimeter
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 </row>
35496 <row>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 cm
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 Zentimeter
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 </row>
35516 <row>
35517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 in
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 Zoll (1
35531 \begin_inset space \thinspace{}
35532 \end_inset
35533
35534 in = 2.54
35535 \begin_inset space \thinspace{}
35536 \end_inset
35537
35538 cm
35539 \end_layout
35540
35541 \end_inset
35542 </cell>
35543 </row>
35544 <row>
35545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35546 \begin_inset Text
35547
35548 \begin_layout Plain Layout
35549 pt
35550 \end_layout
35551
35552 \end_inset
35553 </cell>
35554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35555 \begin_inset Text
35556
35557 \begin_layout Plain Layout
35558 Punkt (72.27
35559 \begin_inset space \thinspace{}
35560 \end_inset
35561
35562 pt = 1
35563 \begin_inset space \thinspace{}
35564 \end_inset
35565
35566 in)
35567 \end_layout
35568
35569 \end_inset
35570 </cell>
35571 </row>
35572 <row>
35573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35574 \begin_inset Text
35575
35576 \begin_layout Plain Layout
35577 pc
35578 \end_layout
35579
35580 \end_inset
35581 </cell>
35582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35583 \begin_inset Text
35584
35585 \begin_layout Plain Layout
35586 Pica (1
35587 \begin_inset space \thinspace{}
35588 \end_inset
35589
35590 pc = 12
35591 \begin_inset space \thinspace{}
35592 \end_inset
35593
35594 pt)
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605 sp
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614 skalierter Punkt (65536
35615 \begin_inset space \thinspace{}
35616 \end_inset
35617
35618 sp = 1
35619 \begin_inset space \thinspace{}
35620 \end_inset
35621
35622 pt)
35623 \end_layout
35624
35625 \end_inset
35626 </cell>
35627 </row>
35628 <row>
35629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35630 \begin_inset Text
35631
35632 \begin_layout Plain Layout
35633 bp
35634 \end_layout
35635
35636 \end_inset
35637 </cell>
35638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35639 \begin_inset Text
35640
35641 \begin_layout Plain Layout
35642 großer Punkt (72
35643 \begin_inset space \thinspace{}
35644 \end_inset
35645
35646 bp = 1
35647 \begin_inset space \thinspace{}
35648 \end_inset
35649
35650 in)
35651 \end_layout
35652
35653 \end_inset
35654 </cell>
35655 </row>
35656 <row>
35657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 dd
35662 \end_layout
35663
35664 \end_inset
35665 </cell>
35666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35667 \begin_inset Text
35668
35669 \begin_layout Plain Layout
35670 Didot (1
35671 \begin_inset space \thinspace{}
35672 \end_inset
35673
35674 dd 
35675 \begin_inset Formula $\approx$
35676 \end_inset
35677
35678  0,376
35679 \begin_inset space \thinspace{}
35680 \end_inset
35681
35682 mm)
35683 \end_layout
35684
35685 \end_inset
35686 </cell>
35687 </row>
35688 <row>
35689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35690 \begin_inset Text
35691
35692 \begin_layout Plain Layout
35693 cc
35694 \end_layout
35695
35696 \end_inset
35697 </cell>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 Cicero (1
35703 \begin_inset space \thinspace{}
35704 \end_inset
35705
35706 cc = 12
35707 \begin_inset space \thinspace{}
35708 \end_inset
35709
35710 dd)
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 </row>
35716 <row>
35717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35718 \begin_inset Text
35719
35720 \begin_layout Plain Layout
35721 Skalierung%
35722 \end_layout
35723
35724 \end_inset
35725 </cell>
35726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730 % der originalen Bildbreite
35731 \end_layout
35732
35733 \end_inset
35734 </cell>
35735 </row>
35736 <row>
35737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35738 \begin_inset Text
35739
35740 \begin_layout Plain Layout
35741 Textbreite %
35742 \end_layout
35743
35744 \end_inset
35745 </cell>
35746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35747 \begin_inset Text
35748
35749 \begin_layout Plain Layout
35750 % der Textbreite
35751 \end_layout
35752
35753 \end_inset
35754 </cell>
35755 </row>
35756 <row>
35757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35758 \begin_inset Text
35759
35760 \begin_layout Plain Layout
35761 Spaltenbreite %
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770 % der Spaltenbreite
35771 \end_layout
35772
35773 \end_inset
35774 </cell>
35775 </row>
35776 <row>
35777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35778 \begin_inset Text
35779
35780 \begin_layout Plain Layout
35781 Seitenbreite %
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 % der Seitenbreite
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 <row>
35797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35798 \begin_inset Text
35799
35800 \begin_layout Plain Layout
35801 Zeilenbreite %
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810 % der Zeilenbreite
35811 \end_layout
35812
35813 \end_inset
35814 </cell>
35815 </row>
35816 <row>
35817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35818 \begin_inset Text
35819
35820 \begin_layout Plain Layout
35821 Texthöhe %
35822 \end_layout
35823
35824 \end_inset
35825 </cell>
35826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830 % der Texthöhe
35831 \end_layout
35832
35833 \end_inset
35834 </cell>
35835 </row>
35836 <row>
35837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841 Seitenhöhe %
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850 % der Seitenhöhe
35851 \end_layout
35852
35853 \end_inset
35854 </cell>
35855 </row>
35856 <row>
35857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Plain Layout
35861 ex
35862 \end_layout
35863
35864 \end_inset
35865 </cell>
35866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35867 \begin_inset Text
35868
35869 \begin_layout Plain Layout
35870 Die Höhe des Buchstabens 
35871 \emph on
35872 x
35873 \emph default
35874  im aktiven Zeichensatz
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 </row>
35880 <row>
35881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35882 \begin_inset Text
35883
35884 \begin_layout Plain Layout
35885 em
35886 \end_layout
35887
35888 \end_inset
35889 </cell>
35890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35891 \begin_inset Text
35892
35893 \begin_layout Plain Layout
35894 Die Breite des Buchstabens 
35895 \emph on
35896 M
35897 \emph default
35898  im aktiven Zeichensatz
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 </row>
35904 <row>
35905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 mu
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918 mathematische  Maßeinheit
35919 \series bold
35920  
35921 \series default
35922 (1
35923 \begin_inset space \thinspace{}
35924 \end_inset
35925
35926 mu = 1/18
35927 \begin_inset space \thinspace{}
35928 \end_inset
35929
35930 em)
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 </row>
35936 </lyxtabular>
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \end_inset
35944
35945
35946 \end_layout
35947
35948 \begin_layout Chapter
35949 Ausgabedatei-Formate mit Grafiken
35950 \begin_inset CommandInset label
35951 LatexCommand label
35952 name "kap:Ausgabedatei-Formate"
35953
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Section
35960 DVI
35961 \begin_inset Index idx
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965 Dateiformat! DVI
35966 \end_layout
35967
35968 \end_inset
35969
35970
35971 \begin_inset Index idx
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975 DVI
35976 \end_layout
35977
35978 \end_inset
35979
35980
35981 \end_layout
35982
35983 \begin_layout Standard
35984 Dieser Dateityp hat die Erweiterung 
35985 \begin_inset Quotes gld
35986 \end_inset
35987
35988
35989 \family typewriter
35990 .dvi
35991 \family default
35992
35993 \begin_inset Quotes grd
35994 \end_inset
35995
35996  und wird 
35997 \begin_inset Quotes gld
35998 \end_inset
35999
36000 device independent
36001 \begin_inset Quotes grd
36002 \end_inset
36003
36004  genannt, weil er vollkommen portierbar ist.
36005  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
36006  dvi-Betrachter installiert hat.
36007  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
36008 ate wie PostScript benutzt.
36009 \end_layout
36010
36011 \begin_layout Standard
36012 \begin_inset Note Greyedout
36013 status open
36014
36015 \begin_layout Plain Layout
36016
36017 \series bold
36018 Bemerkung:
36019 \series default
36020  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
36021 \end_layout
36022
36023 \end_inset
36024
36025
36026 \end_layout
36027
36028 \begin_layout Standard
36029 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
36030  auf einen anderen Computer kopieren.
36031  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
36032  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
36033  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
36034 \family typewriter
36035  
36036 \family default
36037 blättern.
36038
36039 \family typewriter
36040  
36041 \family default
36042 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
36043  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
36044  
36045 \end_layout
36046
36047 \begin_layout Standard
36048 Sie können Ihr Dokument als DVI über das Menü 
36049 \family sans
36050 Datei\SpecialChar \menuseparator
36051 Exportieren\SpecialChar \menuseparator
36052 DVI
36053 \family default
36054  exportieren.
36055  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
36056 \family sans
36057 Ansicht
36058 \family default
36059  oder den Werkzeugleistenknopf 
36060 \begin_inset Graphics
36061         filename ../../images/buffer-view_dvi.png
36062         scale 70
36063         scaleBeforeRotation
36064
36065 \end_inset
36066
36067  anschauen.
36068 \end_layout
36069
36070 \begin_layout Section
36071 PostScript
36072 \begin_inset CommandInset label
36073 LatexCommand label
36074 name "abs:PostScript"
36075
36076 \end_inset
36077
36078
36079 \begin_inset Index idx
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 Dateiformat  ! PostScript
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \begin_inset Index idx
36090 status collapsed
36091
36092 \begin_layout Plain Layout
36093 PostScript
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \begin_layout Standard
36102 Dieser Dateityp hat die Erweiterung 
36103 \begin_inset Quotes gld
36104 \end_inset
36105
36106
36107 \family typewriter
36108 .ps
36109 \family default
36110
36111 \begin_inset Quotes grd
36112 \end_inset
36113
36114 .
36115  PostScript wurde von der Firma
36116 \family typewriter
36117  Adobe
36118 \family default
36119  als Druckersprache entwickelt.
36120  Die Datei enthält deshalb Druckbefehle.
36121  PostScript kann als 
36122 \begin_inset Quotes gld
36123 \end_inset
36124
36125 Programmiersprache
36126 \begin_inset Quotes grd
36127 \end_inset
36128
36129  angesehen werden.
36130  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
36131 \begin_inset Foot
36132 status collapsed
36133
36134 \begin_layout Plain Layout
36135 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
36136  von
36137 \series bold
36138  PSTricks
36139 \series default
36140  
36141 \begin_inset CommandInset citation
36142 LatexCommand cite
36143 key "pstricks"
36144
36145 \end_inset
36146
36147  oder 
36148 \begin_inset CommandInset citation
36149 LatexCommand cite
36150 key "latex-praxisbuch"
36151
36152 \end_inset
36153
36154  ansehen.
36155 \end_layout
36156
36157 \end_inset
36158
36159 .
36160  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
36161 \end_layout
36162
36163 \begin_layout Standard
36164 PostScript kann nur Bilder im Format EPS
36165 \begin_inset Index idx
36166 status collapsed
36167
36168 \begin_layout Plain Layout
36169 EPS
36170 \end_layout
36171
36172 \end_inset
36173
36174  (Encapsulated PostScript, Datei-Er\SpecialChar \-
36175 wei\SpecialChar \-
36176 ter\SpecialChar \-
36177 ung 
36178 \begin_inset Quotes gld
36179 \end_inset
36180
36181
36182 \family typewriter
36183 .eps
36184 \family default
36185
36186 \begin_inset Quotes grd
36187 \end_inset
36188
36189 ) enthalten.
36190  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
36191  intern nach EPS konvertieren.
36192  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
36193  verlangsamen.
36194  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
36195  konvertieren und direkt als EPS einfügen.
36196 \end_layout
36197
36198 \begin_layout Standard
36199 Sie können Ihr Dokument als PostScript über das Menü 
36200 \family sans
36201 Datei\SpecialChar \menuseparator
36202 Exportieren\SpecialChar \menuseparator
36203 Post\SpecialChar \-
36204 Script
36205 \family default
36206  exportieren.
36207  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
36208 \family sans
36209 Ansicht
36210 \family default
36211  oder den Werkzeugleistenknopf 
36212 \begin_inset Graphics
36213         filename ../../images/buffer-view_ps.png
36214         scale 70
36215         scaleBeforeRotation
36216
36217 \end_inset
36218
36219  anschauen.
36220 \end_layout
36221
36222 \begin_layout Section
36223 PDF
36224 \begin_inset Index idx
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228 Dateiformat! PDF
36229 \end_layout
36230
36231 \end_inset
36232
36233
36234 \begin_inset Index idx
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238 PDF
36239 \end_layout
36240
36241 \end_inset
36242
36243
36244 \end_layout
36245
36246 \begin_layout Standard
36247 Dieser Dateityp hat die Erweiterung 
36248 \begin_inset Quotes gld
36249 \end_inset
36250
36251
36252 \family typewriter
36253 .pdf
36254 \family default
36255
36256 \begin_inset Quotes grd
36257 \end_inset
36258
36259 .
36260  Das
36261 \emph on
36262  
36263 \emph default
36264
36265 \begin_inset Quotes gld
36266 \end_inset
36267
36268 Portable Document Format
36269 \begin_inset Quotes grd
36270 \end_inset
36271
36272  (PDF) wurde auch von der Firma 
36273 \family typewriter
36274 Adobe
36275 \family default
36276  als Derivat von PostScript entwickelt.
36277  Es ist komprimierter und benutzt weniger Befehle als PostScript.
36278  Wie der Begriff 
36279 \begin_inset Quotes gld
36280 \end_inset
36281
36282 portable
36283 \begin_inset Quotes grd
36284 \end_inset
36285
36286  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
36287  werden, und der Ausdruck sieht immer gleich aus.
36288 \end_layout
36289
36290 \begin_layout Standard
36291 PDF kann Bilder im eigenen PDF-Format, im Format 
36292 \begin_inset Quotes gld
36293 \end_inset
36294
36295 Joint Photographic Experts Group
36296 \begin_inset Quotes grd
36297 \end_inset
36298
36299  (JPEG
36300 \begin_inset Index idx
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304 JPG, JPEG
36305 \end_layout
36306
36307 \end_inset
36308
36309 , Datei-Erweiterung 
36310 \begin_inset Quotes gld
36311 \end_inset
36312
36313
36314 \family typewriter
36315 .jpg
36316 \family default
36317
36318 \begin_inset Quotes grd
36319 \end_inset
36320
36321  oder 
36322 \begin_inset Quotes gld
36323 \end_inset
36324
36325
36326 \family typewriter
36327 .jpeg
36328 \family default
36329
36330 \begin_inset Quotes grd
36331 \end_inset
36332
36333 ) und im Format 
36334 \begin_inset Quotes gld
36335 \end_inset
36336
36337 Portable Network Graphics
36338 \begin_inset Quotes grd
36339 \end_inset
36340
36341  (PNG
36342 \begin_inset Index idx
36343 status collapsed
36344
36345 \begin_layout Plain Layout
36346 PNG
36347 \end_layout
36348
36349 \end_inset
36350
36351 , Datei-Erweiterung 
36352 \begin_inset Quotes gld
36353 \end_inset
36354
36355
36356 \family typewriter
36357 .png
36358 \family default
36359
36360 \begin_inset Quotes grd
36361 \end_inset
36362
36363 ) enthalten.
36364  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
36365  Sie konvertieren wird.
36366  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
36367  wird, eines der drei erwähnten Bildformate zu benutzen.
36368 \end_layout
36369
36370 \begin_layout Standard
36371 PDF-Dateien können Sie über 
36372 \family sans
36373 Datei\SpecialChar \menuseparator
36374 Exportieren
36375 \family default
36376  auf drei Arten erzeugen:
36377 \end_layout
36378
36379 \begin_layout Description
36380 PDF
36381 \begin_inset space ~
36382 \end_inset
36383
36384 (ps2pdf) benutzt das Programm
36385 \family typewriter
36386  ps2pdf
36387 \family default
36388 , das eine PDF-Datei aus einer Post\SpecialChar \-
36389 Script®-Version Ihres Dokument erstellt.
36390  Die PostScript-Version wird mit dem Programm 
36391 \family typewriter
36392 dvips
36393 \family default
36394  aus einer DVI-Version erstellt.
36395  Es werden also drei Konvertierungen verwendet.
36396 \end_layout
36397
36398 \begin_layout Description
36399 PDF
36400 \begin_inset space ~
36401 \end_inset
36402
36403 (dvipdfm) benutzt das Programm 
36404 \family typewriter
36405 dvipdfm
36406 \family default
36407 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
36408  PDF konvertiert.
36409 \end_layout
36410
36411 \begin_layout Description
36412 PDF
36413 \begin_inset space ~
36414 \end_inset
36415
36416 (pdflatex) benutzt das Programm
36417 \family typewriter
36418  pdftex
36419 \family default
36420 , das Ihr Dokument direkt nach PDF konvertiert.
36421 \end_layout
36422
36423 \begin_layout Standard
36424
36425 \family sans
36426 PDF
36427 \begin_inset space ~
36428 \end_inset
36429
36430 (pdflatex)
36431 \family default
36432  wird empfohlen, weil
36433 \family typewriter
36434  pdftex
36435 \family default
36436  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
36437  ohne Probleme arbeitet.
36438  Das Programm 
36439 \family typewriter
36440 dvi\SpecialChar \-
36441 pdfm
36442 \family default
36443  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
36444 \end_layout
36445
36446 \begin_layout Standard
36447 Sie können Ihr Dokument als PDF über das Menü 
36448 \family sans
36449 Datei\SpecialChar \menuseparator
36450 Exportieren\SpecialChar \menuseparator
36451 PDF
36452 \family default
36453  exportieren.
36454  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
36455 \family sans
36456 Ansicht
36457 \family default
36458  oder den Werkzeugleistenknopf 
36459 \begin_inset Graphics
36460         filename ../../images/buffer-view_pdf2.png
36461         scale 70
36462         scaleBeforeRotation
36463
36464 \end_inset
36465
36466  anschauen 
36467 \family sans
36468 (
36469 \family default
36470 der 
36471 \family sans
36472 PDF
36473 \begin_inset space ~
36474 \end_inset
36475
36476 (pdflatex)
36477 \family default
36478  verwendet).
36479 \end_layout
36480
36481 \begin_layout Chapter
36482 Erklärung der Gleichung
36483 \begin_inset space ~
36484 \end_inset
36485
36486 (
36487 \begin_inset CommandInset ref
36488 LatexCommand ref
36489 reference "eq:Wgn"
36490
36491 \end_inset
36492
36493 )
36494 \begin_inset CommandInset label
36495 LatexCommand label
36496 name "kap:Exläuterung-einer-Gleichung"
36497
36498 \end_inset
36499
36500
36501 \end_layout
36502
36503 \begin_layout Standard
36504 Die Gesamtbreite von
36505 \emph on
36506  n
36507 \emph default
36508  Tabellenzellen 
36509 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36510 \end_inset
36511
36512  kann wie folgt berechnet werden:
36513 \end_layout
36514
36515 \begin_layout Standard
36516 \begin_inset Formula 
36517 \begin{equation}
36518 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36519 \end{equation}
36520
36521 \end_inset
36522
36523
36524 \end_layout
36525
36526 \begin_layout Standard
36527 Dabei ist 
36528 \begin_inset Formula $W_{g\, n}$
36529 \end_inset
36530
36531  die Breite jeder Zelle.
36532
36533 \series bold
36534  
36535 \backslash
36536 tabcolsep
36537 \series default
36538  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
36539  Standardwert 6
36540 \begin_inset space \thinspace{}
36541 \end_inset
36542
36543 pt.
36544  
36545 \series bold
36546
36547 \backslash
36548 arrayrulewidth
36549 \series default
36550  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
36551 \begin_inset space \thinspace{}
36552 \end_inset
36553
36554 pt.
36555 \end_layout
36556
36557 \begin_layout Standard
36558 Nach Gleichung
36559 \begin_inset space ~
36560 \end_inset
36561
36562
36563 \begin_inset CommandInset ref
36564 LatexCommand ref
36565 reference "eq:Wtot_n"
36566
36567 \end_inset
36568
36569  ist die Gesamtbreite einer Mehrfachspalte, 
36570 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36571 \end_inset
36572
36573 ,
36574 \end_layout
36575
36576 \begin_layout Standard
36577 \begin_inset Formula 
36578 \begin{equation}
36579 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36580 \end{equation}
36581
36582 \end_inset
36583
36584
36585 \end_layout
36586
36587 \begin_layout Standard
36588 Setzt man die Gleichungen
36589 \begin_inset space ~
36590 \end_inset
36591
36592
36593 \begin_inset CommandInset ref
36594 LatexCommand ref
36595 reference "eq:Wtot_n"
36596
36597 \end_inset
36598
36599  und 
36600 \begin_inset CommandInset ref
36601 LatexCommand ref
36602 reference "eq:Wtot_mult"
36603
36604 \end_inset
36605
36606  gleich, kann man die benötigte Breite 
36607 \begin_inset Formula $W_{g\, n}$
36608 \end_inset
36609
36610 , wenn 
36611 \emph on
36612 n
36613 \emph default
36614  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
36615 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36616 \end_inset
36617
36618  hat, berechnen:
36619 \end_layout
36620
36621 \begin_layout Standard
36622 \begin_inset Formula 
36623 \begin{equation}
36624 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36625 \end{equation}
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \begin_layout Bibliography
36633 \labelwidthstring Literaturverzeichnis
36634 \begin_inset CommandInset bibitem
36635 LatexCommand bibitem
36636 key "latexcompanion"
36637
36638 \end_inset
36639
36640 Frank Mittelbach and Michel Goossens: 
36641 \emph on
36642 The LaTeX Companion Second Edition.
36643
36644 \emph default
36645  Addison-Wesley, 2004
36646 \end_layout
36647
36648 \begin_layout Bibliography
36649 \labelwidthstring Literaturverzeichnis
36650 \begin_inset CommandInset bibitem
36651 LatexCommand bibitem
36652 key "latexguide"
36653
36654 \end_inset
36655
36656 Helmut Kopka and Patrick W.
36657  Daly: 
36658 \emph on
36659 A Guide to LaTeX Fourth Edition.
36660
36661 \emph default
36662  Addison-Wesley, 2003
36663 \end_layout
36664
36665 \begin_layout Bibliography
36666 \labelwidthstring Literaturverzeichnis
36667 \begin_inset CommandInset bibitem
36668 LatexCommand bibitem
36669 key "lamport"
36670
36671 \end_inset
36672
36673 Leslie Lamport: 
36674 \emph on
36675 LaTeX: A Document Preparation System.
36676
36677 \emph default
36678  Addison-Wesley, second edition, 1994
36679 \end_layout
36680
36681 \begin_layout Bibliography
36682 \labelwidthstring Literaturverzeichnis
36683 \begin_inset CommandInset bibitem
36684 LatexCommand bibitem
36685 key "latex-praxisbuch"
36686
36687 \end_inset
36688
36689 Niedermair, Elke & Michael: 
36690 \emph on
36691 LaTeX-Praxisbuch
36692 \emph default
36693 , Franzis-Verlag, 2004
36694 \end_layout
36695
36696 \begin_layout Bibliography
36697 \labelwidthstring Literaturverzeichnis
36698 \begin_inset CommandInset bibitem
36699 LatexCommand bibitem
36700 key "booktabs"
36701
36702 \end_inset
36703
36704 Dokumentation des LaTeX-Pakets 
36705 \series bold
36706
36707 \begin_inset CommandInset href
36708 LatexCommand href
36709 name "booktabs"
36710 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36711
36712 \end_inset
36713
36714
36715 \series default
36716
36717 \begin_inset Index idx
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721 LaTeX-Pakete ! booktabs
36722 \end_layout
36723
36724 \end_inset
36725
36726
36727 \end_layout
36728
36729 \begin_layout Bibliography
36730 \labelwidthstring Literaturverzeichnis
36731 \begin_inset CommandInset bibitem
36732 LatexCommand bibitem
36733 key "caption"
36734
36735 \end_inset
36736
36737 Dokumentation des LaTeX-Pakets 
36738 \series bold
36739
36740 \begin_inset CommandInset href
36741 LatexCommand href
36742 name "caption"
36743 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
36744
36745 \end_inset
36746
36747
36748 \series default
36749
36750 \begin_inset Index idx
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754 LaTeX-Pakete ! caption
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Bibliography
36763 \labelwidthstring Literaturverzeichnis
36764 \begin_inset CommandInset bibitem
36765 LatexCommand bibitem
36766 key "endfloat"
36767
36768 \end_inset
36769
36770 Dokumentation des LaTeX-Pakets 
36771 \series bold
36772
36773 \begin_inset CommandInset href
36774 LatexCommand href
36775 name "endfloat"
36776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36777
36778 \end_inset
36779
36780
36781 \series default
36782
36783 \begin_inset Index idx
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787 LaTeX-Pakete ! endfloat
36788 \end_layout
36789
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Bibliography
36796 \labelwidthstring Literaturverzeichnis
36797 \begin_inset CommandInset bibitem
36798 LatexCommand bibitem
36799 key "wrapfig"
36800
36801 \end_inset
36802
36803 Dokumentation des LaTeX-Pakets 
36804 \series bold
36805
36806 \begin_inset CommandInset href
36807 LatexCommand href
36808 name "wrapfig"
36809 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36810
36811 \end_inset
36812
36813
36814 \series default
36815
36816 \begin_inset Index idx
36817 status collapsed
36818
36819 \begin_layout Plain Layout
36820 LaTeX-Pakete ! wrapfig
36821 \begin_inset ERT
36822 status collapsed
36823
36824 \begin_layout Plain Layout
36825
36826
36827 \backslash
36828 vspace{4mm}
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Bibliography
36842 \labelwidthstring Literaturverzeichnis
36843 \begin_inset CommandInset bibitem
36844 LatexCommand bibitem
36845 key "footmisc"
36846
36847 \end_inset
36848
36849 Dokumentation des LaTeX-Pakets 
36850 \series bold
36851
36852 \begin_inset CommandInset href
36853 LatexCommand href
36854 name "footmisc"
36855 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36856
36857 \end_inset
36858
36859
36860 \series default
36861
36862 \begin_inset Index idx
36863 status collapsed
36864
36865 \begin_layout Plain Layout
36866 LaTeX-Pakete ! footmisc
36867 \end_layout
36868
36869 \end_inset
36870
36871
36872 \end_layout
36873
36874 \begin_layout Bibliography
36875 \labelwidthstring Literaturverzeichnis
36876 \begin_inset CommandInset bibitem
36877 LatexCommand bibitem
36878 key "hypcap"
36879
36880 \end_inset
36881
36882 Dokumentation des LaTeX-Pakets 
36883 \series bold
36884
36885 \begin_inset CommandInset href
36886 LatexCommand href
36887 name "hypcap"
36888 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36889
36890 \end_inset
36891
36892
36893 \series default
36894
36895 \begin_inset Index idx
36896 status collapsed
36897
36898 \begin_layout Plain Layout
36899 LaTeX-Pakete ! hypcap
36900 \end_layout
36901
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \begin_layout Bibliography
36908 \labelwidthstring Literaturverzeichnis
36909 \begin_inset CommandInset bibitem
36910 LatexCommand bibitem
36911 key "hyperref"
36912
36913 \end_inset
36914
36915 Dokumentation des LaTeX-Pakets 
36916 \series bold
36917
36918 \begin_inset CommandInset href
36919 LatexCommand href
36920 name "hyperref"
36921 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36922
36923 \end_inset
36924
36925
36926 \series default
36927
36928 \begin_inset Index idx
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932 LaTeX-Pakete ! hyperref
36933 \end_layout
36934
36935 \end_inset
36936
36937
36938 \end_layout
36939
36940 \begin_layout Bibliography
36941 \labelwidthstring Literaturverzeichnis
36942 \begin_inset CommandInset bibitem
36943 LatexCommand bibitem
36944 key "KOMA-Script"
36945
36946 \end_inset
36947
36948 Dokumentation des LaTeX-Pakets 
36949 \series bold
36950
36951 \begin_inset CommandInset href
36952 LatexCommand href
36953 name "KOMA-Script"
36954 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
36955
36956 \end_inset
36957
36958
36959 \series default
36960
36961 \begin_inset Index idx
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965 LaTeX-Pakete ! KOMA-Script
36966 \end_layout
36967
36968 \end_inset
36969
36970
36971 \end_layout
36972
36973 \begin_layout Bibliography
36974 \labelwidthstring Literaturverzeichnis
36975 \begin_inset CommandInset bibitem
36976 LatexCommand bibitem
36977 key "listings"
36978
36979 \end_inset
36980
36981 Dokumentation des LaTeX-Pakets 
36982 \series bold
36983
36984 \begin_inset CommandInset href
36985 LatexCommand href
36986 name "listings"
36987 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36988
36989 \end_inset
36990
36991
36992 \series default
36993
36994 \begin_inset Index idx
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998 LaTeX-Pakete ! listings
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Bibliography
37007 \labelwidthstring Literaturverzeichnis
37008 \begin_inset CommandInset bibitem
37009 LatexCommand bibitem
37010 key "marginnote"
37011
37012 \end_inset
37013
37014 Dokumentation des LaTeX-Pakets 
37015 \series bold
37016
37017 \begin_inset CommandInset href
37018 LatexCommand href
37019 name "marginnote"
37020 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37021
37022 \end_inset
37023
37024
37025 \series default
37026
37027 \begin_inset Index idx
37028 status collapsed
37029
37030 \begin_layout Plain Layout
37031 LaTeX-Pakete ! marginnote
37032 \end_layout
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Bibliography
37040 \labelwidthstring Literaturverzeichnis
37041 \begin_inset CommandInset bibitem
37042 LatexCommand bibitem
37043 key "lettrine"
37044
37045 \end_inset
37046
37047 Dokumentation des LaTeX-Pakets 
37048 \series bold
37049
37050 \begin_inset CommandInset href
37051 LatexCommand href
37052 name "lettrine"
37053 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37054
37055 \end_inset
37056
37057
37058 \series default
37059  und ein 
37060 \begin_inset CommandInset href
37061 LatexCommand href
37062 name "Beispiel"
37063 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
37064
37065 \end_inset
37066
37067
37068 \begin_inset Index idx
37069 status collapsed
37070
37071 \begin_layout Plain Layout
37072 LaTeX-Pakete ! lettrine
37073 \end_layout
37074
37075 \end_inset
37076
37077
37078 \end_layout
37079
37080 \begin_layout Bibliography
37081 \labelwidthstring Literaturverzeichnis
37082 \begin_inset CommandInset bibitem
37083 LatexCommand bibitem
37084 key "pstricks"
37085
37086 \end_inset
37087
37088 Webseite des LaTeX-Pakets 
37089 \series bold
37090
37091 \begin_inset CommandInset href
37092 LatexCommand href
37093 name "PSTricks"
37094 target "http://tug.org/PSTricks/"
37095
37096 \end_inset
37097
37098
37099 \series default
37100
37101 \begin_inset Index idx
37102 status collapsed
37103
37104 \begin_layout Plain Layout
37105 LaTeX-Pakete ! pstricks
37106 \end_layout
37107
37108 \end_inset
37109
37110
37111 \end_layout
37112
37113 \begin_layout Bibliography
37114 \labelwidthstring Literaturverzeichnis
37115 \begin_inset CommandInset bibitem
37116 LatexCommand bibitem
37117 key "sidecap"
37118
37119 \end_inset
37120
37121 Dokumentation des LaTeX-Pakets 
37122 \series bold
37123
37124 \begin_inset CommandInset href
37125 LatexCommand href
37126 name "sidecap"
37127 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37128
37129 \end_inset
37130
37131
37132 \series default
37133
37134 \begin_inset Index idx
37135 status collapsed
37136
37137 \begin_layout Plain Layout
37138 LaTeX-Pakete ! sidecap
37139 \end_layout
37140
37141 \end_inset
37142
37143
37144 \end_layout
37145
37146 \begin_layout Bibliography
37147 \labelwidthstring Literaturverzeichnis
37148 \begin_inset CommandInset bibitem
37149 LatexCommand bibitem
37150 key "prettyref"
37151
37152 \end_inset
37153
37154 Dokumentation des LaTeX-Pakets 
37155 \series bold
37156
37157 \begin_inset CommandInset href
37158 LatexCommand href
37159 name "prettyref"
37160 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37161
37162 \end_inset
37163
37164
37165 \series default
37166
37167 \begin_inset Index idx
37168 status collapsed
37169
37170 \begin_layout Plain Layout
37171 LaTeX-Pakete ! prettyref
37172 \end_layout
37173
37174 \end_inset
37175
37176
37177 \end_layout
37178
37179 \begin_layout Bibliography
37180 \labelwidthstring Literaturverzeichnis
37181 \begin_inset CommandInset bibitem
37182 LatexCommand bibitem
37183 key "refstyle"
37184
37185 \end_inset
37186
37187 Dokumentation des LaTeX-Pakets 
37188 \series bold
37189
37190 \begin_inset CommandInset href
37191 LatexCommand href
37192 name "refstyle"
37193 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
37194
37195 \end_inset
37196
37197
37198 \series default
37199
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 LaTeX-Pakete ! refstyle
37205 \end_layout
37206
37207 \end_inset
37208
37209
37210 \end_layout
37211
37212 \begin_layout Bibliography
37213 \labelwidthstring Literaturverzeichnis
37214 \begin_inset CommandInset bibitem
37215 LatexCommand bibitem
37216 key "NeuInLyX20"
37217
37218 \end_inset
37219
37220
37221 \begin_inset CommandInset href
37222 LatexCommand href
37223 name "Wiki-Seite"
37224 target "http://wiki.lyx.org/LyX/NewInLyX20"
37225
37226 \end_inset
37227
37228  über neue Funktionen in 
37229 \family sans
37230 LyX 2.0
37231 \family default
37232 .
37233 \end_layout
37234
37235 \begin_layout Standard
37236 \begin_inset CommandInset index_print
37237 LatexCommand printindex
37238 type "idx"
37239
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \end_body
37246 \end_document