]> git.lyx.org Git - features.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe a limitation of multirows
[features.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % wenn pdflatex benutzt wird:
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % Schriften für bessere PDF-Ansichten
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % Ende von: wenn pdflatex benutzt wird
16
17 % Setzt den Link fuer Sprünge zu Gleitabbildungen
18 % auf den Anfang des Gelitobjekts und nicht aufs Ende
19 \usepackage[figure]{hypcap}
20
21 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
22 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
23 \let\myTOC\tableofcontents
24 \renewcommand\tableofcontents{%
25   \frontmatter
26   \pdfbookmark[1]{\contentsname}{}
27   \myTOC
28   \mainmatter }
29
30 % Formatierung von Legenden
31 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
32
33 % Befehle, um Legenden neben Tabellen und Abbildungen zu setzen
34 \usepackage{sidecap}
35
36 \newcommand{\TabBesBeg}{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % ermöglicht das Berechnen von Werten
55 \usepackage{calc}
56
57 %Vergrößert den Teil der Seite, in dem Gleitobjekte
58 % unten angeordnet werden dürfen
59 \renewcommand{\bottomfraction}{0.5}
60
61 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % beschleunigt die Berechnung von langen Tabellen
65 \setcounter{LTchunksize}{100}
66
67 % wird für skalierte und rotierte Boxen benötigt
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % wird bei farbigen Tabellen benutzt
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
74 \definecolor{hellgrau}{gray}{0.8}
75
76 % testen ob paket colortbl installiert ist
77 % wird für farbige Tabellenzellen benutzt
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % wird fuer Tabellen im Buchstil benutzt
85 \usepackage{booktabs}
86
87 % wird benutzt, um Tabellenzellen zu vergrößern
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % wird fuer benutzerdefinierte Tabellen benutzt
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % Setzt einen zusaetzlichen Abstand von
109 % 1.5 mm zwischen Fussnoten
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % Prüfung auf benötigte LaTeXPakete
119 \usepackage{ifthen}
120
121 % Pruefung auf arydshln
122 % für Tabellen mit gestrichelten Linien
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % Prüfung auf marginnote
130 % für Randnotizen
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % Prüfung auf sidecap
139 % für seitliche Beschriftungen
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % Prüfung auf picinpar
147 \newboolean{picinpar}
148 \IfFileExists{picinpar.sty}
149  {\usepackage{picinpar}
150   \setboolean{picinpar}{true}}
151  {\setboolean{picinpar}{false}}
152
153 % 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 Standard
12897 Um eine neue Zeile zu beginnen, können Sie einen erzwungenen Zeilenumbruch
12898  (Tastenkürzel 
12899 \family sans
12900 Ctrl+Enter
12901 \family default
12902 ) verwenden.
12903  Dieser respektiert jedoch nicht die Tabellenlinien, wie diese Tabelle zeigt:
12904 \end_layout
12905
12906 \begin_layout Standard
12907 \noindent
12908 \align center
12909 \begin_inset Tabular
12910 <lyxtabular version="3" rows="3" columns="2">
12911 <features tabularvalignment="middle">
12912 <column alignment="left" valignment="middle" width="2cm">
12913 <column alignment="center" valignment="top" width="0">
12914 <row>
12915 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 aaa
12920 \begin_inset Newline newline
12921 \end_inset
12922
12923 aaa
12924 \begin_inset Newline newline
12925 \end_inset
12926
12927 falsche Zelle
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 ccc
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 ddd
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 bbb
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 eee
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 </lyxtabular>
12983
12984 \end_inset
12985
12986
12987 \end_layout
12988
12989 \begin_layout Standard
12990 Seien Sie daher vorsichtig mit erzwungenen Zeilenumbrüchen.
12991 \end_layout
12992
12993 \begin_layout Section
12994 Formale Tabellen
12995 \begin_inset CommandInset label
12996 LatexCommand label
12997 name "abs:Formale-Tabellen"
12998
12999 \end_inset
13000
13001
13002 \begin_inset Index idx
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006 Tabellen ! Formale
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Tabellen werden in Büchern oft wie Tabelle
13016 \begin_inset space ~
13017 \end_inset
13018
13019
13020 \begin_inset CommandInset ref
13021 LatexCommand ref
13022 reference "tab:Formale-Tabelle"
13023
13024 \end_inset
13025
13026  gesetzt.
13027  Diese Tabellen werden
13028 \emph on
13029  formal
13030 \emph default
13031  genannt.
13032  Formale Tabellen bekommen Sie, wenn Sie im 
13033 \family sans
13034 Tabellen-Einstellungen
13035 \family default
13036 -Dialog auf der Karteikarte 
13037 \family sans
13038 Rahmen
13039 \family default
13040  den 
13041 \family sans
13042 Stil
13043 \family default
13044  
13045 \family sans
13046 Formal
13047 \family default
13048  ankreuzen.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 \begin_inset Float table
13053 placement h
13054 wide false
13055 sideways false
13056 status open
13057
13058 \begin_layout Plain Layout
13059 \begin_inset Caption
13060
13061 \begin_layout Plain Layout
13062 \begin_inset CommandInset label
13063 LatexCommand label
13064 name "tab:Formale-Tabelle"
13065
13066 \end_inset
13067
13068 Formale Tabelle
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Plain Layout
13077 \align center
13078 \begin_inset Tabular
13079 <lyxtabular version="3" rows="8" columns="4">
13080 <features booktabs="true" tabularvalignment="middle">
13081 <column alignment="center" valignment="top" width="0">
13082 <column alignment="right" valignment="top" width="0">
13083 <column alignment="right" valignment="top" width="0">
13084 <column alignment="right" valignment="top" width="0">
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 System
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 Chip
13100 \begin_inset space \thinspace{}
13101 \end_inset
13102
13103 1
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 Chip
13113 \begin_inset space \thinspace{}
13114 \end_inset
13115
13116 2
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125
13126 \end_layout
13127
13128 \end_inset
13129 </cell>
13130 </row>
13131 <row>
13132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 \begin_inset ERT
13137 status collapsed
13138
13139 \begin_layout Plain Layout
13140
13141
13142 \backslash
13143 cmidrule(r){2-2}
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 cmidrule(l){3-4}
13157 \end_layout
13158
13159 \end_inset
13160
13161 Detektordicke in µm
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 300
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 <cell alignment="center" valignment="top" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 300
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 <cell alignment="center" valignment="top" usebox="none">
13185 \begin_inset Text
13186
13187 \begin_layout Plain Layout
13188 700
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 </row>
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 Kantenwinkel in °
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 3.55
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 <cell alignment="center" valignment="top" topline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 2.71
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 7.99
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 </row>
13232 <row topspace="default">
13233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13234 \begin_inset Text
13235
13236 \begin_layout Plain Layout
13237 räumliche Auf\SpecialChar \textcompwordmark{}
13238 lösung in µm
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 <cell alignment="center" valignment="top" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 4.26
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 <cell alignment="center" valignment="top" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 10.17
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 10.56
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 </row>
13271 <row topspace="default">
13272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 MTF bei 
13277 \begin_inset Formula $f_{\mathrm{max}}$
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 0.53
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 0.37
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 0.39
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 </row>
13313 <row topspace="default">
13314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 \begin_inset ERT
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322
13323
13324 \backslash
13325 cmidrule(l{10pt}){1-1}
13326 \end_layout
13327
13328 \end_inset
13329
13330 LSF räumliche Auf\SpecialChar \textcompwordmark{}
13331 lösung
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 </row>
13364 <row>
13365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 in µm
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 129.7
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 52.75
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 50.78
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 </row>
13402 <row>
13403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 in % der Pixelgröße
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 76.3
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 95.9
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 92.3
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 </lyxtabular>
13441
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \begin_layout Standard
13453 Abstände zu Tabellenzeilen können auf der Karteikarte 
13454 \family sans
13455 Rahmen
13456 \family default
13457  des 
13458 \family sans
13459 Tabellen-Ein\SpecialChar \-
13460 stel\SpecialChar \-
13461 lun\SpecialChar \-
13462 gen
13463 \family default
13464 -Dialogs hinzugefügt werden, wie in Abschnitt
13465 \begin_inset space ~
13466 \end_inset
13467
13468
13469 \begin_inset CommandInset ref
13470 LatexCommand ref
13471 reference "uab:Zeilenabstand"
13472
13473 \end_inset
13474
13475  beschrieben.
13476 \end_layout
13477
13478 \begin_layout Standard
13479 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
13480  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
13481  gedruckt aber anders aus.
13482  Die erste und letzte Linie ist 0.08
13483 \begin_inset space \thinspace{}
13484 \end_inset
13485
13486 em dick, während die anderen 0.05
13487 \begin_inset space \thinspace{}
13488 \end_inset
13489
13490 em dick sind.
13491 \end_layout
13492
13493 \begin_layout Standard
13494 Die Standarddicken können im LaTeX-Vorspann geändert werden:
13495 \end_layout
13496
13497 \begin_layout Standard
13498
13499 \series bold
13500
13501 \backslash
13502 let
13503 \backslash
13504 mytoprule
13505 \backslash
13506 toprule
13507 \begin_inset Newline newline
13508 \end_inset
13509
13510
13511 \backslash
13512 renewcommand{
13513 \backslash
13514 toprule}{
13515 \backslash
13516 mytoprule[Breite]}
13517 \end_layout
13518
13519 \begin_layout Standard
13520 Dies Beispiel gilt für die oberste Linie, genannt 
13521 \series bold
13522 toprule
13523 \series default
13524 .
13525  Für die letzte müssen Sie 
13526 \series bold
13527 toprule
13528 \series default
13529  durch 
13530 \series bold
13531 bottomrule
13532 \series default
13533  ersetzen.
13534  Die Linien dazwischen heißen 
13535 \series bold
13536 midrule
13537 \series default
13538 .
13539  Für 
13540 \family sans
13541 Breite
13542 \family default
13543  können Sie alle Einheiten benutzen, die in Anhang
13544 \begin_inset space ~
13545 \end_inset
13546
13547
13548 \begin_inset CommandInset ref
13549 LatexCommand ref
13550 reference "kap:In-LyX-verfügbare"
13551
13552 \end_inset
13553
13554  aufgelistet sind.
13555 \end_layout
13556
13557 \begin_layout Standard
13558 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13559  eine Linie unter einer Mehrfachspalte.
13560  LyX wird intern den Befehl 
13561 \series bold
13562
13563 \backslash
13564 cmidrule
13565 \series default
13566  benutzen, um diese Linie zu drucken.
13567  Der ganze Befehl sieht so aus:
13568 \end_layout
13569
13570 \begin_layout Standard
13571
13572 \series bold
13573
13574 \backslash
13575 cmidrule[width](trim){Anfangsspalte-Endspalte}
13576 \end_layout
13577
13578 \begin_layout Standard
13579 Die 
13580 \series bold
13581
13582 \backslash
13583 cmidrule
13584 \series default
13585 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13586  benutzen.
13587  
13588 \series bold
13589
13590 \backslash
13591 cmidrule
13592 \series default
13593  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13594  erste Zelle einer Zeile einfügt.
13595  Die Linie wird dann über der Zeile gedruckt.
13596 \end_layout
13597
13598 \begin_layout Standard
13599 Der Standardwert ist 0.03
13600 \begin_inset space \thinspace{}
13601 \end_inset
13602
13603 em.
13604  Die Linie reicht von 
13605 \family typewriter
13606 Anfangsspalte
13607 \family default
13608  bis 
13609 \family typewriter
13610 End\SpecialChar \-
13611 spal\SpecialChar \-
13612 te
13613 \family default
13614 .
13615  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13616   Der optionale Parameter 
13617 \family typewriter
13618 trim
13619 \family default
13620  kann die Werte 
13621 \emph on
13622 r
13623 \emph default
13624
13625 \emph on
13626 r{Breite}
13627 \emph default
13628
13629 \emph on
13630 l
13631 \family typewriter
13632 \emph default
13633  
13634 \family default
13635 oder 
13636 \emph on
13637 l{Breite}
13638 \emph default
13639  annehmen, wobei die 
13640 \family sans
13641 Breite
13642 \family default
13643  optional ist.
13644  
13645 \emph on
13646 l{2pt}
13647 \emph default
13648  zum Beispiel bedeutet, dass die Linie links um 2
13649 \begin_inset space \thinspace{}
13650 \end_inset
13651
13652 pt gekürzt wird.
13653  Ohne Breitenangabe werden die Linien um 0.5
13654 \begin_inset space \thinspace{}
13655 \end_inset
13656
13657 em gekürzt.
13658 \end_layout
13659
13660 \begin_layout Standard
13661 \begin_inset VSpace bigskip
13662 \end_inset
13663
13664 In Tabelle
13665 \begin_inset space ~
13666 \end_inset
13667
13668
13669 \begin_inset CommandInset ref
13670 LatexCommand ref
13671 reference "tab:Formale-Tabelle"
13672
13673 \end_inset
13674
13675  wurden die Befehle
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \series bold
13681
13682 \backslash
13683 cmidrule(r){2-2}
13684 \backslash
13685 cmidrule(l){3-4}
13686 \end_layout
13687
13688 \begin_layout Standard
13689 am Anfang der zweiten Zeile und
13690 \end_layout
13691
13692 \begin_layout Standard
13693
13694 \series bold
13695
13696 \backslash
13697 cmidrule(l{10pt}){1-1}
13698 \end_layout
13699
13700 \begin_layout Standard
13701 in der sechsten benutzt.
13702 \end_layout
13703
13704 \begin_layout Standard
13705 \begin_inset VSpace bigskip
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \begin_layout Standard
13712 Sie können mit 
13713 \series bold
13714
13715 \backslash
13716 cmidrule
13717 \series default
13718  auch überlappende Linien wie in Tabelle
13719 \begin_inset space ~
13720 \end_inset
13721
13722
13723 \begin_inset CommandInset ref
13724 LatexCommand ref
13725 reference "tab:Special-booktabs-table"
13726
13727 \end_inset
13728
13729  definieren.
13730  Der Befehl ist:
13731 \end_layout
13732
13733 \begin_layout Standard
13734
13735 \series bold
13736
13737 \backslash
13738 morecmidrules
13739 \end_layout
13740
13741 \begin_layout Standard
13742 In Zeile zwei der Tabelle
13743 \begin_inset space ~
13744 \end_inset
13745
13746
13747 \begin_inset CommandInset ref
13748 LatexCommand ref
13749 reference "tab:Special-booktabs-table"
13750
13751 \end_inset
13752
13753  wurde folgender Befehl benutzt:
13754 \end_layout
13755
13756 \begin_layout Standard
13757
13758 \series bold
13759
13760 \backslash
13761 cmidrule(r){2-2}
13762 \backslash
13763 cmidrule(l){3-4}
13764 \backslash
13765 morecmidrules
13766 \begin_inset Newline newline
13767 \end_inset
13768
13769
13770 \backslash
13771 cmidrule{2-4}
13772 \end_layout
13773
13774 \begin_layout Standard
13775 und in Zeile sechs:
13776 \end_layout
13777
13778 \begin_layout Standard
13779
13780 \series bold
13781
13782 \backslash
13783 midrule
13784 \backslash
13785 morecmidrules
13786 \backslash
13787 cmidrule{3-4}
13788 \end_layout
13789
13790 \begin_layout Standard
13791 \begin_inset VSpace bigskip
13792 \end_inset
13793
13794
13795 \end_layout
13796
13797 \begin_layout Standard
13798 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13799  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13800 \end_layout
13801
13802 \begin_layout Standard
13803
13804 \series bold
13805
13806 \backslash
13807 specialrule{Dicke}{Abstand davor}{Abstand danach}
13808 \end_layout
13809
13810 \begin_layout Standard
13811 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13812 \series bold
13813 booktabs
13814 \series default
13815  
13816 \begin_inset CommandInset citation
13817 LatexCommand cite
13818 key "booktabs"
13819
13820 \end_inset
13821
13822 .
13823 \begin_inset Index idx
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827 LaTeX-Pakete ! booktabs
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \begin_layout Standard
13836 \begin_inset Float table
13837 placement h
13838 wide false
13839 sideways false
13840 status open
13841
13842 \begin_layout Plain Layout
13843 \begin_inset Caption
13844
13845 \begin_layout Plain Layout
13846 \begin_inset CommandInset label
13847 LatexCommand label
13848 name "tab:Special-booktabs-table"
13849
13850 \end_inset
13851
13852 Eine spezielle formale Tabelle
13853 \end_layout
13854
13855 \end_inset
13856
13857
13858 \end_layout
13859
13860 \begin_layout Plain Layout
13861 \align center
13862 \begin_inset Tabular
13863 <lyxtabular version="3" rows="8" columns="4">
13864 <features booktabs="true" tabularvalignment="middle">
13865 <column alignment="center" valignment="top" width="0">
13866 <column alignment="center" valignment="top" width="0">
13867 <column alignment="right" valignment="top" width="0">
13868 <column alignment="right" valignment="top" width="0">
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 System
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 Chip
13884 \begin_inset space \thinspace{}
13885 \end_inset
13886
13887 1
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 Chip
13897 \begin_inset space \thinspace{}
13898 \end_inset
13899
13900 2
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 </row>
13915 <row>
13916 <cell alignment="center" valignment="top" usebox="none">
13917 \begin_inset Text
13918
13919 \begin_layout Plain Layout
13920 \begin_inset ERT
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924
13925
13926 \backslash
13927 cmidrule(r){2-2}
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \begin_inset ERT
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937
13938
13939 \backslash
13940 cmidrule(l){3-4}
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \begin_inset ERT
13947 status collapsed
13948
13949 \begin_layout Plain Layout
13950
13951
13952 \backslash
13953 morecmidrules 
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 cmidrule{2-4}
13967 \end_layout
13968
13969 \end_inset
13970
13971 Detektordicke in µm
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 300
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 300
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 700
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 </row>
14004 <row>
14005 <cell alignment="center" valignment="top" topline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 Kantenwinkel in °
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" topline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 3,55
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 2,71
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 7,99
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 <row topspace="default">
14043 <cell alignment="center" valignment="top" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 räumliche Auf\SpecialChar \textcompwordmark{}
14048 lösung in µm
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 4,26
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 10,17
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 10,56
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 </row>
14081 <row topspace="default">
14082 <cell alignment="center" valignment="top" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 MTF bei 
14087 \begin_inset Formula $f_{\mathrm{max}}$
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 0,53
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 0,37
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 0,39
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 </row>
14123 <row>
14124 <cell alignment="center" valignment="top" topline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128 \begin_inset ERT
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132
14133
14134 \backslash
14135 morecmidrules 
14136 \end_layout
14137
14138 \end_inset
14139
14140
14141 \begin_inset ERT
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145
14146
14147 \backslash
14148 cmidrule{3-4}
14149 \end_layout
14150
14151 \end_inset
14152
14153 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
14154 lösung
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 <cell alignment="center" valignment="top" topline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Plain Layout
14181
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 </row>
14187 <row>
14188 <cell alignment="center" valignment="top" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192 in µm
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 <cell alignment="center" valignment="top" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 129,7
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 52,75
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 50,78
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 </row>
14225 <row>
14226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 in % der Pixelgröße
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 76,3
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 95,9
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 92,3
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 </row>
14263 </lyxtabular>
14264
14265 \end_inset
14266
14267
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \begin_layout Section
14276 Vertikale Tabellen-Ausrichtung
14277 \begin_inset Index idx
14278 status collapsed
14279
14280 \begin_layout Plain Layout
14281 Tabellen ! Ausrichtung
14282 \end_layout
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Standard
14290 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
14291  einer Box sein.
14292  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
14293 \begin_inset space ~
14294 \end_inset
14295
14296
14297 \begin_inset CommandInset ref
14298 LatexCommand ref
14299 reference "abs:Box-Dialog"
14300
14301 \end_inset
14302
14303  beschrieben.
14304 \end_layout
14305
14306 \begin_layout Standard
14307 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
14308 \begin_inset Foot
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Minipages werden in Abschnitt
14313 \begin_inset space ~
14314 \end_inset
14315
14316
14317 \begin_inset CommandInset ref
14318 LatexCommand ref
14319 reference "abs:Minipage"
14320
14321 \end_inset
14322
14323  beschrieben.
14324 \end_layout
14325
14326 \end_inset
14327
14328  mit 15
14329 \begin_inset space \thinspace{}
14330 \end_inset
14331
14332 col%-Breite:
14333 \end_layout
14334
14335 \begin_layout Itemize
14336 Test 
14337 \begin_inset Box Frameless
14338 position "t"
14339 hor_pos "c"
14340 has_inner_box 1
14341 inner_pos "c"
14342 use_parbox 0
14343 use_makebox 0
14344 width "15col%"
14345 special "none"
14346 height "1in"
14347 height_special "totalheight"
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351 \begin_inset Tabular
14352 <lyxtabular version="3" rows="3" columns="3">
14353 <features tabularvalignment="middle">
14354 <column alignment="center" valignment="top" width="0">
14355 <column alignment="center" valignment="top" width="0">
14356 <column alignment="center" valignment="top" width="0">
14357 <row>
14358 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 Tabelle 1
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 b
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 e
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 h
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 </row>
14415 <row>
14416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 c
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429 f
14430 \end_layout
14431
14432 \end_inset
14433 </cell>
14434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14435 \begin_inset Text
14436
14437 \begin_layout Plain Layout
14438 i
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 </row>
14444 </lyxtabular>
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \end_inset
14452
14453  Test 
14454 \begin_inset ERT
14455 status collapsed
14456
14457 \begin_layout Plain Layout
14458
14459
14460 \backslash
14461 raisebox{0.85
14462 \backslash
14463 baselineskip}{
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \begin_inset Box Frameless
14470 position "t"
14471 hor_pos "c"
14472 has_inner_box 1
14473 inner_pos "c"
14474 use_parbox 0
14475 use_makebox 0
14476 width "15col%"
14477 special "none"
14478 height "1in"
14479 height_special "totalheight"
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 \begin_inset Tabular
14484 <lyxtabular version="3" rows="3" columns="3">
14485 <features tabularvalignment="middle">
14486 <column alignment="center" valignment="top" width="0">
14487 <column alignment="center" valignment="top" width="0">
14488 <column alignment="center" valignment="top" width="0">
14489 <row>
14490 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 Tabelle 2
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 b
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 e
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 h
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 <row>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 c
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 f
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 i
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 </row>
14576 </lyxtabular>
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \end_inset
14584
14585
14586 \begin_inset ERT
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590
14591 }
14592 \end_layout
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \begin_layout Itemize
14600 Test 
14601 \begin_inset Box Frameless
14602 position "c"
14603 hor_pos "c"
14604 has_inner_box 1
14605 inner_pos "c"
14606 use_parbox 0
14607 use_makebox 0
14608 width "15col%"
14609 special "none"
14610 height "1in"
14611 height_special "totalheight"
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 \begin_inset Tabular
14616 <lyxtabular version="3" rows="3" columns="3">
14617 <features tabularvalignment="middle">
14618 <column alignment="center" valignment="top" width="0">
14619 <column alignment="center" valignment="top" width="0">
14620 <column alignment="center" valignment="top" width="0">
14621 <row>
14622 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 Tabelle 3
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 b
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 e
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 h
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 </row>
14679 <row>
14680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 c
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 f
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 i
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 </row>
14708 </lyxtabular>
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \end_layout
14719
14720 \begin_layout Itemize
14721 Test 
14722 \begin_inset Box Frameless
14723 position "b"
14724 hor_pos "c"
14725 has_inner_box 1
14726 inner_pos "c"
14727 use_parbox 0
14728 use_makebox 0
14729 width "15col%"
14730 special "none"
14731 height "1in"
14732 height_special "totalheight"
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736 \begin_inset Tabular
14737 <lyxtabular version="3" rows="3" columns="3">
14738 <features tabularvalignment="middle">
14739 <column alignment="center" valignment="top" width="0">
14740 <column alignment="center" valignment="top" width="0">
14741 <column alignment="center" valignment="top" width="0">
14742 <row>
14743 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 Tabelle 4
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765
14766 \end_layout
14767
14768 \end_inset
14769 </cell>
14770 </row>
14771 <row>
14772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776 b
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14782 \begin_inset Text
14783
14784 \begin_layout Plain Layout
14785 e
14786 \end_layout
14787
14788 \end_inset
14789 </cell>
14790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14791 \begin_inset Text
14792
14793 \begin_layout Plain Layout
14794 h
14795 \end_layout
14796
14797 \end_inset
14798 </cell>
14799 </row>
14800 <row>
14801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 c
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 f
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823 i
14824 \end_layout
14825
14826 \end_inset
14827 </cell>
14828 </row>
14829 </lyxtabular>
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837
14838 Test 
14839 \begin_inset ERT
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843
14844
14845 \backslash
14846 raisebox{-0.32
14847 \backslash
14848 baselineskip}{
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \begin_inset Box Frameless
14855 position "b"
14856 hor_pos "c"
14857 has_inner_box 1
14858 inner_pos "c"
14859 use_parbox 0
14860 use_makebox 0
14861 width "15col%"
14862 special "none"
14863 height "1in"
14864 height_special "totalheight"
14865 status collapsed
14866
14867 \begin_layout Plain Layout
14868 \begin_inset Tabular
14869 <lyxtabular version="3" rows="3" columns="3">
14870 <features tabularvalignment="middle">
14871 <column alignment="center" valignment="top" width="0">
14872 <column alignment="center" valignment="top" width="0">
14873 <column alignment="center" valignment="top" width="0">
14874 <row>
14875 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 Tabelle 5
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908 b
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 e
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926 h
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 </row>
14932 <row>
14933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 c
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 f
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 i
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 </lyxtabular>
14962
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \begin_inset ERT
14972 status collapsed
14973
14974 \begin_layout Plain Layout
14975
14976 }
14977 \end_layout
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Standard
14985 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14986 \begin_inset space \space{}
14987 \end_inset
14988
14989 1 und letzten Zeile von Tabelle
14990 \begin_inset space \space{}
14991 \end_inset
14992
14993 4 bezüglich dem Wort 
14994 \begin_inset Quotes gld
14995 \end_inset
14996
14997 Test
14998 \begin_inset Quotes grd
14999 \end_inset
15000
15001  nicht richtig ausgerichtet.
15002  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
15003 \begin_inset Quotes gld
15004 \end_inset
15005
15006 Raisebox
15007 \begin_inset Quotes grd
15008 \end_inset
15009
15010
15011 \begin_inset Foot
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015 Raiseboxen werden in Abschnitt
15016 \begin_inset space ~
15017 \end_inset
15018
15019
15020 \begin_inset CommandInset ref
15021 LatexCommand ref
15022 reference "uab:Vertikale-Ausrichtung"
15023
15024 \end_inset
15025
15026  beschrieben.
15027 \end_layout
15028
15029 \end_inset
15030
15031  setzen.
15032  In Tabelle
15033 \begin_inset space \space{}
15034 \end_inset
15035
15036 2 wurde der Text mit dem Befehl
15037 \end_layout
15038
15039 \begin_layout Standard
15040
15041 \series bold
15042
15043 \backslash
15044 raisebox{0.85
15045 \backslash
15046 baselineskip}{
15047 \end_layout
15048
15049 \begin_layout Standard
15050 vor der Box ausgerichtet.
15051  Hinter der Box wurde auch noch 
15052 \series bold
15053 }
15054 \series default
15055  als TeX-Code eingefügt, weil der obige Befehl mit 
15056 \series bold
15057 {
15058 \series default
15059  aufhörte.
15060  Für Tabelle
15061 \begin_inset space \space{}
15062 \end_inset
15063
15064 5 wurde der Befehl
15065 \end_layout
15066
15067 \begin_layout Standard
15068
15069 \series bold
15070
15071 \backslash
15072 raisebox{-0.32
15073 \backslash
15074 baselineskip}{
15075 \end_layout
15076
15077 \begin_layout Standard
15078 benutzt.
15079 \end_layout
15080
15081 \begin_layout Standard
15082 \begin_inset Note Greyedout
15083 status open
15084
15085 \begin_layout Plain Layout
15086
15087 \series bold
15088 Bemerkung:
15089 \series default
15090  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
15091  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
15092  Der Faktor im 
15093 \series bold
15094
15095 \backslash
15096 raisebox
15097 \series default
15098 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
15099 \end_layout
15100
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \begin_layout Section
15107 Farbige Tabellen
15108 \begin_inset CommandInset label
15109 LatexCommand label
15110 name "abs:Farbige-Tabellen"
15111
15112 \end_inset
15113
15114
15115 \begin_inset Index idx
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119 Tabellen ! farbige
15120 \end_layout
15121
15122 \end_inset
15123
15124
15125 \end_layout
15126
15127 \begin_layout Subsection
15128 Farbige Zellen
15129 \begin_inset Index idx
15130 status collapsed
15131
15132 \begin_layout Plain Layout
15133 farbige !  Tabellenzellen
15134 \end_layout
15135
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \begin_layout Standard
15142 \begin_inset Float table
15143 placement h
15144 wide false
15145 sideways false
15146 status open
15147
15148 \begin_layout Plain Layout
15149 \begin_inset Caption
15150
15151 \begin_layout Plain Layout
15152 \begin_inset CommandInset label
15153 LatexCommand label
15154 name "tab:Farbige-Tabelle-ohne"
15155
15156 \end_inset
15157
15158 Farbige Tabelle, ohne Paket 
15159 \series bold
15160 colortbl
15161 \series default
15162
15163 \begin_inset Argument
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167 Tabelle ohne 
15168 \family typewriter
15169 colortbl
15170 \end_layout
15171
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \begin_layout Plain Layout
15183 \align center
15184 \begin_inset Tabular
15185 <lyxtabular version="3" rows="3" columns="3">
15186 <features tabularvalignment="middle">
15187 <column alignment="center" valignment="top" width="0">
15188 <column alignment="center" valignment="top" width="0">
15189 <column alignment="center" valignment="top" width="0">
15190 <row>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \color green
15197 a
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206
15207 \color red
15208 b
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \color red
15219 c
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 </row>
15225 <row>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230
15231 \color green
15232 d
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \color blue
15243 e
15244 \end_layout
15245
15246 \end_inset
15247 </cell>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \color blue
15254 f
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 <row>
15261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \color green
15267 g
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \color blue
15278 h
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \color blue
15289 i
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 </lyxtabular>
15296
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \begin_layout Standard
15308 \begin_inset CommandInset label
15309 LatexCommand label
15310 name "Wenn-Sie-nur"
15311
15312 \end_inset
15313
15314 Wenn Sie nur farbigen Text
15315 \begin_inset Index idx
15316 status collapsed
15317
15318 \begin_layout Plain Layout
15319 Farbe ! für Text
15320 \end_layout
15321
15322 \end_inset
15323
15324  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
15325  auf den Werkzeugleistenknopf 
15326 \begin_inset Graphics
15327         filename ../../images/dialog-show_character.png
15328         scale 70
15329         scaleBeforeRotation
15330
15331 \end_inset
15332
15333  oder über das Menü 
15334 \family sans
15335 Bearbeiten\SpecialChar \menuseparator
15336 Textstil\SpecialChar \menuseparator
15337 Benutzerdefiniert
15338 \family default
15339  mit dem 
15340 \family sans
15341 Textstil
15342 \family default
15343 -Dialog wie es in Tabelle
15344 \begin_inset space ~
15345 \end_inset
15346
15347
15348 \begin_inset CommandInset ref
15349 LatexCommand ref
15350 reference "tab:Farbige-Tabelle-ohne"
15351
15352 \end_inset
15353
15354  gemacht wurde.
15355  In anderen Fällen müssen Sie das LaTeX-Paket 
15356 \series bold
15357 colortbl
15358 \series default
15359  benutzen.
15360 \begin_inset Index idx
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364 LaTeX-Pakete ! colortbl
15365 \end_layout
15366
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \begin_layout Standard
15373 \begin_inset ERT
15374 status collapsed
15375
15376 \begin_layout Plain Layout
15377
15378
15379 \backslash
15380 ifcolortbl
15381 \end_layout
15382
15383 \end_inset
15384
15385
15386 \begin_inset Note Note
15387 status open
15388
15389 \begin_layout Plain Layout
15390 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
15391 \series bold
15392 colortbl
15393 \series default
15394  installiert ist.
15395 \end_layout
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 Um farbige Tabellen zu erzeugen, muss 
15404 \series bold
15405 colortbl
15406 \series default
15407  im LaTeX-Vorspann geladen werden:
15408 \end_layout
15409
15410 \begin_layout Standard
15411
15412 \series bold
15413
15414 \backslash
15415 usepackage{colortbl}
15416 \end_layout
15417
15418 \begin_layout Standard
15419 Die Farbe einer Spalte ändert man dann mit dem Befehl
15420 \end_layout
15421
15422 \begin_layout Standard
15423
15424 \series bold
15425
15426 \backslash
15427 columncolor{Farbname}
15428 \end_layout
15429
15430 \begin_layout Standard
15431 innerhalb des Befehls 
15432 \series bold
15433 >{}
15434 \series default
15435 .
15436  Mehr über den Befehl 
15437 \series bold
15438 >{}
15439 \series default
15440  finden Sie im Abschnitt
15441 \begin_inset space ~
15442 \end_inset
15443
15444
15445 \begin_inset CommandInset ref
15446 LatexCommand ref
15447 reference "uab:Mehrfachspalten-Berechnungen"
15448
15449 \end_inset
15450
15451 .
15452 \end_layout
15453
15454 \begin_layout Standard
15455 Folgende Farbnamen sind vordefiniert:
15456 \end_layout
15457
15458 \begin_layout Standard
15459
15460 \family sans
15461 red
15462 \family default
15463
15464 \family sans
15465 green
15466 \family default
15467
15468 \family sans
15469 yellow
15470 \family default
15471
15472 \family sans
15473 blue
15474 \family default
15475
15476 \family sans
15477 cyan
15478 \family default
15479
15480 \family sans
15481 magenta
15482 \family default
15483
15484 \family sans
15485 black
15486 \family default
15487  und 
15488 \family sans
15489 white
15490 \begin_inset Newline newline
15491 \end_inset
15492
15493 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
15494 \family default
15495 und
15496 \family sans
15497  weiß
15498 \family default
15499 ).
15500 \end_layout
15501
15502 \begin_layout Standard
15503 \begin_inset VSpace medskip
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \begin_layout Standard
15510 Sie können auch eigene Farben definieren:
15511 \end_layout
15512
15513 \begin_layout Standard
15514
15515 \series bold
15516
15517 \backslash
15518 definecolor{Farbname}{Farbmodell}{Farbwerte}
15519 \end_layout
15520
15521 \begin_layout Standard
15522 Das Farbmodell kann eins der folgenden sein:
15523 \end_layout
15524
15525 \begin_layout Labeling
15526 \labelwidthstring 00.00.0000
15527 cmyk: cyan, magenta, yellow, black
15528 \end_layout
15529
15530 \begin_layout Labeling
15531 \labelwidthstring 00.00.0000
15532 rgb: red, green blue
15533 \end_layout
15534
15535 \begin_layout Labeling
15536 \labelwidthstring 00.00.0000
15537 gray: gray
15538 \end_layout
15539
15540 \begin_layout Standard
15541 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15542  die die entsprechende Farbe für das Farbmodell beschreiben.
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15547 \emph on
15548
15549 \begin_inset Quotes gld
15550 \end_inset
15551
15552 dunkelgruen
15553 \emph default
15554
15555 \begin_inset Quotes grd
15556 \end_inset
15557
15558  und 
15559 \begin_inset Quotes gld
15560 \end_inset
15561
15562
15563 \emph on
15564 hellgrau
15565 \emph default
15566
15567 \begin_inset Quotes grd
15568 \end_inset
15569
15570  folgendermaßen definieren:
15571 \end_layout
15572
15573 \begin_layout Standard
15574
15575 \series bold
15576
15577 \backslash
15578 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15579 \end_layout
15580
15581 \begin_layout Standard
15582
15583 \series bold
15584
15585 \backslash
15586 definecolor{hellgrau}{gray}{0.8}
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset VSpace medskip
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \begin_layout Standard
15597 Linien werden mit dem Befehl
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 rowcolor{Farbname}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 gefärbt, Zellen mit dem Befehl
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615
15616 \backslash
15617 cellcolor{Farbname}
15618 \end_layout
15619
15620 \begin_layout Standard
15621 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15622 \end_layout
15623
15624 \begin_layout Standard
15625 Um nur Text zu färben, machen Sie es wie 
15626 \begin_inset CommandInset ref
15627 LatexCommand vpageref
15628 reference "Wenn-Sie-nur"
15629
15630 \end_inset
15631
15632  beschrieben.
15633  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15634 \emph on
15635 markieren Sie nur den Text
15636 \emph default
15637 , sonst werden Sie LaTeX-Fehler erzeugen.
15638 \end_layout
15639
15640 \begin_layout Standard
15641 \begin_inset Note Greyedout
15642 status open
15643
15644 \begin_layout Plain Layout
15645
15646 \series bold
15647 Achtung:
15648 \series default
15649  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15650 \end_layout
15651
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 \begin_inset VSpace medskip
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \begin_layout Standard
15665 Die Tabelle
15666 \begin_inset space ~
15667 \end_inset
15668
15669
15670 \begin_inset CommandInset ref
15671 LatexCommand ref
15672 reference "tab:Table-colored-using"
15673
15674 \end_inset
15675
15676  wurde folgendermaßen erstellt: die erste Spalte soll 
15677 \emph on
15678
15679 \begin_inset Quotes gld
15680 \end_inset
15681
15682 dunkelgruen
15683 \emph default
15684
15685 \begin_inset Quotes grd
15686 \end_inset
15687
15688  werden, also müssen Sie ins 
15689 \family sans
15690 LaTe
15691 \begin_inset ERT
15692 status collapsed
15693
15694 \begin_layout Plain Layout
15695
15696 {}
15697 \end_layout
15698
15699 \end_inset
15700
15701 X-Argument
15702 \family default
15703  der Zellen der ersten Spalte den Befehl
15704 \end_layout
15705
15706 \begin_layout Standard
15707
15708 \series bold
15709 >{
15710 \backslash
15711 columncolor{dunkelgruen}
15712 \backslash
15713 centering}c
15714 \end_layout
15715
15716 \begin_layout Standard
15717 schreiben.
15718  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15719 \end_layout
15720
15721 \begin_layout Standard
15722
15723 \series bold
15724
15725 \backslash
15726 rowcolor{cyan}
15727 \end_layout
15728
15729 \begin_layout Standard
15730 in die erste Zelle der ersten Zeile eingefügt.
15731  Diese Farbe ersetzt die Spaltenfarbe.
15732  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15733  wird mit folgendem Befehl erreicht:
15734 \end_layout
15735
15736 \begin_layout Standard
15737
15738 \series bold
15739
15740 \backslash
15741 cellcolor{magenta}
15742 \end_layout
15743
15744 \begin_layout Standard
15745 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15746 \family sans
15747 Textstil
15748 \family default
15749 -Dialog.
15750 \end_layout
15751
15752 \begin_layout Standard
15753 \begin_inset Float table
15754 placement h
15755 wide false
15756 sideways false
15757 status open
15758
15759 \begin_layout Plain Layout
15760 \begin_inset Caption
15761
15762 \begin_layout Plain Layout
15763 \begin_inset CommandInset label
15764 LatexCommand label
15765 name "tab:Table-colored-using"
15766
15767 \end_inset
15768
15769 Eine mit dem Paket 
15770 \series bold
15771 colortbl
15772 \series default
15773  gefärbte Tabelle
15774 \begin_inset Argument
15775 status collapsed
15776
15777 \begin_layout Plain Layout
15778 Tabelle mit 
15779 \family typewriter
15780 colortbl
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789
15790
15791 \end_layout
15792
15793 \begin_layout Plain Layout
15794 \align center
15795 \begin_inset Tabular
15796 <lyxtabular version="3" rows="3" columns="3">
15797 <features tabularvalignment="middle">
15798 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15799 <column alignment="center" valignment="top" width="0">
15800 <column alignment="center" valignment="top" width="0">
15801 <row>
15802 <cell alignment="center" valignment="top" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806 \begin_inset ERT
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810
15811
15812 \backslash
15813 rowcolor{cyan}
15814 \end_layout
15815
15816 \end_inset
15817
15818
15819 \color magenta
15820 a
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \color red
15831 b
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \color red
15842 c
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row>
15849 <cell alignment="center" valignment="top" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \color yellow
15855 d
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \color blue
15866 e
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \color blue
15877 f
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row>
15884 <cell alignment="center" valignment="top" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \color yellow
15890 g
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \color blue
15901 h
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 \begin_inset ERT
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914
15915
15916 \backslash
15917 cellcolor{magenta}
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \color green
15924 i
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 </lyxtabular>
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \begin_layout Standard
15943 \begin_inset ERT
15944 status collapsed
15945
15946 \begin_layout Plain Layout
15947
15948
15949 \backslash
15950 else
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \begin_inset Note Note
15957 status open
15958
15959 \begin_layout Plain Layout
15960 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15961 \series bold
15962 colortbl
15963 \series default
15964  nicht installiert ist:
15965 \end_layout
15966
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \begin_layout Standard
15973 Sie müssen das LaTeX-Paket 
15974 \series bold
15975 colortbl
15976 \series default
15977  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset ERT
15982 status collapsed
15983
15984 \begin_layout Plain Layout
15985
15986
15987 \backslash
15988 fi
15989 \end_layout
15990
15991 \end_inset
15992
15993
15994 \end_layout
15995
15996 \begin_layout Subsection
15997 Farbige Linien
15998 \begin_inset Index idx
15999 status collapsed
16000
16001 \begin_layout Plain Layout
16002 farbige !  Tabellenlinien
16003 \end_layout
16004
16005 \end_inset
16006
16007
16008 \end_layout
16009
16010 \begin_layout Standard
16011 Wie in Abschnitt
16012 \begin_inset space ~
16013 \end_inset
16014
16015
16016 \begin_inset CommandInset ref
16017 LatexCommand ref
16018 reference "uab:Liniendicke"
16019
16020 \end_inset
16021
16022  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
16023 \series bold
16024
16025 \backslash
16026 arrayrulewidth
16027 \series default
16028  definiert werden.
16029  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
16030 \begin_inset space \thinspace{}
16031 \end_inset
16032
16033 pt gesetzt.
16034 \begin_inset ERT
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038
16039
16040 \backslash
16041 setlength{
16042 \backslash
16043 arrayrulewidth}{1.5pt}
16044 \end_layout
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Standard
16052 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
16053 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
16054 \begin_inset space ~
16055 \end_inset
16056
16057
16058 \begin_inset CommandInset ref
16059 LatexCommand ref
16060 reference "uab:Angepasste-Zellen-/Spaltenformate"
16061
16062 \end_inset
16063
16064  definiert:
16065 \end_layout
16066
16067 \begin_layout Standard
16068
16069 \series bold
16070
16071 \backslash
16072 newcolumntype{W}{!{
16073 \backslash
16074 color{green}
16075 \backslash
16076 vline}}
16077 \end_layout
16078
16079 \begin_layout Standard
16080 In Tabelle
16081 \begin_inset space ~
16082 \end_inset
16083
16084
16085 \begin_inset CommandInset ref
16086 LatexCommand ref
16087 reference "tab:Tabelle-mit-farbigen-vert"
16088
16089 \end_inset
16090
16091  wurde das LaTeX-Argument 
16092 \series bold
16093 WcW
16094 \series default
16095  für die letzte und 
16096 \series bold
16097 Wc
16098 \series default
16099  für die anderen Spalten benutzt.
16100 \end_layout
16101
16102 \begin_layout Standard
16103 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
16104 \end_layout
16105
16106 \begin_layout Standard
16107 \begin_inset Float table
16108 placement h
16109 wide false
16110 sideways false
16111 status open
16112
16113 \begin_layout Plain Layout
16114 \begin_inset Caption
16115
16116 \begin_layout Plain Layout
16117 \begin_inset CommandInset label
16118 LatexCommand label
16119 name "tab:Tabelle-mit-farbigen-vert"
16120
16121 \end_inset
16122
16123 Tabelle mit farbigen vertikalen Linien
16124 \end_layout
16125
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \begin_layout Plain Layout
16132 \align center
16133 \begin_inset Tabular
16134 <lyxtabular version="3" rows="3" columns="3">
16135 <features tabularvalignment="middle">
16136 <column alignment="center" valignment="top" width="0" special="Wc">
16137 <column alignment="center" valignment="top" width="0" special="Wc">
16138 <column alignment="center" valignment="top" width="0" special="WcW">
16139 <row>
16140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 sd
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 </row>
16168 <row>
16169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 sd
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row>
16198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 sd
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 </lyxtabular>
16227
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \begin_layout Standard
16239 \begin_inset VSpace bigskip
16240 \end_inset
16241
16242 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
16243 \begin_inset space ~
16244 \end_inset
16245
16246
16247 \begin_inset CommandInset ref
16248 LatexCommand ref
16249 reference "tab:Tabelle-mit-farbigen-horiz"
16250
16251 \end_inset
16252
16253 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
16254  einfügen:
16255 \end_layout
16256
16257 \begin_layout Standard
16258
16259 \series bold
16260
16261 \backslash
16262 let
16263 \backslash
16264 myHlineC
16265 \backslash
16266 hline
16267 \begin_inset Newline newline
16268 \end_inset
16269
16270
16271 \backslash
16272 renewcommand{
16273 \backslash
16274 hline}
16275 \begin_inset Newline newline
16276 \end_inset
16277
16278
16279 \begin_inset Phantom HPhantom
16280 status open
16281
16282 \begin_layout Plain Layout
16283
16284 \series bold
16285 \begin_inset space ~
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \end_inset
16292
16293 {
16294 \backslash
16295 arrayrulecolor{red}
16296 \backslash
16297 myHlineC
16298 \backslash
16299 arrayrulecolor{black}}
16300 \end_layout
16301
16302 \begin_layout Standard
16303 \begin_inset ERT
16304 status collapsed
16305
16306 \begin_layout Plain Layout
16307
16308
16309 \backslash
16310 let
16311 \backslash
16312 myHlineC
16313 \backslash
16314 hline
16315 \end_layout
16316
16317 \begin_layout Plain Layout
16318
16319
16320 \backslash
16321 renewcommand{
16322 \backslash
16323 hline}
16324 \end_layout
16325
16326 \begin_layout Plain Layout
16327
16328  {
16329 \backslash
16330 arrayrulecolor{red}
16331 \backslash
16332 myHlineC
16333 \backslash
16334 arrayrulecolor{black}}
16335 \end_layout
16336
16337 \end_inset
16338
16339
16340 \begin_inset Float table
16341 placement h
16342 wide false
16343 sideways false
16344 status open
16345
16346 \begin_layout Plain Layout
16347 \begin_inset Caption
16348
16349 \begin_layout Plain Layout
16350 \begin_inset CommandInset label
16351 LatexCommand label
16352 name "tab:Tabelle-mit-farbigen-horiz"
16353
16354 \end_inset
16355
16356 Tabelle mit farbigen horizontalen Linien
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \begin_layout Plain Layout
16365 \align center
16366 \begin_inset Tabular
16367 <lyxtabular version="3" rows="3" columns="3">
16368 <features tabularvalignment="middle">
16369 <column alignment="center" valignment="top" width="0">
16370 <column alignment="center" valignment="top" width="0">
16371 <column alignment="center" valignment="top" width="0">
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 sd
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 sd
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 sd
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 </lyxtabular>
16460
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \begin_layout Standard
16472 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
16473  als TeX-Code hinter der Tabelle einfügen:
16474 \end_layout
16475
16476 \begin_layout Standard
16477
16478 \series bold
16479
16480 \backslash
16481 renewcommand{
16482 \backslash
16483 hline}{
16484 \backslash
16485 myHlineC}
16486 \end_layout
16487
16488 \begin_layout Standard
16489 Tabelle
16490 \begin_inset space ~
16491 \end_inset
16492
16493
16494 \begin_inset CommandInset ref
16495 LatexCommand ref
16496 reference "tab:Table-with-colored"
16497
16498 \end_inset
16499
16500  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
16501 \end_layout
16502
16503 \begin_layout Standard
16504 \begin_inset Float table
16505 placement h
16506 wide false
16507 sideways false
16508 status open
16509
16510 \begin_layout Plain Layout
16511 \begin_inset Caption
16512
16513 \begin_layout Plain Layout
16514 \begin_inset CommandInset label
16515 LatexCommand label
16516 name "tab:Table-with-colored"
16517
16518 \end_inset
16519
16520 Tabelle mit farbigen Linien
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \begin_layout Plain Layout
16529 \align center
16530 \begin_inset Tabular
16531 <lyxtabular version="3" rows="3" columns="3">
16532 <features tabularvalignment="middle">
16533 <column alignment="center" valignment="top" width="0" special="Wc">
16534 <column alignment="center" valignment="top" width="0" special="Wc">
16535 <column alignment="center" valignment="top" width="0" special="WcW">
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 sd
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 sd
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 </row>
16594 <row topspace="default">
16595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 sd
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 </row>
16623 </lyxtabular>
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \begin_layout Standard
16636 \begin_inset ERT
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640
16641
16642 \backslash
16643 renewcommand{
16644 \backslash
16645 hline}{
16646 \backslash
16647 myHlineC}
16648 \end_layout
16649
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \begin_layout Standard
16656 \begin_inset ERT
16657 status collapsed
16658
16659 \begin_layout Plain Layout
16660
16661
16662 \backslash
16663 setlength{
16664 \backslash
16665 arrayrulewidth}{0.4pt}
16666 \end_layout
16667
16668 \end_inset
16669
16670
16671 \begin_inset Note Note
16672 status collapsed
16673
16674 \begin_layout Plain Layout
16675 setzt die Liniendicke wieder auf ihren Standardwert zurück
16676 \end_layout
16677
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \begin_layout Section
16684 Tabellen-Anpassung
16685 \begin_inset Index idx
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689 Tabellen ! Anpassung
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \begin_layout Subsection
16698 Zeilenabstand
16699 \begin_inset CommandInset label
16700 LatexCommand label
16701 name "uab:Zeilenabstand"
16702
16703 \end_inset
16704
16705
16706 \begin_inset Index idx
16707 status collapsed
16708
16709 \begin_layout Plain Layout
16710 Tabellen ! Zeilenabstand
16711 \end_layout
16712
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \begin_layout Standard
16719 Auf der Karteikarte 
16720 \family sans
16721 Rahmen
16722 \family default
16723  des 
16724 \family sans
16725 Tabellen-Einstellungen
16726 \family default
16727 -Dialogs können Sie 
16728 \family sans
16729 zusätzliche
16730 \begin_inset space ~
16731 \end_inset
16732
16733 Abstände
16734 \family default
16735  einfügen.
16736  Dabei haben Sie drei Möglichkeiten:
16737 \end_layout
16738
16739 \begin_layout Description
16740 Oberhalb
16741 \begin_inset space ~
16742 \end_inset
16743
16744 der
16745 \begin_inset space ~
16746 \end_inset
16747
16748 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16749  Bei einer formalen Tabelle
16750 \begin_inset Foot
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754 Formale Tabellen wurden in Abschnitt
16755 \begin_inset space ~
16756 \end_inset
16757
16758
16759 \begin_inset CommandInset ref
16760 LatexCommand ref
16761 reference "abs:Formale-Tabellen"
16762
16763 \end_inset
16764
16765  beschrieben.
16766 \end_layout
16767
16768 \end_inset
16769
16770  fügt LyX standardmäßig 0.5
16771 \begin_inset space \thinspace{}
16772 \end_inset
16773
16774 em Leerraum ein.
16775  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16776 \begin_inset VSpace medskip
16777 \end_inset
16778
16779
16780 \begin_inset Newline newline
16781 \end_inset
16782
16783
16784 \begin_inset space \hspace*{}
16785 \length 0pt
16786 \end_inset
16787
16788
16789 \begin_inset space \hfill{}
16790 \end_inset
16791
16792
16793 \begin_inset Tabular
16794 <lyxtabular version="3" rows="3" columns="1">
16795 <features tabularvalignment="middle">
16796 <column alignment="center" valignment="top" width="0">
16797 <row>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 A
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row topspace="3mm">
16809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813 3
16814 \begin_inset space \thinspace{}
16815 \end_inset
16816
16817 mm Leerraum oberhalb der Zeile
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 C
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 </lyxtabular>
16835
16836 \end_inset
16837
16838
16839 \begin_inset space \hfill{}
16840 \end_inset
16841
16842
16843 \begin_inset space \hspace*{}
16844 \length 0pt
16845 \end_inset
16846
16847
16848 \begin_inset VSpace medskip
16849 \end_inset
16850
16851
16852 \begin_inset Newline newline
16853 \end_inset
16854
16855 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16856 n Linien verwenden.
16857 \end_layout
16858
16859 \begin_layout Description
16860 Unterhalb
16861 \begin_inset space ~
16862 \end_inset
16863
16864 der
16865 \begin_inset space ~
16866 \end_inset
16867
16868 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16869  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16870 \begin_inset space \thinspace{}
16871 \end_inset
16872
16873 em Leerraum ein.
16874  Bei normalen Tabellen ist der Standardwert 2
16875 \begin_inset space \thinspace{}
16876 \end_inset
16877
16878 pt.
16879 \end_layout
16880
16881 \begin_layout Description
16882 Zwischen
16883 \begin_inset space ~
16884 \end_inset
16885
16886 den
16887 \begin_inset space ~
16888 \end_inset
16889
16890 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16891  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16892 \begin_inset space \thinspace{}
16893 \end_inset
16894
16895 em Leerraum ein.
16896  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16897 \begin_inset VSpace medskip
16898 \end_inset
16899
16900
16901 \begin_inset Newline newline
16902 \end_inset
16903
16904
16905 \begin_inset space \hspace*{}
16906 \length 0pt
16907 \end_inset
16908
16909
16910 \begin_inset space \hfill{}
16911 \end_inset
16912
16913
16914 \begin_inset Tabular
16915 <lyxtabular version="3" rows="3" columns="1">
16916 <features tabularvalignment="middle">
16917 <column alignment="center" valignment="top" width="0">
16918 <row>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 A
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 <row interlinespace="3mm">
16930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16931 \begin_inset Text
16932
16933 \begin_layout Plain Layout
16934 \begin_inset Formula $\downarrow$
16935 \end_inset
16936
16937  3
16938 \begin_inset space \thinspace{}
16939 \end_inset
16940
16941 mm Leerraum zwischen den Zeilen 
16942 \begin_inset Formula $\downarrow$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Formula $\uparrow$
16957 \end_inset
16958
16959  3
16960 \begin_inset space \thinspace{}
16961 \end_inset
16962
16963 mm Leerraum zwischen den Zeilen 
16964 \begin_inset Formula $\uparrow$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 </lyxtabular>
16974
16975 \end_inset
16976
16977
16978 \begin_inset space \hfill{}
16979 \end_inset
16980
16981
16982 \begin_inset space \hspace*{}
16983 \length 0pt
16984 \end_inset
16985
16986
16987 \begin_inset VSpace medskip
16988 \end_inset
16989
16990
16991 \begin_inset Newline newline
16992 \end_inset
16993
16994 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16995 n Linien verwenden.
16996 \end_layout
16997
16998 \begin_layout Standard
16999 \begin_inset VSpace bigskip
17000 \end_inset
17001
17002 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
17003  Befehlen im LaTeX-Vorspann machen:
17004 \end_layout
17005
17006 \begin_layout Standard
17007
17008 \series bold
17009
17010 \backslash
17011 @ifundefined{extrarowheight}
17012 \begin_inset Newline newline
17013 \end_inset
17014
17015
17016 \begin_inset Phantom HPhantom
17017 status open
17018
17019 \begin_layout Plain Layout
17020
17021 \series bold
17022 \begin_inset space ~
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029
17030 {
17031 \backslash
17032 usepackage{array}}{}
17033 \begin_inset Newline newline
17034 \end_inset
17035
17036
17037 \backslash
17038 setlength{
17039 \backslash
17040 extrarowheight}{Höhe}
17041 \end_layout
17042
17043 \begin_layout Standard
17044 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
17045  ausgerichtet sind.
17046  (Das Paket 
17047 \series bold
17048 array
17049 \series default
17050  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
17051  verwenden.
17052  Der Befehl 
17053 \series bold
17054
17055 \backslash
17056 @ifundefined
17057 \series default
17058  vermeidet, dass es in diesem Fall doppelt geladen wird.)
17059 \end_layout
17060
17061 \begin_layout Standard
17062 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
17063  zu nah an den Buchstaben.
17064  Das kann korrigiert werden, indem man den Befehl 
17065 \series bold
17066
17067 \backslash
17068 strut
17069 \series default
17070  als TeX-Code am Anfang einer Tabellenzeile einfügt.
17071  Tabelle
17072 \begin_inset space ~
17073 \end_inset
17074
17075
17076 \begin_inset CommandInset ref
17077 LatexCommand ref
17078 reference "tab:Vertikale-Ausrichtung-von"
17079
17080 \end_inset
17081
17082  zeigt den Effekt.
17083 \end_layout
17084
17085 \begin_layout Standard
17086 \noindent
17087 \begin_inset Float table
17088 placement h
17089 wide false
17090 sideways false
17091 status open
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Caption
17095
17096 \begin_layout Plain Layout
17097 \begin_inset CommandInset label
17098 LatexCommand label
17099 name "tab:Vertikale-Ausrichtung-von"
17100
17101 \end_inset
17102
17103 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Plain Layout
17112 \begin_inset space \hfill{}
17113 \end_inset
17114
17115
17116 \begin_inset Float table
17117 wide false
17118 sideways false
17119 status collapsed
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Caption
17123
17124 \begin_layout Plain Layout
17125 Normale Tabelle.
17126 \end_layout
17127
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \begin_layout Plain Layout
17134 \noindent
17135 \align center
17136 \begin_inset Tabular
17137 <lyxtabular version="3" rows="6" columns="1">
17138 <features tabularvalignment="middle">
17139 <column alignment="left" valignment="top" width="0">
17140 <row>
17141 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 Normal, g
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 <row>
17152 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \size large
17158 Groß, g
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 </row>
17164 <row>
17165 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169
17170 \size larger
17171 Größer, g
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 </row>
17177 <row>
17178 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \size largest
17184 noch Größer, g
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \size huge
17197 Riesig
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \size giant
17210 Gigantisch
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 </lyxtabular>
17217
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224
17225
17226 \begin_inset space \hfill{}
17227 \end_inset
17228
17229
17230 \begin_inset Float table
17231 wide false
17232 sideways false
17233 status collapsed
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Caption
17237
17238 \begin_layout Plain Layout
17239 Tabelle bei der der Befehl 
17240 \series bold
17241
17242 \backslash
17243 strut
17244 \series default
17245  verwendet wurde.
17246 \end_layout
17247
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \begin_layout Plain Layout
17254 \noindent
17255 \align center
17256 \begin_inset Tabular
17257 <lyxtabular version="3" rows="6" columns="1">
17258 <features tabularvalignment="middle">
17259 <column alignment="left" valignment="top" width="0">
17260 <row>
17261 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 Normal, g
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 <row>
17272 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \size large
17278 \begin_inset ERT
17279 status collapsed
17280
17281 \begin_layout Plain Layout
17282
17283
17284 \backslash
17285 strut 
17286 \end_layout
17287
17288 \end_inset
17289
17290 Groß, g
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \size larger
17303 \begin_inset ERT
17304 status collapsed
17305
17306 \begin_layout Plain Layout
17307
17308
17309 \backslash
17310 strut 
17311 \end_layout
17312
17313 \end_inset
17314
17315 Größer, g
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326
17327 \size largest
17328 \begin_inset ERT
17329 status collapsed
17330
17331 \begin_layout Plain Layout
17332
17333
17334 \backslash
17335 strut 
17336 \end_layout
17337
17338 \end_inset
17339
17340 noch Größer, g
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 </row>
17346 <row>
17347 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \size huge
17353 \begin_inset ERT
17354 status collapsed
17355
17356 \begin_layout Plain Layout
17357
17358
17359 \backslash
17360 strut 
17361 \end_layout
17362
17363 \end_inset
17364
17365 Riesig
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 </row>
17371 <row>
17372 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \size giant
17378 \begin_inset ERT
17379 status collapsed
17380
17381 \begin_layout Plain Layout
17382
17383
17384 \backslash
17385 strut 
17386 \end_layout
17387
17388 \end_inset
17389
17390 Gigantisch
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 </lyxtabular>
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \begin_inset space \hfill{}
17407 \end_inset
17408
17409
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \begin_layout Subsection
17418 Besondere Zellenausrichtung
17419 \begin_inset CommandInset label
17420 LatexCommand label
17421 name "sub:Besondere-Zellenausrichtung"
17422
17423 \end_inset
17424
17425
17426 \begin_inset Index idx
17427 status collapsed
17428
17429 \begin_layout Plain Layout
17430 Tabellen ! Zellenausrichtung
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
17440  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
17441 \begin_inset space ~
17442 \end_inset
17443
17444
17445 \begin_inset CommandInset ref
17446 LatexCommand ref
17447 reference "tab:Tabellenzellen-sind-auf"
17448
17449 \end_inset
17450
17451 .
17452  Diese Ausrichtung erhält man, indem den Cursor in die Spalte setzt und
17453  dann entweder den Werkzeugleistenknopf 
17454 \begin_inset Graphics
17455         filename ../../images/tabular-feature_align-decimal.png
17456         scale 85
17457         scaleBeforeRotation
17458
17459 \end_inset
17460
17461  drückt oder in den Tabelleneinstellungen die Ausrichtung auf 
17462 \family sans
17463 Am
17464 \begin_inset space ~
17465 \end_inset
17466
17467 Dezimaltrenner
17468 \family default
17469  setzt.
17470  Das Zeichen, auf das ausgerichtet wird, kann man in den Tabelleneinstellungen
17471  frei wählen.
17472 \end_layout
17473
17474 \begin_layout Standard
17475 \begin_inset Float table
17476 placement h
17477 wide false
17478 sideways false
17479 status open
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Caption
17483
17484 \begin_layout Plain Layout
17485 \begin_inset CommandInset label
17486 LatexCommand label
17487 name "tab:Tabellenzellen-sind-auf"
17488
17489 \end_inset
17490
17491 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
17492 \end_layout
17493
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Plain Layout
17500 \align center
17501 \begin_inset Tabular
17502 <lyxtabular version="3" rows="4" columns="1">
17503 <features booktabs="true" tabularvalignment="middle">
17504 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17505 <row>
17506 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 Überschrift
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 12,6
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 0,68
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 </row>
17538 <row>
17539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 -123,0
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 </lyxtabular>
17550
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \begin_layout Standard
17562 \begin_inset Float table
17563 placement h
17564 wide false
17565 sideways false
17566 status open
17567
17568 \begin_layout Plain Layout
17569 \begin_inset Caption
17570
17571 \begin_layout Plain Layout
17572 \begin_inset CommandInset label
17573 LatexCommand label
17574 name "tab:Tabellenzellen-Operator"
17575
17576 \end_inset
17577
17578 Tabellenzellen sind auf den Operator ausgerichtet
17579 \end_layout
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \begin_layout Plain Layout
17587 \align center
17588 \begin_inset Tabular
17589 <lyxtabular version="3" rows="4" columns="2">
17590 <features booktabs="true" tabularvalignment="middle">
17591 <column alignment="right" valignment="top" width="0pt">
17592 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17593 <row>
17594 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17595 \begin_inset Text
17596
17597 \begin_layout Plain Layout
17598 Überschrift
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $12\,+$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 \begin_inset Formula $\,6$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 </row>
17639 <row>
17640 <cell alignment="center" valignment="top" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Formula $0\,-$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset Formula $\,68$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 \begin_inset Formula $-123\,/$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Formula $\,0$
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 </lyxtabular>
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \end_inset
17699
17700
17701 \end_layout
17702
17703 \begin_layout Standard
17704 Bei Ausrichtungen bezüglich Zeichen in Formeln ist diese Methode nicht möglich,
17705  da das Feld für das Ausrichtungszeichen in den Tabelleneinstellungen keine
17706  Formeln erlaubt.
17707  In diesem Fall verwendet man die Methode von Tabelle
17708 \begin_inset space ~
17709 \end_inset
17710
17711
17712 \begin_inset CommandInset ref
17713 LatexCommand ref
17714 reference "tab:Tabellenzellen-Operator"
17715
17716 \end_inset
17717
17718 .
17719  Diese Tabelle wurde als 4×2 Tabelle erstellt.
17720  Die Überschrift ist eine zentrierte Mehrfachspalte.
17721  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den ersten Teil
17722  und den Operator.
17723  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Rest.
17724  Ein kleiner Leerraum wurde zu Beginn jeder Zelle der zweiten Spalte eingefügt,
17725  um den üblichen Leerraum um einen Operator zu erhalten.
17726  Um den Raum zwischen den beiden Spalten zu löschen, wurde im LaTeX-Argument
17727  für die zweite Spalte folgendes eingefügt:
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733 @{}l
17734 \end_layout
17735
17736 \begin_layout Standard
17737 Tabelle
17738 \begin_inset space ~
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "tab:Verschiedene-Ausrichtungen"
17745
17746 \end_inset
17747
17748  zeigt einige Ausrichtungen.
17749  Für die Ausrichtung der Relationen wurde ein kleiner 
17750 \family sans
17751 Leerraum
17752 \family default
17753  eingefügt; wie in der zweiten Spalte von Tabelle
17754 \begin_inset space ~
17755 \end_inset
17756
17757
17758 \begin_inset CommandInset ref
17759 LatexCommand ref
17760 reference "tab:Tabellenzellen-Operator"
17761
17762 \end_inset
17763
17764 .
17765 \end_layout
17766
17767 \begin_layout Standard
17768
17769 \color black
17770 \begin_inset Float table
17771 placement h
17772 wide false
17773 sideways false
17774 status open
17775
17776 \begin_layout Plain Layout
17777
17778 \color black
17779 \begin_inset Caption
17780
17781 \begin_layout Plain Layout
17782
17783 \color black
17784 \begin_inset CommandInset label
17785 LatexCommand label
17786 name "tab:Verschiedene-Ausrichtungen"
17787
17788 \end_inset
17789
17790
17791 \color inherit
17792 Verschiedene Ausrichtungen
17793 \end_layout
17794
17795 \end_inset
17796
17797
17798 \end_layout
17799
17800 \begin_layout Plain Layout
17801 \align center
17802 \begin_inset Tabular
17803 <lyxtabular version="3" rows="4" columns="6">
17804 <features tabularvalignment="middle">
17805 <column alignment="right" valignment="top" width="0">
17806 <column alignment="left" valignment="top" width="0" special="@{}l">
17807 <column alignment="right" valignment="top" width="0">
17808 <column alignment="left" valignment="top" width="0" special="@{}l">
17809 <column alignment="right" valignment="top" width="0">
17810 <column alignment="left" valignment="top" width="0" special="@{}l">
17811 <row>
17812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 Einheiten
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 Exponenten
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 Relationen
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 </row>
17867 <row>
17868 <cell alignment="center" valignment="top" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 12×
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 24
17882 \begin_inset space \thinspace{}
17883 \end_inset
17884
17885 Flaschen
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894 \begin_inset Formula $10\cdot$
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 \begin_inset Formula $10^{\mbox{-}17}$
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 \begin_inset Formula $\Gamma(t)\propto$
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 \begin_inset Formula $\:\Upsilon(t)$
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 </row>
17939 <row>
17940 <cell alignment="center" valignment="top" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 1024×
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 768
17954 \begin_inset space \thinspace{}
17955 \end_inset
17956
17957 Pixel
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 $5.78\cdot$
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Formula $10^{7}$
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990 \begin_inset Formula $A\ne$
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 \begin_inset Formula $\: B_{\mathrm{red}}$
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 </row>
18011 <row>
18012 <cell alignment="center" valignment="top" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 32×
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 6
18026 \begin_inset space \thinspace{}
18027 \end_inset
18028
18029 cm
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 -
18039 \begin_inset Formula $33.5\cdot$
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 \begin_inset Formula $10^{4}$
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 \begin_inset Formula $\sin(\alpha)\ge$
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset Formula $\:\sin(\beta)$
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 </row>
18084 </lyxtabular>
18085
18086 \end_inset
18087
18088
18089 \end_layout
18090
18091 \end_inset
18092
18093
18094 \end_layout
18095
18096 \begin_layout Subsection
18097 Angepasste Zellen-/Spaltenformate
18098 \begin_inset CommandInset label
18099 LatexCommand label
18100 name "uab:Angepasste-Zellen-/Spaltenformate"
18101
18102 \end_inset
18103
18104
18105 \begin_inset Index idx
18106 status collapsed
18107
18108 \begin_layout Plain Layout
18109 Tabellen ! Spaltenformat
18110 \end_layout
18111
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \begin_layout Standard
18118 Wenn man wie in Abschnitt
18119 \begin_inset space ~
18120 \end_inset
18121
18122
18123 \begin_inset CommandInset ref
18124 LatexCommand ref
18125 reference "uab:Mehrfachspalten-Berechnungen"
18126
18127 \end_inset
18128
18129  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
18130  mehreren Tabellen mit Mehrfachspalten sehr lästig.
18131  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
18132  definieren:
18133 \end_layout
18134
18135 \begin_layout Standard
18136
18137 \series bold
18138
18139 \backslash
18140 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
18141 \end_layout
18142
18143 \begin_layout Standard
18144 Der Formatname darf nur ein Buchstabe sein, aber nicht 
18145 \emph on
18146 b
18147 \emph default
18148
18149 \emph on
18150 c
18151 \emph default
18152
18153 \emph on
18154 l
18155 \emph default
18156
18157 \emph on
18158 m
18159 \emph default
18160
18161 \emph on
18162 p
18163 \emph default
18164  oder 
18165 \emph on
18166 r
18167 \emph default
18168 , weil diese vordefiniert sind.
18169  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
18170 \end_layout
18171
18172 \begin_layout Standard
18173 \begin_inset VSpace medskip
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \begin_layout Standard
18180 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
18181  Breite könnte das Format so aussehen:
18182 \end_layout
18183
18184 \begin_layout Standard
18185
18186 \series bold
18187
18188 \backslash
18189 newcolumntype{M}[1]{>{
18190 \backslash
18191 centering
18192 \backslash
18193 hspace{0pt}}m{#1}}
18194 \end_layout
18195
18196 \begin_layout Standard
18197 wobei 
18198 \series bold
18199
18200 \backslash
18201 hspace{0pt}
18202 \series default
18203  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
18204  Abschnitt
18205 \begin_inset space ~
18206 \end_inset
18207
18208
18209 \begin_inset CommandInset ref
18210 LatexCommand ref
18211 reference "uab:Mehrfache-Zeilen-in"
18212
18213 \end_inset
18214
18215  beschrieben.
18216  Jetzt können Sie mit
18217 \end_layout
18218
18219 \begin_layout Standard
18220
18221 \series bold
18222 M{Breite}
18223 \end_layout
18224
18225 \begin_layout Standard
18226 im 
18227 \family sans
18228 LaTeX-Argument
18229 \family default
18230  im 
18231 \family sans
18232 Tabellen-Einstellungen
18233 \family default
18234 -Dialog eine Mehrfachspalte definieren.
18235 \end_layout
18236
18237 \begin_layout Standard
18238 \begin_inset VSpace bigskip
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \begin_layout Standard
18245 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
18246  Format definieren:
18247 \end_layout
18248
18249 \begin_layout Standard
18250
18251 \series bold
18252
18253 \backslash
18254 newcolumntype{S}[2]{>{
18255 \backslash
18256 centering
18257 \backslash
18258 hspace{0pt}}
18259 \begin_inset Newline newline
18260 \end_inset
18261
18262
18263 \begin_inset Phantom HPhantom
18264 status open
18265
18266 \begin_layout Plain Layout
18267
18268 \series bold
18269
18270 \backslash
18271 newcolumntype
18272 \end_layout
18273
18274 \end_inset
18275
18276 m{(#1+(2
18277 \backslash
18278 tabcolsep+
18279 \backslash
18280 arrayrulewidth)*(1-#2))/#2}}
18281 \end_layout
18282
18283 \begin_layout Standard
18284 Dieses Format benutzt Gleichung
18285 \begin_inset space ~
18286 \end_inset
18287
18288
18289 \begin_inset CommandInset ref
18290 LatexCommand ref
18291 reference "eq:Wgn"
18292
18293 \end_inset
18294
18295 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
18296  breit ist.
18297 \end_layout
18298
18299 \begin_layout Standard
18300 Jetzt können Sie im 
18301 \family sans
18302 LaTeX-Argument
18303 \family default
18304  im 
18305 \family sans
18306 Tabellen-Einstellungen
18307 \family default
18308 -Dialog folgendes einfügen:
18309 \end_layout
18310
18311 \begin_layout Standard
18312
18313 \series bold
18314 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset VSpace bigskip
18319 \end_inset
18320
18321
18322 \end_layout
18323
18324 \begin_layout Standard
18325 Für farbige Spalten können Sie folgendes einfügen:
18326 \end_layout
18327
18328 \begin_layout Standard
18329
18330 \series bold
18331
18332 \backslash
18333 newcolumntype{K}[1]{>{
18334 \backslash
18335 columncolor{#1}
18336 \backslash
18337 hspace{0pt}}c}
18338 \end_layout
18339
18340 \begin_layout Standard
18341 Das 
18342 \begin_inset Quotes gld
18343 \end_inset
18344
18345 c
18346 \begin_inset Quotes grd
18347 \end_inset
18348
18349  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18350  zentriert ist.
18351  Jetzt können Sie als 
18352 \family sans
18353 LaTeX-Argument
18354 \family default
18355  folgendes einfügen:
18356 \end_layout
18357
18358 \begin_layout Standard
18359
18360 \series bold
18361 K{Farbname}
18362 \end_layout
18363
18364 \begin_layout Standard
18365 \begin_inset VSpace bigskip
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Standard
18372 Für Tabelle
18373 \begin_inset space ~
18374 \end_inset
18375
18376
18377 \begin_inset CommandInset ref
18378 LatexCommand ref
18379 reference "tab:Tabelle-mit-benutzerdefinierte"
18380
18381 \end_inset
18382
18383  wurden folgende 
18384 \family sans
18385 LaTeX-Argumente
18386 \family default
18387  benutzt:
18388 \end_layout
18389
18390 \begin_layout Standard
18391
18392 \series bold
18393 M{2.5cm}
18394 \end_layout
18395
18396 \begin_layout Standard
18397 für die erste Spalte und die Mehrfachspalte,
18398 \end_layout
18399
18400 \begin_layout Standard
18401
18402 \series bold
18403 K{red}
18404 \end_layout
18405
18406 \begin_layout Standard
18407 für die letzte Spalte und
18408 \end_layout
18409
18410 \begin_layout Standard
18411
18412 \series bold
18413 S{2.5cm}{2}
18414 \end_layout
18415
18416 \begin_layout Standard
18417 für die Spalten in der zweiten Mehrfachspalte.
18418 \end_layout
18419
18420 \begin_layout Standard
18421 \begin_inset Float table
18422 placement h
18423 wide false
18424 sideways false
18425 status open
18426
18427 \begin_layout Plain Layout
18428 \begin_inset Caption
18429
18430 \begin_layout Plain Layout
18431 \begin_inset CommandInset label
18432 LatexCommand label
18433 name "tab:Tabelle-mit-benutzerdefinierte"
18434
18435 \end_inset
18436
18437 Tabelle mit benutzerdefinierten Formaten
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Plain Layout
18446 \align center
18447 \begin_inset Tabular
18448 <lyxtabular version="3" rows="3" columns="4">
18449 <features tabularvalignment="middle">
18450 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18451 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18452 <column alignment="center" valignment="middle" width="0">
18453 <column alignment="center" valignment="middle" width="0" special="K{red}">
18454 <row>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 einsehrlangesWort
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468 Mehrfachspalte mit mehreren Zeilen
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 c
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 </row>
18492 <row>
18493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 d
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 e
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 f
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 g
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 </row>
18530 <row>
18531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 h
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 i
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 j
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 k
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 </lyxtabular>
18569
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \end_layout
18579
18580 \begin_layout Subsection
18581 Liniendicke
18582 \begin_inset CommandInset label
18583 LatexCommand label
18584 name "uab:Liniendicke"
18585
18586 \end_inset
18587
18588
18589 \begin_inset Index idx
18590 status collapsed
18591
18592 \begin_layout Plain Layout
18593 Tabellen  ! Linien ! -dicke
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Standard
18602 Die Liniendicke für alle Linien einer Tabelle kann mit 
18603 \series bold
18604
18605 \backslash
18606 arrayrulewidth
18607 \series default
18608  eingestellt werden.
18609  Um eine Liniendicke von 1.5
18610 \begin_inset space \thinspace{}
18611 \end_inset
18612
18613 pt wie in Tabelle
18614 \begin_inset space ~
18615 \end_inset
18616
18617
18618 \begin_inset CommandInset ref
18619 LatexCommand ref
18620 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18621
18622 \end_inset
18623
18624  zu bekommen, geben Sie den Befehl
18625 \end_layout
18626
18627 \begin_layout Standard
18628
18629 \series bold
18630
18631 \backslash
18632 setlength{
18633 \backslash
18634 arrayrulewidth}{1.5pt}
18635 \end_layout
18636
18637 \begin_layout Standard
18638 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18639  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18640  Mit
18641 \end_layout
18642
18643 \begin_layout Standard
18644
18645 \series bold
18646
18647 \backslash
18648 setlength{
18649 \backslash
18650 arrayrulewidth}{0.4pt}
18651 \end_layout
18652
18653 \begin_layout Standard
18654 bekommen Sie wieder die Standarddicke.
18655 \end_layout
18656
18657 \begin_layout Standard
18658 \begin_inset ERT
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662
18663
18664 \backslash
18665 setlength{
18666 \backslash
18667 arrayrulewidth}{1.5pt}
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \begin_inset Float table
18674 placement H
18675 wide false
18676 sideways false
18677 status open
18678
18679 \begin_layout Plain Layout
18680 \begin_inset Caption
18681
18682 \begin_layout Plain Layout
18683 \begin_inset CommandInset label
18684 LatexCommand label
18685 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18686
18687 \end_inset
18688
18689 Tabelle mit 1.5
18690 \begin_inset space \thinspace{}
18691 \end_inset
18692
18693 pt Liniendicke
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Plain Layout
18702 \align center
18703 \begin_inset Tabular
18704 <lyxtabular version="3" rows="3" columns="3">
18705 <features tabularvalignment="middle">
18706 <column alignment="center" valignment="top" width="0">
18707 <column alignment="center" valignment="top" width="0">
18708 <column alignment="center" valignment="top" width="0">
18709 <row>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 sd
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 </row>
18738 <row>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 sd
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 </row>
18767 <row>
18768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790 sd
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 </row>
18796 </lyxtabular>
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \begin_inset ERT
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810
18811
18812 \backslash
18813 setlength{
18814 \backslash
18815 arrayrulewidth}{0.4pt}
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 \begin_inset VSpace bigskip
18825 \end_inset
18826
18827 Um eine Liniendicke von 1.5
18828 \begin_inset space \thinspace{}
18829 \end_inset
18830
18831 pt nur für horizontale Linien zu bekommen wie in Tabelle
18832 \begin_inset space ~
18833 \end_inset
18834
18835
18836 \begin_inset CommandInset ref
18837 LatexCommand ref
18838 reference "tab:Tabelle-mit-1.5pt-horiz"
18839
18840 \end_inset
18841
18842 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18843  einfügen:
18844 \end_layout
18845
18846 \begin_layout Standard
18847
18848 \series bold
18849
18850 \backslash
18851 let
18852 \backslash
18853 myHline
18854 \backslash
18855 hline
18856 \begin_inset Newline newline
18857 \end_inset
18858
18859
18860 \backslash
18861 renewcommand{
18862 \backslash
18863 hline}
18864 \begin_inset Newline newline
18865 \end_inset
18866
18867  {
18868 \backslash
18869 noalign{
18870 \backslash
18871 global
18872 \backslash
18873 arrayrulewidth 1.5pt}
18874 \begin_inset Newline newline
18875 \end_inset
18876
18877  
18878 \backslash
18879 myHline
18880 \backslash
18881 noalign{
18882 \backslash
18883 global
18884 \backslash
18885 arrayrulewidth 0.4pt}}
18886 \end_layout
18887
18888 \begin_layout Standard
18889 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18890  der (Gleit\SpecialChar \-
18891 objekt-)Tabelle zurück:
18892 \end_layout
18893
18894 \begin_layout Standard
18895
18896 \series bold
18897
18898 \backslash
18899 renewcommand{
18900 \backslash
18901 hline}{
18902 \backslash
18903 myHline}
18904 \end_layout
18905
18906 \begin_layout Standard
18907 \begin_inset ERT
18908 status collapsed
18909
18910 \begin_layout Plain Layout
18911
18912
18913 \backslash
18914 let
18915 \backslash
18916 myHline
18917 \backslash
18918 hline
18919 \end_layout
18920
18921 \begin_layout Plain Layout
18922
18923
18924 \backslash
18925 renewcommand{
18926 \backslash
18927 hline}
18928 \end_layout
18929
18930 \begin_layout Plain Layout
18931
18932  {
18933 \backslash
18934 noalign{
18935 \backslash
18936 global
18937 \backslash
18938 arrayrulewidth 1.5pt}
18939 \end_layout
18940
18941 \begin_layout Plain Layout
18942
18943   
18944 \backslash
18945 myHline
18946 \backslash
18947 noalign{
18948 \backslash
18949 global
18950 \backslash
18951 arrayrulewidth 0.4pt}}
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \begin_inset Float table
18958 placement h
18959 wide false
18960 sideways false
18961 status open
18962
18963 \begin_layout Plain Layout
18964 \begin_inset Caption
18965
18966 \begin_layout Plain Layout
18967 \begin_inset CommandInset label
18968 LatexCommand label
18969 name "tab:Tabelle-mit-1.5pt-horiz"
18970
18971 \end_inset
18972
18973 Tabelle mit 1.5
18974 \begin_inset space \thinspace{}
18975 \end_inset
18976
18977 pt dicken horizontalen Linien
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \end_layout
18984
18985 \begin_layout Plain Layout
18986 \align center
18987 \begin_inset Tabular
18988 <lyxtabular version="3" rows="3" columns="3">
18989 <features tabularvalignment="middle">
18990 <column alignment="center" valignment="top" width="0">
18991 <column alignment="center" valignment="top" width="0">
18992 <column alignment="center" valignment="top" width="0">
18993 <row>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 sd
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 <row>
19023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 sd
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045
19046 \end_layout
19047
19048 \end_inset
19049 </cell>
19050 </row>
19051 <row>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074 sd
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 </lyxtabular>
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \end_inset
19088
19089
19090 \begin_inset ERT
19091 status collapsed
19092
19093 \begin_layout Plain Layout
19094
19095
19096 \backslash
19097 renewcommand{
19098 \backslash
19099 hline}{
19100 \backslash
19101 myHline}
19102 \end_layout
19103
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \begin_layout Standard
19110 \begin_inset VSpace bigskip
19111 \end_inset
19112
19113 Um die Liniendicke von 1.5
19114 \begin_inset space \thinspace{}
19115 \end_inset
19116
19117 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
19118  Spaltenformat entsprechend der Beschreibung in Abschnitt
19119 \begin_inset space ~
19120 \end_inset
19121
19122
19123 \begin_inset CommandInset ref
19124 LatexCommand ref
19125 reference "uab:Angepasste-Zellen-/Spaltenformate"
19126
19127 \end_inset
19128
19129  definieren:
19130 \end_layout
19131
19132 \begin_layout Standard
19133
19134 \series bold
19135
19136 \backslash
19137 newcolumntype{V}{!{
19138 \backslash
19139 vrule width 1.5pt}}
19140 \end_layout
19141
19142 \begin_layout Standard
19143 In Tabelle
19144 \begin_inset space ~
19145 \end_inset
19146
19147
19148 \begin_inset CommandInset ref
19149 LatexCommand ref
19150 reference "tab:Tabelle-mit-1.5pt-vert"
19151
19152 \end_inset
19153
19154  wurde das 
19155 \family sans
19156 LaTe
19157 \begin_inset ERT
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161
19162 {}
19163 \end_layout
19164
19165 \end_inset
19166
19167 X-Argument
19168 \family default
19169 \series bold
19170  VcV
19171 \series default
19172  für die letzte Spalte und
19173 \series bold
19174  Vc
19175 \series default
19176  für die anderen benutzt.
19177 \end_layout
19178
19179 \begin_layout Standard
19180 \begin_inset Float table
19181 placement H
19182 wide false
19183 sideways false
19184 status open
19185
19186 \begin_layout Plain Layout
19187 \begin_inset Caption
19188
19189 \begin_layout Plain Layout
19190 \begin_inset CommandInset label
19191 LatexCommand label
19192 name "tab:Tabelle-mit-1.5pt-vert"
19193
19194 \end_inset
19195
19196 Tabelle mit 1.5
19197 \begin_inset space \thinspace{}
19198 \end_inset
19199
19200 pt dicken vertikalen Linien
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Plain Layout
19209 \align center
19210 \begin_inset Tabular
19211 <lyxtabular version="3" rows="3" columns="3">
19212 <features tabularvalignment="middle">
19213 <column alignment="center" valignment="top" width="0" special="Vc">
19214 <column alignment="center" valignment="top" width="0" special="Vc">
19215 <column alignment="center" valignment="top" width="0" special="VcV">
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 sd
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 </row>
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 sd
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 sd
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 </lyxtabular>
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \begin_layout Subsection
19316 Gestrichelte Linien
19317 \begin_inset Index idx
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 Tabellen  ! Linien ! gestrichelte 
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset ERT
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334
19335
19336 \backslash
19337 ifarydshln
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \begin_inset Note Note
19344 status open
19345
19346 \begin_layout Plain Layout
19347 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19348 \series bold
19349 arydshln
19350 \series default
19351  installiert ist.
19352 \end_layout
19353
19354 \end_inset
19355
19356
19357 \end_layout
19358
19359 \begin_layout Standard
19360 \begin_inset Float table
19361 placement h
19362 wide false
19363 sideways false
19364 status open
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Caption
19368
19369 \begin_layout Plain Layout
19370 \begin_inset CommandInset label
19371 LatexCommand label
19372 name "tab:Tabelle-mit-gestrichelten"
19373
19374 \end_inset
19375
19376 Tabelle mit gestrichelten Linien
19377 \end_layout
19378
19379 \end_inset
19380
19381
19382 \end_layout
19383
19384 \begin_layout Plain Layout
19385 \align center
19386 \begin_inset Tabular
19387 <lyxtabular version="3" rows="5" columns="5">
19388 <features tabularvalignment="middle">
19389 <column alignment="center" valignment="top" width="0">
19390 <column alignment="center" valignment="top" width="0">
19391 <column alignment="center" valignment="top" width="0" special=":c">
19392 <column alignment="center" valignment="top" width="0">
19393 <column alignment="center" valignment="top" width="0">
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 a
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 b
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 c
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 d
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 e
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 f
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455 g
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 h
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 i
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482 j
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 \begin_inset ERT
19494 status collapsed
19495
19496 \begin_layout Plain Layout
19497
19498
19499 \backslash
19500 hdashline 
19501 \end_layout
19502
19503 \end_inset
19504
19505 k
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 l
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 m
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 n
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 o
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552 \begin_inset ERT
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556
19557
19558 \backslash
19559 cdashline{4-5}
19560 \end_layout
19561
19562 \end_inset
19563
19564 p
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 q
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 r
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 s
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 t
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 u
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 v
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638 w
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19644 \begin_inset Text
19645
19646 \begin_layout Plain Layout
19647 x
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 </row>
19653 </lyxtabular>
19654
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \begin_layout Standard
19666 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19667  TeX-Code benutzen.
19668  Zunächst müssen Sie das LaTeX-Paket 
19669 \series bold
19670 arydshln
19671 \series default
19672
19673 \begin_inset Index idx
19674 status collapsed
19675
19676 \begin_layout Plain Layout
19677 LaTeX-Pakete ! arydshln
19678 \end_layout
19679
19680 \end_inset
19681
19682  im LaTeX-Vorspann laden:
19683 \end_layout
19684
19685 \begin_layout Standard
19686
19687 \series bold
19688
19689 \backslash
19690 usepackage{arydshln}
19691 \end_layout
19692
19693 \begin_layout Standard
19694 Um senkrechte Linien zu stricheln, müssen Sie im 
19695 \family sans
19696 LaTe
19697 \begin_inset ERT
19698 status collapsed
19699
19700 \begin_layout Plain Layout
19701
19702 {}
19703 \end_layout
19704
19705 \end_inset
19706
19707 X-Argument
19708 \family default
19709  des 
19710 \family sans
19711 Tabellen-Einstellungen
19712 \family default
19713 -Dialogs 
19714 \begin_inset Quotes gld
19715 \end_inset
19716
19717 :
19718 \begin_inset Quotes grd
19719 \end_inset
19720
19721 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19722 \end_layout
19723
19724 \begin_layout Standard
19725 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19726 \end_layout
19727
19728 \begin_layout Standard
19729
19730 \series bold
19731
19732 \backslash
19733 hdashline
19734 \end_layout
19735
19736 \begin_layout Standard
19737 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19738 \end_layout
19739
19740 \begin_layout Standard
19741 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19742 \end_layout
19743
19744 \begin_layout Standard
19745
19746 \series bold
19747
19748 \backslash
19749 cdashline{Anfangsspalte-Endspalte}
19750 \end_layout
19751
19752 \begin_layout Standard
19753 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19754  Wenn Sie z.
19755 \begin_inset space \thinspace{}
19756 \end_inset
19757
19758 B.
19759  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19760  gestrichelte Linie haben, fügen Sie den Befehl
19761 \end_layout
19762
19763 \begin_layout Standard
19764
19765 \series bold
19766
19767 \backslash
19768 cdashline{2-4}
19769 \end_layout
19770
19771 \begin_layout Standard
19772 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19773 \end_layout
19774
19775 \begin_layout Standard
19776 \begin_inset VSpace bigskip
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \begin_layout Standard
19783 In Tabelle
19784 \begin_inset space ~
19785 \end_inset
19786
19787
19788 \begin_inset CommandInset ref
19789 LatexCommand ref
19790 reference "tab:Tabelle-mit-gestrichelten"
19791
19792 \end_inset
19793
19794  wurde in der dritten Spalte der Befehl
19795 \series bold
19796  
19797 \series default
19798
19799 \begin_inset Quotes gld
19800 \end_inset
19801
19802
19803 \series bold
19804 :c
19805 \begin_inset Quotes grd
19806 \end_inset
19807
19808
19809 \series default
19810  benutzt.
19811  Der Befehl 
19812 \series bold
19813
19814 \backslash
19815 hdashline
19816 \series default
19817  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19818 \begin_inset Newline newline
19819 \end_inset
19820
19821  
19822 \series bold
19823
19824 \backslash
19825 cdashline{4-5} 
19826 \series default
19827 wurde in die erste Zelle der vierten Zeile eingefügt.
19828 \end_layout
19829
19830 \begin_layout Standard
19831 \begin_inset Note Greyedout
19832 status open
19833
19834 \begin_layout Plain Layout
19835
19836 \series bold
19837 Bemerkung:
19838 \series default
19839  Das LaTeX-Paket 
19840 \series bold
19841 arydshln
19842 \series default
19843  ist nicht kompatibel dem LaTeX-Paket 
19844 \series bold
19845 colortbl
19846 \series default
19847
19848 \begin_inset Index idx
19849 status collapsed
19850
19851 \begin_layout Plain Layout
19852 LaTeX-Pakete ! colortbl
19853 \end_layout
19854
19855 \end_inset
19856
19857 , das für die farbigen Tabellen in Abschnitt
19858 \begin_inset space ~
19859 \end_inset
19860
19861
19862 \begin_inset CommandInset ref
19863 LatexCommand ref
19864 reference "abs:Farbige-Tabellen"
19865
19866 \end_inset
19867
19868  benutzt wurde.
19869  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19870 \end_layout
19871
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \begin_layout Standard
19878 \begin_inset ERT
19879 status collapsed
19880
19881 \begin_layout Plain Layout
19882
19883
19884 \backslash
19885 else
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \begin_inset Note Note
19892 status open
19893
19894 \begin_layout Plain Layout
19895 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19896 \series bold
19897 arydshln
19898 \series default
19899  nicht installiert ist:
19900 \end_layout
19901
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \begin_layout Standard
19908 Sie müssen das LaTeX-Paket 
19909 \series bold
19910 arydshln
19911 \series default
19912  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19913 \end_layout
19914
19915 \begin_layout Standard
19916 \begin_inset ERT
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920
19921
19922 \backslash
19923 fi
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \begin_layout Chapter
19932 Gleitobjekte
19933 \begin_inset CommandInset label
19934 LatexCommand label
19935 name "chap:Gleitobjekte"
19936
19937 \end_inset
19938
19939
19940 \begin_inset Index idx
19941 status collapsed
19942
19943 \begin_layout Plain Layout
19944 Gleitobjekte
19945 \end_layout
19946
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \begin_layout Section
19953 Einleitung
19954 \begin_inset CommandInset label
19955 LatexCommand label
19956 name "abs:Gleitobjekte-Einleitung"
19957
19958 \end_inset
19959
19960
19961 \begin_inset Index idx
19962 status collapsed
19963
19964 \begin_layout Plain Layout
19965 Gleitobjekte ! Einleitung
19966 \end_layout
19967
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19975  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19976  der beste Platz ist.
19977  
19978 \family sans
19979 Fußnoten
19980 \family default
19981  und 
19982 \family sans
19983 Randnotizen
19984 \family default
19985  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19986  wenn auf ihrer Seite schon zu viele sind.
19987 \end_layout
19988
19989 \begin_layout Standard
19990 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19991  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19992  um weiße Flächen und Seiten ohne Text zu vermeiden.
19993  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19994 löst,
19995  kann im Text auf ein Gleitobjekt verwiesen werden.
19996  Gleitobjekte sind deshalb nummeriert.
19997  Querverweise werden in Abschnitt
19998 \begin_inset space ~
19999 \end_inset
20000
20001
20002 \begin_inset CommandInset ref
20003 LatexCommand ref
20004 reference "abs:Auf-Gleitobjekte-verweisen"
20005
20006 \end_inset
20007
20008  beschrieben.
20009 \end_layout
20010
20011 \begin_layout Standard
20012 Ein Gleitobjekt wird mit 
20013 \family sans
20014 Einfügen\SpecialChar \menuseparator
20015 Gleitobjekt\SpecialChar \menuseparator
20016 Algorithmus/Abbildung/Ta\SpecialChar \-
20017 belle/Um\SpecialChar \-
20018 flos\SpecialChar \-
20019 se\SpecialChar \-
20020 nes
20021 \begin_inset space ~
20022 \end_inset
20023
20024 Gleitobjekt
20025 \family default
20026  eingefügt.
20027  Für Abbildungen oder Tabellen können Sie auch auf 
20028 \begin_inset Graphics
20029         filename ../../images/float-insert_figure.png
20030         scale 70
20031         scaleBeforeRotation
20032
20033 \end_inset
20034
20035  oder 
20036 \begin_inset Graphics
20037         filename ../../images/float-insert_table.png
20038         scale 70
20039         scaleBeforeRotation
20040
20041 \end_inset
20042
20043  klicken.
20044  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
20045  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
20046  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
20047  #:).
20048  Statt # sehen Sie die von LyX vergebene Nummer.
20049  In das schmale Feld nach der Marke können Sie den Titel schreiben.
20050  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
20051  eingefügt.
20052  In Abschnitt
20053 \begin_inset space ~
20054 \end_inset
20055
20056
20057 \begin_inset CommandInset ref
20058 LatexCommand ref
20059 reference "abs:Titel-Platzierung"
20060
20061 \end_inset
20062
20063  finden Sie mehr über die Platzierung des Titels.
20064  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
20065  auch wieder geöffnet.
20066  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
20067 \begin_inset Graphics
20068         filename clipart/GleitobjektQt4.png
20069         scale 70
20070         scaleBeforeRotation
20071
20072 \end_inset
20073
20074  – ein graues Kästchen mit roter Beschriftung.
20075 \end_layout
20076
20077 \begin_layout Standard
20078 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
20079  Gleitobjekte in einem eigenen Absatz einzufügen.
20080 \end_layout
20081
20082 \begin_layout Standard
20083 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
20084  indem Sie sie markieren und dann auf 
20085 \begin_inset Graphics
20086         filename ../../images/float-insert_figure.png
20087         scale 70
20088         scaleBeforeRotation
20089
20090 \end_inset
20091
20092  oder 
20093 \begin_inset Graphics
20094         filename ../../images/float-insert_table.png
20095         scale 70
20096         scaleBeforeRotation
20097
20098 \end_inset
20099
20100  klicken.
20101 \end_layout
20102
20103 \begin_layout Section
20104 Gleitobjekt-Typen
20105 \begin_inset Index idx
20106 status collapsed
20107
20108 \begin_layout Plain Layout
20109 Gleitobjekte ! Typen
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \end_layout
20116
20117 \begin_layout Standard
20118 Neben Gleitobjekt-Abbildungen und -Tabellen, die in Abschnitt
20119 \begin_inset space ~
20120 \end_inset
20121
20122
20123 \begin_inset CommandInset ref
20124 LatexCommand ref
20125 reference "abs:Gleitende-Abbildungen"
20126
20127 \end_inset
20128
20129  und 
20130 \begin_inset CommandInset ref
20131 LatexCommand ref
20132 reference "abs:Gleitende-Tabellen"
20133
20134 \end_inset
20135
20136  beschrieben sind, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
20137  Letztere sind in Abschnitt
20138 \begin_inset space ~
20139 \end_inset
20140
20141
20142 \begin_inset CommandInset ref
20143 LatexCommand ref
20144 reference "sec:Umflossene-Gleitobjekte"
20145
20146 \end_inset
20147
20148  beschrieben.
20149 \end_layout
20150
20151 \begin_layout Subsection
20152 Algorithmen-Gleitobjekt
20153 \begin_inset Index idx
20154 status collapsed
20155
20156 \begin_layout Plain Layout
20157 Gleitobjekte ! Algorithmen
20158 \end_layout
20159
20160 \end_inset
20161
20162
20163 \begin_inset CommandInset label
20164 LatexCommand label
20165 name "uab:Gleitobjekt-Algorithmen"
20166
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \begin_layout Standard
20173 \begin_inset Float algorithm
20174 placement h
20175 wide false
20176 sideways false
20177 status open
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Caption
20181
20182 \begin_layout Plain Layout
20183 \begin_inset CommandInset label
20184 LatexCommand label
20185 name "alg:Ein-Gleitobjekt-Algorithmus"
20186
20187 \end_inset
20188
20189 Ein Gleitobjekt-Algorithmus 
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout LyX-Code
20198 for I in 1..N loop
20199 \begin_inset Newline newline
20200 \end_inset
20201
20202  Sum:= Sum + A(I); /*Kommentar*/
20203 \begin_inset Newline newline
20204 \end_inset
20205
20206 end loop
20207 \begin_inset VSpace -4mm
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219 Dieser Typ wird mit 
20220 \family sans
20221 Einfügen\SpecialChar \menuseparator
20222 Gleitobjekt\SpecialChar \menuseparator
20223 Algorithmus
20224 \family default
20225  eingefügt.
20226  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
20227  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
20228 \begin_inset space ~
20229 \end_inset
20230
20231
20232 \begin_inset CommandInset ref
20233 LatexCommand ref
20234 reference "kap:Programm-Code-Listen"
20235
20236 \end_inset
20237
20238 .
20239  Eine mögliche Absatz-Umgebung hier für ist 
20240 \family sans
20241 LyX-Code
20242 \family default
20243 , beschrieben im 
20244 \emph on
20245 Benutzerhandbuch
20246 \emph default
20247 .
20248  In Algorithmus
20249 \begin_inset space ~
20250 \end_inset
20251
20252
20253 \begin_inset CommandInset ref
20254 LatexCommand ref
20255 reference "alg:Ein-Gleitobjekt-Algorithmus"
20256
20257 \end_inset
20258
20259  wurden am Ende -4
20260 \begin_inset space \thinspace{}
20261 \end_inset
20262
20263 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
20264  letzten Zeile gedruckt wird.
20265 \end_layout
20266
20267 \begin_layout Standard
20268 Die Marke 
20269 \emph on
20270 Algorithmus
20271 \emph default
20272  wird nicht automatisch in die druckbare Version übernommen, sondern das
20273  englische Wort 
20274 \emph on
20275 Algorithm
20276 \emph default
20277  verwendet.
20278  Soll
20279 \emph on
20280  Algorithmus
20281 \emph default
20282  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
20283 \end_layout
20284
20285 \begin_layout Standard
20286
20287 \series bold
20288
20289 \backslash
20290 floatname{algorithm}{Algorithmus}
20291 \end_layout
20292
20293 \begin_layout Standard
20294 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
20295  Sprache wie die LyX Menünamen haben, das Menü 
20296 \family sans
20297 Einfügen\SpecialChar \menuseparator
20298 Liste
20299 \begin_inset space \thinspace{}
20300 \end_inset
20301
20302 /
20303 \begin_inset space \thinspace{}
20304 \end_inset
20305
20306 Inhaltsverzeichnis\SpecialChar \menuseparator
20307 Algorithmenverzeichnis
20308 \family default
20309  verwendet werden.
20310  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
20311  eingefügt werden:
20312 \end_layout
20313
20314 \begin_layout Standard
20315
20316 \series bold
20317
20318 \backslash
20319 listof{algorithm}{Algorithmenverzeichnis}
20320 \end_layout
20321
20322 \begin_layout Standard
20323 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20324  nach dem Schema 
20325 \begin_inset Quotes gld
20326 \end_inset
20327
20328 Kapitelnummer.Algorithmusnummer
20329 \begin_inset Quotes grd
20330 \end_inset
20331
20332  nummeriert.
20333  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20334  einfügen:
20335 \end_layout
20336
20337 \begin_layout Standard
20338
20339 \series bold
20340
20341 \backslash
20342 numberwithin{algorithm}{chapter}
20343 \end_layout
20344
20345 \begin_layout Standard
20346 Um 
20347 \series bold
20348
20349 \backslash
20350 numberwithin
20351 \series default
20352  benutzen zu können, muss in den 
20353 \family sans
20354 Mathe
20355 \begin_inset space ~
20356 \end_inset
20357
20358 Optionen
20359 \family default
20360  der 
20361 \family sans
20362 Dokument-Einstellungen
20363 \family default
20364  
20365 \family sans
20366 AMS
20367 \begin_inset space ~
20368 \end_inset
20369
20370 Mathe
20371 \begin_inset space ~
20372 \end_inset
20373
20374 Paket
20375 \family default
20376
20377 \begin_inset space ~
20378 \end_inset
20379
20380
20381 \family sans
20382 verwenden
20383 \family default
20384  angekreuzt sein.
20385 \end_layout
20386
20387 \begin_layout Section
20388 Gleitobjekt-Nummerierung
20389 \begin_inset Index idx
20390 status collapsed
20391
20392 \begin_layout Plain Layout
20393 Gleitobjekte ! Nummerierung
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Standard
20402 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20403  nummeriert oder nach dem Schema 
20404 \begin_inset Quotes gld
20405 \end_inset
20406
20407 Kapitelnummer.Gleitobjektnummer
20408 \begin_inset Quotes grd
20409 \end_inset
20410
20411  oder 
20412 \begin_inset Quotes gld
20413 \end_inset
20414
20415 Abschnittsnummer.Gleitobjektnummer
20416 \begin_inset Quotes grd
20417 \end_inset
20418
20419 .
20420  Das hängt von der Dokumentklasse ab.
20421 \end_layout
20422
20423 \begin_layout Standard
20424 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20425  in den LaTeX-Vorspann einfügen:
20426 \end_layout
20427
20428 \begin_layout Standard
20429
20430 \series bold
20431
20432 \backslash
20433 renewcommand{
20434 \backslash
20435 thetable}{
20436 \backslash
20437 roman{table}}
20438 \end_layout
20439
20440 \begin_layout Standard
20441
20442 \series bold
20443
20444 \backslash
20445 thetable
20446 \series default
20447  ist der Befehl, der die Tabellennummer druckt.
20448  Für Abbildungen ist das 
20449 \series bold
20450
20451 \backslash
20452 thefigure
20453 \series default
20454 .
20455  Der Befehl 
20456 \series bold
20457
20458 \backslash
20459 roman
20460 \series default
20461  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20462 \end_layout
20463
20464 \begin_layout Standard
20465 Um das Nummerierungsschema zum Beispiel auf 
20466 \begin_inset Quotes gld
20467 \end_inset
20468
20469 Unterabschnittsnummer.Num\SpecialChar \-
20470 mer
20471 \begin_inset Quotes grd
20472 \end_inset
20473
20474  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20475 \end_layout
20476
20477 \begin_layout Standard
20478
20479 \series bold
20480
20481 \backslash
20482 numberwithin{table}{subsection}
20483 \end_layout
20484
20485 \begin_layout Standard
20486 Um den Befehl 
20487 \series bold
20488
20489 \backslash
20490 numberwithin
20491 \series default
20492  benutzen zu können, müssen Sie in den 
20493 \family sans
20494 Mathe
20495 \begin_inset space ~
20496 \end_inset
20497
20498 Optionen
20499 \family default
20500  der 
20501 \family sans
20502 Dokument-Einstellungen
20503 \family default
20504  
20505 \family sans
20506 AMS
20507 \begin_inset space ~
20508 \end_inset
20509
20510 Mathe
20511 \begin_inset space ~
20512 \end_inset
20513
20514 Paket
20515 \family default
20516
20517 \begin_inset space ~
20518 \end_inset
20519
20520
20521 \family sans
20522 verwenden
20523 \family default
20524  ankreuzen.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 Sehen Sie sich bitte auch Abschnitt
20529 \begin_inset space ~
20530 \end_inset
20531
20532
20533 \begin_inset CommandInset ref
20534 LatexCommand ref
20535 reference "uab:Fußnoten-Nummerierung"
20536
20537 \end_inset
20538
20539  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20540 \end_layout
20541
20542 \begin_layout Section
20543 Auf Gleitobjekte verweisen
20544 \begin_inset CommandInset label
20545 LatexCommand label
20546 name "abs:Auf-Gleitobjekte-verweisen"
20547
20548 \end_inset
20549
20550
20551 \begin_inset Index idx
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555 Gleitobjekte ! Querverweise
20556 \end_layout
20557
20558 \end_inset
20559
20560
20561 \begin_inset Index idx
20562 status collapsed
20563
20564 \begin_layout Plain Layout
20565 Querverweise ! auf Gleitobjekte
20566 \end_layout
20567
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \begin_layout Standard
20574 Zunächst müssen Sie mit 
20575 \family sans
20576 Einfügen\SpecialChar \menuseparator
20577 Marke
20578 \family default
20579  oder einen Klick auf 
20580 \begin_inset Graphics
20581         filename ../../images/label-insert.png
20582         scale 70
20583         scaleBeforeRotation
20584
20585 \end_inset
20586
20587  eine Marke im Titel einfügen.
20588  Im 
20589 \family sans
20590 Marke
20591 \family default
20592 -Dialog schreiben Sie einen Text in das Feld 
20593 \family sans
20594 Marke
20595 \family default
20596  oder übernehmen den vorgeschlagenen.
20597  Die Marke sieht in LyX dann so aus:
20598 \end_layout
20599
20600 \begin_layout Standard
20601 \begin_inset Graphics
20602         filename clipart/Marke.png
20603         lyxscale 80
20604         scale 50
20605         scaleBeforeRotation
20606
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \begin_layout Standard
20613 Die Marke wird als Anker und Name für den Querverweis benutzt.
20614  Mit 
20615 \family sans
20616 Einfügen\SpecialChar \menuseparator
20617 Querverweis
20618 \family default
20619  oder einen Klick auf 
20620 \begin_inset Graphics
20621         filename ../../images/dialog-show-new-inset_ref.png
20622         scale 70
20623         scaleBeforeRotation
20624
20625 \end_inset
20626
20627  können Sie dann auf die Marke verweisen.
20628  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20629  angezeigt:
20630 \end_layout
20631
20632 \begin_layout Standard
20633 \begin_inset Graphics
20634         filename clipart/Querverweis.png
20635         lyxscale 80
20636         scale 50
20637         scaleBeforeRotation
20638
20639 \end_inset
20640
20641
20642 \begin_inset Newline newline
20643 \end_inset
20644
20645  Mehr zu Querverweisen finden Sie im 
20646 \emph on
20647 Benutzerhandbuch
20648 \emph default
20649 .
20650 \end_layout
20651
20652 \begin_layout Standard
20653 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20654  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20655  durch einen Zeilenumbruch getrennt werden können.
20656 \end_layout
20657
20658 \begin_layout Standard
20659 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20660  LyX passt die Querverweise automatisch an.
20661 \end_layout
20662
20663 \begin_layout Standard
20664 Ein Klick auf den Schalter 
20665 \family sans
20666 Gehe
20667 \begin_inset space ~
20668 \end_inset
20669
20670 zur
20671 \begin_inset space ~
20672 \end_inset
20673
20674 Marke
20675 \family default
20676  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20677  Der Text der Schaltfläche heißt jetzt 
20678 \family sans
20679 Gehe
20680 \begin_inset space ~
20681 \end_inset
20682
20683 zurück
20684 \family default
20685  und ein Klick darauf macht genau dies.
20686   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20687  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20688  Dann ist auch kein 
20689 \family sans
20690 Gehe
20691 \begin_inset space ~
20692 \end_inset
20693
20694 zurück
20695 \family default
20696  möglich.
20697 \end_layout
20698
20699 \begin_layout Subsection
20700 Querverweis-Formate
20701 \begin_inset CommandInset label
20702 LatexCommand label
20703 name "uab:Querverweis-Formate"
20704
20705 \end_inset
20706
20707
20708 \begin_inset Index idx
20709 status collapsed
20710
20711 \begin_layout Plain Layout
20712 Querverweise ! Formate
20713 \end_layout
20714
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \begin_layout Standard
20721 Es gibt sechs verschiedene Querverweisstile:
20722 \end_layout
20723
20724 \begin_layout Description
20725 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20726  
20727 \begin_inset CommandInset ref
20728 LatexCommand ref
20729 reference "abb:Zwei-Teilabbildungen"
20730
20731 \end_inset
20732
20733
20734 \end_layout
20735
20736 \begin_layout Description
20737 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20738  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20739  verwendet wird, speziell wenn der Name 
20740 \begin_inset Quotes gld
20741 \end_inset
20742
20743 Gleichung
20744 \begin_inset Quotes grd
20745 \end_inset
20746
20747  weggelassen wird: 
20748 \begin_inset CommandInset ref
20749 LatexCommand eqref
20750 reference "eq:Wgn"
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Description
20758 <Seite>: druckt die Seitennummer: Seite
20759 \begin_inset space ~
20760 \end_inset
20761
20762
20763 \begin_inset CommandInset ref
20764 LatexCommand pageref
20765 reference "abb:Zwei-Teilabbildungen"
20766
20767 \end_inset
20768
20769
20770 \end_layout
20771
20772 \begin_layout Description
20773 auf
20774 \begin_inset space ~
20775 \end_inset
20776
20777 Seite
20778 \begin_inset space ~
20779 \end_inset
20780
20781 <Seite>: druckt den Text 
20782 \begin_inset Quotes gld
20783 \end_inset
20784
20785 auf Seite
20786 \begin_inset Quotes grd
20787 \end_inset
20788
20789  und die Seitennummer: 
20790 \begin_inset CommandInset ref
20791 LatexCommand vpageref
20792 reference "abb:Zwei-Teilabbildungen"
20793
20794 \end_inset
20795
20796
20797 \end_layout
20798
20799 \begin_layout Description
20800 <Querverweis>
20801 \begin_inset space ~
20802 \end_inset
20803
20804 auf
20805 \begin_inset space ~
20806 \end_inset
20807
20808 Seite
20809 \begin_inset space ~
20810 \end_inset
20811
20812 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20813 \begin_inset Quotes gld
20814 \end_inset
20815
20816 auf Seite
20817 \begin_inset Quotes grd
20818 \end_inset
20819
20820 , und die Seitennummer: 
20821 \begin_inset CommandInset ref
20822 LatexCommand vref
20823 reference "abb:Zwei-Teilabbildungen"
20824
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \begin_layout Description
20831 Formatierter
20832 \begin_inset space ~
20833 \end_inset
20834
20835 Querverweis: druckt ein selbst definiertes Querverweisformat
20836 \begin_inset Newline newline
20837 \end_inset
20838
20839
20840 \begin_inset Note Greyedout
20841 status open
20842
20843 \begin_layout Plain Layout
20844
20845 \series bold
20846 Bemerkung:
20847 \series default
20848  Dies ist nur möglich, wenn das LaTeX-Paket 
20849 \series bold
20850 prettyref
20851 \series default
20852  oder 
20853 \series bold
20854 refstyle
20855 \series default
20856
20857 \begin_inset Index idx
20858 status collapsed
20859
20860 \begin_layout Plain Layout
20861 LaTeX-Pakete ! prettyref
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \begin_inset Index idx
20868 status collapsed
20869
20870 \begin_layout Plain Layout
20871 LaTeX-Pakete ! refstyle
20872 \end_layout
20873
20874 \end_inset
20875
20876  installiert ist.
20877 \end_layout
20878
20879 \end_inset
20880
20881
20882 \begin_inset Newline newline
20883 \end_inset
20884
20885 Sie können duch setzen der Option 
20886 \family sans
20887 Verwende refstyle (nicht prettyref) für Querverweise
20888 \family default
20889  im Menü 
20890 \family sans
20891 Dokument\SpecialChar \menuseparator
20892 Einstellungen\SpecialChar \menuseparator
20893 Dokumentklasse
20894 \family default
20895  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
20896  Das Format wird definiert, indem man den Befehl 
20897 \series bold
20898
20899 \backslash
20900 newrefformat
20901 \series default
20902  (prettyref) oder 
20903 \series bold
20904
20905 \backslash
20906 newref
20907 \series default
20908  (refstyle) in die Dokumentpräambel einfügt.
20909  Z.
20910 \begin_inset space \thinspace{}
20911 \end_inset
20912
20913 B.
20914  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
20915  
20916 \begin_inset Quotes eld
20917 \end_inset
20918
20919
20920 \family sans
20921 abb
20922 \family default
20923
20924 \begin_inset Quotes erd
20925 \end_inset
20926
20927 ) mit dem Befehle
20928 \begin_inset Newline newline
20929 \end_inset
20930
20931
20932 \series bold
20933
20934 \backslash
20935 newref{abb}{refcmd={Bild auf Seite 
20936 \backslash
20937 pageref{#1}}}
20938 \series default
20939
20940 \begin_inset Newline newline
20941 \end_inset
20942
20943 geändert werden.
20944  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
20945 en verwiesen, 
20946 \begin_inset CommandInset citation
20947 LatexCommand cite
20948 key "prettyref,refstyle"
20949
20950 \end_inset
20951
20952 .
20953 \end_layout
20954
20955 \begin_layout Description
20956 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
20957 \begin_inset CommandInset ref
20958 LatexCommand nameref
20959 reference "abb:Zwei-Teilabbildungen"
20960
20961 \end_inset
20962
20963
20964 \end_layout
20965
20966 \begin_layout Standard
20967
20968 \family sans
20969 <Seite>
20970 \family default
20971  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20972  vorherigen, der selben oder der nächsten Seite befindet.
20973  Stattdessen wird z.
20974 \begin_inset space \thinspace{}
20975 \end_inset
20976
20977 B.
20978  der Text 
20979 \begin_inset Quotes gld
20980 \end_inset
20981
20982
20983 \family sans
20984 auf dieser Seite
20985 \family default
20986
20987 \begin_inset Quotes grd
20988 \end_inset
20989
20990  gedruckt.
20991  Der Stil 
20992 \family sans
20993 <Querverweis>
20994 \begin_inset space ~
20995 \end_inset
20996
20997 auf
20998 \begin_inset space ~
20999 \end_inset
21000
21001 Seite
21002 \begin_inset space ~
21003 \end_inset
21004
21005 <Seite>
21006 \family default
21007  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
21008  Seite ist.
21009 \end_layout
21010
21011 \begin_layout Standard
21012 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
21013  automatisch von LaTeX berechnet.
21014  Die Stile können im Feld 
21015 \family sans
21016 Format
21017 \family default
21018  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
21019  einen Querverweis klicken.
21020 \end_layout
21021
21022 \begin_layout Standard
21023 \begin_inset Note Greyedout
21024 status open
21025
21026 \begin_layout Plain Layout
21027
21028 \series bold
21029 Bemerkung:
21030 \series default
21031  Es wird empfohlen, das LaTeX-Paket 
21032 \series bold
21033 refstyle
21034 \series default
21035
21036 \begin_inset Index idx
21037 status collapsed
21038
21039 \begin_layout Plain Layout
21040 LaTeX-Pakete ! refstyle
21041 \end_layout
21042
21043 \end_inset
21044
21045  zu verwenden, da 
21046 \series bold
21047 prettyref
21048 \series default
21049
21050 \begin_inset Index idx
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 LaTeX-Pakete ! prettyref
21055 \end_layout
21056
21057 \end_inset
21058
21059  nicht alle möglichen LyX Marken-Kürzel
21060 \begin_inset Foot
21061 status collapsed
21062
21063 \begin_layout Plain Layout
21064  
21065 \begin_inset Quotes gld
21066 \end_inset
21067
21068 abb:
21069 \begin_inset Quotes grd
21070 \end_inset
21071
21072  ist z.
21073 \begin_inset space \thinspace{}
21074 \end_inset
21075
21076 B.
21077  LyXs Kürzel für Marken in Bildbeschriftungen.
21078 \end_layout
21079
21080 \end_inset
21081
21082  kennt und auch nicht internationalisiert ist.
21083 \end_layout
21084
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \begin_layout Subsection
21091 Automatische Querverweisnamen
21092 \begin_inset Index idx
21093 status collapsed
21094
21095 \begin_layout Plain Layout
21096 Querverweise ! Automatische Namen 
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \begin_layout Standard
21105 Das LaTeX-Paket 
21106 \series bold
21107 hyperref
21108 \series default
21109
21110 \begin_inset Index idx
21111 status collapsed
21112
21113 \begin_layout Plain Layout
21114 LaTeX-Pakete ! hyperref
21115 \end_layout
21116
21117 \end_inset
21118
21119 , das in den
21120 \family sans
21121  PDF-Eigenschaften
21122 \family default
21123  im 
21124 \family sans
21125 Dokument-Einstellungen
21126 \family default
21127  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21128  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21129  wie 
21130 \emph on
21131 Abschnitt
21132 \emph default
21133 ).
21134  Sie müssen damit z.
21135 \begin_inset space \thinspace{}
21136 \end_inset
21137
21138 B.
21139  nicht mehr den Namen 
21140 \begin_inset Quotes gld
21141 \end_inset
21142
21143 Abbildung
21144 \begin_inset Quotes grd
21145 \end_inset
21146
21147  vor jeden Querverweis auf eine Abbildung schreiben.
21148  Um diese Funktion benutzen zu können, aktivieren Sie 
21149 \series bold
21150 hyperref
21151 \series default
21152  und fügen diese Zeile in den LaTeX-Vorspann ein:
21153 \end_layout
21154
21155 \begin_layout Standard
21156
21157 \series bold
21158
21159 \backslash
21160 AtBeginDocument{
21161 \backslash
21162 renewcommand{
21163 \backslash
21164 ref}[1]{
21165 \backslash
21166 mbox{
21167 \backslash
21168 autoref{#1}}}}
21169 \end_layout
21170
21171 \begin_layout Standard
21172 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21173 \begin_inset space \thinspace{}
21174 \end_inset
21175
21176 B.
21177  statt 
21178 \begin_inset Quotes gld
21179 \end_inset
21180
21181 Abschnitt
21182 \begin_inset Quotes grd
21183 \end_inset
21184
21185  den Namen 
21186 \begin_inset Quotes gld
21187 \end_inset
21188
21189 Kap.
21190 \begin_inset space \thinspace{}
21191 \end_inset
21192
21193
21194 \begin_inset Quotes grd
21195 \end_inset
21196
21197 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21198 \end_layout
21199
21200 \begin_layout Standard
21201
21202 \series bold
21203
21204 \backslash
21205 addto
21206 \backslash
21207 extrasngerman{
21208 \backslash
21209 renewcommand{
21210 \backslash
21211 sectionautorefname}
21212 \begin_inset Newline newline
21213 \end_inset
21214
21215
21216 \begin_inset Phantom HPhantom
21217 status open
21218
21219 \begin_layout Plain Layout
21220
21221 \series bold
21222 \begin_inset space ~
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229
21230 {Kap.
21231 \backslash
21232 negthinspace}}
21233 \end_layout
21234
21235 \begin_layout Standard
21236 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21237 \begin_inset Newline newline
21238 \end_inset
21239
21240
21241 \series bold
21242
21243 \backslash
21244 extrasngerman
21245 \series default
21246  durch 
21247 \series bold
21248
21249 \backslash
21250 extras***
21251 \series default
21252 , wobei *** der Name der verwendeten Sprache ist.
21253 \end_layout
21254
21255 \begin_layout Standard
21256 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21257  z.
21258 \begin_inset space \thinspace{}
21259 \end_inset
21260
21261 B.
21262  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21263 \end_layout
21264
21265 \begin_layout Standard
21266
21267 \series bold
21268
21269 \backslash
21270 newlength{
21271 \backslash
21272 abc}
21273 \begin_inset Newline newline
21274 \end_inset
21275
21276
21277 \backslash
21278 settowidth{
21279 \backslash
21280 abc}{
21281 \backslash
21282 space}
21283 \begin_inset Newline newline
21284 \end_inset
21285
21286
21287 \backslash
21288 addto
21289 \backslash
21290 extrasenglish{
21291 \backslash
21292 renewcommand{
21293 \backslash
21294 equationautorefname}
21295 \begin_inset Newline newline
21296 \end_inset
21297
21298
21299 \begin_inset Phantom HPhantom
21300 status open
21301
21302 \begin_layout Plain Layout
21303
21304 \series bold
21305 \begin_inset space ~
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \end_inset
21312
21313 {
21314 \backslash
21315 hspace{-
21316 \backslash
21317 abc}}
21318 \end_layout
21319
21320 \begin_layout Standard
21321 Mehr über dieses Thema finden Sie in der 
21322 \series bold
21323 hyperref
21324 \series default
21325 -Dokumentation 
21326 \begin_inset CommandInset citation
21327 LatexCommand cite
21328 key "hyperref"
21329
21330 \end_inset
21331
21332 .
21333 \end_layout
21334
21335 \begin_layout Standard
21336 \begin_inset Note Greyedout
21337 status open
21338
21339 \begin_layout Plain Layout
21340
21341 \series bold
21342 Bemerkung:
21343 \series default
21344  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21345  als Querverweisstil 
21346 \family sans
21347 Formatierter
21348 \begin_inset space ~
21349 \end_inset
21350
21351 Querverweis
21352 \family default
21353  benutzen, wie in Abschnitt
21354 \begin_inset space ~
21355 \end_inset
21356
21357
21358 \begin_inset CommandInset ref
21359 LatexCommand ref
21360 reference "uab:Querverweis-Formate"
21361
21362 \end_inset
21363
21364  beschrieben.
21365 \end_layout
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Standard
21373 Das 
21374 \emph on
21375 Mathe
21376 \emph default
21377  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21378 \end_layout
21379
21380 \begin_layout Subsection
21381 Querverweis-Position
21382 \begin_inset CommandInset label
21383 LatexCommand label
21384 name "uab:Querverweis-Position"
21385
21386 \end_inset
21387
21388
21389 \begin_inset Index idx
21390 status collapsed
21391
21392 \begin_layout Plain Layout
21393 Querverweise !  Position
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \begin_layout Standard
21402 Wenn Sie 
21403 \series bold
21404 hyperref
21405 \series default
21406
21407 \begin_inset Index idx
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411 LaTeX-Pakete ! hyperref
21412 \end_layout
21413
21414 \end_inset
21415
21416  in den
21417 \family sans
21418  PDF-Eigenschaften
21419 \family default
21420  im 
21421 \family sans
21422 Dokument-Einstellungen
21423 \family default
21424  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21425  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21426  und Sie werden das Bild ohne Scrollen nicht sehen.
21427  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21428  ist.
21429  Wenn Sie das  LaTeX-Paket 
21430 \series bold
21431 hypcap
21432 \series default
21433
21434 \begin_inset Index idx
21435 status collapsed
21436
21437 \begin_layout Plain Layout
21438 LaTeX-Pakete ! hypcap
21439 \end_layout
21440
21441 \end_inset
21442
21443 , das Teil des LaTeX-Pakets 
21444 \series bold
21445 oberdiek
21446 \series default
21447
21448 \begin_inset Index idx
21449 status collapsed
21450
21451 \begin_layout Plain Layout
21452 LaTeX-Pakete ! oberdiek
21453 \end_layout
21454
21455 \end_inset
21456
21457  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21458  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21459 \series bold
21460 hypcap
21461 \series default
21462  zunächst in den LaTeX-Vorspann laden:
21463 \end_layout
21464
21465 \begin_layout Standard
21466
21467 \series bold
21468
21469 \backslash
21470 usepackage[figure]{hypcap}
21471 \end_layout
21472
21473 \begin_layout Standard
21474 Sie können 
21475 \series bold
21476 hypcap
21477 \series default
21478  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21479  nicht empfohlen.
21480  Weitere Informationen finden Sie im
21481 \series bold
21482  hypcap
21483 \series default
21484 -Handbuch 
21485 \begin_inset CommandInset citation
21486 LatexCommand cite
21487 key "hypcap"
21488
21489 \end_inset
21490
21491 .
21492 \end_layout
21493
21494 \begin_layout Standard
21495 \begin_inset Note Greyedout
21496 status open
21497
21498 \begin_layout Plain Layout
21499
21500 \series bold
21501 Bemerkung:
21502 \series default
21503  
21504 \series bold
21505 hypcap
21506 \series medium
21507  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Section
21516 Gleitobjekt-Platzierung
21517 \begin_inset CommandInset label
21518 LatexCommand label
21519 name "abs:Gleitobjekt-Platzierung"
21520
21521 \end_inset
21522
21523
21524 \begin_inset Index idx
21525 status collapsed
21526
21527 \begin_layout Plain Layout
21528 Gleitobjekte ! Platzierung
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Standard
21537 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21538 \family sans
21539 Gleitobjekt-Einstellungen
21540 \family default
21541 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21542  können.
21543 \begin_inset Newline newline
21544 \end_inset
21545
21546 Die Option 
21547 \family sans
21548 Spalten
21549 \begin_inset space ~
21550 \end_inset
21551
21552 überspannen
21553 \family default
21554  ist nur bei zweispaltigen Dokumenten sinnvoll.
21555  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21556 \begin_inset Newline newline
21557 \end_inset
21558
21559 Die Option 
21560 \family sans
21561 Seitwärts
21562 \begin_inset space ~
21563 \end_inset
21564
21565 drehen
21566 \family default
21567  ist in Abschnitt 
21568 \begin_inset CommandInset ref
21569 LatexCommand ref
21570 reference "abs:Gedrehte-Gleitobjekte"
21571
21572 \end_inset
21573
21574  beschrieben.
21575 \end_layout
21576
21577 \begin_layout Standard
21578 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21579  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21580  Sie die Option 
21581 \family sans
21582 Standard-Platzierung
21583 \begin_inset space ~
21584 \end_inset
21585
21586 verwenden
21587 \family default
21588  nicht verwenden:
21589 \end_layout
21590
21591 \begin_layout Description
21592 Hier
21593 \begin_inset space ~
21594 \end_inset
21595
21596 wenn
21597 \begin_inset space ~
21598 \end_inset
21599
21600 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21601 \end_layout
21602
21603 \begin_layout Description
21604 Anfang
21605 \begin_inset space ~
21606 \end_inset
21607
21608 der
21609 \begin_inset space ~
21610 \end_inset
21611
21612 Seite
21613 \family sans
21614  
21615 \family default
21616 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21617  Gleitobjekte, die maximal 70
21618 \begin_inset space \thinspace{}
21619 \end_inset
21620
21621 % einer Seite benötigen, dürfen oben platziert werden.
21622  Dies kann durch die Variable 
21623 \series bold
21624
21625 \backslash
21626 topfraction
21627 \series default
21628  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21629 \end_layout
21630
21631 \begin_deeper
21632 \begin_layout Standard
21633
21634 \series bold
21635
21636 \backslash
21637 renewcommand{
21638 \backslash
21639 topfraction}{0.9}
21640 \family typewriter
21641 \series default
21642  
21643 \end_layout
21644
21645 \end_deeper
21646 \begin_layout Description
21647 Ende
21648 \begin_inset space ~
21649 \end_inset
21650
21651 der
21652 \begin_inset space ~
21653 \end_inset
21654
21655 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21656  Gleitobjekte, die maximal 30
21657 \begin_inset space \thinspace{}
21658 \end_inset
21659
21660 % einer Seite benötigen, dürfen unten platziert werden.
21661  Dies kann durch die Variable 
21662 \series bold
21663
21664 \backslash
21665 bottomfraction
21666 \series default
21667  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21668 \end_layout
21669
21670 \begin_deeper
21671 \begin_layout Standard
21672
21673 \series bold
21674
21675 \backslash
21676 renewcommand{
21677 \backslash
21678 bottomfraction}{0.5}
21679 \end_layout
21680
21681 \begin_layout Standard
21682 die oftmals zu kleine untere Grenze auf 50
21683 \begin_inset space \thinspace{}
21684 \end_inset
21685
21686 %.
21687 \end_layout
21688
21689 \end_deeper
21690 \begin_layout Description
21691 Seite
21692 \begin_inset space ~
21693 \end_inset
21694
21695 mit
21696 \begin_inset space ~
21697 \end_inset
21698
21699 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21700  Nur wenn mehr als 50
21701 \begin_inset space \thinspace{}
21702 \end_inset
21703
21704 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21705  Gleitobjekte bereitgestellt.
21706  Dies kann durch die Variable 
21707 \series bold
21708
21709 \backslash
21710 floatpagefraction 
21711 \series default
21712 im LaTeX-Vorspann überschrieben werden.
21713 \end_layout
21714
21715 \begin_layout Standard
21716 Die Reihenfolge der obigen Optionen wird 
21717 \emph on
21718 immer
21719 \emph default
21720  von LaTeX verwendet.
21721  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21722  versuchen 
21723 \family sans
21724 Hier
21725 \begin_inset space \space{}
21726 \end_inset
21727
21728 wenn
21729 \begin_inset space \space{}
21730 \end_inset
21731
21732 möglich
21733 \family default
21734 , dann 
21735 \family sans
21736 Anfang
21737 \begin_inset space ~
21738 \end_inset
21739
21740 der
21741 \begin_inset space ~
21742 \end_inset
21743
21744 Seite
21745 \family default
21746  und dann die anderen Optionen anzuwenden.
21747  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21748  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21749  Reihenfolge.
21750  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21751 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21752 \end_layout
21753
21754 \begin_layout Standard
21755 Die Option 
21756 \family sans
21757 Hier,
21758 \begin_inset space ~
21759 \end_inset
21760
21761 auf
21762 \begin_inset space ~
21763 \end_inset
21764
21765 jeden
21766 \begin_inset space ~
21767 \end_inset
21768
21769 Fall
21770 \family default
21771  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21772  fast druckreif ist.
21773  Denn mit der Option kann das Objekt nicht mehr 
21774 \emph on
21775 gleiten
21776 \emph default
21777 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21778  oftmals zerstört.
21779 \end_layout
21780
21781 \begin_layout Standard
21782 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21783  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21784 \begin_inset VSpace bigskip
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \begin_layout Standard
21791 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21792 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21793  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21794  Das kann mit dem LaTeX-Befehl
21795 \series bold
21796  
21797 \backslash
21798 suppressfloats
21799 \series default
21800  verhindert werden.
21801  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21802  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21803  gesetzt wird.
21804  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21805 \end_layout
21806
21807 \begin_layout Standard
21808
21809 \series bold
21810
21811 \backslash
21812 let
21813 \backslash
21814 meinAbschnitt
21815 \backslash
21816 section
21817 \begin_inset Newline newline
21818 \end_inset
21819
21820
21821 \backslash
21822 renewcommand{
21823 \backslash
21824 section}{
21825 \backslash
21826 suppressfloats[t]
21827 \backslash
21828 meinAbschnitt}
21829 \end_layout
21830
21831 \begin_layout Standard
21832 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21833  Unterabschnitten festlegen.
21834  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21835  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21836 \end_layout
21837
21838 \begin_layout Standard
21839 Es gibt auch noch das LaTeX-Paket 
21840 \series bold
21841 flafter
21842 \series default
21843
21844 \begin_inset Index idx
21845 status collapsed
21846
21847 \begin_layout Plain Layout
21848 LaTeX-Pakete ! flafter
21849 \end_layout
21850
21851 \end_inset
21852
21853  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21854  gedruckt wird.
21855 \end_layout
21856
21857 \begin_layout Standard
21858 \begin_inset VSpace bigskip
21859 \end_inset
21860
21861 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21862  Dafür gibt es das LaTeX-Paket 
21863 \series bold
21864 endfloat
21865 \series default
21866
21867 \begin_inset Index idx
21868 status collapsed
21869
21870 \begin_layout Plain Layout
21871 LaTeX-Pakete ! endfloat
21872 \end_layout
21873
21874 \end_inset
21875
21876 .
21877  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21878  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21879  
21880 \family sans
21881
21882 \begin_inset Quotes gld
21883 \end_inset
21884
21885 [Abbildung
21886 \begin_inset space ~
21887 \end_inset
21888
21889 3.2 ist ungefähr hier.]
21890 \family default
21891
21892 \begin_inset Quotes grd
21893 \end_inset
21894
21895  finden.
21896  Das 
21897 \series bold
21898 endfloat
21899 \series default
21900 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21901 \end_layout
21902
21903 \begin_layout Standard
21904
21905 \series bold
21906
21907 \backslash
21908 usepackage[Optionen]{endfloat}
21909 \end_layout
21910
21911 \begin_layout Standard
21912 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21913  Tabellen-Abschnitte, die Sie in der 
21914 \series bold
21915 endfloat
21916 \series default
21917 -Dokumentation 
21918 \begin_inset CommandInset citation
21919 LatexCommand cite
21920 key "endfloat"
21921
21922 \end_inset
21923
21924  nachlesen können.
21925 \begin_inset Newline newline
21926 \end_inset
21927
21928
21929 \begin_inset Note Greyedout
21930 status open
21931
21932 \begin_layout Plain Layout
21933
21934 \series bold
21935 Bemerkung
21936 \begin_inset space ~
21937 \end_inset
21938
21939 1: endfloat
21940 \series default
21941  übersetzt den Hinweistext nicht automatisch.
21942  Abschnitt
21943 \begin_inset space ~
21944 \end_inset
21945
21946 4 in 
21947 \begin_inset CommandInset citation
21948 LatexCommand cite
21949 key "endfloat"
21950
21951 \end_inset
21952
21953  beschreibt, wie es geht.
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Standard
21962 \begin_inset Note Greyedout
21963 status open
21964
21965 \begin_layout Plain Layout
21966
21967 \series bold
21968 Bemerkung
21969 \begin_inset space ~
21970 \end_inset
21971
21972 2: 
21973 \series default
21974 Die aktuelle Version von 
21975 \series bold
21976 endfloat
21977 \series default
21978  hat einen Fehler, wenn die Überschrift ein 
21979 \begin_inset Quotes gld
21980 \end_inset
21981
21982 ß
21983 \begin_inset Quotes grd
21984 \end_inset
21985
21986  enthält.
21987  Sie müssen stattdessen den Befehl 
21988 \series bold
21989
21990 \backslash
21991 ss
21992 \series default
21993  als TeX-Code benutzen.
21994 \end_layout
21995
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \begin_layout Standard
22002 \begin_inset VSpace bigskip
22003 \end_inset
22004
22005 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
22006  wie 
22007 \begin_inset CommandInset citation
22008 LatexCommand cite
22009 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
22010
22011 \end_inset
22012
22013 .
22014 \end_layout
22015
22016 \begin_layout Section
22017 Gedrehte Gleitobjekte
22018 \begin_inset CommandInset label
22019 LatexCommand label
22020 name "abs:Gedrehte-Gleitobjekte"
22021
22022 \end_inset
22023
22024
22025 \begin_inset Index idx
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029 Gleitobjekte ! drehen
22030 \end_layout
22031
22032 \end_inset
22033
22034
22035 \end_layout
22036
22037 \begin_layout Standard
22038 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
22039 t drehen.
22040  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
22041  und die Option 
22042 \family sans
22043 Seitwärts
22044 \begin_inset space ~
22045 \end_inset
22046
22047 drehen
22048 \family default
22049  wählen.
22050 \end_layout
22051
22052 \begin_layout Standard
22053 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
22054  sie ein mehrspaltiges Dokument haben) gedruckt.
22055  Sie können mehrere Spalten überspannen, wenn die Option 
22056 \family sans
22057 Spalten
22058 \begin_inset space ~
22059 \end_inset
22060
22061 überspannen
22062 \family default
22063  in den Gleitobjekt Einstellungen gewählt ist.
22064  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
22065  werden können.
22066  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
22067  Option 
22068 \series bold
22069 figuresleft
22070 \series default
22071  oder 
22072 \series bold
22073 figuresright
22074 \series default
22075  zu den Dokumentklassen-Optionen hinzu.
22076 \end_layout
22077
22078 \begin_layout Standard
22079 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
22080  Tabelle
22081 \begin_inset space ~
22082 \end_inset
22083
22084
22085 \begin_inset CommandInset ref
22086 LatexCommand ref
22087 reference "tab:Gedrehte-Tabelle"
22088
22089 \end_inset
22090
22091  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \begin_inset Note Greyedout
22096 status open
22097
22098 \begin_layout Plain Layout
22099
22100 \series bold
22101 Bemerkung:
22102 \series default
22103  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 \begin_inset Float table
22113 wide false
22114 sideways true
22115 status open
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Caption
22119
22120 \begin_layout Plain Layout
22121 \begin_inset CommandInset label
22122 LatexCommand label
22123 name "tab:Gedrehte-Tabelle"
22124
22125 \end_inset
22126
22127 Gedrehte Tabelle
22128 \end_layout
22129
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \begin_layout Plain Layout
22136 \align center
22137 \begin_inset Tabular
22138 <lyxtabular version="3" rows="1" columns="5">
22139 <features tabularvalignment="middle">
22140 <column alignment="center" valignment="top" width="0">
22141 <column alignment="center" valignment="top" width="0">
22142 <column alignment="center" valignment="top" width="0">
22143 <column alignment="center" valignment="top" width="0">
22144 <column alignment="center" valignment="top" width="0">
22145 <row>
22146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22147 \begin_inset Text
22148
22149 \begin_layout Plain Layout
22150 Test
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 b
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 c
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177 d
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186 e
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 </row>
22192 </lyxtabular>
22193
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \begin_layout Section
22205 Untergleitobjekte
22206 \begin_inset Index idx
22207 status collapsed
22208
22209 \begin_layout Plain Layout
22210 Gleitobjekte ! Untergleitobjekte
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \begin_layout Standard
22219 Untergleitobjekte werden z.
22220 \begin_inset space \thinspace{}
22221 \end_inset
22222
22223 B.
22224  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22225  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22226  eingefügt wird.
22227  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22228  in Tabelle
22229 \begin_inset space ~
22230 \end_inset
22231
22232
22233 \begin_inset CommandInset ref
22234 LatexCommand ref
22235 reference "tab:Untertabellen-nebeneinander"
22236
22237 \end_inset
22238
22239  und 
22240 \begin_inset CommandInset ref
22241 LatexCommand ref
22242 reference "tab:Untertabellen-übereinander"
22243
22244 \end_inset
22245
22246 .
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22251 \begin_inset space ~
22252 \end_inset
22253
22254
22255 \begin_inset CommandInset ref
22256 LatexCommand ref
22257 reference "tab:Untertabelle-a"
22258
22259 \end_inset
22260
22261  und 
22262 \begin_inset CommandInset ref
22263 LatexCommand ref
22264 reference "tab:Untertabelle-b"
22265
22266 \end_inset
22267
22268  sind Untertabellen von Tabelle
22269 \begin_inset space ~
22270 \end_inset
22271
22272
22273 \begin_inset CommandInset ref
22274 LatexCommand ref
22275 reference "tab:Untertabellen-nebeneinander"
22276
22277 \end_inset
22278
22279 .
22280 \end_layout
22281
22282 \begin_layout Standard
22283 \begin_inset Float table
22284 wide false
22285 sideways false
22286 status open
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Caption
22290
22291 \begin_layout Plain Layout
22292 \begin_inset CommandInset label
22293 LatexCommand label
22294 name "tab:Untertabellen-nebeneinander"
22295
22296 \end_inset
22297
22298 Zwei Untertabellen nebeneinander.
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \end_layout
22305
22306 \begin_layout Plain Layout
22307 \align center
22308 \begin_inset space \hfill{}
22309 \end_inset
22310
22311
22312 \begin_inset Float table
22313 wide false
22314 sideways false
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Caption
22319
22320 \begin_layout Plain Layout
22321 \begin_inset CommandInset label
22322 LatexCommand label
22323 name "tab:Untertabelle-a"
22324
22325 \end_inset
22326
22327 Dies ist Untertabelle a.
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Plain Layout
22336 \align center
22337 \begin_inset Tabular
22338 <lyxtabular version="3" rows="1" columns="5">
22339 <features tabularvalignment="middle">
22340 <column alignment="center" valignment="top" width="0">
22341 <column alignment="center" valignment="top" width="0">
22342 <column alignment="center" valignment="top" width="0">
22343 <column alignment="center" valignment="top" width="0">
22344 <column alignment="center" valignment="top" width="0">
22345 <row>
22346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 Test
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 b
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 c
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 d
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 e
22387 \end_layout
22388
22389 \end_inset
22390 </cell>
22391 </row>
22392 </lyxtabular>
22393
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \end_inset
22400
22401
22402 \begin_inset space \hfill{}
22403 \end_inset
22404
22405
22406 \begin_inset Float table
22407 wide false
22408 sideways false
22409 status collapsed
22410
22411 \begin_layout Plain Layout
22412 \begin_inset Caption
22413
22414 \begin_layout Plain Layout
22415 \begin_inset CommandInset label
22416 LatexCommand label
22417 name "tab:Untertabelle-b"
22418
22419 \end_inset
22420
22421 Dies ist Untertabelle b.
22422 \end_layout
22423
22424 \end_inset
22425
22426
22427 \end_layout
22428
22429 \begin_layout Plain Layout
22430 \align center
22431 \begin_inset Tabular
22432 <lyxtabular version="3" rows="1" columns="5">
22433 <features tabularvalignment="middle">
22434 <column alignment="center" valignment="top" width="0">
22435 <column alignment="center" valignment="top" width="0">
22436 <column alignment="center" valignment="top" width="0">
22437 <column alignment="center" valignment="top" width="0">
22438 <column alignment="center" valignment="top" width="0">
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 e
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 d
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22459 \begin_inset Text
22460
22461 \begin_layout Plain Layout
22462 c
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 b
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 Test
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 </lyxtabular>
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \begin_inset space \hfill{}
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Standard
22508 \begin_inset Float table
22509 wide false
22510 sideways false
22511 status open
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Caption
22515
22516 \begin_layout Plain Layout
22517 \begin_inset CommandInset label
22518 LatexCommand label
22519 name "tab:Untertabellen-übereinander"
22520
22521 \end_inset
22522
22523 Zwei Untertabellen übereinander.
22524  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Plain Layout
22533 \align center
22534 \begin_inset Float table
22535 wide false
22536 sideways false
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540 \begin_inset Caption
22541
22542 \begin_layout Plain Layout
22543
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Plain Layout
22552 \align center
22553 \begin_inset Tabular
22554 <lyxtabular version="3" rows="1" columns="4">
22555 <features tabularvalignment="middle">
22556 <column alignment="center" valignment="top" width="0">
22557 <column alignment="center" valignment="top" width="0">
22558 <column alignment="center" valignment="top" width="0">
22559 <column alignment="center" valignment="top" width="0">
22560 <row>
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 Test
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 Test
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583 Test
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 Test
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 </lyxtabular>
22599
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \begin_layout Plain Layout
22611 \align center
22612 \begin_inset Float table
22613 wide false
22614 sideways false
22615 status collapsed
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Caption
22619
22620 \begin_layout Plain Layout
22621
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Plain Layout
22630 \align center
22631 \begin_inset Tabular
22632 <lyxtabular version="3" rows="1" columns="5">
22633 <features tabularvalignment="middle">
22634 <column alignment="center" valignment="top" width="0">
22635 <column alignment="center" valignment="top" width="0">
22636 <column alignment="center" valignment="top" width="0">
22637 <column alignment="center" valignment="top" width="0">
22638 <column alignment="center" valignment="top" width="0">
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 a
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 b
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 c
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 d
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 e
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 </lyxtabular>
22687
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \end_inset
22699
22700
22701 \end_layout
22702
22703 \begin_layout Section
22704 Gleitobjekte nebeneinander
22705 \begin_inset Index idx
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709 Gleitobjekte ! nebeneinander
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Standard
22718 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22719 \begin_inset space ~
22720 \end_inset
22721
22722
22723 \begin_inset CommandInset ref
22724 LatexCommand ref
22725 reference "abb:Gleitobjekt-links"
22726
22727 \end_inset
22728
22729  und 
22730 \begin_inset CommandInset ref
22731 LatexCommand ref
22732 reference "abb:Gleitobjekt-rechts"
22733
22734 \end_inset
22735
22736  wird nur 
22737 \emph on
22738 ein
22739 \emph default
22740  Gleitobjekt verwendet.
22741  In dieses werden zwei Minipage Boxen eingefügt.
22742 \begin_inset Foot
22743 status collapsed
22744
22745 \begin_layout Plain Layout
22746 Minipages sind in Abschnitt
22747 \begin_inset space ~
22748 \end_inset
22749
22750
22751 \begin_inset CommandInset ref
22752 LatexCommand ref
22753 reference "abs:Minipage"
22754
22755 \end_inset
22756
22757  erklärt.
22758 \end_layout
22759
22760 \end_inset
22761
22762  Die Breite wird für jede Minipage auf 45
22763 \begin_inset space \thinspace{}
22764 \end_inset
22765
22766 -50
22767 \begin_inset space \thinspace{}
22768 \end_inset
22769
22770 Spalten% und die Box Ausrichtung auf 
22771 \family sans
22772 Unten
22773 \family default
22774  gesetzt.
22775  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22776  Gleitobjekt.
22777  Der einzige Unterschied ist, dass die Bildeinheit 
22778 \family sans
22779 Spaltenbreite
22780 \begin_inset space ~
22781 \end_inset
22782
22783 %
22784 \family default
22785  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22786 \end_layout
22787
22788 \begin_layout Standard
22789 \begin_inset Float figure
22790 wide false
22791 sideways false
22792 status open
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Box Frameless
22796 position "b"
22797 hor_pos "c"
22798 has_inner_box 1
22799 inner_pos "t"
22800 use_parbox 0
22801 use_makebox 0
22802 width "45col%"
22803 special "none"
22804 height "1in"
22805 height_special "totalheight"
22806 status open
22807
22808 \begin_layout Plain Layout
22809 \align center
22810 \begin_inset Graphics
22811         filename ../clipart/mobius.eps
22812         lyxscale 50
22813         width 100col%
22814         scaleBeforeRotation
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Plain Layout
22822 \begin_inset Caption
22823
22824 \begin_layout Plain Layout
22825 \begin_inset CommandInset label
22826 LatexCommand label
22827 name "abb:Gleitobjekt-links"
22828
22829 \end_inset
22830
22831 Gleitobjekt auf der linken Seite.
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \begin_inset space \hfill{}
22843 \end_inset
22844
22845
22846 \begin_inset Box Frameless
22847 position "b"
22848 hor_pos "c"
22849 has_inner_box 1
22850 inner_pos "t"
22851 use_parbox 0
22852 use_makebox 0
22853 width "45col%"
22854 special "none"
22855 height "1in"
22856 height_special "totalheight"
22857 status open
22858
22859 \begin_layout Plain Layout
22860 \align center
22861 \begin_inset Graphics
22862         filename ../clipart/platypus.eps
22863         lyxscale 50
22864         width 100col%
22865         scaleBeforeRotation
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Caption
22874
22875 \begin_layout Plain Layout
22876 \begin_inset CommandInset label
22877 LatexCommand label
22878 name "abb:Gleitobjekt-rechts"
22879
22880 \end_inset
22881
22882 Gleitobjekt auf der rechten Seite.
22883 \end_layout
22884
22885 \end_inset
22886
22887
22888 \end_layout
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Section
22901 Beschriftungs-Formatierung
22902 \begin_inset CommandInset label
22903 LatexCommand label
22904 name "abs:Titel-Formatierung"
22905
22906 \end_inset
22907
22908
22909 \begin_inset Index idx
22910 status collapsed
22911
22912 \begin_layout Plain Layout
22913 Gleitobjekte ! Beschriftung ! Formatierung
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Standard
22922
22923 \family sans
22924 Legende
22925 \family default
22926  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22927  In LyX sehen Titel so aus:  
22928 \family sans
22929
22930 \begin_inset Quotes gld
22931 \end_inset
22932
22933 Abbildung xyz:
22934 \family default
22935
22936 \begin_inset Quotes grd
22937 \end_inset
22938
22939 , gefolgt vom Beschriftungstext, wobei 
22940 \family sans
22941 xyz
22942 \family default
22943  die von LyX vergebene Nummer ist.
22944  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22945  gedruckt.
22946  Dies ist nicht immer brauchbar.
22947 \end_layout
22948
22949 \begin_layout Standard
22950 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22951  
22952 \series bold
22953 caption
22954 \series default
22955
22956 \begin_inset Index idx
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960 LaTeX-Pakete ! caption
22961 \end_layout
22962
22963 \end_inset
22964
22965  in den LaTeX-Vorspann laden:
22966 \end_layout
22967
22968 \begin_layout Standard
22969
22970 \series bold
22971
22972 \backslash
22973 usepackage[Format-Definition]{caption}
22974 \end_layout
22975
22976 \begin_layout Standard
22977 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22978  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22979 \end_layout
22980
22981 \begin_layout Standard
22982
22983 \series bold
22984
22985 \backslash
22986 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22987 \end_layout
22988
22989 \begin_layout Standard
22990 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22991  definieren.
22992  Dazu laden Sie das 
22993 \series bold
22994 caption
22995 \series default
22996 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22997  dem Befehl
22998 \end_layout
22999
23000 \begin_layout Standard
23001
23002 \series bold
23003
23004 \backslash
23005 captionsetup[Gleitobjekt-Typ]{Format-Definition}
23006 \end_layout
23007
23008 \begin_layout Standard
23009 Für Abbildung
23010 \begin_inset space ~
23011 \end_inset
23012
23013
23014 \begin_inset CommandInset ref
23015 LatexCommand ref
23016 reference "abb:Langer-Abb-Titel"
23017
23018 \end_inset
23019
23020  und Tabelle
23021 \begin_inset space ~
23022 \end_inset
23023
23024
23025 \begin_inset CommandInset ref
23026 LatexCommand ref
23027 reference "tab:Langer-Tab-Titel"
23028
23029 \end_inset
23030
23031  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
23032  werden:
23033 \end_layout
23034
23035 \begin_layout Standard
23036
23037 \series bold
23038
23039 \backslash
23040 usepackage[tableposition=top]{caption}
23041 \begin_inset Newline newline
23042 \end_inset
23043
23044
23045 \backslash
23046 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23047 \begin_inset Newline newline
23048 \end_inset
23049
23050
23051 \begin_inset Phantom HPhantom
23052 status open
23053
23054 \begin_layout Plain Layout
23055
23056 \series bold
23057
23058 \backslash
23059 captionsetup[figure]{
23060 \end_layout
23061
23062 \end_inset
23063
23064 labelsep=period}
23065 \begin_inset Newline newline
23066 \end_inset
23067
23068
23069 \backslash
23070 captionsetup[table]{labelfont={bf,sf}}
23071 \end_layout
23072
23073 \begin_layout Standard
23074 \begin_inset Note Greyedout
23075 status open
23076
23077 \begin_layout Plain Layout
23078
23079 \series bold
23080 Bemerkung:
23081 \series default
23082  Die Option 
23083 \series bold
23084 tableposition=top
23085 \series default
23086  hat keine Auswirkung, wenn eine 
23087 \series bold
23088 KOMA-Script
23089 \series default
23090
23091 \begin_inset Index idx
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095 LaTeX-Pakete ! KOMA-Script
23096 \end_layout
23097
23098 \end_inset
23099
23100 -Dokumentklasse verwendet wird.
23101  Hier muss die Option 
23102 \series bold
23103 captions=tableheading
23104 \series default
23105  benutzt werden.
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Standard
23114 Weitere Informationen über das Paket
23115 \series bold
23116  caption
23117 \series default
23118  finden Sie in seiner Dokumentation 
23119 \begin_inset CommandInset citation
23120 LatexCommand cite
23121 key "caption"
23122
23123 \end_inset
23124
23125 .
23126 \end_layout
23127
23128 \begin_layout Standard
23129 Wenn Sie den Namen von 
23130 \begin_inset Quotes gld
23131 \end_inset
23132
23133 Abbildung
23134 \begin_inset Quotes grd
23135 \end_inset
23136
23137  auf 
23138 \begin_inset Quotes gld
23139 \end_inset
23140
23141 Bild
23142 \begin_inset Quotes grd
23143 \end_inset
23144
23145  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23146 \end_layout
23147
23148 \begin_layout Standard
23149
23150 \series bold
23151
23152 \backslash
23153 renewcommand{
23154 \backslash
23155 fnum@figure}{Bild~
23156 \backslash
23157 thefigure}
23158 \end_layout
23159
23160 \begin_layout Standard
23161 wobei 
23162 \series bold
23163
23164 \backslash
23165 thefigure
23166 \series default
23167  die Bildnummer einsetzt und
23168 \series bold
23169  ~
23170 \series default
23171  ein geschütztes Leerzeichen ist.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset VSpace bigskip
23176 \end_inset
23177
23178 Wenn Sie eine 
23179 \series bold
23180 KOMA-Script
23181 \series default
23182
23183 \begin_inset Index idx
23184 status collapsed
23185
23186 \begin_layout Plain Layout
23187 LaTeX-Pakete ! KOMA-Script
23188 \end_layout
23189
23190 \end_inset
23191
23192 -Dokumentklasse (
23193 \family sans
23194 article (KOMA-Script)
23195 \family default
23196
23197 \family sans
23198 book (KOMA-Script)
23199 \family default
23200
23201 \family sans
23202 letter (KOMA-Script)
23203 \family default
23204  oder 
23205 \family sans
23206 report (KOMA-Script)
23207 \family default
23208 ) benutzen, können Sie anstatt des 
23209 \series bold
23210 caption
23211 \series default
23212 -Paketes den eingebauten Befehl 
23213 \series bold
23214
23215 \backslash
23216 setkomafont
23217 \series default
23218  von 
23219 \series bold
23220 KOMA-Script
23221 \series default
23222  benutzen.
23223  Der Befehl
23224 \end_layout
23225
23226 \begin_layout Standard
23227
23228 \series bold
23229
23230 \backslash
23231 setkomafont{captionlabel}{
23232 \backslash
23233 bfseries}
23234 \end_layout
23235
23236 \begin_layout Standard
23237 im LaTeX-Vorspann druckt den Namen fett.
23238 \end_layout
23239
23240 \begin_layout Standard
23241 Weitere Informationen über 
23242 \series bold
23243
23244 \backslash
23245 setkomafont
23246 \series default
23247  finden Sie in der 
23248 \series bold
23249 KOMA-Script
23250 \series default
23251 -Do\SpecialChar \-
23252 ku\SpecialChar \-
23253 men\SpecialChar \-
23254 ta\SpecialChar \-
23255 tion 
23256 \begin_inset CommandInset citation
23257 LatexCommand cite
23258 key "KOMA-Script"
23259
23260 \end_inset
23261
23262 .
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271
23272 \backslash
23273 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23274 }
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \begin_inset Note Note
23281 status open
23282
23283 \begin_layout Plain Layout
23284 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Standard
23293 \begin_inset Float figure
23294 placement !p
23295 wide false
23296 sideways false
23297 status open
23298
23299 \begin_layout Plain Layout
23300 \align center
23301 \begin_inset Graphics
23302         filename ../clipart/mobius.eps
23303         lyxscale 50
23304         scale 50
23305         scaleBeforeRotation
23306
23307 \end_inset
23308
23309
23310 \end_layout
23311
23312 \begin_layout Plain Layout
23313 \begin_inset Caption
23314
23315 \begin_layout Plain Layout
23316 \begin_inset CommandInset label
23317 LatexCommand label
23318 name "abb:Langer-Abb-Titel"
23319
23320 \end_inset
23321
23322 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23323  ist, um das andere Beschriftungsformat zu zeigen.
23324  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23325 \begin_inset Argument
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23330  ist.
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \begin_layout Standard
23349 \begin_inset ERT
23350 status collapsed
23351
23352 \begin_layout Plain Layout
23353
23354
23355 \backslash
23356 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23357 on}
23358 \end_layout
23359
23360 \end_inset
23361
23362
23363 \end_layout
23364
23365 \begin_layout Standard
23366 \begin_inset Float table
23367 placement !p
23368 wide false
23369 sideways false
23370 status open
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Caption
23374
23375 \begin_layout Plain Layout
23376 \begin_inset CommandInset label
23377 LatexCommand label
23378 name "tab:Langer-Tab-Titel"
23379
23380 \end_inset
23381
23382 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23383  ist, um das andere Beschriftungsformat zu zeigen.
23384  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23385  benutzt.
23386 \begin_inset Argument
23387 status collapsed
23388
23389 \begin_layout Plain Layout
23390 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23391  ist.
23392 \end_layout
23393
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \begin_layout Plain Layout
23405 \align center
23406 \begin_inset Tabular
23407 <lyxtabular version="3" rows="1" columns="5">
23408 <features tabularvalignment="middle">
23409 <column alignment="center" valignment="top" width="0">
23410 <column alignment="center" valignment="top" width="0">
23411 <column alignment="center" valignment="top" width="0">
23412 <column alignment="center" valignment="top" width="0">
23413 <column alignment="center" valignment="top" width="0">
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 a
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 b
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 c
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 d
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 e
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 </lyxtabular>
23462
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \begin_layout Section
23474 Beschriftungs-Platzierung
23475 \begin_inset CommandInset label
23476 LatexCommand label
23477 name "abs:Titel-Platzierung"
23478
23479 \end_inset
23480
23481
23482 \begin_inset Index idx
23483 status collapsed
23484
23485 \begin_layout Plain Layout
23486 Gleitobjekte ! Beschriftung ! Platzierung
23487 \end_layout
23488
23489 \end_inset
23490
23491
23492 \end_layout
23493
23494 \begin_layout Standard
23495 Normalerweise werden die Beschriftungen wie folgt platziert:
23496 \end_layout
23497
23498 \begin_layout Description
23499 Abbildung: darunter
23500 \end_layout
23501
23502 \begin_layout Description
23503 Tabelle: darüber
23504 \end_layout
23505
23506 \begin_layout Standard
23507 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23508  Das heißt wenn Sie eine der Dokument-Klassen 
23509 \family sans
23510 article
23511 \family default
23512
23513 \family sans
23514 book
23515 \family default
23516
23517 \family sans
23518 letter
23519 \family default
23520  oder 
23521 \family sans
23522 report
23523 \family default
23524  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23525  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23526 \series bold
23527 caption
23528 \series default
23529  im LaTeX-Vorspann folgendes schreiben:
23530 \begin_inset Foot
23531 status collapsed
23532
23533 \begin_layout Plain Layout
23534 In Abschnitt
23535 \begin_inset space ~
23536 \end_inset
23537
23538
23539 \begin_inset CommandInset ref
23540 LatexCommand ref
23541 reference "abs:Titel-Formatierung"
23542
23543 \end_inset
23544
23545  steht mehr über das Paket 
23546 \series bold
23547 caption
23548 \series default
23549 .
23550 \end_layout
23551
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \begin_layout Standard
23558
23559 \series bold
23560 tableposition=top
23561 \end_layout
23562
23563 \begin_layout Standard
23564 Wenn Sie eine 
23565 \series bold
23566 KOMA-Script
23567 \series default
23568
23569 \begin_inset Index idx
23570 status collapsed
23571
23572 \begin_layout Plain Layout
23573 LaTeX-Pakete ! KOMA-Script
23574 \end_layout
23575
23576 \end_inset
23577
23578 -Dokumentklasse (
23579 \family sans
23580 article (KOMA-Script)
23581 \family default
23582
23583 \family sans
23584 book (KOMA-Script)
23585 \family default
23586
23587 \family sans
23588 letter (KOMA-Script)
23589 \family default
23590  oder 
23591 \family sans
23592 report (KOMA-Script)
23593 \family default
23594 ) benutzen, können Sie alternativ zum 
23595 \series bold
23596 caption
23597 \series default
23598 -Paket die Option 
23599 \series bold
23600 captions=tableheading
23601 \series default
23602  benutzen.
23603 \end_layout
23604
23605 \begin_layout Standard
23606 \begin_inset VSpace bigskip
23607 \end_inset
23608
23609 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23610  Das bewirkt das LaTeX-Paket 
23611 \series bold
23612 sidecap
23613 \series default
23614
23615 \begin_inset Index idx
23616 status collapsed
23617
23618 \begin_layout Plain Layout
23619 LaTeX-Pakete ! sidecap
23620 \end_layout
23621
23622 \end_inset
23623
23624 , das so in den LaTeX-Vorspann geladen wird:
23625 \end_layout
23626
23627 \begin_layout Standard
23628
23629 \series bold
23630
23631 \backslash
23632 usepackage[Option]{sidecap}
23633 \end_layout
23634
23635 \begin_layout Standard
23636 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23637  Mit 
23638 \series bold
23639 innercaption
23640 \series default
23641  wird die Beschriftung innen gedruckt.
23642  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23643  
23644 \series bold
23645 rightcaption
23646 \series default
23647  oder 
23648 \series bold
23649 leftcaption
23650 \series default
23651 .
23652 \end_layout
23653
23654 \begin_layout Standard
23655 \begin_inset ERT
23656 status collapsed
23657
23658 \begin_layout Plain Layout
23659
23660
23661 \backslash
23662 ifsidecap
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \begin_inset Note Note
23669 status open
23670
23671 \begin_layout Plain Layout
23672 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23673 \series bold
23674 sidecap
23675 \series default
23676  installiert ist.
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \begin_layout Standard
23685 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23686  in den LaTeX-Vorspann schreiben:
23687 \end_layout
23688
23689 \begin_layout Standard
23690 \noindent
23691 \begin_inset CommandInset line
23692 LatexCommand rule
23693 offset "0.5ex"
23694 width "100line%"
23695 height "1pt"
23696
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \begin_layout Standard
23703
23704 \series bold
23705
23706 \backslash
23707 newcommand{
23708 \backslash
23709 TabBesBeg}{%
23710 \begin_inset Newline newline
23711 \end_inset
23712
23713
23714 \begin_inset Phantom HPhantom
23715 status open
23716
23717 \begin_layout Plain Layout
23718
23719 \series bold
23720 \begin_inset space ~
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \backslash
23730 let
23731 \backslash
23732 MyTable
23733 \backslash
23734 table
23735 \begin_inset Newline newline
23736 \end_inset
23737
23738
23739 \begin_inset Phantom HPhantom
23740 status open
23741
23742 \begin_layout Plain Layout
23743
23744 \series bold
23745 \begin_inset space ~
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \backslash
23755 let
23756 \backslash
23757 MyEndtable
23758 \backslash
23759 endtable
23760 \begin_inset Newline newline
23761 \end_inset
23762
23763
23764 \begin_inset Phantom HPhantom
23765 status open
23766
23767 \begin_layout Plain Layout
23768
23769 \series bold
23770 \begin_inset space ~
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \end_inset
23777
23778
23779 \backslash
23780 renewenvironment{table}{
23781 \backslash
23782 begin{SCtable}}{
23783 \backslash
23784 end{SCtable}}}
23785 \end_layout
23786
23787 \begin_layout Standard
23788
23789 \series bold
23790
23791 \backslash
23792 newcommand{
23793 \backslash
23794 TabBesEnd}{%
23795 \begin_inset Newline newline
23796 \end_inset
23797
23798
23799 \begin_inset Phantom HPhantom
23800 status open
23801
23802 \begin_layout Plain Layout
23803
23804 \series bold
23805 \begin_inset space ~
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \backslash
23815 let
23816 \backslash
23817 table
23818 \backslash
23819 MyTable
23820 \begin_inset Newline newline
23821 \end_inset
23822
23823
23824 \begin_inset Phantom HPhantom
23825 status open
23826
23827 \begin_layout Plain Layout
23828
23829 \series bold
23830 \begin_inset space ~
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837
23838
23839 \backslash
23840 let
23841 \backslash
23842 endtable
23843 \backslash
23844 MyEndtable
23845 \end_layout
23846
23847 \begin_layout Standard
23848
23849 \series bold
23850
23851 \backslash
23852 newcommand{
23853 \backslash
23854 FigBesBeg}{%
23855 \begin_inset Newline newline
23856 \end_inset
23857
23858
23859 \begin_inset Phantom HPhantom
23860 status open
23861
23862 \begin_layout Plain Layout
23863
23864 \series bold
23865 \begin_inset space ~
23866 \end_inset
23867
23868
23869 \end_layout
23870
23871 \end_inset
23872
23873
23874 \backslash
23875 let
23876 \backslash
23877 MyFigure
23878 \backslash
23879 figure
23880 \begin_inset Newline newline
23881 \end_inset
23882
23883
23884 \begin_inset Phantom HPhantom
23885 status open
23886
23887 \begin_layout Plain Layout
23888
23889 \series bold
23890 \begin_inset space ~
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \backslash
23900 let
23901 \backslash
23902 MyEndfigure
23903 \backslash
23904 endfigure
23905 \begin_inset Newline newline
23906 \end_inset
23907
23908
23909 \begin_inset Phantom HPhantom
23910 status open
23911
23912 \begin_layout Plain Layout
23913
23914 \series bold
23915 \begin_inset space ~
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922
23923
23924 \backslash
23925 renewenvironment{figure}{
23926 \backslash
23927 begin{SCfigure}}{
23928 \backslash
23929 end{SCfigure}}}
23930 \end_layout
23931
23932 \begin_layout Standard
23933
23934 \series bold
23935
23936 \backslash
23937 newcommand{
23938 \backslash
23939 FigBesEnd}{%
23940 \begin_inset Newline newline
23941 \end_inset
23942
23943
23944 \begin_inset Phantom HPhantom
23945 status open
23946
23947 \begin_layout Plain Layout
23948
23949 \series bold
23950 \begin_inset space ~
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \backslash
23960 let
23961 \backslash
23962 figure
23963 \backslash
23964 MyFigure
23965 \begin_inset Newline newline
23966 \end_inset
23967
23968
23969 \begin_inset Phantom HPhantom
23970 status open
23971
23972 \begin_layout Plain Layout
23973
23974 \series bold
23975 \begin_inset space ~
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \backslash
23985 let
23986 \backslash
23987 endfigure
23988 \backslash
23989 MyEndfigure}
23990 \end_layout
23991
23992 \begin_layout Standard
23993 \noindent
23994 \begin_inset CommandInset line
23995 LatexCommand rule
23996 offset "0.5ex"
23997 width "100line%"
23998 height "1pt"
23999
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \begin_layout Standard
24006 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
24007 ungen seitlich gedruckt werden.
24008  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
24009 \end_layout
24010
24011 \begin_layout Standard
24012
24013 \series bold
24014
24015 \backslash
24016 FigBesBeg
24017 \end_layout
24018
24019 \begin_layout Standard
24020 als TeX-Code vor und
24021 \end_layout
24022
24023 \begin_layout Standard
24024
24025 \series bold
24026
24027 \backslash
24028 FigBesEnd
24029 \end_layout
24030
24031 \begin_layout Standard
24032 hinter das Gleitobjekt.
24033  Bei Gleitobjekt-Tabellen heißen die Befehle
24034 \end_layout
24035
24036 \begin_layout Standard
24037
24038 \series bold
24039
24040 \backslash
24041 TabBesBeg
24042 \series default
24043  und 
24044 \series bold
24045
24046 \backslash
24047 TabBesEnd
24048 \series default
24049 .
24050 \end_layout
24051
24052 \begin_layout Standard
24053 Abbildung
24054 \begin_inset space ~
24055 \end_inset
24056
24057
24058 \begin_inset CommandInset ref
24059 LatexCommand ref
24060 reference "abb:Beschriftung-neben"
24061
24062 \end_inset
24063
24064  und Tabelle
24065 \begin_inset space ~
24066 \end_inset
24067
24068
24069 \begin_inset CommandInset ref
24070 LatexCommand ref
24071 reference "tab:cap-beside-tab"
24072
24073 \end_inset
24074
24075  sind Beispiele für seitliche Beschriftungen.
24076 \end_layout
24077
24078 \begin_layout Standard
24079 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
24080  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
24081  der Abbildung.
24082  Das kann man mit dem Befehl
24083 \end_layout
24084
24085 \begin_layout Standard
24086
24087 \series bold
24088
24089 \backslash
24090 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24091 \end_layout
24092
24093 \begin_layout Standard
24094 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24095  Der Gleitobjekt-Typ ist entweder 
24096 \family sans
24097 figure
24098 \family default
24099  oder 
24100 \family sans
24101 table
24102 \family default
24103 , die
24104 \family sans
24105  
24106 \family default
24107 Platzierung ist 
24108 \family typewriter
24109 t
24110 \family default
24111  für oben, 
24112 \family typewriter
24113 c
24114 \family default
24115  für zentriert oder 
24116 \family typewriter
24117 b
24118 \family default
24119  für unten.
24120  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24121  lautet der Befehl
24122 \end_layout
24123
24124 \begin_layout Standard
24125
24126 \series bold
24127
24128 \backslash
24129 sidecaptionvpos{figure}{c}
24130 \end_layout
24131
24132 \begin_layout Standard
24133 Das wurde in Abbildung
24134 \begin_inset space ~
24135 \end_inset
24136
24137
24138 \begin_inset CommandInset ref
24139 LatexCommand ref
24140 reference "abb:cap-beside-fig-2"
24141
24142 \end_inset
24143
24144  benutzt.
24145 \end_layout
24146
24147 \begin_layout Standard
24148 \begin_inset VSpace medskip
24149 \end_inset
24150
24151 Weitere Informationen über das Paket
24152 \series bold
24153  sidecap
24154 \series default
24155  finden Sie in seiner Dokumentation 
24156 \begin_inset CommandInset citation
24157 LatexCommand cite
24158 key "sidecap"
24159
24160 \end_inset
24161
24162 .
24163 \end_layout
24164
24165 \begin_layout Standard
24166 \begin_inset Note Greyedout
24167 status open
24168
24169 \begin_layout Plain Layout
24170
24171 \series bold
24172 Bemerkung:
24173 \series default
24174  Das LaTeX-Paket 
24175 \series bold
24176 hypcap
24177 \series default
24178 ,
24179 \begin_inset Index idx
24180 status collapsed
24181
24182 \begin_layout Plain Layout
24183 LaTeX-Pakete ! hypcap
24184 \end_layout
24185
24186 \end_inset
24187
24188  das in Abschnitt
24189 \begin_inset space ~
24190 \end_inset
24191
24192
24193 \begin_inset CommandInset ref
24194 LatexCommand ref
24195 reference "uab:Querverweis-Position"
24196
24197 \end_inset
24198
24199  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24200  Beschriftungen.
24201 \end_layout
24202
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \begin_layout Standard
24209 \begin_inset ERT
24210 status collapsed
24211
24212 \begin_layout Plain Layout
24213
24214
24215 \backslash
24216 FigBesBeg 
24217 \end_layout
24218
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \begin_layout Standard
24225 \begin_inset Float figure
24226 wide false
24227 sideways false
24228 status open
24229
24230 \begin_layout Plain Layout
24231 \begin_inset Graphics
24232         filename ../clipart/escher-lsd.eps
24233         scale 75
24234         scaleBeforeRotation
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \begin_layout Plain Layout
24242 \begin_inset Caption
24243
24244 \begin_layout Plain Layout
24245 \begin_inset CommandInset label
24246 LatexCommand label
24247 name "abb:Beschriftung-neben"
24248
24249 \end_inset
24250
24251 Dies ist eine Beschriftung neben einer Abbildung.
24252 \end_layout
24253
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \begin_layout Standard
24265 \begin_inset ERT
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269
24270
24271 \backslash
24272 TabBesBeg 
24273 \end_layout
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Standard
24281 \begin_inset Float table
24282 wide false
24283 sideways false
24284 status open
24285
24286 \begin_layout Plain Layout
24287 \begin_inset Caption
24288
24289 \begin_layout Plain Layout
24290 \begin_inset CommandInset label
24291 LatexCommand label
24292 name "tab:cap-beside-tab"
24293
24294 \end_inset
24295
24296 Dies ist eine Beschriftung neben einer Tabelle.
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Tabular
24306 <lyxtabular version="3" rows="4" columns="5">
24307 <features tabularvalignment="middle">
24308 <column alignment="center" valignment="top" width="0">
24309 <column alignment="center" valignment="top" width="0">
24310 <column alignment="center" valignment="top" width="0">
24311 <column alignment="center" valignment="top" width="0">
24312 <column alignment="center" valignment="top" width="0">
24313 <row>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318 a
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 b
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 c
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 </row>
24360 <row>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374 d
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392 e
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 f
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 g
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 h
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24465 \begin_inset Text
24466
24467 \begin_layout Plain Layout
24468 i
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24474 \begin_inset Text
24475
24476 \begin_layout Plain Layout
24477
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 j
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 </row>
24501 </lyxtabular>
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514 \begin_inset ERT
24515 status collapsed
24516
24517 \begin_layout Plain Layout
24518
24519
24520 \backslash
24521 TabBesEnd
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset ERT
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535
24536 \backslash
24537 sidecaptionvpos{figure}{c}
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \begin_inset Float figure
24544 wide false
24545 sideways false
24546 status open
24547
24548 \begin_layout Plain Layout
24549 \begin_inset Graphics
24550         filename ../clipart/escher-lsd.eps
24551         scale 75
24552         scaleBeforeRotation
24553
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \begin_layout Plain Layout
24560 \begin_inset Caption
24561
24562 \begin_layout Plain Layout
24563 \begin_inset CommandInset label
24564 LatexCommand label
24565 name "abb:cap-beside-fig-2"
24566
24567 \end_inset
24568
24569 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24570 \end_layout
24571
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \begin_layout Standard
24583 \begin_inset ERT
24584 status collapsed
24585
24586 \begin_layout Plain Layout
24587
24588
24589 \backslash
24590 FigBesEnd
24591 \end_layout
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout Standard
24599 \begin_inset ERT
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603
24604
24605 \backslash
24606 else
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \begin_inset Note Note
24613 status open
24614
24615 \begin_layout Plain Layout
24616 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24617 \series bold
24618 sidecap
24619 \series default
24620  nicht installiert ist:
24621 \end_layout
24622
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Standard
24629 Das LaTeX-Paket 
24630 \series bold
24631 sidecap
24632 \series default
24633  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24634 \end_layout
24635
24636 \begin_layout Standard
24637 \begin_inset ERT
24638 status collapsed
24639
24640 \begin_layout Plain Layout
24641
24642
24643 \backslash
24644 fi
24645 \end_layout
24646
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \begin_layout Section
24653 Gleitobjekt-Verzeichnisse
24654 \begin_inset Index idx
24655 status collapsed
24656
24657 \begin_layout Plain Layout
24658 Gleitobjekte ! Verzeichnisse
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24668  Sie können mit den Untermenüs von 
24669 \family sans
24670 Einfügen\SpecialChar \menuseparator
24671 Liste
24672 \begin_inset space ~
24673 \end_inset
24674
24675 /
24676 \begin_inset space ~
24677 \end_inset
24678
24679 Inhaltsverzeichnis
24680 \family default
24681  eingefügt werden.
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24686  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24687 \end_layout
24688
24689 \begin_layout Standard
24690 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24691  und ein Tabellen-Verzeichnis.
24692 \end_layout
24693
24694 \begin_layout Chapter
24695 Notizen
24696 \end_layout
24697
24698 \begin_layout Section
24699 LyX-Notizen
24700 \begin_inset Index idx
24701 status collapsed
24702
24703 \begin_layout Plain Layout
24704 Notizen ! LyX-Notizen
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \begin_layout Standard
24713 Notizen werden mit einem Klick auf 
24714 \begin_inset Graphics
24715         filename ../../images/note-insert.png
24716         scale 85
24717         scaleBeforeRotation
24718
24719 \end_inset
24720
24721  oder 
24722 \family sans
24723 Einfügen\SpecialChar \menuseparator
24724 Notiz
24725 \family default
24726  eingefügt.
24727  Es gibt drei Arten:
24728 \end_layout
24729
24730 \begin_layout Description
24731 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24732  Eine 
24733 \family sans
24734 LyX-Notiz
24735 \family default
24736  sieht so aus:
24737 \begin_inset Newline newline
24738 \end_inset
24739
24740
24741 \begin_inset Newline newline
24742 \end_inset
24743
24744
24745 \begin_inset Graphics
24746         filename clipart/LyXNotizQt4.png
24747         display false
24748         scale 60
24749         scaleBeforeRotation
24750
24751 \end_inset
24752
24753  
24754 \begin_inset Note Note
24755 status open
24756
24757 \begin_layout Plain Layout
24758 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24759 \end_layout
24760
24761 \end_inset
24762
24763
24764 \end_layout
24765
24766 \begin_layout Description
24767 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24768  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24769 \family sans
24770 Datei\SpecialChar \menuseparator
24771 Ex\SpecialChar \-
24772 por\SpecialChar \-
24773 tie\SpecialChar \-
24774 ren\SpecialChar \menuseparator
24775 LaTe
24776 \begin_inset ERT
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780
24781 {}
24782 \end_layout
24783
24784 \end_inset
24785
24786 X (pdflatex) / (normal)
24787 \family default
24788 .
24789  Ein Kommentar sieht so aus:
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \begin_inset Newline newline
24795 \end_inset
24796
24797
24798 \begin_inset Graphics
24799         filename clipart/KommentarQt4.png
24800         display false
24801         scale 60
24802         scaleBeforeRotation
24803
24804 \end_inset
24805
24806  
24807 \begin_inset Note Comment
24808 status open
24809
24810 \begin_layout Plain Layout
24811 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24812 \end_layout
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Description
24820 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24821 \begin_inset Newline newline
24822 \end_inset
24823
24824
24825 \begin_inset Newline newline
24826 \end_inset
24827
24828
24829 \begin_inset Graphics
24830         filename clipart/GrauschriftNotizQt4.png
24831         display false
24832         scale 60
24833         scaleBeforeRotation
24834
24835 \end_inset
24836
24837
24838 \begin_inset Newline newline
24839 \end_inset
24840
24841
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 renewenvironment{lyxgreyedout}
24850 \end_layout
24851
24852 \begin_layout Plain Layout
24853
24854 {
24855 \backslash
24856 textcolor[gray]{0.4}
24857 \backslash
24858 bgroup}{
24859 \backslash
24860 egroup}
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \begin_inset Note Greyedout
24867 status open
24868
24869 \begin_layout Plain Layout
24870 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24871 \begin_inset Foot
24872 status open
24873
24874 \begin_layout Plain Layout
24875 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24876 \end_layout
24877
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \end_inset
24884
24885
24886 \begin_inset ERT
24887 status collapsed
24888
24889 \begin_layout Plain Layout
24890
24891
24892 \backslash
24893 renewenvironment{lyxgreyedout}
24894 \end_layout
24895
24896 \begin_layout Plain Layout
24897
24898 {
24899 \backslash
24900 textcolor{blue}
24901 \backslash
24902 bgroup}{
24903 \backslash
24904 egroup}
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \begin_inset Note Note
24911 status collapsed
24912
24913 \begin_layout Plain Layout
24914 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24915  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24916  
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \begin_inset Newline newline
24923 \end_inset
24924
24925
24926 \begin_inset Newline newline
24927 \end_inset
24928
24929 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24930  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24931 \end_layout
24932
24933 \begin_layout Standard
24934 \begin_inset VSpace bigskip
24935 \end_inset
24936
24937 Wenn Sie auf den Werkzeugleistenknopf 
24938 \begin_inset Graphics
24939         filename ../../images/note-insert.png
24940         scale 85
24941         scaleBeforeRotation
24942
24943 \end_inset
24944
24945  klicken, wird zunächst eine 
24946 \family sans
24947 LyX-Notiz
24948 \family default
24949  eingefügt.
24950  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24951  anderen Möglichkeiten auswählen.
24952  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24953  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24954  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24955  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24956  am Ende der Notiz ist.
24957 \end_layout
24958
24959 \begin_layout Standard
24960 \begin_inset VSpace bigskip
24961 \end_inset
24962
24963 Die Textfarbe von Grauschrift-Boxen kann im Menü 
24964 \family sans
24965 Dokument\SpecialChar \menuseparator
24966 Einstellungen\SpecialChar \menuseparator
24967 Farben
24968 \family default
24969  geändert werden.
24970 \end_layout
24971
24972 \begin_layout Section
24973 Fußnoten
24974 \begin_inset CommandInset label
24975 LatexCommand label
24976 name "abs:Fußnoten"
24977
24978 \end_inset
24979
24980
24981 \begin_inset Index idx
24982 status collapsed
24983
24984 \begin_layout Plain Layout
24985 Notizen ! Fußnoten
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \begin_inset Index idx
24992 status collapsed
24993
24994 \begin_layout Plain Layout
24995 Fußnoten
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Standard
25004 Zu dem, was bereits im 
25005 \emph on
25006 Benutzerhandbuch
25007 \emph default
25008  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
25009  Eine Fußnotenbox sieht folgendermaßen aus: 
25010 \begin_inset Graphics
25011         filename clipart/FussnoteQt4.png
25012         scale 80
25013         scaleBeforeRotation
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Standard
25021 Hier ist eine Beispielfußnote:
25022 \color black
25023
25024 \begin_inset Foot
25025 status open
25026
25027 \begin_layout Plain Layout
25028 \begin_inset CommandInset label
25029 LatexCommand label
25030 name "fuss:Fußnoten-Beispiel"
25031
25032 \end_inset
25033
25034 Dies ist eine Fußnote.
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \color inherit
25041
25042 \begin_inset ERT
25043 status collapsed
25044
25045 \begin_layout Plain Layout
25046
25047
25048 \backslash
25049 newcounter{MyRepeatFoot}
25050 \end_layout
25051
25052 \begin_layout Plain Layout
25053
25054
25055 \backslash
25056 setcounter{MyRepeatFoot}{
25057 \backslash
25058 thefootnote}
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25068  wurde, eine hochgestellte Zahl.
25069  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25070  hochgestellt dem Text vorangeht.
25071  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25072  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25073  werden.
25074 \end_layout
25075
25076 \begin_layout Standard
25077 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25078  der Fußnote eine Marke eingefügt wurde.
25079  Dies ist ein Querverweis auf Fußnote
25080 \begin_inset space ~
25081 \end_inset
25082
25083
25084 \begin_inset CommandInset ref
25085 LatexCommand ref
25086 reference "fuss:Fußnoten-Beispiel"
25087
25088 \end_inset
25089
25090 .
25091 \end_layout
25092
25093 \begin_layout Standard
25094 \begin_inset VSpace defskip
25095 \end_inset
25096
25097 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25098  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25099  wird der Befehl 
25100 \series bold
25101
25102 \backslash
25103 footnotemark{}
25104 \series default
25105  als TeX-Code eingefügt.
25106  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25107 \series bold
25108
25109 \backslash
25110 footnotetext
25111 \series default
25112  nach der Tabelle eingegeben.
25113 \begin_inset Newline newline
25114 \end_inset
25115
25116 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25117 \end_layout
25118
25119 \begin_layout Standard
25120
25121 \series bold
25122
25123 \backslash
25124 footnotetext{
25125 \series default
25126 Gedruckte Tabellenfußnote.
25127 \series bold
25128 }
25129 \end_layout
25130
25131 \begin_layout Standard
25132 \begin_inset Tabular
25133 <lyxtabular version="3" rows="2" columns="1">
25134 <features tabularvalignment="middle">
25135 <column alignment="center" valignment="top" width="0">
25136 <row>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141 Dies ist ein Beispieltext.
25142 \begin_inset Foot
25143 status open
25144
25145 \begin_layout Plain Layout
25146 Diese Fußnote wird nicht gedruckt!
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 </row>
25157 <row>
25158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 Dies ist ein Beispieltext.
25163 \begin_inset ERT
25164 status collapsed
25165
25166 \begin_layout Plain Layout
25167
25168
25169 \backslash
25170 footnotemark{}
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 </row>
25181 </lyxtabular>
25182
25183 \end_inset
25184
25185
25186 \begin_inset ERT
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190
25191
25192 \backslash
25193 footnotetext{
25194 \end_layout
25195
25196 \end_inset
25197
25198 Gedruckte Tabellenfußnote.
25199 \begin_inset ERT
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203
25204 }
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Standard
25213 Fußnoten in langen Tabellen sind in Abschnitt
25214 \begin_inset space ~
25215 \end_inset
25216
25217
25218 \begin_inset CommandInset ref
25219 LatexCommand ref
25220 reference "uab:Fußnoten-in-langen"
25221
25222 \end_inset
25223
25224  beschrieben.
25225 \end_layout
25226
25227 \begin_layout Standard
25228 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25229  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25230  innerhalb einer Seite ist.
25231  (Mehr über Minipages ist in Abschnitt
25232 \begin_inset space ~
25233 \end_inset
25234
25235
25236 \begin_inset CommandInset ref
25237 LatexCommand ref
25238 reference "abs:Minipage"
25239
25240 \end_inset
25241
25242  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25243  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25244  Methode mit 
25245 \series bold
25246
25247 \backslash
25248 footnotemark{}
25249 \series default
25250  und 
25251 \series bold
25252
25253 \backslash
25254 footnotetext
25255 \series default
25256 .
25257 \end_layout
25258
25259 \begin_layout Standard
25260 \begin_inset Box Frameless
25261 position "t"
25262 hor_pos "c"
25263 has_inner_box 1
25264 inner_pos "t"
25265 use_parbox 0
25266 use_makebox 0
25267 width "100col%"
25268 special "none"
25269 height "1in"
25270 height_special "totalheight"
25271 status open
25272
25273 \begin_layout Plain Layout
25274 Dies ist ein Beispieltext.in einer Minipage.
25275 \begin_inset Foot
25276 status open
25277
25278 \begin_layout Plain Layout
25279 Fußnote in einer Minipage.
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Plain Layout
25288 Dies ist ein Beispieltext.
25289  in einer Minipage.
25290 \begin_inset ERT
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294
25295
25296 \backslash
25297 footnotemark{}
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \begin_layout Standard
25311 \begin_inset ERT
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315
25316
25317 \backslash
25318 footnotetext{
25319 \end_layout
25320
25321 \end_inset
25322
25323 Fußnote außerhalb der Minipage.
25324 \begin_inset ERT
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328
25329 }
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Standard
25338 \begin_inset VSpace defskip
25339 \end_inset
25340
25341
25342 \end_layout
25343
25344 \begin_layout Standard
25345 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25346  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25347 \series bold
25348
25349 \backslash
25350 footnotemark[Nummer]
25351 \series default
25352 .
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25357  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25358  Hinter Fußnote
25359 \begin_inset space ~
25360 \end_inset
25361
25362
25363 \begin_inset CommandInset ref
25364 LatexCommand ref
25365 reference "fuss:Fußnoten-Beispiel"
25366
25367 \end_inset
25368
25369  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25370 \end_layout
25371
25372 \begin_layout Standard
25373
25374 \series bold
25375
25376 \backslash
25377 newcounter{MyRepeatFoot}
25378 \begin_inset Newline newline
25379 \end_inset
25380
25381
25382 \backslash
25383 setcounter{MyRepeatFoot}{
25384 \backslash
25385 thefootnote}
25386 \end_layout
25387
25388 \begin_layout Standard
25389 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25390 \end_layout
25391
25392 \begin_layout Standard
25393
25394 \series bold
25395
25396 \backslash
25397 footnotemark[
25398 \backslash
25399 theMyRepeatFoot]
25400 \end_layout
25401
25402 \begin_layout Standard
25403 Hier ist eine wiederholte Fußnote:
25404 \begin_inset ERT
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408
25409
25410 \backslash
25411 footnotemark[
25412 \backslash
25413 theMyRepeatFoot]
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \begin_layout Standard
25422 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25423  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25424 \end_layout
25425
25426 \begin_layout Standard
25427
25428 \series bold
25429
25430 \backslash
25431 footnotemark[
25432 \backslash
25433 thefootnote]
25434 \end_layout
25435
25436 \begin_layout Standard
25437 Hier ist eine weitere wiederholte Fußnote:
25438 \begin_inset ERT
25439 status collapsed
25440
25441 \begin_layout Plain Layout
25442
25443
25444 \backslash
25445 footnotemark[
25446 \backslash
25447 thefootnote]
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \end_layout
25454
25455 \begin_layout Subsection
25456 Fußnoten-Nummerierung
25457 \begin_inset CommandInset label
25458 LatexCommand label
25459 name "uab:Fußnoten-Nummerierung"
25460
25461 \end_inset
25462
25463
25464 \begin_inset Index idx
25465 status collapsed
25466
25467 \begin_layout Plain Layout
25468 Fußnoten ! Nummerierung
25469 \end_layout
25470
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \begin_layout Standard
25477 Um Fußnoten nach jedem Abschnitt
25478 \family roman
25479  auf 1 zurückzusetzen, 
25480 \family default
25481 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25482 \end_layout
25483
25484 \begin_layout Standard
25485
25486 \series bold
25487
25488 \backslash
25489 @addtoreset{footnote}{section}
25490 \end_layout
25491
25492 \begin_layout Standard
25493 \begin_inset VSpace bigskip
25494 \end_inset
25495
25496 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25497  Zahlen:
25498 \end_layout
25499
25500 \begin_layout Standard
25501
25502 \series bold
25503
25504 \backslash
25505 renewcommand{
25506 \backslash
25507 thefootnote}{
25508 \backslash
25509 roman{footnote}}
25510 \end_layout
25511
25512 \begin_layout Standard
25513 \begin_inset ERT
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517
25518
25519 \backslash
25520 renewcommand{
25521 \backslash
25522 thefootnote}{
25523 \backslash
25524 roman{footnote}}
25525 \end_layout
25526
25527 \end_inset
25528
25529  Hier ist ein Beispiel für solch eine Fußnote:
25530 \begin_inset Foot
25531 status open
25532
25533 \begin_layout Plain Layout
25534 Dies ist eine Fußnote mit kleinen römischen Zahlen
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Standard
25543 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25544  in obigem Befehl 
25545 \series bold
25546
25547 \backslash
25548 roman
25549 \series default
25550  durch 
25551 \series bold
25552
25553 \backslash
25554 Roman
25555 \series default
25556 .
25557  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25558 \begin_inset Quotes gld
25559 \end_inset
25560
25561 nummerieren
25562 \begin_inset Quotes grd
25563 \end_inset
25564
25565 , verwenden Sie die Befehle 
25566 \series bold
25567
25568 \backslash
25569 Alph
25570 \series default
25571  oder 
25572 \series bold
25573
25574 \backslash
25575 alph
25576 \series default
25577 .
25578  Für die 
25579 \begin_inset Quotes gld
25580 \end_inset
25581
25582 Nummerierung
25583 \begin_inset Quotes grd
25584 \end_inset
25585
25586  mit Symbolen steht der Befehl 
25587 \series bold
25588
25589 \backslash
25590 fnsymbol
25591 \series default
25592  zur Verfügung.
25593 \end_layout
25594
25595 \begin_layout Standard
25596 \begin_inset Note Greyedout
25597 status open
25598
25599 \begin_layout Plain Layout
25600
25601 \series bold
25602 Bemerkung 1:
25603 \series default
25604  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25605  
25606 \emph on
25607 ein
25608 \emph default
25609  Buchstabe verwendet wird.
25610 \end_layout
25611
25612 \end_inset
25613
25614
25615 \begin_inset Newline newline
25616 \end_inset
25617
25618
25619 \begin_inset Note Greyedout
25620 status open
25621
25622 \begin_layout Plain Layout
25623
25624 \series bold
25625 Bemerkung 2:
25626 \series default
25627  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25628 \end_layout
25629
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25637 \series bold
25638
25639 \backslash
25640 arabic
25641 \series default
25642  anstelle von 
25643 \series bold
25644
25645 \backslash
25646 roman
25647 \series default
25648  in obigem Befehl.
25649 \begin_inset ERT
25650 status collapsed
25651
25652 \begin_layout Plain Layout
25653
25654
25655 \backslash
25656 renewcommand{
25657 \backslash
25658 thefootnote}{
25659 \backslash
25660 arabic{footnote}}
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \begin_inset VSpace bigskip
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \begin_layout Standard
25676 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25677 \begin_inset Quotes gld
25678 \end_inset
25679
25680 Kapitel.Fußnote
25681 \begin_inset Quotes grd
25682 \end_inset
25683
25684  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \series bold
25690
25691 \backslash
25692 numberwithin{footnote}{chapter}
25693 \end_layout
25694
25695 \begin_layout Standard
25696 Um 
25697 \series bold
25698
25699 \backslash
25700 numberwithin
25701 \series default
25702  benutzen zu können, muss in den 
25703 \family sans
25704 Mathe
25705 \begin_inset space ~
25706 \end_inset
25707
25708 Optionen
25709 \family default
25710  der 
25711 \family sans
25712 Dokument-Einstellungen
25713 \family default
25714  
25715 \family sans
25716 AMS
25717 \begin_inset space ~
25718 \end_inset
25719
25720 Mathe
25721 \begin_inset space ~
25722 \end_inset
25723
25724 Paket
25725 \family default
25726
25727 \begin_inset space ~
25728 \end_inset
25729
25730
25731 \family sans
25732 verwenden
25733 \family default
25734  angekreuzt sein.
25735 \begin_inset ERT
25736 status collapsed
25737
25738 \begin_layout Plain Layout
25739
25740
25741 \backslash
25742 numberwithin{footnote}{chapter}
25743 \end_layout
25744
25745 \end_inset
25746
25747  Hier ist ein Beispiel für solch eine Fußnote.
25748 \series bold
25749
25750 \begin_inset Foot
25751 status open
25752
25753 \begin_layout Plain Layout
25754 Dies ist eine Fußnote nach dem Schema 
25755 \begin_inset Quotes gld
25756 \end_inset
25757
25758 Kapitel.Fußnote
25759 \begin_inset Quotes grd
25760 \end_inset
25761
25762 .
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \series default
25769
25770 \begin_inset ERT
25771 status collapsed
25772
25773 \begin_layout Plain Layout
25774
25775
25776 \backslash
25777 renewcommand{
25778 \backslash
25779 thefootnote}{
25780 \backslash
25781 arabic{footnote}}
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Standard
25790 \begin_inset Note Greyedout
25791 status open
25792
25793 \begin_layout Plain Layout
25794
25795 \series bold
25796 Bemerkung:
25797 \series default
25798  
25799 \series bold
25800
25801 \backslash
25802 numberwithin
25803 \series default
25804  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25805  werden überschrieben.
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 Um also z.
25815 \begin_inset space \thinspace{}
25816 \end_inset
25817
25818 B.
25819  das Schema 
25820 \begin_inset Quotes gld
25821 \end_inset
25822
25823 Kapitel.
25824 \backslash
25825 Roman{footnote}
25826 \begin_inset Quotes grd
25827 \end_inset
25828
25829  zu erhalten, muss dieser Befehl anstelle von 
25830 \series bold
25831
25832 \backslash
25833 numberwithin
25834 \series default
25835  verwendet werden:
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 renewcommand{
25844 \backslash
25845 thefootnote}{
25846 \backslash
25847 thechapter.
25848 \backslash
25849 Roman{footnote}}
25850 \end_layout
25851
25852 \begin_layout Subsection
25853 Fußnoten-Platzierung
25854 \begin_inset Index idx
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858 Fußnoten ! Platzierung
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Standard
25867 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25868  ohne Zwischenraum am Ende der Seite gedruckt.
25869  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25870  LaTeX-Vorspann 1.5
25871 \begin_inset space \thinspace{}
25872 \end_inset
25873
25874 mm Zwischenraum einfügen:
25875 \end_layout
25876
25877 \begin_layout Standard
25878
25879 \series bold
25880
25881 \backslash
25882 let
25883 \backslash
25884 myFoot
25885 \backslash
25886 footnote
25887 \begin_inset Newline newline
25888 \end_inset
25889
25890
25891 \backslash
25892 renewcommand{
25893 \backslash
25894 footnote}[1]{
25895 \backslash
25896 myFoot{#1
25897 \backslash
25898 vspace{1.5mm}}}
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset VSpace bigskip
25903 \end_inset
25904
25905 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25906  Spalte gedruckt, Abbildung
25907 \begin_inset space ~
25908 \end_inset
25909
25910
25911 \begin_inset CommandInset ref
25912 LatexCommand ref
25913 reference "abb:Standard-Fußnoten-Platzierung-in"
25914
25915 \end_inset
25916
25917 .
25918  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25919  in Abbildung
25920 \begin_inset space ~
25921 \end_inset
25922
25923
25924 \begin_inset CommandInset ref
25925 LatexCommand ref
25926 reference "abb:Fußnoten-Platzierung-in-einem"
25927
25928 \end_inset
25929
25930 , müssen Sie das LaTeX-Paket 
25931 \series bold
25932 ftnright
25933 \series default
25934
25935 \begin_inset Index idx
25936 status collapsed
25937
25938 \begin_layout Plain Layout
25939 LaTeX-Pakete ! ftnright
25940 \end_layout
25941
25942 \end_inset
25943
25944  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25945 \end_layout
25946
25947 \begin_layout Standard
25948
25949 \series bold
25950
25951 \backslash
25952 usepackage{ftnright}
25953 \end_layout
25954
25955 \begin_layout Standard
25956 \begin_inset Float figure
25957 placement !h
25958 wide false
25959 sideways false
25960 status open
25961
25962 \begin_layout Plain Layout
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 framebox{
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \begin_inset Graphics
25977         filename ../clipart/without_fntright.pdf
25978         width 100col%
25979         scaleBeforeRotation
25980
25981 \end_inset
25982
25983
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989 }
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Plain Layout
25998 \begin_inset Caption
25999
26000 \begin_layout Plain Layout
26001 \begin_inset CommandInset label
26002 LatexCommand label
26003 name "abb:Standard-Fußnoten-Platzierung-in"
26004
26005 \end_inset
26006
26007 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26008 \begin_inset Argument
26009 status open
26010
26011 \begin_layout Plain Layout
26012 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031 \begin_inset Float figure
26032 placement !h
26033 wide false
26034 sideways false
26035 status open
26036
26037 \begin_layout Plain Layout
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 framebox{
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \begin_inset Graphics
26052         filename ../clipart/with_fntright.pdf
26053         width 100col%
26054         scaleBeforeRotation
26055
26056 \end_inset
26057
26058
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064 }
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Plain Layout
26073 \begin_inset Caption
26074
26075 \begin_layout Plain Layout
26076 \begin_inset CommandInset label
26077 LatexCommand label
26078 name "abb:Fußnoten-Platzierung-in-einem"
26079
26080 \end_inset
26081
26082 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26083  
26084 \series bold
26085 ftnright
26086 \series default
26087 .
26088 \begin_inset Argument
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092 Fußnoten-Platzierung mit 
26093 \family typewriter
26094 ftnright
26095 \end_layout
26096
26097 \end_inset
26098
26099
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \begin_layout Standard
26113 \begin_inset VSpace bigskip
26114 \end_inset
26115
26116 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26117  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26118 \begin_inset space ~
26119 \end_inset
26120
26121
26122 \begin_inset CommandInset ref
26123 LatexCommand ref
26124 reference "abb:endnotes"
26125
26126 \end_inset
26127
26128  gedruckt.
26129  Man nennt sie dann 
26130 \begin_inset Quotes gld
26131 \end_inset
26132
26133 Endnoten
26134 \begin_inset Quotes grd
26135 \end_inset
26136
26137 .
26138 \begin_inset Index idx
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 Endnoten
26143 \end_layout
26144
26145 \end_inset
26146
26147  Um das zu erreichen, laden Sie im Menü 
26148 \family sans
26149 Dokument\SpecialChar \menuseparator
26150 Einstellungen\SpecialChar \menuseparator
26151 Module 
26152 \family default
26153 das Modul 
26154 \family sans
26155 Fußnote
26156 \begin_inset space ~
26157 \end_inset
26158
26159 als
26160 \begin_inset space ~
26161 \end_inset
26162
26163 Endnote
26164 \family default
26165 .
26166  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26167 \end_layout
26168
26169 \begin_layout Standard
26170
26171 \series bold
26172
26173 \backslash
26174 theendnotes
26175 \end_layout
26176
26177 \begin_layout Standard
26178 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26179 \end_layout
26180
26181 \begin_layout Standard
26182 \begin_inset Float figure
26183 wide false
26184 sideways false
26185 status open
26186
26187 \begin_layout Plain Layout
26188 \align center
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 framebox{
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \begin_inset Graphics
26203         filename ../clipart/endnotes.pdf
26204         scaleBeforeRotation
26205
26206 \end_inset
26207
26208
26209 \begin_inset ERT
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213
26214 }
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Caption
26224
26225 \begin_layout Plain Layout
26226 \begin_inset CommandInset label
26227 LatexCommand label
26228 name "abb:endnotes"
26229
26230 \end_inset
26231
26232
26233 \series bold
26234 endnotes
26235 \series default
26236  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26237  gedruckt.
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \begin_layout Standard
26251 \begin_inset VSpace medskip
26252 \end_inset
26253
26254 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26255 ache übersetzt.
26256  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26257 \begin_inset Quotes gld
26258 \end_inset
26259
26260 Notes
26261 \begin_inset Quotes grd
26262 \end_inset
26263
26264  in 
26265 \begin_inset Quotes gld
26266 \end_inset
26267
26268 Anmerkungen
26269 \begin_inset Quotes grd
26270 \end_inset
26271
26272 :
26273 \end_layout
26274
26275 \begin_layout Standard
26276
26277 \series bold
26278
26279 \backslash
26280 renewcommand{
26281 \backslash
26282 notesname}{Anmerkungen}
26283 \end_layout
26284
26285 \begin_layout Standard
26286 \begin_inset VSpace medskip
26287 \end_inset
26288
26289 Wenn Sie in den Befehlen von Abschnitt
26290 \begin_inset space ~
26291 \end_inset
26292
26293
26294 \begin_inset CommandInset ref
26295 LatexCommand ref
26296 reference "uab:Fußnoten-Nummerierung"
26297
26298 \end_inset
26299
26300  
26301 \series bold
26302
26303 \backslash
26304 thefootnote
26305 \series default
26306  durch 
26307 \series bold
26308
26309 \backslash
26310 theendnote
26311 \series default
26312  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26313  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26314 \series bold
26315
26316 \backslash
26317 @addtoreset
26318 \series default
26319  wie in Abschnitt
26320 \begin_inset space \space{}
26321 \end_inset
26322
26323
26324 \begin_inset CommandInset ref
26325 LatexCommand ref
26326 reference "uab:Fußnoten-Nummerierung"
26327
26328 \end_inset
26329
26330  beschrieben und ersetzen 
26331 \series bold
26332 footnote
26333 \series default
26334  durch 
26335 \series bold
26336 endnote
26337 \series default
26338 .
26339 \end_layout
26340
26341 \begin_layout Standard
26342 Für Endnoten gibt es den Befehl 
26343 \series bold
26344
26345 \backslash
26346 endnotemark[Nummer]
26347 \series default
26348  analog zum Befehl 
26349 \series bold
26350
26351 \backslash
26352 footnotemark
26353 \series default
26354  der in Abschnitt
26355 \begin_inset space ~
26356 \end_inset
26357
26358
26359 \begin_inset CommandInset ref
26360 LatexCommand ref
26361 reference "abs:Fußnoten"
26362
26363 \end_inset
26364
26365  beschrieben ist.
26366 \end_layout
26367
26368 \begin_layout Standard
26369 \begin_inset VSpace bigskip
26370 \end_inset
26371
26372 Mit dem LaTeX-Paket 
26373 \series bold
26374 footmisc
26375 \series default
26376
26377 \begin_inset Index idx
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381 LaTeX-Pakete ! footmisc
26382 \end_layout
26383
26384 \end_inset
26385
26386  (
26387 \begin_inset CommandInset citation
26388 LatexCommand cite
26389 key "footmisc"
26390
26391 \end_inset
26392
26393 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26394 \end_layout
26395
26396 \begin_layout Standard
26397 In LaTeX-Büchern, 
26398 \begin_inset CommandInset citation
26399 LatexCommand cite
26400 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26401
26402 \end_inset
26403
26404 , finden Sie weiteres zu Fußnoten.
26405  Wenn Sie eine 
26406 \series bold
26407 KOMA-Script
26408 \series default
26409
26410 \begin_inset Index idx
26411 status collapsed
26412
26413 \begin_layout Plain Layout
26414 LaTeX-Pakete ! KOMA-Script
26415 \end_layout
26416
26417 \end_inset
26418
26419  Dokumentklasse verwenden, können Sie alle Fußnoteneinstellungen über klassenspe
26420 zifische Befehle anpassen, siehe 
26421 \begin_inset CommandInset citation
26422 LatexCommand cite
26423 key "KOMA-Script"
26424
26425 \end_inset
26426
26427 .
26428 \end_layout
26429
26430 \begin_layout Section
26431 Randnotizen
26432 \begin_inset Index idx
26433 status collapsed
26434
26435 \begin_layout Plain Layout
26436 Randnotizen
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \begin_inset Index idx
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446 Notizen ! Randnotizen
26447 \end_layout
26448
26449 \end_inset
26450
26451
26452 \end_layout
26453
26454 \begin_layout Standard
26455 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26456  Sie fügen sie mit einem Klick auf den Schalter 
26457 \begin_inset Graphics
26458         filename ../../images/marginalnote-insert.png
26459         scale 70
26460         scaleBeforeRotation
26461
26462 \end_inset
26463
26464  oder über 
26465 \family sans
26466 Einfügen\SpecialChar \menuseparator
26467 Randnotiz
26468 \family default
26469  ein.
26470  Ein graues Kästchen mit der Aufschrift 
26471 \begin_inset Quotes gld
26472 \end_inset
26473
26474 Rand
26475 \begin_inset Quotes grd
26476 \end_inset
26477
26478  erscheint
26479 \family roman
26480 \series medium
26481 , und dort, wo der Cursor steht, können Sie Text eingeben.
26482 \end_layout
26483
26484 \begin_layout Standard
26485 Hier am Rand sehen Sie eine Randnotiz.
26486  
26487 \begin_inset Marginal
26488 status open
26489
26490 \begin_layout Plain Layout
26491 Dies ist eine Randnotiz.
26492 \end_layout
26493
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \begin_layout Standard
26500 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26501  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26502  Seiten und rechts auf den ungeraden.
26503  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26504  wird und umgekehrt.
26505  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26506  wurde.
26507 \end_layout
26508
26509 \begin_layout Standard
26510 \begin_inset VSpace bigskip
26511 \end_inset
26512
26513 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26514 \end_layout
26515
26516 \begin_layout Standard
26517
26518 \series bold
26519
26520 \backslash
26521 reversemarginpar
26522 \end_layout
26523
26524 \begin_layout Standard
26525 als TeX-Code vor einer Randnotiz ein.
26526  Das gilt dann für alle folgenden Randnotizen.
26527  
26528 \begin_inset ERT
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532
26533
26534 \backslash
26535 reversemarginpar 
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \begin_inset Marginal
26542 status open
26543
26544 \begin_layout Plain Layout
26545 Hier ist ein Beispiel im inneren Rand.
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \begin_inset Newline newline
26552 \end_inset
26553
26554
26555 \begin_inset Note Greyedout
26556 status open
26557
26558 \begin_layout Plain Layout
26559  
26560 \series bold
26561 Achtung:
26562 \series default
26563  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26573 \end_layout
26574
26575 \begin_layout Standard
26576
26577 \series bold
26578
26579 \backslash
26580 normalmarginpar
26581 \end_layout
26582
26583 \begin_layout Standard
26584 als TeX-Code ein.
26585 \begin_inset ERT
26586 status collapsed
26587
26588 \begin_layout Plain Layout
26589
26590
26591 \backslash
26592 normalmarginpar 
26593 \end_layout
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Standard
26601 \begin_inset Note Greyedout
26602 status open
26603
26604 \begin_layout Plain Layout
26605
26606 \series bold
26607 Achtung:
26608 \series default
26609  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26610 \series bold
26611
26612 \backslash
26613 reversemarginpar
26614 \series default
26615  verwendet wird.
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace bigskip
26625 \end_inset
26626
26627
26628 \begin_inset Marginal
26629 status open
26630
26631 \begin_layout Plain Layout
26632
26633 \family roman
26634 \series medium
26635 EinSehrLangesWort am Anfang, das umgebrochen wird.
26636 \end_layout
26637
26638 \end_inset
26639
26640  Ähnlich wie in Abschnitt
26641 \begin_inset space ~
26642 \end_inset
26643
26644
26645 \begin_inset CommandInset ref
26646 LatexCommand ref
26647 reference "uab:Mehrfache-Zeilen-in"
26648
26649 \end_inset
26650
26651  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26652  Wort der Randnotiz sind.
26653  Um das zu vermeiden, fügen sie 0
26654 \begin_inset space \thinspace{}
26655 \end_inset
26656
26657 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26658 \begin_inset Marginal
26659 status open
26660
26661 \begin_layout Plain Layout
26662 \begin_inset space \hspace{}
26663 \length 0pt
26664 \end_inset
26665
26666
26667 \family roman
26668 \series medium
26669 EinSehrLangesWort am Anfang, das umgebrochen wird.
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \begin_layout Standard
26678 \begin_inset VSpace bigskip
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \begin_inset Note Greyedout
26686 status open
26687
26688 \begin_layout Plain Layout
26689
26690 \series bold
26691 Bemerkung:
26692 \series default
26693  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26694  verwendet werden.
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Standard
26703 \begin_inset VSpace bigskip
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Standard
26710 \begin_inset ERT
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714
26715
26716 \backslash
26717 ifmarginnote
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \begin_inset Note Note
26724 status open
26725
26726 \begin_layout Plain Layout
26727 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26728 \series bold
26729 marginnote
26730 \series default
26731  installiert ist.
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \begin_layout Standard
26740 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26741 \series bold
26742 marginnote
26743 \series default
26744
26745 \begin_inset Index idx
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 LaTeX-Pakete ! marginnote
26750 \end_layout
26751
26752 \end_inset
26753
26754  verwendet wird.
26755  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26756  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26757  des Pakets 
26758 \series bold
26759 marginnote
26760 \series default
26761  für Randnotizen verwendet wird:
26762 \end_layout
26763
26764 \begin_layout Standard
26765
26766 \series bold
26767
26768 \backslash
26769 usepackage{marginnote}
26770 \begin_inset Newline newline
26771 \end_inset
26772
26773
26774 \backslash
26775 let
26776 \backslash
26777 marginpar
26778 \backslash
26779 marginnote
26780 \end_layout
26781
26782 \begin_layout Standard
26783 Dies wird auch in diesem Dokument verwendet, denn 
26784 \series bold
26785 marginnote
26786 \series default
26787  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26788  für Randnotizen angeben.
26789  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26790 n zu dicht beieinander sind.
26791  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26792  Schema
26793 \end_layout
26794
26795 \begin_layout Standard
26796
26797 \series bold
26798 [Versatz]
26799 \end_layout
26800
26801 \begin_layout Standard
26802 angegeben.
26803  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26804 \begin_inset space ~
26805 \end_inset
26806
26807
26808 \begin_inset CommandInset ref
26809 LatexCommand ref
26810 reference "tab:Maßeinheiten"
26811
26812 \end_inset
26813
26814  aufgelistet sind.
26815  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26816  nach unten.
26817  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26818 \begin_inset space \thinspace{}
26819 \end_inset
26820
26821 cm mit dem TeX-Code-Befehl  
26822 \begin_inset Quotes gld
26823 \end_inset
26824
26825
26826 \series bold
26827 [-1.5cm]
26828 \series default
26829
26830 \begin_inset Quotes grd
26831 \end_inset
26832
26833  nach oben versetzt.
26834 \begin_inset Marginal
26835 status open
26836
26837 \begin_layout Plain Layout
26838 Diese Randnotiz ist 1.5
26839 \begin_inset space \thinspace{}
26840 \end_inset
26841
26842 cm von ihrer Originalposition nach oben versetzt.
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853 [-1.5cm]
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \begin_layout Standard
26862 \begin_inset VSpace medskip
26863 \end_inset
26864
26865 Mit 
26866 \series bold
26867 marginnote
26868 \series default
26869  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26870  Zum Beispiel setzen die Befehle
26871 \end_layout
26872
26873 \begin_layout Standard
26874
26875 \series bold
26876
26877 \backslash
26878 renewcommand*{
26879 \backslash
26880 raggedleftmarginnote}{
26881 \backslash
26882 centering}
26883 \begin_inset Newline newline
26884 \end_inset
26885
26886
26887 \backslash
26888 renewcommand*{
26889 \backslash
26890 raggedrightmarginnote}{
26891 \backslash
26892 centering}
26893 \end_layout
26894
26895 \begin_layout Standard
26896 die Ausrichtung auf zentriert.
26897  
26898 \series bold
26899
26900 \backslash
26901 raggedleftmarginnote
26902 \series default
26903  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26904  
26905 \begin_inset ERT
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909
26910
26911 \backslash
26912 renewcommand*{
26913 \backslash
26914 raggedleftmarginnote}{
26915 \backslash
26916 centering}
26917 \end_layout
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 renewcommand*{
26924 \backslash
26925 raggedrightmarginnote}{
26926 \backslash
26927 centering}
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \begin_inset Marginal
26934 status open
26935
26936 \begin_layout Plain Layout
26937 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26938 \end_layout
26939
26940 \end_inset
26941
26942  Die Voreinstellung ist
26943 \end_layout
26944
26945 \begin_layout Standard
26946
26947 \series bold
26948
26949 \backslash
26950 renewcommand*{
26951 \backslash
26952 raggedleftmarginnote}{
26953 \backslash
26954 raggedleft}
26955 \begin_inset Newline newline
26956 \end_inset
26957
26958
26959 \backslash
26960 renewcommand*{
26961 \backslash
26962 raggedrightmarginnote}{
26963 \backslash
26964 raggedright}
26965 \series default
26966
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 renewcommand*{
26975 \backslash
26976 raggedleftmarginnote}{
26977 \backslash
26978 raggedleft}
26979 \end_layout
26980
26981 \begin_layout Plain Layout
26982
26983
26984 \backslash
26985 renewcommand*{
26986 \backslash
26987 raggedrightmarginnote}{
26988 \backslash
26989 raggedright}
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \begin_inset VSpace medskip
26999 \end_inset
27000
27001 Für weitere Fähigkeiten des Pakets 
27002 \series bold
27003 marginnote
27004 \series default
27005  sei auf dessen Dokumentation verwiesen 
27006 \begin_inset CommandInset citation
27007 LatexCommand cite
27008 key "marginnote"
27009
27010 \end_inset
27011
27012 .
27013 \end_layout
27014
27015 \begin_layout Standard
27016 \begin_inset VSpace bigskip
27017 \end_inset
27018
27019 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
27020  geändert werden.
27021  Um z.
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 B.
27026  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
27027  und fettgedruckten Text 
27028 \begin_inset Quotes eld
27029 \end_inset
27030
27031
27032 \family sans
27033 \series bold
27034 \bar under
27035 Achtung!
27036 \family default
27037 \series default
27038 \bar default
27039
27040 \begin_inset Quotes erd
27041 \end_inset
27042
27043  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
27044 \end_layout
27045
27046 \begin_layout Standard
27047
27048 \series bold
27049
27050 \backslash
27051 let
27052 \backslash
27053 myMarginpar
27054 \backslash
27055 marginpar
27056 \begin_inset Newline newline
27057 \end_inset
27058
27059
27060 \backslash
27061 renewcommand{
27062 \backslash
27063 marginpar}[1]{
27064 \backslash
27065 myMarginpar{%
27066 \begin_inset Newline newline
27067 \end_inset
27068
27069
27070 \begin_inset Phantom HPhantom
27071 status open
27072
27073 \begin_layout Plain Layout
27074
27075 \series bold
27076 \begin_inset space ~
27077 \end_inset
27078
27079
27080 \end_layout
27081
27082 \end_inset
27083
27084
27085 \backslash
27086 hspace{0pt}
27087 \backslash
27088 textsf{
27089 \backslash
27090 textbf{
27091 \backslash
27092 underbar{Achtung!}}}%
27093 \begin_inset Newline newline
27094 \end_inset
27095
27096
27097 \begin_inset Phantom HPhantom
27098 status open
27099
27100 \begin_layout Plain Layout
27101
27102 \series bold
27103 \begin_inset space ~
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \end_inset
27110
27111
27112 \backslash
27113 vspace{1.5mm}
27114 \backslash
27115
27116 \backslash
27117 #1}}
27118 \end_layout
27119
27120 \begin_layout Standard
27121 \begin_inset ERT
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125
27126
27127 \backslash
27128 let
27129 \backslash
27130 myMarginpar
27131 \backslash
27132 marginpar
27133 \end_layout
27134
27135 \begin_layout Plain Layout
27136
27137
27138 \backslash
27139 renewcommand{
27140 \backslash
27141 marginpar}[1]{
27142 \backslash
27143 myMarginpar{%
27144 \end_layout
27145
27146 \begin_layout Plain Layout
27147
27148    
27149 \backslash
27150 textsf{
27151 \backslash
27152 textbf{
27153 \backslash
27154 underbar{Achtung!}}}%
27155 \end_layout
27156
27157 \begin_layout Plain Layout
27158
27159    
27160 \backslash
27161 vspace{1.5mm}
27162 \backslash
27163
27164 \backslash
27165 #1}}
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \begin_inset Marginal
27172 status open
27173
27174 \begin_layout Plain Layout
27175 Dies ist eine Randnotiz mit einer definierten Überschrift.
27176 \end_layout
27177
27178 \end_inset
27179
27180
27181 \begin_inset ERT
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185
27186 [-1.5cm]
27187 \end_layout
27188
27189 \end_inset
27190
27191
27192 \begin_inset ERT
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196
27197
27198 \backslash
27199 renewcommand{
27200 \backslash
27201 marginpar}[1]{
27202 \backslash
27203 myMarginpar{#1}}
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \begin_inset Note Note
27210 status open
27211
27212 \begin_layout Plain Layout
27213 Das Format wurde nur für dieses Beispiel geändert.
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \begin_layout Standard
27222 \begin_inset ERT
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226
27227
27228 \backslash
27229 else
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \begin_inset Note Note
27236 status open
27237
27238 \begin_layout Plain Layout
27239 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27240 \series bold
27241 marginnote
27242 \series default
27243  nicht installiert ist:
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \end_layout
27250
27251 \begin_layout Standard
27252 Das LaTeX-Paket 
27253 \series bold
27254 marginnote
27255 \series default
27256  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27257 \end_layout
27258
27259 \begin_layout Standard
27260 \begin_inset ERT
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264
27265
27266 \backslash
27267 fi
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \begin_layout Chapter
27276 Boxen
27277 \end_layout
27278
27279 \begin_layout Section
27280 Einleitung
27281 \begin_inset Index idx
27282 status collapsed
27283
27284 \begin_layout Plain Layout
27285 Boxen ! Einleitung
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 Boxen werden benutzt, um einen Textblock zu formatieren.
27295  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27296  siehe Abschnitt
27297 \begin_inset space ~
27298 \end_inset
27299
27300
27301 \begin_inset CommandInset ref
27302 LatexCommand ref
27303 reference "abs:Minipage"
27304
27305 \end_inset
27306
27307 , um Text zu umrahmen, siehe Abschnitt
27308 \begin_inset space ~
27309 \end_inset
27310
27311
27312 \begin_inset CommandInset ref
27313 LatexCommand ref
27314 reference "uab:Verzierung"
27315
27316 \end_inset
27317
27318 , um Silbentrennung zu verhindern, siehe Abschnitt
27319 \begin_inset space ~
27320 \end_inset
27321
27322
27323 \begin_inset CommandInset ref
27324 LatexCommand ref
27325 reference "abs:Silbentrennung-unterbinden"
27326
27327 \end_inset
27328
27329 , um Text senkrecht auszurichten, siehe Abschnitt
27330 \begin_inset space ~
27331 \end_inset
27332
27333
27334 \begin_inset CommandInset ref
27335 LatexCommand ref
27336 reference "uab:Vertikale-Ausrichtung"
27337
27338 \end_inset
27339
27340  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27341 \begin_inset space ~
27342 \end_inset
27343
27344
27345 \begin_inset CommandInset ref
27346 LatexCommand ref
27347 reference "abs:Farbige-Boxen"
27348
27349 \end_inset
27350
27351 .
27352 \end_layout
27353
27354 \begin_layout Standard
27355 Boxen werden mit 
27356 \family sans
27357 Einfügen\SpecialChar \menuseparator
27358 Box
27359 \family default
27360  oder dem Schalter 
27361 \begin_inset Graphics
27362         filename ../../images/box-insert.png
27363         scale 70
27364         scaleBeforeRotation
27365
27366 \end_inset
27367
27368  eingefügt.
27369  Ein graues Kästchen mit der Aufschrift 
27370 \begin_inset Quotes gld
27371 \end_inset
27372
27373 Box (Minipage)
27374 \begin_inset Quotes grd
27375 \end_inset
27376
27377  erscheint: 
27378 \begin_inset Graphics
27379         filename clipart/StandardBoxQt4.png
27380         scale 85
27381         scaleBeforeRotation
27382
27383 \end_inset
27384
27385  Mit einem Rechts\SpecialChar \-
27386 klick auf das graue Kästchen und der Auswahl von 
27387 \family sans
27388 Einstellungen
27389 \family default
27390  kann der Typ spezifiziert werden.
27391  Das Dialogfenster bietet bei 
27392 \family sans
27393 Innere
27394 \begin_inset space ~
27395 \end_inset
27396
27397 Box
27398 \family default
27399  die Typen 
27400 \family sans
27401 Makebox
27402 \family default
27403
27404 \family sans
27405 Parbox
27406 \family default
27407  und 
27408 \family sans
27409 Minipage
27410 \family default
27411  an.
27412  
27413 \family sans
27414 Minipage
27415 \family default
27416  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27417 \begin_inset space ~
27418 \end_inset
27419
27420
27421 \begin_inset CommandInset ref
27422 LatexCommand ref
27423 reference "abs:Minipage"
27424
27425 \end_inset
27426
27427  beschrieben, 
27428 \family sans
27429 Parbox
27430 \family default
27431  in Abschnitt
27432 \begin_inset space ~
27433 \end_inset
27434
27435
27436 \begin_inset CommandInset ref
27437 LatexCommand ref
27438 reference "abs:Parbox"
27439
27440 \end_inset
27441
27442  und 
27443 \family sans
27444 Makebox
27445 \family default
27446  in 
27447 \begin_inset CommandInset ref
27448 LatexCommand ref
27449 reference "abs:Silbentrennung-unterbinden"
27450
27451 \end_inset
27452
27453 .
27454 \end_layout
27455
27456 \begin_layout Standard
27457 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27458  wie auf Gleitobjekte und Fußnoten.
27459 \end_layout
27460
27461 \begin_layout Standard
27462 \begin_inset Note Greyedout
27463 status open
27464
27465 \begin_layout Plain Layout
27466
27467 \series bold
27468 Bemerkung
27469 \begin_inset space ~
27470 \end_inset
27471
27472 1:
27473 \series default
27474  Boxen dürfen in 
27475 \family sans
27476 List-
27477 \family default
27478  oder 
27479 \family sans
27480 Beschreibung-
27481 \family default
27482 Umgebungen nicht verwendet werden.
27483 \end_layout
27484
27485 \end_inset
27486
27487
27488 \end_layout
27489
27490 \begin_layout Standard
27491 \begin_inset Note Greyedout
27492 status open
27493
27494 \begin_layout Plain Layout
27495
27496 \series bold
27497 Bemerkung
27498 \begin_inset space ~
27499 \end_inset
27500
27501 2:
27502 \series default
27503  Boxen ohne 
27504 \family sans
27505 Innere
27506 \begin_inset space ~
27507 \end_inset
27508
27509 Box
27510 \family default
27511  und ohne Rahmen werden in Abschnitt
27512 \begin_inset space ~
27513 \end_inset
27514
27515
27516 \begin_inset CommandInset ref
27517 LatexCommand ref
27518 reference "abs:Silbentrennung-unterbinden"
27519
27520 \end_inset
27521
27522  beschrieben.
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Section
27531 Das Box-Einstellungen-Fenster
27532 \begin_inset CommandInset label
27533 LatexCommand label
27534 name "abs:Box-Dialog"
27535
27536 \end_inset
27537
27538
27539 \begin_inset Index idx
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543 Boxen ! Box-Dialog-Fenster
27544 \end_layout
27545
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \begin_layout Subsection
27552 Box-Größe
27553 \begin_inset Index idx
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557 Boxen ! Größe
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \begin_layout Standard
27566 Im 
27567 \family sans
27568 Box-Einstellungen
27569 \family default
27570 -Fenster können Sie die Größe der Box mit 
27571 \family sans
27572 Breite
27573 \family default
27574  und 
27575 \family sans
27576 Höhe 
27577 \family default
27578 festlegen.
27579  Die verfügbaren Einheiten werden in Tabelle
27580 \begin_inset space ~
27581 \end_inset
27582
27583
27584 \begin_inset CommandInset ref
27585 LatexCommand ref
27586 reference "tab:Maßeinheiten"
27587
27588 \end_inset
27589
27590  aufgelistet.
27591  Das Feld
27592 \family sans
27593  Höhe
27594 \family default
27595  bietet die folgenden zusätzlichen Größen:
27596 \end_layout
27597
27598 \begin_layout Description
27599 Tiefe Dies ist die reine Text-
27600 \begin_inset Quotes gld
27601 \end_inset
27602
27603 Höhe
27604 \begin_inset Quotes grd
27605 \end_inset
27606
27607 .
27608  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27609 \begin_inset Newline newline
27610 \end_inset
27611
27612
27613 \begin_inset Newline newline
27614 \end_inset
27615
27616
27617 \begin_inset Newline newline
27618 \end_inset
27619
27620
27621 \begin_inset Box Boxed
27622 position "c"
27623 hor_pos "c"
27624 has_inner_box 1
27625 inner_pos "c"
27626 use_parbox 0
27627 use_makebox 0
27628 width "12col%"
27629 special "none"
27630 height "1in"
27631 height_special "depth"
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 \align center
27636 Box-Höhe = 1
27637 \begin_inset space \thinspace{}
27638 \end_inset
27639
27640 Tiefe
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset Newline newline
27647 \end_inset
27648
27649
27650 \begin_inset Newline newline
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \begin_layout Description
27657 Höhe Dies ist die Texthöhe innerhalb der Box.
27658  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27659  Texthöhe setzen: 
27660 \begin_inset Box Boxed
27661 position "c"
27662 hor_pos "c"
27663 has_inner_box 1
27664 inner_pos "c"
27665 use_parbox 0
27666 use_makebox 0
27667 width "20col%"
27668 special "none"
27669 height "2in"
27670 height_special "height"
27671 status collapsed
27672
27673 \begin_layout Plain Layout
27674 \align center
27675 Boxhöhe = 2
27676 \begin_inset space \thinspace{}
27677 \end_inset
27678
27679 Höhe
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Description
27688 Gesamthöhe Dies ist Höhe
27689 \begin_inset space \thinspace{}
27690 \end_inset
27691
27692 +
27693 \begin_inset space \thinspace{}
27694 \end_inset
27695
27696 Tiefe: 
27697 \begin_inset Box Boxed
27698 position "c"
27699 hor_pos "c"
27700 has_inner_box 1
27701 inner_pos "c"
27702 use_parbox 0
27703 use_makebox 0
27704 width "20col%"
27705 special "none"
27706 height "1in"
27707 height_special "totalheight"
27708 status collapsed
27709
27710 \begin_layout Plain Layout
27711 \align center
27712 Boxhöhe = 1
27713 \begin_inset space \thinspace{}
27714 \end_inset
27715
27716 Gesamthöhe
27717 \end_layout
27718
27719 \end_inset
27720
27721
27722 \end_layout
27723
27724 \begin_layout Description
27725 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27726 \begin_inset Box Boxed
27727 position "c"
27728 hor_pos "c"
27729 has_inner_box 1
27730 inner_pos "c"
27731 use_parbox 0
27732 use_makebox 0
27733 width "12col%"
27734 special "none"
27735 height "1in"
27736 height_special "width"
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740 \align center
27741 Boxhöhe = 1
27742 \begin_inset space \thinspace{}
27743 \end_inset
27744
27745 Breite
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Subsection
27754 Ausrichtung
27755 \begin_inset Index idx
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759 Boxen ! Ausrichtung
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \begin_layout Standard
27768 Wenn Sie eine 
27769 \family sans
27770 Innere
27771 \begin_inset space ~
27772 \end_inset
27773
27774 Box
27775 \family default
27776  gewählt haben, kann die Box mit folgenden Werten für 
27777 \family sans
27778 Box
27779 \family default
27780  senkrecht ausgerichtet werden:
27781 \end_layout
27782
27783 \begin_layout Description
27784 Oben Dies ist ein Beispieltext.
27785  
27786 \begin_inset Box Boxed
27787 position "t"
27788 hor_pos "c"
27789 has_inner_box 1
27790 inner_pos "c"
27791 use_parbox 0
27792 use_makebox 0
27793 width "20col%"
27794 special "none"
27795 height "1in"
27796 height_special "totalheight"
27797 status collapsed
27798
27799 \begin_layout Plain Layout
27800 \align center
27801 Die Ober\SpecialChar \-
27802 kante der Box ist in der Zeile.
27803 \end_layout
27804
27805 \end_inset
27806
27807  Dies ist ein Beispieltext.
27808 \end_layout
27809
27810 \begin_layout Description
27811 Mitte Dies ist ein Beispieltext.
27812  
27813 \begin_inset Box Boxed
27814 position "c"
27815 hor_pos "c"
27816 has_inner_box 1
27817 inner_pos "c"
27818 use_parbox 0
27819 use_makebox 0
27820 width "20col%"
27821 special "none"
27822 height "1in"
27823 height_special "totalheight"
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827 \align center
27828 Die Mitte der Box ist in der Zeile.
27829 \end_layout
27830
27831 \end_inset
27832
27833  Dies ist ein Beispieltext.
27834 \end_layout
27835
27836 \begin_layout Description
27837 Unten Dies ist ein Beispieltext.
27838  
27839 \begin_inset Box Boxed
27840 position "b"
27841 hor_pos "c"
27842 has_inner_box 1
27843 inner_pos "c"
27844 use_parbox 0
27845 use_makebox 0
27846 width "20col%"
27847 special "none"
27848 height "1in"
27849 height_special "totalheight"
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 \align center
27854 Die Unter\SpecialChar \-
27855 kante der Box ist in der Zeile.
27856 \end_layout
27857
27858 \end_inset
27859
27860  Dies ist ein Beispieltext.
27861 \end_layout
27862
27863 \begin_layout Standard
27864 \begin_inset Note Greyedout
27865 status open
27866
27867 \begin_layout Plain Layout
27868
27869 \series bold
27870 Bemerkung:
27871 \series default
27872  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27873  Boxen in einer Zeile sind und eine Box z.
27874 \begin_inset space \thinspace{}
27875 \end_inset
27876
27877 B.
27878  schattiert ist, die andere aber nicht.
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Standard
27887 Eine Box kann mit dem Dialog 
27888 \family sans
27889 Absatz-Einstellungen
27890 \family default
27891  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27892 \end_layout
27893
27894 \begin_layout Standard
27895 \begin_inset VSpace bigskip
27896 \end_inset
27897
27898 Wenn Sie eine 
27899 \family sans
27900 Innere
27901 \begin_inset space ~
27902 \end_inset
27903
27904 Box
27905 \family default
27906  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27907 \family sans
27908 Inhalt
27909 \family default
27910  senkrecht ausgerichtet werden:
27911 \end_layout
27912
27913 \begin_layout Description
27914 Oben Dies ist ein Beispieltext.
27915  
27916 \begin_inset Box Boxed
27917 position "c"
27918 hor_pos "c"
27919 has_inner_box 1
27920 inner_pos "t"
27921 use_parbox 0
27922 use_makebox 0
27923 width "20col%"
27924 special "none"
27925 height "1.5in"
27926 height_special "totalheight"
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930 \align center
27931 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27932 \end_layout
27933
27934 \end_inset
27935
27936  Dies ist ein Beispieltext.
27937 \end_layout
27938
27939 \begin_layout Description
27940 Mitte Dies ist ein Beispieltext.
27941  
27942 \begin_inset Box Boxed
27943 position "c"
27944 hor_pos "c"
27945 has_inner_box 1
27946 inner_pos "c"
27947 use_parbox 0
27948 use_makebox 0
27949 width "20col%"
27950 special "none"
27951 height "1.5in"
27952 height_special "totalheight"
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 \align center
27957 Der Boxinhalt ist zentriert ausgerichtet.
27958 \end_layout
27959
27960 \end_inset
27961
27962  Dies ist ein Beispieltext.
27963 \end_layout
27964
27965 \begin_layout Description
27966 Unten Dies ist ein Beispieltext.
27967  
27968 \begin_inset Box Boxed
27969 position "c"
27970 hor_pos "c"
27971 has_inner_box 1
27972 inner_pos "b"
27973 use_parbox 0
27974 use_makebox 0
27975 width "20col%"
27976 special "none"
27977 height "1.5in"
27978 height_special "totalheight"
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 \align center
27983 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27984 \end_layout
27985
27986 \end_inset
27987
27988  Dies ist ein Beispieltext.
27989 \end_layout
27990
27991 \begin_layout Description
27992 Dehnen Dies ist ein Beispieltext.
27993  
27994 \begin_inset Box Boxed
27995 position "c"
27996 hor_pos "c"
27997 has_inner_box 1
27998 inner_pos "s"
27999 use_parbox 0
28000 use_makebox 0
28001 width "20col%"
28002 special "none"
28003 height "1in"
28004 height_special "totalheight"
28005 status collapsed
28006
28007 \begin_layout Plain Layout
28008 \align center
28009 Der Boxinhalt
28010 \end_layout
28011
28012 \begin_layout Plain Layout
28013 \align center
28014 ist über die
28015 \end_layout
28016
28017 \begin_layout Plain Layout
28018 \align center
28019 Boxhöhe
28020 \end_layout
28021
28022 \begin_layout Plain Layout
28023 \align center
28024 gleichmäßig verteilt.
28025 \end_layout
28026
28027 \end_inset
28028
28029  Dies ist ein Beispieltext.
28030 \end_layout
28031
28032 \begin_layout Standard
28033 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
28034  besteht.
28035  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Ein Boxinhalt kann mit dem Dialog 
28040 \family sans
28041 Absatz-Einstellungen
28042 \family default
28043  waagerecht ausgerichtet werden, wenn Sie eine
28044 \family sans
28045  Innere
28046 \begin_inset space ~
28047 \end_inset
28048
28049 Box
28050 \family default
28051  gewählt haben.
28052 \end_layout
28053
28054 \begin_layout Standard
28055 \align center
28056 \begin_inset Box Boxed
28057 position "c"
28058 hor_pos "c"
28059 has_inner_box 1
28060 inner_pos "s"
28061 use_parbox 0
28062 use_makebox 0
28063 width "30col%"
28064 special "none"
28065 height "1.25in"
28066 height_special "totalheight"
28067 status collapsed
28068
28069 \begin_layout Plain Layout
28070 \align left
28071 Hier ist jede Zeile
28072 \end_layout
28073
28074 \begin_layout Plain Layout
28075 \align center
28076 anders
28077 \end_layout
28078
28079 \begin_layout Plain Layout
28080 \align right
28081 ausgerichtet.
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Standard
28090 Wenn Sie keine
28091 \family sans
28092  Innere
28093 \begin_inset space ~
28094 \end_inset
28095
28096 Box
28097 \family default
28098  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28099 \family sans
28100 Box-Einstellungen-
28101 \family default
28102 Dialog ausrichten
28103 \end_layout
28104
28105 \begin_layout Standard
28106 \align center
28107 \begin_inset Box Boxed
28108 position "c"
28109 hor_pos "s"
28110 has_inner_box 0
28111 inner_pos "s"
28112 use_parbox 0
28113 use_makebox 0
28114 width "90col%"
28115 special "none"
28116 height "1.25in"
28117 height_special "totalheight"
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Dieser Boxinhalt wurde horizontal gedehnt.
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Subsection
28130 Verzierung
28131 \begin_inset CommandInset label
28132 LatexCommand label
28133 name "uab:Verzierung"
28134
28135 \end_inset
28136
28137
28138 \begin_inset Index idx
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142 Boxen ! Verzierung
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151 Im 
28152 \family sans
28153 Box-Einstellungen-
28154 \family default
28155 Dialog können Sie mit der 
28156 \family sans
28157 Verzierung
28158 \family default
28159  den Typ der Box auswählen:
28160 \end_layout
28161
28162 \begin_layout Description
28163 Kein
28164 \begin_inset space ~
28165 \end_inset
28166
28167 Rahmen Nichts wird gezeichnet.
28168 \end_layout
28169
28170 \begin_layout Description
28171 Einfacher
28172 \begin_inset space ~
28173 \end_inset
28174
28175 rechteckiger
28176 \begin_inset space ~
28177 \end_inset
28178
28179 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28180  Die Rahmendicke wird durch 
28181 \series bold
28182
28183 \backslash
28184 fboxrule
28185 \series default
28186  festgelegt.
28187  
28188 \begin_inset Box Boxed
28189 position "c"
28190 hor_pos "c"
28191 has_inner_box 1
28192 inner_pos "c"
28193 use_parbox 0
28194 use_makebox 0
28195 width "21col%"
28196 special "none"
28197 height "1in"
28198 height_special "totalheight"
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202
28203 \series medium
28204 Rechteckige
28205 \begin_inset space ~
28206 \end_inset
28207
28208 Box
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Description
28217 erlaube
28218 \begin_inset space ~
28219 \end_inset
28220
28221 Seitenumbrüche 
28222 \end_layout
28223
28224 \begin_layout Description
28225 Ovaler
28226 \begin_inset space ~
28227 \end_inset
28228
28229 Rahmen,
28230 \begin_inset space ~
28231 \end_inset
28232
28233 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28234  Die Rahmendicke ist 0.4
28235 \begin_inset space \thinspace{}
28236 \end_inset
28237
28238 pt.
28239  
28240 \begin_inset Box ovalbox
28241 position "c"
28242 hor_pos "c"
28243 has_inner_box 1
28244 inner_pos "c"
28245 use_parbox 0
28246 use_makebox 0
28247 width "20col%"
28248 special "none"
28249 height "1in"
28250 height_special "totalheight"
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 Ovale
28255 \begin_inset space ~
28256 \end_inset
28257
28258 Box,
28259 \begin_inset space ~
28260 \end_inset
28261
28262 dünn
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Description
28271 Ovaler
28272 \begin_inset space ~
28273 \end_inset
28274
28275 Rahmen,
28276 \begin_inset space ~
28277 \end_inset
28278
28279 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28280  Die Rahmendicke ist 0.8
28281 \begin_inset space \thinspace{}
28282 \end_inset
28283
28284 pt.
28285  
28286 \begin_inset Box Ovalbox
28287 position "c"
28288 hor_pos "c"
28289 has_inner_box 1
28290 inner_pos "c"
28291 use_parbox 0
28292 use_makebox 0
28293 width "20col%"
28294 special "none"
28295 height "1in"
28296 height_special "totalheight"
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Ovale
28301 \begin_inset space ~
28302 \end_inset
28303
28304 Box,
28305 \begin_inset space ~
28306 \end_inset
28307
28308 dick
28309 \end_layout
28310
28311 \end_inset
28312
28313
28314 \end_layout
28315
28316 \begin_layout Description
28317 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28318  Die Rahmendicke wird durch 
28319 \series bold
28320
28321 \backslash
28322 fboxrule
28323 \series default
28324  festgelegt, der Schatten ist 4
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328 pt breit.
28329 \begin_inset Newline newline
28330 \end_inset
28331
28332
28333 \begin_inset Box Shadowbox
28334 position "c"
28335 hor_pos "c"
28336 has_inner_box 1
28337 inner_pos "c"
28338 use_parbox 0
28339 use_makebox 0
28340 width "20col%"
28341 special "none"
28342 height "1in"
28343 height_special "totalheight"
28344 status collapsed
28345
28346 \begin_layout Plain Layout
28347 Schattierte
28348 \begin_inset space ~
28349 \end_inset
28350
28351 Box
28352 \end_layout
28353
28354 \end_inset
28355
28356
28357 \end_layout
28358
28359 \begin_layout Description
28360 Schattierter
28361 \begin_inset space ~
28362 \end_inset
28363
28364 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28365  Im Gegensatz zu farbigen Boxen
28366 \begin_inset Foot
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370 siehe Abschnitt
28371 \begin_inset space ~
28372 \end_inset
28373
28374
28375 \begin_inset CommandInset ref
28376 LatexCommand ref
28377 reference "abs:Farbige-Boxen"
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \end_inset
28385
28386  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28387  die Box ist ein Absatz für sich.
28388  
28389 \begin_inset Box Shaded
28390 position "t"
28391 hor_pos "c"
28392 has_inner_box 0
28393 inner_pos "t"
28394 use_parbox 0
28395 use_makebox 0
28396 width "50col%"
28397 special "none"
28398 height "1in"
28399 height_special "totalheight"
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 Schattierter Hintergrund Box
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Description
28412 Doppelter
28413 \begin_inset space ~
28414 \end_inset
28415
28416 rechteckiger
28417 \begin_inset space ~
28418 \end_inset
28419
28420 Rahmen zeichnet einen doppelten Rahmen um die Box.
28421  Der innere Rahmen ist 0.75
28422 \begin_inset space \thinspace{}
28423 \end_inset
28424
28425
28426 \series bold
28427
28428 \backslash
28429 fboxrule
28430 \series default
28431  breit, der äußere 1.5
28432 \begin_inset space \thinspace{}
28433 \end_inset
28434
28435
28436 \series bold
28437
28438 \backslash
28439 fboxrule
28440 \series default
28441 , der Zwischenraum 1.5
28442 \begin_inset space \thinspace{}
28443 \end_inset
28444
28445
28446 \series bold
28447
28448 \backslash
28449 fboxrule
28450 \series default
28451
28452 \begin_inset space \thinspace{}
28453 \end_inset
28454
28455 +
28456 \begin_inset space \thinspace{}
28457 \end_inset
28458
28459 0.5
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 pt.
28464  
28465 \begin_inset Box Doublebox
28466 position "c"
28467 hor_pos "c"
28468 has_inner_box 1
28469 inner_pos "c"
28470 use_parbox 0
28471 use_makebox 0
28472 width "20col%"
28473 special "none"
28474 height "1in"
28475 height_special "totalheight"
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 Doppelt
28480 \begin_inset space ~
28481 \end_inset
28482
28483 gerahmte
28484 \begin_inset space ~
28485 \end_inset
28486
28487 Box
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 \begin_inset VSpace bigskip
28497 \end_inset
28498
28499 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28500  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28501 \series bold
28502 fancybox
28503 \series default
28504
28505 \begin_inset Index idx
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 LaTeX-Pakete ! fancybox
28510 \end_layout
28511
28512 \end_inset
28513
28514  installiert sein.
28515 \end_layout
28516
28517 \begin_layout Standard
28518 \begin_inset VSpace bigskip
28519 \end_inset
28520
28521 Wenn Sie die Verzierung 
28522 \family sans
28523 Einfacher rechteckiger Rahmen
28524 \family default
28525  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28526  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28527  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28528  für sich ist und 
28529 \series bold
28530
28531 \backslash
28532 fboxrule
28533 \series default
28534  und 
28535 \series bold
28536
28537 \backslash
28538 fboxsep
28539 \series default
28540  keinen Einfluss auf diesen Box Typ haben.
28541  Die Rahmendicke wird durch 
28542 \series bold
28543
28544 \backslash
28545 FrameRule
28546 \series default
28547  festgelegt.
28548  
28549 \begin_inset Box Framed
28550 position "t"
28551 hor_pos "c"
28552 has_inner_box 0
28553 inner_pos "t"
28554 use_parbox 0
28555 use_makebox 0
28556 width "100col%"
28557 special "none"
28558 height "1in"
28559 height_special "totalheight"
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 Box erlaubt Seitenumbruch
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Section
28572 Box-Anpassung
28573 \begin_inset Index idx
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 Boxen ! Anpassung
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Standard
28586 Der Standardwert für 
28587 \series bold
28588
28589 \backslash
28590 fboxrule
28591 \series default
28592  ist 0.4
28593 \begin_inset space \thinspace{}
28594 \end_inset
28595
28596 pt.
28597  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 pt gesetzt werden:
28602 \end_layout
28603
28604 \begin_layout Standard
28605
28606 \series bold
28607
28608 \backslash
28609 setlength{
28610 \backslash
28611 fboxrule}{2pt}
28612 \end_layout
28613
28614 \begin_layout Standard
28615 \begin_inset ERT
28616 status collapsed
28617
28618 \begin_layout Plain Layout
28619
28620
28621 \backslash
28622 setlength{
28623 \backslash
28624 fboxrule}{2pt}
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \begin_inset Box Boxed
28631 position "c"
28632 hor_pos "c"
28633 has_inner_box 1
28634 inner_pos "c"
28635 use_parbox 0
28636 use_makebox 0
28637 width "30col%"
28638 special "none"
28639 height "1in"
28640 height_special "totalheight"
28641 status open
28642
28643 \begin_layout Plain Layout
28644 \align center
28645 Rechteckige Box mit einer Rahmenbreite von 2
28646 \begin_inset space \thinspace{}
28647 \end_inset
28648
28649 pt
28650 \end_layout
28651
28652 \end_inset
28653
28654
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660
28661 \backslash
28662 setlength{
28663 \backslash
28664 fboxrule}{0.4pt}
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \begin_inset VSpace bigskip
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \begin_layout Standard
28677 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28678 \begin_inset space \thinspace{}
28679 \end_inset
28680
28681 pt.
28682  Sie können das ändern, indem Sie den Wert von 
28683 \series bold
28684
28685 \backslash
28686 fboxsep
28687 \series default
28688  mit einem TeX-Code-Befehl ändern:
28689 \end_layout
28690
28691 \begin_layout Standard
28692
28693 \series bold
28694
28695 \backslash
28696 setlength{
28697 \backslash
28698 fboxsep}{10pt}
28699 \end_layout
28700
28701 \begin_layout Standard
28702 setzt den Wert auf 10
28703 \begin_inset space \thinspace{}
28704 \end_inset
28705
28706 pt, wie in der folgenden Box:
28707 \end_layout
28708
28709 \begin_layout Standard
28710 \begin_inset ERT
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714
28715
28716 \backslash
28717 setlength{
28718 \backslash
28719 fboxsep}{10pt}
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \begin_inset Box Boxed
28726 position "c"
28727 hor_pos "c"
28728 has_inner_box 1
28729 inner_pos "c"
28730 use_parbox 0
28731 use_makebox 0
28732 width "25col%"
28733 special "none"
28734 height "1in"
28735 height_special "totalheight"
28736 status open
28737
28738 \begin_layout Plain Layout
28739 \align center
28740 Rechteckige Box mit 
28741 \series bold
28742
28743 \backslash
28744 fboxsep
28745 \series default
28746
28747 \begin_inset space \thinspace{}
28748 \end_inset
28749
28750 =
28751 \begin_inset space \thinspace{}
28752 \end_inset
28753
28754 10
28755 \begin_inset space \thinspace{}
28756 \end_inset
28757
28758 pt
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \begin_inset ERT
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768
28769
28770 \backslash
28771 setlength{
28772 \backslash
28773 fboxsep}{3pt}
28774 \end_layout
28775
28776 \end_inset
28777
28778
28779 \end_layout
28780
28781 \begin_layout Standard
28782 \noindent
28783 \begin_inset VSpace bigskip
28784 \end_inset
28785
28786 Der Durchmesser der abgerundeten Ecken kann mit 
28787 \series bold
28788
28789 \backslash
28790 cornersize
28791 \series default
28792  gesetzt werden.
28793  Der TeX-Code-Befehl
28794 \end_layout
28795
28796 \begin_layout Standard
28797
28798 \series bold
28799
28800 \backslash
28801 cornersize*{1cm}
28802 \end_layout
28803
28804 \begin_layout Standard
28805 setzt den Durchmesser auf 1
28806 \begin_inset space \thinspace{}
28807 \end_inset
28808
28809 cm.
28810  Der TeX-Code-Befehl
28811 \end_layout
28812
28813 \begin_layout Standard
28814
28815 \series bold
28816
28817 \backslash
28818 cornersize{num}
28819 \end_layout
28820
28821 \begin_layout Standard
28822 setzt den Durchmesser auf 
28823 \family sans
28824 num
28825 \begin_inset space \thinspace{}
28826 \end_inset
28827
28828 ×
28829 \begin_inset space \thinspace{}
28830 \end_inset
28831
28832 Minimum(Breite der Box, Höhe der Box)
28833 \family default
28834 .
28835  Der Standardwert ist 
28836 \series bold
28837
28838 \backslash
28839 cornersize{0.5}
28840 \series default
28841 .
28842 \end_layout
28843
28844 \begin_layout Standard
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850
28851 \backslash
28852 cornersize*{1.5cm}
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \begin_inset Box Ovalbox
28859 position "c"
28860 hor_pos "c"
28861 has_inner_box 1
28862 inner_pos "c"
28863 use_parbox 0
28864 use_makebox 0
28865 width "30col%"
28866 special "none"
28867 height "1in"
28868 height_special "totalheight"
28869 status open
28870
28871 \begin_layout Plain Layout
28872 \align center
28873 Ovale Box, dicker Rand, mit 
28874 \series bold
28875
28876 \backslash
28877 cornersize
28878 \series default
28879
28880 \begin_inset space \thinspace{}
28881 \end_inset
28882
28883 =
28884 \begin_inset space \thinspace{}
28885 \end_inset
28886
28887 1.5
28888 \begin_inset space \thinspace{}
28889 \end_inset
28890
28891 cm
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \begin_inset ERT
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901
28902
28903 \backslash
28904 cornersize{0.5}
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Standard
28913 \begin_inset VSpace bigskip
28914 \end_inset
28915
28916 Die Breite des Schattens wird mit 
28917 \series bold
28918
28919 \backslash
28920 shadowsize
28921 \series default
28922  festgelegt.
28923  Mit dem TeX-Code-Befehl
28924 \end_layout
28925
28926 \begin_layout Standard
28927
28928 \series bold
28929
28930 \backslash
28931 setlength{
28932 \backslash
28933 shadowsize}{2pt}
28934 \end_layout
28935
28936 \begin_layout Standard
28937 wird er für die folgende Box auf 2
28938 \begin_inset space \thinspace{}
28939 \end_inset
28940
28941 pt festgelegt.
28942 \end_layout
28943
28944 \begin_layout Standard
28945 \begin_inset ERT
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949
28950
28951 \backslash
28952 setlength{
28953 \backslash
28954 shadowsize}{2pt}
28955 \end_layout
28956
28957 \end_inset
28958
28959
28960 \begin_inset Box Shadowbox
28961 position "c"
28962 hor_pos "c"
28963 has_inner_box 1
28964 inner_pos "c"
28965 use_parbox 0
28966 use_makebox 0
28967 width "25col%"
28968 special "none"
28969 height "1in"
28970 height_special "totalheight"
28971 status open
28972
28973 \begin_layout Plain Layout
28974 \align center
28975 Schattierte Box mit 
28976 \series bold
28977
28978 \backslash
28979 shadowsize
28980 \series default
28981
28982 \begin_inset space \thinspace{}
28983 \end_inset
28984
28985 =
28986 \begin_inset space \thinspace{}
28987 \end_inset
28988
28989 2
28990 \begin_inset space \thinspace{}
28991 \end_inset
28992
28993 pt
28994 \end_layout
28995
28996 \end_inset
28997
28998
28999 \begin_inset ERT
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003
29004
29005 \backslash
29006 setlength{
29007 \backslash
29008 shadowsize}{4pt}
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \end_layout
29015
29016 \begin_layout Standard
29017 \begin_inset VSpace bigskip
29018 \end_inset
29019
29020 Der Standardwert für 
29021 \series bold
29022
29023 \backslash
29024 FrameRule
29025 \series default
29026  ist 0.4
29027 \begin_inset space \thinspace{}
29028 \end_inset
29029
29030 pt.
29031  Der Standard-Abstand zwischen Rahmen und Text ist 9
29032 \begin_inset space \thinspace{}
29033 \end_inset
29034
29035 pt und kann mit dem Wert für 
29036 \series bold
29037
29038 \backslash
29039 FrameSep
29040 \series default
29041  geändert werden.
29042  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
29043  TeX-Code Befehlen geändert:
29044 \end_layout
29045
29046 \begin_layout Standard
29047
29048 \series bold
29049
29050 \backslash
29051 setlength{
29052 \backslash
29053 FrameRule}{5pt}
29054 \begin_inset Newline newline
29055 \end_inset
29056
29057
29058 \backslash
29059 setlength{
29060 \backslash
29061 FrameSep}{0.5cm}
29062 \end_layout
29063
29064 \begin_layout Standard
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070
29071 \backslash
29072 setlength{
29073 \backslash
29074 FrameRule}{5pt}
29075 \end_layout
29076
29077 \begin_layout Plain Layout
29078
29079
29080 \backslash
29081 setlength{
29082 \backslash
29083 FrameSep}{0.5cm}
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \begin_inset Box Framed
29090 position "t"
29091 hor_pos "c"
29092 has_inner_box 0
29093 inner_pos "t"
29094 use_parbox 0
29095 use_makebox 0
29096 width "100col%"
29097 special "none"
29098 height "1in"
29099 height_special "totalheight"
29100 status open
29101
29102 \begin_layout Plain Layout
29103 Dies ist Text in einer 
29104 \family sans
29105 Seitenumbruch erlaubt
29106 \family default
29107  Box.
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \begin_inset ERT
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117
29118
29119 \backslash
29120 setlength{
29121 \backslash
29122 FrameRule}{0.4pt}
29123 \end_layout
29124
29125 \begin_layout Plain Layout
29126
29127
29128 \backslash
29129 setlength{
29130 \backslash
29131 FrameSep}{9pt}
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 \begin_inset VSpace bigskip
29141 \end_inset
29142
29143 Für Boxen mit 
29144 \family sans
29145 schattiertem Hintergrund
29146 \family default
29147  beträgt der Abstand zwischen Rand und Text 3
29148 \begin_inset space \thinspace{}
29149 \end_inset
29150
29151 pt und kann mit 
29152 \series bold
29153
29154 \backslash
29155 fboxsep
29156 \series default
29157  geändert werden.
29158  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29159  
29160 \series bold
29161
29162 \backslash
29163 definecolor{shadecolor}
29164 \series default
29165  oder global über das Menü 
29166 \family sans
29167 Werkzeuge\SpecialChar \menuseparator
29168 Einstellungen\SpecialChar \menuseparator
29169 Farben\SpecialChar \menuseparator
29170 Schattierte
29171 \begin_inset space ~
29172 \end_inset
29173
29174 Box
29175 \family default
29176  geändert werden.
29177  Das Schema des 
29178 \series bold
29179
29180 \backslash
29181 definecolor
29182 \series default
29183  Befehls ist  in Abschnitt
29184 \begin_inset space ~
29185 \end_inset
29186
29187
29188 \begin_inset CommandInset ref
29189 LatexCommand ref
29190 reference "abs:Farbige-Tabellen"
29191
29192 \end_inset
29193
29194  erklärt.
29195 \begin_inset Foot
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Beachten Sie, dass 
29200 \series bold
29201
29202 \backslash
29203 definecolor
29204 \series default
29205  das LaTeX-Paket 
29206 \series bold
29207 color
29208 \series default
29209  im LaTeX-Vorspann benötigt, siehe Abschnitt
29210 \begin_inset space ~
29211 \end_inset
29212
29213
29214 \begin_inset CommandInset ref
29215 LatexCommand ref
29216 reference "abs:Farbige-Boxen"
29217
29218 \end_inset
29219
29220 .
29221 \end_layout
29222
29223 \end_inset
29224
29225  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29226 \end_layout
29227
29228 \begin_layout Standard
29229
29230 \series bold
29231
29232 \backslash
29233 setlength{
29234 \backslash
29235 fboxsep}{0.5cm}
29236 \begin_inset Newline newline
29237 \end_inset
29238
29239
29240 \backslash
29241 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29242 \end_layout
29243
29244 \begin_layout Standard
29245 \begin_inset ERT
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 setlength{
29253 \backslash
29254 fboxsep}{0.5cm}
29255 \end_layout
29256
29257 \begin_layout Plain Layout
29258
29259
29260 \backslash
29261 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \begin_inset Box Shaded
29268 position "t"
29269 hor_pos "c"
29270 has_inner_box 0
29271 inner_pos "t"
29272 use_parbox 0
29273 use_makebox 0
29274 width "100col%"
29275 special "none"
29276 height "1in"
29277 height_special "totalheight"
29278 status open
29279
29280 \begin_layout Plain Layout
29281
29282 \color yellow
29283 Dies ist gelber Text in einer 
29284 \family sans
29285 schattierten Hintergrund
29286 \begin_inset space ~
29287 \end_inset
29288
29289
29290 \family default
29291 Box auf dunkelgrünem Hintergrund.
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302
29303 \backslash
29304 setlength{
29305 \backslash
29306 fboxsep}{3pt}
29307 \end_layout
29308
29309 \begin_layout Plain Layout
29310
29311
29312 \backslash
29313 definecolor{shadecolor}{rgb}{1,0,0}
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \end_layout
29320
29321 \begin_layout Standard
29322 \begin_inset VSpace bigskip
29323 \end_inset
29324
29325 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29326  der sie ändert.
29327 \end_layout
29328
29329 \begin_layout Section
29330 Minipage
29331 \begin_inset CommandInset label
29332 LatexCommand label
29333 name "abs:Minipage"
29334
29335 \end_inset
29336
29337
29338 \begin_inset Index idx
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342 Boxen ! Minipage
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29352  deshalb unter anderem eigene Fußnoten haben.
29353 \end_layout
29354
29355 \begin_layout Standard
29356 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29357 \end_layout
29358
29359 \begin_layout Standard
29360 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29361  Ihre Breite ist 45 Spaltenbreite
29362 \begin_inset space ~
29363 \end_inset
29364
29365 %, und sie sind durch einen 
29366 \family sans
29367 HFill
29368 \family default
29369  getrennt (
29370 \family sans
29371 Einfügen\SpecialChar \menuseparator
29372 Formatierung\SpecialChar \menuseparator
29373 Horizontaler
29374 \begin_inset space \space{}
29375 \end_inset
29376
29377 Abstand\SpecialChar \menuseparator
29378 Abstand\SpecialChar \menuseparator
29379 Variabler
29380 \begin_inset space ~
29381 \end_inset
29382
29383 horiz.
29384 \begin_inset space ~
29385 \end_inset
29386
29387 Abstand
29388 \family default
29389 ).
29390 \begin_inset Newpage newpage
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Standard
29397 \noindent
29398 \begin_inset Box Frameless
29399 position "t"
29400 hor_pos "c"
29401 has_inner_box 1
29402 inner_pos "c"
29403 use_parbox 0
29404 use_makebox 0
29405 width "45col%"
29406 special "none"
29407 height "1in"
29408 height_special "totalheight"
29409 status open
29410
29411 \begin_layout Plain Layout
29412 Dies ist ein deutscher Text.
29413  Dies ist ein deutscher Text.
29414  Dies ist ein deutscher Text.
29415  Dies ist ein deutscher Text.
29416  Dies ist ein deutscher Text.
29417  Dies ist ein deutscher Text.
29418  Dies ist ein deutscher Text.
29419  Dies ist ein deutscher Text.
29420  Dies ist ein deutscher Text.
29421  Dies ist ein deutscher Text.
29422  Dies ist ein deutscher Text.
29423  Dies ist ein deutscher Text.
29424  Dies ist ein deutscher Text
29425 \begin_inset Foot
29426 status open
29427
29428 \begin_layout Plain Layout
29429 Dies ist eine deutsche Fußnote.
29430 \end_layout
29431
29432 \end_inset
29433
29434 .
29435  Dies ist ein deutscher Text.
29436  Dies ist ein deutscher Text.
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \begin_inset space \hfill{}
29443 \end_inset
29444
29445
29446 \begin_inset Box Frameless
29447 position "t"
29448 hor_pos "c"
29449 has_inner_box 1
29450 inner_pos "c"
29451 use_parbox 0
29452 use_makebox 0
29453 width "45col%"
29454 special "none"
29455 height "1in"
29456 height_special "totalheight"
29457 status open
29458
29459 \begin_layout Plain Layout
29460
29461 \lang english
29462 This is an English Text.
29463  This is an English Text.
29464  This is an English Text.
29465  This is an English Text.
29466  This is an English Text.
29467  This is an English Text.
29468  This is an English Text.
29469  This is an English Text.
29470  This is an English Text.
29471  This is an English Text.
29472  This is an English Text.
29473  This is an English Text.
29474  This is an English Text.
29475  This is an English Text.
29476  This is an English Text.
29477  This is an English Text.
29478 \begin_inset Foot
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483 \lang english
29484 This is an English footnote.
29485 \end_layout
29486
29487 \end_inset
29488
29489  This is an English Text.
29490  
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \end_layout
29497
29498 \begin_layout Standard
29499 \begin_inset VSpace bigskip
29500 \end_inset
29501
29502 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29503  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29504  Absätze nicht eingerückt werden, obwohl Sie das in 
29505 \family sans
29506 Dokument
29507 \family default
29508 \SpecialChar \menuseparator
29509
29510 \family sans
29511 Einstellun\SpecialChar \-
29512 gen\SpecialChar \menuseparator
29513 Textformat
29514 \family default
29515  festgelegt haben.
29516  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29517  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29518 \series bold
29519
29520 \backslash
29521 hspace*{1em}
29522 \series default
29523 .
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29528  zu verpassen, siehe Abschnitt
29529 \begin_inset space ~
29530 \end_inset
29531
29532
29533 \begin_inset CommandInset ref
29534 LatexCommand ref
29535 reference "uab:Farbe-für-Absätze"
29536
29537 \end_inset
29538
29539 .
29540 \end_layout
29541
29542 \begin_layout Standard
29543 \begin_inset Note Greyedout
29544 status open
29545
29546 \begin_layout Plain Layout
29547
29548 \series bold
29549 Bemerkung:
29550 \series default
29551  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29552  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Section
29561 Parbox
29562 \begin_inset CommandInset label
29563 LatexCommand label
29564 name "abs:Parbox"
29565
29566 \end_inset
29567
29568
29569 \begin_inset Index idx
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573 Boxen ! Parbox
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Parbox ist eine Abkürzung für 
29583 \begin_inset Quotes gld
29584 \end_inset
29585
29586 paragraph box
29587 \begin_inset Quotes grd
29588 \end_inset
29589
29590 , was Absatzbox bedeutet.
29591  Parbox ist sehr ähnlich zu Minipage mit der Einschränkung, dass Fußnoten
29592  in Parboxen nicht ausgegeben werden:
29593 \end_layout
29594
29595 \begin_layout Standard
29596 \align center
29597 \begin_inset Box Frameless
29598 position "t"
29599 hor_pos "c"
29600 has_inner_box 1
29601 inner_pos "t"
29602 use_parbox 1
29603 use_makebox 0
29604 width "33col%"
29605 special "none"
29606 height "1in"
29607 height_special "totalheight"
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Dies ist Text in einer Parbox.
29612  Dies ist Text in einer Parbox.
29613 \end_layout
29614
29615 \begin_layout Plain Layout
29616 Diese Fußnote wird nicht gedruckt:
29617 \begin_inset Foot
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Section
29635 Boxen für Worte und Buchstaben
29636 \begin_inset Index idx
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640 Boxen ! für Buchstaben
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Subsection
29649 Silbentrennung unterbinden
29650 \begin_inset CommandInset label
29651 LatexCommand label
29652 name "abs:Silbentrennung-unterbinden"
29653
29654 \end_inset
29655
29656
29657 \begin_inset Index idx
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Boxen ! zur Vermeidung von Silbentrennung
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 Sie können den Boxtyp 
29671 \family sans
29672 Makebox
29673 \family default
29674  benutzen, um Silbentrennungen zu unterbinden.
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678 Hier ist ein Beispiel: 
29679 \end_layout
29680
29681 \begin_layout Standard
29682 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29683 \begin_inset Quotes gld
29684 \end_inset
29685
29686 einsehrsehrsehrlangeswort
29687 \begin_inset Quotes grd
29688 \end_inset
29689
29690 .
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
29695  Innere
29696 \begin_inset space ~
29697 \end_inset
29698
29699 Box auf Makebox und deren Breite auf 1
29700 \begin_inset space \thinspace{}
29701 \end_inset
29702
29703 Width.
29704 \end_layout
29705
29706 \begin_layout Standard
29707 Hier ist das Ergebnis:
29708 \end_layout
29709
29710 \begin_layout Standard
29711 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29712 \begin_inset Box Frameless
29713 position "t"
29714 hor_pos "c"
29715 has_inner_box 1
29716 inner_pos "t"
29717 use_parbox 0
29718 use_makebox 1
29719 width "1in"
29720 special "width"
29721 height "1in"
29722 height_special "totalheight"
29723 status open
29724
29725 \begin_layout Plain Layout
29726 \begin_inset Quotes gld
29727 \end_inset
29728
29729 einsehrsehrsehrlangeswort
29730 \begin_inset Quotes grd
29731 \end_inset
29732
29733
29734 \end_layout
29735
29736 \end_inset
29737
29738 .
29739 \end_layout
29740
29741 \begin_layout Standard
29742 Alternativ dazu kann man auch den Befehl 
29743 \begin_inset Quotes gld
29744 \end_inset
29745
29746
29747 \series bold
29748
29749 \backslash
29750 -
29751 \series default
29752
29753 \begin_inset Quotes grd
29754 \end_inset
29755
29756  als TeX-Code direkt vor das Wort setzen:
29757 \end_layout
29758
29759 \begin_layout Standard
29760 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29761 \begin_inset Quotes gld
29762 \end_inset
29763
29764
29765 \begin_inset ERT
29766 status collapsed
29767
29768 \begin_layout Plain Layout
29769
29770
29771 \backslash
29772 -
29773 \end_layout
29774
29775 \end_inset
29776
29777 einsehrsehrsehrlangeswort
29778 \begin_inset Quotes grd
29779 \end_inset
29780
29781 .
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29786  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29787 \family sans
29788 Strg-Eingabe
29789 \family default
29790 ) einfügen: 
29791 \end_layout
29792
29793 \begin_layout Standard
29794 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29795 \begin_inset Newline newline
29796 \end_inset
29797
29798
29799 \begin_inset Box Frameless
29800 position "t"
29801 hor_pos "c"
29802 has_inner_box 1
29803 inner_pos "t"
29804 use_parbox 0
29805 use_makebox 1
29806 width "1in"
29807 special "width"
29808 height "1in"
29809 height_special "totalheight"
29810 status open
29811
29812 \begin_layout Plain Layout
29813 \begin_inset Quotes gld
29814 \end_inset
29815
29816 einsehrsehrsehrlangeswort
29817 \begin_inset Quotes grd
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \end_inset
29824
29825 .
29826 \end_layout
29827
29828 \begin_layout Subsection
29829 Vertikale Ausrichtung
29830 \begin_inset CommandInset label
29831 LatexCommand label
29832 name "uab:Vertikale-Ausrichtung"
29833
29834 \end_inset
29835
29836
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 Boxen ! für Vertikale Ausrichtung
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Boxen ! raisebox
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Mit dem LaTeX-Befehl 
29861 \series bold
29862
29863 \backslash
29864 raisebox
29865 \series default
29866  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29867 n Textes ausrichten.
29868  
29869 \series bold
29870
29871 \backslash
29872 raisebox
29873 \series default
29874  wird folgendermaßen benutzt:
29875 \end_layout
29876
29877 \begin_layout Standard
29878
29879 \series bold
29880
29881 \backslash
29882 raisebox{Verschiebung}[oben][unten]{Text}
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Positive Werte für Verschiebung
29887 \series bold
29888  
29889 \series default
29890 verschieben die Box nach oben, negative nach unten.
29891  Die beiden optionalen Parameter 
29892 \family typewriter
29893 oben
29894 \family default
29895  und 
29896 \family typewriter
29897 unten
29898 \family default
29899  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29900  hinausgeht, wenn sie nicht verschoben ist.
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Um zum Beispiel das Wort 
29905 \begin_inset Quotes gld
29906 \end_inset
29907
29908 provokant
29909 \begin_inset Quotes grd
29910 \end_inset
29911
29912  mit seinem 
29913 \begin_inset Quotes gld
29914 \end_inset
29915
29916 niedrigsten
29917 \begin_inset Quotes grd
29918 \end_inset
29919
29920  Buchstaben 
29921 \begin_inset Quotes gld
29922 \end_inset
29923
29924 p
29925 \begin_inset Quotes grd
29926 \end_inset
29927
29928  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29929 \end_layout
29930
29931 \begin_layout Standard
29932
29933 \series bold
29934
29935 \backslash
29936 raisebox{
29937 \backslash
29938 depth}{
29939 \end_layout
29940
29941 \begin_layout Standard
29942 vor dem Wort einfügen und 
29943 \begin_inset Quotes gld
29944 \end_inset
29945
29946
29947 \series bold
29948 }
29949 \series default
29950
29951 \begin_inset Quotes grd
29952 \end_inset
29953
29954  als TeX-Code dahinter:
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Dies ist eine Zeile, in der das Wort 
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964
29965 \backslash
29966 raisebox{
29967 \backslash
29968 depth}{
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset Quotes gld
29975 \end_inset
29976
29977 provokant
29978 \begin_inset Quotes grd
29979 \end_inset
29980
29981
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 }
29988 \end_layout
29989
29990 \end_inset
29991
29992  nach oben verschoben wurde.
29993 \end_layout
29994
29995 \begin_layout Standard
29996 \begin_inset VSpace bigskip
29997 \end_inset
29998
29999 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
30000  gedehnt:
30001 \end_layout
30002
30003 \begin_layout Standard
30004 Dies ist eine Zeile, in der das Wort 
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010
30011 \backslash
30012 raisebox{-
30013 \backslash
30014 depth}{
30015 \end_layout
30016
30017 \end_inset
30018
30019
30020 \begin_inset Quotes gld
30021 \end_inset
30022
30023 provokant
30024 \begin_inset Quotes grd
30025 \end_inset
30026
30027
30028 \begin_inset ERT
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032
30033 }
30034 \end_layout
30035
30036 \end_inset
30037
30038  nach unten verschoben wurde.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 Dies ist eine Zeile, in der das Wort 
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 raisebox{0.5cm}{
30051 \end_layout
30052
30053 \end_inset
30054
30055
30056 \begin_inset Quotes gld
30057 \end_inset
30058
30059 testen
30060 \begin_inset Quotes grd
30061 \end_inset
30062
30063
30064 \begin_inset ERT
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068
30069 }
30070 \end_layout
30071
30072 \end_inset
30073
30074  um 0.5
30075 \begin_inset space \thinspace{}
30076 \end_inset
30077
30078 cm nach oben verschoben wurde.
30079 \end_layout
30080
30081 \begin_layout Standard
30082 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 raisebox{-
30091 \backslash
30092 depth}[0pt]{
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Dies ist eine Zeile, in der das Wort 
30097 \begin_inset ERT
30098 status collapsed
30099
30100 \begin_layout Plain Layout
30101
30102
30103 \backslash
30104 raisebox{-
30105 \backslash
30106 depth}[0pt]{
30107 \end_layout
30108
30109 \end_inset
30110
30111
30112 \begin_inset Quotes gld
30113 \end_inset
30114
30115 provokant
30116 \begin_inset Quotes grd
30117 \end_inset
30118
30119
30120 \begin_inset ERT
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 }
30126 \end_layout
30127
30128 \end_inset
30129
30130  nach unten verschoben wurde.
30131 \end_layout
30132
30133 \begin_layout Standard
30134 Dies ist eine Zeile, in der das Wort 
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140
30141 \backslash
30142 raisebox{0.5cm}[0pt]{
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \begin_inset Quotes gld
30149 \end_inset
30150
30151 testen
30152 \begin_inset Quotes grd
30153 \end_inset
30154
30155
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161 }
30162 \end_layout
30163
30164 \end_inset
30165
30166  um 0.5
30167 \begin_inset space \thinspace{}
30168 \end_inset
30169
30170 cm nach oben verschoben wurde.
30171  Jetzt überschneiden sich die verschobenen Worte.
30172 \end_layout
30173
30174 \begin_layout Section
30175 Farbige Boxen
30176 \begin_inset CommandInset label
30177 LatexCommand label
30178 name "abs:Farbige-Boxen"
30179
30180 \end_inset
30181
30182
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 Boxen ! farbige
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Subsection
30196 Text-Hintergrundfarbe
30197 \begin_inset Index idx
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Farbe ! für Text-Hintergrund
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \end_layout
30208
30209 \begin_layout Standard
30210 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30211  so genannten 
30212 \begin_inset Quotes gld
30213 \end_inset
30214
30215 colorbox
30216 \begin_inset Quotes grd
30217 \end_inset
30218
30219  stehen.
30220  Dafür muss das LaTeX-Paket 
30221 \series bold
30222 color
30223 \series default
30224
30225 \begin_inset Index idx
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229 LaTeX-Pakete ! color
30230 \end_layout
30231
30232 \end_inset
30233
30234  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240
30241 \backslash
30242 @ifundefined{textcolor}
30243 \begin_inset Newline newline
30244 \end_inset
30245
30246
30247 \begin_inset Phantom HPhantom
30248 status open
30249
30250 \begin_layout Plain Layout
30251
30252 \series bold
30253 \begin_inset space ~
30254 \end_inset
30255
30256
30257 \end_layout
30258
30259 \end_inset
30260
30261 {
30262 \backslash
30263 usepackage{color}}{}
30264 \end_layout
30265
30266 \begin_layout Standard
30267 Wenn Sie Text einfärben, lädt LyX das Paket 
30268 \series bold
30269 color
30270 \series default
30271  automatisch.
30272 \begin_inset Foot
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Der Befehl 
30277 \series bold
30278
30279 \backslash
30280 @ifundefined
30281 \series default
30282  vermeidet, dass es in diesem Fall doppelt geladen wird.
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset VSpace medskip
30292 \end_inset
30293
30294 Colorboxen werden mit dem Befehl 
30295 \series bold
30296
30297 \backslash
30298 colorbox
30299 \series default
30300  erzeugt:
30301 \end_layout
30302
30303 \begin_layout Standard
30304
30305 \series bold
30306
30307 \backslash
30308 colorbox{Farbe}{Boxinhalt}
30309 \end_layout
30310
30311 \begin_layout Standard
30312 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30313  Boxen sein.
30314 \end_layout
30315
30316 \begin_layout Standard
30317 Die folgenden Farben sind vordefiniert:
30318 \family sans
30319  schwarz
30320 \family default
30321
30322 \family sans
30323 wei
30324 \family default
30325 ß, 
30326 \family sans
30327 rot
30328 \family default
30329 \series bold
30330 ,
30331 \series default
30332  
30333 \family sans
30334 grün
30335 \family default
30336
30337 \family sans
30338 blau
30339 \family default
30340
30341 \family sans
30342 türkis
30343 \family default
30344
30345 \family sans
30346 purpurrot
30347 \family default
30348  und 
30349 \family sans
30350 gelb
30351 \family default
30352 .
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30357 \begin_inset space ~
30358 \end_inset
30359
30360
30361 \begin_inset CommandInset ref
30362 LatexCommand ref
30363 reference "abs:Farbige-Tabellen"
30364
30365 \end_inset
30366
30367  beschrieben.
30368 \end_layout
30369
30370 \begin_layout Standard
30371 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30372  den TeX-Code-Befehl
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \series bold
30378
30379 \backslash
30380 colorbox{red}{
30381 \end_layout
30382
30383 \begin_layout Standard
30384 vor dem Wort ein.
30385  Hinter dem Wort fügen Sie 
30386 \series bold
30387
30388 \begin_inset Quotes gld
30389 \end_inset
30390
30391 }
30392 \series default
30393
30394 \begin_inset Quotes grd
30395 \end_inset
30396
30397  als TeX-Code ein.
30398  Hier ist das Ergebnis:
30399 \end_layout
30400
30401 \begin_layout Standard
30402 In dieser Zeile hat 
30403 \begin_inset ERT
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407
30408
30409 \backslash
30410 colorbox{red}{
30411 \end_layout
30412
30413 \end_inset
30414
30415 Achtung!
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 }
30422 \end_layout
30423
30424 \end_inset
30425
30426  einen roten Hintergrund.
30427 \end_layout
30428
30429 \begin_layout Standard
30430 \begin_inset VSpace bigskip
30431 \end_inset
30432
30433 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30434  
30435 \series bold
30436
30437 \backslash
30438 fcolorbox
30439 \series default
30440  verwenden:
30441 \end_layout
30442
30443 \begin_layout Standard
30444
30445 \series bold
30446
30447 \backslash
30448 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30449 \end_layout
30450
30451 \begin_layout Standard
30452
30453 \series bold
30454
30455 \backslash
30456 fcolorbox
30457 \series default
30458  ist eine Erweiterung von 
30459 \series bold
30460
30461 \backslash
30462 colorbox
30463 \series default
30464 .
30465  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30466  
30467 \series bold
30468
30469 \backslash
30470 fboxrule
30471 \series default
30472  und 
30473 \series bold
30474
30475 \backslash
30476 fboxsep
30477 \series default
30478  gesteuert werden, wie in Abschnitt
30479 \begin_inset space ~
30480 \end_inset
30481
30482
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "uab:Verzierung"
30486
30487 \end_inset
30488
30489  beschrieben.
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Für das folgende Beispiel wurde der Befehl
30494 \end_layout
30495
30496 \begin_layout Standard
30497
30498 \series bold
30499
30500 \backslash
30501 fcolorbox{cyan}{magenta}{
30502 \end_layout
30503
30504 \begin_layout Standard
30505 benutzt.
30506  Hier wurden die Rahmendicke und der Abstand auf 1
30507 \begin_inset space \thinspace{}
30508 \end_inset
30509
30510 mm gesetzt:
30511 \begin_inset Newline newline
30512 \end_inset
30513
30514
30515 \begin_inset ERT
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519
30520
30521 \backslash
30522 fboxrule 1mm 
30523 \backslash
30524 fboxsep 1mm
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535
30536 \backslash
30537 fcolorbox{cyan}{green}{
30538 \end_layout
30539
30540 \end_inset
30541
30542 Dies ist Text in einer farbigen, gerahmten Box.
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548 }
30549 \end_layout
30550
30551 \end_inset
30552
30553
30554 \end_layout
30555
30556 \begin_layout Standard
30557 \begin_inset VSpace bigskip
30558 \end_inset
30559
30560 Natürlich gibt es auch farbigen Text in einer Colorbox:
30561 \begin_inset Newline newline
30562 \end_inset
30563
30564
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570
30571 \backslash
30572 fcolorbox{cyan}{green}{
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \color yellow
30579 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30580 \color none
30581
30582 \begin_inset ERT
30583 status collapsed
30584
30585 \begin_layout Plain Layout
30586
30587 }
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598
30599 \backslash
30600 fboxrule 0.4pt 
30601 \backslash
30602 fboxsep 3pt
30603 \end_layout
30604
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \begin_layout Standard
30611 \begin_inset VSpace bigskip
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Standard
30618 \begin_inset Note Greyedout
30619 status open
30620
30621 \begin_layout Plain Layout
30622 \noindent
30623
30624 \series bold
30625 Bemerkung:
30626 \series default
30627  Text in Colorboxen kann nicht umgebrochen werden.
30628  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30629  wie im folgenden beschrieben.
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Subsection
30638 Farbe für Absätze
30639 \begin_inset CommandInset label
30640 LatexCommand label
30641 name "uab:Farbe-für-Absätze"
30642
30643 \end_inset
30644
30645
30646 \begin_inset Index idx
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 Farbe ! für Absätze
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30660  den Text in eine Minipage stellen.
30661  Vor der Minipage fügen Sie den TeX-Code-Befehl
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666 \series bold
30667
30668 \backslash
30669 colorbox{color}{
30670 \end_layout
30671
30672 \begin_layout Standard
30673 ein.
30674  Hinter der Minipage fügen Sie 
30675 \series bold
30676
30677 \begin_inset Quotes gld
30678 \end_inset
30679
30680 }
30681 \series default
30682
30683 \begin_inset Quotes grd
30684 \end_inset
30685
30686  als TeX-Code ein.
30687 \end_layout
30688
30689 \begin_layout Standard
30690 \begin_inset ERT
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694
30695
30696 \backslash
30697 colorbox{hellgrau}{
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \begin_inset Box Frameless
30704 position "t"
30705 hor_pos "c"
30706 has_inner_box 1
30707 inner_pos "t"
30708 use_parbox 0
30709 use_makebox 0
30710 width "100col%"
30711 special "none"
30712 height "1in"
30713 height_special "totalheight"
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Dies ist Text mit einer Hintergrundfarbe.
30718  Dies ist Text mit einer Hintergrundfarbe.
30719 \end_layout
30720
30721 \begin_layout Plain Layout
30722 Der Text kann Fußnoten
30723 \begin_inset Foot
30724 status open
30725
30726 \begin_layout Plain Layout
30727 Eine weitere Fußnote
30728 \end_layout
30729
30730 \end_inset
30731
30732  und Tabellen und Abbildungen enthalten.
30733 \end_layout
30734
30735 \begin_layout Plain Layout
30736 \align center
30737 \begin_inset Tabular
30738 <lyxtabular version="3" rows="3" columns="3">
30739 <features tabularvalignment="middle">
30740 <column alignment="center" valignment="top" width="0">
30741 <column alignment="center" valignment="top" width="0">
30742 <column alignment="center" valignment="top" width="0">
30743 <row>
30744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30745 \begin_inset Text
30746
30747 \begin_layout Plain Layout
30748 a
30749 \end_layout
30750
30751 \end_inset
30752 </cell>
30753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30754 \begin_inset Text
30755
30756 \begin_layout Plain Layout
30757 !
30758 \end_layout
30759
30760 \end_inset
30761 </cell>
30762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30763 \begin_inset Text
30764
30765 \begin_layout Plain Layout
30766 3
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 </row>
30772 <row>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777 <
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30783 \begin_inset Text
30784
30785 \begin_layout Plain Layout
30786 b2
30787 \begin_inset Quotes erd
30788 \end_inset
30789
30790 |
30791 \end_layout
30792
30793 \end_inset
30794 </cell>
30795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30796 \begin_inset Text
30797
30798 \begin_layout Plain Layout
30799 >
30800 \end_layout
30801
30802 \end_inset
30803 </cell>
30804 </row>
30805 <row>
30806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30807 \begin_inset Text
30808
30809 \begin_layout Plain Layout
30810 1
30811 \end_layout
30812
30813 \end_inset
30814 </cell>
30815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30816 \begin_inset Text
30817
30818 \begin_layout Plain Layout
30819 §
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30825 \begin_inset Text
30826
30827 \begin_layout Plain Layout
30828 c
30829 \end_layout
30830
30831 \end_inset
30832 </cell>
30833 </row>
30834 </lyxtabular>
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849 }
30850 \end_layout
30851
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Section
30858 Rotierte und skalierte Boxen
30859 \end_layout
30860
30861 \begin_layout Standard
30862 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30863 \series bold
30864 graphicx
30865 \series default
30866
30867 \begin_inset Index idx
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 LaTeX-Pakete ! graphicx
30872 \end_layout
30873
30874 \end_inset
30875
30876  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 @ifundefined{rotatebox}
30885 \begin_inset Newline newline
30886 \end_inset
30887
30888
30889 \begin_inset Phantom HPhantom
30890 status open
30891
30892 \begin_layout Plain Layout
30893
30894 \series bold
30895 \begin_inset space ~
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \end_inset
30902
30903 {
30904 \backslash
30905 usepackage{graphicx}}{}
30906 \end_layout
30907
30908 \begin_layout Standard
30909 \begin_inset Note Greyedout
30910 status open
30911
30912 \begin_layout Plain Layout
30913
30914 \series bold
30915 Bemerkung:
30916 \series default
30917  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30918  darstellen.
30919  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \begin_layout Standard
30928 \begin_inset Note Greyedout
30929 status open
30930
30931 \begin_layout Plain Layout
30932
30933 \series bold
30934 Bemerkung:
30935 \series default
30936  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Subsection
30945 Rotierte Boxen
30946 \begin_inset Index idx
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 Boxen ! rotierte
30951 \end_layout
30952
30953 \end_inset
30954
30955
30956 \begin_inset Index idx
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960 Rotiertes Material
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \begin_inset Index idx
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Abbildungen ! rotierte
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \begin_inset Index idx
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980 Tabellen ! rotierte
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 Um Text zu drehen, verwendet man den Befehl 
30990 \series bold
30991
30992 \backslash
30993 rotatebox
30994 \series default
30995  im TeX-Code nach folgendem Schema:
30996 \end_layout
30997
30998 \begin_layout Standard
30999
31000 \series bold
31001
31002 \backslash
31003 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Der Drehpunkt wird mit 
31008 \series bold
31009 origin=Position
31010 \series default
31011  angegeben.
31012  Folgende Positionen sind möglich: 
31013 \emph on
31014 c
31015 \emph default
31016  (mittig), 
31017 \emph on
31018 l
31019 \emph default
31020  (links), 
31021 \emph on
31022 r
31023 \emph default
31024  (rechts), 
31025 \emph on
31026 b
31027 \emph default
31028  (unten), 
31029 \emph on
31030 t
31031 \emph default
31032  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
31033  Z.
31034 \begin_inset space \thinspace{}
31035 \end_inset
31036
31037 B.
31038  bedeutet 
31039 \emph on
31040 lt
31041 \emph default
31042 , dass sich der Drehpunkt links oben befindet.
31043  Wird kein Drehpunkt angegeben, wird die Position 
31044 \emph on
31045 l
31046 \emph default
31047  verwendet.
31048  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
31049  Gedreht wird gegen den Uhrzeigersinn.
31050 \end_layout
31051
31052 \begin_layout Standard
31053 Im folgenden Beispiel wurde vor dem Text der Befehl 
31054 \series bold
31055
31056 \backslash
31057 rotatebox[origin=c]{60}{
31058 \series default
31059  im TeX-Modus eingegeben.
31060  Nach dem Text wurde die schließende Klammer 
31061 \series bold
31062 }
31063 \series default
31064  wiederum im TeX-Modus eingegeben.
31065 \end_layout
31066
31067 \begin_layout Standard
31068 Dies ist eine Zeile 
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 rotatebox[origin=c]{60}{
31077 \end_layout
31078
31079 \end_inset
31080
31081 mit rotiertem
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087 }
31088 \end_layout
31089
31090 \end_inset
31091
31092  Text.
31093 \end_layout
31094
31095 \begin_layout Standard
31096 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31097 \end_layout
31098
31099 \begin_layout Standard
31100 Dies ist eine Zeile 
31101 \begin_inset ERT
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105
31106
31107 \backslash
31108 rotatebox[origin=r]{-60}{
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \begin_inset Box Doublebox
31115 position "c"
31116 hor_pos "c"
31117 has_inner_box 0
31118 inner_pos "c"
31119 use_parbox 0
31120 use_makebox 0
31121 width "1in"
31122 special "width"
31123 height "1in"
31124 height_special "totalheight"
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 mit rotiertem
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset ERT
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139 }
31140 \end_layout
31141
31142 \end_inset
31143
31144  umrandeten Text 
31145 \begin_inset ERT
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149
31150
31151 \backslash
31152 rotatebox[origin=lb]{60}{
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167 }
31168 \end_layout
31169
31170 \end_inset
31171
31172  und einer Formel.
31173 \end_layout
31174
31175 \begin_layout Standard
31176 Oder ein Bild oder Tabelle:
31177 \end_layout
31178
31179 \begin_layout Standard
31180 Dies ist eine Zeile 
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186
31187 \backslash
31188 rotatebox[origin=lb]{90}{
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \begin_inset Graphics
31195         filename ../clipart/platypus.eps
31196         lyxscale 50
31197         width 25col%
31198
31199 \end_inset
31200
31201
31202 \begin_inset ERT
31203 status collapsed
31204
31205 \begin_layout Plain Layout
31206
31207 }
31208 \end_layout
31209
31210 \end_inset
31211
31212  mit einem rotierten Bild 
31213 \begin_inset ERT
31214 status collapsed
31215
31216 \begin_layout Plain Layout
31217
31218
31219 \backslash
31220 rotatebox[origin=l]{-90}{
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \begin_inset Tabular
31227 <lyxtabular version="3" rows="2" columns="2">
31228 <features tabularvalignment="middle">
31229 <column alignment="center" valignment="top" width="0">
31230 <column alignment="center" valignment="top" width="0">
31231 <row>
31232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31233 \begin_inset Text
31234
31235 \begin_layout Plain Layout
31236 q
31237 \end_layout
31238
31239 \end_inset
31240 </cell>
31241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31242 \begin_inset Text
31243
31244 \begin_layout Plain Layout
31245 w
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 </row>
31251 <row>
31252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31253 \begin_inset Text
31254
31255 \begin_layout Plain Layout
31256 e
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265 r
31266 \end_layout
31267
31268 \end_inset
31269 </cell>
31270 </row>
31271 </lyxtabular>
31272
31273 \end_inset
31274
31275
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281 }
31282 \end_layout
31283
31284 \end_inset
31285
31286  und Tabelle.
31287 \end_layout
31288
31289 \begin_layout Subsection
31290 Skalierte Boxen
31291 \begin_inset Index idx
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Boxen ! skalierte
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \begin_inset Index idx
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Skaliertes Material
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \begin_inset Index idx
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315 Abbildungen ! skalierte
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset Index idx
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325 Tabellen ! skalierte
31326 \end_layout
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Standard
31334 Um Text zu skalieren, kann man die Befehle 
31335 \series bold
31336
31337 \backslash
31338 scalebox
31339 \series default
31340  und 
31341 \series bold
31342
31343 \backslash
31344 resizebox
31345 \series default
31346  im TeX-Modus verwenden.
31347 \end_layout
31348
31349 \begin_layout Standard
31350
31351 \series bold
31352
31353 \backslash
31354 scalebox
31355 \series default
31356  wird nach folgendem Schema verwendet:
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 scalebox{horizontal}[vertikal]{Boxinhalt}
31365 \end_layout
31366
31367 \begin_layout Standard
31368 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31369  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31370  verwendet.
31371 \end_layout
31372
31373 \begin_layout Standard
31374 Z.
31375 \begin_inset space \thinspace{}
31376 \end_inset
31377
31378 B.
31379  ergibt der Befehl 
31380 \series bold
31381
31382 \backslash
31383 scalebox{2}{Hallo}
31384 \series default
31385  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 scalebox{2}{
31394 \end_layout
31395
31396 \end_inset
31397
31398 Hallo
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404 }
31405 \end_layout
31406
31407 \end_inset
31408
31409 .
31410 \end_layout
31411
31412 \begin_layout Standard
31413
31414 \series bold
31415
31416 \backslash
31417 scalebox{2}[1]{Hallo}
31418 \series default
31419  verzerrt hingegen das 
31420 \begin_inset ERT
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424
31425
31426 \backslash
31427 scalebox{2}[1]{
31428 \end_layout
31429
31430 \end_inset
31431
31432 Hallo
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438 }
31439 \end_layout
31440
31441 \end_inset
31442
31443 .
31444 \end_layout
31445
31446 \begin_layout Standard
31447 Die Skalierungsfaktoren dürfen auch negativ sein.
31448  In diesem Fall wird der Boxinhalt gespiegelt.
31449 \end_layout
31450
31451 \begin_layout Standard
31452 Daher lässt sich mit dem Befehl 
31453 \series bold
31454
31455 \backslash
31456 scalebox{-1}[1]{Hallo}
31457 \series default
31458  Spiegelschrift erstellen: 
31459 \begin_inset ERT
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463
31464
31465 \backslash
31466 scalebox{-1}[1]{
31467 \end_layout
31468
31469 \end_inset
31470
31471 Hallo
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477 }
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \end_layout
31484
31485 \begin_layout Standard
31486
31487 \series bold
31488
31489 \backslash
31490 scalebox{1}[-1]{Hallo}
31491 \series default
31492  spiegelt das 
31493 \begin_inset ERT
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497
31498
31499 \backslash
31500 scalebox{1}[-1]{
31501 \end_layout
31502
31503 \end_inset
31504
31505 Hallo
31506 \begin_inset ERT
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510
31511 }
31512 \end_layout
31513
31514 \end_inset
31515
31516  an der Grundlinie.
31517 \end_layout
31518
31519 \begin_layout Standard
31520 Zu 
31521 \series bold
31522
31523 \backslash
31524 scalebox{-1}[1]{Boxinhalt}
31525 \series default
31526  gibt es den äquivalenten Befehl
31527 \begin_inset Newline newline
31528 \end_inset
31529
31530
31531 \series bold
31532
31533 \backslash
31534 reflectbox{Boxinhalt}
31535 \series default
31536 .
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \begin_inset VSpace bigskip
31541 \end_inset
31542
31543
31544 \series bold
31545
31546 \backslash
31547 resizebox
31548 \series default
31549  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31550  skalieren.
31551  Das Befehlsschema ist folgendes:
31552 \end_layout
31553
31554 \begin_layout Standard
31555
31556 \series bold
31557
31558 \backslash
31559 resizebox{Breite}{Höhe}{Boxinhalt}
31560 \end_layout
31561
31562 \begin_layout Standard
31563 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31564 \series bold
31565 !
31566 \series default
31567  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31568  wird.
31569 \end_layout
31570
31571 \begin_layout Standard
31572 Der Befehl 
31573 \series bold
31574
31575 \backslash
31576 resizebox{2cm}{1cm}{Hallo}
31577 \series default
31578  ergibt: 
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 resizebox{2cm}{1cm}{
31587 \end_layout
31588
31589 \end_inset
31590
31591 Hallo
31592 \begin_inset ERT
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596
31597 }
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \begin_inset Newline newline
31604 \end_inset
31605
31606 Der Befehl 
31607 \series bold
31608
31609 \backslash
31610 resizebox{2cm}{!}{Hallo}
31611 \series default
31612  ergibt: 
31613 \begin_inset ERT
31614 status collapsed
31615
31616 \begin_layout Plain Layout
31617
31618
31619 \backslash
31620 resizebox{2cm}{!}{
31621 \end_layout
31622
31623 \end_inset
31624
31625 Hallo
31626 \begin_inset ERT
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631 }
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset VSpace bigskip
31641 \end_inset
31642
31643
31644 \begin_inset Note Greyedout
31645 status open
31646
31647 \begin_layout Plain Layout
31648
31649 \series bold
31650 Bemerkung:
31651 \series default
31652  Wurde in Argumenten von 
31653 \series bold
31654
31655 \backslash
31656 scalebox
31657 \series default
31658  oder 
31659 \series bold
31660
31661 \backslash
31662 resizebox
31663 \series default
31664  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31665  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31666  werden.
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 \begin_inset VSpace bigskip
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 Alle Boxen können beliebig miteinander kombiniert werden.
31683  So ergibt z.
31684 \begin_inset space \thinspace{}
31685 \end_inset
31686
31687 B.
31688  der Befehl
31689 \begin_inset Newline newline
31690 \end_inset
31691
31692
31693 \series bold
31694
31695 \backslash
31696 rotatebox[origin=c]{-45}{
31697 \backslash
31698 resizebox{2cm}{!}{
31699 \backslash
31700 reflectbox{Hallo}}}
31701 \series default
31702 :
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \align center
31707 \begin_inset ERT
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711
31712
31713 \backslash
31714 rotatebox[origin=c]{-45}{
31715 \backslash
31716 resizebox{2cm}{!}{
31717 \backslash
31718 reflectbox{
31719 \end_layout
31720
31721 \end_inset
31722
31723 Hallo
31724 \begin_inset ERT
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728
31729 }}}
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738 \noindent
31739 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31740 \end_layout
31741
31742 \begin_layout Standard
31743 \align center
31744 \begin_inset ERT
31745 status collapsed
31746
31747 \begin_layout Plain Layout
31748
31749
31750 \backslash
31751 rotatebox[origin=c]{-30}{
31752 \backslash
31753 resizebox{2cm}{!}{
31754 \backslash
31755 reflectbox{
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset Graphics
31762         filename ../clipart/platypus.eps
31763         lyxscale 50
31764         width 25col%
31765
31766 \end_inset
31767
31768
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774 }}}
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \begin_inset ERT
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784
31785
31786 \backslash
31787 rotatebox[origin=c]{-45}{
31788 \backslash
31789 resizebox{2cm}{!}{
31790 \backslash
31791 reflectbox{
31792 \end_layout
31793
31794 \end_inset
31795
31796
31797 \begin_inset Tabular
31798 <lyxtabular version="3" rows="2" columns="2">
31799 <features tabularvalignment="middle">
31800 <column alignment="center" valignment="top" width="0">
31801 <column alignment="center" valignment="top" width="0">
31802 <row>
31803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31804 \begin_inset Text
31805
31806 \begin_layout Plain Layout
31807 q
31808 \end_layout
31809
31810 \end_inset
31811 </cell>
31812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31813 \begin_inset Text
31814
31815 \begin_layout Plain Layout
31816 w
31817 \end_layout
31818
31819 \end_inset
31820 </cell>
31821 </row>
31822 <row>
31823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827 e
31828 \end_layout
31829
31830 \end_inset
31831 </cell>
31832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31833 \begin_inset Text
31834
31835 \begin_layout Plain Layout
31836 r
31837 \end_layout
31838
31839 \end_inset
31840 </cell>
31841 </row>
31842 </lyxtabular>
31843
31844 \end_inset
31845
31846
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852 }}}
31853 \end_layout
31854
31855 \end_inset
31856
31857
31858 \begin_inset ERT
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863
31864 \backslash
31865 rotatebox[origin=c]{-45}{
31866 \backslash
31867 resizebox{2cm}{!}{
31868 \backslash
31869 reflectbox{
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31876 \end_inset
31877
31878
31879 \begin_inset ERT
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883
31884 }}}
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \begin_layout Standard
31893 Hat man den globalen Formelstil 
31894 \series bold
31895 fleqn
31896 \series default
31897
31898 \begin_inset Foot
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902 Wenn 
31903 \begin_inset Quotes gld
31904 \end_inset
31905
31906 fleqn
31907 \begin_inset Quotes grd
31908 \end_inset
31909
31910  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31911 \end_layout
31912
31913 \end_inset
31914
31915  gewählt, kann man auch abgesetzte Formeln skalieren.
31916 \end_layout
31917
31918 \begin_layout Chapter
31919 Umflossene Objekte
31920 \begin_inset Index idx
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924 Umflossene Objekte
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \end_layout
31931
31932 \begin_layout Section
31933 Umflossene Gleitobjekte
31934 \begin_inset CommandInset label
31935 LatexCommand label
31936 name "sec:Umflossene-Gleitobjekte"
31937
31938 \end_inset
31939
31940
31941 \begin_inset Index idx
31942 status collapsed
31943
31944 \begin_layout Plain Layout
31945 Gleitobjekte ! umflossene
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \begin_inset Index idx
31952 status collapsed
31953
31954 \begin_layout Plain Layout
31955 Umflossene Objekte ! Gleitobjekte
31956 \end_layout
31957
31958 \end_inset
31959
31960
31961 \end_layout
31962
31963 \begin_layout Standard
31964 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
31965  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
31966  den die Abbildung bzw.
31967 \begin_inset space ~
31968 \end_inset
31969
31970 Tabelle übrig lässt.
31971  Die Gleitobjekte können hierbei nur innerhalb des Absatzes gleiten.
31972  Sie werden über das Menü
31973 \family sans
31974  Einfügen\SpecialChar \menuseparator
31975 Gleitobjekt\SpecialChar \menuseparator
31976 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
31977 objekt
31978 \family default
31979  eingefügt, wenn das LaTeX-Paket 
31980 \series bold
31981 wrapfig
31982 \series default
31983
31984 \begin_inset Index idx
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988 LaTeX-Pakete ! wrapfig
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 vspace{4mm}
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \end_inset
32005
32006  installiert ist.
32007 \begin_inset Foot
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
32012 \emph on
32013 LaTeX-Konfiguration
32014 \emph default
32015  beschrieben.
32016 \end_layout
32017
32018 \end_inset
32019
32020  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
32021  Box des Gleitobjekts geändert werden.
32022  
32023 \begin_inset Wrap figure
32024 lines 0
32025 placement l
32026 overhang 1cm
32027 width "40col%"
32028 status open
32029
32030 \begin_layout Plain Layout
32031 \begin_inset Graphics
32032         filename ../clipart/mobius.eps
32033         width 40col%
32034         scaleBeforeRotation
32035         rotateOrigin center
32036
32037 \end_inset
32038
32039
32040 \end_layout
32041
32042 \begin_layout Plain Layout
32043 \begin_inset Caption
32044
32045 \begin_layout Plain Layout
32046 \begin_inset CommandInset label
32047 LatexCommand label
32048 name "abb:Dies-ist-eine"
32049
32050 \end_inset
32051
32052 Dies ist eine umflossene Gleitobjekt-Abbildung
32053 \end_layout
32054
32055 \end_inset
32056
32057
32058 \end_layout
32059
32060 \end_inset
32061
32062  Obligatorische Einstellungen sind die 
32063 \family sans
32064 Breite
32065 \family default
32066  und 
32067 \family sans
32068 Platzierung
32069 \family default
32070  des Gleitobjekts.
32071  Optional sind der 
32072 \family sans
32073 Überhang 
32074 \family default
32075 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
32076 \begin_inset space \thinspace{}
32077 \end_inset
32078
32079 /
32080 \begin_inset space \thinspace{}
32081 \end_inset
32082
32083 der Seite ragt und die 
32084 \family sans
32085 benötigten Zeilen
32086 \family default
32087 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
32088  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
32089  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
32090  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
32091  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
32092  zu lassen.
32093  Abbildung
32094 \begin_inset space ~
32095 \end_inset
32096
32097
32098 \begin_inset CommandInset ref
32099 LatexCommand ref
32100 reference "abb:Dies-ist-eine"
32101
32102 \end_inset
32103
32104  ist zum Beispiel ein umflossenes Bild, das 40
32105 \begin_inset space \thinspace{}
32106 \end_inset
32107
32108 % der Spaltenbreite einnimmt, 1
32109 \begin_inset space \thinspace{}
32110 \end_inset
32111
32112 cm in den Rand ragt und links gesetzt wurde.
32113 \end_layout
32114
32115 \begin_layout Standard
32116 \begin_inset Note Greyedout
32117 status open
32118
32119 \begin_layout Plain Layout
32120
32121 \series bold
32122 Bemerkung:
32123 \series default
32124  Umflossene Objekte sind fragil! Wenn die Abbildung z.
32125 \begin_inset space \thinspace{}
32126 \end_inset
32127
32128 B.
32129  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
32130  oder über anderen Text gedruckt wird.
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \end_layout
32137
32138 \begin_layout Standard
32139 Allgemein gilt für umflossene Gleitobjekte:
32140 \end_layout
32141
32142 \begin_layout Itemize
32143 Sie sollten nicht in Absätze gepackt werden, die auf der nächsten Seite
32144  fortgesetzt werden.
32145  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
32146  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
32147 \end_layout
32148
32149 \begin_layout Itemize
32150 Sie sollten entweder vor dem Absatz, dessen Text um sie fließen soll, eingefügt
32151  werden oder darin.
32152 \end_layout
32153
32154 \begin_layout Itemize
32155 Sie in aufeinander folgenden Absätzen können Probleme bereiten, also achten
32156  Sie darauf, dass mindestens ein Textabsatz zwischen ihnen ist.
32157 \end_layout
32158
32159 \begin_layout Itemize
32160 Sie sind weder in Abschnitts-Überschriften noch in Tabellen erlaubt.
32161 \end_layout
32162
32163 \begin_layout Itemize
32164 Ihre Nummerierung und Referenzierung erfolgt wie in Kap.
32165 \begin_inset space \thinspace{}
32166 \end_inset
32167
32168
32169 \begin_inset CommandInset ref
32170 LatexCommand ref
32171 reference "chap:Gleitobjekte"
32172
32173 \end_inset
32174
32175  beschrieben.
32176 \end_layout
32177
32178 \begin_layout Section
32179 Umflossene Fixe Objekte
32180 \begin_inset Index idx
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184 Umflossene Objekte ! Fixe Objekte
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \begin_layout Standard
32193 Die in Abschnitt
32194 \begin_inset space ~
32195 \end_inset
32196
32197
32198 \begin_inset CommandInset ref
32199 LatexCommand ref
32200 reference "sec:Umflossene-Gleitobjekte"
32201
32202 \end_inset
32203
32204  beschriebenen umflossenen Gleitobjekte haben folgende Positionen im Absatz:
32205 \end_layout
32206
32207 \begin_layout Standard
32208 \noindent
32209 \align center
32210 \begin_inset Tabular
32211 <lyxtabular version="3" rows="2" columns="2">
32212 <features tabularvalignment="middle">
32213 <column alignment="center" valignment="top" width="0">
32214 <column alignment="center" valignment="top" width="0">
32215 <row>
32216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 \begin_inset Graphics
32221         filename ../../images/dialog-show-new-inset_graphics.png
32222         scale 70
32223         scaleBeforeRotation
32224         BoundingBox 0bp 6bp 22bp 22bp
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \end_inset
32232 </cell>
32233 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32234 \begin_inset Text
32235
32236 \begin_layout Plain Layout
32237 Text
32238 \end_layout
32239
32240 \end_inset
32241 </cell>
32242 </row>
32243 <row>
32244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32245 \begin_inset Text
32246
32247 \begin_layout Plain Layout
32248 Text
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 Text
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 </lyxtabular>
32264
32265 \end_inset
32266
32267  oder 
32268 \begin_inset Tabular
32269 <lyxtabular version="3" rows="2" columns="2">
32270 <features tabularvalignment="middle">
32271 <column alignment="center" valignment="top" width="0">
32272 <column alignment="center" valignment="top" width="0">
32273 <row>
32274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 Text
32279 \end_layout
32280
32281 \end_inset
32282 </cell>
32283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287 \begin_inset Graphics
32288         filename ../../images/dialog-show-new-inset_graphics.png
32289         scale 70
32290         scaleBeforeRotation
32291         BoundingBox 0bp 6bp 22bp 22bp
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \end_inset
32299 </cell>
32300 </row>
32301 <row>
32302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32303 \begin_inset Text
32304
32305 \begin_layout Plain Layout
32306 Text
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315 Text
32316 \end_layout
32317
32318 \end_inset
32319 </cell>
32320 </row>
32321 </lyxtabular>
32322
32323 \end_inset
32324
32325
32326 \end_layout
32327
32328 \begin_layout Standard
32329 Will man ein Objekt exakt an der Stelle im Absatz haben, wo es eingefügt
32330  wurde, um z.
32331 \begin_inset space \thinspace{}
32332 \end_inset
32333
32334 B.
32335  solche Positionen zu erhalten:
32336 \begin_inset VSpace defskip
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 \noindent
32344 \align center
32345 \begin_inset Tabular
32346 <lyxtabular version="3" rows="2" columns="2">
32347 <features tabularvalignment="middle">
32348 <column alignment="center" valignment="top" width="0">
32349 <column alignment="center" valignment="top" width="0">
32350 <row>
32351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32352 \begin_inset Text
32353
32354 \begin_layout Plain Layout
32355 Text
32356 \end_layout
32357
32358 \end_inset
32359 </cell>
32360 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32361 \begin_inset Text
32362
32363 \begin_layout Plain Layout
32364 Text
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 </row>
32370 <row>
32371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375 \begin_inset Graphics
32376         filename ../../images/dialog-show-new-inset_graphics.png
32377         scale 70
32378         scaleBeforeRotation
32379         BoundingBox 0bp 6bp 22bp 22bp
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \end_inset
32387 </cell>
32388 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32389 \begin_inset Text
32390
32391 \begin_layout Plain Layout
32392 Text
32393 \end_layout
32394
32395 \end_inset
32396 </cell>
32397 </row>
32398 </lyxtabular>
32399
32400 \end_inset
32401
32402  
32403 \begin_inset Tabular
32404 <lyxtabular version="3" rows="2" columns="2">
32405 <features tabularvalignment="middle">
32406 <column alignment="center" valignment="top" width="0">
32407 <column alignment="center" valignment="top" width="0">
32408 <row>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 Text
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 Text
32423 \end_layout
32424
32425 \end_inset
32426 </cell>
32427 </row>
32428 <row>
32429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32430 \begin_inset Text
32431
32432 \begin_layout Plain Layout
32433 Text
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442 \begin_inset Graphics
32443         filename ../../images/dialog-show-new-inset_graphics.png
32444         scale 70
32445         scaleBeforeRotation
32446         BoundingBox 0bp 6bp 22bp 22bp
32447
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 </row>
32456 </lyxtabular>
32457
32458 \end_inset
32459
32460  
32461 \begin_inset Tabular
32462 <lyxtabular version="3" rows="2" columns="3">
32463 <features tabularvalignment="middle">
32464 <column alignment="center" valignment="top" width="0">
32465 <column alignment="center" valignment="top" width="0">
32466 <column alignment="center" valignment="top" width="0">
32467 <row>
32468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32469 \begin_inset Text
32470
32471 \begin_layout Plain Layout
32472 Text
32473 \end_layout
32474
32475 \end_inset
32476 </cell>
32477 <cell alignment="center" valignment="top" topline="true" usebox="none">
32478 \begin_inset Text
32479
32480 \begin_layout Plain Layout
32481 \begin_inset Graphics
32482         filename ../../images/dialog-show-new-inset_graphics.png
32483         scale 70
32484         scaleBeforeRotation
32485         BoundingBox 0bp 6bp 22bp 22bp
32486
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 Text
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 </row>
32504 <row>
32505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509 Text
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518 Text
32519 \end_layout
32520
32521 \end_inset
32522 </cell>
32523 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 Text
32528 \end_layout
32529
32530 \end_inset
32531 </cell>
32532 </row>
32533 </lyxtabular>
32534
32535 \end_inset
32536
32537  
32538 \begin_inset Tabular
32539 <lyxtabular version="3" rows="2" columns="3">
32540 <features tabularvalignment="middle">
32541 <column alignment="center" valignment="top" width="0">
32542 <column alignment="center" valignment="top" width="0">
32543 <column alignment="center" valignment="top" width="0">
32544 <row>
32545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32546 \begin_inset Text
32547
32548 \begin_layout Plain Layout
32549 Text
32550 \end_layout
32551
32552 \end_inset
32553 </cell>
32554 <cell alignment="center" valignment="top" topline="true" usebox="none">
32555 \begin_inset Text
32556
32557 \begin_layout Plain Layout
32558 Text
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32564 \begin_inset Text
32565
32566 \begin_layout Plain Layout
32567 Text
32568 \end_layout
32569
32570 \end_inset
32571 </cell>
32572 </row>
32573 <row>
32574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578 Text
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32584 \begin_inset Text
32585
32586 \begin_layout Plain Layout
32587 \begin_inset Graphics
32588         filename ../../images/dialog-show-new-inset_graphics.png
32589         scale 70
32590         scaleBeforeRotation
32591         BoundingBox 0bp 6bp 22bp 22bp
32592
32593 \end_inset
32594
32595
32596 \end_layout
32597
32598 \end_inset
32599 </cell>
32600 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32601 \begin_inset Text
32602
32603 \begin_layout Plain Layout
32604 Text
32605 \end_layout
32606
32607 \end_inset
32608 </cell>
32609 </row>
32610 </lyxtabular>
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Standard
32618 \noindent
32619 \align center
32620 \begin_inset Tabular
32621 <lyxtabular version="3" rows="3" columns="2">
32622 <features tabularvalignment="middle">
32623 <column alignment="center" valignment="top" width="0">
32624 <column alignment="center" valignment="top" width="0">
32625 <row>
32626 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32636 \begin_inset Text
32637
32638 \begin_layout Plain Layout
32639 Text
32640 \end_layout
32641
32642 \end_inset
32643 </cell>
32644 </row>
32645 <row>
32646 <cell alignment="center" valignment="top" leftline="true" 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" rightline="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 </row>
32693 </lyxtabular>
32694
32695 \end_inset
32696
32697  
32698 \begin_inset Tabular
32699 <lyxtabular version="3" rows="3" columns="3">
32700 <features tabularvalignment="middle">
32701 <column alignment="center" valignment="top" width="0">
32702 <column alignment="center" valignment="top" width="0">
32703 <column alignment="center" valignment="top" width="0">
32704 <row>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 Text
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" topline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718 Text
32719 \end_layout
32720
32721 \end_inset
32722 </cell>
32723 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32724 \begin_inset Text
32725
32726 \begin_layout Plain Layout
32727 Text
32728 \end_layout
32729
32730 \end_inset
32731 </cell>
32732 </row>
32733 <row>
32734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32735 \begin_inset Text
32736
32737 \begin_layout Plain Layout
32738 Text
32739 \end_layout
32740
32741 \end_inset
32742 </cell>
32743 <cell alignment="center" valignment="top" usebox="none">
32744 \begin_inset Text
32745
32746 \begin_layout Plain Layout
32747 \begin_inset Graphics
32748         filename ../../images/dialog-show-new-inset_graphics.png
32749         scale 70
32750         scaleBeforeRotation
32751         BoundingBox 0bp 6bp 22bp 22bp
32752
32753 \end_inset
32754
32755
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 Text
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 </row>
32770 <row>
32771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 Text
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 Text
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 Text
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 </row>
32799 </lyxtabular>
32800
32801 \end_inset
32802
32803  
32804 \begin_inset Tabular
32805 <lyxtabular version="3" rows="3" columns="2">
32806 <features tabularvalignment="middle">
32807 <column alignment="center" valignment="top" width="0">
32808 <column alignment="center" valignment="top" width="0">
32809 <row>
32810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32811 \begin_inset Text
32812
32813 \begin_layout Plain Layout
32814 Text
32815 \end_layout
32816
32817 \end_inset
32818 </cell>
32819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32820 \begin_inset Text
32821
32822 \begin_layout Plain Layout
32823 Text
32824 \end_layout
32825
32826 \end_inset
32827 </cell>
32828 </row>
32829 <row>
32830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 Text
32835 \end_layout
32836
32837 \end_inset
32838 </cell>
32839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
32840 \begin_inset Text
32841
32842 \begin_layout Plain Layout
32843 \begin_inset Graphics
32844         filename ../../images/dialog-show-new-inset_graphics.png
32845         scale 70
32846         scaleBeforeRotation
32847         BoundingBox 0bp 6bp 22bp 22bp
32848
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 </row>
32857 <row>
32858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862 Text
32863 \end_layout
32864
32865 \end_inset
32866 </cell>
32867 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 Text
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 </row>
32877 </lyxtabular>
32878
32879 \end_inset
32880
32881
32882 \end_layout
32883
32884 \begin_layout Standard
32885 \noindent
32886 kann man das LaTeX-Paket 
32887 \series bold
32888 picinpar
32889 \series default
32890
32891 \begin_inset Index idx
32892 status collapsed
32893
32894 \begin_layout Plain Layout
32895 LaTeX-Pakete ! picinpar
32896 \end_layout
32897
32898 \end_inset
32899
32900  benutzen.
32901  Hier ist ein Beispiel:
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset ERT
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909
32910
32911 \backslash
32912 ifpicinpar
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \begin_inset Note Note
32919 status open
32920
32921 \begin_layout Plain Layout
32922 Der folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
32923 \series bold
32924 picinpar
32925 \series default
32926  installiert ist.
32927 \end_layout
32928
32929 \end_inset
32930
32931
32932 \end_layout
32933
32934 \begin_layout Standard
32935 \begin_inset ERT
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939
32940
32941 \backslash
32942 begin{window}[2,c,{
32943 \end_layout
32944
32945 \end_inset
32946
32947
32948 \begin_inset Graphics
32949         filename ../clipart/mobius.eps
32950         lyxscale 60
32951         width 40col%
32952         scaleBeforeRotation
32953         rotateOrigin center
32954
32955 \end_inset
32956
32957
32958 \begin_inset ERT
32959 status collapsed
32960
32961 \begin_layout Plain Layout
32962
32963 },]
32964 \end_layout
32965
32966 \begin_layout Plain Layout
32967
32968 {}
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \size small
32975 \lang english
32976 It was in the spring of the year 1894 that all London was interested, and
32977  the fashionable world dismayed, by the murder of the Honourable Ronald
32978  Adair under most unusual and inexplicable circumstances.
32979  The public has already learned those particulars of the crime which
32980 \size default
32981
32982 \begin_inset ERT
32983 status collapsed
32984
32985 \begin_layout Plain Layout
32986
32987
32988 \backslash
32989 footnotemark{}
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \size small
32996  came out in the police investigation, but a good deal was suppressed upon
32997  that occasion, since the case for the prosecution was so overwhelmingly
32998  strong that it was not necessary to bring forward all the facts.
32999  Only now, at the end of nearly ten years, am I allowed to supply those
33000  missing links which make up the whole of that remarkable chain.
33001 \size default
33002 \lang ngerman
33003
33004 \begin_inset ERT
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008
33009
33010 \backslash
33011 end{window}
33012 \end_layout
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \begin_layout Standard
33020 \begin_inset ERT
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024
33025
33026 \backslash
33027 footnotetext{
33028 \end_layout
33029
33030 \end_inset
33031
33032 Fußnote des Absatzes mit fixem Objekt.
33033 \begin_inset ERT
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037
33038 }
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Standard
33047 Umflossene fixe Objekte werden benutzt, um Text um ein Objekt herum fließen
33048  zu lassen, wobei man durch die Anzahl der Zeilen über dem Objekt dessen
33049  vertikale Position im Text bestimmen kann.
33050  Im Gegensatz zu umflossenen Gleitobjekten können sie aber nicht nummeriert
33051  beschriftet werden.
33052 \end_layout
33053
33054 \begin_layout Standard
33055 Ein fixes Objekt wird eingefügt, indem man zu Beginn eines Absatzes den
33056  Befehl
33057 \end_layout
33058
33059 \begin_layout Standard
33060
33061 \series bold
33062
33063 \backslash
33064 begin{window}[2,c,{
33065 \end_layout
33066
33067 \begin_layout Standard
33068 als TeX-Code einfügt.
33069  Der erste Parameter in der eckigen Klammer, hier '2', definiert die Anzahl
33070  der Zeilen über dem Objekt, der zweite, hier 'c', die Position des Objekts.
33071  Es sind die Positionen 'l', 'c' und 'r' (für links, Mitte, rechts) möglich.
33072  Danach fügt man das Objekt ein.
33073  In diesem Beispiel wurde ein Bild der Breite von 40
33074 \begin_inset space \thinspace{}
33075 \end_inset
33076
33077 % der Textspaltenbreite eingefügt.
33078  Das Objekt kann auch eine Tabelle, eine Box oder eine Formel sein.
33079  Nach dem Objekt fügt man den Befehl
33080 \end_layout
33081
33082 \begin_layout Standard
33083
33084 \series bold
33085 },Beschreibungstext]
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089 {}
33090 \end_layout
33091
33092 \begin_layout Standard
33093 ein.
33094  Man beachte dass das 
33095 \begin_inset Quotes gld
33096 \end_inset
33097
33098
33099 \series bold
33100 {}
33101 \series default
33102
33103 \begin_inset Quotes grd
33104 \end_inset
33105
33106  in der zweiten Zeile steht.
33107  Der Beschreibungstext ist optional.
33108  Der Text, der das Objekt umfließen soll, muss sich im selben Absatz wie
33109  das Objekt befinden, also direkt nach dem 
33110 \series bold
33111 {}
33112 \series default
33113  beginnen.
33114  Am Ende des Absatzes fügt man folgenden Befehl ein:
33115 \end_layout
33116
33117 \begin_layout Standard
33118
33119 \series bold
33120
33121 \backslash
33122 end{window}
33123 \end_layout
33124
33125 \begin_layout Standard
33126 Innerhalb eines Absatzes mit fixem Objekt kann man keine Fußnoten einfügen,
33127  man muss stattdessen den Befehl 
33128 \series bold
33129
33130 \backslash
33131 footnotemark
33132 \series default
33133  verwenden.
33134  Außerhalb des Absatzes den Befehl 
33135 \series bold
33136
33137 \backslash
33138 footnotetext
33139 \series default
33140 , wie es in Abschnitt
33141 \begin_inset space ~
33142 \end_inset
33143
33144
33145 \begin_inset CommandInset ref
33146 LatexCommand ref
33147 reference "abs:Fußnoten"
33148
33149 \end_inset
33150
33151  beschrieben ist.
33152 \end_layout
33153
33154 \begin_layout Standard
33155 \begin_inset ERT
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159
33160
33161 \backslash
33162 else
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \begin_inset Note Note
33169 status open
33170
33171 \begin_layout Plain Layout
33172 Der folgende Teil wird gedruckt, wenn das LaTeX-Paket 
33173 \series bold
33174 picinpar
33175 \series default
33176  nicht installiert ist:
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185 Das LaTeX-Paket 
33186 \series bold
33187 picinpar
33188 \series default
33189  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
33190 \end_layout
33191
33192 \begin_layout Standard
33193 \begin_inset ERT
33194 status collapsed
33195
33196 \begin_layout Plain Layout
33197
33198
33199 \backslash
33200 fi
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Section
33209 Initiale
33210 \begin_inset Index idx
33211 status collapsed
33212
33213 \begin_layout Plain Layout
33214 Initiale
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \begin_inset Index idx
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224 Umflossene Objekte ! Initiale
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Für Initialen muss das LaTeX-Paket 
33234 \series bold
33235 lettrine
33236 \series default
33237
33238 \begin_inset Index idx
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242 LaTeX-Pakete ! lettrine
33243 \end_layout
33244
33245 \end_inset
33246
33247  installiert sein und das Modul 
33248 \family sans
33249 Initialen
33250 \family default
33251  im Dokument verwendet werden (Menü 
33252 \family sans
33253 Dokument\SpecialChar \menuseparator
33254 Einstellungen\SpecialChar \menuseparator
33255 Module
33256 \family default
33257 ).
33258  Um eine Initiale einzufügen, verwendet man den Stil 
33259 \family sans
33260 Initiale
33261 \family default
33262 .
33263  Dieser Stil hat ein obligatorisches und ein optionales Argument.
33264  Das obligatorische Argument wird über das Menü 
33265 \family sans
33266 Einfügen\SpecialChar \menuseparator
33267 Kurztitel
33268 \family default
33269  eingefügt und enthält den Buchstaben, der die Initiale bildet.
33270  Um auch das optionales Argument zu verwenden, fügt man ein weiteres Argument
33271  vor dem obligatorischen ein.
33272  Dieses enthält Parameter um die Initiale zu modifizieren.
33273  Für mehr Informationen über die möglichen Parameter siehe die Dokumentation
33274  von 
33275 \series bold
33276 lettrine
33277 \series default
33278
33279 \begin_inset CommandInset citation
33280 LatexCommand cite
33281 key "lettrine"
33282
33283 \end_inset
33284
33285 .
33286  Der Stil selbst enthält den Text, der die Initiale umgibt.
33287  Der übliche Stil ist dabei, dass das Wort, dessen erster Buchstabe die
33288  Initiale ist, in 
33289 \shape smallcaps
33290 Kapitälchen
33291 \shape default
33292  gedruckt wird.
33293  Um LaTeX zu sagen, wo dieses Wort endet, fügt man an dieser Stelle eine
33294  schließende geschweifte Klammer '
33295 \series bold
33296 }
33297 \series default
33298 ' als TeX-Code ein.
33299  Am Ende des Stils muss eine öffnende geschweifte Klammer '
33300 \series bold
33301 {
33302 \series default
33303 ' als TeX-Code stehen.
33304 \end_layout
33305
33306 \begin_layout Standard
33307 \begin_inset Newpage newpage
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Hier sind einige Beispiele:
33315 \end_layout
33316
33317 \begin_layout Enumerate
33318 Kein optionales Argument, die Initiale ist der Buchstabe 'I' in der Mathe-Schrif
33319
33320 \begin_inset Formula $\mathfrak{Fraktur}$
33321 \end_inset
33322
33323 :
33324 \end_layout
33325
33326 \begin_deeper
33327 \begin_layout Initial
33328 \begin_inset Argument
33329 status open
33330
33331 \begin_layout Plain Layout
33332 \begin_inset Formula $\mathfrak{I}$
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \end_inset
33339
33340 t
33341 \begin_inset ERT
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345
33346 }
33347 \end_layout
33348
33349 \end_inset
33350
33351  
33352 \lang english
33353 was in the spring of the year 1894 that all London was interested, and the
33354  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33355  under most unusual and inexplicable circumstances.
33356  The public has already learned those particulars of the crime which came
33357  out in the police investigation, but a good deal was suppressed upon that
33358  occasion, since the case for the prosecution was so overwhelmingly strong
33359  that it was not necessary to bring forward all the facts.
33360 \lang ngerman
33361
33362 \begin_inset ERT
33363 status collapsed
33364
33365 \begin_layout Plain Layout
33366
33367 {
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \end_deeper
33376 \begin_layout Enumerate
33377 Nur eine Zeile umgibt die Initiale, die aus zwei Zeichen in der Standard-Schrift
33378  besteht und kein Text ist in 
33379 \shape smallcaps
33380 Kapitälchen
33381 \shape default
33382 :
33383 \end_layout
33384
33385 \begin_deeper
33386 \begin_layout Initial
33387 \begin_inset Argument
33388 status open
33389
33390 \begin_layout Plain Layout
33391 lines=1
33392 \end_layout
33393
33394 \end_inset
33395
33396
33397 \begin_inset Argument
33398 status open
33399
33400 \begin_layout Plain Layout
33401 It
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \begin_inset ERT
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411
33412 }
33413 \end_layout
33414
33415 \end_inset
33416
33417  
33418 \lang english
33419 was in the spring of the year 1894 that all London was interested, and the
33420  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33421  under most unusual and inexplicable circumstances.
33422  The public has already learned those particulars of the crime which came
33423  out in the police investigation, but a good deal was suppressed upon that
33424  occasion, since the case for the prosecution was so overwhelmingly strong
33425  that it was not necessary to bring forward all the facts.
33426 \lang ngerman
33427
33428 \begin_inset ERT
33429 status collapsed
33430
33431 \begin_layout Plain Layout
33432
33433 {
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \end_layout
33440
33441 \end_deeper
33442 \begin_layout Enumerate
33443 Magenta, hängende Initiale über 3
33444 \begin_inset space ~
33445 \end_inset
33446
33447 Zeilen in der Mathe-Schrift
33448 \begin_inset Newline newline
33449 \end_inset
33450
33451  
33452 \begin_inset Formula $\mathcal{KALLIGRAFISCH}$
33453 \end_inset
33454
33455 , der Text 
33456 \begin_inset Quotes gld
33457 \end_inset
33458
33459
33460 \lang english
33461 was in the spring
33462 \lang ngerman
33463
33464 \begin_inset Quotes erd
33465 \end_inset
33466
33467  ist in 
33468 \shape smallcaps
33469 Kapitälchen
33470 \shape default
33471 ; um die Initiale zu färben, muss man diesen Befehl vor der Initiale einfügen:
33472 \begin_inset Newline newline
33473 \end_inset
33474
33475
33476 \series bold
33477
33478 \backslash
33479 renewcommand{
33480 \backslash
33481 LettrineFontHook}{
33482 \backslash
33483 color{Farbe}}
33484 \series default
33485
33486 \begin_inset Newline newline
33487 \end_inset
33488
33489 wobei 
33490 \emph on
33491 Farbe
33492 \emph default
33493  
33494 \begin_inset Quotes gld
33495 \end_inset
33496
33497 red
33498 \begin_inset Quotes erd
33499 \end_inset
33500
33501
33502 \begin_inset Quotes gld
33503 \end_inset
33504
33505 blue
33506 \begin_inset Quotes erd
33507 \end_inset
33508
33509
33510 \begin_inset Quotes gld
33511 \end_inset
33512
33513 green
33514 \begin_inset Quotes erd
33515 \end_inset
33516
33517
33518 \begin_inset Quotes gld
33519 \end_inset
33520
33521 yellow
33522 \begin_inset Quotes erd
33523 \end_inset
33524
33525
33526 \begin_inset Quotes gld
33527 \end_inset
33528
33529 cyan
33530 \begin_inset Quotes erd
33531 \end_inset
33532
33533
33534 \begin_inset Quotes gld
33535 \end_inset
33536
33537 magenta
33538 \begin_inset Quotes erd
33539 \end_inset
33540
33541
33542 \begin_inset Quotes gld
33543 \end_inset
33544
33545 black
33546 \begin_inset Quotes erd
33547 \end_inset
33548
33549  oder 
33550 \begin_inset Quotes gld
33551 \end_inset
33552
33553 white
33554 \begin_inset Quotes erd
33555 \end_inset
33556
33557  sein kann, und diesen Befehl zur Dokument Präambel hinzufügen:
33558 \begin_inset Newline newline
33559 \end_inset
33560
33561
33562 \series bold
33563
33564 \backslash
33565 @ifundefined{textcolor}
33566 \begin_inset Newline newline
33567 \end_inset
33568
33569
33570 \begin_inset space ~
33571 \end_inset
33572
33573 {
33574 \backslash
33575 usepackage{color}}{}
33576 \end_layout
33577
33578 \begin_deeper
33579 \begin_layout Standard
33580 \begin_inset ERT
33581 status collapsed
33582
33583 \begin_layout Plain Layout
33584
33585
33586 \backslash
33587 renewcommand{
33588 \backslash
33589 LettrineFontHook}{
33590 \backslash
33591 color{magenta}}
33592 \end_layout
33593
33594 \end_inset
33595
33596
33597 \begin_inset Note Note
33598 status open
33599
33600 \begin_layout Plain Layout
33601 macht die Initiale magenta
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Initial
33610 \begin_inset Argument
33611 status open
33612
33613 \begin_layout Plain Layout
33614 lines=3, lhang=0.33, loversize=0.25
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \begin_inset Argument
33621 status open
33622
33623 \begin_layout Plain Layout
33624 \begin_inset Formula $\mathcal{I}$
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \lang english
33634 t was in the spring
33635 \lang ngerman
33636
33637 \begin_inset ERT
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641
33642 }
33643 \end_layout
33644
33645 \end_inset
33646
33647  
33648 \lang english
33649 of the year 1894 that all London was interested, and the fashionable world
33650  dismayed, by the murder of the Honourable Ronald Adair under most unusual
33651  and inexplicable circumstances.
33652  The public has already learned those particulars of the crime which came
33653  out in the police investigation, but a good deal was suppressed upon that
33654  occasion, since the case for the prosecution was so overwhelmingly strong
33655  that it was not necessary to bring forward all the facts.
33656 \family sans
33657 \lang ngerman
33658
33659 \begin_inset ERT
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663
33664 {
33665 \end_layout
33666
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \end_deeper
33673 \begin_layout Chapter
33674 Externe Dateien
33675 \begin_inset Index idx
33676 status collapsed
33677
33678 \begin_layout Plain Layout
33679 Dateien ! externe
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \begin_layout Standard
33688 Mit 
33689 \family sans
33690 Einfügen\SpecialChar \menuseparator
33691 Datei
33692 \family default
33693  können Sie fremdes Material in Ihr Dokument einsetzen.
33694  Das kann folgendes sein:
33695 \end_layout
33696
33697 \begin_layout Description
33698 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
33699  eingefügt.
33700 \end_layout
33701
33702 \begin_layout Description
33703 Einfacher
33704 \begin_inset space ~
33705 \end_inset
33706
33707 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
33708  eingefügt.
33709 \end_layout
33710
33711 \begin_layout Description
33712 Einfacher
33713 \begin_inset space ~
33714 \end_inset
33715
33716 Text,
33717 \begin_inset space ~
33718 \end_inset
33719
33720 Zeilen
33721 \begin_inset space ~
33722 \end_inset
33723
33724 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
33725  Leerzeilen trennen die Absätze.
33726 \end_layout
33727
33728 \begin_layout Description
33729 Externes
33730 \begin_inset space ~
33731 \end_inset
33732
33733 Material Dateien in verschiedenen Formaten.
33734 \end_layout
33735
33736 \begin_layout Description
33737 Unterdokument LyX- oder LaTeX-Dokumente.
33738 \end_layout
33739
33740 \begin_layout Section
33741 Externes Material
33742 \begin_inset Index idx
33743 status collapsed
33744
33745 \begin_layout Plain Layout
33746 Externes Material
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Standard
33755 Mit 
33756 \family sans
33757 Einfügen\SpecialChar \menuseparator
33758 Datei\SpecialChar \menuseparator
33759  Externes Material
33760 \family default
33761  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
33762  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
33763  weil LyX sich darum kümmert.
33764  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
33765  eingefügt werden können.
33766  Wenn die Grafikvorschau in den LyX-Einstellungen unter
33767 \family sans
33768  Aussehen
33769 \begin_inset space ~
33770 \end_inset
33771
33772 &
33773 \begin_inset space ~
33774 \end_inset
33775
33776 Handhabung\SpecialChar \menuseparator
33777 Grafik
33778 \family default
33779 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
33780 \end_layout
33781
33782 \begin_layout Standard
33783 Zur Zeit können Sie folgende Dateitypen (
33784 \family sans
33785 Vorlagen
33786 \family default
33787 ) benutzen:
33788 \end_layout
33789
33790 \begin_layout Description
33791 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
33792 \series bold
33793
33794 \begin_inset CommandInset href
33795 LatexCommand href
33796 name "XBoard"
33797 target "http://en.wikipedia.org/wiki/XBoard"
33798
33799 \end_inset
33800
33801
33802 \series default
33803  erzeugt wurden.
33804 \end_layout
33805
33806 \begin_layout Description
33807 Datum fügt ein Datum mit dem Format 
33808 \emph on
33809 Tag-Monat-Jahr
33810 \emph default
33811  ein.
33812  Hier ist ein Beispiel: 
33813 \begin_inset External
33814         template Date
33815         filename .
33816
33817 \end_inset
33818
33819
33820 \begin_inset space ~
33821 \end_inset
33822
33823
33824 \begin_inset Note Note
33825 status open
33826
33827 \begin_layout Plain Layout
33828
33829 \lang english
33830 Remove the protected space when bug 4398 is fixed!
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \begin_inset Newline newline
33837 \end_inset
33838
33839 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
33840  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
33841  Menü 
33842 \family sans
33843 Einfügen\SpecialChar \menuseparator
33844 Datum
33845 \family default
33846  und mit dem LaTeX-Befehl 
33847 \series bold
33848
33849 \backslash
33850 today
33851 \series default
33852 .
33853  Die verschiedenen Methoden werden in Tabelle
33854 \begin_inset space ~
33855 \end_inset
33856
33857
33858 \begin_inset CommandInset ref
33859 LatexCommand ref
33860 reference "tab:Vergleich-der-Datums-Eingaben"
33861
33862 \end_inset
33863
33864  verglichen.
33865 \end_layout
33866
33867 \begin_layout Description
33868 Dia unterstützt Diagramme, die mit dem Programm 
33869 \series bold
33870
33871 \begin_inset CommandInset href
33872 LatexCommand href
33873 name "Dia"
33874 target "http://en.wikipedia.org/wiki/Dia_(software)"
33875
33876 \end_inset
33877
33878
33879 \series default
33880  erzeugt wurden.
33881 \end_layout
33882
33883 \begin_layout Description
33884 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
33885 \series bold
33886
33887 \begin_inset CommandInset href
33888 LatexCommand href
33889 name "LilyPond"
33890 target "http://en.wikipedia.org/wiki/LilyPond"
33891
33892 \end_inset
33893
33894
33895 \series default
33896  schreiben.
33897 \end_layout
33898
33899 \begin_layout Description
33900 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
33901  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
33902 \emph on
33903 pages
33904 \emph default
33905  Option im Feld 
33906 \family sans
33907 Option
33908 \family default
33909  in der Karteikarte 
33910 \family sans
33911 LaTeX- und LyX-Optionen
33912 \family default
33913  entsprechend der Vorlagenbeschreibung im Dialog.
33914  Wenn keine 
33915 \emph on
33916 pages
33917 \emph default
33918  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
33919 \end_layout
33920
33921 \begin_layout Description
33922 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
33923  Fast alle bekannten Bildformate werden unterstützt.
33924  Die Bilddateien können im Dialogfenster 
33925 \family sans
33926 Externes
33927 \begin_inset space ~
33928 \end_inset
33929
33930 Material
33931 \family default
33932  genauso behandelt werden wie die mit dem normalen 
33933 \family sans
33934 Grafik
33935 \family default
33936 -Dialog eingefügten, siehe Abschnitt
33937 \begin_inset space ~
33938 \end_inset
33939
33940
33941 \begin_inset CommandInset ref
33942 LatexCommand ref
33943 reference "abs:Grafik-Dialog"
33944
33945 \end_inset
33946
33947 .
33948  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
33949  und EPS-Bilder werden nicht unterstützt.
33950 \end_layout
33951
33952 \begin_layout Description
33953 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
33954 \series bold
33955
33956 \begin_inset CommandInset href
33957 LatexCommand href
33958 name "Xfig"
33959 target "http://en.wikipedia.org/wiki/Xfig"
33960
33961 \end_inset
33962
33963
33964 \series default
33965  erzeugt wurden.
33966 \end_layout
33967
33968 \begin_layout Standard
33969 \begin_inset Float table
33970 placement h
33971 wide false
33972 sideways false
33973 status open
33974
33975 \begin_layout Plain Layout
33976 \begin_inset Caption
33977
33978 \begin_layout Plain Layout
33979 \begin_inset CommandInset label
33980 LatexCommand label
33981 name "tab:Vergleich-der-Datums-Eingaben"
33982
33983 \end_inset
33984
33985 Vergleich der Datums-Eingaben
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Plain Layout
33994 \align center
33995 \begin_inset Tabular
33996 <lyxtabular version="3" rows="4" columns="4">
33997 <features tabularvalignment="middle">
33998 <column alignment="center" valignment="top" width="0">
33999 <column alignment="center" valignment="top" width="0">
34000 <column alignment="center" valignment="top" width="0">
34001 <column alignment="center" valignment="top" width="0">
34002 <row>
34003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 Dokumentformat
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016
34017 \family sans
34018 Externes Material\SpecialChar \menuseparator
34019 Datum
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34025 \begin_inset Text
34026
34027 \begin_layout Plain Layout
34028
34029 \family sans
34030 Einfügen\SpecialChar \menuseparator
34031 Datum
34032 \end_layout
34033
34034 \end_inset
34035 </cell>
34036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34037 \begin_inset Text
34038
34039 \begin_layout Plain Layout
34040 Befehl 
34041 \series bold
34042
34043 \backslash
34044 today
34045 \end_layout
34046
34047 \end_inset
34048 </cell>
34049 </row>
34050 <row>
34051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34052 \begin_inset Text
34053
34054 \begin_layout Plain Layout
34055 LyX
34056 \end_layout
34057
34058 \end_inset
34059 </cell>
34060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 als Box
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34070 \begin_inset Text
34071
34072 \begin_layout Plain Layout
34073 als Datum
34074 \end_layout
34075
34076 \end_inset
34077 </cell>
34078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34079 \begin_inset Text
34080
34081 \begin_layout Plain Layout
34082 als TeX-Code
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 </row>
34088 <row>
34089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093 LaTeX
34094 \end_layout
34095
34096 \end_inset
34097 </cell>
34098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102 als Datum
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111 als Datum
34112 \end_layout
34113
34114 \end_inset
34115 </cell>
34116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34117 \begin_inset Text
34118
34119 \begin_layout Plain Layout
34120 als Befehl
34121 \end_layout
34122
34123 \end_inset
34124 </cell>
34125 </row>
34126 <row>
34127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131 DVI, PDF, PS
34132 \end_layout
34133
34134 \end_inset
34135 </cell>
34136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34137 \begin_inset Text
34138
34139 \begin_layout Plain Layout
34140 als Datum
34141 \end_layout
34142
34143 \end_inset
34144 </cell>
34145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34146 \begin_inset Text
34147
34148 \begin_layout Plain Layout
34149 als Datum
34150 \end_layout
34151
34152 \end_inset
34153 </cell>
34154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158 als Datum
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 </lyxtabular>
34165
34166 \end_inset
34167
34168
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \begin_layout Standard
34177 Wenn Sie im Dialogfenster
34178 \family sans
34179  Externes
34180 \begin_inset space ~
34181 \end_inset
34182
34183 Material 
34184 \family default
34185 in der Karteikarte
34186 \family sans
34187  Datei
34188 \family default
34189  die Option 
34190 \family sans
34191 Entwurf
34192 \family default
34193  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
34194 \begin_inset Newline newline
34195 \end_inset
34196
34197 LyX kann externes Material entweder als Box wie hier: 
34198 \begin_inset Graphics
34199         filename clipart/ExternesMaterialQt4.png
34200         scale 85
34201         scaleBeforeRotation
34202
34203 \end_inset
34204
34205  oder als Bild darstellen.
34206  Das hängt davon ab, ob Sie im Dialog
34207 \family sans
34208  
34209 \family default
34210 in der Karteikarte 
34211 \family sans
34212 LaTeX- und LyX-Optionen
34213 \family default
34214  die Option 
34215 \family sans
34216 In
34217 \begin_inset space ~
34218 \end_inset
34219
34220 LyX
34221 \begin_inset space ~
34222 \end_inset
34223
34224 anzeigen
34225 \family default
34226  gewählt haben oder nicht.
34227 \end_layout
34228
34229 \begin_layout Standard
34230 Im LyX-Handbuch 
34231 \family sans
34232 \emph on
34233 Anpassung
34234 \family default
34235 \emph default
34236  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
34237 \end_layout
34238
34239 \begin_layout Section
34240 Unterdokumente
34241 \begin_inset CommandInset label
34242 LatexCommand label
34243 name "abs:Unterdokumente"
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 Unterdokument
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
34262  oder Abschnitten bestehen.
34263  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
34264  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
34265  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
34266  z.
34267 \begin_inset space \thinspace{}
34268 \end_inset
34269
34270 B.
34271  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
34272 \end_layout
34273
34274 \begin_layout Standard
34275 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
34276  müssen, geben Sie im Unterdokument im Menü
34277 \family sans
34278  Dokument\SpecialChar \menuseparator
34279 Einstellungen\SpecialChar \menuseparator
34280 Dokumentklasse
34281 \family default
34282  das Hauptdokument an.
34283  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
34284  bearbeiten.
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Unterdokumente werden in LyX als Box angezeigt: 
34289 \begin_inset Graphics
34290         filename clipart/UnterdokumentQt4.png
34291         scale 85
34292         scaleBeforeRotation
34293
34294 \end_inset
34295
34296  Sie werden über
34297 \family sans
34298  Einfügen\SpecialChar \menuseparator
34299 Datei\SpecialChar \menuseparator
34300 Unterdokument
34301 \family default
34302  eingebunden, was das Dialogfenster
34303 \family sans
34304  Unterdokument
34305 \family default
34306  öffnet.
34307  Für 
34308 \family sans
34309 die Art
34310 \begin_inset space ~
34311 \end_inset
34312
34313 der
34314 \begin_inset space ~
34315 \end_inset
34316
34317 Einbindung
34318 \family default
34319  gibt es dort vier Möglichkeiten:
34320 \end_layout
34321
34322 \begin_layout Description
34323 Include Sie können LyX- und LaTeX-Dokumente einbinden.
34324  Wenn Sie im Dialogfenster
34325 \family sans
34326  Unterdokument
34327 \family default
34328  auf 
34329 \family sans
34330 Öffnen
34331 \family default
34332  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
34333  und Sie können es editieren.
34334 \begin_inset Newline newline
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Standard
34341 Hier wird ein Unterdokument
34342 \family sans
34343  
34344 \family default
34345 per 
34346 \family sans
34347 Include
34348 \family default
34349  eingebunden: 
34350 \begin_inset CommandInset include
34351 LatexCommand include
34352 filename "DummyDocument1.lyx"
34353
34354 \end_inset
34355
34356 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
34357  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
34358  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
34359 s.
34360  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
34361 \begin_inset space ~
34362 \end_inset
34363
34364
34365 \begin_inset CommandInset ref
34366 LatexCommand ref
34367 reference "uab:Externer-Unterabschnitt-1"
34368
34369 \end_inset
34370
34371 .
34372 \end_layout
34373
34374 \begin_layout Standard
34375 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
34376  wird benutzt.
34377  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
34378  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
34379  Unterdokumente, die per 
34380 \family sans
34381 Include
34382 \family default
34383  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
34384  und enden mit einem Seitenumbruch.
34385 \end_layout
34386
34387 \begin_layout Standard
34388 \begin_inset Note Greyedout
34389 status open
34390
34391 \begin_layout Plain Layout
34392
34393 \series bold
34394 Bemerkung:
34395 \series default
34396  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
34397  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
34398  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
34399  Ergebnissen führen wird.
34400 \end_layout
34401
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \begin_layout Description
34408 Input Diese Methode ist 
34409 \family sans
34410 Include
34411 \family default
34412  sehr ähnlich mit folgenden Unterschieden:
34413 \end_layout
34414
34415 \begin_deeper
34416 \begin_layout Itemize
34417 Unterdokumente, die per 
34418 \family sans
34419 Input
34420 \family default
34421  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
34422  Seite und enden NICHT mit einem Seitenumbruch.
34423 \end_layout
34424
34425 \begin_layout Itemize
34426 Unterdokumente, die per 
34427 \family sans
34428 Input
34429 \family default
34430  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
34431 \family sans
34432  Unterdokument Vorschau
34433 \begin_inset space ~
34434 \end_inset
34435
34436 anzeigen
34437 \family default
34438  angekreuzt wurde und in den LyX-Einstellungen unter
34439 \family sans
34440  Aussehen
34441 \begin_inset space ~
34442 \end_inset
34443
34444 &
34445 \begin_inset space ~
34446 \end_inset
34447
34448 Handhabung\SpecialChar \menuseparator
34449 Grafik\SpecialChar \menuseparator
34450 Sofortige
34451 \begin_inset space ~
34452 \end_inset
34453
34454 Vorschau
34455 \family default
34456  auf 
34457 \family sans
34458 An
34459 \family default
34460  gesetzt wurde.
34461  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
34462  aus.
34463 \end_layout
34464
34465 \begin_layout Itemize
34466 Unterdokumente, die per 
34467 \family sans
34468 Input
34469 \family default
34470  eingebunden werden, können nicht über das Menü 
34471 \family sans
34472 Dokument\SpecialChar \menuseparator
34473 Einstellungen\SpecialChar \menuseparator
34474 Unterdokumente
34475 \family default
34476  unterdrückt werden.
34477 \end_layout
34478
34479 \end_deeper
34480 \begin_layout Standard
34481 Hier ist ein Unterdokument, das mit
34482 \family sans
34483  Input
34484 \family default
34485  eingebunden wurde: 
34486 \begin_inset CommandInset include
34487 LatexCommand input
34488 filename "DummyDocument2.lyx"
34489
34490 \end_inset
34491
34492 .
34493 \end_layout
34494
34495 \begin_layout Description
34496 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
34497   In der Druckvorschau wird für den Text der Stil 
34498 \family typewriter
34499 Schreibmaschine
34500 \family default
34501  verwendet.
34502  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
34503  Wenn Sie im Dialogfenster
34504 \family sans
34505  Unterdokument Leerzeichen
34506 \begin_inset space ~
34507 \end_inset
34508
34509 bei
34510 \begin_inset space ~
34511 \end_inset
34512
34513 der
34514 \begin_inset space ~
34515 \end_inset
34516
34517 Ausgabe
34518 \begin_inset space ~
34519 \end_inset
34520
34521 kennzeichnen 
34522 \family default
34523 ankreuzen, wird in der Druckvorschau das Zeichen 
34524 \begin_inset Quotes gld
34525 \end_inset
34526
34527
34528 \begin_inset ERT
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532
34533
34534 \backslash
34535 textvisiblespace 
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \begin_inset Quotes grd
34542 \end_inset
34543
34544  für jedes Leerzeichen eingefügt.
34545 \begin_inset Newline newline
34546 \end_inset
34547
34548 Im Gegensatz zu 
34549 \family sans
34550 Einfügen\SpecialChar \menuseparator
34551 Datei\SpecialChar \menuseparator
34552 Einfacher
34553 \begin_inset space ~
34554 \end_inset
34555
34556 Text
34557 \family default
34558  wird bei 
34559 \family sans
34560 Unformatiert
34561 \family default
34562  der Dateiinhalt in LyX nicht dargestellt.
34563 \end_layout
34564
34565 \begin_layout Standard
34566 Hier ist ein Unterdokument, das mit
34567 \family sans
34568  Unformatiert
34569 \family default
34570  eingebunden wurde: 
34571 \begin_inset CommandInset include
34572 LatexCommand verbatiminput
34573 filename "DummyTextDocument.txt"
34574
34575 \end_inset
34576
34577
34578 \begin_inset VSpace bigskip
34579 \end_inset
34580
34581 Hier ist ein Unterdokument, das mit
34582 \family sans
34583  Unformatiert
34584 \family default
34585  eingebunden wurde und
34586 \family sans
34587  Leerzeichen
34588 \begin_inset space ~
34589 \end_inset
34590
34591 bei
34592 \begin_inset space ~
34593 \end_inset
34594
34595 der
34596 \begin_inset space ~
34597 \end_inset
34598
34599 Ausgabe
34600 \begin_inset space ~
34601 \end_inset
34602
34603 kennzeichnen
34604 \family default
34605  angekreuzt hat: 
34606 \begin_inset CommandInset include
34607 LatexCommand verbatiminput*
34608 filename "DummyTextDocument.txt"
34609
34610 \end_inset
34611
34612
34613 \end_layout
34614
34615 \begin_layout Standard
34616 \begin_inset VSpace bigskip
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \begin_layout Standard
34623 \begin_inset Note Greyedout
34624 status open
34625
34626 \begin_layout Plain Layout
34627
34628 \series bold
34629 Bemerkung:
34630 \series default
34631  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
34632  
34633 \family sans
34634 Unformatiert
34635 \family default
34636  eingebunden werden, am Zeilenende nicht umgebrochen.
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \begin_layout Description
34645 Listing Dieser Typ wird in Kapitel
34646 \begin_inset space ~
34647 \end_inset
34648
34649
34650 \begin_inset CommandInset ref
34651 LatexCommand ref
34652 reference "kap:Programm-Code-Listen"
34653
34654 \end_inset
34655
34656  beschrieben.
34657 \end_layout
34658
34659 \begin_layout Standard
34660 \begin_inset Note Greyedout
34661 status open
34662
34663 \begin_layout Plain Layout
34664
34665 \series bold
34666 Bemerkung:
34667 \series default
34668  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
34669  das zu LaTeX-Problemen führen.
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Wenn Sie nur bestimmte Unterdokumente des Dokuments ansehen/exportieren
34679  wollen, z.
34680 \begin_inset space \thinspace{}
34681 \end_inset
34682
34683 B: um Zeit beim Kompilieren zu sparen oder weil Sie nur einige Kapitel eines
34684  Buchs ausgeben möchten, können Sie Unterdokumente in der Ausgabe unterdrücken.
34685  Dies geschieht über das Menü 
34686 \family sans
34687 Dokument\SpecialChar \menuseparator
34688 Einstellungen\SpecialChar \menuseparator
34689 Unterdokumente
34690 \family default
34691 .
34692  Unterdokumente können unterdrückt/eingebunden werden, indem man doppelt
34693  in die Spalte 
34694 \family sans
34695 In Ausgabe einbinden
34696 \family default
34697  hinter dem jeweiligen Unterdokument klickt (beachten Sie, dass dies nur
34698  für Unterdokumente möglich ist, die per 
34699 \family sans
34700 Input
34701 \family default
34702  eingebunden wurden).
34703  Wenn die Option 
34704 \family sans
34705 Zähler und Querverweise wahren
34706 \family default
34707  aktiviert ist, sorgt LyX dafür, dass alle Seitennummern, Querverweise usw.
34708 \begin_inset space ~
34709 \end_inset
34710
34711 korrekt sind, so als würde das gesamte Dokument ausgegeben werden.
34712  Dies ist nützlich wenn die gewählten Unterdokumente in der Ausgabe so aussehen
34713  sollen, als wenn sie Teil des fertigen, ganzen Dokuments wären.
34714  Dazu muss LyX intern allerdings das gesamte Dokument prozessieren.
34715  Um Zeit beim Kompilieren zu sparen und wenn die Seitennummern nicht wichtig
34716  sind, wählen sie die Option nicht.
34717 \end_layout
34718
34719 \begin_layout Standard
34720 Alternativ, können Sie eingefügte Dateien in einen Zweig setzen.
34721 \begin_inset Foot
34722 status collapsed
34723
34724 \begin_layout Plain Layout
34725 Zweige sind im Kapitel 
34726 \emph on
34727 Zweige
34728 \emph default
34729  des LyX 
34730 \emph on
34731 Benutzerhandbuchs
34732 \emph default
34733  erklärt.
34734 \end_layout
34735
34736 \end_inset
34737
34738  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
34739  Dateien in der Ausgabe erscheinen.
34740  Dies hat den Vorteil, dass es auch bei Input-Einfügungen funktioniert.
34741  Jedoch können bei dieser Methode Zähler und Referenzen nicht aktuell gehalten
34742  werden.
34743 \end_layout
34744
34745 \begin_layout Chapter
34746 Programm-Code-Listen
34747 \begin_inset CommandInset label
34748 LatexCommand label
34749 name "kap:Programm-Code-Listen"
34750
34751 \end_inset
34752
34753
34754 \begin_inset Index idx
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 Listen
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \begin_inset Index idx
34765 status collapsed
34766
34767 \begin_layout Plain Layout
34768 Programm-Code
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
34778 \family sans
34779 Einfügen\SpecialChar \menuseparator
34780 Pro\SpecialChar \-
34781 grammlisting
34782 \family default
34783  verwenden.
34784  Das LaTeX-Paket 
34785 \series bold
34786 listings
34787 \series default
34788
34789 \begin_inset Index idx
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 LaTeX-Pakete ! listings
34794 \end_layout
34795
34796 \end_inset
34797
34798  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
34799 \end_layout
34800
34801 \begin_layout Standard
34802 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
34803 rmat der Programm-Code-Liste festlegen.
34804 \end_layout
34805
34806 \begin_layout Standard
34807 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
34808  Die Platzierungsoption 
34809 \family sans
34810 Eingebettetes
34811 \begin_inset space ~
34812 \end_inset
34813
34814 Listing
34815 \family default
34816  druckt das Listing in der Zeile wie hier: 
34817 \begin_inset listings
34818 lstparams "language={C++}"
34819 inline true
34820 status open
34821
34822 \begin_layout Plain Layout
34823
34824 int a=5;
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \begin_inset Newline newline
34831 \end_inset
34832
34833 Die Option 
34834 \family sans
34835 Gleitobjekt
34836 \family default
34837  erzeugt ein Listing-Gleitobjekt, dessen 
34838 \family sans
34839 Platzierung 
34840 \family default
34841 Sie mit 
34842 \family sans
34843 h
34844 \family default
34845
34846 \family sans
34847 t
34848 \family default
34849
34850 \family sans
34851 b
34852 \family default
34853  und 
34854 \family sans
34855 p
34856 \family default
34857 , analog zu den in Abschnitt
34858 \begin_inset space ~
34859 \end_inset
34860
34861
34862 \begin_inset CommandInset ref
34863 LatexCommand ref
34864 reference "abs:Gleitobjekt-Platzierung"
34865
34866 \end_inset
34867
34868  beschriebenen Platzierungsoptionen festlegen können.
34869  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
34870  hintereinander angegeben, z.
34871 \begin_inset space \thinspace{}
34872 \end_inset
34873
34874 B.
34875  
34876 \begin_inset Quotes gld
34877 \end_inset
34878
34879
34880 \family sans
34881 htbp
34882 \family default
34883
34884 \begin_inset Quotes grd
34885 \end_inset
34886
34887 .
34888  Die Option 
34889 \begin_inset Quotes gld
34890 \end_inset
34891
34892 h
34893 \begin_inset Quotes grd
34894 \end_inset
34895
34896  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
34897  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
34898 \end_layout
34899
34900 \begin_layout Standard
34901 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
34902  zu verweisen: Listing
34903 \begin_inset space ~
34904 \end_inset
34905
34906
34907 \begin_inset CommandInset ref
34908 LatexCommand ref
34909 reference "lst:Gleitendes-Programm-Listing"
34910
34911 \end_inset
34912
34913 .
34914 \end_layout
34915
34916 \begin_layout Standard
34917 \begin_inset listings
34918 lstparams "language=Python"
34919 inline false
34920 status open
34921
34922 \begin_layout Plain Layout
34923
34924 \begin_inset Caption
34925
34926 \begin_layout Plain Layout
34927 \begin_inset CommandInset label
34928 LatexCommand label
34929 name "lst:Gleitendes-Programm-Listing"
34930
34931 \end_inset
34932
34933 Gleitendes Programm-Listing
34934 \end_layout
34935
34936 \end_inset
34937
34938 # Gleitendes Programm-Listing
34939 \end_layout
34940
34941 \begin_layout Plain Layout
34942
34943 def func(param):
34944 \end_layout
34945
34946 \begin_layout Plain Layout
34947
34948     'Dies ist eine Python-Funktion'
34949 \end_layout
34950
34951 \begin_layout Plain Layout
34952
34953     pass
34954 \end_layout
34955
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \begin_layout Standard
34962 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
34963  der Sprache erkannt und besonders gedruckt, wie 
34964 \emph on
34965 #
34966 \emph default
34967
34968 \emph on
34969 def
34970 \emph default
34971  und 
34972 \emph on
34973 pass
34974 \emph default
34975  in Listing
34976 \begin_inset space ~
34977 \end_inset
34978
34979
34980 \begin_inset CommandInset ref
34981 LatexCommand ref
34982 reference "lst:Gleitendes-Programm-Listing"
34983
34984 \end_inset
34985
34986 .
34987 \end_layout
34988
34989 \begin_layout Standard
34990 \begin_inset Note Greyedout
34991 status open
34992
34993 \begin_layout Plain Layout
34994
34995 \series bold
34996 Bemerkung:
34997 \series default
34998  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
34999 \family typewriter
35000 Schreib\SpecialChar \-
35001 maschine
35002 \family default
35003  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
35004 h keine fett gedruckten Buchstaben.
35005  Wählen Sie in diesem Fall eine andere Schrift im Menü 
35006 \family sans
35007 Dokument\SpecialChar \menuseparator
35008 Einstellungen\SpecialChar \menuseparator
35009 Schriften
35010 \family default
35011 .
35012  (Die Schriften 
35013 \emph on
35014 LuxiMono, BeraMono
35015 \emph default
35016  und 
35017 \emph on
35018 Courier
35019 \emph default
35020  enthalten fett gedruckte Buchstaben.)
35021 \end_layout
35022
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 Im Abschnitt 
35030 \family sans
35031 Zeilennummerierung
35032 \family default
35033  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
35034 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
35035  jede wievielte Zeile nummeriert werden soll und die 
35036 \family sans
35037 Schriftgröße
35038 \family default
35039  der Nummerierung.
35040 \end_layout
35041
35042 \begin_layout Standard
35043 Im Abschnitt 
35044 \family sans
35045 Bereich
35046 \family default
35047  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
35048  Im Abschnitt 
35049 \family sans
35050 Stil
35051 \family default
35052  legen Sie fest, wie die Liste ausgedruckt werden soll.
35053  Die Option 
35054 \family sans
35055 Erweiterte
35056 \begin_inset space ~
35057 \end_inset
35058
35059 Zeichentabelle
35060 \family default
35061  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
35062 \end_layout
35063
35064 \begin_layout Standard
35065 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
35066 \begin_inset Quotes gld
35067 \end_inset
35068
35069 3
35070 \begin_inset Quotes grd
35071 \end_inset
35072
35073 , Sprache 
35074 \begin_inset Quotes gld
35075 \end_inset
35076
35077 Python
35078 \begin_inset Quotes grd
35079 \end_inset
35080
35081 , Optionen 
35082 \begin_inset Quotes gld
35083 \end_inset
35084
35085 Erweiterte Zeichentabelle
35086 \begin_inset Quotes grd
35087 \end_inset
35088
35089  und 
35090 \begin_inset Quotes gld
35091 \end_inset
35092
35093 Leerzeichen als Symbol
35094 \begin_inset Quotes grd
35095 \end_inset
35096
35097  und Bereich Zeilen 3
35098 \begin_inset space \thinspace{}
35099 \end_inset
35100
35101 -
35102 \begin_inset space \thinspace{}
35103 \end_inset
35104
35105 8:
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset listings
35110 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
35111 inline false
35112 status open
35113
35114 \begin_layout Plain Layout
35115
35116 def func(param):
35117 \end_layout
35118
35119 \begin_layout Plain Layout
35120
35121     'Dies ist eine Python-Funktion'
35122 \end_layout
35123
35124 \begin_layout Plain Layout
35125
35126     pass
35127 \end_layout
35128
35129 \begin_layout Plain Layout
35130
35131 def func(param):
35132 \end_layout
35133
35134 \begin_layout Plain Layout
35135
35136 'Sonderzeichen: Tschüß'
35137 \end_layout
35138
35139 \begin_layout Plain Layout
35140
35141 pass
35142 \end_layout
35143
35144 \begin_layout Plain Layout
35145
35146 def func(param):
35147 \end_layout
35148
35149 \begin_layout Plain Layout
35150
35151 'Dies ist eine Python-Funktion'
35152 \end_layout
35153
35154 \begin_layout Plain Layout
35155
35156 pass
35157 \end_layout
35158
35159 \end_inset
35160
35161
35162 \end_layout
35163
35164 \begin_layout Standard
35165 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
35166 \family sans
35167 Tabulatorgröße
35168 \family default
35169  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
35170 \end_layout
35171
35172 \begin_layout Standard
35173 \noindent
35174 \begin_inset Note Greyedout
35175 status open
35176
35177 \begin_layout Plain Layout
35178
35179 \series bold
35180 Bemerkung:
35181 \series default
35182  Wegen eines Fehlers im 
35183 \series bold
35184 listings
35185 \series default
35186 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
35187  verschoben.
35188  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
35189  Listing nummeriert werden.
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \begin_layout Standard
35198 \begin_inset VSpace bigskip
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \begin_layout Standard
35205 \noindent
35206 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
35207  Das machen Sie mit
35208 \family sans
35209  Einfügen\SpecialChar \menuseparator
35210 Datei\SpecialChar \menuseparator
35211 Unterdokument
35212 \family default
35213  und der 
35214 \family sans
35215 Art
35216 \begin_inset space ~
35217 \end_inset
35218
35219 der
35220 \begin_inset space ~
35221 \end_inset
35222
35223 Einbindung
35224 \family default
35225  
35226 \family sans
35227 Listing
35228 \family default
35229 .
35230 \begin_inset Foot
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
35235 \begin_inset space ~
35236 \end_inset
35237
35238
35239 \begin_inset CommandInset ref
35240 LatexCommand ref
35241 reference "abs:Unterdokumente"
35242
35243 \end_inset
35244
35245  beschrieben.
35246 \end_layout
35247
35248 \end_inset
35249
35250  Im Dialogfenster
35251 \family sans
35252  Unterdokument
35253 \family default
35254  können Sie die Listing-Parameter unter 
35255 \family sans
35256 Weitere
35257 \begin_inset space ~
35258 \end_inset
35259
35260 Parameter
35261 \family default
35262  eingeben.
35263  Wenn Sie dort ein Fragezeichen 
35264 \begin_inset Quotes gld
35265 \end_inset
35266
35267 ?
35268 \begin_inset Quotes grd
35269 \end_inset
35270
35271  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
35272 det.
35273 \end_layout
35274
35275 \begin_layout Standard
35276 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
35277  Text ins Feld 
35278 \family sans
35279 Marke
35280 \family default
35281 , auf die dann wie üblich verwiesen werden kann.
35282 \end_layout
35283
35284 \begin_layout Standard
35285 Listing
35286 \begin_inset space ~
35287 \end_inset
35288
35289
35290 \begin_inset CommandInset ref
35291 LatexCommand ref
35292 reference "lst:Datei-Listing"
35293
35294 \end_inset
35295
35296  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
35297 \begin_inset space \thinspace{}
35298 \end_inset
35299
35300 -
35301 \begin_inset space \thinspace{}
35302 \end_inset
35303
35304 15 gedruckt werden.
35305 \end_layout
35306
35307 \begin_layout Standard
35308 \begin_inset CommandInset include
35309 LatexCommand lstinputlisting
35310 filename "EmbeddedObjects.lyx"
35311 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
35312
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \begin_layout Standard
35319 \begin_inset VSpace bigskip
35320 \end_inset
35321
35322
35323 \end_layout
35324
35325 \begin_layout Standard
35326 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
35327 \end_layout
35328
35329 \begin_layout Enumerate
35330 Öffnen Sie die Listings-Einstellungen und fügen
35331 \begin_inset Newline newline
35332 \end_inset
35333
35334
35335 \family sans
35336 mathescape=true
35337 \family default
35338
35339 \begin_inset Newline newline
35340 \end_inset
35341
35342 in das Feld des Tabs 
35343 \family sans
35344 Erweitert
35345 \family default
35346  ein
35347 \end_layout
35348
35349 \begin_layout Enumerate
35350 Erstellen Sie eine Formel außerhalb des Listings
35351 \end_layout
35352
35353 \begin_layout Enumerate
35354 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
35355 blage (Tastenkürzel 
35356 \family sans
35357 Ctrl+C
35358 \family default
35359 )
35360 \end_layout
35361
35362 \begin_layout Enumerate
35363 Schreiben sie 
35364 \begin_inset Quotes gld
35365 \end_inset
35366
35367
35368 \family sans
35369 $$
35370 \family default
35371
35372 \begin_inset Quotes grd
35373 \end_inset
35374
35375  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
35376 hen (Tastenkürzel 
35377 \family sans
35378 Ctrl+V
35379 \family default
35380 )
35381 \end_layout
35382
35383 \begin_layout Standard
35384 \begin_inset listings
35385 lstparams "language=Python,mathescape=true"
35386 inline false
35387 status open
35388
35389 \begin_layout Plain Layout
35390
35391 \begin_inset Caption
35392
35393 \begin_layout Plain Layout
35394 Programm-Listing mit einer Formel
35395 \end_layout
35396
35397 \end_inset
35398
35399 # Beispiel-Programm-Listing
35400 \end_layout
35401
35402 \begin_layout Plain Layout
35403
35404 def func(param):
35405 \end_layout
35406
35407 \begin_layout Plain Layout
35408
35409     # $
35410 \backslash
35411 prod_{n=1}^{
35412 \backslash
35413 infty}
35414 \backslash
35415 ,
35416 \backslash
35417 frac{1}{x^{2}}$
35418 \end_layout
35419
35420 \begin_layout Plain Layout
35421
35422     pass
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Standard
35431 \begin_inset VSpace bigskip
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \begin_layout Standard
35438 \noindent
35439 Dokumentweite Listing-Eigenschaften können im Dialog 
35440 \family sans
35441 Dokument\SpecialChar \menuseparator
35442 Einstellungen\SpecialChar \menuseparator
35443 Listing
35444 \family default
35445  festgelegt werden.
35446  Dort bekommt man durch Eingabe eines Fragezeichens 
35447 \begin_inset Quotes gld
35448 \end_inset
35449
35450 ?
35451 \begin_inset Quotes grd
35452 \end_inset
35453
35454  eine Liste aller möglichen Parameter.
35455 \end_layout
35456
35457 \begin_layout Standard
35458 Weitere Informationen über das 
35459 \series bold
35460 listings
35461 \series default
35462 -Paket finden Sie in 
35463 \begin_inset CommandInset citation
35464 LatexCommand cite
35465 key "listings"
35466
35467 \end_inset
35468
35469 .
35470 \end_layout
35471
35472 \begin_layout Chapter
35473 \start_of_appendix
35474 In LyX verfügbare Maßeinheiten
35475 \begin_inset CommandInset label
35476 LatexCommand label
35477 name "kap:In-LyX-verfügbare"
35478
35479 \end_inset
35480
35481
35482 \begin_inset Index idx
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486 Einheiten
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Standard
35495 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
35496  Tabelle
35497 \begin_inset space ~
35498 \end_inset
35499
35500
35501 \begin_inset CommandInset ref
35502 LatexCommand ref
35503 reference "tab:Maßeinheiten"
35504
35505 \end_inset
35506
35507  alle in LyX verfügbaren Maßeinheiten.
35508 \end_layout
35509
35510 \begin_layout Standard
35511 \begin_inset Float table
35512 placement h
35513 wide false
35514 sideways false
35515 status open
35516
35517 \begin_layout Plain Layout
35518 \begin_inset Caption
35519
35520 \begin_layout Plain Layout
35521 \begin_inset CommandInset label
35522 LatexCommand label
35523 name "tab:Maßeinheiten"
35524
35525 \end_inset
35526
35527 Maßeinheiten
35528 \end_layout
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \begin_layout Plain Layout
35536 \begin_inset VSpace medskip
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \begin_layout Plain Layout
35543 \align center
35544 \begin_inset Tabular
35545 <lyxtabular version="3" rows="20" columns="2">
35546 <features tabularvalignment="middle">
35547 <column alignment="center" valignment="top" width="0">
35548 <column alignment="center" valignment="top" width="0">
35549 <row>
35550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35551 \begin_inset Text
35552
35553 \begin_layout Plain Layout
35554
35555 \series bold
35556 Maßeinheit
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565
35566 \series bold
35567 Name/Beschreibung
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 </row>
35573 <row>
35574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35575 \begin_inset Text
35576
35577 \begin_layout Plain Layout
35578 mm
35579 \end_layout
35580
35581 \end_inset
35582 </cell>
35583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587 Millimeter
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 </row>
35593 <row>
35594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598 cm
35599 \end_layout
35600
35601 \end_inset
35602 </cell>
35603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35604 \begin_inset Text
35605
35606 \begin_layout Plain Layout
35607 Zentimeter
35608 \end_layout
35609
35610 \end_inset
35611 </cell>
35612 </row>
35613 <row>
35614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35615 \begin_inset Text
35616
35617 \begin_layout Plain Layout
35618 in
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627 Zoll (1
35628 \begin_inset space \thinspace{}
35629 \end_inset
35630
35631 in = 2.54
35632 \begin_inset space \thinspace{}
35633 \end_inset
35634
35635 cm
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 </row>
35641 <row>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646 pt
35647 \end_layout
35648
35649 \end_inset
35650 </cell>
35651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35652 \begin_inset Text
35653
35654 \begin_layout Plain Layout
35655 Punkt (72.27
35656 \begin_inset space \thinspace{}
35657 \end_inset
35658
35659 pt = 1
35660 \begin_inset space \thinspace{}
35661 \end_inset
35662
35663 in)
35664 \end_layout
35665
35666 \end_inset
35667 </cell>
35668 </row>
35669 <row>
35670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35671 \begin_inset Text
35672
35673 \begin_layout Plain Layout
35674 pc
35675 \end_layout
35676
35677 \end_inset
35678 </cell>
35679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35680 \begin_inset Text
35681
35682 \begin_layout Plain Layout
35683 Pica (1
35684 \begin_inset space \thinspace{}
35685 \end_inset
35686
35687 pc = 12
35688 \begin_inset space \thinspace{}
35689 \end_inset
35690
35691 pt)
35692 \end_layout
35693
35694 \end_inset
35695 </cell>
35696 </row>
35697 <row>
35698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 sp
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 skalierter Punkt (65536
35712 \begin_inset space \thinspace{}
35713 \end_inset
35714
35715 sp = 1
35716 \begin_inset space \thinspace{}
35717 \end_inset
35718
35719 pt)
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 </row>
35725 <row>
35726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730 bp
35731 \end_layout
35732
35733 \end_inset
35734 </cell>
35735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 großer Punkt (72
35740 \begin_inset space \thinspace{}
35741 \end_inset
35742
35743 bp = 1
35744 \begin_inset space \thinspace{}
35745 \end_inset
35746
35747 in)
35748 \end_layout
35749
35750 \end_inset
35751 </cell>
35752 </row>
35753 <row>
35754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 dd
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35764 \begin_inset Text
35765
35766 \begin_layout Plain Layout
35767 Didot (1
35768 \begin_inset space \thinspace{}
35769 \end_inset
35770
35771 dd 
35772 \begin_inset Formula $\approx$
35773 \end_inset
35774
35775  0,376
35776 \begin_inset space \thinspace{}
35777 \end_inset
35778
35779 mm)
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 </row>
35785 <row>
35786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35787 \begin_inset Text
35788
35789 \begin_layout Plain Layout
35790 cc
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35796 \begin_inset Text
35797
35798 \begin_layout Plain Layout
35799 Cicero (1
35800 \begin_inset space \thinspace{}
35801 \end_inset
35802
35803 cc = 12
35804 \begin_inset space \thinspace{}
35805 \end_inset
35806
35807 dd)
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 </row>
35813 <row>
35814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818 Skalierung%
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35824 \begin_inset Text
35825
35826 \begin_layout Plain Layout
35827 % der originalen Bildbreite
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 </row>
35833 <row>
35834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 Textbreite %
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35844 \begin_inset Text
35845
35846 \begin_layout Plain Layout
35847 % der Textbreite
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 </row>
35853 <row>
35854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35855 \begin_inset Text
35856
35857 \begin_layout Plain Layout
35858 Spaltenbreite %
35859 \end_layout
35860
35861 \end_inset
35862 </cell>
35863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35864 \begin_inset Text
35865
35866 \begin_layout Plain Layout
35867 % der Spaltenbreite
35868 \end_layout
35869
35870 \end_inset
35871 </cell>
35872 </row>
35873 <row>
35874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878 Seitenbreite %
35879 \end_layout
35880
35881 \end_inset
35882 </cell>
35883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35884 \begin_inset Text
35885
35886 \begin_layout Plain Layout
35887 % der Seitenbreite
35888 \end_layout
35889
35890 \end_inset
35891 </cell>
35892 </row>
35893 <row>
35894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35895 \begin_inset Text
35896
35897 \begin_layout Plain Layout
35898 Zeilenbreite %
35899 \end_layout
35900
35901 \end_inset
35902 </cell>
35903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35904 \begin_inset Text
35905
35906 \begin_layout Plain Layout
35907 % der Zeilenbreite
35908 \end_layout
35909
35910 \end_inset
35911 </cell>
35912 </row>
35913 <row>
35914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918 Texthöhe %
35919 \end_layout
35920
35921 \end_inset
35922 </cell>
35923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35924 \begin_inset Text
35925
35926 \begin_layout Plain Layout
35927 % der Texthöhe
35928 \end_layout
35929
35930 \end_inset
35931 </cell>
35932 </row>
35933 <row>
35934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35935 \begin_inset Text
35936
35937 \begin_layout Plain Layout
35938 Seitenhöhe %
35939 \end_layout
35940
35941 \end_inset
35942 </cell>
35943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35944 \begin_inset Text
35945
35946 \begin_layout Plain Layout
35947 % der Seitenhöhe
35948 \end_layout
35949
35950 \end_inset
35951 </cell>
35952 </row>
35953 <row>
35954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35955 \begin_inset Text
35956
35957 \begin_layout Plain Layout
35958 ex
35959 \end_layout
35960
35961 \end_inset
35962 </cell>
35963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35964 \begin_inset Text
35965
35966 \begin_layout Plain Layout
35967 Die Höhe des Buchstabens 
35968 \emph on
35969 x
35970 \emph default
35971  im aktiven Zeichensatz
35972 \end_layout
35973
35974 \end_inset
35975 </cell>
35976 </row>
35977 <row>
35978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35979 \begin_inset Text
35980
35981 \begin_layout Plain Layout
35982 em
35983 \end_layout
35984
35985 \end_inset
35986 </cell>
35987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35988 \begin_inset Text
35989
35990 \begin_layout Plain Layout
35991 Die Breite des Buchstabens 
35992 \emph on
35993 M
35994 \emph default
35995  im aktiven Zeichensatz
35996 \end_layout
35997
35998 \end_inset
35999 </cell>
36000 </row>
36001 <row>
36002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36003 \begin_inset Text
36004
36005 \begin_layout Plain Layout
36006 mu
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36012 \begin_inset Text
36013
36014 \begin_layout Plain Layout
36015 mathematische  Maßeinheit
36016 \series bold
36017  
36018 \series default
36019 (1
36020 \begin_inset space \thinspace{}
36021 \end_inset
36022
36023 mu = 1/18
36024 \begin_inset space \thinspace{}
36025 \end_inset
36026
36027 em)
36028 \end_layout
36029
36030 \end_inset
36031 </cell>
36032 </row>
36033 </lyxtabular>
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \end_inset
36041
36042
36043 \end_layout
36044
36045 \begin_layout Chapter
36046 Ausgabedatei-Formate mit Grafiken
36047 \begin_inset CommandInset label
36048 LatexCommand label
36049 name "kap:Ausgabedatei-Formate"
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Section
36057 DVI
36058 \begin_inset Index idx
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062 Dateiformat! DVI
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \begin_inset Index idx
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072 DVI
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \begin_layout Standard
36081 Dieser Dateityp hat die Erweiterung 
36082 \begin_inset Quotes gld
36083 \end_inset
36084
36085
36086 \family typewriter
36087 .dvi
36088 \family default
36089
36090 \begin_inset Quotes grd
36091 \end_inset
36092
36093  und wird 
36094 \begin_inset Quotes gld
36095 \end_inset
36096
36097 device independent
36098 \begin_inset Quotes grd
36099 \end_inset
36100
36101  genannt, weil er vollkommen portierbar ist.
36102  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
36103  dvi-Betrachter installiert hat.
36104  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
36105 ate wie PostScript benutzt.
36106 \end_layout
36107
36108 \begin_layout Standard
36109 \begin_inset Note Greyedout
36110 status open
36111
36112 \begin_layout Plain Layout
36113
36114 \series bold
36115 Bemerkung:
36116 \series default
36117  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Standard
36126 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
36127  auf einen anderen Computer kopieren.
36128  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
36129  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
36130  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
36131 \family typewriter
36132  
36133 \family default
36134 blättern.
36135
36136 \family typewriter
36137  
36138 \family default
36139 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
36140  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
36141  
36142 \end_layout
36143
36144 \begin_layout Standard
36145 Sie können Ihr Dokument als DVI über das Menü 
36146 \family sans
36147 Datei\SpecialChar \menuseparator
36148 Exportieren\SpecialChar \menuseparator
36149 DVI
36150 \family default
36151  exportieren.
36152  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
36153 \family sans
36154 Ansicht
36155 \family default
36156  oder den Werkzeugleistenknopf 
36157 \begin_inset Graphics
36158         filename ../../images/buffer-view_dvi.png
36159         scale 70
36160         scaleBeforeRotation
36161
36162 \end_inset
36163
36164  anschauen.
36165 \end_layout
36166
36167 \begin_layout Section
36168 PostScript
36169 \begin_inset CommandInset label
36170 LatexCommand label
36171 name "abs:PostScript"
36172
36173 \end_inset
36174
36175
36176 \begin_inset Index idx
36177 status collapsed
36178
36179 \begin_layout Plain Layout
36180 Dateiformat  ! PostScript
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 PostScript
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 Dieser Dateityp hat die Erweiterung 
36200 \begin_inset Quotes gld
36201 \end_inset
36202
36203
36204 \family typewriter
36205 .ps
36206 \family default
36207
36208 \begin_inset Quotes grd
36209 \end_inset
36210
36211 .
36212  PostScript wurde von der Firma
36213 \family typewriter
36214  Adobe
36215 \family default
36216  als Druckersprache entwickelt.
36217  Die Datei enthält deshalb Druckbefehle.
36218  PostScript kann als 
36219 \begin_inset Quotes gld
36220 \end_inset
36221
36222 Programmiersprache
36223 \begin_inset Quotes grd
36224 \end_inset
36225
36226  angesehen werden.
36227  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
36228 \begin_inset Foot
36229 status collapsed
36230
36231 \begin_layout Plain Layout
36232 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
36233  von
36234 \series bold
36235  PSTricks
36236 \series default
36237  
36238 \begin_inset CommandInset citation
36239 LatexCommand cite
36240 key "pstricks"
36241
36242 \end_inset
36243
36244  oder 
36245 \begin_inset CommandInset citation
36246 LatexCommand cite
36247 key "latex-praxisbuch"
36248
36249 \end_inset
36250
36251  ansehen.
36252 \end_layout
36253
36254 \end_inset
36255
36256 .
36257  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
36258 \end_layout
36259
36260 \begin_layout Standard
36261 PostScript kann nur Bilder im Format EPS
36262 \begin_inset Index idx
36263 status collapsed
36264
36265 \begin_layout Plain Layout
36266 EPS
36267 \end_layout
36268
36269 \end_inset
36270
36271  (Encapsulated PostScript, Datei-Er\SpecialChar \-
36272 wei\SpecialChar \-
36273 ter\SpecialChar \-
36274 ung 
36275 \begin_inset Quotes gld
36276 \end_inset
36277
36278
36279 \family typewriter
36280 .eps
36281 \family default
36282
36283 \begin_inset Quotes grd
36284 \end_inset
36285
36286 ) enthalten.
36287  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
36288  intern nach EPS konvertieren.
36289  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
36290  verlangsamen.
36291  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
36292  konvertieren und direkt als EPS einfügen.
36293 \end_layout
36294
36295 \begin_layout Standard
36296 Sie können Ihr Dokument als PostScript über das Menü 
36297 \family sans
36298 Datei\SpecialChar \menuseparator
36299 Exportieren\SpecialChar \menuseparator
36300 Post\SpecialChar \-
36301 Script
36302 \family default
36303  exportieren.
36304  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
36305 \family sans
36306 Ansicht
36307 \family default
36308  oder den Werkzeugleistenknopf 
36309 \begin_inset Graphics
36310         filename ../../images/buffer-view_ps.png
36311         scale 70
36312         scaleBeforeRotation
36313
36314 \end_inset
36315
36316  anschauen.
36317 \end_layout
36318
36319 \begin_layout Section
36320 PDF
36321 \begin_inset Index idx
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325 Dateiformat! PDF
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \begin_inset Index idx
36332 status collapsed
36333
36334 \begin_layout Plain Layout
36335 PDF
36336 \end_layout
36337
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \begin_layout Standard
36344 Dieser Dateityp hat die Erweiterung 
36345 \begin_inset Quotes gld
36346 \end_inset
36347
36348
36349 \family typewriter
36350 .pdf
36351 \family default
36352
36353 \begin_inset Quotes grd
36354 \end_inset
36355
36356 .
36357  Das
36358 \emph on
36359  
36360 \emph default
36361
36362 \begin_inset Quotes gld
36363 \end_inset
36364
36365 Portable Document Format
36366 \begin_inset Quotes grd
36367 \end_inset
36368
36369  (PDF) wurde auch von der Firma 
36370 \family typewriter
36371 Adobe
36372 \family default
36373  als Derivat von PostScript entwickelt.
36374  Es ist komprimierter und benutzt weniger Befehle als PostScript.
36375  Wie der Begriff 
36376 \begin_inset Quotes gld
36377 \end_inset
36378
36379 portable
36380 \begin_inset Quotes grd
36381 \end_inset
36382
36383  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
36384  werden, und der Ausdruck sieht immer gleich aus.
36385 \end_layout
36386
36387 \begin_layout Standard
36388 PDF kann Bilder im eigenen PDF-Format, im Format 
36389 \begin_inset Quotes gld
36390 \end_inset
36391
36392 Joint Photographic Experts Group
36393 \begin_inset Quotes grd
36394 \end_inset
36395
36396  (JPEG
36397 \begin_inset Index idx
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401 JPG, JPEG
36402 \end_layout
36403
36404 \end_inset
36405
36406 , Datei-Erweiterung 
36407 \begin_inset Quotes gld
36408 \end_inset
36409
36410
36411 \family typewriter
36412 .jpg
36413 \family default
36414
36415 \begin_inset Quotes grd
36416 \end_inset
36417
36418  oder 
36419 \begin_inset Quotes gld
36420 \end_inset
36421
36422
36423 \family typewriter
36424 .jpeg
36425 \family default
36426
36427 \begin_inset Quotes grd
36428 \end_inset
36429
36430 ) und im Format 
36431 \begin_inset Quotes gld
36432 \end_inset
36433
36434 Portable Network Graphics
36435 \begin_inset Quotes grd
36436 \end_inset
36437
36438  (PNG
36439 \begin_inset Index idx
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443 PNG
36444 \end_layout
36445
36446 \end_inset
36447
36448 , Datei-Erweiterung 
36449 \begin_inset Quotes gld
36450 \end_inset
36451
36452
36453 \family typewriter
36454 .png
36455 \family default
36456
36457 \begin_inset Quotes grd
36458 \end_inset
36459
36460 ) enthalten.
36461  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
36462  Sie konvertieren wird.
36463  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
36464  wird, eines der drei erwähnten Bildformate zu benutzen.
36465 \end_layout
36466
36467 \begin_layout Standard
36468 PDF-Dateien können Sie über 
36469 \family sans
36470 Datei\SpecialChar \menuseparator
36471 Exportieren
36472 \family default
36473  auf drei Arten erzeugen:
36474 \end_layout
36475
36476 \begin_layout Description
36477 PDF
36478 \begin_inset space ~
36479 \end_inset
36480
36481 (ps2pdf) benutzt das Programm
36482 \family typewriter
36483  ps2pdf
36484 \family default
36485 , das eine PDF-Datei aus einer Post\SpecialChar \-
36486 Script®-Version Ihres Dokument erstellt.
36487  Die PostScript-Version wird mit dem Programm 
36488 \family typewriter
36489 dvips
36490 \family default
36491  aus einer DVI-Version erstellt.
36492  Es werden also drei Konvertierungen verwendet.
36493 \end_layout
36494
36495 \begin_layout Description
36496 PDF
36497 \begin_inset space ~
36498 \end_inset
36499
36500 (dvipdfm) benutzt das Programm 
36501 \family typewriter
36502 dvipdfm
36503 \family default
36504 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
36505  PDF konvertiert.
36506 \end_layout
36507
36508 \begin_layout Description
36509 PDF
36510 \begin_inset space ~
36511 \end_inset
36512
36513 (pdflatex) benutzt das Programm
36514 \family typewriter
36515  pdftex
36516 \family default
36517 , das Ihr Dokument direkt nach PDF konvertiert.
36518 \end_layout
36519
36520 \begin_layout Standard
36521
36522 \family sans
36523 PDF
36524 \begin_inset space ~
36525 \end_inset
36526
36527 (pdflatex)
36528 \family default
36529  wird empfohlen, weil
36530 \family typewriter
36531  pdftex
36532 \family default
36533  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
36534  ohne Probleme arbeitet.
36535  Das Programm 
36536 \family typewriter
36537 dvi\SpecialChar \-
36538 pdfm
36539 \family default
36540  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Sie können Ihr Dokument als PDF über das Menü 
36545 \family sans
36546 Datei\SpecialChar \menuseparator
36547 Exportieren\SpecialChar \menuseparator
36548 PDF
36549 \family default
36550  exportieren.
36551  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
36552 \family sans
36553 Ansicht
36554 \family default
36555  oder den Werkzeugleistenknopf 
36556 \begin_inset Graphics
36557         filename ../../images/buffer-view_pdf2.png
36558         scale 70
36559         scaleBeforeRotation
36560
36561 \end_inset
36562
36563  anschauen 
36564 \family sans
36565 (
36566 \family default
36567 der 
36568 \family sans
36569 PDF
36570 \begin_inset space ~
36571 \end_inset
36572
36573 (pdflatex)
36574 \family default
36575  verwendet).
36576 \end_layout
36577
36578 \begin_layout Chapter
36579 Erklärung der Gleichung
36580 \begin_inset space ~
36581 \end_inset
36582
36583 (
36584 \begin_inset CommandInset ref
36585 LatexCommand ref
36586 reference "eq:Wgn"
36587
36588 \end_inset
36589
36590 )
36591 \begin_inset CommandInset label
36592 LatexCommand label
36593 name "kap:Exläuterung-einer-Gleichung"
36594
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \begin_layout Standard
36601 Die Gesamtbreite von
36602 \emph on
36603  n
36604 \emph default
36605  Tabellenzellen 
36606 \begin_inset Formula $W_{\mathrm{tot\, n}}$
36607 \end_inset
36608
36609  kann wie folgt berechnet werden:
36610 \end_layout
36611
36612 \begin_layout Standard
36613 \begin_inset Formula 
36614 \begin{equation}
36615 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
36616 \end{equation}
36617
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \begin_layout Standard
36624 Dabei ist 
36625 \begin_inset Formula $W_{g\, n}$
36626 \end_inset
36627
36628  die Breite jeder Zelle.
36629
36630 \series bold
36631  
36632 \backslash
36633 tabcolsep
36634 \series default
36635  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
36636  Standardwert 6
36637 \begin_inset space \thinspace{}
36638 \end_inset
36639
36640 pt.
36641  
36642 \series bold
36643
36644 \backslash
36645 arrayrulewidth
36646 \series default
36647  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
36648 \begin_inset space \thinspace{}
36649 \end_inset
36650
36651 pt.
36652 \end_layout
36653
36654 \begin_layout Standard
36655 Nach Gleichung
36656 \begin_inset space ~
36657 \end_inset
36658
36659
36660 \begin_inset CommandInset ref
36661 LatexCommand ref
36662 reference "eq:Wtot_n"
36663
36664 \end_inset
36665
36666  ist die Gesamtbreite einer Mehrfachspalte, 
36667 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
36668 \end_inset
36669
36670 ,
36671 \end_layout
36672
36673 \begin_layout Standard
36674 \begin_inset Formula 
36675 \begin{equation}
36676 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
36677 \end{equation}
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 Setzt man die Gleichungen
36686 \begin_inset space ~
36687 \end_inset
36688
36689
36690 \begin_inset CommandInset ref
36691 LatexCommand ref
36692 reference "eq:Wtot_n"
36693
36694 \end_inset
36695
36696  und 
36697 \begin_inset CommandInset ref
36698 LatexCommand ref
36699 reference "eq:Wtot_mult"
36700
36701 \end_inset
36702
36703  gleich, kann man die benötigte Breite 
36704 \begin_inset Formula $W_{g\, n}$
36705 \end_inset
36706
36707 , wenn 
36708 \emph on
36709 n
36710 \emph default
36711  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
36712 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
36713 \end_inset
36714
36715  hat, berechnen:
36716 \end_layout
36717
36718 \begin_layout Standard
36719 \begin_inset Formula 
36720 \begin{equation}
36721 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
36722 \end{equation}
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 "latexcompanion"
36734
36735 \end_inset
36736
36737 Frank Mittelbach and Michel Goossens: 
36738 \emph on
36739 The LaTeX Companion Second Edition.
36740
36741 \emph default
36742  Addison-Wesley, 2004
36743 \end_layout
36744
36745 \begin_layout Bibliography
36746 \labelwidthstring Literaturverzeichnis
36747 \begin_inset CommandInset bibitem
36748 LatexCommand bibitem
36749 key "latexguide"
36750
36751 \end_inset
36752
36753 Helmut Kopka and Patrick W.
36754  Daly: 
36755 \emph on
36756 A Guide to LaTeX Fourth Edition.
36757
36758 \emph default
36759  Addison-Wesley, 2003
36760 \end_layout
36761
36762 \begin_layout Bibliography
36763 \labelwidthstring Literaturverzeichnis
36764 \begin_inset CommandInset bibitem
36765 LatexCommand bibitem
36766 key "lamport"
36767
36768 \end_inset
36769
36770 Leslie Lamport: 
36771 \emph on
36772 LaTeX: A Document Preparation System.
36773
36774 \emph default
36775  Addison-Wesley, second edition, 1994
36776 \end_layout
36777
36778 \begin_layout Bibliography
36779 \labelwidthstring Literaturverzeichnis
36780 \begin_inset CommandInset bibitem
36781 LatexCommand bibitem
36782 key "latex-praxisbuch"
36783
36784 \end_inset
36785
36786 Niedermair, Elke & Michael: 
36787 \emph on
36788 LaTeX-Praxisbuch
36789 \emph default
36790 , Franzis-Verlag, 2004
36791 \end_layout
36792
36793 \begin_layout Bibliography
36794 \labelwidthstring Literaturverzeichnis
36795 \begin_inset CommandInset bibitem
36796 LatexCommand bibitem
36797 key "booktabs"
36798
36799 \end_inset
36800
36801 Dokumentation des LaTeX-Pakets 
36802 \series bold
36803
36804 \begin_inset CommandInset href
36805 LatexCommand href
36806 name "booktabs"
36807 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
36808
36809 \end_inset
36810
36811
36812 \series default
36813
36814 \begin_inset Index idx
36815 status collapsed
36816
36817 \begin_layout Plain Layout
36818 LaTeX-Pakete ! booktabs
36819 \end_layout
36820
36821 \end_inset
36822
36823
36824 \end_layout
36825
36826 \begin_layout Bibliography
36827 \labelwidthstring Literaturverzeichnis
36828 \begin_inset CommandInset bibitem
36829 LatexCommand bibitem
36830 key "caption"
36831
36832 \end_inset
36833
36834 Dokumentation des LaTeX-Pakets 
36835 \series bold
36836
36837 \begin_inset CommandInset href
36838 LatexCommand href
36839 name "caption"
36840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
36841
36842 \end_inset
36843
36844
36845 \series default
36846
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 LaTeX-Pakete ! caption
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Bibliography
36860 \labelwidthstring Literaturverzeichnis
36861 \begin_inset CommandInset bibitem
36862 LatexCommand bibitem
36863 key "endfloat"
36864
36865 \end_inset
36866
36867 Dokumentation des LaTeX-Pakets 
36868 \series bold
36869
36870 \begin_inset CommandInset href
36871 LatexCommand href
36872 name "endfloat"
36873 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36874
36875 \end_inset
36876
36877
36878 \series default
36879
36880 \begin_inset Index idx
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884 LaTeX-Pakete ! endfloat
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \end_layout
36891
36892 \begin_layout Bibliography
36893 \labelwidthstring Literaturverzeichnis
36894 \begin_inset CommandInset bibitem
36895 LatexCommand bibitem
36896 key "wrapfig"
36897
36898 \end_inset
36899
36900 Dokumentation des LaTeX-Pakets 
36901 \series bold
36902
36903 \begin_inset CommandInset href
36904 LatexCommand href
36905 name "wrapfig"
36906 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36907
36908 \end_inset
36909
36910
36911 \series default
36912
36913 \begin_inset Index idx
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 LaTeX-Pakete ! wrapfig
36918 \begin_inset ERT
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922
36923
36924 \backslash
36925 vspace{4mm}
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \end_inset
36934
36935
36936 \end_layout
36937
36938 \begin_layout Bibliography
36939 \labelwidthstring Literaturverzeichnis
36940 \begin_inset CommandInset bibitem
36941 LatexCommand bibitem
36942 key "footmisc"
36943
36944 \end_inset
36945
36946 Dokumentation des LaTeX-Pakets 
36947 \series bold
36948
36949 \begin_inset CommandInset href
36950 LatexCommand href
36951 name "footmisc"
36952 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36953
36954 \end_inset
36955
36956
36957 \series default
36958
36959 \begin_inset Index idx
36960 status collapsed
36961
36962 \begin_layout Plain Layout
36963 LaTeX-Pakete ! footmisc
36964 \end_layout
36965
36966 \end_inset
36967
36968
36969 \end_layout
36970
36971 \begin_layout Bibliography
36972 \labelwidthstring Literaturverzeichnis
36973 \begin_inset CommandInset bibitem
36974 LatexCommand bibitem
36975 key "hypcap"
36976
36977 \end_inset
36978
36979 Dokumentation des LaTeX-Pakets 
36980 \series bold
36981
36982 \begin_inset CommandInset href
36983 LatexCommand href
36984 name "hypcap"
36985 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36986
36987 \end_inset
36988
36989
36990 \series default
36991
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 LaTeX-Pakete ! hypcap
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \begin_layout Bibliography
37005 \labelwidthstring Literaturverzeichnis
37006 \begin_inset CommandInset bibitem
37007 LatexCommand bibitem
37008 key "hyperref"
37009
37010 \end_inset
37011
37012 Dokumentation des LaTeX-Pakets 
37013 \series bold
37014
37015 \begin_inset CommandInset href
37016 LatexCommand href
37017 name "hyperref"
37018 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37019
37020 \end_inset
37021
37022
37023 \series default
37024
37025 \begin_inset Index idx
37026 status collapsed
37027
37028 \begin_layout Plain Layout
37029 LaTeX-Pakete ! hyperref
37030 \end_layout
37031
37032 \end_inset
37033
37034
37035 \end_layout
37036
37037 \begin_layout Bibliography
37038 \labelwidthstring Literaturverzeichnis
37039 \begin_inset CommandInset bibitem
37040 LatexCommand bibitem
37041 key "KOMA-Script"
37042
37043 \end_inset
37044
37045 Dokumentation des LaTeX-Pakets 
37046 \series bold
37047
37048 \begin_inset CommandInset href
37049 LatexCommand href
37050 name "KOMA-Script"
37051 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
37052
37053 \end_inset
37054
37055
37056 \series default
37057
37058 \begin_inset Index idx
37059 status collapsed
37060
37061 \begin_layout Plain Layout
37062 LaTeX-Pakete ! KOMA-Script
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Bibliography
37071 \labelwidthstring Literaturverzeichnis
37072 \begin_inset CommandInset bibitem
37073 LatexCommand bibitem
37074 key "listings"
37075
37076 \end_inset
37077
37078 Dokumentation des LaTeX-Pakets 
37079 \series bold
37080
37081 \begin_inset CommandInset href
37082 LatexCommand href
37083 name "listings"
37084 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37085
37086 \end_inset
37087
37088
37089 \series default
37090
37091 \begin_inset Index idx
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095 LaTeX-Pakete ! listings
37096 \end_layout
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \begin_layout Bibliography
37104 \labelwidthstring Literaturverzeichnis
37105 \begin_inset CommandInset bibitem
37106 LatexCommand bibitem
37107 key "marginnote"
37108
37109 \end_inset
37110
37111 Dokumentation des LaTeX-Pakets 
37112 \series bold
37113
37114 \begin_inset CommandInset href
37115 LatexCommand href
37116 name "marginnote"
37117 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37118
37119 \end_inset
37120
37121
37122 \series default
37123
37124 \begin_inset Index idx
37125 status collapsed
37126
37127 \begin_layout Plain Layout
37128 LaTeX-Pakete ! marginnote
37129 \end_layout
37130
37131 \end_inset
37132
37133
37134 \end_layout
37135
37136 \begin_layout Bibliography
37137 \labelwidthstring Literaturverzeichnis
37138 \begin_inset CommandInset bibitem
37139 LatexCommand bibitem
37140 key "lettrine"
37141
37142 \end_inset
37143
37144 Dokumentation des LaTeX-Pakets 
37145 \series bold
37146
37147 \begin_inset CommandInset href
37148 LatexCommand href
37149 name "lettrine"
37150 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37151
37152 \end_inset
37153
37154
37155 \series default
37156  und ein 
37157 \begin_inset CommandInset href
37158 LatexCommand href
37159 name "Beispiel"
37160 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo-de.pdf"
37161
37162 \end_inset
37163
37164
37165 \begin_inset Index idx
37166 status collapsed
37167
37168 \begin_layout Plain Layout
37169 LaTeX-Pakete ! lettrine
37170 \end_layout
37171
37172 \end_inset
37173
37174
37175 \end_layout
37176
37177 \begin_layout Bibliography
37178 \labelwidthstring Literaturverzeichnis
37179 \begin_inset CommandInset bibitem
37180 LatexCommand bibitem
37181 key "pstricks"
37182
37183 \end_inset
37184
37185 Webseite des LaTeX-Pakets 
37186 \series bold
37187
37188 \begin_inset CommandInset href
37189 LatexCommand href
37190 name "PSTricks"
37191 target "http://tug.org/PSTricks/"
37192
37193 \end_inset
37194
37195
37196 \series default
37197
37198 \begin_inset Index idx
37199 status collapsed
37200
37201 \begin_layout Plain Layout
37202 LaTeX-Pakete ! pstricks
37203 \end_layout
37204
37205 \end_inset
37206
37207
37208 \end_layout
37209
37210 \begin_layout Bibliography
37211 \labelwidthstring Literaturverzeichnis
37212 \begin_inset CommandInset bibitem
37213 LatexCommand bibitem
37214 key "sidecap"
37215
37216 \end_inset
37217
37218 Dokumentation des LaTeX-Pakets 
37219 \series bold
37220
37221 \begin_inset CommandInset href
37222 LatexCommand href
37223 name "sidecap"
37224 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37225
37226 \end_inset
37227
37228
37229 \series default
37230
37231 \begin_inset Index idx
37232 status collapsed
37233
37234 \begin_layout Plain Layout
37235 LaTeX-Pakete ! sidecap
37236 \end_layout
37237
37238 \end_inset
37239
37240
37241 \end_layout
37242
37243 \begin_layout Bibliography
37244 \labelwidthstring Literaturverzeichnis
37245 \begin_inset CommandInset bibitem
37246 LatexCommand bibitem
37247 key "prettyref"
37248
37249 \end_inset
37250
37251 Dokumentation des LaTeX-Pakets 
37252 \series bold
37253
37254 \begin_inset CommandInset href
37255 LatexCommand href
37256 name "prettyref"
37257 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37258
37259 \end_inset
37260
37261
37262 \series default
37263
37264 \begin_inset Index idx
37265 status collapsed
37266
37267 \begin_layout Plain Layout
37268 LaTeX-Pakete ! prettyref
37269 \end_layout
37270
37271 \end_inset
37272
37273
37274 \end_layout
37275
37276 \begin_layout Bibliography
37277 \labelwidthstring Literaturverzeichnis
37278 \begin_inset CommandInset bibitem
37279 LatexCommand bibitem
37280 key "refstyle"
37281
37282 \end_inset
37283
37284 Dokumentation des LaTeX-Pakets 
37285 \series bold
37286
37287 \begin_inset CommandInset href
37288 LatexCommand href
37289 name "refstyle"
37290 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
37291
37292 \end_inset
37293
37294
37295 \series default
37296
37297 \begin_inset Index idx
37298 status collapsed
37299
37300 \begin_layout Plain Layout
37301 LaTeX-Pakete ! refstyle
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \end_layout
37308
37309 \begin_layout Bibliography
37310 \labelwidthstring Literaturverzeichnis
37311 \begin_inset CommandInset bibitem
37312 LatexCommand bibitem
37313 key "NeuInLyX20"
37314
37315 \end_inset
37316
37317
37318 \begin_inset CommandInset href
37319 LatexCommand href
37320 name "Wiki-Seite"
37321 target "http://wiki.lyx.org/LyX/NewInLyX20"
37322
37323 \end_inset
37324
37325  über neue Funktionen in 
37326 \family sans
37327 LyX 2.0
37328 \family default
37329 .
37330 \end_layout
37331
37332 \begin_layout Standard
37333 \begin_inset CommandInset index_print
37334 LatexCommand printindex
37335 type "idx"
37336
37337 \end_inset
37338
37339
37340 \end_layout
37341
37342 \end_body
37343 \end_document