]> git.lyx.org Git - lyx.git/blob - lib/doc/de/EmbeddedObjects.lyx
EmbeddedObjects.lyx: describe the new multirow feature
[lyx.git] / lib / doc / de / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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 % Ermöglicht besondere Tabellenzellen-Ausrichtungen
58 \usepackage{dcolumn}
59
60 %Vergrößert den Teil der Seite, in dem Gleitobjekte
61 % unten angeordnet werden dürfen
62 \renewcommand{\bottomfraction}{0.5}
63
64 % Vermeidet, dass Gleitobjekte vor ihrem Abschnitt gedruckt werden
65 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
66
67 % beschleunigt die Berechnung von langen Tabellen
68 \setcounter{LTchunksize}{100}
69
70 % wird für skalierte und rotierte Boxen benötigt
71 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
72
73 % wird bei farbigen Tabellen benutzt
74 \@ifundefined{textcolor}
75  {\usepackage{color}}{}
76 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0}
77 \definecolor{hellgrau}{gray}{0.8}
78
79 % testen ob paket colortbl installiert ist
80 % wird für farbige Tabellenzellen benutzt
81 \newboolean{colortbl}
82 \IfFileExists{colortbl.sty}
83  {\usepackage{colortbl}
84   \setboolean{colortbl}{true}}
85  {\setboolean{colortbl}{false}}
86
87 % wird fuer Tabellen im Buchstil benutzt
88 \usepackage{booktabs}
89
90 % wird benutzt, um Tabellenzellen zu vergrößern
91 \@ifundefined{extrarowheight}
92  {\usepackage{array}}{}
93 \setlength{\extrarowheight}{2pt}
94
95 % wird fuer benutzerdefinierte Tabellen benutzt
96 % ---
97 \newcolumntype{M}[1]
98  {>{\centering\hspace{0pt}}m{#1}}
99
100 \newcolumntype{S}[2]
101  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
102
103 \newcolumntype{K}[1]
104  {>{\columncolor{#1}\hspace{0pt}}c}
105
106 \newcolumntype{V}{!{\vrule width 1.5pt}}
107
108 \newcolumntype{W}{!{\color{green}\vline}}
109 % ---
110
111 % Setzt einen zusaetzlichen Abstand von
112 % 1.5 mm zwischen Fussnoten
113 \let\myFoot\footnote
114 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
115
116 % Gleit-Algorithmen werden innerhalb von Kapiteln numeriert
117 \numberwithin{algorithm}{chapter}
118
119
120 % ------------------------------------
121 % Prüfung auf benötigte LaTeXPakete
122 \usepackage{ifthen}
123
124 % Pruefung auf arydshln
125 % für Tabellen mit gestrichelten Linien
126 \newboolean{arydshln}
127 \IfFileExists{arydshln.sty}
128  {\usepackage{arydshln}
129   \setboolean{arydshln}{true}}
130  {\setboolean{arydshln}{false}}
131
132 % Prüfung auf marginnote
133 % für Randnotizen
134 \newboolean{marginnote}
135 \IfFileExists{marginnote.sty}
136  {\usepackage{marginnote}
137   \let\marginpar\marginnote
138   \setboolean{marginnote}{true}}
139  {\setboolean{marginnote}{false}}
140
141 % Prüfung auf sidecap
142 % für seitliche Beschriftungen
143 \newboolean{sidecap}
144 \IfFileExists{sidecap.sty}
145  {\usepackage{sidecap}
146   \setboolean{sidecap}{true}}
147  {\setboolean{sidecap}{false}}
148
149 % Umdefinieren des Makros \LyX für PDF-Lesezeichen
150 \def\LyX{\texorpdfstring{%
151   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
152   {LyX}}
153
154 % Damit der Index den Namen "Stichwortverzeichnis" erhält
155 \addto\captionsngerman{\renewcommand{\indexname}{Stichwortverzeichnis}}
156 \end_preamble
157 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
158 \use_default_options false
159 \maintain_unincluded_children false
160 \language ngerman
161 \inputencoding auto
162 \fontencoding global
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \use_xetex false
168 \font_sc false
169 \font_osf false
170 \font_sf_scale 100
171 \font_tt_scale 100
172
173 \graphics default
174 \default_output_format default
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "Das LyX-Handbuch der Einfügungen: Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
182 \pdf_author "LyX Team, Uwe Stöhr, deutsche Übersetzung: Hartmut Haase"
183 \pdf_subject "LyX-Dokumentation über Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen"
184 \pdf_keywords "LyX, Abbildungen, Tabellen, Gleitobjekte, Notizen, Boxen"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize a4paper
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \use_mhchem 1
200 \use_mathdots 1
201 \cite_engine basic
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Stichwortverzeichnis
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 3
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle default
220 \bullet 1 0 9 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_be_strict false
227 \end_header
228
229 \begin_body
230
231 \begin_layout Title
232 Das LyX-Handbuch der Einfügungen:
233 \begin_inset Newline newline
234 \end_inset
235
236  
237 \size larger
238 Abbildungen, Tabellen, Gleitobjekte, Notizen und Boxen
239 \end_layout
240
241 \begin_layout Author
242 vom LyX Team
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248
249 \size normal
250 Übersetzung und Bearbeitung: Hartmut Haase
251 \size default
252 , Uwe Stöhr
253 \begin_inset Newline newline
254 \end_inset
255
256 Wenn Sie Anmerkungen oder Korrekturvorschläge machen wollen, schreiben Sie
257  bitte an: 
258 \begin_inset CommandInset href
259 LatexCommand href
260 name "lyx-docs@lists.lyx.org"
261 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
262 type "mailto:"
263
264 \end_inset
265
266
267 \end_layout
268
269 \end_inset
270
271
272 \begin_inset Note Note
273 status collapsed
274
275 \begin_layout Plain Layout
276 Autor: Uwe Stöhr <uwestoehr@web.de>
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 Um alle Teile diese Handbuches als DVI, HTML, PDF, PostScript oder RTF exportier
309 en zu können oder es auszudrucken, benötigen Sie die LaTeX-Pakte 
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 marginnote
320 \series default
321  und 
322 \series bold
323 sidecap
324 \series default
325 .
326  Wenn sie nicht installiert sind, erfolgt die Ausgabe ohne die Teile, in
327  denen sie benötigt werden.
328 \end_layout
329
330 \begin_layout Plain Layout
331 Wenn es Ihnen trotzdem nicht gelingen sollte, können Sie die neueste PDF-Version
332  des englischen Originals hier finden:
333 \begin_inset Newline newline
334 \end_inset
335
336
337 \series bold
338 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
339 \end_layout
340
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Chapter
347 Abbildungen
348 \begin_inset Index idx
349 status collapsed
350
351 \begin_layout Plain Layout
352 Abbildungen
353 \end_layout
354
355 \end_inset
356
357
358 \end_layout
359
360 \begin_layout Section
361 Grafik-Dialog
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 Abbildungen ! Grafik-Dialog
367 \end_layout
368
369 \end_inset
370
371
372 \begin_inset CommandInset label
373 LatexCommand label
374 name "abs:Grafik-Dialog"
375
376 \end_inset
377
378
379 \end_layout
380
381 \begin_layout Standard
382 Um eine Abbildung in Ihr Dokument einzufügen, klicken Sie auf das Symbol
383  
384 \begin_inset Graphics
385         filename ../../images/dialog-show-new-inset_graphics.png
386         scale 70
387         scaleBeforeRotation
388
389 \end_inset
390
391  in der Werkzeugleiste oder wählen das Menü 
392 \family sans
393 Einfügen\SpecialChar \menuseparator
394 Grafik
395 \family default
396 .
397  Ein Dialogfenster erscheint, in dem Sie einen Dateinamen direkt oder über
398  
399 \family sans
400 Durchsuchen
401 \family default
402  eingeben können.
403  Die Abbildung wird in der druckfertigen Ausgabe genau dort erscheinen,
404  an der Sie sie eingefügt haben.
405 \end_layout
406
407 \begin_layout Standard
408 Der Grafik-Dialog wird immer dann geöffnet, wenn Sie auf eine Abbildung
409  klicken.
410  Der Dialog hat drei Karteikarten:
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Grafik
417 \family default
418  Hier können Sie eine Grafik-Datei auswählen und ihr Aussehen in der druckbaren
419  Version festlegen.
420  Die für die Bildgröße verfügbaren Einheiten werden im Anhang
421 \begin_inset space ~
422 \end_inset
423
424
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "kap:In-LyX-verfügbare"
428
429 \end_inset
430
431  erklärt.
432 \begin_inset Newline newline
433 \end_inset
434
435
436 \begin_inset Index idx
437 status collapsed
438
439 \begin_layout Plain Layout
440 Abbildungen ! rotierte
441 \end_layout
442
443 \end_inset
444
445 Sie können Abbildungen durch Angabe eines 
446 \family sans
447 Winkel
448 \family default
449
450 \begin_inset space ~
451 \end_inset
452
453
454 \family sans
455 (Grad)
456 \family default
457  und Festlegung eines 
458 \family sans
459 Drehpunktes
460 \family default
461  drehen.
462  Negative Winkel drehen im Uhrzeigersinn.
463  Die Abbildung wird auch in LyX gedreht.
464 \begin_inset Newline newline
465 \end_inset
466
467
468 \begin_inset Index idx
469 status collapsed
470
471 \begin_layout Plain Layout
472 Abbildungen ! skalierte
473 \end_layout
474
475 \end_inset
476
477 Abbildungen können in der Größe verändert werden, indem man Prozentwerte
478  oder Höhe und Breite definiert.
479  Wenn man nur einen Wert angibt, wird der andere automatisch berechnet.
480  Wenn Sie beide Werte angeben, wird die Abbildung an die Größe angepasst,
481  wobei sie möglicherweise verzerrt wird.
482  Um das zu vermeiden, sollten Sie 
483 \family sans
484 Seitenverhältnis
485 \begin_inset space ~
486 \end_inset
487
488 beibehalten
489 \family default
490  ankreuzen.
491  Die Abbildung wird dann so angepasst, dass die vorgegebenen Werte für Höhe
492  und Breite nicht überschritten werden.
493 \begin_inset Newline newline
494 \end_inset
495
496 Wenn Sie mit der rechten Maustaste auf eine Grafik klicken und dann im erscheine
497 nden Kontext-Menü 
498 \family sans
499 Datei extern bearbeiten
500 \family default
501  auswählen, können Abbildungen mit einem Programm ihrer Wahl zum Bearbeiten
502  öffnen.
503  Das Programm kann für jedes Bildformat in den LyX-Einstellungen unter 
504 \family sans
505 Datei-Handhabung\SpecialChar \menuseparator
506 Dateiformate
507 \family default
508  festgelegt werden.
509 \end_layout
510
511 \begin_layout Description
512
513 \family sans
514 Ausschnitt
515 \family default
516  Alternativ zur Verwendung von Skalierungen, kann man hier Koordinaten angeben,
517  um Höhe und Breite der Abbildung für die Ausgabe festzulegen.
518  Wenn Sie auf 
519 \family sans
520 Lese
521 \begin_inset space ~
522 \end_inset
523
524 aus
525 \begin_inset space ~
526 \end_inset
527
528 Datei
529 \family default
530  klicken, werden die Koordinaten automatisch berechnet.
531  Die Option 
532 \family sans
533 Auf
534 \begin_inset space ~
535 \end_inset
536
537 Begrenzungsbox
538 \begin_inset space ~
539 \end_inset
540
541 zuschneiden
542 \family default
543  wird nur den Teil der Abbildung drucken, der innerhalb der vorgegebenen
544  Koordinaten liegt.
545  Normalerweise müssen Sie sich um Bildkoordinaten nicht kümmern und können
546  diese Karteikarte ignorieren.
547 \end_layout
548
549 \begin_layout Description
550
551 \family sans
552 LaTeX-
553 \begin_inset space ~
554 \end_inset
555
556 und
557 \begin_inset space ~
558 \end_inset
559
560 LyX-Optionen
561 \family default
562  Hier können Sie das Aussehen einer Abbildung innerhalb von LyX ändern und
563  LaTeX-Experten können weitere LaTeX-Optionen definieren.
564 \begin_inset Newline newline
565 \end_inset
566
567 Ist die Option 
568 \family sans
569 Entwurfsmodus 
570 \family default
571 angekreuzt, wird nur ein Rahmen in der Größe der Abbildung mit dem Dateinamen
572  darin gedruckt.
573 \begin_inset Newline newline
574 \end_inset
575
576 Die Option 
577 \family sans
578 Beim
579 \begin_inset space ~
580 \end_inset
581
582 Exportieren
583 \begin_inset space ~
584 \end_inset
585
586 nicht
587 \begin_inset space ~
588 \end_inset
589
590 entpacken
591 \family default
592  betrifft nur gepackte EPS-Dateien, zum Beispiel 
593 \emph on
594 x.eps.gz
595 \emph default
596 .
597  LaTeX kann so mit ihnen umgehen.
598 \begin_inset Newline newline
599 \end_inset
600
601 Gepackte EPS-Dateien sparen Platz, wenn Sie als Ausgabe-Format PostScript
602  wählen, siehe Anhang
603 \begin_inset space ~
604 \end_inset
605
606
607 \begin_inset CommandInset ref
608 LatexCommand ref
609 reference "abs:PostScript"
610
611 \end_inset
612
613 .
614  Um EPS-Dateien zu packen, benutzen Sie folgende Kommandozeilenbefehle:
615 \begin_inset Newline newline
616 \end_inset
617
618
619 \series bold
620 gzip x.eps
621 \begin_inset Newline newline
622 \end_inset
623
624 zgrep %%Bounding x.eps.gz > x.eps.bb
625 \series default
626
627 \begin_inset Newline newline
628 \end_inset
629
630 Der zweite Befehl erzeugt die Begrenzungsbox 
631 \begin_inset Quotes gld
632 \end_inset
633
634 x.eps.bb
635 \begin_inset Quotes grd
636 \end_inset
637
638 , die LaTeX für gepackte Abbildungen benötigt.
639 \begin_inset Newline newline
640 \end_inset
641
642 Das Feld 
643 \family sans
644 Gruppenname
645 \begin_inset space ~
646 \end_inset
647
648 initialisieren
649 \family default
650  ermöglicht es eine Einstellungsgruppe zu definieren oder dem Bild eine
651  solche zuzuordnen.
652 \begin_inset Index idx
653 status collapsed
654
655 \begin_layout Plain Layout
656 Abbildungen ! Einstellungsgruppen
657 \end_layout
658
659 \end_inset
660
661  Bilder innerhalb einer solchen Gruppe teilen ihre Einstellungen, so dass
662  alle Bilder der Gruppe geändert werden, wenn die Einstellungen eines Bildes
663  der Gruppe geändert werden.
664  Damit kann man z.B.
665 \begin_inset space ~
666 \end_inset
667
668 die Bildgröße für eine Reihe von Bildern ändern, ohne dies bei jedem einzelnen
669  Bild tun zu müssen.
670  Eine Einstellungsgruppe zuzuordnen kann auch über das Kontextmenü des Bildes
671  geschehen, indem man den Namen der gewünschten Gruppe anklickt.
672 \end_layout
673
674 \begin_layout Standard
675 \begin_inset VSpace bigskip
676 \end_inset
677
678
679 \end_layout
680
681 \begin_layout Standard
682 Hier ist eine zentrierte EPS-Abbildung
683 \begin_inset Foot
684 status collapsed
685
686 \begin_layout Plain Layout
687 Abbildungsformate sind in Abschnitt
688 \begin_inset space ~
689 \end_inset
690
691
692 \begin_inset CommandInset ref
693 LatexCommand ref
694 reference "abs:Bildformate"
695
696 \end_inset
697
698  beschrieben.
699 \end_layout
700
701 \end_inset
702
703  in einem eigenen Absatz:
704 \end_layout
705
706 \begin_layout Standard
707 \align center
708 \begin_inset Graphics
709         filename ../clipart/mobius.eps
710         scale 70
711         scaleBeforeRotation
712         rotateOrigin center
713
714 \end_inset
715
716
717 \end_layout
718
719 \begin_layout Standard
720 \noindent
721 Hier ist dieselbe Abbildung, aber im Entwurfsmodus gedruckt:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename ../clipart/mobius.eps
728         scale 70
729         draft
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Section
739 Gleitende Abbildungen
740 \begin_inset CommandInset label
741 LatexCommand label
742 name "abs:Gleitende-Abbildungen"
743
744 \end_inset
745
746
747 \begin_inset Index idx
748 status collapsed
749
750 \begin_layout Plain Layout
751 Abbildungen ! gleitende
752 \end_layout
753
754 \end_inset
755
756
757 \begin_inset Index idx
758 status collapsed
759
760 \begin_layout Plain Layout
761 Gleitobjekte ! Abbildungen
762 \end_layout
763
764 \end_inset
765
766
767 \end_layout
768
769 \begin_layout Standard
770 Allgemeine Erläuterungen zu Gleitobjekten finden Sie in Abschnitt
771 \begin_inset space ~
772 \end_inset
773
774
775 \begin_inset CommandInset ref
776 LatexCommand ref
777 reference "abs:Gleitobjekte-Einleitung"
778
779 \end_inset
780
781 .
782 \end_layout
783
784 \begin_layout Standard
785 Wenn Sie auf das Werkzeugleisten-Symbol 
786 \begin_inset Graphics
787         filename ../../images/float-insert_figure.png
788         scale 70
789         scaleBeforeRotation
790
791 \end_inset
792
793  klicken oder 
794 \family sans
795 Einfügen\SpecialChar \menuseparator
796 Gleit\SpecialChar \-
797 objekt\SpecialChar \menuseparator
798 Abbildung
799 \family default
800  wählen, erhalten Sie einen leeren roten Rahmen ohne Abbildung.
801  In das rot umrahmte Feld rechts von 
802 \emph on
803 Abbildung
804 \begin_inset space ~
805 \end_inset
806
807 Nr:
808 \emph default
809  schreiben Sie die Bildbeschriftung.
810  Nach einem Klick oberhalb oder unterhalb von 
811 \emph on
812 Abbildung
813 \begin_inset space ~
814 \end_inset
815
816 Nr:
817 \emph default
818  können Sie dann eine Abbildung wie 
819 \begin_inset CommandInset ref
820 LatexCommand ref
821 reference "abb:kill-plat"
822
823 \end_inset
824
825  oberhalb oder wie Abbildung
826 \begin_inset space ~
827 \end_inset
828
829
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "abb:escher"
833
834 \end_inset
835
836  unterhalb der Bildbeschriftung einfügen.
837  Näheres über Bildbeschriftungen erfahren Sie in Abschnitt
838 \begin_inset space ~
839 \end_inset
840
841
842 \begin_inset CommandInset ref
843 LatexCommand ref
844 reference "abs:Titel-Platzierung"
845
846 \end_inset
847
848 .
849 \end_layout
850
851 \begin_layout Standard
852 \begin_inset Float figure
853 wide false
854 sideways false
855 status open
856
857 \begin_layout Plain Layout
858 \align center
859 \begin_inset Graphics
860         filename ../clipart/platypus.eps
861         width 50col%
862         scaleBeforeRotation
863         rotateOrigin center
864
865 \end_inset
866
867
868 \end_layout
869
870 \begin_layout Plain Layout
871 \begin_inset Caption
872
873 \begin_layout Plain Layout
874 \begin_inset CommandInset label
875 LatexCommand label
876 name "abb:kill-plat"
877
878 \end_inset
879
880 Platypus in einem Gleitobjekt
881 \end_layout
882
883 \end_inset
884
885
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \begin_layout Standard
894 \begin_inset Float figure
895 wide false
896 sideways false
897 status open
898
899 \begin_layout Plain Layout
900 \begin_inset Caption
901
902 \begin_layout Plain Layout
903 \begin_inset CommandInset label
904 LatexCommand label
905 name "abb:escher"
906
907 \end_inset
908
909 M.C.
910  Escher
911 \end_layout
912
913 \end_inset
914
915
916 \end_layout
917
918 \begin_layout Plain Layout
919 \align center
920 \begin_inset Graphics
921         filename ../clipart/escher-lsd.eps
922         scale 80
923         scaleBeforeRotation
924         rotateOrigin center
925
926 \end_inset
927
928
929 \end_layout
930
931 \end_inset
932
933
934 \end_layout
935
936 \begin_layout Standard
937 \begin_inset Index idx
938 status collapsed
939
940 \begin_layout Plain Layout
941 Querverweise ! auf Abbildungen
942 \end_layout
943
944 \end_inset
945
946 Abbildung
947 \begin_inset space ~
948 \end_inset
949
950
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "abb:kill-plat"
954
955 \end_inset
956
957  und 
958 \begin_inset CommandInset ref
959 LatexCommand ref
960 reference "abb:escher"
961
962 \end_inset
963
964  sind Beispiele für Abbildungen, auf die verwiesen werden kann.
965  Dafür fügen Sie in der Beschriftung mit 
966 \family sans
967 Einfügen\SpecialChar \menuseparator
968 Marke
969 \family default
970  oder durch Klicken auf 
971 \begin_inset Graphics
972         filename ../../images/label-insert.png
973         scale 70
974         scaleBeforeRotation
975
976 \end_inset
977
978  eine Marke ein.
979  Auf diese können Sie dann wie gewohnt mit 
980 \family sans
981 Einfügen\SpecialChar \menuseparator
982 Querverweis
983 \family default
984  oder durch Klicken auf 
985 \begin_inset Graphics
986         filename ../../images/dialog-show-new-inset_ref.png
987         scale 70
988         scaleBeforeRotation
989
990 \end_inset
991
992  verweisen.
993  Das ist besser als eine vage Formulierung wie 
994 \begin_inset Quotes gld
995 \end_inset
996
997 die obige Abbildung
998 \begin_inset Quotes grd
999 \end_inset
1000
1001  zu benutzen, weil LaTeX die Abbildung dort platzieren wird, wo es sinnvoll
1002  erscheint, und das muss nicht 
1003 \emph on
1004 oben
1005 \emph default
1006  sein.
1007  Verweise werden detailliert in Abschnitt
1008 \begin_inset space ~
1009 \end_inset
1010
1011
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "abs:Auf-Gleitobjekte-verweisen"
1015
1016 \end_inset
1017
1018  beschrieben.
1019 \end_layout
1020
1021 \begin_layout Standard
1022 Normalerweise wird eine Gleitabbildung nur aus einem Bild bestehen, aber
1023  manchmal benötigt man mehrere Bilder mit unterschiedlichen Beschriftungen.
1024  Das erreicht man, indem man weitere Gleitabbildungen in eine bestehende
1025  Gleitabbildung einfügt.
1026  Beachten Sie, dass im Abbildungsverzeichnis nur die Hauptbeschriftung erscheint.
1027  Abbildung
1028 \begin_inset space ~
1029 \end_inset
1030
1031
1032 \begin_inset CommandInset ref
1033 LatexCommand ref
1034 reference "abb:Zwei-Teilabbildungen"
1035
1036 \end_inset
1037
1038  ist ein Beispiel für eine Gleitabbildung mit zwei Teilabbildungen nebeneinander.
1039  Sie können die Bilder auch untereinander setzen, indem Sie nach der ersten
1040  Gleitabbildung auf Eingabe drücken.
1041  Abbildung
1042 \begin_inset space ~
1043 \end_inset
1044
1045
1046 \begin_inset CommandInset ref
1047 LatexCommand ref
1048 reference "abb:Undefinierbar"
1049
1050 \end_inset
1051
1052  und 
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "abb:Ein-Schnabeltier"
1056
1057 \end_inset
1058
1059  sind die Teilabbildungen.
1060 \end_layout
1061
1062 \begin_layout Standard
1063 \begin_inset Float figure
1064 wide false
1065 sideways false
1066 status open
1067
1068 \begin_layout Plain Layout
1069 \begin_inset space \hfill{}
1070 \end_inset
1071
1072
1073 \begin_inset Float figure
1074 wide false
1075 sideways false
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 \begin_inset Caption
1080
1081 \begin_layout Plain Layout
1082 \begin_inset CommandInset label
1083 LatexCommand label
1084 name "abb:Undefinierbar"
1085
1086 \end_inset
1087
1088 Undefinierbar
1089 \end_layout
1090
1091 \end_inset
1092
1093
1094 \end_layout
1095
1096 \begin_layout Plain Layout
1097 \begin_inset Graphics
1098         filename ../clipart/escher-lsd.eps
1099         width 35col%
1100         scaleBeforeRotation
1101         groupId Teilabbildung
1102
1103 \end_inset
1104
1105
1106 \end_layout
1107
1108 \end_inset
1109
1110
1111 \begin_inset space \hfill{}
1112 \end_inset
1113
1114
1115 \begin_inset Float figure
1116 wide false
1117 sideways false
1118 status collapsed
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "abb:Ein-Schnabeltier"
1127
1128 \end_inset
1129
1130 Ein Schnabeltier
1131 \end_layout
1132
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Graphics
1140         filename ../clipart/platypus.eps
1141         width 35col%
1142         scaleBeforeRotation
1143         groupId Teilabbildung
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \begin_inset space \hfill{}
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Caption
1161
1162 \begin_layout Plain Layout
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "abb:Zwei-Teilabbildungen"
1166
1167 \end_inset
1168
1169 Zwei Teilabbildungen nebeneinander.
1170  Beide Bilder gehören der Einstellungsgruppe mit dem Namen 
1171 \begin_inset Quotes gld
1172 \end_inset
1173
1174 Teilabbildung
1175 \begin_inset Quotes grd
1176 \end_inset
1177
1178  an.
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Section
1192 Bildformate
1193 \begin_inset CommandInset label
1194 LatexCommand label
1195 name "abs:Bildformate"
1196
1197 \end_inset
1198
1199
1200 \begin_inset Index idx
1201 status collapsed
1202
1203 \begin_layout Plain Layout
1204 Abbildungen ! Bildformate
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \begin_layout Standard
1213 Sie können Bilder in jedem bekannten Dateiformat einfügen.
1214  Aber wie in Anhang
1215 \begin_inset space ~
1216 \end_inset
1217
1218
1219 \begin_inset CommandInset ref
1220 LatexCommand ref
1221 reference "kap:Ausgabedatei-Formate"
1222
1223 \end_inset
1224
1225  beschrieben, erlaubt jedes Ausgabeformat nur ein paar Bildformate.
1226  LyX benutzt im Hintergrund das Programm
1227 \family typewriter
1228  ImageMagick
1229 \family default
1230 , um Bilder ins richtige Ausgabeformat zu konvertieren.
1231  Sie beschleunigen Ihre Arbeit, wenn Sie solche Konvertierungen im Hintergrund
1232  vermeiden.
1233  Dazu sollten Sie nur Bildformate benutzen, die direkt in die Ausgabe eingefügt
1234  werden können.
1235  Diese Formate werden in Anhang
1236 \begin_inset space ~
1237 \end_inset
1238
1239
1240 \begin_inset CommandInset ref
1241 LatexCommand ref
1242 reference "kap:Ausgabedatei-Formate"
1243
1244 \end_inset
1245
1246  beschrieben.
1247 \end_layout
1248
1249 \begin_layout Standard
1250 Ähnlich wie bei Fonts gibt es zwei Bildformate:
1251 \end_layout
1252
1253 \begin_layout Description
1254 Pixelbilder bestehen aus Pixeln, meist in komprimierter Form.
1255  Sie sind deshalb nicht völlig skalierbar und sehen bei starken Vergrößerungen
1256  
1257 \emph on
1258 pixelig
1259 \emph default
1260  aus.
1261  Bekannte Pixel-Formate sind 
1262 \begin_inset Quotes gld
1263 \end_inset
1264
1265 Graphics Interchange Format
1266 \begin_inset Quotes grd
1267 \end_inset
1268
1269  (GIF, Dateiendung
1270 \family typewriter
1271  
1272 \family default
1273
1274 \begin_inset Quotes gld
1275 \end_inset
1276
1277
1278 \family typewriter
1279 .gif
1280 \family default
1281
1282 \begin_inset Quotes grd
1283 \end_inset
1284
1285 )
1286 \begin_inset Index idx
1287 status collapsed
1288
1289 \begin_layout Plain Layout
1290 GIF
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \begin_inset Quotes gld
1297 \end_inset
1298
1299 Portable Network Graphics
1300 \begin_inset Quotes grd
1301 \end_inset
1302
1303  (PNG, Dateiendung 
1304 \begin_inset Quotes gld
1305 \end_inset
1306
1307
1308 \family typewriter
1309 .png
1310 \family default
1311
1312 \begin_inset Quotes grd
1313 \end_inset
1314
1315 )
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 PNG
1321 \end_layout
1322
1323 \end_inset
1324
1325
1326 \begin_inset Quotes gld
1327 \end_inset
1328
1329 Joint Photographic Experts Group
1330 \begin_inset Quotes grd
1331 \end_inset
1332
1333  (JPEG, Dateiendung
1334 \family typewriter
1335  
1336 \family default
1337
1338 \begin_inset Quotes gld
1339 \end_inset
1340
1341
1342 \family typewriter
1343 .jpg
1344 \family default
1345
1346 \begin_inset Quotes grd
1347 \end_inset
1348
1349  oder 
1350 \begin_inset Quotes gld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .jpeg
1356 \family default
1357
1358 \begin_inset Quotes grd
1359 \end_inset
1360
1361 )
1362 \begin_inset Index idx
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 JPG, JPEG
1367 \end_layout
1368
1369 \end_inset
1370
1371  und 
1372 \begin_inset Quotes gld
1373 \end_inset
1374
1375 Windows Bitmap
1376 \begin_inset Quotes grd
1377 \end_inset
1378
1379  (BMP, Dateiendung 
1380 \begin_inset Quotes gld
1381 \end_inset
1382
1383
1384 \family typewriter
1385 .bmp
1386 \family default
1387
1388 \begin_inset Quotes grd
1389 \end_inset
1390
1391 )
1392 \begin_inset Index idx
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396 BMP
1397 \end_layout
1398
1399 \end_inset
1400
1401 .
1402 \end_layout
1403
1404 \begin_layout Description
1405 Vektorbilder bestehen aus Vektoren und können deshalb ohne Datenverlust
1406  auf jede beliebige Größe skaliert werden.
1407  Das ist wichtig bei Präsentationen und Online-Dokumenten, um in Diagramme
1408  zoomen zu können.
1409 \begin_inset Newline newline
1410 \end_inset
1411
1412 Bekannte Formate sind 
1413 \begin_inset Quotes gld
1414 \end_inset
1415
1416 Scalable Vector Graphics
1417 \begin_inset Quotes grd
1418 \end_inset
1419
1420  (SVG, Dateiendung
1421 \family typewriter
1422  
1423 \family default
1424
1425 \begin_inset Quotes gld
1426 \end_inset
1427
1428
1429 \family typewriter
1430 .svg
1431 \family default
1432
1433 \begin_inset Quotes grd
1434 \end_inset
1435
1436 )
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 SVG
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Quotes gld
1448 \end_inset
1449
1450 Encapsulated PostScript
1451 \begin_inset Quotes grd
1452 \end_inset
1453
1454  (EPS, Dateiendung 
1455 \begin_inset Quotes gld
1456 \end_inset
1457
1458
1459 \family typewriter
1460 .eps
1461 \family default
1462
1463 \begin_inset Quotes grd
1464 \end_inset
1465
1466 )
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 EPS
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Quotes gld
1478 \end_inset
1479
1480 Portable Document Format
1481 \begin_inset Quotes grd
1482 \end_inset
1483
1484  (PDF, Dateiendung
1485 \family typewriter
1486  
1487 \family default
1488
1489 \begin_inset Quotes gld
1490 \end_inset
1491
1492
1493 \family typewriter
1494 .pdf
1495 \family default
1496
1497 \begin_inset Quotes grd
1498 \end_inset
1499
1500 )
1501 \begin_inset Index idx
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505 PDF
1506 \end_layout
1507
1508 \end_inset
1509
1510  und 
1511 \begin_inset Quotes gld
1512 \end_inset
1513
1514 Windows Metafile
1515 \begin_inset Quotes grd
1516 \end_inset
1517
1518  (WMF, Dateiendung 
1519 \begin_inset Quotes gld
1520 \end_inset
1521
1522
1523 \family typewriter
1524 .wmf
1525 \family default
1526
1527 \begin_inset Quotes grd
1528 \end_inset
1529
1530 )
1531 \begin_inset Index idx
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535 WMF
1536 \end_layout
1537
1538 \end_inset
1539
1540 .
1541 \end_layout
1542
1543 \begin_layout Standard
1544 Pixelbilder können auch ins PDF- oder EPS-Format konvertiert werden, und
1545  das Ergebnis ist immer noch ein Pixelbild.
1546  In diesem Fall wird ein Kopf mit den Bildeigenschaften zum Originalbild
1547  hinzugefügt.
1548 \begin_inset Foot
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 Bei PDF wird das Originalbild auch noch komprimiert.
1553 \end_layout
1554
1555 \end_inset
1556
1557  Die PDF-Dateien, die 
1558 \family typewriter
1559 Adobe Photoshop
1560 \family default
1561  erzeugt, sind zum Beispiel Pixelbilder.
1562 \end_layout
1563
1564 \begin_layout Standard
1565 Normalerweise kann man Pixelbilder nicht in Vektorbilder konvertieren oder
1566  umgekehrt.
1567  Nur die Bildformate PDF und EPS können direkt in PDF- und PostScript-Dateien
1568  eingefügt werden.
1569  SVG- und WMF-Bilder werden in Pixelbilder umgerechnet, wenn die Ausgabedatei
1570  erzeugt wird, weil es zur Zeit keine WMF/SVG
1571 \begin_inset Formula $\to$
1572 \end_inset
1573
1574 PDF/EPS Konverter gibt.
1575 \end_layout
1576
1577 \begin_layout Chapter
1578 Tabellen
1579 \begin_inset Index idx
1580 status collapsed
1581
1582 \begin_layout Plain Layout
1583 Tabellen
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \begin_layout Section
1592 Einführung
1593 \begin_inset Index idx
1594 status collapsed
1595
1596 \begin_layout Plain Layout
1597 Tabellen ! Einführung
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \begin_layout Standard
1606 Eine Tabelle können Sie mit dem Werkzeugleistenknopf 
1607 \begin_inset Graphics
1608         filename ../../images/tabular-insert.png
1609         scale 70
1610         scaleBeforeRotation
1611
1612 \end_inset
1613
1614  oder das Menü 
1615 \family sans
1616 Einfügen\SpecialChar \menuseparator
1617 Tabelle
1618 \family default
1619  einfügen.
1620  Wenn Sie auf den Werkzeugleistenknopf klicken, sehen Sie eine 5×5
1621 \begin_inset space \thinspace{}
1622 \end_inset
1623
1624 -Tabelle.
1625  Wenn Sie mit dem Mauszeiger darüberfahren, werden die Felder dunkelblau
1626  und die Größe der dunkelblauen Tabelle angezeigt.
1627  Ein weiterer Mausklick fügt die so definierte Tabelle an der Cursorposition
1628  ein.
1629  Wenn Sie das Menü benutzen, erscheint ein Fenster, in dem Sie Zeilen- und
1630  Spaltenanzahl festlegen können.
1631 \end_layout
1632
1633 \begin_layout Standard
1634 In der so erstellten Tabelle ist jede Zelle umrandet.
1635  Die erste Zeile ist vom Rest durch eine doppelte Linie abgetrennt.
1636  Das wird dadurch erreicht, dass die erste Zeile eine Linie unterhalb und
1637  die zweite Zeile eine Linie oberhalb haben.
1638  Hier ist ein Beispiel:
1639 \end_layout
1640
1641 \begin_layout Standard
1642 \align center
1643 \begin_inset Tabular
1644 <lyxtabular version="3" rows="5" columns="4">
1645 <features tabularvalignment="middle">
1646 <column alignment="center" valignment="top" width="0">
1647 <column alignment="center" valignment="top" width="0">
1648 <column alignment="center" valignment="top" width="0">
1649 <column alignment="center" valignment="top" width="0">
1650 <row>
1651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1652 \begin_inset Text
1653
1654 \begin_layout Plain Layout
1655
1656 \end_layout
1657
1658 \end_inset
1659 </cell>
1660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1661 \begin_inset Text
1662
1663 \begin_layout Plain Layout
1664
1665 \family roman
1666 \series medium
1667 \shape up
1668 \size normal
1669 \emph off
1670 \bar no
1671 \noun off
1672 \color none
1673 1
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1679 \begin_inset Text
1680
1681 \begin_layout Plain Layout
1682 2
1683 \end_layout
1684
1685 \end_inset
1686 </cell>
1687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Plain Layout
1691 3
1692 \end_layout
1693
1694 \end_inset
1695 </cell>
1696 </row>
1697 <row>
1698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1699 \begin_inset Text
1700
1701 \begin_layout Plain Layout
1702
1703 \family roman
1704 \series medium
1705 \shape up
1706 \size normal
1707 \emph off
1708 \bar no
1709 \noun off
1710 \color none
1711 A
1712 \end_layout
1713
1714 \end_inset
1715 </cell>
1716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1726 \begin_inset Text
1727
1728 \begin_layout Plain Layout
1729
1730 \end_layout
1731
1732 \end_inset
1733 </cell>
1734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1735 \begin_inset Text
1736
1737 \begin_layout Plain Layout
1738
1739 \end_layout
1740
1741 \end_inset
1742 </cell>
1743 </row>
1744 <row>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Plain Layout
1749
1750 \family roman
1751 \series medium
1752 \shape up
1753 \size normal
1754 \emph off
1755 \bar no
1756 \noun off
1757 \color none
1758 B
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776
1777 \end_layout
1778
1779 \end_inset
1780 </cell>
1781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 </row>
1791 <row>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \family roman
1798 \series medium
1799 \shape up
1800 \size normal
1801 \emph off
1802 \bar no
1803 \noun off
1804 \color none
1805 C
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1820 \begin_inset Text
1821
1822 \begin_layout Plain Layout
1823
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 D
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 </lyxtabular>
1877
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \begin_layout Section
1884 Tabellen-Einstellungen
1885 \begin_inset Index idx
1886 status collapsed
1887
1888 \begin_layout Plain Layout
1889 Tabellen ! Einstellungen
1890 \end_layout
1891
1892 \end_inset
1893
1894
1895 \end_layout
1896
1897 \begin_layout Standard
1898 Sie können das Aussehen einer Tabelle ändern, indem Sie mit der rechten
1899  Maustaste draufklicken.
1900  Dadurch wird ein Kontextmenü angezeigt, an dessem Ende 
1901 \family sans
1902 Einstellungen
1903 \family default
1904  steht.
1905  Ein Klick darauf öffnet das Fenster 
1906 \family sans
1907 Tabellen-Einstellungen
1908 \family default
1909 .
1910  Hier können die Einstellungen der Zelle, in der der Mauszeiger beim Rechtsklick
1911  gerade war, geändert werden und auch die der zugehörigen Zeile und Spalte.
1912  Viele Optionen sind auch für eine Zellenauswahl wirksam.
1913  Das bedeutet, wenn Sie mehrere Zellen, Zeilen oder Spalten markiert haben
1914  – sie sind dann hellblau hinterlegt – gilt eine Aktion für die gesamte
1915  Auswahl.
1916  Beachten Sie, dass ein Unterschied besteht, ob Sie den 
1917 \emph on
1918 Inhalt
1919 \emph default
1920  einer Zelle oder die Zelle selber ausgewählt haben.
1921  Das 
1922 \family sans
1923 Tabellen-Einstellungen
1924 \family default
1925 -Menü hat folgende Karteikarten:
1926 \end_layout
1927
1928 \begin_layout Description
1929
1930 \family sans
1931 Tabellen-Einstellungen
1932 \family default
1933  Hier können Sie die 
1934 \family sans
1935 Horizontale
1936 \begin_inset space ~
1937 \end_inset
1938
1939 Ausrichtung
1940 \family default
1941  der momentanen Spalte und die 
1942 \family sans
1943 Spaltenbreite
1944 \family default
1945  festlegen.
1946  Wenn Sie eine 
1947 \family sans
1948 Spaltenbreite
1949 \family default
1950  festgelegt haben, können Sie auch eine 
1951 \family sans
1952 Vertikale
1953 \begin_inset space ~
1954 \end_inset
1955
1956 Ausrichtung
1957 \family default
1958  der momentanen Zeile wählen.
1959  Bei einer festen Spaltenbreite können Zellen Zeilenumbrüche und mehrere
1960  Absätze haben, wie in Abschnitt
1961 \begin_inset space ~
1962 \end_inset
1963
1964
1965 \begin_inset CommandInset ref
1966 LatexCommand ref
1967 reference "uab:Mehrfache-Zeilen-in"
1968
1969 \end_inset
1970
1971  beschrieben.
1972  Ohne feste Spaltenbreite ist die Spalte so breit wie ihre breiteste Zelle.
1973 \begin_inset Newline newline
1974 \end_inset
1975
1976 Außerdem können Sie mehrere Zellen einer Zeile markieren und die Auswahl
1977  als Mehrfachspalte oder Mehrfachzeile definieren, wie in Abschnitt
1978 \begin_inset space ~
1979 \end_inset
1980
1981
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "uab:Mehrfachspalten"
1985
1986 \end_inset
1987
1988  und 
1989 \begin_inset CommandInset ref
1990 LatexCommand ref
1991 reference "uab:Mehrfachzeilen"
1992
1993 \end_inset
1994
1995  beschrieben.
1996 \begin_inset Newline newline
1997 \end_inset
1998
1999 Weiterhin können Sie eine Zelle, eine Auswahl oder die gesamte Tabelle gegen
2000  den Uhrzeigersinn um 90° drehen.
2001  LyX zeigt diese Drehung nicht, nur die druckfertige Ausgabe.
2002 \begin_inset Newline newline
2003 \end_inset
2004
2005
2006 \begin_inset Note Greyedout
2007 status open
2008
2009 \begin_layout Plain Layout
2010
2011 \series bold
2012 Achtung:
2013 \series default
2014  Nicht alle DVI-Betrachter können Rotationen anzeigen.
2015 \end_layout
2016
2017 \end_inset
2018
2019
2020 \begin_inset Newline newline
2021 \end_inset
2022
2023 Man kann auch ein 
2024 \family sans
2025 LaTe
2026 \begin_inset ERT
2027 status collapsed
2028
2029 \begin_layout Plain Layout
2030
2031 {}
2032 \end_layout
2033
2034 \end_inset
2035
2036 X-Argument
2037 \family default
2038  für besondere Tabellen-Formatierun\SpecialChar \-
2039 gen einfügen, wie in den Abschnitten
2040  
2041 \begin_inset CommandInset ref
2042 LatexCommand ref
2043 reference "uab:Mehrfachspalten-Berechnungen"
2044
2045 \end_inset
2046
2047  und 
2048 \begin_inset CommandInset ref
2049 LatexCommand ref
2050 reference "abs:Farbige-Tabellen"
2051
2052 \end_inset
2053
2054  beschrieben.
2055 \end_layout
2056
2057 \begin_layout Description
2058
2059 \family sans
2060 Rahmen
2061 \family default
2062  Hier können Sie Begrenzungslinien für die momentane(n) Zeile(n) und Spalte(n)
2063  hinzufügen und löschen.
2064 \begin_inset Newline newline
2065 \end_inset
2066
2067 Wenn Sie die Stil-Option
2068 \family sans
2069  Formal
2070 \family default
2071  benutzen, wird die Tabelle in eine formale Tabelle, wie in Abschnitt
2072 \begin_inset space ~
2073 \end_inset
2074
2075
2076 \begin_inset CommandInset ref
2077 LatexCommand ref
2078 reference "abs:Formale-Tabellen"
2079
2080 \end_inset
2081
2082  beschrieben, konvertiert.
2083 \begin_inset Newline newline
2084 \end_inset
2085
2086 Hier können Sie auch zusätzliche Abstände für Zeilen festlegen, wie in Abschnitt
2087 \begin_inset space ~
2088 \end_inset
2089
2090
2091 \begin_inset CommandInset ref
2092 LatexCommand ref
2093 reference "uab:Zeilenabstand"
2094
2095 \end_inset
2096
2097  beschrieben.
2098 \end_layout
2099
2100 \begin_layout Description
2101
2102 \family sans
2103 Lange
2104 \begin_inset space ~
2105 \end_inset
2106
2107 Tabelle
2108 \family default
2109  Hier kann eine Tabelle als 
2110 \family sans
2111 Lange
2112 \begin_inset space ~
2113 \end_inset
2114
2115 Tabelle
2116 \family default
2117  definiert werden, die über mehrere Seiten reicht.
2118  Die Abschnitte
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "abs:Lange-Tabellen"
2126
2127 \end_inset
2128
2129  und 
2130 \begin_inset CommandInset ref
2131 LatexCommand ref
2132 reference "abs:Special-Longtable-Issues"
2133
2134 \end_inset
2135
2136  beschreiben diese Funktion genauer.
2137 \end_layout
2138
2139 \begin_layout Standard
2140 Wenn das Menü 
2141 \family sans
2142 Tabellen-Einstellungen
2143 \family default
2144  geöffnet ist, können Sie den Cursor mit den Pfeiltasten von Zelle zu Zelle
2145  bewegen, und die Eigenschaften der jeweiligen Zelle werden angezeigt.
2146 \end_layout
2147
2148 \begin_layout Section
2149 Tabellen-Werkzeugleiste
2150 \begin_inset Index idx
2151 status collapsed
2152
2153 \begin_layout Plain Layout
2154 Tabellen ! Werkzeugleiste
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Die Tabellen-Werkzeugleiste ist eine Alternative zum Menü 
2164 \family sans
2165 Tabellen-Einstellungen
2166 \family default
2167 , wenn man Tabellen-Einstellungen schneller ändern möchte.
2168  Wenn der Cursor in einer Tabelle steht, erscheint sie am unteren Rand des
2169  LyX-Fensters.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 Die Werkzeugleiste hat folgende Knöpfe:
2174 \end_layout
2175
2176 \begin_layout Labeling
2177 \labelwidthstring 00.00.0000
2178 \begin_inset Graphics
2179         filename ../../images/tabular-feature_append-row.png
2180         scaleBeforeRotation
2181
2182 \end_inset
2183
2184  Fügt eine Zeile unterhalb der momentanen an
2185 \end_layout
2186
2187 \begin_layout Labeling
2188 \labelwidthstring 00.00.0000
2189 \begin_inset Graphics
2190         filename ../../images/tabular-feature_append-column.png
2191         scaleBeforeRotation
2192
2193 \end_inset
2194
2195  Fügt eine Spalte rechts von der momentanen an
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_delete-row.png
2202         scaleBeforeRotation
2203
2204 \end_inset
2205
2206  Löscht die ausgewählte(n) Zeile(n)
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_delete-column.png
2213         scaleBeforeRotation
2214
2215 \end_inset
2216
2217  Löscht die ausgewählte(n) Spalte(n)
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../../images/tabular-feature_toggle-line-top.png
2224         scaleBeforeRotation
2225
2226 \end_inset
2227
2228  Fügt eine Linie oberhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2229  wenn der Knopf grau hinterlegt ist
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_toggle-line-bottom.png
2236         scaleBeforeRotation
2237
2238 \end_inset
2239
2240  Fügt eine Linie unterhalb der ausgewählte(n) Zeile(n) an oder löscht sie,
2241  wenn der Knopf grau hinterlegt ist
2242 \end_layout
2243
2244 \begin_layout Labeling
2245 \labelwidthstring 00.00.0000
2246 \begin_inset Graphics
2247         filename ../../images/tabular-feature_toggle-line-left.png
2248         scaleBeforeRotation
2249
2250 \end_inset
2251
2252  Fügt eine Linie links der ausgewählte(n) Spalte(n) an oder löscht sie,
2253  wenn der Knopf grau hinterlegt ist
2254 \end_layout
2255
2256 \begin_layout Labeling
2257 \labelwidthstring 00.00.0000
2258 \begin_inset Graphics
2259         filename ../../images/tabular-feature_toggle-line-right.png
2260         scaleBeforeRotation
2261
2262 \end_inset
2263
2264  Fügt eine Linie rechts der ausgewählte(n) Spalte(n) an oder löscht sie,
2265  wenn der Knopf grau hinterlegt ist
2266 \end_layout
2267
2268 \begin_layout Labeling
2269 \labelwidthstring 00.00.0000
2270 \begin_inset Graphics
2271         filename ../../images/tabular-feature_set-all-lines.png
2272         scaleBeforeRotation
2273
2274 \end_inset
2275
2276  Setzt alle Linien um die ausgewählte(n) Zelle(n)
2277 \end_layout
2278
2279 \begin_layout Labeling
2280 \labelwidthstring 00.00.0000
2281 \begin_inset Graphics
2282         filename ../../images/tabular-feature_unset-all-lines.png
2283         scaleBeforeRotation
2284
2285 \end_inset
2286
2287  Löscht alle Linien um die ausgewählte(n) Zelle(n)
2288 \end_layout
2289
2290 \begin_layout Labeling
2291 \labelwidthstring 00.00.0000
2292 \begin_inset Graphics
2293         filename ../../images/tabular-feature_m-align-left.png
2294         scaleBeforeRotation
2295
2296 \end_inset
2297
2298  Richtet den Inhalt der ausgewählte(n) Spalte(n) linksbündig aus
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../../images/tabular-feature_m-align-center.png
2305         scaleBeforeRotation
2306
2307 \end_inset
2308
2309  Zentriert den Inhalt der ausgewählte(n) Spalte(n)
2310 \end_layout
2311
2312 \begin_layout Labeling
2313 \labelwidthstring 00.00.0000
2314 \begin_inset Graphics
2315         filename ../../images/tabular-feature_m-align-right.png
2316         scaleBeforeRotation
2317
2318 \end_inset
2319
2320  Richtet den Inhalt der ausgewählte(n) Spalte(n) rechtsbündig aus
2321 \end_layout
2322
2323 \begin_layout Labeling
2324 \labelwidthstring 00.00.0000
2325 \begin_inset Graphics
2326         filename ../../images/tabular-feature_align-decimal.png
2327         scaleBeforeRotation
2328
2329 \end_inset
2330
2331  Richtet den Inhalt der ausgewählten Spalte an einem Zeichen aus
2332 \end_layout
2333
2334 \begin_layout Labeling
2335 \labelwidthstring 00.00.0000
2336 \begin_inset Graphics
2337         filename ../../images/tabular-feature_m-valign-top.png
2338         scaleBeforeRotation
2339
2340 \end_inset
2341
2342  Richtet den Inhalt der ausgewählte(n) Zeile(n) oben aus
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Graphics
2348         filename ../../images/tabular-feature_m-valign-middle.png
2349         scaleBeforeRotation
2350
2351 \end_inset
2352
2353  Zentriert den Inhalt der ausgewählte(n) Zeile(n) 
2354 \end_layout
2355
2356 \begin_layout Labeling
2357 \labelwidthstring 00.00.0000
2358 \begin_inset Graphics
2359         filename ../../images/tabular-feature_m-valign-bottom.png
2360         scaleBeforeRotation
2361
2362 \end_inset
2363
2364  Richtet den Inhalt der ausgewählte(n) Zeile(n) unten aus
2365 \end_layout
2366
2367 \begin_layout Labeling
2368 \labelwidthstring 00.00.0000
2369 \begin_inset Graphics
2370         filename ../../images/tabular-feature_set-rotate-cell.png
2371         scaleBeforeRotation
2372
2373 \end_inset
2374
2375  Dreht den Inhalt der ausgewählte(n) Zelle(n) um 90° gegen den Uhrzeigersinn
2376 \end_layout
2377
2378 \begin_layout Labeling
2379 \labelwidthstring 00.00.0000
2380 \begin_inset Graphics
2381         filename ../../images/tabular-feature_set-rotate-tabular.png
2382         scaleBeforeRotation
2383
2384 \end_inset
2385
2386  Dreht die Tabelle um 90° gegen den Uhrzeigersinn
2387 \end_layout
2388
2389 \begin_layout Labeling
2390 \labelwidthstring 00.00.0000
2391 \begin_inset Graphics
2392         filename ../../images/tabular-feature_multicolumn.png
2393         scaleBeforeRotation
2394
2395 \end_inset
2396
2397  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachspalte
2398 \end_layout
2399
2400 \begin_layout Labeling
2401 \labelwidthstring 00.00.0000
2402 \begin_inset Graphics
2403         filename ../../images/tabular-feature_multirow.png
2404         scaleBeforeRotation
2405
2406 \end_inset
2407
2408  Setzt die ausgewählte(n) Zelle(n) einer Zeile als Mehrfachzeile
2409 \end_layout
2410
2411 \begin_layout Standard
2412 \begin_inset Note Greyedout
2413 status open
2414
2415 \begin_layout Plain Layout
2416
2417 \series bold
2418 Bemerkung:
2419 \series default
2420  Für die Ausgabe wird die vertikale Ausrichtung der ersten Zelle in einer
2421  Reihe für alle Zelle der Reihe verwendet.
2422 \end_layout
2423
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \begin_layout Section
2430 Bearbeiten-Menü
2431 \begin_inset Index idx
2432 status collapsed
2433
2434 \begin_layout Plain Layout
2435 Tabellen ! Bearbeiten-Menü
2436 \end_layout
2437
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \begin_layout Standard
2444 Es gibt noch eine dritte Möglichkeit, Tabellen-Einstellungen zu ändern.
2445  Wenn der Cursor in einer Tabelle steht, sind im 
2446 \family sans
2447 Bearbeiten
2448 \family default
2449 -Menü folgende Punkte aktiviert: 
2450 \family sans
2451 Tabelle
2452 \family default
2453
2454 \family sans
2455 Zeilen
2456 \begin_inset space ~
2457 \end_inset
2458
2459 &
2460 \begin_inset space ~
2461 \end_inset
2462
2463 Spalten
2464 \family default
2465  und 
2466 \family sans
2467 Tabellen-Einstellungen
2468 \family default
2469 .
2470  Unter den ersten beiden Punkten sind einige der bereits beschriebenen Einstellu
2471 ngsmöglichkeiten zu erreichen.
2472 \end_layout
2473
2474 \begin_layout Section
2475 Gleitende Tabellen
2476 \begin_inset CommandInset label
2477 LatexCommand label
2478 name "abs:Gleitende-Tabellen"
2479
2480 \end_inset
2481
2482
2483 \begin_inset Index idx
2484 status collapsed
2485
2486 \begin_layout Plain Layout
2487 Gleitobjekte ! Tabellen
2488 \end_layout
2489
2490 \end_inset
2491
2492
2493 \begin_inset Index idx
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497 Tabellen ! gleitende
2498 \end_layout
2499
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \begin_layout Standard
2506 Allgemeine Erklärungen über Gleitobjekte finden Sie in Abschnitt
2507 \begin_inset space ~
2508 \end_inset
2509
2510
2511 \begin_inset CommandInset ref
2512 LatexCommand ref
2513 reference "abs:Gleitobjekte-Einleitung"
2514
2515 \end_inset
2516
2517 .
2518 \end_layout
2519
2520 \begin_layout Standard
2521 \begin_inset Float table
2522 placement h
2523 wide false
2524 sideways false
2525 status open
2526
2527 \begin_layout Plain Layout
2528 \begin_inset Caption
2529
2530 \begin_layout Plain Layout
2531 \begin_inset CommandInset label
2532 LatexCommand label
2533 name "tab:a table float"
2534
2535 \end_inset
2536
2537 Eine gleitende Tabelle
2538 \end_layout
2539
2540 \end_inset
2541
2542
2543 \end_layout
2544
2545 \begin_layout Plain Layout
2546 \align center
2547 \begin_inset Tabular
2548 <lyxtabular version="3" rows="3" columns="3">
2549 <features tabularvalignment="middle">
2550 <column alignment="center" valignment="top" width="0pt">
2551 <column alignment="center" valignment="top" width="0pt">
2552 <column alignment="center" valignment="top" width="0pt">
2553 <row>
2554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Plain Layout
2558
2559 \family roman
2560 \series medium
2561 \shape up
2562 \size normal
2563 \emph off
2564 \bar no
2565 \noun off
2566 \color none
2567 1
2568 \end_layout
2569
2570 \end_inset
2571 </cell>
2572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Plain Layout
2576
2577 \family roman
2578 \series medium
2579 \shape up
2580 \size normal
2581 \emph off
2582 \bar no
2583 \noun off
2584 \color none
2585 2
2586 \end_layout
2587
2588 \end_inset
2589 </cell>
2590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2591 \begin_inset Text
2592
2593 \begin_layout Plain Layout
2594
2595 \family roman
2596 \series medium
2597 \shape up
2598 \size normal
2599 \emph off
2600 \bar no
2601 \noun off
2602 \color none
2603 3
2604 \end_layout
2605
2606 \end_inset
2607 </cell>
2608 </row>
2609 <row>
2610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2611 \begin_inset Text
2612
2613 \begin_layout Plain Layout
2614
2615 \family roman
2616 \series medium
2617 \shape up
2618 \size normal
2619 \emph off
2620 \bar no
2621 \noun off
2622 \color none
2623 Martin
2624 \end_layout
2625
2626 \end_inset
2627 </cell>
2628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2629 \begin_inset Text
2630
2631 \begin_layout Plain Layout
2632
2633 \family roman
2634 \series medium
2635 \shape up
2636 \size normal
2637 \emph off
2638 \bar no
2639 \noun off
2640 \color none
2641 Lena
2642 \end_layout
2643
2644 \end_inset
2645 </cell>
2646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2647 \begin_inset Text
2648
2649 \begin_layout Plain Layout
2650
2651 \family roman
2652 \series medium
2653 \shape up
2654 \size normal
2655 \emph off
2656 \bar no
2657 \noun off
2658 \color none
2659 Alina
2660 \end_layout
2661
2662 \end_inset
2663 </cell>
2664 </row>
2665 <row>
2666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2667 \begin_inset Text
2668
2669 \begin_layout Plain Layout
2670
2671 \family roman
2672 \series medium
2673 \shape up
2674 \size normal
2675 \emph off
2676 \bar no
2677 \noun off
2678 \color none
2679 \begin_inset Formula $\int x^{2}dx$
2680 \end_inset
2681
2682
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \family roman
2693 \series medium
2694 \shape up
2695 \size normal
2696 \emph off
2697 \bar no
2698 \noun off
2699 \color none
2700 \begin_inset Formula $\left[\begin{array}{cc}
2701 a & b\\
2702 c & d
2703 \end{array}\right]$
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \end_inset
2710 </cell>
2711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2712 \begin_inset Text
2713
2714 \begin_layout Plain Layout
2715
2716 \family roman
2717 \series medium
2718 \shape up
2719 \size normal
2720 \emph off
2721 \bar no
2722 \noun off
2723 \color none
2724 \begin_inset Formula $1+1=2$
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 </row>
2733 </lyxtabular>
2734
2735 \end_inset
2736
2737
2738 \end_layout
2739
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \begin_layout Standard
2746 Gleitende Tabellen können über 
2747 \family sans
2748 Einfügen\SpecialChar \menuseparator
2749 Gleitobjekt\SpecialChar \menuseparator
2750 Tabelle
2751 \family default
2752  oder einen Klick auf den Werkzeugleistenknopf 
2753 \begin_inset Graphics
2754         filename ../../images/float-insert_table.png
2755         scale 70
2756         scaleBeforeRotation
2757
2758 \end_inset
2759
2760  erzeugt werden.
2761  Sie erhalten zunächst einen leeren roten Rahmen ohne Tabelle.
2762  In das rot umrahmte Feld rechts von 
2763 \emph on
2764 Tabelle
2765 \begin_inset space ~
2766 \end_inset
2767
2768 Nr:
2769 \emph default
2770  schreiben Sie die Tabellenbeschriftung.
2771  Nach einem Klick oberhalb oder unterhalb von 
2772 \emph on
2773 Tabelle
2774 \begin_inset space ~
2775 \end_inset
2776
2777 Nr:
2778 \emph default
2779  können Sie dann eine Tabelle mit dem Werkzeugleistenknopf 
2780 \begin_inset Graphics
2781         filename ../../images/tabular-insert.png
2782         scale 70
2783         scaleBeforeRotation
2784
2785 \end_inset
2786
2787  oder dem Menü 
2788 \family sans
2789 Einfügen\SpecialChar \menuseparator
2790 Tabelle
2791 \family default
2792  einfügen.
2793 \end_layout
2794
2795 \begin_layout Standard
2796 Tabelle
2797 \begin_inset space ~
2798 \end_inset
2799
2800
2801 \begin_inset CommandInset ref
2802 LatexCommand ref
2803 reference "tab:a table float"
2804
2805 \end_inset
2806
2807  ist ein Beispiel für eine gleitende Tabelle.
2808 \end_layout
2809
2810 \begin_layout Standard
2811 Normalerweise steht die Tabellenbeschriftung über einer Tabelle, aber unglücklic
2812 herweise wird das von LaTeX Standard-Klassen nicht unterstützt.
2813  Das bedeutet, dass bei den Klassen 
2814 \family sans
2815 article
2816 \family default
2817
2818 \family sans
2819 book
2820 \family default
2821
2822 \family sans
2823 letter
2824 \family default
2825 , und 
2826 \family sans
2827 report
2828 \family default
2829  kein Abstand zwischen dem Titel und der Tabelle sein wird.
2830  Um den einzufügen, können Sie zum Ladebefehl des LaTeX-Paketes 
2831 \series bold
2832 caption
2833 \series default
2834
2835 \begin_inset Index idx
2836 status collapsed
2837
2838 \begin_layout Plain Layout
2839 LaTeX-Pakete ! caption
2840 \end_layout
2841
2842 \end_inset
2843
2844  im LaTeX-Vorspann Ihres Dokuments folgende Option einfügen:
2845 \begin_inset Foot
2846 status open
2847
2848 \begin_layout Plain Layout
2849 Näheres finden Sie im Abschnitt
2850 \begin_inset space ~
2851 \end_inset
2852
2853
2854 \begin_inset CommandInset ref
2855 LatexCommand ref
2856 reference "abs:Titel-Platzierung"
2857
2858 \end_inset
2859
2860 .
2861 \end_layout
2862
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \begin_layout Standard
2869
2870 \series bold
2871 tableposition=top
2872 \end_layout
2873
2874 \begin_layout Standard
2875 Das Paket 
2876 \series bold
2877 caption
2878 \series default
2879 , das in Abschnitt
2880 \begin_inset space ~
2881 \end_inset
2882
2883
2884 \begin_inset CommandInset ref
2885 LatexCommand ref
2886 reference "abs:Titel-Formatierung"
2887
2888 \end_inset
2889
2890  beschrieben wird, wird zum Einstellen der Legende-Optionen benutzt.
2891 \end_layout
2892
2893 \begin_layout Standard
2894 \begin_inset Index idx
2895 status collapsed
2896
2897 \begin_layout Plain Layout
2898 Querverweise ! auf Tabellen
2899 \end_layout
2900
2901 \end_inset
2902
2903 Auf Tabellen kann über ihre Marke verwiesen werden.
2904  Dafür fügen Sie in der Beschriftung mit 
2905 \family sans
2906 Einfügen\SpecialChar \menuseparator
2907 Marke
2908 \family default
2909  oder durch Klicken auf 
2910 \begin_inset Graphics
2911         filename ../../images/label-insert.png
2912         scale 70
2913         scaleBeforeRotation
2914
2915 \end_inset
2916
2917  eine Marke ein.
2918  Auf diese können Sie dann wie gewohnt mit 
2919 \family sans
2920 Einfügen\SpecialChar \menuseparator
2921 Querverweis
2922 \family default
2923  oder durch Klicken auf 
2924 \begin_inset Graphics
2925         filename ../../images/dialog-show-new-inset_ref.png
2926         scale 70
2927         scaleBeforeRotation
2928
2929 \end_inset
2930
2931  verweisen.
2932  Verweise werden detailliert in Abschnitt
2933 \begin_inset space ~
2934 \end_inset
2935
2936
2937 \begin_inset CommandInset ref
2938 LatexCommand ref
2939 reference "abs:Auf-Gleitobjekte-verweisen"
2940
2941 \end_inset
2942
2943  beschrieben.
2944 \end_layout
2945
2946 \begin_layout Section
2947 Lange Tabellen
2948 \begin_inset CommandInset label
2949 LatexCommand label
2950 name "abs:Lange-Tabellen"
2951
2952 \end_inset
2953
2954
2955 \begin_inset Index idx
2956 status collapsed
2957
2958 \begin_layout Plain Layout
2959 Tabellen ! lange
2960 \end_layout
2961
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \begin_layout Standard
2968 Wenn eine Tabelle zu lang ist, um auf eine Seite zu passen, können Sie im
2969  Dialogfenster 
2970 \family sans
2971 Tabellen-Einstellungen
2972 \family default
2973  auf der Karteikarte  
2974 \family sans
2975 Lange
2976 \begin_inset space ~
2977 \end_inset
2978
2979 Tabelle
2980 \family default
2981  die Option 
2982 \family sans
2983 Lange
2984 \begin_inset space ~
2985 \end_inset
2986
2987 Tabelle
2988 \begin_inset space ~
2989 \end_inset
2990
2991 verwenden
2992 \family default
2993  ankreuzen, damit die Tabelle automatisch auf mehrere Seiten verteilt wird.
2994  Wird dies gemacht, werden folgende Optionen freigeschaltet:
2995 \end_layout
2996
2997 \begin_layout Description
2998 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile aller Seiten
2999  festgelegt; mit Ausnahme der ersten, wenn 
3000 \family sans
3001 Erste
3002 \begin_inset space ~
3003 \end_inset
3004
3005 Kopfzeile
3006 \family default
3007  aktiviert ist.
3008 \end_layout
3009
3010 \begin_layout Description
3011 Erste
3012 \lang english
3013
3014 \begin_inset space ~
3015 \end_inset
3016
3017
3018 \lang ngerman
3019 Kopfzeile: Die aktuelle Zeile wird als eine Überschrifts-Zeile der ersten
3020  Seite einer mehrseitigen Tabelle definiert.
3021 \end_layout
3022
3023 \begin_layout Description
3024 Fußzeile: Die aktuelle Zeile wird als eine Fußzeile aller Seiten festgelegt;
3025  mit Ausnahme der letzten, wenn 
3026 \family sans
3027 Letzte
3028 \begin_inset space ~
3029 \end_inset
3030
3031 Fußzeile
3032 \family default
3033  aktiviert ist.
3034 \end_layout
3035
3036 \begin_layout Description
3037 Letzte
3038 \begin_inset space ~
3039 \end_inset
3040
3041 Fußzeile: Die aktuelle Zeile wird als eine die Fußzeile der letzten Seite
3042  einer mehrseitigen Tabelle definiert.
3043 \end_layout
3044
3045 \begin_layout Description
3046 Legende: Die aktuelle Zeile enthält die Legende.
3047  Sie wird als einzelne Spalte zurückgesetzt und eine Beschriftung wird eingefügt.
3048  Mehr über Beschriftungen langer Tabellen ist in Abschnitt
3049 \begin_inset space ~
3050 \end_inset
3051
3052
3053 \begin_inset CommandInset ref
3054 LatexCommand ref
3055 reference "uab:Beschriftungen-langer-Tabellen"
3056
3057 \end_inset
3058
3059  erklärt.
3060 \end_layout
3061
3062 \begin_layout Standard
3063 Hier ist ein Beispiel einer langen Tabelle:
3064 \end_layout
3065
3066 \begin_layout Standard
3067 \align center
3068 \begin_inset Tabular
3069 <lyxtabular version="3" rows="69" columns="3">
3070 <features islongtable="true" longtabularalignment="center">
3071 <column alignment="left" valignment="top" width="0cm">
3072 <column alignment="left" valignment="top" width="0pt">
3073 <column alignment="right" valignment="top" width="0pt">
3074 <row endfirsthead="true">
3075 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079
3080 \series bold
3081 Telefonliste (ignoriere die Namen)
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 <row endfirsthead="true">
3106 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \series bold
3112 NAME
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121
3122 \end_layout
3123
3124 \end_inset
3125 </cell>
3126 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130
3131 \series bold
3132 TEL.
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row endhead="true">
3139 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \series bold
3145 Telefonliste
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 </row>
3169 <row endhead="true">
3170 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \series bold
3176 NAME
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \series bold
3196 TEL.
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 </row>
3202 <row endfoot="true">
3203 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3204 \begin_inset Text
3205
3206 \begin_layout Plain Layout
3207
3208 \series bold
3209 wird fortgesetzt
3210 \series default
3211  \SpecialChar \ldots{}
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row>
3237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \series bold
3243 Annovi
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 Silvia
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 111
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 </row>
3267 <row>
3268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \series bold
3274 Bertoli
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 Stefano
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292 111
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 </row>
3298 <row>
3299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 Bozzi
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 Walter
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 111
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row>
3330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 Cachia
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Maria
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 111
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Cachia
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 Maurizio
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 111
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 Cinquemani
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 Giusi
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 111
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 </row>
3422 <row>
3423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \series bold
3429 Colin
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 Bernard
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 111
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 </row>
3453 <row>
3454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Concli
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 Gianfranco
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 111
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row>
3485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 Dal Bosco
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Carolina
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 111
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Dalpiaz
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Annamaria
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 111
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 Feliciello
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Domenico
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 111
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \series bold
3584 Focarelli
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 Paola
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 111
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Galletti
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Oreste
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Gasparini
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Franca
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Rizzardi
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Paola
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Lassini
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Giancarlo
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Malfatti
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Luciano
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Malfatti
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Valeriano
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Meneguzzo
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Roberto
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Mezzadra
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Roberto
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Pirpamer
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Erich
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Pochiesa
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Paolo
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111, 222
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Radina
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Claudio
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Stuffer
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Oskar
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Tacchelli
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Ugo
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Tezzele
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Margit
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Unterkalmsteiner
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Frieda
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Vieider
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Hilde
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109
4110 \series bold
4111 Vigna
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 Jürgen
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129 111
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 </row>
4135 <row>
4136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140
4141 \series bold
4142 Weber
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Maurizio
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 111
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 </row>
4166 <row>
4167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171
4172 \series bold
4173 Winkler
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 Franz
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 111
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202  
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Annovi
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Silvia
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 555
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Bertoli
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Stefano
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 555
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Bozzi
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Walter
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 555
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Cachia
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Maria
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 555
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Cachia
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Maurizio
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 555
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Cinquemani
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Giusi
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 555
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Colin
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Bernard
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 555
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Concli
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Gianfranco
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 555
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Dal Bosco
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Carolina
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 555
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Dalpiaz
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Annamaria
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 555
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Feliciello
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Domenico
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 555
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572
4573 \series bold
4574 Focarelli
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Paola
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 555
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Galletti
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Oreste
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 555
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Gasparini
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Franca
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 555
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Rizzardi
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Paola
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 555
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Lassini
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Giancarlo
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 555
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Malfatti
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Luciano
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 555
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Malfatti
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Valeriano
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 555
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789
4790 \series bold
4791 Meneguzzo
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 Roberto
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 555
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \series bold
4822 Mezzadra
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 Roberto
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 555
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \series bold
4853 Pirpamer
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Erich
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 555
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \series bold
4884 Pochiesa
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 Paolo
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 555, 222
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 </row>
4908 <row>
4909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \series bold
4915 Radina
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 Claudio
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 555
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 </row>
4939 <row>
4940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944
4945 \series bold
4946 Stuffer
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 Oskar
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 555
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row>
4971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975
4976 \series bold
4977 Tacchelli
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 Ugo
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 555
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 <row>
5002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008 Tezzele
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Margit
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 555
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \series bold
5039 Unterkalmsteiner
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Frieda
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 555
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \series bold
5070 Vieider
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Hilde
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 555
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row>
5095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099
5100 \series bold
5101 Vigna
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 Jürgen
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Plain Layout
5119 999
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \series bold
5132 Weber
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 Maurizio
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5147 \begin_inset Text
5148
5149 \begin_layout Plain Layout
5150 555
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \series bold
5163 Winkler
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 Franz
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181 555
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 <row endlastfoot="true">
5188 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 Ende
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 </row>
5216 </lyxtabular>
5217
5218 \end_inset
5219
5220
5221 \begin_inset ERT
5222 status collapsed
5223
5224 \begin_layout Plain Layout
5225
5226
5227 \backslash
5228 addtocounter{table}{-1}
5229 \end_layout
5230
5231 \end_inset
5232
5233
5234 \begin_inset Note Note
5235 status collapsed
5236
5237 \begin_layout Plain Layout
5238 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5239 \begin_inset space ~
5240 \end_inset
5241
5242
5243 \begin_inset CommandInset ref
5244 LatexCommand ref
5245 reference "uab:Beschriftungen-langer-Tabellen"
5246
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \end_inset
5253
5254
5255 \end_layout
5256
5257 \begin_layout Subsection
5258 Fußnoten in langen Tabellen
5259 \begin_inset CommandInset label
5260 LatexCommand label
5261 name "uab:Fußnoten-in-langen"
5262
5263 \end_inset
5264
5265
5266 \begin_inset Index idx
5267 status collapsed
5268
5269 \begin_layout Plain Layout
5270 Tabellen ! lange ! Fußnoten
5271 \end_layout
5272
5273 \end_inset
5274
5275
5276 \end_layout
5277
5278 \begin_layout Standard
5279 Fußnoten kann man in jede Zelle einer langen Tabelle einfügen.
5280  Sie werden auf der Seite erscheinen, auf der auch die Zelle gedruckt wird.
5281  Tabelle
5282 \begin_inset space ~
5283 \end_inset
5284
5285
5286 \begin_inset CommandInset ref
5287 LatexCommand ref
5288 reference "tab:DiffCaptions"
5289
5290 \end_inset
5291
5292  hat zum Beispiel eine Fußnote.
5293 \end_layout
5294
5295 \begin_layout Subsection
5296 Ausrichtung langer Tabellen
5297 \begin_inset Index idx
5298 status collapsed
5299
5300 \begin_layout Plain Layout
5301 Tabellen ! lange ! Ausrichtung
5302 \end_layout
5303
5304 \end_inset
5305
5306
5307 \end_layout
5308
5309 \begin_layout Standard
5310 Die horizontale Ausrichtung von langen Tabellen kann in den Tabelleneinstellunge
5311 n festgelegt werden.
5312  Bei linker und rechter Ausrichtung befindet sich die Tabelle direkt am
5313  Seitenrand.
5314  Um Platz zwischen Seitenrand und Tabelle einzufügen, muss die Tabelle zentriert
5315  ausgerichtet werden und die Werte der Längen 
5316 \series bold
5317
5318 \backslash
5319 LTleft 
5320 \series default
5321 und 
5322 \series bold
5323
5324 \backslash
5325 LTright
5326 \series default
5327  geändert werden, indem diese Zeile als TeX-Code vor die lange Tabelle eingefügt
5328  wird:
5329 \end_layout
5330
5331 \begin_layout Standard
5332
5333 \series bold
5334
5335 \backslash
5336 setlength{
5337 \backslash
5338 LTleft}{Wert}
5339 \end_layout
5340
5341 \begin_layout Standard
5342 Der Wert kann eine der in Tabelle
5343 \begin_inset space ~
5344 \end_inset
5345
5346
5347 \begin_inset CommandInset ref
5348 LatexCommand ref
5349 reference "tab:Maßeinheiten"
5350
5351 \end_inset
5352
5353  aufgelisteten Einheiten kann.
5354  
5355 \series bold
5356
5357 \backslash
5358 LTleft
5359 \series default
5360  legt den horizontalen Abstand vom linken Seitenrand bis zur Tabelle fest,
5361  
5362 \series bold
5363
5364 \backslash
5365 LTright
5366 \series default
5367  den Abstand von rechts.
5368  Die Voreinstellung für beide Werte ist 
5369 \series bold
5370
5371 \backslash
5372 fill
5373 \series default
5374 , was in diesem Fall gleichbedeutend mit einem variablen horizontalen Abstand
5375  in LyX ist.
5376 \end_layout
5377
5378 \begin_layout Standard
5379 Die folgende lange Tabelle wurde zentriert und 
5380 \series bold
5381
5382 \backslash
5383 LTleft
5384 \series default
5385  auf den Wert 
5386 \family sans
5387 0.1
5388 \backslash
5389 columnwidth
5390 \family default
5391  gesetzt:
5392 \begin_inset ERT
5393 status collapsed
5394
5395 \begin_layout Plain Layout
5396
5397
5398 \backslash
5399 setlength{
5400 \backslash
5401 LTleft}{0.1
5402 \backslash
5403 columnwidth}
5404 \end_layout
5405
5406 \end_inset
5407
5408
5409 \end_layout
5410
5411 \begin_layout Standard
5412 \begin_inset Tabular
5413 <lyxtabular version="3" rows="5" columns="5">
5414 <features islongtable="true" longtabularalignment="center">
5415 <column alignment="center" valignment="top" width="0">
5416 <column alignment="center" valignment="top" width="0">
5417 <column alignment="center" valignment="top" width="0pt">
5418 <column alignment="center" valignment="top" width="0">
5419 <column alignment="center" valignment="top" width="0">
5420 <row>
5421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 1
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 2
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 3
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 4
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 5
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 </row>
5467 <row>
5468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 asd
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 s
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 s
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 s
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 asd
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 asd
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 s
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 s
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 s
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 asd
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row>
5562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 asd
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 s
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 s
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 s
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 asd
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 <row>
5609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 asd
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 asd
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 asd
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 asd
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 </lyxtabular>
5656
5657 \end_inset
5658
5659
5660 \begin_inset ERT
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664
5665
5666 \backslash
5667 setlength{
5668 \backslash
5669 LTleft}{
5670 \backslash
5671 fill}
5672 \end_layout
5673
5674 \end_inset
5675
5676
5677 \begin_inset ERT
5678 status collapsed
5679
5680 \begin_layout Plain Layout
5681
5682
5683 \backslash
5684 addtocounter{table}{-1}
5685 \end_layout
5686
5687 \end_inset
5688
5689
5690 \begin_inset Note Note
5691 status collapsed
5692
5693 \begin_layout Plain Layout
5694 Die Bedeutung dieses Befehls finden Sie in der Bemerkung 1 von Abschnitt
5695 \begin_inset space ~
5696 \end_inset
5697
5698
5699 \begin_inset CommandInset ref
5700 LatexCommand ref
5701 reference "uab:Beschriftungen-langer-Tabellen"
5702
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \begin_layout Subsection
5714 Beschriftungen langer Tabellen
5715 \begin_inset CommandInset label
5716 LatexCommand label
5717 name "uab:Beschriftungen-langer-Tabellen"
5718
5719 \end_inset
5720
5721
5722 \begin_inset Index idx
5723 status collapsed
5724
5725 \begin_layout Plain Layout
5726 Tabellen ! lange ! Titel
5727 \end_layout
5728
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Eine lange Tabelle kann man nicht in ein Gleitobjekt packen, weil Gleitobjekte
5736  nur auf eine Seite gedruckt werden können.
5737  Daher wird die Beschriftung in eine Tabellenzeile eingegeben, wie in Abschnitt
5738 \begin_inset space ~
5739 \end_inset
5740
5741
5742 \begin_inset CommandInset ref
5743 LatexCommand ref
5744 reference "abs:Lange-Tabellen"
5745
5746 \end_inset
5747
5748  erklärt.
5749  Nur eine Tabellenzeile kann eine Beschriftung enthalten.
5750 \end_layout
5751
5752 \begin_layout Standard
5753 Hier ist eine kurze lange Tabelle, die zeigt, wie das funktioniert:
5754 \end_layout
5755
5756 \begin_layout Standard
5757 \begin_inset Tabular
5758 <lyxtabular version="3" rows="6" columns="5">
5759 <features islongtable="true" longtabularalignment="center">
5760 <column alignment="center" valignment="top" width="0">
5761 <column alignment="center" valignment="top" width="0">
5762 <column alignment="center" valignment="top" width="0">
5763 <column alignment="center" valignment="top" width="0">
5764 <column alignment="center" valignment="top" width="0">
5765 <row caption="true">
5766 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 \begin_inset Caption
5771
5772 \begin_layout Plain Layout
5773 Eine lange Tabelle mit Titel
5774 \begin_inset Argument
5775 status open
5776
5777 \begin_layout Plain Layout
5778 Lange Tabelle
5779 \end_layout
5780
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 </row>
5830 <row>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 1
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 2
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 3
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 4
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 5
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 s
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 s
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 s
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 asd
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 </row>
5971 <row>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 s
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 s
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 s
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 </row>
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 asd
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 asd
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 asd
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 </lyxtabular>
6066
6067 \end_inset
6068
6069
6070 \end_layout
6071
6072 \begin_layout Standard
6073 \begin_inset VSpace medskip
6074 \end_inset
6075
6076
6077 \begin_inset Note Greyedout
6078 status open
6079
6080 \begin_layout Plain Layout
6081
6082 \series bold
6083 Bemerkung
6084 \begin_inset space ~
6085 \end_inset
6086
6087 1:
6088 \series default
6089  Die Tabellennummer wird für jede lange Tabelle erhöht, auch wenn Sie keinen
6090  Titel vergeben.
6091  Deshalb könnte es passieren, dass zum Beispiel Tabelle
6092 \begin_inset space ~
6093 \end_inset
6094
6095 2.4 auf Tabelle
6096 \begin_inset space ~
6097 \end_inset
6098
6099 2.1 im Tabellenverzeichnis folgt, wenn dazwischen zwei lange Tabellen ohne
6100  Beschriftung sind.
6101  Um das zu vermeiden, können Sie hinter jede lange Tabelle ohne Titel folgenden
6102  LaTeX-Befehl als TeX-Code einfügen:
6103 \end_layout
6104
6105 \begin_layout Plain Layout
6106
6107 \series bold
6108
6109 \backslash
6110 addtocounter{table}{-1}
6111 \end_layout
6112
6113 \begin_layout Plain Layout
6114 Das ist nicht notwendig, wenn keine der langen Tabellen im Dokument eine
6115  Beschriftung hat und Sie diesen Code zum LaTeX-Vorspann hinzufügen:
6116 \end_layout
6117
6118 \begin_layout Plain Layout
6119
6120 \series bold
6121
6122 \backslash
6123 let
6124 \backslash
6125 myEnd
6126 \backslash
6127 endlongtable
6128 \begin_inset Newline newline
6129 \end_inset
6130
6131
6132 \backslash
6133 renewcommand{
6134 \backslash
6135 endlongtable}{
6136 \backslash
6137 myEnd
6138 \backslash
6139 addtocounter{table}{-1}}
6140 \end_layout
6141
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Standard
6148 \begin_inset Note Greyedout
6149 status open
6150
6151 \begin_layout Plain Layout
6152
6153 \series bold
6154 Bemerkung
6155 \begin_inset space ~
6156 \end_inset
6157
6158 2:
6159 \series default
6160  Wenn Sie 
6161 \series bold
6162 hyperref
6163 \series default
6164
6165 \begin_inset Index idx
6166 status collapsed
6167
6168 \begin_layout Plain Layout
6169 LaTeX-Pakete ! hyperref
6170 \end_layout
6171
6172 \end_inset
6173
6174  in den
6175 \family sans
6176  PDF-Eigenschaften
6177 \family default
6178  im 
6179 \family sans
6180 Dokument-Einstellungen
6181 \family default
6182  Dialog für Querverweise benutzen, wird der Verweis auf eine lange Tabelle
6183  immer auf den Anfang des Dokuments zeigen.
6184 \end_layout
6185
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \begin_layout Subsubsection
6192 Querverweise auf 
6193 \family sans
6194 lange Tabelle
6195 \family default
6196 n
6197 \begin_inset Index idx
6198 status collapsed
6199
6200 \begin_layout Plain Layout
6201 Tabellen ! lange ! Querverweis
6202 \end_layout
6203
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \begin_layout Standard
6210 \begin_inset Tabular
6211 <lyxtabular version="3" rows="6" columns="5">
6212 <features islongtable="true" longtabularalignment="center">
6213 <column alignment="center" valignment="top" width="0">
6214 <column alignment="center" valignment="top" width="0">
6215 <column alignment="center" valignment="top" width="0">
6216 <column alignment="center" valignment="top" width="0">
6217 <column alignment="center" valignment="top" width="0">
6218 <row caption="true">
6219 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Caption
6224
6225 \begin_layout Plain Layout
6226 Lange Tabelle mit Marke
6227 \begin_inset CommandInset label
6228 LatexCommand label
6229 name "tab:LangeTabelle-mit-Marke"
6230
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 <row>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 1
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 2
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 3
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 4
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 5
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 s
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 s
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 asd
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 </row>
6374 <row>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 asd
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 s
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 s
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 s
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 asd
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 s
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 s
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 s
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 asd
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 </row>
6468 <row>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 asd
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 sad
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 asd
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 </row>
6515 </lyxtabular>
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 Damit auf eine lange Tabelle verwiesen werden kann, müssen Sie eine Marke
6524  im Titel einfügen.
6525 \end_layout
6526
6527 \begin_layout Standard
6528 Dies ist ein Verweis auf Tabelle
6529 \begin_inset space ~
6530 \end_inset
6531
6532
6533 \begin_inset CommandInset ref
6534 LatexCommand ref
6535 reference "tab:LangeTabelle-mit-Marke"
6536
6537 \end_inset
6538
6539 .
6540 \end_layout
6541
6542 \begin_layout Standard
6543 Mit dem LaTeX-Paket 
6544 \series bold
6545 caption
6546 \series default
6547
6548 \begin_inset Index idx
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552 LaTeX-Pakete ! caption
6553 \end_layout
6554
6555 \end_inset
6556
6557 , siehe Abschnitt
6558 \begin_inset space ~
6559 \end_inset
6560
6561
6562 \begin_inset CommandInset ref
6563 LatexCommand ref
6564 reference "abs:Titel-Formatierung"
6565
6566 \end_inset
6567
6568 , können Sie alle anderen Beschriftungsoptionen benutzen.
6569 \end_layout
6570
6571 \begin_layout Subsubsection
6572 Titelbreite
6573 \begin_inset Index idx
6574 status collapsed
6575
6576 \begin_layout Plain Layout
6577 Tabellen ! lange ! Beschriftungsbreite
6578 \end_layout
6579
6580 \end_inset
6581
6582
6583 \end_layout
6584
6585 \begin_layout Standard
6586 Die maximale Titelbreite wird durch die Variable 
6587 \series bold
6588
6589 \backslash
6590 LTcapwidth
6591 \series default
6592  definiert.
6593  Ihr Standardwert ist 4
6594 \begin_inset space \thinspace{}
6595 \end_inset
6596
6597 Zoll (
6598 \begin_inset Formula $\approx10$
6599 \end_inset
6600
6601
6602 \begin_inset space \thinspace{}
6603 \end_inset
6604
6605 cm).
6606  Um das zu ändern, können Sie entweder im LaTeX-Vorspann oder als TeX-Code
6607  vor der betreffenden Tabelle folgenden Befehl einsetzen:
6608 \end_layout
6609
6610 \begin_layout Standard
6611
6612 \series bold
6613
6614 \backslash
6615 setlength{
6616 \backslash
6617 LTcapwidth}{Breite}
6618 \end_layout
6619
6620 \begin_layout Standard
6621 wobei die Breite eine der in Anhang
6622 \begin_inset space ~
6623 \end_inset
6624
6625
6626 \begin_inset CommandInset ref
6627 LatexCommand ref
6628 reference "kap:In-LyX-verfügbare"
6629
6630 \end_inset
6631
6632  aufgelisteten Einheiten haben kann.
6633 \end_layout
6634
6635 \begin_layout Standard
6636 Die beiden folgenden Tabellen zeigen den Unterschied:
6637 \end_layout
6638
6639 \begin_layout Standard
6640 \begin_inset Tabular
6641 <lyxtabular version="3" rows="6" columns="5">
6642 <features islongtable="true" longtabularalignment="center">
6643 <column alignment="center" valignment="top" width="0">
6644 <column alignment="center" valignment="top" width="0">
6645 <column alignment="center" valignment="top" width="0">
6646 <column alignment="center" valignment="top" width="0">
6647 <column alignment="center" valignment="top" width="0">
6648 <row caption="true">
6649 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 \begin_inset Caption
6654
6655 \begin_layout Plain Layout
6656 Langer Titel mit Standardbreite, Langer Titel mit Standardbreite
6657 \begin_inset Argument
6658 status open
6659
6660 \begin_layout Plain Layout
6661 Titel mit Standardbreite
6662 \end_layout
6663
6664 \end_inset
6665
6666
6667 \end_layout
6668
6669 \end_inset
6670
6671
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 </row>
6713 <row>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 1
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 2
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 3
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 4
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 5
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 </row>
6760 <row>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 asd
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 s
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 s
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 asd
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 </row>
6807 <row>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 asd
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 s
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 s
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 asd
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 </row>
6854 <row>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 asd
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 s
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 s
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 s
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 asd
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 </row>
6901 <row>
6902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 asd
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 sad
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 asd
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 asd
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 asd
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 </row>
6948 </lyxtabular>
6949
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \begin_layout Standard
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 setlength{
6964 \backslash
6965 LTcapwidth}{5cm}
6966 \end_layout
6967
6968 \end_inset
6969
6970
6971 \begin_inset Tabular
6972 <lyxtabular version="3" rows="6" columns="5">
6973 <features islongtable="true" longtabularalignment="center">
6974 <column alignment="center" valignment="top" width="0">
6975 <column alignment="center" valignment="top" width="0">
6976 <column alignment="center" valignment="top" width="0">
6977 <column alignment="center" valignment="top" width="0">
6978 <column alignment="center" valignment="top" width="0">
6979 <row caption="true">
6980 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 \begin_inset Caption
6985
6986 \begin_layout Plain Layout
6987 Langer Titel mit 5
6988 \begin_inset space \thinspace{}
6989 \end_inset
6990
6991 cm Breite, Langer Titel mit 5
6992 \begin_inset space \thinspace{}
6993 \end_inset
6994
6995 cm Breite
6996 \begin_inset Argument
6997 status open
6998
6999 \begin_layout Plain Layout
7000 Titel mit 5
7001 \begin_inset space \thinspace{}
7002 \end_inset
7003
7004 cm Breite
7005 \end_layout
7006
7007 \end_inset
7008
7009
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 1
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 2
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 3
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 4
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 5
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 <row>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 asd
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 s
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 asd
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 s
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 s
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 s
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 <row>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 asd
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 s
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 s
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 asd
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 </row>
7244 <row>
7245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 asd
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 sad
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 asd
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 </row>
7291 </lyxtabular>
7292
7293 \end_inset
7294
7295
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 setlength{
7304 \backslash
7305 LTcapwidth}{4in}
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \begin_inset Note Note
7312 status collapsed
7313
7314 \begin_layout Plain Layout
7315 Beschriftungsbreite zurücksetzen
7316 \end_layout
7317
7318 \end_inset
7319
7320
7321 \end_layout
7322
7323 \begin_layout Standard
7324 \begin_inset Note Greyedout
7325 status open
7326
7327 \begin_layout Plain Layout
7328
7329 \series bold
7330 Achtung:
7331 \series default
7332  Wenn das LaTeX-Paket 
7333 \series bold
7334 caption
7335 \series default
7336
7337 \begin_inset Index idx
7338 status collapsed
7339
7340 \begin_layout Plain Layout
7341 LaTeX-Pakete ! caption
7342 \end_layout
7343
7344 \end_inset
7345
7346  verwendet wird, so wie in diesem Dokument, wird die ganze Seitenbreite
7347  für die Beschriftung verwendet, wenn Sie den voreingestellten Wert von
7348  4
7349 \begin_inset space \thinspace{}
7350 \end_inset
7351
7352 Zoll für 
7353 \series bold
7354
7355 \backslash
7356 LTcapwidth
7357 \series default
7358  benutzen.
7359  Um in diesem Fall eine genau 4
7360 \begin_inset space \thinspace{}
7361 \end_inset
7362
7363 Zoll breite Beschriftung zu erhalten, können Sie entweder einen leicht von
7364  4
7365 \begin_inset space \thinspace{}
7366 \end_inset
7367
7368 Zoll veränderten Wert wie z.
7369 \begin_inset space \thinspace{}
7370 \end_inset
7371
7372 B.
7373  3.99
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 Zoll verwenden oder den LaTeX-Befehl 
7378 \series bold
7379
7380 \backslash
7381 captionsetup{width=Wert}
7382 \series default
7383  benutzen, der vom 
7384 \series bold
7385 caption
7386 \series default
7387 -Paket bereitgestellt wird.
7388 \end_layout
7389
7390 \end_inset
7391
7392
7393 \end_layout
7394
7395 \begin_layout Subsubsection
7396 Unterschiedliche Titel für Tabellenseiten
7397 \begin_inset Index idx
7398 status collapsed
7399
7400 \begin_layout Plain Layout
7401 Tabellen ! lange ! mehrere Titel
7402 \end_layout
7403
7404 \end_inset
7405
7406
7407 \end_layout
7408
7409 \begin_layout Standard
7410 Wenn die anderen Tabellenseiten einen anderen Titel bekommen sollen als
7411  die erste, müssen Sie die Beschriftung in eine leere Zeile, die als Kopfzeile
7412  definiert wurde, mit diesem TeX-Code Befehl einfügen:
7413 \end_layout
7414
7415 \begin_layout Standard
7416
7417 \series bold
7418
7419 \backslash
7420 caption*{Beschriftung}
7421 \backslash
7422
7423 \backslash
7424 %
7425 \end_layout
7426
7427 \begin_layout Standard
7428 Tabelle
7429 \begin_inset space ~
7430 \end_inset
7431
7432
7433 \begin_inset CommandInset ref
7434 LatexCommand ref
7435 reference "tab:DiffCaptions"
7436
7437 \end_inset
7438
7439  ist ein Beispiel für eine lange Tabelle mit unterschiedlichen Titeln und
7440  ohne Tabellennummer auf der zweiten Seite.
7441 \end_layout
7442
7443 \begin_layout Standard
7444 \align center
7445 \begin_inset Tabular
7446 <lyxtabular version="3" rows="59" columns="3">
7447 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7448 <column alignment="left" valignment="top" width="0cm">
7449 <column alignment="left" valignment="top" width="0pt">
7450 <column alignment="right" valignment="top" width="0pt">
7451 <row caption="true">
7452 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 \begin_inset Caption
7457
7458 \begin_layout Plain Layout
7459 Telefonliste
7460 \begin_inset CommandInset label
7461 LatexCommand label
7462 name "tab:DiffCaptions"
7463
7464 \end_inset
7465
7466
7467 \begin_inset Argument
7468 status collapsed
7469
7470 \begin_layout Plain Layout
7471 Telefonliste
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row endfirsthead="true">
7506 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \series bold
7512 Telefonliste (ignoriere die Namen)
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 </row>
7536 <row endfirsthead="true">
7537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541
7542 \series bold
7543 NAME
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \series bold
7563 TEL.
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row endhead="true">
7570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 \begin_inset ERT
7575 status open
7576
7577 \begin_layout Plain Layout
7578
7579
7580 \backslash
7581 caption*{Fortsetzung der Telefonliste}
7582 \backslash
7583
7584 \backslash
7585 %
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 </row>
7614 <row endhead="true">
7615 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619
7620 \series bold
7621 Telefonliste
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row endhead="true">
7646 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650
7651 \series bold
7652 NAME
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 TEL.
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row endfoot="true">
7679 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 wird fortgesetzt\SpecialChar \ldots{}
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 </row>
7708 <row>
7709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713
7714 \series bold
7715 Annovi
7716 \end_layout
7717
7718 \end_inset
7719 </cell>
7720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724 Silvia
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 111
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row>
7740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \series bold
7746 Bertoli
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 Stefano
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 111
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row>
7771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \series bold
7777 Bozzi
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 Walter
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 111
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row>
7802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \series bold
7808 Cachia
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 Maria
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 111
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row>
7833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837
7838 \series bold
7839 Cachia
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 Maurizio
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 111
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 <row>
7864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868
7869 \series bold
7870 Cinquemani
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879 Giusi
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 111
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 Colin
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Bernard
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 111
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 Concli
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 Gianfranco
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950 111
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 <row>
7957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961
7962 \series bold
7963 Dal Bosco
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972 Carolina
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 111
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 </row>
7987 <row>
7988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \series bold
7994 Dalpiaz
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Annamaria
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Feliciello
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Domenico
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Focarelli
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Paola
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Galletti
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Oreste
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Gasparini
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Franca
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Rizzardi
8150 \series default
8151
8152 \begin_inset Foot
8153 status open
8154
8155 \begin_layout Plain Layout
8156 Beispielfußnote
8157 \end_layout
8158
8159 \end_inset
8160
8161
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 Roberto
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 111
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \series bold
8347 Pirpamer
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Erich
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 111
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \series bold
8378 Pochiesa
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Paolo
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 111, 222
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \series bold
8409 Radina
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Claudio
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 111
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Stuffer
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Oskar
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 111
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Tacchelli
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Ugo
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 111
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Tezzele
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Margit
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 111
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Unterkalmsteiner
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 Frieda
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 111
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \series bold
8564 Vieider
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Hilde
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 111
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 </row>
8588 <row>
8589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593
8594 \series bold
8595 Vigna
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Jürgen
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 111
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \series bold
8626 Weber
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Maurizio
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 111
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Winkler
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Franz
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 111
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686  
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \series bold
8717 Annovi
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 Silvia
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 555
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \series bold
8748 Bertoli
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Stefano
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 555
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \series bold
8779 Bozzi
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 Walter
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 555
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \series bold
8810 Cachia
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 Maria
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 555
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \series bold
8841 Cachia
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 Maurizio
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 555
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \series bold
8872 Cinquemani
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Giusi
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 555
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 </row>
8896 <row>
8897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901
8902 \series bold
8903 Colin
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 Bernard
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 555
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 </row>
8927 <row>
8928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932
8933 \series bold
8934 Concli
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 Gianfranco
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 555
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 </row>
8958 <row>
8959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963
8964 \series bold
8965 Dal Bosco
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 Carolina
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 555
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 </row>
8989 <row>
8990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994
8995 \series bold
8996 Dalpiaz
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 Annamaria
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 555
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \series bold
9027 Feliciello
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 Domenico
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 555
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 </row>
9051 <row>
9052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056
9057 \series bold
9058 Focarelli
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 Paola
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 555
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \series bold
9089 Galletti
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Oreste
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 555
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \series bold
9120 Gasparini
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Franca
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 555
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \series bold
9151 Rizzardi
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 Paola
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 555
9170 \end_layout
9171
9172 \end_inset
9173 </cell>
9174 </row>
9175 <row>
9176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \series bold
9182 Lassini
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 Giancarlo
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 555
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 </row>
9206 <row>
9207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211
9212 \series bold
9213 Malfatti
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 Luciano
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 555
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \series bold
9244 Malfatti
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 Valeriano
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 555
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 </row>
9268 <row>
9269 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273
9274 \series bold
9275 Meneguzzo
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 Roberto
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 555
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \series bold
9306 Mezzadra
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Roberto
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 555
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 </lyxtabular>
9331
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \begin_layout Section
9338 Weitere Möglichkeiten für 
9339 \family sans
9340 lange Tabelle
9341 \family default
9342 n
9343 \begin_inset CommandInset label
9344 LatexCommand label
9345 name "abs:Special-Longtable-Issues"
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \begin_layout Subsection
9353 L
9354 \family sans
9355 ange Tabelle
9356 \family default
9357 n: Berechnung
9358 \begin_inset Index idx
9359 status collapsed
9360
9361 \begin_layout Plain Layout
9362 Tabellen ! lange ! Berechnung
9363 \end_layout
9364
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Standard
9371 LaTeX berechnet die Länge von Tabellenseiten und die Seitenumbrüche mit
9372  so genannten 
9373 \emph on
9374 chunks
9375 \emph default
9376  (Brocken).
9377  Chunks sind Tabellenteile, die LaTeX gleichzeitig im Speicher hält.
9378  Aus historischen Gründen wurde der Standardwert auf 20 Tabellenzeilen gesetzt.
9379  Wenn Sie Tabellen benutzen, die über mehrere Seiten gehen, verlangsamt
9380  das die Druckausgabe.
9381  Sie können also die Chunkgröße ohne Gefahr auf Werte zwischen 100-1000
9382  setzen, indem Sie in den LaTeX-Vorspann Ihres Dokumentes folgende Zeile
9383  einfügen:
9384 \end_layout
9385
9386 \begin_layout Standard
9387
9388 \series bold
9389
9390 \backslash
9391 setcounter{LTchunksize}{100}
9392 \end_layout
9393
9394 \begin_layout Subsection
9395 Gleitobjekte und L
9396 \family sans
9397 ange Tabelle
9398 \family default
9399 n
9400 \begin_inset Index idx
9401 status collapsed
9402
9403 \begin_layout Plain Layout
9404 Tabellen ! lange ! und Gleitobjekte
9405 \end_layout
9406
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \begin_layout Standard
9413 Es kann Probleme geben, wenn sich auf derselben Seite, auf der eine 
9414 \family sans
9415 lange
9416 \begin_inset space ~
9417 \end_inset
9418
9419 Tabelle
9420 \family default
9421  beginnt, ein Gleitobjekt befindet.
9422  Um das zu vermeiden, können Sie vor der 
9423 \family sans
9424 langen
9425 \begin_inset space ~
9426 \end_inset
9427
9428 Tabellen
9429 \family default
9430  einen manuellen Seitenumbruch
9431 \family sans
9432  Einfügen\SpecialChar \menuseparator
9433 Formatierung\SpecialChar \menuseparator
9434 [Doppel]Seite
9435 \begin_inset space \space{}
9436 \end_inset
9437
9438 leeren
9439 \family default
9440  einfügen, siehe 
9441 \emph on
9442 Benutzerhandbuch
9443 \emph default
9444 .
9445 \end_layout
9446
9447 \begin_layout Subsection
9448 Manuelle Seitenumbrüche
9449 \begin_inset Index idx
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453 Tabellen ! lange ! manueller Seitenumbruch
9454 \end_layout
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \begin_layout Standard
9462 Standardmäßig werden Tabellen nur zwischen Zeilen umgebrochen.
9463  Wenn Sie aber eine Zelle mit mehreren Zeilen haben und die Seite innerhalb
9464  der Zelle umbrechen wollen, fügen Sie den Befehl  
9465 \begin_inset Quotes gld
9466 \end_inset
9467
9468
9469 \series bold
9470
9471 \backslash
9472
9473 \backslash
9474
9475 \series default
9476
9477 \begin_inset Quotes grd
9478 \end_inset
9479
9480  für eine neue Zeile als TeX-Code an der Stelle in der Zelle ein, wo umgebrochen
9481  werden kann.
9482  Vor dem 
9483 \begin_inset Quotes gld
9484 \end_inset
9485
9486
9487 \series bold
9488
9489 \backslash
9490
9491 \backslash
9492
9493 \series default
9494
9495 \begin_inset Quotes grd
9496 \end_inset
9497
9498 -Befehl müssen Sie so viele 
9499 \begin_inset Quotes gld
9500 \end_inset
9501
9502
9503 \series bold
9504 &
9505 \series default
9506
9507 \begin_inset Quotes grd
9508 \end_inset
9509
9510  als TeX-Code einfügen wie noch Spalten in der Zeile folgen.
9511  Mit 
9512 \begin_inset Quotes gld
9513 \end_inset
9514
9515
9516 \series bold
9517 &
9518 \series default
9519
9520 \begin_inset Quotes grd
9521 \end_inset
9522
9523   werden in LaTeX Tabellenzellen getrennt.
9524  Hinter jedes 
9525 \begin_inset Quotes gld
9526 \end_inset
9527
9528
9529 \series bold
9530 &
9531 \series default
9532
9533 \begin_inset Quotes grd
9534 \end_inset
9535
9536  schreiben Sie ebenfalls in TeX-Code den Inhalt der entsprechenden Zelle
9537  und löschen den Inhalt dieser Zellen.
9538 \end_layout
9539
9540 \begin_layout Standard
9541 Hinter dem 
9542 \begin_inset Quotes gld
9543 \end_inset
9544
9545
9546 \series bold
9547
9548 \backslash
9549
9550 \backslash
9551
9552 \series default
9553
9554 \begin_inset Quotes grd
9555 \end_inset
9556
9557 -Befehl müssen Sie so viele 
9558 \begin_inset Quotes gld
9559 \end_inset
9560
9561
9562 \series bold
9563 &
9564 \series default
9565
9566 \begin_inset Quotes grd
9567 \end_inset
9568
9569  als TeX-Code einfügen wie Spalten vor der momentanen Spalte sind.
9570  In Tabelle
9571 \begin_inset space ~
9572 \end_inset
9573
9574
9575 \begin_inset CommandInset ref
9576 LatexCommand ref
9577 reference "tab:ForcedPagebreak"
9578
9579 \end_inset
9580
9581  soll eine Zelle in der zweiten Spalte umgebrochen werden.
9582  Es folgt noch eine weitere Spalte.
9583  Deshalb wurde hinter dem Wort 
9584 \emph on
9585 Castelchiodato, 
9586 \emph default
9587 folgendes eingefügt:
9588 \end_layout
9589
9590 \begin_layout Standard
9591
9592 \series bold
9593 & 111
9594 \backslash
9595
9596 \backslash
9597  
9598 \backslash
9599 newpage
9600 \begin_inset Newline newline
9601 \end_inset
9602
9603 &
9604 \end_layout
9605
9606 \begin_layout Standard
9607 Die 
9608 \begin_inset Quotes gld
9609 \end_inset
9610
9611 111
9612 \begin_inset Quotes grd
9613 \end_inset
9614
9615  in der dritten Spalte wurde gelöscht.
9616  
9617 \series bold
9618
9619 \backslash
9620 newpage
9621 \series default
9622  ist nur erforderlich, wenn ein Seitenumbruch an der Stelle unbedingt erfolgen
9623  soll, ansonsten ist es nur eine Möglichkeit zum Umbruch.
9624  Wenn die Fußzeile Ihrer 
9625 \family sans
9626 langen
9627 \begin_inset space ~
9628 \end_inset
9629
9630 Tabelle
9631 \family default
9632  keine obere Linie besitzt, Sie aber eine wünschen, sollten Sie folgende
9633  Befehle benutzen:
9634 \end_layout
9635
9636 \begin_layout Standard
9637
9638 \series bold
9639 & 111
9640 \backslash
9641
9642 \backslash
9643
9644 \begin_inset Newline newline
9645 \end_inset
9646
9647
9648 \backslash
9649 hline &
9650 \end_layout
9651
9652 \begin_layout Standard
9653 Wenn die Zelle, die umgebrochen werden soll, in der letzten Spalte steht,
9654  muss folgender Befehl als TeX-Code am Anfang der Zelle eingefügt werden:
9655 \end_layout
9656
9657 \begin_layout Standard
9658
9659 \series bold
9660
9661 \backslash
9662 setlength{
9663 \backslash
9664 parfillskip}{0pt}
9665 \end_layout
9666
9667 \begin_layout Standard
9668 Damit wird sichergestellt, dass der Teil auf der neuen Seite in voller Breite
9669  erscheint.
9670 \end_layout
9671
9672 \begin_layout Standard
9673 \align center
9674 \begin_inset Tabular
9675 <lyxtabular version="3" rows="38" columns="3">
9676 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9677 <column alignment="left" valignment="top" width="0cm">
9678 <column alignment="left" valignment="top" width="3cm">
9679 <column alignment="right" valignment="top" width="0pt">
9680 <row caption="true">
9681 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 \begin_inset Caption
9686
9687 \begin_layout Plain Layout
9688 Tabelle mit manuellem Seitenumbruch in einer Zelle
9689 \begin_inset CommandInset label
9690 LatexCommand label
9691 name "tab:ForcedPagebreak"
9692
9693 \end_inset
9694
9695
9696 \begin_inset Argument
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700 Tabelle mit manuellem Seitenumbruch in einer Zelle
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row endfirsthead="true">
9735 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \series bold
9741 Telefonliste (ignoriere die Namen)
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row endfirsthead="true">
9766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \series bold
9772 NAME
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \series bold
9792 TEL.
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row endhead="true">
9799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 \begin_inset ERT
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807
9808
9809 \backslash
9810 caption*{Fortsetzung der Tabelle}
9811 \backslash
9812
9813 \backslash
9814 %
9815 \end_layout
9816
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row endhead="true">
9844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \series bold
9850 Telefonliste
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 </row>
9874 <row endhead="true">
9875 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879
9880 \series bold
9881 NAME
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 TEL.
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row endfoot="true">
9908 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 wird fortgesetzt\SpecialChar \ldots{}
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Annovi
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Silvia
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Bertoli
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Stefano
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Bozzi
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Walter
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Cachia
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Maria
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Cachia
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Maurizio
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Cinquemani
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Giusi
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Colin
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Bernard
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 111
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \series bold
10161 Concli
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 Gianfranco
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 111
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192 Dal Bosco
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 Carolina
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 111
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Dalpiaz
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Annamaria
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 111
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row>
10248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \series bold
10254 Feliciello
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Domenico
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 111
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Focarelli
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Paola
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Galletti
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Oreste
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Gasparini
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Franca
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Lassini
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Giancarlo
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Malfatti
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Luciano
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Malfatti
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Valeriano
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \series bold
10471 Meneguzzo
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 Roberto
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 111
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \series bold
10502 Mezzadra
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 Roberto
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 111
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \series bold
10533 Pirpamer
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Erich
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 111
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 <row>
10558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562
10563 \series bold
10564 Pochiesa
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 Paolo
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 111, 222
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \series bold
10595 Radina
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Claudio
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 111
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \series bold
10626 Rizzardi
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 Paolo, 11.
10636  Fürst von Monte\SpecialChar \-
10637 com\SpecialChar \-
10638 patri, 11.
10639  Fürst von Sulmona und Vivaro, 10.
10640  Fürst von Rossano, 5.
10641  Herzog von Canemorte, 11.
10642  Herzog von Palombara, 5.
10643  Herzog von Castelchiodato,
10644 \begin_inset ERT
10645 status open
10646
10647 \begin_layout Plain Layout
10648
10649 & 111
10650 \backslash
10651
10652 \backslash
10653  
10654 \backslash
10655 newpage
10656 \end_layout
10657
10658 \begin_layout Plain Layout
10659
10660 &
10661 \end_layout
10662
10663 \end_inset
10664
10665  11.
10666  Herzog von Poggionativo, 11.
10667  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10668  Graf von Valinfreda, 11.
10669  Baron von Cropalati, 11.
10670  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \series bold
10692 Stuffer
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 Oskar
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Tacchelli
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Ugo
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Tezzele
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Margit
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Unterkalmsteiner
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Frieda
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row>
10810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \series bold
10816 Vieider
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 Hilde
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 111
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \series bold
10847 Vigna
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 Jürgen
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865 111
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \series bold
10878 Weber
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 Maurizio
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 111
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Winkler
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Franz
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 </lyxtabular>
10934
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \begin_layout Section
10941 Mehrfache Zeilen, Spalten und Zeilen in Zellen
10942 \end_layout
10943
10944 \begin_layout Subsection
10945 Mehrfache Zeilen in Zellen
10946 \begin_inset CommandInset label
10947 LatexCommand label
10948 name "uab:Mehrfache-Zeilen-in"
10949
10950 \end_inset
10951
10952
10953 \begin_inset Index idx
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 Mehrfache ! Zeilen in Zellen
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \begin_inset Index idx
10964 status collapsed
10965
10966 \begin_layout Plain Layout
10967 Tabellen ! Zeilenumbrüche
10968 \end_layout
10969
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \begin_layout Standard
10976 \noindent
10977 \begin_inset Float table
10978 placement H
10979 wide false
10980 sideways false
10981 status open
10982
10983 \begin_layout Plain Layout
10984 \begin_inset Caption
10985
10986 \begin_layout Plain Layout
10987 \begin_inset CommandInset label
10988 LatexCommand label
10989 name "tab:Table-with-multiple"
10990
10991 \end_inset
10992
10993 Tabelle mit mehrfachen Zeilen in einer Zelle
10994 \end_layout
10995
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \begin_layout Plain Layout
11002 \align center
11003 \begin_inset Tabular
11004 <lyxtabular version="3" rows="3" columns="3">
11005 <features tabularvalignment="middle">
11006 <column alignment="center" valignment="middle" width="2.5cm">
11007 <column alignment="center" valignment="middle" width="0.5cm">
11008 <column alignment="center" valignment="middle" width="0.5cm">
11009 <row>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 zwei
11015 \begin_inset Newline linebreak
11016 \end_inset
11017
11018 Zeilen
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 b
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 c
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 d
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 e
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 f
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 g
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 h
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 i
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Standard
11113 Wenn Sie für eine Spalte eine feste Breite definieren, können Sie Text als
11114  Absätze mit mehrfachen Zeilen und Silbentrennung eingeben.
11115  Tabelle
11116 \begin_inset space ~
11117 \end_inset
11118
11119
11120 \begin_inset CommandInset ref
11121 LatexCommand ref
11122 reference "tab:Table-with-multiple"
11123
11124 \end_inset
11125
11126  wurde als 3×3-Tabelle erstellt, dann die Breite der ersten Spalte im 
11127 \family sans
11128 Tabellen-Einstellungen
11129 \family default
11130 -Dialog auf 2.5
11131 \begin_inset space \thinspace{}
11132 \end_inset
11133
11134 cm gesetzt und die vertikalen und horizontalen Ausrichtungen zentriert.
11135  Weil unser Text schmaler als 2.5
11136 \begin_inset space \thinspace{}
11137 \end_inset
11138
11139 cm ist, würde er in einer Zeile gedruckt werden.
11140  Um zwei Zeilen zu bekommen, wurde ein rechtsbündiger Zeilenumbruch (Tastenkürze
11141
11142 \family sans
11143 Strg+Shift+Enter
11144 \family default
11145 ) eingefügt.
11146  Wenn der Text länger ist, wird er automatisch umgebrochen.
11147 \end_layout
11148
11149 \begin_layout Standard
11150 Um den Text der beiden anderen Zellen der ersten Zeile vertikal auszurichten,
11151  setzen Sie die Breite der beiden Spalten im 
11152 \family sans
11153 Tabellen-Einstellungen
11154 \family default
11155 -Dialog auf 0.5
11156 \begin_inset space \thinspace{}
11157 \end_inset
11158
11159 cm und die vertikale Ausrichtung auf zentriert.
11160 \end_layout
11161
11162 \begin_layout Standard
11163 Wenn Sie in einer Zelle mit fester Breite als erstes ein sehr langes Wort
11164  haben, kann LaTeX es ohne Trennhilfen nicht trennen.
11165  Wenn Sie LaTeX trotzdem die Trennung überlassen wollen, müssen Sie vor
11166  dem Wort etwas einfügen, damit es nicht wie der erste Eintrag aussieht.
11167  Fügen sie daher 0
11168 \begin_inset space \thinspace{}
11169 \end_inset
11170
11171 pt horizontalen Abstand vor dem Wort ein.
11172  Weil er keinen Platz belegt, ändert er die Druckausgabe nicht.
11173  Tabelle
11174 \begin_inset space ~
11175 \end_inset
11176
11177
11178 \begin_inset CommandInset ref
11179 LatexCommand ref
11180 reference "tab:Table-with-and"
11181
11182 \end_inset
11183
11184  zeigt die Wirkungen.
11185 \end_layout
11186
11187 \begin_layout Standard
11188 \begin_inset Float table
11189 placement h
11190 wide false
11191 sideways false
11192 status open
11193
11194 \begin_layout Plain Layout
11195 \begin_inset Caption
11196
11197 \begin_layout Plain Layout
11198 \begin_inset CommandInset label
11199 LatexCommand label
11200 name "tab:Table-with-and"
11201
11202 \end_inset
11203
11204 Tabelle ohne und mit Silbentrennung
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \begin_layout Plain Layout
11213 \begin_inset space \hfill{}
11214 \end_inset
11215
11216
11217 \begin_inset Tabular
11218 <lyxtabular version="3" rows="3" columns="3">
11219 <features tabularvalignment="middle">
11220 <column alignment="center" valignment="middle" width="2.5cm">
11221 <column alignment="center" valignment="middle" width="0.5cm">
11222 <column alignment="center" valignment="middle" width="0.5cm">
11223 <row>
11224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 einsehrlangesZellenwort
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 b
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 c
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 </row>
11252 <row>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 d
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 e
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 f
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 <row>
11282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 g
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 h
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 i
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 </row>
11310 </lyxtabular>
11311
11312 \end_inset
11313
11314
11315 \begin_inset space \hfill{}
11316 \end_inset
11317
11318
11319 \begin_inset Tabular
11320 <lyxtabular version="3" rows="3" columns="3">
11321 <features tabularvalignment="middle">
11322 <column alignment="center" valignment="middle" width="2.5cm">
11323 <column alignment="center" valignment="middle" width="0.5cm">
11324 <column alignment="center" valignment="middle" width="0.5cm">
11325 <row>
11326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 \begin_inset space \hspace{}
11331 \length 0pt
11332 \end_inset
11333
11334 einsehrlangesZellenwort
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 b
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 c
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 d
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 e
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 f
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 <row>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 g
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 h
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 i
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 </lyxtabular>
11417
11418 \end_inset
11419
11420
11421 \begin_inset space \hfill{}
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428
11429
11430 \end_layout
11431
11432 \begin_layout Subsection
11433 Mehrfachspalten
11434 \begin_inset CommandInset label
11435 LatexCommand label
11436 name "uab:Mehrfachspalten"
11437
11438 \end_inset
11439
11440
11441 \begin_inset Index idx
11442 status collapsed
11443
11444 \begin_layout Plain Layout
11445 Mahrfachspalten
11446 \end_layout
11447
11448 \end_inset
11449
11450
11451 \begin_inset Index idx
11452 status collapsed
11453
11454 \begin_layout Plain Layout
11455 Tabellen ! Mahrfachspalten
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Subsubsection
11464 Grundlagen
11465 \end_layout
11466
11467 \begin_layout Standard
11468 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
11469  und verwenden dann den Knopf 
11470 \begin_inset Graphics
11471         filename ../../images/tabular-feature_multicolumn.png
11472         scale 70
11473         scaleBeforeRotation
11474
11475 \end_inset
11476
11477  in der Werkzeugleiste, das Menü 
11478 \family sans
11479 Bearbeiten\SpecialChar \menuseparator
11480 Tabelle\SpecialChar \menuseparator
11481 Mehrfachspalte
11482 \family default
11483 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
11484  
11485 \family sans
11486 Mehrfachspalte
11487 \family default
11488 .
11489 \end_layout
11490
11491 \begin_layout Standard
11492 Mehrfachspalten haben ihre eigenen Einstellungen.
11493  Das bedeutet, dass sie sich nur auf die Mehrfachspalte auswirken.
11494  Hier ist ein Beispiel mit einer Mehrfachspalte in der ersten Zeile und
11495  einer in der letzten Zeile, bei der die obere Linie weggelassen wurde:
11496 \end_layout
11497
11498 \begin_layout Standard
11499 \align center
11500 \begin_inset Tabular
11501 <lyxtabular version="3" rows="3" columns="4">
11502 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11503 <column alignment="center" valignment="top" width="0pt">
11504 <column alignment="center" valignment="middle" width="0">
11505 <column alignment="center" valignment="top" width="0in">
11506 <column alignment="center" valignment="top" width="0pt">
11507 <row>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 abc
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 def ghi
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 jkl
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550
11551 \family roman
11552 \series medium
11553 \shape up
11554 \size normal
11555 \emph off
11556 \bar no
11557 \noun off
11558 \color none
11559 A
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 B
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 C
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 D
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 1
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 2
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 3
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 4
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 </lyxtabular>
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Subsubsection
11638 Mehrfachspalten-Berechnungen
11639 \begin_inset CommandInset label
11640 LatexCommand label
11641 name "uab:Mehrfachspalten-Berechnungen"
11642
11643 \end_inset
11644
11645
11646 \begin_inset Index idx
11647 status collapsed
11648
11649 \begin_layout Plain Layout
11650 Mahrfachspalten ! Berechnung
11651 \end_layout
11652
11653 \end_inset
11654
11655
11656 \begin_inset Index idx
11657 status collapsed
11658
11659 \begin_layout Plain Layout
11660 Tabellen ! Mahrfachspalten ! Berechnung
11661 \end_layout
11662
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \begin_layout Standard
11669 LyX unterstützt Mehrfachspalten direkt, aber wir müssen die Breite der neuen
11670  Zellen beachten.
11671 \end_layout
11672
11673 \begin_layout Standard
11674 \begin_inset Float table
11675 placement h
11676 wide false
11677 sideways false
11678 status open
11679
11680 \begin_layout Plain Layout
11681 \begin_inset Caption
11682
11683 \begin_layout Plain Layout
11684 \begin_inset CommandInset label
11685 LatexCommand label
11686 name "tab:Table-with-centered"
11687
11688 \end_inset
11689
11690 Tabelle mit zentriertem Mehrfachspalten-Text über zwei Spalten, die genau
11691  die halbe Breite der Mehrfachspalten-Zelle haben
11692 \begin_inset Argument
11693 status collapsed
11694
11695 \begin_layout Plain Layout
11696 Eine Mehrfachspalten-Tabelle
11697 \end_layout
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \begin_layout Plain Layout
11710 \align center
11711 \begin_inset Tabular
11712 <lyxtabular version="3" rows="3" columns="3">
11713 <features tabularvalignment="middle">
11714 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11715 <column alignment="center" valignment="middle" width="0">
11716 <column alignment="center" valignment="top" width="0">
11717 <row>
11718 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 Dies ist eine Mehrfach\SpecialChar \-
11723 spalten-Zelle
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 c
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 </row>
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 d
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 e
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 f
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 </row>
11776 <row>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 g
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 h
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 i
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 </lyxtabular>
11806
11807 \end_inset
11808
11809
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Um Tabelle
11819 \begin_inset space ~
11820 \end_inset
11821
11822
11823 \begin_inset CommandInset ref
11824 LatexCommand ref
11825 reference "tab:Table-with-centered"
11826
11827 \end_inset
11828
11829  zu erhalten, markieren Sie die ersten beiden Zellen der ersten Zeile einer
11830  3×3-Tabelle, kreuzen im 
11831 \family sans
11832 Tabellen-Einstellungen
11833 \family default
11834 -Dialog 
11835 \family sans
11836 Mehrfachspalte
11837 \family default
11838  an, setzen die 
11839 \family sans
11840 Horizontale
11841 \begin_inset space ~
11842 \end_inset
11843
11844 Ausrichtung
11845 \family default
11846  auf 
11847 \family sans
11848 Zentriert
11849 \family default
11850  und die 
11851 \family sans
11852 Breite
11853 \family default
11854  auf 2.5
11855 \begin_inset space \thinspace{}
11856 \end_inset
11857
11858 cm.
11859  Die überspannten Spalten werden dann auf die halbe Breite gesetzt, indem
11860  Sie die Breite der ersten Spalte auf 1.25
11861 \begin_inset space \thinspace{}
11862 \end_inset
11863
11864 cm setzen.
11865  Die zweite Spalte wird dann automatisch 1.25
11866 \begin_inset space \thinspace{}
11867 \end_inset
11868
11869 cm breit (Breite der 
11870 \family sans
11871 Mehrfachspalte
11872 \family default
11873  
11874 \begin_inset Formula $-$
11875 \end_inset
11876
11877  Breite der ersten Spalte).
11878  Dies wurde so für Tabelle
11879 \begin_inset space ~
11880 \end_inset
11881
11882
11883 \begin_inset CommandInset ref
11884 LatexCommand ref
11885 reference "tab:Table-without-half"
11886
11887 \end_inset
11888
11889  gemacht.
11890 \end_layout
11891
11892 \begin_layout Standard
11893 \begin_inset Float table
11894 wide false
11895 sideways false
11896 status open
11897
11898 \begin_layout Plain Layout
11899 \begin_inset Caption
11900
11901 \begin_layout Plain Layout
11902 \begin_inset CommandInset label
11903 LatexCommand label
11904 name "tab:Table-without-half"
11905
11906 \end_inset
11907
11908 Tabelle, in der die überspannten Spalten nicht genau halb so breit sind
11909  wie die Mehrfachspalte
11910 \begin_inset Argument
11911 status collapsed
11912
11913 \begin_layout Plain Layout
11914 Eine unvollkommene Mehrfachspalten-Tabelle
11915 \end_layout
11916
11917 \end_inset
11918
11919
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Plain Layout
11928 \align center
11929 \begin_inset Tabular
11930 <lyxtabular version="3" rows="3" columns="3">
11931 <features tabularvalignment="middle">
11932 <column alignment="center" valignment="top" width="1.25cm">
11933 <column alignment="center" valignment="top" width="0">
11934 <column alignment="center" valignment="top" width="0">
11935 <row>
11936 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 Dies ist auch eine Mehr\SpecialChar \-
11941 fach\SpecialChar \-
11942 spalten-Zelle
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 c
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 </row>
11966 <row>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 d
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 e
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 f
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 <row>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 g
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 h
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12015 \begin_inset Text
12016
12017 \begin_layout Plain Layout
12018 i
12019 \end_layout
12020
12021 \end_inset
12022 </cell>
12023 </row>
12024 </lyxtabular>
12025
12026 \end_inset
12027
12028
12029 \end_layout
12030
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \begin_layout Standard
12037 In der druckfertigen Version sehen Sie, dass die erste Spalte etwas breiter
12038  als die zweite ist.
12039  Das liegt daran, dass die Zellenbreite 
12040 \begin_inset Formula $W_{\mathrm{tot}}$
12041 \end_inset
12042
12043  nicht ihre definierte Breite 
12044 \begin_inset Formula $W_{g}$
12045 \end_inset
12046
12047  ist, sondern ein wenig mehr.
12048  Anhang
12049 \begin_inset space ~
12050 \end_inset
12051
12052
12053 \begin_inset CommandInset ref
12054 LatexCommand ref
12055 reference "kap:Exläuterung-einer-Gleichung"
12056
12057 \end_inset
12058
12059  erklärt das genauer.
12060 \end_layout
12061
12062 \begin_layout Standard
12063 Wenn 
12064 \emph on
12065 n
12066 \emph default
12067  Spalten zu einer Mehrfachspalte zusammengefasst werden, errechnet sich
12068  die definierte Breite 
12069 \begin_inset Formula $W_{g\, n}$
12070 \end_inset
12071
12072  einer Spalte, deren totale Breite = 
12073 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
12074 \end_inset
12075
12076  sein soll, wie folgt:
12077 \begin_inset Formula \begin{equation}
12078 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Standard
12086 In unserem Falls ist 
12087 \begin_inset Formula $n=2$
12088 \end_inset
12089
12090
12091 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
12092 \end_inset
12093
12094 cm, und damit wird aus Gleichung
12095 \begin_inset space ~
12096 \end_inset
12097
12098
12099 \begin_inset CommandInset ref
12100 LatexCommand ref
12101 reference "eq:Wgn"
12102
12103 \end_inset
12104
12105  
12106 \begin_inset Formula \begin{equation}
12107 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \begin_layout Standard
12115 Damit LaTeX rechnen kann, muss das Paket 
12116 \series bold
12117 calc
12118 \series default
12119  im Vorspann geladen werden.
12120 \begin_inset Index idx
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124 LaTeX-Pakete ! calc
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \begin_layout Standard
12133
12134 \series bold
12135
12136 \backslash
12137 usepackage{calc}
12138 \end_layout
12139
12140 \begin_layout Standard
12141 LyX erlaubt im 
12142 \family sans
12143 Breite
12144 \family default
12145 -Feld des 
12146 \family sans
12147 Tabellen-Einstellungen
12148 \family default
12149 -Dialogs keine Berechnungen.
12150  Deshalb müssen Sie die Formel für die Breite im Feld 
12151 \family sans
12152 LaTe
12153 \begin_inset ERT
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157
12158 {}
12159 \end_layout
12160
12161 \end_inset
12162
12163 X-Argument
12164 \family default
12165  eingeben.
12166  Hier iss ein Überblick über die Argumente:
12167 \end_layout
12168
12169 \begin_layout Itemize
12170
12171 \series bold
12172 p{Breite}
12173 \series default
12174  die Zelle bekommt eine feste 
12175 \series bold
12176 Breite
12177 \series default
12178 , und die vertikale Ausrichtung ist 
12179 \family sans
12180 Oben
12181 \end_layout
12182
12183 \begin_layout Itemize
12184
12185 \series bold
12186 m{Breite}
12187 \series default
12188  die Zelle bekommt eine feste 
12189 \series bold
12190 Breite
12191 \series default
12192 , und die vertikale Ausrichtung ist 
12193 \family sans
12194 Mitte
12195 \end_layout
12196
12197 \begin_layout Itemize
12198
12199 \series bold
12200 b{Breite}
12201 \series default
12202  die Zelle bekommt eine feste 
12203 \series bold
12204 Breite
12205 \series default
12206 , und die vertikale Ausrichtung ist 
12207 \family sans
12208 Unten
12209 \end_layout
12210
12211 \begin_layout Standard
12212 Wenn Sie ein LaTeX-Argument eingeben, werden alle anderen Einstellungen
12213  für diese Zelle überschrieben.
12214 \end_layout
12215
12216 \begin_layout Standard
12217 \begin_inset Note Greyedout
12218 status open
12219
12220 \begin_layout Plain Layout
12221
12222 \series bold
12223 Bemerkung:
12224 \series default
12225  Wegen eines Fehlers in LyX werden die überschriebenen Einstellungen dennoch
12226  angezeigt.
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \begin_layout Standard
12235 Weil der Text horizontal zentriert sein soll, wurde in den Einstellungen
12236  der Zelle mit dem Inhalt 
12237 \begin_inset Quotes gld
12238 \end_inset
12239
12240 d
12241 \begin_inset Quotes grd
12242 \end_inset
12243
12244  der Tabelle
12245 \begin_inset space ~
12246 \end_inset
12247
12248
12249 \begin_inset CommandInset ref
12250 LatexCommand ref
12251 reference "tab:Table-with-centered"
12252
12253 \end_inset
12254
12255  auch noch der Befehl
12256 \family typewriter
12257 \series bold
12258  
12259 \family default
12260
12261 \backslash
12262 centering
12263 \series default
12264  hinzugefügt.
12265  Das Ganze sieht dann so aus:
12266 \end_layout
12267
12268 \begin_layout Standard
12269
12270 \series bold
12271 |>{
12272 \backslash
12273 centering}m{1.25cm-6.2pt}
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Der vertikale Strich 
12278 \series bold
12279
12280 \begin_inset Quotes gld
12281 \end_inset
12282
12283 |
12284 \series default
12285
12286 \begin_inset Quotes grd
12287 \end_inset
12288
12289  am Anfang zeichnet die linke Linie, und der Befehl 
12290 \series bold
12291
12292 \begin_inset Quotes gld
12293 \end_inset
12294
12295 >{ }
12296 \begin_inset Quotes grd
12297 \end_inset
12298
12299
12300 \series default
12301  bedeutet, dass die Befehle in der geschweiften Klammer vor dem Erstellen
12302  der Zelle benutzt werden sollen.
12303 \end_layout
12304
12305 \begin_layout Standard
12306 Obwohl wir eine zentrierte Ausrichtung für die Mehrfachspalte festgelegt
12307  haben, ist der Text noch immer linksbündig, weil LyX Ausrichtungen nur
12308  für einzelne Spalten anwendet.
12309  Deswegen musste für die Mehrfachspalte folgendes LaTeX-Argument benutzt
12310  werden:
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316 |>{
12317 \backslash
12318 centering}m{2.5cm}|
12319 \end_layout
12320
12321 \begin_layout Subsection
12322 Mehrfachzeilen
12323 \begin_inset CommandInset label
12324 LatexCommand label
12325 name "uab:Mehrfachzeilen"
12326
12327 \end_inset
12328
12329
12330 \begin_inset Index idx
12331 status collapsed
12332
12333 \begin_layout Plain Layout
12334 Mehrfachzeilen
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \begin_inset Index idx
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344 Tabellen ! Mehrfachzeilen
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \end_layout
12351
12352 \begin_layout Standard
12353 Um mehrere Zellen einer Zeile zu einer zu verbinden, markieren Sie diese
12354  und verwenden dann den Knopf 
12355 \begin_inset Graphics
12356         filename ../../images/tabular-feature_multirow.png
12357         scale 70
12358         scaleBeforeRotation
12359
12360 \end_inset
12361
12362  in der Werkzeugleiste, das Menü 
12363 \family sans
12364 Bearbeiten\SpecialChar \menuseparator
12365 Tabelle\SpecialChar \menuseparator
12366 Mehrfachzeile
12367 \family default
12368 , oder klicken Sie rechts auf die markierten Zellen und wählen im Kontextmenü
12369  
12370 \family sans
12371 Mehrfachzeile
12372 \family default
12373 .
12374 \end_layout
12375
12376 \begin_layout Standard
12377 Dies ist eine Beispieltabelle mit einer Mehrfachzeile in der ersten Spalte:
12378 \end_layout
12379
12380 \begin_layout Standard
12381 \align center
12382 \begin_inset Tabular
12383 <lyxtabular version="3" rows="3" columns="3">
12384 <features tabularvalignment="middle">
12385 <column alignment="center" valignment="top" width="0pt">
12386 <column alignment="center" valignment="top" width="0">
12387 <column alignment="center" valignment="top" width="0">
12388 <row>
12389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Plain Layout
12393 a
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Plain Layout
12402 b
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 c
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 </row>
12417 <row>
12418 <cell multirow="3" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12419 \begin_inset Text
12420
12421 \begin_layout Plain Layout
12422 mehrzeiliger Text
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 e
12432 \end_layout
12433
12434 \end_inset
12435 </cell>
12436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12437 \begin_inset Text
12438
12439 \begin_layout Plain Layout
12440 f
12441 \end_layout
12442
12443 \end_inset
12444 </cell>
12445 </row>
12446 <row>
12447 <cell multirow="4" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12448 \begin_inset Text
12449
12450 \begin_layout Plain Layout
12451
12452 \end_layout
12453
12454 \end_inset
12455 </cell>
12456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12457 \begin_inset Text
12458
12459 \begin_layout Plain Layout
12460 h
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 i
12470 \end_layout
12471
12472 \end_inset
12473 </cell>
12474 </row>
12475 </lyxtabular>
12476
12477 \end_inset
12478
12479
12480 \end_layout
12481
12482 \begin_layout Standard
12483 Die Breite und Ausrichtung einer Mehrfachzeile wird durch Setzen der Breite
12484  und Ausrichtung für die komplette Spalte festgelegt.
12485 \end_layout
12486
12487 \begin_layout Section
12488 Formale Tabellen
12489 \begin_inset CommandInset label
12490 LatexCommand label
12491 name "abs:Formale-Tabellen"
12492
12493 \end_inset
12494
12495
12496 \begin_inset Index idx
12497 status collapsed
12498
12499 \begin_layout Plain Layout
12500 Tabellen ! Formale
12501 \end_layout
12502
12503 \end_inset
12504
12505
12506 \end_layout
12507
12508 \begin_layout Standard
12509 Tabellen werden in Büchern oft wie Tabelle
12510 \begin_inset space ~
12511 \end_inset
12512
12513
12514 \begin_inset CommandInset ref
12515 LatexCommand ref
12516 reference "tab:Formale-Tabelle"
12517
12518 \end_inset
12519
12520  gesetzt.
12521  Diese Tabellen werden
12522 \emph on
12523  formal
12524 \emph default
12525  genannt.
12526  Formale Tabellen bekommen Sie, wenn Sie im 
12527 \family sans
12528 Tabellen-Einstellungen
12529 \family default
12530 -Dialog auf der Karteikarte 
12531 \family sans
12532 Rahmen
12533 \family default
12534  den 
12535 \family sans
12536 Stil
12537 \family default
12538  
12539 \family sans
12540 Formal
12541 \family default
12542  ankreuzen.
12543 \end_layout
12544
12545 \begin_layout Standard
12546 \begin_inset Float table
12547 placement h
12548 wide false
12549 sideways false
12550 status open
12551
12552 \begin_layout Plain Layout
12553 \begin_inset Caption
12554
12555 \begin_layout Plain Layout
12556 \begin_inset CommandInset label
12557 LatexCommand label
12558 name "tab:Formale-Tabelle"
12559
12560 \end_inset
12561
12562 Formale Tabelle
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \begin_layout Plain Layout
12571 \align center
12572 \begin_inset Tabular
12573 <lyxtabular version="3" rows="8" columns="4">
12574 <features booktabs="true" tabularvalignment="middle">
12575 <column alignment="center" valignment="top" width="0">
12576 <column alignment="right" valignment="top" width="0">
12577 <column alignment="right" valignment="top" width="0">
12578 <column alignment="right" valignment="top" width="0">
12579 <row>
12580 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 System
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 Chip
12594 \begin_inset space \thinspace{}
12595 \end_inset
12596
12597 1
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 Chip
12607 \begin_inset space \thinspace{}
12608 \end_inset
12609
12610 2
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 </row>
12625 <row>
12626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 \begin_inset ERT
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634
12635
12636 \backslash
12637 cmidrule(r){2-2}
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \begin_inset ERT
12644 status collapsed
12645
12646 \begin_layout Plain Layout
12647
12648
12649 \backslash
12650 cmidrule(l){3-4}
12651 \end_layout
12652
12653 \end_inset
12654
12655 Detektordicke in µm
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 300
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 300
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 700
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 <row>
12689 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693 Kantenwinkel in °
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 3.55
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 2.71
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 7.99
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 </row>
12726 <row topspace="default">
12727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 räumliche Auf\SpecialChar \textcompwordmark{}
12732 lösung in µm
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 <cell alignment="center" valignment="top" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 4.26
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 10.17
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 10.56
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 <row topspace="default">
12766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 MTF bei 
12771 \begin_inset Formula $f_{\mathrm{max}}$
12772 \end_inset
12773
12774
12775 \end_layout
12776
12777 \end_inset
12778 </cell>
12779 <cell alignment="center" valignment="top" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 0.53
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 0.37
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 0.39
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 <row topspace="default">
12808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 \begin_inset ERT
12813 status collapsed
12814
12815 \begin_layout Plain Layout
12816
12817
12818 \backslash
12819 cmidrule(l{10pt}){1-1}
12820 \end_layout
12821
12822 \end_inset
12823
12824 LSF räumliche Auf\SpecialChar \textcompwordmark{}
12825 lösung
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 <row>
12859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 in µm
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 129.7
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 52.75
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 50.78
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row>
12897 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 in % der Pixelgröße
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 76.3
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 95.9
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12925 \begin_inset Text
12926
12927 \begin_layout Plain Layout
12928 92.3
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 </lyxtabular>
12935
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \end_inset
12942
12943
12944 \end_layout
12945
12946 \begin_layout Standard
12947 Abstände zu Tabellenzeilen können auf der Karteikarte 
12948 \family sans
12949 Rahmen
12950 \family default
12951  des 
12952 \family sans
12953 Tabellen-Ein\SpecialChar \-
12954 stel\SpecialChar \-
12955 lun\SpecialChar \-
12956 gen
12957 \family default
12958 -Dialogs hinzugefügt werden, wie in Abschnitt
12959 \begin_inset space ~
12960 \end_inset
12961
12962
12963 \begin_inset CommandInset ref
12964 LatexCommand ref
12965 reference "uab:Zeilenabstand"
12966
12967 \end_inset
12968
12969  beschrieben.
12970 \end_layout
12971
12972 \begin_layout Standard
12973 Im Gegensatz zu normalen Tabellen haben formale keine vertikalen Linien.
12974  Die horizontalen können wie für normale Tabellen gesetzt werden, sehen
12975  gedruckt aber anders aus.
12976  Die erste und letzte Linie ist 0.08
12977 \begin_inset space \thinspace{}
12978 \end_inset
12979
12980 em dick, während die anderen 0.05
12981 \begin_inset space \thinspace{}
12982 \end_inset
12983
12984 em dick sind.
12985 \end_layout
12986
12987 \begin_layout Standard
12988 Die Standarddicken können im LaTeX-Vorspann geändert werden:
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 let
12997 \backslash
12998 mytoprule
12999 \backslash
13000 toprule
13001 \begin_inset Newline newline
13002 \end_inset
13003
13004
13005 \backslash
13006 renewcommand{
13007 \backslash
13008 toprule}{
13009 \backslash
13010 mytoprule[Breite]}
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Dies Beispiel gilt für die oberste Linie, genannt 
13015 \series bold
13016 toprule
13017 \series default
13018 .
13019  Für die letzte müssen Sie 
13020 \series bold
13021 toprule
13022 \series default
13023  durch 
13024 \series bold
13025 bottomrule
13026 \series default
13027  ersetzen.
13028  Die Linien dazwischen heißen 
13029 \series bold
13030 midrule
13031 \series default
13032 .
13033  Für 
13034 \family sans
13035 Breite
13036 \family default
13037  können Sie alle Einheiten benutzen, die in Anhang
13038 \begin_inset space ~
13039 \end_inset
13040
13041
13042 \begin_inset CommandInset ref
13043 LatexCommand ref
13044 reference "kap:In-LyX-verfügbare"
13045
13046 \end_inset
13047
13048  aufgelistet sind.
13049 \end_layout
13050
13051 \begin_layout Standard
13052 Linien, die nicht über alle Spalten der Tabelle gehen, erhalten Sie durch
13053  eine Linie unter einer Mehrfachspalte.
13054  LyX wird intern den Befehl 
13055 \series bold
13056
13057 \backslash
13058 cmidrule
13059 \series default
13060  benutzen, um diese Linie zu drucken.
13061  Der ganze Befehl sieht so aus:
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \series bold
13067
13068 \backslash
13069 cmidrule[width](trim){Anfangsspalte-Endspalte}
13070 \end_layout
13071
13072 \begin_layout Standard
13073 Die 
13074 \series bold
13075
13076 \backslash
13077 cmidrule
13078 \series default
13079 -Optionen werden (noch) nicht von LyX unterstützt, also müssen Sie TeX-Code
13080  benutzen.
13081  
13082 \series bold
13083
13084 \backslash
13085 cmidrule
13086 \series default
13087  kann man benutzen, indem man den Befehl als TeX-Code als erstes in die
13088  erste Zelle einer Zeile einfügt.
13089  Die Linie wird dann über der Zeile gedruckt.
13090 \end_layout
13091
13092 \begin_layout Standard
13093 Der Standardwert ist 0.03
13094 \begin_inset space \thinspace{}
13095 \end_inset
13096
13097 em.
13098  Die Linie reicht von 
13099 \family typewriter
13100 Anfangsspalte
13101 \family default
13102  bis 
13103 \family typewriter
13104 End\SpecialChar \-
13105 spal\SpecialChar \-
13106 te
13107 \family default
13108 .
13109  Wenn die Linie nur über eine Spalte reicht, sind beide Werte gleich.
13110   Der optionale Parameter 
13111 \family typewriter
13112 trim
13113 \family default
13114  kann die Werte 
13115 \emph on
13116 r
13117 \emph default
13118
13119 \emph on
13120 r{Breite}
13121 \emph default
13122
13123 \emph on
13124 l
13125 \family typewriter
13126 \emph default
13127  
13128 \family default
13129 oder 
13130 \emph on
13131 l{Breite}
13132 \emph default
13133  annehmen, wobei die 
13134 \family sans
13135 Breite
13136 \family default
13137  optional ist.
13138  
13139 \emph on
13140 l{2pt}
13141 \emph default
13142  zum Beispiel bedeutet, dass die Linie links um 2
13143 \begin_inset space \thinspace{}
13144 \end_inset
13145
13146 pt gekürzt wird.
13147  Ohne Breitenangabe werden die Linien um 0.5
13148 \begin_inset space \thinspace{}
13149 \end_inset
13150
13151 em gekürzt.
13152 \end_layout
13153
13154 \begin_layout Standard
13155 \begin_inset VSpace bigskip
13156 \end_inset
13157
13158 In Tabelle
13159 \begin_inset space ~
13160 \end_inset
13161
13162
13163 \begin_inset CommandInset ref
13164 LatexCommand ref
13165 reference "tab:Formale-Tabelle"
13166
13167 \end_inset
13168
13169  wurden die Befehle
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 cmidrule(r){2-2}
13178 \backslash
13179 cmidrule(l){3-4}
13180 \end_layout
13181
13182 \begin_layout Standard
13183 am Anfang der zweiten Zeile und
13184 \end_layout
13185
13186 \begin_layout Standard
13187
13188 \series bold
13189
13190 \backslash
13191 cmidrule(l{10pt}){1-1}
13192 \end_layout
13193
13194 \begin_layout Standard
13195 in der sechsten benutzt.
13196 \end_layout
13197
13198 \begin_layout Standard
13199 \begin_inset VSpace bigskip
13200 \end_inset
13201
13202
13203 \end_layout
13204
13205 \begin_layout Standard
13206 Sie können mit 
13207 \series bold
13208
13209 \backslash
13210 cmidrule
13211 \series default
13212  auch überlappende Linien wie in Tabelle
13213 \begin_inset space ~
13214 \end_inset
13215
13216
13217 \begin_inset CommandInset ref
13218 LatexCommand ref
13219 reference "tab:Special-booktabs-table"
13220
13221 \end_inset
13222
13223  definieren.
13224  Der Befehl ist:
13225 \end_layout
13226
13227 \begin_layout Standard
13228
13229 \series bold
13230
13231 \backslash
13232 morecmidrules
13233 \end_layout
13234
13235 \begin_layout Standard
13236 In Zeile zwei der Tabelle
13237 \begin_inset space ~
13238 \end_inset
13239
13240
13241 \begin_inset CommandInset ref
13242 LatexCommand ref
13243 reference "tab:Special-booktabs-table"
13244
13245 \end_inset
13246
13247  wurde folgender Befehl benutzt:
13248 \end_layout
13249
13250 \begin_layout Standard
13251
13252 \series bold
13253
13254 \backslash
13255 cmidrule(r){2-2}
13256 \backslash
13257 cmidrule(l){3-4}
13258 \backslash
13259 morecmidrules
13260 \begin_inset Newline newline
13261 \end_inset
13262
13263
13264 \backslash
13265 cmidrule{2-4}
13266 \end_layout
13267
13268 \begin_layout Standard
13269 und in Zeile sechs:
13270 \end_layout
13271
13272 \begin_layout Standard
13273
13274 \series bold
13275
13276 \backslash
13277 midrule
13278 \backslash
13279 morecmidrules
13280 \backslash
13281 cmidrule{3-4}
13282 \end_layout
13283
13284 \begin_layout Standard
13285 \begin_inset VSpace bigskip
13286 \end_inset
13287
13288
13289 \end_layout
13290
13291 \begin_layout Standard
13292 Wenn Sie trotzdem mit den Linien nicht zufrieden sind, können Sie mit folgendem
13293  Befehl eine Linie zeichnen, die alle Spalten überspannt:
13294 \end_layout
13295
13296 \begin_layout Standard
13297
13298 \series bold
13299
13300 \backslash
13301 specialrule{Dicke}{Abstand davor}{Abstand danach}
13302 \end_layout
13303
13304 \begin_layout Standard
13305 Weitere Informationen finden Sie im Handbuch des LaTeX-Pakets 
13306 \series bold
13307 booktabs
13308 \series default
13309  
13310 \begin_inset CommandInset citation
13311 LatexCommand cite
13312 key "booktabs"
13313
13314 \end_inset
13315
13316 .
13317 \begin_inset Index idx
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321 LaTeX-Pakete ! booktabs
13322 \end_layout
13323
13324 \end_inset
13325
13326
13327 \end_layout
13328
13329 \begin_layout Standard
13330 \begin_inset Float table
13331 placement h
13332 wide false
13333 sideways false
13334 status open
13335
13336 \begin_layout Plain Layout
13337 \begin_inset Caption
13338
13339 \begin_layout Plain Layout
13340 \begin_inset CommandInset label
13341 LatexCommand label
13342 name "tab:Special-booktabs-table"
13343
13344 \end_inset
13345
13346 Eine spezielle formale Tabelle
13347 \end_layout
13348
13349 \end_inset
13350
13351
13352 \end_layout
13353
13354 \begin_layout Plain Layout
13355 \align center
13356 \begin_inset Tabular
13357 <lyxtabular version="3" rows="8" columns="4">
13358 <features booktabs="true" tabularvalignment="middle">
13359 <column alignment="center" valignment="top" width="0">
13360 <column alignment="center" valignment="top" width="0">
13361 <column alignment="right" valignment="top" width="0">
13362 <column alignment="right" valignment="top" width="0">
13363 <row>
13364 <cell alignment="center" valignment="top" topline="true" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 System
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" topline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 Chip
13378 \begin_inset space \thinspace{}
13379 \end_inset
13380
13381 1
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 Chip
13391 \begin_inset space \thinspace{}
13392 \end_inset
13393
13394 2
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row>
13410 <cell alignment="center" valignment="top" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 \begin_inset ERT
13415 status collapsed
13416
13417 \begin_layout Plain Layout
13418
13419
13420 \backslash
13421 cmidrule(r){2-2}
13422 \end_layout
13423
13424 \end_inset
13425
13426
13427 \begin_inset ERT
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431
13432
13433 \backslash
13434 cmidrule(l){3-4}
13435 \end_layout
13436
13437 \end_inset
13438
13439
13440 \begin_inset ERT
13441 status collapsed
13442
13443 \begin_layout Plain Layout
13444
13445
13446 \backslash
13447 morecmidrules 
13448 \end_layout
13449
13450 \end_inset
13451
13452
13453 \begin_inset ERT
13454 status collapsed
13455
13456 \begin_layout Plain Layout
13457
13458
13459 \backslash
13460 cmidrule{2-4}
13461 \end_layout
13462
13463 \end_inset
13464
13465 Detektordicke in µm
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 300
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 300
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 700
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 </row>
13498 <row>
13499 <cell alignment="center" valignment="top" topline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 Kantenwinkel in °
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 3,55
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 2,71
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 7,99
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 </row>
13536 <row topspace="default">
13537 <cell alignment="center" valignment="top" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 räumliche Auf\SpecialChar \textcompwordmark{}
13542 lösung in µm
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 4,26
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 10,17
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 <cell alignment="center" valignment="top" usebox="none">
13566 \begin_inset Text
13567
13568 \begin_layout Plain Layout
13569 10,56
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 </row>
13575 <row topspace="default">
13576 <cell alignment="center" valignment="top" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 MTF bei 
13581 \begin_inset Formula $f_{\mathrm{max}}$
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 0,53
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602 0,37
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 0,39
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 </row>
13617 <row>
13618 <cell alignment="center" valignment="top" topline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 \begin_inset ERT
13623 status collapsed
13624
13625 \begin_layout Plain Layout
13626
13627
13628 \backslash
13629 morecmidrules 
13630 \end_layout
13631
13632 \end_inset
13633
13634
13635 \begin_inset ERT
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639
13640
13641 \backslash
13642 cmidrule{3-4}
13643 \end_layout
13644
13645 \end_inset
13646
13647 LSF-räumliche Auf\SpecialChar \textcompwordmark{}
13648 lösung
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" topline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 </row>
13681 <row>
13682 <cell alignment="center" valignment="top" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 in µm
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 129,7
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 52,75
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 <cell alignment="center" valignment="top" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 50,78
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 </row>
13719 <row>
13720 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 in % der Pixelgröße
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 76,3
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13739 \begin_inset Text
13740
13741 \begin_layout Plain Layout
13742 95,9
13743 \end_layout
13744
13745 \end_inset
13746 </cell>
13747 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 92,3
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 </row>
13757 </lyxtabular>
13758
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \begin_layout Section
13770 Vertikale Tabellen-Ausrichtung
13771 \begin_inset Index idx
13772 status collapsed
13773
13774 \begin_layout Plain Layout
13775 Tabellen ! Ausrichtung
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \begin_layout Standard
13784 Damit Tabellen vertikal im Text ausgerichtet werden können, müssen sie in
13785  einer Box sein.
13786  Die Box kann dann vertikal ausgerichtet werden, wie in Abschnitt
13787 \begin_inset space ~
13788 \end_inset
13789
13790
13791 \begin_inset CommandInset ref
13792 LatexCommand ref
13793 reference "abs:Box-Dialog"
13794
13795 \end_inset
13796
13797  beschrieben.
13798 \end_layout
13799
13800 \begin_layout Standard
13801 Im folgenden sind die Tabellen jeweils in einer Minipage-Box
13802 \begin_inset Foot
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806 Minipages werden in Abschnitt
13807 \begin_inset space ~
13808 \end_inset
13809
13810
13811 \begin_inset CommandInset ref
13812 LatexCommand ref
13813 reference "abs:Minipage"
13814
13815 \end_inset
13816
13817  beschrieben.
13818 \end_layout
13819
13820 \end_inset
13821
13822  mit 15
13823 \begin_inset space \thinspace{}
13824 \end_inset
13825
13826 col%-Breite:
13827 \end_layout
13828
13829 \begin_layout Itemize
13830 Test 
13831 \begin_inset Box Frameless
13832 position "t"
13833 hor_pos "c"
13834 has_inner_box 1
13835 inner_pos "c"
13836 use_parbox 0
13837 use_makebox 0
13838 width "15col%"
13839 special "none"
13840 height "1in"
13841 height_special "totalheight"
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845 \begin_inset Tabular
13846 <lyxtabular version="3" rows="3" columns="3">
13847 <features tabularvalignment="middle">
13848 <column alignment="center" valignment="top" width="0">
13849 <column alignment="center" valignment="top" width="0">
13850 <column alignment="center" valignment="top" width="0">
13851 <row>
13852 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 Tabelle 1
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 b
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 e
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 h
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 c
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 f
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 i
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 </row>
13938 </lyxtabular>
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \end_inset
13946
13947  Test 
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953
13954 \backslash
13955 raisebox{0.85
13956 \backslash
13957 baselineskip}{
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \begin_inset Box Frameless
13964 position "t"
13965 hor_pos "c"
13966 has_inner_box 1
13967 inner_pos "c"
13968 use_parbox 0
13969 use_makebox 0
13970 width "15col%"
13971 special "none"
13972 height "1in"
13973 height_special "totalheight"
13974 status collapsed
13975
13976 \begin_layout Plain Layout
13977 \begin_inset Tabular
13978 <lyxtabular version="3" rows="3" columns="3">
13979 <features tabularvalignment="middle">
13980 <column alignment="center" valignment="top" width="0">
13981 <column alignment="center" valignment="top" width="0">
13982 <column alignment="center" valignment="top" width="0">
13983 <row>
13984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 Tabelle 2
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 </row>
14012 <row>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 b
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 e
14027 \end_layout
14028
14029 \end_inset
14030 </cell>
14031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14032 \begin_inset Text
14033
14034 \begin_layout Plain Layout
14035 h
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 </row>
14041 <row>
14042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14043 \begin_inset Text
14044
14045 \begin_layout Plain Layout
14046 c
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055 f
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 i
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 </row>
14070 </lyxtabular>
14071
14072 \end_inset
14073
14074
14075 \end_layout
14076
14077 \end_inset
14078
14079
14080 \begin_inset ERT
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084
14085 }
14086 \end_layout
14087
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \begin_layout Itemize
14094 Test 
14095 \begin_inset Box Frameless
14096 position "c"
14097 hor_pos "c"
14098 has_inner_box 1
14099 inner_pos "c"
14100 use_parbox 0
14101 use_makebox 0
14102 width "15col%"
14103 special "none"
14104 height "1in"
14105 height_special "totalheight"
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109 \begin_inset Tabular
14110 <lyxtabular version="3" rows="3" columns="3">
14111 <features tabularvalignment="middle">
14112 <column alignment="center" valignment="top" width="0">
14113 <column alignment="center" valignment="top" width="0">
14114 <column alignment="center" valignment="top" width="0">
14115 <row>
14116 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 Tabelle 3
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 </row>
14144 <row>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 b
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 e
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 h
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 </row>
14173 <row>
14174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 c
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 f
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 i
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 </lyxtabular>
14203
14204 \end_inset
14205
14206
14207 \end_layout
14208
14209 \end_inset
14210
14211
14212 \end_layout
14213
14214 \begin_layout Itemize
14215 Test 
14216 \begin_inset Box Frameless
14217 position "b"
14218 hor_pos "c"
14219 has_inner_box 1
14220 inner_pos "c"
14221 use_parbox 0
14222 use_makebox 0
14223 width "15col%"
14224 special "none"
14225 height "1in"
14226 height_special "totalheight"
14227 status collapsed
14228
14229 \begin_layout Plain Layout
14230 \begin_inset Tabular
14231 <lyxtabular version="3" rows="3" columns="3">
14232 <features tabularvalignment="middle">
14233 <column alignment="center" valignment="top" width="0">
14234 <column alignment="center" valignment="top" width="0">
14235 <column alignment="center" valignment="top" width="0">
14236 <row>
14237 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 Tabelle 4
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 </row>
14265 <row>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 b
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 e
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 h
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 </row>
14294 <row>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 c
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 f
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Plain Layout
14317 i
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 </row>
14323 </lyxtabular>
14324
14325 \end_inset
14326
14327
14328 \end_layout
14329
14330 \end_inset
14331
14332 Test 
14333 \begin_inset ERT
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337
14338
14339 \backslash
14340 raisebox{-0.32
14341 \backslash
14342 baselineskip}{
14343 \end_layout
14344
14345 \end_inset
14346
14347
14348 \begin_inset Box Frameless
14349 position "b"
14350 hor_pos "c"
14351 has_inner_box 1
14352 inner_pos "c"
14353 use_parbox 0
14354 use_makebox 0
14355 width "15col%"
14356 special "none"
14357 height "1in"
14358 height_special "totalheight"
14359 status collapsed
14360
14361 \begin_layout Plain Layout
14362 \begin_inset Tabular
14363 <lyxtabular version="3" rows="3" columns="3">
14364 <features tabularvalignment="middle">
14365 <column alignment="center" valignment="top" width="0">
14366 <column alignment="center" valignment="top" width="0">
14367 <column alignment="center" valignment="top" width="0">
14368 <row>
14369 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 Tabelle 5
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 </row>
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 b
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 e
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 h
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 c
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 f
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 i
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 </lyxtabular>
14456
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset ERT
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469
14470 }
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \begin_layout Standard
14479 Wie Sie sehen können, ist der Text der ersten Zeile von Tabelle
14480 \begin_inset space \space{}
14481 \end_inset
14482
14483 1 und letzten Zeile von Tabelle
14484 \begin_inset space \space{}
14485 \end_inset
14486
14487 4 bezüglich dem Wort 
14488 \begin_inset Quotes gld
14489 \end_inset
14490
14491 Test
14492 \begin_inset Quotes grd
14493 \end_inset
14494
14495  nicht richtig ausgerichtet.
14496  Um das zu erreichen, müssen Sie die Minipage-Box in eine 
14497 \begin_inset Quotes gld
14498 \end_inset
14499
14500 Raisebox
14501 \begin_inset Quotes grd
14502 \end_inset
14503
14504
14505 \begin_inset Foot
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509 Raiseboxen werden in Abschnitt
14510 \begin_inset space ~
14511 \end_inset
14512
14513
14514 \begin_inset CommandInset ref
14515 LatexCommand ref
14516 reference "uab:Vertikale-Ausrichtung"
14517
14518 \end_inset
14519
14520  beschrieben.
14521 \end_layout
14522
14523 \end_inset
14524
14525  setzen.
14526  In Tabelle
14527 \begin_inset space \space{}
14528 \end_inset
14529
14530 2 wurde der Text mit dem Befehl
14531 \end_layout
14532
14533 \begin_layout Standard
14534
14535 \series bold
14536
14537 \backslash
14538 raisebox{0.85
14539 \backslash
14540 baselineskip}{
14541 \end_layout
14542
14543 \begin_layout Standard
14544 vor der Box ausgerichtet.
14545  Hinter der Box wurde auch noch 
14546 \series bold
14547 }
14548 \series default
14549  als TeX-Code eingefügt, weil der obige Befehl mit 
14550 \series bold
14551 {
14552 \series default
14553  aufhörte.
14554  Für Tabelle
14555 \begin_inset space \space{}
14556 \end_inset
14557
14558 5 wurde der Befehl
14559 \end_layout
14560
14561 \begin_layout Standard
14562
14563 \series bold
14564
14565 \backslash
14566 raisebox{-0.32
14567 \backslash
14568 baselineskip}{
14569 \end_layout
14570
14571 \begin_layout Standard
14572 benutzt.
14573 \end_layout
14574
14575 \begin_layout Standard
14576 \begin_inset Note Greyedout
14577 status open
14578
14579 \begin_layout Plain Layout
14580
14581 \series bold
14582 Bemerkung:
14583 \series default
14584  Die Ausrichtung ist nicht ganz genau, weil sie von der Dokumentschrift,
14585  der Schriftgröße und der Dicke der Tabellenlinien abhängt.
14586  Der Faktor im 
14587 \series bold
14588
14589 \backslash
14590 raisebox
14591 \series default
14592 -Befehl muss deshalb an Ihre Verhältnisse angepasst werden.
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Section
14601 Farbige Tabellen
14602 \begin_inset CommandInset label
14603 LatexCommand label
14604 name "abs:Farbige-Tabellen"
14605
14606 \end_inset
14607
14608
14609 \begin_inset Index idx
14610 status collapsed
14611
14612 \begin_layout Plain Layout
14613 Tabellen ! farbige
14614 \end_layout
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \begin_layout Subsection
14622 Farbige Zellen
14623 \begin_inset Index idx
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627 farbige !  Tabellenzellen
14628 \end_layout
14629
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Standard
14636 \begin_inset Float table
14637 placement h
14638 wide false
14639 sideways false
14640 status open
14641
14642 \begin_layout Plain Layout
14643 \begin_inset Caption
14644
14645 \begin_layout Plain Layout
14646 \begin_inset CommandInset label
14647 LatexCommand label
14648 name "tab:Farbige-Tabelle-ohne"
14649
14650 \end_inset
14651
14652 Farbige Tabelle, ohne Paket 
14653 \series bold
14654 colortbl
14655 \series default
14656
14657 \begin_inset Argument
14658 status collapsed
14659
14660 \begin_layout Plain Layout
14661 Tabelle ohne 
14662 \family typewriter
14663 colortbl
14664 \end_layout
14665
14666 \end_inset
14667
14668
14669 \end_layout
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Plain Layout
14677 \align center
14678 \begin_inset Tabular
14679 <lyxtabular version="3" rows="3" columns="3">
14680 <features tabularvalignment="middle">
14681 <column alignment="center" valignment="top" width="0">
14682 <column alignment="center" valignment="top" width="0">
14683 <column alignment="center" valignment="top" width="0">
14684 <row>
14685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14686 \begin_inset Text
14687
14688 \begin_layout Plain Layout
14689
14690 \color green
14691 a
14692 \end_layout
14693
14694 \end_inset
14695 </cell>
14696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700
14701 \color red
14702 b
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \color red
14713 c
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 </row>
14719 <row>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724
14725 \color green
14726 d
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735
14736 \color blue
14737 e
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746
14747 \color blue
14748 f
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 <row>
14755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759
14760 \color green
14761 g
14762 \end_layout
14763
14764 \end_inset
14765 </cell>
14766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \color blue
14772 h
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781
14782 \color blue
14783 i
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 </row>
14789 </lyxtabular>
14790
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset CommandInset label
14803 LatexCommand label
14804 name "Wenn-Sie-nur"
14805
14806 \end_inset
14807
14808 Wenn Sie nur farbigen Text
14809 \begin_inset Index idx
14810 status collapsed
14811
14812 \begin_layout Plain Layout
14813 Farbe ! für Text
14814 \end_layout
14815
14816 \end_inset
14817
14818  benötigen, markieren Sie diesen und ändern die Farbe durch einen Klick
14819  auf den Werkzeugleistenknopf 
14820 \begin_inset Graphics
14821         filename ../../images/dialog-show_character.png
14822         scale 70
14823         scaleBeforeRotation
14824
14825 \end_inset
14826
14827  oder über das Menü 
14828 \family sans
14829 Bearbeiten\SpecialChar \menuseparator
14830 Textstil\SpecialChar \menuseparator
14831 Benutzerdefiniert
14832 \family default
14833  mit dem 
14834 \family sans
14835 Textstil
14836 \family default
14837 -Dialog wie es in Tabelle
14838 \begin_inset space ~
14839 \end_inset
14840
14841
14842 \begin_inset CommandInset ref
14843 LatexCommand ref
14844 reference "tab:Farbige-Tabelle-ohne"
14845
14846 \end_inset
14847
14848  gemacht wurde.
14849  In anderen Fällen müssen Sie das LaTeX-Paket 
14850 \series bold
14851 colortbl
14852 \series default
14853  benutzen.
14854 \begin_inset Index idx
14855 status collapsed
14856
14857 \begin_layout Plain Layout
14858 LaTeX-Pakete ! colortbl
14859 \end_layout
14860
14861 \end_inset
14862
14863
14864 \end_layout
14865
14866 \begin_layout Standard
14867 \begin_inset ERT
14868 status collapsed
14869
14870 \begin_layout Plain Layout
14871
14872
14873 \backslash
14874 ifcolortbl
14875 \end_layout
14876
14877 \end_inset
14878
14879
14880 \begin_inset Note Note
14881 status open
14882
14883 \begin_layout Plain Layout
14884 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
14885 \series bold
14886 colortbl
14887 \series default
14888  installiert ist.
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Um farbige Tabellen zu erzeugen, muss 
14898 \series bold
14899 colortbl
14900 \series default
14901  im LaTeX-Vorspann geladen werden:
14902 \end_layout
14903
14904 \begin_layout Standard
14905
14906 \series bold
14907
14908 \backslash
14909 usepackage{colortbl}
14910 \end_layout
14911
14912 \begin_layout Standard
14913 Die Farbe einer Spalte ändert man dann mit dem Befehl
14914 \end_layout
14915
14916 \begin_layout Standard
14917
14918 \series bold
14919
14920 \backslash
14921 columncolor{Farbname}
14922 \end_layout
14923
14924 \begin_layout Standard
14925 innerhalb des Befehls 
14926 \series bold
14927 >{}
14928 \series default
14929 .
14930  Mehr über den Befehl 
14931 \series bold
14932 >{}
14933 \series default
14934  finden Sie im Abschnitt
14935 \begin_inset space ~
14936 \end_inset
14937
14938
14939 \begin_inset CommandInset ref
14940 LatexCommand ref
14941 reference "uab:Mehrfachspalten-Berechnungen"
14942
14943 \end_inset
14944
14945 .
14946 \end_layout
14947
14948 \begin_layout Standard
14949 Folgende Farbnamen sind vordefiniert:
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \family sans
14955 red
14956 \family default
14957
14958 \family sans
14959 green
14960 \family default
14961
14962 \family sans
14963 yellow
14964 \family default
14965
14966 \family sans
14967 blue
14968 \family default
14969
14970 \family sans
14971 cyan
14972 \family default
14973
14974 \family sans
14975 magenta
14976 \family default
14977
14978 \family sans
14979 black
14980 \family default
14981  und 
14982 \family sans
14983 white
14984 \begin_inset Newline newline
14985 \end_inset
14986
14987 (rot, grün, gelb, blau, türkis, purpurrot, schwarz 
14988 \family default
14989 und
14990 \family sans
14991  weiß
14992 \family default
14993 ).
14994 \end_layout
14995
14996 \begin_layout Standard
14997 \begin_inset VSpace medskip
14998 \end_inset
14999
15000
15001 \end_layout
15002
15003 \begin_layout Standard
15004 Sie können auch eigene Farben definieren:
15005 \end_layout
15006
15007 \begin_layout Standard
15008
15009 \series bold
15010
15011 \backslash
15012 definecolor{Farbname}{Farbmodell}{Farbwerte}
15013 \end_layout
15014
15015 \begin_layout Standard
15016 Das Farbmodell kann eins der folgenden sein:
15017 \end_layout
15018
15019 \begin_layout Labeling
15020 \labelwidthstring 00.00.0000
15021 cmyk: cyan, magenta, yellow, black
15022 \end_layout
15023
15024 \begin_layout Labeling
15025 \labelwidthstring 00.00.0000
15026 rgb: red, green blue
15027 \end_layout
15028
15029 \begin_layout Labeling
15030 \labelwidthstring 00.00.0000
15031 gray: gray
15032 \end_layout
15033
15034 \begin_layout Standard
15035 und die Farbwerte sind durch Kommata getrennte Zahlen zwischen 0 und 1,
15036  die die entsprechende Farbe für das Farbmodell beschreiben.
15037 \end_layout
15038
15039 \begin_layout Standard
15040 Im LaTeX-Vorspann können Sie zum Beispiel die Farbe 
15041 \emph on
15042
15043 \begin_inset Quotes gld
15044 \end_inset
15045
15046 dunkelgruen
15047 \emph default
15048
15049 \begin_inset Quotes grd
15050 \end_inset
15051
15052  und 
15053 \begin_inset Quotes gld
15054 \end_inset
15055
15056
15057 \emph on
15058 hellgrau
15059 \emph default
15060
15061 \begin_inset Quotes grd
15062 \end_inset
15063
15064  folgendermaßen definieren:
15065 \end_layout
15066
15067 \begin_layout Standard
15068
15069 \series bold
15070
15071 \backslash
15072 definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
15073 \end_layout
15074
15075 \begin_layout Standard
15076
15077 \series bold
15078
15079 \backslash
15080 definecolor{hellgrau}{gray}{0.8}
15081 \end_layout
15082
15083 \begin_layout Standard
15084 \begin_inset VSpace medskip
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \begin_layout Standard
15091 Linien werden mit dem Befehl
15092 \end_layout
15093
15094 \begin_layout Standard
15095
15096 \series bold
15097
15098 \backslash
15099 rowcolor{Farbname}
15100 \end_layout
15101
15102 \begin_layout Standard
15103 gefärbt, Zellen mit dem Befehl
15104 \end_layout
15105
15106 \begin_layout Standard
15107
15108 \series bold
15109
15110 \backslash
15111 cellcolor{Farbname}
15112 \end_layout
15113
15114 \begin_layout Standard
15115 Beide Befehle werden am Anfang einer Zelle als TeX-Code eingegeben.
15116 \end_layout
15117
15118 \begin_layout Standard
15119 Um nur Text zu färben, machen Sie es wie 
15120 \begin_inset CommandInset ref
15121 LatexCommand vpageref
15122 reference "Wenn-Sie-nur"
15123
15124 \end_inset
15125
15126  beschrieben.
15127  Wenn die Zelle aber TeX-Code zum Färben enthält, 
15128 \emph on
15129 markieren Sie nur den Text
15130 \emph default
15131 , sonst werden Sie LaTeX-Fehler erzeugen.
15132 \end_layout
15133
15134 \begin_layout Standard
15135 \begin_inset Note Greyedout
15136 status open
15137
15138 \begin_layout Plain Layout
15139
15140 \series bold
15141 Achtung:
15142 \series default
15143  Nicht alle DVI-Betrachter können alle selbst definierten Farben anzeigen.
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \begin_layout Standard
15152 \begin_inset VSpace medskip
15153 \end_inset
15154
15155
15156 \end_layout
15157
15158 \begin_layout Standard
15159 Die Tabelle
15160 \begin_inset space ~
15161 \end_inset
15162
15163
15164 \begin_inset CommandInset ref
15165 LatexCommand ref
15166 reference "tab:Table-colored-using"
15167
15168 \end_inset
15169
15170  wurde folgendermaßen erstellt: die erste Spalte soll 
15171 \emph on
15172
15173 \begin_inset Quotes gld
15174 \end_inset
15175
15176 dunkelgruen
15177 \emph default
15178
15179 \begin_inset Quotes grd
15180 \end_inset
15181
15182  werden, also müssen Sie ins 
15183 \family sans
15184 LaTe
15185 \begin_inset ERT
15186 status collapsed
15187
15188 \begin_layout Plain Layout
15189
15190 {}
15191 \end_layout
15192
15193 \end_inset
15194
15195 X-Argument
15196 \family default
15197  der Zellen der ersten Spalte den Befehl
15198 \end_layout
15199
15200 \begin_layout Standard
15201
15202 \series bold
15203 >{
15204 \backslash
15205 columncolor{dunkelgruen}
15206 \backslash
15207 centering}c
15208 \end_layout
15209
15210 \begin_layout Standard
15211 schreiben.
15212  Die erste Zeile soll türkis hinterlegt sein, deshalb wurde der TeX-Code-Befehl
15213 \end_layout
15214
15215 \begin_layout Standard
15216
15217 \series bold
15218
15219 \backslash
15220 rowcolor{cyan}
15221 \end_layout
15222
15223 \begin_layout Standard
15224 in die erste Zelle der ersten Zeile eingefügt.
15225  Diese Farbe ersetzt die Spaltenfarbe.
15226  Die letzte Zelle der letzten Zeile soll purpurrot hinterlegt werden, Das
15227  wird mit folgendem Befehl erreicht:
15228 \end_layout
15229
15230 \begin_layout Standard
15231
15232 \series bold
15233
15234 \backslash
15235 cellcolor{magenta}
15236 \end_layout
15237
15238 \begin_layout Standard
15239 Die Buchstaben färben Sie wie oben beschrieben mit dem 
15240 \family sans
15241 Textstil
15242 \family default
15243 -Dialog.
15244 \end_layout
15245
15246 \begin_layout Standard
15247 \begin_inset Float table
15248 placement h
15249 wide false
15250 sideways false
15251 status open
15252
15253 \begin_layout Plain Layout
15254 \begin_inset Caption
15255
15256 \begin_layout Plain Layout
15257 \begin_inset CommandInset label
15258 LatexCommand label
15259 name "tab:Table-colored-using"
15260
15261 \end_inset
15262
15263 Eine mit dem Paket 
15264 \series bold
15265 colortbl
15266 \series default
15267  gefärbte Tabelle
15268 \begin_inset Argument
15269 status collapsed
15270
15271 \begin_layout Plain Layout
15272 Tabelle mit 
15273 \family typewriter
15274 colortbl
15275 \end_layout
15276
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Plain Layout
15288 \align center
15289 \begin_inset Tabular
15290 <lyxtabular version="3" rows="3" columns="3">
15291 <features tabularvalignment="middle">
15292 <column alignment="center" valignment="top" width="0" special=">{\columncolor{dunkelgruen}\centering}c">
15293 <column alignment="center" valignment="top" width="0">
15294 <column alignment="center" valignment="top" width="0">
15295 <row>
15296 <cell alignment="center" valignment="top" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 \begin_inset ERT
15301 status collapsed
15302
15303 \begin_layout Plain Layout
15304
15305
15306 \backslash
15307 rowcolor{cyan}
15308 \end_layout
15309
15310 \end_inset
15311
15312
15313 \color magenta
15314 a
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323
15324 \color red
15325 b
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334
15335 \color red
15336 c
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 <row>
15343 <cell alignment="center" valignment="top" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \color yellow
15349 d
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358
15359 \color blue
15360 e
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 <cell alignment="center" valignment="top" usebox="none">
15366 \begin_inset Text
15367
15368 \begin_layout Plain Layout
15369
15370 \color blue
15371 f
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \color yellow
15384 g
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393
15394 \color blue
15395 h
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 <cell alignment="center" valignment="top" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404 \begin_inset ERT
15405 status collapsed
15406
15407 \begin_layout Plain Layout
15408
15409
15410 \backslash
15411 cellcolor{magenta}
15412 \end_layout
15413
15414 \end_inset
15415
15416
15417 \color green
15418 i
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 </lyxtabular>
15425
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \begin_layout Standard
15437 \begin_inset ERT
15438 status collapsed
15439
15440 \begin_layout Plain Layout
15441
15442
15443 \backslash
15444 else
15445 \end_layout
15446
15447 \end_inset
15448
15449
15450 \begin_inset Note Note
15451 status open
15452
15453 \begin_layout Plain Layout
15454 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
15455 \series bold
15456 colortbl
15457 \series default
15458  nicht installiert ist:
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 Sie müssen das LaTeX-Paket 
15468 \series bold
15469 colortbl
15470 \series default
15471  installiert haben um den Inhalt dieses Abschnitts zu sehen.
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset ERT
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479
15480
15481 \backslash
15482 fi
15483 \end_layout
15484
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \begin_layout Subsection
15491 Farbige Linien
15492 \begin_inset Index idx
15493 status collapsed
15494
15495 \begin_layout Plain Layout
15496 farbige !  Tabellenlinien
15497 \end_layout
15498
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \begin_layout Standard
15505 Wie in Abschnitt
15506 \begin_inset space ~
15507 \end_inset
15508
15509
15510 \begin_inset CommandInset ref
15511 LatexCommand ref
15512 reference "uab:Liniendicke"
15513
15514 \end_inset
15515
15516  beschrieben, kann die Dicke aller Tabellenlinien mit der Länge 
15517 \series bold
15518
15519 \backslash
15520 arrayrulewidth
15521 \series default
15522  definiert werden.
15523  Für alle Tabellenlinien in diesem Kapitel wird sie auf 1.5
15524 \begin_inset space \thinspace{}
15525 \end_inset
15526
15527 pt gesetzt.
15528 \begin_inset ERT
15529 status collapsed
15530
15531 \begin_layout Plain Layout
15532
15533
15534 \backslash
15535 setlength{
15536 \backslash
15537 arrayrulewidth}{1.5pt}
15538 \end_layout
15539
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Um die vertikalen Linien für dieses Beispiel grün zu färben, wurde im LaTeX-Vors
15547 pann folgendes Spaltenformat entsprechend der Beschreibung in Abschnitt
15548 \begin_inset space ~
15549 \end_inset
15550
15551
15552 \begin_inset CommandInset ref
15553 LatexCommand ref
15554 reference "uab:Angepasste-Zellen-/Spaltenformate"
15555
15556 \end_inset
15557
15558  definiert:
15559 \end_layout
15560
15561 \begin_layout Standard
15562
15563 \series bold
15564
15565 \backslash
15566 newcolumntype{W}{!{
15567 \backslash
15568 color{green}
15569 \backslash
15570 vline}}
15571 \end_layout
15572
15573 \begin_layout Standard
15574 In Tabelle
15575 \begin_inset space ~
15576 \end_inset
15577
15578
15579 \begin_inset CommandInset ref
15580 LatexCommand ref
15581 reference "tab:Tabelle-mit-farbigen-vert"
15582
15583 \end_inset
15584
15585  wurde das LaTeX-Argument 
15586 \series bold
15587 WcW
15588 \series default
15589  für die letzte und 
15590 \series bold
15591 Wc
15592 \series default
15593  für die anderen Spalten benutzt.
15594 \end_layout
15595
15596 \begin_layout Standard
15597 Wenn Sie mehrere Farben wollen, müssen Sie weitere Farbformate definieren.
15598 \end_layout
15599
15600 \begin_layout Standard
15601 \begin_inset Float table
15602 placement h
15603 wide false
15604 sideways false
15605 status open
15606
15607 \begin_layout Plain Layout
15608 \begin_inset Caption
15609
15610 \begin_layout Plain Layout
15611 \begin_inset CommandInset label
15612 LatexCommand label
15613 name "tab:Tabelle-mit-farbigen-vert"
15614
15615 \end_inset
15616
15617 Tabelle mit farbigen vertikalen Linien
15618 \end_layout
15619
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Plain Layout
15626 \align center
15627 \begin_inset Tabular
15628 <lyxtabular version="3" rows="3" columns="3">
15629 <features tabularvalignment="middle">
15630 <column alignment="center" valignment="top" width="0" special="Wc">
15631 <column alignment="center" valignment="top" width="0" special="Wc">
15632 <column alignment="center" valignment="top" width="0" special="WcW">
15633 <row>
15634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15635 \begin_inset Text
15636
15637 \begin_layout Plain Layout
15638 sd
15639 \end_layout
15640
15641 \end_inset
15642 </cell>
15643 <cell alignment="center" valignment="top" topline="true" usebox="none">
15644 \begin_inset Text
15645
15646 \begin_layout Plain Layout
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 </row>
15662 <row>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 sd
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 </row>
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 sd
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 </lyxtabular>
15721
15722 \end_inset
15723
15724
15725 \end_layout
15726
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 \begin_inset VSpace bigskip
15734 \end_inset
15735
15736 Um zum Beispiel horizontale Linien rot zu färben wie in Tabelle
15737 \begin_inset space ~
15738 \end_inset
15739
15740
15741 \begin_inset CommandInset ref
15742 LatexCommand ref
15743 reference "tab:Tabelle-mit-farbigen-horiz"
15744
15745 \end_inset
15746
15747 , müssen Sie folgenden Befehl als TeX-Code vor der (Gleitobjekt-)Tabelle
15748  einfügen:
15749 \end_layout
15750
15751 \begin_layout Standard
15752
15753 \series bold
15754
15755 \backslash
15756 let
15757 \backslash
15758 myHlineC
15759 \backslash
15760 hline
15761 \begin_inset Newline newline
15762 \end_inset
15763
15764
15765 \backslash
15766 renewcommand{
15767 \backslash
15768 hline}
15769 \begin_inset Newline newline
15770 \end_inset
15771
15772
15773 \begin_inset Phantom HPhantom
15774 status open
15775
15776 \begin_layout Plain Layout
15777
15778 \series bold
15779 \begin_inset space ~
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \end_inset
15786
15787 {
15788 \backslash
15789 arrayrulecolor{red}
15790 \backslash
15791 myHlineC
15792 \backslash
15793 arrayrulecolor{black}}
15794 \end_layout
15795
15796 \begin_layout Standard
15797 \begin_inset ERT
15798 status collapsed
15799
15800 \begin_layout Plain Layout
15801
15802
15803 \backslash
15804 let
15805 \backslash
15806 myHlineC
15807 \backslash
15808 hline
15809 \end_layout
15810
15811 \begin_layout Plain Layout
15812
15813
15814 \backslash
15815 renewcommand{
15816 \backslash
15817 hline}
15818 \end_layout
15819
15820 \begin_layout Plain Layout
15821
15822  {
15823 \backslash
15824 arrayrulecolor{red}
15825 \backslash
15826 myHlineC
15827 \backslash
15828 arrayrulecolor{black}}
15829 \end_layout
15830
15831 \end_inset
15832
15833
15834 \begin_inset Float table
15835 placement h
15836 wide false
15837 sideways false
15838 status open
15839
15840 \begin_layout Plain Layout
15841 \begin_inset Caption
15842
15843 \begin_layout Plain Layout
15844 \begin_inset CommandInset label
15845 LatexCommand label
15846 name "tab:Tabelle-mit-farbigen-horiz"
15847
15848 \end_inset
15849
15850 Tabelle mit farbigen horizontalen Linien
15851 \end_layout
15852
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \begin_layout Plain Layout
15859 \align center
15860 \begin_inset Tabular
15861 <lyxtabular version="3" rows="3" columns="3">
15862 <features tabularvalignment="middle">
15863 <column alignment="center" valignment="top" width="0">
15864 <column alignment="center" valignment="top" width="0">
15865 <column alignment="center" valignment="top" width="0">
15866 <row>
15867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871 sd
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 sd
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 </row>
15924 <row>
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 sd
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 </lyxtabular>
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \begin_layout Standard
15966 Um die schwarze Linienfarbe zurückzubekommen, müssen Sie folgenden Befehl
15967  als TeX-Code hinter der Tabelle einfügen:
15968 \end_layout
15969
15970 \begin_layout Standard
15971
15972 \series bold
15973
15974 \backslash
15975 renewcommand{
15976 \backslash
15977 hline}{
15978 \backslash
15979 myHlineC}
15980 \end_layout
15981
15982 \begin_layout Standard
15983 Tabelle
15984 \begin_inset space ~
15985 \end_inset
15986
15987
15988 \begin_inset CommandInset ref
15989 LatexCommand ref
15990 reference "tab:Table-with-colored"
15991
15992 \end_inset
15993
15994  ist ein Beispiel mit farbigen vertikalen und horizontalen Linien.
15995 \end_layout
15996
15997 \begin_layout Standard
15998 \begin_inset Float table
15999 placement h
16000 wide false
16001 sideways false
16002 status open
16003
16004 \begin_layout Plain Layout
16005 \begin_inset Caption
16006
16007 \begin_layout Plain Layout
16008 \begin_inset CommandInset label
16009 LatexCommand label
16010 name "tab:Table-with-colored"
16011
16012 \end_inset
16013
16014 Tabelle mit farbigen Linien
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \begin_layout Plain Layout
16023 \align center
16024 \begin_inset Tabular
16025 <lyxtabular version="3" rows="3" columns="3">
16026 <features tabularvalignment="middle">
16027 <column alignment="center" valignment="top" width="0" special="Wc">
16028 <column alignment="center" valignment="top" width="0" special="Wc">
16029 <column alignment="center" valignment="top" width="0" special="WcW">
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 sd
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 sd
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 </row>
16088 <row topspace="default">
16089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 sd
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 </lyxtabular>
16118
16119 \end_inset
16120
16121
16122 \end_layout
16123
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \begin_layout Standard
16130 \begin_inset ERT
16131 status collapsed
16132
16133 \begin_layout Plain Layout
16134
16135
16136 \backslash
16137 renewcommand{
16138 \backslash
16139 hline}{
16140 \backslash
16141 myHlineC}
16142 \end_layout
16143
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \begin_layout Standard
16150 \begin_inset ERT
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154
16155
16156 \backslash
16157 setlength{
16158 \backslash
16159 arrayrulewidth}{0.4pt}
16160 \end_layout
16161
16162 \end_inset
16163
16164
16165 \begin_inset Note Note
16166 status collapsed
16167
16168 \begin_layout Plain Layout
16169 setzt die Liniendicke wieder auf ihren Standardwert zurück
16170 \end_layout
16171
16172 \end_inset
16173
16174
16175 \end_layout
16176
16177 \begin_layout Section
16178 Tabellen-Anpassung
16179 \begin_inset Index idx
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183 Tabellen ! Anpassung
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \begin_layout Subsection
16192 Zeilenabstand
16193 \begin_inset CommandInset label
16194 LatexCommand label
16195 name "uab:Zeilenabstand"
16196
16197 \end_inset
16198
16199
16200 \begin_inset Index idx
16201 status collapsed
16202
16203 \begin_layout Plain Layout
16204 Tabellen ! Zeilenabstand
16205 \end_layout
16206
16207 \end_inset
16208
16209
16210 \end_layout
16211
16212 \begin_layout Standard
16213 Auf der Karteikarte 
16214 \family sans
16215 Rahmen
16216 \family default
16217  des 
16218 \family sans
16219 Tabellen-Einstellungen
16220 \family default
16221 -Dialogs können Sie 
16222 \family sans
16223 zusätzliche
16224 \begin_inset space ~
16225 \end_inset
16226
16227 Abstände
16228 \family default
16229  einfügen.
16230  Dabei haben Sie drei Möglichkeiten:
16231 \end_layout
16232
16233 \begin_layout Description
16234 Oberhalb
16235 \begin_inset space ~
16236 \end_inset
16237
16238 der
16239 \begin_inset space ~
16240 \end_inset
16241
16242 Zeile fügt oberhalb des Zeileninhalts zusätzlichen Leerraum ein.
16243  Bei einer formalen Tabelle
16244 \begin_inset Foot
16245 status collapsed
16246
16247 \begin_layout Plain Layout
16248 Formale Tabellen wurden in Abschnitt
16249 \begin_inset space ~
16250 \end_inset
16251
16252
16253 \begin_inset CommandInset ref
16254 LatexCommand ref
16255 reference "abs:Formale-Tabellen"
16256
16257 \end_inset
16258
16259  beschrieben.
16260 \end_layout
16261
16262 \end_inset
16263
16264  fügt LyX standardmäßig 0.5
16265 \begin_inset space \thinspace{}
16266 \end_inset
16267
16268 em Leerraum ein.
16269  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16270 \begin_inset VSpace medskip
16271 \end_inset
16272
16273
16274 \begin_inset Newline newline
16275 \end_inset
16276
16277
16278 \begin_inset space \hspace*{}
16279 \length 0pt
16280 \end_inset
16281
16282
16283 \begin_inset space \hfill{}
16284 \end_inset
16285
16286
16287 \begin_inset Tabular
16288 <lyxtabular version="3" rows="3" columns="1">
16289 <features tabularvalignment="middle">
16290 <column alignment="center" valignment="top" width="0">
16291 <row>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 A
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row topspace="3mm">
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 3
16308 \begin_inset space \thinspace{}
16309 \end_inset
16310
16311 mm Leerraum oberhalb der Zeile
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 </row>
16317 <row>
16318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 C
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 </lyxtabular>
16329
16330 \end_inset
16331
16332
16333 \begin_inset space \hfill{}
16334 \end_inset
16335
16336
16337 \begin_inset space \hspace*{}
16338 \length 0pt
16339 \end_inset
16340
16341
16342 \begin_inset VSpace medskip
16343 \end_inset
16344
16345
16346 \begin_inset Newline newline
16347 \end_inset
16348
16349 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16350 n Linien verwenden.
16351 \end_layout
16352
16353 \begin_layout Description
16354 Unterhalb
16355 \begin_inset space ~
16356 \end_inset
16357
16358 der
16359 \begin_inset space ~
16360 \end_inset
16361
16362 Zeile fügt unterhalb des Zeileninhalts zusätzlichen Leerraum ein.
16363  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16364 \begin_inset space \thinspace{}
16365 \end_inset
16366
16367 em Leerraum ein.
16368  Bei normalen Tabellen ist der Standardwert 2
16369 \begin_inset space \thinspace{}
16370 \end_inset
16371
16372 pt.
16373 \end_layout
16374
16375 \begin_layout Description
16376 Zwischen
16377 \begin_inset space ~
16378 \end_inset
16379
16380 den
16381 \begin_inset space ~
16382 \end_inset
16383
16384 Zeilen fügt zwischen zwei Zeilen zusätzlichen Leerraum ein.
16385  Bei einer formalen Tabelle fügt LyX standardmäßig 0.5
16386 \begin_inset space \thinspace{}
16387 \end_inset
16388
16389 em Leerraum ein.
16390  Bei normalen Tabellen werden die vertikalen Linien leider nicht mit verlängert:
16391 \begin_inset VSpace medskip
16392 \end_inset
16393
16394
16395 \begin_inset Newline newline
16396 \end_inset
16397
16398
16399 \begin_inset space \hspace*{}
16400 \length 0pt
16401 \end_inset
16402
16403
16404 \begin_inset space \hfill{}
16405 \end_inset
16406
16407
16408 \begin_inset Tabular
16409 <lyxtabular version="3" rows="3" columns="1">
16410 <features tabularvalignment="middle">
16411 <column alignment="center" valignment="top" width="0">
16412 <row>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 A
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 </row>
16423 <row interlinespace="3mm">
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 \begin_inset Formula $\downarrow$
16429 \end_inset
16430
16431  3
16432 \begin_inset space \thinspace{}
16433 \end_inset
16434
16435 mm Leerraum zwischen den Zeilen 
16436 \begin_inset Formula $\downarrow$
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 \begin_inset Formula $\uparrow$
16451 \end_inset
16452
16453  3
16454 \begin_inset space \thinspace{}
16455 \end_inset
16456
16457 mm Leerraum zwischen den Zeilen 
16458 \begin_inset Formula $\uparrow$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 </lyxtabular>
16468
16469 \end_inset
16470
16471
16472 \begin_inset space \hfill{}
16473 \end_inset
16474
16475
16476 \begin_inset space \hspace*{}
16477 \length 0pt
16478 \end_inset
16479
16480
16481 \begin_inset VSpace medskip
16482 \end_inset
16483
16484
16485 \begin_inset Newline newline
16486 \end_inset
16487
16488 Deshalb macht das Einfügen oberhalb der Zeile nur Sinn, wenn Sie keine vertikale
16489 n Linien verwenden.
16490 \end_layout
16491
16492 \begin_layout Standard
16493 \begin_inset VSpace bigskip
16494 \end_inset
16495
16496 Wenn Sie die Höhe aller Zellen vergrößern wollen, können Sie das mit folgenden
16497  Befehlen im LaTeX-Vorspann machen:
16498 \end_layout
16499
16500 \begin_layout Standard
16501
16502 \series bold
16503
16504 \backslash
16505 @ifundefined{extrarowheight}
16506 \begin_inset Newline newline
16507 \end_inset
16508
16509
16510 \begin_inset Phantom HPhantom
16511 status open
16512
16513 \begin_layout Plain Layout
16514
16515 \series bold
16516 \begin_inset space ~
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \end_inset
16523
16524 {
16525 \backslash
16526 usepackage{array}}{}
16527 \begin_inset Newline newline
16528 \end_inset
16529
16530
16531 \backslash
16532 setlength{
16533 \backslash
16534 extrarowheight}{Höhe}
16535 \end_layout
16536
16537 \begin_layout Standard
16538 Aber das hat den Nachteil, dass die Zelltexte nicht mehr genau vertikal
16539  ausgerichtet sind.
16540  (Das Paket 
16541 \series bold
16542 array
16543 \series default
16544  wird automatisch von LyX geladen, wenn Sie selbst definierte Tabellenformate
16545  verwenden.
16546  Der Befehl 
16547 \series bold
16548
16549 \backslash
16550 @ifundefined
16551 \series default
16552  vermeidet, dass es in diesem Fall doppelt geladen wird.)
16553 \end_layout
16554
16555 \begin_layout Standard
16556 Bei der Verwendung von großen Schriftgrößen, sind die Tabellenlinien oftmals
16557  zu nah an den Buchstaben.
16558  Das kann korrigiert werden, indem man den Befehl 
16559 \series bold
16560
16561 \backslash
16562 strut
16563 \series default
16564  als TeX-Code am Anfang einer Tabellenzeile einfügt.
16565  Tabelle
16566 \begin_inset space ~
16567 \end_inset
16568
16569
16570 \begin_inset CommandInset ref
16571 LatexCommand ref
16572 reference "tab:Vertikale-Ausrichtung-von"
16573
16574 \end_inset
16575
16576  zeigt den Effekt.
16577 \end_layout
16578
16579 \begin_layout Standard
16580 \noindent
16581 \begin_inset Float table
16582 placement h
16583 wide false
16584 sideways false
16585 status open
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Caption
16589
16590 \begin_layout Plain Layout
16591 \begin_inset CommandInset label
16592 LatexCommand label
16593 name "tab:Vertikale-Ausrichtung-von"
16594
16595 \end_inset
16596
16597 Vertikale Ausrichtung von Text mit großen Schriftgrößen.
16598 \end_layout
16599
16600 \end_inset
16601
16602
16603 \end_layout
16604
16605 \begin_layout Plain Layout
16606 \begin_inset space \hfill{}
16607 \end_inset
16608
16609
16610 \begin_inset Float table
16611 wide false
16612 sideways false
16613 status collapsed
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Caption
16617
16618 \begin_layout Plain Layout
16619 Normale Tabelle.
16620 \end_layout
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \begin_layout Plain Layout
16628 \noindent
16629 \align center
16630 \begin_inset Tabular
16631 <lyxtabular version="3" rows="6" columns="1">
16632 <features tabularvalignment="middle">
16633 <column alignment="left" valignment="top" width="0">
16634 <row>
16635 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 Normal, g
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \size large
16652 Groß, g
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663
16664 \size larger
16665 Größer, g
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 </row>
16671 <row>
16672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676
16677 \size largest
16678 noch Größer, g
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 </row>
16684 <row>
16685 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689
16690 \size huge
16691 Riesig
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702
16703 \size giant
16704 Gigantisch
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 </lyxtabular>
16711
16712 \end_inset
16713
16714
16715 \end_layout
16716
16717 \end_inset
16718
16719
16720 \begin_inset space \hfill{}
16721 \end_inset
16722
16723
16724 \begin_inset Float table
16725 wide false
16726 sideways false
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Caption
16731
16732 \begin_layout Plain Layout
16733 Tabelle bei der der Befehl 
16734 \series bold
16735
16736 \backslash
16737 strut
16738 \series default
16739  verwendet wurde.
16740 \end_layout
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \begin_layout Plain Layout
16748 \noindent
16749 \align center
16750 \begin_inset Tabular
16751 <lyxtabular version="3" rows="6" columns="1">
16752 <features tabularvalignment="middle">
16753 <column alignment="left" valignment="top" width="0">
16754 <row>
16755 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 Normal, g
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row>
16766 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \size large
16772 \begin_inset ERT
16773 status collapsed
16774
16775 \begin_layout Plain Layout
16776
16777
16778 \backslash
16779 strut 
16780 \end_layout
16781
16782 \end_inset
16783
16784 Groß, g
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \size larger
16797 \begin_inset ERT
16798 status collapsed
16799
16800 \begin_layout Plain Layout
16801
16802
16803 \backslash
16804 strut 
16805 \end_layout
16806
16807 \end_inset
16808
16809 Größer, g
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \size largest
16822 \begin_inset ERT
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826
16827
16828 \backslash
16829 strut 
16830 \end_layout
16831
16832 \end_inset
16833
16834 noch Größer, g
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \size huge
16847 \begin_inset ERT
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851
16852
16853 \backslash
16854 strut 
16855 \end_layout
16856
16857 \end_inset
16858
16859 Riesig
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \size giant
16872 \begin_inset ERT
16873 status collapsed
16874
16875 \begin_layout Plain Layout
16876
16877
16878 \backslash
16879 strut 
16880 \end_layout
16881
16882 \end_inset
16883
16884 Gigantisch
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 </lyxtabular>
16891
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \begin_inset space \hfill{}
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \begin_layout Subsection
16912 Besondere Zellenausrichtung
16913 \begin_inset Index idx
16914 status collapsed
16915
16916 \begin_layout Plain Layout
16917 Tabellen ! Zellenausrichtung
16918 \end_layout
16919
16920 \end_inset
16921
16922
16923 \end_layout
16924
16925 \begin_layout Standard
16926 Manchmal sieht es besser aus, wenn Spalten nach besonderen Zeichen ausgerichtet
16927  sind wie zum Beispiel dem Dezimalpunkt wie in Tabelle
16928 \begin_inset space ~
16929 \end_inset
16930
16931
16932 \begin_inset CommandInset ref
16933 LatexCommand ref
16934 reference "tab:Tabellenzellen-sind-auf"
16935
16936 \end_inset
16937
16938 .
16939 \end_layout
16940
16941 \begin_layout Standard
16942 \begin_inset Float table
16943 placement h
16944 wide false
16945 sideways false
16946 status open
16947
16948 \begin_layout Plain Layout
16949 \begin_inset Caption
16950
16951 \begin_layout Plain Layout
16952 \begin_inset CommandInset label
16953 LatexCommand label
16954 name "tab:Tabellenzellen-sind-auf"
16955
16956 \end_inset
16957
16958 Tabellenzellen sind auf den Dezimalpunkt ausgerichtet
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \begin_layout Plain Layout
16967 \align center
16968 \begin_inset Tabular
16969 <lyxtabular version="3" rows="4" columns="2">
16970 <features tabularvalignment="middle">
16971 <column alignment="right" valignment="top" width="0">
16972 <column alignment="left" valignment="top" width="0" special="@{}l">
16973 <row>
16974 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 Überschrift
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="center" valignment="top" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 12.
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 6
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 0.
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 68
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 <row>
17034 <cell alignment="center" valignment="top" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 -123.
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 0
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 </lyxtabular>
17054
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \begin_layout Standard
17066 Diese Tabelle wurde als 4×2 Tabelle erstellt.
17067  Die Überschrift ist eine zentrierte Mehrfachspalte.
17068  Die erste Spalte ist rechtsbündig ausgerichtet und enthält den Vorkommateil
17069  der Zahlen einschließlich Dezimalpunkt.
17070  Die zweite Spalte ist linksbündig ausgerichtet und enthält den Nachkommateil
17071  der Zahlen.
17072   Um den Raum zwischen den beiden Spalten zu löschen, wurde im 
17073 \family sans
17074 LaTe
17075 \begin_inset ERT
17076 status collapsed
17077
17078 \begin_layout Plain Layout
17079
17080 {}
17081 \end_layout
17082
17083 \end_inset
17084
17085 X-Argument
17086 \family default
17087  für die zweite Spalte folgendes eingefügt:
17088 \end_layout
17089
17090 \begin_layout Standard
17091
17092 \series bold
17093 @{}l
17094 \end_layout
17095
17096 \begin_layout Standard
17097 Tabelle
17098 \begin_inset space ~
17099 \end_inset
17100
17101
17102 \begin_inset CommandInset ref
17103 LatexCommand ref
17104 reference "tab:Verschiedene-Ausrichtungen"
17105
17106 \end_inset
17107
17108  zeigt einige Ausrichtungen.
17109  Für die Ausrichtung der Relationen müssen Sie den 
17110 \family sans
17111 Mittleren
17112 \begin_inset space ~
17113 \end_inset
17114
17115 Abstand
17116 \family default
17117  aus der 
17118 \family sans
17119 Mathe-Werkzeugleiste
17120 \family default
17121  am Anfang der letzten Spalte einfügen, um den gleichen Abstand links und
17122  rechts vom Relationszeichen zu bekommen.
17123 \end_layout
17124
17125 \begin_layout Standard
17126
17127 \color black
17128 \begin_inset Float table
17129 placement h
17130 wide false
17131 sideways false
17132 status open
17133
17134 \begin_layout Plain Layout
17135
17136 \color black
17137 \begin_inset Caption
17138
17139 \begin_layout Plain Layout
17140
17141 \color black
17142 \begin_inset CommandInset label
17143 LatexCommand label
17144 name "tab:Verschiedene-Ausrichtungen"
17145
17146 \end_inset
17147
17148
17149 \color inherit
17150 Verschiedene Ausrichtungen
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \begin_layout Plain Layout
17159 \align center
17160 \begin_inset Tabular
17161 <lyxtabular version="3" rows="4" columns="6">
17162 <features tabularvalignment="middle">
17163 <column alignment="right" valignment="top" width="0">
17164 <column alignment="left" valignment="top" width="0" special="@{}l">
17165 <column alignment="right" valignment="top" width="0">
17166 <column alignment="left" valignment="top" width="0" special="@{}l">
17167 <column alignment="right" valignment="top" width="0">
17168 <column alignment="left" valignment="top" width="0" special="@{}l">
17169 <row>
17170 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 Einheiten
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 Exponenten
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 Relationen
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230 12×
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 24
17240 \begin_inset space \thinspace{}
17241 \end_inset
17242
17243 Flaschen
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Formula $10\cdot$
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264 \begin_inset Formula $10^{\mbox{-}17}$
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 <cell alignment="center" valignment="top" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 \begin_inset Formula $\Gamma(t)\propto$
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288 \begin_inset Formula $\:\Upsilon(t)$
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 1024×
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 768
17312 \begin_inset space \thinspace{}
17313 \end_inset
17314
17315 Pixel
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Formula $5.78\cdot$
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 \begin_inset Formula $10^{7}$
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 <cell alignment="center" valignment="top" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Formula $A\ne$
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 \begin_inset Formula $\: B_{\mathrm{red}}$
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 </row>
17369 <row>
17370 <cell alignment="center" valignment="top" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374 32×
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 6
17384 \begin_inset space \thinspace{}
17385 \end_inset
17386
17387 cm
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 <cell alignment="center" valignment="top" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396 -
17397 \begin_inset Formula $33.5\cdot$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $10^{4}$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\sin(\alpha)\ge$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\:\sin(\beta)$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 </lyxtabular>
17443
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset VSpace bigskip
17456 \end_inset
17457
17458 Es gibt auch noch das LaTeX-Paket 
17459 \series bold
17460 dcolumn
17461 \series default
17462 ,
17463 \begin_inset Index idx
17464 status collapsed
17465
17466 \begin_layout Plain Layout
17467 LaTeX-Pakete ! dcolumn
17468 \end_layout
17469
17470 \end_inset
17471
17472  mit dem man Zellen ausrichten kann.
17473  Aber es behandelt den Zelleninhalt als Mathematik und erlaubt keine Formeln
17474  in den Zellen.
17475  Die erste Spalte von Tabelle
17476 \begin_inset space ~
17477 \end_inset
17478
17479
17480 \begin_inset CommandInset ref
17481 LatexCommand ref
17482 reference "tab:Verschiedene-Ausrichtungen"
17483
17484 \end_inset
17485
17486  wird mit 
17487 \series bold
17488 dcolumn
17489 \series default
17490  wie die erste Spalte von Tabelle
17491 \begin_inset space ~
17492 \end_inset
17493
17494
17495 \begin_inset CommandInset ref
17496 LatexCommand ref
17497 reference "tab:Ausrichtung-mit-dem"
17498
17499 \end_inset
17500
17501  aussehen und nur mit ein paar Tricks wie erwartet.
17502  Die Ausrichtung der zweiten und dritten Spalte wie in Tabelle
17503 \begin_inset space ~
17504 \end_inset
17505
17506
17507 \begin_inset CommandInset ref
17508 LatexCommand ref
17509 reference "tab:Verschiedene-Ausrichtungen"
17510
17511 \end_inset
17512
17513  ist mit 
17514 \series bold
17515 dcolumn
17516 \series default
17517  nicht möglich.
17518 \end_layout
17519
17520 \begin_layout Standard
17521 \begin_inset Newpage newpage
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \begin_layout Standard
17528 \begin_inset Float table
17529 placement h
17530 wide false
17531 sideways false
17532 status open
17533
17534 \begin_layout Plain Layout
17535 \begin_inset Caption
17536
17537 \begin_layout Plain Layout
17538 \begin_inset CommandInset label
17539 LatexCommand label
17540 name "tab:Ausrichtung-mit-dem"
17541
17542 \end_inset
17543
17544 Ausrichtung mit dem LaTeX-Paket 
17545 \series bold
17546 dcolumn
17547 \series default
17548 .
17549  Bei allen Spalten musste getrickst werden, um die gewünschte Ausgabe zu
17550  bekommen.
17551 \begin_inset Argument
17552 status collapsed
17553
17554 \begin_layout Plain Layout
17555 Ausrichtung mit dem LaTeX-Paket 
17556 \series bold
17557 dcolumn
17558 \end_layout
17559
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566
17567
17568 \end_layout
17569
17570 \begin_layout Plain Layout
17571 \align center
17572 \begin_inset Tabular
17573 <lyxtabular version="3" rows="4" columns="3">
17574 <features tabularvalignment="middle">
17575 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17576 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17577 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17578 <row>
17579 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 Einheiten
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 Einheiten
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 Einheiten
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 </row>
17607 <row>
17608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 12x24
17613 \begin_inset space \thinspace{}
17614 \end_inset
17615
17616 Flaschen
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 12x24
17626 \begin_inset space \thinspace{}
17627 \end_inset
17628
17629
17630 \begin_inset Formula $\mbox{Flaschen}$
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 12
17643 \begin_inset ERT
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647
17648
17649 \backslash
17650 times 
17651 \end_layout
17652
17653 \end_inset
17654
17655 24+
17656 \begin_inset Formula $\mbox{Flaschen}$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 1024x768
17671 \begin_inset space \thinspace{}
17672 \end_inset
17673
17674 Pixel
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17680 \begin_inset Text
17681
17682 \begin_layout Plain Layout
17683 1024x768
17684 \begin_inset space \thinspace{}
17685 \end_inset
17686
17687
17688 \begin_inset Formula $\mbox{Pixel}$
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 1024
17701 \begin_inset ERT
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705
17706
17707 \backslash
17708 times 
17709 \end_layout
17710
17711 \end_inset
17712
17713 768+
17714 \begin_inset Formula $\mbox{Pixel}$
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 </row>
17723 <row>
17724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 32x6
17729 \begin_inset space \thinspace{}
17730 \end_inset
17731
17732 cm
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 32x6
17742 \begin_inset space \thinspace{}
17743 \end_inset
17744
17745
17746 \begin_inset Formula $\mbox{cm}$
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 <cell alignment="center" valignment="top" usebox="none">
17755 \begin_inset Text
17756
17757 \begin_layout Plain Layout
17758 32
17759 \begin_inset ERT
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763
17764
17765 \backslash
17766 times 
17767 \end_layout
17768
17769 \end_inset
17770
17771 6+
17772 \begin_inset Formula $\mbox{cm}$
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 </lyxtabular>
17782
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \end_inset
17789
17790
17791 \end_layout
17792
17793 \begin_layout Subsection
17794 Angepasste Zellen-/Spaltenformate
17795 \begin_inset CommandInset label
17796 LatexCommand label
17797 name "uab:Angepasste-Zellen-/Spaltenformate"
17798
17799 \end_inset
17800
17801
17802 \begin_inset Index idx
17803 status collapsed
17804
17805 \begin_layout Plain Layout
17806 Tabellen ! Spaltenformat
17807 \end_layout
17808
17809 \end_inset
17810
17811
17812 \end_layout
17813
17814 \begin_layout Standard
17815 Wenn man wie in Abschnitt
17816 \begin_inset space ~
17817 \end_inset
17818
17819
17820 \begin_inset CommandInset ref
17821 LatexCommand ref
17822 reference "uab:Mehrfachspalten-Berechnungen"
17823
17824 \end_inset
17825
17826  die gewünschte Breite einer Mehrfachspalte berechnen will, ist das bei
17827  mehreren Tabellen mit Mehrfachspalten sehr lästig.
17828  Um sich das Leben zu erleichtern, können Sie im LaTeX-Vorspann Zellen/Spalten
17829  definieren:
17830 \end_layout
17831
17832 \begin_layout Standard
17833
17834 \series bold
17835
17836 \backslash
17837 newcolumntype{Formatname}[Zahl der Argumente]{Befehle}
17838 \end_layout
17839
17840 \begin_layout Standard
17841 Der Formatname darf nur ein Buchstabe sein, aber nicht 
17842 \emph on
17843 b
17844 \emph default
17845
17846 \emph on
17847 c
17848 \emph default
17849
17850 \emph on
17851 l
17852 \emph default
17853
17854 \emph on
17855 m
17856 \emph default
17857
17858 \emph on
17859 p
17860 \emph default
17861  oder 
17862 \emph on
17863 r
17864 \emph default
17865 , weil diese vordefiniert sind.
17866  Aber alle Buchstaben sind als Großbuchstaben erlaubt.
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \begin_inset VSpace medskip
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \begin_layout Standard
17877 Für vertikal und horizontal zentrierte Mehrfachspalten-Zellen mit fester
17878  Breite könnte das Format so aussehen:
17879 \end_layout
17880
17881 \begin_layout Standard
17882
17883 \series bold
17884
17885 \backslash
17886 newcolumntype{M}[1]{>{
17887 \backslash
17888 centering
17889 \backslash
17890 hspace{0pt}}m{#1}}
17891 \end_layout
17892
17893 \begin_layout Standard
17894 wobei 
17895 \series bold
17896
17897 \backslash
17898 hspace{0pt}
17899 \series default
17900  das Problem mit der Silbentrennung des ersten Wortes vermeidet, wie in
17901  Abschnitt
17902 \begin_inset space ~
17903 \end_inset
17904
17905
17906 \begin_inset CommandInset ref
17907 LatexCommand ref
17908 reference "uab:Mehrfache-Zeilen-in"
17909
17910 \end_inset
17911
17912  beschrieben.
17913  Jetzt können Sie mit
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919 M{Breite}
17920 \end_layout
17921
17922 \begin_layout Standard
17923 im 
17924 \family sans
17925 LaTeX-Argument
17926 \family default
17927  im 
17928 \family sans
17929 Tabellen-Einstellungen
17930 \family default
17931 -Dialog eine Mehrfachspalte definieren.
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset VSpace bigskip
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \begin_layout Standard
17942 Für Zellen, die von einer Mehrfachspalte überspannt werden, können Sie folgendes
17943  Format definieren:
17944 \end_layout
17945
17946 \begin_layout Standard
17947
17948 \series bold
17949
17950 \backslash
17951 newcolumntype{S}[2]{>{
17952 \backslash
17953 centering
17954 \backslash
17955 hspace{0pt}}
17956 \begin_inset Newline newline
17957 \end_inset
17958
17959
17960 \begin_inset Phantom HPhantom
17961 status open
17962
17963 \begin_layout Plain Layout
17964
17965 \series bold
17966
17967 \backslash
17968 newcolumntype
17969 \end_layout
17970
17971 \end_inset
17972
17973 m{(#1+(2
17974 \backslash
17975 tabcolsep+
17976 \backslash
17977 arrayrulewidth)*(1-#2))/#2}}
17978 \end_layout
17979
17980 \begin_layout Standard
17981 Dieses Format benutzt Gleichung
17982 \begin_inset space ~
17983 \end_inset
17984
17985
17986 \begin_inset CommandInset ref
17987 LatexCommand ref
17988 reference "eq:Wgn"
17989
17990 \end_inset
17991
17992 , um die nötige Breite zu berechnen, damit jede überspannte Spalte gleich
17993  breit ist.
17994 \end_layout
17995
17996 \begin_layout Standard
17997 Jetzt können Sie im 
17998 \family sans
17999 LaTeX-Argument
18000 \family default
18001  im 
18002 \family sans
18003 Tabellen-Einstellungen
18004 \family default
18005 -Dialog folgendes einfügen:
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011 S{Mehrfachspalten-Breite}{Zahl der überspannten Spalten}
18012 \end_layout
18013
18014 \begin_layout Standard
18015 \begin_inset VSpace bigskip
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Standard
18022 Für farbige Spalten können Sie folgendes einfügen:
18023 \end_layout
18024
18025 \begin_layout Standard
18026
18027 \series bold
18028
18029 \backslash
18030 newcolumntype{K}[1]{>{
18031 \backslash
18032 columncolor{#1}
18033 \backslash
18034 hspace{0pt}}c}
18035 \end_layout
18036
18037 \begin_layout Standard
18038 Das 
18039 \begin_inset Quotes gld
18040 \end_inset
18041
18042 c
18043 \begin_inset Quotes grd
18044 \end_inset
18045
18046  am Ende erzeugt eine Spalte mit flexibler Breite, deren Text horizontal
18047  zentriert ist.
18048  Jetzt können Sie als 
18049 \family sans
18050 LaTeX-Argument
18051 \family default
18052  folgendes einfügen:
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058 K{Farbname}
18059 \end_layout
18060
18061 \begin_layout Standard
18062 \begin_inset VSpace bigskip
18063 \end_inset
18064
18065
18066 \end_layout
18067
18068 \begin_layout Standard
18069 Für Tabelle
18070 \begin_inset space ~
18071 \end_inset
18072
18073
18074 \begin_inset CommandInset ref
18075 LatexCommand ref
18076 reference "tab:Tabelle-mit-benutzerdefinierte"
18077
18078 \end_inset
18079
18080  wurden folgende 
18081 \family sans
18082 LaTeX-Argumente
18083 \family default
18084  benutzt:
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090 M{2.5cm}
18091 \end_layout
18092
18093 \begin_layout Standard
18094 für die erste Spalte und die Mehrfachspalte,
18095 \end_layout
18096
18097 \begin_layout Standard
18098
18099 \series bold
18100 K{red}
18101 \end_layout
18102
18103 \begin_layout Standard
18104 für die letzte Spalte und
18105 \end_layout
18106
18107 \begin_layout Standard
18108
18109 \series bold
18110 S{2.5cm}{2}
18111 \end_layout
18112
18113 \begin_layout Standard
18114 für die Spalten in der zweiten Mehrfachspalte.
18115 \end_layout
18116
18117 \begin_layout Standard
18118 \begin_inset Float table
18119 placement h
18120 wide false
18121 sideways false
18122 status open
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Caption
18126
18127 \begin_layout Plain Layout
18128 \begin_inset CommandInset label
18129 LatexCommand label
18130 name "tab:Tabelle-mit-benutzerdefinierte"
18131
18132 \end_inset
18133
18134 Tabelle mit benutzerdefinierten Formaten
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Plain Layout
18143 \align center
18144 \begin_inset Tabular
18145 <lyxtabular version="3" rows="3" columns="4">
18146 <features tabularvalignment="middle">
18147 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18148 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18149 <column alignment="center" valignment="middle" width="0">
18150 <column alignment="center" valignment="middle" width="0" special="K{red}">
18151 <row>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 einsehrlangesWort
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 Mehrfachspalte mit mehreren Zeilen
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 c
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 </row>
18189 <row>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 d
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203 e
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 f
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 g
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 h
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 i
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 j
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 k
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 </row>
18265 </lyxtabular>
18266
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \end_layout
18276
18277 \begin_layout Subsection
18278 Liniendicke
18279 \begin_inset CommandInset label
18280 LatexCommand label
18281 name "uab:Liniendicke"
18282
18283 \end_inset
18284
18285
18286 \begin_inset Index idx
18287 status collapsed
18288
18289 \begin_layout Plain Layout
18290 Tabellen  ! Linien ! -dicke
18291 \end_layout
18292
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \begin_layout Standard
18299 Die Liniendicke für alle Linien einer Tabelle kann mit 
18300 \series bold
18301
18302 \backslash
18303 arrayrulewidth
18304 \series default
18305  eingestellt werden.
18306  Um eine Liniendicke von 1.5
18307 \begin_inset space \thinspace{}
18308 \end_inset
18309
18310 pt wie in Tabelle
18311 \begin_inset space ~
18312 \end_inset
18313
18314
18315 \begin_inset CommandInset ref
18316 LatexCommand ref
18317 reference "tab:Tabelle-mit-1.5pt-Liniendicke"
18318
18319 \end_inset
18320
18321  zu bekommen, geben Sie den Befehl
18322 \end_layout
18323
18324 \begin_layout Standard
18325
18326 \series bold
18327
18328 \backslash
18329 setlength{
18330 \backslash
18331 arrayrulewidth}{1.5pt}
18332 \end_layout
18333
18334 \begin_layout Standard
18335 als TeX-Code vor der (Gleitobjekt-)Tabelle ein.
18336  Die geänderte Liniendicke gilt für alle folgenden Tabellen.
18337  Mit
18338 \end_layout
18339
18340 \begin_layout Standard
18341
18342 \series bold
18343
18344 \backslash
18345 setlength{
18346 \backslash
18347 arrayrulewidth}{0.4pt}
18348 \end_layout
18349
18350 \begin_layout Standard
18351 bekommen Sie wieder die Standarddicke.
18352 \end_layout
18353
18354 \begin_layout Standard
18355 \begin_inset ERT
18356 status collapsed
18357
18358 \begin_layout Plain Layout
18359
18360
18361 \backslash
18362 setlength{
18363 \backslash
18364 arrayrulewidth}{1.5pt}
18365 \end_layout
18366
18367 \end_inset
18368
18369
18370 \begin_inset Float table
18371 placement H
18372 wide false
18373 sideways false
18374 status open
18375
18376 \begin_layout Plain Layout
18377 \begin_inset Caption
18378
18379 \begin_layout Plain Layout
18380 \begin_inset CommandInset label
18381 LatexCommand label
18382 name "tab:Tabelle-mit-1.5pt-Liniendicke"
18383
18384 \end_inset
18385
18386 Tabelle mit 1.5
18387 \begin_inset space \thinspace{}
18388 \end_inset
18389
18390 pt Liniendicke
18391 \end_layout
18392
18393 \end_inset
18394
18395
18396 \end_layout
18397
18398 \begin_layout Plain Layout
18399 \align center
18400 \begin_inset Tabular
18401 <lyxtabular version="3" rows="3" columns="3">
18402 <features tabularvalignment="middle">
18403 <column alignment="center" valignment="top" width="0">
18404 <column alignment="center" valignment="top" width="0">
18405 <column alignment="center" valignment="top" width="0">
18406 <row>
18407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 sd
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 </row>
18435 <row>
18436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 sd
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 <row>
18465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 sd
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 </row>
18493 </lyxtabular>
18494
18495 \end_inset
18496
18497
18498 \end_layout
18499
18500 \end_inset
18501
18502
18503 \begin_inset ERT
18504 status collapsed
18505
18506 \begin_layout Plain Layout
18507
18508
18509 \backslash
18510 setlength{
18511 \backslash
18512 arrayrulewidth}{0.4pt}
18513 \end_layout
18514
18515 \end_inset
18516
18517
18518 \end_layout
18519
18520 \begin_layout Standard
18521 \begin_inset VSpace bigskip
18522 \end_inset
18523
18524 Um eine Liniendicke von 1.5
18525 \begin_inset space \thinspace{}
18526 \end_inset
18527
18528 pt nur für horizontale Linien zu bekommen wie in Tabelle
18529 \begin_inset space ~
18530 \end_inset
18531
18532
18533 \begin_inset CommandInset ref
18534 LatexCommand ref
18535 reference "tab:Tabelle-mit-1.5pt-horiz"
18536
18537 \end_inset
18538
18539 , müssen Sie folgende Befehle als TeX-Code vor der (Gleitobjekt-)Tabelle
18540  einfügen:
18541 \end_layout
18542
18543 \begin_layout Standard
18544
18545 \series bold
18546
18547 \backslash
18548 let
18549 \backslash
18550 myHline
18551 \backslash
18552 hline
18553 \begin_inset Newline newline
18554 \end_inset
18555
18556
18557 \backslash
18558 renewcommand{
18559 \backslash
18560 hline}
18561 \begin_inset Newline newline
18562 \end_inset
18563
18564  {
18565 \backslash
18566 noalign{
18567 \backslash
18568 global
18569 \backslash
18570 arrayrulewidth 1.5pt}
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574  
18575 \backslash
18576 myHline
18577 \backslash
18578 noalign{
18579 \backslash
18580 global
18581 \backslash
18582 arrayrulewidth 0.4pt}}
18583 \end_layout
18584
18585 \begin_layout Standard
18586 Die Standarddicke erhalten Sie mit folgendem Befehl als TeX-Code hinter
18587  der (Gleit\SpecialChar \-
18588 objekt-)Tabelle zurück:
18589 \end_layout
18590
18591 \begin_layout Standard
18592
18593 \series bold
18594
18595 \backslash
18596 renewcommand{
18597 \backslash
18598 hline}{
18599 \backslash
18600 myHline}
18601 \end_layout
18602
18603 \begin_layout Standard
18604 \begin_inset ERT
18605 status collapsed
18606
18607 \begin_layout Plain Layout
18608
18609
18610 \backslash
18611 let
18612 \backslash
18613 myHline
18614 \backslash
18615 hline
18616 \end_layout
18617
18618 \begin_layout Plain Layout
18619
18620
18621 \backslash
18622 renewcommand{
18623 \backslash
18624 hline}
18625 \end_layout
18626
18627 \begin_layout Plain Layout
18628
18629  {
18630 \backslash
18631 noalign{
18632 \backslash
18633 global
18634 \backslash
18635 arrayrulewidth 1.5pt}
18636 \end_layout
18637
18638 \begin_layout Plain Layout
18639
18640   
18641 \backslash
18642 myHline
18643 \backslash
18644 noalign{
18645 \backslash
18646 global
18647 \backslash
18648 arrayrulewidth 0.4pt}}
18649 \end_layout
18650
18651 \end_inset
18652
18653
18654 \begin_inset Float table
18655 placement h
18656 wide false
18657 sideways false
18658 status open
18659
18660 \begin_layout Plain Layout
18661 \begin_inset Caption
18662
18663 \begin_layout Plain Layout
18664 \begin_inset CommandInset label
18665 LatexCommand label
18666 name "tab:Tabelle-mit-1.5pt-horiz"
18667
18668 \end_inset
18669
18670 Tabelle mit 1.5
18671 \begin_inset space \thinspace{}
18672 \end_inset
18673
18674 pt dicken horizontalen Linien
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Plain Layout
18683 \align center
18684 \begin_inset Tabular
18685 <lyxtabular version="3" rows="3" columns="3">
18686 <features tabularvalignment="middle">
18687 <column alignment="center" valignment="top" width="0">
18688 <column alignment="center" valignment="top" width="0">
18689 <column alignment="center" valignment="top" width="0">
18690 <row>
18691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 sd
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18710 \begin_inset Text
18711
18712 \begin_layout Plain Layout
18713
18714 \end_layout
18715
18716 \end_inset
18717 </cell>
18718 </row>
18719 <row>
18720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 sd
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 </row>
18748 <row>
18749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771 sd
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 </lyxtabular>
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \begin_inset ERT
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791
18792
18793 \backslash
18794 renewcommand{
18795 \backslash
18796 hline}{
18797 \backslash
18798 myHline}
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Standard
18807 \begin_inset VSpace bigskip
18808 \end_inset
18809
18810 Um die Liniendicke von 1.5
18811 \begin_inset space \thinspace{}
18812 \end_inset
18813
18814 pt nur für vertikale Linien zu bekommen, müssen Sie im LaTeX-Vorspann folgendes
18815  Spaltenformat entsprechend der Beschreibung in Abschnitt
18816 \begin_inset space ~
18817 \end_inset
18818
18819
18820 \begin_inset CommandInset ref
18821 LatexCommand ref
18822 reference "uab:Angepasste-Zellen-/Spaltenformate"
18823
18824 \end_inset
18825
18826  definieren:
18827 \end_layout
18828
18829 \begin_layout Standard
18830
18831 \series bold
18832
18833 \backslash
18834 newcolumntype{V}{!{
18835 \backslash
18836 vrule width 1.5pt}}
18837 \end_layout
18838
18839 \begin_layout Standard
18840 In Tabelle
18841 \begin_inset space ~
18842 \end_inset
18843
18844
18845 \begin_inset CommandInset ref
18846 LatexCommand ref
18847 reference "tab:Tabelle-mit-1.5pt-vert"
18848
18849 \end_inset
18850
18851  wurde das 
18852 \family sans
18853 LaTe
18854 \begin_inset ERT
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858
18859 {}
18860 \end_layout
18861
18862 \end_inset
18863
18864 X-Argument
18865 \family default
18866 \series bold
18867  VcV
18868 \series default
18869  für die letzte Spalte und
18870 \series bold
18871  Vc
18872 \series default
18873  für die anderen benutzt.
18874 \end_layout
18875
18876 \begin_layout Standard
18877 \begin_inset Float table
18878 placement H
18879 wide false
18880 sideways false
18881 status open
18882
18883 \begin_layout Plain Layout
18884 \begin_inset Caption
18885
18886 \begin_layout Plain Layout
18887 \begin_inset CommandInset label
18888 LatexCommand label
18889 name "tab:Tabelle-mit-1.5pt-vert"
18890
18891 \end_inset
18892
18893 Tabelle mit 1.5
18894 \begin_inset space \thinspace{}
18895 \end_inset
18896
18897 pt dicken vertikalen Linien
18898 \end_layout
18899
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \begin_layout Plain Layout
18906 \align center
18907 \begin_inset Tabular
18908 <lyxtabular version="3" rows="3" columns="3">
18909 <features tabularvalignment="middle">
18910 <column alignment="center" valignment="top" width="0" special="Vc">
18911 <column alignment="center" valignment="top" width="0" special="Vc">
18912 <column alignment="center" valignment="top" width="0" special="VcV">
18913 <row>
18914 <cell alignment="center" valignment="top" topline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 sd
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" topline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 <cell alignment="center" valignment="top" topline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956 sd
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 <row>
18972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 sd
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 </row>
19000 </lyxtabular>
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008
19009
19010 \end_layout
19011
19012 \begin_layout Subsection
19013 Gestrichelte Linien
19014 \begin_inset Index idx
19015 status collapsed
19016
19017 \begin_layout Plain Layout
19018 Tabellen  ! Linien ! gestrichelte 
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Standard
19027 \begin_inset ERT
19028 status collapsed
19029
19030 \begin_layout Plain Layout
19031
19032
19033 \backslash
19034 ifarydshln
19035 \end_layout
19036
19037 \end_inset
19038
19039
19040 \begin_inset Note Note
19041 status open
19042
19043 \begin_layout Plain Layout
19044 Die folgende Teil wird nur gedruckt, wenn das LaTeX-Paket 
19045 \series bold
19046 arydshln
19047 \series default
19048  installiert ist.
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Standard
19057 \begin_inset Float table
19058 placement h
19059 wide false
19060 sideways false
19061 status open
19062
19063 \begin_layout Plain Layout
19064 \begin_inset Caption
19065
19066 \begin_layout Plain Layout
19067 \begin_inset CommandInset label
19068 LatexCommand label
19069 name "tab:Tabelle-mit-gestrichelten"
19070
19071 \end_inset
19072
19073 Tabelle mit gestrichelten Linien
19074 \end_layout
19075
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \begin_layout Plain Layout
19082 \align center
19083 \begin_inset Tabular
19084 <lyxtabular version="3" rows="5" columns="5">
19085 <features tabularvalignment="middle">
19086 <column alignment="center" valignment="top" width="0">
19087 <column alignment="center" valignment="top" width="0">
19088 <column alignment="center" valignment="top" width="0" special=":c">
19089 <column alignment="center" valignment="top" width="0">
19090 <column alignment="center" valignment="top" width="0">
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 a
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105 b
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 c
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123 d
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 e
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 </row>
19138 <row>
19139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143 f
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 g
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 h
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 i
19171 \end_layout
19172
19173 \end_inset
19174 </cell>
19175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 j
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 <row>
19186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 \begin_inset ERT
19191 status collapsed
19192
19193 \begin_layout Plain Layout
19194
19195
19196 \backslash
19197 hdashline 
19198 \end_layout
19199
19200 \end_inset
19201
19202 k
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 l
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 m
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19226 \begin_inset Text
19227
19228 \begin_layout Plain Layout
19229 n
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 o
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 \begin_inset ERT
19250 status collapsed
19251
19252 \begin_layout Plain Layout
19253
19254
19255 \backslash
19256 cdashline{4-5}
19257 \end_layout
19258
19259 \end_inset
19260
19261 p
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 q
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 r
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 s
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 t
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 u
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 v
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335 w
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 x
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 </lyxtabular>
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358
19359
19360 \end_layout
19361
19362 \begin_layout Standard
19363 LyX unterstützt von sich aus keine gestrichelten Linien, also müssen Sie
19364  TeX-Code benutzen.
19365  Zunächst müssen Sie das LaTeX-Paket 
19366 \series bold
19367 arydshln
19368 \series default
19369
19370 \begin_inset Index idx
19371 status collapsed
19372
19373 \begin_layout Plain Layout
19374 LaTeX-Pakete ! arydshln
19375 \end_layout
19376
19377 \end_inset
19378
19379  im LaTeX-Vorspann laden:
19380 \end_layout
19381
19382 \begin_layout Standard
19383
19384 \series bold
19385
19386 \backslash
19387 usepackage{arydshln}
19388 \end_layout
19389
19390 \begin_layout Standard
19391 Um senkrechte Linien zu stricheln, müssen Sie im 
19392 \family sans
19393 LaTe
19394 \begin_inset ERT
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398
19399 {}
19400 \end_layout
19401
19402 \end_inset
19403
19404 X-Argument
19405 \family default
19406  des 
19407 \family sans
19408 Tabellen-Einstellungen
19409 \family default
19410 -Dialogs 
19411 \begin_inset Quotes gld
19412 \end_inset
19413
19414 :
19415 \begin_inset Quotes grd
19416 \end_inset
19417
19418 , zusammen mit dem Buchstaben für die horizontale Ausrichtung, eingeben.
19419 \end_layout
19420
19421 \begin_layout Standard
19422 Für eine gestrichelte horizontale Linie müssen Sie den Befehl
19423 \end_layout
19424
19425 \begin_layout Standard
19426
19427 \series bold
19428
19429 \backslash
19430 hdashline
19431 \end_layout
19432
19433 \begin_layout Standard
19434 als TeX-Code als erstes in die erste Zelle einer Zeile einfügen.
19435 \end_layout
19436
19437 \begin_layout Standard
19438 Für gestrichelte horizontale Linien für Mehrfachspalten wird der Befehl
19439 \end_layout
19440
19441 \begin_layout Standard
19442
19443 \series bold
19444
19445 \backslash
19446 cdashline{Anfangsspalte-Endspalte}
19447 \end_layout
19448
19449 \begin_layout Standard
19450 als TeX-Code als erstes in die erste Zelle einer Zeile eingefügt.
19451  Wenn Sie z.
19452 \begin_inset space \thinspace{}
19453 \end_inset
19454
19455 B.
19456  eine Mehrfachspalte über Spalte 2 bis 4 haben und Sie möchten darüber eine
19457  gestrichelte Linie haben, fügen Sie den Befehl
19458 \end_layout
19459
19460 \begin_layout Standard
19461
19462 \series bold
19463
19464 \backslash
19465 cdashline{2-4}
19466 \end_layout
19467
19468 \begin_layout Standard
19469 als erstes Element der ersten Zelle in der Zeile der Mehrfachspalte ein.
19470 \end_layout
19471
19472 \begin_layout Standard
19473 \begin_inset VSpace bigskip
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 In Tabelle
19481 \begin_inset space ~
19482 \end_inset
19483
19484
19485 \begin_inset CommandInset ref
19486 LatexCommand ref
19487 reference "tab:Tabelle-mit-gestrichelten"
19488
19489 \end_inset
19490
19491  wurde in der dritten Spalte der Befehl
19492 \series bold
19493  
19494 \series default
19495
19496 \begin_inset Quotes gld
19497 \end_inset
19498
19499
19500 \series bold
19501 :c
19502 \begin_inset Quotes grd
19503 \end_inset
19504
19505
19506 \series default
19507  benutzt.
19508  Der Befehl 
19509 \series bold
19510
19511 \backslash
19512 hdashline
19513 \series default
19514  wurde in die erste Zelle der dritten Zeile eingefügt und der Befehl
19515 \begin_inset Newline newline
19516 \end_inset
19517
19518  
19519 \series bold
19520
19521 \backslash
19522 cdashline{4-5} 
19523 \series default
19524 wurde in die erste Zelle der vierten Zeile eingefügt.
19525 \end_layout
19526
19527 \begin_layout Standard
19528 \begin_inset Note Greyedout
19529 status open
19530
19531 \begin_layout Plain Layout
19532
19533 \series bold
19534 Bemerkung:
19535 \series default
19536  Das LaTeX-Paket 
19537 \series bold
19538 arydshln
19539 \series default
19540  ist nicht kompatibel dem LaTeX-Paket 
19541 \series bold
19542 colortbl
19543 \series default
19544
19545 \begin_inset Index idx
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549 LaTeX-Pakete ! colortbl
19550 \end_layout
19551
19552 \end_inset
19553
19554 , das für die farbigen Tabellen in Abschnitt
19555 \begin_inset space ~
19556 \end_inset
19557
19558
19559 \begin_inset CommandInset ref
19560 LatexCommand ref
19561 reference "abs:Farbige-Tabellen"
19562
19563 \end_inset
19564
19565  benutzt wurde.
19566  Deswegen können farbige Tabellen keine gestrichelten Linien haben.
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Standard
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 else
19583 \end_layout
19584
19585 \end_inset
19586
19587
19588 \begin_inset Note Note
19589 status open
19590
19591 \begin_layout Plain Layout
19592 Die folgende Teil wird gedruckt, wenn das LaTeX-Paket 
19593 \series bold
19594 arydshln
19595 \series default
19596  nicht installiert ist:
19597 \end_layout
19598
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \begin_layout Standard
19605 Sie müssen das LaTeX-Paket 
19606 \series bold
19607 arydshln
19608 \series default
19609  installiert haben um den Inhalt dieses Abschnitts zu sehen.
19610 \end_layout
19611
19612 \begin_layout Standard
19613 \begin_inset ERT
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617
19618
19619 \backslash
19620 fi
19621 \end_layout
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \begin_layout Chapter
19629 Gleitobjekte
19630 \begin_inset Index idx
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 Gleitobjekte
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Section
19643 Einleitung
19644 \begin_inset CommandInset label
19645 LatexCommand label
19646 name "abs:Gleitobjekte-Einleitung"
19647
19648 \end_inset
19649
19650
19651 \begin_inset Index idx
19652 status collapsed
19653
19654 \begin_layout Plain Layout
19655 Gleitobjekte ! Einleitung
19656 \end_layout
19657
19658 \end_inset
19659
19660
19661 \end_layout
19662
19663 \begin_layout Standard
19664 Ein Gleitobjekt ist ein Teil eines Dokumentes, das keinen festen Platz hat.
19665  Es kann eine oder zwei Seiten vorwärts oder rückwärts gleiten, wo immer
19666  der beste Platz ist.
19667  
19668 \family sans
19669 Fußnoten
19670 \family default
19671  und 
19672 \family sans
19673 Randnotizen
19674 \family default
19675  sind auch Gleitobjekte, weil sie auf die nächste Seite verschoben werden,
19676  wenn auf ihrer Seite schon zu viele sind.
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Gleitobjekte ermöglichen eine hochwertige Gestaltung.
19681  Abbildungen und Tabellen können gleichmäßig auf Seiten verteilt werden,
19682  um weiße Flächen und Seiten ohne Text zu vermeiden.
19683  Weil das Gleiten oft den Kontext zwischen  Text und Abbildung/Tabelle auf\SpecialChar \textcompwordmark{}
19684 löst,
19685  kann im Text auf ein Gleitobjekt verwiesen werden.
19686  Gleitobjekte sind deshalb nummeriert.
19687  Querverweise werden in Abschnitt
19688 \begin_inset space ~
19689 \end_inset
19690
19691
19692 \begin_inset CommandInset ref
19693 LatexCommand ref
19694 reference "abs:Auf-Gleitobjekte-verweisen"
19695
19696 \end_inset
19697
19698  beschrieben.
19699 \end_layout
19700
19701 \begin_layout Standard
19702 Ein Gleitobjekt wird mit 
19703 \family sans
19704 Einfügen\SpecialChar \menuseparator
19705 Gleitobjekt\SpecialChar \menuseparator
19706 Algorithmus/Abbildung/Ta\SpecialChar \-
19707 belle/Um\SpecialChar \-
19708 flos\SpecialChar \-
19709 se\SpecialChar \-
19710 nes
19711 \begin_inset space ~
19712 \end_inset
19713
19714 Gleitobjekt
19715 \family default
19716  eingefügt.
19717  Für Abbildungen oder Tabellen können Sie auch auf 
19718 \begin_inset Graphics
19719         filename ../../images/float-insert_figure.png
19720         scale 70
19721         scaleBeforeRotation
19722
19723 \end_inset
19724
19725  oder 
19726 \begin_inset Graphics
19727         filename ../../images/float-insert_table.png
19728         scale 70
19729         scaleBeforeRotation
19730
19731 \end_inset
19732
19733  klicken.
19734  Sie erhalten an der Stelle der Einfügung ein rot beschriftetes graues Kästchen,
19735  das Ihnen sagt, um was für ein Gleitobjekt es sich handelt, und ein rot
19736  umrandetes Kästchen mit einer nummerierten Marke (Algorithmus/Abbildung/Tabelle
19737  #:).
19738  Statt # sehen Sie die von LyX vergebene Nummer.
19739  In das schmale Feld nach der Marke können Sie den Titel schreiben.
19740  Algorithmus, Abbildung oder Tabelle werden ober- oder unterhalb des Titels
19741  eingefügt.
19742  In Abschnitt
19743 \begin_inset space ~
19744 \end_inset
19745
19746
19747 \begin_inset CommandInset ref
19748 LatexCommand ref
19749 reference "abs:Titel-Platzierung"
19750
19751 \end_inset
19752
19753  finden Sie mehr über die Platzierung des Titels.
19754  Wenn Sie auf das Gleitobjekt-Kästchen klicken, wird es geschlossen und
19755  auch wieder geöffnet.
19756  Ein geschlossenes Gleitobjekt-Kästchen sieht so aus: 
19757 \begin_inset Graphics
19758         filename clipart/GleitobjektQt4.png
19759         scale 70
19760         scaleBeforeRotation
19761
19762 \end_inset
19763
19764  – ein graues Kästchen mit roter Beschriftung.
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Um mögliche LaTeX-Fehler durch umgebenden Text zu vermeiden, wird empfohlen,
19769  Gleitobjekte in einem eigenen Absatz einzufügen.
19770 \end_layout
19771
19772 \begin_layout Standard
19773 Vorhandene Abbildungen oder Tabellen können Sie in ein Gleitobjekt packen,
19774  indem Sie sie markieren und dann auf 
19775 \begin_inset Graphics
19776         filename ../../images/float-insert_figure.png
19777         scale 70
19778         scaleBeforeRotation
19779
19780 \end_inset
19781
19782  oder 
19783 \begin_inset Graphics
19784         filename ../../images/float-insert_table.png
19785         scale 70
19786         scaleBeforeRotation
19787
19788 \end_inset
19789
19790  klicken.
19791 \end_layout
19792
19793 \begin_layout Section
19794 Gleitobjekt-Typen
19795 \begin_inset Index idx
19796 status collapsed
19797
19798 \begin_layout Plain Layout
19799 Gleitobjekte ! Typen
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 Neben Gleitobjekt-Abbildungen und -Tabellen, die bereits in Abschnitt
19809 \begin_inset space ~
19810 \end_inset
19811
19812
19813 \begin_inset CommandInset ref
19814 LatexCommand ref
19815 reference "abs:Gleitende-Abbildungen"
19816
19817 \end_inset
19818
19819  und 
19820 \begin_inset CommandInset ref
19821 LatexCommand ref
19822 reference "abs:Gleitende-Tabellen"
19823
19824 \end_inset
19825
19826  beschrieben wurden, gibt es Gleitobjekt-Algorithmen und umflossene Gleitobjekte.
19827 \end_layout
19828
19829 \begin_layout Subsection
19830 Gleitobjekt-Algorithmen
19831 \begin_inset Index idx
19832 status collapsed
19833
19834 \begin_layout Plain Layout
19835 Gleitobjekte ! Algorithmen
19836 \end_layout
19837
19838 \end_inset
19839
19840
19841 \begin_inset CommandInset label
19842 LatexCommand label
19843 name "uab:Gleitobjekt-Algorithmen"
19844
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \begin_layout Standard
19851 \begin_inset Float algorithm
19852 placement h
19853 wide false
19854 sideways false
19855 status open
19856
19857 \begin_layout Plain Layout
19858 \begin_inset Caption
19859
19860 \begin_layout Plain Layout
19861 \begin_inset CommandInset label
19862 LatexCommand label
19863 name "alg:Ein-Gleitobjekt-Algorithmus"
19864
19865 \end_inset
19866
19867 Ein Gleitobjekt-Algorithmus 
19868 \end_layout
19869
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \begin_layout LyX-Code
19876 for I in 1..N loop
19877 \begin_inset Newline newline
19878 \end_inset
19879
19880  Sum:= Sum + A(I); /*Kommentar*/
19881 \begin_inset Newline newline
19882 \end_inset
19883
19884 end loop
19885 \begin_inset VSpace -4mm
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \begin_layout Standard
19897 Dieser Typ wird mit 
19898 \family sans
19899 Einfügen\SpecialChar \menuseparator
19900 Gleitobjekt\SpecialChar \menuseparator
19901 Algorithmus
19902 \family default
19903  eingefügt.
19904  Er wird für Programm-Code und Algorithmen-Beschreibungen verwendet und
19905  stellt eine Alternative zu Programm-Code-Listen dar, die in Kapitel
19906 \begin_inset space ~
19907 \end_inset
19908
19909
19910 \begin_inset CommandInset ref
19911 LatexCommand ref
19912 reference "kap:Programm-Code-Listen"
19913
19914 \end_inset
19915
19916 .
19917  Eine mögliche Absatz-Umgebung hier für ist 
19918 \family sans
19919 LyX-Code
19920 \family default
19921 , beschrieben im 
19922 \emph on
19923 Benutzerhandbuch
19924 \emph default
19925 .
19926  In Algorithmus
19927 \begin_inset space ~
19928 \end_inset
19929
19930
19931 \begin_inset CommandInset ref
19932 LatexCommand ref
19933 reference "alg:Ein-Gleitobjekt-Algorithmus"
19934
19935 \end_inset
19936
19937  wurden am Ende -4
19938 \begin_inset space \thinspace{}
19939 \end_inset
19940
19941 mm vertikaler Abstand eingefügt, damit die untere Linie direkt unter der
19942  letzten Zeile gedruckt wird.
19943 \end_layout
19944
19945 \begin_layout Standard
19946 Die Marke 
19947 \emph on
19948 Algorithmus
19949 \emph default
19950  wird nicht automatisch in die druckbare Version übernommen, sondern das
19951  englische Wort 
19952 \emph on
19953 Algorithm
19954 \emph default
19955  verwendet.
19956  Soll
19957 \emph on
19958  Algorithmus
19959 \emph default
19960  dort stehen, müssen Sie folgendes in den LaTeX-Vorspann schreiben: 
19961 \end_layout
19962
19963 \begin_layout Standard
19964
19965 \series bold
19966
19967 \backslash
19968 floatname{algorithm}{Algorithmus}
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Um das Algorithmenverzeichnis einzufügen, kann für Dokumente, die dieselbe
19973  Sprache wie die LyX Menünamen haben, das Menü 
19974 \family sans
19975 Einfügen\SpecialChar \menuseparator
19976 Liste
19977 \begin_inset space \thinspace{}
19978 \end_inset
19979
19980 /
19981 \begin_inset space \thinspace{}
19982 \end_inset
19983
19984 Inhaltsverzeichnis\SpecialChar \menuseparator
19985 Algorithmenverzeichnis
19986 \family default
19987  verwendet werden.
19988  Für Dokumente in anderen Sprachen muss stattdessen dieser Befehl als TeX-Code
19989  eingefügt werden:
19990 \end_layout
19991
19992 \begin_layout Standard
19993
19994 \series bold
19995
19996 \backslash
19997 listof{algorithm}{Algorithmenverzeichnis}
19998 \end_layout
19999
20000 \begin_layout Standard
20001 Gleitobjekt-Algorithmen werden nicht wie Gleitobjekt-Abbildungen oder -Tabellen
20002  nach dem Schema 
20003 \begin_inset Quotes gld
20004 \end_inset
20005
20006 Kapitelnummer.Algorithmusnummer
20007 \begin_inset Quotes grd
20008 \end_inset
20009
20010  nummeriert.
20011  Um das zu erreichen, müssen Sie folgenden Befehl in den LaTeX-Vorspann
20012  einfügen:
20013 \end_layout
20014
20015 \begin_layout Standard
20016
20017 \series bold
20018
20019 \backslash
20020 numberwithin{algorithm}{chapter}
20021 \end_layout
20022
20023 \begin_layout Standard
20024 Um 
20025 \series bold
20026
20027 \backslash
20028 numberwithin
20029 \series default
20030  benutzen zu können, muss in den 
20031 \family sans
20032 Mathe
20033 \begin_inset space ~
20034 \end_inset
20035
20036 Optionen
20037 \family default
20038  der 
20039 \family sans
20040 Dokument-Einstellungen
20041 \family default
20042  
20043 \family sans
20044 AMS
20045 \begin_inset space ~
20046 \end_inset
20047
20048 Mathe
20049 \begin_inset space ~
20050 \end_inset
20051
20052 Paket
20053 \family default
20054
20055 \begin_inset space ~
20056 \end_inset
20057
20058
20059 \family sans
20060 verwenden
20061 \family default
20062  angekreuzt sein.
20063 \end_layout
20064
20065 \begin_layout Subsection
20066 Umflossene Gleitobjekte
20067 \begin_inset Index idx
20068 status collapsed
20069
20070 \begin_layout Plain Layout
20071 Gleitobjekte ! umflossene
20072 \end_layout
20073
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \begin_layout Standard
20080 Umflossene Gleitobjekte werden benutzt, um Text um eine Abbildung oder Tabelle
20081  herum fließen zu lassen, wobei der Text nur den Teil der Zeile benutzt,
20082  den die Abbildung bzw.
20083 \begin_inset space ~
20084 \end_inset
20085
20086 Tabelle übrig lässt.
20087  Sie werden über das Menü
20088 \family sans
20089  Einfügen\SpecialChar \menuseparator
20090 Gleitobjekt\SpecialChar \menuseparator
20091 Umflossenes Bild-Gleitobjekt oder Umflossenes Tabellen-Gleit
20092 objekt
20093 \family default
20094  eingefügt, wenn das LaTeX-Paket 
20095 \series bold
20096 wrapfig
20097 \series default
20098
20099 \begin_inset Index idx
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103 LaTeX-Pakete ! wrapfig
20104 \begin_inset ERT
20105 status collapsed
20106
20107 \begin_layout Plain Layout
20108
20109
20110 \backslash
20111 vspace{4mm}
20112 \end_layout
20113
20114 \end_inset
20115
20116
20117 \end_layout
20118
20119 \end_inset
20120
20121  installiert ist.
20122 \begin_inset Foot
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126 Wie man ein LaTeX-Paket installiert, wird im Handbuch 
20127 \emph on
20128 LaTeX-Konfiguration
20129 \emph default
20130  beschrieben.
20131 \end_layout
20132
20133 \end_inset
20134
20135  Die Einstellungen des Gleitobjekts können mit einem Rechtsklick auf die
20136  Box des Gleitobjekts geändert werden.
20137  
20138 \begin_inset Wrap figure
20139 lines 0
20140 placement l
20141 overhang 1cm
20142 width "40col%"
20143 status open
20144
20145 \begin_layout Plain Layout
20146 \begin_inset Graphics
20147         filename ../clipart/mobius.eps
20148         width 40col%
20149         scaleBeforeRotation
20150         rotateOrigin center
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Caption
20159
20160 \begin_layout Plain Layout
20161 \begin_inset CommandInset label
20162 LatexCommand label
20163 name "abb:Dies-ist-eine"
20164
20165 \end_inset
20166
20167 Dies ist eine umflossene Gleitobjekt-Abbildung
20168 \end_layout
20169
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176
20177  Obligatorische Einstellungen sind die 
20178 \family sans
20179 Breite
20180 \family default
20181  und 
20182 \family sans
20183 Platzierung
20184 \family default
20185  des Gleitobjekts.
20186  Optional sind der 
20187 \family sans
20188 Überhang 
20189 \family default
20190 der festlegt, wie weit das Gleitobjekt in den Rand des Absatzes
20191 \begin_inset space \thinspace{}
20192 \end_inset
20193
20194 /
20195 \begin_inset space \thinspace{}
20196 \end_inset
20197
20198 der Seite ragt und die 
20199 \family sans
20200 benötigten Zeilen
20201 \family default
20202 , die festlegen wie viele Textzeilen das Gleitobjekt in etwa benötigt.
20203  Die benötigten Zeilen sind oft schwer abzuschätzen, daher sollte man sie
20204  nur nutzen, wenn Probleme mit der Platzierung des Gleitobjekts auftreten.
20205  Des weiteren können Sie entscheiden, ob es LaTeX erlaubt sein soll, das
20206  Gleitobjekt innerhalb des Absatzes oder zu umgebenden Absätzen gleiten
20207  zu lassen.
20208  Abbildung
20209 \begin_inset space ~
20210 \end_inset
20211
20212
20213 \begin_inset CommandInset ref
20214 LatexCommand ref
20215 reference "abb:Dies-ist-eine"
20216
20217 \end_inset
20218
20219  ist zum Beispiel ein umflossenes Bild, das 40
20220 \begin_inset space \thinspace{}
20221 \end_inset
20222
20223 % der Spaltenbreite einnimmt, 1
20224 \begin_inset space \thinspace{}
20225 \end_inset
20226
20227 cm in den Rand ragt und links gesetzt wurde.
20228 \begin_inset Foot
20229 status collapsed
20230
20231 \begin_layout Plain Layout
20232 Die benutzbaren Einheiten werden in Anhang
20233 \begin_inset space ~
20234 \end_inset
20235
20236
20237 \begin_inset CommandInset ref
20238 LatexCommand ref
20239 reference "kap:In-LyX-verfügbare"
20240
20241 \end_inset
20242
20243  beschrieben.
20244 \end_layout
20245
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \begin_layout Standard
20252 \begin_inset Note Greyedout
20253 status open
20254
20255 \begin_layout Plain Layout
20256
20257 \series bold
20258 Bemerkung:
20259 \series default
20260  Umflossene Objekte sind fragil! Wenn die Abbildung z.
20261 \begin_inset space \thinspace{}
20262 \end_inset
20263
20264 B.
20265  zu nahe am unteren Seitenrand ist, kann es passieren, dass sie gar nicht
20266  oder über anderen Text gedruckt wird.
20267 \end_layout
20268
20269 \end_inset
20270
20271
20272 \end_layout
20273
20274 \begin_layout Standard
20275 Allgemein gilt:
20276 \end_layout
20277
20278 \begin_layout Itemize
20279 Umflossene Gleitobjekte sollten nicht in Absätze gepackt werden, die auf
20280  der nächsten Seite fortgesetzt werden.
20281  Das bedeutet, dass man sie erst dann einfügen sollte, wenn das Dokument
20282  fast fertig ist und man sehen kann, wo ein Seitenumbruch erfolgen wird.
20283 \end_layout
20284
20285 \begin_layout Itemize
20286 Umflossene Gleitobjekte sollten entweder vor dem Absatz, dessen Text um
20287  sie fließen soll, eingefügt werden oder darin.
20288 \end_layout
20289
20290 \begin_layout Itemize
20291 Umflossene Gleitobjekte in aufeinander folgenden Absätzen können Probleme
20292  bereiten, also achten Sie darauf, dass mindestens ein Textabsatz zwischen
20293  ihnen ist.
20294 \end_layout
20295
20296 \begin_layout Itemize
20297 Umflossene Gleitobjekte sind weder in Abschnitts-Überschriften noch in Tabellen
20298  erlaubt.
20299 \end_layout
20300
20301 \begin_layout Section
20302 Gleitobjekt-Nummerierung
20303 \begin_inset Index idx
20304 status collapsed
20305
20306 \begin_layout Plain Layout
20307 Gleitobjekte ! Nummerierung
20308 \end_layout
20309
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \begin_layout Standard
20316 Gleitobjekte werden entweder unabhängig vom Abschnitt, in dem sie sind,
20317  nummeriert oder nach dem Schema 
20318 \begin_inset Quotes gld
20319 \end_inset
20320
20321 Kapitelnummer.Gleitobjektnummer
20322 \begin_inset Quotes grd
20323 \end_inset
20324
20325  oder 
20326 \begin_inset Quotes gld
20327 \end_inset
20328
20329 Abschnittsnummer.Gleitobjektnummer
20330 \begin_inset Quotes grd
20331 \end_inset
20332
20333 .
20334  Das hängt von der Dokumentklasse ab.
20335 \end_layout
20336
20337 \begin_layout Standard
20338 Um das Aussehen der unabhängigen Nummer zu ändern, müssen Sie folgendes
20339  in den LaTeX-Vorspann einfügen:
20340 \end_layout
20341
20342 \begin_layout Standard
20343
20344 \series bold
20345
20346 \backslash
20347 renewcommand{
20348 \backslash
20349 thetable}{
20350 \backslash
20351 roman{table}}
20352 \end_layout
20353
20354 \begin_layout Standard
20355
20356 \series bold
20357
20358 \backslash
20359 thetable
20360 \series default
20361  ist der Befehl, der die Tabellennummer druckt.
20362  Für Abbildungen ist das 
20363 \series bold
20364
20365 \backslash
20366 thefigure
20367 \series default
20368 .
20369  Der Befehl 
20370 \series bold
20371
20372 \backslash
20373 roman
20374 \series default
20375  druckt die Tabellennummer als kleingeschriebene römische Zahlen.
20376 \end_layout
20377
20378 \begin_layout Standard
20379 Um das Nummerierungsschema zum Beispiel auf 
20380 \begin_inset Quotes gld
20381 \end_inset
20382
20383 Unterabschnittsnummer.Num\SpecialChar \-
20384 mer
20385 \begin_inset Quotes grd
20386 \end_inset
20387
20388  zu ändern, setzen Sie folgendes in den LaTeX-Vorspann:
20389 \end_layout
20390
20391 \begin_layout Standard
20392
20393 \series bold
20394
20395 \backslash
20396 numberwithin{table}{subsection}
20397 \end_layout
20398
20399 \begin_layout Standard
20400 Um den Befehl 
20401 \series bold
20402
20403 \backslash
20404 numberwithin
20405 \series default
20406  benutzen zu können, müssen Sie in den 
20407 \family sans
20408 Mathe
20409 \begin_inset space ~
20410 \end_inset
20411
20412 Optionen
20413 \family default
20414  der 
20415 \family sans
20416 Dokument-Einstellungen
20417 \family default
20418  
20419 \family sans
20420 AMS
20421 \begin_inset space ~
20422 \end_inset
20423
20424 Mathe
20425 \begin_inset space ~
20426 \end_inset
20427
20428 Paket
20429 \family default
20430
20431 \begin_inset space ~
20432 \end_inset
20433
20434
20435 \family sans
20436 verwenden
20437 \family default
20438  ankreuzen.
20439 \end_layout
20440
20441 \begin_layout Standard
20442 Sehen Sie sich bitte auch Abschnitt
20443 \begin_inset space ~
20444 \end_inset
20445
20446
20447 \begin_inset CommandInset ref
20448 LatexCommand ref
20449 reference "uab:Fußnoten-Nummerierung"
20450
20451 \end_inset
20452
20453  für Einzelheiten und wichtige Bemerkungen zu Nummerierung-Befehlen an.
20454 \end_layout
20455
20456 \begin_layout Section
20457 Auf Gleitobjekte verweisen
20458 \begin_inset CommandInset label
20459 LatexCommand label
20460 name "abs:Auf-Gleitobjekte-verweisen"
20461
20462 \end_inset
20463
20464
20465 \begin_inset Index idx
20466 status collapsed
20467
20468 \begin_layout Plain Layout
20469 Gleitobjekte ! Querverweise
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \begin_inset Index idx
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479 Querverweise ! auf Gleitobjekte
20480 \end_layout
20481
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \begin_layout Standard
20488 Zunächst müssen Sie mit 
20489 \family sans
20490 Einfügen\SpecialChar \menuseparator
20491 Marke
20492 \family default
20493  oder einen Klick auf 
20494 \begin_inset Graphics
20495         filename ../../images/label-insert.png
20496         scale 70
20497         scaleBeforeRotation
20498
20499 \end_inset
20500
20501  eine Marke im Titel einfügen.
20502  Im 
20503 \family sans
20504 Marke
20505 \family default
20506 -Dialog schreiben Sie einen Text in das Feld 
20507 \family sans
20508 Marke
20509 \family default
20510  oder übernehmen den vorgeschlagenen.
20511  Die Marke sieht in LyX dann so aus:
20512 \end_layout
20513
20514 \begin_layout Standard
20515 \begin_inset Graphics
20516         filename clipart/Marke.png
20517         lyxscale 80
20518         scale 50
20519         scaleBeforeRotation
20520
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \begin_layout Standard
20527 Die Marke wird als Anker und Name für den Querverweis benutzt.
20528  Mit 
20529 \family sans
20530 Einfügen\SpecialChar \menuseparator
20531 Querverweis
20532 \family default
20533  oder einen Klick auf 
20534 \begin_inset Graphics
20535         filename ../../images/dialog-show-new-inset_ref.png
20536         scale 70
20537         scaleBeforeRotation
20538
20539 \end_inset
20540
20541  können Sie dann auf die Marke verweisen.
20542  Als Querverweis wird in LyX ein graues Kästchen wie zum Beispiel dieses
20543  angezeigt:
20544 \end_layout
20545
20546 \begin_layout Standard
20547 \begin_inset Graphics
20548         filename clipart/Querverweis.png
20549         lyxscale 80
20550         scale 50
20551         scaleBeforeRotation
20552
20553 \end_inset
20554
20555
20556 \begin_inset Newline newline
20557 \end_inset
20558
20559  Mehr zu Querverweisen finden Sie im 
20560 \emph on
20561 Benutzerhandbuch
20562 \emph default
20563 .
20564 \end_layout
20565
20566 \begin_layout Standard
20567 Es empfiehlt sich, zwischen dem Querverweis-Namen (zum Beispiele Abschnitt)
20568  und dem Querverweis ein geschütztes Leerzeichen einfügen, damit beide nicht
20569  durch einen Zeilenumbruch getrennt werden können.
20570 \end_layout
20571
20572 \begin_layout Standard
20573 Marken können Sie jederzeit durch einen Klick auf ihr Kästchen ändern.
20574  LyX passt die Querverweise automatisch an.
20575 \end_layout
20576
20577 \begin_layout Standard
20578 Ein Klick auf den Schalter 
20579 \family sans
20580 Gehe
20581 \begin_inset space ~
20582 \end_inset
20583
20584 zur
20585 \begin_inset space ~
20586 \end_inset
20587
20588 Marke
20589 \family default
20590  im Querverweis-Fenster stellt den Cursor vor die entsprechende Marke.
20591  Der Text der Schaltfläche heißt jetzt 
20592 \family sans
20593 Gehe
20594 \begin_inset space ~
20595 \end_inset
20596
20597 zurück
20598 \family default
20599  und ein Klick darauf macht genau dies.
20600   Ein Rechts-Klick auf das Querverweis-Kästchen stellt den Cursor vor die
20601  entsprechende Marke, ohne dass das Querverweis-Fenster zusehen ist.
20602  Dann ist auch kein 
20603 \family sans
20604 Gehe
20605 \begin_inset space ~
20606 \end_inset
20607
20608 zurück
20609 \family default
20610  möglich.
20611 \end_layout
20612
20613 \begin_layout Subsection
20614 Querverweis-Formate
20615 \begin_inset CommandInset label
20616 LatexCommand label
20617 name "uab:Querverweis-Formate"
20618
20619 \end_inset
20620
20621
20622 \begin_inset Index idx
20623 status collapsed
20624
20625 \begin_layout Plain Layout
20626 Querverweise ! Formate
20627 \end_layout
20628
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \begin_layout Standard
20635 Es gibt sechs verschiedene Querverweisstile:
20636 \end_layout
20637
20638 \begin_layout Description
20639 <Querverweis>: druckt die Nummer der Gleitumgebung, dies ist die Voreinstellung:
20640  
20641 \begin_inset CommandInset ref
20642 LatexCommand ref
20643 reference "abb:Zwei-Teilabbildungen"
20644
20645 \end_inset
20646
20647
20648 \end_layout
20649
20650 \begin_layout Description
20651 (<Querverweis>): druckt die Nummer der Gleitumgebung umgeben von zwei runden
20652  Klammern, dies ist der Stil, wie er normalerweise für Verweise auf Formeln
20653  verwendet wird, speziell wenn der Name 
20654 \begin_inset Quotes gld
20655 \end_inset
20656
20657 Gleichung
20658 \begin_inset Quotes grd
20659 \end_inset
20660
20661  weggelassen wird: 
20662 \begin_inset CommandInset ref
20663 LatexCommand eqref
20664 reference "eq:Wgn"
20665
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \begin_layout Description
20672 <Seite>: druckt die Seitennummer: Seite
20673 \begin_inset space ~
20674 \end_inset
20675
20676
20677 \begin_inset CommandInset ref
20678 LatexCommand pageref
20679 reference "abb:Zwei-Teilabbildungen"
20680
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \begin_layout Description
20687 auf
20688 \begin_inset space ~
20689 \end_inset
20690
20691 Seite
20692 \begin_inset space ~
20693 \end_inset
20694
20695 <Seite>: druckt den Text 
20696 \begin_inset Quotes gld
20697 \end_inset
20698
20699 auf Seite
20700 \begin_inset Quotes grd
20701 \end_inset
20702
20703  und die Seitennummer: 
20704 \begin_inset CommandInset ref
20705 LatexCommand vpageref
20706 reference "abb:Zwei-Teilabbildungen"
20707
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \begin_layout Description
20714 <Querverweis>
20715 \begin_inset space ~
20716 \end_inset
20717
20718 auf
20719 \begin_inset space ~
20720 \end_inset
20721
20722 Seite
20723 \begin_inset space ~
20724 \end_inset
20725
20726 <Seite>: druckt die Nummer der Gleitumgebung, den Text 
20727 \begin_inset Quotes gld
20728 \end_inset
20729
20730 auf Seite
20731 \begin_inset Quotes grd
20732 \end_inset
20733
20734 , und die Seitennummer: 
20735 \begin_inset CommandInset ref
20736 LatexCommand vref
20737 reference "abb:Zwei-Teilabbildungen"
20738
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \begin_layout Description
20745 Formatierter
20746 \begin_inset space ~
20747 \end_inset
20748
20749 Querverweis: druckt ein selbst definiertes Querverweisformat
20750 \begin_inset Newline newline
20751 \end_inset
20752
20753
20754 \begin_inset Note Greyedout
20755 status open
20756
20757 \begin_layout Plain Layout
20758
20759 \series bold
20760 Bemerkung:
20761 \series default
20762  Dies ist nur möglich, wenn das LaTeX-Paket 
20763 \series bold
20764 prettyref
20765 \series default
20766  oder 
20767 \series bold
20768 refstyle
20769 \series default
20770
20771 \begin_inset Index idx
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775 LaTeX-Pakete ! prettyref
20776 \end_layout
20777
20778 \end_inset
20779
20780
20781 \begin_inset Index idx
20782 status collapsed
20783
20784 \begin_layout Plain Layout
20785 LaTeX-Pakete ! refstyle
20786 \end_layout
20787
20788 \end_inset
20789
20790  installiert ist.
20791 \end_layout
20792
20793 \end_inset
20794
20795
20796 \begin_inset Newline newline
20797 \end_inset
20798
20799 Sie können duch setzen der Option 
20800 \family sans
20801 Verwende refstyle (nicht prettyref) für Querverweise
20802 \family default
20803  im Menü 
20804 \family sans
20805 Dokument\SpecialChar \menuseparator
20806 Einstellungen\SpecialChar \menuseparator
20807 Dokumentklasse
20808 \family default
20809  wählen, welches LaTeX-Paket für diesen Verweistyp verwendet wird.
20810  Das Format wird definiert, indem man den Befehl 
20811 \series bold
20812
20813 \backslash
20814 newrefformat
20815 \series default
20816  (prettyref) oder 
20817 \series bold
20818
20819 \backslash
20820 newref
20821 \series default
20822  (refstyle) in die Dokumentpräambel einfügt.
20823  Z.
20824 \begin_inset space \thinspace{}
20825 \end_inset
20826
20827 B.
20828  kann das Format aller Referenzen auf Abbildungen (haben das Marken-Kürzel
20829  
20830 \begin_inset Quotes eld
20831 \end_inset
20832
20833
20834 \family sans
20835 abb
20836 \family default
20837
20838 \begin_inset Quotes erd
20839 \end_inset
20840
20841 ) mit dem Befehle
20842 \begin_inset Newline newline
20843 \end_inset
20844
20845
20846 \series bold
20847
20848 \backslash
20849 newref{abb}{refcmd={Bild auf Seite 
20850 \backslash
20851 pageref{#1}}}
20852 \series default
20853
20854 \begin_inset Newline newline
20855 \end_inset
20856
20857 geändert werden.
20858  Für weitere Informationen bezüglich des Formats sei auf die Paket-Dokumentation
20859 en verwiesen, 
20860 \begin_inset CommandInset citation
20861 LatexCommand cite
20862 key "prettyref,refstyle"
20863
20864 \end_inset
20865
20866 .
20867 \end_layout
20868
20869 \begin_layout Description
20870 Textverweis: druckt die Beschriftung oder den Namen der Referenz: 
20871 \begin_inset CommandInset ref
20872 LatexCommand nameref
20873 reference "abb:Zwei-Teilabbildungen"
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Standard
20881
20882 \family sans
20883 <Seite>
20884 \family default
20885  druckt nicht die Seitennummer, wenn sich die referenzierte Marke auf der
20886  vorherigen, der selben oder der nächsten Seite befindet.
20887  Stattdessen wird z.
20888 \begin_inset space \thinspace{}
20889 \end_inset
20890
20891 B.
20892  der Text 
20893 \begin_inset Quotes gld
20894 \end_inset
20895
20896
20897 \family sans
20898 auf dieser Seite
20899 \family default
20900
20901 \begin_inset Quotes grd
20902 \end_inset
20903
20904  gedruckt.
20905  Der Stil 
20906 \family sans
20907 <Querverweis>
20908 \begin_inset space ~
20909 \end_inset
20910
20911 auf
20912 \begin_inset space ~
20913 \end_inset
20914
20915 Seite
20916 \begin_inset space ~
20917 \end_inset
20918
20919 <Seite>
20920 \family default
20921  druckt nichts über die Seite, wenn die referenzierte Marke auf der gleichen
20922  Seite ist.
20923 \end_layout
20924
20925 \begin_layout Standard
20926 Die Nummer und die aktuelle Seite des referenzierten Dokumentteils wird
20927  automatisch von LaTeX berechnet.
20928  Die Stile können im Feld 
20929 \family sans
20930 Format
20931 \family default
20932  des Querverweis-Fensters eingestellt werden, das erscheint, wenn Sie auf
20933  einen Querverweis klicken.
20934 \end_layout
20935
20936 \begin_layout Standard
20937 \begin_inset Note Greyedout
20938 status open
20939
20940 \begin_layout Plain Layout
20941
20942 \series bold
20943 Bemerkung:
20944 \series default
20945  Es wird empfohlen, das LaTeX-Paket 
20946 \series bold
20947 refstyle
20948 \series default
20949
20950 \begin_inset Index idx
20951 status collapsed
20952
20953 \begin_layout Plain Layout
20954 LaTeX-Pakete ! refstyle
20955 \end_layout
20956
20957 \end_inset
20958
20959  zu verwenden, da 
20960 \series bold
20961 prettyref
20962 \series default
20963
20964 \begin_inset Index idx
20965 status collapsed
20966
20967 \begin_layout Plain Layout
20968 LaTeX-Pakete ! prettyref
20969 \end_layout
20970
20971 \end_inset
20972
20973  nicht alle möglichen LyX Marken-Kürzel
20974 \begin_inset Foot
20975 status collapsed
20976
20977 \begin_layout Plain Layout
20978  
20979 \begin_inset Quotes gld
20980 \end_inset
20981
20982 abb:
20983 \begin_inset Quotes grd
20984 \end_inset
20985
20986  ist z.
20987 \begin_inset space \thinspace{}
20988 \end_inset
20989
20990 B.
20991  LyXs Kürzel für Marken in Bildbeschriftungen.
20992 \end_layout
20993
20994 \end_inset
20995
20996  kennt und auch nicht internationalisiert ist.
20997 \end_layout
20998
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \begin_layout Subsection
21005 Automatische Querverweisnamen
21006 \begin_inset Index idx
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010 Querverweise ! Automatische Namen 
21011 \end_layout
21012
21013 \end_inset
21014
21015
21016 \end_layout
21017
21018 \begin_layout Standard
21019 Das LaTeX-Paket 
21020 \series bold
21021 hyperref
21022 \series default
21023
21024 \begin_inset Index idx
21025 status collapsed
21026
21027 \begin_layout Plain Layout
21028 LaTeX-Pakete ! hyperref
21029 \end_layout
21030
21031 \end_inset
21032
21033 , das in den
21034 \family sans
21035  PDF-Eigenschaften
21036 \family default
21037  im 
21038 \family sans
21039 Dokument-Einstellungen
21040 \family default
21041  Dialog aktiviert werden kann, besitzt eine sehr nützliche Funktion, dass
21042  Querverweise den Namen des Gleitobjekts automatisch enthalten (oder Textteile
21043  wie 
21044 \emph on
21045 Abschnitt
21046 \emph default
21047 ).
21048  Sie müssen damit z.
21049 \begin_inset space \thinspace{}
21050 \end_inset
21051
21052 B.
21053  nicht mehr den Namen 
21054 \begin_inset Quotes gld
21055 \end_inset
21056
21057 Abbildung
21058 \begin_inset Quotes grd
21059 \end_inset
21060
21061  vor jeden Querverweis auf eine Abbildung schreiben.
21062  Um diese Funktion benutzen zu können, aktivieren Sie 
21063 \series bold
21064 hyperref
21065 \series default
21066  und fügen diese Zeile in den LaTeX-Vorspann ein:
21067 \end_layout
21068
21069 \begin_layout Standard
21070
21071 \series bold
21072
21073 \backslash
21074 AtBeginDocument{
21075 \backslash
21076 renewcommand{
21077 \backslash
21078 ref}[1]{
21079 \backslash
21080 mbox{
21081 \backslash
21082 autoref{#1}}}}
21083 \end_layout
21084
21085 \begin_layout Standard
21086 Wenn Sie andere Querverweisnamen als die voreingestellten bevorzugen, z.
21087 \begin_inset space \thinspace{}
21088 \end_inset
21089
21090 B.
21091  statt 
21092 \begin_inset Quotes gld
21093 \end_inset
21094
21095 Abschnitt
21096 \begin_inset Quotes grd
21097 \end_inset
21098
21099  den Namen 
21100 \begin_inset Quotes gld
21101 \end_inset
21102
21103 Kap.
21104 \begin_inset space \thinspace{}
21105 \end_inset
21106
21107
21108 \begin_inset Quotes grd
21109 \end_inset
21110
21111 , können Sie den Namen umdefinieren, indem Sie dies zum Vorspann hinzufügen:
21112 \end_layout
21113
21114 \begin_layout Standard
21115
21116 \series bold
21117
21118 \backslash
21119 addto
21120 \backslash
21121 extrasngerman{
21122 \backslash
21123 renewcommand{
21124 \backslash
21125 sectionautorefname}
21126 \begin_inset Newline newline
21127 \end_inset
21128
21129
21130 \begin_inset Phantom HPhantom
21131 status open
21132
21133 \begin_layout Plain Layout
21134
21135 \series bold
21136 \begin_inset space ~
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143
21144 {Kap.
21145 \backslash
21146 negthinspace}}
21147 \end_layout
21148
21149 \begin_layout Standard
21150 Wenn Sie eine andere Dokumentsprache als Englisch benutzen, ersetzen Sie
21151 \begin_inset Newline newline
21152 \end_inset
21153
21154
21155 \series bold
21156
21157 \backslash
21158 extrasngerman
21159 \series default
21160  durch 
21161 \series bold
21162
21163 \backslash
21164 extras***
21165 \series default
21166 , wobei *** der Name der verwendeten Sprache ist.
21167 \end_layout
21168
21169 \begin_layout Standard
21170 Um automatische Namen zu bekommen, jedoch nicht für bestimmte Querverweistypen,
21171  z.
21172 \begin_inset space \thinspace{}
21173 \end_inset
21174
21175 B.
21176  nicht für Gleichungen, benutzen Sie diesen Vorspanncode:
21177 \end_layout
21178
21179 \begin_layout Standard
21180
21181 \series bold
21182
21183 \backslash
21184 newlength{
21185 \backslash
21186 abc}
21187 \begin_inset Newline newline
21188 \end_inset
21189
21190
21191 \backslash
21192 settowidth{
21193 \backslash
21194 abc}{
21195 \backslash
21196 space}
21197 \begin_inset Newline newline
21198 \end_inset
21199
21200
21201 \backslash
21202 addto
21203 \backslash
21204 extrasenglish{
21205 \backslash
21206 renewcommand{
21207 \backslash
21208 equationautorefname}
21209 \begin_inset Newline newline
21210 \end_inset
21211
21212
21213 \begin_inset Phantom HPhantom
21214 status open
21215
21216 \begin_layout Plain Layout
21217
21218 \series bold
21219 \begin_inset space ~
21220 \end_inset
21221
21222
21223 \end_layout
21224
21225 \end_inset
21226
21227 {
21228 \backslash
21229 hspace{-
21230 \backslash
21231 abc}}
21232 \end_layout
21233
21234 \begin_layout Standard
21235 Mehr über dieses Thema finden Sie in der 
21236 \series bold
21237 hyperref
21238 \series default
21239 -Dokumentation 
21240 \begin_inset CommandInset citation
21241 LatexCommand cite
21242 key "hyperref"
21243
21244 \end_inset
21245
21246 .
21247 \end_layout
21248
21249 \begin_layout Standard
21250 \begin_inset Note Greyedout
21251 status open
21252
21253 \begin_layout Plain Layout
21254
21255 \series bold
21256 Bemerkung:
21257 \series default
21258  Automatische Querverweis-Namen können nicht verwendet werden, wenn Sie
21259  als Querverweisstil 
21260 \family sans
21261 Formatierter
21262 \begin_inset space ~
21263 \end_inset
21264
21265 Querverweis
21266 \family default
21267  benutzen, wie in Abschnitt
21268 \begin_inset space ~
21269 \end_inset
21270
21271
21272 \begin_inset CommandInset ref
21273 LatexCommand ref
21274 reference "uab:Querverweis-Formate"
21275
21276 \end_inset
21277
21278  beschrieben.
21279 \end_layout
21280
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \begin_layout Standard
21287 Das 
21288 \emph on
21289 Mathe
21290 \emph default
21291  Handbuch ist ein Beispiel wo automatische Querverweisnamen verwendet werden.
21292 \end_layout
21293
21294 \begin_layout Subsection
21295 Querverweis-Position
21296 \begin_inset CommandInset label
21297 LatexCommand label
21298 name "uab:Querverweis-Position"
21299
21300 \end_inset
21301
21302
21303 \begin_inset Index idx
21304 status collapsed
21305
21306 \begin_layout Plain Layout
21307 Querverweise !  Position
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Wenn Sie 
21317 \series bold
21318 hyperref
21319 \series default
21320
21321 \begin_inset Index idx
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325 LaTeX-Pakete ! hyperref
21326 \end_layout
21327
21328 \end_inset
21329
21330  in den
21331 \family sans
21332  PDF-Eigenschaften
21333 \family default
21334  im 
21335 \family sans
21336 Dokument-Einstellungen
21337 \family default
21338  Dialog benutzen, um in der Ausgabe Querverweise zu verlinken, springt ein
21339  Klick auf den Querverweis für eine Gleitobjekt-Abbildung zur Abbildungsmarke,
21340  und Sie werden das Bild ohne Scrollen nicht sehen.
21341  Das liegt daran, dass der Querverweis-Link an der Marken-Position verankert
21342  ist.
21343  Wenn Sie das  LaTeX-Paket 
21344 \series bold
21345 hypcap
21346 \series default
21347
21348 \begin_inset Index idx
21349 status collapsed
21350
21351 \begin_layout Plain Layout
21352 LaTeX-Pakete ! hypcap
21353 \end_layout
21354
21355 \end_inset
21356
21357 , das Teil des LaTeX-Pakets 
21358 \series bold
21359 oberdiek
21360 \series default
21361
21362 \begin_inset Index idx
21363 status collapsed
21364
21365 \begin_layout Plain Layout
21366 LaTeX-Pakete ! oberdiek
21367 \end_layout
21368
21369 \end_inset
21370
21371  ist, benutzen, wird der Anker am Anfang des Gleitobjekts gesetzt.
21372  Aber natürlich müssen Sie auch hier das LaTeX-Paket 
21373 \series bold
21374 hypcap
21375 \series default
21376  zunächst in den LaTeX-Vorspann laden:
21377 \end_layout
21378
21379 \begin_layout Standard
21380
21381 \series bold
21382
21383 \backslash
21384 usepackage[figure]{hypcap}
21385 \end_layout
21386
21387 \begin_layout Standard
21388 Sie können 
21389 \series bold
21390 hypcap
21391 \series default
21392  auch für alle Gleitobjekte benutzen, aber das wird aus Gründen der Stabilität
21393  nicht empfohlen.
21394  Weitere Informationen finden Sie im
21395 \series bold
21396  hypcap
21397 \series default
21398 -Handbuch 
21399 \begin_inset CommandInset citation
21400 LatexCommand cite
21401 key "hypcap"
21402
21403 \end_inset
21404
21405 .
21406 \end_layout
21407
21408 \begin_layout Standard
21409 \begin_inset Note Greyedout
21410 status open
21411
21412 \begin_layout Plain Layout
21413
21414 \series bold
21415 Bemerkung:
21416 \series default
21417  
21418 \series bold
21419 hypcap
21420 \series medium
21421  hat keinen Einfluss auf Querverweise zu Teilabbildungen.
21422 \end_layout
21423
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \begin_layout Section
21430 Gleitobjekt-Platzierung
21431 \begin_inset CommandInset label
21432 LatexCommand label
21433 name "abs:Gleitobjekt-Platzierung"
21434
21435 \end_inset
21436
21437
21438 \begin_inset Index idx
21439 status collapsed
21440
21441 \begin_layout Plain Layout
21442 Gleitobjekte ! Platzierung
21443 \end_layout
21444
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \begin_layout Standard
21451 Ein Rechtsklick auf ein Gleitobjekt-Kästchen öffnet den 
21452 \family sans
21453 Gleitobjekt-Einstellungen
21454 \family default
21455 -Dialog, in dem Sie die LaTeX-Optionen für die Gleitobjekt-Platzierung ändern
21456  können.
21457 \begin_inset Newline newline
21458 \end_inset
21459
21460 Die Option 
21461 \family sans
21462 Spalten
21463 \begin_inset space ~
21464 \end_inset
21465
21466 überspannen
21467 \family default
21468  ist nur bei zweispaltigen Dokumenten sinnvoll.
21469  Wenn Sie sie wählen, wird das Gleitobjekt über beide Spalten gesetzt.
21470 \begin_inset Newline newline
21471 \end_inset
21472
21473 Die Option 
21474 \family sans
21475 Seitwärts
21476 \begin_inset space ~
21477 \end_inset
21478
21479 drehen
21480 \family default
21481  ist in Abschnitt 
21482 \begin_inset CommandInset ref
21483 LatexCommand ref
21484 reference "abs:Gedrehte-Gleitobjekte"
21485
21486 \end_inset
21487
21488  beschrieben.
21489 \end_layout
21490
21491 \begin_layout Standard
21492 Sie können eine oder mehrere der folgenden Optionen im Gleitobjekt-Dialog
21493  verwenden, um die Platzierung einzelner Gleitobjekte zu beeinflussen, wenn
21494  Sie die Option 
21495 \family sans
21496 Standard-Platzierung
21497 \begin_inset space ~
21498 \end_inset
21499
21500 verwenden
21501 \family default
21502  nicht verwenden:
21503 \end_layout
21504
21505 \begin_layout Description
21506 Hier
21507 \begin_inset space ~
21508 \end_inset
21509
21510 wenn
21511 \begin_inset space ~
21512 \end_inset
21513
21514 möglich versucht, das Gleitobjekt dort zu platzieren, wo es eingefügt wurde.
21515 \end_layout
21516
21517 \begin_layout Description
21518 Anfang
21519 \begin_inset space ~
21520 \end_inset
21521
21522 der
21523 \begin_inset space ~
21524 \end_inset
21525
21526 Seite
21527 \family sans
21528  
21529 \family default
21530 versucht, das Gleitobjekt am Anfang der aktuellen Seite zu platzieren.
21531  Gleitobjekte, die maximal 70
21532 \begin_inset space \thinspace{}
21533 \end_inset
21534
21535 % einer Seite benötigen, dürfen oben platziert werden.
21536  Dies kann durch die Variable 
21537 \series bold
21538
21539 \backslash
21540 topfraction
21541 \series default
21542  im LaTeX-Vorspann überschrieben werden, zum Beispiel: 
21543 \end_layout
21544
21545 \begin_deeper
21546 \begin_layout Standard
21547
21548 \series bold
21549
21550 \backslash
21551 renewcommand{
21552 \backslash
21553 topfraction}{0.9}
21554 \family typewriter
21555 \series default
21556  
21557 \end_layout
21558
21559 \end_deeper
21560 \begin_layout Description
21561 Ende
21562 \begin_inset space ~
21563 \end_inset
21564
21565 der
21566 \begin_inset space ~
21567 \end_inset
21568
21569 Seite versucht, das Gleitobjekt am Ende der aktuellen Seite zu platzieren.
21570  Gleitobjekte, die maximal 30
21571 \begin_inset space \thinspace{}
21572 \end_inset
21573
21574 % einer Seite benötigen, dürfen unten platziert werden.
21575  Dies kann durch die Variable 
21576 \series bold
21577
21578 \backslash
21579 bottomfraction
21580 \series default
21581  im LaTeX-Vorspann überschrieben werden, zum Beispiel setzt 
21582 \end_layout
21583
21584 \begin_deeper
21585 \begin_layout Standard
21586
21587 \series bold
21588
21589 \backslash
21590 renewcommand{
21591 \backslash
21592 bottomfraction}{0.5}
21593 \end_layout
21594
21595 \begin_layout Standard
21596 die oftmals zu kleine untere Grenze auf 50
21597 \begin_inset space \thinspace{}
21598 \end_inset
21599
21600 %.
21601 \end_layout
21602
21603 \end_deeper
21604 \begin_layout Description
21605 Seite
21606 \begin_inset space ~
21607 \end_inset
21608
21609 mit
21610 \begin_inset space ~
21611 \end_inset
21612
21613 Gleitobjekten versucht, das Gleitobjekt auf einer eigenen Seite zu platzieren.
21614  Nur wenn mehr als 50
21615 \begin_inset space \thinspace{}
21616 \end_inset
21617
21618 % einer Seite von Gleitobjekten belegt wird, wird eine neue Seite für weitere
21619  Gleitobjekte bereitgestellt.
21620  Dies kann durch die Variable 
21621 \series bold
21622
21623 \backslash
21624 floatpagefraction 
21625 \series default
21626 im LaTeX-Vorspann überschrieben werden.
21627 \end_layout
21628
21629 \begin_layout Standard
21630 Die Reihenfolge der obigen Optionen wird 
21631 \emph on
21632 immer
21633 \emph default
21634  von LaTeX verwendet.
21635  Das heißt wenn Sie die Standard-Platzierung verwenden, wird LaTeX zuerst
21636  versuchen 
21637 \family sans
21638 Hier
21639 \begin_inset space \space{}
21640 \end_inset
21641
21642 wenn
21643 \begin_inset space \space{}
21644 \end_inset
21645
21646 möglich
21647 \family default
21648 , dann 
21649 \family sans
21650 Anfang
21651 \begin_inset space ~
21652 \end_inset
21653
21654 der
21655 \begin_inset space ~
21656 \end_inset
21657
21658 Seite
21659 \family default
21660  und dann die anderen Optionen anzuwenden.
21661  Wenn Sie nicht die Standard-Platzierung verwenden, wird LaTeX nur die von
21662  Ihnen gewählten Optionen versuchen anzuwenden, aber immer in derselben
21663  Reihenfolge.
21664  Wenn keine der 4 Platzierungen möglich sind, wird die Prozedur intern wiederhol
21665 t, aber diesmal mit dem Ziel, das Gleitobjekt auf die nächste Seite zu setzen.
21666 \end_layout
21667
21668 \begin_layout Standard
21669 Die Option 
21670 \family sans
21671 Hier,
21672 \begin_inset space ~
21673 \end_inset
21674
21675 auf
21676 \begin_inset space ~
21677 \end_inset
21678
21679 jeden
21680 \begin_inset space ~
21681 \end_inset
21682
21683 Fall
21684 \family default
21685  sollte nur sehr selten benutzt werden und auch nur dann, wenn das Dokument
21686  fast druckreif ist.
21687  Denn mit der Option kann das Objekt nicht mehr 
21688 \emph on
21689 gleiten
21690 \emph default
21691 , wenn Sie das Dokument ändern, und die Gestaltung der Seite wird dadurch
21692  oftmals zerstört.
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Es gibt keine Platzierungsoption für von Text umflossene [Gleit]Objekte,
21697  da diese immer vom Text eines bestimmten Absatzes umgeben sind.
21698 \begin_inset VSpace bigskip
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \begin_layout Standard
21705 Manchmal wird ein Gleitobjekt am Seitenanfang platziert, während sein zugehörige
21706 r Abschnitt erst auf der Seitenmitte beginnt, was den Eindruck erweckt,
21707  das Gleitobjekt sei Teil des vorherigen Abschnitts.
21708  Das kann mit dem LaTeX-Befehl
21709 \series bold
21710  
21711 \backslash
21712 suppressfloats
21713 \series default
21714  verhindert werden.
21715  Er unterdrückt eine Gleitobjekt-Platzierung für die Seite, auf der er steht,
21716  und sorgt so dafür, dass ein Gleitobjekt erst nach seiner Abschnitt-Überschrift
21717  gesetzt wird.
21718  Dazu müssen Sie im LaTeX-Vorspann folgende Befehle einfügen:
21719 \end_layout
21720
21721 \begin_layout Standard
21722
21723 \series bold
21724
21725 \backslash
21726 let
21727 \backslash
21728 meinAbschnitt
21729 \backslash
21730 section
21731 \begin_inset Newline newline
21732 \end_inset
21733
21734
21735 \backslash
21736 renewcommand{
21737 \backslash
21738 section}{
21739 \backslash
21740 suppressfloats[t]
21741 \backslash
21742 meinAbschnitt}
21743 \end_layout
21744
21745 \begin_layout Standard
21746 Dasselbe können Sie für alle Überschriften von Kapiteln, Abschnitten und
21747  Unterabschnitten festlegen.
21748  Für kleinere Teile wie Unterunterabschnitte wird es nicht empfohlen, weil
21749  LaTeX Probleme mit einem geeigneten Ort für das Gleitobjekt haben könnte.
21750 \end_layout
21751
21752 \begin_layout Standard
21753 Es gibt auch noch das LaTeX-Paket 
21754 \series bold
21755 flafter
21756 \series default
21757
21758 \begin_inset Index idx
21759 status collapsed
21760
21761 \begin_layout Plain Layout
21762 LaTeX-Pakete ! flafter
21763 \end_layout
21764
21765 \end_inset
21766
21767  das dafür sorgt, dass prinzipiell kein Gleitobjekt vor seiner Definition
21768  gedruckt wird.
21769 \end_layout
21770
21771 \begin_layout Standard
21772 \begin_inset VSpace bigskip
21773 \end_inset
21774
21775 Manchmal möchte man alle Abbildungen und Tabellen am Dokumentende haben.
21776  Dafür gibt es das LaTeX-Paket 
21777 \series bold
21778 endfloat
21779 \series default
21780
21781 \begin_inset Index idx
21782 status collapsed
21783
21784 \begin_layout Plain Layout
21785 LaTeX-Pakete ! endfloat
21786 \end_layout
21787
21788 \end_inset
21789
21790 .
21791  Es druckt alle Gleitobjekt-Abbildungen und -Tabellen in eigenen Abschnitten.
21792  An der ursprünglichen Gleitobjekt-Position werden Sie einen Hinweis wie
21793  
21794 \family sans
21795
21796 \begin_inset Quotes gld
21797 \end_inset
21798
21799 [Abbildung
21800 \begin_inset space ~
21801 \end_inset
21802
21803 3.2 ist ungefähr hier.]
21804 \family default
21805
21806 \begin_inset Quotes grd
21807 \end_inset
21808
21809  finden.
21810  Das 
21811 \series bold
21812 endfloat
21813 \series default
21814 -Paket wird mit folgendem Befehl in den LaTeX-Vorspann eingefügt:
21815 \end_layout
21816
21817 \begin_layout Standard
21818
21819 \series bold
21820
21821 \backslash
21822 usepackage[Optionen]{endfloat}
21823 \end_layout
21824
21825 \begin_layout Standard
21826 Es gibt verschiedene Optionen für die Formatierung der Abbildungen- und
21827  Tabellen-Abschnitte, die Sie in der 
21828 \series bold
21829 endfloat
21830 \series default
21831 -Dokumentation 
21832 \begin_inset CommandInset citation
21833 LatexCommand cite
21834 key "endfloat"
21835
21836 \end_inset
21837
21838  nachlesen können.
21839 \begin_inset Newline newline
21840 \end_inset
21841
21842
21843 \begin_inset Note Greyedout
21844 status open
21845
21846 \begin_layout Plain Layout
21847
21848 \series bold
21849 Bemerkung
21850 \begin_inset space ~
21851 \end_inset
21852
21853 1: endfloat
21854 \series default
21855  übersetzt den Hinweistext nicht automatisch.
21856  Abschnitt
21857 \begin_inset space ~
21858 \end_inset
21859
21860 4 in 
21861 \begin_inset CommandInset citation
21862 LatexCommand cite
21863 key "endfloat"
21864
21865 \end_inset
21866
21867  beschreibt, wie es geht.
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Standard
21876 \begin_inset Note Greyedout
21877 status open
21878
21879 \begin_layout Plain Layout
21880
21881 \series bold
21882 Bemerkung
21883 \begin_inset space ~
21884 \end_inset
21885
21886 2: 
21887 \series default
21888 Die aktuelle Version von 
21889 \series bold
21890 endfloat
21891 \series default
21892  hat einen Fehler, wenn die Überschrift ein 
21893 \begin_inset Quotes gld
21894 \end_inset
21895
21896 ß
21897 \begin_inset Quotes grd
21898 \end_inset
21899
21900  enthält.
21901  Sie müssen stattdessen den Befehl 
21902 \series bold
21903
21904 \backslash
21905 ss
21906 \series default
21907  als TeX-Code benutzen.
21908 \end_layout
21909
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Standard
21916 \begin_inset VSpace bigskip
21917 \end_inset
21918
21919 Weitere Einzelheiten über Gleitobjekt-Platzierung finden Sie in LaTeX-Büchern
21920  wie 
21921 \begin_inset CommandInset citation
21922 LatexCommand cite
21923 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
21924
21925 \end_inset
21926
21927 .
21928 \end_layout
21929
21930 \begin_layout Section
21931 Gedrehte Gleitobjekte
21932 \begin_inset CommandInset label
21933 LatexCommand label
21934 name "abs:Gedrehte-Gleitobjekte"
21935
21936 \end_inset
21937
21938
21939 \begin_inset Index idx
21940 status collapsed
21941
21942 \begin_layout Plain Layout
21943 Gleitobjekte ! drehen
21944 \end_layout
21945
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \begin_layout Standard
21952 Wenn Bilder oder Tabellen breiter als die Seite sind, wollen Sie diese vielleich
21953 t drehen.
21954  Dafür müssen Sie das Gleitobjekt-Kästchen mit der rechten Maustaste anklicken
21955  und die Option 
21956 \family sans
21957 Seitwärts
21958 \begin_inset space ~
21959 \end_inset
21960
21961 drehen
21962 \family default
21963  wählen.
21964 \end_layout
21965
21966 \begin_layout Standard
21967 Gedrehte Gleitobjekte werden immer auf einer neuen Seite (oder Spalte, wenn
21968  sie ein mehrspaltiges Dokument haben) gedruckt.
21969  Sie können mehrere Spalten überspannen, wenn die Option 
21970 \family sans
21971 Spalten
21972 \begin_inset space ~
21973 \end_inset
21974
21975 überspannen
21976 \family default
21977  in den Gleitobjekt Einstellungen gewählt ist.
21978  Gleitobjekte werden immer so gedreht, dass sie vom äußeren Rand her gelesen
21979  werden können.
21980  Um eine Drehrichtung für alle Seiten zu erzwingen, fügen Sie entweder die
21981  Option 
21982 \series bold
21983 figuresleft
21984 \series default
21985  oder 
21986 \series bold
21987 figuresright
21988 \series default
21989  zu den Dokumentklassen-Optionen hinzu.
21990 \end_layout
21991
21992 \begin_layout Standard
21993 Alle anderen Dinge sind wie bei normalen Gleitobjekten.
21994  Tabelle
21995 \begin_inset space ~
21996 \end_inset
21997
21998
21999 \begin_inset CommandInset ref
22000 LatexCommand ref
22001 reference "tab:Gedrehte-Tabelle"
22002
22003 \end_inset
22004
22005  ist ein Beispiel für eine gedrehte Gleitobjekt-Tabelle.
22006 \end_layout
22007
22008 \begin_layout Standard
22009 \begin_inset Note Greyedout
22010 status open
22011
22012 \begin_layout Plain Layout
22013
22014 \series bold
22015 Bemerkung:
22016 \series default
22017  Nicht alle DVI-Betrachter können gedrehte Gleitobjekte anzeigen.
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \begin_layout Standard
22026 \begin_inset Float table
22027 wide false
22028 sideways true
22029 status open
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Caption
22033
22034 \begin_layout Plain Layout
22035 \begin_inset CommandInset label
22036 LatexCommand label
22037 name "tab:Gedrehte-Tabelle"
22038
22039 \end_inset
22040
22041 Gedrehte Tabelle
22042 \end_layout
22043
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \begin_layout Plain Layout
22050 \align center
22051 \begin_inset Tabular
22052 <lyxtabular version="3" rows="1" columns="5">
22053 <features tabularvalignment="middle">
22054 <column alignment="center" valignment="top" width="0">
22055 <column alignment="center" valignment="top" width="0">
22056 <column alignment="center" valignment="top" width="0">
22057 <column alignment="center" valignment="top" width="0">
22058 <column alignment="center" valignment="top" width="0">
22059 <row>
22060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 Test
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22070 \begin_inset Text
22071
22072 \begin_layout Plain Layout
22073 b
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082 c
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 d
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 e
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 </row>
22106 </lyxtabular>
22107
22108 \end_inset
22109
22110
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Section
22119 Untergleitobjekte
22120 \begin_inset Index idx
22121 status collapsed
22122
22123 \begin_layout Plain Layout
22124 Gleitobjekte ! Untergleitobjekte
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \begin_layout Standard
22133 Untergleitobjekte werden z.
22134 \begin_inset space \thinspace{}
22135 \end_inset
22136
22137 B.
22138  verwendet, wenn eine Abbildung aus mehreren Bildern besteht.
22139  Sie werden erstellt, indem ein Gleitobjekt in ein bestehendes Gleitobjekt
22140  eingefügt wird.
22141  Die Gleitobjekt-Platzierung kann wie bei Absätzen eingestellt werden, siehe
22142  in Tabelle
22143 \begin_inset space ~
22144 \end_inset
22145
22146
22147 \begin_inset CommandInset ref
22148 LatexCommand ref
22149 reference "tab:Untertabellen-nebeneinander"
22150
22151 \end_inset
22152
22153  und 
22154 \begin_inset CommandInset ref
22155 LatexCommand ref
22156 reference "tab:Untertabellen-übereinander"
22157
22158 \end_inset
22159
22160 .
22161 \end_layout
22162
22163 \begin_layout Standard
22164 Untergleitobjekte können wie normale Gleitobjekte referenziert werden: Tabelle
22165 \begin_inset space ~
22166 \end_inset
22167
22168
22169 \begin_inset CommandInset ref
22170 LatexCommand ref
22171 reference "tab:Untertabelle-a"
22172
22173 \end_inset
22174
22175  und 
22176 \begin_inset CommandInset ref
22177 LatexCommand ref
22178 reference "tab:Untertabelle-b"
22179
22180 \end_inset
22181
22182  sind Untertabellen von Tabelle
22183 \begin_inset space ~
22184 \end_inset
22185
22186
22187 \begin_inset CommandInset ref
22188 LatexCommand ref
22189 reference "tab:Untertabellen-nebeneinander"
22190
22191 \end_inset
22192
22193 .
22194 \end_layout
22195
22196 \begin_layout Standard
22197 \begin_inset Float table
22198 wide false
22199 sideways false
22200 status open
22201
22202 \begin_layout Plain Layout
22203 \begin_inset Caption
22204
22205 \begin_layout Plain Layout
22206 \begin_inset CommandInset label
22207 LatexCommand label
22208 name "tab:Untertabellen-nebeneinander"
22209
22210 \end_inset
22211
22212 Zwei Untertabellen nebeneinander.
22213 \end_layout
22214
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \begin_layout Plain Layout
22221 \align center
22222 \begin_inset space \hfill{}
22223 \end_inset
22224
22225
22226 \begin_inset Float table
22227 wide false
22228 sideways false
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232 \begin_inset Caption
22233
22234 \begin_layout Plain Layout
22235 \begin_inset CommandInset label
22236 LatexCommand label
22237 name "tab:Untertabelle-a"
22238
22239 \end_inset
22240
22241 Dies ist Untertabelle a.
22242 \end_layout
22243
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \begin_layout Plain Layout
22250 \align center
22251 \begin_inset Tabular
22252 <lyxtabular version="3" rows="1" columns="5">
22253 <features tabularvalignment="middle">
22254 <column alignment="center" valignment="top" width="0">
22255 <column alignment="center" valignment="top" width="0">
22256 <column alignment="center" valignment="top" width="0">
22257 <column alignment="center" valignment="top" width="0">
22258 <column alignment="center" valignment="top" width="0">
22259 <row>
22260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 Test
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 b
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 c
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 d
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300 e
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 </lyxtabular>
22307
22308 \end_inset
22309
22310
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \begin_inset space \hfill{}
22317 \end_inset
22318
22319
22320 \begin_inset Float table
22321 wide false
22322 sideways false
22323 status collapsed
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Caption
22327
22328 \begin_layout Plain Layout
22329 \begin_inset CommandInset label
22330 LatexCommand label
22331 name "tab:Untertabelle-b"
22332
22333 \end_inset
22334
22335 Dies ist Untertabelle b.
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \begin_layout Plain Layout
22344 \align center
22345 \begin_inset Tabular
22346 <lyxtabular version="3" rows="1" columns="5">
22347 <features tabularvalignment="middle">
22348 <column alignment="center" valignment="top" width="0">
22349 <column alignment="center" valignment="top" width="0">
22350 <column alignment="center" valignment="top" width="0">
22351 <column alignment="center" valignment="top" width="0">
22352 <column alignment="center" valignment="top" width="0">
22353 <row>
22354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 e
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 d
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 c
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 b
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 Test
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 </lyxtabular>
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \begin_inset space \hfill{}
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \begin_layout Standard
22422 \begin_inset Float table
22423 wide false
22424 sideways false
22425 status open
22426
22427 \begin_layout Plain Layout
22428 \begin_inset Caption
22429
22430 \begin_layout Plain Layout
22431 \begin_inset CommandInset label
22432 LatexCommand label
22433 name "tab:Untertabellen-übereinander"
22434
22435 \end_inset
22436
22437 Zwei Untertabellen übereinander.
22438  (a) Tabelle mit 4 Zellen, (b) Tabelle mit 5 Zellen.
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Plain Layout
22447 \align center
22448 \begin_inset Float table
22449 wide false
22450 sideways false
22451 status collapsed
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Caption
22455
22456 \begin_layout Plain Layout
22457
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \end_layout
22464
22465 \begin_layout Plain Layout
22466 \align center
22467 \begin_inset Tabular
22468 <lyxtabular version="3" rows="1" columns="4">
22469 <features tabularvalignment="middle">
22470 <column alignment="center" valignment="top" width="0">
22471 <column alignment="center" valignment="top" width="0">
22472 <column alignment="center" valignment="top" width="0">
22473 <column alignment="center" valignment="top" width="0">
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 Test
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 Test
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 Test
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 Test
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 </row>
22512 </lyxtabular>
22513
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \begin_layout Plain Layout
22525 \align center
22526 \begin_inset Float table
22527 wide false
22528 sideways false
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Caption
22533
22534 \begin_layout Plain Layout
22535
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Plain Layout
22544 \align center
22545 \begin_inset Tabular
22546 <lyxtabular version="3" rows="1" columns="5">
22547 <features tabularvalignment="middle">
22548 <column alignment="center" valignment="top" width="0">
22549 <column alignment="center" valignment="top" width="0">
22550 <column alignment="center" valignment="top" width="0">
22551 <column alignment="center" valignment="top" width="0">
22552 <column alignment="center" valignment="top" width="0">
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 a
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567 b
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 c
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 d
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 e
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 </lyxtabular>
22601
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \begin_layout Section
22618 Gleitobjekte nebeneinander
22619 \begin_inset Index idx
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623 Gleitobjekte ! nebeneinander
22624 \end_layout
22625
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \begin_layout Standard
22632 Um Gleitobjekte nebeneinander zu setzen wie bei Abbildung
22633 \begin_inset space ~
22634 \end_inset
22635
22636
22637 \begin_inset CommandInset ref
22638 LatexCommand ref
22639 reference "abb:Gleitobjekt-links"
22640
22641 \end_inset
22642
22643  und 
22644 \begin_inset CommandInset ref
22645 LatexCommand ref
22646 reference "abb:Gleitobjekt-rechts"
22647
22648 \end_inset
22649
22650  wird nur 
22651 \emph on
22652 ein
22653 \emph default
22654  Gleitobjekt verwendet.
22655  In dieses werden zwei Minipage Boxen eingefügt.
22656 \begin_inset Foot
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 Minipages sind in Abschnitt
22661 \begin_inset space ~
22662 \end_inset
22663
22664
22665 \begin_inset CommandInset ref
22666 LatexCommand ref
22667 reference "abs:Minipage"
22668
22669 \end_inset
22670
22671  erklärt.
22672 \end_layout
22673
22674 \end_inset
22675
22676  Die Breite wird für jede Minipage auf 45
22677 \begin_inset space \thinspace{}
22678 \end_inset
22679
22680 -50
22681 \begin_inset space \thinspace{}
22682 \end_inset
22683
22684 Spalten% und die Box Ausrichtung auf 
22685 \family sans
22686 Unten
22687 \family default
22688  gesetzt.
22689  Die Minipage-Boxen enthalten das Bild und die Beschriftung wie in einem
22690  Gleitobjekt.
22691  Der einzige Unterschied ist, dass die Bildeinheit 
22692 \family sans
22693 Spaltenbreite
22694 \begin_inset space ~
22695 \end_inset
22696
22697 %
22698 \family default
22699  nun bezüglich der Breite der Minipage-Boxen berechnet wird.
22700 \end_layout
22701
22702 \begin_layout Standard
22703 \begin_inset Float figure
22704 wide false
22705 sideways false
22706 status open
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Box Frameless
22710 position "b"
22711 hor_pos "c"
22712 has_inner_box 1
22713 inner_pos "t"
22714 use_parbox 0
22715 use_makebox 0
22716 width "45col%"
22717 special "none"
22718 height "1in"
22719 height_special "totalheight"
22720 status open
22721
22722 \begin_layout Plain Layout
22723 \align center
22724 \begin_inset Graphics
22725         filename ../clipart/mobius.eps
22726         lyxscale 50
22727         width 100col%
22728         scaleBeforeRotation
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Caption
22737
22738 \begin_layout Plain Layout
22739 \begin_inset CommandInset label
22740 LatexCommand label
22741 name "abb:Gleitobjekt-links"
22742
22743 \end_inset
22744
22745 Gleitobjekt auf der linken Seite.
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \begin_inset space \hfill{}
22757 \end_inset
22758
22759
22760 \begin_inset Box Frameless
22761 position "b"
22762 hor_pos "c"
22763 has_inner_box 1
22764 inner_pos "t"
22765 use_parbox 0
22766 use_makebox 0
22767 width "45col%"
22768 special "none"
22769 height "1in"
22770 height_special "totalheight"
22771 status open
22772
22773 \begin_layout Plain Layout
22774 \align center
22775 \begin_inset Graphics
22776         filename ../clipart/platypus.eps
22777         lyxscale 50
22778         width 100col%
22779         scaleBeforeRotation
22780
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Caption
22788
22789 \begin_layout Plain Layout
22790 \begin_inset CommandInset label
22791 LatexCommand label
22792 name "abb:Gleitobjekt-rechts"
22793
22794 \end_inset
22795
22796 Gleitobjekt auf der rechten Seite.
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Section
22815 Beschriftungs-Formatierung
22816 \begin_inset CommandInset label
22817 LatexCommand label
22818 name "abs:Titel-Formatierung"
22819
22820 \end_inset
22821
22822
22823 \begin_inset Index idx
22824 status collapsed
22825
22826 \begin_layout Plain Layout
22827 Gleitobjekte ! Beschriftung ! Formatierung
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \begin_layout Standard
22836
22837 \family sans
22838 Legende
22839 \family default
22840  ist die Standard-Paragraf-Umgebung für Gleitobjekt-Beschriftungen.
22841  In LyX sehen Titel so aus:  
22842 \family sans
22843
22844 \begin_inset Quotes gld
22845 \end_inset
22846
22847 Abbildung xyz:
22848 \family default
22849
22850 \begin_inset Quotes grd
22851 \end_inset
22852
22853 , gefolgt vom Beschriftungstext, wobei 
22854 \family sans
22855 xyz
22856 \family default
22857  die von LyX vergebene Nummer ist.
22858  Standardmäßig werden die Marke und der Beschriftungstext im selben Font
22859  gedruckt.
22860  Dies ist nicht immer brauchbar.
22861 \end_layout
22862
22863 \begin_layout Standard
22864 Um das Standardformat für die Beschriftung zu ändern, müssen Sie das LaTeX-Paket
22865  
22866 \series bold
22867 caption
22868 \series default
22869
22870 \begin_inset Index idx
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874 LaTeX-Pakete ! caption
22875 \end_layout
22876
22877 \end_inset
22878
22879  in den LaTeX-Vorspann laden:
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \series bold
22885
22886 \backslash
22887 usepackage[Format-Definition]{caption}
22888 \end_layout
22889
22890 \begin_layout Standard
22891 Wenn zum Beispiel Name und Nummer serifenfrei und fett gedruckt werden und
22892  die Beschriftung immer über der Tabelle, müssen Sie folgenden Befehl benutzen:
22893 \end_layout
22894
22895 \begin_layout Standard
22896
22897 \series bold
22898
22899 \backslash
22900 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22901 \end_layout
22902
22903 \begin_layout Standard
22904 Sie können auch verschiedene Formate für verschiedene Gleitobjekt-Typen
22905  definieren.
22906  Dazu laden Sie das 
22907 \series bold
22908 caption
22909 \series default
22910 -Paket ohne Format-Optionen und definieren die verschiedenen Formate mit
22911  dem Befehl
22912 \end_layout
22913
22914 \begin_layout Standard
22915
22916 \series bold
22917
22918 \backslash
22919 captionsetup[Gleitobjekt-Typ]{Format-Definition}
22920 \end_layout
22921
22922 \begin_layout Standard
22923 Für Abbildung
22924 \begin_inset space ~
22925 \end_inset
22926
22927
22928 \begin_inset CommandInset ref
22929 LatexCommand ref
22930 reference "abb:Langer-Abb-Titel"
22931
22932 \end_inset
22933
22934  und Tabelle
22935 \begin_inset space ~
22936 \end_inset
22937
22938
22939 \begin_inset CommandInset ref
22940 LatexCommand ref
22941 reference "tab:Langer-Tab-Titel"
22942
22943 \end_inset
22944
22945  können die Beschriftungen mit folgenden Befehlen im LaTeX-Vorspann definiert
22946  werden:
22947 \end_layout
22948
22949 \begin_layout Standard
22950
22951 \series bold
22952
22953 \backslash
22954 usepackage[tableposition=top]{caption}
22955 \begin_inset Newline newline
22956 \end_inset
22957
22958
22959 \backslash
22960 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22961 \begin_inset Newline newline
22962 \end_inset
22963
22964
22965 \begin_inset Phantom HPhantom
22966 status open
22967
22968 \begin_layout Plain Layout
22969
22970 \series bold
22971
22972 \backslash
22973 captionsetup[figure]{
22974 \end_layout
22975
22976 \end_inset
22977
22978 labelsep=period}
22979 \begin_inset Newline newline
22980 \end_inset
22981
22982
22983 \backslash
22984 captionsetup[table]{labelfont={bf,sf}}
22985 \end_layout
22986
22987 \begin_layout Standard
22988 \begin_inset Note Greyedout
22989 status open
22990
22991 \begin_layout Plain Layout
22992
22993 \series bold
22994 Bemerkung:
22995 \series default
22996  Die Option 
22997 \series bold
22998 tableposition=top
22999 \series default
23000  hat keine Auswirkung, wenn eine 
23001 \series bold
23002 KOMA-Script
23003 \series default
23004
23005 \begin_inset Index idx
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009 LaTeX-Pakete ! KOMA-Script
23010 \end_layout
23011
23012 \end_inset
23013
23014 -Dokumentklasse verwendet wird.
23015  Hier muss die Option 
23016 \series bold
23017 captions=tableheading
23018 \series default
23019  benutzt werden.
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 Weitere Informationen über das Paket
23029 \series bold
23030  caption
23031 \series default
23032  finden Sie in seiner Dokumentation 
23033 \begin_inset CommandInset citation
23034 LatexCommand cite
23035 key "caption"
23036
23037 \end_inset
23038
23039 .
23040 \end_layout
23041
23042 \begin_layout Standard
23043 Wenn Sie den Namen von 
23044 \begin_inset Quotes gld
23045 \end_inset
23046
23047 Abbildung
23048 \begin_inset Quotes grd
23049 \end_inset
23050
23051  auf 
23052 \begin_inset Quotes gld
23053 \end_inset
23054
23055 Bild
23056 \begin_inset Quotes grd
23057 \end_inset
23058
23059  ändern wollen, können Sie das mit folgendem Befehl im LaTeX-Vorspann  machen:
23060 \end_layout
23061
23062 \begin_layout Standard
23063
23064 \series bold
23065
23066 \backslash
23067 renewcommand{
23068 \backslash
23069 fnum@figure}{Bild~
23070 \backslash
23071 thefigure}
23072 \end_layout
23073
23074 \begin_layout Standard
23075 wobei 
23076 \series bold
23077
23078 \backslash
23079 thefigure
23080 \series default
23081  die Bildnummer einsetzt und
23082 \series bold
23083  ~
23084 \series default
23085  ein geschütztes Leerzeichen ist.
23086 \end_layout
23087
23088 \begin_layout Standard
23089 \begin_inset VSpace bigskip
23090 \end_inset
23091
23092 Wenn Sie eine 
23093 \series bold
23094 KOMA-Script
23095 \series default
23096
23097 \begin_inset Index idx
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101 LaTeX-Pakete ! KOMA-Script
23102 \end_layout
23103
23104 \end_inset
23105
23106 -Dokumentklasse (
23107 \family sans
23108 article (KOMA-Script)
23109 \family default
23110
23111 \family sans
23112 book (KOMA-Script)
23113 \family default
23114
23115 \family sans
23116 letter (KOMA-Script)
23117 \family default
23118  oder 
23119 \family sans
23120 report (KOMA-Script)
23121 \family default
23122 ) benutzen, können Sie anstatt des 
23123 \series bold
23124 caption
23125 \series default
23126 -Paketes den eingebauten Befehl 
23127 \series bold
23128
23129 \backslash
23130 setkomafont
23131 \series default
23132  von 
23133 \series bold
23134 KOMA-Script
23135 \series default
23136  benutzen.
23137  Der Befehl
23138 \end_layout
23139
23140 \begin_layout Standard
23141
23142 \series bold
23143
23144 \backslash
23145 setkomafont{captionlabel}{
23146 \backslash
23147 bfseries}
23148 \end_layout
23149
23150 \begin_layout Standard
23151 im LaTeX-Vorspann druckt den Namen fett.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 Weitere Informationen über 
23156 \series bold
23157
23158 \backslash
23159 setkomafont
23160 \series default
23161  finden Sie in der 
23162 \series bold
23163 KOMA-Script
23164 \series default
23165 -Do\SpecialChar \-
23166 ku\SpecialChar \-
23167 men\SpecialChar \-
23168 ta\SpecialChar \-
23169 tion 
23170 \begin_inset CommandInset citation
23171 LatexCommand cite
23172 key "KOMA-Script"
23173
23174 \end_inset
23175
23176 .
23177 \end_layout
23178
23179 \begin_layout Standard
23180 \begin_inset ERT
23181 status collapsed
23182
23183 \begin_layout Plain Layout
23184
23185
23186 \backslash
23187 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23188 }
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \begin_inset Note Note
23195 status open
23196
23197 \begin_layout Plain Layout
23198 Das Beschriftungsformat wurde nur für dieses Beispiel geändert
23199 \end_layout
23200
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \begin_inset Float figure
23208 placement !p
23209 wide false
23210 sideways false
23211 status open
23212
23213 \begin_layout Plain Layout
23214 \align center
23215 \begin_inset Graphics
23216         filename ../clipart/mobius.eps
23217         lyxscale 50
23218         scale 50
23219         scaleBeforeRotation
23220
23221 \end_inset
23222
23223
23224 \end_layout
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Caption
23228
23229 \begin_layout Plain Layout
23230 \begin_inset CommandInset label
23231 LatexCommand label
23232 name "abb:Langer-Abb-Titel"
23233
23234 \end_inset
23235
23236 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23237  ist, um das andere Beschriftungsformat zu zeigen.
23238  Hier wurde ein selbst definiertes Beschriftungsformat benutzt.
23239 \begin_inset Argument
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23244  ist.
23245 \end_layout
23246
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23271 on}
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \begin_layout Standard
23280 \begin_inset Float table
23281 placement !p
23282 wide false
23283 sideways false
23284 status open
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Caption
23288
23289 \begin_layout Plain Layout
23290 \begin_inset CommandInset label
23291 LatexCommand label
23292 name "tab:Langer-Tab-Titel"
23293
23294 \end_inset
23295
23296 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23297  ist, um das andere Beschriftungsformat zu zeigen.
23298  Hier wurde das Standard-Beschriftungsformat dieses Dokuments für Tabellen
23299  benutzt.
23300 \begin_inset Argument
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304 Dies ist ein Beispiel einer Beschriftung, die länger als eine Zeile lang
23305  ist.
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Plain Layout
23319 \align center
23320 \begin_inset Tabular
23321 <lyxtabular version="3" rows="1" columns="5">
23322 <features tabularvalignment="middle">
23323 <column alignment="center" valignment="top" width="0">
23324 <column alignment="center" valignment="top" width="0">
23325 <column alignment="center" valignment="top" width="0">
23326 <column alignment="center" valignment="top" width="0">
23327 <column alignment="center" valignment="top" width="0">
23328 <row>
23329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 a
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 b
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 c
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360 d
23361 \end_layout
23362
23363 \end_inset
23364 </cell>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 e
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 </lyxtabular>
23376
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \end_inset
23383
23384
23385 \end_layout
23386
23387 \begin_layout Section
23388 Beschriftungs-Platzierung
23389 \begin_inset CommandInset label
23390 LatexCommand label
23391 name "abs:Titel-Platzierung"
23392
23393 \end_inset
23394
23395
23396 \begin_inset Index idx
23397 status collapsed
23398
23399 \begin_layout Plain Layout
23400 Gleitobjekte ! Beschriftung ! Platzierung
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \begin_layout Standard
23409 Normalerweise werden die Beschriftungen wie folgt platziert:
23410 \end_layout
23411
23412 \begin_layout Description
23413 Abbildung: darunter
23414 \end_layout
23415
23416 \begin_layout Description
23417 Tabelle: darüber
23418 \end_layout
23419
23420 \begin_layout Standard
23421 LaTeX-Standard-Klassen unterstützen diese Vereinbarung nicht für Tabellen.
23422  Das heißt wenn Sie eine der Dokument-Klassen 
23423 \family sans
23424 article
23425 \family default
23426
23427 \family sans
23428 book
23429 \family default
23430
23431 \family sans
23432 letter
23433 \family default
23434  oder 
23435 \family sans
23436 report
23437 \family default
23438  benutzen, wird zwischen Beschriftung und Tabelle kein Zwischenraum gedruckt.
23439  Um das zu erreichen, müssen Sie beim Lade-Befehl des LaTeX-Pakets 
23440 \series bold
23441 caption
23442 \series default
23443  im LaTeX-Vorspann folgendes schreiben:
23444 \begin_inset Foot
23445 status collapsed
23446
23447 \begin_layout Plain Layout
23448 In Abschnitt
23449 \begin_inset space ~
23450 \end_inset
23451
23452
23453 \begin_inset CommandInset ref
23454 LatexCommand ref
23455 reference "abs:Titel-Formatierung"
23456
23457 \end_inset
23458
23459  steht mehr über das Paket 
23460 \series bold
23461 caption
23462 \series default
23463 .
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \begin_layout Standard
23472
23473 \series bold
23474 tableposition=top
23475 \end_layout
23476
23477 \begin_layout Standard
23478 Wenn Sie eine 
23479 \series bold
23480 KOMA-Script
23481 \series default
23482
23483 \begin_inset Index idx
23484 status collapsed
23485
23486 \begin_layout Plain Layout
23487 LaTeX-Pakete ! KOMA-Script
23488 \end_layout
23489
23490 \end_inset
23491
23492 -Dokumentklasse (
23493 \family sans
23494 article (KOMA-Script)
23495 \family default
23496
23497 \family sans
23498 book (KOMA-Script)
23499 \family default
23500
23501 \family sans
23502 letter (KOMA-Script)
23503 \family default
23504  oder 
23505 \family sans
23506 report (KOMA-Script)
23507 \family default
23508 ) benutzen, können Sie alternativ zum 
23509 \series bold
23510 caption
23511 \series default
23512 -Paket die Option 
23513 \series bold
23514 captions=tableheading
23515 \series default
23516  benutzen.
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset VSpace bigskip
23521 \end_inset
23522
23523 Die Beschriftung kann auch neben  der Abbildung oder Tabelle stehen.
23524  Das bewirkt das LaTeX-Paket 
23525 \series bold
23526 sidecap
23527 \series default
23528
23529 \begin_inset Index idx
23530 status collapsed
23531
23532 \begin_layout Plain Layout
23533 LaTeX-Pakete ! sidecap
23534 \end_layout
23535
23536 \end_inset
23537
23538 , das so in den LaTeX-Vorspann geladen wird:
23539 \end_layout
23540
23541 \begin_layout Standard
23542
23543 \series bold
23544
23545 \backslash
23546 usepackage[Option]{sidecap}
23547 \end_layout
23548
23549 \begin_layout Standard
23550 Wenn Sie keine Option setzen, wird die Beschriftung außen gesetzt.
23551  Mit 
23552 \series bold
23553 innercaption
23554 \series default
23555  wird die Beschriftung innen gedruckt.
23556  Um die Beschriftung immer rechts oder links zu erzwingen, benutzen Sie
23557  
23558 \series bold
23559 rightcaption
23560 \series default
23561  oder 
23562 \series bold
23563 leftcaption
23564 \series default
23565 .
23566 \end_layout
23567
23568 \begin_layout Standard
23569 \begin_inset ERT
23570 status collapsed
23571
23572 \begin_layout Plain Layout
23573
23574
23575 \backslash
23576 ifsidecap
23577 \end_layout
23578
23579 \end_inset
23580
23581
23582 \begin_inset Note Note
23583 status open
23584
23585 \begin_layout Plain Layout
23586 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
23587 \series bold
23588 sidecap
23589 \series default
23590  installiert ist.
23591 \end_layout
23592
23593 \end_inset
23594
23595
23596 \end_layout
23597
23598 \begin_layout Standard
23599 Um die Beschriftung mit LyX seitlich zu drucken, müssen Sie folgende Befehle
23600  in den LaTeX-Vorspann schreiben:
23601 \end_layout
23602
23603 \begin_layout Standard
23604 \noindent
23605 \begin_inset CommandInset line
23606 LatexCommand rule
23607 offset "0.5ex"
23608 width "100line%"
23609 height "1pt"
23610
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \begin_layout Standard
23617
23618 \series bold
23619
23620 \backslash
23621 newcommand{
23622 \backslash
23623 TabBesBeg}{%
23624 \begin_inset Newline newline
23625 \end_inset
23626
23627
23628 \begin_inset Phantom HPhantom
23629 status open
23630
23631 \begin_layout Plain Layout
23632
23633 \series bold
23634 \begin_inset space ~
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \backslash
23644 let
23645 \backslash
23646 MyTable
23647 \backslash
23648 table
23649 \begin_inset Newline newline
23650 \end_inset
23651
23652
23653 \begin_inset Phantom HPhantom
23654 status open
23655
23656 \begin_layout Plain Layout
23657
23658 \series bold
23659 \begin_inset space ~
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666
23667
23668 \backslash
23669 let
23670 \backslash
23671 MyEndtable
23672 \backslash
23673 endtable
23674 \begin_inset Newline newline
23675 \end_inset
23676
23677
23678 \begin_inset Phantom HPhantom
23679 status open
23680
23681 \begin_layout Plain Layout
23682
23683 \series bold
23684 \begin_inset space ~
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691
23692
23693 \backslash
23694 renewenvironment{table}{
23695 \backslash
23696 begin{SCtable}}{
23697 \backslash
23698 end{SCtable}}}
23699 \end_layout
23700
23701 \begin_layout Standard
23702
23703 \series bold
23704
23705 \backslash
23706 newcommand{
23707 \backslash
23708 TabBesEnd}{%
23709 \begin_inset Newline newline
23710 \end_inset
23711
23712
23713 \begin_inset Phantom HPhantom
23714 status open
23715
23716 \begin_layout Plain Layout
23717
23718 \series bold
23719 \begin_inset space ~
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \backslash
23729 let
23730 \backslash
23731 table
23732 \backslash
23733 MyTable
23734 \begin_inset Newline newline
23735 \end_inset
23736
23737
23738 \begin_inset Phantom HPhantom
23739 status open
23740
23741 \begin_layout Plain Layout
23742
23743 \series bold
23744 \begin_inset space ~
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751
23752
23753 \backslash
23754 let
23755 \backslash
23756 endtable
23757 \backslash
23758 MyEndtable
23759 \end_layout
23760
23761 \begin_layout Standard
23762
23763 \series bold
23764
23765 \backslash
23766 newcommand{
23767 \backslash
23768 FigBesBeg}{%
23769 \begin_inset Newline newline
23770 \end_inset
23771
23772
23773 \begin_inset Phantom HPhantom
23774 status open
23775
23776 \begin_layout Plain Layout
23777
23778 \series bold
23779 \begin_inset space ~
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \backslash
23789 let
23790 \backslash
23791 MyFigure
23792 \backslash
23793 figure
23794 \begin_inset Newline newline
23795 \end_inset
23796
23797
23798 \begin_inset Phantom HPhantom
23799 status open
23800
23801 \begin_layout Plain Layout
23802
23803 \series bold
23804 \begin_inset space ~
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811
23812
23813 \backslash
23814 let
23815 \backslash
23816 MyEndfigure
23817 \backslash
23818 endfigure
23819 \begin_inset Newline newline
23820 \end_inset
23821
23822
23823 \begin_inset Phantom HPhantom
23824 status open
23825
23826 \begin_layout Plain Layout
23827
23828 \series bold
23829 \begin_inset space ~
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836
23837
23838 \backslash
23839 renewenvironment{figure}{
23840 \backslash
23841 begin{SCfigure}}{
23842 \backslash
23843 end{SCfigure}}}
23844 \end_layout
23845
23846 \begin_layout Standard
23847
23848 \series bold
23849
23850 \backslash
23851 newcommand{
23852 \backslash
23853 FigBesEnd}{%
23854 \begin_inset Newline newline
23855 \end_inset
23856
23857
23858 \begin_inset Phantom HPhantom
23859 status open
23860
23861 \begin_layout Plain Layout
23862
23863 \series bold
23864 \begin_inset space ~
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \backslash
23874 let
23875 \backslash
23876 figure
23877 \backslash
23878 MyFigure
23879 \begin_inset Newline newline
23880 \end_inset
23881
23882
23883 \begin_inset Phantom HPhantom
23884 status open
23885
23886 \begin_layout Plain Layout
23887
23888 \series bold
23889 \begin_inset space ~
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \end_inset
23896
23897
23898 \backslash
23899 let
23900 \backslash
23901 endfigure
23902 \backslash
23903 MyEndfigure}
23904 \end_layout
23905
23906 \begin_layout Standard
23907 \noindent
23908 \begin_inset CommandInset line
23909 LatexCommand rule
23910 offset "0.5ex"
23911 width "100line%"
23912 height "1pt"
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Mit den Befehlen können Sie die Gleitobjekte so umdefinieren, dass die Beschrift
23921 ungen seitlich gedruckt werden.
23922  Für Gleitobjekt-Abbildungen schreiben Sie dann die Befehle
23923 \end_layout
23924
23925 \begin_layout Standard
23926
23927 \series bold
23928
23929 \backslash
23930 FigBesBeg
23931 \end_layout
23932
23933 \begin_layout Standard
23934 als TeX-Code vor und
23935 \end_layout
23936
23937 \begin_layout Standard
23938
23939 \series bold
23940
23941 \backslash
23942 FigBesEnd
23943 \end_layout
23944
23945 \begin_layout Standard
23946 hinter das Gleitobjekt.
23947  Bei Gleitobjekt-Tabellen heißen die Befehle
23948 \end_layout
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953
23954 \backslash
23955 TabBesBeg
23956 \series default
23957  und 
23958 \series bold
23959
23960 \backslash
23961 TabBesEnd
23962 \series default
23963 .
23964 \end_layout
23965
23966 \begin_layout Standard
23967 Abbildung
23968 \begin_inset space ~
23969 \end_inset
23970
23971
23972 \begin_inset CommandInset ref
23973 LatexCommand ref
23974 reference "abb:Beschriftung-neben"
23975
23976 \end_inset
23977
23978  und Tabelle
23979 \begin_inset space ~
23980 \end_inset
23981
23982
23983 \begin_inset CommandInset ref
23984 LatexCommand ref
23985 reference "tab:cap-beside-tab"
23986
23987 \end_inset
23988
23989  sind Beispiele für seitliche Beschriftungen.
23990 \end_layout
23991
23992 \begin_layout Standard
23993 Sie sehen, dass die Beschriftung bei Gleitobjekt-Tabellen am oberen Rand
23994  der Tabelle gedruckt wird und bei Gleitobjekt-Abbildungen am unteren Rand
23995  der Abbildung.
23996  Das kann man mit dem Befehl
23997 \end_layout
23998
23999 \begin_layout Standard
24000
24001 \series bold
24002
24003 \backslash
24004 sidecaptionvpos{Gleitobjekt-Typ}{Platzierung}
24005 \end_layout
24006
24007 \begin_layout Standard
24008 im LaTeX-Vorspann oder als TeX-Code vor dem Gleitobjekt ändern.
24009  Der Gleitobjekt-Typ ist entweder 
24010 \family sans
24011 figure
24012 \family default
24013  oder 
24014 \family sans
24015 table
24016 \family default
24017 , die
24018 \family sans
24019  
24020 \family default
24021 Platzierung ist 
24022 \family typewriter
24023 t
24024 \family default
24025  für oben, 
24026 \family typewriter
24027 c
24028 \family default
24029  für zentriert oder 
24030 \family typewriter
24031 b
24032 \family default
24033  für unten.
24034  Um die Beschriftung einer Gleitobjekt-Abbildung vertikal zu zentrieren,
24035  lautet der Befehl
24036 \end_layout
24037
24038 \begin_layout Standard
24039
24040 \series bold
24041
24042 \backslash
24043 sidecaptionvpos{figure}{c}
24044 \end_layout
24045
24046 \begin_layout Standard
24047 Das wurde in Abbildung
24048 \begin_inset space ~
24049 \end_inset
24050
24051
24052 \begin_inset CommandInset ref
24053 LatexCommand ref
24054 reference "abb:cap-beside-fig-2"
24055
24056 \end_inset
24057
24058  benutzt.
24059 \end_layout
24060
24061 \begin_layout Standard
24062 \begin_inset VSpace medskip
24063 \end_inset
24064
24065 Weitere Informationen über das Paket
24066 \series bold
24067  sidecap
24068 \series default
24069  finden Sie in seiner Dokumentation 
24070 \begin_inset CommandInset citation
24071 LatexCommand cite
24072 key "sidecap"
24073
24074 \end_inset
24075
24076 .
24077 \end_layout
24078
24079 \begin_layout Standard
24080 \begin_inset Note Greyedout
24081 status open
24082
24083 \begin_layout Plain Layout
24084
24085 \series bold
24086 Bemerkung:
24087 \series default
24088  Das LaTeX-Paket 
24089 \series bold
24090 hypcap
24091 \series default
24092 ,
24093 \begin_inset Index idx
24094 status collapsed
24095
24096 \begin_layout Plain Layout
24097 LaTeX-Pakete ! hypcap
24098 \end_layout
24099
24100 \end_inset
24101
24102  das in Abschnitt
24103 \begin_inset space ~
24104 \end_inset
24105
24106
24107 \begin_inset CommandInset ref
24108 LatexCommand ref
24109 reference "uab:Querverweis-Position"
24110
24111 \end_inset
24112
24113  beschrieben wurde, hat keine Auswirkungen auf Gleitobjekte mit seitlichen
24114  Beschriftungen.
24115 \end_layout
24116
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \begin_layout Standard
24123 \begin_inset ERT
24124 status collapsed
24125
24126 \begin_layout Plain Layout
24127
24128
24129 \backslash
24130 FigBesBeg 
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 \begin_inset Float figure
24140 wide false
24141 sideways false
24142 status open
24143
24144 \begin_layout Plain Layout
24145 \begin_inset Graphics
24146         filename ../clipart/escher-lsd.eps
24147         scale 75
24148         scaleBeforeRotation
24149
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \begin_layout Plain Layout
24156 \begin_inset Caption
24157
24158 \begin_layout Plain Layout
24159 \begin_inset CommandInset label
24160 LatexCommand label
24161 name "abb:Beschriftung-neben"
24162
24163 \end_inset
24164
24165 Dies ist eine Beschriftung neben einer Abbildung.
24166 \end_layout
24167
24168 \end_inset
24169
24170
24171 \end_layout
24172
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \begin_layout Standard
24179 \begin_inset ERT
24180 status collapsed
24181
24182 \begin_layout Plain Layout
24183
24184
24185 \backslash
24186 TabBesBeg 
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Standard
24195 \begin_inset Float table
24196 wide false
24197 sideways false
24198 status open
24199
24200 \begin_layout Plain Layout
24201 \begin_inset Caption
24202
24203 \begin_layout Plain Layout
24204 \begin_inset CommandInset label
24205 LatexCommand label
24206 name "tab:cap-beside-tab"
24207
24208 \end_inset
24209
24210 Dies ist eine Beschriftung neben einer Tabelle.
24211 \end_layout
24212
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Tabular
24220 <lyxtabular version="3" rows="4" columns="5">
24221 <features tabularvalignment="middle">
24222 <column alignment="center" valignment="top" width="0">
24223 <column alignment="center" valignment="top" width="0">
24224 <column alignment="center" valignment="top" width="0">
24225 <column alignment="center" valignment="top" width="0">
24226 <column alignment="center" valignment="top" width="0">
24227 <row>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 a
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250 b
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24265 \begin_inset Text
24266
24267 \begin_layout Plain Layout
24268 c
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 </row>
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 d
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 e
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326 f
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 g
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 h
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 </row>
24368 <row>
24369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 i
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 j
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 </row>
24415 </lyxtabular>
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423
24424
24425 \end_layout
24426
24427 \begin_layout Standard
24428 \begin_inset ERT
24429 status collapsed
24430
24431 \begin_layout Plain Layout
24432
24433
24434 \backslash
24435 TabBesEnd
24436 \end_layout
24437
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \begin_layout Standard
24444 \begin_inset ERT
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448
24449
24450 \backslash
24451 sidecaptionvpos{figure}{c}
24452 \end_layout
24453
24454 \end_inset
24455
24456
24457 \begin_inset Float figure
24458 wide false
24459 sideways false
24460 status open
24461
24462 \begin_layout Plain Layout
24463 \begin_inset Graphics
24464         filename ../clipart/escher-lsd.eps
24465         scale 75
24466         scaleBeforeRotation
24467
24468 \end_inset
24469
24470
24471 \end_layout
24472
24473 \begin_layout Plain Layout
24474 \begin_inset Caption
24475
24476 \begin_layout Plain Layout
24477 \begin_inset CommandInset label
24478 LatexCommand label
24479 name "abb:cap-beside-fig-2"
24480
24481 \end_inset
24482
24483 Dies ist eine vertikal zentrierte Beschriftung neben einer Abbildung.
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 \begin_inset ERT
24498 status collapsed
24499
24500 \begin_layout Plain Layout
24501
24502
24503 \backslash
24504 FigBesEnd
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Standard
24513 \begin_inset ERT
24514 status collapsed
24515
24516 \begin_layout Plain Layout
24517
24518
24519 \backslash
24520 else
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \begin_inset Note Note
24527 status open
24528
24529 \begin_layout Plain Layout
24530 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
24531 \series bold
24532 sidecap
24533 \series default
24534  nicht installiert ist:
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Standard
24543 Das LaTeX-Paket 
24544 \series bold
24545 sidecap
24546 \series default
24547  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \begin_inset ERT
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555
24556
24557 \backslash
24558 fi
24559 \end_layout
24560
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \begin_layout Section
24567 Gleitobjekt-Verzeichnisse
24568 \begin_inset Index idx
24569 status collapsed
24570
24571 \begin_layout Plain Layout
24572 Gleitobjekte ! Verzeichnisse
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \begin_layout Standard
24581 Ähnlich wie das Inhaltsverzeichnis gibt es Gleitobjekt-Verzeichnisse.
24582  Sie können mit den Untermenüs von 
24583 \family sans
24584 Einfügen\SpecialChar \menuseparator
24585 Liste
24586 \begin_inset space ~
24587 \end_inset
24588
24589 /
24590 \begin_inset space ~
24591 \end_inset
24592
24593 Inhaltsverzeichnis
24594 \family default
24595  eingefügt werden.
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Die Einträge in diesen Verzeichnissen sind die Beschriftungen der Gleitobjekte
24600  oder ihre Kurztitel, die Gleitobjekt-Nummer und die Seitennummer.
24601 \end_layout
24602
24603 \begin_layout Standard
24604 In diesem Dokument finden Sie außer dem Inhaltsverzeichnis ein Abbildungs-
24605  und ein Tabellen-Verzeichnis.
24606 \end_layout
24607
24608 \begin_layout Chapter
24609 Notizen
24610 \end_layout
24611
24612 \begin_layout Section
24613 LyX-Notizen
24614 \begin_inset Index idx
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618 Notizen ! LyX-Notizen
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 Notizen werden mit einem Klick auf 
24628 \begin_inset Graphics
24629         filename ../../images/note-insert.png
24630         scale 85
24631         scaleBeforeRotation
24632
24633 \end_inset
24634
24635  oder 
24636 \family sans
24637 Einfügen\SpecialChar \menuseparator
24638 Notiz
24639 \family default
24640  eingefügt.
24641  Es gibt drei Arten:
24642 \end_layout
24643
24644 \begin_layout Description
24645 LyX-Notiz: Dieser Typ ist für interne Notizen und wird nicht gedruckt.
24646  Eine 
24647 \family sans
24648 LyX-Notiz
24649 \family default
24650  sieht so aus:
24651 \begin_inset Newline newline
24652 \end_inset
24653
24654
24655 \begin_inset Newline newline
24656 \end_inset
24657
24658
24659 \begin_inset Graphics
24660         filename clipart/LyXNotizQt4.png
24661         display false
24662         scale 60
24663         scaleBeforeRotation
24664
24665 \end_inset
24666
24667  
24668 \begin_inset Note Note
24669 status open
24670
24671 \begin_layout Plain Layout
24672 Dies ist Text in einem Notiz-Kästchen, der nicht gedruckt wird.
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Description
24681 Kommentar: Diese Notiz wird auch nicht gedruckt, aber sie erscheint als
24682  LaTeX-Kommentar, wenn Sie das Dokument nach LaTeX exportieren (
24683 \family sans
24684 Datei\SpecialChar \menuseparator
24685 Ex\SpecialChar \-
24686 por\SpecialChar \-
24687 tie\SpecialChar \-
24688 ren\SpecialChar \menuseparator
24689 LaTe
24690 \begin_inset ERT
24691 status collapsed
24692
24693 \begin_layout Plain Layout
24694
24695 {}
24696 \end_layout
24697
24698 \end_inset
24699
24700 X (pdflatex) / (normal)
24701 \family default
24702 .
24703  Ein Kommentar sieht so aus:
24704 \begin_inset Newline newline
24705 \end_inset
24706
24707
24708 \begin_inset Newline newline
24709 \end_inset
24710
24711
24712 \begin_inset Graphics
24713         filename clipart/KommentarQt4.png
24714         display false
24715         scale 60
24716         scaleBeforeRotation
24717
24718 \end_inset
24719
24720  
24721 \begin_inset Note Comment
24722 status open
24723
24724 \begin_layout Plain Layout
24725 Dies ist ein Kommentar, der nicht gedruckt, aber exportiert wird.
24726 \end_layout
24727
24728 \end_inset
24729
24730
24731 \end_layout
24732
24733 \begin_layout Description
24734 Grauschrift: Diese Notiz wird grau gedruckt und sieht so aus:
24735 \begin_inset Newline newline
24736 \end_inset
24737
24738
24739 \begin_inset Newline newline
24740 \end_inset
24741
24742
24743 \begin_inset Graphics
24744         filename clipart/GrauschriftNotizQt4.png
24745         display false
24746         scale 60
24747         scaleBeforeRotation
24748
24749 \end_inset
24750
24751
24752 \begin_inset Newline newline
24753 \end_inset
24754
24755
24756 \begin_inset ERT
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760
24761
24762 \backslash
24763 renewenvironment{lyxgreyedout}
24764 \end_layout
24765
24766 \begin_layout Plain Layout
24767
24768 {
24769 \backslash
24770 textcolor[gray]{0.4}
24771 \backslash
24772 bgroup}{
24773 \backslash
24774 egroup}
24775 \end_layout
24776
24777 \end_inset
24778
24779
24780 \begin_inset Note Greyedout
24781 status open
24782
24783 \begin_layout Plain Layout
24784 Dies ist eine Grauschrift-Notiz mit einer Fußnote.
24785 \begin_inset Foot
24786 status open
24787
24788 \begin_layout Plain Layout
24789 Dies ist eine Fußnote in einer Grauschrift-Notiz.
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \begin_inset ERT
24801 status collapsed
24802
24803 \begin_layout Plain Layout
24804
24805
24806 \backslash
24807 renewenvironment{lyxgreyedout}
24808 \end_layout
24809
24810 \begin_layout Plain Layout
24811
24812 {
24813 \backslash
24814 textcolor{blue}
24815 \backslash
24816 bgroup}{
24817 \backslash
24818 egroup}
24819 \end_layout
24820
24821 \end_inset
24822
24823
24824 \begin_inset Note Note
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 Die Grauschrift-Notiz wurde auf die ursprüngliche LyX-Definition zurückgesetzt,
24829  weil Grauschriften im LaTeX-Vorspann dieses Dokuments blau definiert wurden.
24830  
24831 \end_layout
24832
24833 \end_inset
24834
24835
24836 \begin_inset Newline newline
24837 \end_inset
24838
24839
24840 \begin_inset Newline newline
24841 \end_inset
24842
24843 Das Beispiel zeigt, dass die erste Zeile von Grauschrift-Notizen eingerückt
24844  wird und dass Grauschrift-Notizen Fußnoten enthalten können.
24845 \end_layout
24846
24847 \begin_layout Standard
24848 \begin_inset VSpace bigskip
24849 \end_inset
24850
24851 Wenn Sie auf den Werkzeugleistenknopf 
24852 \begin_inset Graphics
24853         filename ../../images/note-insert.png
24854         scale 85
24855         scaleBeforeRotation
24856
24857 \end_inset
24858
24859  klicken, wird zunächst eine 
24860 \family sans
24861 LyX-Notiz
24862 \family default
24863  eingefügt.
24864  Mit einem Rechts-Klick auf das Notiz-Kästchen können Sie eine der vier
24865  anderen Möglichkeiten auswählen.
24866  Wenn Sie einen vorhandenen Text in eine Notiz verwandeln wollen, markieren
24867  Sie ihn und klicken dann auf den Werkzeugleistenknopf.
24868  Um eine Notiz in Text zu verwandeln, drücken Sie die Backspace-Taste, wenn
24869  der Cursor am Beginn der Notiz ist oder die Entfernen-Taste, wenn der Cursor
24870  am Ende der Notiz ist.
24871 \end_layout
24872
24873 \begin_layout Standard
24874 \begin_inset VSpace bigskip
24875 \end_inset
24876
24877 Die Textfarbe der 
24878 \family sans
24879 Grauschrift
24880 \family default
24881 -Notiz können Sie im LaTeX-Vorspann mit folgendem Befehl ändern:
24882 \end_layout
24883
24884 \begin_layout Standard
24885
24886 \series bold
24887
24888 \backslash
24889 renewenvironment{lyxgreyedout}
24890 \begin_inset Newline newline
24891 \end_inset
24892
24893
24894 \begin_inset Phantom HPhantom
24895 status open
24896
24897 \begin_layout Plain Layout
24898
24899 \series bold
24900 \begin_inset space ~
24901 \end_inset
24902
24903
24904 \end_layout
24905
24906 \end_inset
24907
24908 {
24909 \backslash
24910 textcolor{color}
24911 \backslash
24912 bgroup}{
24913 \backslash
24914 egroup}
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Die verfügbaren Farben und wie man eigene definiert, wurde bereits in Abschnitt
24919 \begin_inset space ~
24920 \end_inset
24921
24922
24923 \begin_inset CommandInset ref
24924 LatexCommand ref
24925 reference "abs:Farbige-Tabellen"
24926
24927 \end_inset
24928
24929  beschrieben.
24930  In diesem Dokument werden die Grauschrift-Notizen blau gedruckt.
24931 \end_layout
24932
24933 \begin_layout Section
24934 Fußnoten
24935 \begin_inset CommandInset label
24936 LatexCommand label
24937 name "abs:Fußnoten"
24938
24939 \end_inset
24940
24941
24942 \begin_inset Index idx
24943 status collapsed
24944
24945 \begin_layout Plain Layout
24946 Notizen ! Fußnoten
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \begin_inset Index idx
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956 Fußnoten
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 Zu dem, was bereits im 
24966 \emph on
24967 Benutzerhandbuch
24968 \emph default
24969  über Fußnoten geschrieben wurde, folgen hier noch ein paar Anmerkungen.
24970  Eine Fußnotenbox sieht folgendermaßen aus: 
24971 \begin_inset Graphics
24972         filename clipart/FussnoteQt4.png
24973         scale 80
24974         scaleBeforeRotation
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \begin_layout Standard
24982 Hier ist eine Beispielfußnote:
24983 \color black
24984
24985 \begin_inset Foot
24986 status open
24987
24988 \begin_layout Plain Layout
24989 \begin_inset CommandInset label
24990 LatexCommand label
24991 name "fuss:Fußnoten-Beispiel"
24992
24993 \end_inset
24994
24995 Dies ist eine Fußnote.
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \color inherit
25002
25003 \begin_inset ERT
25004 status collapsed
25005
25006 \begin_layout Plain Layout
25007
25008
25009 \backslash
25010 newcounter{MyRepeatFoot}
25011 \end_layout
25012
25013 \begin_layout Plain Layout
25014
25015
25016 \backslash
25017 setcounter{MyRepeatFoot}{
25018 \backslash
25019 thefootnote}
25020 \end_layout
25021
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \begin_layout Standard
25028 In der druckfertigen Ausgabe erscheint an der Stelle, wo die Fußnote eingefügt
25029  wurde, eine hochgestellte Zahl.
25030  Der Fußnotentext wird am Seitenende gedruckt, wobei die Fußnotennummer
25031  hochgestellt dem Text vorangeht.
25032  Die Fußnotennummern werden von LaTeX berechnet und sind fortlaufend.
25033  Es hängt von der Dokumentklasse ab, ob sie in jedem Kapitel zurückgesetzt
25034  werden.
25035 \end_layout
25036
25037 \begin_layout Standard
25038 Auf Fußnoten kann wie auf andere Gleitobjekte verwiesen werden, wenn in
25039  der Fußnote eine Marke eingefügt wurde.
25040  Dies ist ein Querverweis auf Fußnote
25041 \begin_inset space ~
25042 \end_inset
25043
25044
25045 \begin_inset CommandInset ref
25046 LatexCommand ref
25047 reference "fuss:Fußnoten-Beispiel"
25048
25049 \end_inset
25050
25051 .
25052 \end_layout
25053
25054 \begin_layout Standard
25055 \begin_inset VSpace defskip
25056 \end_inset
25057
25058 Fußnoten in Tabellen werden von LaTeX aus technischen Gründen nicht gedruckt.
25059  Jedoch gibt es eine andere Methode sie zu drucken: Anstatt einer Fußnote
25060  wird der Befehl 
25061 \series bold
25062
25063 \backslash
25064 footnotemark{}
25065 \series default
25066  als TeX-Code eingefügt.
25067  Der Text der Fußnote wird als Argument des TeX-Code-Befehls 
25068 \series bold
25069
25070 \backslash
25071 footnotetext
25072 \series default
25073  nach der Tabelle eingegeben.
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077 Hinter folgender Tabelle wurde als Beispiel dieser Befehl eingegeben:
25078 \end_layout
25079
25080 \begin_layout Standard
25081
25082 \series bold
25083
25084 \backslash
25085 footnotetext{
25086 \series default
25087 Gedruckte Tabellenfußnote.
25088 \series bold
25089 }
25090 \end_layout
25091
25092 \begin_layout Standard
25093 \begin_inset Tabular
25094 <lyxtabular version="3" rows="2" columns="1">
25095 <features tabularvalignment="middle">
25096 <column alignment="center" valignment="top" width="0">
25097 <row>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 Dies ist ein Beispieltext.
25103 \begin_inset Foot
25104 status open
25105
25106 \begin_layout Plain Layout
25107 Diese Fußnote wird nicht gedruckt!
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 <row>
25119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 Dies ist ein Beispieltext.
25124 \begin_inset ERT
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128
25129
25130 \backslash
25131 footnotemark{}
25132 \end_layout
25133
25134 \end_inset
25135
25136
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 </row>
25142 </lyxtabular>
25143
25144 \end_inset
25145
25146
25147 \begin_inset ERT
25148 status collapsed
25149
25150 \begin_layout Plain Layout
25151
25152
25153 \backslash
25154 footnotetext{
25155 \end_layout
25156
25157 \end_inset
25158
25159 Gedruckte Tabellenfußnote.
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165 }
25166 \end_layout
25167
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Standard
25174 Fußnoten in langen Tabellen sind in Abschnitt
25175 \begin_inset space ~
25176 \end_inset
25177
25178
25179 \begin_inset CommandInset ref
25180 LatexCommand ref
25181 reference "uab:Fußnoten-in-langen"
25182
25183 \end_inset
25184
25185  beschrieben.
25186 \end_layout
25187
25188 \begin_layout Standard
25189 Fußnoten in Minipage-Boxen werden gedruckt, allerdings innerhalb der Box
25190  und mit einer anderen Nummerierung, da eine Minipage-Box wie eine Seite
25191  innerhalb einer Seite ist.
25192  (Mehr über Minipages ist in Abschnitt
25193 \begin_inset space ~
25194 \end_inset
25195
25196
25197 \begin_inset CommandInset ref
25198 LatexCommand ref
25199 reference "abs:Minipage"
25200
25201 \end_inset
25202
25203  zu finden.) Um eine Fußnote in der Minipage zu erhalten, die am unteren
25204  Seitenrand wie normale Fußnoten gedruckt wird, verenden Sie ebenfalls die
25205  Methode mit 
25206 \series bold
25207
25208 \backslash
25209 footnotemark{}
25210 \series default
25211  und 
25212 \series bold
25213
25214 \backslash
25215 footnotetext
25216 \series default
25217 .
25218 \end_layout
25219
25220 \begin_layout Standard
25221 \begin_inset Box Frameless
25222 position "t"
25223 hor_pos "c"
25224 has_inner_box 1
25225 inner_pos "t"
25226 use_parbox 0
25227 use_makebox 0
25228 width "100col%"
25229 special "none"
25230 height "1in"
25231 height_special "totalheight"
25232 status open
25233
25234 \begin_layout Plain Layout
25235 Dies ist ein Beispieltext.in einer Minipage.
25236 \begin_inset Foot
25237 status open
25238
25239 \begin_layout Plain Layout
25240 Fußnote in einer Minipage.
25241 \end_layout
25242
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \begin_layout Plain Layout
25249 Dies ist ein Beispieltext.
25250  in einer Minipage.
25251 \begin_inset ERT
25252 status collapsed
25253
25254 \begin_layout Plain Layout
25255
25256
25257 \backslash
25258 footnotemark{}
25259 \end_layout
25260
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267
25268
25269 \end_layout
25270
25271 \begin_layout Standard
25272 \begin_inset ERT
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276
25277
25278 \backslash
25279 footnotetext{
25280 \end_layout
25281
25282 \end_inset
25283
25284 Fußnote außerhalb der Minipage.
25285 \begin_inset ERT
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289
25290 }
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 \begin_inset VSpace defskip
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 Um auf eine Fußnote mehrere Male zu verweisen, ohne dabei jedes Mal den
25307  Fußnotentext zu drucken, verwenden Sie den TeX-Code-Befehl 
25308 \series bold
25309
25310 \backslash
25311 footnotemark[Nummer]
25312 \series default
25313 .
25314 \begin_inset Newline newline
25315 \end_inset
25316
25317 Weil Sie die Nummer der Fußnote nicht im Voraus wissen können, müssen Sie
25318  sie speichern, nachdem Sie die Fußnote eingefügt haben.
25319  Hinter Fußnote
25320 \begin_inset space ~
25321 \end_inset
25322
25323
25324 \begin_inset CommandInset ref
25325 LatexCommand ref
25326 reference "fuss:Fußnoten-Beispiel"
25327
25328 \end_inset
25329
25330  wurde das mit folgenden TeX-Code-Befehlen gemacht:
25331 \end_layout
25332
25333 \begin_layout Standard
25334
25335 \series bold
25336
25337 \backslash
25338 newcounter{MyRepeatFoot}
25339 \begin_inset Newline newline
25340 \end_inset
25341
25342
25343 \backslash
25344 setcounter{MyRepeatFoot}{
25345 \backslash
25346 thefootnote}
25347 \end_layout
25348
25349 \begin_layout Standard
25350 Die Fußnotenmarke wurde dann mit diesem TeX-Code-Befehl definiert;
25351 \end_layout
25352
25353 \begin_layout Standard
25354
25355 \series bold
25356
25357 \backslash
25358 footnotemark[
25359 \backslash
25360 theMyRepeatFoot]
25361 \end_layout
25362
25363 \begin_layout Standard
25364 Hier ist eine wiederholte Fußnote:
25365 \begin_inset ERT
25366 status collapsed
25367
25368 \begin_layout Plain Layout
25369
25370
25371 \backslash
25372 footnotemark[
25373 \backslash
25374 theMyRepeatFoot]
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \begin_layout Standard
25383 Wenn Sie die letzte Fußnote wiederholen wollen, können Sie die Speicherung
25384  der Fußnotennummer weglassen und stattdessen diesen Befehl verwenden:
25385 \end_layout
25386
25387 \begin_layout Standard
25388
25389 \series bold
25390
25391 \backslash
25392 footnotemark[
25393 \backslash
25394 thefootnote]
25395 \end_layout
25396
25397 \begin_layout Standard
25398 Hier ist eine weitere wiederholte Fußnote:
25399 \begin_inset ERT
25400 status collapsed
25401
25402 \begin_layout Plain Layout
25403
25404
25405 \backslash
25406 footnotemark[
25407 \backslash
25408 thefootnote]
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Subsection
25417 Fußnoten-Nummerierung
25418 \begin_inset CommandInset label
25419 LatexCommand label
25420 name "uab:Fußnoten-Nummerierung"
25421
25422 \end_inset
25423
25424
25425 \begin_inset Index idx
25426 status collapsed
25427
25428 \begin_layout Plain Layout
25429 Fußnoten ! Nummerierung
25430 \end_layout
25431
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \begin_layout Standard
25438 Um Fußnoten nach jedem Abschnitt
25439 \family roman
25440  auf 1 zurückzusetzen, 
25441 \family default
25442 müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25443 \end_layout
25444
25445 \begin_layout Standard
25446
25447 \series bold
25448
25449 \backslash
25450 @addtoreset{footnote}{section}
25451 \end_layout
25452
25453 \begin_layout Standard
25454 \begin_inset VSpace bigskip
25455 \end_inset
25456
25457 Der folgende Befehl ändert die Fußnoten-Nummerierung auf kleine römische
25458  Zahlen:
25459 \end_layout
25460
25461 \begin_layout Standard
25462
25463 \series bold
25464
25465 \backslash
25466 renewcommand{
25467 \backslash
25468 thefootnote}{
25469 \backslash
25470 roman{footnote}}
25471 \end_layout
25472
25473 \begin_layout Standard
25474 \begin_inset ERT
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478
25479
25480 \backslash
25481 renewcommand{
25482 \backslash
25483 thefootnote}{
25484 \backslash
25485 roman{footnote}}
25486 \end_layout
25487
25488 \end_inset
25489
25490  Hier ist ein Beispiel für solch eine Fußnote:
25491 \begin_inset Foot
25492 status open
25493
25494 \begin_layout Plain Layout
25495 Dies ist eine Fußnote mit kleinen römischen Zahlen
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 Um den Nummerierungsstil auf große römische Zahlen zu ändern, ersetzen Sie
25505  in obigem Befehl 
25506 \series bold
25507
25508 \backslash
25509 roman
25510 \series default
25511  durch 
25512 \series bold
25513
25514 \backslash
25515 Roman
25516 \series default
25517 .
25518  Um Fußnoten mit großen oder kleinen Buchstaben zu 
25519 \begin_inset Quotes gld
25520 \end_inset
25521
25522 nummerieren
25523 \begin_inset Quotes grd
25524 \end_inset
25525
25526 , verwenden Sie die Befehle 
25527 \series bold
25528
25529 \backslash
25530 Alph
25531 \series default
25532  oder 
25533 \series bold
25534
25535 \backslash
25536 alph
25537 \series default
25538 .
25539  Für die 
25540 \begin_inset Quotes gld
25541 \end_inset
25542
25543 Nummerierung
25544 \begin_inset Quotes grd
25545 \end_inset
25546
25547  mit Symbolen steht der Befehl 
25548 \series bold
25549
25550 \backslash
25551 fnsymbol
25552 \series default
25553  zur Verfügung.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 \begin_inset Note Greyedout
25558 status open
25559
25560 \begin_layout Plain Layout
25561
25562 \series bold
25563 Bemerkung 1:
25564 \series default
25565  Mit Buchstaben können höchstens 26 Fußnoten nummeriert werden, weil nur
25566  
25567 \emph on
25568 ein
25569 \emph default
25570  Buchstabe verwendet wird.
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \begin_inset Newline newline
25577 \end_inset
25578
25579
25580 \begin_inset Note Greyedout
25581 status open
25582
25583 \begin_layout Plain Layout
25584
25585 \series bold
25586 Bemerkung 2:
25587 \series default
25588  Mit Symbolen können höchstens 9 Fußnoten nummeriert werden.
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \begin_layout Standard
25597 Um zur Standard-Nummerierung zurückzukehren, verwenden Sie 
25598 \series bold
25599
25600 \backslash
25601 arabic
25602 \series default
25603  anstelle von 
25604 \series bold
25605
25606 \backslash
25607 roman
25608 \series default
25609  in obigem Befehl.
25610 \begin_inset ERT
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614
25615
25616 \backslash
25617 renewcommand{
25618 \backslash
25619 thefootnote}{
25620 \backslash
25621 arabic{footnote}}
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \begin_layout Standard
25630 \begin_inset VSpace bigskip
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Standard
25637 Wenn Sie wollen, dass Fußnoten nach dem Schema 
25638 \begin_inset Quotes gld
25639 \end_inset
25640
25641 Kapitel.Fußnote
25642 \begin_inset Quotes grd
25643 \end_inset
25644
25645  nummeriert werden, müssen Sie folgenden Befehl in den LaTeX-Vorspann schreiben:
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \series bold
25651
25652 \backslash
25653 numberwithin{footnote}{chapter}
25654 \end_layout
25655
25656 \begin_layout Standard
25657 Um 
25658 \series bold
25659
25660 \backslash
25661 numberwithin
25662 \series default
25663  benutzen zu können, muss in den 
25664 \family sans
25665 Mathe
25666 \begin_inset space ~
25667 \end_inset
25668
25669 Optionen
25670 \family default
25671  der 
25672 \family sans
25673 Dokument-Einstellungen
25674 \family default
25675  
25676 \family sans
25677 AMS
25678 \begin_inset space ~
25679 \end_inset
25680
25681 Mathe
25682 \begin_inset space ~
25683 \end_inset
25684
25685 Paket
25686 \family default
25687
25688 \begin_inset space ~
25689 \end_inset
25690
25691
25692 \family sans
25693 verwenden
25694 \family default
25695  angekreuzt sein.
25696 \begin_inset ERT
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700
25701
25702 \backslash
25703 numberwithin{footnote}{chapter}
25704 \end_layout
25705
25706 \end_inset
25707
25708  Hier ist ein Beispiel für solch eine Fußnote.
25709 \series bold
25710
25711 \begin_inset Foot
25712 status open
25713
25714 \begin_layout Plain Layout
25715 Dies ist eine Fußnote nach dem Schema 
25716 \begin_inset Quotes gld
25717 \end_inset
25718
25719 Kapitel.Fußnote
25720 \begin_inset Quotes grd
25721 \end_inset
25722
25723 .
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \series default
25730
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735
25736
25737 \backslash
25738 renewcommand{
25739 \backslash
25740 thefootnote}{
25741 \backslash
25742 arabic{footnote}}
25743 \end_layout
25744
25745 \end_inset
25746
25747
25748 \end_layout
25749
25750 \begin_layout Standard
25751 \begin_inset Note Greyedout
25752 status open
25753
25754 \begin_layout Plain Layout
25755
25756 \series bold
25757 Bemerkung:
25758 \series default
25759  
25760 \series bold
25761
25762 \backslash
25763 numberwithin
25764 \series default
25765  verwendet ausschließlich arabische Ziffern für Fußnoten; vorherige Definitionen
25766  werden überschrieben.
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Standard
25775 Um also z.
25776 \begin_inset space \thinspace{}
25777 \end_inset
25778
25779 B.
25780  das Schema 
25781 \begin_inset Quotes gld
25782 \end_inset
25783
25784 Kapitel.
25785 \backslash
25786 Roman{footnote}
25787 \begin_inset Quotes grd
25788 \end_inset
25789
25790  zu erhalten, muss dieser Befehl anstelle von 
25791 \series bold
25792
25793 \backslash
25794 numberwithin
25795 \series default
25796  verwendet werden:
25797 \end_layout
25798
25799 \begin_layout Standard
25800
25801 \series bold
25802
25803 \backslash
25804 renewcommand{
25805 \backslash
25806 thefootnote}{
25807 \backslash
25808 thechapter.
25809 \backslash
25810 Roman{footnote}}
25811 \end_layout
25812
25813 \begin_layout Subsection
25814 Fußnoten-Platzierung
25815 \begin_inset Index idx
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 Fußnoten ! Platzierung
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Wenn Sie auf einer Seite mehrere Fußnoten haben, werden sie untereinander
25829  ohne Zwischenraum am Ende der Seite gedruckt.
25830  Damit sie besser zu unterscheiden sind, kann man mit folgendem Befehl im
25831  LaTeX-Vorspann 1.5
25832 \begin_inset space \thinspace{}
25833 \end_inset
25834
25835 mm Zwischenraum einfügen:
25836 \end_layout
25837
25838 \begin_layout Standard
25839
25840 \series bold
25841
25842 \backslash
25843 let
25844 \backslash
25845 myFoot
25846 \backslash
25847 footnote
25848 \begin_inset Newline newline
25849 \end_inset
25850
25851
25852 \backslash
25853 renewcommand{
25854 \backslash
25855 footnote}[1]{
25856 \backslash
25857 myFoot{#1
25858 \backslash
25859 vspace{1.5mm}}}
25860 \end_layout
25861
25862 \begin_layout Standard
25863 \begin_inset VSpace bigskip
25864 \end_inset
25865
25866 In einem zweispaltigen Dokument werden die Fußnoten am unteren Rand jeder
25867  Spalte gedruckt, Abbildung
25868 \begin_inset space ~
25869 \end_inset
25870
25871
25872 \begin_inset CommandInset ref
25873 LatexCommand ref
25874 reference "abb:Standard-Fußnoten-Platzierung-in"
25875
25876 \end_inset
25877
25878 .
25879  Wenn die Fußnoten nur unter der rechten Spalte gedruckt werden sollen wie
25880  in Abbildung
25881 \begin_inset space ~
25882 \end_inset
25883
25884
25885 \begin_inset CommandInset ref
25886 LatexCommand ref
25887 reference "abb:Fußnoten-Platzierung-in-einem"
25888
25889 \end_inset
25890
25891 , müssen Sie das LaTeX-Paket 
25892 \series bold
25893 ftnright
25894 \series default
25895
25896 \begin_inset Index idx
25897 status collapsed
25898
25899 \begin_layout Plain Layout
25900 LaTeX-Pakete ! ftnright
25901 \end_layout
25902
25903 \end_inset
25904
25905  mit folgendem Befehl im LaTeX-Vorspann einfügen:
25906 \end_layout
25907
25908 \begin_layout Standard
25909
25910 \series bold
25911
25912 \backslash
25913 usepackage{ftnright}
25914 \end_layout
25915
25916 \begin_layout Standard
25917 \begin_inset Float figure
25918 placement !h
25919 wide false
25920 sideways false
25921 status open
25922
25923 \begin_layout Plain Layout
25924 \begin_inset ERT
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928
25929
25930 \backslash
25931 framebox{
25932 \end_layout
25933
25934 \end_inset
25935
25936
25937 \begin_inset Graphics
25938         filename ../clipart/without_fntright.pdf
25939         width 100col%
25940         scaleBeforeRotation
25941
25942 \end_inset
25943
25944
25945 \begin_inset ERT
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950 }
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \begin_layout Plain Layout
25959 \begin_inset Caption
25960
25961 \begin_layout Plain Layout
25962 \begin_inset CommandInset label
25963 LatexCommand label
25964 name "abb:Standard-Fußnoten-Platzierung-in"
25965
25966 \end_inset
25967
25968 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25969 \begin_inset Argument
25970 status open
25971
25972 \begin_layout Plain Layout
25973 Standard-Fußnoten-Platzierung in einem zweispaltigen Dokument
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \begin_layout Standard
25992 \begin_inset Float figure
25993 placement !h
25994 wide false
25995 sideways false
25996 status open
25997
25998 \begin_layout Plain Layout
25999 \begin_inset ERT
26000 status collapsed
26001
26002 \begin_layout Plain Layout
26003
26004
26005 \backslash
26006 framebox{
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \begin_inset Graphics
26013         filename ../clipart/with_fntright.pdf
26014         width 100col%
26015         scaleBeforeRotation
26016
26017 \end_inset
26018
26019
26020 \begin_inset ERT
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024
26025 }
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \end_layout
26032
26033 \begin_layout Plain Layout
26034 \begin_inset Caption
26035
26036 \begin_layout Plain Layout
26037 \begin_inset CommandInset label
26038 LatexCommand label
26039 name "abb:Fußnoten-Platzierung-in-einem"
26040
26041 \end_inset
26042
26043 Fußnoten-Platzierung in einem zweispaltigen Dokument mit dem LaTeX-Paket
26044  
26045 \series bold
26046 ftnright
26047 \series default
26048 .
26049 \begin_inset Argument
26050 status collapsed
26051
26052 \begin_layout Plain Layout
26053 Fußnoten-Platzierung mit 
26054 \family typewriter
26055 ftnright
26056 \end_layout
26057
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \end_layout
26072
26073 \begin_layout Standard
26074 \begin_inset VSpace bigskip
26075 \end_inset
26076
26077 In einigen wissenschaftlichen Veröffentlichungen werden alle Fußnoten am
26078  Ende eines Abschnitts in einem eigenen Absatz wie in Abbildung
26079 \begin_inset space ~
26080 \end_inset
26081
26082
26083 \begin_inset CommandInset ref
26084 LatexCommand ref
26085 reference "abb:endnotes"
26086
26087 \end_inset
26088
26089  gedruckt.
26090  Man nennt sie dann 
26091 \begin_inset Quotes gld
26092 \end_inset
26093
26094 Endnoten
26095 \begin_inset Quotes grd
26096 \end_inset
26097
26098 .
26099 \begin_inset Index idx
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103 Endnoten
26104 \end_layout
26105
26106 \end_inset
26107
26108  Um das zu erreichen, laden Sie im Menü 
26109 \family sans
26110 Dokument\SpecialChar \menuseparator
26111 Einstellungen\SpecialChar \menuseparator
26112 Module 
26113 \family default
26114 das Modul 
26115 \family sans
26116 Fußnote
26117 \begin_inset space ~
26118 \end_inset
26119
26120 als
26121 \begin_inset space ~
26122 \end_inset
26123
26124 Endnote
26125 \family default
26126 .
26127  Um die gesammelten Fußnoten zu drucken, fügen Sie den Befehl
26128 \end_layout
26129
26130 \begin_layout Standard
26131
26132 \series bold
26133
26134 \backslash
26135 theendnotes
26136 \end_layout
26137
26138 \begin_layout Standard
26139 als TeX-Code am Ende des Abschnitts oder Kapitels ein.
26140 \end_layout
26141
26142 \begin_layout Standard
26143 \begin_inset Float figure
26144 wide false
26145 sideways false
26146 status open
26147
26148 \begin_layout Plain Layout
26149 \align center
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 framebox{
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \begin_inset Graphics
26164         filename ../clipart/endnotes.pdf
26165         scaleBeforeRotation
26166
26167 \end_inset
26168
26169
26170 \begin_inset ERT
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174
26175 }
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \begin_layout Plain Layout
26184 \begin_inset Caption
26185
26186 \begin_layout Plain Layout
26187 \begin_inset CommandInset label
26188 LatexCommand label
26189 name "abb:endnotes"
26190
26191 \end_inset
26192
26193
26194 \series bold
26195 endnotes
26196 \series default
26197  – Die Fußnoten werden am Ende eines Abschnitts in einem eigenen Paragraphen
26198  gedruckt.
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \begin_layout Standard
26212 \begin_inset VSpace medskip
26213 \end_inset
26214
26215 Die Absatzüberschrift für die Endnoten wird nicht automatisch in die Dokumentspr
26216 ache übersetzt.
26217  Der folgende Befehl im LaTeX-Vorspann  übersetzt den englischen Namen 
26218 \begin_inset Quotes gld
26219 \end_inset
26220
26221 Notes
26222 \begin_inset Quotes grd
26223 \end_inset
26224
26225  in 
26226 \begin_inset Quotes gld
26227 \end_inset
26228
26229 Anmerkungen
26230 \begin_inset Quotes grd
26231 \end_inset
26232
26233 :
26234 \end_layout
26235
26236 \begin_layout Standard
26237
26238 \series bold
26239
26240 \backslash
26241 renewcommand{
26242 \backslash
26243 notesname}{Anmerkungen}
26244 \end_layout
26245
26246 \begin_layout Standard
26247 \begin_inset VSpace medskip
26248 \end_inset
26249
26250 Wenn Sie in den Befehlen von Abschnitt
26251 \begin_inset space ~
26252 \end_inset
26253
26254
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "uab:Fußnoten-Nummerierung"
26258
26259 \end_inset
26260
26261  
26262 \series bold
26263
26264 \backslash
26265 thefootnote
26266 \series default
26267  durch 
26268 \series bold
26269
26270 \backslash
26271 theendnote
26272 \series default
26273  ersetzen, können Sie die Nummerierung von Endnoten ändern.
26274  Um die Endnoten-Nummern zurückzusetzen, benutzen Sie den Befehl 
26275 \series bold
26276
26277 \backslash
26278 @addtoreset
26279 \series default
26280  wie in Abschnitt
26281 \begin_inset space \space{}
26282 \end_inset
26283
26284
26285 \begin_inset CommandInset ref
26286 LatexCommand ref
26287 reference "uab:Fußnoten-Nummerierung"
26288
26289 \end_inset
26290
26291  beschrieben und ersetzen 
26292 \series bold
26293 footnote
26294 \series default
26295  durch 
26296 \series bold
26297 endnote
26298 \series default
26299 .
26300 \end_layout
26301
26302 \begin_layout Standard
26303 Für Endnoten gibt es den Befehl 
26304 \series bold
26305
26306 \backslash
26307 endnotemark[Nummer]
26308 \series default
26309  analog zum Befehl 
26310 \series bold
26311
26312 \backslash
26313 footnotemark
26314 \series default
26315  der in Abschnitt
26316 \begin_inset space ~
26317 \end_inset
26318
26319
26320 \begin_inset CommandInset ref
26321 LatexCommand ref
26322 reference "abs:Fußnoten"
26323
26324 \end_inset
26325
26326  beschrieben ist.
26327 \end_layout
26328
26329 \begin_layout Standard
26330 \begin_inset VSpace bigskip
26331 \end_inset
26332
26333 Mit dem LaTeX-Paket 
26334 \series bold
26335 footmisc
26336 \series default
26337
26338 \begin_inset Index idx
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342 LaTeX-Pakete ! footmisc
26343 \end_layout
26344
26345 \end_inset
26346
26347  (
26348 \begin_inset CommandInset citation
26349 LatexCommand cite
26350 key "footmisc"
26351
26352 \end_inset
26353
26354 ) können Sie Fußnoten am Seitenrand drucken und die Textausrichtung ändern.
26355 \end_layout
26356
26357 \begin_layout Standard
26358 In LaTeX-Büchern, 
26359 \begin_inset CommandInset citation
26360 LatexCommand cite
26361 key "latexcompanion,latexguide,lamport,latex-praxisbuch"
26362
26363 \end_inset
26364
26365 , finden Sie weiteres zu Fußnoten.
26366 \end_layout
26367
26368 \begin_layout Section
26369 Randnotizen
26370 \begin_inset Index idx
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374 Randnotizen
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \begin_inset Index idx
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384 Notizen ! Randnotizen
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Standard
26393 Randnotizen sehen in LyX wie Fußnoten aus und verhalten sich auch so.
26394  Sie fügen sie mit einem Klick auf den Schalter 
26395 \begin_inset Graphics
26396         filename ../../images/marginalnote-insert.png
26397         scale 70
26398         scaleBeforeRotation
26399
26400 \end_inset
26401
26402  oder über 
26403 \family sans
26404 Einfügen\SpecialChar \menuseparator
26405 Randnotiz
26406 \family default
26407  ein.
26408  Ein graues Kästchen mit der Aufschrift 
26409 \begin_inset Quotes gld
26410 \end_inset
26411
26412 Rand
26413 \begin_inset Quotes grd
26414 \end_inset
26415
26416  erscheint
26417 \family roman
26418 \series medium
26419 , und dort, wo der Cursor steht, können Sie Text eingeben.
26420 \end_layout
26421
26422 \begin_layout Standard
26423 Hier am Rand sehen Sie eine Randnotiz.
26424  
26425 \begin_inset Marginal
26426 status open
26427
26428 \begin_layout Plain Layout
26429 Dies ist eine Randnotiz.
26430 \end_layout
26431
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \begin_layout Standard
26438 In der Druckausgabe von einseitig formatierten Dokumenten werden Randnotizen
26439  am rechten Rand gesetzt, bei doppelseitigen außen – links auf den geraden
26440  Seiten und rechts auf den ungeraden.
26441  Der Text ist rechtsbündig ausgerichtet, wenn die Randnotiz links gedruckt
26442  wird und umgekehrt.
26443  Die erste Zeile einer Randnotiz steht in der Textzeile, in der sie eingefügt
26444  wurde.
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \begin_inset VSpace bigskip
26449 \end_inset
26450
26451 Um eine Randnotiz am inneren Rand zu drucken, fügen Sie den Befehl
26452 \end_layout
26453
26454 \begin_layout Standard
26455
26456 \series bold
26457
26458 \backslash
26459 reversemarginpar
26460 \end_layout
26461
26462 \begin_layout Standard
26463 als TeX-Code vor einer Randnotiz ein.
26464  Das gilt dann für alle folgenden Randnotizen.
26465  
26466 \begin_inset ERT
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470
26471
26472 \backslash
26473 reversemarginpar 
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \begin_inset Marginal
26480 status open
26481
26482 \begin_layout Plain Layout
26483 Hier ist ein Beispiel im inneren Rand.
26484 \end_layout
26485
26486 \end_inset
26487
26488
26489 \begin_inset Newline newline
26490 \end_inset
26491
26492
26493 \begin_inset Note Greyedout
26494 status open
26495
26496 \begin_layout Plain Layout
26497  
26498 \series bold
26499 Achtung:
26500 \series default
26501  Oft ist am inneren Rand nicht genügend Platz, um den Text korrekt zu drucken.
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \begin_layout Standard
26510 Um zur Standard-Platzierung zurückzukehren, fügen Sie den Befehl
26511 \end_layout
26512
26513 \begin_layout Standard
26514
26515 \series bold
26516
26517 \backslash
26518 normalmarginpar
26519 \end_layout
26520
26521 \begin_layout Standard
26522 als TeX-Code ein.
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527
26528
26529 \backslash
26530 normalmarginpar 
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 \begin_inset Note Greyedout
26540 status open
26541
26542 \begin_layout Plain Layout
26543
26544 \series bold
26545 Achtung:
26546 \series default
26547  Der Befehl wird missachtet, wenn er im selben Absatz wie 
26548 \series bold
26549
26550 \backslash
26551 reversemarginpar
26552 \series default
26553  verwendet wird.
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \begin_layout Standard
26562 \begin_inset VSpace bigskip
26563 \end_inset
26564
26565
26566 \begin_inset Marginal
26567 status open
26568
26569 \begin_layout Plain Layout
26570
26571 \family roman
26572 \series medium
26573 EinSehrLangesWort am Anfang, das umgebrochen wird.
26574 \end_layout
26575
26576 \end_inset
26577
26578  Ähnlich wie in Abschnitt
26579 \begin_inset space ~
26580 \end_inset
26581
26582
26583 \begin_inset CommandInset ref
26584 LatexCommand ref
26585 reference "uab:Mehrfache-Zeilen-in"
26586
26587 \end_inset
26588
26589  beschrieben können lange Worte nicht umgebrochen werden, wenn sie das erste
26590  Wort der Randnotiz sind.
26591  Um das zu vermeiden, fügen sie 0
26592 \begin_inset space \thinspace{}
26593 \end_inset
26594
26595 pt horizontalen Abstand vor dem Wort ein, so wie hier: 
26596 \begin_inset Marginal
26597 status open
26598
26599 \begin_layout Plain Layout
26600 \begin_inset space \hspace{}
26601 \length 0pt
26602 \end_inset
26603
26604
26605 \family roman
26606 \series medium
26607 EinSehrLangesWort am Anfang, das umgebrochen wird.
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \begin_layout Standard
26616 \begin_inset VSpace bigskip
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Standard
26623 \begin_inset Note Greyedout
26624 status open
26625
26626 \begin_layout Plain Layout
26627
26628 \series bold
26629 Bemerkung:
26630 \series default
26631  Randnotizen können ohne Tricks nicht in Tabellen, Gleitumgebungen und Fußnoten
26632  verwendet werden.
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \begin_layout Standard
26641 \begin_inset VSpace bigskip
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Standard
26648 \begin_inset ERT
26649 status collapsed
26650
26651 \begin_layout Plain Layout
26652
26653
26654 \backslash
26655 ifmarginnote
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \begin_inset Note Note
26662 status open
26663
26664 \begin_layout Plain Layout
26665 Der folgende Abschnitt wird nur gedruckt, wenn das LaTeX-Paket 
26666 \series bold
26667 marginnote
26668 \series default
26669  installiert ist.
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \begin_layout Standard
26678 Diese Einschränkung kann umgangen werden, wenn das LaTeX-Paket 
26679 \series bold
26680 marginnote
26681 \series default
26682
26683 \begin_inset Index idx
26684 status collapsed
26685
26686 \begin_layout Plain Layout
26687 LaTeX-Pakete ! marginnote
26688 \end_layout
26689
26690 \end_inset
26691
26692  verwendet wird.
26693  Wenn Sie diese zwei Zeilen zum LaTeX-Vorspann hinzufügen, wird der Befehl,
26694  der von LyX für Randnotizen verwendet wird, umdefiniert, so dass der Befehl
26695  des Pakets 
26696 \series bold
26697 marginnote
26698 \series default
26699  für Randnotizen verwendet wird:
26700 \end_layout
26701
26702 \begin_layout Standard
26703
26704 \series bold
26705
26706 \backslash
26707 usepackage{marginnote}
26708 \begin_inset Newline newline
26709 \end_inset
26710
26711
26712 \backslash
26713 let
26714 \backslash
26715 marginpar
26716 \backslash
26717 marginnote
26718 \end_layout
26719
26720 \begin_layout Standard
26721 Dies wird auch in diesem Dokument verwendet, denn 
26722 \series bold
26723 marginnote
26724 \series default
26725  hat eine andere nützliche Eigenschaft: Man kann einen vertikalen Versatz
26726  für Randnotizen angeben.
26727  Dies wird oft für ein besseres Seitenformat verwendet, wenn zu viele Randnotize
26728 n zu dicht beieinander sind.
26729  Der Versatz wird in LyX als TeX-Code direkt nach der Randnotiz mit dem
26730  Schema
26731 \end_layout
26732
26733 \begin_layout Standard
26734
26735 \series bold
26736 [Versatz]
26737 \end_layout
26738
26739 \begin_layout Standard
26740 angegeben.
26741  Dabei ist der Versatz eine Länge mit einer der Einheiten, die in Tabelle
26742 \begin_inset space ~
26743 \end_inset
26744
26745
26746 \begin_inset CommandInset ref
26747 LatexCommand ref
26748 reference "tab:Maßeinheiten"
26749
26750 \end_inset
26751
26752  aufgelistet sind.
26753  Ein negativer Wert versetzt die Randnotiz nach oben, ein positiver Wert
26754  nach unten.
26755  Zum Beispiel ist die Randnotiz neben diesem Text um 1.5
26756 \begin_inset space \thinspace{}
26757 \end_inset
26758
26759 cm mit dem TeX-Code-Befehl  
26760 \begin_inset Quotes gld
26761 \end_inset
26762
26763
26764 \series bold
26765 [-1.5cm]
26766 \series default
26767
26768 \begin_inset Quotes grd
26769 \end_inset
26770
26771  nach oben versetzt.
26772 \begin_inset Marginal
26773 status open
26774
26775 \begin_layout Plain Layout
26776 Diese Randnotiz ist 1.5
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 cm von ihrer Originalposition nach oben versetzt.
26781 \end_layout
26782
26783 \end_inset
26784
26785
26786 \begin_inset ERT
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790
26791 [-1.5cm]
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \begin_layout Standard
26800 \begin_inset VSpace medskip
26801 \end_inset
26802
26803 Mit 
26804 \series bold
26805 marginnote
26806 \series default
26807  können Sie auch die Ausrichtung des Texts in der Randnotiz ändern.
26808  Zum Beispiel setzen die Befehle
26809 \end_layout
26810
26811 \begin_layout Standard
26812
26813 \series bold
26814
26815 \backslash
26816 renewcommand*{
26817 \backslash
26818 raggedleftmarginnote}{
26819 \backslash
26820 centering}
26821 \begin_inset Newline newline
26822 \end_inset
26823
26824
26825 \backslash
26826 renewcommand*{
26827 \backslash
26828 raggedrightmarginnote}{
26829 \backslash
26830 centering}
26831 \end_layout
26832
26833 \begin_layout Standard
26834 die Ausrichtung auf zentriert.
26835  
26836 \series bold
26837
26838 \backslash
26839 raggedleftmarginnote
26840 \series default
26841  bewirkt dabei, dass die Randnotiz auf der linken Seite erscheint.
26842  
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 renewcommand*{
26851 \backslash
26852 raggedleftmarginnote}{
26853 \backslash
26854 centering}
26855 \end_layout
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 renewcommand*{
26862 \backslash
26863 raggedrightmarginnote}{
26864 \backslash
26865 centering}
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \begin_inset Marginal
26872 status open
26873
26874 \begin_layout Plain Layout
26875 Der Text dieser Randnotiz ist zentriert ausgerichtet.
26876 \end_layout
26877
26878 \end_inset
26879
26880  Die Voreinstellung ist
26881 \end_layout
26882
26883 \begin_layout Standard
26884
26885 \series bold
26886
26887 \backslash
26888 renewcommand*{
26889 \backslash
26890 raggedleftmarginnote}{
26891 \backslash
26892 raggedleft}
26893 \begin_inset Newline newline
26894 \end_inset
26895
26896
26897 \backslash
26898 renewcommand*{
26899 \backslash
26900 raggedrightmarginnote}{
26901 \backslash
26902 raggedright}
26903 \series default
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 raggedleft}
26917 \end_layout
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 renewcommand*{
26924 \backslash
26925 raggedrightmarginnote}{
26926 \backslash
26927 raggedright}
26928 \end_layout
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \begin_layout Standard
26936 \begin_inset VSpace medskip
26937 \end_inset
26938
26939 Für weitere Fähigkeiten des Pakets 
26940 \series bold
26941 marginnote
26942 \series default
26943  sei auf dessen Dokumentation verwiesen 
26944 \begin_inset CommandInset citation
26945 LatexCommand cite
26946 key "marginnote"
26947
26948 \end_inset
26949
26950 .
26951 \end_layout
26952
26953 \begin_layout Standard
26954 \begin_inset VSpace bigskip
26955 \end_inset
26956
26957 Das Format von Randnotizen kann allgemein durch Änderung ihrer Definition
26958  geändert werden.
26959  Um z.
26960 \begin_inset space \thinspace{}
26961 \end_inset
26962
26963 B.
26964  eine Überschrift für alle Randnotizen mit dem unterstrichenen, serifenlosen
26965  und fettgedruckten Text 
26966 \begin_inset Quotes eld
26967 \end_inset
26968
26969
26970 \family sans
26971 \series bold
26972 \bar under
26973 Achtung!
26974 \family default
26975 \series default
26976 \bar default
26977
26978 \begin_inset Quotes erd
26979 \end_inset
26980
26981  zu erstellen, fügen Sie dies zum LaTeX-Vorspann hinzu:
26982 \end_layout
26983
26984 \begin_layout Standard
26985
26986 \series bold
26987
26988 \backslash
26989 let
26990 \backslash
26991 myMarginpar
26992 \backslash
26993 marginpar
26994 \begin_inset Newline newline
26995 \end_inset
26996
26997
26998 \backslash
26999 renewcommand{
27000 \backslash
27001 marginpar}[1]{
27002 \backslash
27003 myMarginpar{%
27004 \begin_inset Newline newline
27005 \end_inset
27006
27007
27008 \begin_inset Phantom HPhantom
27009 status open
27010
27011 \begin_layout Plain Layout
27012
27013 \series bold
27014 \begin_inset space ~
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \backslash
27024 hspace{0pt}
27025 \backslash
27026 textsf{
27027 \backslash
27028 textbf{
27029 \backslash
27030 underbar{Achtung!}}}%
27031 \begin_inset Newline newline
27032 \end_inset
27033
27034
27035 \begin_inset Phantom HPhantom
27036 status open
27037
27038 \begin_layout Plain Layout
27039
27040 \series bold
27041 \begin_inset space ~
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \backslash
27051 vspace{1.5mm}
27052 \backslash
27053
27054 \backslash
27055 #1}}
27056 \end_layout
27057
27058 \begin_layout Standard
27059 \begin_inset ERT
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063
27064
27065 \backslash
27066 let
27067 \backslash
27068 myMarginpar
27069 \backslash
27070 marginpar
27071 \end_layout
27072
27073 \begin_layout Plain Layout
27074
27075
27076 \backslash
27077 renewcommand{
27078 \backslash
27079 marginpar}[1]{
27080 \backslash
27081 myMarginpar{%
27082 \end_layout
27083
27084 \begin_layout Plain Layout
27085
27086    
27087 \backslash
27088 textsf{
27089 \backslash
27090 textbf{
27091 \backslash
27092 underbar{Achtung!}}}%
27093 \end_layout
27094
27095 \begin_layout Plain Layout
27096
27097    
27098 \backslash
27099 vspace{1.5mm}
27100 \backslash
27101
27102 \backslash
27103 #1}}
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \begin_inset Marginal
27110 status open
27111
27112 \begin_layout Plain Layout
27113 Dies ist eine Randnotiz mit einer definierten Überschrift.
27114 \end_layout
27115
27116 \end_inset
27117
27118
27119 \begin_inset ERT
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123
27124 [-1.5cm]
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \begin_inset ERT
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134
27135
27136 \backslash
27137 renewcommand{
27138 \backslash
27139 marginpar}[1]{
27140 \backslash
27141 myMarginpar{#1}}
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \begin_inset Note Note
27148 status open
27149
27150 \begin_layout Plain Layout
27151 Das Format wurde nur für dieses Beispiel geändert.
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \end_layout
27158
27159 \begin_layout Standard
27160 \begin_inset ERT
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164
27165
27166 \backslash
27167 else
27168 \end_layout
27169
27170 \end_inset
27171
27172
27173 \begin_inset Note Note
27174 status open
27175
27176 \begin_layout Plain Layout
27177 Der folgende Hinweis wird gedruckt, wenn das LaTeX-Paket 
27178 \series bold
27179 marginnote
27180 \series default
27181  nicht installiert ist:
27182 \end_layout
27183
27184 \end_inset
27185
27186
27187 \end_layout
27188
27189 \begin_layout Standard
27190 Das LaTeX-Paket 
27191 \series bold
27192 marginnote
27193 \series default
27194  muss installiert sein, um den folgenden Abschnitt in der Ausgabe zu sehen.
27195 \end_layout
27196
27197 \begin_layout Standard
27198 \begin_inset ERT
27199 status collapsed
27200
27201 \begin_layout Plain Layout
27202
27203
27204 \backslash
27205 fi
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Chapter
27214 Boxen
27215 \end_layout
27216
27217 \begin_layout Section
27218 Einleitung
27219 \begin_inset Index idx
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223 Boxen ! Einleitung
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \begin_layout Standard
27232 Boxen werden benutzt, um einen Textblock zu formatieren.
27233  Sie können benutzt werden, um Dokumente in mehreren Sprachen zu schreiben,
27234  siehe Abschnitt
27235 \begin_inset space ~
27236 \end_inset
27237
27238
27239 \begin_inset CommandInset ref
27240 LatexCommand ref
27241 reference "abs:Minipage"
27242
27243 \end_inset
27244
27245 , um Text zu umrahmen, siehe Abschnitt
27246 \begin_inset space ~
27247 \end_inset
27248
27249
27250 \begin_inset CommandInset ref
27251 LatexCommand ref
27252 reference "uab:Verzierung"
27253
27254 \end_inset
27255
27256 , um Silbentrennung zu verhindern, siehe Abschnitt
27257 \begin_inset space ~
27258 \end_inset
27259
27260
27261 \begin_inset CommandInset ref
27262 LatexCommand ref
27263 reference "abs:Silbentrennung-unterbinden"
27264
27265 \end_inset
27266
27267 , um Text senkrecht auszurichten, siehe Abschnitt
27268 \begin_inset space ~
27269 \end_inset
27270
27271
27272 \begin_inset CommandInset ref
27273 LatexCommand ref
27274 reference "uab:Vertikale-Ausrichtung"
27275
27276 \end_inset
27277
27278  oder um die Hintergrundfarbe von Texten zu setzen, siehe Abschnitt
27279 \begin_inset space ~
27280 \end_inset
27281
27282
27283 \begin_inset CommandInset ref
27284 LatexCommand ref
27285 reference "abs:Farbige-Boxen"
27286
27287 \end_inset
27288
27289 .
27290 \end_layout
27291
27292 \begin_layout Standard
27293 Boxen werden mit 
27294 \family sans
27295 Einfügen\SpecialChar \menuseparator
27296 Box
27297 \family default
27298  oder dem Schalter 
27299 \begin_inset Graphics
27300         filename ../../images/box-insert.png
27301         scale 70
27302         scaleBeforeRotation
27303
27304 \end_inset
27305
27306  eingefügt.
27307  Ein graues Kästchen mit der Aufschrift 
27308 \begin_inset Quotes gld
27309 \end_inset
27310
27311 Box (Minipage)
27312 \begin_inset Quotes grd
27313 \end_inset
27314
27315  erscheint: 
27316 \begin_inset Graphics
27317         filename clipart/StandardBoxQt4.png
27318         scale 85
27319         scaleBeforeRotation
27320
27321 \end_inset
27322
27323  Mit einem Rechts\SpecialChar \-
27324 klick auf das graue Kästchen und der Auswahl von 
27325 \family sans
27326 Einstellungen
27327 \family default
27328  kann der Typ spezifiziert werden.
27329  Das Dialogfenster bietet bei 
27330 \family sans
27331 Innere
27332 \begin_inset space ~
27333 \end_inset
27334
27335 Box
27336 \family default
27337  die Typen 
27338 \family sans
27339 Makebox
27340 \family default
27341
27342 \family sans
27343 Parbox
27344 \family default
27345  und 
27346 \family sans
27347 Minipage
27348 \family default
27349  an.
27350  
27351 \family sans
27352 Minipage
27353 \family default
27354  ist die Standard-Einstellung für neue Boxen und in Abschnitt
27355 \begin_inset space ~
27356 \end_inset
27357
27358
27359 \begin_inset CommandInset ref
27360 LatexCommand ref
27361 reference "abs:Minipage"
27362
27363 \end_inset
27364
27365  beschrieben, 
27366 \family sans
27367 Parbox
27368 \family default
27369  in Abschnitt
27370 \begin_inset space ~
27371 \end_inset
27372
27373
27374 \begin_inset CommandInset ref
27375 LatexCommand ref
27376 reference "abs:Parbox"
27377
27378 \end_inset
27379
27380  und 
27381 \family sans
27382 Makebox
27383 \family default
27384  in 
27385 \begin_inset CommandInset ref
27386 LatexCommand ref
27387 reference "abs:Silbentrennung-unterbinden"
27388
27389 \end_inset
27390
27391 .
27392 \end_layout
27393
27394 \begin_layout Standard
27395 Boxen sind nicht nummeriert, und Sie können deshalb nicht auf sie verweisen
27396  wie auf Gleitobjekte und Fußnoten.
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset Note Greyedout
27401 status open
27402
27403 \begin_layout Plain Layout
27404
27405 \series bold
27406 Bemerkung
27407 \begin_inset space ~
27408 \end_inset
27409
27410 1:
27411 \series default
27412  Boxen dürfen in 
27413 \family sans
27414 List-
27415 \family default
27416  oder 
27417 \family sans
27418 Beschreibung-
27419 \family default
27420 Umgebungen nicht verwendet werden.
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 \begin_inset Note Greyedout
27430 status open
27431
27432 \begin_layout Plain Layout
27433
27434 \series bold
27435 Bemerkung
27436 \begin_inset space ~
27437 \end_inset
27438
27439 2:
27440 \series default
27441  Boxen ohne 
27442 \family sans
27443 Innere
27444 \begin_inset space ~
27445 \end_inset
27446
27447 Box
27448 \family default
27449  und ohne Rahmen werden in Abschnitt
27450 \begin_inset space ~
27451 \end_inset
27452
27453
27454 \begin_inset CommandInset ref
27455 LatexCommand ref
27456 reference "abs:Silbentrennung-unterbinden"
27457
27458 \end_inset
27459
27460  beschrieben.
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Section
27469 Das Box-Einstellungen-Fenster
27470 \begin_inset CommandInset label
27471 LatexCommand label
27472 name "abs:Box-Dialog"
27473
27474 \end_inset
27475
27476
27477 \begin_inset Index idx
27478 status collapsed
27479
27480 \begin_layout Plain Layout
27481 Boxen ! Box-Dialog-Fenster
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Subsection
27490 Box-Größe
27491 \begin_inset Index idx
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495 Boxen ! Größe
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Standard
27504 Im 
27505 \family sans
27506 Box-Einstellungen
27507 \family default
27508 -Fenster können Sie die Größe der Box mit 
27509 \family sans
27510 Breite
27511 \family default
27512  und 
27513 \family sans
27514 Höhe 
27515 \family default
27516 festlegen.
27517  Die verfügbaren Einheiten werden in Tabelle
27518 \begin_inset space ~
27519 \end_inset
27520
27521
27522 \begin_inset CommandInset ref
27523 LatexCommand ref
27524 reference "tab:Maßeinheiten"
27525
27526 \end_inset
27527
27528  aufgelistet.
27529  Das Feld
27530 \family sans
27531  Höhe
27532 \family default
27533  bietet die folgenden zusätzlichen Größen:
27534 \end_layout
27535
27536 \begin_layout Description
27537 Tiefe Dies ist die reine Text-
27538 \begin_inset Quotes gld
27539 \end_inset
27540
27541 Höhe
27542 \begin_inset Quotes grd
27543 \end_inset
27544
27545 .
27546  Sie ignoriert die Gesamthöhe, wenn es mehrere Textzeilen gibt:
27547 \begin_inset Newline newline
27548 \end_inset
27549
27550
27551 \begin_inset Newline newline
27552 \end_inset
27553
27554
27555 \begin_inset Newline newline
27556 \end_inset
27557
27558
27559 \begin_inset Box Boxed
27560 position "c"
27561 hor_pos "c"
27562 has_inner_box 1
27563 inner_pos "c"
27564 use_parbox 0
27565 use_makebox 0
27566 width "12col%"
27567 special "none"
27568 height "1in"
27569 height_special "depth"
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573 \align center
27574 Box-Höhe = 1
27575 \begin_inset space \thinspace{}
27576 \end_inset
27577
27578 Tiefe
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \begin_inset Newline newline
27585 \end_inset
27586
27587
27588 \begin_inset Newline newline
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \begin_layout Description
27595 Höhe Dies ist die Texthöhe innerhalb der Box.
27596  Der Wert 2 für diese Größe wird die Boxhöhe auf den zweifachen Wert der
27597  Texthöhe setzen: 
27598 \begin_inset Box Boxed
27599 position "c"
27600 hor_pos "c"
27601 has_inner_box 1
27602 inner_pos "c"
27603 use_parbox 0
27604 use_makebox 0
27605 width "20col%"
27606 special "none"
27607 height "2in"
27608 height_special "height"
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612 \align center
27613 Boxhöhe = 2
27614 \begin_inset space \thinspace{}
27615 \end_inset
27616
27617 Höhe
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \end_layout
27624
27625 \begin_layout Description
27626 Gesamthöhe Dies ist Höhe
27627 \begin_inset space \thinspace{}
27628 \end_inset
27629
27630 +
27631 \begin_inset space \thinspace{}
27632 \end_inset
27633
27634 Tiefe: 
27635 \begin_inset Box Boxed
27636 position "c"
27637 hor_pos "c"
27638 has_inner_box 1
27639 inner_pos "c"
27640 use_parbox 0
27641 use_makebox 0
27642 width "20col%"
27643 special "none"
27644 height "1in"
27645 height_special "totalheight"
27646 status collapsed
27647
27648 \begin_layout Plain Layout
27649 \align center
27650 Boxhöhe = 1
27651 \begin_inset space \thinspace{}
27652 \end_inset
27653
27654 Gesamthöhe
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Description
27663 Breite Dies setzt Höhe = Breite, das heißt, die Box wird quadratisch: 
27664 \begin_inset Box Boxed
27665 position "c"
27666 hor_pos "c"
27667 has_inner_box 1
27668 inner_pos "c"
27669 use_parbox 0
27670 use_makebox 0
27671 width "12col%"
27672 special "none"
27673 height "1in"
27674 height_special "width"
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 \align center
27679 Boxhöhe = 1
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683 Breite
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \begin_layout Subsection
27692 Ausrichtung
27693 \begin_inset Index idx
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 Boxen ! Ausrichtung
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 Wenn Sie eine 
27707 \family sans
27708 Innere
27709 \begin_inset space ~
27710 \end_inset
27711
27712 Box
27713 \family default
27714  gewählt haben, kann die Box mit folgenden Werten für 
27715 \family sans
27716 Box
27717 \family default
27718  senkrecht ausgerichtet werden:
27719 \end_layout
27720
27721 \begin_layout Description
27722 Oben Dies ist ein Beispieltext.
27723  
27724 \begin_inset Box Boxed
27725 position "t"
27726 hor_pos "c"
27727 has_inner_box 1
27728 inner_pos "c"
27729 use_parbox 0
27730 use_makebox 0
27731 width "20col%"
27732 special "none"
27733 height "1in"
27734 height_special "totalheight"
27735 status collapsed
27736
27737 \begin_layout Plain Layout
27738 \align center
27739 Die Ober\SpecialChar \-
27740 kante der Box ist in der Zeile.
27741 \end_layout
27742
27743 \end_inset
27744
27745  Dies ist ein Beispieltext.
27746 \end_layout
27747
27748 \begin_layout Description
27749 Mitte Dies ist ein Beispieltext.
27750  
27751 \begin_inset Box Boxed
27752 position "c"
27753 hor_pos "c"
27754 has_inner_box 1
27755 inner_pos "c"
27756 use_parbox 0
27757 use_makebox 0
27758 width "20col%"
27759 special "none"
27760 height "1in"
27761 height_special "totalheight"
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765 \align center
27766 Die Mitte der Box ist in der Zeile.
27767 \end_layout
27768
27769 \end_inset
27770
27771  Dies ist ein Beispieltext.
27772 \end_layout
27773
27774 \begin_layout Description
27775 Unten Dies ist ein Beispieltext.
27776  
27777 \begin_inset Box Boxed
27778 position "b"
27779 hor_pos "c"
27780 has_inner_box 1
27781 inner_pos "c"
27782 use_parbox 0
27783 use_makebox 0
27784 width "20col%"
27785 special "none"
27786 height "1in"
27787 height_special "totalheight"
27788 status collapsed
27789
27790 \begin_layout Plain Layout
27791 \align center
27792 Die Unter\SpecialChar \-
27793 kante der Box ist in der Zeile.
27794 \end_layout
27795
27796 \end_inset
27797
27798  Dies ist ein Beispieltext.
27799 \end_layout
27800
27801 \begin_layout Standard
27802 \begin_inset Note Greyedout
27803 status open
27804
27805 \begin_layout Plain Layout
27806
27807 \series bold
27808 Bemerkung:
27809 \series default
27810  Die senkrechte Boxausrichtung kann in der Ausgabe verloren gehen wenn zwei
27811  Boxen in einer Zeile sind und eine Box z.
27812 \begin_inset space \thinspace{}
27813 \end_inset
27814
27815 B.
27816  schattiert ist, die andere aber nicht.
27817 \end_layout
27818
27819 \end_inset
27820
27821
27822 \end_layout
27823
27824 \begin_layout Standard
27825 Eine Box kann mit dem Dialog 
27826 \family sans
27827 Absatz-Einstellungen
27828 \family default
27829  waagerecht ausgerichtet werden, wenn die Box in einem eigenen Absatz steht.
27830 \end_layout
27831
27832 \begin_layout Standard
27833 \begin_inset VSpace bigskip
27834 \end_inset
27835
27836 Wenn Sie eine 
27837 \family sans
27838 Innere
27839 \begin_inset space ~
27840 \end_inset
27841
27842 Box
27843 \family default
27844  gewählt haben, kann der Inhalt der Box mit folgenden Werten für 
27845 \family sans
27846 Inhalt
27847 \family default
27848  senkrecht ausgerichtet werden:
27849 \end_layout
27850
27851 \begin_layout Description
27852 Oben Dies ist ein Beispieltext.
27853  
27854 \begin_inset Box Boxed
27855 position "c"
27856 hor_pos "c"
27857 has_inner_box 1
27858 inner_pos "t"
27859 use_parbox 0
27860 use_makebox 0
27861 width "20col%"
27862 special "none"
27863 height "1.5in"
27864 height_special "totalheight"
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868 \align center
27869 Der Boxinhalt ist am oberen Boxrand ausgerichtet.
27870 \end_layout
27871
27872 \end_inset
27873
27874  Dies ist ein Beispieltext.
27875 \end_layout
27876
27877 \begin_layout Description
27878 Mitte Dies ist ein Beispieltext.
27879  
27880 \begin_inset Box Boxed
27881 position "c"
27882 hor_pos "c"
27883 has_inner_box 1
27884 inner_pos "c"
27885 use_parbox 0
27886 use_makebox 0
27887 width "20col%"
27888 special "none"
27889 height "1.5in"
27890 height_special "totalheight"
27891 status collapsed
27892
27893 \begin_layout Plain Layout
27894 \align center
27895 Der Boxinhalt ist zentriert ausgerichtet.
27896 \end_layout
27897
27898 \end_inset
27899
27900  Dies ist ein Beispieltext.
27901 \end_layout
27902
27903 \begin_layout Description
27904 Unten Dies ist ein Beispieltext.
27905  
27906 \begin_inset Box Boxed
27907 position "c"
27908 hor_pos "c"
27909 has_inner_box 1
27910 inner_pos "b"
27911 use_parbox 0
27912 use_makebox 0
27913 width "20col%"
27914 special "none"
27915 height "1.5in"
27916 height_special "totalheight"
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920 \align center
27921 Der Boxinhalt ist am unteren Boxrand ausgerichtet.
27922 \end_layout
27923
27924 \end_inset
27925
27926  Dies ist ein Beispieltext.
27927 \end_layout
27928
27929 \begin_layout Description
27930 Dehnen Dies ist ein Beispieltext.
27931  
27932 \begin_inset Box Boxed
27933 position "c"
27934 hor_pos "c"
27935 has_inner_box 1
27936 inner_pos "s"
27937 use_parbox 0
27938 use_makebox 0
27939 width "20col%"
27940 special "none"
27941 height "1in"
27942 height_special "totalheight"
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 \align center
27947 Der Boxinhalt
27948 \end_layout
27949
27950 \begin_layout Plain Layout
27951 \align center
27952 ist über die
27953 \end_layout
27954
27955 \begin_layout Plain Layout
27956 \align center
27957 Boxhöhe
27958 \end_layout
27959
27960 \begin_layout Plain Layout
27961 \align center
27962 gleichmäßig verteilt.
27963 \end_layout
27964
27965 \end_inset
27966
27967  Dies ist ein Beispieltext.
27968 \end_layout
27969
27970 \begin_layout Standard
27971 Das Dehnen funktioniert aber nur, wenn der Boxinhalt aus mehreren Absätzen
27972  besteht.
27973  Im obigen Beispiel ist jede Zeile ein eigener Absatz.
27974 \end_layout
27975
27976 \begin_layout Standard
27977 Ein Boxinhalt kann mit dem Dialog 
27978 \family sans
27979 Absatz-Einstellungen
27980 \family default
27981  waagerecht ausgerichtet werden, wenn Sie eine
27982 \family sans
27983  Innere
27984 \begin_inset space ~
27985 \end_inset
27986
27987 Box
27988 \family default
27989  gewählt haben.
27990 \end_layout
27991
27992 \begin_layout Standard
27993 \align center
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 "30col%"
28002 special "none"
28003 height "1.25in"
28004 height_special "totalheight"
28005 status collapsed
28006
28007 \begin_layout Plain Layout
28008 \align left
28009 Hier ist jede Zeile
28010 \end_layout
28011
28012 \begin_layout Plain Layout
28013 \align center
28014 anders
28015 \end_layout
28016
28017 \begin_layout Plain Layout
28018 \align right
28019 ausgerichtet.
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 Wenn Sie keine
28029 \family sans
28030  Innere
28031 \begin_inset space ~
28032 \end_inset
28033
28034 Box
28035 \family default
28036  gewählt haben, können Sie den Boxinhalt waagerecht mit dem 
28037 \family sans
28038 Box-Einstellungen-
28039 \family default
28040 Dialog ausrichten
28041 \end_layout
28042
28043 \begin_layout Standard
28044 \align center
28045 \begin_inset Box Boxed
28046 position "c"
28047 hor_pos "s"
28048 has_inner_box 0
28049 inner_pos "s"
28050 use_parbox 0
28051 use_makebox 0
28052 width "90col%"
28053 special "none"
28054 height "1.25in"
28055 height_special "totalheight"
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059 \align left
28060 Dieser Boxinhalt wurde horizontal gedehnt.
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \end_layout
28067
28068 \begin_layout Subsection
28069 Verzierung
28070 \begin_inset CommandInset label
28071 LatexCommand label
28072 name "uab:Verzierung"
28073
28074 \end_inset
28075
28076
28077 \begin_inset Index idx
28078 status collapsed
28079
28080 \begin_layout Plain Layout
28081 Boxen ! Verzierung
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Standard
28090 Im 
28091 \family sans
28092 Box-Einstellungen-
28093 \family default
28094 Dialog können Sie mit der 
28095 \family sans
28096 Verzierung
28097 \family default
28098  den Typ der Box auswählen:
28099 \end_layout
28100
28101 \begin_layout Description
28102 Kein
28103 \begin_inset space ~
28104 \end_inset
28105
28106 Rahmen Nichts wird gezeichnet.
28107 \end_layout
28108
28109 \begin_layout Description
28110 Einfacher
28111 \begin_inset space ~
28112 \end_inset
28113
28114 rechteckiger
28115 \begin_inset space ~
28116 \end_inset
28117
28118 Rahmen Um die Box wird ein rechteckiger Rahmen gezeichnet.
28119  Die Rahmendicke wird durch 
28120 \series bold
28121
28122 \backslash
28123 fboxrule
28124 \series default
28125  festgelegt.
28126  
28127 \begin_inset Box Boxed
28128 position "c"
28129 hor_pos "c"
28130 has_inner_box 1
28131 inner_pos "c"
28132 use_parbox 0
28133 use_makebox 0
28134 width "21col%"
28135 special "none"
28136 height "1in"
28137 height_special "totalheight"
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141
28142 \series medium
28143 Rechteckige
28144 \begin_inset space ~
28145 \end_inset
28146
28147 Box
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \end_layout
28154
28155 \begin_layout Description
28156 erlaube
28157 \begin_inset space ~
28158 \end_inset
28159
28160 Seitenumbrüche 
28161 \end_layout
28162
28163 \begin_layout Description
28164 Ovaler
28165 \begin_inset space ~
28166 \end_inset
28167
28168 Rahmen,
28169 \begin_inset space ~
28170 \end_inset
28171
28172 dünn zeichnet einen dünnen Rahmen mit abgerundeten Ecken um die Box.
28173  Die Rahmendicke ist 0.4
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 pt.
28178  
28179 \begin_inset Box ovalbox
28180 position "c"
28181 hor_pos "c"
28182 has_inner_box 1
28183 inner_pos "c"
28184 use_parbox 0
28185 use_makebox 0
28186 width "20col%"
28187 special "none"
28188 height "1in"
28189 height_special "totalheight"
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 Ovale
28194 \begin_inset space ~
28195 \end_inset
28196
28197 Box,
28198 \begin_inset space ~
28199 \end_inset
28200
28201 dünn
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Description
28210 Ovaler
28211 \begin_inset space ~
28212 \end_inset
28213
28214 Rahmen,
28215 \begin_inset space ~
28216 \end_inset
28217
28218 dick zeichnet einen dickeren Rahmen mit abgerundeten Ecken um die Box.
28219  Die Rahmendicke ist 0.8
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 pt.
28224  
28225 \begin_inset Box Ovalbox
28226 position "c"
28227 hor_pos "c"
28228 has_inner_box 1
28229 inner_pos "c"
28230 use_parbox 0
28231 use_makebox 0
28232 width "20col%"
28233 special "none"
28234 height "1in"
28235 height_special "totalheight"
28236 status collapsed
28237
28238 \begin_layout Plain Layout
28239 Ovale
28240 \begin_inset space ~
28241 \end_inset
28242
28243 Box,
28244 \begin_inset space ~
28245 \end_inset
28246
28247 dick
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Description
28256 Schlagschatten zeichnet einen Rahmen mit Schatten um die Box.
28257  Die Rahmendicke wird durch 
28258 \series bold
28259
28260 \backslash
28261 fboxrule
28262 \series default
28263  festgelegt, der Schatten ist 4
28264 \begin_inset space \thinspace{}
28265 \end_inset
28266
28267 pt breit.
28268 \begin_inset Newline newline
28269 \end_inset
28270
28271
28272 \begin_inset Box Shadowbox
28273 position "c"
28274 hor_pos "c"
28275 has_inner_box 1
28276 inner_pos "c"
28277 use_parbox 0
28278 use_makebox 0
28279 width "20col%"
28280 special "none"
28281 height "1in"
28282 height_special "totalheight"
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286 Schattierte
28287 \begin_inset space ~
28288 \end_inset
28289
28290 Box
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \begin_layout Description
28299 Schattierter
28300 \begin_inset space ~
28301 \end_inset
28302
28303 Hintergrund zeichnet eine Box mit roter Hintergrundfarbe.
28304  Im Gegensatz zu farbigen Boxen
28305 \begin_inset Foot
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 siehe Abschnitt
28310 \begin_inset space ~
28311 \end_inset
28312
28313
28314 \begin_inset CommandInset ref
28315 LatexCommand ref
28316 reference "abs:Farbige-Boxen"
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \end_inset
28324
28325  wird der Hintergrund immer über die gesamte Zeilenbreite gedruckt, und
28326  die Box ist ein Absatz für sich.
28327  
28328 \begin_inset Box Shaded
28329 position "t"
28330 hor_pos "c"
28331 has_inner_box 0
28332 inner_pos "t"
28333 use_parbox 0
28334 use_makebox 0
28335 width "50col%"
28336 special "none"
28337 height "1in"
28338 height_special "totalheight"
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342 Schattierter Hintergrund Box
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Description
28351 Doppelter
28352 \begin_inset space ~
28353 \end_inset
28354
28355 rechteckiger
28356 \begin_inset space ~
28357 \end_inset
28358
28359 Rahmen zeichnet einen doppelten Rahmen um die Box.
28360  Der innere Rahmen ist 0.75
28361 \begin_inset space \thinspace{}
28362 \end_inset
28363
28364
28365 \series bold
28366
28367 \backslash
28368 fboxrule
28369 \series default
28370  breit, der äußere 1.5
28371 \begin_inset space \thinspace{}
28372 \end_inset
28373
28374
28375 \series bold
28376
28377 \backslash
28378 fboxrule
28379 \series default
28380 , der Zwischenraum 1.5
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384
28385 \series bold
28386
28387 \backslash
28388 fboxrule
28389 \series default
28390
28391 \begin_inset space \thinspace{}
28392 \end_inset
28393
28394 +
28395 \begin_inset space \thinspace{}
28396 \end_inset
28397
28398 0.5
28399 \begin_inset space \thinspace{}
28400 \end_inset
28401
28402 pt.
28403  
28404 \begin_inset Box Doublebox
28405 position "c"
28406 hor_pos "c"
28407 has_inner_box 1
28408 inner_pos "c"
28409 use_parbox 0
28410 use_makebox 0
28411 width "20col%"
28412 special "none"
28413 height "1in"
28414 height_special "totalheight"
28415 status collapsed
28416
28417 \begin_layout Plain Layout
28418 Doppelt
28419 \begin_inset space ~
28420 \end_inset
28421
28422 gerahmte
28423 \begin_inset space ~
28424 \end_inset
28425
28426 Box
28427 \end_layout
28428
28429 \end_inset
28430
28431
28432 \end_layout
28433
28434 \begin_layout Standard
28435 \begin_inset VSpace bigskip
28436 \end_inset
28437
28438 Die Aufschrift der Box in LyX ändert sich mit der gewählten Verzierung.
28439  Um alle Verzierungen verwenden zu können, muss das LaTeX-Paket 
28440 \series bold
28441 fancybox
28442 \series default
28443
28444 \begin_inset Index idx
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 LaTeX-Pakete ! fancybox
28449 \end_layout
28450
28451 \end_inset
28452
28453  installiert sein.
28454 \end_layout
28455
28456 \begin_layout Standard
28457 \begin_inset VSpace bigskip
28458 \end_inset
28459
28460 Wenn Sie die Verzierung 
28461 \family sans
28462 Einfacher rechteckiger Rahmen
28463 \family default
28464  und keine innere Box verwenden, können Sie Seitenumbrüche in der Box erlauben.
28465  Beachten Sie, dass im Gegensatz zu anderen gerahmten Boxen, der Rahmen
28466  immer über die gesamte Zeilenbreite gezeichnet wird, die Box ein Absatz
28467  für sich ist und 
28468 \series bold
28469
28470 \backslash
28471 fboxrule
28472 \series default
28473  und 
28474 \series bold
28475
28476 \backslash
28477 fboxsep
28478 \series default
28479  keinen Einfluss auf diesen Box Typ haben.
28480  Die Rahmendicke wird durch 
28481 \series bold
28482
28483 \backslash
28484 FrameRule
28485 \series default
28486  festgelegt.
28487  
28488 \begin_inset Box Framed
28489 position "t"
28490 hor_pos "c"
28491 has_inner_box 0
28492 inner_pos "t"
28493 use_parbox 0
28494 use_makebox 0
28495 width "100col%"
28496 special "none"
28497 height "1in"
28498 height_special "totalheight"
28499 status collapsed
28500
28501 \begin_layout Plain Layout
28502 Box erlaubt Seitenumbruch
28503 \end_layout
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \begin_layout Section
28511 Box-Anpassung
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Boxen ! Anpassung
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Der Standardwert für 
28526 \series bold
28527
28528 \backslash
28529 fboxrule
28530 \series default
28531  ist 0.4
28532 \begin_inset space \thinspace{}
28533 \end_inset
28534
28535 pt.
28536  Mit dem folgenden TeX-Code-Befehl kann er auf 2
28537 \begin_inset space \thinspace{}
28538 \end_inset
28539
28540 pt gesetzt werden:
28541 \end_layout
28542
28543 \begin_layout Standard
28544
28545 \series bold
28546
28547 \backslash
28548 setlength{
28549 \backslash
28550 fboxrule}{2pt}
28551 \end_layout
28552
28553 \begin_layout Standard
28554 \begin_inset ERT
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558
28559
28560 \backslash
28561 setlength{
28562 \backslash
28563 fboxrule}{2pt}
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \begin_inset Box Boxed
28570 position "c"
28571 hor_pos "c"
28572 has_inner_box 1
28573 inner_pos "c"
28574 use_parbox 0
28575 use_makebox 0
28576 width "30col%"
28577 special "none"
28578 height "1in"
28579 height_special "totalheight"
28580 status open
28581
28582 \begin_layout Plain Layout
28583 \align center
28584 Rechteckige Box mit einer Rahmenbreite von 2
28585 \begin_inset space \thinspace{}
28586 \end_inset
28587
28588 pt
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \begin_inset ERT
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598
28599
28600 \backslash
28601 setlength{
28602 \backslash
28603 fboxrule}{0.4pt}
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \begin_inset VSpace bigskip
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Standard
28616 Der Abstand zwischen dem Rahmen und dem Inhalt ist standardmäßig 3
28617 \begin_inset space \thinspace{}
28618 \end_inset
28619
28620 pt.
28621  Sie können das ändern, indem Sie den Wert von 
28622 \series bold
28623
28624 \backslash
28625 fboxsep
28626 \series default
28627  mit einem TeX-Code-Befehl ändern:
28628 \end_layout
28629
28630 \begin_layout Standard
28631
28632 \series bold
28633
28634 \backslash
28635 setlength{
28636 \backslash
28637 fboxsep}{10pt}
28638 \end_layout
28639
28640 \begin_layout Standard
28641 setzt den Wert auf 10
28642 \begin_inset space \thinspace{}
28643 \end_inset
28644
28645 pt, wie in der folgenden Box:
28646 \end_layout
28647
28648 \begin_layout Standard
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 setlength{
28657 \backslash
28658 fboxsep}{10pt}
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \begin_inset Box Boxed
28665 position "c"
28666 hor_pos "c"
28667 has_inner_box 1
28668 inner_pos "c"
28669 use_parbox 0
28670 use_makebox 0
28671 width "25col%"
28672 special "none"
28673 height "1in"
28674 height_special "totalheight"
28675 status open
28676
28677 \begin_layout Plain Layout
28678 \align center
28679 Rechteckige Box mit 
28680 \series bold
28681
28682 \backslash
28683 fboxsep
28684 \series default
28685
28686 \begin_inset space \thinspace{}
28687 \end_inset
28688
28689 =
28690 \begin_inset space \thinspace{}
28691 \end_inset
28692
28693 10
28694 \begin_inset space \thinspace{}
28695 \end_inset
28696
28697 pt
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \begin_inset ERT
28704 status collapsed
28705
28706 \begin_layout Plain Layout
28707
28708
28709 \backslash
28710 setlength{
28711 \backslash
28712 fboxsep}{3pt}
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \end_layout
28719
28720 \begin_layout Standard
28721 \noindent
28722 \begin_inset VSpace bigskip
28723 \end_inset
28724
28725 Der Durchmesser der abgerundeten Ecken kann mit 
28726 \series bold
28727
28728 \backslash
28729 cornersize
28730 \series default
28731  gesetzt werden.
28732  Der TeX-Code-Befehl
28733 \end_layout
28734
28735 \begin_layout Standard
28736
28737 \series bold
28738
28739 \backslash
28740 cornersize*{1cm}
28741 \end_layout
28742
28743 \begin_layout Standard
28744 setzt den Durchmesser auf 1
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 cm.
28749  Der TeX-Code-Befehl
28750 \end_layout
28751
28752 \begin_layout Standard
28753
28754 \series bold
28755
28756 \backslash
28757 cornersize{num}
28758 \end_layout
28759
28760 \begin_layout Standard
28761 setzt den Durchmesser auf 
28762 \family sans
28763 num
28764 \begin_inset space \thinspace{}
28765 \end_inset
28766
28767 ×
28768 \begin_inset space \thinspace{}
28769 \end_inset
28770
28771 Minimum(Breite der Box, Höhe der Box)
28772 \family default
28773 .
28774  Der Standardwert ist 
28775 \series bold
28776
28777 \backslash
28778 cornersize{0.5}
28779 \series default
28780 .
28781 \end_layout
28782
28783 \begin_layout Standard
28784 \begin_inset ERT
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788
28789
28790 \backslash
28791 cornersize*{1.5cm}
28792 \end_layout
28793
28794 \end_inset
28795
28796
28797 \begin_inset Box Ovalbox
28798 position "c"
28799 hor_pos "c"
28800 has_inner_box 1
28801 inner_pos "c"
28802 use_parbox 0
28803 use_makebox 0
28804 width "30col%"
28805 special "none"
28806 height "1in"
28807 height_special "totalheight"
28808 status open
28809
28810 \begin_layout Plain Layout
28811 \align center
28812 Ovale Box, dicker Rand, mit 
28813 \series bold
28814
28815 \backslash
28816 cornersize
28817 \series default
28818
28819 \begin_inset space \thinspace{}
28820 \end_inset
28821
28822 =
28823 \begin_inset space \thinspace{}
28824 \end_inset
28825
28826 1.5
28827 \begin_inset space \thinspace{}
28828 \end_inset
28829
28830 cm
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \begin_inset ERT
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840
28841
28842 \backslash
28843 cornersize{0.5}
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Standard
28852 \begin_inset VSpace bigskip
28853 \end_inset
28854
28855 Die Breite des Schattens wird mit 
28856 \series bold
28857
28858 \backslash
28859 shadowsize
28860 \series default
28861  festgelegt.
28862  Mit dem TeX-Code-Befehl
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868
28869 \backslash
28870 setlength{
28871 \backslash
28872 shadowsize}{2pt}
28873 \end_layout
28874
28875 \begin_layout Standard
28876 wird er für die folgende Box auf 2
28877 \begin_inset space \thinspace{}
28878 \end_inset
28879
28880 pt festgelegt.
28881 \end_layout
28882
28883 \begin_layout Standard
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889
28890 \backslash
28891 setlength{
28892 \backslash
28893 shadowsize}{2pt}
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \begin_inset Box Shadowbox
28900 position "c"
28901 hor_pos "c"
28902 has_inner_box 1
28903 inner_pos "c"
28904 use_parbox 0
28905 use_makebox 0
28906 width "25col%"
28907 special "none"
28908 height "1in"
28909 height_special "totalheight"
28910 status open
28911
28912 \begin_layout Plain Layout
28913 \align center
28914 Schattierte Box mit 
28915 \series bold
28916
28917 \backslash
28918 shadowsize
28919 \series default
28920
28921 \begin_inset space \thinspace{}
28922 \end_inset
28923
28924 =
28925 \begin_inset space \thinspace{}
28926 \end_inset
28927
28928 2
28929 \begin_inset space \thinspace{}
28930 \end_inset
28931
28932 pt
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \begin_inset ERT
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942
28943
28944 \backslash
28945 setlength{
28946 \backslash
28947 shadowsize}{4pt}
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Standard
28956 \begin_inset VSpace bigskip
28957 \end_inset
28958
28959 Der Standardwert für 
28960 \series bold
28961
28962 \backslash
28963 FrameRule
28964 \series default
28965  ist 0.4
28966 \begin_inset space \thinspace{}
28967 \end_inset
28968
28969 pt.
28970  Der Standard-Abstand zwischen Rahmen und Text ist 9
28971 \begin_inset space \thinspace{}
28972 \end_inset
28973
28974 pt und kann mit dem Wert für 
28975 \series bold
28976
28977 \backslash
28978 FrameSep
28979 \series default
28980  geändert werden.
28981  Als Beispiel wurden die die Rahmeneinstellungen der folgenden Box mit diesen
28982  TeX-Code Befehlen geändert:
28983 \end_layout
28984
28985 \begin_layout Standard
28986
28987 \series bold
28988
28989 \backslash
28990 setlength{
28991 \backslash
28992 FrameRule}{5pt}
28993 \begin_inset Newline newline
28994 \end_inset
28995
28996
28997 \backslash
28998 setlength{
28999 \backslash
29000 FrameSep}{0.5cm}
29001 \end_layout
29002
29003 \begin_layout Standard
29004 \begin_inset ERT
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008
29009
29010 \backslash
29011 setlength{
29012 \backslash
29013 FrameRule}{5pt}
29014 \end_layout
29015
29016 \begin_layout Plain Layout
29017
29018
29019 \backslash
29020 setlength{
29021 \backslash
29022 FrameSep}{0.5cm}
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \begin_inset Box Framed
29029 position "t"
29030 hor_pos "c"
29031 has_inner_box 0
29032 inner_pos "t"
29033 use_parbox 0
29034 use_makebox 0
29035 width "100col%"
29036 special "none"
29037 height "1in"
29038 height_special "totalheight"
29039 status open
29040
29041 \begin_layout Plain Layout
29042 Dies ist Text in einer 
29043 \family sans
29044 Seitenumbruch erlaubt
29045 \family default
29046  Box.
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \begin_inset ERT
29053 status collapsed
29054
29055 \begin_layout Plain Layout
29056
29057
29058 \backslash
29059 setlength{
29060 \backslash
29061 FrameRule}{0.4pt}
29062 \end_layout
29063
29064 \begin_layout Plain Layout
29065
29066
29067 \backslash
29068 setlength{
29069 \backslash
29070 FrameSep}{9pt}
29071 \end_layout
29072
29073 \end_inset
29074
29075
29076 \end_layout
29077
29078 \begin_layout Standard
29079 \begin_inset VSpace bigskip
29080 \end_inset
29081
29082 Für Boxen mit 
29083 \family sans
29084 schattiertem Hintergrund
29085 \family default
29086  beträgt der Abstand zwischen Rand und Text 3
29087 \begin_inset space \thinspace{}
29088 \end_inset
29089
29090 pt und kann mit 
29091 \series bold
29092
29093 \backslash
29094 fboxsep
29095 \series default
29096  geändert werden.
29097  Die Standard-Hintergrundfarbe ist rot und kann entweder lokal mit dem Befehl
29098  
29099 \series bold
29100
29101 \backslash
29102 definecolor{shadecolor}
29103 \series default
29104  oder global über das Menü 
29105 \family sans
29106 Werkzeuge\SpecialChar \menuseparator
29107 Einstellungen\SpecialChar \menuseparator
29108 Farben\SpecialChar \menuseparator
29109 Schattierte
29110 \begin_inset space ~
29111 \end_inset
29112
29113 Box
29114 \family default
29115  geändert werden.
29116  Das Schema des 
29117 \series bold
29118
29119 \backslash
29120 definecolor
29121 \series default
29122  Befehls ist  in Abschnitt
29123 \begin_inset space ~
29124 \end_inset
29125
29126
29127 \begin_inset CommandInset ref
29128 LatexCommand ref
29129 reference "abs:Farbige-Tabellen"
29130
29131 \end_inset
29132
29133  erklärt.
29134 \begin_inset Foot
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138 Beachten Sie, dass 
29139 \series bold
29140
29141 \backslash
29142 definecolor
29143 \series default
29144  das LaTeX-Paket 
29145 \series bold
29146 color
29147 \series default
29148  im LaTeX-Vorspann benötigt, siehe Abschnitt
29149 \begin_inset space ~
29150 \end_inset
29151
29152
29153 \begin_inset CommandInset ref
29154 LatexCommand ref
29155 reference "abs:Farbige-Boxen"
29156
29157 \end_inset
29158
29159 .
29160 \end_layout
29161
29162 \end_inset
29163
29164  Für das nächste Beispiel wurden folgender TeX-Code verwendet:
29165 \end_layout
29166
29167 \begin_layout Standard
29168
29169 \series bold
29170
29171 \backslash
29172 setlength{
29173 \backslash
29174 fboxsep}{0.5cm}
29175 \begin_inset Newline newline
29176 \end_inset
29177
29178
29179 \backslash
29180 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29181 \end_layout
29182
29183 \begin_layout Standard
29184 \begin_inset ERT
29185 status collapsed
29186
29187 \begin_layout Plain Layout
29188
29189
29190 \backslash
29191 setlength{
29192 \backslash
29193 fboxsep}{0.5cm}
29194 \end_layout
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \begin_inset Box Shaded
29207 position "t"
29208 hor_pos "c"
29209 has_inner_box 0
29210 inner_pos "t"
29211 use_parbox 0
29212 use_makebox 0
29213 width "100col%"
29214 special "none"
29215 height "1in"
29216 height_special "totalheight"
29217 status open
29218
29219 \begin_layout Plain Layout
29220
29221 \color yellow
29222 Dies ist gelber Text in einer 
29223 \family sans
29224 schattierten Hintergrund
29225 \begin_inset space ~
29226 \end_inset
29227
29228
29229 \family default
29230 Box auf dunkelgrünem Hintergrund.
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241
29242 \backslash
29243 setlength{
29244 \backslash
29245 fboxsep}{3pt}
29246 \end_layout
29247
29248 \begin_layout Plain Layout
29249
29250
29251 \backslash
29252 definecolor{shadecolor}{rgb}{1,0,0}
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \begin_layout Standard
29261 \begin_inset VSpace bigskip
29262 \end_inset
29263
29264 Geänderte Längen und Breiten gelten für alle Boxen, die auf den Befehl folgen,
29265  der sie ändert.
29266 \end_layout
29267
29268 \begin_layout Section
29269 Minipage
29270 \begin_inset CommandInset label
29271 LatexCommand label
29272 name "abs:Minipage"
29273
29274 \end_inset
29275
29276
29277 \begin_inset Index idx
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 Boxen ! Minipage
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Standard
29290 Minipages werden von LaTeX wie Seiten auf einer Seite behandelt und können
29291  deshalb unter anderem eigene Fußnoten haben.
29292 \end_layout
29293
29294 \begin_layout Standard
29295 Minipages sind nützlich, wenn Sie Dokumente in mehreren Sprachen schreiben.
29296 \end_layout
29297
29298 \begin_layout Standard
29299 Es folgt ein Beispiel mit zwei nebeneinander gedruckten Minipages.
29300  Ihre Breite ist 45 Spaltenbreite
29301 \begin_inset space ~
29302 \end_inset
29303
29304 %, und sie sind durch einen 
29305 \family sans
29306 HFill
29307 \family default
29308  getrennt (
29309 \family sans
29310 Einfügen\SpecialChar \menuseparator
29311 Formatierung\SpecialChar \menuseparator
29312 Horizontaler
29313 \begin_inset space \space{}
29314 \end_inset
29315
29316 Abstand\SpecialChar \menuseparator
29317 Abstand\SpecialChar \menuseparator
29318 Variabler
29319 \begin_inset space ~
29320 \end_inset
29321
29322 horiz.
29323 \begin_inset space ~
29324 \end_inset
29325
29326 Abstand
29327 \family default
29328 ).
29329 \begin_inset Newpage newpage
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \noindent
29337 \begin_inset Box Frameless
29338 position "t"
29339 hor_pos "c"
29340 has_inner_box 1
29341 inner_pos "c"
29342 use_parbox 0
29343 use_makebox 0
29344 width "45col%"
29345 special "none"
29346 height "1in"
29347 height_special "totalheight"
29348 status open
29349
29350 \begin_layout Plain Layout
29351 Dies ist ein deutscher Text.
29352  Dies ist ein deutscher Text.
29353  Dies ist ein deutscher Text.
29354  Dies ist ein deutscher Text.
29355  Dies ist ein deutscher Text.
29356  Dies ist ein deutscher Text.
29357  Dies ist ein deutscher Text.
29358  Dies ist ein deutscher Text.
29359  Dies ist ein deutscher Text.
29360  Dies ist ein deutscher Text.
29361  Dies ist ein deutscher Text.
29362  Dies ist ein deutscher Text.
29363  Dies ist ein deutscher Text
29364 \begin_inset Foot
29365 status open
29366
29367 \begin_layout Plain Layout
29368 Dies ist eine deutsche Fußnote.
29369 \end_layout
29370
29371 \end_inset
29372
29373 .
29374  Dies ist ein deutscher Text.
29375  Dies ist ein deutscher Text.
29376 \end_layout
29377
29378 \end_inset
29379
29380
29381 \begin_inset space \hfill{}
29382 \end_inset
29383
29384
29385 \begin_inset Box Frameless
29386 position "t"
29387 hor_pos "c"
29388 has_inner_box 1
29389 inner_pos "c"
29390 use_parbox 0
29391 use_makebox 0
29392 width "45col%"
29393 special "none"
29394 height "1in"
29395 height_special "totalheight"
29396 status open
29397
29398 \begin_layout Plain Layout
29399
29400 \lang english
29401 This is an English Text.
29402  This is an English Text.
29403  This is an English Text.
29404  This is an English Text.
29405  This is an English Text.
29406  This is an English Text.
29407  This is an English Text.
29408  This is an English Text.
29409  This is an English Text.
29410  This is an English Text.
29411  This is an English Text.
29412  This is an English Text.
29413  This is an English Text.
29414  This is an English Text.
29415  This is an English Text.
29416  This is an English Text.
29417 \begin_inset Foot
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422 \lang english
29423 This is an English footnote.
29424 \end_layout
29425
29426 \end_inset
29427
29428  This is an English Text.
29429  
29430 \end_layout
29431
29432 \end_inset
29433
29434
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \begin_inset VSpace bigskip
29439 \end_inset
29440
29441 Innerhalb von Minipages werden die Absatz-Einstellungen des Dokuments ignoriert.
29442  Das bedeutet, dass zwischen Absätzen kein Leerraum eingefügt wird oder
29443  Absätze nicht eingerückt werden, obwohl Sie das in 
29444 \family sans
29445 Dokument
29446 \family default
29447 \SpecialChar \menuseparator
29448
29449 \family sans
29450 Einstellun\SpecialChar \-
29451 gen\SpecialChar \menuseparator
29452 Textformat
29453 \family default
29454  festgelegt haben.
29455  Wenn Sie es trotzdem wollen, müssen Sie es manuell machen.
29456  Eine Standardeinrückung zum Beispiel erreichen Sie mit dem TeX-Code 
29457 \series bold
29458
29459 \backslash
29460 hspace*{1em}
29461 \series default
29462 .
29463 \end_layout
29464
29465 \begin_layout Standard
29466 Minipages können auch benutzt werden, um Textteilen eine andere Hintergrundfarbe
29467  zu verpassen, siehe Abschnitt
29468 \begin_inset space ~
29469 \end_inset
29470
29471
29472 \begin_inset CommandInset ref
29473 LatexCommand ref
29474 reference "uab:Farbe-für-Absätze"
29475
29476 \end_inset
29477
29478 .
29479 \end_layout
29480
29481 \begin_layout Standard
29482 \begin_inset Note Greyedout
29483 status open
29484
29485 \begin_layout Plain Layout
29486
29487 \series bold
29488 Bemerkung:
29489 \series default
29490  In Minipages sind keine Gleitobjekte oder Randnotizen erlaubt, aber Minipages
29491  können in Tabellen, Gleitobjekten und anderen Boxen benutzt werden.
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Section
29500 Parbox
29501 \begin_inset CommandInset label
29502 LatexCommand label
29503 name "abs:Parbox"
29504
29505 \end_inset
29506
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 Boxen ! Parbox
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 Parbox ist eine Abkürzung für 
29522 \begin_inset Quotes gld
29523 \end_inset
29524
29525 paragraph box
29526 \begin_inset Quotes grd
29527 \end_inset
29528
29529 , was Absatzbox bedeutet.
29530  Weil Parbox ein LaTeX-Befehl ist, Minipage aber eine LaTeX-Umgebung, besitzen
29531  Parboxen einige Einschränkungen.
29532  Zum Beispiel werden keine Fußnoten, die in einer Parbox definiert werden,
29533  gedruckt:
29534 \end_layout
29535
29536 \begin_layout Standard
29537 \align center
29538 \begin_inset Box Frameless
29539 position "t"
29540 hor_pos "c"
29541 has_inner_box 1
29542 inner_pos "t"
29543 use_parbox 1
29544 use_makebox 0
29545 width "33col%"
29546 special "none"
29547 height "1in"
29548 height_special "totalheight"
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552 Dies ist Text in einer Parbox.
29553  Dies ist Text in einer Parbox.
29554 \end_layout
29555
29556 \begin_layout Plain Layout
29557 Diese Fußnote wird nicht gedruckt:
29558 \begin_inset Foot
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562 Diese Fußnote ist in einer Parbox und wird deshalb nicht gedruckt.
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 Und außerdem dürfen Parboxen keine Textausrichtungen, Listen, Aufzählungen
29577  und Theoreme enthalten.
29578 \end_layout
29579
29580 \begin_layout Section
29581 Boxen für Worte und Buchstaben
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 Boxen ! für Buchstaben
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Subsection
29595 Silbentrennung unterbinden
29596 \begin_inset CommandInset label
29597 LatexCommand label
29598 name "abs:Silbentrennung-unterbinden"
29599
29600 \end_inset
29601
29602
29603 \begin_inset Index idx
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607 Boxen ! zur Vermeidung von Silbentrennung
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Standard
29616 Sie können den Boxtyp 
29617 \family sans
29618 Makebox
29619 \family default
29620  benutzen, um Silbentrennungen zu unterbinden.
29621 \begin_inset Newline newline
29622 \end_inset
29623
29624 Hier ist ein Beispiel: 
29625 \end_layout
29626
29627 \begin_layout Standard
29628 In dieser Zeile wird ein sehr langes Wort getrennt, nämlich 
29629 \begin_inset Quotes gld
29630 \end_inset
29631
29632 einsehrsehrsehrlangeswort
29633 \begin_inset Quotes grd
29634 \end_inset
29635
29636 .
29637 \end_layout
29638
29639 \begin_layout Standard
29640 Um das zu verhindern, fügen Sie das Wort in eine Box ein, setzen Sie die
29641  Innere
29642 \begin_inset space ~
29643 \end_inset
29644
29645 Box auf Makebox und deren Breite auf 1
29646 \begin_inset space \thinspace{}
29647 \end_inset
29648
29649 Width.
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Hier ist das Ergebnis:
29654 \end_layout
29655
29656 \begin_layout Standard
29657 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29658 \begin_inset Box Frameless
29659 position "t"
29660 hor_pos "c"
29661 has_inner_box 1
29662 inner_pos "t"
29663 use_parbox 0
29664 use_makebox 1
29665 width "1in"
29666 special "width"
29667 height "1in"
29668 height_special "totalheight"
29669 status open
29670
29671 \begin_layout Plain Layout
29672 \begin_inset Quotes gld
29673 \end_inset
29674
29675 einsehrsehrsehrlangeswort
29676 \begin_inset Quotes grd
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \end_inset
29683
29684 .
29685 \end_layout
29686
29687 \begin_layout Standard
29688 Alternativ dazu kann man auch den Befehl 
29689 \begin_inset Quotes gld
29690 \end_inset
29691
29692
29693 \series bold
29694
29695 \backslash
29696 -
29697 \series default
29698
29699 \begin_inset Quotes grd
29700 \end_inset
29701
29702  als TeX-Code direkt vor das Wort setzen:
29703 \end_layout
29704
29705 \begin_layout Standard
29706 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich 
29707 \begin_inset Quotes gld
29708 \end_inset
29709
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716
29717 \backslash
29718 -
29719 \end_layout
29720
29721 \end_inset
29722
29723 einsehrsehrsehrlangeswort
29724 \begin_inset Quotes grd
29725 \end_inset
29726
29727 .
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Natürlich ragt das Wort jetzt in den Seitenrand hinein.
29732  Wenn Sie das nicht wollen, müssen Sie einen manuellen Zeilenumbruch (
29733 \family sans
29734 Strg-Eingabe
29735 \family default
29736 ) einfügen: 
29737 \end_layout
29738
29739 \begin_layout Standard
29740 In dieser Zeile wird ein sehr langes Wort NICHT getrennt, nämlich
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \begin_inset Box Frameless
29746 position "t"
29747 hor_pos "c"
29748 has_inner_box 1
29749 inner_pos "t"
29750 use_parbox 0
29751 use_makebox 1
29752 width "1in"
29753 special "width"
29754 height "1in"
29755 height_special "totalheight"
29756 status open
29757
29758 \begin_layout Plain Layout
29759 \begin_inset Quotes gld
29760 \end_inset
29761
29762 einsehrsehrsehrlangeswort
29763 \begin_inset Quotes grd
29764 \end_inset
29765
29766
29767 \end_layout
29768
29769 \end_inset
29770
29771 .
29772 \end_layout
29773
29774 \begin_layout Subsection
29775 Vertikale Ausrichtung
29776 \begin_inset CommandInset label
29777 LatexCommand label
29778 name "uab:Vertikale-Ausrichtung"
29779
29780 \end_inset
29781
29782
29783 \begin_inset Index idx
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 Boxen ! für Vertikale Ausrichtung
29788 \end_layout
29789
29790 \end_inset
29791
29792
29793 \begin_inset Index idx
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 Boxen ! raisebox
29798 \end_layout
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 Mit dem LaTeX-Befehl 
29807 \series bold
29808
29809 \backslash
29810 raisebox
29811 \series default
29812  können Sie Worte, Buchstaben oder andere Boxen vertikal bezüglich des umgebende
29813 n Textes ausrichten.
29814  
29815 \series bold
29816
29817 \backslash
29818 raisebox
29819 \series default
29820  wird folgendermaßen benutzt:
29821 \end_layout
29822
29823 \begin_layout Standard
29824
29825 \series bold
29826
29827 \backslash
29828 raisebox{Verschiebung}[oben][unten]{Text}
29829 \end_layout
29830
29831 \begin_layout Standard
29832 Positive Werte für Verschiebung
29833 \series bold
29834  
29835 \series default
29836 verschieben die Box nach oben, negative nach unten.
29837  Die beiden optionalen Parameter 
29838 \family typewriter
29839 oben
29840 \family default
29841  und 
29842 \family typewriter
29843 unten
29844 \family default
29845  legen fest, wie weit die Box mit dem Text über oder unter die Grundlinie
29846  hinausgeht, wenn sie nicht verschoben ist.
29847 \end_layout
29848
29849 \begin_layout Standard
29850 Um zum Beispiel das Wort 
29851 \begin_inset Quotes gld
29852 \end_inset
29853
29854 provokant
29855 \begin_inset Quotes grd
29856 \end_inset
29857
29858  mit seinem 
29859 \begin_inset Quotes gld
29860 \end_inset
29861
29862 niedrigsten
29863 \begin_inset Quotes grd
29864 \end_inset
29865
29866  Buchstaben 
29867 \begin_inset Quotes gld
29868 \end_inset
29869
29870 p
29871 \begin_inset Quotes grd
29872 \end_inset
29873
29874  an der Grundlinie auszurichten, müssen Sie den TeX-Code-Befehl
29875 \end_layout
29876
29877 \begin_layout Standard
29878
29879 \series bold
29880
29881 \backslash
29882 raisebox{
29883 \backslash
29884 depth}{
29885 \end_layout
29886
29887 \begin_layout Standard
29888 vor dem Wort einfügen und 
29889 \begin_inset Quotes gld
29890 \end_inset
29891
29892
29893 \series bold
29894 }
29895 \series default
29896
29897 \begin_inset Quotes grd
29898 \end_inset
29899
29900  als TeX-Code dahinter:
29901 \end_layout
29902
29903 \begin_layout Standard
29904 Dies ist eine Zeile, in der das Wort 
29905 \begin_inset ERT
29906 status collapsed
29907
29908 \begin_layout Plain Layout
29909
29910
29911 \backslash
29912 raisebox{
29913 \backslash
29914 depth}{
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \begin_inset Quotes gld
29921 \end_inset
29922
29923 provokant
29924 \begin_inset Quotes grd
29925 \end_inset
29926
29927
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933 }
29934 \end_layout
29935
29936 \end_inset
29937
29938  nach oben verschoben wurde.
29939 \end_layout
29940
29941 \begin_layout Standard
29942 \begin_inset VSpace bigskip
29943 \end_inset
29944
29945 Wenn Sie Buchstaben nach oben oder unten verschieben, wird der Zeilenabstand
29946  gedehnt:
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Dies ist eine Zeile, in der das Wort 
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956
29957 \backslash
29958 raisebox{-
29959 \backslash
29960 depth}{
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset Quotes gld
29967 \end_inset
29968
29969 provokant
29970 \begin_inset Quotes grd
29971 \end_inset
29972
29973
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979 }
29980 \end_layout
29981
29982 \end_inset
29983
29984  nach unten verschoben wurde.
29985 \end_layout
29986
29987 \begin_layout Standard
29988 Dies ist eine Zeile, in der das Wort 
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993
29994
29995 \backslash
29996 raisebox{0.5cm}{
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \begin_inset Quotes gld
30003 \end_inset
30004
30005 testen
30006 \begin_inset Quotes grd
30007 \end_inset
30008
30009
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015 }
30016 \end_layout
30017
30018 \end_inset
30019
30020  um 0.5
30021 \begin_inset space \thinspace{}
30022 \end_inset
30023
30024 cm nach oben verschoben wurde.
30025 \end_layout
30026
30027 \begin_layout Standard
30028 Wenn Sie die Dehnung nicht wollen, können Sie die Boxhöhe auf 0 setzen:
30029 \end_layout
30030
30031 \begin_layout Standard
30032
30033 \series bold
30034
30035 \backslash
30036 raisebox{-
30037 \backslash
30038 depth}[0pt]{
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{-
30051 \backslash
30052 depth}[0pt]{
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \begin_inset Quotes gld
30059 \end_inset
30060
30061 provokant
30062 \begin_inset Quotes grd
30063 \end_inset
30064
30065
30066 \begin_inset ERT
30067 status collapsed
30068
30069 \begin_layout Plain Layout
30070
30071 }
30072 \end_layout
30073
30074 \end_inset
30075
30076  nach unten verschoben wurde.
30077 \end_layout
30078
30079 \begin_layout Standard
30080 Dies ist eine Zeile, in der das Wort 
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086
30087 \backslash
30088 raisebox{0.5cm}[0pt]{
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \begin_inset Quotes gld
30095 \end_inset
30096
30097 testen
30098 \begin_inset Quotes grd
30099 \end_inset
30100
30101
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107 }
30108 \end_layout
30109
30110 \end_inset
30111
30112  um 0.5
30113 \begin_inset space \thinspace{}
30114 \end_inset
30115
30116 cm nach oben verschoben wurde.
30117  Jetzt überschneiden sich die verschobenen Worte.
30118 \end_layout
30119
30120 \begin_layout Section
30121 Farbige Boxen
30122 \begin_inset CommandInset label
30123 LatexCommand label
30124 name "abs:Farbige-Boxen"
30125
30126 \end_inset
30127
30128
30129 \begin_inset Index idx
30130 status collapsed
30131
30132 \begin_layout Plain Layout
30133 Boxen ! farbige
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Subsection
30142 Text-Hintergrundfarbe
30143 \begin_inset Index idx
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 Farbe ! für Text-Hintergrund
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \begin_layout Standard
30156 Um einen Text mit einer Hintergrundfarbe zu versehen, muss der Text in einer
30157  so genannten 
30158 \begin_inset Quotes gld
30159 \end_inset
30160
30161 colorbox
30162 \begin_inset Quotes grd
30163 \end_inset
30164
30165  stehen.
30166  Dafür muss das LaTeX-Paket 
30167 \series bold
30168 color
30169 \series default
30170
30171 \begin_inset Index idx
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 LaTeX-Pakete ! color
30176 \end_layout
30177
30178 \end_inset
30179
30180  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30181 \end_layout
30182
30183 \begin_layout Standard
30184
30185 \series bold
30186
30187 \backslash
30188 @ifundefined{textcolor}
30189 \begin_inset Newline newline
30190 \end_inset
30191
30192
30193 \begin_inset Phantom HPhantom
30194 status open
30195
30196 \begin_layout Plain Layout
30197
30198 \series bold
30199 \begin_inset space ~
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \end_inset
30206
30207 {
30208 \backslash
30209 usepackage{color}}{}
30210 \end_layout
30211
30212 \begin_layout Standard
30213 Wenn Sie Text einfärben, lädt LyX das Paket 
30214 \series bold
30215 color
30216 \series default
30217  automatisch.
30218 \begin_inset Foot
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 Der Befehl 
30223 \series bold
30224
30225 \backslash
30226 @ifundefined
30227 \series default
30228  vermeidet, dass es in diesem Fall doppelt geladen wird.
30229 \end_layout
30230
30231 \end_inset
30232
30233
30234 \end_layout
30235
30236 \begin_layout Standard
30237 \begin_inset VSpace medskip
30238 \end_inset
30239
30240 Colorboxen werden mit dem Befehl 
30241 \series bold
30242
30243 \backslash
30244 colorbox
30245 \series default
30246  erzeugt:
30247 \end_layout
30248
30249 \begin_layout Standard
30250
30251 \series bold
30252
30253 \backslash
30254 colorbox{Farbe}{Boxinhalt}
30255 \end_layout
30256
30257 \begin_layout Standard
30258 Der Boxinhalt kann auch eine Box sein, und Colorboxen können in anderen
30259  Boxen sein.
30260 \end_layout
30261
30262 \begin_layout Standard
30263 Die folgenden Farben sind vordefiniert:
30264 \family sans
30265  schwarz
30266 \family default
30267
30268 \family sans
30269 wei
30270 \family default
30271 ß, 
30272 \family sans
30273 rot
30274 \family default
30275 \series bold
30276 ,
30277 \series default
30278  
30279 \family sans
30280 grün
30281 \family default
30282
30283 \family sans
30284 blau
30285 \family default
30286
30287 \family sans
30288 türkis
30289 \family default
30290
30291 \family sans
30292 purpurrot
30293 \family default
30294  und 
30295 \family sans
30296 gelb
30297 \family default
30298 .
30299 \end_layout
30300
30301 \begin_layout Standard
30302 Sie können auch Ihre eigenen Farben definieren, wie in Abschnitt
30303 \begin_inset space ~
30304 \end_inset
30305
30306
30307 \begin_inset CommandInset ref
30308 LatexCommand ref
30309 reference "abs:Farbige-Tabellen"
30310
30311 \end_inset
30312
30313  beschrieben.
30314 \end_layout
30315
30316 \begin_layout Standard
30317 Um zum Beispiel ein Wort auf einem roten Hintergrund zu drucken, fügen sie
30318  den TeX-Code-Befehl
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 colorbox{red}{
30327 \end_layout
30328
30329 \begin_layout Standard
30330 vor dem Wort ein.
30331  Hinter dem Wort fügen Sie 
30332 \series bold
30333
30334 \begin_inset Quotes gld
30335 \end_inset
30336
30337 }
30338 \series default
30339
30340 \begin_inset Quotes grd
30341 \end_inset
30342
30343  als TeX-Code ein.
30344  Hier ist das Ergebnis:
30345 \end_layout
30346
30347 \begin_layout Standard
30348 In dieser Zeile hat 
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 colorbox{red}{
30357 \end_layout
30358
30359 \end_inset
30360
30361 Achtung!
30362 \begin_inset ERT
30363 status collapsed
30364
30365 \begin_layout Plain Layout
30366
30367 }
30368 \end_layout
30369
30370 \end_inset
30371
30372  einen roten Hintergrund.
30373 \end_layout
30374
30375 \begin_layout Standard
30376 \begin_inset VSpace bigskip
30377 \end_inset
30378
30379 Wenn der Rahmen der Box eine andere Farbe haben soll, können Sie den Befehl
30380  
30381 \series bold
30382
30383 \backslash
30384 fcolorbox
30385 \series default
30386  verwenden:
30387 \end_layout
30388
30389 \begin_layout Standard
30390
30391 \series bold
30392
30393 \backslash
30394 fcolorbox{Rahmenfarbe}{Boxfarbe}{Boxinhalt}
30395 \end_layout
30396
30397 \begin_layout Standard
30398
30399 \series bold
30400
30401 \backslash
30402 fcolorbox
30403 \series default
30404  ist eine Erweiterung von 
30405 \series bold
30406
30407 \backslash
30408 colorbox
30409 \series default
30410 .
30411  Die Rahmendicke und der Abstand zwischen Rahmen und Boxinhalt können mit
30412  
30413 \series bold
30414
30415 \backslash
30416 fboxrule
30417 \series default
30418  und 
30419 \series bold
30420
30421 \backslash
30422 fboxsep
30423 \series default
30424  gesteuert werden, wie in Abschnitt
30425 \begin_inset space ~
30426 \end_inset
30427
30428
30429 \begin_inset CommandInset ref
30430 LatexCommand ref
30431 reference "uab:Verzierung"
30432
30433 \end_inset
30434
30435  beschrieben.
30436 \end_layout
30437
30438 \begin_layout Standard
30439 Für das folgende Beispiel wurde der Befehl
30440 \end_layout
30441
30442 \begin_layout Standard
30443
30444 \series bold
30445
30446 \backslash
30447 fcolorbox{cyan}{magenta}{
30448 \end_layout
30449
30450 \begin_layout Standard
30451 benutzt.
30452  Hier wurden die Rahmendicke und der Abstand auf 1
30453 \begin_inset space \thinspace{}
30454 \end_inset
30455
30456 mm gesetzt:
30457 \begin_inset Newline newline
30458 \end_inset
30459
30460
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466
30467 \backslash
30468 fboxrule 1mm 
30469 \backslash
30470 fboxsep 1mm
30471 \end_layout
30472
30473 \end_inset
30474
30475
30476 \begin_inset ERT
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480
30481
30482 \backslash
30483 fcolorbox{cyan}{green}{
30484 \end_layout
30485
30486 \end_inset
30487
30488 Dies ist Text in einer farbigen, gerahmten Box.
30489 \begin_inset ERT
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493
30494 }
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 \begin_inset VSpace bigskip
30504 \end_inset
30505
30506 Natürlich gibt es auch farbigen Text in einer Colorbox:
30507 \begin_inset Newline newline
30508 \end_inset
30509
30510
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516
30517 \backslash
30518 fcolorbox{cyan}{green}{
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \color yellow
30525 Dies ist farbiger Text in einer farbigen, gerahmten Box.
30526 \color none
30527
30528 \begin_inset ERT
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532
30533 }
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \begin_inset ERT
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543
30544
30545 \backslash
30546 fboxrule 0.4pt 
30547 \backslash
30548 fboxsep 3pt
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
30561 \end_layout
30562
30563 \begin_layout Standard
30564 \begin_inset Note Greyedout
30565 status open
30566
30567 \begin_layout Plain Layout
30568 \noindent
30569
30570 \series bold
30571 Bemerkung:
30572 \series default
30573  Text in Colorboxen kann nicht umgebrochen werden.
30574  Für Text mit mehreren Zeilen müssen Sie eine Box in einer Colorbox benutzen,
30575  wie im folgenden beschrieben.
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Subsection
30584 Farbe für Absätze
30585 \begin_inset CommandInset label
30586 LatexCommand label
30587 name "uab:Farbe-für-Absätze"
30588
30589 \end_inset
30590
30591
30592 \begin_inset Index idx
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 Farbe ! für Absätze
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 Um die Hintergrundfarbe für mehr als eine Textzeile zu setzen, müssen Sie
30606  den Text in eine Minipage stellen.
30607  Vor der Minipage fügen Sie den TeX-Code-Befehl
30608 \end_layout
30609
30610 \begin_layout Standard
30611
30612 \series bold
30613
30614 \backslash
30615 colorbox{color}{
30616 \end_layout
30617
30618 \begin_layout Standard
30619 ein.
30620  Hinter der Minipage fügen Sie 
30621 \series bold
30622
30623 \begin_inset Quotes gld
30624 \end_inset
30625
30626 }
30627 \series default
30628
30629 \begin_inset Quotes grd
30630 \end_inset
30631
30632  als TeX-Code ein.
30633 \end_layout
30634
30635 \begin_layout Standard
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641
30642 \backslash
30643 colorbox{hellgrau}{
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \begin_inset Box Frameless
30650 position "t"
30651 hor_pos "c"
30652 has_inner_box 1
30653 inner_pos "t"
30654 use_parbox 0
30655 use_makebox 0
30656 width "100col%"
30657 special "none"
30658 height "1in"
30659 height_special "totalheight"
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663 Dies ist Text mit einer Hintergrundfarbe.
30664  Dies ist Text mit einer Hintergrundfarbe.
30665 \end_layout
30666
30667 \begin_layout Plain Layout
30668 Der Text kann Fußnoten
30669 \begin_inset Foot
30670 status open
30671
30672 \begin_layout Plain Layout
30673 Eine weitere Fußnote
30674 \end_layout
30675
30676 \end_inset
30677
30678  und Tabellen und Abbildungen enthalten.
30679 \end_layout
30680
30681 \begin_layout Plain Layout
30682 \align center
30683 \begin_inset Tabular
30684 <lyxtabular version="3" rows="3" columns="3">
30685 <features tabularvalignment="middle">
30686 <column alignment="center" valignment="top" width="0">
30687 <column alignment="center" valignment="top" width="0">
30688 <column alignment="center" valignment="top" width="0">
30689 <row>
30690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30691 \begin_inset Text
30692
30693 \begin_layout Plain Layout
30694 a
30695 \end_layout
30696
30697 \end_inset
30698 </cell>
30699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30700 \begin_inset Text
30701
30702 \begin_layout Plain Layout
30703 !
30704 \end_layout
30705
30706 \end_inset
30707 </cell>
30708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30709 \begin_inset Text
30710
30711 \begin_layout Plain Layout
30712 3
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 </row>
30718 <row>
30719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30720 \begin_inset Text
30721
30722 \begin_layout Plain Layout
30723 <
30724 \end_layout
30725
30726 \end_inset
30727 </cell>
30728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30729 \begin_inset Text
30730
30731 \begin_layout Plain Layout
30732 b2
30733 \begin_inset Quotes erd
30734 \end_inset
30735
30736 |
30737 \end_layout
30738
30739 \end_inset
30740 </cell>
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Plain Layout
30745 >
30746 \end_layout
30747
30748 \end_inset
30749 </cell>
30750 </row>
30751 <row>
30752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30753 \begin_inset Text
30754
30755 \begin_layout Plain Layout
30756 1
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30762 \begin_inset Text
30763
30764 \begin_layout Plain Layout
30765 §
30766 \end_layout
30767
30768 \end_inset
30769 </cell>
30770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30771 \begin_inset Text
30772
30773 \begin_layout Plain Layout
30774 c
30775 \end_layout
30776
30777 \end_inset
30778 </cell>
30779 </row>
30780 </lyxtabular>
30781
30782 \end_inset
30783
30784
30785 \end_layout
30786
30787 \end_inset
30788
30789
30790 \begin_inset ERT
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794
30795 }
30796 \end_layout
30797
30798 \end_inset
30799
30800
30801 \end_layout
30802
30803 \begin_layout Section
30804 Rotierte und skalierte Boxen
30805 \end_layout
30806
30807 \begin_layout Standard
30808 Um die Befehle dieses Abschnitts nutzen zu können, muss das Paket 
30809 \series bold
30810 graphicx
30811 \series default
30812
30813 \begin_inset Index idx
30814 status collapsed
30815
30816 \begin_layout Plain Layout
30817 LaTeX-Pakete ! graphicx
30818 \end_layout
30819
30820 \end_inset
30821
30822  im LaTeX-Vorspann mit folgendem Befehl geladen werden:
30823 \end_layout
30824
30825 \begin_layout Standard
30826
30827 \series bold
30828
30829 \backslash
30830 @ifundefined{rotatebox}
30831 \begin_inset Newline newline
30832 \end_inset
30833
30834
30835 \begin_inset Phantom HPhantom
30836 status open
30837
30838 \begin_layout Plain Layout
30839
30840 \series bold
30841 \begin_inset space ~
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \end_inset
30848
30849 {
30850 \backslash
30851 usepackage{graphicx}}{}
30852 \end_layout
30853
30854 \begin_layout Standard
30855 \begin_inset Note Greyedout
30856 status open
30857
30858 \begin_layout Plain Layout
30859
30860 \series bold
30861 Bemerkung:
30862 \series default
30863  Die meisten DVI-Programme können keine rotierten oder skalierten Texte
30864  darstellen.
30865  In der PDF- oder PostScript-Ausgabe wird aber alles korrekt angezeigt.
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \end_layout
30872
30873 \begin_layout Standard
30874 \begin_inset Note Greyedout
30875 status open
30876
30877 \begin_layout Plain Layout
30878
30879 \series bold
30880 Bemerkung:
30881 \series default
30882  Gleitobjekte dürfen nicht in eine rotierte oder skalierte Box gesetzt werden.
30883 \end_layout
30884
30885 \end_inset
30886
30887
30888 \end_layout
30889
30890 \begin_layout Subsection
30891 Rotierte Boxen
30892 \begin_inset Index idx
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896 Boxen ! rotierte
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \begin_inset Index idx
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906 Rotiertes Material
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \begin_inset Index idx
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 Abbildungen ! rotierte
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Index idx
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Tabellen ! rotierte
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Um Text zu drehen, verwendet man den Befehl 
30936 \series bold
30937
30938 \backslash
30939 rotatebox
30940 \series default
30941  im TeX-Code nach folgendem Schema:
30942 \end_layout
30943
30944 \begin_layout Standard
30945
30946 \series bold
30947
30948 \backslash
30949 rotatebox[Drehpunkt]{Winkel}{Boxinhalt}
30950 \end_layout
30951
30952 \begin_layout Standard
30953 Der Drehpunkt wird mit 
30954 \series bold
30955 origin=Position
30956 \series default
30957  angegeben.
30958  Folgende Positionen sind möglich: 
30959 \emph on
30960 c
30961 \emph default
30962  (mittig), 
30963 \emph on
30964 l
30965 \emph default
30966  (links), 
30967 \emph on
30968 r
30969 \emph default
30970  (rechts), 
30971 \emph on
30972 b
30973 \emph default
30974  (unten), 
30975 \emph on
30976 t
30977 \emph default
30978  (oben), sowie sinnvolle Kombinationen aus den vier Grundpositionen.
30979  Z.
30980 \begin_inset space \thinspace{}
30981 \end_inset
30982
30983 B.
30984  bedeutet 
30985 \emph on
30986 lt
30987 \emph default
30988 , dass sich der Drehpunkt links oben befindet.
30989  Wird kein Drehpunkt angegeben, wird die Position 
30990 \emph on
30991 l
30992 \emph default
30993  verwendet.
30994  Winkel gibt den Drehwinkel in Grad an und darf auch negativ sein.
30995  Gedreht wird gegen den Uhrzeigersinn.
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Im folgenden Beispiel wurde vor dem Text der Befehl 
31000 \series bold
31001
31002 \backslash
31003 rotatebox[origin=c]{60}{
31004 \series default
31005  im TeX-Modus eingegeben.
31006  Nach dem Text wurde die schließende Klammer 
31007 \series bold
31008 }
31009 \series default
31010  wiederum im TeX-Modus eingegeben.
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Dies ist eine Zeile 
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 rotatebox[origin=c]{60}{
31023 \end_layout
31024
31025 \end_inset
31026
31027 mit rotiertem
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033 }
31034 \end_layout
31035
31036 \end_inset
31037
31038  Text.
31039 \end_layout
31040
31041 \begin_layout Standard
31042 Der Boxinhalt kann auch eine andere Box oder eine eingebettete Formel sein:
31043 \end_layout
31044
31045 \begin_layout Standard
31046 Dies ist eine Zeile 
31047 \begin_inset ERT
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051
31052
31053 \backslash
31054 rotatebox[origin=r]{-60}{
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \begin_inset Box Doublebox
31061 position "c"
31062 hor_pos "c"
31063 has_inner_box 0
31064 inner_pos "c"
31065 use_parbox 0
31066 use_makebox 0
31067 width "1in"
31068 special "width"
31069 height "1in"
31070 height_special "totalheight"
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 mit rotiertem
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085 }
31086 \end_layout
31087
31088 \end_inset
31089
31090  umrandeten Text 
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096
31097 \backslash
31098 rotatebox[origin=lb]{60}{
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31105 \end_inset
31106
31107
31108 \begin_inset ERT
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112
31113 }
31114 \end_layout
31115
31116 \end_inset
31117
31118  und einer Formel.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Oder ein Bild oder Tabelle:
31123 \end_layout
31124
31125 \begin_layout Standard
31126 Dies ist eine Zeile 
31127 \begin_inset ERT
31128 status collapsed
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 rotatebox[origin=lb]{90}{
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \begin_inset Graphics
31141         filename ../clipart/platypus.eps
31142         lyxscale 50
31143         width 25col%
31144
31145 \end_inset
31146
31147
31148 \begin_inset ERT
31149 status collapsed
31150
31151 \begin_layout Plain Layout
31152
31153 }
31154 \end_layout
31155
31156 \end_inset
31157
31158  mit einem rotierten Bild 
31159 \begin_inset ERT
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163
31164
31165 \backslash
31166 rotatebox[origin=l]{-90}{
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \begin_inset Tabular
31173 <lyxtabular version="3" rows="2" columns="2">
31174 <features tabularvalignment="middle">
31175 <column alignment="center" valignment="top" width="0">
31176 <column alignment="center" valignment="top" width="0">
31177 <row>
31178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31179 \begin_inset Text
31180
31181 \begin_layout Plain Layout
31182 q
31183 \end_layout
31184
31185 \end_inset
31186 </cell>
31187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout Plain Layout
31191 w
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 </row>
31197 <row>
31198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31199 \begin_inset Text
31200
31201 \begin_layout Plain Layout
31202 e
31203 \end_layout
31204
31205 \end_inset
31206 </cell>
31207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31208 \begin_inset Text
31209
31210 \begin_layout Plain Layout
31211 r
31212 \end_layout
31213
31214 \end_inset
31215 </cell>
31216 </row>
31217 </lyxtabular>
31218
31219 \end_inset
31220
31221
31222 \begin_inset ERT
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226
31227 }
31228 \end_layout
31229
31230 \end_inset
31231
31232  und Tabelle.
31233 \end_layout
31234
31235 \begin_layout Subsection
31236 Skalierte Boxen
31237 \begin_inset Index idx
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 Boxen ! skalierte
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Skaliertes Material
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \begin_inset Index idx
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261 Abbildungen ! skalierte
31262 \end_layout
31263
31264 \end_inset
31265
31266
31267 \begin_inset Index idx
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271 Tabellen ! skalierte
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Standard
31280 Um Text zu skalieren, kann man die Befehle 
31281 \series bold
31282
31283 \backslash
31284 scalebox
31285 \series default
31286  und 
31287 \series bold
31288
31289 \backslash
31290 resizebox
31291 \series default
31292  im TeX-Modus verwenden.
31293 \end_layout
31294
31295 \begin_layout Standard
31296
31297 \series bold
31298
31299 \backslash
31300 scalebox
31301 \series default
31302  wird nach folgendem Schema verwendet:
31303 \end_layout
31304
31305 \begin_layout Standard
31306
31307 \series bold
31308
31309 \backslash
31310 scalebox{horizontal}[vertikal]{Boxinhalt}
31311 \end_layout
31312
31313 \begin_layout Standard
31314 Horizontal und vertikal geben die jeweiligen Skalierungsfaktoren an.
31315  Wird kein vertikaler Skalierungsfaktor angegeben, wird dafür der horizontale
31316  verwendet.
31317 \end_layout
31318
31319 \begin_layout Standard
31320 Z.
31321 \begin_inset space \thinspace{}
31322 \end_inset
31323
31324 B.
31325  ergibt der Befehl 
31326 \series bold
31327
31328 \backslash
31329 scalebox{2}{Hallo}
31330 \series default
31331  ein im Vergleich zur Dokumentschriftgröße doppelt so großes 
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337
31338 \backslash
31339 scalebox{2}{
31340 \end_layout
31341
31342 \end_inset
31343
31344 Hallo
31345 \begin_inset ERT
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349
31350 }
31351 \end_layout
31352
31353 \end_inset
31354
31355 .
31356 \end_layout
31357
31358 \begin_layout Standard
31359
31360 \series bold
31361
31362 \backslash
31363 scalebox{2}[1]{Hallo}
31364 \series default
31365  verzerrt hingegen das 
31366 \begin_inset ERT
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370
31371
31372 \backslash
31373 scalebox{2}[1]{
31374 \end_layout
31375
31376 \end_inset
31377
31378 Hallo
31379 \begin_inset ERT
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384 }
31385 \end_layout
31386
31387 \end_inset
31388
31389 .
31390 \end_layout
31391
31392 \begin_layout Standard
31393 Die Skalierungsfaktoren dürfen auch negativ sein.
31394  In diesem Fall wird der Boxinhalt gespiegelt.
31395 \end_layout
31396
31397 \begin_layout Standard
31398 Daher lässt sich mit dem Befehl 
31399 \series bold
31400
31401 \backslash
31402 scalebox{-1}[1]{Hallo}
31403 \series default
31404  Spiegelschrift erstellen: 
31405 \begin_inset ERT
31406 status collapsed
31407
31408 \begin_layout Plain Layout
31409
31410
31411 \backslash
31412 scalebox{-1}[1]{
31413 \end_layout
31414
31415 \end_inset
31416
31417 Hallo
31418 \begin_inset ERT
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422
31423 }
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \end_layout
31430
31431 \begin_layout Standard
31432
31433 \series bold
31434
31435 \backslash
31436 scalebox{1}[-1]{Hallo}
31437 \series default
31438  spiegelt das 
31439 \begin_inset ERT
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444
31445 \backslash
31446 scalebox{1}[-1]{
31447 \end_layout
31448
31449 \end_inset
31450
31451 Hallo
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457 }
31458 \end_layout
31459
31460 \end_inset
31461
31462  an der Grundlinie.
31463 \end_layout
31464
31465 \begin_layout Standard
31466 Zu 
31467 \series bold
31468
31469 \backslash
31470 scalebox{-1}[1]{Boxinhalt}
31471 \series default
31472  gibt es den äquivalenten Befehl
31473 \begin_inset Newline newline
31474 \end_inset
31475
31476
31477 \series bold
31478
31479 \backslash
31480 reflectbox{Boxinhalt}
31481 \series default
31482 .
31483 \end_layout
31484
31485 \begin_layout Standard
31486 \begin_inset VSpace bigskip
31487 \end_inset
31488
31489
31490 \series bold
31491
31492 \backslash
31493 resizebox
31494 \series default
31495  verwendet man, um den Boxinhalt auf eine bestimmte Höhe oder Breite zu
31496  skalieren.
31497  Das Befehlsschema ist folgendes:
31498 \end_layout
31499
31500 \begin_layout Standard
31501
31502 \series bold
31503
31504 \backslash
31505 resizebox{Breite}{Höhe}{Boxinhalt}
31506 \end_layout
31507
31508 \begin_layout Standard
31509 Gibt man für eines der beiden Argumente ein Ausrufezeichen 
31510 \series bold
31511 !
31512 \series default
31513  ein, wird die Größe so gewählt, dass das Seitenverhältnis der Box beibehalten
31514  wird.
31515 \end_layout
31516
31517 \begin_layout Standard
31518 Der Befehl 
31519 \series bold
31520
31521 \backslash
31522 resizebox{2cm}{1cm}{Hallo}
31523 \series default
31524  ergibt: 
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 resizebox{2cm}{1cm}{
31533 \end_layout
31534
31535 \end_inset
31536
31537 Hallo
31538 \begin_inset ERT
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542
31543 }
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \begin_inset Newline newline
31550 \end_inset
31551
31552 Der Befehl 
31553 \series bold
31554
31555 \backslash
31556 resizebox{2cm}{!}{Hallo}
31557 \series default
31558  ergibt: 
31559 \begin_inset ERT
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563
31564
31565 \backslash
31566 resizebox{2cm}{!}{
31567 \end_layout
31568
31569 \end_inset
31570
31571 Hallo
31572 \begin_inset ERT
31573 status collapsed
31574
31575 \begin_layout Plain Layout
31576
31577 }
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \begin_layout Standard
31586 \begin_inset VSpace bigskip
31587 \end_inset
31588
31589
31590 \begin_inset Note Greyedout
31591 status open
31592
31593 \begin_layout Plain Layout
31594
31595 \series bold
31596 Bemerkung:
31597 \series default
31598  Wurde in Argumenten von 
31599 \series bold
31600
31601 \backslash
31602 scalebox
31603 \series default
31604  oder 
31605 \series bold
31606
31607 \backslash
31608 resizebox
31609 \series default
31610  eine Null angegeben, entstehen beim Exportieren zwar keine LaTeX-Fehler,
31611  die erzeugten Dateien können jedoch nicht oder nur teilweise angezeigt
31612  werden.
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 \begin_inset VSpace bigskip
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 Alle Boxen können beliebig miteinander kombiniert werden.
31629  So ergibt z.
31630 \begin_inset space \thinspace{}
31631 \end_inset
31632
31633 B.
31634  der Befehl
31635 \begin_inset Newline newline
31636 \end_inset
31637
31638
31639 \series bold
31640
31641 \backslash
31642 rotatebox[origin=c]{-45}{
31643 \backslash
31644 resizebox{2cm}{!}{
31645 \backslash
31646 reflectbox{Hallo}}}
31647 \series default
31648 :
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \align center
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 rotatebox[origin=c]{-45}{
31661 \backslash
31662 resizebox{2cm}{!}{
31663 \backslash
31664 reflectbox{
31665 \end_layout
31666
31667 \end_inset
31668
31669 Hallo
31670 \begin_inset ERT
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674
31675 }}}
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \end_layout
31682
31683 \begin_layout Standard
31684 \noindent
31685 Bilder, Tabellen und eingebettete Formeln sind als Boxinhalt erlaubt:
31686 \end_layout
31687
31688 \begin_layout Standard
31689 \align center
31690 \begin_inset ERT
31691 status collapsed
31692
31693 \begin_layout Plain Layout
31694
31695
31696 \backslash
31697 rotatebox[origin=c]{-30}{
31698 \backslash
31699 resizebox{2cm}{!}{
31700 \backslash
31701 reflectbox{
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \begin_inset Graphics
31708         filename ../clipart/platypus.eps
31709         lyxscale 50
31710         width 25col%
31711
31712 \end_inset
31713
31714
31715 \begin_inset ERT
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719
31720 }}}
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \begin_inset ERT
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730
31731
31732 \backslash
31733 rotatebox[origin=c]{-45}{
31734 \backslash
31735 resizebox{2cm}{!}{
31736 \backslash
31737 reflectbox{
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \begin_inset Tabular
31744 <lyxtabular version="3" rows="2" columns="2">
31745 <features tabularvalignment="middle">
31746 <column alignment="center" valignment="top" width="0">
31747 <column alignment="center" valignment="top" width="0">
31748 <row>
31749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31750 \begin_inset Text
31751
31752 \begin_layout Plain Layout
31753 q
31754 \end_layout
31755
31756 \end_inset
31757 </cell>
31758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31759 \begin_inset Text
31760
31761 \begin_layout Plain Layout
31762 w
31763 \end_layout
31764
31765 \end_inset
31766 </cell>
31767 </row>
31768 <row>
31769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 e
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782 r
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 </row>
31788 </lyxtabular>
31789
31790 \end_inset
31791
31792
31793 \begin_inset ERT
31794 status collapsed
31795
31796 \begin_layout Plain Layout
31797
31798 }}}
31799 \end_layout
31800
31801 \end_inset
31802
31803
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 rotatebox[origin=c]{-45}{
31812 \backslash
31813 resizebox{2cm}{!}{
31814 \backslash
31815 reflectbox{
31816 \end_layout
31817
31818 \end_inset
31819
31820
31821 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31822 \end_inset
31823
31824
31825 \begin_inset ERT
31826 status collapsed
31827
31828 \begin_layout Plain Layout
31829
31830 }}}
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Standard
31839 Hat man den globalen Formelstil 
31840 \series bold
31841 fleqn
31842 \series default
31843
31844 \begin_inset Foot
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848 Wenn 
31849 \begin_inset Quotes gld
31850 \end_inset
31851
31852 fleqn
31853 \begin_inset Quotes grd
31854 \end_inset
31855
31856  zu den Dokumentklassen-Optionen hinzugefügt wurde.
31857 \end_layout
31858
31859 \end_inset
31860
31861  gewählt, kann man auch abgesetzte Formeln skalieren.
31862 \end_layout
31863
31864 \begin_layout Chapter
31865 Externe Dateien
31866 \begin_inset Index idx
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Dateien ! externe
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \end_layout
31877
31878 \begin_layout Standard
31879 Mit 
31880 \family sans
31881 Einfügen\SpecialChar \menuseparator
31882 Datei
31883 \family default
31884  können Sie fremdes Material in Ihr Dokument einsetzen.
31885  Das kann folgendes sein:
31886 \end_layout
31887
31888 \begin_layout Description
31889 LyX-Dokument Der Inhalt eines anderen LyX-Dokuments wird direkt in Ihr Dokument
31890  eingefügt.
31891 \end_layout
31892
31893 \begin_layout Description
31894 Einfacher
31895 \begin_inset space ~
31896 \end_inset
31897
31898 Text Ein Text-Dokument; jede Textzeile wird als eigener Absatz in Ihr Dokument
31899  eingefügt.
31900 \end_layout
31901
31902 \begin_layout Description
31903 Einfacher
31904 \begin_inset space ~
31905 \end_inset
31906
31907 Text,
31908 \begin_inset space ~
31909 \end_inset
31910
31911 Zeilen
31912 \begin_inset space ~
31913 \end_inset
31914
31915 verbinden Ein Text-Dokument; Zeilen werden so eingefügt, wie sie sind.
31916  Leerzeilen trennen die Absätze.
31917 \end_layout
31918
31919 \begin_layout Description
31920 Externes
31921 \begin_inset space ~
31922 \end_inset
31923
31924 Material Dateien in verschiedenen Formaten.
31925 \end_layout
31926
31927 \begin_layout Description
31928 Unterdokument LyX- oder LaTeX-Dokumente.
31929 \end_layout
31930
31931 \begin_layout Section
31932 Externes Material
31933 \begin_inset Index idx
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937 Externes Material
31938 \end_layout
31939
31940 \end_inset
31941
31942
31943 \end_layout
31944
31945 \begin_layout Standard
31946 Mit 
31947 \family sans
31948 Einfügen\SpecialChar \menuseparator
31949 Datei\SpecialChar \menuseparator
31950  Externes Material
31951 \family default
31952  können Sie Dateien in Ihr Dokument einfügen, ohne sie vorher in ein Format
31953  konvertieren zu müssen, das vom Ausgabeprogramm verstanden werden kann,
31954  weil LyX sich darum kümmert.
31955  Das ist ähnlich wie bei Bildern, die in verschiedenen Formaten in LyX-Dokumente
31956  eingefügt werden können.
31957  Wenn die Grafikvorschau in den LyX-Einstellungen unter
31958 \family sans
31959  Aussehen
31960 \begin_inset space ~
31961 \end_inset
31962
31963 &
31964 \begin_inset space ~
31965 \end_inset
31966
31967 Handhabung\SpecialChar \menuseparator
31968 Grafik
31969 \family default
31970 , werden die externen Materialtypen Dia und Xfig direkt in LyX angezeigt.
31971 \end_layout
31972
31973 \begin_layout Standard
31974 Zur Zeit können Sie folgende Dateitypen (
31975 \family sans
31976 Vorlagen
31977 \family default
31978 ) benutzen:
31979 \end_layout
31980
31981 \begin_layout Description
31982 Schachdiagramm unterstützt Schachdiagramme, die mit dem Programm 
31983 \series bold
31984
31985 \begin_inset CommandInset href
31986 LatexCommand href
31987 name "XBoard"
31988 target "http://en.wikipedia.org/wiki/XBoard"
31989
31990 \end_inset
31991
31992
31993 \series default
31994  erzeugt wurden.
31995 \end_layout
31996
31997 \begin_layout Description
31998 Datum fügt ein Datum mit dem Format 
31999 \emph on
32000 Tag-Monat-Jahr
32001 \emph default
32002  ein.
32003  Hier ist ein Beispiel: 
32004 \begin_inset External
32005         template Date
32006         filename .
32007
32008 \end_inset
32009
32010
32011 \begin_inset space ~
32012 \end_inset
32013
32014
32015 \begin_inset Note Note
32016 status open
32017
32018 \begin_layout Plain Layout
32019
32020 \lang english
32021 Remove the protected space when bug 4398 is fixed!
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \begin_inset Newline newline
32028 \end_inset
32029
32030 Das Datum ist in LyX nicht zu sehen, nur in der Druckausgabe.
32031  Es gibt noch zwei andere Möglichkeiten, ein Datum einzufügen: Über das
32032  Menü 
32033 \family sans
32034 Einfügen\SpecialChar \menuseparator
32035 Datum
32036 \family default
32037  und mit dem LaTeX-Befehl 
32038 \series bold
32039
32040 \backslash
32041 today
32042 \series default
32043 .
32044  Die verschiedenen Methoden werden in Tabelle
32045 \begin_inset space ~
32046 \end_inset
32047
32048
32049 \begin_inset CommandInset ref
32050 LatexCommand ref
32051 reference "tab:Vergleich-der-Datums-Eingaben"
32052
32053 \end_inset
32054
32055  verglichen.
32056 \end_layout
32057
32058 \begin_layout Description
32059 Dia unterstützt Diagramme, die mit dem Programm 
32060 \series bold
32061
32062 \begin_inset CommandInset href
32063 LatexCommand href
32064 name "Dia"
32065 target "http://en.wikipedia.org/wiki/Dia_(software)"
32066
32067 \end_inset
32068
32069
32070 \series default
32071  erzeugt wurden.
32072 \end_layout
32073
32074 \begin_layout Description
32075 LilyPond Mit dieser Vorlage können Sie Noten mit dem Programm 
32076 \series bold
32077
32078 \begin_inset CommandInset href
32079 LatexCommand href
32080 name "LilyPond"
32081 target "http://en.wikipedia.org/wiki/LilyPond"
32082
32083 \end_inset
32084
32085
32086 \series default
32087  schreiben.
32088 \end_layout
32089
32090 \begin_layout Description
32091 PDFPages Mit dieser Vorlage können Sie PDF-Dokumente in ihr Dokument einfügen.
32092  Um bestimmte oder alle Seiten eines PDFs einzufügen, benutzen Sie die 
32093 \emph on
32094 pages
32095 \emph default
32096  Option im Feld 
32097 \family sans
32098 Option
32099 \family default
32100  in der Karteikarte 
32101 \family sans
32102 LaTeX- und LyX-Optionen
32103 \family default
32104  entsprechend der Vorlagenbeschreibung im Dialog.
32105  Wenn keine 
32106 \emph on
32107 pages
32108 \emph default
32109  Option gegeben ist, wird nur die erste Seite des PDFs eingefügt.
32110 \end_layout
32111
32112 \begin_layout Description
32113 Rastergrafik Diese Vorlage kann für Bitmap-Bilder benutzt werden.
32114  Fast alle bekannten Bildformate werden unterstützt.
32115  Die Bilddateien können im Dialogfenster 
32116 \family sans
32117 Externes
32118 \begin_inset space ~
32119 \end_inset
32120
32121 Material
32122 \family default
32123  genauso behandelt werden wie die mit dem normalen 
32124 \family sans
32125 Grafik
32126 \family default
32127 -Dialog eingefügten, siehe Abschnitt
32128 \begin_inset space ~
32129 \end_inset
32130
32131
32132 \begin_inset CommandInset ref
32133 LatexCommand ref
32134 reference "abs:Grafik-Dialog"
32135
32136 \end_inset
32137
32138 .
32139  Der Unterschied ist, dass nur Rasterbilder erlaubt sind, das heißt PDF-
32140  und EPS-Bilder werden nicht unterstützt.
32141 \end_layout
32142
32143 \begin_layout Description
32144 XFig Diese Vorlage unterstützt Bilder, die mit dem Programm 
32145 \series bold
32146
32147 \begin_inset CommandInset href
32148 LatexCommand href
32149 name "Xfig"
32150 target "http://en.wikipedia.org/wiki/Xfig"
32151
32152 \end_inset
32153
32154
32155 \series default
32156  erzeugt wurden.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 \begin_inset Float table
32161 placement h
32162 wide false
32163 sideways false
32164 status open
32165
32166 \begin_layout Plain Layout
32167 \begin_inset Caption
32168
32169 \begin_layout Plain Layout
32170 \begin_inset CommandInset label
32171 LatexCommand label
32172 name "tab:Vergleich-der-Datums-Eingaben"
32173
32174 \end_inset
32175
32176 Vergleich der Datums-Eingaben
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \begin_layout Plain Layout
32185 \align center
32186 \begin_inset Tabular
32187 <lyxtabular version="3" rows="4" columns="4">
32188 <features tabularvalignment="middle">
32189 <column alignment="center" valignment="top" width="0">
32190 <column alignment="center" valignment="top" width="0">
32191 <column alignment="center" valignment="top" width="0">
32192 <column alignment="center" valignment="top" width="0">
32193 <row>
32194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198 Dokumentformat
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32204 \begin_inset Text
32205
32206 \begin_layout Plain Layout
32207
32208 \family sans
32209 Externes Material\SpecialChar \menuseparator
32210 Datum
32211 \end_layout
32212
32213 \end_inset
32214 </cell>
32215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32216 \begin_inset Text
32217
32218 \begin_layout Plain Layout
32219
32220 \family sans
32221 Einfügen\SpecialChar \menuseparator
32222 Datum
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 Befehl 
32232 \series bold
32233
32234 \backslash
32235 today
32236 \end_layout
32237
32238 \end_inset
32239 </cell>
32240 </row>
32241 <row>
32242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32243 \begin_inset Text
32244
32245 \begin_layout Plain Layout
32246 LyX
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 als Box
32256 \end_layout
32257
32258 \end_inset
32259 </cell>
32260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32261 \begin_inset Text
32262
32263 \begin_layout Plain Layout
32264 als Datum
32265 \end_layout
32266
32267 \end_inset
32268 </cell>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 als TeX-Code
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 </row>
32279 <row>
32280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 LaTeX
32285 \end_layout
32286
32287 \end_inset
32288 </cell>
32289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 als Datum
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 als Datum
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 als Befehl
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 </row>
32317 <row>
32318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322 DVI, PDF, PS
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 als Datum
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340 als Datum
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 als Datum
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 </row>
32355 </lyxtabular>
32356
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \end_inset
32363
32364
32365 \end_layout
32366
32367 \begin_layout Standard
32368 Wenn Sie im Dialogfenster
32369 \family sans
32370  Externes
32371 \begin_inset space ~
32372 \end_inset
32373
32374 Material 
32375 \family default
32376 in der Karteikarte
32377 \family sans
32378  Datei
32379 \family default
32380  die Option 
32381 \family sans
32382 Entwurf
32383 \family default
32384  benutzen, wird nur der Pfad der ausgewählten Datei in der Ausgabe erscheinen.
32385 \begin_inset Newline newline
32386 \end_inset
32387
32388 LyX kann externes Material entweder als Box wie hier: 
32389 \begin_inset Graphics
32390         filename clipart/ExternesMaterialQt4.png
32391         scale 85
32392         scaleBeforeRotation
32393
32394 \end_inset
32395
32396  oder als Bild darstellen.
32397  Das hängt davon ab, ob Sie im Dialog
32398 \family sans
32399  
32400 \family default
32401 in der Karteikarte 
32402 \family sans
32403 LaTeX- und LyX-Optionen
32404 \family default
32405  die Option 
32406 \family sans
32407 In
32408 \begin_inset space ~
32409 \end_inset
32410
32411 LyX
32412 \begin_inset space ~
32413 \end_inset
32414
32415 anzeigen
32416 \family default
32417  gewählt haben oder nicht.
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Im LyX-Handbuch 
32422 \family sans
32423 \emph on
32424 Anpassung
32425 \family default
32426 \emph default
32427  wird erklärt, wie Sie eigenen Vorlagen erzeugen können.
32428 \end_layout
32429
32430 \begin_layout Section
32431 Unterdokumente
32432 \begin_inset CommandInset label
32433 LatexCommand label
32434 name "abs:Unterdokumente"
32435
32436 \end_inset
32437
32438
32439 \begin_inset Index idx
32440 status collapsed
32441
32442 \begin_layout Plain Layout
32443 Unterdokument
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Standard
32452 Unterdokumente benutzt man bei größeren Dokumenten, die aus mehreren Kapiteln
32453  oder Abschnitten bestehen.
32454  Für die Pflege ist das oft hilfreich und manchmal auch gefordert.
32455  Ein Hauptdokument fügt dann die einzelnen Unterdokumente zusammen.
32456  Ein Unterdokument übernimmt und benutzt Inhalte seines Hauptdokuments,
32457  z.
32458 \begin_inset space \thinspace{}
32459 \end_inset
32460
32461 B.
32462  den LaTeX-Vorspann, das Literaturverzeichnis und Querverweismarken.
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Um Unterdokumente bearbeiten zu können ohne ihr Hauptdokument öffnen zu
32467  müssen, geben Sie im Unterdokument im Menü
32468 \family sans
32469  Dokument\SpecialChar \menuseparator
32470 Einstellungen\SpecialChar \menuseparator
32471 Dokumentklasse
32472 \family default
32473  das Hauptdokument an.
32474  Dieses wird dann von LyX im Hintergrund benutzt, wenn Sie das Unterdokument
32475  bearbeiten.
32476 \end_layout
32477
32478 \begin_layout Standard
32479 Unterdokumente werden in LyX als Box angezeigt: 
32480 \begin_inset Graphics
32481         filename clipart/UnterdokumentQt4.png
32482         scale 85
32483         scaleBeforeRotation
32484
32485 \end_inset
32486
32487  Sie werden über
32488 \family sans
32489  Einfügen\SpecialChar \menuseparator
32490 Datei\SpecialChar \menuseparator
32491 Unterdokument
32492 \family default
32493  eingebunden, was das Dialogfenster
32494 \family sans
32495  Unterdokument
32496 \family default
32497  öffnet.
32498  Für 
32499 \family sans
32500 die Art
32501 \begin_inset space ~
32502 \end_inset
32503
32504 der
32505 \begin_inset space ~
32506 \end_inset
32507
32508 Einbindung
32509 \family default
32510  gibt es dort vier Möglichkeiten:
32511 \end_layout
32512
32513 \begin_layout Description
32514 Include Sie können LyX- und LaTeX-Dokumente einbinden.
32515  Wenn Sie im Dialogfenster
32516 \family sans
32517  Unterdokument
32518 \family default
32519  auf 
32520 \family sans
32521 Öffnen
32522 \family default
32523  klicken, wird das eingebundene Dokument in einem eigenen Unterfenster geöffnet,
32524  und Sie können es editieren.
32525 \begin_inset Newline newline
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Standard
32532 Hier wird ein Unterdokument
32533 \family sans
32534  
32535 \family default
32536 per 
32537 \family sans
32538 Include
32539 \family default
32540  eingebunden: 
32541 \begin_inset CommandInset include
32542 LatexCommand include
32543 filename "DummyDocument1.lyx"
32544
32545 \end_inset
32546
32547 Die Abschnittsnummerierung enthält alle Abschnitte der eingebundenen Dateien
32548  in der Reihenfolge, in der sie ins Hauptdokument eingebunden werden.
32549  Das obige Beispiel besitzt einen Unterabschnitt mit der Nummer dieses Abschnitt
32550 s.
32551  Auf Marken eingebundener Dokumente kann verwiesen werden: siehe Unterabschnitt
32552 \begin_inset space ~
32553 \end_inset
32554
32555
32556 \begin_inset CommandInset ref
32557 LatexCommand ref
32558 reference "uab:Externer-Unterabschnitt-1"
32559
32560 \end_inset
32561
32562 .
32563 \end_layout
32564
32565 \begin_layout Standard
32566 Der LaTeX-Vorspann des Unterdokuments wird ignoriert, nur der des Hauptdokuments
32567  wird benutzt.
32568  Zweige in Unterdokumenten werden vom Hauptdokument ignoriert, wenn das
32569  Hauptdokument nicht auch einen Zweig mit dem selben Namen besitzt.
32570  Unterdokumente, die per 
32571 \family sans
32572 Include
32573 \family default
32574  eingebunden werden, beginnen in der Druckausgabe auf einer neuen Seite
32575  und enden mit einem Seitenumbruch.
32576 \end_layout
32577
32578 \begin_layout Standard
32579 Wenn Sie nur an einem Kapitel eines großen Dokuments arbeiten und Zeit sparen
32580  wollen, können Sie eingefügte Dateien in einen Zweig setzen.
32581 \begin_inset Foot
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Zweige sind im Kapitel 
32586 \emph on
32587 Zweige
32588 \emph default
32589  des LyX 
32590 \emph on
32591 Benutzerhandbuchs
32592 \emph default
32593  erklärt.
32594 \end_layout
32595
32596 \end_inset
32597
32598  Durch das de/aktivieren der Zweige können Sie festlegen, welche eingefügte
32599  Dateien in der Ausgabe erscheinen.
32600 \end_layout
32601
32602 \begin_layout Standard
32603 \begin_inset Note Greyedout
32604 status open
32605
32606 \begin_layout Plain Layout
32607
32608 \series bold
32609 Achtung:
32610 \series default
32611  Aufgrund eines Fehlers in LyX kann der LaTeX-Befehl 
32612 \series bold
32613
32614 \backslash
32615 includeonly
32616 \series default
32617  momentan nicht als Alternative benutzt werden um festzulegen, welche eingefügte
32618  Dateien in der Ausgabe erscheinen.
32619 \end_layout
32620
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \begin_layout Standard
32627 \begin_inset Note Greyedout
32628 status open
32629
32630 \begin_layout Plain Layout
32631
32632 \series bold
32633 Bemerkung:
32634 \series default
32635  Wenn Sie eine LyX- oder LaTeX-Datei eingebunden haben, werden Sie beim
32636  Export oder der Druckvorschau gewarnt, wenn das Unterdokument eine andere
32637  Dokumentklasse als das Hauptdokument benutzt, weil das zu unvorhersehbaren
32638  Ergebnissen führen wird.
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \end_layout
32645
32646 \begin_layout Description
32647 Input Diese Methode ist 
32648 \family sans
32649 Include
32650 \family default
32651  sehr ähnlich mit folgenden Unterschieden:
32652 \end_layout
32653
32654 \begin_deeper
32655 \begin_layout Itemize
32656 Unterdokumente, die per 
32657 \family sans
32658 Input
32659 \family default
32660  eingebunden werden, beginnen in der Druckausgabe NICHT auf einer neuen
32661  Seite und enden NICHT mit einem Seitenumbruch.
32662 \end_layout
32663
32664 \begin_layout Itemize
32665 Unterdokumente, die per 
32666 \family sans
32667 Input
32668 \family default
32669  eingebunden werden, können in LyX angesehen werden, wenn im Dialogfenster
32670 \family sans
32671  Unterdokument Vorschau
32672 \begin_inset space ~
32673 \end_inset
32674
32675 anzeigen
32676 \family default
32677  angekreuzt wurde und in den LyX-Einstellungen unter
32678 \family sans
32679  Aussehen
32680 \begin_inset space ~
32681 \end_inset
32682
32683 &
32684 \begin_inset space ~
32685 \end_inset
32686
32687 Handhabung\SpecialChar \menuseparator
32688 Grafik\SpecialChar \menuseparator
32689 Sofortige
32690 \begin_inset space ~
32691 \end_inset
32692
32693 Vorschau
32694 \family default
32695  auf 
32696 \family sans
32697 An
32698 \family default
32699  gesetzt wurde.
32700  Allerdings wirken sich Änderungen erst bei einem erneuten Laden des Dokuments
32701  aus.
32702 \end_layout
32703
32704 \begin_layout Itemize
32705 Der LaTeX-Befehl 
32706 \series bold
32707
32708 \backslash
32709 includeonly
32710 \series default
32711  kann nicht benutzt werden.
32712 \end_layout
32713
32714 \end_deeper
32715 \begin_layout Standard
32716 Hier ist ein Unterdokument, das mit
32717 \family sans
32718  Input
32719 \family default
32720  eingebunden wurde: 
32721 \begin_inset CommandInset include
32722 LatexCommand input
32723 filename "DummyDocument2.lyx"
32724
32725 \end_inset
32726
32727 .
32728 \end_layout
32729
32730 \begin_layout Description
32731 Unformatiert Mit dieser Methode kann jede Textdatei eingebunden werden.
32732   In der Druckvorschau wird für den Text der Stil 
32733 \family typewriter
32734 Schreibmaschine
32735 \family default
32736  verwendet.
32737  Zeilenumbrüche erfolgen nur dort, wo das Unterdokument welche besitzt.
32738  Wenn Sie im Dialogfenster
32739 \family sans
32740  Unterdokument Leerzeichen
32741 \begin_inset space ~
32742 \end_inset
32743
32744 bei
32745 \begin_inset space ~
32746 \end_inset
32747
32748 der
32749 \begin_inset space ~
32750 \end_inset
32751
32752 Ausgabe
32753 \begin_inset space ~
32754 \end_inset
32755
32756 kennzeichnen 
32757 \family default
32758 ankreuzen, wird in der Druckvorschau das Zeichen 
32759 \begin_inset Quotes gld
32760 \end_inset
32761
32762
32763 \begin_inset ERT
32764 status collapsed
32765
32766 \begin_layout Plain Layout
32767
32768
32769 \backslash
32770 textvisiblespace 
32771 \end_layout
32772
32773 \end_inset
32774
32775
32776 \begin_inset Quotes grd
32777 \end_inset
32778
32779  für jedes Leerzeichen eingefügt.
32780 \begin_inset Newline newline
32781 \end_inset
32782
32783 Im Gegensatz zu 
32784 \family sans
32785 Einfügen\SpecialChar \menuseparator
32786 Datei\SpecialChar \menuseparator
32787 Einfacher
32788 \begin_inset space ~
32789 \end_inset
32790
32791 Text
32792 \family default
32793  wird bei 
32794 \family sans
32795 Unformatiert
32796 \family default
32797  der Dateiinhalt in LyX nicht dargestellt.
32798 \end_layout
32799
32800 \begin_layout Standard
32801 Hier ist ein Unterdokument, das mit
32802 \family sans
32803  Unformatiert
32804 \family default
32805  eingebunden wurde: 
32806 \begin_inset CommandInset include
32807 LatexCommand verbatiminput
32808 filename "DummyTextDocument.txt"
32809
32810 \end_inset
32811
32812
32813 \begin_inset VSpace bigskip
32814 \end_inset
32815
32816 Hier ist ein Unterdokument, das mit
32817 \family sans
32818  Unformatiert
32819 \family default
32820  eingebunden wurde und
32821 \family sans
32822  Leerzeichen
32823 \begin_inset space ~
32824 \end_inset
32825
32826 bei
32827 \begin_inset space ~
32828 \end_inset
32829
32830 der
32831 \begin_inset space ~
32832 \end_inset
32833
32834 Ausgabe
32835 \begin_inset space ~
32836 \end_inset
32837
32838 kennzeichnen
32839 \family default
32840  angekreuzt hat: 
32841 \begin_inset CommandInset include
32842 LatexCommand verbatiminput*
32843 filename "DummyTextDocument.txt"
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 \begin_inset VSpace bigskip
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \begin_layout Standard
32858 \begin_inset Note Greyedout
32859 status open
32860
32861 \begin_layout Plain Layout
32862
32863 \series bold
32864 Bemerkung:
32865 \series default
32866  Wie man an den obigen Beispielen sieht, wird der Text von Dokumenten, die
32867  
32868 \family sans
32869 Unformatiert
32870 \family default
32871  eingebunden werden, am Zeilenende nicht umgebrochen.
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Description
32880 Listing Dieser Typ wird in Kapitel
32881 \begin_inset space ~
32882 \end_inset
32883
32884
32885 \begin_inset CommandInset ref
32886 LatexCommand ref
32887 reference "kap:Programm-Code-Listen"
32888
32889 \end_inset
32890
32891  beschrieben.
32892 \end_layout
32893
32894 \begin_layout Standard
32895 \begin_inset Note Greyedout
32896 status open
32897
32898 \begin_layout Plain Layout
32899
32900 \series bold
32901 Bemerkung:
32902 \series default
32903  Wenn Sie ein Unterdokument auf zwei verschiedene Arten einbinden, kann
32904  das zu LaTeX-Problemen führen.
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Chapter
32913 Programm-Code-Listen
32914 \begin_inset CommandInset label
32915 LatexCommand label
32916 name "kap:Programm-Code-Listen"
32917
32918 \end_inset
32919
32920
32921 \begin_inset Index idx
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925 Listen
32926 \end_layout
32927
32928 \end_inset
32929
32930
32931 \begin_inset Index idx
32932 status collapsed
32933
32934 \begin_layout Plain Layout
32935 Programm-Code
32936 \end_layout
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 Um Programm-Code-Listen einzufügen und zu drucken, können Sie 
32945 \family sans
32946 Einfügen\SpecialChar \menuseparator
32947 Pro\SpecialChar \-
32948 grammlisting
32949 \family default
32950  verwenden.
32951  Das LaTeX-Paket 
32952 \series bold
32953 listings
32954 \series default
32955
32956 \begin_inset Index idx
32957 status collapsed
32958
32959 \begin_layout Plain Layout
32960 LaTeX-Pakete ! listings
32961 \end_layout
32962
32963 \end_inset
32964
32965  kann Programm-Code auf vielfältige und flexible Weise in Ihr Dokument einfügen.
32966 \end_layout
32967
32968 \begin_layout Standard
32969 Ein Rechtsklick auf ein Listing öffnet das Kontextmenü, in dem Sie das Ausgabefo
32970 rmat der Programm-Code-Liste festlegen.
32971 \end_layout
32972
32973 \begin_layout Standard
32974 Standardmäßig fängt ein Listing mit einem neuen Absatz an.
32975  Die Platzierungsoption 
32976 \family sans
32977 Eingebettetes
32978 \begin_inset space ~
32979 \end_inset
32980
32981 Listing
32982 \family default
32983  druckt das Listing in der Zeile wie hier: 
32984 \begin_inset listings
32985 lstparams "language={C++}"
32986 inline true
32987 status open
32988
32989 \begin_layout Plain Layout
32990
32991 int a=5;
32992 \end_layout
32993
32994 \end_inset
32995
32996
32997 \begin_inset Newline newline
32998 \end_inset
32999
33000 Die Option 
33001 \family sans
33002 Gleitobjekt
33003 \family default
33004  erzeugt ein Listing-Gleitobjekt, dessen 
33005 \family sans
33006 Platzierung 
33007 \family default
33008 Sie mit 
33009 \family sans
33010 h
33011 \family default
33012
33013 \family sans
33014 t
33015 \family default
33016
33017 \family sans
33018 b
33019 \family default
33020  und 
33021 \family sans
33022 p
33023 \family default
33024 , analog zu den in Abschnitt
33025 \begin_inset space ~
33026 \end_inset
33027
33028
33029 \begin_inset CommandInset ref
33030 LatexCommand ref
33031 reference "abs:Gleitobjekt-Platzierung"
33032
33033 \end_inset
33034
33035  beschriebenen Platzierungsoptionen festlegen können.
33036  Die Platzierungsoptionen können gemischt werden und werden dabei direkt
33037  hintereinander angegeben, z.
33038 \begin_inset space \thinspace{}
33039 \end_inset
33040
33041 B.
33042  
33043 \begin_inset Quotes gld
33044 \end_inset
33045
33046
33047 \family sans
33048 htbp
33049 \family default
33050
33051 \begin_inset Quotes grd
33052 \end_inset
33053
33054 .
33055  Die Option 
33056 \begin_inset Quotes gld
33057 \end_inset
33058
33059 h
33060 \begin_inset Quotes grd
33061 \end_inset
33062
33063  hat manchmal keinen Effekt, aber sie muss nicht verwendet werden, da auch
33064  nicht gleitende Listen Beschriftungen haben und referenziert werden können.
33065 \end_layout
33066
33067 \begin_layout Standard
33068 Sie können Listings mit Marken versehen, um auf Sie wie auf andere Gleitobjekte
33069  zu verweisen: Listing
33070 \begin_inset space ~
33071 \end_inset
33072
33073
33074 \begin_inset CommandInset ref
33075 LatexCommand ref
33076 reference "lst:Gleitendes-Programm-Listing"
33077
33078 \end_inset
33079
33080 .
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \begin_inset listings
33085 lstparams "language=Python"
33086 inline false
33087 status open
33088
33089 \begin_layout Plain Layout
33090
33091 \begin_inset Caption
33092
33093 \begin_layout Plain Layout
33094 \begin_inset CommandInset label
33095 LatexCommand label
33096 name "lst:Gleitendes-Programm-Listing"
33097
33098 \end_inset
33099
33100 Gleitendes Programm-Listing
33101 \end_layout
33102
33103 \end_inset
33104
33105 # Gleitendes Programm-Listing
33106 \end_layout
33107
33108 \begin_layout Plain Layout
33109
33110 def func(param):
33111 \end_layout
33112
33113 \begin_layout Plain Layout
33114
33115     'Dies ist eine Python-Funktion'
33116 \end_layout
33117
33118 \begin_layout Plain Layout
33119
33120     pass
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Standard
33129 Wenn Sie eine Programmiersprache gewählt haben, werden die Schlüsselworte
33130  der Sprache erkannt und besonders gedruckt, wie 
33131 \emph on
33132 #
33133 \emph default
33134
33135 \emph on
33136 def
33137 \emph default
33138  und 
33139 \emph on
33140 pass
33141 \emph default
33142  in Listing
33143 \begin_inset space ~
33144 \end_inset
33145
33146
33147 \begin_inset CommandInset ref
33148 LatexCommand ref
33149 reference "lst:Gleitendes-Programm-Listing"
33150
33151 \end_inset
33152
33153 .
33154 \end_layout
33155
33156 \begin_layout Standard
33157 \begin_inset Note Greyedout
33158 status open
33159
33160 \begin_layout Plain Layout
33161
33162 \series bold
33163 Bemerkung:
33164 \series default
33165  Wenn sie keine fettgedruckten Schlüsselwörter im Schriftstil 
33166 \family typewriter
33167 Schreib\SpecialChar \-
33168 maschine
33169 \family default
33170  erhalten, enthält die von Ihnen verwendete Schrift in diesem Stil wahrscheinlic
33171 h keine fett gedruckten Buchstaben.
33172  Wählen Sie in diesem Fall eine andere Schrift im Menü 
33173 \family sans
33174 Dokument\SpecialChar \menuseparator
33175 Einstellungen\SpecialChar \menuseparator
33176 Schriften
33177 \family default
33178 .
33179  (Die Schriften 
33180 \emph on
33181 LuxiMono, BeraMono
33182 \emph default
33183  und 
33184 \emph on
33185 Courier
33186 \emph default
33187  enthalten fett gedruckte Buchstaben.)
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Standard
33196 Im Abschnitt 
33197 \family sans
33198 Zeilennummerierung
33199 \family default
33200  des Programmlisting Einstellungsdialogs können Sie den Stil der Zeilennummerier
33201 ung festlegen, zum Beispiel, ob die Nummerierung links oder rechts gedruckt,
33202  jede wievielte Zeile nummeriert werden soll und die 
33203 \family sans
33204 Schriftgröße
33205 \family default
33206  der Nummerierung.
33207 \end_layout
33208
33209 \begin_layout Standard
33210 Im Abschnitt 
33211 \family sans
33212 Bereich
33213 \family default
33214  legen Sie fest, welche Zeilen ausgedruckt werden sollen.
33215  Im Abschnitt 
33216 \family sans
33217 Stil
33218 \family default
33219  legen Sie fest, wie die Liste ausgedruckt werden soll.
33220  Die Option 
33221 \family sans
33222 Erweiterte
33223 \begin_inset space ~
33224 \end_inset
33225
33226 Zeichentabelle
33227 \family default
33228  sollte verwendet werden, wenn nationale Zeichen wie Umlaute benutzt werden.
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Hier ist ein Beispiel mit der Nummerierung links, Schrittweite 
33233 \begin_inset Quotes gld
33234 \end_inset
33235
33236 3
33237 \begin_inset Quotes grd
33238 \end_inset
33239
33240 , Sprache 
33241 \begin_inset Quotes gld
33242 \end_inset
33243
33244 Python
33245 \begin_inset Quotes grd
33246 \end_inset
33247
33248 , Optionen 
33249 \begin_inset Quotes gld
33250 \end_inset
33251
33252 Erweiterte Zeichentabelle
33253 \begin_inset Quotes grd
33254 \end_inset
33255
33256  und 
33257 \begin_inset Quotes gld
33258 \end_inset
33259
33260 Leerzeichen als Symbol
33261 \begin_inset Quotes grd
33262 \end_inset
33263
33264  und Bereich Zeilen 3
33265 \begin_inset space \thinspace{}
33266 \end_inset
33267
33268 -
33269 \begin_inset space \thinspace{}
33270 \end_inset
33271
33272 8:
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset listings
33277 lstparams "extendedchars=true,firstline=3,float,language=Python,lastline=8,numbers=left,numberstyle={\footnotesize},showspaces=true,stepnumber=3"
33278 inline false
33279 status open
33280
33281 \begin_layout Plain Layout
33282
33283 def func(param):
33284 \end_layout
33285
33286 \begin_layout Plain Layout
33287
33288     'Dies ist eine Python-Funktion'
33289 \end_layout
33290
33291 \begin_layout Plain Layout
33292
33293     pass
33294 \end_layout
33295
33296 \begin_layout Plain Layout
33297
33298 def func(param):
33299 \end_layout
33300
33301 \begin_layout Plain Layout
33302
33303 'Sonderzeichen: Tschüß'
33304 \end_layout
33305
33306 \begin_layout Plain Layout
33307
33308 pass
33309 \end_layout
33310
33311 \begin_layout Plain Layout
33312
33313 def func(param):
33314 \end_layout
33315
33316 \begin_layout Plain Layout
33317
33318 'Dies ist eine Python-Funktion'
33319 \end_layout
33320
33321 \begin_layout Plain Layout
33322
33323 pass
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \begin_layout Standard
33332 Wenn Ihr Listing Tabulatoren verwendet, können Sie im Feld 
33333 \family sans
33334 Tabulatorgröße
33335 \family default
33336  die Anzahl der Zeichen festlegen, die ein Tabulator überspannen soll.
33337 \end_layout
33338
33339 \begin_layout Standard
33340 \noindent
33341 \begin_inset Note Greyedout
33342 status open
33343
33344 \begin_layout Plain Layout
33345
33346 \series bold
33347 Bemerkung:
33348 \series default
33349  Wegen eines Fehlers im 
33350 \series bold
33351 listings
33352 \series default
33353 -Paket wird die Zeilennummerierung um eine Zeile durch vorhergehende Listen
33354  verschoben.
33355  Das ist der Grund, warum die Zeilen 2 und 5 und nicht 3 und 6 in obigem
33356  Listing nummeriert werden.
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Standard
33365 \begin_inset VSpace bigskip
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \noindent
33373 Es ist auch möglich, Zeilen einer Datei als Listing zu drucken.
33374  Das machen Sie mit
33375 \family sans
33376  Einfügen\SpecialChar \menuseparator
33377 Datei\SpecialChar \menuseparator
33378 Unterdokument
33379 \family default
33380  und der 
33381 \family sans
33382 Art
33383 \begin_inset space ~
33384 \end_inset
33385
33386 der
33387 \begin_inset space ~
33388 \end_inset
33389
33390 Einbindung
33391 \family default
33392  
33393 \family sans
33394 Listing
33395 \family default
33396 .
33397 \begin_inset Foot
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401 Die anderen Arten der Einbindung von Unterdokumenten werden in Abschnitt
33402 \begin_inset space ~
33403 \end_inset
33404
33405
33406 \begin_inset CommandInset ref
33407 LatexCommand ref
33408 reference "abs:Unterdokumente"
33409
33410 \end_inset
33411
33412  beschrieben.
33413 \end_layout
33414
33415 \end_inset
33416
33417  Im Dialogfenster
33418 \family sans
33419  Unterdokument
33420 \family default
33421  können Sie die Listing-Parameter unter 
33422 \family sans
33423 Weitere
33424 \begin_inset space ~
33425 \end_inset
33426
33427 Parameter
33428 \family default
33429  eingeben.
33430  Wenn Sie dort ein Fragezeichen 
33431 \begin_inset Quotes gld
33432 \end_inset
33433
33434 ?
33435 \begin_inset Quotes grd
33436 \end_inset
33437
33438  eingeben, wird Ihnen links davon eine Liste aller möglichen Parameter eingeblen
33439 det.
33440 \end_layout
33441
33442 \begin_layout Standard
33443 Um auf ein Unterdokument-Listing verweisen zu können, schreiben Sie einen
33444  Text ins Feld 
33445 \family sans
33446 Marke
33447 \family default
33448 , auf die dann wie üblich verwiesen werden kann.
33449 \end_layout
33450
33451 \begin_layout Standard
33452 Listing
33453 \begin_inset space ~
33454 \end_inset
33455
33456
33457 \begin_inset CommandInset ref
33458 LatexCommand ref
33459 reference "lst:Datei-Listing"
33460
33461 \end_inset
33462
33463  ist ein Beispiel für ein Unterdokument-Listing, bei dem die Zeilen 10
33464 \begin_inset space \thinspace{}
33465 \end_inset
33466
33467 -
33468 \begin_inset space \thinspace{}
33469 \end_inset
33470
33471 15 gedruckt werden.
33472 \end_layout
33473
33474 \begin_layout Standard
33475 \begin_inset CommandInset include
33476 LatexCommand lstinputlisting
33477 filename "EmbeddedObjects.lyx"
33478 lstparams "breaklines=true,caption={Zeilen 10 - 15 dieser LyX-Datei},extendedchars=true,firstline=10,label={lst:Datei-Listing},language={[LaTeX]TeX},lastline=15"
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \begin_layout Standard
33486 \begin_inset VSpace bigskip
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Standard
33493 Eine Formel in ein Listing einzufügen ist folgendermaßen möglich:
33494 \end_layout
33495
33496 \begin_layout Enumerate
33497 Öffnen Sie die Listings-Einstellungen und fügen
33498 \begin_inset Newline newline
33499 \end_inset
33500
33501
33502 \family sans
33503 mathescape=true
33504 \family default
33505
33506 \begin_inset Newline newline
33507 \end_inset
33508
33509 in das Feld des Tabs 
33510 \family sans
33511 Erweitert
33512 \family default
33513  ein
33514 \end_layout
33515
33516 \begin_layout Enumerate
33517 Erstellen Sie eine Formel außerhalb des Listings
33518 \end_layout
33519
33520 \begin_layout Enumerate
33521 Kopieren Sie den Inhalt der Formel (nicht die Formel-Einfügung) in die Zwischena
33522 blage (Tastenkürzel 
33523 \family sans
33524 Ctrl+C
33525 \family default
33526 )
33527 \end_layout
33528
33529 \begin_layout Enumerate
33530 Schreiben sie 
33531 \begin_inset Quotes gld
33532 \end_inset
33533
33534
33535 \family sans
33536 $$
33537 \family default
33538
33539 \begin_inset Quotes grd
33540 \end_inset
33541
33542  in das Listing und kopieren sie aus der Zwischenablage zwischen die Dollar-Zeic
33543 hen (Tastenkürzel 
33544 \family sans
33545 Ctrl+V
33546 \family default
33547 )
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset listings
33552 lstparams "language=Python,mathescape=true"
33553 inline false
33554 status open
33555
33556 \begin_layout Plain Layout
33557
33558 \begin_inset Caption
33559
33560 \begin_layout Plain Layout
33561 Programm-Listing mit einer Formel
33562 \end_layout
33563
33564 \end_inset
33565
33566 # Beispiel-Programm-Listing
33567 \end_layout
33568
33569 \begin_layout Plain Layout
33570
33571 def func(param):
33572 \end_layout
33573
33574 \begin_layout Plain Layout
33575
33576     # $
33577 \backslash
33578 prod_{n=1}^{
33579 \backslash
33580 infty}
33581 \backslash
33582 ,
33583 \backslash
33584 frac{1}{x^{2}}$
33585 \end_layout
33586
33587 \begin_layout Plain Layout
33588
33589     pass
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset VSpace bigskip
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \begin_layout Standard
33605 \noindent
33606 Dokumentweite Listing-Eigenschaften können in
33607 \family sans
33608  Dokument\SpecialChar \menuseparator
33609 Einstellungen\SpecialChar \menuseparator
33610 Textformat\SpecialChar \menuseparator
33611 Listing-Einstellungen
33612 \family default
33613  festgelegt werden.
33614  Auch dort bekommt man durch Eingabe eines Fragezeichens 
33615 \begin_inset Quotes gld
33616 \end_inset
33617
33618 ?
33619 \begin_inset Quotes grd
33620 \end_inset
33621
33622  links davon eine Liste aller möglichen Parameter.
33623 \end_layout
33624
33625 \begin_layout Standard
33626 Weitere Informationen über das 
33627 \series bold
33628 listings
33629 \series default
33630 -Paket finden Sie in 
33631 \begin_inset CommandInset citation
33632 LatexCommand cite
33633 key "listings"
33634
33635 \end_inset
33636
33637 .
33638 \begin_inset Newpage newpage
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Chapter
33645 \start_of_appendix
33646 In LyX verfügbare Maßeinheiten
33647 \begin_inset CommandInset label
33648 LatexCommand label
33649 name "kap:In-LyX-verfügbare"
33650
33651 \end_inset
33652
33653
33654 \begin_inset Index idx
33655 status collapsed
33656
33657 \begin_layout Plain Layout
33658 Einheiten
33659 \end_layout
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Um die in diesem Handbuch verwendeten Maßeinheiten zu verstehen, erläutert
33668  Tabelle
33669 \begin_inset space ~
33670 \end_inset
33671
33672
33673 \begin_inset CommandInset ref
33674 LatexCommand ref
33675 reference "tab:Maßeinheiten"
33676
33677 \end_inset
33678
33679  alle in LyX verfügbaren Maßeinheiten.
33680 \end_layout
33681
33682 \begin_layout Standard
33683 \begin_inset Float table
33684 placement h
33685 wide false
33686 sideways false
33687 status open
33688
33689 \begin_layout Plain Layout
33690 \begin_inset Caption
33691
33692 \begin_layout Plain Layout
33693 \begin_inset CommandInset label
33694 LatexCommand label
33695 name "tab:Maßeinheiten"
33696
33697 \end_inset
33698
33699 Maßeinheiten
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Plain Layout
33708 \begin_inset VSpace medskip
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Plain Layout
33715 \align center
33716 \begin_inset Tabular
33717 <lyxtabular version="3" rows="20" columns="2">
33718 <features tabularvalignment="middle">
33719 <column alignment="center" valignment="top" width="0">
33720 <column alignment="center" valignment="top" width="0">
33721 <row>
33722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726
33727 \series bold
33728 Maßeinheit
33729 \end_layout
33730
33731 \end_inset
33732 </cell>
33733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33734 \begin_inset Text
33735
33736 \begin_layout Plain Layout
33737
33738 \series bold
33739 Name/Beschreibung
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 </row>
33745 <row>
33746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33747 \begin_inset Text
33748
33749 \begin_layout Plain Layout
33750 mm
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Plain Layout
33759 Millimeter
33760 \end_layout
33761
33762 \end_inset
33763 </cell>
33764 </row>
33765 <row>
33766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33767 \begin_inset Text
33768
33769 \begin_layout Plain Layout
33770 cm
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Plain Layout
33779 Zentimeter
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 </row>
33785 <row>
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790 in
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Plain Layout
33799 Zoll (1
33800 \begin_inset space \thinspace{}
33801 \end_inset
33802
33803 in = 2.54
33804 \begin_inset space \thinspace{}
33805 \end_inset
33806
33807 cm
33808 \end_layout
33809
33810 \end_inset
33811 </cell>
33812 </row>
33813 <row>
33814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818 pt
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33824 \begin_inset Text
33825
33826 \begin_layout Plain Layout
33827 Punkt (72.27
33828 \begin_inset space \thinspace{}
33829 \end_inset
33830
33831 pt = 1
33832 \begin_inset space \thinspace{}
33833 \end_inset
33834
33835 in)
33836 \end_layout
33837
33838 \end_inset
33839 </cell>
33840 </row>
33841 <row>
33842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846 pc
33847 \end_layout
33848
33849 \end_inset
33850 </cell>
33851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855 Pica (1
33856 \begin_inset space \thinspace{}
33857 \end_inset
33858
33859 pc = 12
33860 \begin_inset space \thinspace{}
33861 \end_inset
33862
33863 pt)
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 </row>
33869 <row>
33870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33871 \begin_inset Text
33872
33873 \begin_layout Plain Layout
33874 sp
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33880 \begin_inset Text
33881
33882 \begin_layout Plain Layout
33883 skalierter Punkt (65536
33884 \begin_inset space \thinspace{}
33885 \end_inset
33886
33887 sp = 1
33888 \begin_inset space \thinspace{}
33889 \end_inset
33890
33891 pt)
33892 \end_layout
33893
33894 \end_inset
33895 </cell>
33896 </row>
33897 <row>
33898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33899 \begin_inset Text
33900
33901 \begin_layout Plain Layout
33902 bp
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 großer Punkt (72
33912 \begin_inset space \thinspace{}
33913 \end_inset
33914
33915 bp = 1
33916 \begin_inset space \thinspace{}
33917 \end_inset
33918
33919 in)
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 <row>
33926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 dd
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33936 \begin_inset Text
33937
33938 \begin_layout Plain Layout
33939 Didot (1
33940 \begin_inset space \thinspace{}
33941 \end_inset
33942
33943 dd 
33944 \begin_inset Formula $\approx$
33945 \end_inset
33946
33947  0,376
33948 \begin_inset space \thinspace{}
33949 \end_inset
33950
33951 mm)
33952 \end_layout
33953
33954 \end_inset
33955 </cell>
33956 </row>
33957 <row>
33958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33959 \begin_inset Text
33960
33961 \begin_layout Plain Layout
33962 cc
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33968 \begin_inset Text
33969
33970 \begin_layout Plain Layout
33971 Cicero (1
33972 \begin_inset space \thinspace{}
33973 \end_inset
33974
33975 cc = 12
33976 \begin_inset space \thinspace{}
33977 \end_inset
33978
33979 dd)
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 </row>
33985 <row>
33986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 Skalierung%
33991 \end_layout
33992
33993 \end_inset
33994 </cell>
33995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33996 \begin_inset Text
33997
33998 \begin_layout Plain Layout
33999 % der originalen Bildbreite
34000 \end_layout
34001
34002 \end_inset
34003 </cell>
34004 </row>
34005 <row>
34006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34007 \begin_inset Text
34008
34009 \begin_layout Plain Layout
34010 Textbreite %
34011 \end_layout
34012
34013 \end_inset
34014 </cell>
34015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34016 \begin_inset Text
34017
34018 \begin_layout Plain Layout
34019 % der Textbreite
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 </row>
34025 <row>
34026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 Spaltenbreite %
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34036 \begin_inset Text
34037
34038 \begin_layout Plain Layout
34039 % der Spaltenbreite
34040 \end_layout
34041
34042 \end_inset
34043 </cell>
34044 </row>
34045 <row>
34046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34047 \begin_inset Text
34048
34049 \begin_layout Plain Layout
34050 Seitenbreite %
34051 \end_layout
34052
34053 \end_inset
34054 </cell>
34055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059 % der Seitenbreite
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 </row>
34065 <row>
34066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34067 \begin_inset Text
34068
34069 \begin_layout Plain Layout
34070 Zeilenbreite %
34071 \end_layout
34072
34073 \end_inset
34074 </cell>
34075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34076 \begin_inset Text
34077
34078 \begin_layout Plain Layout
34079 % der Zeilenbreite
34080 \end_layout
34081
34082 \end_inset
34083 </cell>
34084 </row>
34085 <row>
34086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34087 \begin_inset Text
34088
34089 \begin_layout Plain Layout
34090 Texthöhe %
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Plain Layout
34099 % der Texthöhe
34100 \end_layout
34101
34102 \end_inset
34103 </cell>
34104 </row>
34105 <row>
34106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34107 \begin_inset Text
34108
34109 \begin_layout Plain Layout
34110 Seitenhöhe %
34111 \end_layout
34112
34113 \end_inset
34114 </cell>
34115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119 % der Seitenhöhe
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 </row>
34125 <row>
34126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34127 \begin_inset Text
34128
34129 \begin_layout Plain Layout
34130 ex
34131 \end_layout
34132
34133 \end_inset
34134 </cell>
34135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Plain Layout
34139 Die Höhe des Buchstabens 
34140 \emph on
34141 x
34142 \emph default
34143  im aktiven Zeichensatz
34144 \end_layout
34145
34146 \end_inset
34147 </cell>
34148 </row>
34149 <row>
34150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34151 \begin_inset Text
34152
34153 \begin_layout Plain Layout
34154 em
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34160 \begin_inset Text
34161
34162 \begin_layout Plain Layout
34163 Die Breite des Buchstabens 
34164 \emph on
34165 M
34166 \emph default
34167  im aktiven Zeichensatz
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 </row>
34173 <row>
34174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34175 \begin_inset Text
34176
34177 \begin_layout Plain Layout
34178 mu
34179 \end_layout
34180
34181 \end_inset
34182 </cell>
34183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34184 \begin_inset Text
34185
34186 \begin_layout Plain Layout
34187 mathematische  Maßeinheit
34188 \series bold
34189  
34190 \series default
34191 (1
34192 \begin_inset space \thinspace{}
34193 \end_inset
34194
34195 mu = 1/18
34196 \begin_inset space \thinspace{}
34197 \end_inset
34198
34199 em)
34200 \end_layout
34201
34202 \end_inset
34203 </cell>
34204 </row>
34205 </lyxtabular>
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Chapter
34218 Ausgabedatei-Formate mit Grafiken
34219 \begin_inset CommandInset label
34220 LatexCommand label
34221 name "kap:Ausgabedatei-Formate"
34222
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Section
34229 DVI
34230 \begin_inset Index idx
34231 status collapsed
34232
34233 \begin_layout Plain Layout
34234 Dateiformat! DVI
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \begin_inset Index idx
34241 status collapsed
34242
34243 \begin_layout Plain Layout
34244 DVI
34245 \end_layout
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 Dieser Dateityp hat die Erweiterung 
34254 \begin_inset Quotes gld
34255 \end_inset
34256
34257
34258 \family typewriter
34259 .dvi
34260 \family default
34261
34262 \begin_inset Quotes grd
34263 \end_inset
34264
34265  und wird 
34266 \begin_inset Quotes gld
34267 \end_inset
34268
34269 device independent
34270 \begin_inset Quotes grd
34271 \end_inset
34272
34273  genannt, weil er vollkommen portierbar ist.
34274  Ohne Konvertierung kann er auf jedem Rechner benutzt werden, der einen
34275  dvi-Betrachter installiert hat.
34276  DVI-Dateien werden für schnelle Vorschauen und Vorstufen für andere Ausgabeform
34277 ate wie PostScript benutzt.
34278 \end_layout
34279
34280 \begin_layout Standard
34281 \begin_inset Note Greyedout
34282 status open
34283
34284 \begin_layout Plain Layout
34285
34286 \series bold
34287 Bemerkung:
34288 \series default
34289  DVI-Dateien enthalten keine Bilder, denn diese sind nur verlinkt.
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 Also vergessen Sie nicht, die Bilder mitzunehmen, wenn Sie Ihre DVI-Datei
34299  auf einen anderen Computer kopieren.
34300  Diese Eigenschaft kann Ihren Computer verlangsamen, wenn Sie die DVI-Datei
34301  betrachten, weil der dvi-Betrachter die Bilder im Hintergrund konvertieren
34302  muss, um sie sichtbar zu machen, wenn Sie in der DVI-Datei
34303 \family typewriter
34304  
34305 \family default
34306 blättern.
34307
34308 \family typewriter
34309  
34310 \family default
34311 Außerdem zeigen manche DVI-Betrachter nicht alles (richtig) an.
34312  Bei Dokumenten mit vielen Bildern empfehlen wir daher das PDF-Format.
34313  
34314 \end_layout
34315
34316 \begin_layout Standard
34317 Sie können Ihr Dokument als DVI über das Menü 
34318 \family sans
34319 Datei\SpecialChar \menuseparator
34320 Exportieren\SpecialChar \menuseparator
34321 DVI
34322 \family default
34323  exportieren.
34324  Sie können eine Vorschau Ihres Dokument als DVI über das Menü 
34325 \family sans
34326 Ansicht
34327 \family default
34328  oder den Werkzeugleistenknopf 
34329 \begin_inset Graphics
34330         filename ../../images/buffer-view_dvi.png
34331         scale 70
34332         scaleBeforeRotation
34333
34334 \end_inset
34335
34336  anschauen.
34337 \end_layout
34338
34339 \begin_layout Section
34340 PostScript
34341 \begin_inset CommandInset label
34342 LatexCommand label
34343 name "abs:PostScript"
34344
34345 \end_inset
34346
34347
34348 \begin_inset Index idx
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352 Dateiformat  ! PostScript
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \begin_inset Index idx
34359 status collapsed
34360
34361 \begin_layout Plain Layout
34362 PostScript
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 Dieser Dateityp hat die Erweiterung 
34372 \begin_inset Quotes gld
34373 \end_inset
34374
34375
34376 \family typewriter
34377 .ps
34378 \family default
34379
34380 \begin_inset Quotes grd
34381 \end_inset
34382
34383 .
34384  PostScript wurde von der Firma
34385 \family typewriter
34386  Adobe
34387 \family default
34388  als Druckersprache entwickelt.
34389  Die Datei enthält deshalb Druckbefehle.
34390  PostScript kann als 
34391 \begin_inset Quotes gld
34392 \end_inset
34393
34394 Programmiersprache
34395 \begin_inset Quotes grd
34396 \end_inset
34397
34398  angesehen werden.
34399  Man kann mit ihr rechnen und Diagramme und Bilder zeichnen
34400 \begin_inset Foot
34401 status collapsed
34402
34403 \begin_layout Plain Layout
34404 Wenn Sie mehr darüber wissen wollen, sollten Sie sich die Dokumentation
34405  von
34406 \series bold
34407  PSTricks
34408 \series default
34409  
34410 \begin_inset CommandInset citation
34411 LatexCommand cite
34412 key "pstricks"
34413
34414 \end_inset
34415
34416  oder 
34417 \begin_inset CommandInset citation
34418 LatexCommand cite
34419 key "latex-praxisbuch"
34420
34421 \end_inset
34422
34423  ansehen.
34424 \end_layout
34425
34426 \end_inset
34427
34428 .
34429  Wegen dieser Möglichkeiten sind PostScript-Dateien oft größer als PDF-Dateien.
34430 \end_layout
34431
34432 \begin_layout Standard
34433 PostScript kann nur Bilder im Format EPS
34434 \begin_inset Index idx
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438 EPS
34439 \end_layout
34440
34441 \end_inset
34442
34443  (Encapsulated PostScript, Datei-Er\SpecialChar \-
34444 wei\SpecialChar \-
34445 ter\SpecialChar \-
34446 ung 
34447 \begin_inset Quotes gld
34448 \end_inset
34449
34450
34451 \family typewriter
34452 .eps
34453 \family default
34454
34455 \begin_inset Quotes grd
34456 \end_inset
34457
34458 ) enthalten.
34459  Weil LyX die Verwendung jedes bekannten Bildformats erlaubt, muss es diese
34460  intern nach EPS konvertieren.
34461  Dies wird bei vielen Bildern in einem Dokument den Arbeitsfluss drastisch
34462  verlangsamen.
34463  Wenn Sie also PostScript benutzen wollen, sollten Sie Ihre Bilder vorher
34464  konvertieren und direkt als EPS einfügen.
34465 \end_layout
34466
34467 \begin_layout Standard
34468 Sie können Ihr Dokument als PostScript über das Menü 
34469 \family sans
34470 Datei\SpecialChar \menuseparator
34471 Exportieren\SpecialChar \menuseparator
34472 Post\SpecialChar \-
34473 Script
34474 \family default
34475  exportieren.
34476  Sie können eine Vorschau Ihres Dokument als PostScript über das Menü 
34477 \family sans
34478 Ansicht
34479 \family default
34480  oder den Werkzeugleistenknopf 
34481 \begin_inset Graphics
34482         filename ../../images/buffer-view_ps.png
34483         scale 70
34484         scaleBeforeRotation
34485
34486 \end_inset
34487
34488  anschauen.
34489 \end_layout
34490
34491 \begin_layout Section
34492 PDF
34493 \begin_inset Index idx
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 Dateiformat! PDF
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \begin_inset Index idx
34504 status collapsed
34505
34506 \begin_layout Plain Layout
34507 PDF
34508 \end_layout
34509
34510 \end_inset
34511
34512
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Dieser Dateityp hat die Erweiterung 
34517 \begin_inset Quotes gld
34518 \end_inset
34519
34520
34521 \family typewriter
34522 .pdf
34523 \family default
34524
34525 \begin_inset Quotes grd
34526 \end_inset
34527
34528 .
34529  Das
34530 \emph on
34531  
34532 \emph default
34533
34534 \begin_inset Quotes gld
34535 \end_inset
34536
34537 Portable Document Format
34538 \begin_inset Quotes grd
34539 \end_inset
34540
34541  (PDF) wurde auch von der Firma 
34542 \family typewriter
34543 Adobe
34544 \family default
34545  als Derivat von PostScript entwickelt.
34546  Es ist komprimierter und benutzt weniger Befehle als PostScript.
34547  Wie der Begriff 
34548 \begin_inset Quotes gld
34549 \end_inset
34550
34551 portable
34552 \begin_inset Quotes grd
34553 \end_inset
34554
34555  (übertragbar) vermuten lässt, kann eine PDF-Datei auf jeden Rechner übertragen
34556  werden, und der Ausdruck sieht immer gleich aus.
34557 \end_layout
34558
34559 \begin_layout Standard
34560 PDF kann Bilder im eigenen PDF-Format, im Format 
34561 \begin_inset Quotes gld
34562 \end_inset
34563
34564 Joint Photographic Experts Group
34565 \begin_inset Quotes grd
34566 \end_inset
34567
34568  (JPEG
34569 \begin_inset Index idx
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573 JPG, JPEG
34574 \end_layout
34575
34576 \end_inset
34577
34578 , Datei-Erweiterung 
34579 \begin_inset Quotes gld
34580 \end_inset
34581
34582
34583 \family typewriter
34584 .jpg
34585 \family default
34586
34587 \begin_inset Quotes grd
34588 \end_inset
34589
34590  oder 
34591 \begin_inset Quotes gld
34592 \end_inset
34593
34594
34595 \family typewriter
34596 .jpeg
34597 \family default
34598
34599 \begin_inset Quotes grd
34600 \end_inset
34601
34602 ) und im Format 
34603 \begin_inset Quotes gld
34604 \end_inset
34605
34606 Portable Network Graphics
34607 \begin_inset Quotes grd
34608 \end_inset
34609
34610  (PNG
34611 \begin_inset Index idx
34612 status collapsed
34613
34614 \begin_layout Plain Layout
34615 PNG
34616 \end_layout
34617
34618 \end_inset
34619
34620 , Datei-Erweiterung 
34621 \begin_inset Quotes gld
34622 \end_inset
34623
34624
34625 \family typewriter
34626 .png
34627 \family default
34628
34629 \begin_inset Quotes grd
34630 \end_inset
34631
34632 ) enthalten.
34633  Trotzdem können Sie jedes bekannte Bildformat benutzen, weil LyX es für
34634  Sie konvertieren wird.
34635  Die Konvertierungen werden Ihren Arbeitsfluss verlangsamen, weswegen empfohlen
34636  wird, eines der drei erwähnten Bildformate zu benutzen.
34637 \end_layout
34638
34639 \begin_layout Standard
34640 PDF-Dateien können Sie über 
34641 \family sans
34642 Datei\SpecialChar \menuseparator
34643 Exportieren
34644 \family default
34645  auf drei Arten erzeugen:
34646 \end_layout
34647
34648 \begin_layout Description
34649 PDF
34650 \begin_inset space ~
34651 \end_inset
34652
34653 (ps2pdf) benutzt das Programm
34654 \family typewriter
34655  ps2pdf
34656 \family default
34657 , das eine PDF-Datei aus einer Post\SpecialChar \-
34658 Script®-Version Ihres Dokument erstellt.
34659  Die PostScript-Version wird mit dem Programm 
34660 \family typewriter
34661 dvips
34662 \family default
34663  aus einer DVI-Version erstellt.
34664  Es werden also drei Konvertierungen verwendet.
34665 \end_layout
34666
34667 \begin_layout Description
34668 PDF
34669 \begin_inset space ~
34670 \end_inset
34671
34672 (dvipdfm) benutzt das Programm 
34673 \family typewriter
34674 dvipdfm
34675 \family default
34676 , das Ihr Dokument im ersten Schritt nach DVI und in einem zweiten nach
34677  PDF konvertiert.
34678 \end_layout
34679
34680 \begin_layout Description
34681 PDF
34682 \begin_inset space ~
34683 \end_inset
34684
34685 (pdflatex) benutzt das Programm
34686 \family typewriter
34687  pdftex
34688 \family default
34689 , das Ihr Dokument direkt nach PDF konvertiert.
34690 \end_layout
34691
34692 \begin_layout Standard
34693
34694 \family sans
34695 PDF
34696 \begin_inset space ~
34697 \end_inset
34698
34699 (pdflatex)
34700 \family default
34701  wird empfohlen, weil
34702 \family typewriter
34703  pdftex
34704 \family default
34705  alle Funktionen der aktuellen PDF-Versionen unterstützt, schnell ist und
34706  ohne Probleme arbeitet.
34707  Das Programm 
34708 \family typewriter
34709 dvi\SpecialChar \-
34710 pdfm
34711 \family default
34712  wird nicht weiterentwickelt und ist deshalb nicht sehr aktuell.
34713 \end_layout
34714
34715 \begin_layout Standard
34716 Sie können Ihr Dokument als PDF über das Menü 
34717 \family sans
34718 Datei\SpecialChar \menuseparator
34719 Exportieren\SpecialChar \menuseparator
34720 PDF
34721 \family default
34722  exportieren.
34723  Sie können eine Vorschau Ihres Dokument als PDF über das Menü 
34724 \family sans
34725 Ansicht
34726 \family default
34727  oder den Werkzeugleistenknopf 
34728 \begin_inset Graphics
34729         filename ../../images/buffer-view_pdf2.png
34730         scale 70
34731         scaleBeforeRotation
34732
34733 \end_inset
34734
34735  anschauen 
34736 \family sans
34737 (
34738 \family default
34739 der 
34740 \family sans
34741 PDF
34742 \begin_inset space ~
34743 \end_inset
34744
34745 (pdflatex)
34746 \family default
34747  verwendet).
34748 \end_layout
34749
34750 \begin_layout Chapter
34751 Erklärung der Gleichung
34752 \begin_inset space ~
34753 \end_inset
34754
34755 (
34756 \begin_inset CommandInset ref
34757 LatexCommand ref
34758 reference "eq:Wgn"
34759
34760 \end_inset
34761
34762 )
34763 \begin_inset CommandInset label
34764 LatexCommand label
34765 name "kap:Exläuterung-einer-Gleichung"
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Standard
34773 Die Gesamtbreite von
34774 \emph on
34775  n
34776 \emph default
34777  Tabellenzellen 
34778 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34779 \end_inset
34780
34781  kann wie folgt berechnet werden:
34782 \end_layout
34783
34784 \begin_layout Standard
34785 \begin_inset Formula \begin{equation}
34786 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \begin_layout Standard
34794 Dabei ist 
34795 \begin_inset Formula $W_{g\, n}$
34796 \end_inset
34797
34798  die Breite jeder Zelle.
34799
34800 \series bold
34801  
34802 \backslash
34803 tabcolsep
34804 \series default
34805  ist die LaTeX-Länge zwischen dem Zellentext und der Zellgrenze mit dem
34806  Standardwert 6
34807 \begin_inset space \thinspace{}
34808 \end_inset
34809
34810 pt.
34811  
34812 \series bold
34813
34814 \backslash
34815 arrayrulewidth
34816 \series default
34817  ist die Dicke der Zellgrenze mit dem Standardwert 0.4
34818 \begin_inset space \thinspace{}
34819 \end_inset
34820
34821 pt.
34822 \end_layout
34823
34824 \begin_layout Standard
34825 Nach Gleichung
34826 \begin_inset space ~
34827 \end_inset
34828
34829
34830 \begin_inset CommandInset ref
34831 LatexCommand ref
34832 reference "eq:Wtot_n"
34833
34834 \end_inset
34835
34836  ist die Gesamtbreite einer Mehrfachspalte, 
34837 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34838 \end_inset
34839
34840 ,
34841 \end_layout
34842
34843 \begin_layout Standard
34844 \begin_inset Formula \begin{equation}
34845 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Standard
34853 Setzt man die Gleichungen
34854 \begin_inset space ~
34855 \end_inset
34856
34857
34858 \begin_inset CommandInset ref
34859 LatexCommand ref
34860 reference "eq:Wtot_n"
34861
34862 \end_inset
34863
34864  und 
34865 \begin_inset CommandInset ref
34866 LatexCommand ref
34867 reference "eq:Wtot_mult"
34868
34869 \end_inset
34870
34871  gleich, kann man die benötigte Breite 
34872 \begin_inset Formula $W_{g\, n}$
34873 \end_inset
34874
34875 , wenn 
34876 \emph on
34877 n
34878 \emph default
34879  Spalten überspannt sind, so dass jede Spalte eine Gesamtbreite 
34880 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34881 \end_inset
34882
34883  hat, berechnen:
34884 \end_layout
34885
34886 \begin_layout Standard
34887 \begin_inset Formula \begin{equation}
34888 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34889
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Bibliography
34896 \labelwidthstring Literaturverzeichnis
34897 \begin_inset CommandInset bibitem
34898 LatexCommand bibitem
34899 key "latexcompanion"
34900
34901 \end_inset
34902
34903 Frank Mittelbach and Michel Goossens: 
34904 \emph on
34905 The LaTeX Companion Second Edition.
34906
34907 \emph default
34908  Addison-Wesley, 2004
34909 \end_layout
34910
34911 \begin_layout Bibliography
34912 \labelwidthstring Literaturverzeichnis
34913 \begin_inset CommandInset bibitem
34914 LatexCommand bibitem
34915 key "latexguide"
34916
34917 \end_inset
34918
34919 Helmut Kopka and Patrick W.
34920  Daly: 
34921 \emph on
34922 A Guide to LaTeX Fourth Edition.
34923
34924 \emph default
34925  Addison-Wesley, 2003
34926 \end_layout
34927
34928 \begin_layout Bibliography
34929 \labelwidthstring Literaturverzeichnis
34930 \begin_inset CommandInset bibitem
34931 LatexCommand bibitem
34932 key "lamport"
34933
34934 \end_inset
34935
34936 Leslie Lamport: 
34937 \emph on
34938 LaTeX: A Document Preparation System.
34939
34940 \emph default
34941  Addison-Wesley, second edition, 1994
34942 \end_layout
34943
34944 \begin_layout Bibliography
34945 \labelwidthstring Literaturverzeichnis
34946 \begin_inset CommandInset bibitem
34947 LatexCommand bibitem
34948 key "latex-praxisbuch"
34949
34950 \end_inset
34951
34952 Niedermair, Elke & Michael: 
34953 \emph on
34954 LaTeX-Praxisbuch
34955 \emph default
34956 , Franzis-Verlag, 2004
34957 \end_layout
34958
34959 \begin_layout Bibliography
34960 \labelwidthstring Literaturverzeichnis
34961 \begin_inset CommandInset bibitem
34962 LatexCommand bibitem
34963 key "booktabs"
34964
34965 \end_inset
34966
34967 Dokumentation des LaTeX-Pakets 
34968 \series bold
34969
34970 \begin_inset CommandInset href
34971 LatexCommand href
34972 name "booktabs"
34973 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34974
34975 \end_inset
34976
34977
34978 \series default
34979
34980 \begin_inset Index idx
34981 status collapsed
34982
34983 \begin_layout Plain Layout
34984 LaTeX-Pakete ! booktabs
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \end_layout
34991
34992 \begin_layout Bibliography
34993 \labelwidthstring Literaturverzeichnis
34994 \begin_inset CommandInset bibitem
34995 LatexCommand bibitem
34996 key "caption"
34997
34998 \end_inset
34999
35000 Dokumentation des LaTeX-Pakets 
35001 \series bold
35002
35003 \begin_inset CommandInset href
35004 LatexCommand href
35005 name "caption"
35006 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption-deu.pdf"
35007
35008 \end_inset
35009
35010
35011 \series default
35012
35013 \begin_inset Index idx
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 LaTeX-Pakete ! caption
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Bibliography
35026 \labelwidthstring Literaturverzeichnis
35027 \begin_inset CommandInset bibitem
35028 LatexCommand bibitem
35029 key "endfloat"
35030
35031 \end_inset
35032
35033 Dokumentation des LaTeX-Pakets 
35034 \series bold
35035
35036 \begin_inset CommandInset href
35037 LatexCommand href
35038 name "endfloat"
35039 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35040
35041 \end_inset
35042
35043
35044 \series default
35045
35046 \begin_inset Index idx
35047 status collapsed
35048
35049 \begin_layout Plain Layout
35050 LaTeX-Pakete ! endfloat
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Bibliography
35059 \labelwidthstring Literaturverzeichnis
35060 \begin_inset CommandInset bibitem
35061 LatexCommand bibitem
35062 key "wrapfig"
35063
35064 \end_inset
35065
35066 Dokumentation des LaTeX-Pakets 
35067 \series bold
35068
35069 \begin_inset CommandInset href
35070 LatexCommand href
35071 name "wrapfig"
35072 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35073
35074 \end_inset
35075
35076
35077 \series default
35078
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 LaTeX-Pakete ! wrapfig
35084 \begin_inset ERT
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088
35089
35090 \backslash
35091 vspace{4mm}
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Bibliography
35105 \labelwidthstring Literaturverzeichnis
35106 \begin_inset CommandInset bibitem
35107 LatexCommand bibitem
35108 key "footmisc"
35109
35110 \end_inset
35111
35112 Dokumentation des LaTeX-Pakets 
35113 \series bold
35114
35115 \begin_inset CommandInset href
35116 LatexCommand href
35117 name "footmisc"
35118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35119
35120 \end_inset
35121
35122
35123 \series default
35124
35125 \begin_inset Index idx
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129 LaTeX-Pakete ! footmisc
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Bibliography
35138 \labelwidthstring Literaturverzeichnis
35139 \begin_inset CommandInset bibitem
35140 LatexCommand bibitem
35141 key "hypcap"
35142
35143 \end_inset
35144
35145 Dokumentation des LaTeX-Pakets 
35146 \series bold
35147
35148 \begin_inset CommandInset href
35149 LatexCommand href
35150 name "hypcap"
35151 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35152
35153 \end_inset
35154
35155
35156 \series default
35157
35158 \begin_inset Index idx
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 LaTeX-Pakete ! hypcap
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \end_layout
35169
35170 \begin_layout Bibliography
35171 \labelwidthstring Literaturverzeichnis
35172 \begin_inset CommandInset bibitem
35173 LatexCommand bibitem
35174 key "hyperref"
35175
35176 \end_inset
35177
35178 Dokumentation des LaTeX-Pakets 
35179 \series bold
35180
35181 \begin_inset CommandInset href
35182 LatexCommand href
35183 name "hyperref"
35184 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35185
35186 \end_inset
35187
35188
35189 \series default
35190
35191 \begin_inset Index idx
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195 LaTeX-Pakete ! hyperref
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Bibliography
35204 \labelwidthstring Literaturverzeichnis
35205 \begin_inset CommandInset bibitem
35206 LatexCommand bibitem
35207 key "KOMA-Script"
35208
35209 \end_inset
35210
35211 Dokumentation des LaTeX-Pakets 
35212 \series bold
35213
35214 \begin_inset CommandInset href
35215 LatexCommand href
35216 name "KOMA-Script"
35217 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.pdf"
35218
35219 \end_inset
35220
35221
35222 \series default
35223
35224 \begin_inset Index idx
35225 status collapsed
35226
35227 \begin_layout Plain Layout
35228 LaTeX-Pakete ! KOMA-Script
35229 \end_layout
35230
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Bibliography
35237 \labelwidthstring Literaturverzeichnis
35238 \begin_inset CommandInset bibitem
35239 LatexCommand bibitem
35240 key "listings"
35241
35242 \end_inset
35243
35244 Dokumentation des LaTeX-Pakets 
35245 \series bold
35246
35247 \begin_inset CommandInset href
35248 LatexCommand href
35249 name "listings"
35250 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35251
35252 \end_inset
35253
35254
35255 \series default
35256
35257 \begin_inset Index idx
35258 status collapsed
35259
35260 \begin_layout Plain Layout
35261 LaTeX-Pakete ! listings
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Bibliography
35270 \labelwidthstring Literaturverzeichnis
35271 \begin_inset CommandInset bibitem
35272 LatexCommand bibitem
35273 key "marginnote"
35274
35275 \end_inset
35276
35277 Dokumentation des LaTeX-Pakets 
35278 \series bold
35279
35280 \begin_inset CommandInset href
35281 LatexCommand href
35282 name "marginnote"
35283 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35284
35285 \end_inset
35286
35287
35288 \series default
35289
35290 \begin_inset Index idx
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294 LaTeX-Pakete ! marginnote
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \begin_layout Bibliography
35303 \labelwidthstring Literaturverzeichnis
35304 \begin_inset CommandInset bibitem
35305 LatexCommand bibitem
35306 key "pstricks"
35307
35308 \end_inset
35309
35310 Webseite des LaTeX-Pakets 
35311 \series bold
35312
35313 \begin_inset CommandInset href
35314 LatexCommand href
35315 name "PSTricks"
35316 target "http://tug.org/PSTricks/"
35317
35318 \end_inset
35319
35320
35321 \series default
35322
35323 \begin_inset Index idx
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327 LaTeX-Pakete ! pstricks
35328 \end_layout
35329
35330 \end_inset
35331
35332
35333 \end_layout
35334
35335 \begin_layout Bibliography
35336 \labelwidthstring Literaturverzeichnis
35337 \begin_inset CommandInset bibitem
35338 LatexCommand bibitem
35339 key "sidecap"
35340
35341 \end_inset
35342
35343 Dokumentation des LaTeX-Pakets 
35344 \series bold
35345
35346 \begin_inset CommandInset href
35347 LatexCommand href
35348 name "sidecap"
35349 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35350
35351 \end_inset
35352
35353
35354 \series default
35355
35356 \begin_inset Index idx
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 LaTeX-Pakete ! sidecap
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Bibliography
35369 \labelwidthstring Literaturverzeichnis
35370 \begin_inset CommandInset bibitem
35371 LatexCommand bibitem
35372 key "prettyref"
35373
35374 \end_inset
35375
35376 Dokumentation des LaTeX-Pakets 
35377 \series bold
35378
35379 \begin_inset CommandInset href
35380 LatexCommand href
35381 name "prettyref"
35382 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35383
35384 \end_inset
35385
35386
35387 \series default
35388
35389 \begin_inset Index idx
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393 LaTeX-Pakete ! prettyref
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \begin_layout Bibliography
35402 \labelwidthstring Literaturverzeichnis
35403 \begin_inset CommandInset bibitem
35404 LatexCommand bibitem
35405 key "refstyle"
35406
35407 \end_inset
35408
35409 Dokumentation des LaTeX-Pakets 
35410 \series bold
35411
35412 \begin_inset CommandInset href
35413 LatexCommand href
35414 name "refstyle"
35415 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
35416
35417 \end_inset
35418
35419
35420 \series default
35421
35422 \begin_inset Index idx
35423 status collapsed
35424
35425 \begin_layout Plain Layout
35426 LaTeX-Pakete ! refstyle
35427 \end_layout
35428
35429 \end_inset
35430
35431
35432 \end_layout
35433
35434 \begin_layout Bibliography
35435 \labelwidthstring Literaturverzeichnis
35436 \begin_inset CommandInset bibitem
35437 LatexCommand bibitem
35438 key "NeuInLyX20"
35439
35440 \end_inset
35441
35442
35443 \begin_inset CommandInset href
35444 LatexCommand href
35445 name "Wiki-Seite"
35446 target "http://wiki.lyx.org/LyX/NewInLyX20"
35447
35448 \end_inset
35449
35450  über neue Funktionen in 
35451 \family sans
35452 LyX 2.0
35453 \family default
35454 .
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset CommandInset index_print
35459 LatexCommand printindex
35460 type "idx"
35461
35462 \end_inset
35463
35464
35465 \end_layout
35466
35467 \end_body
35468 \end_document